Wiki source code of Material Collection

Version 76.2 by Jan Bürger on 2024/12/09 14:24

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
Benjamin Fischer 75.1 11 == Learning and Teaching Materials for ErUM-Data-Scientists ==
12
Judith Steinfeld 23.1 13 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 14
Judith Steinfeld 23.1 15 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 16
Judith Steinfeld 56.1 17 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 18
Jan Bürger 76.1 19 If you want to be add or remove material from this list please contact [[judith.steinfeld@erumdatahub.de>>mailto:judith.steinfeld@erumdatahub.de]].
Judith Steinfeld 49.1 20
Benjamin Fischer 47.1 21 {{velocity}}
22 #set ($columnsProperties = {
admin 53.1 23 'doc.location': {"displayName": "Title", "html": true},
24 'link': {"type": "hidden"},
25 'date': {"html": true},
Benjamin Fischer 47.1 26 'author': {},
admin 55.1 27 "tags": {"sortable": false, "filterable": false, "html": true, "headerClass": "tagsCol"},
28 "_actions": {"actions": ["view", "edit"]}
Benjamin Fischer 47.1 29 })
30 #set ($options = {
31 'className': 'Materials.Code.MaterialsClass',
32 'translationPrefix': 'materials.livetable.',
33 'tagCloud': true,
34 'rowCount': 25,
35 'maxPages': 10,
admin 53.1 36 "extraParams" : "tags_className=XWiki.TagClass",
Benjamin Fischer 47.1 37 'selectedColumn': 'date',
38 'defaultOrder': 'desc'
39 })
admin 53.1 40 #set ($columns = ['doc.location', 'link', "tags", "tags", 'date', 'author'])
admin 55.1 41 #if (!$isGuest)
42 #set($discard = $columns.add("_actions"))
43 #end
Benjamin Fischer 47.1 44 #livetable('materials' $columns $columnsProperties $options)
45 {{/velocity}}