Wiki source code of Material Collection

Last modified by Judith Steinfeld on 2025/06/03 11:13

Show last authors
1 {{box cssClass="floatinginfobox" title="==== **Further Materials** ===="}}
2 {{displayIcon name="world"/}} [[Elixir TeSS Training Material>>https://tess.elixir-europe.org/]]
3
4 {{displayIcon name="world"/}} [[PaN TRaining Catalogue>>https://pan-training.eu/]]
5
6 {{displayIcon name="world"/}} [[FAIRmat Tutorials>>https://www.fairmat-nfdi.eu/events/fairmat-tutorial-2/tutorial-2-materials]]
7
8 {{displayIcon name="world"/}} [[LHC Masterclasses (Netzwerk Teilchenwelt)>>https://www.teilchenwelt.de/angebote/neue-links-zu-materialien/]]
9 {{/box}}
10
11 == Learning and Teaching Materials for ErUM-Data-Scientists ==
12
13 Are you an ErUM-Data-Scientist looking to expand your digital skills or do you want to support (young/prospective) ErUM-Scientists in pursuing digital transformation? With our material collection we want to provide an overview of existing materials and contacts by outlining where to find what.
14
15 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.
16
17
18 **//{{icon name="info-circle"/}}//Please note that this list is a collection of material links; we do not host any materials ourselves.**
19
20 ===== **//{{icon name="info-circle"/}}//Update/add material: If you want to be added or removed from the material list please contact [[judith.steinfeld@erumdatahub.de>>mailto:judith.steinfeld@erumdatahub.de]]. Feel free to add material or edit tags yourself. For help, see this [[video>>attach:material_collection_final.mp4]].** =====
21
22 //{{icon name="info-circle"/}}//**Search for material:** Our list contains a collection of main category keywords (cf. tags) relevant to ErUM scientists. If you are missing a keyword or looking for more specific ones, please use the search function below "title".
23
24 {{velocity}}
25 #set ($columnsProperties = {
26 'doc.location': {"displayName": "Title", "html": true},
27 'link': {"type": "hidden"},
28 'date': {"html": true},
29 'author': {},
30 "tags": {"sortable": false, "filterable": false, "html": true, "headerClass": "tagsCol", "aux": [
31 ["Type", "lecture", "exercise", "hands-on", "solution", "tutorial", "talk", "course", "video", "paper"],
32 ["Tags", true]
33 ]},
34 "_actions": {"actions": ["view", "edit"]}
35 })
36 #set ($options = {
37 'className': 'Materials.Code.MaterialsClass',
38 'translationPrefix': 'materials.livetable.',
39 'tagCloud': true,
40 'rowCount': 25,
41 'maxPages': 10,
42 "extraParams" : "tags_className=XWiki.TagClass",
43 'selectedColumn': 'date',
44 'defaultOrder': 'desc'
45 })
46 #set ($columns = ['doc.location', 'link', "tags", "tags", 'date', 'author'])
47 #if (!$isGuest)
48 #set($discard = $columns.add("_actions"))
49 #end
50 #livetable('materials' $columns $columnsProperties $options)
51 {{/velocity}}