-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
147 lines (132 loc) · 6.29 KB
/
contact.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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src ="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"> </script>
<script src ="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"> </script>
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link rel="stylesheet" href="jose1.css">
<title>Hello, world!</title>
</head>
<body>
<nav class="navbar navbar-expand-lg bg-dark navbar-dark">
<div class="container-fluid">
<a class="navbar-brand" href="#">Jose Hernandez's Theses</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#collapsibleNavbar">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="collapsibleNavbar">
<ul class="navbar-nav">
<li class ="nav-item active">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class ="nav-item">
<a class="nav-link" href="data.html">BA thesis</a>
</li>
<li class ="nav-item">
<a class="nav-link" href="contact.html">MA Thesis</a>
</li>
<li class ="nav-item">
<a class="nav-link" href="about.html">Functions</a>
</li>
<li class ="nav-item">
<a class="nav-link" href="api.html">API</a>
</li>
<li class ="nav-item">
<a class="nav-link" href="datavis.html">Data Visualization</a>
</li>
</ul>
</div>
</div>
</nav>
<div id="full" class="container-fluid">
<div id= "intro" class="container-fluid">
<p id="guide" class="container-fluid">
Comparing Russian and American Military Studies on the Lessons of Mongol Military Art Utilizing Network Analysis and Close Readings
</p>
<p id="description" class="container-fluid">
This project analyzes the citations and conclusions of a corpus of Russian and Americna military works that study the Mongol military legacy in their respective armies. In this page you can find the thesis with the written analysis and the resulting citation networks produced for the Digital Studies element of the thesis.
</p>
</div>
<div>
<p id="guide">Network Visualizations</p>
<table class="table table-responsive table-bordered">
<thead>
<tr>
<th>
<iframe id="thesismaimage" src="pdf/Screenshot (5).png" width="100%" height="500px"></iframe>
</th>
<th>
<iframe id="thesismaimage" src="pdf/Screenshot (7).png" width="100%" height="500px"></iframe>
</th>
<th>
<iframe id="thesismaimage" src="pdf/legend2.png" width="100%" height="500px"></iframe>
</th>
</tr>
</thead>
<tbody>
<tr>
<td><li><a href="pdf/fullfullfinal.pdf">Link to Enlarged Graph</a></li></td>
<td><li><a href="pdf/morethan1final.pdf">Link to Enlarged Graph</a></li></td>
<td><li><a href="pdf/legend2.png">Link to Enlarged Graph</a></li></td>
</tr>
</tbody>
</table>
</div>
<div class="row">
<div class="col-md h1">
<p id="guide" class="container-fluid">
Final written Thesis
</p>
</div>
<div class="row">
<div class="col-md h1">
<iframe src="pdf/JoseHernandezMADIGSthesis.pdf" width="50%" height="700px">
</iframe>
</div>
</div>
</div>
<!-- Optional JavaScript; choose one of the two! -->
<!-- Option 1: Bootstrap Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
<footer id="foot" class="mainfooter bg-dark" role="contentinfo">
<div class="footer-middle">
<div class="container">
<div class="row">
<div class="col-md-3 col-sm-6">
<div class="footer-pad">
<h4> Contact us</h4>
<ul class="list-unstyled">
<li> <a href="#"> </a> </li>
<li> <a href="#">Email: [email protected]</a></li>
<li> <a href="#"> Phone: 633-476 </a></li>
</ul>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="footer-pad">
<h4> Navigation </h4>
<ul class="list-unstyled">
<li> <a class="nav-link active" aria-current="page" href="index.html">Home</a></li>
<li><a class="nav-link" href="data.html">BA thesis</a></li>
<li> <a class="nav-link" href="contact.html">MA Thesis</a></li>
<li><a class="nav-link" href="about.html">Functions</a> </li>
<li><a class="nav-link" href="api.html">API</a></li>
</ul>
</div>
</div>
\
</div>
<div class="row">
<div class="col-md-12 copy">
<p class="text-center"> © Copyright 2021 - HernandezInc. All rights reserved. </p>
</div>
</div>
</div>
</div>
</footer>
</body>
</html>