Science Score: 36.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
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
1 of 2 committers (50.0%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (13.5%) to scientific vocabulary
Keywords
Repository
R package to communicate with Semestry Termtime
Basic Info
- Host: GitHub
- Owner: vusaverse
- License: other
- Language: R
- Default Branch: main
- Homepage: https://vusaverse.github.io/vvtermtime/
- Size: 2.6 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 2
- Releases: 1
Topics
Metadata Files
README.md
vvtermtime
The goal of vvtermtime is to provide functionalities to interact with the Semestry Timetabling Software API. The Semestry Timetabling Software is used by universities and educational institutions in creating efficient and effective schedules for their academic activities.
vvtermtime allows you to leverage the capabilities of the Semestry Timetabling Software directly from your R workflow.
Getting Started:
Install the vvtermtime package from GitHub using the following command:
install.packages("devtools")
devtools::install_github("vusaverse/vvtermtime")
Load the vvtermtime package in your R script:
library(vvtermtime)
Obtain your Semestry API key and base URL from the Semestry Timetabling Software provider at your institution.
Create a Semestry object using the authenticate() function. Replace yourapikey with your actual API key and https://api.semestry.com with the appropriate base URL:
semestry <- authenticate(base_url = "https://api.semestry.com", api_key = "your_api_key")
Now you are able to use the methods in this package. For example to retrieve the bookings for your institution, pass the semestry object to the get_roombookings() function, as shown below:
``` Bookings <- get_roombookings(semestry)
```
Please refer to the package documentation for more detailed information on how to use the vvtermtime package and its functions.
For more information about Semestry and their timetabling software, please visit their website: https://semestry.com/solutions/termtime/
Owner
- Name: vusaverse
- Login: vusaverse
- Kind: organization
- Location: Netherlands
- Repositories: 2
- Profile: https://github.com/vusaverse
The vusaverse is a collection of R packages in the scope of Student Analytics.
GitHub Events
Total
- Issues event: 1
- Issue comment event: 2
- Push event: 14
- Pull request review event: 5
- Pull request review comment event: 4
- Create event: 1
Last Year
- Issues event: 1
- Issue comment event: 2
- Push event: 14
- Pull request review event: 5
- Pull request review comment event: 4
- Create event: 1
Committers
Last synced: 8 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Tomer Iwan | i****r@h****m | 31 |
| Tomer Iwan | t****n@v****l | 5 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 7 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- tin900 (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 196 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 2
- Total maintainers: 1
cran.r-project.org: vvtermtime
Interface for 'Semestry TermTime' Services
- Homepage: https://github.com/vusaverse/vvtermtime
- Documentation: http://cran.r-project.org/web/packages/vvtermtime/vvtermtime.pdf
- License: MIT + file LICENSE
-
Latest release: 0.1.0
published 7 months ago