diff --git a/starters/academic/assets/scss/template.scss b/starters/academic/assets/scss/template.scss new file mode 100644 index 000000000..8ae7c0f6b --- /dev/null +++ b/starters/academic/assets/scss/template.scss @@ -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; +} diff --git a/starters/academic/config/_default/menus.yaml b/starters/academic/config/_default/menus.yaml index 02f22e762..aa81fcafa 100644 --- a/starters/academic/config/_default/menus.yaml +++ b/starters/academic/config/_default/menus.yaml @@ -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. diff --git a/starters/academic/content/authors/admin/_index.md b/starters/academic/content/authors/admin/_index.md index 64cc0b3fb..1852360e0 100644 --- a/starters/academic/content/authors/admin/_index.md +++ b/starters/academic/content/authors/admin/_index.md @@ -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 @@ -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:your-email@example.com" or "/#contact" for contact widget. +# form "mailto:your-email@example.com" or "#contact" for contact widget. social: - icon: envelope icon_pack: fas - link: '/#contact' + link: 'mailto:test@example.org' - 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 >}}. diff --git a/starters/academic/content/authors/admin/avatar.jpg b/starters/academic/content/authors/admin/avatar.jpg index d1361fd8e..4739195a8 100644 Binary files a/starters/academic/content/authors/admin/avatar.jpg and b/starters/academic/content/authors/admin/avatar.jpg differ diff --git a/starters/academic/content/authors/bonn/_index.md b/starters/academic/content/authors/bonn/_index.md new file mode 100644 index 000000000..84aaa967f --- /dev/null +++ b/starters/academic/content/authors/bonn/_index.md @@ -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:test@example.org' + - 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 diff --git a/starters/academic/content/authors/bonn/avatar.jpg b/starters/academic/content/authors/bonn/avatar.jpg new file mode 100644 index 000000000..4cb90d010 Binary files /dev/null and b/starters/academic/content/authors/bonn/avatar.jpg differ diff --git a/starters/academic/content/authors/joey/_index.md b/starters/academic/content/authors/joey/_index.md new file mode 100644 index 000000000..52d20f8f0 --- /dev/null +++ b/starters/academic/content/authors/joey/_index.md @@ -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:jaeyoung.cho@ukbonn.de' + - 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: 'jaeyoung.cho@ukbonn.de' + +# 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 \ No newline at end of file diff --git a/starters/academic/content/authors/joey/avatar.jpg b/starters/academic/content/authors/joey/avatar.jpg new file mode 100644 index 000000000..720b4e0ab Binary files /dev/null and b/starters/academic/content/authors/joey/avatar.jpg differ diff --git a/starters/academic/content/authors/mannheim/_index.md b/starters/academic/content/authors/mannheim/_index.md new file mode 100644 index 000000000..93adbc453 --- /dev/null +++ b/starters/academic/content/authors/mannheim/_index.md @@ -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:test@example.org' + - 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 \ No newline at end of file diff --git a/starters/academic/content/authors/mannheim/avatar.png b/starters/academic/content/authors/mannheim/avatar.png new file mode 100644 index 000000000..ff77886f6 Binary files /dev/null and b/starters/academic/content/authors/mannheim/avatar.png differ diff --git "a/starters/academic/content/authors/\345\220\263\346\201\251\351\201\224/_index.md" "b/starters/academic/content/authors/\345\220\263\346\201\251\351\201\224/_index.md" new file mode 100644 index 000000000..b09f71c53 --- /dev/null +++ "b/starters/academic/content/authors/\345\220\263\346\201\251\351\201\224/_index.md" @@ -0,0 +1,81 @@ +--- +# Display name +title: Alice Wu 吳恩達 + +# Full name (for SEO) +first_name: Alice +last_name: Wu + +# Username (this should match the folder name) +authors: + - 吳恩達 + +# Is this the primary user of the site? +superuser: false + +# Role/position +role: Professor of Artificial Intelligence + +# Organizations/Affiliations +organizations: + - name: Stanford University + url: '' + +# Short bio (displayed in user profile at end of posts) +bio: My research interests include distributed robotics, mobile computing and programmable matter. + +interests: + - Artificial Intelligence + - Computational Linguistics + - Information Retrieval + +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 + +# Social/Academic Networking +# 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:your-email@example.com" or "#contact" for contact widget. +social: + - icon: envelope + icon_pack: fas + link: 'mailto:test@example.org' + - icon: twitter + icon_pack: fab + link: https://twitter.com/GeorgeCushen + - 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 +# 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: +# - Senior Researchers +# - Researchers +# - Visiting Researchers +# - Alumni +--- + +吳恩達 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. diff --git "a/starters/academic/content/authors/\345\220\263\346\201\251\351\201\224/avatar.jpg" "b/starters/academic/content/authors/\345\220\263\346\201\251\351\201\224/avatar.jpg" new file mode 100644 index 000000000..49337e474 Binary files /dev/null and "b/starters/academic/content/authors/\345\220\263\346\201\251\351\201\224/avatar.jpg" differ diff --git a/starters/academic/content/authors/_index.md b/starters/academic/content/authors_old/_index.md similarity index 100% rename from starters/academic/content/authors/_index.md rename to starters/academic/content/authors_old/_index.md diff --git a/starters/academic/content/authors_old/admin/_index.md b/starters/academic/content/authors_old/admin/_index.md new file mode 100644 index 000000000..64cc0b3fb --- /dev/null +++ b/starters/academic/content/authors_old/admin/_index.md @@ -0,0 +1,77 @@ +--- +# Display name +title: Nelson Bighetti + +# Is this the primary user of the site? +superuser: true + +# Role/position/tagline +role: Professor of Artificial Intelligence + +# Organizations/Affiliations to show in About widget +organizations: + - name: Stanford University + url: https://www.stanford.edu/ + +# 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 + 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 + +# Social/Academic Networking +# For available icons, see: https://wowchemy.com/docs/getting-started/page-builder/#icons +# For an email link, use "fas" icon pack, "envelope" icon, and a link in the +# form "mailto:your-email@example.com" or "/#contact" for contact widget. +social: + - icon: envelope + icon_pack: fas + link: '/#contact' + - 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 + 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. +# - icon: cv +# icon_pack: ai +# link: uploads/resume.pdf + +# Enter email to display Gravatar (if Gravatar enabled in Config) +email: '' + +# Highlight the author in author lists? (true/false) +highlight_name: true +--- + +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 >}}. diff --git a/starters/academic/content/authors_old/admin/avatar.jpg b/starters/academic/content/authors_old/admin/avatar.jpg new file mode 100644 index 000000000..d1361fd8e Binary files /dev/null and b/starters/academic/content/authors_old/admin/avatar.jpg differ diff --git a/starters/academic/content/people/index.md b/starters/academic/content/people/index.md new file mode 100644 index 000000000..2a20a6eb5 --- /dev/null +++ b/starters/academic/content/people/index.md @@ -0,0 +1,4 @@ +--- +# Files in this folder represent a Widget Page +type: widget_page +--- diff --git a/starters/academic/content/people/people.md b/starters/academic/content/people/people.md new file mode 100644 index 000000000..125530a45 --- /dev/null +++ b/starters/academic/content/people/people.md @@ -0,0 +1,29 @@ +--- +# An instance of the People widget. +# Documentation: https://wowchemy.com/docs/page-builder/ +widget: people + +# This file represents a page section. +headless: true + +# Order that this section appears on the page. +weight: 68 + +title: Meet the Team +subtitle: + +content: + title: The CCI-Bonn Team + # Choose which groups/teams of users to display. + # Edit `user_groups` in each user's profile to add them to one or more of these groups. + user_groups: + - Research team members + - Visiting Researchers + - Alumni + sort_by: Params.last_name + sort_ascending: true +design: + show_interests: false + show_role: true + show_social: true +---