CurricularAnalytics
Science Score: 13.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
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (15.4%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
Basic Info
- Host: GitHub
- Owner: Danyulll
- License: other
- Language: HTML
- Default Branch: main
- Size: 880 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
- Releases: 2
Created about 3 years ago
· Last pushed almost 2 years ago
Metadata Files
Readme
Changelog
License
README.Rmd
---
output: github_document
---
# CurricularAnalytics
CurricularAnalytics is an R package that provides comprehensive
functionality for implementing a Curricular Analytics framework in
university curricula.
## Features
- **Metric Calculations:** CurricularAnalytics includes a collection of
functions to calculate important metrics such as the delay factor,
blocking factor, centrality, and structural complexity. These metrics
provide quantitative measures of various aspects of your curriculum,
helping you assess its efficiency and effectiveness.
- **Curriculum Graph Manipulation:** This package provides intuitive
functions to create, manipulate, and analyze curriculum graphs. You
can easily construct curriculum graphs from your own data or existing
formats and perform operations like adding or removing courses,
modifying prerequisites, and more.
- **Visualization:** CurricularAnalytics offers a range of visualization
options to help you explore and present your curriculum data
effectively. You can generate visual representations of curriculum
graphs, highlighting important nodes and edges, to gain a visual
understanding of your curriculum’s structure.
## Installation
To install CurricularAnalytics, you can use the `devtools` package for the latest unstable version or CRAN for the latest stable version:
``` r
# unstable
devtools::install_github("Danyulll/CurricularAnalytics")
# stable
install.packages("CurricularAnalytics")
```
## Getting Started
Once you have installed CurricularAnalytics, you can import it into your
R environment and start utilizing its functionalities. We have provided
detailed documentation and examples in the vignette to help you get
started quickly.
``` r
vignette("Introduction to Curricular Analytics")
```
## Further Reading and Future Plans
For a complete introduction to the topic of Curricular Analytics please
see (Heileman et al. 2018). Currently CurricularAnalytics only
implements the concepts found in the above paper. There are future plans
to implement predictive models and an interactive R Shiny app based on the metrics in this package.
## References
Heileman, Gregory L, Chaouki T Abdallah, Ahmad Slim, and Michael
Hickman. 2018. “Curricular Analytics: A Framework for Quantifying the
Impact of Curricular Reforms and Pedagogical Innovations.” *arXiv
Preprint arXiv:1811.09676*.
Hickman, Michael S. 2017. “Development of a Curriculum Analysis and
Simulation Library with Applications in Curricular Analytics.”
Slim, Ahmad, Gregory L Heileman, Chaouki T Abdallah, Ameer Slim, and
Najem N Sirhan. 2021. “Restructuring Curricular Patterns Using Bayesian
Networks.” In *EDM*.
GitHub Events
Total
- Fork event: 2
Last Year
- Fork event: 2
Packages
- Total packages: 1
-
Total downloads:
- cran 400 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 1
- Total maintainers: 1
cran.r-project.org: CurricularAnalytics
Exploring and Analyzing Academic Curricula
- Homepage: https://github.com/Danyulll/CurricularAnalytics
- Documentation: http://cran.r-project.org/web/packages/CurricularAnalytics/CurricularAnalytics.pdf
- License: MIT + file LICENSE
-
Latest release: 1.0.0
published about 2 years ago
Rankings
Forks count: 28.8%
Dependent packages count: 28.8%
Dependent repos count: 35.5%
Stargazers count: 36.0%
Average: 42.8%
Downloads: 85.2%
Maintainers (1)
Last synced:
10 months ago
Dependencies
DESCRIPTION
cran
- dplyr * imports
- igraph * imports
- jsonlite * imports
- magrittr * imports
- stats * imports
- tibble * imports
- visNetwork * imports
- knitr * suggests
- rmarkdown * suggests
- testthat >= 3.0.0 suggests