Wiki source code of Material Collection

Version 61.1 by Judith Steinfeld on 2024/11/14 16:31

Hide last authors
Judith Steinfeld 61.1 1 {{box cssClass="floatinginfobox" title="== Further Material Collections ==
Judith Steinfeld 59.1 2
3 "}}
4 **{{icon name="envelope"/}}[[Mailinglist  >>https://lists.rwth-aachen.de/postorius/lists/erum-data-big-data-analytics.lists.rwth-aachen.de]]**
5
6 **{{icon name="calendar"}}{{/icon}}[[Events >>https://indico.desy.de/category/1039/]]**
7
8 **Representative: **Dr. Jan Steinheimer
9
10 **Deputy: **Prof. Dr. Thomas Kuhr
11
12 {{displayIcon name="world"/}}
13 {{/box}}
14
Judith Steinfeld 58.1 15 == **Learning and Teaching Materials for ErUM-Data-Scientists** ==
admin 1.1 16
Judith Steinfeld 60.1 17 {{info width="70%"}}
Judith Steinfeld 23.1 18 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 19
Judith Steinfeld 23.1 20 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 21
Judith Steinfeld 56.1 22 The collection of existing materials thrives on being filled and 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 23
24
Judith Steinfeld 50.1 25 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 26 {{/info}}
Judith Steinfeld 22.1 27
Judith Steinfeld 60.1 28 {{success width="70%"}}
Judith Steinfeld 57.1 29 Our collection of materials covers many different topics. You can click on one or more tags to filter the list or search for titles and authors.
Judith Steinfeld 36.1 30 {{/success}}
Judith Steinfeld 27.1 31
Judith Steinfeld 61.1 32
Benjamin Fischer 47.1 33 {{velocity}}
34 #set ($columnsProperties = {
admin 53.1 35 'doc.location': {"displayName": "Title", "html": true},
36 'link': {"type": "hidden"},
37 'date': {"html": true},
Benjamin Fischer 47.1 38 'author': {},
admin 55.1 39 "tags": {"sortable": false, "filterable": false, "html": true, "headerClass": "tagsCol"},
40 "_actions": {"actions": ["view", "edit"]}
Benjamin Fischer 47.1 41 })
42 #set ($options = {
43 'className': 'Materials.Code.MaterialsClass',
44 'translationPrefix': 'materials.livetable.',
45 'tagCloud': true,
46 'rowCount': 25,
47 'maxPages': 10,
admin 53.1 48 "extraParams" : "tags_className=XWiki.TagClass",
Benjamin Fischer 47.1 49 'selectedColumn': 'date',
50 'defaultOrder': 'desc'
51 })
admin 53.1 52 #set ($columns = ['doc.location', 'link', "tags", "tags", 'date', 'author'])
admin 55.1 53 #if (!$isGuest)
54 #set($discard = $columns.add("_actions"))
55 #end
Benjamin Fischer 47.1 56 #livetable('materials' $columns $columnsProperties $options)
57 {{/velocity}}