diff options
Diffstat (limited to 'exampleSite/content/experience')
3 files changed, 36 insertions, 0 deletions
diff --git a/exampleSite/content/experience/Artificial-Intelligence-Research-Assistant.md b/exampleSite/content/experience/Artificial-Intelligence-Research-Assistant.md new file mode 100644 index 0000000..e8f553c --- /dev/null +++ b/exampleSite/content/experience/Artificial-Intelligence-Research-Assistant.md @@ -0,0 +1,14 @@ +--- +title: Artificial Intelligence Research Assistant +weight: 3 +workplace: Southwestern University +location: Georgetown, TX +start_date: 2019-05-01 +end_date : 2019-07-01 +--- +- Explored methods to generate video game dungeons based off of *The Legend of Zelda* +- Developed a game in Java to test the generated dungeons +- Contributed 50K+ lines of code to an established codebase via Git +- Conducted a human subject study to determine which video game dungeon generation technique is enjoyable +- Wrote an 8-page paper and gave multiple presentations on-campus +- Presented virtually to the World Conference on Computational Intelligence
\ No newline at end of file diff --git a/exampleSite/content/experience/Information-Technology-Support-Specialist.md b/exampleSite/content/experience/Information-Technology-Support-Specialist.md new file mode 100644 index 0000000..9f67706 --- /dev/null +++ b/exampleSite/content/experience/Information-Technology-Support-Specialist.md @@ -0,0 +1,11 @@ +--- +title: Information Technology Support Specialist +weight: 2 +workplace: Southwestern University +location: Georgetown, TX +start_date: 2018-09-01 +end_date : +--- +- Communicate with managers to set up campus computers used on campus +- Assess and troubleshoot computer problems brought by students, faculty and staff +- Maintain upkeep of computers, classroom equipment, and 200 printers across campus
\ No newline at end of file diff --git a/exampleSite/content/experience/Undergraduate-Research-Assistant.md b/exampleSite/content/experience/Undergraduate-Research-Assistant.md new file mode 100644 index 0000000..cb6ab98 --- /dev/null +++ b/exampleSite/content/experience/Undergraduate-Research-Assistant.md @@ -0,0 +1,11 @@ +--- +title: Undergraduate Research Assistant +weight: 1 +workplace: Texas A&M University +location: College Station, TX +start_date: 2020-06-01 +end_date : +--- +- Developed a REST API using FastAPI and PostgreSQL to store data from learning management systems +- Developed a full-stack web application using Flask, React, PostgreSQL and Docker to analyze GitHub data +- Explored ways to visualize GitHub collaboration in a classroom setting
\ No newline at end of file |