Changes for page Material Collection
Last modified by Judith Steinfeld on 2025/06/03 11:13
From version 65.1
edited by Judith Steinfeld
on 2024/11/14 16:35
on 2024/11/14 16:35
Change comment:
There is no comment for this version
To version 55.23
edited by Benjamin Fischer
on 2024/10/28 13:49
on 2024/10/28 13:49
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. JudithSteinfeld1 +XWiki.fischer - Content
-
... ... @@ -1,22 +1,20 @@ 1 +== **Learning and Teaching Materials for ErUM-Data-Scientist** == 1 1 2 -== kjkjkj**Learning and Teaching Materials for ErUM-Data-Scientists** == 3 - 4 -{{info width="70%"}} 3 +{{info}} 5 5 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? 6 6 7 7 With our material collection we want to provide an overview of existing materials and contacts by outlining where to find what. 8 8 9 -The collection of existing materials thriveson being filled and iscomplemented 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 +The collection of existing materials 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. 10 10 11 11 12 12 If you want to be subscribed or unsubscribed from this list please contact [[judith.steinfeld@erumdatahub.de>>mailto:judith.steinfeld@erumdatahub.de]] 13 13 {{/info}} 14 14 15 -{{success width="70%"}}16 -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.14 +{{success}} 15 +Our collection of materials covers many different topics. You can click on one or more tags to filter the list... 17 17 {{/success}} 18 18 19 - 20 20 {{velocity}} 21 21 #set ($columnsProperties = { 22 22 'doc.location': {"displayName": "Title", "html": true},
- XWiki.JavaScriptExtension[0]
-
- Code
-
... ... @@ -1,6 +1,6 @@ 1 1 const tabName = "materials"; 2 2 const tagCols = [ 3 - ["Type", "lecture", "exercise", "hands-on", "solution", "tutorial", "talk", "course", "video" , "paper"],3 + ["Type", "lecture", "exercise", "hands-on", "solution", "tutorial", "talk", "course", "video"], 4 4 ["Tags", true], 5 5 ] 6 6 ... ... @@ -67,7 +67,6 @@ 67 67 if (u.hostname.includes("colab")) icon = "code"; 68 68 if (u.hostname.includes("youtube")) icon = "youtube-play"; 69 69 if (u.pathname.endsWith(".pdf")) icon = "file-pdf-o"; 70 - if (u.pathname.endsWith(".pptx")) icon = "file-powerpoint-o"; 71 71 if (icon) { 72 72 const s = a.ownerDocument.createElement("span"); 73 73 s.appendChild(a.ownerDocument.createElement("wbr"));