Skip to content

Commit 9c72cee

Browse files
committedJan 18, 2024
1st attempt at deploying website
1 parent 5ceef34 commit 9c72cee

File tree

2 files changed

+20
-25
lines changed

2 files changed

+20
-25
lines changed
 

‎config/_default/hugo.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Hugo Documentation: https://gohugo.io/getting-started/configuration/#all-configuration-settings
44
# This file is formatted using YAML syntax - learn more at https://learnxinyminutes.com/docs/yaml/
55

6-
title: Wowchemy Research Group # Website name
6+
title: Nicole Research Group # Website name
77
baseURL: 'https://example.com/' # Website URL
88

99
############################

‎content/authors/admin/_index.md

+19-24
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,38 @@
11
---
22
# Display name
3-
title: Nelson Bighetti
3+
title: Nicole Brewer
44

55
# Full Name (for SEO)
6-
first_name: Nelson
7-
last_name: Bighetti
6+
first_name: Nicole
7+
last_name: Brewer
88

99
# Is this the primary user of the site?
1010
superuser: true
1111

1212
# Role/position
13-
role: Professor of Artificial Intelligence
13+
role: PhD Student at Arizona State University
1414

1515
# Organizations/Affiliations
1616
organizations:
17-
- name: Stanford University
17+
- name: Arizona State University
1818
url: ''
1919

2020
# Short bio (displayed in user profile at end of posts)
21-
bio: My research interests include distributed robotics, mobile computing and programmable matter.
21+
bio: My research interests include Computational History and Philosophy of Science!
2222

2323
interests:
24-
- Artificial Intelligence
25-
- Computational Linguistics
26-
- Information Retrieval
24+
- Dynamic Network Analysis
25+
- Computational History
26+
- Piano Jazz Lessons
2727

2828
education:
2929
courses:
30-
- course: PhD in Artificial Intelligence
31-
institution: Stanford University
32-
year: 2012
33-
- course: MEng in Artificial Intelligence
34-
institution: Massachusetts Institute of Technology
35-
year: 2009
36-
- course: BSc in Artificial Intelligence
37-
institution: Massachusetts Institute of Technology
38-
year: 2008
30+
- course: PhD in Computational History and Philosophical Science
31+
institution: Arizona State University
32+
year: 2027
33+
- course: BS in Mathematics with Comptuer Science
34+
institution: Purdue University
35+
year: 2018
3936

4037
# Social/Academic Networking
4138
# For available icons, see: https://docs.hugoblox.com/getting-started/page-builder/#icons
@@ -47,13 +44,13 @@ social:
4744
link: 'mailto:test@example.org'
4845
- icon: twitter
4946
icon_pack: fab
50-
link: https://twitter.com/GeorgeCushen
47+
link: https://twitter.com/catch_me_coding
5148
- icon: google-scholar
5249
icon_pack: ai
5350
link: https://scholar.google.co.uk/citations?user=sIwtMXoAAAAJ
5451
- icon: github
5552
icon_pack: fab
56-
link: https://github.com/gcushen
53+
link: https://github.com/nicole-brewer
5754
# Link to a PDF of your resume/CV from the About widget.
5855
# To enable, copy your resume/CV to `static/files/cv.pdf` and uncomment the lines below.
5956
# - icon: cv
@@ -69,9 +66,7 @@ highlight_name: false
6966
# Organizational groups that you belong to (for People widget)
7067
# Set this to `[]` or comment out if you are not using People widget.
7168
user_groups:
72-
- Researchers
69+
- Digital Innovation Group
7370
---
7471

75-
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.
76-
77-
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.
72+
My work will start out my dissertation by exploring the limits of reproducibility in the computational sciences. I also plan to use dynamic network analysis and natural language processing to analyse large corpuses of scientific literature to study evolving standards of practice. Finally, I'm interested in using qualitative methods to survey and observe groups that are currently attempting to reconsile competing values in proposing standards of practice. I will also report out on my own experience setting standards of practice by developing a ruberic for the peer-review of notebook submissions to the inaugural US-RSE Conference.

0 commit comments

Comments
 (0)
Please sign in to comment.