Wiki source code of People in ErUM-Data

Version 34.2 by Jan Bürger on 2024/12/17 13:15

Show last authors
1 (% class="box infomessage" %)
2 (((
3 With this collection we want to provide an overview of of various research groups and people in ErUM (data).
4
5 The list thrives on being filled. If you want to be subscribed or unsubscribed from this list please contact [[judith.steinfeld@erumdatahub.de>>mailto:judith.steinfeld@erumdatahub.de]].
6 Feel free to add or modify your workinggroup yourself. For help, see this [[video>>attach:people_in_erum_final.mp4]].
7 )))
8
9 {{velocity}}
10 #set ($columnsProperties = {
11 'affiliation': {"filterable":true, "sortable":true, "html":true},
12 'URL': {"type": "hidden"},
13 "content": {"type": "hidden"},
14 "tags": {"sortable": false, "filterable": false, "html": true, "headerClass": "tagsCol"},
15 "doc.date": {"filterable": false, "displayName": "Last Updated"},
16 '_actions': {"actions":["view","edit"]}
17 })
18 #set ($options = {
19 'className': 'Research Groups.Code.Research GroupsClass',
20 'translationPrefix': 'research groups.livetable.',
21 'tagCloud': true,
22 'rowCount': 25,
23 'maxPages': 10,
24 'selectedColumn': 'doc.date',
25 'defaultOrder': 'desc'
26 })
27 #set ($columns = ['affiliation', 'URL', "content", "tags", "tags", "tags", "doc.date", '_actions'])
28 #livetable('research_groups' $columns $columnsProperties $options)
29 {{/velocity}}