Wiki source code of Material Collection

Version 55.24 by Benjamin Fischer on 2024/10/28 13:51

Hide last authors
Judith Steinfeld 34.2 1 == **Learning and Teaching Materials for ErUM-Data-Scientist** ==
admin 1.1 2
Judith Steinfeld 23.1 3 {{info}}
4 Are you an ErUM-Data-Scientist who wants to expand your digital skills or do you want to support (young/prospective) ErUM-Scientists in pursuing digital transformation?
Judith Steinfeld 24.1 5
Judith Steinfeld 23.1 6 With our material collection we want to provide an overview of existing materials and contacts by outlining where to find what.
Judith Steinfeld 24.1 7
Judith Steinfeld 26.1 8 The collection of existing materials is complemented by our own materials which include for example videos and slides from various workshops and schools organized by the ErUM-Data-Hub in collaboration with DIG-UM with which we reached over 800 participants so far.
Judith Steinfeld 49.1 9
10
Judith Steinfeld 50.1 11 If you want to be subscribed or unsubscribed from this list please contact [[judith.steinfeld@erumdatahub.de>>mailto:judith.steinfeld@erumdatahub.de]]
Judith Steinfeld 23.1 12 {{/info}}
Judith Steinfeld 22.1 13
Judith Steinfeld 48.1 14 {{success}}
15 Our collection of materials covers many different topics. You can click on one or more tags to filter the list...
Judith Steinfeld 36.1 16 {{/success}}
Judith Steinfeld 27.1 17
Benjamin Fischer 47.1 18 {{velocity}}
19 #set ($columnsProperties = {
admin 53.1 20 'doc.location': {"displayName": "Title", "html": true},
21 'link': {"type": "hidden"},
22 'date': {"html": true},
Benjamin Fischer 47.1 23 'author': {},
admin 55.1 24 "tags": {"sortable": false, "filterable": false, "html": true, "headerClass": "tagsCol"},
25 "_actions": {"actions": ["view", "edit"]}
Benjamin Fischer 47.1 26 })
27 #set ($options = {
28 'className': 'Materials.Code.MaterialsClass',
29 'translationPrefix': 'materials.livetable.',
30 'tagCloud': true,
31 'rowCount': 25,
32 'maxPages': 10,
admin 53.1 33 "extraParams" : "tags_className=XWiki.TagClass",
Benjamin Fischer 47.1 34 'selectedColumn': 'date',
35 'defaultOrder': 'desc'
36 })
admin 53.1 37 #set ($columns = ['doc.location', 'link', "tags", "tags", 'date', 'author'])
admin 55.1 38 #if (!$isGuest)
39 #set($discard = $columns.add("_actions"))
40 #end
Benjamin Fischer 47.1 41 #livetable('materials' $columns $columnsProperties $options)
42 {{/velocity}}