Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
afabri committed Apr 1, 2024
1 parent e036c8c commit bf7eb3c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion _posts/2024-04-01-Bourbaki.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ while the Seifert surface led to the invention of the
<p>While a <a href="https://www.cgal.org/people.html">People</p> web page is a nice living document
we decided to produce a <em>physical twin</em> with portrait photos not made with an iphone
but by a portrait photograph. We are grateful to the Inria research center in Sophia-Antipolis
offering a physical wall in the Gilles Kahn Auditorium for hosting the CGAL Editorial Board Gallery.
which offers a physical wall in the Gilles Kahn Auditorium for hosting the CGAL Editorial Board Gallery.
16 changes: 8 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@
<ul class="sequence-canvas">
<!-- Base container model by sablebadger, https://www.thingiverse.com/thing:2934997 -->
<li style="background-image: url({{ BASE_PATH }}/images/April24/egg-in-pentagon.png); -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;">
<h2 class="title">Boolean Operations</h2>
<h3 class="subtitle"><pre style='text-shadow:none'>CGAL::corefine_and_compute_boolean_operations(statue, container);</pre></h3>
<h2 class="title"> Dieudonne Operator</h2>
<h3 class="subtitle"><pre style='text-shadow:none'>CGAL::Dieudonne_operator(statue, container);</pre></h3>
</li>

<li style="background-image: url({{ BASE_PATH }}/images/April24/Finite_coxeter.svg.png); -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;">
<h2 class="title">Wrapping</h2>
<h3 class="subtitle"><pre style='text-shadow:none'>CGAL::alpha_wrap();</pre></h3>
<h2 class="title">Bourbaki Graph</h2>
<h3 class="subtitle"><pre style='text-shadow:none'>CGAL::make_Bourbaki_graph();</pre></h3>
</li>

<li style="background-image: url({{ BASE_PATH }}/images/April24/tencommandments.jpeg); -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;">
<h2 class="title">Triangulations</h2>
<h3 class="subtitle"><pre style='text-shadow:none'>CGAL::make_triangulation();</pre></h3>
<h2 class="title">Leray Triangulations</h2>
<h3 class="subtitle"><pre style='text-shadow:none'>CGAL::make_Leray_triangulation();</pre></h3>
</li>

<li style="background-image: url({{ BASE_PATH }}/images/April24/tradebalance.png); -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;">
Expand All @@ -31,8 +31,8 @@ <h3 class="subtitle"><pre style='text-shadow:none'>CGAL::AABB_tree tree(faces(su
</li>

<li style="background-image: url({{ BASE_PATH }}/images/April24/Seifert.png); -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;">
<h2 class="title">The Heat Method</h2>
<h3 class="subtitle"><pre style='text-shadow:none'>CGAL::Heat_method_3::estimate_geodesic_distances();</pre></h3>
<h2 class="title">The Cartan Method</h2>
<h3 class="subtitle"><pre style='text-shadow:none'>CGAL::Cartan_method_3::estimate_hyperbolic_distances();</pre></h3>
</li>
<!--
<li style="background-image: url({{ BASE_PATH }}/images/segmentation.png); -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;">
Expand Down

0 comments on commit bf7eb3c

Please sign in to comment.