Skip to content
Snippets Groups Projects
Unverified Commit d75e5a7f authored by Tom Wiesing's avatar Tom Wiesing
Browse files

Replace hard tab characters by spaces

parent 80b2c1de
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
{% if rollers.size > 0 %} {% if rollers.size > 0 %}
<ul class="collection with-header"> <ul class="collection with-header">
<li class="collection-header"> <li class="collection-header">
<h5>{{role.name}}(s)</h5></li> <h5>{{role.name}}(s)</h5></li>
{% for person in rollers %} {% for person in rollers %}
<li class="collection-item avatar"> <li class="collection-item avatar">
<img src="/{{person.pic}}" alt="" class="circle"/> <img src="/{{person.pic}}" alt="" class="circle"/>
......
...@@ -82,8 +82,8 @@ layout: default ...@@ -82,8 +82,8 @@ layout: default
{% if page.website %} {% if page.website %}
<div class="card-action"> <div class="card-action">
{% if page.website %} {% if page.website %}
<a target="_blank" href="{{page.website}}">Website</a> <a target="_blank" href="{{page.website}}">Website</a>
&nbsp; &nbsp;
{% endif %} {% endif %}
<a href="https://kwarc.info/{{ page.account }}/publications.html">Publications</a> <a href="https://kwarc.info/{{ page.account }}/publications.html">Publications</a>
......
...@@ -43,7 +43,7 @@ layout: default ...@@ -43,7 +43,7 @@ layout: default
{% if page.repository %} {% if page.repository %}
<a target="_blank" href="{{ page.repository }}">Repository</a> <a target="_blank" href="{{ page.repository }}">Repository</a>
&nbsp; &nbsp;
{% endif %} {% endif %}
<a href="https://kwarc.info/{{ page.account }}/publications.html">Publications</a> <a href="https://kwarc.info/{{ page.account }}/publications.html">Publications</a>
</div> </div>
{% endif %} {% endif %}
......
...@@ -12,11 +12,11 @@ people: ...@@ -12,11 +12,11 @@ people:
- dmueller - dmueller
- frabe - frabe
- tpollinger - tpollinger
collaborators: collaborators:
- Dr. Thomas Koprucki (WIAS Berlin) - Dr. Thomas Koprucki (WIAS Berlin)
- Dr. Karsten Tabelov (WIAS Berlin) - Dr. Karsten Tabelov (WIAS Berlin)
funding: internal funding: internal
--- ---
The MaMoReD projects studies whether and how the flexiformalization of mathematical The MaMoReD projects studies whether and how the flexiformalization of mathematical
......
...@@ -15,7 +15,7 @@ people: ...@@ -15,7 +15,7 @@ people:
collaborators: collaborators:
- Prof. William Farmer (McMaster University) - Prof. William Farmer (McMaster University)
- Prof. Jacques Carette (McMaster University) - Prof. Jacques Carette (McMaster University)
funding: internal funding: internal
--- ---
......
...@@ -12,9 +12,9 @@ menu_order: 101 ...@@ -12,9 +12,9 @@ menu_order: 101
<table style="border: 1px solid black"> <table style="border: 1px solid black">
<col width="33%"/> <col width="33%"/>
<col width="33%"/> <col width="33%"/>
<col width="33%"/> <col width="33%"/>
<tbody> <tbody>
<tr style="border: 1px solid black"> <tr style="border: 1px solid black">
<td colspan="3"> <td colspan="3">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment