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.6%) to scientific vocabulary
Keywords
assessment
research
Last synced: 6 months ago
·
JSON representation
·
Repository
The Research Quality Evaluation Scheme
Basic Info
- Host: GitHub
- Owner: RESQUE-Framework
- License: mit
- Language: HTML
- Default Branch: main
- Homepage: https://resque-framework.github.io/website/
- Size: 43.4 MB
Statistics
- Stars: 2
- Watchers: 1
- Forks: 4
- Open Issues: 0
- Releases: 1
Topics
assessment
research
Created over 2 years ago
· Last pushed 7 months ago
Metadata Files
Readme
Changelog
License
Code of conduct
Citation
README.md
RESQUE: The Research Quality Evaluation scheme for psychological research
☞ Visit the RESQUE website!
The development takes place in this Github project.
Want to contribute?
Developer Documentation
The website is built as a static website using Quarto.
General workflow
- We use the Issues feature of the website repository to catalogue and discuss ideas and feature requests for the website. (Issues for the Collector App and the RESQUER package should go into their respective repositories.)
- Do not push to the
mainbranch directly. Instead, create a new branch for your changes and open a pull request (PR) to merge it into themainbranch. - Whenever a new commit is pushed to the
mainbranch, the website is automatically built and deployed by a Github action. This takes ~1 min. and then the new website is live (both on the Github Pages link and at https://www.resque.info) - Github Pages uses caching. You will only see the change when you reload the website in your browser.
How to add a news entry
- Create a new qmd file in the
newsdirectory with the nameYYYY-MM-DD-title.qmd, whereYYYY-MM-DDis the date of the news andtitleis a short description of the news. - Add this yaml header to the news file (
authoris optional):
```yaml
title: "Title of the news" date: YYYY-MM-DD
author: "Author Name"
```
- Write the content of the news in markdown format.
All news then are automatically listed on the right side of the start page.
Owner
- Name: RESQUE-Framework
- Login: RESQUE-Framework
- Kind: organization
- Repositories: 1
- Profile: https://github.com/RESQUE-Framework
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: The RESQUE Framework
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Felix
family-names: Schönbrodt
email: felix.schoenbrodt@psy.lmu.de
affiliation: Ludwig-Maximilians-Universität München
orcid: 'https://orcid.org/0000-0002-8282-3910'
- given-names: Anne
family-names: Gärtner
email: anne_gaertner@tu-dresden.de
affiliation: Technical University Dresden
orcid: 'https://orcid.org/0000-0003-4296-963X'
- given-names: Daniel
family-names: Leising
email: Daniel.Leising@tu-dresden.de
affiliation: Technical University Dresden
orcid: 'https://orcid.org/0000-0001-8503-5840'
identifiers:
- type: doi
value: 10.31234/osf.io/rgh5b
description: >-
Paper describing the general principles of RESQUE:
"Responsible Research Assessment I: Implementing DORA
for hiring and promotion in psychology."
repository-code: 'https://github.com/RESQUE-Framework'
url: 'https://resque-framework.github.io/website'
keywords:
- Research Assessment
- CoARA
- DORA
- Research Quality
- Research Impact
commit: '5056895'
version: '0.63'
date-released: '2025-02-28'
GitHub Events
Total
- Issues event: 10
- Issue comment event: 6
- Push event: 19
- Pull request event: 3
- Fork event: 1
- Create event: 1
Last Year
- Issues event: 10
- Issue comment event: 6
- Push event: 19
- Pull request event: 3
- Fork event: 1
- Create event: 1
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 10
- Total pull requests: 2
- Average time to close issues: over 1 year
- Average time to close pull requests: 1 minute
- Total issue authors: 1
- Total pull request authors: 2
- Average comments per issue: 0.6
- Average comments per pull request: 0.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 1
- Pull requests: 2
- Average time to close issues: N/A
- Average time to close pull requests: 1 minute
- Issue authors: 1
- Pull request authors: 2
- Average comments per issue: 0.0
- Average comments per pull request: 0.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- nicebread (21)
- angaertner (1)
Pull Request Authors
- nicebread (1)
- angaertner (1)
Top Labels
Issue Labels
Webform (7)
enhancement (2)
low-prio (1)
R-Scripts (1)
Pull Request Labels
Dependencies
.github/workflows/quarto.yml
actions
- actions/checkout v4 composite
- actions/configure-pages v3 composite
- actions/deploy-pages v2 composite
- actions/upload-pages-artifact v2 composite
- quarto-dev/quarto-actions/render v2 composite
- quarto-dev/quarto-actions/setup v2 composite