interactivesignallinglaboratory

This education game is a physical model made from either paper craft or a wooden railway. It comes with tasks to illustrate block division, routes, timetabling, and infrastructure planning for students to immerse themselves in the problems of rail-guided transport.

https://github.com/railedukit/interactivesignallinglaboratory

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

Repository

This education game is a physical model made from either paper craft or a wooden railway. It comes with tasks to illustrate block division, routes, timetabling, and infrastructure planning for students to immerse themselves in the problems of rail-guided transport.

Basic Info
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created 9 months ago · Last pushed 9 months ago
Metadata Files
Readme Contributing License Citation

README.md

Interactive Signalling Laboratory

About

The Interactive Signalling Laboratory is a comprehensive educational toolkit for railway signalling systems. This repository serves as a meta-repository that brings together various components of the project, including 3D models, and documentation.

Modules

The project consists of several 📦 submodules:

| Module | Description | Purpose | |--------|-------------|---------| | 📖 handbook | Signalling exercises and learning materials | Contains how to use the laboratory with exercises | | 🌐 website | Web-based documentation | Howto construct the Interactive Signalling Laboratory | | 🏗️ papercut | Paper-based objects | For prototyping and testing | | 🏗️ 3d-models | 3D printable models | Signalling equipment for wooden train sets |

Getting Started

Cloning the Repository

To clone this repository with all its submodules, use:

bash git clone --recursive https://github.com/RailEduKit/InteractiveSignallingLaboratory.git cd InteractiveSignallingLaboratory

If you've already cloned the repository without submodules, you can initialize them with:

bash git submodule init git submodule update

Working with Individual Components

Each component can be used independently:

  1. Papercut

    • Navigate to the papercut directory
    • Follow the instructions in its README for printing and using the materials
  2. 3D Models

    • Access the 3d-models directory
    • Use the provided STL files with your 3D printer
    • Check the website for assembly instructions
  3. Handbook

    • The handbook directory contains how to use the laboratory with exercises
    • Includes tutorials and reference materials
  4. Website

    • The website directory contains the web interface
    • Follow the setup instructions in its README for local development

Contributing

We welcome contributions! Please see CONTRIBUTING.md for guidelines on how to contribute to this project. You can also check our issues to see what needs to be done or to report bugs. Check out our contributors to see who has helped make this project possible.

Roadmap

  • [ ] Make handbook multilingale
  • [ ] Extend with train numbers
  • [ ] Extend with dispatching
  • [ ] Extend with simulations of malfunctions and disruptions

License

This project is licensed under the terms included in the LICENSE file.

Citation

If you use this project in your research or teaching, please cite it using the information in CITATION.cff.

Owner

  • Name: RailEduKit
  • Login: RailEduKit
  • Kind: organization

Citation (CITATION.cff)

# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!

cff-version: 1.2.0
title: Interactive Signalling Laboratory
message: >-
  If you use this project, please cite it using these
  metadata.
type: dataset
authors:
  - given-names: Martin
    family-names: Scheidt
    orcid: 'https://orcid.org/0000-0002-9384-8945'
    affiliation: TU Braunschweig
  - given-names: Leonhard
    family-names: Pelster
    affiliation: TU Braunschweig
  - given-names: Julek
    family-names: Weck
    affiliation: Stadler Signalling Deutschland GmbH
identifiers:
  - type: doi
    value: 10.5281/zenodo.6243948
    description: Handbook
  - type: doi
    value: 10.5281/zenodo.15616271
    description: Track Elements
repository-code: >-
  https://github.com/RailEduKit/InteractiveSignallingLaboratory
url: 'https://siglab.railedukit.org'
repository-artifact: 'https://github.com/RailEduKit/SigLab-handbook'
abstract: >-
  This education game is a physical model made from either
  paper craft or a wooden railway. It comes with tasks to
  illustrate block division, routes, timetabling, and
  infrastructure planning for students to immerse themselves
  in the problems of rail-guided transport.
keywords:
  - interactive signalling laboratory
  - Open Educational Resources
  - railroad
  - railway
license: CC-BY-4.0
version: v1.0
date-released: '2020-09-30'

GitHub Events

Total
  • Issues event: 1
  • Push event: 1
Last Year
  • Issues event: 1
  • Push event: 1