Wiki source code of Jobs in ErUM-Data

Version 5.1 by Benjamin Fischer on 2025/05/30 11:24

Show last authors
1 {{box cssClass="floatinginfobox" title="**The list thrives on being filled.**"}}
2
3 * You can add/modify your entries! see [[How-To (end of page)>>||anchor="howto"]]
4 * For questions & suggestions, write [[angela.warkentin@erumdatahub.de>>mailto:angela.warkentin@erumdatahub.de]].
5 {{/box}}
6
7
8 ==== **About this list:  ** ====
9
10 This is list of links to various job offers within the ErUM-Data community. Here you can find jobs in ErUM-Data and add job postings.
11
12
13 ==== **Who can post? ** ====
14
15 Anyone from the ErUM Community is invited to add jobs in the context of ErUM-Data projects.
16
17 The posts are aimed at both the ErUM Data community and external users.
18
19
20 ==== **How? ** ====
21
22 To post a job offer, you need to create an [[account>>attach:Main.WebHome@registration.mp4||queryString="rev=1.1"]], which is free for anyone.
23
24 The list contains **links to the original job advertisements**. In order to make the list usable, we ask you to add
25
26 * until when the job is advertised,
27 * where the job is advertised
28 * and meaningful keywords.
29
30
31 If you have any questions or suggestions about the list, please write to [[angela.warkentin@erumdatahub.de>>mailto:angela.warkentin@erumdatahub.de]].
32
33 {{velocity}}
34 #set ($columnsProperties = {
35 'doc.title': {"html": true, "displayName": "Title"},
36 'link': {"type": "hidden"},
37 "tags": {"sortable": false, "filterable": false, "html": true, "headerClass": "tagsCol"},
38 'valid': {"html": true},
39 "doc.date": {"displayName": "Last Updated"},
40 "_actions": {"actions": ["view", "edit"]}
41 })
42 #set ($options = {
43 'className': 'Job Offers.Code.Job OffersClass',
44 'translationPrefix': 'job offers.livetable.',
45 'tagCloud': true,
46 'rowCount': 25,
47 'maxPages': 10,
48 "extraParams" : "tags_className=XWiki.TagClass",
49 'selectedColumn': 'doc.date',
50 'defaultOrder': 'desc'
51 })
52 #set ($columns = ['doc.title', 'link', 'location', 'tags', 'valid', 'doc.date'])
53 #if (!$isGuest)
54 #set($discard = $columns.add("_actions"))
55 #end
56 #livetable('jobs' $columns $columnsProperties $options)
57 {{/velocity}}
58
59 {{include reference="Applications.Helpers.Howto Modify Footer.WebHome"}}