Skip to content

Commit f6a9ad9

Browse files
committed
fix bugs, add project page
1 parent c2f4012 commit f6a9ad9

File tree

4 files changed

+40
-9
lines changed

4 files changed

+40
-9
lines changed

_includes/home_page/carousel.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</ol>
1919
<div class="carousel-inner" role="listbox">
2020
<div class="carousel-item active">
21-
<a href="/projects.html#modular-deep-learning-modular-deep-learning">
21+
<a href="/projects.html#modular-deep-learning">
2222
<img class="d-block img-fluid"
2323
src="/img/modular.png"
2424
alt="Modularity Project">
@@ -32,7 +32,7 @@
3232
</a>
3333
</div>
3434
<div class="carousel-item">
35-
<a href="https://www.cs.iastate.edu/announcements/dependable-data-driven-discovery-institute">
35+
<a href="/projects.html#d4-dependable-data-driven-discovery">
3636
<img class="d-block img-fluid"
3737
src="/img/d4-tripods.png"
3838
alt="Dr. Hridesh Rajan will lead $1.5 Million NSF TRIPODS Phase I Institute Grant">

_includes/projects_page.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
<div id="link-{{ include.name }}" class="project-header space-above">
2-
<a class="no_toc" href="{{ include.link }}" id="{{ include.name }}">
1+
<div id="link-{{ include.name | slugify }}" class="project-header space-above">
2+
<a class="no_toc" href="{{ include.link }}" id="{{ include.name | slugify }}">
33
<h3>
4-
{{include.name}}
4+
{{ include.name }}
55
</h3>
66
</a>
77
</div>
88
<div markdown="1">
9-
### {{include.name}} {#{{include.name}}}
9+
### {{ include.name }} {#{{ include.name | slugify }}}
1010
{:.no-display}
1111
</div>

modularity/index.html

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
layout: page
3+
title: Modular Deep Learning Project
4+
---
5+
<div class="card">
6+
<div class="card-body">
7+
<h2 class="card-title">Project Objectives</h2>
8+
<ul class="card-text">
9+
<li>1st.</li>
10+
<li>2nd.</li>
11+
</ul>
12+
</div>
13+
</div>
14+
<div class="card">
15+
<div class="card-body">
16+
<h2 class="card-title">Methodology</h2>
17+
<p class="card-text">......</p>
18+
</div>
19+
</div>
20+
21+
<div class="card">
22+
<div class="card-body">
23+
<h2 class="card-title">Results</h2>
24+
<p class="card-text">... </p>
25+
</div>
26+
</div>
27+
28+
<div class="card">
29+
<div class="card-body">
30+
<h2 class="card-title">Expected Outcomes</h2>
31+
<p class="card-text"> ... </p>
32+
</div>
33+
</div>

projects.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@ layout: page
2222
This is crazy. ToC currently doesn't strip out the formatting on the header, so the regular header would link to the website rather than the location on the page. What you see above is a workaround for that.
2323
{% endcomment %}
2424

25-
26-
27-
{% include projects_page.html name="Modular Deep Learning" link="papers/ESEC-FSE-20b/" %}
25+
{% include projects_page.html name="Modular Deep Learning" link="modularity/" %}
2826

2927
[Modular Deep Learning](papers/ESEC-FSE-20b/) project is studying a class of
3028
machine learning algorithms known as deep learning that has received much attention

0 commit comments

Comments
 (0)