Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
AL-JiongYang committed May 28, 2020
1 parent 018be3b commit 713699f
Show file tree
Hide file tree
Showing 286 changed files with 9,133 additions and 160 deletions.
9 changes: 5 additions & 4 deletions config/_default/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
# Each configuration section is defined by a name in square brackets (e.g. `[outputs]`).

# Title of your site
title = "Academic"
title = "MeelGroup"

# The URL of your site.
# End your URL with a `/` trailing slash, e.g. `https://example.com/`.
baseurl = "/"
baseurl = "https://AL-JiongYang.github.io/"

# Enter a copyright notice to display in the site footer.
# To display a copyright symbol, type `©`. For current year, type `{year}`.
copyright = ""
copyright = "© 2019"

############################
## Advanced options below ##
Expand All @@ -35,7 +35,8 @@ summaryLength = 30 # Listing summary length in words. Also, see `abstract_lengt
paginate = 10 # Number of items per page in paginated lists.
enableEmoji = true
footnotereturnlinkcontents = "<sup>^</sup>"
ignoreFiles = ["\\.ipynb$", ".ipynb_checkpoints$", "\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"]
# ignoreFiles = ["\\.ipynb$", ".ipynb_checkpoints$", "\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"]
ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"]

# Workaround Hugo publishing taxonomy URLs as plurals - consistently use singular across Academic.
[permalinks]
Expand Down
36 changes: 28 additions & 8 deletions config/_default/menus.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,48 @@

[[main]]
name = "Home"
url = "#about"
url = "#about_group"
weight = 10

[[main]]
name = "Posts"
url = "#posts"
name = "Research"
url = "#research"
weight = 20

[[main]]
name = "Projects"
url = "#projects"
name = "Publications"
url = "#publications"
weight = 30

[[main]]
name = "Publications"
url = "#featured"
name = "Blogs"
url = "#posts"
weight = 40

[[main]]
name = "News"
url = "#talk"
weight = 50

[[main]]
name = "Softwares"
url = "#projects"
weight = 60

[[main]]
name = "People"
url = "#people"
weight = 70

[[main]]
name = "Openings"
url = "#openings"
weight = 80

[[main]]
name = "Contact"
url = "#contact"
weight = 60
weight = 90

# Link to a PDF of your resume/CV from the menu.
# To enable, copy your resume/CV to `static/files/cv.pdf` and uncomment the lines below.
Expand Down
33 changes: 17 additions & 16 deletions config/_default/params.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,18 @@ font_size = "L"
# For personal sites, choose "Person".
# For organizations and projects, choose from https://schema.org/Organization#subtypes
# E.g. Person, Organization, LocalBusiness, Project, EducationalOrganization
site_type = "Person"
site_type = "Organization"

# Local business type (optional)
# If you entered "LocalBusiness" above, choose the type of business from https://schema.org/LocalBusiness#subtypes
local_business_type = ""

# Organization name (optional)
# Enter an organization or project name. Defaults to the site title from `config.toml`.
org_name = ""
org_name = "Meel Group"

# Description for social sharing and search engines. If undefined, superuser role is used in place.
description = ""
description = "Computer Science Department, School of Computing National University of Singapore"

############################
## Site Features
Expand All @@ -58,7 +58,7 @@ highlight_languages = ["r"] # Add support for highlighting additional languages

# Enable LaTeX math rendering? true/false
# If false, you can enable math on a per page basis as needed.
math = false
math = true

