first commit

This commit is contained in:
adrianj12
2024-07-31 12:45:14 -06:00
commit 9b9236adbb
118 changed files with 996 additions and 0 deletions

42
content/_index.md Normal file
View File

@@ -0,0 +1,42 @@
---
# Leave the homepage title empty to use the site title
title: ""
date: 2024-07-30
type: landing
design:
# Default section spacing
spacing: "6rem"
sections:
- block: resume-biography-3
content:
# Choose a user profile to display (a folder name within `content/authors/`)
username: admin
text: ""
# Show a call-to-action button under your biography? (optional)
button:
text: Download Résumé
url: uploads/resume.pdf
design:
css_class: dark
background:
color: black
image:
# Add your image background to `assets/media/`.
filename: stacked-peaks.svg
filters:
brightness: 1.0
size: cover
position: center
parallax: false
# - block: markdown
# content:
# title: '📚 My Research'
# subtitle: ''
# text: |-
# Use this area to speak to your mission. I'm a research scientist in the Moonshot team at DeepMind. I blog about machine learning, deep learning, and moonshots.
# I apply a range of qualitative and quantitative methods to comprehensively investigate the role of science and technology in the economy.
# design:
# columns: '1'
---

View File

@@ -0,0 +1,9 @@
---
# To publish author profile pages, remove all the `_build` and `cascade` settings below.
_build:
render: never
cascade:
_build:
render: never
list: always
---

View File

@@ -0,0 +1,140 @@
---
# Display name
title: Adrian Abeyta
# Name pronunciation (optional)
name_pronunciation:
# Full name (for SEO)
first_name: Adrian
last_name: Abeyta
# Status emoji
status:
# icon: 🧑‍💻️
# Is this the primary user of the site?
superuser: true
# Highlight the author in author lists? (true/false)
highlight_name: true
# Role/position/tagline
role: BSc Computer Science
# Organizations/Affiliations to display in Biography blox
organizations:
# - name: OpenAI
# url: https://openai.com/
# Social network links
# Need to use another icon? Simply download the SVG icon to your `assets/media/icons/` folder.
profiles:
- icon: at-symbol
url: 'mailto:adrian@adrianabeyta.com'
label: E-mail Me
# - icon: brands/x
# url: https://twitter.com/GetResearchDev
# - icon: brands/instagram
# url: https://www.instagram.com/
- icon: brands/github
url: https://github.com/adrianj12
- icon: brands/linkedin
url: https://www.linkedin.com/adrianabeyta
# - icon: academicons/google-scholar
# url: https://scholar.google.com/
# - icon: academicons/orcid
# url: https://orcid.org/
interests:
- Full-stack web development
- High-Performance Computing
education:
- area: BSc Computer Science
institution: University of New Mexico
date_start: 2021-01-01
date_end: 2024-05-11
summary: |
Special topic courses:
- High-Performance Computing
- Compiler Construction
- Introduction to Databases
Organizations:
- IEEE
- UNM IT Student Employees
work:
- position: Technical Specialist
company_name: The University of New Mexico
company_url: ''
company_logo: ''
date_start: 2022-03-15
date_end: 2024-05-11
summary: |2-
Accomplishments:
- Wrote Selenium scripts for web application testing
- Assisted with migration of Oracle SQL database
- Documented internal and external web applications
- position: Technology Support Group Technician
company_name: UPS
company_url: ''
company_logo: ''
date_start: 2019-06-01
date_end: 2021-01-15
summary: |
Accomplishments:
- Obtained CompTIA A+ Certification
- Lead project to upgrade mobile bluetooth scanning devices for Albuquerque delivery area
- Responded to support tickets for internal & external customers to meet response time goals
# Skills
# Add your own SVG icons to `assets/media/icons/`
skills:
- name: Technical Skills
items:
- name: Languages
description: C/C++, Java, X/HTML, CSS, LaTeX, SQL, Assembly, Haskell/Lisp, Matlab, PHP, Bash, Python, Prolog
icon: code-bracket
- name: Platforms
description: RDB design, RDBMS (Oracle, MySQL), High-Performance Computing, Atlassian Confluence
icon: circle-stack
- name: Linux administration
description: Ubuntu, Raspbian, Rocky
icon: command-line
- name: Writing
description: Application documentation, SOPs, training material
icon: document-text
- name: Hobbies
items:
- name: Hiking/Mountains/Geocaching
description: ''
icon: custom/hiking
- name: Running
description: ''
icon: custom/running
languages:
- name: English
percent: 100
- name: Spanish
percent: 80
# Awards.
# Add/remove as many awards below as you like.
# Only `title`, `awarder`, and `date` are required.
# Begin multi-line `summary` with YAML's `|` or `|2-` multi-line prefix and indent 2 spaces below.
# awards:
# - title: Neural Networks and Deep Learning
# url: https://www.coursera.org/learn/neural-networks-deep-learning
# date: '2023-11-25'
# awarder: Coursera
# icon: coursera
# summary: |
# I studied the foundational concept of neural networks and deep learning. By the end, I was familiar with the significant technological trends driving the rise of deep learning; build, train, and apply fully connected deep neural networks; implement efficient (vectorized) neural networks; identify key parameters in a neural networks architecture; and apply deep learning to your own applications.
---
## About Me
Hi, my name is Adrian Abeyta, and I am a recent graduate from the [University of New Mexico](https://www.unm.edu) with a Bachelor of Science degree in Computer Science. On this website you will find some of the projects I am currently working on or have completed. I also include other links about me and that I find interesting or useful.

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 MiB

35
content/experience.md Normal file
View File

@@ -0,0 +1,35 @@
---
title: 'Experience'
date: 2023-10-24
type: landing
design:
spacing: '5rem'
# Note: `username` refers to the user's folder name in `content/authors/`
# Page sections
sections:
- block: resume-experience
content:
username: admin
design:
# Hugo date format
date_format: 'January 2006'
# Education or Experience section first?
is_education_first: false
- block: resume-skills
content:
title: Skills & Hobbies
username: admin
design:
show_skill_percentage: false
# - block: resume-awards
# content:
# title: Awards
# username: admin
- block: resume-languages
content:
title: Languages
username: admin
---

View File

@@ -0,0 +1,13 @@
---
title: NY Times Tiles Game Clone
date: 2022-01-01
external_link: https://github.com/adrianj12/tiles-game
tags:
- Java
- JavaFX
- Markdown
- UNM
---
A recreation of the tile-matching game as seen on the [NY Times games website](https://www.nytimes.com/puzzles/tiles).

23
content/projects.md Normal file
View File

@@ -0,0 +1,23 @@
---
title: 'Projects'
date: 2024-05-19
type: landing
design:
# Section spacing
spacing: '5rem'
# Page sections
sections:
- block: collection
content:
title: Latest Projects
text: Here are some of the projects that have recently caught my interest.
filters:
folders:
- project
design:
view: article-grid
fill_image: false
columns: 3
---