-
Notifications
You must be signed in to change notification settings - Fork 0
/
bib.html
48 lines (47 loc) · 1.47 KB
/
bib.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Investigación Casas de Cultura | Inicio</title>
<link rel="stylesheet" href="assets/stylesheets/styles.css">
</head>
<body>
<header>
<h1 id="top"> <a href="index.html">⚛</a>Casas de cultura en Bogotá</h1>
<nav>
<a href="index.html"> Inicio</a>
<a href="historia.html"> Historia</a>
<a href="Reg_inf.html"> Registro</a>
<a href="Cor_Cas.html"> Correlacción</a>
<a href="marco.html"> Marco</a>
<a href="expe.html"> Experiencias</a>
<a href="glosario.html"> Glosario</a>
<a href="bib.html"> Bibliografía</a>
</nav>
</header>
<body>
<table>
<caption>Bibliografía Citada</caption>
<thead>
<tr>
<th>Obra citada</th>
<th>Autor</th>
<th>Año</th>
</tr>
</thead>
<tbody>
<tr>
<td>Urbanism, Culture and the Post-Industrial City: Challenging the ‘Barcelona Model.’” Jounal of Spanish Cultural Studies 2, no. 2.</td>
<td>Balibrea, Mari Paz</td>
<td> 2001</td>
</tr>
<tr>
<td>Leadership Challenges in the Inner City: Planning for Sustainable Regeneration in Birmingham and Barcelona.” Policy Studies 31, no. 4</td>
<td>Barber, Austin & Montserrat Eastway</td>
<td> 2001</td>
</tr>
</tbody>
</table>
</body>
</html>