forked from StartBootstrap/startbootstrap-full-width-pics
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
107 lines (87 loc) · 5.48 KB
/
index.html
File metadata and controls
107 lines (87 loc) · 5.48 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<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>Visual Bibliography of Hispanic Periodicals</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/full-width-pics.css" rel="stylesheet">
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top">
<div class="container">
<a class="navbar-brand" href="index.html">Recovering the US Hispanic Literary Heritage</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="nav-link" href="index.html">Home
<span class="sr-only">(current)</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="history.html">History</a>
</li>
<li class="nav-item">
<a class="nav-link" href="credits.html">Credits</a>
</li>
<li class="nav-item">
<a class="nav-link" href="protocols.html">Protocols</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Header - set the background image for the header in the line below -->
<header class="py-5 bg-image-full" style="background-image: url('https://recoveryapp.github.io/collage.jpg');">
</header>
<!-- Content section -->
<section class="py-5">
<div class="container">
<h1>Visual Bibliography of Hispanic Periodicals in the United States</h1>
<p>This map is an initiative of Recovering the US Hispanic Literary Heritage's US Latino Digital Humanities program at the University of Houston. The information therein is based on the book <i><a href="https://artepublicopress.com/product/hispanic-periodicals-in-the-united-states-origins-to-1960-a-brief-history-and-comprehensive-bibliography/">Hispanic Periodicals in the United States: Origins to 1960 A Brief History and Comprehensive Bibliography</i></a> by Nicolás Kanellos and Helvetia Martell. The purpose of this visualization is to reveal the written legacy of US Latinos in serial publication form and create awareness of the historical extent to which the Latino community has made their presence in the United States. </p>
<p>*<a href="https://recoveryapp.github.io/Kanellos_A_Brief_History.pdf">Click here</a> for full text (PDF) of Nicolás Kanellos, "A Brief History of Hispanic Periodicals in the United States."
<br>
*Note that the information shown is the information we have to date. <br>
*Images included are those available.<br>
*Geographic location is designated as the center of the city of publication.
</p>
<p>Many of the periodocals contained in this map are available in the Newsbank-Readex database of Hispanic American Newspapers (1808-1980) and EBSCO's Arte Público Press Historical Collection: Series 1.
</p>
<p class="lead"><b>How to Browse</b></p>
<p>This map contains approximately two thousand extant and nonextant Hispanic periodicals. Clustered circles with numbers represent large concentrations of publications in one area. Click the circles to zoom in and see the individual pins. Click on pins to access individual periodical information, where available (image, years of publication, location, language, distribution frequency, and editor/director/proprietor). Selecting/deselecting language options in the legend displays periodical(s) that fall under the checked categories (unspecified, monolingual, bilingual, trilingual, and quadrilingual). </p>
</div>
</section>
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src="https://gbventura.github.io/Hispanic_periodicals/" allowfullscreen><p>Your browser does not support iframes.</p>
</iframe></div>
<section class="py-5">
<div class="container">
<p class="lead"><b>How to Cite this Project</b></p>
<p>This digital project is a product of decades of collaboration in its two forms (print bibliography and digital map) at Recovering the US Hispanic Literary Heritage. To cite the digital project, we suggest the following citation:</p>
<p><i>Visual Bibliography of Hispanic Periodicals in the United States.</i> Recovering the US Hispanic Literary Heritage. https://recoveryapp.github.io/index.html. Accessed [DATE].</p>
</div>
</section>
<!-- Footer -->
<footer class="py-5 bg-dark">
<div class="container">
<p class="m-0 text-center text-white">Copyright © Arte Público Press 2019
<br><a href="https://artepublicopress.com">artepublicopress.com</a></p>
</div>
<!-- /.container -->
</footer>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
</body>
</html>