Wiki source code of Material Collection

Version 49.1 by Judith Steinfeld on 2024/09/24 15:17

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
10
11 Please feel free to share your ErUM-Data materials.
12 {{/info}}
13
14 Hint Copyright: Please not that the materials are from
15
16 {{success}}
17 Our collection of materials covers many different topics. You can click on one or more tags to filter the list...
18 {{/success}}
19
20 {{velocity}}
21 #set ($columnsProperties = {
22 'doc.location': {"displayName": "Title", "html":true},
23 'link': {},
24 'date': {"html":true},
25 'author': {},
26 "tags": {"displayName": "Tags", "type": "list"}
27 })
28 #set ($options = {
29 'className': 'Materials.Code.MaterialsClass',
30 'translationPrefix': 'materials.livetable.',
31 'tagCloud': true,
32 'rowCount': 25,
33 'maxPages': 10,
34 "extraParams" : "tagsProperty=XWiki.TagClass",
35 'selectedColumn': 'date',
36 'defaultOrder': 'desc'
37 })
38 #set ($columns = ['doc.location', 'link', "tags", 'date', 'author'])
39 #livetable('materials' $columns $columnsProperties $options)
40 {{/velocity}}