Wiki source code of People in ErUM-Data

Version 33.1 by Jan Bürger on 2024/12/17 13:14

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 )))
7
8 {{velocity}}
9 #set ($columnsProperties = {
10 'affiliation': {"filterable":true, "sortable":true, "html":true},
11 'URL': {"type": "hidden"},
12 "content": {"type": "hidden"},
13 "tags": {"sortable": false, "filterable": false, "html": true, "headerClass": "tagsCol"},
14 "doc.date": {"filterable": false, "displayName": "Last Updated"},
15 '_actions': {"actions":["view","edit"]}
16 })
17 #set ($options = {
18 'className': 'Research Groups.Code.Research GroupsClass',
19 'translationPrefix': 'research groups.livetable.',
20 'tagCloud': true,
21 'rowCount': 25,
22 'maxPages': 10,
23 'selectedColumn': 'doc.date',
24 'defaultOrder': 'desc'
25 })
26 #set ($columns = ['affiliation', 'URL', "content", "tags", "tags", "tags", "doc.date", '_actions'])
27 #livetable('research_groups' $columns $columnsProperties $options)
28 {{/velocity}}