110 lines
3.6 KiB
YAML
110 lines
3.6 KiB
YAML
# section information
|
|
section:
|
|
name: Education
|
|
id: education
|
|
template: sections/education.html # Use "sections/education-alt.html for alternate template.
|
|
enable: true
|
|
weight: 2
|
|
showOnNavbar: true
|
|
# Can optionally hide the title in sections
|
|
# hideTitle: true
|
|
|
|
degrees:
|
|
- name: Master of Science in Robotics
|
|
icon: fa-university
|
|
timeframe: 2024-2025
|
|
institution:
|
|
name: Northwestern University
|
|
url: "https://www.mccormick.northwestern.edu/robotics/"
|
|
logo: /images/nw_logo.png
|
|
# Can optionally show a different logo for dark theme
|
|
# darkLogo: /images/sections/education/tech_college.png
|
|
takenCourses: #(optional)
|
|
# if true, the courses will be rendered as a table otherwise it will render as a list and the grades will be hidden.
|
|
showGrades: false
|
|
collapseAfter: 4
|
|
courses:
|
|
- name: Robotics Operating System (ROS)
|
|
- name: Robotic Manipulation
|
|
- name: Computer Vision
|
|
- name: Deep Learning
|
|
- name: Mechatronics
|
|
- name: Machine Learning
|
|
- name: Active Learning
|
|
- name: Machine Learning and Sensing
|
|
- name: Theory of Lagrangian Dynamics
|
|
- name: Advanced Programming in C++
|
|
# extracurricularActivities: #(optional)
|
|
# - Club Water Polo
|
|
# grade: #(optional)
|
|
# scale: GPA
|
|
# achieved: 3.87
|
|
# outOf: 4
|
|
# publications: #(optional)
|
|
# - title: Lorem ipsum dolor sit amet, consectetur adipiscing elit.
|
|
# url: "#"
|
|
- name: Bachelor of Science in Computer Engineering & Computer Science, Minor in Robotics
|
|
icon: fa-university
|
|
timeframe: 2019-2024
|
|
institution:
|
|
name: Northeastern University
|
|
url: "https://www.northeastern.edu/"
|
|
logo: /images/neu_logo.svg
|
|
# Can optionally show a different logo for dark theme
|
|
# darkLogo: /images/sections/education/university.jpg
|
|
# grade: #(optional)
|
|
# scale: GPA
|
|
# achieved: 3.67
|
|
# outOf: 4
|
|
takenCourses: #(optional)
|
|
# if true, the courses will be rendered as a table otherwise it will render as a list and the grades will be hidden.
|
|
showGrades: false
|
|
collapseAfter: 4
|
|
courses:
|
|
- name: Robot Sensing & Navigation
|
|
- name: Robot Dynamics & Control
|
|
- name: Object-Oriented Design
|
|
- name: Embedded Systems
|
|
- name: Computer Systems
|
|
- name: Artificial Intelligence
|
|
- name: Algorithms & Data Structures
|
|
- name: Circuits & Signals
|
|
- name: Game Programming
|
|
- name: Robotic Science & Systems
|
|
# publications: #(optional)
|
|
# - title: Lorem ipsum dolor sit amet, consectetur adipiscing elit.
|
|
# url: "#"
|
|
extracurricularActivities: #(optional)
|
|
- Club Water Polo President
|
|
- NEU Robotics Club Lead Instructor
|
|
# custonSections: #(optional)
|
|
# - name: Thesis
|
|
# content: Lorem ipsum dolor sit amet, consectetur adipiscing elit.
|
|
# - name: Supervisor
|
|
# content: Fusce eu augue ut odio porttitor pulvinar.
|
|
# - name: High School Diploma
|
|
# icon: fa-graduation-cap
|
|
# timeframe: 2015-2019
|
|
# institution:
|
|
# name: Dougherty Valley High School
|
|
# url: "https://dvhs.srvusd.net/"
|
|
# # logo: /images/linux.png
|
|
# # Can optionally show a different logo for dark theme
|
|
# # darkLogo: /images/sections/education/science_college.png
|
|
# # grade: #(optional)
|
|
# # scale: GPA
|
|
# # achieved: 5
|
|
# # outOf: 5
|
|
# extracurricularActivities: #(optional)
|
|
# - Varsity Water Polo (MVP Award in 2018 & 2019)
|
|
# - VEX Robotics Team Captain (Team 5776E)
|
|
# - BSA Eagle Scout
|
|
# # - name: Secondary School Certificate
|
|
# # icon: fa-school
|
|
# # timeframe: 2005-2010
|
|
# # institution:
|
|
# # name: JK School of Science
|
|
# # grade: #(optional)
|
|
# # scale: GPA
|
|
# # achieved: 4.5
|
|
# # outOf: 5
|