# Enable diagram rendering? true/false
# If false, you can enable diagrams on a per page basis as needed.
Expand All @@ -81,34 +81,35 @@ edit_page = {repo_url = "https://github.com/gcushen/hugo-academic", content_dir
############################

# Enter contact details (optional). To hide a field, clear it to "".
email = "test@example.org"
phone = "888 888 88 88"
email = "meel@comp.nus.edu.sg"
phone = "+65-651 61422 "

# Address
# For country_code, use the 2-letter ISO code (see https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2 )
address = {street = "450 Serra Mall", city = "Stanford", region = "CA", postcode = "94305", country = "United States", country_code = "US"}
address = {street = "15 Computing Dr", city = "", region = "Singapore", postcode = "117418", country = "Singapore", country_code = "65"}

# Geographic coordinates
# To get your coordinates, right-click on Google Maps and choose "What's here?". The coords will show up at the bottom.
coordinates = {latitude = "37.4275", longitude = "-122.1697"}
coordinates = {latitude = "1.294412", longitude = "103.774096"}

# Directions for visitors to locate you.
directions = "Enter Building 1 and take the stairs to Office 200 on Floor 2"
directions = "COM2-03-41"

# Office hours
# A list of your office hours. To remove, set to an empty list `[]`.
office_hours = ["Monday 10:00 to 13:00", "Wednesday 09:00 to 10:00"]
office_hours = "Please consult [my calendar](https://calendar.google.com/calendar/embed?src=meel%40comp.nus.edu.sg) before suggesting a meeting time."
# office_hours = ["Monday 10:00 to 13:00", "Wednesday 09:00 to 10:00"]

# Enter an optional link for booking appointments (e.g. calendly.com).
appointment_url = "https://calendly.com"
# appointment_url = "Computer Science Department, School of Computing National University of Singapore, http://www.comp.nus.edu.sg/"

# Contact links
# Set to `[]` to disable, or comment out unwanted lines with a hash `#`.
contact_links = [
{icon = "twitter", icon_pack = "fab", name = "DM Me", link = "https://twitter.com/Twitter"},
{icon = "skype", icon_pack = "fab", name = "Skype Me", link = "skype:echo123?call"},
{icon = "keybase", icon_pack = "fab", name = "Chat on Keybase", link = "https://keybase.io/"},
{icon = "comments", icon_pack = "fas", name = "Discuss on Forum", link = "https://discourse.gohugo.io"},
#{icon = "twitter", icon_pack = "fab", name = "DM Me", link = "https://twitter.com/Twitter"},
#{icon = "github", icon_pack = "fab", name = "Kuldeep Meel", link = "https://github.com/meelgroup"},
#{icon = "envelope", icon_pack = "fas", name = "Kuldeep Meel", link = "mailto:meel@comp.nus.edu.sg"},
{icon = "google-scholar", icon_pack = "ai", name = "Kuldeep Meel", link = "https://scholar.google.com/citations?user=bvW5Hs8AAAAJ&hl=en"},
# {icon = "telegram", icon_pack = "fab", name = "Telegram Me", link = "https://telegram.me/@Telegram"},
]

Expand Down Expand Up @@ -140,7 +141,7 @@ address_format = "en-us"
############################

# Main menu alignment (l = left, c = center, r = right) and logo options.
main_menu = {align = "l", show_logo = true}
main_menu = {align = "r", show_logo = true}

# Show estimated reading time for posts? (true/false)
reading_time = true
Expand Down
71 changes: 71 additions & 0 deletions content/authors/aditya-shrotri/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
---
# Display name
title: Aditya Shrotri
homepage: https://www.cs.rice.edu/~as128/

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

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

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

# Role/position
# role: Professor of Artificial Intelligence

# Organizations/Affiliations
organizations:
- name: Rice
# 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://sourcethemes.com/academic/docs/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: http://www.comp.nus.edu.sg/~meel/
# - 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: ""
---
3 changes: 1 addition & 2 deletions content/authors/admin/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@ 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:
- Researchers
- Visitors
- Administration
---

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.
Expand Down
71 changes: 71 additions & 0 deletions content/authors/alex/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
---
# Display name
title: Alexandru Dinu
homepage: https://github.com/alexandru-dinu/

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

# 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 Interns

# 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://sourcethemes.com/academic/docs/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: http://www.comp.nus.edu.sg/~meel/
# - 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: ""
---
Binary file added content/authors/alex/avatar.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
71 changes: 71 additions & 0 deletions content/authors/alexis/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
---
# Display name
title: Alexis de Colnet
homepage:

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

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

# 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://sourcethemes.com/academic/docs/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: http://www.comp.nus.edu.sg/~meel/
# - 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: ""
---
Binary file added content/authors/alexis/avatar.jpg
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 713699f

Please sign in to comment.