Changes for page Jobs in ErUM-Data

Last modified by Benjamin Fischer on 2025/06/16 10:35

From version 1.1
edited by Benjamin Fischer
on 2025/05/15 12:32
Change comment: There is no comment for this version
To version 3.1
edited by Angela Warkentin
on 2025/05/27 15:35
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.fischer
1 +XWiki.Angela_Warkentin
Content
... ... @@ -1,8 +1,36 @@
1 -This is list of links to various job offers within the ErUM-Data community.
1 +==== **About this list ** ====
2 2  
3 +===== 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. =====
4 +
5 +
6 +==== **Who can post? ** ====
7 +
8 +===== Anyone who has an account is invited to add jobs in the context of ErUM-Data projects. =====
9 +
10 +The posts are aimed at both the ErUM Data community and external users.
11 +
12 +
13 +==== **How? ** ====
14 +
15 +===== The list contains **links to the original job advertisements**. In order to make the list usable, we ask you to add =====
16 +
17 +* (((
18 +===== until when the job is advertised, =====
19 +)))
20 +* (((
21 +===== where the job is advertised =====
22 +)))
23 +* (((
24 +===== and meaningful keywords. =====
25 +)))
26 +
27 +===== =====
28 +
29 +===== If you have any questions or suggestions about the list, please write to angela.warkentin@erumdatahub.de =====
30 +
3 3  {{velocity}}
4 4  #set ($columnsProperties = {
5 - 'doc.title': {"html": true},
33 + 'doc.title': {"html": true, "displayName": "Title"},
6 6   'link': {"type": "hidden"},
7 7   "tags": {"sortable": false, "filterable": false, "html": true, "headerClass": "tagsCol"},
8 8   'valid': {"html": true},
... ... @@ -19,7 +19,7 @@
19 19   'selectedColumn': 'doc.date',
20 20   'defaultOrder': 'desc'
21 21  })
22 -#set ($columns = ['doc.title', 'location', 'tags', 'valid', 'doc.date'])
50 +#set ($columns = ['doc.title', 'link', 'location', 'tags', 'valid', 'doc.date'])
23 23  #if (!$isGuest)
24 24   #set($discard = $columns.add("_actions"))
25 25  #end