Skip to content

Commit

Permalink
add people and edit menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Joeycho committed Nov 26, 2024
1 parent 5f4cb70 commit 8df86e9
Show file tree
Hide file tree
Showing 17 changed files with 441 additions and 32 deletions.
9 changes: 9 additions & 0 deletions starters/academic/assets/scss/template.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
// Make page header alignment consistent with widget page header alignment
.universal-wrapper h1 {
text-align: center;
}

// Center the CTA shortcode button
.cta-group {
justify-content: center;
}
16 changes: 5 additions & 11 deletions starters/academic/config/_default/menus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,15 @@ main:
- name: Home
url: '#about'
weight: 10
- name: Posts
url: '#posts'
- name: Members
url: '#people'
weight: 20
- name: Projects
url: '#projects'
- name: Open Positions
url: '#posts'
weight: 30
- name: Talks
url: '#talks'
weight: 40
- name: Publications
url: '#featured'
weight: 50
- name: Contact
url: '#contact'
weight: 60
weight: 40

# Link to a PDF of your resume/CV from the menu.
# To enable, copy your resume/CV to `static/uploads/resume.pdf` and uncomment the lines below.
Expand Down
42 changes: 21 additions & 21 deletions starters/academic/content/authors/admin/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,29 @@
# Display name
title: Nelson Bighetti

# Full Name (for SEO)
first_name: Nelson
last_name: Bighetti

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

# Role/position/tagline
# Role/position
role: Professor of Artificial Intelligence

# Organizations/Affiliations to show in About widget
# Organizations/Affiliations
organizations:
- name: Stanford University
url: https://www.stanford.edu/
url: ''

# Short bio (displayed in user profile at end of posts)
bio: My research interests include distributed robotics, mobile computing and programmable matter.

# Interests to show in About widget
interests:
- Artificial Intelligence
- Computational Linguistics
- Information Retrieval

# Education to show in About widget
education:
courses:
- course: PhD in Artificial Intelligence
Expand All @@ -36,42 +38,40 @@ education:
year: 2008

# Social/Academic Networking
# For available icons, see: https://wowchemy.com/docs/getting-started/page-builder/#icons
# For available icons, see: https://docs.hugoblox.com/getting-started/page-builder/#icons
# For an email link, use "fas" icon pack, "envelope" icon, and a link in the
# form "mailto:[email protected]" or "/#contact" for contact widget.
# form "mailto:[email protected]" or "#contact" for contact widget.
social:
- icon: envelope
icon_pack: fas
link: '/#contact'
link: 'mailto:[email protected]'
- icon: twitter
icon_pack: fab
link: https://twitter.com/GeorgeCushen
- icon: graduation-cap # Alternatively, use `google-scholar` icon from `ai` icon pack
icon_pack: fas
- icon: google-scholar
icon_pack: ai
link: https://scholar.google.co.uk/citations?user=sIwtMXoAAAAJ
- icon: github
icon_pack: fab
link: https://github.com/gcushen
- icon: linkedin
icon_pack: fab
link: https://www.linkedin.com/

# Link to a PDF of your resume/CV.
# To use: copy your resume to `static/uploads/resume.pdf`, enable `ai` icons in `params.toml`,
# and uncomment the lines below.
# Link to a PDF of your resume/CV from the About widget.
# To enable, copy your resume/CV to `static/files/cv.pdf` and uncomment the lines below.
# - icon: cv
# icon_pack: ai
# link: uploads/resume.pdf
# link: files/cv.pdf

# Enter email to display Gravatar (if Gravatar enabled in Config)
email: ''

# Highlight the author in author lists? (true/false)
highlight_name: true
highlight_name: false

# Organizational groups that you belong to (for People widget)
# Set this to `[]` or comment out if you are not using People widget.
user_groups:
# - Principal Investigators
---

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.

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.

{{< icon name="download" pack="fas" >}} Download my {{< staticref "uploads/demo_resume.pdf" "newtab" >}}resumé{{< /staticref >}}.
Binary file modified starters/academic/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.
72 changes: 72 additions & 0 deletions starters/academic/content/authors/bonn/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
---
# Display name
title: Bonn

# Full name (for SEO)
first_name: Bonn
last_name: Hello

# Username (this should match the folder name)
authors:
- bonn

# Is this the primary user of the site?
superuser: false

# Role/position
role: Future home for all

# Organizations/Affiliations
organizations:
- name: Germany
url: ''

# Short bio (displayed in user profile at end of posts)
bio: Live longer tha

interests:
- Mozart
- Haribo
- CCI-Bonn

