diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml deleted file mode 100644 index c78502f4..00000000 --- a/.github/FUNDING.yml +++ /dev/null @@ -1,12 +0,0 @@ -# These are supported funding model platforms - -github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] -patreon: # Replace with a single Patreon username -open_collective: # Replace with a single Open Collective username -ko_fi: alshedivat -tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel -community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry -liberapay: # Replace with a single Liberapay username -issuehunt: # Replace with a single IssueHunt username -otechie: # Replace with a single Otechie username -custom: # ['https://www.buymeacoffee.com/TkFxuKo'] diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 511f5851..00000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,38 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: '' -labels: bug -assignees: '' - ---- - -**Acknowledge the following** -- [ ] I carefully read and followed the [Getting Started](https://github.com/alshedivat/al-folio#getting-started) guide. -- [ ] I read through [FAQ](https://github.com/alshedivat/al-folio#faq) and searched through the [past issues](https://github.com/alshedivat/al-folio/issues), none of which addressed my issue. -- [ ] The issue I am raising is a potential bug in al-folio and not just a usage question.
[For usage questions, please post in the [Discussions](https://github.com/alshedivat/al-folio/discussions) instead of raising an issue.] - -**Describe the bug** -A clear and concise description of what the bug is. - -**To Reproduce** -Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error - -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**System (please complete the following information):** - - OS: [e.g. iOS] - - Browser (and its version) [e.g. chrome, safari] - - Jekyll version [e.g. 3.8.7] -- Ruby version [e.g. 2.6.5] - -**Additional context** -Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 11fc491e..00000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: '' -labels: enhancement -assignees: '' - ---- - -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -**Describe the solution you'd like** -A clear and concise description of what you want to happen. - -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. - -**Additional context** -Add any other context or screenshots about the feature request here. diff --git a/.github/stale.yml b/.github/stale.yml deleted file mode 100644 index 8ec2004d..00000000 --- a/.github/stale.yml +++ /dev/null @@ -1,18 +0,0 @@ -# Number of days of inactivity before an issue becomes stale -daysUntilStale: 60 -# Number of days of inactivity before a stale issue is closed -daysUntilClose: 7 -# Issues with these labels will never be considered stale -exemptLabels: - - pinned - - security - - enhancement -# Label to use when marking an issue as stale -staleLabel: wontfix -# Comment to post when marking an issue as stale. Set to `false` to disable -markComment: > - This issue has been automatically marked as stale because it has not had - recent activity. It will be closed if no further activity occurs. Thank you - for your contributions. -# Comment to post when closing a stale issue. Set to `false` to disable -closeComment: false diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml deleted file mode 100644 index 0fc24dcd..00000000 --- a/.github/workflows/deploy.yml +++ /dev/null @@ -1,51 +0,0 @@ -name: Deploy - -on: - push: - branches: - - master - - main - pull_request: - branches: - - master - - main - -jobs: - deploy: - runs-on: ubuntu-latest - steps: - - name: Checkout code - uses: actions/checkout@v2 - - name: Setup Ruby - uses: ruby/setup-ruby@v1 - with: - ruby-version: '3.0.2' - - name: Enable bundler cache - uses: actions/cache@v2 - with: - path: vendor/bundle - key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }} - restore-keys: | - ${{ runner.os }}-gems- - - name: Install deps - run: | - gem install bundler - bundle config path vendor/bundle - bundle install --jobs 4 --retry 3 - npm install -g mermaid.cli - - name: Setup deploy options - id: setup - run: | - git config --global user.name "GitHub Action" - git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com" - if [[ ${GITHUB_REF} = refs/pull/*/merge ]]; then # pull request - echo "::set-output name=SRC_BRANCH::${GITHUB_HEAD_REF}" - echo "::set-output name=NO_PUSH::--no-push" - elif [[ ${GITHUB_REF} = refs/heads/* ]]; then # branch, e.g. master, source etc - echo "::set-output name=SRC_BRANCH::${GITHUB_REF#refs/heads/}" - fi - echo "::set-output name=DEPLOY_BRANCH::gh-pages" - - name: Deploy website - run: yes | bin/deploy --verbose ${{ steps.setup.outputs.NO_PUSH }} - --src ${{ steps.setup.outputs.SRC_BRANCH }} - --deploy ${{ steps.setup.outputs.DEPLOY_BRANCH }} diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 328023ab..00000000 --- a/.travis.yml +++ /dev/null @@ -1,19 +0,0 @@ -language: ruby -rvm: - - 2.4.1 - -# Assume bundler is being used, therefore -# the `install` step will run `bundle install` by default. -script: ./bin/cibuild - -env: - global: - - NOKOGIRI_USE_SYSTEM_LIBRARIES=true # speeds up installation of html-proofer - -sudo: false # route your build to the container-based infrastructure for a faster build - -cache: bundler # caching bundler gem packages will speed up build - -# Optional: disable email notifications about the outcome of your builds -notifications: - email: false diff --git a/404.html b/404.html index 929fc572..4805a7bb 100644 --- a/404.html +++ b/404.html @@ -1,9 +1,160 @@ ---- -layout: page -permalink: /404.html -title: "Page not found" -description: "Looks like there has been a mistake. Nothing exists here." -redirect: true ---- - -

You will be redirected to the main page within 3 seconds. If not redirected, please click here.

+ + + + + + + + + + + + + + Page not found | Hui Wang + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+ + +
+ +
+ +
+

Page not found

+

Looks like there has been a mistake. Nothing exists here.

+
+ +
+

You will be redirected to the main page within 3 seconds. If not redirected, please click here.

+ +
+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Gemfile b/Gemfile deleted file mode 100644 index 846a57c5..00000000 --- a/Gemfile +++ /dev/null @@ -1,26 +0,0 @@ -source 'https://rubygems.org' -group :jekyll_plugins do - gem 'classifier-reborn' - gem 'jekyll' - gem 'jekyll-archives' - gem 'jekyll-diagrams' - gem 'jekyll-email-protect' - gem 'jekyll-feed' - gem 'jekyll-get-json' - gem 'jekyll-imagemagick' - gem 'jekyll-link-attributes' - gem 'jekyll-minifier' - gem 'jekyll-paginate-v2' - gem 'jekyll-scholar' - gem 'jekyll-sitemap' - gem 'jekyll-toc' - gem 'jekyll-twitter-plugin' - gem 'jemoji' - gem 'mini_racer' - gem 'unicode_utils' - gem 'webrick' -end -group :other_plugins do - gem 'feedjira' - gem 'httparty' -end diff --git a/_bibliography/papers - sample.bib b/_bibliography/papers - sample.bib deleted file mode 100644 index 32270fae..00000000 --- a/_bibliography/papers - sample.bib +++ /dev/null @@ -1,79 +0,0 @@ ---- ---- - -@string{aps = {American Physical Society,}} - -@book{einstein1956investigations, - bibtex_show={true}, - title={Investigations on the Theory of the Brownian Movement}, - author={Einstein, Albert}, - year={1956}, - publisher={Courier Corporation,}, - selected={true}, -} - -@article{einstein1950meaning, - abbr={AJP}, - bibtex_show={true}, - title={The meaning of relativity}, - author={Einstein, Albert and Taub, AH}, - journal={American Journal of Physics,}, - volume={18}, - number={6}, - pages={403--404}, - year={1950}, - publisher={American Association of Physics Teachers,}, - img = {https://wwmore.github.io/assets/img/2.jpg}, - selected={true}, -} - -@article{PhysRev.47.777, - abbr={PhysRev}, - title={Can Quantum-Mechanical Description of Physical Reality Be Considered Complete?}, - author={Einstein, A. and Podolsky, B. and Rosen, N.}, - abstract={In a complete theory there is an element corresponding to each element of reality. A sufficient condition for the reality of a physical quantity is the possibility of predicting it with certainty, without disturbing the system. In quantum mechanics in the case of two physical quantities described by non-commuting operators, the knowledge of one precludes the knowledge of the other. Then either (1) the description of reality given by the wave function in quantum mechanics is not complete or (2) these two quantities cannot have simultaneous reality. Consideration of the problem of making predictions concerning a system on the basis of measurements made on another system that had previously interacted with it leads to the result that if (1) is false then (2) is also false. One is thus led to conclude that the description of reality as given by a wave function is not complete.}, - journal={Phys. Rev.,}, - volume={47}, - issue={10}, - pages={777--780}, - numpages={0}, - year={1935}, - month={May}, - publisher=aps, - doi={10.1103/PhysRev.47.777}, - url={http://link.aps.org/doi/10.1103/PhysRev.47.777}, - html={https://journals.aps.org/pr/abstract/10.1103/PhysRev.47.777}, - pdf={example_pdf.pdf}, - selected={true}, - img = {https://wwmore.github.io/assets/img/1.jpg}, -} - -@article{einstein1905molekularkinetischen, - title={{\"U}ber die von der molekularkinetischen Theorie der W{\"a}rme geforderte Bewegung von in ruhenden Fl{\"u}ssigkeiten suspendierten Teilchen}, - author={Einstein, A.}, - journal={Annalen der physik,}, - volume={322}, - number={8}, - pages={549--560}, - year={1905}, - publisher={Wiley Online Library}, - selected={true}, -} - -@article{einstein1905movement, - abbr={Ann. Phys.}, - title={Un the movement of small particles suspended in statiunary liquids required by the molecular-kinetic theory 0f heat}, - author={Einstein, A.}, - journal={Ann. Phys.,}, - volume={17}, - pages={549--560}, - year={1905}, - selected={true}, -} - -@article{einstein1905electrodynamics, - title={On the electrodynamics of moving bodies}, - author={Einstein, A.}, - year={1905}, - selected={true}, -} diff --git a/_bibliography/papers.bib b/_bibliography/papers.bib deleted file mode 100644 index de685da2..00000000 --- a/_bibliography/papers.bib +++ /dev/null @@ -1,306 +0,0 @@ ---- ---- - -@string{aps = {American Physical Society,}} - -@article{psgeo2023, - abbr={SIGGRAPH Asia}, - bibtex_show={true}, - author ={Bolun Wang and Hui Wang and Eike Schling and Helmut Pottmann}, - title = {Rectifying Strip Patterns}, - year={2023}, - volume = { }, - number={ }, - pages = { }, - journal={ACM Trans. Graph.}, - html={https://asia.siggraph.org/2023/attend/technical-papers/}, - pdf={2023SIGA.pdf}, - website={https://www.huiwang.me/projects/11_project}, - img = {https://wwmore.github.io/assets/img/paper_2023SIGA.png}, - code={https://github.com/wangbolun300/RectifyingStripPatterns}, - selected={true}, -} - - -@article{SMI2023, - abbr={SMI 2023}, - bibtex_show={false}, - title = {Discrete Orthogonal Structures}, - author = {Felix Dellinger and Xinye Li and Hui* Wang}, - year = {2023}, - volume = {114}, - pages = {126--137}, - journal = {Computers & Graphics}, - html={https://doi.org/10.1016/j.cag.2023.05.024}, - doi={10.1016/j.cag.2023.05.024}, - pdf={2023SMI.pdf}, - slides={2023SMI_talk.pdf}, - img = {https://wwmore.github.io/assets/img/paper_SMI2023.png}, - website={https://www.huiwang.me/projects/10_project}, - awards={proj10/2023SMI.jpg}, - selected={false}, - code={https://github.com/WWmore/DOS}, -} - -@inproceedings{AAG2023, - abbr={AAG 2023}, - bibtex_show={true}, - title = {Asymptotic Geodesic Hybrid Timber Gridshell}, - author = {Eike Schling and Zongshuai Wan and Hui Wang and Pierluigi DAcunto}, - year = {2023}, - booktitle = {Advances in Architectural Geometry 2023}, - html={https://www.aag2023.com}, - pdf={2023AAG23-HW.pdf}, - doi={10.1515/9783111162683-008}, - preview={https://doi.org/10.1515/9783111162683-008}, - img = {https://wwmore.github.io/assets/img/paper_aag2023.png}, - website={https://www.huiwang.me/projects/8_project}, - code={https://github.com/WWmore/AAG}, -} - -@article{crpc2022, - abbr={CAGD}, - bibtex_show={true}, - author ={Hui Wang and Helmut Pottmann}, - title = {Characteristic Parameterizations of Surfaces with a Constant Ratio of Principal Curvatures}, - journal = {Computer Aided Geometry Design}, - year={2022}, - doi={10.1016/j.cagd.2022.102074}, - html={https://doi.org/10.1016/j.cagd.2022.102074}, - pdf={https://www.geometrie.tuwien.ac.at/geom/ig/publications/characteristicparametrization/characteristicparametrization.pdf}, - img = {https://wwmore.github.io/assets/img/paper_2021CRPC.jpg}, - website={https://www.huiwang.me/projects/1_project}, -} - -@article{AGG2022, - abbr={CAD}, - bibtex_show={true}, - author ={Eike1 Schling and Hui1 Wang and Sebastian Hoyer and Helmut Pottmann}, - title = {Designing Asymptotic Geodesic Hybrid Gridshells}, - journal = {Computer-Aided Design}, - year={2022}, - doi={10.1016/j.cad.2022.103378}, - img = {https://wwmore.github.io/assets/img/paper_2022AAG.jpg}, - slides = {2022-AG-Hui.pdf}, - pdf={https://www.geometrie.tuwien.ac.at/geom/ig/publications/asymgeogridshell/asymgeogridshell.pdf}, - html={https://doi.org/10.1016/j.cad.2022.103378}, - website={https://www.huiwang.me/projects/6_project}, - code={https://github.com/WWmore/AAG}, -} - -@article{PP2022, - abbr={CAD}, - bibtex_show={true}, - author ={Cheng Wang and Caigui Jiang and Hui Wang and Xavier Tellier and Helmut Pottmann}, - title = {Architectural Structures from Quad Meshes with Planar Parameter Lines}, - journal = {Computer-Aided Design}, - year={2022}, - doi={10.1016/j.cad.2022.103463}, - pdf={https://papers.ssrn.com/sol3/papers.cfm?abstract_id=4144321}, - img = {https://wwmore.github.io/assets/img/paper_2022PP.png}, - html={https://doi.org/10.1016/j.cad.2022.103463}, - website={https://www.huiwang.me/projects/7_project}, -} - -@article{helicalcrpc2022, - abbr={Beiträge}, - bibtex_show={true}, - author ={Yang Liu and Olimjoni Pirahmad and Hui Wang and Dominik Michels and Helmut Pottmann}, - title = {On Helical Surfaces with a Constant Ratio of Principal Curvatures}, - journal = {Beiträge zur Algebra und Geometrie}, - year={2022}, - doi={10.1007/s13366-022-00670-y}, - html={https://link.springer.com/article/10.1007/s13366-022-00670-y}, - pdf={2022helical-HW.pdf}, - img = {https://wwmore.github.io/assets/img/paper_2022helical.png}, -} - -@article{isometries2021, - abbr={SIGGRAPH}, - bibtex_show={true}, - author ={Caigui Jiang and Hui Wang and Victor Ceballos Inza and Felix Dellinger and Florian Rist and Johannes Wallner and Helmut Pottmann}, - title = {Using Isometries for Computational Design and Fabrication}, - year={2021}, - journal={ACM Trans. Graph.}, - volume={40}, - number={4}, - pages = {42:1--12}, - doi={10.1145/3450626.3459839}, - html={https://dl.acm.org/doi/10.1145/3450626.3459839}, - pdf={https://www.geometrie.tuwien.ac.at/geom/ig/publications/isoforfab/isoforfab.pdf}, - img = {https://wwmore.github.io/assets/img/paper_2021SIG.png}, - website={https://www.huiwang.me/projects/2_project}, - selected={true}, -} - -@article{auxetic-2021, - abbr={CAD}, - bibtex_show={true}, - author ={Caigui Jiang and Florian Rist and Hui Wang and Johannes Wallner and Helmut Pottmann}, - title = {Shape-morphing Mechanical Metamaterials}, - journal = {Computer Aided Design}, - year={2021}, - doi={10.1016/j.cad.2021.103146}, - html={https://www.sciencedirect.com/science/article/pii/S0010448521001573?dgcid=coauthor}, - pdf={https://www.geometrie.tuwien.ac.at/geom/ig/publications/geommaterials/geommaterials.pdf}, - img = {https://wwmore.github.io/assets/img/paper_2021CAD.png}, - website={https://www.huiwang.me/projects/3_project}, -} - - -@article{wang2020, - abbr={Thesis}, - bibtex_show={true}, - author ={Hui Wang}, - title = {Construction of Meshes and Smooth Surfaces in Architectural Geometry (in Chinese)}, - year={2020}, - journal={Dalian University of Technology (DUT)}, - doi={10.26991/d.cnki.gdllu.2020.001735}, - html={https://www.cnki.net/KCMS/detail/detail.aspx?dbcode=CDFD&dbname=CDFDLAST2021&filename=1020093977.nh&uniplatform=OVERSEA&v=UP9ocgYoVmV9LDuGIec6qJ_BmafooZwYCotntAPXXtMT5a3ttw2R4QOF8fYvUPJI}, - pdf={hui-phd-thesis.pdf}, - img = {https://wwmore.github.io/assets/img/thesis.png}, -} - -@article{snet2020, - abbr={SIGGRAPH}, - bibtex_show={true}, - author ={Davide1 Pellis and Hui1 Wang and Florian Rist and Martin Kilian and Helmut Pottmann and Christian M{\"u}ller}, - title = {Principal Symmetric Meshes}, - year={2020}, - journal={ACM Trans. Graphics}, - volume={39}, - number={4}, - pages={127:1--17}, - doi={10.1145/3386569.3392446}, - html={https://dl.acm.org/doi/10.1145/3386569.3392446}, - pdf={https://www.geometrie.tuwien.ac.at/geom/ig/publications/snets/snets.pdf}, - img = {https://wwmore.github.io/assets/img/paper_2020SIG.png}, - website={https://www.huiwang.me/projects/4_project}, - selected={true}, -} - -@inproceedings{snet2018, - abbr={SIGGRAPH-Poster}, - bibtex_show={true}, - title = {Curved Support Structures and Meshes with Spherical Vertex Stars}, - author = {Martin Kilian and Hui Wang and Eike Schling and Jonas Schikore and Helmut Pottmann}, - year = {2018}, - month = {aug}, - publisher = {ACM Trans. Graph.}, - booktitle = {ACM SIGGRAPH 2018 Posters}, - doi= {10.1145/3230744.3230787}, - html={http://dx.doi.org/10.1145/3230744.3230787}, - pdf={https://eikeschling.files.wordpress.com/2018/11/pos_223s1-file1.pdf}, - img = {https://wwmore.github.io/assets/img/svs_unduloid.gif}, - website={https://www.huiwang.me/projects/4_project}, -} - -@article{dgpc2019, - abbr={SIGGRAPH Asia}, - bibtex_show={true}, - author ={Hui Wang and Davide Pellis and Florian Rist and Helmut Pottmann and Christian M{\"u}ller}, - title = {Discrete Geodesic Parallel Coordinates}, - year={2019}, - journal={ACM Trans. Graph.}, - volume={38}, - number={6}, - pages = {173:1--13}, - doi={10.1145/3355089.3356541}, - html={https://dl.acm.org/doi/10.1145/3355089.3356541}, - pdf={https://www.geometrie.tuwien.ac.at/geom/ig/publications/geodesic/geodesic.pdf}, - slides={2019-DGPC-Hui.pdf}, - img = {https://wwmore.github.io/assets/img/paper_DGPC.jpg}, - website={https://www.huiwang.me/projects/5_project}, - selected={true}, -} - - -@inproceedings{schling-aag-2018, - abbr={AAG 2018}, - bibtex_show={true}, - title = {Design and Construction of Curved Support Structures with Repetitive Parameters}, - author = {Eike Schling and Martin Kilian and Hui Wang and Jonas Schikore and Helmut Pottmann}, - year = {2018}, - booktitle = {Advances in Architectural Geometry}, - pages = {140-165}, - html={https://www.researchgate.net/publication/329390825_Design_and_Construction_of_Curved_Support_Structures_with_Repetitive_Parameters}, - pdf={https://www.geometrie.tuwien.ac.at/geom/ig/publications/curvedsupport/curvedsupport.pdf}, - img = {https://wwmore.github.io/assets/img/paper_aag2018.png}, -} - -@inproceedings{weingarten-aag-2020, - abbr={AAG 2020}, - bibtex_show={true}, - title = {Architectural Freeform Surfaces Designed for Cost-effective Paneling Mold Re-use}, - author = {Davide Pellis and Martin Kilian and Hui Wang and Caigui Jiang and Christian M{\"u}ller and Helmut Pottmann}, - year = {2020}, - booktitle = {Advances in Architectural Geometry}, - html={https://www.aag2020.com/programme}, - pdf={https://www.geometrie.tuwien.ac.at/geom/ig/publications/aagweingarten/aagweingarten.pdf}, - img = {https://wwmore.github.io/assets/img/paper_aag2020.png}, -} - - -@article{bezier2017, - abbr={JCM}, - bibtex_show={true}, - author ={Hui Wang and Chungang Zhu and Caiyun Li}, - title = {The Design of Bézier Surface Through Quintic Bézier Asymptotic Quadrilateral}, - journal = {Journal of Computational Mathematics}, - year={2017}, - pdf={2017JCM-Bezier.pdf}, - doi={10.4208/jcm.1809-m2016-0761}, - html={https://doi.org/10.4208/jcm.1809-m2016-0761}, - img = {https://wwmore.github.io/assets/img/2017Bezier.png}, -} - -@article{bspline2017, - abbr={JSME}, - bibtex_show={true}, - author ={Hui Wang and Chungang Zhu and Caiyun Li}, - title = {Construction of B-spline Surface from Cubic B-spline Asymptotic Quadrilateral}, - journal = {Journal of Advanced Mechanical Design, Systems, and Manufacturing}, - year={2017}, - pdf={2017JSME-Bspline.pdf}, - doi={10.1299/jamdsm.2017jamdsm0044}, - html={https://doi.org/10.1299/jamdsm.2017jamdsm0044}, - img = {https://wwmore.github.io/assets/img/2017Bspline.png}, -} - -@article{rational2017, - abbr={JCADCG}, - bibtex_show={true}, - author ={Hui Wang and Chungang Zhu and Caiyun Li}, - title = {Construction of Rational Bézier Surface Interpolating Asymptotic Quadrilateral (in Chinese)}, - journal = {Journal of Computer-Aided Design and Computer Graphics}, - year={2017}, - pdf={2017JCAD-RationBezier.pdf}, - html={http://www.jcad.cn/jcadcms/show.action?code=publish_402880124b362464014b3c4d819803a1&newsid=0ce4d5cc1d414417b7a94e3458826980}, - img = {https://wwmore.github.io/assets/img/2017Rational.png}, -} - -@article{ph2016, - abbr={JMRA}, - bibtex_show={true}, - author ={Hui Wang and Chungang Zhu and Caiyun Li}, - title = {Identification of Planar Sextic Pythagorean-Hodograph Curves}, - journal = {Journal of Mathematical Research with Applications}, - year={2016}, - pdf={https://www.researchgate.net/publication/318284572_Identification_of_Planar_Sextic_Pythagorean-Hodograph_Curves}, - doi={10.3770/j.issn:2095-2651.2017.01.006}, - html={https://doi.org/10.3770/j.issn:2095-2651.2017.01.006}, - img = {https://wwmore.github.io/assets/img/2017PH.png}, -} - -@article{ph2015, - abbr={JG}, - bibtex_show={true}, - author ={Hui Wang and Chungang Zhu and Caiyun Li}, - title = {G2 Hermite Interpolation by Pythagorean Hodograph of Degree Six (in Chinese)}, - journal = {Journal of Graphics}, - year={2015}, - pdf={2016PH.pdf}, - doi={10.11996/JG.j.2095-302X.2016020155}, - html={https://doi.org/10.11996/JG.j.2095-302X.2016020155}, - img = {https://wwmore.github.io/assets/img/2016PH.png}, -} \ No newline at end of file diff --git a/_config.yml b/_config.yml deleted file mode 100644 index 5134d0f7..00000000 --- a/_config.yml +++ /dev/null @@ -1,362 +0,0 @@ -# ----------------------------------------------------------------------------- -# Site settings -# ----------------------------------------------------------------------------- - -title: blank # the website title (if blank, full name will be used instead) -first_name: Hui -middle_name: #GEOMETRY -last_name: Wang -email: hwangchn@outlook.com #hui.wang.1@kaust.edu.sa -description: > # the ">" symbol means to ignore newlines until "footer_text:" - Personal research website. -footer_text: > - Powered by Jekyll with al-folio theme in GitHub Pages. -keywords: jekyll, jekyll-theme, academic-website, portfolio-website # add your own keywords or leave empty - -lang: en # the language of your site (for example: en, fr, cn, ru, etc.) -icon: ellipse.png # the emoji used as the favicon (alternatively, provide image name in /assets/img/) - -url: https://www.huiwang.me #https://wwmore.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 -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 - -# ----------------------------------------------------------------------------- -# Theme -# ----------------------------------------------------------------------------- - -# code highlighter theme -highlight_theme_light: github # https://github.com/jwarby/jekyll-pygments-themes -highlight_theme_dark: native # https://github.com/jwarby/jekyll-pygments-themes - -# repo color theme -repo_theme_light: default # https://github.com/anuraghazra/github-readme-stats/blob/master/themes/README.md -repo_theme_dark: dark # https://github.com/anuraghazra/github-readme-stats/blob/master/themes/README.md -repo_trophies: - enabled: true - theme_light: flat # https://github.com/ryo-ma/github-profile-trophy - theme_dark: gitdimmed # https://github.com/ryo-ma/github-profile-trophy - -# ----------------------------------------------------------------------------- -# RSS Feed -# ----------------------------------------------------------------------------- -# will use title and url fields -# Take a look to https://github.com/jekyll/jekyll-feed for more customization - -rss_icon: false - -# ----------------------------------------------------------------------------- -# Layout -# ----------------------------------------------------------------------------- - -navbar_fixed: true -footer_fixed: true - -# Dimensions -max_width: 800px - -# TODO: add layout settings (single page vs. multi-page) - -# ----------------------------------------------------------------------------- -# Open Graph & Schema.org -# ----------------------------------------------------------------------------- -# Display links to the page with a preview object on social media. -serve_og_meta: false # Include Open Graph meta tags in the HTML head -serve_schema_org: false # Include Schema.org in the HTML head -og_image: # The site-wide (default for all links) Open Graph preview image - -# ----------------------------------------------------------------------------- -# Social integration -# ----------------------------------------------------------------------------- - -github_username: WWmore # your GitHub user name -gitlab_username: # your GitLab user name -twitter_username: HuiWang34957044 # your Twitter handle -linkedin_username: # your LinkedIn user name -scholar_userid: # your Google Scholar ID -orcid_id: 0000-0002-5185-7093 # your ORCID ID -medium_username: # your Medium username -quora_username: # your Quora username -publons_id: # your ID on Publons -research_gate_profile: Wang_Hui35 # your profile on ResearchGate -blogger_url: # your blogger URL -work_url: https://cemse.kaust.edu.sa/vcc/people/person/hui-wang # work page URL -keybase_username: # your keybase user name -wikidata_id: # your wikidata id -dblp_url: # your DBLP profile url -stackoverflow_id: #your stackoverflow id - -contact_note: > - Email is the best way to reach me. - -google_analytics: # your google-analytics ID (format: UA-XXXXXXXXX) -google_site_verification: # your google-site-verification ID (Google Search Console) -bing_site_verification: # out your bing-site-verification ID (Bing Webmaster) -panelbear_analytics: # panelbear analytics site ID (format: XXXXXXXXX) - -# ----------------------------------------------------------------------------- -# Blog -# ----------------------------------------------------------------------------- - -blog_name: Geometry # your blog must have a name for it to show up in the nav bar -blog_description: geometry related with Architecture, Art, Design #, Reading -permalink: /blog/:year/:title/ - -# Pagination -pagination: - enabled: true - -# Comments -disqus_shortname: #al-folio # put your disqus shortname -# https://help.disqus.com/en/articles/1717111-what-s-a-shortname - -# ----------------------------------------------------------------------------- -# Collections -# ----------------------------------------------------------------------------- - -collections: - news: - defaults: - layout: post - output: true - permalink: /news/:path/ - projects: - output: true - permalink: /projects/:path/ - -announcements: - enabled: true - scrollable: true # adds a vertical scroll bar if there are more than 3 news items - limit: 5 # leave blank to include all the news in the `_news` folder - -latest_posts: - enabled: false - scrollable: true # adds a vertical scroll bar if there are more than 3 new posts items - limit: 3 # leave blank to include all the blog posts -# ----------------------------------------------------------------------------- -# Jekyll settings -# ----------------------------------------------------------------------------- - -# Markdown and syntax highlight -markdown: kramdown -highlighter: rouge -kramdown: - input: GFM - syntax_highlighter_opts: - css_class: 'highlight' - span: - line_numbers: false - block: - line_numbers: false - start_line: 1 - - -# Includes & excludes -include: ['_pages'] -exclude: - - bin - - Gemfile - - Gemfile.lock - - vendor -keep_files: - - CNAME - - .nojekyll - - .git - -# Plug-ins -plugins: - - jekyll-archives - - jekyll-diagrams - - jekyll-email-protect - - jekyll-feed - - jekyll-get-json - - jekyll-imagemagick - - jekyll-link-attributes - - jekyll-minifier - - jekyll-paginate-v2 - - jekyll/scholar - - jekyll-sitemap - - jekyll-toc - - jekyll-twitter-plugin - - jemoji - -# Sitemap settings -defaults: - - scope: - path: "assets/**/*.*" - values: - sitemap: false - -# ----------------------------------------------------------------------------- -# Jekyll Minifier -# ----------------------------------------------------------------------------- - -jekyll-minifier: - exclude: ['robots.txt'] - uglifier_args: - harmony: true - -# ----------------------------------------------------------------------------- -# Jekyll Archives -# ----------------------------------------------------------------------------- - -jekyll-archives: - enabled: [year, tags, categories] # enables year, tag and category archives (remove if you need to disable one of them). - layouts: - year: archive-year - tag: archive-tag - category: archive-category - permalinks: - year: '/blog/:year/' - tag: '/blog/tag/:name/' - category: '/blog/category/:name/' - -display_tags: ['formatting', 'images', 'links', 'math', 'code'] # these tags will be displayed on the front page of your blog -display_categories: ['blockquotes'] # these categories will be displayed on the front page of your blog - -# ----------------------------------------------------------------------------- -# Jekyll Scholar -# ----------------------------------------------------------------------------- - -scholar: - - last_name: Wang - first_name: [Hui, Hui*, Hui1] - - style: apa - locale: en - - source: /_bibliography/ - bibliography: papers.bib - bibliography_template: bib - # Note: if you have latex math in your bibtex, the latex filter - # preprocessing may conflict with MathJAX if the latter is enabled. - # See https://github.com/alshedivat/al-folio/issues/357. - bibtex_filters: [latex, smallcaps, superscript] - - replace_strings: true - join_strings: true - - details_dir: bibliography - details_layout: bibtex.html - details_link: Details - - query: "@*" - group_by: year - 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/) - - # 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] - -# Maximum number of authors to be shown for each publication (more authors are visible on click) -max_author_limit: 4 # leave blank to always show all authors -more_authors_animation_delay: 10 # more authors are revealed on click using animation; smaller delay means faster animation - - -# ----------------------------------------------------------------------------- -# Responsive WebP Images -# ----------------------------------------------------------------------------- - -imagemagick: - enabled: true - widths: - - 480 - - 800 - - 1400 - input_directories: - - assets/img/ - input_formats: - - ".jpg" - - ".jpeg" - - ".png" - - ".tiff" - output_formats: - webp: "-quality 75%" - -# ----------------------------------------------------------------------------- -# Jekyll Diagrams -# ----------------------------------------------------------------------------- - -jekyll-diagrams: - # configuration, see https://github.com/zhustec/jekyll-diagrams. - # feel free to comment out this section if not using jekyll diagrams. - - -# ----------------------------------------------------------------------------- -# Optional Features -# ----------------------------------------------------------------------------- - -enable_google_analytics: false # enables google analytics -enable_panelbear_analytics: false # enables panelbear analytics -enable_google_verification: false # enables google site verification -enable_bing_verification: false # enables bing site verification -enable_masonry: true # enables automatic project cards arangement -enable_math: true # enables math typesetting (uses MathJax) -enable_tooltips: false # enables automatic tooltip links generated - # for each section titles on pages and posts -enable_darkmode: true # enables switching between light/dark modes -enable_navbar_social: false # enables displaying social links in the - # navbar on the about page -enable_project_categories: true # enables categorization of projects into - # multiple categories -enable_medium_zoom: true # enables image zoom feature (as on medium.com) - - -# ----------------------------------------------------------------------------- -# Library versions -# ----------------------------------------------------------------------------- - -academicons: - version: "1.9.1" - integrity: "sha256-i1+4qU2G2860dGGIOJscdC30s9beBXjFfzjWLjBRsBg=" -bootstrap: - version: "4.6.1" - integrity: - css: "sha256-DF7Zhf293AJxJNTmh5zhoYYIMs2oXitRfBjY+9L//AY=" - js: "sha256-fgLAgv7fyCGopR/gBNq2iW3ZKIdqIcyshnUULC4vex8=" -bootstrap-table: - version: "1.21.4" -fontawesome: - version: "6.4.0" - integrity: "sha256-HtsXJanqjKTc8vVQjO4YMhiqFoXkfBsjBWcX91T1jr8=" -jquery: - version: "3.6.0" - integrity: "sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" -mathjax: - version: "3.2.0" -masonry: - version: "4.2.2" - integrity: "sha256-Nn1q/fx0H7SNLZMQ5Hw5JLaTRZp0yILA/FRexe19VdI=" -mdb: - version: "4.20.0" - integrity: - css: "sha256-jpjYvU3G3N6nrrBwXJoVEYI/0zw8htfFnhT9ljN3JJw=" - js: "sha256-NdbiivsvWt7VYCt6hYNT3h/th9vSTL4EDWeGs5SN3DA=" -medium_zoom: - version: "1.0.8" - integrity: "sha256-7PhEpEWEW0XXQ0k6kQrPKwuoIomz8R8IYyuU1Qew4P8=" - -# ----------------------------------------------------------------------------- -# 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 \ No newline at end of file diff --git a/_data/coauthors.yml b/_data/coauthors.yml deleted file mode 100644 index ce623777..00000000 --- a/_data/coauthors.yml +++ /dev/null @@ -1,89 +0,0 @@ -"Pottmann": - - firstname: ["Helmut"] - url: https://www.geometrie.tuwien.ac.at/geom/ig/pottmann/index.php - -"Wallner": - - firstname: ["Johannes"] - url: http://www.geometrie.tugraz.at/wallner/ - -"Müller": - - firstname: ["Christian"] - url: https://www.geometrie.tuwien.ac.at/geom/ig/mueller/index.php - -"Rist": - - firstname: ["Florian"] - url: https://cemse.kaust.edu.sa/vcc/people/person/florian-rist - -"Kilian": - - firstname: ["Martin"] - url: https://www.geometrie.tuwien.ac.at/geom/ig/kilian/index.html - -"Pellis": - - firstname: ["Davide","Davide1"] - url: https://lgg.epfl.ch/people.php - -"Dellinger": - - firstname: ["Felix"] - url: https://www.geometrie.tuwien.ac.at/dellinger/ - -"Inza": - - firstname: ["Victor Ceballos"] - url: https://cemse.kaust.edu.sa/cs/people/person/victor-ceballos-inza - -"Pirahmad": - - firstname: ["Olimjoni"] - url: https://cemse.kaust.edu.sa/people/person/pirahmad-olimjoni - -"Jiang": - - firstname: ["Caigui"] - url: https://gr.xjtu.edu.cn/web/jiang - -"Wang": - - firstname: ["Cheng"] - url: https://scholar.google.com/citations?hl=en&user=OH1g3FIAAAAJ - -"Liu": - - firstname: ["Yang"] - url: https://cemse.kaust.edu.sa/people/person/yang-liu - -"Zhu": - - firstname: ["Chungang"] - url: http://faculty.dlut.edu.cn/zhu/zh_CN/index.htm - -"Li": - - firstname: ["Caiyun","Caiyun "] - url: http://faculty.dlut.edu.cn/licaiyun/zh_CN/index.htm - - -"Michels": - - firstname: ["Dominik"] - url: https://cemse.kaust.edu.sa/org/csg - -"Schling": - - firstname: ["Eike","Eike1"] - url: https://eikeschling.com/ - -"Schikore": - - firstname: ["Jonas"] - url: https://webarchiv.typo3.tum.de/AR/ls-lt/lt/personen/mitarbeiter/jonas-schikore/index.html - -"Tellier": - - firstname: ["Xavier"] - url: https://www.researchgate.net/profile/Xavier-Tellier-2 - - -"DAcunto": - - firstname: ["Pierluigi"] - url: https://www.professoren.tum.de/en/dacunto-pierluigi - -"Wan": - - firstname: ["Zongshuai"] - url: https://scholar.google.com/citations?user=FDR6BeEAAAAJ&hl=zh-CN - -"Li": - - firstname: ["Xinye"] - url: https://orcid.org/0000-0002-5048-1274 - -"Wang": - - firstname: ["Bolun"] - url: https://scholar.google.com/citations?hl=en&user=0btc5fYAAAAJ \ No newline at end of file diff --git a/_data/cv.yml b/_data/cv.yml deleted file mode 100644 index 5b115724..00000000 --- a/_data/cv.yml +++ /dev/null @@ -1,97 +0,0 @@ -- title: General Information - type: map - contents: - - name: Full Name - value: Albert Einstein - - name: Date of Birth - value: 14th March 1879 - - name: Languages - value: English, German - -- title: Education - type: time_table - contents: - - title: PhD - institution: University of Zurich, Zurich, Switzerland - year: 1905 - description: - - Description 1. - - Description 2. - - title: Description 3. - contents: - - Sub-description 1. - - Sub-description 2. - - title: Federal teaching diploma - institution: Eidgenössische Technische Hochschule, Zurich, Switzerland - year: 1900 - description: - - Description 1. - - Description 2. - -- title: Experience - type: time_table - contents: - - title: Professor of Theoretical Physics - institution: Institute for Advanced Study, Princeton University - year: 1933 - 1955 - description: - - Description 1. - - Description 2. - - title: Description 3. - contents: - - Sub-description 1. - - Sub-description 2. - - title: Visiting Professor - institution: California Institute of Technology, Pasadena, California, US - year: 1933 - description: - - Description 1. - - Description 2. - - - title: Director - institution: Kaiser Wilhelm Institute for Physics, Berlin, Germany. - year: 1917-1933 - - - title: Professor of Theoretical Physics - institution: Karl-Ferdinand University, Prague, Czechoslovakia - year: 1911 - 1917 - description: - - - title: Associate Professor of Theoretical Physics - institution: University of Zurich, Zurich, Switzerland - year: 1909 - 1911 - -- title: Open Source Projects - type: time_table - contents: - - title: al-folio - year: 2015-now - description: A beautiful, simple, clean, and responsive Jekyll theme for academics. - -- title: Honors and Awards - type: time_table - contents: - - year: 1921 - items: - - Nobel Prize in Physics - - Matteucci Medal - - year: 2029 - items: - - Max Planck Medal - -- title: Academic Interests - type: nested_list - contents: - - title: Topic 1. - items: - - Description 1. - - Description 2. - - title: Topic 2. - items: - - Description 1. - - Description 2. - -- title: Other Interests - type: list - contents: - - Hobbies: Hobby 1, Hobby 2, etc. diff --git a/_data/repositories.yml b/_data/repositories.yml deleted file mode 100644 index 15a39d9d..00000000 --- a/_data/repositories.yml +++ /dev/null @@ -1,5 +0,0 @@ -github_users: - - WWmore - -github_repos: - - alshedivat/al-folio diff --git a/_includes/audio.html b/_includes/audio.html deleted file mode 100644 index 277addc9..00000000 --- a/_includes/audio.html +++ /dev/null @@ -1,16 +0,0 @@ -
- -
diff --git a/_includes/cv/list.html b/_includes/cv/list.html deleted file mode 100644 index 75625859..00000000 --- a/_includes/cv/list.html +++ /dev/null @@ -1,5 +0,0 @@ - \ No newline at end of file diff --git a/_includes/cv/map.html b/_includes/cv/map.html deleted file mode 100644 index e0d1983e..00000000 --- a/_includes/cv/map.html +++ /dev/null @@ -1,8 +0,0 @@ - - {% for content in entry.contents %} - - - - - {% endfor %} -
{{ content.name }}{{ content.value }}
\ No newline at end of file diff --git a/_includes/cv/nested_list.html b/_includes/cv/nested_list.html deleted file mode 100644 index 4778aca0..00000000 --- a/_includes/cv/nested_list.html +++ /dev/null @@ -1,14 +0,0 @@ - \ No newline at end of file diff --git a/_includes/cv/time_table.html b/_includes/cv/time_table.html deleted file mode 100644 index 123b9d09..00000000 --- a/_includes/cv/time_table.html +++ /dev/null @@ -1,59 +0,0 @@ - \ No newline at end of file diff --git a/_includes/disqus.html b/_includes/disqus.html deleted file mode 100644 index 73fe9538..00000000 --- a/_includes/disqus.html +++ /dev/null @@ -1,13 +0,0 @@ -
- - -
diff --git a/_includes/figure.html b/_includes/figure.html deleted file mode 100644 index c3d931a9..00000000 --- a/_includes/figure.html +++ /dev/null @@ -1,17 +0,0 @@ -{%- assign path = include.path | remove: ".jpg" | remove: ".jpeg" | remove: ".png" | remove: ".tiff" -%} - -
- - - {% for i in site.imagemagick.widths -%} - - {% endfor -%} - - - - - - - {%- if include.caption -%}
{{ include.caption }}
{%- endif %} - -
diff --git a/_includes/footer.html b/_includes/footer.html deleted file mode 100644 index acc4688f..00000000 --- a/_includes/footer.html +++ /dev/null @@ -1,25 +0,0 @@ - {% if site.footer_fixed %} - - {%- else -%} - - {%- endif %} \ No newline at end of file diff --git a/_includes/giscus.html b/_includes/giscus.html deleted file mode 100644 index bb504f64..00000000 --- a/_includes/giscus.html +++ /dev/null @@ -1,27 +0,0 @@ -
- - -
diff --git a/_includes/head.html b/_includes/head.html deleted file mode 100644 index 1661581a..00000000 --- a/_includes/head.html +++ /dev/null @@ -1,31 +0,0 @@ - - {% include metadata.html %} - - - - - - - - - - - - - - - {% if site.icon.size < 3 %} - - {% elsif site.icon != blank %} - - {% endif %} - - - - - {% if site.enable_darkmode %} - - - - - {% endif %} diff --git a/_includes/header.html b/_includes/header.html deleted file mode 100644 index 6e067663..00000000 --- a/_includes/header.html +++ /dev/null @@ -1,93 +0,0 @@ - -
- - - -
\ No newline at end of file diff --git a/_includes/latest_posts.html b/_includes/latest_posts.html deleted file mode 100644 index bb82acb8..00000000 --- a/_includes/latest_posts.html +++ /dev/null @@ -1,35 +0,0 @@ - -
- {% if site.latest_posts != blank -%} - {%- assign latest_posts_size = site.posts | size -%} -
3 %}style="max-height: 60vw"{% endif %}> - - {%- assign latest_posts = site.posts -%} - {% if site.latest_posts.limit %} - {% assign latest_posts_limit = site.latest_posts.limit %} - {% else %} - {% assign latest_posts_limit = latest_posts_size %} - {% endif %} - {% for item in latest_posts limit: latest_posts_limit %} - - - - - {%- endfor %} -
{{ item.date | date: "%b %-d, %Y" }} - {% if item.redirect == blank %} - {{ item.title }} - {% elsif item.redirect contains '://' %} - {{ item.title }} - - - - {% else %} - {{ item.title }} - {% endif %} -
-
- {%- else -%} -

No posts so far...

- {%- endif %} -
diff --git a/_includes/metadata.html b/_includes/metadata.html deleted file mode 100644 index ce58cc3e..00000000 --- a/_includes/metadata.html +++ /dev/null @@ -1,156 +0,0 @@ -{% if site.enable_google_verification or site.enable_bing_verification %} - - {% if site.enable_google_verification -%} - - {%- endif -%} - {% if site.enable_bing_verification -%} - - {%- endif -%} -{%- endif %} - - - - - - - {%- if site.title == "blank" -%} - {%- capture title -%}{{ site.first_name }} {{ site.middle_name }} {{ site.last_name }}{%- endcapture -%} - {%- else -%} - {%- capture title -%}{{ site.title }}{%- endcapture -%} - {%- endif -%} - {% if page.url == '/blog/index.html' %} - {{ site.blog_nav_title }} | {{ title }} - {%- elsif page.title != "blank" and page.url != "/" -%} - {{ page.title }} | {{ title }} - {%- else -%} - {{ title }} - {%- endif -%} - - - -{%- if page.keywords or site.keywords %} - -{%- endif %} - -{%- if site.serve_og_meta %} - - - - - - - - {% if page.og_image or site.og_image -%} - - {%- endif %} - - - - - - - {% if page.og_image or site.og_image -%} - - {%- endif %} - {% if site.twitter_username -%} - - - {%- endif %} -{%- endif %} - -{%- if site.serve_schema_org %} - - - {%- comment -%} Social links generator for "sameAs schema" {%- endcomment %} - {% assign sameaslinks = "" | split: "," %} - {%- if site.orcid_id -%} - {%- capture link -%}https://orcid.org/{{ site.orcid_id }}{%- endcapture -%} - {%- assign sameaslinks = sameaslinks | push: link -%} - {%- endif -%} - {%- if site.scholar_userid -%} - {%- capture link -%}https://scholar.google.com/citations?user={{ site.scholar_userid }}{%- endcapture -%} - {%- assign sameaslinks = sameaslinks | push: link -%} - {%- endif -%} - {%- if site.publons_id -%} - {%- capture link -%}https://publons.com/a/{{ site.publons_id }}/{%- endcapture -%} - {%- assign sameaslinks = sameaslinks | push: link -%} - {%- endif -%} - {%- if site.research_gate_profile -%} - {%- capture link -%}https://www.researchgate.net/profile/{{site.research_gate_profile}}{%- endcapture -%} - {%- assign sameaslinks = sameaslinks | push: link -%} - {%- endif -%} - {%- if site.github_username -%} - {%- capture link -%}https://github.com/{{ site.github_username }}{%- endcapture -%} - {%- assign sameaslinks = sameaslinks | push: link -%} - {%- endif -%} - {%- if site.linkedin_username -%} - {%- capture link -%}https://www.linkedin.com/in/{{ site.linkedin_username }}{%- endcapture -%} - {%- assign sameaslinks = sameaslinks | push: link -%} - {%- endif -%} - {%- if site.twitter_username -%} - {%- capture link -%}https://twitter.com/{{ site.twitter_username }}{%- endcapture -%} - {%- assign sameaslinks = sameaslinks | push: link -%} - {%- endif -%} - {%- if site.medium_username -%} - {%- capture link -%}https://medium.com/@{{ site.medium_username }}{%- endcapture -%} - {%- assign sameaslinks = sameaslinks | push: link -%} - {%- endif -%} - {%- if site.quora_username -%} - {%- capture link -%}https://www.quora.com/profile/{{ site.quora_username }}{%- endcapture -%} - {%- assign sameaslinks = sameaslinks | push: link -%} - {%- endif -%} - {%- if site.blogger_url -%} - {%- capture link -%}{{ site.blogger_url }}{%- endcapture -%} - {%- assign sameaslinks = sameaslinks | push: link -%} - {%- endif -%} - {%- if site.work_url -%} - {%- capture link -%}{{ site.work_url }}{%- endcapture -%} - {%- assign sameaslinks = sameaslinks | push: link -%} - {%- endif -%} - {%- if site.wikidata_id -%} - {%- capture link -%}https://www.wikidata.org/wiki/{{ site.wikidata_id }}{%- endcapture -%} - {%- assign sameaslinks = sameaslinks | push: link -%} - {%- endif -%} - {%- if site.strava_userid -%} - {%- capture link -%}https://www.strava.com/athletes/{{ site.strava_userid }}{%- endcapture -%} - {%- assign sameaslinks = sameaslinks | push: link -%} - {%- endif -%} - {%- if site.keybase_username -%} - {%- capture link -%}https://keybase.io/{{ site.keybase_username }}{%- endcapture -%} - {%- assign sameaslinks = sameaslinks | push: link -%} - {%- endif -%} - {%- if site.gitlab_username -%} - {%- capture link -%}https://gitlab.com/{{ site.gitlab_username }}{%- endcapture -%} - {%- assign sameaslinks = sameaslinks | push: link -%} - {%- endif -%} - {%- if site.dblp_url -%} - {%- capture link -%}{{ site.dblp_url }}{%- endcapture -%} - {%- assign sameaslinks = sameaslinks | push: link -%} - {%- endif -%} - {%- if site.stackoverflow_id -%} - {%- capture link -%}https://stackoverflow.com/users/{{ site.stackoverflow_id }}{%- endcapture -%} - {%- assign sameaslinks = sameaslinks | push: link -%} - {%- endif -%} - {%- if sameaslinks != blank -%} - {%- assign sameaslinks = sameaslinks | split: "" -%} - {%- endif -%} - - -{%- endif %} diff --git a/_includes/news.html b/_includes/news.html deleted file mode 100644 index 2146d885..00000000 --- a/_includes/news.html +++ /dev/null @@ -1,29 +0,0 @@ -
- {% if site.news != blank -%} - {%- assign news_size = site.news | size -%} -
3 %}style="max-height: 60vw"{% endif %}> - - {%- assign news = site.news | reverse -%} - {% if include.limit and site.announcements.limit %} - {% assign news_limit = site.announcements.limit %} - {% else %} - {% assign news_limit = news_size %} - {% endif %} - {% for item in news limit: news_limit %} - - - - - {%- endfor %} -
{{ item.date | date: "%b %-d, %Y" }} - {% if item.inline -%} - {{ item.content | remove: '

' | remove: '

' | emojify }} - {%- else -%} - {{ item.title }} - {%- endif %} -
-
- {%- else -%} -

No news so far...

- {%- endif %} -
\ No newline at end of file diff --git a/_includes/pagination.html b/_includes/pagination.html deleted file mode 100644 index 4b8d27e3..00000000 --- a/_includes/pagination.html +++ /dev/null @@ -1,17 +0,0 @@ -{%- if paginator.total_pages > 1 -%} - -{%- endif -%} diff --git a/_includes/projects.html b/_includes/projects.html deleted file mode 100644 index 503146e2..00000000 --- a/_includes/projects.html +++ /dev/null @@ -1,36 +0,0 @@ - -
-
- {% if project.redirect -%} - - {%- else -%} - - {%- endif %} -
- {%- if project.img %} - {%- include figure.html - path=project.img - alt="project thumbnail" -%} - {%- endif %} -
-

{{ project.title }}

-

{{ project.description }}

-
- {%- if project.github -%} -
-
- -
- {%- if project.github_stars -%} - - - - - {%- endif %} -
- {%- endif %} -
-
-
- -
\ No newline at end of file diff --git a/_includes/projects_horizontal.html b/_includes/projects_horizontal.html deleted file mode 100644 index 7d1be494..00000000 --- a/_includes/projects_horizontal.html +++ /dev/null @@ -1,43 +0,0 @@ -
- {%- if project.redirect -%} - - {%- else -%} - - {%- endif -%} -
- - -
diff --git a/_includes/related_posts.html b/_includes/related_posts.html deleted file mode 100644 index df6b3e5d..00000000 --- a/_includes/related_posts.html +++ /dev/null @@ -1,19 +0,0 @@ -{% assign have_related_posts = false %} - -{% for post in site.related_posts | limit: site.related_blog_posts.max_related %} - {% unless have_related_posts %} - {% assign have_related_posts = true %} -
-
-
- - - -

Enjoy Reading This Article?

-

Here are some more articles you might like to read next:

- {% endunless %} - -
  • - {{ post.title }} -
  • -{% endfor %} diff --git a/_includes/repository/repo.html b/_includes/repository/repo.html deleted file mode 100644 index a0881c0b..00000000 --- a/_includes/repository/repo.html +++ /dev/null @@ -1,14 +0,0 @@ -{% assign repo_url = include.repository | split: '/' %} - -{% if site.data.repositories.github_users contains repo_url.first %} - {% assign show_owner = false %} -{% else %} - {% assign show_owner = true %} -{% endif %} - -
    - - {{ include.repository }} - {{ include.repository }} - -
    diff --git a/_includes/repository/repo_trophies.html b/_includes/repository/repo_trophies.html deleted file mode 100644 index 18f5273a..00000000 --- a/_includes/repository/repo_trophies.html +++ /dev/null @@ -1,6 +0,0 @@ -
    - - {{ include.username }} - {{ include.username }} - -
    diff --git a/_includes/repository/repo_user.html b/_includes/repository/repo_user.html deleted file mode 100644 index ae06a058..00000000 --- a/_includes/repository/repo_user.html +++ /dev/null @@ -1,6 +0,0 @@ -
    - - {{ include.username }} - {{ include.username }} - -
    diff --git a/_includes/scripts/analytics.html b/_includes/scripts/analytics.html deleted file mode 100644 index f59eacdc..00000000 --- a/_includes/scripts/analytics.html +++ /dev/null @@ -1,18 +0,0 @@ -{%- if site.enable_google_analytics -%} - - - - {%- endif -%} - {%- if site.enable_panelbear_analytics -%} - - - -{%- endif -%} diff --git a/_includes/scripts/bootstrap.html b/_includes/scripts/bootstrap.html deleted file mode 100644 index d026d6b2..00000000 --- a/_includes/scripts/bootstrap.html +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/_includes/scripts/jquery.html b/_includes/scripts/jquery.html deleted file mode 100644 index f84a2f22..00000000 --- a/_includes/scripts/jquery.html +++ /dev/null @@ -1,2 +0,0 @@ - - diff --git a/_includes/scripts/masonry.html b/_includes/scripts/masonry.html deleted file mode 100644 index 804389d3..00000000 --- a/_includes/scripts/masonry.html +++ /dev/null @@ -1,6 +0,0 @@ - {%- if site.enable_masonry -%} - - - - - {%- endif -%} diff --git a/_includes/scripts/mathjax.html b/_includes/scripts/mathjax.html deleted file mode 100644 index c55ec056..00000000 --- a/_includes/scripts/mathjax.html +++ /dev/null @@ -1,12 +0,0 @@ - {%- if site.enable_math -%} - - - - - {%- endif %} diff --git a/_includes/scripts/misc.html b/_includes/scripts/misc.html deleted file mode 100644 index 08ba49f0..00000000 --- a/_includes/scripts/misc.html +++ /dev/null @@ -1,14 +0,0 @@ -{% if site.enable_tooltips %} - - -{%- endif %} -{%- if site.enable_medium_zoom %} - - - -{%- endif -%} - - - diff --git a/_includes/selected_papers.html b/_includes/selected_papers.html deleted file mode 100644 index 61457dbc..00000000 --- a/_includes/selected_papers.html +++ /dev/null @@ -1,5 +0,0 @@ - -
    -

    selected publications

    - {% bibliography -f papers -q @*[selected=true]* %} -
    diff --git a/_includes/social.html b/_includes/social.html deleted file mode 100644 index 4ed62e1a..00000000 --- a/_includes/social.html +++ /dev/null @@ -1,57 +0,0 @@ - {%- if site.email -%} - - {% endif %} - {%- if site.orcid_id -%} - - {% endif %} - {%- if site.scholar_userid -%} - - {% endif %} - {%- if site.publons_id -%} - - {% endif %} - {%- if site.research_gate_profile -%} - - {% endif %} - {%- if site.github_username -%} - - {% endif %} - {%- if site.linkedin_username -%} - - {% endif %} - {%- if site.twitter_username -%} - - {% endif %} - {%- if site.medium_username -%} - - {% endif %} - {%- if site.quora_username -%} - - {% endif %} - {%- if site.blogger_url -%} - - {% endif %} - {%- if site.work_url -%} - - {% endif %} - {%- if site.wikidata_id -%} - - {% endif %} - {%- if site.strava_userid -%} - - {% endif %} - {%- if site.keybase_username -%} - - {% endif %} - {%- if site.gitlab_username -%} - - {% endif %} - {%- if site.dblp_url -%} - - {% endif %} - {%- if site.stackoverflow_id -%} - - {% endif %} - {%- if site.rss_icon -%} - - {% endif %} \ No newline at end of file diff --git a/_includes/video.html b/_includes/video.html deleted file mode 100644 index 8e889cd3..00000000 --- a/_includes/video.html +++ /dev/null @@ -1,47 +0,0 @@ -{% assign extension = include.path | split:'.' | last %} - -
    - - {% if extension == "mp4" or extension == "webm" or extension == "ogg" %} - -