Skip to content

Commit

Permalink
Update template for projects
Browse files Browse the repository at this point in the history
  • Loading branch information
marcopernpruner committed Jan 26, 2024
1 parent b7e2255 commit 4697dff
Showing 1 changed file with 49 additions and 15 deletions.
64 changes: 49 additions & 15 deletions _projects/_template.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
project: # ID of the project in /data/projects.yml
leader: # Activity leader (optional)
project: # ID of the project in /data/projects.yml (DO NOT edit if already there)
leader: # Name of the activity leader (optional)
referenceFBK: # Name of the reference in FBK (optional)
duration: # Duration of the project (optional)
funding: # Funding of the project (optional)
Expand All @@ -10,30 +10,64 @@ cordisNo: # Number of the project within the CORDIS websit
goals: >
Write here the goals (only plaintext, also multiline, optional)
role: # Role of the Unit in the project (optional)
role: >
Write here the role of the unit in the project (only plaintext, also multiline, optional)
partners: # Partners of the project (optional)
# Either free text, or structured text as follows:
# Repeat the following structure to add more partners
# Repeat the following structure for each partner
- name: # Name of the partner
detail: # Details about the partner
link: # Website of the partner

people: # People involved in the project (optional)
# For each person, add details on _data/people.yml
# Then, add here a new line with a dash (-) followed by the assigned "id"

peopleOrder: surname # How to order the involved people (must be one of the fields belonging to the "people" structure)

images: # Attached images to show at the end of the page (optional)
# Repeat the following structure to add more images
# Repeat the following structure for each image
- title: # Title of the image
source: # Path to the image

publications: # Publications related to the project (optional)
# For each publication, add details on _data/publications.yml
# Then, add here a new line with a dash (-) followed by the assigned "id"
## RELATED ENTITIES
# Related collaborations
collaborations:
- # ID of collaboration 1 (from /data/collaborations.yml)
- # ID of collaboration 2 (from /data/collaborations.yml)
- # ...

# Related disseminations
disseminations:
- # ID of dissemination 1 (from /data/dissemination.yml)
- # ID of dissemination 2 (from /data/dissemination.yml)
- # ...

# Related events
events:
- # ID of event 1 (from /data/events.yml)
- # ID of event 2 (from /data/events.yml)
- # ...

# Related people
people:
- # ID of person 1 (from /data/people.yml)
- # ID of person 2 (from /data/people.yml)
- # ...

# Related publications
publications:
- # ID of publication 1 (from /data/publications.yml)
- # ID of publication 2 (from /data/publications.yml)
- # ...

# Related theses
theses:
- # ID of thesis 1 (from /data/theses.yml)
- # ID of thesis 2 (from /data/theses.yml)
- # ...

# Related tools
tools:
- # ID of tool 1 (from /data/tools.yml)
- # ID of tool 2 (from /data/tools.yml)
- # ...

---

Write here the content of the page, it appears in the "Overview" section. You can use both markdown and HTML syntax.
Write here the content of the page, which appears in the "Overview" section. You can use both markdown and HTML syntax.

0 comments on commit 4697dff

Please sign in to comment.