Changes for page Material Collection
Last modified by Judith Steinfeld on 2025/06/03 11:13
From version 67.1
edited by Judith Steinfeld
on 2024/11/14 16:36
on 2024/11/14 16:36
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
-
Objects (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki.Ju dithSteinfeld1 +XWiki.JanBurger - Content
-
... ... @@ -1,28 +1,23 @@ 1 -== **Learning and Teaching Materials for ErUM-Data-Scientists** == 1 +{{box cssClass="floatinginfobox" title="==== **Further Materials** ===="}} 2 +{{displayIcon name="world"/}} [[Elixir TeSS Training Material>>https://tess.elixir-europe.org/]] 2 2 3 -{{info width="70%"}} 4 -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? 4 +{{displayIcon name="world"/}} [[PaN TRaining Catalogue>>https://pan-training.eu/]] 5 5 6 - Withour materialcollectionwewant to provideanoverview ofexistingmaterials and contacts by outlining where to find what.6 +{{displayIcon name="world"/}} [[FAIRmat Tutorials>>https://www.fairmat-nfdi.eu/events/fairmat-tutorial-2/tutorial-2-materials]] 7 7 8 -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. 8 +{{displayIcon name="world"/}} [[LHC Masterclasses (Netzwerk Teilchenwelt)>>https://www.teilchenwelt.de/angebote/neue-links-zu-materialien/]] 9 +{{/box}} 9 9 11 +== Learning and Teaching Materials for ErUM-Data-Scientists == 10 10 11 -If you want to be subscribed or unsubscribed from this list please contact [[judith.steinfeld@erumdatahub.de>>mailto:judith.steinfeld@erumdatahub.de]] 12 -{{/info}} 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? 13 13 14 -{{success width="70%"}} 15 -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. 16 -{{/success}} 15 +With our material collection we want to provide an overview of existing materials and contacts by outlining where to find what. 17 17 18 - {{boxcssClass="floatinginfobox"title="===FurtherMaterialCollections===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. 19 19 20 - "}} 21 -{{displayIcon name="world"/}} 22 -{{/box}} 19 +If you want to be add or remove material from this list please contact [[judith.steinfeld@erumdatahub.de>>mailto:judith.steinfeld@erumdatahub.de]]. 23 23 24 - 25 - 26 26 {{velocity}} 27 27 #set ($columnsProperties = { 28 28 'doc.location': {"displayName": "Title", "html": true},
- XWiki.JavaScriptExtension[0]
-
- Code
-
... ... @@ -48,7 +48,12 @@ 48 48 const ol = new DOMParser().parseFromString(row.doc_location, "text/xml").documentElement; 49 49 const li = ol.children; 50 50 51 - li[0].remove(); // remove "Event" 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 + } 52 52 for (let i = 1; i < li.length - 1; i++) // intermediate 53 53 li[i].textContent = li[i].textContent; // remove link 54 54