education:
courses:
- course: PhD in Artificial Intelligence
institution: University of Bonn
year: 2010
- course: MEng in Informatics
institution: University of Bonn
year: 2001
- course: BSc in Philosophy
institution: University of Bonn
year: 1875

social:
- icon: envelope
icon_pack: fas
link: 'mailto:[email protected]'
- icon: twitter
icon_pack: fab
link: https://x.com/bundesstadtbonn?lang=en
- icon: google-scholar
icon_pack: ai
link: https://scholar.google.co.uk/citations?user=sIwtMXoAAAAJ
- icon: github
icon_pack: fab
link: https://github.com/CCI-Bonn
# Link to a PDF of your resume/CV from the About widget.
# To enable, copy your resume/CV to `static/files/cv.pdf` and uncomment the lines below.
# - icon: cv
# icon_pack: ai
# link: files/cv.pdf

# Enter email to display Gravatar (if Gravatar enabled in Config)
email: ''

# Organizational groups that you belong to (for People widget)
# Set this to `[]` or comment out if you are not using People widget.
user_groups:
- Research team members
---

Hello, Bonn
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
69 changes: 69 additions & 0 deletions starters/academic/content/authors/joey/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
---
# Display name
title: Joey

# Full name (for SEO)
first_name: Jaeyoung
last_name: Cho

# Username (this should match the folder name)
authors:
- joey

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

# Role/position
role: PhD student

# Organizations/Affiliations
organizations:
- name: University Hospital Bonn
url: https://www.ukbonn.de/neuroradiologie/

# Short bio (displayed in user profile at end of posts)
bio: born in Korea, raised in several countries, and now live in Germany

interests:
- Spaggehtieis
- Wasserturm
- Joey

education:
courses:
- course: PhD in Artificial Intelligence
institution: University of Mannheim
year: 2010
- course: MEng in Informatics
institution: University of Mannheim
year: 2003
- course: BSc in Philosophy
institution: University of Mannheim
year: 1875

social:
- icon: envelope
icon_pack: fas
link: 'mailto:[email protected]'
- icon: linkedin
icon_pack: fab
link: https://www.linkedin.com/in/cjy12182000/
- icon: github
icon_pack: fab
link: https://github.com/Joeycho
# Link to a PDF of your resume/CV from the About widget.
# To enable, copy your resume/CV to `static/files/cv.pdf` and uncomment the lines below.
# - icon: cv
# icon_pack: ai
# link: files/cv.pdf

# Enter email to display Gravatar (if Gravatar enabled in Config)
email: '[email protected]'

# Organizational groups that you belong to (for People widget)
# Set this to `[]` or comment out if you are not using People widget.
user_groups:
- Research team members
---

Hello, Mannheim
Binary file added starters/academic/content/authors/joey/avatar.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
74 changes: 74 additions & 0 deletions starters/academic/content/authors/mannheim/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
---
# Display name
title: Mannheim

# Full name (for SEO)
first_name: Mannheim
last_name: Hello

# Username (this should match the folder name)
authors:
- Mannheim

# Is this the primary user of the site?
superuser: false

# Role/position
role: Current home for Joey

# Organizations/Affiliations
organizations:
- name: Germany
url: ''

# Short bio (displayed in user profile at end of posts)
bio: Live longer than anyone

interests:
- Spaggehtieis
- Wasserturm
- Joey

education:
courses:
- course: PhD in Artificial Intelligence
institution: University of Mannheim
year: 2010
- course: MEng in Informatics
institution: University of Mannheim
year: 2001
- course: BSc in Philosophy
institution: University of Mannheim
year: 1875

social:
- icon: envelope
icon_pack: fas
link: 'mailto:[email protected]'
- icon: twitter
icon_pack: fab
link: https://x.com/mannheim_de?lang=en
- icon: google-scholar
icon_pack: ai
link: https://scholar.google.co.uk/citations?user=sIwtMXoAAAAJ
- icon: github
icon_pack: fab
link: https://github.com/CCI-Bonn
# Link to a PDF of your resume/CV from the About widget.
# To enable, copy your resume/CV to `static/files/cv.pdf` and uncomment the lines below.
# - icon: cv
# icon_pack: ai
# link: files/cv.pdf

# Enter email to display Gravatar (if Gravatar enabled in Config)
email: ''

# Organizational groups that you belong to (for People widget)
# Set this to `[]` or comment out if you are not using People widget.
user_groups:
- Research team members
- Visiting Researchers
- Alumni
---

Hello, Mannheim
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 8df86e9

Please sign in to comment.