Skip to content

Commit

Permalink
Merge branch 'main' into event-template1000
Browse files Browse the repository at this point in the history
  • Loading branch information
Brilator authored Oct 21, 2024
2 parents 8ed9974 + 1f0313c commit 4d4588f
Show file tree
Hide file tree
Showing 237 changed files with 1,153 additions and 1,249 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/event.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ body:
attributes:
label: Mode
options:
- On-site
- Online
- Hybrid
- OnlineEventAttendanceMode
- OfflineEventAttendanceMode
- MixedEventAttendanceMode
validations:
required: true
- type: dropdown
Expand Down
34 changes: 17 additions & 17 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ The configuration file for a subpage are located at `src/content/subpage`. The f
---
title: About DataPLANT
tagline: Towards democratization of plant research.
subtitle: 'Towards democratization of plant research.'
description: 'Towards democratization of plant research.'
image: /src/assets/images/subpage/about/about-mainpage.svg
styling:
titleColor: darkblue
Expand All @@ -175,8 +175,8 @@ with these fields:
| Field name | description | Note |
| --- | --- | --- |
| `title` | The title of the subpage hero | **Mandatory** |
| `subtitle` | A subtitle for the subpage hero | **Mandatory** |
| `tagline` | A tagline for the subpage hero | **Optional** |
| `description` | A subtitle for the subpage hero | **Mandatory** |
| `tagline` | A tagline for the subpage hero, must be short | **Optional** |
| `image` | The path to the image for the subpage hero | **Mandatory** |
| `styling` | The styling of the subpage hero | **Mandatory** |
| `content` | The content of the subpage feature section | **Mandatory** |
Expand Down Expand Up @@ -230,7 +230,7 @@ The frontmatter for an article looks like this:
```yaml
---
title: DataPLANT Task Areas
summary: Overview of the DataPLANT Task Areas
description: Overview of the DataPLANT Task Areas
---
```

Expand All @@ -239,7 +239,7 @@ with these fields:
| Field name | description | Note |
| --- | --- | --- |
| `title` | The title of the article | **Mandatory** |
| `summary` | A summary of the article | **Mandatory** |
| `description` | A summary of the article | **Mandatory** |

### Events

