Skip to content

Commit bca59ac

Browse files
committedOct 11, 2020
updated index
1 parent f80eae0 commit bca59ac

File tree

4 files changed

+72
-44
lines changed

4 files changed

+72
-44
lines changed
 

‎css/tf.css

+3
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,7 @@ ol {
3838
padding-left: 0;
3939
}
4040

41+
div .hideNews {
42+
display: none;
43+
}
4144

‎images/CIE-USA-GNYC-20.jpg

91.1 KB
Loading

‎images/cpp-india-20.jpg

79.1 KB
Loading

‎index.html

+69-44
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222

2323
<!-- Custom styles for this template -->
2424
<link rel="stylesheet" href="css/tf.css">
25+
2526
</head>
2627

2728
<body>
@@ -98,48 +99,81 @@ <h1><b>Taskflow </b><img src="images/logo.png" alt="Logo" style="width:2.5rem;">
9899

99100
<div class="page-header text-center"><h1><i class="far fa-newspaper"></i> News</h1></div>
100101
<hr>
102+
103+
<div class="card-deck mb-4">
104+
<div class="card">
105+
<div class="card-body">
106+
<p><a href="https://iccad.com/"><img class="card-img-top" src="images/2020_ICCAD-logo.jpg" alt="iccad"></a></p>
107+
<h5 class="card-title">Taskflow @ ICCAD 2020</h5>
108+
<p class="card-text">We will share our experience of using Taskflow to parallelize CAD in the tutorial session <q><a href="https://iccad.com/event_details?id=305-12-D">GPU Acceleration in CAD: Opportunities and Challenges</a></q> at the 2020 IEEE/ACM International Conference on Computer-aided Design (ICCAD)!</p>
109+
</div>
110+
<div class="card-footer">
111+
<small class="text-muted">Last updated on 2020/10/11</small>
112+
</div>
113+
</div>
114+
115+
<div class="card">
116+
<div class="card-body">
117+
<p><a href="https://woset-workshop.github.io/"><img class="card-img-top" src="images/woset20.png" alt="woset20"></a></p>
118+
<h5 class="card-title">Taskflow @ WOSET 2020</h5>
119+
<p class="card-text">We are presenting Taskflow at the 2020 Workshop of Open-source EDA Technology (WOSET) co-located with the International Conference on Computer-aided Design (ICCAD)!</p>
120+
</div>
121+
<div class="card-footer">
122+
<small class="text-muted">Last updated on 2020/10/11</small>
123+
</div>
124+
</div>
125+
</div>
101126

102127
<!-- new row -->
103-
<div class="card-deck">
128+
<div class="card-deck mb-4">
104129

105130
<div class="card">
106131
<div class="card-body">
107132
<p><a href="https://www.meetup.com/MUCplusplus/events/273223910/"><img class="card-img-top" src="images/mucpp-meetup.jpeg" alt="mucpp-talk"></a></p>
108133
<h5 class="card-title">Taskflow @ MUC++ 2020</h5>
109-
<p class="card-text">We are presenting Taskflow to the C++ group at München, Germany. Please join the event, <a href="https://www.meetup.com/MUCplusplus/events/273223910/">Taskflow: A General-purpose Parallel and Heterogeneous Task Programming System</a>, on Thu, Oct 22, 7:00 PM GMT+2.</p>
134+
<p class="card-text">We are presenting Taskflow to the C++ group at München, Germany. Please join the event, <q><a href="https://www.meetup.com/MUCplusplus/events/273223910/">Taskflow: A General-purpose Parallel and Heterogeneous Task Programming System</a></q>, on Thu, Oct 22, 7:00 PM GMT+2.</p>
110135
</div>
111136
<div class="card-footer">
112137
<small class="text-muted">Last updated on 2020/09/25</small>
113138
</div>
114139
</div>
140+
141+
<div class="card">
142+
<div class="card-body">
143+
<p><a href="https://www.cieusa-gnyc.org/new2019/2020-convention/"><img class="card-img-top" src="images/CIE-USA-GNYC-20.jpg" alt="mucpp-talk"></a></p>
144+
<h5 class="card-title">Taskflow @ CIE/USA-GNYC 2020</h5>
145+
<p class="card-text">We are presenting Taskflow at the CIE/USA-GNYU Annual Convention (virtual conference). Please join the event, <q><a href="https://www.cieusa-gnyc.org/new2019/2020-convention-tsung-wei-huang/">A General-purpose Parallel and Heterogeneous Task Programming System at Scale</a></q>, on Sunday, Oct 18, 2:20-3:50 PM EST.</p>
146+
</div>
147+
<div class="card-footer">
148+
<small class="text-muted">Last updated on 2020/09/21</small>
149+
</div>
150+
</div>
115151

116152
<div class="card">
117153
<div class="card-body">
118154
<p><a href="https://www.meetup.com/C-Programmer-Meetup/events/273434145/"><img class="card-img-top" src="images/barcelona-cppmeetup.jpeg" alt="barcelona-talk"></a></p>
119155
<h5 class="card-title">Taskflow @ Barcelona C++ 2020</h5>
120-
<p class="card-text">We are presenting Taskflow to the C++ group at Barcelona, Spain. Please join the event, <a href="https://www.meetup.com/C-Programmer-Meetup/events/273434145/">Taskflow: Parallel and Heterogeneous Task Programming in C++</a>, on Wed, Oct 14, 7:00 PM GMT+2.</p>
156+
<p class="card-text">We are presenting Taskflow to the C++ group at Barcelona, Spain. Please join the event, <q><a href="https://www.meetup.com/C-Programmer-Meetup/events/273434145/">Taskflow: Parallel and Heterogeneous Task Programming in C++</a></q>, on Wed, Oct 14, 7:00 PM GMT+2.</p>
121157
</div>
122158
<div class="card-footer">
123159
<small class="text-muted">Last updated on 2020/09/20</small>
124160
</div>
125161
</div>
162+
</div>
126163

