spezistudy

Definitions for Reusable Study Components in Spezi

https://github.com/stanfordspezi/spezistudy

Science Score: 54.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
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.8%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Definitions for Reusable Study Components in Spezi

Basic Info
  • Host: GitHub
  • Owner: StanfordSpezi
  • License: mit
  • Language: Swift
  • Default Branch: main
  • Size: 101 KB
Statistics
  • Stars: 2
  • Watchers: 9
  • Forks: 0
  • Open Issues: 2
  • Releases: 11
Created about 1 year ago · Last pushed 6 months ago
Metadata Files
Readme License Citation

README.md

SpeziStudy

Reusable study definitions and infrastructure for the Spezi ecosystem

Build and Test codecov DOI

Overview

The SpeziStudy package consists of the following modules: - SpeziStudyDefinition: implements the StudyDefinition type, used for defining reusable studies that can be used with the Spezi ecosystem. - SpeziStudy: implements study-enrollment and participation infrastructure, such as e.g. the StudyManager.

You enable and configure the StudyManager by including it in your app's SpeziAppDelegate: swift class ExampleAppDelegate: SpeziAppDelegate { override var configuration: Configuration { Configuration(standard: ExampleStandard()) { StudyManager() } } }

For more information, please refer to the API documentation.

The Spezi Template Application

The Spezi Template Application provides a great starting point and example using the SpeziStudy module.

Contributing

Contributions to this project are welcome. Please make sure to read the contribution guidelines and the contributor covenant code of conduct first.

License

This project is licensed under the MIT License. See Licenses for more information.

Spezi Footer Spezi Footer

Owner

  • Name: Stanford Spezi
  • Login: StanfordSpezi
  • Kind: organization

Citation (CITATION.cff)

#
# This source file is part of the Stanford Spezi open source project
#
# SPDX-FileCopyrightText: 2025 Stanford University and the project authors (see CONTRIBUTORS.md)
#
# SPDX-License-Identifier: MIT
# 

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Schmiedmayer"
  given-names: "Paul"
  orcid: "https://orcid.org/0000-0002-8607-9148"
- family-names: "Ravi"
  given-names: "Vishnu"
  orcid: "https://orcid.org/0000-0003-0359-1275"
title: "SpeziStudy"
doi: 10.5281/zenodo.7538165
url: "https://github.com/StanfordSpezi/SpeziStudy"

GitHub Events

Total
  • Create event: 17
  • Issues event: 1
  • Release event: 10
  • Watch event: 2
  • Delete event: 10
  • Issue comment event: 5
  • Push event: 123
  • Pull request review comment event: 26
  • Pull request review event: 31
  • Pull request event: 16
Last Year
  • Create event: 17
  • Issues event: 1
  • Release event: 10
  • Watch event: 2
  • Delete event: 10
  • Issue comment event: 5
  • Push event: 123
  • Pull request review comment event: 26
  • Pull request review event: 31
  • Pull request event: 16

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 1
  • Total pull requests: 12
  • Average time to close issues: N/A
  • Average time to close pull requests: 6 days
  • Total issue authors: 1
  • Total pull request authors: 1
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.58
  • Merged pull requests: 5
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 1
  • Pull requests: 12
  • Average time to close issues: N/A
  • Average time to close pull requests: 6 days
  • Issue authors: 1
  • Pull request authors: 1
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.58
  • Merged pull requests: 5
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • lukaskollmer (1)
Pull Request Authors
  • lukaskollmer (11)
Top Labels
Issue Labels
enhancement (1)
Pull Request Labels
enhancement (9)

Packages

  • Total packages: 1
  • Total downloads: unknown
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 10
swiftpackageindex.com: github.com/StanfordSpezi/SpeziStudy

Definitions for Reusable Study Components in Spezi

  • Versions: 10
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent packages count: 16.9%
Average: 20.3%
Dependent repos count: 23.7%
Last synced: 6 months ago

Dependencies

.github/workflows/build-and-test.yml actions
.github/workflows/main.yml actions
.github/workflows/pull_request.yml actions
Package.swift swiftpm