Skip to content

Commit

Permalink
update ToC and publications
Browse files Browse the repository at this point in the history
  • Loading branch information
jangenoe committed Apr 20, 2024
1 parent c593d65 commit 99f48d3
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 15 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Python 3.9
uses: actions/setup-python@v4
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.9
- name: Install dependencies
Expand All @@ -20,19 +20,19 @@ jobs:
run: |
jb build --all ./files/
- name: GitHub Pages action
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./files/_build/html

build-and-deploy-book-pdf:
needs: build-and-deploy-book
needs: build-and-deploy-book
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Python 3.9
uses: actions/setup-python@v4
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.9
- name: Install dependencies
Expand All @@ -56,7 +56,7 @@ jobs:
mv ./files/_tochtml.yml ./files/_toc.yml
mv ./files/_build/latex/python.pdf ./files/_build/latex/VideoHolography.pdf
- name: GitHub Pages action
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./files/_build/latex/
Expand Down
16 changes: 12 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
.ipynb_checkpoints/
*.log
_build
.DS_Store
.jupyter_cache
jupyter_execute
src/_build/.jupyter_cache
src/_build/jupyter_execute
desktop.ini
__pycache__
**/*Zone.Identifier

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
Expand Down Expand Up @@ -53,7 +65,6 @@ coverage.xml
*.pot

# Django stuff:
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal
Expand All @@ -65,9 +76,6 @@ _build/
# PyBuilder
target/

# Jupyter Notebook
.ipynb_checkpoints

# mkdocs documentation
/site

2 changes: 1 addition & 1 deletion files/Publications.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ Proc. E-MRS-fall, 20th to 23rd September 2021

* - ![foto](./images/phd.png)
- Tsang-Hsuan Wang,
**Study of Barium Titanate Epitaxy on Silicon toward Its Application in Video Holography**,
**[Study of Barium Titanate Epitaxy on Silicon toward Its Application in Video Holography](thesisTsang.pdf)**,
PhD Thesis, KULeuven, Leuven, Belgium, Monday, February 13, 2023.

* - ![foto](./images/phd.png)
Expand Down
5 changes: 4 additions & 1 deletion files/_config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
title: Video Holography
author: Jan Genoe
logo: images/logo.png
description: Video Holography ERC project results summary
only_build_toc_files: true
repository:
Expand All @@ -24,6 +23,10 @@ bibtex_bibfiles:
- VideoHolography.bib
sphinx:
config:
html_theme_options:
logo:
image_light: images/logo.png
image_dark: images/logo_negatif.png
html_show_copyright: false
nb_remove_code_source: true
latex_logo: images/logo.png
Expand Down
Binary file modified files/docs/PhotonicMetamaterial.pdf
Binary file not shown.
Binary file modified files/docs/thesisTsang.pdf
Binary file not shown.
Binary file added files/images/Concept.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added files/images/LOGO-ERC_negatif.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added files/images/logo_negatif.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 99f48d3

Please sign in to comment.