Author: apico
Date: 2011-09-28 16:59:28 -0700 (Wed, 28 Sep 2011)
New Revision: 27022
Added:
new_cytoscape_website/trunk/publications_tumblr.html
Modified:
new_cytoscape_website/trunk/index.html
Log:
added publications rss feed to front page
Modified: new_cytoscape_website/trunk/index.html
===================================================================
--- new_cytoscape_website/trunk/index.html 2011-09-28 23:37:59 UTC (rev
27021)
+++ new_cytoscape_website/trunk/index.html 2011-09-28 23:59:28 UTC (rev
27022)
@@ -318,7 +318,9 @@
<!-- News 1: Tumblr -->
<div class="news">
<h3>Featured News<a href="http://cytoscape.tumblr.com/"
target="_top"><img src="images/icon/tumblr.png"/></a></h3>
- <iframe id="frame" src="news_tumblr.html" height="590" width="700"
frameborder="0" scrolling="auto"> </iframe>
+ <iframe id="frame" src="news_tumblr.html" height="140" width="700"
frameborder="0" scrolling="no"> </iframe>
+ <h3>Featured Publications<a
href="http://cytoscape-publications.tumblr.com/" target="_top"><img
src="images/icon/tumblr.png"/></a></h3>
+ <iframe id="frame" src="publications_tumblr.html" height="450"
width="700" frameborder="0" scrolling="no"> </iframe>
</div>
<!-- Funding Agency -->
Added: new_cytoscape_website/trunk/publications_tumblr.html
===================================================================
--- new_cytoscape_website/trunk/publications_tumblr.html
(rev 0)
+++ new_cytoscape_website/trunk/publications_tumblr.html 2011-09-28
23:59:28 UTC (rev 27022)
@@ -0,0 +1,43 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+<link href="css/main.css" type="text/css" rel="stylesheet" media="screen">
+<title>News</title>
+<script type="text/javascript"
+src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
+<script type="text/javascript"
src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.1/jquery-ui.min.js"></script>
+<style type="text/css">
+body {
+ background:#FFF;
+}
+
+.frame {
+ background:#FFF;
+}
+
+.frame .entry {
+ float:none;
+}
+
+.frame .entry img {
+ display:block;
+ margin:15px auto;
+}
+
+
+.frame h5 {
+ color:#FFF;
+ margin:2px 2px 8px 2px;
+ padding:2px 15px;
+ background:#999;
+}
+</style>
+</head>
+<body>
+ <div class="frame">
+ <script type="text/javascript"
src="http://cytoscape-publications.tumblr.com/api/read/json"></script>
+ <script type="text/javascript" src="js/tumblr_feed.js"></script>
+ </div>
+</body>
+</html>
\ No newline at end of file
--
You received this message because you are subscribed to the Google Groups
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/cytoscape-cvs?hl=en.