Skip to content

Commit

Permalink
add resume and close some area
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasimyn committed Mar 6, 2024
1 parent b5f05a9 commit ff389f1
Show file tree
Hide file tree
Showing 9 changed files with 37 additions and 37 deletions.
4 changes: 4 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

54 changes: 25 additions & 29 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,15 @@ middle_name:
last_name: Deng
email: [email protected]
description: > # the ">" symbol means to ignore newlines until "footer_text:"
A simple, whitespace theme for academics. Based on [*folio](https://github.com/bogoli/-folio) design.
footer_text: >
Powered by <a href="https://jekyllrb.com/" target="_blank">Jekyll</a> with <a href="https://github.com/alshedivat/al-folio">al-folio</a> theme.
Hosted by <a href="https://pages.github.com/" target="_blank">GitHub Pages</a>.
Photos from <a href="https://unsplash.com" target="_blank">Unsplash</a>.
keywords: jekyll, jekyll-theme, academic-website, portfolio-website # add your own keywords or leave empty
keywords: Computer vision, Image fusion, restoration, Image enhancement, Target recognition, Target detection

lang: en # the language of your site (for example: en, fr, cn, ru, etc.)
icon: # the emoji used as the favicon (alternatively, provide image name in /assets/img/)
icon: 😶‍🌫# the emoji used as the favicon (alternatively, provide image name in /assets/img/)

url: https://Jasimyn.github.io # the base hostname & protocol for your site
baseurl: # the subpath of your site, e.g. /blog/
last_updated: false # set to true if you want to display last updated in the footer
last_updated: true # set to true if you want to display last updated in the footer
impressum_path: # set to path to include impressum link in the footer, use the same path as permalink in a page, helps to conform with EU GDPR

# -----------------------------------------------------------------------------
Expand Down Expand Up @@ -71,7 +67,7 @@ og_image: # The site-wide (default for all links) Open Graph preview image
# Social integration
# -----------------------------------------------------------------------------

github_username: # your GitHub user name
github_username: Jasimyn # your GitHub user name
gitlab_username: # your GitLab user name
twitter_username: # your Twitter handle
mastodon_username: # your mastodon instance+username in the format instance.tld/@username
Expand Down Expand Up @@ -123,7 +119,7 @@ bing_site_verification: # out your bing-site-verification ID (Bing Webmaster)
# Blog
# -----------------------------------------------------------------------------

blog_name: al-folio # blog_name will be displayed in your blog page
blog_name: Yawen # blog_name will be displayed in your blog page
blog_nav_title: blog # your blog must have a title for it to be displayed in the nav bar
blog_description: a simple whitespace theme for academics
permalink: /blog/:year/:title/
Expand Down Expand Up @@ -274,8 +270,8 @@ display_categories: ['blockquotes'] # these categories will be displayed on the

scholar:

last_name: [Einstein]
first_name: [Albert, A.]
last_name: [Deng]
first_name: [Yawen]

style: apa
locale: en
Expand All @@ -300,8 +296,8 @@ scholar:
group_order: descending

badges: # Display different badges for your publications
altmetric_badge: true # Altmetric badge (https://www.altmetric.com/products/altmetric-badges/)
dimensions_badge: true # Dimensions badge (https://badge.dimensions.ai/)
altmetric_badge: false # Altmetric badge (https://www.altmetric.com/products/altmetric-badges/)
dimensions_badge: false # Dimensions badge (https://badge.dimensions.ai/)

# Filter out certain bibtex entry keywords used internally from the bib output
filtered_bibtex_keywords: [abbr, abstract, arxiv, bibtex_show, html, pdf, selected, supp, blog, code, poster, slides, website, preview, altmetric]
Expand Down Expand Up @@ -410,19 +406,19 @@ medium_zoom:
# Get external JSON data
# -----------------------------------------------------------------------------

jekyll_get_json:
- data: resume
json: assets/json/resume.json # it can also be an url
jsonresume:
- basics
- work
- education
- publications
- projects
- volunteer
- awards
- certificates
- skills
- languages
- interests
- references
# jekyll_get_json:
# - data: resume
# json: assets/json/resume.json # it can also be an url
# jsonresume:
# - basics
# - work
# - education
# - publications
# - projects
# - volunteer
# - awards
# - certificates
# - skills
# - languages
# - interests
# - references
4 changes: 2 additions & 2 deletions _pages/cv.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ permalink: /cv/
title: cv
nav: true
nav_order: 4
cv_pdf: example_pdf.pdf
description: This is a description of the page. You can modify it in 'pages/_cv.md'. You can also change or remove the top pdf download button.
cv_pdf: Dengyawen_CV_ch.pdf
description: Hi, I am a highly motivated and enthusiastic optical engineering researcher. My work is at the intersection of optics and computer vision. My research interests are AIGC, multimodal large models, and computer vision tasks.
---
4 changes: 2 additions & 2 deletions _pages/dropdown.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
layout: page
title: submenus
nav: true
nav: false
nav_order: 6
dropdown: true
dropdown: false
children:
- title: publications
permalink: /publications/
Expand Down
2 changes: 1 addition & 1 deletion _pages/projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: page
title: projects
permalink: /projects/
description: A growing collection of your cool projects.
nav: true
nav: false
nav_order: 2
display_categories: [work, fun]
horizontal: false
Expand Down
2 changes: 1 addition & 1 deletion _pages/publications.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: page
permalink: /publications/
title: publications
description: publications by categories in reversed chronological order. generated by jekyll-scholar.
nav: true
nav: false
nav_order: 1
---
<!-- _pages/publications.md -->
Expand Down
2 changes: 1 addition & 1 deletion _pages/repositories.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: page
permalink: /repositories/
title: repositories
description: Edit the `_data/repositories.yml` and change the `github_users` and `github_repos` lists to include your own GitHub profile and repositories.
nav: true
nav: false
nav_order: 3
---

Expand Down
2 changes: 1 addition & 1 deletion _pages/teaching.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: page
permalink: /teaching/
title: teaching
description: Materials for courses you taught. Replace this text with your description.
nav: true
nav: false
nav_order: 5
---

Expand Down
Binary file added assets/pdf/Dengyawen_CV_ch.pdf
Binary file not shown.

0 comments on commit ff389f1

Please sign in to comment.