Wiki source code of People in ErUM-Data
Version 36.1 by Benjamin Fischer on 2025/01/06 10:58
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | {{locationSearch width="clamp(200px, 20%, 500px);float:right;margin:6px 0 6px 12px;" box="true" className="Research Groups.Code.Research GroupsClass" kind="content" reference=""/}} | ||
2 | (% class="box infomessage" %) | ||
3 | ((( | ||
4 | With this collection we want to provide an overview of of various research groups and people in ErUM (data). | ||
5 | |||
6 | 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]]. | ||
7 | Feel free to add or modify your workinggroup yourself. For help, see this [[video>>attach:people_in_erum_final.mp4]]. | ||
8 | ))) | ||
9 | |||
10 | {{velocity}} | ||
11 | #set ($columnsProperties = { | ||
12 | 'affiliation': {"filterable":true, "sortable":true, "html":true}, | ||
13 | 'URL': {"type": "hidden"}, | ||
14 | "content": {"type": "hidden"}, | ||
15 | "tags": {"sortable": false, "filterable": false, "html": true, "headerClass": "tagsCol"}, | ||
16 | "doc.date": {"filterable": false, "displayName": "Last Updated"}, | ||
17 | '_actions': {"actions":["view","edit"]} | ||
18 | }) | ||
19 | #set ($options = { | ||
20 | 'className': 'Research Groups.Code.Research GroupsClass', | ||
21 | 'translationPrefix': 'research groups.livetable.', | ||
22 | 'tagCloud': true, | ||
23 | 'rowCount': 25, | ||
24 | 'maxPages': 10, | ||
25 | 'selectedColumn': 'doc.date', | ||
26 | 'defaultOrder': 'desc' | ||
27 | }) | ||
28 | #set ($columns = ['affiliation', 'URL', "content", "tags", "tags", "tags", "doc.date", '_actions']) | ||
29 | #livetable('research_groups' $columns $columnsProperties $options) | ||
30 | {{/velocity}} |