Wiki source code of Material Collection

Version 73.1 by Judith Steinfeld on 2024/11/15 13:49

Hide last authors
Judith Steinfeld 71.1 1 == Learning and Teaching Materials for ErUM-Data-Scientists ==
Judith Steinfeld 69.1 2
Judith Steinfeld 72.1 3 {{box cssClass="floatinginfobox" title="==== **Further Materials** ===="}}
4 {{displayIcon name="world"/}}[[ Elixir TeSS Training Material>>https://tess.elixir-europe.org/]]
Judith Steinfeld 68.1 5
Judith Steinfeld 72.1 6 {{displayIcon name="world"/}} [[PaN TRaining Catalogue>>https://pan-training.eu/]]
7
8 {{displayIcon name="world"/}} [[FAIRmat Tutorials>>https://www.fairmat-nfdi.eu/events/fairmat-tutorial-2/tutorial-2-materials]]
9
10 {{displayIcon name="world"/}} [[LHC Masterclasses (Netzwerk Teilchenwelt)>>https://www.teilchenwelt.de/angebote/neue-links-zu-materialien/]]
Judith Steinfeld 68.1 11 {{/box}}
12
Judith Steinfeld 60.1 13 {{info width="70%"}}
Judith Steinfeld 23.1 14 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 15
Judith Steinfeld 23.1 16 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 17
Judith Steinfeld 56.1 18 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 19
20
Judith Steinfeld 50.1 21 If you want to be subscribed or unsubscribed from this list please contact [[judith.steinfeld@erumdatahub.de>>mailto:judith.steinfeld@erumdatahub.de]]
Judith Steinfeld 73.1 22
23
Judith Steinfeld 23.1 24 {{/info}}
Judith Steinfeld 22.1 25
Judith Steinfeld 60.1 26 {{success width="70%"}}
Judith Steinfeld 57.1 27 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 28 {{/success}}
Judith Steinfeld 27.1 29
Judith Steinfeld 61.1 30
Benjamin Fischer 47.1 31 {{velocity}}
32 #set ($columnsProperties = {
admin 53.1 33 'doc.location': {"displayName": "Title", "html": true},
34 'link': {"type": "hidden"},
35 'date': {"html": true},
Benjamin Fischer 47.1 36 'author': {},
admin 55.1 37 "tags": {"sortable": false, "filterable": false, "html": true, "headerClass": "tagsCol"},
38 "_actions": {"actions": ["view", "edit"]}
Benjamin Fischer 47.1 39 })
40 #set ($options = {
41 'className': 'Materials.Code.MaterialsClass',
42 'translationPrefix': 'materials.livetable.',
43 'tagCloud': true,
44 'rowCount': 25,
45 'maxPages': 10,
admin 53.1 46 "extraParams" : "tags_className=XWiki.TagClass",
Benjamin Fischer 47.1 47 'selectedColumn': 'date',
48 'defaultOrder': 'desc'
49 })
admin 53.1 50 #set ($columns = ['doc.location', 'link', "tags", "tags", 'date', 'author'])
admin 55.1 51 #if (!$isGuest)
52 #set($discard = $columns.add("_actions"))
53 #end
Benjamin Fischer 47.1 54 #livetable('materials' $columns $columnsProperties $options)
55 {{/velocity}}