-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
156 lines (134 loc) · 6.75 KB
/
index.html
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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="icon" href="img/lin.png">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<title>Lin Che</title>
<link rel="stylesheet" href="css/lin_website.css">
</head>
<body>
<div class="container">
<!--Header fixed navigation bar-->
<nav class="row navbar fixed-top navbar-expand-sm border-bottom navbar-light">
<div class="container">
<a class="navbar-brand website-name" href="index.html">Lin Che</a>
<!-- Toggler/collapsibe Button -->
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<!-- Navbar links -->
<div class="collapse navbar-collapse nav-links" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item active">
<a class="nav-link" href="index.html">Portfolio <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#" style="color: #999">Blog</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About</a>
</li>
</ul>
</div>
</div>
</nav>
<!--main body part-->
<!--thumbnails -->
<div class="container thumbnails-container">
<div class="row">
<div class="col-12 col-sm-12 col-md-6 col-lg-4 col-xl-4">
<a href="projects/sentiment_event_detection/sentiment_event_detection.html">
<img src="img/thumbnails/sentiment.jpg" alt="Sentiment-based spatial‐temporal event detection in social media data" class="img-fluid center-block thumb-img">
</a>
<h5 class="thumb-title">Sentiment-based spatial‐temporal event detection in social media data</h5>
</div>
<div class="col-12 col-sm-12 col-md-6 col-lg-4 col-xl-4">
<a href="projects/smoothpath/smoothpath.html">
<img src="img/thumbnails/smooth_path.png" alt="Smooth Path Algorithm" class="img-fluid center-block thumb-img">
</a>
<h5 class="thumb-title">Smooth Path Algorithm</h5>
</div>
<div class="col-12 col-sm-12 col-md-6 col-lg-4 col-xl-4">
<a href="projects/runow/runow.html">
<img src="img/thumbnails/runow1.png" alt="Runow Android APP" class="img-fluid center-block thumb-img">
</a>
<h5 class="thumb-title">Runow - Android APP</h5>
</div>
<div class="col-12 col-sm-12 col-md-6 col-lg-4 col-xl-4">
<a href="projects/elephant/elephant.html">
<img src="img/thumbnails/elephant.png" alt="The Trace of Elephants" class="img-fluid center-block thumb-img">
</a>
<h5 class="thumb-title">The Trace of Elephants</h5>
</div>
<div class="col-12 col-sm-12 col-md-6 col-lg-4 col-xl-4">
<a href="projects/genderincome/genderincome.html">
<img src="img/thumbnails/income_thumb.png" alt="Gender wage gap in Austria" class="img-fluid center-block thumb-img">
</a>
<h5 class="thumb-title">Gender wage gap in Austria</h5>
</div>
<div class="col-12 col-sm-12 col-md-6 col-lg-4 col-xl-4">
<a href="projects/syncvideo/syncvideo.html">
<img src="img/thumbnails/video_thumb.png" alt="Video synchronized Map" class="img-fluid center-block thumb-img">
</a>
<h5 class="thumb-title">Video synchronized Map</h5>
</div>
<div class="col-12 col-sm-12 col-md-6 col-lg-4 col-xl-4">
<a href="projects/tagmap/tagmap.html">
<img src="img/thumbnails/tagmap.png" alt="Tag & Emoji Map" class="img-fluid center-block thumb-img">
</a>
<h5 class="thumb-title">Tag & Emoji Map</h5>
</div>
<div class="col-12 col-sm-12 col-md-6 col-lg-4 col-xl-4">
<a href="projects/panoramic_map/panoramic.html">
<img src="img/thumbnails/panoramic_thumb.png" alt="Dachstein Südwand Panoramic Map" class="img-fluid center-block thumb-img">
</a>
<h5 class="thumb-title">Dachstein Südwand Panoramic Map</h5>
</div>
<div class="col-12 col-sm-12 col-md-6 col-lg-4 col-xl-4">
<a href="projects/forbiddencity/forbiddencity.html">
<img src="img/thumbnails/forbiddencity_thumb.png" alt="Forbidden City" class="img-fluid center-block thumb-img">
</a>
<h5 class="thumb-title">Forbidden City</h5>
</div>
</div>
</div>
</div>
<!--footer-->
<footer class="footer border-top">
<div class="container">
<div class="row">
<div class="col-12 col-sm-12 col-md-12 col-lg-6 col-xl-6">
<h5 class="website-name">Lin Che</h5>
<a href="mailto:[email protected]">[email protected]</a>
<br>
<a href="https://github.com/lin102">lin102.github</a>
</div>
<div class="col-12 col-sm-12 col-md-12 col-lg-6 col-xl-6">
<div class="social">
<ul>
<li class="facebook"><a href="https://www.facebook.com/linche102">Facebook</a></li>
<li class="linkedin"><a href="https://www.linkedin.com/in/linche/">LinkedIn</a></li>
<li class="github"><a href="https://github.com/lin102">Github</a></li>
<li class="twitter"><a href="https://twitter.com/linche102">Twitter</a></li>
</ul>
</div>
</div>
<div class="col-12 col-sm-12 col-md-12 col-lg-12 col-xl-12">
<p class="copyright">
Copyright© 2019 Lin Che. Opinions are solely my own
</p>
</div>
</div>
</div>
</footer>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
</body>
</html>