euclid-de-hackday2024

Euclid Hack Day for German scientists and beyond.

https://github.com/mpi-astronomy/euclid-de-hackday2024

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
Last synced: 10 months ago · JSON representation ·

Repository

Euclid Hack Day for German scientists and beyond.

Basic Info
Statistics
  • Stars: 1
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 2 years ago · Last pushed about 2 years ago
Metadata Files
Readme License Code of conduct Citation

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 content list contains which files will be included and their ordering. (if their header contains active: 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
  • We provide a template for venue information

    • docs/content/venue-hda.md
    • docs/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:speakers layout. An example in docs/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

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

.github/workflows/docs.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v2 composite
  • ad-m/github-push-action master composite
pyproject.toml pypi