Skip to content

Commit

Permalink
undo changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sblauth committed Feb 25, 2024
1 parent 42e4807 commit 31a04ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,15 @@ jobs:
- uses: ammaraskar/sphinx-problem-matcher@master
- name: Build Sphinx docs
run: |
make html
# make dirhtml
make dirhtml
# This fixes broken copy button icons, as explained in
# https://github.com/coderefinery/sphinx-lesson/issues/50
# https://github.com/executablebooks/sphinx-copybutton/issues/110
# This can be removed once these PRs are accepted (but the
# fixes also need to propagate to other themes):
# https://github.com/sphinx-doc/sphinx/pull/8524
# https://github.com/readthedocs/sphinx_rtd_theme/pull/1025
# sed -i 's/url_root="#"/url_root=""/' _build/dirhtml/index.html || true
sed -i 's/url_root="#"/url_root=""/' _build/dirhtml/index.html || true
- name: Clone old gh-pages
if: ${{ github.event_name == 'push' }}
Expand Down
7 changes: 1 addition & 6 deletions source/research_interests.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,7 @@ Research Interests

* In our group, we do not parametrize a shape but work directly with a given discretized geometry, i.e., a mesh, which we obtain from CAD data

* During the optimization, the location of the mesh nodes is optimized, resulting in a different geometry. This is shown in the video below

.. video:: _static/ogive.mp4
:loop:
:width: 750

* During the optimization, the location of the mesh nodes is optimized, resulting in a different geometry

* At the moment, we are working on the following applications: Electrolysis and Fuel Cells, Chemical Reactors, Spinning Processes and Microchannel Systems, but we are always looking for new potential applications

Expand Down

0 comments on commit 31a04ea

Please sign in to comment.