__  ____      ___
    ____  ____  _____/ /_/ __/___  / (_)___
   / __ \/ __ \/ ___/ __/ /_/ __ \/ / / __ \
  / /_/ / /_/ / /  / /_/ __/ /_/ / / / /_/ /
 / .___/\____/_/   \__/_/  \____/_/_/\____/
/_/

Initializing portfolio...


alyssajcrawford@gay portfolio % cat
coffee
/README.txt

*** COFFEE QUALITY DATA VIZ PROJECT ***

This final project for CSc 444 "Data Visualization" (taught by Dr. Adriana Picoral) was made by myself in 2022.
It uses Coffee Quality Institute data and the vega visualization grammar (builds on d3).
See my three figures and supplemental information by clicking here: coffee

alyssajcrawford@gay portfolio % cat
worldCuisines
/README.txt

*** WORLD CUISINES DATA VIZ PROJECT ***

This final project for ISTA 131 "Dealing with Data" (taught by Dr. Rich Thompson) was made by myself in 2020.
I used MatPlotLib and other Anaconda libraries to explore a Kaggle dataset on ingredients in recipes across multiple cuisines.
It is displayed for web viewing in a static Jupyter Notebook that has been exported to HTML, which you can view by clicking here: worldCuisines
Or, see the source code on my GitHub!

alyssajcrawford@gay portfolio % cat
rockPools
/README.txt

*** PIT-UN ROCK POOL COMPUTER VISION PROJECT ***

In the summer of 2022, I participated in the University of Arizona PIT-UN Data Science Internship. For my primary project, I worked with a fellow intern (unnamed for now) and a Geosciences graduate student (also unnamed for now) on a ML and CV model that estimated the water level in trail camera images of vernal rock pools.
Our project was ultimately unfinished when the summer program ended, but I am working on turning the work I did into a presentable (probably Jupyter Notebook) format. Check back later for updates!

alyssajcrawford@gay portfolio % cat
vizSA
/README.txt

*** INTERACTIVE DIGITAL ART PROJECT ON SEXUAL ASSAULT ***

Made with Processing for ISTA 301 "Computing and the Arts" (taught by David Sherman) in 2020. Had trouble finding the data I wanted so a lot of estimates were made, pretty much not academically sound at all and LOTS of disclaimers necessary. Proud of how it looked but not of the poor data practices haha. Still working on getting this on a webpage, maybe I can update the dataset.

alyssajcrawford@gay portfolio % cat
minesweeper
/README.txt

*** MINESWEEPER / AGILE PROJECT ***

This final project for CSc 335 "Object-Oriented Programming and Design" (taught by Rick Mercer) was completed by myself and three other students (unnamed for now). We spent roughly 3 weeks developing a functional Minesweeper game using Java (GUI made with JavaFX, testing with JUnit). A large focus of the project was project management methodologies, which included using GitHub, Trello, Discord, and Zoom to coordinate development. Not planning to display source code on my portfolio at this time out of respect for the privacy of my peers.

alyssajcrawford@gay portfolio % cat
compiler
/README.txt

*** COMPILER PROJECT ***

As the final project for CSc 453 "Compilers and Systems Software" (taught by Dr. Todd Proebsting), I wrote a compiler program in Python for a relatively simple made-up programming language defined by the professor. I completed this project individually in 2023, in increments throughout the entire course - from scanning, to parsing / creating an abstract syntax tree, to semantic analysis, and eventually assembly code generation. Not planning to display further on my portfolio at this time (not much to see, haha).