Skip to content

Commit 1b97cff

Browse files
committed
02/01 Minimal Changes to Tabs and About/People content
1 parent 2e3df50 commit 1b97cff

File tree

25 files changed

+622
-133
lines changed

25 files changed

+622
-133
lines changed

.RData

2.53 KB
Binary file not shown.

.Rhistory

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
install.packages("blogdown")
2+
install.packages("blogdown")
3+
library(blogdown)
4+
blogdown:::serve_site()
5+
blogdown::install_hugo()
6+
blogdown:::serve_site()
7+
blogdown::build_site()
8+
blogdown::build_site()
9+
blogdown:::serve_site()

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
/resources/
66
public/
77
assets/jsconfig.json
8+
.Rproj.user

.hugo_build.lock

Whitespace-only changes.

WebsiteDev.Rproj

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Version: 1.0
2+
3+
RestoreWorkspace: Default
4+
SaveWorkspace: Default
5+
AlwaysSaveHistory: Default
6+
7+
EnableCodeIndexing: Yes
8+
UseSpacesForTab: Yes
9+
NumSpacesForTab: 2
10+
Encoding: UTF-8
11+
12+
RnwWeave: Sweave
13+
LaTeX: pdfLaTeX

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: Nicole Research Group # Website name
6+
title: Accessible Data and Code # Website name
77
baseURL: 'https://example.com/' # Website URL
88

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

config/_default/menus.yaml

+8-8
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@
44
# The weight parameter defines the order that the links will appear in.
55

66
main:
7-
- name: Tour
7+
- name: About
88
url: tour
99
weight: 10
10-
- name: News
10+
- name: Posts
1111
url: post
1212
weight: 20
13-
- name: People
14-
url: people
15-
weight: 30
16-
- name: Events
17-
url: event
18-
weight: 40
1913
- name: Publications
2014
url: publication
2115
weight: 50
16+
- name: Resources
17+
url: event
18+
weight: 40
19+
- name: People
20+
url: people
21+
weight: 30
2222
- name: Contact
2323
url: contact
2424
weight: 60

config/_default/params.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ features:
7272
privacy_pack:
7373
enable: false
7474
repository:
75-
url: 'https://github.com/<username>/<repository>'
75+
url: 'https://github.com/Accessible-Data-and-Code'
7676
content_dir: content
7777
branch: main
7878
avatar:

content/_index.md

+44-56
Original file line numberDiff line numberDiff line change
@@ -5,63 +5,51 @@ date: 2022-10-24
55
type: landing
66

77
sections:
8-
- block: hero
8+
- block: slider
99
content:
10-
title: |
11-
Wowchemy
12-
Research Group
13-
image:
14-
filename: welcome.jpg
15-
text: |
16-
<br>
17-
18-
The **Wowchemy Research Group** has been a center of excellence for Artificial Intelligence research, teaching, and practice since its founding in 2016.
19-
20-
- block: collection
21-
content:
22-
title: Latest News
23-
subtitle:
24-
text:
25-
count: 5
26-
filters:
27-
author: ''
28-
category: ''
29-
exclude_featured: false
30-
publication_type: ''
31-
tag: ''
32-
offset: 0
33-
order: desc
34-
page_type: post
35-
design:
36-
view: card
37-
columns: '1'
38-
39-
- block: markdown
40-
content:
41-
title:
42-
subtitle: ''
43-
text:
44-
design:
45-
columns: '1'
46-
background:
47-
image:
48-
filename: coders.jpg
49-
filters:
50-
brightness: 1
51-
parallax: false
10+
slides:
11+
- title: 👋 Welcome to Accessible Code and Data
12+
content: Take a look at what we're working on...
13+
align: center
14+
background:
15+
image:
16+
filename: coders.jpg
17+
filters:
18+
brightness: 0.7
19+
position: right
20+
color: '#666'
21+
- title: Cookbook ☕️
22+
content: 'Share your knowledge with the group and explore exciting new topics together!'
23+
align: left
24+
background:
25+
image:
26+
filename: contact.jpg
27+
filters:
28+
brightness: 0.7
5229
position: center
53-
size: cover
54-
text_color_light: true
55-
spacing:
56-
padding: ['20px', '0', '20px', '0']
57-
css_class: fullscreen
58-
59-
- block: markdown
60-
content:
61-
title:
62-
subtitle:
63-
text: |
64-
{{% cta cta_link="./people/" cta_text="Meet the team →" %}}
30+
color: '#555'
31+
- title: Conferences!'
32+
align: right
33+
background:
34+
image:
35+
filename: welcome.jpg
36+
filters:
37+
brightness: 0.5
38+
position: center
39+
color: '#333'
40+
link:
41+
icon: graduation-cap
42+
icon_pack: fas
43+
text: Join Us
44+
url: ../contact/
6545
design:
66-
columns: '1'
46+
# Slide height is automatic unless you force a specific height (e.g. '400px')
47+
slide_height: ''
48+
is_fullscreen: true
49+
# Automatically transition through slides?
50+
loop: false
51+
# Duration of transition between slides (in ms)
52+
interval: 2000
53+
54+
6755
---

content/about/index.md

