globalhackathon2025

Code repository for some scripts used during the global hackathon 2025

https://github.com/yoctoyotta1024/globalhackathon2025

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 (8.7%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

Code repository for some scripts used during the global hackathon 2025

Basic Info
  • Host: GitHub
  • Owner: yoctoyotta1024
  • License: bsd-3-clause
  • Language: Jupyter Notebook
  • Default Branch: main
  • Size: 478 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created about 1 year ago · Last pushed about 1 year ago
Metadata Files
Readme License Citation

README.md

Global Hackathon 2025

Template used for this project is adapted from this template for good practices for reproducible scientific projects in Python and C++.

Install

To (locally) reproduce this project simply clone the repository. git clone https://github.com/yoctoyotta1024/GlobalHackathon2025.git You will need to run pre-commit install but other than that all the necessary packages for you to run & have fun with everything should work out of the box... If not, please raise an issue on the GitHub repository.

Documentation

Some documentation has been set up for this project which you should be able to find hosted online here: https://yoctoyotta1024.github.io/GlobalHackathon2025/... If not, please raise an issue on the GitHub repository.

Alternatively, You can build and view the documentation locally. First build the .html files using Sphinx, then view the .html in your default browser. E.g.

cd ./docs && mkdir build && make html open build/html/index.html

Thank you and good luck!

Contributors

  • Clara Bayley

Acknowledgements

Owner

  • Name: yoctoyotta1024
  • Login: yoctoyotta1024
  • Kind: user

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Bayley"
  given-names: "Clara"
  orcid: "https://orcid.org/0000-0002-4540-9382"
title: "Global Hackathon 2025"
version: 0.0.0
date-released: 13th May 2025
url: "https://github.com/yoctoyotta1024/GlobalHackathon2025.git"

GitHub Events

Total
  • Delete event: 20
  • Member event: 3
  • Push event: 58
  • Pull request event: 39
  • Gollum event: 1
  • Create event: 22
Last Year
  • Delete event: 20
  • Member event: 3
  • Push event: 58
  • Pull request event: 39
  • Gollum event: 1
  • Create event: 22

Dependencies

.github/workflows/CI.yml actions
  • actions/checkout v4 composite
  • actions/download-artifact v3 composite
  • actions/upload-artifact v3 composite
  • conda-incubator/setup-miniconda v3 composite
  • peaceiris/actions-gh-pages v3 composite
.github/workflows/pre-commit.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v3 composite
  • pre-commit/action v3.0.0 composite
environment.yml pypi
requirements.txt pypi
  • furo *
  • healpy *
  • matplotlib *
  • numpy *
  • pre-commit *
  • pytest *
  • scipy *
  • sphinx *
  • sphinx_copybutton *
  • sphinxcontrib-bibtex *
  • xarray *
  • zarr *
setup.py pypi
  • pytest *
  • sphinx *