Wiki source code of People in ErUM-Data
Version 40.2 by Jan Bürger on 2025/01/13 14:10
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | (% class="box infomessage" %) | ||
2 | ((( | ||
3 | [[{{icon name="question-circle"}}{{/icon}}>>attach:people_in_erum_final.mp4]] 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 | {{locationSearch width="100%" className="Research Groups.Code.Research GroupsClass" reference="" description="Search, including in excerpts."/}} | ||
10 | |||
11 | {{velocity}} | ||
12 | #set ($columnsProperties = { | ||
13 | 'affiliation': {"filterable":true, "sortable":true, "html":true}, | ||
14 | 'URL': {"type": "hidden"}, | ||
15 | "content": {"type": "hidden"}, | ||
16 | "tags": {"sortable": false, "filterable": false, "html": true, "headerClass": "tagsCol"}, | ||
17 | "doc.date": {"filterable": false, "displayName": "Last Updated"}, | ||
18 | '_actions': {"actions":["view","edit"]} | ||
19 | }) | ||
20 | #set ($options = { | ||
21 | 'className': 'Research Groups.Code.Research GroupsClass', | ||
22 | 'translationPrefix': 'research groups.livetable.', | ||
23 | 'tagCloud': true, | ||
24 | 'rowCount': 25, | ||
25 | 'maxPages': 10, | ||
26 | 'selectedColumn': 'doc.date', | ||
27 | 'defaultOrder': 'desc' | ||
28 | }) | ||
29 | #set ($columns = ['affiliation', 'URL', "content", "tags", "tags", "tags", "doc.date", '_actions']) | ||
30 | #livetable('research_groups' $columns $columnsProperties $options) | ||
31 | {{/velocity}} |