-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·577 lines (507 loc) · 20.4 KB
/
index.html
File metadata and controls
executable file
·577 lines (507 loc) · 20.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
<!DOCTYPE html>
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/html">
<head>
<title>IEDE</title>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- FontAwesome CSS -->
<link rel="stylesheet" href="css/font-awesome.min.css">
<!-- ElegantFonts CSS -->
<link rel="stylesheet" href="css/elegant-fonts.css">
<!-- themify-icons CSS -->
<link rel="stylesheet" href="css/themify-icons.css">
<!-- Swiper CSS -->
<link rel="stylesheet" href="css/swiper.min.css">
<!-- Styles -->
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="hero-content">
<header class="site-header">
<div class="nav-bar">
<div class="container">
<div class="row">
<div class="col-9 col-lg-3">
<div class="site-branding">
<h1 class="site-title"><a href="index.html" rel="home">IEDE<span> THU</span></a></h1>
<!--<p>Singhua University Certificate Program on "Innovation & Entrepreneurship"</p>-->
</div>
<!-- .site-branding -->
</div>
<!-- .col -->
<div class="col-3 col-lg-9 flex justify-content-end align-content-center">
<nav class="site-navigation flex justify-content-end align-items-center">
<ul class="flex flex-column flex-lg-row justify-content-lg-end align-content-center">
<li class="current-menu-item">
<a href="index.html"> Home</a>
</li>
<li>
<a href="instructor.html">Instructor</a>
</li>
<li>
<a href="agenda19.html">Agenda</a>
</li>
<li>
<a href="gallery.html">Gallery</a>
</li>
<li>
<a href="courseware.html">Courseware</a>
</li>
</ul>
<div class="hamburger-menu d-lg-none">
<span></span>
<span></span>
<span></span>
</div>
<!-- .hamburger-menu -->
<div class="header-bar-cart">
<a href="#" class="flex justify-content-center align-items-center"></a>
</div>
<!-- .header-bar-search -->
</nav>
<!-- .site-navigation -->
</div>
<!-- .col -->
</div>
<!-- .row -->
<div class="row">
<div class="header-p">Tsinghua University Certificate Program on "Innovation & Entrepreneurship"</div>
</div>
</div>
<!-- .container -->
</div>
<!-- .nav-bar -->
</header>
<!-- .site-header -->
<div class="hero-content-overlay">
<div class="container">
<div class="row">
<div class="col-12">
<div class="hero-content-wrap flex flex-column justify-content-center align-items-start">
<header class="entry-header">
<h4>Get started with courses</h4>
<h1>INNOVATING ENTREPRENEURSHIP <br/>FOR DIGITAL ECONOMY</h1>
</header>
<!-- .entry-header -->
<div class="entry-content">
<!-- <p>Director: Kris Singh</p>-->
<p>Next Program: Feb. 24 - Mar. 6, 2020</p>
</div>
<!-- .entry-content -->
<footer class="entry-footer read-more" >
<a href="https://www.wjx.top/jq/51172319.aspx" style="font-size: 20px; font-weight:bold">Apply to IEDE 2020 Spring >></a>
<!-- <a href="agenda20.html" style="font-size: 20px; font-weight:bold">Click here for Course Agenda</a>-->
<!-- <a href="agenda19.html" style="font-size: 20px; font-weight:bold">read Course Agenda:http://ise.thss.tsinghua.edu.cn/IEDE/agenda19.html</a>-->
</footer>
<!-- .entry-footer -->
</div>
<!-- .hero-content-wrap -->
</div>
<!-- .col -->
</div>
<!-- .row -->
</div>
<!-- .container -->
</div>
<!-- .hero-content-hero-content-overlay -->
</div>
<!-- .hero-content -->
<div class="container">
<div class="row">
<div class="col-12 col-lg-6">
<div class="our-course">
<h3>NOTE before registration</h3>
<p>This is an interdisciplinary program open to students of all majors at Tsinghua University, limited number of seats are also open to students from outside Tsinghua University. </p>
<p>Students outside Tsinghua University will need to apply to be admitted to this program.</p>
<!-- <p><p style="color: #383749;font-size: 20px;">Course Fee for Non--THU Students:</p> RMB 200 (Course fee can be waived for students needing financial help).</p>-->
<p>>> <a href="https://mp.weixin.qq.com/s/aZ_P7JO_ftKugGIoAJwPdg">More information</a></p>
</div>
<!-- .our-course -->
</div>
<!-- .col -->
<div class="col-12 col-lg-6">
<div class="course-objectives">
<h3>Key focus areas</h3>
<ul class="p-0 m-0 green-ticked">
<li>Evolution of Digital Economy and Technologies</li>
<li>Global Economy - Opportunities & Challenges</li>
<li>Technology Innovation Vs. Business Innovation</li>
<li>Innovating the Current Education System</li>
<li>New Skills required for New Digital Economy</li>
<li>International University Exchange Program & Networking</li><br>
</ul>
<!-- .green-ticked -->
</div>
<!-- .course-objectives -->
</div>
<!-- .col -->
<!-- <div class="col-12 more-information">-->
<!-- <p>More information:<a href="https://mp.weixin.qq.com/s/aZ_P7JO_ftKugGIoAJwPdg">https://mp.weixin.qq.com/s/aZ_P7JO_ftKugGIoAJwPdg</a></p>-->
<!-- </div>-->
</div>
<!-- .row -->
</div>
<!-- .container -->
<section class="about-section">
<div class="container">
<div class="row">
<div class="col-12 col-lg-7 align-content-lg-stretch">
<header class="heading"></header>
<!-- .heading -->
<header class="heading flex flex-wrap justify-content-between align-items-center">
<h2 class="entry-title">Program Director & Instructor</h2>
</header><br>
<h3 class="entry-title">Kris Singh</h3>
<p>Founder & CEO at SRII, Palo Alto, California, USA</p>
<a class="btn mt-4 mt-sm-0" href="www.thesrii.org">srii</a>
<a class="btn mt-4 mt-sm-0" href="https://www.linkedin.com/in/singhkris/">linkedin</a>
<a class="btn mt-4 mt-sm-0" href="https://www.linkedin.com/in/singhkris/detail/recent-activity/shares/">recent activities</a>
</div>
<!-- .col -->
<div class="col-12 col-lg-5 flex align-content-center mt-5 mt-lg-0">
<div class="position-relative">
<img src="images/a-1.jpg" style="width:100%;">
<!--<img src="images/images/a-1.jpg" alt="">-->
</div>
<!-- .iede-video -->
</div>
<!-- .col -->
</div>
<!-- .row -->
</div>
<!-- .container -->
</section>
<!-- .about-section -->
<section class="course-instructor horizontal-column courses-wrap">
<div class="container">
<div class="row">
<div class="col-12 col-lg-3">
<div class="course-content flex flex-wrap justify-content-between align-content-lg-stretch">
<div class="certification-tsing"><img src="images/Certification (1).jpg" style="width:100%;display:block;" /></div>
</div>
<!-- .course-content -->
</div>
<!-- .col -->
<div class="col-12 col-lg-3">
<div class="course-content flex flex-wrap justify-content-between align-content-lg-stretch">
<div class="certification-iede"><img src="images/Certification.2.jpg" style="width:100%; display:block;" /></div>
</div>
<!-- .course-content -->
</div>
<!-- .col -->
<div class="col-12 col-lg-6">
<header class="heading flex justify-content-between align-items-center">
<div><h2 class="entry-title">Certification</h2><br>
<p>A certificate will be awarded for students(including students from outside THU) who complete the program with following requirements:</p>
<ul class="p-0 m-0 green-ticked">
<li>Active class participation (minimum 80% class attendance)</li>
<li>Group project participation</li>
</ul>
<p></br>addition to Program Certificate, all THU students will receive one credit unit for participating in this program. Students from outside THU should consult their respective universities for similar course credit.</p>
<p>For those who are not able to have regular class attendance and not able to participate in the group projects, they are welcome to just Audit the class. They will NOT qualify for the Program Certificate.</p>
</div>
</header>
<!-- .heading -->
</div>
<!-- .col -->
</div>
<!-- .row -->
</div>
<!-- .container -->
</section>
<!-- .courses-wrap -->
<section class="about-section">
<div class="container">
<div class="row">
<div class="col-12 px-25">
<header class="heading"></header>
<!-- .heading -->
<header class="heading flex flex-wrap justify-content-between align-items-center">
<h2 class="entry-title">Course Structure</h2>
<a class="btn mt-4 mt-sm-0" href="instructor.html">view more</a>
</header><br>
<p>Date: Feb. 24 - Mar 6, 2020
</br>Location: THU Campus (Class room TBD)
</br>Duration: 10 classes for 2 weeks, 2 hrs lecture and 30 min group discussion each class</p>
<p>During this program students are required to work on group projects related to
the above subjects and do the group presentation in the class.</p>
<p>Course lectures include several invited speakers from key industry and related subjects.</p>
</div>
</div>
<!-- .row -->
</div>
<!-- .container -->
</section>
<section class="course-instructor courses-wrap">
<div class="container">
<!--<div class="row mx-m-25">-->
<div class="row">
<div class="col-12 px-25">
<header class="heading flex flex-wrap justify-content-between align-items-center">
<h2 class="entry-title">Invited Speakers & Subject Experts</h2>
<a class="btn mt-4 mt-sm-0" href="instructor.html">view more</a>
</header>
<!-- .heading -->
</div>
<!-- .col -->
<!-- <div class="col-12 col-lg-5">-->
<!-- <div class="course-instructor-coutent">-->
<!-- <div class="course-instructor-img"><img src="images/instructor .jpg" /></div>-->
<!-- <header class="entry-header flex flex-wrap align-items-center">-->
<!-- <h2 class="entry-title">Kris Singh</h2>-->
<!-- <div class="instructor-introduce">President & CEO at SRII.</div>-->
<!-- <div class="instructor-introduce">Silicon Valley, CA (www.thesrii.org)</div>-->
<!-- </header>-->
<!-- </div>-->
<!-- </div>-->
<div class="col-12">
<div class="course-instructor-coutent invited-speakers">
<ul >
<li><img src="images/2019/TimDraper.png" /></li>
<li><img src="images/2019/NaveenJain.png" /></li>
<li><img src="images/2019/SanjitSinghDang.jpg" /></li>
<li><img src="images/2019/MihaelaUlieru.png" /></li>
<li><img src="images/2019/speaker-1.jpg" /></li>
<li><img src="images/2019/speaker-2.jpg" /></li>
<li><img src="images/2019/speaker-3.jpg" /></li>
<li><img src="images/2019/speaker-4.jpg" /></li>
<li><img src="images/2019/speaker-5.jpg" /></li>
<li><img src="images/2019/speaker-6.jpg" /></li>
<li><img src="images/2019/speaker-7.jpg" /></li>
<li><img src="images/2019/speaker-8.jpg" /></li>
<li><img src="images/2019/speaker-9.jpg" /></li>
<li><img src="images/2019/speaker-11.jpg" /></li>
<li><img src="images/2019/speaker-12.jpg" /></li>
<li><img src="images/2019/speaker-14.jpg" /></li>
<li><img src="images/2019/KangpingLiu.png"></li>
<li><img src="images/2019/speaker-15.jpg" /></li>
<li><img src="images/2019/speaker-16.jpg" /></li>
<li><img src="images/2019/speaker-17.jpg" /></li>
<li><img src="images/2019/speaker-18.jpg" /></li>
<li><img src="images/2019/speaker-20.jpg" /></li>
<li><img src="images/2019/speaker-21.jpg" /></li>
<li><img src="images/2019/speaker-22.jpg" /></li>
<li><img src="images/2019/DongminChen.jpg" /></li>
<li><img src="images/2019/ParthaPratimDas.png" /></li>
<li><img src="images/2019/PaulIske.png" /></li>
</ul>
</div>
</div>
</div>
<!-- .row -->
</div>
<!-- .container -->
</section>
<!-- .courses-wrap -->
<section class="course-agenda" style="background: #f7f7f7;">
<div class="container">
<div class="row">
<div class="col-12">
<header class="heading flex justify-content-between align-items-center">
<h2 class="entry-title">Course Agenda</h2>
<a class="btn mt-4 mt-sm-0" href="agenda20.html">view more</a>
</header>
<!-- .heading -->
</div>
<!-- .col -->
<div class="col-12 col-lg-6">
<div class="featured-event-content">
<figure class="event-thumbnail position-relative m-0">
<img src="images/2018/180928.1.jpg" alt=""></a>
<div class="posted-date position-absolute">
<div class="day">28</div>
<div class="month">Sep</div>
</div>
<!-- .posted-date -->
</figure>
<!-- .event-thumbnail -->
<header class="entry-header flex flex-wrap align-items-center">
<h2 class="entry-title">Innovation & Entrepreneurship</a></h2>
<div class="event-location"><i class="fa fa-map-marker"></i> Arts South Building</div>
<div class="event-duration"><i class="fa fa-calendar"></i>17 Sept - 28 Sept</div>
</header>
<!-- .entry-header -->
</div>
<!-- .featured-event-content -->
</div>
<!-- .col -->
<div class="col-12 col-lg-6 mt-5 mt-lg-0">
<div class="event-content flex flex-wrap justify-content-between align-content-stretch">
<figure class="event-thumbnail">
<img src="images/2018/gallery-2018-5.jpeg" alt=""></a>
</figure>
<!-- .course-thumbnail -->
<div class="event-content-wrap">
<div class="entry-content">
<ul>
<li>Evolution of Digital Economy</li>
<li>Digital Economy: Challenges & Opportunities</li>
<li>Major advances in Digital Technology/Solutions/Services</li>
</ul>
</div>
<!-- .entry-content -->
</div>
<!-- .event-content-wrap -->
</div>
<!-- .event-content -->
<div class="event-content flex flex-wrap justify-content-between align-content-lg-stretch">
<figure class="event-thumbnail">
<img src="images/2018/gallery-2018-9.jpeg" alt=""></a>
</figure>
<!-- .course-thumbnail -->
<div class="event-content-wrap">
<div class="entry-content">
<ul>
<li>Innovation process/methodology/strategy</li>
<li>Startups Ecosystem/Funding models</li>
<li>Innovating Global Ecosystem: Industry, Academia, Government partnership</li>
</ul>
</div>
<!-- .entry-content -->
</div>
<!-- .event-content-wrap -->
</div>
<!-- .event-content -->
</div>
<!-- .col -->
</div>
<!-- .row -->
</div>
<!-- .container -->
</section>
<!-- .course-agenda -->
<!-- <section class="course-video">-->
<!-- <div class="container">-->
<!-- <div class="row">-->
<!-- <div class="col-12">-->
<!-- <header class="heading flex justify-content-between align-items-center">-->
<!-- <h2 class="entry-title">Course Video</h2>-->
<!-- </header>-->
<!-- <!– .heading –>-->
<!-- </div>-->
<!-- <!– .col –>-->
<!-- <div class="col-12" style="text-align: center;">-->
<!-- <video width="960" height="540" controls >-->
<!-- <source src="video/course_video_2018.mp4" type="video/mp4">-->
<!-- </video>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- </section>-->
<section class="home-gallery">
<div class="gallery-wrap flex flex-wrap">
<div class="gallery-grid gallery-grid1x1">
<a href="#"><img src="images/a.jpg" alt=""></a>
</div>
<!-- .gallery-grid -->
<div class="gallery-grid gallery-grid1x1">
<a href="#"><img src="images/b.jpg" alt=""></a>
</div>
<!-- .gallery-grid -->
<div class="gallery-grid gallery-grid2x2">
<a href="#"><img src="images/c.jpg" alt=""></a>
</div>
<!-- .gallery-grid -->
<div class="gallery-grid gallery-grid1x1">
<a href="#"><img src="images/d.jpg" alt=""></a>
</div>
<!-- .gallery-grid -->
<div class="gallery-grid gallery-grid1x1">
<a href="#"><img src="images/e.jpg" alt=""></a>
</div>
<!-- .gallery-grid -->
<div class="gallery-grid gallery-grid2x1">
<a href="#"><img src="images/g.jpg" alt=""></a>
</div>
<!-- .gallery-grid -->
<div class="gallery-grid gallery-grid2x1">
<a href="#"><img src="images/h.jpg" alt=""></a>
</div>
<!-- .gallery-grid -->
<div class="gallery-grid gallery-grid1x1">
<a href="#"><img src="images/i.jpg" alt=""></a>
</div>
<!-- .gallery-grid -->
<div class="gallery-grid gallery-grid2x2 ">
<a href="#"><img src="images/j.jpg" alt=""></a>
</div>
<!-- .gallery-grid -->
<div class="gallery-grid gallery-grid1x1">
<a href="#"><img src="images/k.jpg" alt=""></a>
</div>
<!-- .gallery-grid -->
<div class="gallery-grid gallery-grid1x1">
<a href="#"><img src="images/l.jpg" alt=""></a>
</div>
<!-- .gallery-grid -->
<div class="gallery-grid gallery-grid2x1">
<a href="#"><img src="images/m.jpg" alt=""></a>
</div>
<!-- .gallery-grid -->
<div class="gallery-grid gallery-grid3x1">
<a href="#"><img src="images/n.jpg" alt=""></a>
</div>
<!-- .gallery-grid -->
<div class="gallery-grid gallery-grid1x1">
<a href="#"><img src="images/o.jpg" alt=""></a>
</div>
<!-- .gallery-grid -->
</div>
<!-- .gallery-wrap -->
</section>
<!-- .home-gallery -->
<footer class="site-footer">
<div class="footer-widgets">
<div class="container">
<div class="row">
<div class="col-12 col-md-6 col-lg-4">
<div class="foot-about">
<a class="foot-logo" href="#"><img src="images/foot-logo.png" alt=""></a>
<P>Tsinghua University Certificate Program on "Innovation & Entrepreneurship" (Sponsored by School of Software)</P>
</div>
<!-- .foot-about -->
</div>
<!-- .col -->
<div class="col-12 col-md-6 col-lg-4 mt-5 mt-md-0">
<div class="foot-contact">
<h2>Schedule</h2>
<ul>
<li>Location: Tsinghua University Campus</li>
<li>Date: Feb. 24 - Mar 6, 2020</li>
<li>Duration for each class: 2 hrs lecture & 30 min group discussion</li>
</ul>
</div>
<!-- .foot-contact -->
</div>
<div class="col-12 col-md-6 col-lg-4 mt-5 mt-lg-0">
<div class="quick-links flex flex-wrap">
<h2 class="w-100">Quick Links</h2>
<div class="QRcode"><img src="images/2019/code2019.jpg"></div>
</div>
<!-- .quick-links -->
</div>
<!-- .col -->
</div>
<!-- .row -->
</div>
<!-- .container -->
</div>
<!-- .footer-widgets -->
</footer>
<!-- .site-footer -->
<a href="" id="toTop" style="display: block;">
<img src="images/backtop.png" style="width: 100%">
</a>
<script type='text/javascript' src='js/jquery.js'></script>
<script type='text/javascript' src='js/swiper.min.js'></script>
<script type='text/javascript' src='js/masonry.pkgd.min.js'></script>
<script type='text/javascript' src='js/jquery.collapsible.min.js'></script>
<script type='text/javascript' src='js/custom.js'></script>
<script type='text/javascript' src="js/SmoothScroll.min.js"></script>
<script type="text/javascript" src="js/move-top.js"></script>
</body>
</html>