Wiki source code of People in ErUM-Data
Version 33.1 by Jan Bürger on 2024/12/17 13:14
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 | |
![]() |
11.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]] |
![]() |
4.2 | 6 | ))) |
7 | |||
![]() |
28.1 | 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"}, | ||
![]() |
30.1 | 14 | "doc.date": {"filterable": false, "displayName": "Last Updated"}, |
![]() |
28.1 | 15 | '_actions': {"actions":["view","edit"]} |
16 | }) | ||
17 | #set ($options = { | ||
18 | 'className': 'Research Groups.Code.Research GroupsClass', | ||
19 | 'translationPrefix': 'research groups.livetable.', | ||
20 | 'tagCloud': true, | ||
![]() |
32.2 | 21 | 'rowCount': 25, |
![]() |
28.1 | 22 | 'maxPages': 10, |
![]() |
30.1 | 23 | 'selectedColumn': 'doc.date', |
![]() |
31.1 | 24 | 'defaultOrder': 'desc' |
![]() |
28.1 | 25 | }) |
![]() |
30.1 | 26 | #set ($columns = ['affiliation', 'URL', "content", "tags", "tags", "tags", "doc.date", '_actions']) |
![]() |
29.1 | 27 | #livetable('research_groups' $columns $columnsProperties $options) |
![]() |
28.1 | 28 | {{/velocity}} |