Science Score: 67.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
    Found 6 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.6%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

Basic Info
Statistics
  • Stars: 1
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 3
Created about 1 year ago · Last pushed about 1 year ago
Metadata Files
Readme License Citation Support

README.md

Evidence-based public health messaging on the non-visual effects of ocular light exposure

Consensus statements for a coordinated health communication campaign

Manuel Spitschan
Technical University of Munich & Max Planck Institute for Biological Cybernetics, Germany
ORCID

Laura Kervezee
Leiden University Medical Center, Netherlands
ORCID

Oliver Stefani
Lucerne University of Applied Sciences and Arts, Switzerland
ORCID

Marijke Gordijn
Chrono@Work & University of Groningen, Netherlands
ORCID

Jennifer A. Veitch
National Research Council of Canada, Canada
ORCID

Renske Lok
Stanford University, USA
ORCID

On behalf of the Ladenburg Light and Health Consortium

About

This repository contains the source code for the website underlying the Ladenburg Consensus Statements, a Quarto-based website that compiles expert consensus on the intersection of public health and digital transformation.

The live website is available at: lightforpublichealth.org (DOI: 10.17617/1.4a6s-ec74).

Permanent Zenodo archive of this repository: DOI.

Overview

The website presents these consensus statements, background information, and details about the contributing consortium.

Repository structure

The repository is organized as follows:

  • index.qmd – Homepage of the website
  • foreword.qmd – Foreword written by Anna Wirz-Justice
  • background-information.qmd – Detailed background on the topics addressed
  • consensus-statements.qmd – The main consensus statements
  • consortium.qmd – Information about the contributing experts and organizations
  • supporting-orgs.qmd – List of supporting organizations
  • materials.qmd - Materials and resources
  • press.qmd - Press kit
  • funding.qmd – Funding sources and acknowledgments
  • imprint.qmd – Legal information and imprint
  • license-statements.qmd – Licensing information for the content
  • references.bib – Bibliographic references used in the documents
  • styles.css – Custom CSS styles for the website
  • _quarto.yml – Quarto configuration file
  • CITATION.cff – Citation file for the project
  • LICENSE – Project license (CC-BY-4.0)

Getting started

To build and serve the website locally, follow these steps:

  1. Clone the repository:

bash git clone https://github.com/tscnlab/LadenburgConsensusStatements.git cd LadenburgConsensusStatements

  1. Install Quarto:

Ensure you have Quarto installed on your system.

  1. Render the website:

bash quarto preview

This command will render the website and serve it locally. You can view it in your browser at http://localhost:4200/.

License

The content of this project is licensed under the Creative Commons Attribution 4.0 International License (CC BY 4.0).

Citation

If you use or reference this work, please cite it as follows:

Spitschan, M., Kervezee, L., Stefani, O., Gordijn, M., Veitch, J. A., Lok, R., & Ladenburg Light and Health Consortium (2025). Evidence-based public health messaging on the non-visual effects of ocular light exposure: Core statements for a coordinated health communication campaign. DOI: 10.17617/1.4a6s-ec74.

Contact

For questions or further information, please visit lightforpublichealth.org or contact Manuel Spitschan at manuel.spitschan@tum.de.

Owner

  • Name: MPI-BC Translational Sensory & Circadian Neuroscience Lab & TUM Chronobiology & Health
  • Login: tscnlab
  • Kind: organization
  • Location: Germany

Citation (CITATION.cff)

cff-version: 1.2.0
title: >-
  Evidence-based public health messaging on the non-visual
  effects of ocular light exposure: Consensus statements for
  a coordinated health communication campaign
message: 'If you use this work, please cite it as below.'
type: software
authors:
  - family-names: Spitschan
    given-names: Manuel
    affiliation: >-
      Technical University of Munich & Max Planck Institute
      for Biological Cybernetics, Germany
    orcid: 'https://orcid.org/0000-0002-8572-9268'
  - family-names: Kervezee
    given-names: Laura
    affiliation: 'Leiden University Medical Center, Netherlands'
    orcid: 'https://orcid.org/0000-0002-6062-9164'
  - family-names: Stefani
    given-names: Oliver
    affiliation: >-
      Lucerne University of Applied Sciences and Arts,
      Switzerland
    orcid: 'https://orcid.org/0000-0003-0199-6500'
  - family-names: Gordijn
    given-names: Marijke
    affiliation: 'Chrono@Work & University of Groningen, Netherlands'
    orcid: 'https://orcid.org/0000-0001-9521-8085'
  - family-names: Veitch
    given-names: Jennifer A.
    affiliation: 'National Research Council of Canada, Canada'
    orcid: 'https://orcid.org/0000-0003-3183-4537'
  - family-names: Lok
    given-names: Renske
    affiliation: 'Stanford University, USA'
    orcid: 'https://orcid.org/0000-0003-1684-5625'
  - name: Ladenburg Light and Health Consortium
    website: 'https://lightforpublichealth.org/consortium'
identifiers:
  - type: doi
    value: 10.17617/1.4a6s-ec74
repository-code: 'https://github.com/tscnlab/LadenburgConsensusStatements'
url: 'https://doi.org/10.17617/1.4a6s-ec74'
keywords:
  - circadian rhythms
  - public health
  - light exposure
  - health communication
  - non-visual effects
license: CC-BY-4.0

GitHub Events

Total
  • Release event: 3
  • Watch event: 1
  • Delete event: 1
  • Push event: 330
  • Pull request event: 1
  • Create event: 6
Last Year
  • Release event: 3
  • Watch event: 1
  • Delete event: 1
  • Push event: 330
  • Pull request event: 1
  • Create event: 6

Dependencies

.github/workflows/publish.yml actions
  • actions/checkout v4 composite
  • quarto-dev/quarto-actions/publish v2 composite
  • quarto-dev/quarto-actions/setup v2 composite