Changes for page Jobs in ErUM-Data

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

From version 18.1
edited by Benjamin Fischer
on 2025/06/16 10:35
Change comment: There is no comment for this version
To version 15.1
edited by Judith Steinfeld
on 2025/06/03 11:06
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.fischer
1 +XWiki.JudithSteinfeld
Content
... ... @@ -1,7 +1,7 @@
1 1  {{box cssClass="floatinginfobox" title="**The list thrives on being filled.**"}}
2 2  * You can add/modify your entries! see [[How-To (end of page)>>||anchor="howto"]]
3 3  
4 - (For help, see this [[video>>attach:Jobs in ErUM-Data.WebHome@Video Jobs in ErUM Data.mp4||queryString="rev=1.1"]].)
4 + (For help, see this video.)
5 5  
6 6  * For questions & suggestions, write [[angela.warkentin@erumdatahub.de>>mailto:angela.warkentin@erumdatahub.de]].
7 7  {{/box}}
... ... @@ -35,10 +35,8 @@
35 35  #set ($columnsProperties = {
36 36   'doc.title': {"html": true, "displayName": "Title"},
37 37   'link': {"type": "hidden"},
38 - "Community": {"tooltip": "KAT - Astroparticle Physics<br/>KET - Elementary Particles Physics<br/>KfB - Accelerator Physics<br/>KFN - Research with neutrons<br/>KFS - Research with synchrotron radiation<br/>KFSI - Research with nuclear probes and ion beams<br/>KHuK - Hadron and nuclear physics<br/>RDS - German Observatory Council"},
39 - "tags": {"sortable": false, "filterable": false, "html": true, "headerClass": "tagsCol", "aux": [["Community", "KAT", "KET", "KfB", "KFN", "KFS", "KFSI", "KHuK", "RDS", "beyond ErUM"], ["Tags", true]] },
38 + "tags": {"sortable": false, "filterable": false, "html": true, "headerClass": "tagsCol"},
40 40   'valid': {"html": true},
41 - 'topicGroup': {"html": true},
42 42   "doc.date": {"displayName": "Last Updated"},
43 43   "_actions": {"actions": ["view", "edit"]}
44 44  })
... ... @@ -52,7 +52,7 @@
52 52   'selectedColumn': 'doc.date',
53 53   'defaultOrder': 'desc'
54 54  })
55 -#set ($columns = ['doc.title', 'link', 'location', 'tags', "tags", 'topicGroup', 'valid', 'doc.date'])
53 +#set ($columns = ['doc.title', 'link', 'location', 'tags', 'valid', 'doc.date'])
56 56  #if (!$isGuest)
57 57   #set($discard = $columns.add("_actions"))
58 58  #end