164+
<!-- new row -->
165+
<div class="card-deck mb-4">
166+
127167
<div class="card">
128168
<div class="card-body">
129-
<p><a href="https://woset-workshop.github.io/"><img class="card-img-top" src="images/woset20.png" alt="woset20"></a></p>
130-
<h5 class="card-title">Taskflow @ WOSET 2020</h5>
131-
<p class="card-text">We are presenting Taskflow at the 2020 Workshop of Open-source EDA Technology (WOSET) co-located with the International Conference on Computer-aided Design (ICCAD)!</p>
169+
<p><a href="https://www.meetup.com/C-Programmer-Meetup/events/273434145/"><img class="card-img-top" src="images/cpp-india-20.jpg" alt="cpp-india-20-talk"></a></p>
170+
<h5 class="card-title">Taskflow @ Cpp-India 2020</h5>
171+
<p class="card-text">We are presenting Taskflow to the C++ group in India (Cpp-India). Please join the event, <q><a href="https://www.cppindia.co.in/TechTalk/2020/">Parallel Programming in Modern C++</a></q>, on Sat, 11:30 AM, IST.</p>
132172
</div>
133173
<div class="card-footer">
134-
<small class="text-muted">Last updated on 2020/08/04</small>
174+
<small class="text-muted">Last updated on 2020/09/20</small>
135175
</div>
136176
</div>
137-
</div>
138-
139-
<br>
140-
141-
<!-- new row -->
142-
<div class="card-deck">
143177

144178
<div class="card">
145179
<div class="card-body">
@@ -163,22 +197,10 @@ <h5 class="card-title">Taskflow @ CppCon 2020</h5>
163197
</div>
164198
</div>
165199

166-
<div class="card">
167-
<div class="card-body">
168-
<p><a href="https://iccad.com/"><img class="card-img-top" src="images/2020_ICCAD-logo.jpg" alt="iccad"></a></p>
169-
<h5 class="card-title">Taskflow @ ICCAD 2020</h5>
170-
<p class="card-text">We will share our experience of using Taskflow to parallelize CAD in the tutorial session <q><i>GPU Acceleration in CAD: Opportunities and Challenges</i></q> at the 2020 IEEE/ACM International Conference on Computer-aided Design (ICCAD)!</p>
171-
</div>
172-
<div class="card-footer">
173-
<small class="text-muted">Last updated on 2020/08/04</small>
174-
</div>
175-
</div>
176200
</div>
177201

178-
<br>
179-
180-
<!-- second row -->
181-
<div class="card-deck">
202+
<!-- new row -->
203+
<div class="card-deck hideNews mb-4">
182204

183205
<div class="card">
184206
<div class="card-body">
@@ -215,23 +237,7 @@ <h5 class="card-title">Software Award @ ACM MM</h5>
215237

216238
</div>
217239

218-
<br>
219-
220-
<!-- third row
221-
<div class="card-deck">
222-
<div class="card">
223-
<div class="card-body">
224-
<p><a href="https://www.ipdps.org/ipdps2019/2019-advance-program.html"><img class="card-img-top" src="images/ipdps-2019-logo.jpg" alt="ipdps19"></a></p>
225-
<h5 class="card-title">Taskflow @ IPDPS 2020</h5>
226-
<p class="card-text">We presented Taskflow at the 2019 IEEE International Parallel and Distributed Processing Symposium (Session 23: Programming Languages).</p>
227-
</div>
228-
<div class="card-footer">
229-
<small class="text-muted">Last updated on 2019/08/01</small>
230-
</div>
231-
</div>
232-
</div>-->
233-
234-
<p align="center"><a class="btn btn-secondary" href="#" role="button">View All News &raquo;</a></p>
240+
<p align="center"><a class="btn btn-secondary" href="#" id="moreNews" role="button">View All News &raquo;</a></p>
235241
</div> <!-- News -->
236242

237243

@@ -536,5 +542,24 @@ <h2><i class="fas fa-award"></i> Recognition</h2>
536542

537543

538544
</body>
545+
546+
<script type="text/javascript">
547+
//$('.hideNews').slice(0, 3).removeClass('hideNews');
548+
$('#moreNews').on('click', function(e) {
549+
e.preventDefault();
550+
let length = $('.hideNews').length;
551+
if(length > 0) {
552+
let button_height = $('#moreNews').height();
553+
let news = $('.hideNews').slice(0, 1);
554+
news.removeClass('hideNews');
555+
$('html, body').animate({
556+
scrollTop: news.position().top - 50
557+
}, 100);
558+
//$('.conv ').animate({
559+
// scrollTop: $('.div .hideNews:last-child').position().top
560+
//}, 'slow');
561+
}
562+
});
563+
</script>
539564
</html>
540565

0 commit comments

Comments
 (0)
Please sign in to comment.