Skip to content

Commit

Permalink
try to fix error related to prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
DawnweiSong committed Nov 23, 2024
1 parent e58142e commit 117be97
Show file tree
Hide file tree
Showing 8 changed files with 200 additions and 28 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ group :jekyll_plugins do
gem 'jemoji'
gem 'unicode_utils'
gem 'webrick'
gem 'jekyll-diagrams'
end
group :other_plugins do
gem 'css_parser'
Expand Down
53 changes: 30 additions & 23 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,24 @@
# Site settings
# -----------------------------------------------------------------------------

title: Robustness Research # the website title (if blank, full name will be used instead)
title: Robust # the website title (if blank, full name will be used instead)
first_name: Xiaowei
middle_name:
last_name: Song
email: [email protected]
description: > # the ">" symbol means to ignore newlines until "footer_text:"
Research on robust machine learning with Big data on healthcare, MRI and cryoET/cryoEM
Research on robust machine learning methods with Big data on healthcare, MRI and cryoET/cryoEM
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
Powered by <a href="https://jekyllrb.com/" target="_blank">Jekyll</a> | <a href="https://github.com/alshedivat/al-folio">al-folio</a>.
# 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: robust, big data, MRI, cryoET, cryoEM, healthcare # add your own keywords or leave empty
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/)

url: https://dawnsong.github.io # the base hostname & protocol for your site
baseurl: # the subpath of your site, e.g. /blog/. Leave blank for root
last_updated: false # set to true if you want to display last updated in the footer
last_updated: true #false # 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
back_to_top: true # set to false to disable the back to top button

Expand Down Expand Up @@ -48,7 +48,7 @@ rss_icon: true
# -----------------------------------------------------------------------------

navbar_fixed: true
footer_fixed: true
footer_fixed: false
search_enabled: true
socials_in_search: true
bib_search: true
Expand All @@ -74,13 +74,13 @@ og_image: # The site-wide (default for all links) Open Graph preview image
acm_id: # your dl.acm.org/profile/id
blogger_url: # your blogger URL
bluesky_url: # your bluesky URL
dblp_url: https://dblp.org/pid/15/2546-2.html # your DBLP profile url
dblp_url: # https://dblp.org/pid/15/2546-2.html # your DBLP profile url
discord_id: # your discord id (18-digit unique numerical identifier)
facebook_id: # your facebook id
flickr_id: # your flickr id
github_username: dawnsong # your GitHub user name
gitlab_username: # your GitLab user name
ieee_id: 37086384715 # your ieeexplore.ieee.org/author/id
ieee_id: # 37086384715 # your ieeexplore.ieee.org/author/id
inspirehep_id: #1010907 # Inspire HEP author ID
instagram_id: # your instagram id
kaggle_id: # your kaggle id
Expand All @@ -90,7 +90,7 @@ lattes_id: # your ID on Lattes (Brazilian Lattes CV)
linkedin_username: # your LinkedIn user name
mastodon_username: # your mastodon instance+username in the format instance.tld/@username
medium_username: # your Medium username
orcid_id: 0000-0001-9694-6594 # your ORCID ID
orcid_id: # 0000-0001-9694-6594 # your ORCID ID
osf_id: # your OSF ID
pinterest_id: # your pinterest id
publons_id: # your ID on Publons
Expand All @@ -108,11 +108,11 @@ whatsapp_number: # your WhatsApp number (full phone number in international form
wikidata_id: # your wikidata id
wikipedia_id: # your wikipedia id (Case sensitive)
work_url: # work page URL
x_username: # your X handle
x_username: dawnsongx # your X handle
youtube_id: # your youtube channel id (youtube.com/@<youtube_id>)
zotero_username: # your zotero username

#contact_note: >
contact_note: >
# You can even add a little note about which of these is the best way to reach you.

# -----------------------------------------------------------------------------
Expand Down Expand Up @@ -272,6 +272,7 @@ plugins:
- jekyll-toc
- jekyll-twitter-plugin
- jemoji
- jekyll-diagrams

# Sitemap settings
defaults:
Expand All @@ -286,7 +287,6 @@ sass:
# -----------------------------------------------------------------------------
# Jekyll Minifier
# -----------------------------------------------------------------------------

jekyll-minifier:
exclude: ["robots.txt", "assets/js/search/*.js", "assets/libs/**/*"]
uglifier_args:
Expand All @@ -295,7 +295,6 @@ jekyll-minifier:
# -----------------------------------------------------------------------------
# Jekyll Archives
# -----------------------------------------------------------------------------

jekyll-archives:
enabled: [year, tags, categories] # enables year, tag and category archives (remove if you need to disable one of them).
layouts:
Expand All @@ -313,7 +312,6 @@ display_categories: ["external-services"] # these categories will be displayed o
# -----------------------------------------------------------------------------
# Jekyll Scholar
# -----------------------------------------------------------------------------

scholar:
last_name: [Song] #[Einstein]
first_name: [Xiaowei] #[Albert, A.]
Expand Down Expand Up @@ -384,7 +382,6 @@ enable_publication_thumbnails: true
# -----------------------------------------------------------------------------
# Jekyll Link Attributes
# -----------------------------------------------------------------------------

