Skip to content

Commit

Permalink
include my music player
Browse files Browse the repository at this point in the history
  • Loading branch information
DawnweiSong committed Nov 24, 2024
1 parent 5d84731 commit d3dd250
Show file tree
Hide file tree
Showing 21 changed files with 14,303 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,8 @@ vendor
.idea
*.lock*
*.bak
*.mp3
*.m4a
*.log
*.LOG
*.404
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ description: > # the ">" symbol means to ignore newlines until "footer_text:"
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> | <a href="https://github.com/alshedivat/al-folio">al-folio</a>.
<div id="xplayer"></div><script type="text/javascript" src="/hifini/xplayer.js"></script>
# 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
Expand Down
6 changes: 6 additions & 0 deletions _includes/head.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -147,3 +147,9 @@
{% if page.tikzjax %}
<link defer rel="stylesheet" type="text/css" href="https://tikzjax.com/v1/fonts.css">
{% endif %}

<!-- xplayer/aplayer -->
<link rel="stylesheet" href="/assets/node_modules/aplayer/dist/xAPlayer.min.css">
<script src="/assets/node_modules/aplayer/dist/APlayer.min.js"></script>
<script src="/assets/node_modules/js-cookie/dist/js.cookie.min.js"></script>
<script src="/hifini/xhifini.js"></script>
6 changes: 2 additions & 4 deletions _pages/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ profile:
align: right
image: Xiaowei-nida-rhesus-anat-cartoon-70ppi.png
image_circular: false # crops the image to make it circular
more_info: >
<p>555 your office number</p>
<p>123 your address street</p>
<p>Your City, State 12345</p>
more_info: >
<p>Ellicott City, MD 21042</p>
news: true # includes a list of news items
selected_papers: true # includes a list of papers marked as "selected={true}"
Expand Down
2 changes: 1 addition & 1 deletion _pages/cv.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: cv
nav: true
nav_order: 5
cv_pdf: example_pdf.pdf
description: Real-problems sovling experience, including scientific papers and softwares.
description: Real-problems sovling, publishing scientific papers and softwares.
toc:
sidebar: left
---
12 changes: 12 additions & 0 deletions assets/js/xiaowei4osm.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
// L.control.attribution.addAttribution('GDIT')
window.addEventListener('load', attrGDIT)
function attrGDIT(){
var attrDiv=document.getElementsByClassName( 'leaflet-control-attribution' )[0];
// if(attrDiv){
var gdit= document.createElement('a');
// gdit.innerHTML=' | <a href="gdit.com">GDIT</a>' ;
gdit.text=' | Xiaowei'
gdit.href='https://dawnsong.github.io/'
attrDiv.appendChild(gdit);
// }
}
3 changes: 3 additions & 0 deletions assets/xNote
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
20240917
Except images folder, all other files are generated with:
npm install aplayer --save
15 changes: 15 additions & 0 deletions hifini/browser.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[chrome]
driverPath=d:\debug\ChromeDriver\chromedriver.exe
chromePath=d:\debug\chrome-win64\chrome.exe #"C:\Program Files\Google\Chrome\Application\chrome.exe"
[[bool]]
remote-debugging-pipe=1
disable-gpu=1
[[keyValues]]
log-level=3
[[arguments]]
user-data-dir=d:\debug\chromedriver\xChromeData
carsh-dumps-dir=d:\debug\chromedriver\xChromeCrashDump
chromium-arg='--log-level=3,--no-first-run,--no-service-autorun,--lang=en-US,--disable-features="OptimizationHintsFetching,Translate,OptimizationTargetPrediction,DownloadBubble,DownloadBubbleV2", --disable-dev-shm-usage,--disable-application-cache,--disable-browser-side-navigation,--disable-save-password-bubble,--disable-single-click-autofill,--allow-file-access-from-files,--disable-prompt-on-repost,--dns-prefetch-disable,--disable-translate ,--disable-renderer-backgrounding,--disable-backgrounding-occluded-windows,--ash-no-nudges,--deny-permission-prompts,--disable-popup-blocking,--remote-debugging-host=127.0.0.1,--remote-debugging-port=9222,--no-default-browser-check,--password-store=basic,--flag-switches-begin,--flag-switches-end'
# proxy-server = 'http://50.223.246.226:80'
# proxy-server='sock5:' # 'https://13.56.163.250:3128'
# user-agent='XW Friendly bot 20240104' ; user-agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36'
11 changes: 11 additions & 0 deletions hifini/browser2.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[chrome]
driverPath=d:\debug\chromedriver\chromedriver.exe
chromePath=d:\debug\chrome-win64\chrome.exe
[[bool]]
remote-debugging-pipe=1
disable-gpu=1
[[keyValues]]
log-level=3
[[arguments]]
user-data-dir=d:\debug\chromedriver\xChromeData2
carsh-dumps-dir=d:\debug\chromedriver\xChromeCrashDump2
5 changes: 5 additions & 0 deletions hifini/config.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[default]
#5 minutes
Timeout=30
Overwrite=0
Maxsleep=20
Loading

0 comments on commit d3dd250

Please sign in to comment.