forked from aserg-ufmg/CSIndex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
216 lines (165 loc) · 7.35 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
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
<!doctype html>
<html lang="en">
<head>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-8249107-7', 'auto');
ga('send', 'pageview');
</script>
<meta name="twitter:card" content="summary" />
<meta property="og:url" content="http://csindexbr.org" />
<meta property="og:title" content="CSIndex" />
<meta property="og:description" content="CSIndex provides meaningful and transparent data about Brazilian scientific production in Computer Science. Currently, the project focus on full research papers published in selected Computer Science conferences." />
<meta property="og:image" content="http://csindexbr.org/figs/corebr-screenshot.png"/>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>CSIndex: Exploring Brazilian Scientific Production in Computer Science</title>
<link href="./css/bootstrap.min.css" rel="stylesheet">
<link href="./css/dashboard.css" rel="stylesheet">
<script src="libs/jquery-3.3.1.min.js"></script>
<script type="text/javascript">
sessionStorage.setItem('corebr_area_prefix', "se");
</script>
<script type="text/javascript">
$(document).ready(function(){
$("input[type=radio][name=research_area_btn]").click(function() {
var corebr_area_prefix = $("input[type=radio][name=research_area_btn]:checked").val();
sessionStorage.setItem('corebr_area_prefix', corebr_area_prefix);
document.getElementById('charts-frame').contentWindow.location.reload(true);
//if (corebr_area_prefix === "se") {
// document.getElementById('charts-frame').contentWindow.location.replace("charts2.html");
//} else {
// document.getElementById('charts-frame').contentWindow.location.replace("charts.html");
//}
});
});
</script>
</head>
<body>
<header>
<nav class="navbar navbar-expand-md navbar-dark fixed-top bg-dark">
<button class="navbar-toggler d-lg-none" type="button" data-toggle="collapse" data-target="#navbarsExampleDefault" aria-controls="navbarsExampleDefault" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<a class="navbar-brand" href="index.html">CSIndex</a>
<div class="collapse navbar-collapse" id="navbarsExampleDefault">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href="#">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="authors.html">Author Pages</a>
</li>
<li class="nav-item">
<a class="nav-link" href="statistics.html">Statistics</a>
</li>
<li class="nav-item">
<a class="nav-link" href="faq.html">FAQ</a>
</li>
</ul>
</div>
</nav>
</header>
<div class="container">
<div class="row">
<div class="col-sm">
<p></p>
<p>
CSIndex provides meaningful and transparent data about Brazilian
scientific production in Computer Science.
Currently, we focus on full research papers published in the main track of selected
conferences.
The papers are retrieved from <a href="http://dblp.uni-trier.de">DBLP</a>.
See our <a href="faq.html">FAQ</a> for details or
this short
<a href="https://docs.google.com/presentation/d/1rzjkRezbbcua4zYIWM9bWCLunbit58DS-6f0lzJckuE/edit#slide=id.p">
talk</a> (in Portuguese).
To report missing papers or other questions,
use this <a href="https://goo.gl/forms/kz3F1fZIKtubWYiu1">form</a> or
open an issue on <a href="https://github.com/aserg-ufmg/CSIndex/issues">GitHub</a>.
You can also follow us on <a href="https://twitter.com/csindexbr">Twitter</a>.
</p>
<p>
<b> See also</b>: <a href="authors.html">Author Pages</a> (to see papers of a given author)
* Who's talking about us:
<a href="http://informatica.ufes.br/pt-br/conteudo/ppgiufes-lidera-ranking-de-publica%C3%A7%C3%B5es-em-confer%C3%AAncias-na-%C3%A1rea-de-sistemas-de-informa%C3%A7%C3%A3o">UFES</a>,
<a href="http://www.dcc.ufmg.br/dcc/?q=pt-br/node/3124">DCC/UFMG</a>,
<a href="https://ufmg.br/comunicacao/publicacoes/boletim/edicao/resistencia-cotidiana/um-index-para-chamar-de-seu-1">Boletim UFMG</a>
</p>
<p>
</p>
</div>
</div>
<div class="row">
<div class="col-sm-3" style="background-color:WhiteSmoke;">
<div class="radio ">
<label><input type="radio" name="research_area_btn" value="se" checked> Software Engineering</label>
</div>
<div class="radio">
<label><input type="radio" name="research_area_btn" value="pl"> Programming Languages</label>
</div>
<div class="radio">
<label><input type="radio" name="research_area_btn" value="is"> Information Systems</label>
</div>
<div class="radio">
<label><input type="radio" name="research_area_btn" value="chi"> Human-Computer Interaction</label>
</div>
<div class="radio">
<label><input type="radio" name="research_area_btn" value="net"> Computer Networks</label>
</div>
<div class="radio">
<label><input type="radio" name="research_area_btn" value="mobile"> Mobile Computing</label>
</div>
<div class="radio">
<label><input type="radio" name="research_area_btn" value="ds"> Distributed Systems</label>
</div>
<div class="radio">
<label><input type="radio" name="research_area_btn" value="arch"> Computer Architecture & HPC</label>
</div>
<div class="radio">
<label><input type="radio" name="research_area_btn" value="db"> Databases</label>
</div>
<div class="radio">
<label><input type="radio" name="research_area_btn" value="ir"> Web & Information Retrieval</label>
</div>
<div class="radio">
<label><input type="radio" name="research_area_btn" value="data"> Data Mining & Machine Learning</label>
</div>
<div class="radio">
<label><input type="radio" name="research_area_btn" value="ai"> Artificial Intelligence</label>
</div>
<div class="radio">
<label><input type="radio" name="research_area_btn" value="theory"> Algorithms & Complexity</label>
</div>
<div class="radio">
<label><input type="radio" name="research_area_btn" value="security"> Security & Cryptography</label>
</div>
<div class="radio">
<label><input type="radio" name="research_area_btn" value="vision"> Computer Vision</label>
</div>
<div class="radio">
<label><input type="radio" name="research_area_btn" value="formal"> Formal Methods & Logic (under construction)</label>
</div>
</div>
<div class="col-sm-9">
<iframe name="frame-results" id="charts-frame" height=500 width=820 src="charts.html">
</iframe>
</div>
</div>
<p class="text-center">
<small>CSIndex is maintained by <a href="http://aserg.labsoft.dcc.ufmg.br/">ASERG/DCC/UFMG</a>,
under a <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY-NC-SA 4.0.
</a>license.
See <a href="faq.html">FAQ</a> for details.
</small>
</p>
</div>
<script src="libs/popper.min.js"> </script>
<script src="libs/bootstrap.min.js"></script>
</body>
</html>