# These are the defaults
external_links:
enabled: true
Expand All @@ -395,7 +392,6 @@ external_links:
# -----------------------------------------------------------------------------
# Responsive WebP Images
# -----------------------------------------------------------------------------

# MAKE SURE imagemagick is installed and on your PATH before enabling imagemagick. In a terminal, run:
# convert -version
imagemagick:
Expand Down Expand Up @@ -423,11 +419,24 @@ imagemagick:
# See https://web.dev/browser-level-image-lazy-loading/ for more information.
lazy_loading_images: true # enables lazy loading of images (recommended)

# -----------------------------------------------------------------------------
# Jekyll Diagrams
# -----------------------------------------------------------------------------
# configuration, see https://github.com/zhustec/jekyll-diagrams
jekyll-diagrams:
graphviz:
# configurations for graphviz
blockdiag:
# configurations for blockdiag
syntrax:
# configurations for syntrax
# and so on

# -----------------------------------------------------------------------------
# Optional Features
# -----------------------------------------------------------------------------

enable_google_analytics: false # enables google analytics
enable_google_analytics: true # enables google analytics
enable_cronitor_analytics: false # enables cronitor RUM analytics
enable_pirsch_analytics: false # enables Pirsch analytics (https://pirsch.io/)
enable_openpanel_analytics: false # enables Openpanel analytics (https://openpanel.dev/)
Expand All @@ -441,12 +450,11 @@ enable_navbar_social: false # enables displaying social links in the navbar on t
enable_project_categories: true # enables categorization of projects into multiple categories
enable_medium_zoom: true # enables image zoom feature (as on medium.com)
enable_progressbar: true # enables a horizontal progress bar linked to the vertical scroll position
enable_video_embedding: false # enables video embedding for bibtex entries. If false, the button opens the video link in a new window.
enable_video_embedding: true #false # enables video embedding for bibtex entries. If false, the button opens the video link in a new window.

# -----------------------------------------------------------------------------
# Library versions
# -----------------------------------------------------------------------------

# Add the url, version and integrity hash of the libraries you use in your site.
# The integrity hash is used to ensure that the library is not tampered with.
# Integrity hashes not provided by the libraries were generated using https://www.srihash.org/
Expand Down Expand Up @@ -633,10 +641,9 @@ third_party_libraries:
# -----------------------------------------------------------------------------
# Get external JSON data
# -----------------------------------------------------------------------------

jekyll_get_json:
- data: resume
json: assets/json/resume.json # it can also be an url
json: assets/json/resume__Xiaowei_Song.json # it can also be an url
jsonresume:
- basics
- work
Expand Down
4 changes: 2 additions & 2 deletions _includes/footer.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<a href="{{ site.url }}{{ site.baseurl }}{{ site.impressum_path }}">Impressum</a>.
{% endif %}
{% if site.last_updated %}
Last updated: {{ 'now' | date: '%B %d, %Y' }}.
Updated: {{ 'now' | date: '%B %d, %Y' }}.
{% endif %}
</div>
</footer>
Expand All @@ -28,7 +28,7 @@
<a href="{{ site.url }}{{ site.baseurl }}{{ site.impressum_path }}">Impressum</a>.
{% endif %}
{% if site.last_updated %}
Last updated: {{ 'now' | date: '%B %d, %Y' }}.
Updated: {{ 'now' | date: '%B %d, %Y' }}.
{% endif %}
</div>
</footer>
Expand Down
3 changes: 2 additions & 1 deletion _pages/cv.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ title: cv
nav: true
nav_order: 5
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.
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.
toc:
sidebar: left
---
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: 6
---

