Wiki source code of People in ErUM-Data
Version 34.2 by Jan Bürger on 2024/12/17 13:15
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
4.2 | 1 | (% class="box infomessage" %) |
2 | ((( | ||
![]() |
9.1 | 3 | With this collection we want to provide an overview of of various research groups and people in ErUM (data). |
![]() |
6.1 | 4 | |
![]() |
34.1 | 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]]. |
![]() |
34.2 | 6 | Feel free to add or modify your workinggroup yourself. For help, see this [[video>>attach:people_in_erum_final.mp4]]. |
![]() |
4.2 | 7 | ))) |
8 | |||
![]() |
28.1 | 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"}, | ||
![]() |
30.1 | 15 | "doc.date": {"filterable": false, "displayName": "Last Updated"}, |
![]() |
28.1 | 16 | '_actions': {"actions":["view","edit"]} |
17 | }) | ||
18 | #set ($options = { | ||
19 | 'className': 'Research Groups.Code.Research GroupsClass', | ||
20 | 'translationPrefix': 'research groups.livetable.', | ||
21 | 'tagCloud': true, | ||
![]() |
32.2 | 22 | 'rowCount': 25, |
![]() |
28.1 | 23 | 'maxPages': 10, |
![]() |
30.1 | 24 | 'selectedColumn': 'doc.date', |
![]() |
31.1 | 25 | 'defaultOrder': 'desc' |
![]() |
28.1 | 26 | }) |
![]() |
30.1 | 27 | #set ($columns = ['affiliation', 'URL', "content", "tags", "tags", "tags", "doc.date", '_actions']) |
![]() |
29.1 | 28 | #livetable('research_groups' $columns $columnsProperties $options) |
![]() |
28.1 | 29 | {{/velocity}} |