Wiki source code of Material Collection
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
34.2 | 1 | == **Learning and Teaching Materials for ErUM-Data-Scientist** == |
![]() |
1.1 | 2 | |
![]() |
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? | ||
![]() |
24.1 | 5 | |
![]() |
23.1 | 6 | With our material collection we want to provide an overview of existing materials and contacts by outlining where to find what. |
![]() |
24.1 | 7 | |
![]() |
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. |
![]() |
49.1 | 9 | |
10 | |||
![]() |
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]] |
![]() |
23.1 | 12 | {{/info}} |
![]() |
22.1 | 13 | |
![]() |
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... | ||
![]() |
36.1 | 16 | {{/success}} |
![]() |
27.1 | 17 | |
![]() |
47.1 | 18 | {{velocity}} |
19 | #set ($columnsProperties = { | ||
20 | 'doc.location': {"displayName": "Title", "html":true}, | ||
21 | 'link': {}, | ||
22 | 'date': {"html":true}, | ||
23 | 'author': {}, | ||
24 | "tags": {"displayName": "Tags", "type": "list"} | ||
25 | }) | ||
26 | #set ($options = { | ||
27 | 'className': 'Materials.Code.MaterialsClass', | ||
28 | 'translationPrefix': 'materials.livetable.', | ||
29 | 'tagCloud': true, | ||
30 | 'rowCount': 25, | ||
31 | 'maxPages': 10, | ||
32 | "extraParams" : "tagsProperty=XWiki.TagClass", | ||
33 | 'selectedColumn': 'date', | ||
34 | 'defaultOrder': 'desc' | ||
35 | }) | ||
36 | #set ($columns = ['doc.location', 'link', "tags", 'date', 'author']) | ||
37 | #livetable('materials' $columns $columnsProperties $options) | ||
38 | {{/velocity}} |