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