-
Notifications
You must be signed in to change notification settings - Fork 21
/
index.html
262 lines (205 loc) · 9.62 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
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
<!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>
<link rel="shortcut icon" type="image/x-icon" href="figs/csindexbr-favicon.ico">
<meta name="twitter:card" content="summary" />
<meta property="og:url" content="https://csindexbr.org" />
<meta property="og:title" content="CSIndexbr" />
<meta property="og:description" content="Transparent data about Brazilian scientific production in a selected group of Computer Science conferences and journals. Maintained by ASERG/DCC/UFMG." />
<meta property="og:image" content="https://csindexbr.org/figs/how-csindexbr-works.jpg"/>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Transparent data about Brazilian scientific production in a selected group of Computer Science conferences and journals. Maintained by ASERG/DCC/UFMG.">
<meta name="author" content="">
<title>CSIndexbr: 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.4.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") || (corebr_area_prefix === "pl") ||
(corebr_area_prefix === "cse") || (corebr_area_prefix === "chi") ||
(corebr_area_prefix === "vision") || (corebr_area_prefix === "dbis") ||
(corebr_area_prefix === "arch") || (corebr_area_prefix === "ds") ||
(corebr_area_prefix === "theory") || (corebr_area_prefix === "formal") ||
(corebr_area_prefix === "ir") || (corebr_area_prefix === "net") ||
(corebr_area_prefix === "bio") || (corebr_area_prefix === "robotics") ||
(corebr_area_prefix === "data") || (corebr_area_prefix === "ai") ||
(corebr_area_prefix === "security") || (corebr_area_prefix === "hardware") ||
(corebr_area_prefix === "graphics") ) {
document.getElementById('charts-frame').contentWindow.location.replace("charts2.html");
} else if ( (corebr_area_prefix === "cs") || (corebr_area_prefix === "or") ) {
document.getElementById('charts-frame').contentWindow.location.replace("charts3.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">CSIndexbr <font size="1">BETA</font></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="authors2.html">Faculty</a>
</li>
<li class="nav-item">
<a class="nav-link" href="depts2.html">Departments</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>
CSIndexbr is a system that provides transparent and meaningful data about the Brazilian scientific production in Computer Science.
<mark>We index full papers
published in the last five years by Brazilian researchers in selected
conferences and journals.</mark>
The papers are retrieved from <a href="https://dblp.org">DBLP</a>.
To report missing papers, missing authors or other questions,
use this <a href="https://goo.gl/forms/kz3F1fZIKtubWYiu1">form</a>.
</p>
<p>
<!--
For updates, follow <a href="https://twitter.com/csindexbr">@csindexbr</a> *
-->
<a href="./docs/csindexbr-slides.pdf">Slides</a> of a short talk about our system *
We are a <a href="http://gotorankings.org/">GOTO Ranking</a> *
Our code and data are available on <a href="https://github.com/aserg-ufmg/CSIndex">GitHub</a> *
Last update: October 22, 2024.
<br>
</p>
<!--
<b>See also:</b>
<a href="https://speakerdeck.com/aserg_ufmg/ufpe">Slides</a>
and <a href="https://youtu.be/rWI917loldQ">video</a>
of a talk at CIn/UFPE *
<a href="profs.html">Full list</a>
of professors with indexed papers *
Media coverage:
<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">Boletim UFMG</a>,
<a href="http://revistapesquisa.fapesp.br/2018/06/18/promessa-de-boicote/">Pesquisa FAPESP</a>,
<a href="https://blog.scielo.org/blog/2018/08/24/csindexbr-index-de-publicacoes-brasileiras-em-computacao/">Scielo</a>
-->
</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="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="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="hardware"> Hardware Design</label>
</div>
<div class="radio">
<label><input type="radio" name="research_area_btn" value="dbis"> Databases & Inf. Systems</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 & Mach. 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="formal"> Formal Methods & Logic</label>
</div>
<div class="radio">
<label><input type="radio" name="research_area_btn" value="or"> Operational Research</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="graphics"> Comp. Graphics & Multimedia</label>
</div>
<div class="radio">
<label><input type="radio" name="research_area_btn" value="robotics"> Robotics</label>
</div>
<div class="radio">
<label><input type="radio" name="research_area_btn" value="cse"> CS Education</label>
</div>
<div class="radio">
<label><input type="radio" name="research_area_btn" value="bio"> Bioinformatics & Comp. Bio.</label>
</div>
<div class="radio">
<label><input type="radio" name="research_area_btn" value="cs"> Computer Science (General)</label>
</div>
</div>
<div class="col-sm-9">
<iframe name="frame-results" id="charts-frame" height=600 width=820 src="charts2.html">
</iframe>
</div>
</div>
<p class="text-center">
<small>CSIndexbr 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>