Wiki source code of Material Collection
Version 78.1 by Jan Bürger on 2024/12/17 13:04
Show last authors
author | version | line-number | content |
---|---|---|---|
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 who wants to expand your digital skills or do you want to support (young/prospective) ErUM-Scientists in pursuing digital transformation? | ||
14 | |||
15 | With our material collection we want to provide an overview of existing materials and contacts by outlining where to find what. | ||
16 | |||
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. | ||
18 | |||
19 | |||
20 | *Update/add material:* If you want to be add or remove material from this 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 09.09.22. [[listofparticipants_-_wiehl_09092022.xlsx>>attach:listofparticipants_-_wiehl_09092022\.xlsx]] | ||
21 | |||
22 | {{velocity}} | ||
23 | #set ($columnsProperties = { | ||
24 | 'doc.location': {"displayName": "Title", "html": true}, | ||
25 | 'link': {"type": "hidden"}, | ||
26 | 'date': {"html": true}, | ||
27 | 'author': {}, | ||
28 | "tags": {"sortable": false, "filterable": false, "html": true, "headerClass": "tagsCol"}, | ||
29 | "_actions": {"actions": ["view", "edit"]} | ||
30 | }) | ||
31 | #set ($options = { | ||
32 | 'className': 'Materials.Code.MaterialsClass', | ||
33 | 'translationPrefix': 'materials.livetable.', | ||
34 | 'tagCloud': true, | ||
35 | 'rowCount': 25, | ||
36 | 'maxPages': 10, | ||
37 | "extraParams" : "tags_className=XWiki.TagClass", | ||
38 | 'selectedColumn': 'date', | ||
39 | 'defaultOrder': 'desc' | ||
40 | }) | ||
41 | #set ($columns = ['doc.location', 'link', "tags", "tags", 'date', 'author']) | ||
42 | #if (!$isGuest) | ||
43 | #set($discard = $columns.add("_actions")) | ||
44 | #end | ||
45 | #livetable('materials' $columns $columnsProperties $options) | ||
46 | {{/velocity}} |