Wiki source code of Material Collection

Version 48.1 by Judith Steinfeld on 2024/08/01 09:57

Show last authors
1 == **Learning and Teaching Materials for ErUM-Data-Scientist** ==
2
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?
5
6 With our material collection we want to provide an overview of existing materials and contacts by outlining where to find what.
7
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.
9 {{/info}}
10
11 Hint Copyright: Please not that the materials are from
12
13 {{success}}
14 Our collection of materials covers many different topics. You can click on one or more tags to filter the list...
15 {{/success}}
16
17 {{velocity}}
18 #set ($columnsProperties = {
19 'doc.location': {"displayName": "Title", "html":true},
20 'link': {},
21 'date': {"html":true},
22 'author': {},
23 "tags": {"displayName": "Tags", "type": "list"}
24 })
25 #set ($options = {
26 'className': 'Materials.Code.MaterialsClass',
27 'translationPrefix': 'materials.livetable.',
28 'tagCloud': true,
29 'rowCount': 25,
30 'maxPages': 10,
31 "extraParams" : "tagsProperty=XWiki.TagClass",
32 'selectedColumn': 'date',
33 'defaultOrder': 'desc'
34 })
35 #set ($columns = ['doc.location', 'link', "tags", 'date', 'author'])
36 #livetable('materials' $columns $columnsProperties $options)
37 {{/velocity}}