Changes for page Material Collection
Last modified by Judith Steinfeld on 2025/06/03 11:13
From version 103.1
edited by Judith Steinfeld
on 2025/04/08 15:36
on 2025/04/08 15:36
Change comment:
There is no comment for this version
To version 60.1
edited by Judith Steinfeld
on 2024/11/14 16:30
on 2024/11/14 16:30
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Attachments (0 modified, 0 added, 1 removed)
-
Objects (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,27 +1,34 @@ 1 -{{box cssClass="floatinginfobox" title="==== **Further Materials** ===="}} 2 -{{displayIcon name="world"/}} [[Elixir TeSS Training Material>>https://tess.elixir-europe.org/]] 1 +{{box cssClass="floatinginfobox" image="https://wiki.test.erumdatahub.de/bin/download/DIG-UM/WebHome/Logo%20DIG-UM.png?width=50" title="== Big Data Analytics == 3 3 4 -{{displayIcon name="world"/}} [[PaN TRaining Catalogue>>https://pan-training.eu/]] 3 + "}} 4 +**{{icon name="envelope"/}}[[Mailinglist >>https://lists.rwth-aachen.de/postorius/lists/erum-data-big-data-analytics.lists.rwth-aachen.de]]** 5 5 6 -{{ displayIcon name="world"/}}FAIRmatTutorials>>https://www.fairmat-nfdi.eu/events/fairmat-tutorial-2/tutorial-2-materials]]6 +**{{icon name="calendar"}}{{/icon}}[[Events >>https://indico.desy.de/category/1039/]]** 7 7 8 -{{displayIcon name="world"/}} [[LHC Masterclasses (Netzwerk Teilchenwelt)>>https://www.teilchenwelt.de/angebote/neue-links-zu-materialien/]] 9 -{{/box}} 8 +**Representative: **Dr. Jan Steinheimer 10 10 11 - == LearningandTeaching Materials for ErUM-Data-Scientists[[{{icon name="question-circle"}}{{/icon}}>>attach:material_collection_final.mp4]] ==10 +**Deputy: **Prof. Dr. Thomas Kuhr 12 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. 12 +{{displayIcon name="world"/}} 13 +{{/box}} 14 14 15 - Thecollection of existing materials thrives onbeingfilledandis complemented by our own materials whichcludefor examplevideosand slides from variousworkshops and schools organized by theErUM-Data-Hub incollaborationwith DIG-UM with which we reached over 800 participantsso far.15 +== **Learning and Teaching Materials for ErUM-Data-Scientists** == 16 16 17 +{{info width="70%"}} 18 +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? 17 17 18 - ===== **//{{iconname="info-circle"/}}//Update/addmaterial:If youwant tobe addedor removedfromthe materiallistpleasecontact[[judith.steinfeld@erumdatahub.de>>mailto:judith.steinfeld@erumdatahub.de]]. Feel freetoadd material or edittags yourself. Forhelp, see this [[video>>attach:material_collection_final.mp4]].** =====20 +With our material collection we want to provide an overview of existing materials and contacts by outlining where to find what. 19 19 20 - **Pleasenote that thislistisa collectionofmateriallinks;we do nothostanymaterialsourselves.**22 +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. 21 21 22 22 23 -//{{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 in the titles. 25 +If you want to be subscribed or unsubscribed from this list please contact [[judith.steinfeld@erumdatahub.de>>mailto:judith.steinfeld@erumdatahub.de]] 26 +{{/info}} 24 24 28 +{{success width="70%"}} 29 +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. 30 +{{/success}} 31 + 25 25 {{velocity}} 26 26 #set ($columnsProperties = { 27 27 'doc.location': {"displayName": "Title", "html": true},
- material_collection_final.mp4
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.JanBurger - Size
-
... ... @@ -1,1 +1,0 @@ 1 -3.2 MB - Content
- XWiki.JavaScriptExtension[0]
-
- Code
-
... ... @@ -48,12 +48,7 @@ 48 48 const ol = new DOMParser().parseFromString(row.doc_location, "text/xml").documentElement; 49 49 const li = ol.children; 50 50 51 - switch (li[0].textContent) { 52 - case "MoccaCalendar": 53 - li[1].remove(); // the sub calendar 54 - case "Material collection": 55 - li[0].remove(); // the "app" 56 - } 51 + li[0].remove(); // remove "Event" 57 57 for (let i = 1; i < li.length - 1; i++) // intermediate 58 58 li[i].textContent = li[i].textContent; // remove link 59 59