diff --git a/config/_default/menus.toml b/config/_default/menus.toml index 4d7c9cb..b01da7b 100644 --- a/config/_default/menus.toml +++ b/config/_default/menus.toml @@ -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" diff --git a/content/authors/admin/_index.md b/content/authors/admin/_index.md index 2584d52..4091f59 100644 --- a/content/authors/admin/_index.md +++ b/content/authors/admin/_index.md @@ -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: "mrparker909@gmail.com" 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. diff --git a/content/authors/admin/avatar.jpg b/content/authors/admin/avatar.jpg index d1361fd..a4b40fa 100644 Binary files a/content/authors/admin/avatar.jpg and b/content/authors/admin/avatar.jpg differ diff --git a/content/home/about.md b/content/home/about.md index 5ad379a..d35f62c 100644 --- a/content/home/about.md +++ b/content/home/about.md @@ -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 diff --git a/content/home/demo.md b/content/home/demo.md index f36c0ff..0cfe6e8 100644 --- a/content/home/demo.md +++ b/content/home/demo.md @@ -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" diff --git a/content/home/hero.md b/content/home/hero.md index 091de33..8a0d1b2 100644 --- a/content/home/hero.md +++ b/content/home/hero.md @@ -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. diff --git a/content/home/skills.md b/content/home/skills.md index 9f9f18e..bc0e4f1 100644 --- a/content/home/skills.md +++ b/content/home/skills.md @@ -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" diff --git a/static/img/Matthew-Parker-2018.jpg b/static/img/Matthew-Parker-2018.jpg new file mode 100644 index 0000000..a4b40fa Binary files /dev/null and b/static/img/Matthew-Parker-2018.jpg differ diff --git a/static/img/boards.jpg b/static/img/boards.jpg deleted file mode 100644 index fdde290..0000000 Binary files a/static/img/boards.jpg and /dev/null differ diff --git a/static/img/hero-academic.png b/static/img/hero-academic.png deleted file mode 100644 index 89afaff..0000000 Binary files a/static/img/hero-academic.png and /dev/null differ