Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/new_calendar_event.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ body:
- Section Infra
- Section Edu
- Section Industry
- Section International
- Section International Engagement
- WG Onto (Section-Meta)
- WG Terminology Services (Section-Meta)
- WG Ethics (Section ELSA)
Expand All @@ -124,9 +124,9 @@ body:
- WG Cooperation Models and Agreements (Section Industry)
- WG Data Spaces & Interoperability (Section Industry)
- WG Knowledge Transfer and Impact (Section Industry)
- WG Landscape Survey (Section International)
- WG EOSC Node Germany (Section International)
- WG Outreach (Section International)
- WG Landscape (Section Int)
- WG EOSC Node Germany (Section Int)
- WG Outreach (Section Int)
validations:
required: true
- type: textarea
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:

# so far, this is just applied to Section Int. could apply in general later.
- name: Lint markdown
run: npx --yes prettier --check --prose-wrap always docs/internationalisation/*.md
run: npx --yes prettier --check --prose-wrap always docs/int/*.md
8 changes: 8 additions & 0 deletions docs/int/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"label": "Section International Engagement",
"position": 7,
"link": {
"type": "generated-index",
"slug": "/category/section-int"
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 0 additions & 5 deletions docs/internationalisation/_category_.json

This file was deleted.

2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ const config = {
{ type: 'doc', docId: 'infra/intro', label: 'INFRA', position: 'left' },
{ type: 'doc', docId: 'edutrain/intro', label: 'EduTrain', position: 'left' },
{ type: 'doc', docId: 'industry/intro', label: 'Industry Engagement', position: 'left' },
{ type: 'doc', docId: 'internationalisation/intro', label: 'International Engagement', position: 'left' },
{ type: 'doc', docId: 'int/intro', label: 'INT', position: 'left' },
{to: '/blog', label: 'News', position: 'left'},
{
href: 'https://github.com/nfdi-de/nfdi-sections',
Expand Down
2 changes: 1 addition & 1 deletion src/components/HomepageFeatures/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const secondRow = [
alt: 'Section International Engagement',
description:
'Alignment with international initiatives and best practices.',
link: '/docs/internationalisation/intro',
link: '/docs/int/intro',
},
];

Expand Down
20 changes: 10 additions & 10 deletions static/calendar-organisers.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"label": "Section Industry Engagement",
"color": "#009688"
},
"section-international": {
"label": "Section International",
"section-int": {
"label": "Section International Engagement",
"color": "#4CAF50"
},
"natural-sciences": {
Expand Down Expand Up @@ -67,8 +67,8 @@
"category": "section-industry"
},
{
"label": "Section International",
"category": "section-international"
"label": "Section International Engagement",
"category": "section-int"
},
{
"label": "WG Onto (Section-Meta)",
Expand Down Expand Up @@ -155,16 +155,16 @@
"category": "section-industry"
},
{
"label": "WG Landscape Survey (Section International)",
"category": "section-international"
"label": "WG Landscape (Section Int)",
"category": "section-int"
},
{
"label": "WG EOSC Node Germany (Section International)",
"category": "section-international"
"label": "WG EOSC Node Germany (Section Int)",
"category": "section-int"
},
{
"label": "WG Outreach (Section International)",
"category": "section-international"
"label": "WG Outreach (Section Int)",
"category": "section-int"
},
{
"label": "NFDI",
Expand Down
8 changes: 4 additions & 4 deletions static/calendar.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,8 @@
"end": "2026-03-31T14:30:00+02:00",
"allDay": false,
"type": "section",
"organiser": "Section International",
"category": "section-international",
"organiser": "Section International Engagement",
"category": "section-int",
"color": "#4CAF50",
"description": "Kick-Off Section Meeting International Engagement",
"createdBy": "okoepler"
Expand Down Expand Up @@ -448,8 +448,8 @@
"location": "Online",
"url": "https://desy.zoom.us/j/66839511286",
"type": "WG",
"organiser": "WG Landscape Survey (Section International)",
"category": "section-international",
"organiser": "WG Landscape (Section Int)",
"category": "section-int",
"color": "#4CAF50",
"description": "See our rolling [agenda](https://docs.google.com/document/d/1kvNkhYTdnMuBjMOZS5RcwXZa1xCi57heHeRf9VbQIbw/edit?tab=t.0)",
"createdBy": "cthoyt"
Expand Down
Loading