Wiki source code of Material Collection

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

Hide last authors
Judith Steinfeld 72.1 1 {{box cssClass="floatinginfobox" title="==== **Further Materials** ===="}}
Benjamin Fischer 75.1 2 {{displayIcon name="world"/}} [[Elixir TeSS Training Material>>https://tess.elixir-europe.org/]]
Judith Steinfeld 68.1 3
Judith Steinfeld 72.1 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/]]
Judith Steinfeld 68.1 9 {{/box}}
10
Judith Steinfeld 108.1 11 == Learning and Teaching Materials for ErUM-Data-Scientists ==
Benjamin Fischer 75.1 12
Judith Steinfeld 102.1 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.
Judith Steinfeld 24.1 14
Judith Steinfeld 77.1 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.
Judith Steinfeld 49.1 16
Judith Steinfeld 105.2 17
Judith Steinfeld 104.2 18 **//{{icon name="info-circle"/}}//Please note that this list is a collection of material links; we do not host any materials ourselves.**
Judith Steinfeld 49.1 19
Angela Warkentin 101.1 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]].** =====
Jan Bürger 77.2 21
Judith Steinfeld 106.1 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".
Judith Steinfeld 91.1 23
Benjamin Fischer 47.1 24 {{velocity}}
25 #set ($columnsProperties = {
admin 53.1 26 'doc.location': {"displayName": "Title", "html": true},
27 'link': {"type": "hidden"},
28 'date': {"html": true},
Benjamin Fischer 47.1 29 'author': {},
Benjamin Fischer 107.2 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 ]},
admin 55.1 34 "_actions": {"actions": ["view", "edit"]}
Benjamin Fischer 47.1 35 })
36 #set ($options = {
37 'className': 'Materials.Code.MaterialsClass',
38 'translationPrefix': 'materials.livetable.',
39 'tagCloud': true,
40 'rowCount': 25,
41 'maxPages': 10,
admin 53.1 42 "extraParams" : "tags_className=XWiki.TagClass",
Benjamin Fischer 47.1 43 'selectedColumn': 'date',
44 'defaultOrder': 'desc'
45 })
admin 53.1 46 #set ($columns = ['doc.location', 'link', "tags", "tags", 'date', 'author'])
admin 55.1 47 #if (!$isGuest)
48 #set($discard = $columns.add("_actions"))
49 #end
Benjamin Fischer 47.1 50 #livetable('materials' $columns $columnsProperties $options)
51 {{/velocity}}