Expand All @@ -250,9 +250,9 @@ The frontmatter for an event looks like this:
```yaml
---
title: ARCify your research project
excerpt: 'Learn how to move your datasets into ARCs, share them via the DataHUB, and annotate them with metadata.'
description: 'Learn how to move your datasets into ARCs, share them via the DataHUB, and annotate them with metadata.'
category: Training
mode: On-site
mode: 'OfflineEventAttendanceMode'
audience: [Users, DataStewards]
when:
start: 2024-10-24T09:00:00
Expand All @@ -276,10 +276,10 @@ location:
short: HHU
url: https://www.ceplas.eu/en/contact/how-to-get-there
registration:
description: 'First-come-first-serve. Members of CEPLAS have priority. Everyone else is welcome, if seats are available.'
url: 'https://terminplaner6.dfn.de/en/b/551776b4130c40357ea030db0142f472-910401'
deadline: 2024-10-17
seats: 12
description: 'First-come-first-serve. Members of CEPLAS have priority. Everyone else is welcome, if seats are available.'
url: 'https://terminplaner6.dfn.de/en/b/551776b4130c40357ea030db0142f472-910401'
deadline: 2024-10-17
seats: 12
external: https://en.wikipedia.org/wiki/URL#:~:text=A%20typical%20URL%20could%20have,html%20).
---
```
Expand All @@ -290,10 +290,10 @@ with these fields:
| Field name | description | Note |
| ------------- | --------------------------------------------------------------------- | ------------ |
| `title` | The title of the event | **Mandatory** |
| `excerpt` | A brief description of the event | **Mandatory** |
| `description` | A brief description of the event | **Mandatory** |
| `category` | The category of the event | one of Conference', 'Hackathon', 'Webinar', 'Training', **Mandatory** |
| `when` | Event instantiation(s) | Either a single object or an array of 'when's , containing the start and end date and time of the event in ISO 8601 format. **Mandatory** |
| `mode` | The mode of the event (e.g., online, on-site) | one of 'On-site', 'Online', 'Hybrid', **Mandatory** |
| `mode` | The mode of the event (e.g., online, OfflineEventAttendanceMode) | one of 'OfflineEventAttendanceMode', 'OnlineEventAttendanceMode', 'MixedEventAttendanceMode', **Mandatory** |
| `audience` | The intended audience of the event | array of 'Users', 'DataStewards', 'Developers', 'Everyone', **Mandatory** |
| `location` | The location information for the event | **Mandatory** |
| `image` | The path to the image associated with the event | **Optional** |
Expand Down Expand Up @@ -387,17 +387,17 @@ The frontmatter for a news item looks like this:
---
date: 2019-05-15
title: BioDATEN and DaPLUS+ at NFDI conference in Bonn
previewText: Both the not yet started Science Data Center "BioDATEN" and the DaPLUS+ initiative were present at the two days NFDI conference held in mid of May in Bonn.
description: Both the not yet started Science Data Center "BioDATEN" and the DaPLUS+ initiative were present at the two days NFDI conference held in mid of May in Bonn.
---
```

with these fields:

| Field name | description | Note |
| ------------- | --------------------------------------------------------------------- | ------------ |
| `date` | The date of the news item | **Mandatory** |
| `title` | The title of the news item | **Mandatory** |
| `previewText` | A brief description of the news item | **Mandatory** |
| `date` | The date of the news item | **Mandatory** |
| `title` | The title of the news item | **Mandatory** |
| `description` | A brief description of the news item | **Mandatory** |

### Publications

Expand Down
97 changes: 80 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"@types/react-dom": "^18.3.0",
"astro": "^4.15.9",
"astro-icon": "^1.1.1",
"astro-seo": "^0.8.4",
"bibtex-js-parser": "^1.1.6",
"csv-parse": "^5.5.6",
"d3": "^7.9.0",
Expand Down
47 changes: 24 additions & 23 deletions src/assets/data/institutions.csv
Original file line number Diff line number Diff line change
@@ -1,23 +1,24 @@
Name,Link
Albrecht-Ludwigs University of Freiburg,https://uni-freiburg.de/
Bielefeld University,https://uni-bielefeld.de/
Eberhard Karls University Tübingen,https://uni-tuebingen.de/
Forschungszentrum Jülich,https://www.fz-juelich.de/portal/DE/Home/home_node.html
Georg-August-Universität Göttingen,https://www.uni-goettingen.de/
Heinrich Heine University Düsseldorf,https://www.hhu.de/
Helmholtz-Zentrum München,https://www.helmholtz-muenchen.de/helmholtz-zentrum-muenchen/index.html
Humboldt University Berlin,https://www.hu-berlin.de/de
Leibniz Institute of Plant Genetics and Crop Plant Research,https://www.ipk-gatersleben.de/en/
Ludwigs-Maximilians University Munich,https://www.lmu.de/en/
Martin Luther University Halle-Wittenberg,https://www.uni-halle.de/
Max-Planck Institute of Molecular Plant Physiology,https://www.mpimp-golm.mpg.de/
Philipps Universität Marburg,https://www.uni-marburg.de/de
RLP AgroScience GmbH,https://www.agroscience.de/index.php/de/
Ruhr University Bochum,https://www.ruhr-uni-bochum.de/de
Universität Münster,https://www.uni-muenster.de/de/
University Kaiserslautern-Landau,https://rptu.de/
University of Cologne,https://www.uni-koeln.de/
University of Hohenheim,https://www.uni-hohenheim.de/
University of Konstanz,https://www.uni-konstanz.de/
University of Regensburg,https://www.uni-regensburg.de/
University Potsdam,https://www.uni-potsdam.de/de/
Name,City,Link
University of Freiburg,Freiburg,https://uni-freiburg.de/
Bielefeld University,Bielefeld,https://uni-bielefeld.de/
Eberhard Karls University Tübingen,Tübingen,https://uni-tuebingen.de/
Forschungszentrum Jülich,Jülich,https://www.fz-juelich.de/portal/DE/Home/home_node.html
Georg-August-Universität Göttingen,Göttingen,https://www.uni-goettingen.de/
Heinrich Heine University Düsseldorf,Düsseldorf,https://www.hhu.de/
Helmholtz-Zentrum München,München,https://www.helmholtz-muenchen.de/helmholtz-zentrum-muenchen/index.html
Hochschule Kehl,Kehl,https://www.hs-kehl.de/
Humboldt University Berlin,Berlin,https://www.hu-berlin.de/de
Leibniz Institute of Plant Genetics and Crop Plant Research,Gatersleben,https://www.ipk-gatersleben.de/en/
Ludwigs-Maximilians University Munich,München,https://www.lmu.de/en/
Martin Luther University Halle-Wittenberg,Halle (Saale),https://www.uni-halle.de/
Max-Planck Institute of Molecular Plant Physiology,Potsdam,https://www.mpimp-golm.mpg.de/
Philipps Universität Marburg,Marburg,https://www.uni-marburg.de/de
RLP AgroScience GmbH,Neustadt Wstr.,https://www.agroscience.de/index.php/de/
Ruhr University Bochum,Bochum,https://www.ruhr-uni-bochum.de/de
Universität Münster,Münster,https://www.uni-muenster.de/de/
University Kaiserslautern-Landau,Kaiserslautern,https://rptu.de/
University of Cologne,Köln,https://www.uni-koeln.de/
University of Hohenheim,Hohenheim,https://www.uni-hohenheim.de/
University of Konstanz,Konstanz,https://www.uni-konstanz.de/
University of Regensburg,Regensburg,https://www.uni-regensburg.de/
University Potsdam,Potsdam,https://www.uni-potsdam.de/de/
Loading

0 comments on commit 4d4588f

Please sign in to comment.