DataScienceEducator <- setRefClass(
"DataScienceEducator",
fields = list(
name = "character",
role = "character",
hobby = "character"
),
methods = list(
initialize = function() {
name <<- "Greg Chism"
role <<- "Assistant Professor of Practice"
hobby <<- "Website Development"
}
)
)
say_hi <- function(ds_edu) {
print(paste0("Passionate ", ds_edu$role, " with a research background and over eight years of experience."))
print("Adept at harnessing data to uncover compelling stories and insight.")
print("Empowering others to leverage their data and make complex concepts accessible.")
print("Expanded expertise in data science tools, including inferential statistics, machine learning, containers, and programming languages.")
print("Capable of tackling a wide range of projects and challenges.")
print("Committed to sharing knowledge and guiding others on their data-driven journeys.")
print("Inspiring the next generation of data scientists and storytellers by connecting storytelling with data science.")
print("Thanks for reading!")
}
ds_edu <- DataScienceEducator$new()
say_hi(ds_edu)
β¨
Rejuvinated
Data Scientist | PhD, University of Arizona | R/RStudio Evangelist
-
University of Arizona
- Tucson, AZ
- https://gregtchism.com/
Highlights
- Pro
Pinned Loading
-
ai-tutor
ai-tutor PublicAn open-source AI-powered tutor built to support student learning through adaptive quizzes, coding help, and ethical guidance.
Python
-
jupyterquest
jupyterquest Publicjupyterquest streamlines code and documentation quality in .ipynb files, integrating seamlessly with GitHub Actions. It automates reviews of code style, organization, commit clarity, and repo strucβ¦
Python 2
-
NestArchOrg
NestArchOrg PublicResearch Compendium for the preprint DOI: https://doi.org/10.1101/2022.06.30.498314
R
-
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.