Wiki source code of People in ErUM-Data
Show last authors
author | version | line-number | content |
---|---|---|---|
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 | '_actions': {"actions":["view","edit"]} | ||
15 | }) | ||
16 | #set ($options = { | ||
17 | 'className': 'Research Groups.Code.Research GroupsClass', | ||
18 | 'translationPrefix': 'research groups.livetable.', | ||
19 | 'tagCloud': true, | ||
20 | 'rowCount': 15, | ||
21 | 'maxPages': 10, | ||
22 | 'selectedColumn': 'affiliation', | ||
23 | 'defaultOrder': 'asc' | ||
24 | }) | ||
25 | #set ($columns = ['affiliation', 'URL', "content", "tags", "tags", "tags", '_actions']) | ||
26 | #livetable('research groups' $columns $columnsProperties $options) | ||
27 | {{/velocity}} |