Wiki source code of Home
Version 88.1 by Judith Steinfeld on 2024/11/15 13:50
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | === === | ||
2 | |||
3 | {{box cssClass="floatinginfobox" image="https://wiki.test.erumdatahub.de/bin/download/Main/WebHome/logo_horizontal_23_neu.png?width=200"}} | ||
4 | {{displayIcon name="application_view_tile"/}} [[Indico>>https://indico.desy.de/category/984/]] | ||
5 | {{displayIcon name="email"/}} [[Mailing Lists>>doc:DIG-UM.Mailing Lists.WebHome]] | ||
6 | {{displayIcon name="world"/}} [[Website>>https://erumdatahub.de/]] | ||
7 | |||
8 | //{{icon name="info-circle"/}}//ErUM =** Er**forschung von** U**niversum & **M**aterie | ||
9 | (Research on Universe and Matter) | ||
10 | {{/box}} | ||
11 | |||
12 | == **Welcome** == | ||
13 | |||
14 | ==== ==== | ||
15 | |||
16 | ==== Welcome to the new ErUM-Data-Hub Wiki - a place for all ErUM-Data communities, to interact and share information with one another. ==== | ||
17 | |||
18 | |||
19 | If you have any ideas for new features or content that you would want to find here, feel free to get in contact with us. | ||
20 | Otherwise, you can always create an account and contribute improvements or novel content yourself. For now, the registration is not open to the puplic. | ||
21 | |||
22 | {{icon name="question-circle"}}{{/icon}}Further information, answers to all questions you may have regarding the ErUM-Data-Hub and more about our aims and work can be found on our [[website>>https://erumdatahub.de/]]. | ||
23 | |||
24 | |||
25 | == What is new? == | ||
26 | |||
27 | Have a look at our new comprehensive: | ||
28 | |||
29 | * [[Material collection]] of learning and teaching materials, and | ||
30 | * [[People in ErUM-Data]] list of research groups and contact information of people who work in ErUM-Data. | ||
31 | |||
32 | = = | ||
33 | |||
34 | == ErUM-Data Calendar == | ||
35 | |||
36 | {{velocity output="false"}} | ||
37 | $xwiki.ssx.use("Calendar.FullCalendar") | ||
38 | $xwiki.jsx.use("Calendar.FullCalendar", {'defer': false}) | ||
39 | $xwiki.jsx.use("Main.WebHome", {'defer': false, 'minify': false}) | ||
40 | {{/velocity}} | ||
41 | |||
42 | (% id="calendarCustom" %) | ||
43 | ((( | ||
44 | |||
45 | ))) | ||
46 | |||
47 | {{velocity}} | ||
48 | #set ($showcomments = false) | ||
49 | #set ($showannotations = false) | ||
50 | #set ($showattachments = $hasAdmin) | ||
51 | #set ($showhistory = $hasAdmin) | ||
52 | #set ($showinformation = $hasAdmin) | ||
53 | #set ($displayContentFooter = false) | ||
54 | {{/velocity}} |