-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·178 lines (150 loc) · 7.34 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
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
<!DOCTYPE html>
<!--
Copyright 2015 Erik Nijenhuis <erik@xerdi.com>.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#1a237e">
<title>Githru Demo</title>
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet">
<link href="material/css/ripples.min.css" rel="stylesheet">
<link href="material/css/material-wfont.min.css" rel="stylesheet">
<link href="css/flipper.css" rel="stylesheet">
<link rel=" shortcut icon" href="./favicon.ico">
<link rel="icon" href="./favicon.ico">
</head>
<body>
<div class="navbar navbar-inverse" style="background-color: #2196f3;">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-responsive-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="javascript:void(0)">Githru Demo</a>
</div>
</div>
<div class="container">
<div id="example-row" class="row">
<div class="btn btn-default btn-lg btn-block" style="cursor: default; margin-bottom: 0px; padding-bottom: 0px;">Welcome to <b>Githru</b> Demo!!! <br>Click the project you would like to see!</div>
<div style="text-align: center;">
<h5>As each demo page is provided by GitHub page, it takes time to load resources. Please wait!!</h5>
<h5>Also, please use Full screen mode and hide Toolbar!!</h5> <br>
</div>
<div class="col-xs-12 col-md-4 full-card">
<div class="flip-card active-card">
<div class="card" style="background-color: #bbdefb;color: white;" onclick="window.open('https://githru.github.io/vuejs-demo/');">
<h6 style="font-size: 85px; padding-top: 75px;">Vue.js</h6>
</div>
<div class="well">
<h3>vuejs/vue</h3>
<h4>progressive js framework for web UI</h4>
</div>
</div>
</div>
<div class="col-xs-12 col-md-4 full-card">
<div class="flip-card active-card">
<div class="card" style="background-color: #c5cae9;color: white;" onclick="window.open('https://githru.github.io/realm-java-demo/');">
<h6 style="font-size: 85px; padding-top: 37px;">Realm java</h6>
</div>
<div class="well">
<h3>realm/realm-java</h3>
<h4>Java version of mobile database Realm</h4>
</div>
</div>
</div>
<div class="col-xs-12 col-md-4 full-card">
<div class="flip-card active-card">
<div class="card" style="background-color: #b3e5fc;color: white;">
<h6 style="font-size: 75px; padding-top: 77px;">Preparing</h6>
</div>
<div class="well">
<h3>prepare/preparing</h3>
<h4>preparing...</h4>
</div>
</div>
</div>
</div>
<div style="text-align: center;">
<h3>
This project is demonstrated in the paper
<em>Githru: Visual Analytics for Understanding Software Development History Through Git Metadata Analysis</em>,
which will be published in <a href="https://www.computer.org/csdl/journal/tg"> IEEE Transactions on Visualization and Computer Graphics (TVCG)</a> (Proc. <a href="http://ieeevis.org/year/2020/welcome">IEEE VIS VAST 2020</a>).
</h3> <br>
<img src="http://hcil.snu.ac.kr/system/researches/representative_images/61/retina/89860877934ce486cdfe2caadd884eb77de5a289.png" width="80%" class="center"/> <br/>
<h3>
Check the <a href="https://arxiv.org/abs/2009.03115">paper</a>, <a href="https://github.com/githru/githru">github</a>, and <a>demo video</a> for more information.
</h3>
<br>
<h5>September 2020 <br> @ copyleft <br>All wrongs reserved</h5>
</div>
</div>
<style>
.center {
display: block;
margin-left: auto;
margin-right: auto;
}
</style>
<!-- JAVASCRIPT DEPENENCIES -->
<script src="//code.jquery.com/jquery-1.10.2.min.js"></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<script src="material/js/ripples.min.js"></script>
<script src="material/js/material.min.js"></script>
<script src="js/flipper.js"></script>
<script>
// First bind the entire row to the flipper!
var flipper = new Flipper(document.getElementById("example-row"));
$("#first").click(function(e){
e.preventDefault();
flipper.setCards([{
cardIndex: "0",
activeIndex: "1"
}, {
cardIndex: "1",
activeIndex: "2"
}, {
cardIndex: "2",
activeIndex: "0"
}]);
});
$("#second").click(function(e){
e.preventDefault();
flipper.setCards([{
cardIndex: "0",
activeIndex: "0"
}, {
cardIndex: "1",
activeIndex: "1"
}, {
cardIndex: "2",
activeIndex: "2"
}]);
});
$("#third").click(function(e){
e.preventDefault();
flipper.setCards([{
cardIndex: "0",
activeIndex: "2"
}, {
cardIndex: "1",
activeIndex: "0"
}, {
cardIndex: "2",
activeIndex: "1"
}]);
});
</script>
</body>
</html>