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 links in README
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Unable to calculate vocabulary similarity
Last synced: 6 months ago · JSON representation ·

Repository

Portfolio

Basic Info
  • Host: GitHub
  • Owner: KhachDavid
  • License: mit
  • Language: JavaScript
  • Default Branch: main
  • Size: 142 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created about 1 year ago · Last pushed 6 months ago
Metadata Files
License Citation

Owner

  • Name: David Khachatryan
  • Login: KhachDavid
  • Kind: user
  • Location: Chicago, Illinois
  • Company: Sunrise Futures

📚 UW Madison, Class of 2022

Citation (CITATIONS)

https://stackoverflow.com/a/74596569

## For MAC

brew install pkg-config cairo pango libpng jpeg giflib librsvg

## For Linux

sudo apt-get install -y libcairo2 libcairo2-dev libpango1.0-dev libpixman-1-dev

## General

Make sure to be on nvm 18. If having dependency issues:

# run this carefully
rm -rf node_modules

npm i 
npm cache clean --force
nvm install 18
nvm use 18
npm rebuild canvas
npm install --legacy-peer-deps
node -e "require('canvas')"
npm i

GitHub Events

Total
  • Push event: 95
  • Create event: 3
Last Year
  • Push event: 95
  • Create event: 3

Dependencies

personal-website/package.json npm
  • gh-pages ^6.2.0 development
  • @testing-library/jest-dom ^5.17.0
  • @testing-library/react ^13.4.0
  • @testing-library/user-event ^13.5.0
  • react ^18.3.1
  • react-dom ^18.3.1
  • react-scripts 5.0.1
  • web-vitals ^2.1.4