Expand Down
File renamed without changes.
163 changes: 163 additions & 0 deletions assets/json/resume__Xiaowei_Song.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,163 @@
{
"basics": {
"name": "Xiaowei Song",
"label": "Engineer/Researcher",
"image": "",
"email": "[email protected]",
"phone": "",
"url": "https://dawnsong.github.io/cv/",
"summary": "An engineer/researcher focusing on solving problems, both scientific/theoretic and realistic on big data, MRI, cryoEM/cryoET, and healthcare.",
"location": {
"address": "Bayview Blvd",
"postalCode": "MD 21224",
"city": "Baltmore",
"countryCode": "US",
"region": "Maryland"
},
"profiles": [
{"network": "Twitter",
"username": "dawnsongx",
"url": "https://twitter.com/dawnsongx"
},
]
},
"work": [
{"name": "GDIT",
"position": "Data analyst, Senior",
"url": "",
"startDate": "2022-06-01",
"endDate": "2032-06-01",
"summary": "Analyze and model health-care data in a data-driven way, especially on HCPCS, ICD-10-CM codes..., in PIMAS (Program Integrity Modeling & Analytic Services).",
"highlights": ["Robustness"]
},
],
"volunteer": [
{,"organization": "NIDA, NIH",
"location": "Baltimore, MD",
"position": "Neuroimaging researcher",
"url": "",
"startDate": "2013-01-01",
"endDate": "2025-03-01",
"summary": "Robust methods application on neuroimaging big human data, as well as small monkey data",
"highlights": ["", ""]
},
],
"education": [
{ "institution": "Beijing normal University, China",
"location": "Beijing city, China",
"url": "https://www.bnu.edu.cn/",
"area": "Computer science",
"studyType": "Engineer master",
"startDate": "2006-09-01",
"endDate": "2009-07-01",
"score": "A",
"courses": ["Pattern recognition", "ANOVA", "Chaos, non-linear analysis", "Human Brain anatomy and functions" ]
},
{,"institution": "Zhengzhou University, China",
"location": "Zhengzhou city, Henan province, China",
"url": "https://www.zzu.edu.cn/",
"area": "Automation",
"studyType": "Engineer bachelor",
"startDate": "1999-09-01",
"endDate": "2003-07-01",
"score": "A",
"courses": ["Linear algebra", "Calculus", "Analysis", "Complex Function Analysis", "Statistics", "Mechanical design", "Electronics", "Classical control theory", "Mordern control theory", "Electrical Motor theory & design", "Electrical Motor powered machinary design", "Electrical magnetic analysis", "DCS: distributed control systems", "PLC: programable logical controllers"]
}
],

"certificates": [
{
"name": "Machine Learning",
"date": "2018-01-01",
"issuer": "Stanford University",
"url": "https://example.com",
"icon": "fa-solid fa-location-dot"
},
],
"publications": [
{
"name": "Zur Elektrody/namik bewegter Körper",
"publisher": "Annalen der Physik",
"releaseDate": "1905-06-30",
"url": "https://en.wikisource.org/wiki/Translation:On_the_Electrodynamics_of_Moving_Bodies",
"summary": "It concerned an interpretation of the Michelson–Morley experiment and the properties of light and time. Special relativity incorporates the principle that the speed of light is the same for all inertial observers regardless of the state of motion of the source."
},
{
"name": "Über einen die Erzeugung und Verwandlung des Lichtes betreffenden heuristischen Gesichtspunkt",
"publisher": "Annalen der Physik",
"releaseDate": "1905-03-18",
"url": "https://de.wikisource.org/wiki/Über_einen_die_Erzeugung_und_Verwandlung_des_Lichtes_betreffenden_heuristischen_Gesichtspunkt",
"summary": "In the second paper, he applied the quantum theory to light to explain the photoelectric effect. In particular, he used the idea of light quanta (photons) to explain experimental results, but stressed the importance of the experimental results. The importance of his work on the photoelectric effect earned him the Nobel Prize in Physics in 1921."
},
{
"name": "Die Grundlage der allgemeinen Relativitätstheorie",
"publisher": "Annalen der Physik",
"releaseDate": "1916-03-20",
"url": "https://de.wikisource.org/wiki/Die_Grundlage_der_allgemeinen_Relativitätstheorie",
"summary": "The publication of the theory of general relativity made him internationally famous. He was professor of physics at the universities of Zurich (1909–1911) and Prague (1911–1912), before he returned to ETH Zurich (1912–1914)."
}
],
"skills": [
{
"name": "Physics",
"level": "Master",
"icon": "fa-solid fa-hashtag",
"keywords": [
"Quantum Mechanics",
"Quantum Computing",
"Quantum Information",
"Quantum Cryptography",
"Quantum Communication",
"Quantum Teleportation"
]
}
],
"languages": [
{
"language": "Chinese",
"fluency": "Native speaker",
"icon": ""
},
{
"language": "English",
"fluency": "Fluent",
"icon": ""
}
],
"interests": [
{
"name": "Physics",
"icon": "fa-solid fa-tag",
"keywords": [
"Quantum Mechanics",
"Quantum Computing",
"Quantum Information",
"Quantum Cryptography",
"Quantum Communication",
"Quantum Teleportation"
]
}
],
"references": [
{
"name": "Professor John Doe",
"icon": "fa-solid fa-laptop",
"reference": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam condimentum, diam quis convallis euismod, arcu mi ullamcorper lorem, a vestibulum nunc magna at sem. Sed in risus ac felis varius blandit. D"
},
{
"name": "Professor John Doe",
"icon": "fa-solid fa-thumbtack",
"reference": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam condimentum, diam quis convallis euismod, arcu mi ullamcorper lorem, a vestibulum nunc magna at sem. Sed in risus ac felis varius blandit. D"
}
],
"projects": [
{
"name": "Quantum Computing",
"summary": "Quantum computing is the use of quantum-mechanical phenomena such as superposition and entanglement to perform computation. Computers that perform quantum computations are known as quantum computers.",
"highlights": ["Quantum Teleportation", "Quantum Cryptography"],
"startDate": "2018-01-01",
"endDate": "2018-01-01",
"url": "https://example.com"
}
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"devDependencies": {
"@shopify/prettier-plugin-liquid": "1.4.0",
"prettier": "3.1.1"
"prettier": "^3.1.1"
}
}

0 comments on commit 117be97

Please sign in to comment.