Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mrparker909 committed Jul 30, 2019
1 parent c173aa2 commit 7b63a1f
Show file tree
Hide file tree
Showing 10 changed files with 33 additions and 69 deletions.
5 changes: 5 additions & 0 deletions config/_default/menus.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
# desired widget in your `content/home/` folder.
# The weight parameter defines the order that the links will appear in.

[[main]]
name = "About Me"
url = "#about"
weight = 1

[[main]]
name = "Posts"
url = "#posts"
Expand Down
48 changes: 23 additions & 25 deletions content/authors/admin/_index.md
Original file line number Diff line number Diff line change
@@ -1,48 +1,46 @@
---
authors:
- admin
bio: My research interests include distributed robotics, mobile computing and programmable
matter.
bio:
education:
courses:
- course: PhD in Artificial Intelligence
institution: Stanford University
year: 2012
- course: MEng in Artificial Intelligence
institution: Massachusetts Institute of Technology
year: 2009
- course: BSc in Artificial Intelligence
institution: Massachusetts Institute of Technology
year: 2008
email: ""
- course: MSc in Statistics
institution: University of Victoria
year: in progress
- course: BSc in Physics and Mathematics
institution: University of Victoria
year: 2015
email: "[email protected]"
interests:
- Artificial Intelligence
- Computational Linguistics
- Information Retrieval
name: Nelson Bighetti
- Statistical Modelling
- R, Tidyverse, Data Science
- Machine Learning
- Math, Physics, Astronomy
name: Matthew Parker
organizations:
- name: Stanford University
url: ""
role: Professor of Artificial Intelligence
- name: University of British Columbia (research student)
- name: University of Winnipeg (VADA training program)
- name: University of Victoria (graduate student)

social:
- icon: envelope
icon_pack: fas
link: '#contact'
- icon: twitter
icon_pack: fab
link: https://twitter.com/GeorgeCushen
- icon: google-scholar
link: https://twitter.com/mrparker9090
- icon: linked-in
icon_pack: ai
link: https://scholar.google.co.uk/citations?user=sIwtMXoAAAAJ
link: www.linkedin.com/in/matthew-parker-b83b29108
- icon: github
icon_pack: fab
link: https://github.com/gcushen
link: https://github.com/mrparker909
superuser: true
user_groups:
- Researchers
- Visitors
---

Nelson Bighetti is a professor of artificial intelligence at the Stanford AI Lab. His research interests include distributed robotics, mobile computing and programmable matter. He leads the Robotic Neurobiology group, which develops self-reconfiguring robots, systems of self-organizing robots, and mobile sensor networks.
# About Me

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed neque elit, tristique placerat feugiat ac, facilisis vitae arcu. Proin eget egestas augue. Praesent ut sem nec arcu pellentesque aliquet. Duis dapibus diam vel metus tempus vulputate.
Matthew Parker is a student of Statistics at the University of Victoria (UVic). His research interests include abundance modelling using INAR and N-Mixture methods, machine learning techniques, manifold regression, and applications to health care. He graduated from the Visual and Automated Disease Analytics training program in 2019.
Binary file modified content/authors/admin/avatar.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
39 changes: 0 additions & 39 deletions content/home/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,45 +8,6 @@ author = "admin"
# Order that this section will appear in.
weight = 1

# List your academic interests.
[interests]
interests = [
"Statistical Modelling",
"R, Tidyverse, Data Science",
"Machine Learning",
"Math, Physics, Astronomy"
]

# List your qualifications (such as academic degrees).
[[education.courses]]
course = "MSc in Statistics"
institution = "University of Victoria"
year = "in progress"

[[education.courses]]
course = "BSc in Physics and Mathematics"
institution = "University of Victoria"
year = 2015

[[funding.scholarship]]
award = "Student Researcher at the Mostafavi Lab (UBC)"

[[funding.scholarship]]
award = "VADA Masters Student Award 2018"

[[funding.scholarship]]
award = "GSS Scholarship Award 2018"

[[awards.scholarship]]
award = "WNAR 2018 Student Paper Competition (Participation)"

[[awards.scholarship]]
award = "PSG 2018 Student Poster Competition (Best Student Poster Award)"

[[funding.scholarship]]
award = "GSS Scholarship Award 2017"


+++

# About Me
Expand Down
2 changes: 1 addition & 1 deletion content/home/demo.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

widget = "blank" # See https://sourcethemes.com/academic/docs/page-builder/
headless = true # This file represents a page section.
active = true # Activate this widget? true/false
active = false # Activate this widget? true/false
weight = 15 # Order that this section will appear.

title = "Demos"
Expand Down
6 changes: 3 additions & 3 deletions content/home/hero.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
# Hero widget.
widget = "hero" # See https://sourcethemes.com/academic/docs/page-builder/
headless = true # This file represents a page section.
active = true # Activate this widget? true/false
active = false # Activate this widget? true/false
weight = 10 # Order that this section will appear.

title = "Academic"
title = "Matthew Parker"

# Hero image (optional). Enter filename of an image in the `static/img/` folder.
hero_media = "hero-academic.png"
hero_media = ""

[design.background]
# Apply a background color, gradient, or image.
Expand Down
2 changes: 1 addition & 1 deletion content/home/skills.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# A Skills section created with the Featurette widget.
widget = "featurette" # See https://sourcethemes.com/academic/docs/page-builder/
headless = true # This file represents a page section.
active = true # Activate this widget? true/false
active = false # Activate this widget? true/false
weight = 30 # Order that this section will appear.

title = "Skills"
Expand Down
Binary file added static/img/Matthew-Parker-2018.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed static/img/boards.jpg
Binary file not shown.
Binary file removed static/img/hero-academic.png
Binary file not shown.

0 comments on commit 7b63a1f

Please sign in to comment.