Skip to content
View Gchism94's full-sized avatar
✨
Rejuvinated
✨
Rejuvinated

Highlights

  • Pro
Block or Report

Block or report Gchism94

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Gchism94/README.md

GitHub Badge

NestArch Network


π™Άπš›πšŽπšŽπšπš’πš—πšπšœ!

𝚈𝚘𝚞 πšŠπš›πšŽ πšŸπš’πšœπš’πšπš˜πš›
:shipit: Β  Β 

𝙰 πš•πš’πšπšπš•πšŽ πšŠπš‹πš˜πšžπš πš–πšŽ

Β Β Β 
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) 

𝚈𝚘𝚞 πšŒπšŠπš— πš•πšŽπšŠπš›πš— 𝚊 πš•πš˜πš πšŠπš‹πš˜πšžπš πš–πšŽ πšπš›πš˜πš– πš πš‘πšŠπš 𝙸 πš•πš’πšœπšπšŽπš— 𝚝𝚘!

Spotify GitHub Profile
🌎    

π™΅πš’πš—πš πš–πšŽ πšŠπš›πš˜πšžπš—πš πšπš‘πšŽ πš πšŽπš‹

Β Β Β 

gchism94@gmail.com greg-chism Gchism94

Personal Website πŸ’Ό Published research πŸ“„ Research Compendiums  πŸ“œ Teaching Materials  πŸ“œ

π™»πšŠπš—πšπšžπšŠπšπšŽπšœ

R Python JavaScript Docker HTML5 CSS SQL Git

πŸ“ˆ Β π™Όπš’ π™Άπš’πšπ™·πšžπš‹ π™·πš’πšœπšπš˜πš›πš’!


Snake animation

Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β 

Pinned

  1. EDA_In_R_Book EDA_In_R_Book Public

    Exploratory Data Analysis in R Workshops

    HTML 2 3

  2. AntColonyPerformance AntColonyPerformance Public

    Research compendium for an In Preparation manuscript on how nest architecture influences ant colony performance in nest defense.

    R

  3. NestArchOrg NestArchOrg Public

    Research Compendium for the preprint DOI: https://doi.org/10.1101/2022.06.30.498314

    R

  4. personal-website personal-website Public

    Personal Website of Dr. Greg Chism

    JavaScript 2

  5. tidytuesday tidytuesday Public

    R

  6. jupyterquest jupyterquest Public

    jupyterquest 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