-
Notifications
You must be signed in to change notification settings - Fork 21
/
depts2.html
105 lines (84 loc) · 4.08 KB
/
depts2.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
<!doctype html>
<html lang="en">
<head>
<link rel="shortcut icon" type="image/x-icon" href="figs/csindexbr-favicon.ico">
<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>CSIndexbr: Brazilian CS Departments</title>
<link href="./css/bootstrap.min.css" rel="stylesheet">
<link href="./css/dashboard.css" rel="stylesheet">
</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">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="authors2.html">Faculty</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="depts2.html">Departments <span class="sr-only">(current)</span></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="col-sm-12">
<p></p>
<h2 class="text-center">Brazilian CS Departments</h2>
<p> Only departments with at least 10 faculty members with papers at CSIndexbr.
<ul>
<li> <a href="https://csindexbr.org/depts.html?d=coppeufrj">COPPE/UFRJ</a>
<li> <a href="https://csindexbr.org/depts.html?d=dccufrj">DCC/UFRJ</a>
<li> <a href="https://csindexbr.org/depts.html?d=icmcusp">ICMC/USP</a>
<li> <a href="https://csindexbr.org/depts.html?d=imeusp">IME/USP</a>
<li> <a href="https://csindexbr.org/depts.html?d=puc-rs">PUC-RS</a>
<li> <a href="https://csindexbr.org/depts.html?d=puc-rio">PUC-Rio</a>
<li> <a href="https://csindexbr.org/depts.html?d=pucpr">PUCPR</a>
<li> <a href="https://csindexbr.org/depts.html?d=uerj">UERJ</a>
<li> <a href="https://csindexbr.org/depts.html?d=ufabc">UFABC</a>
<li> <a href="https://csindexbr.org/depts.html?d=ufal">UFAL</a>
<li> <a href="https://csindexbr.org/depts.html?d=ufam">UFAM</a>
<li> <a href="https://csindexbr.org/depts.html?d=ufba">UFBA</a>
<li> <a href="https://csindexbr.org/depts.html?d=ufc">UFC</a>
<li> <a href="https://csindexbr.org/depts.html?d=ufcg">UFCG</a>
<li> <a href="https://csindexbr.org/depts.html?d=ufes">UFES</a>
<li> <a href="https://csindexbr.org/depts.html?d=uff">UFF</a>
<li> <a href="https://csindexbr.org/depts.html?d=ufmg">UFMG</a>
<li> <a href="https://csindexbr.org/depts.html?d=ufpa">UFPA</a>
<li> <a href="https://csindexbr.org/depts.html?d=ufpe">UFPE</a>
<li> <a href="https://csindexbr.org/depts.html?d=ufpr">UFPR</a>
<li> <a href="https://csindexbr.org/depts.html?d=ufrgs">UFRGS</a>
<li> <a href="https://csindexbr.org/depts.html?d=ufrn">UFRN</a>
<li> <a href="https://csindexbr.org/depts.html?d=ufsc">UFSC</a>
<li> <a href="https://csindexbr.org/depts.html?d=ufscar">UFSCar</a>
<li> <a href="https://csindexbr.org/depts.html?d=ufu">UFU</a>
<li> <a href="https://csindexbr.org/depts.html?d=unicamp">UNICAMP</a>
<li> <a href="https://csindexbr.org/depts.html?d=unifesp">UNIFESP</a>
<li> <a href="https://csindexbr.org/depts.html?d=unisinos">Unisinos</a>
<li> <a href="https://csindexbr.org/depts.html?d=utfpr">UTFPR</a>
<li> <a href="https://csindexbr.org/depts.html?d=unb">UnB</a>
</ul>
</div>
</div>
<script src="libs/jquery-3.4.1.min.js"></script>
<script src="libs/popper.min.js"> </script>
<script src="libs/bootstrap.min.js"></script>
</body>
</html>