-
Notifications
You must be signed in to change notification settings - Fork 1
/
impactfactor.html
198 lines (163 loc) · 4.99 KB
/
impactfactor.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
<!DOCTYPE HTML>
<!--
Helios by HTML5 UP
html5up.net | @n33co
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-71047367-1', 'auto');
ga('send', 'pageview');
</script>
<title>Concerns about IF</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 8]><link rel="stylesheet"
href="assets/css/ie8.css" /><![endif]-->
</head>
<body class="no-sidebar">
<div id="page-wrapper">
<!-- Header -->
<div id="header">
<!-- Inner -->
<div class="inner">
<header>
<h1><a href="index"
id="logo">Why
Open Research?</a></h1>
</header>
</div>
<!-- Nav -->
<nav id="nav">
<ul>
<li><a href="index">Home</a></li>
<li><a href="about">About</a></li>
<li>
<a href="#">Resources</a>
<ul>
<li><a href="gallery">Reusable images (gallery)</a></li>
<li><a href="cards">Reusable images (card
sheets)</a></li>
<li><a href="slides">Reusable slide decks</a></li>
<li><a href="oaquotes">Quotes from open advocates</a></li>
<li><a href="videos">Video primers and
webcasts</a></li>
</ul>
<li>
<a href="#">FAQ</a>
<ul>
<li><a href="journals">How do I find a
suitable open access journal?</a></li>
<li><a href="oafunds">How can I fund my open access publication?</a></li>
<li><a href="coauthors">How can I convince my coauthor or
supervisor?</a></li>
<li><a href="#">[More coming soon...]</a></li>
</ul>
</nav>
</div>
<!-- Main -->
<div class="wrapper style1">
<div class="container">
<article id="main" class="special">
<header>
<h2>What
about
impact
factor?</h2>
<p>
You
can
publish
in
high-impact
factor
journals
and
be
open.
</p>
</header>
<a href="#" class="image featured"><img src="images/impact_factor.jpg" alt="" /></a>
<p>
<center>
<h3>Please bear with us - this page is under construction. Thanks!</h3>
</center>
</p>
<p>
<center>
<img src="images/underconstruction.jpg" width="500" height="604"
style="margin:20px">
</center>
</p>
<br/>
</article>
<hr />
<!-- Footer -->
<div id="footer">
<div class="container">
<!--<div class="row">-->
<center>
<!-- Contact -->
<section class="contact">
<header>
<h3>This project is funded by: </h3>
</header>
<img src="images/shuttleworth-foundation-rgb.jpg"
width="400" height="118" style="margin:
10px">
<header>
<br/>
<br/>
<h3>This site is growing and improving. <br/>
Have questions, feedback, or want to
receive updates? </h3>
</header>
<p>Contact us by email at
whyopenresearch[at]gmail[dot]com. <br/> Connect with
'Why Open Research?' on Twitter and Facebook.</p>
<ul class="icons">
<li><a href="https://twitter.com/whyopenresearch" target="_blank"
class="icon
fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://www.facebook.com/whyopenresearch" target="_blank"
class="icon
fa-facebook"><span class="label">Facebook</span></a></li>
</ul>
</section>
<!-- Copyright -->
<div class="copyright">
<ul class="menu">
<li>© Erin C. McKiernan.
Licensed under
a <a rel="license"
href="http://creativecommons.org/licenses/by/4.0/" target="_blank">Creative
Commons Attribution 4.0 International License</a>.
</li>
<li>Design: Helios
by <a href="http://html5up.net" target="_blank">HTML5 UP</a></li>
</ul>
</div>
</center>
</div>
</div>
</div>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.onvisible.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</body>
</html>