feat: migration vers template academic-homepage original
Build and Deploy Jekyll / deploy (push) Successful in 42s
Build and Deploy Jekyll / deploy (push) Successful in 42s
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
"Your Name":
|
||||
bold: true
|
||||
|
||||
"Robert White":
|
||||
url: https://www.google.com/?q=Robert+White
|
||||
|
||||
"Charles Green (MIT)":
|
||||
name: Charles Green
|
||||
url: https://www.google.com/?q=Charles+Green+MIT
|
||||
|
||||
"Charles Green (Stanford)":
|
||||
name: Charles Green
|
||||
url: https://www.google.com/?q=Charles+Green+Stanford
|
||||
|
||||
"Garrett Harris":
|
||||
url: https://www.google.com/?q=Garrett+Harris
|
||||
|
||||
"James Wang":
|
||||
url: https://www.google.com/?q=James+Wang
|
||||
|
||||
"John Doe":
|
||||
url: https://www.google.com/?q=John+Doe
|
||||
@@ -0,0 +1,10 @@
|
||||
homepage:
|
||||
show_experience: true
|
||||
show_news: true
|
||||
show_selected_publications: true
|
||||
num_news: 10
|
||||
|
||||
# Feel free to replace the footer text if you would like to, but I will greatly appreciate it
|
||||
# if you keep the link to the template so that more people can benefit from it. Thanks!
|
||||
footer_text: >-
|
||||
<a href="https://github.com/luost26/academic-homepage" target="_blank"><i class="fas fa-pencil-ruler"></i> academic-homepage</a>
|
||||
+13
-9
@@ -1,9 +1,13 @@
|
||||
- title: "Accueil"
|
||||
url: "/"
|
||||
- title: "Publications"
|
||||
url: "/publications"
|
||||
- title: "Projets"
|
||||
url: "/showcase"
|
||||
- title: "Blog"
|
||||
url: "https://blog.alocoq.fr"
|
||||
external: true
|
||||
pages:
|
||||
# NOTE: `name` field must match the `navbar_title` field in the page's front matter to ensure the correct page is highlighted in the navbar.
|
||||
# For example, the `navbar_title` field in `showcase.html` is "Showcase" and the `name` field here should also be "Showcase"
|
||||
- name: Home
|
||||
url: /
|
||||
- name: Home (Layout 2)
|
||||
url: /index_layout2
|
||||
- name: Publications
|
||||
url: /publications
|
||||
- name: Blog
|
||||
url: /blog
|
||||
- name: Showcase
|
||||
url: /showcase
|
||||
|
||||
+58
-13
@@ -1,16 +1,61 @@
|
||||
bio: >
|
||||
Je suis physicien passionné par l'électronique et l'informatique.
|
||||
Mes travaux portent sur [ton domaine de recherche].
|
||||
primary_name: "Your Name"
|
||||
secondary_name: ""
|
||||
navbar_name: "Your Name"
|
||||
|
||||
interests:
|
||||
- Physique expérimentale
|
||||
- Électronique
|
||||
- Informatique embarquée
|
||||
positions:
|
||||
- name: Title or Position
|
||||
- name: Affiliation Name
|
||||
logo: /assets/images/badges/MIT_Social_circle.png # Logo is optional
|
||||
|
||||
|
||||
email: "your@email.com"
|
||||
# cv_link: link-to-your-cv-file
|
||||
gscholar: xFmQpf4AAAAJ # This is an example, replace it with your own Google Scholar ID
|
||||
github: your_github_id
|
||||
twitter: your_twitter_id # Do not include the '@' symbol
|
||||
# wechat_qrcode: /assets/images/etc/wechat.jpg
|
||||
# wechat_prompt: >-
|
||||
# Please tell me your <strong>name</strong> and <strong>affiliation</strong> (current or past) when adding my wechat. Thanks!
|
||||
# linkedin: your-linked-in-id
|
||||
# orcid: 0000-0000-0000-0000
|
||||
|
||||
short_bio_text_justify: false
|
||||
short_bio: >-
|
||||
<p>
|
||||
A <a href="https://en.wikipedia.org/wiki/Bicolor_cat" target="_blank">bicolor cat</a> is a cat with white fur combined with fur of some other colour, for example solid black, tabby, or colourpointed.
|
||||
</p>
|
||||
<p>
|
||||
There are various patterns of a bicolour cat. These range from the Van-patterned (colour on the crown of the head
|
||||
and the tail only) to a solid colour with a throat locket or medallion. Bicolour coats are found in many cat breeds,
|
||||
as well as being common in domestic longhair and domestic shorthair cats.
|
||||
</p>
|
||||
|
||||
portrait_url: /assets/images/photos/portrait.jpg
|
||||
portrait_caption: >-
|
||||
Photo by Manja Vitolic on Unsplash (this caption is optional, comment it out to disable).
|
||||
|
||||
education:
|
||||
- degree: "PhD en Physique"
|
||||
institution: "Université de ..."
|
||||
year: "2020 – présent"
|
||||
- degree: "Master de Physique"
|
||||
institution: "Université de ..."
|
||||
year: "2018 – 2020"
|
||||
- name: Massachusetts Institute of Technology
|
||||
logo: /assets/images/badges/MIT_Social_circle.png
|
||||
position: >-
|
||||
Department of Electrical Engineering and Computer Science <br/>
|
||||
Ph.D. Student
|
||||
date: Sep. 2024 - present
|
||||
- name: Peking University
|
||||
logo: /assets/images/badges/PKU_red.png
|
||||
position: B.S. in Computer Science
|
||||
date: Sep. 2019 - Jul. 2021
|
||||
|
||||
# experience:
|
||||
# - name: Peking University
|
||||
# logo: /assets/images/badges/PKU_red.png
|
||||
# position: Research Intern
|
||||
# date: Sep. 2019 - Jul. 2021
|
||||
|
||||
awards:
|
||||
- name: Award Name 2
|
||||
date: 2024
|
||||
- name: Award Name 1
|
||||
date: 2021
|
||||
- name: A quick brown fox jumps over the lazy dog and runs away award
|
||||
date: 2021
|
||||
|
||||
Reference in New Issue
Block a user