-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjournals.html
258 lines (227 loc) · 10.7 KB
/
journals.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="media/trending3.png">
<title>#TrendingInMedicine</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.css" rel="stylesheet">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" rel="stylesheet">
<!-- link for css font Ubuntu is good and so is Roboto -->
<link href='https://fonts.googleapis.com/css?family=Roboto:light' rel='stylesheet' type='text/css'>
<!--Stylesheet for logins-->
<link href="css/stylesheet.css" rel="stylesheet">
<!-- JQuery-->
<script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<!-- Javascript-->
<script src="js/login_register.js" type="text/javascript"></script>
<script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>
<style>
body{
font-family: 'Roboto', serif;
}
.dropdown-backdrop{
position: static;
}
</style>
</head>
<body id="page-top" data-spy="scroll">
<!-- line 4356 -->
<nav id="navbar" class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-main-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/" style="background-image: url("/media/favicon1.ico"); background-size:48px; width:48px"> #TiM</a>
</div>
<div class="collapse navbar-collapse navbar-center navbar-main-collapse">
<ul class="nav navbar-nav navbar-center">
<li><a href = "/journals">Journals</a></li>
<li class = "dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">#Trends
<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="/trends?topic=surgery">Surgery</a></li>
<li><a href="/trends?topic=oncology">Oncology</a></li>
<li><a href="/trends?topic=cardiology">Cardiology</a></li>
</ul>
</li>
<li><a class= "page-scroll" role="button" href = "/#team">Team</a></li>
</ul>
<ul class = "nav navbar-nav navbar-right">
<!--
Working Login Link:
<li><a href="#" data-toggle="modal" onclick="openRegisterModal();"><span class = "glyphicon glyphicon-user"></span> Sign Up</a></li>
<li><a href="#" data-toggle="modal" onclick="openLoginModal();"><span class = "glyphicon glyphicon-log-in"></span> Log In</a></li>
-->
<!-- Temporary Login Buttons: -->
<li><a href="#" data-toggle="modal"><span class = "glyphicon glyphicon-user"></span> Sign Up</a></li>
<li><a href="#" data-toggle="modal"><span class = "glyphicon glyphicon-log-in"></span> Log In</a></li>
</ul>
</div>
</div>
</nav>
<!-- Login/Signup Modal -->
<div class="modal fade login" id="loginModal">
<div class="modal-dialog login animated">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h4 class="modal-title">Login</h4>
</div>
<div class="modal-body">
<div class="box">
<div class="content">
<div class="error"></div>
<div class="form loginBox">
<form method="" action="" accept-charset="UTF-8">
<input id="email" class="form-control" type="text" placeholder="Email" name="email">
<input id="password" class="form-control" type="password" placeholder="Password" name="password">
<input class="btn btn-default btn-login" type="button" value="Login" onclick="loginAjax()">
</form>
</div>
</div>
</div>
<div class="box" >
<div class="content registerBox" style="display:none;">
<div class="form">
<form id="myForm" method="get" html="{:multipart=>true}" data-remote="true" action="/register" accept-charset="UTF-8">
<input id="name" class="form-control" type="text" placeholder="Name" name="name">
<input id="email" class="form-control" type="text" placeholder="Email" name="email">
<input id="password" class="form-control" type="password" placeholder="Password" name="password" aria-describedby="passwordHelpBlock">
<p id="passwordHelpBlock" class="form-text text-muted">
Your password must be 6-20 characters long.
</p>
<input id="password_confirmation" class="form-control" type="password" placeholder="Repeat Password" name="password_confirmation">
<input id="createacc" class="btn btn-default btn-register" type="submit" value="Create account" onclick="return validateForm();" name="commit">
</form>
</div>
</div>
</div>
</div>
<div class="modal-footer">
<div class="forgot login-footer">
<span>Looking to <a style="color: #337ab7;" href="javascript: showRegisterForm();">create an account?</a></span>
</div>
<div class="forgot register-footer" style="display:none">
<span>Already have an account?</span>
<a style="color: #337ab7;" href="javascript: showLoginForm();">Login</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class = "container" style="margin-top:80px;">
<h2>Journals</h2>
<input type="text" id="myInput" onkeyup="myFunction()" placeholder="Search for journals.." title="Type in a name">
<ul id="myUL">
<li><a href="#" class="header">A</a></li>
<li><a >Adv Surg</a></li>
<li><a >American heart journal</a></li>
<li><a >American journal of surgery</a></li>
<li><a >Annals of surgery</a></li>
<li><a >Annals of surgical innovation and research</a></li>
<li><a >Annals of surgical oncology</a></li>
<li><a >Annals of surgical treatment and research</a></li>
<li><a >Annals of the Royal College of Surgeons of England</a></li>
<li><a >ANZ journal of surgery</a></li>
<li><a href="#" class="header">B</a></li>
<li><a >Bulletin of the American College of Surgeons</a></li>
<li><a href="#" class="header">C</a></li>
<li><a >Canadian journal of surgery</a></li>
<li><a >Chest</a></li>
<li><a >Current problems in surgery</a></li>
<li><a href="#" class="header">E</a></li>
<li><a >European heart journal</a></li>
<li><a >European journal of surgical oncology : the journal of the European Society of Surgical Oncology and the British Association of Surgical Oncology</a></li>
<li><a >European surgical research</a></li>
<li><a href="#" class="header">I</a></li>
<li><a >Indian J Surg</a></li>
<li><a >International journal of surgery and research</a></li>
<li><a >International journal of surgery</a></li>
<li><a >International journal of surgical pathology</a></li>
<li><a >International surgery</a></li>
<li><a href="#" class="header">J</a></li>
<li><a >JACC. Cardiovascular interventions</a></li>
<li><a >JACC. Heart failure</a></li>
<li><a >JAMA surgery</a></li>
<li><a >Journal of investigative surgery</a></li>
<li><a >Journal of surgical education</a></li>
<li><a >Journal of Surgical Oncology</a></li>
<li><a >Journal of the American College of Cardiology</a></li>
<li><a >Journal of the American College of Surgeons</a></li>
<li><a >Journal of the American Heart Association</a></li>
<li><a href="#" class="header">M</a></li>
<li><a >Microsurgery</a></li>
<li><a >Minimally Invasive Surgery</a></li>
<li><a href="#" class="header">P</a></li>
<li><a >Pediatric surgery international</a></li>
<li><a href="#" class="header">S</a></li>
<li><a >Scandinavian journal of surgery</a></li>
<li><a >Seminars in pediatric surgery</a></li>
<li><a >Southeast Asian journal of surgery</a></li>
<li><a >Surgery</a></li>
<li><a >Surgery today</a></li>
<li><a >Surgical endoscopy</a></li>
<li><a >Surgical infections</a></li>
<li><a >Surgical innovation</a></li>
<li><a >Surgical oncology clinics of North America</a></li>
<li><a href="#" class="header">T</a></li>
<li><a >The American journal of surgical pathology</a></li>
<li><a >The American surgeon</a></li>
<li><a >The British journal of surgery</a></li>
<li><a >The European journal of surgery</a></li>
<li><a >The Journal of surgical research</a></li>
<li><a >The Journal of the International College of Surgeons</a></li>
<li><a >The Surgical clinics of North America</a></li>
<li><a href="#" class="header">U</a></li>
<li><a >Updates in surgery</a></li>
<li><a href="#" class="header">W</a></li>
<li><a >World journal of emergency surgery : WJES</a></li>
<li><a >World journal of surgery</a></li>
<li><a >World journal of surgical oncology</a></li>
</ul>
</div>
<!-- band and footer -->
<hr>
<footer style = "margin-left: 20px;">
<p> © 2017 TrendinginMedicine.</p>
</footer>
<!-- end of band and footer-->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<!-- <script>window.jQuery || document.write('<script src="js/vendor/jquery.min.js"><\/script>')</script> -->
<script src="js/jquery.easing.min.js"></script>
<script src="js/scroll.js"></script>
<script>
function myFunction() {
var input, filter, ul, li, a, i;
input = document.getElementById("myInput");
filter = input.value.toUpperCase();
ul = document.getElementById("myUL");
li = ul.getElementsByTagName("li");
for (i = 0; i < li.length; i++) {
a = li[i].getElementsByTagName("a")[0];
if (a.innerHTML.toUpperCase().indexOf(filter) > -1) {
li[i].style.display = "";
} else {
li[i].style.display = "none";
}
}
}
</script>
</body>
</html>