+49
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
---
2+
title: About
3+
date: 2022-10-24
4+
5+
type: landing
6+
7+
sections:
8+
- block: hero
9+
content:
10+
title: |
11+
About
12+
image:
13+
filename: welcome.jpg
14+
text: |
15+
<br>
16+
17+
About us...
18+
19+
20+
- block: markdown
21+
content:
22+
title:
23+
subtitle: ''
24+
text:
25+
design:
26+
columns: '1'
27+
background:
28+
image:
29+
filename: coders.jpg
30+
filters:
31+
brightness: 1
32+
parallax: false
33+
position: center
34+
size: cover
35+
text_color_light: true
36+
spacing:
37+
padding: ['20px', '0', '20px', '0']
38+
css_class: fullscreen
39+
40+
- block: markdown
41+
content:
42+
title:
43+
subtitle:
44+
text: |
45+
{{% cta cta_link="./people/" cta_text="Meet the team →" %}}
46+
design:
47+
columns: '1'
48+
---
49+

content/authors/David/_index.md

+8-9
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
# Display name
3-
title: David Costello
3+
title: Namita Shah
44

55
# Full name (for SEO)
6-
first_name: David
7-
last_name: Costello
6+
first_name: Namita
7+
last_name: Shah
88

99
# Username (this should match the folder name)
1010
authors:
11-
- David
11+
- Namita
1212

1313
# Is this the primary user of the site?
1414
superuser: false
@@ -22,16 +22,16 @@ organizations:
2222
url: ''
2323

2424
# Short bio (displayed in user profile at end of posts)
25-
bio: My research interests include math.
25+
bio: My research interests include Computer Science.
2626

2727
interests:
28-
- Math
28+
- CS
2929

3030
education:
3131
courses:
32-
- course: BS in Math
32+
- course: BS in Computer Science
3333
institution: Arizona State University
34-
year: 2024
34+
year: May 2025
3535

3636
# Social/Academic Networking
3737
# For available icons, see: https://docs.hugoblox.com/getting-started/page-builder/#icons
@@ -67,4 +67,3 @@ user_groups:
6767

6868
吳恩達 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.
6969

70-
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.

content/authors/Namita/_index.md

+69
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
---
2+
# Display name
3+
title: David Costello
4+
5+
# Full name (for SEO)
6+
first_name: David
7+
last_name: Costello
8+
9+
# Username (this should match the folder name)
10+
authors:
11+
- David
12+
13+
# Is this the primary user of the site?
14+
superuser: false
15+
16+
# Role/position
17+
role: Undergraduate Student Researcher
18+
19+
# Organizations/Affiliations
20+
organizations:
21+
- name: Arizona State University
22+
url: ''
23+
24+
# Short bio (displayed in user profile at end of posts)
25+
bio: My research interests include math.
26+
27+
interests:
28+
- Math
29+
30+
education:
31+
courses:
32+
- course: BS in Math
33+
institution: Arizona State University
34+
year: 2024
35+
36+
# Social/Academic Networking
37+
# For available icons, see: https://docs.hugoblox.com/getting-started/page-builder/#icons
38+
# For an email link, use "fas" icon pack, "envelope" icon, and a link in the
39+
# form "mailto:your-email@example.com" or "#contact" for contact widget.
40+
social:
41+
- icon: envelope
42+
icon_pack: fas
43+
link: 'mailto:test@example.org'
44+
- icon: twitter
45+
icon_pack: fab
46+
link: https://twitter.com/GeorgeCushen
47+
- icon: google-scholar
48+
icon_pack: ai
49+
link: https://scholar.google.co.uk/citations?user=sIwtMXoAAAAJ
50+
- icon: github
51+
icon_pack: fab
52+
link: https://github.com/gcushen
53+
# Link to a PDF of your resume/CV from the About widget.
54+
# To enable, copy your resume/CV to `static/files/cv.pdf` and uncomment the lines below.
55+
# - icon: cv
56+
# icon_pack: ai
57+
# link: files/cv.pdf
58+
59+
# Enter email to display Gravatar (if Gravatar enabled in Config)
60+
email: ''
61+
62+
# Organizational groups that you belong to (for People widget)
63+
# Set this to `[]` or comment out if you are not using People widget.
64+
user_groups:
65+
- Undergraduate Students
66+
---
67+
68+
吳恩達 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.
69+

content/authors/Namita/avatar.jpg

1.32 MB
Loading

content/people/index.html

+406
Large diffs are not rendered by default.

content/people/index.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: People
2+
title: Full
33
date: 2022-10-24
44

55
type: landing
@@ -20,4 +20,5 @@ sections:
2020
show_interests: false
2121
show_role: true
2222
show_social: true
23-
---
23+
---
24+

content/post/20-12-01-wowchemy-prize/index.md renamed to content/posts/20-12-01-wowchemy-prize/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Richard Hendricks Wins First Place in the Wowchemy Prize
3-
date: 2020-12-01
2+
title: Exploring Network Visualization in Jupyter Notebooks
3+
date: 2021-12-01
44
---
55

66
Congratulations to Richard Hendricks for winning first place in the Wowchemy Prize.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)