Skip to content

Commit 8a49bf7

Browse files
committed
images for news page, footer
2 parents a8382fd + 53a9cf6 commit 8a49bf7

21 files changed

+208
-25
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ nosetests.xml
3838
*.mo
3939
.idea
4040
env
41-
41+
.env
4242
# Python
4343
#######################
4444
frozen

main.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515

1616

1717
if __name__ == "__main__":
18-
app.run(port=5000, debug=True) # Ready to serve Flask app from the templates in www
18+
#app.run(port=5000, debug=True) # Ready to serve Flask app from the templates in www
1919

2020
# or
2121

22-
#static_app = w.freeze('./frozen')
23-
#static_app.run(port=5000, debug=False) # Ready to serve Flask app that mimics a static server
22+
static_app = w.freeze('./frozen')
23+
static_app.run(port=5000, debug=False) # Ready to serve Flask app that mimics a static server

www/_footer.mako

+40
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
<style>
2+
<<<<<<< HEAD
23
a img {
34
padding: 0px 0px 10px 0px;
5+
=======
6+
.icon {
7+
width:32px;
8+
height:32px;
9+
padding:4px;
10+
>>>>>>> 53a9cf63aacde504cb90ee9da8056eb9f2828138
411
}
512
</style>
613

@@ -10,16 +17,26 @@
1017
<div class="span1">
1118
<p>&nbsp;</p>
1219
</div>
20+
<<<<<<< HEAD
1321
<div class="span3">
1422
<h4>Open Science Framework</h4>
23+
=======
24+
<div class="span2">
25+
<h5>Open Science Framework</h5>
26+
>>>>>>> 53a9cf63aacde504cb90ee9da8056eb9f2828138
1527
<ul>
1628
<li><a href="http://openscienceframework.org/project/4znZP/wiki/home">About</a></li>
1729
<li><a href="http://openscienceframework.org/faq/">FAQ</a></li>
1830
<li><a href="http://openscienceframework.org/explore/activity/">Explore</a></li>
1931
</ul>
2032
</div>
33+
<<<<<<< HEAD
2134
<div class="span3">
2235
<h4>Center for Open Science</h4>
36+
=======
37+
<div class="span2">
38+
<h5>Center for Open Science</h5>
39+
>>>>>>> 53a9cf63aacde504cb90ee9da8056eb9f2828138
2340
<ul>
2441
<li><a href="/#contact">Contact</a></li>
2542
<li><a href="/jobs/">Jobs</a></li>
@@ -28,6 +45,7 @@
2845
</ul>
2946
</div>
3047
<div class="span2">
48+
<<<<<<< HEAD
3149
<h4>Socialize</h4>
3250
<div style="padding-right:40px;">
3351
<a href="http://twitter.com/OSFramework"><img src="/static/twitter_alt.png" alt="Twitter" height="24" width="24"></a>
@@ -44,6 +62,28 @@
4462
<div class="row">
4563
<div class="span12">
4664
<p style="font-size: 10px;"><a rel="license" href="http://creativecommons.org/licenses/by-nc/3.0/deed.en_US"><img alt="Creative Commons License" style="border-width:0; margin-right: 5px;" src="http://i.creativecommons.org/l/by-nc/3.0/80x15.png" /></a> This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc/3.0/deed.en_US">Creative Commons Attribution-NonCommercial 3.0 Unported License</a>.</a></p>
65+
=======
66+
<h5>Socialize</h5>
67+
<a href="https://groups.google.com/forum/#!forum/openscienceframework"><img class="icon" src="/static/groups.png" alt="google icon"</a>
68+
<a href="http://twitter.com/OSFramework"><img class="icon" src="/static/twitter.png" alt="twitter icon" </a>
69+
<a href="https://www.facebook.com/OpenScienceFramework"><img class="icon" src="/static/facebook.png" alt="facebook icon" </a>
70+
<a href="https://plus.google.com/103557785986281627994" rel="publisher"><img class="icon" src="/static/google+.png" alt="google+ icon" </a>
71+
<a href="www.linkedin.com/company/center-for-open-science"><img class="icon" src="/static/linkedin.png" alt="linkedin icon"</a>
72+
<!-- <ul>
73+
<li><a href="https://groups.google.com/forum/#!forum/openscienceframework">OSC Google Group</a></li>
74+
<li><a href="http://twitter.com/OSFramework">Twitter</a></li>
75+
<li><a href="https://www.facebook.com/OpenScienceFramework">Facebook</a></li>
76+
<li><a href="https://plus.google.com/103557785986281627994" rel="publisher">Google+</a></li>
77+
</ul> -->
78+
</div>
79+
</div>
80+
</div>
81+
</div>
82+
<div class="container copyright">
83+
<div class="row">
84+
<div class="span12">
85+
<p>Copyright &copy; 2011-2013 <a href="http://centerforopenscience.org">CenterforOpenScience.org</a></p>
86+
>>>>>>> 53a9cf63aacde504cb90ee9da8056eb9f2828138
4787
</div>
4888
</div>
4989
</div>

www/developers.mako

+3-4
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,10 @@
1919

2020
<h4>Grants and Bounties</h4>
2121

22-
<p>The Center for Open Science (COS) occasionally invites grant proposals or specific project bounties to increase the openness, integrity, and reproducibility of scientific research. Proposals can aim to (1) create or connect open science infrastructure, (2) enable or incentivize new practices by scientists, societies, journals, funders, libraries, or other stakeholders in science, or (3) conduct metascience research with implications for improving scientific practices. <a href="http://centerforopenscience.org/grants/">Find out more</a>.</p>
22+
<p>The Center for Open Science (COS) occasionally invites grant proposals or specific project bounties to increase the openness, integrity, and reproducibility of scientific research. Proposals can aim to (1) create or connect open science infrastructure, (2) enable or incentivize new practices by scientists, societies, journals, funders, libraries, or other stakeholders in science, or (3) conduct metascience research with implications for improving scientific practices. <a href="/grants/">Find out more</a>.</p>
2323
</span>
24-
</div>
25-
</div> <!-- placement -->
26-
</div> <!-- row -->
24+
</div> <!-- text -->
25+
</div> <!-- row -->
2726

2827
<ul class="breadcrumb">
2928
<li><a href="/">Home</a> <span class="divider">/</span></li>

www/grants.mako

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
<h3>Grant Giving</h3>
44

5-
65
<p>The Center for Open Science (COS) occasionally invites grant proposals to increase the openness, integrity, and reproducibility of scientific research. Proposals can aim to (1) create or connect open science infrastructure, (2) enable or incentivize new practices by scientists, societies, journals, funders, libraries, or other stakeholders in science, or (3) conduct metascience research with implications for improving scientific practices.</p>
76
<p>Project proposals are solutions-oriented. COS does not fund meetings to write more academic papers suggesting that someone should do something. COS funds the projects by the someone that does the something.</p>
87
<p>COS priorities are to (1) make the entire scientific workflow accessible, (2) increase scientists&#8217; accountability, (3) facilitate good practices by scientists, (4) increase reward for good practices, and (5) promote reproducibility of scientific findings.</p>

0 commit comments

Comments
 (0)