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

Repository

Basic Info
  • Host: GitHub
  • Owner: bavadeve
  • License: mit
  • Default Branch: main
  • Size: 48.8 KB
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created 9 months ago · Last pushed 8 months ago
Metadata Files
Readme Contributing License Code of conduct Citation Security

README-template.md

Project Title

A short, descriptive title for your research project.


Project Summary

Briefly describe what this project does. What research question does it address? What is the main analysis or model being used?

Example: This repository contains the analysis pipeline for assessing motor outcomes in preterm infants based on EEG connectivity data.


Authors and Affiliations

List contributors and their institutions.

  • Dr. Jane Doe – Department of Child Neurology, Example University
  • John Smith – MSc Student, Faculty of Health Sciences

Project Structure

| Folder | Contents | |-----------------|------------------------------------------| | scripts/ | Analysis scripts or notebooks | | data/ | Local-only data folder (ignored by Git) | | results/ | Output figures, tables, or model results | | docs/ | Project-specific documentation |


How to Run

List the steps to reproduce the analysis or run your code.

```bash

Example

conda env create -f environment.yml conda activate myenv Rscript scripts/run_analysis.R ```

Dependencies

List packages and software used. If you're using environment.yml or requirements.txt, mention that here.

Data Privacy

This repository does not contain any participant-level data. All sensitive data is stored securely and must be accessed through approved institutional channels.

License

This project is licensed under the MIT License, unless stated otherwise.

Contact

If you have questions about this repository, contact:

Bauke van der Velde

Owner

  • Name: Bauke van der Velde
  • Login: bavadeve
  • Kind: user

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this template, please cite it as below."
title: "Secure GitHub Template for Research"
authors:
  - family-names: van der Velde
    given-names: Bauke
    orcid: https://orcid.org/0000-0002-0365-3862
    affiliation: Amsterdam UMC
date-released: 2025-06-01
version: 1.0.0
license: MIT
repository-code: https://github.com/bavadeve/repo-template-secure

GitHub Events

Total
  • Push event: 24
  • Create event: 2
Last Year
  • Push event: 24
  • Create event: 2

Dependencies

.github/workflows/security-check.yml actions