Skip to content

Commit

Permalink
ready to release
Browse files Browse the repository at this point in the history
  • Loading branch information
aduverger committed Sep 5, 2024
1 parent eb493bb commit 73035d6
Show file tree
Hide file tree
Showing 135 changed files with 19,532 additions and 4,554 deletions.
Binary file added .DS_Store
Binary file not shown.
Binary file added assets/.DS_Store
Binary file not shown.
10 changes: 10 additions & 0 deletions assets/css/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
.justify-text {
text-align: justify;
}

.full-width-text {
width: 100%;
max-width: 100%;
margin: 0;
padding: 0;
}
Binary file added assets/media/.DS_Store
Binary file not shown.
Binary file modified assets/media/daikon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
60 changes: 60 additions & 0 deletions assets/media/daikon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/media/daikon_white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/media/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/media/icons/.DS_Store
Binary file not shown.
Binary file removed assets/media/testimonial-1.jpg
Binary file not shown.
16 changes: 4 additions & 12 deletions config/_default/languages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,9 @@
en:
languageCode: en-us
# Uncomment for multi-lingual sites, and move English content into `en` sub-folder.
#contentDir: content/en
contentDir: content/en

# Uncomment the lines below to configure your website in a second language.
#zh:
# languageCode: zh-Hans
# contentDir: content/zh
# title: Chinese website title...
# params:
# description: Site description in Chinese...
# menu:
# main:
# - name: 传
# url: '#about'
# weight: 1
fr:
languageCode: fr-fr
contentDir: content/fr
23 changes: 23 additions & 0 deletions config/_default/menus.fr.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Navigation Links
# To link a page section, specify the URL as a hash `/#` followed by the `id` of the section.
# The `weight` parameter defines the order that the links will appear in.

main:
- name: Accueil
url: /#top
weight: 10
- name: Manifeste
url: /#manifest
weight: 20
- name: Solutions
url: /#solutions
weight: 30
- name: Services
url: /#Services
weight: 40
# - name: Ressources
# weight: 50
# hasChildren: true
# - parent: Ressources
# name: Blog
# url: blog/
12 changes: 6 additions & 6 deletions config/_default/menus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ main:
- name: Services
url: /#Services
weight: 40
- name: Resources
weight: 50
hasChildren: true
- parent: Resources
name: Blog
url: blog/
# - name: Resources
# weight: 50
# hasChildren: true
# - parent: Resources
# name: Blog
# url: blog/
12 changes: 6 additions & 6 deletions config/_default/params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ marketing:
site_type: Person
local_business_type: ''
org_name: ''
description: 'A highly-customizable Hugo landing page theme powered by Hugo Blox website builder.'
description: ''
twitter: 'GetResearchDev'
analytics:
google_analytics: ''
Expand All @@ -34,13 +34,13 @@ header:
align: "center"
fixed_to_top: true
logo:
text: ""
text: "daikon"
# Logo filename in `assets/media/` folder
filename: "daikon.png"
filename: "daikon.svg"
button:
enable: true
text: "Get Started"
url: "https://hugoblox.com/templates/"
enable: false
text: "Let's talk!"
url: "/#contact"
show_search: true
show_theme_chooser: true

Expand Down
30 changes: 1 addition & 29 deletions content/authors/admin/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,41 +16,13 @@ superuser: true
# Role/position/tagline
role: Founder @ daikon

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

# Social Networking
# Need to use another icon? Simply download the SVG icon to your `assets/media/icons/` folder.
profiles:
- icon: at-symbol
url: 'mailto:[email protected]'
label: E-mail Me
- icon: brands/x
url: https://twitter.com/GetResearchDev
- icon: brands/instagram
url: https://www.instagram.com/
- icon: brands/linkedin
url: https://www.linkedin.com/
# Link to a PDF of your resume/CV - upload it to `static/uploads/resume.pdf`
- icon: academicons/cv
url: uploads/resume.pdf
label: Download my resume
- icon: rss
url: ./post/index.xml
label: Subscribe to my blog via RSS feed
url: https://www.linkedin.com/in/alexandre-duverger/

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

# Author's website URL
website: ""
---

Chien Shiung Wu is a professor of artificial intelligence at the Stanford AI Lab. Her research interests include
distributed robotics, mobile computing and programmable matter. She leads the Robotic Neurobiology group, which develops
self-reconfiguring robots, systems of self-organizing robots, and mobile sensor networks.
Binary file removed content/authors/admin/avatar.jpg
Binary file not shown.
Loading

0 comments on commit 73035d6

Please sign in to comment.