euclid-de-hackday2024
Euclid Hack Day for German scientists and beyond.
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.2%) to scientific vocabulary
Repository
Euclid Hack Day for German scientists and beyond.
Basic Info
- Host: GitHub
- Owner: mpi-astronomy
- License: bsd-3-clause
- Language: Python
- Default Branch: main
- Homepage: https://mpi-astronomy.github.io/euclid-de-hackday2024
- Size: 2.76 MB
Statistics
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
MPIA Conference website template
This repository contains a website generator that can make your conference website.
It generates the content of the web pages from markdown documents stored in docs/content.
The content files contain markdown with metadata information, i.e., a front matter delimited by ---. Sometimes they provide only metadata information (e.g., index.md`). The metadata information follows the Yaml syntax.
Provided content
Most of the content files have a metadata entry type: section
The main index page for your website:
docs/content/index.md- It contains the primary information about your event (title, dates, etc.)
- the
contentlist contains which files will be included and their ordering. (if their header containsactive: true)
A typical code of conduct:
docs/content/code-of-conduct.md- MPIA strongly recommends stating the code of conduct of your event clearly. You may want to update the example we provide.
We provide an example of a typical logistics section with
docs/content/logistics.md- it describes childcare service, information about lunch, conference dinner, and accomodation, for instance.
We provide a template for travel information
- to MPIA in
docs/content/travel-mpia.md - to Ringberg in
docs/content/travel-ringberg.md
- to MPIA in
We provide a template for venue information
docs/content/venue-hda.mddocs/content/venue-ringberg.md
If you want to list some speakers or participants with pictures and information (for instance, teachers or review talks), you can use the
type:speakerslayout. An example indocs/content/speakers.md- This file lists speakers in the metadata, and the generator will take care of the rendering
The schedule is also a particular layout
type:schedule, an example is provided indocs/content/programme.md`
Owner
- Name: Max Planck Institute for Astronomy
- Login: mpi-astronomy
- Kind: organization
- Website: https://www.mpia.de/en
- Repositories: 3
- Profile: https://github.com/mpi-astronomy
Citation (CITATION.cff)
# For citing software, see:
# http://journals.aas.org/authors/references.html
# GitHub has Zenodo DOI integration:
# https://guides.github.com/activities/citable-code/
# What is a CITATION.cff file:
# https://citation-file-format.github.io/
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: simple-website
message: If you use this software, please cite it using the metadata from this file.
date-released: 2022-04-20
url: 'https://github.com/mfouesneau/simple-website'
version: 0.1
type: software
authors:
- family-names: Fouesneau
given-names: Morgan
orcid: 'https://orcid.org/0000-0001-9256-5516'
GitHub Events
Total
- Watch event: 1
Last Year
- Watch event: 1
Dependencies
- actions/checkout v2 composite
- actions/setup-python v2 composite
- ad-m/github-push-action master composite