https://github.com/coderefinery/2025-03-25-workshop

CodeRefinery workshop March/April 2025

https://github.com/coderefinery/2025-03-25-workshop

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.9%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

CodeRefinery workshop March/April 2025

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

README.md

CodeRefinery workshop webpage

This repository is a template to set up webpages for CodeRefinery workshops.

Quick reference

  • (here collect all essential links for planning)

How to generate your workshop repository

To use it, follow these instructions: - Click the green "Use this template" button. - Select owner of the new repository and repository name. The name should look like 2019-10-16-workshop. For in-person workshops we use "year-month-date-place" (e.g. 2019-10-16-stockholm). - Click "Create repository from template". - You will now be redirected to the new repository. - On "Settings" enable "GitHub Pages" from gh-pages as "Source". - Add the link to the generated pages on top right of the repository page at "About" to make it easier to find. - Link the workshop from https://coderefinery.org/workshops/upcoming/.

How to customize this template after you have created the repository

  • Adapt config.toml:
    • adapt base_url (it should contain a trailing slash)
    • adapt title
    • adapt settings below [extra]
  • Adapt schedule in content/schedule.yaml. Use times in UTC. The times and dates are automatically displayed in the local time zone of the browser.
  • Check texts, e.g. communication page, that they represent the setup of the current workshop

How this template works

This template is based on the Zola static site engine.

To install Zola, follow: - https://www.getzola.org/documentation/getting-started/installation/ - https://snapcraft.io/zola can be used for system that are not supported by default - But you can also download the binary directly from here

Check that Zola is installed with $ zola --version.

Local preview

$ zola serve --open

This repository includes a Git submodule as for CSS styling. Make sure to clone with --recursive to also clone the submodule: $ git clone --recursive ...

If you cloned without --recursive, you can initialize the submodule with: $ git submodule init

Owner

  • Name: coderefinery
  • Login: coderefinery
  • Kind: organization
  • Email: support@coderefinery.com

GitHub Events

Total
  • Issues event: 10
  • Watch event: 1
  • Delete event: 8
  • Issue comment event: 16
  • Push event: 95
  • Pull request review event: 2
  • Pull request event: 23
  • Fork event: 1
  • Create event: 13
Last Year
  • Issues event: 10
  • Watch event: 1
  • Delete event: 8
  • Issue comment event: 16
  • Push event: 95
  • Pull request review event: 2
  • Pull request event: 23
  • Fork event: 1
  • Create event: 13

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 5
  • Total pull requests: 11
  • Average time to close issues: 17 days
  • Average time to close pull requests: 2 days
  • Total issue authors: 3
  • Total pull request authors: 4
  • Average comments per issue: 0.2
  • Average comments per pull request: 0.82
  • Merged pull requests: 11
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 5
  • Pull requests: 11
  • Average time to close issues: 17 days
  • Average time to close pull requests: 2 days
  • Issue authors: 3
  • Pull request authors: 4
  • Average comments per issue: 0.2
  • Average comments per pull request: 0.82
  • Merged pull requests: 11
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • bast (3)
  • dianaiusan (1)
  • johanhellsvik (1)
Pull Request Authors
  • samumantha (7)
  • mmesiti (2)
  • bast (1)
  • johanhellsvik (1)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

.github/workflows/build.yml actions
  • actions/checkout v4 composite
  • peaceiris/actions-gh-pages v4 composite