Skip to content

Commit

Permalink
Update webpage
Browse files Browse the repository at this point in the history
  • Loading branch information
dzoanka committed May 3, 2024
1 parent 648414f commit 49feae6
Showing 1 changed file with 85 additions and 1 deletion.
86 changes: 85 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1 +1,85 @@
<!doctype html><html><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=description content="A front-end template that helps you build fast, modern mobile web apps."><meta name=viewport content="width=device-width, initial-scale=1"><title>CyNetShare: An easy way to share your network data visualization</title><meta name=mobile-web-app-capable content=yes><link rel=icon sizes=196x196 href=images/touch/chrome-touch-icon-196x196.png><meta name=apple-mobile-web-app-capable content=yes><meta name=apple-mobile-web-app-status-bar-style content=black><meta name=apple-mobile-web-app-title content="Web Starter Kit"><meta name=msapplication-TileImage content=images/touch/ms-touch-icon-144x144-precomposed.png><meta name=msapplication-TileColor content=#3372DF><link rel=stylesheet href=styles/components/main.min.css><link rel=stylesheet href="http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700"></head><body><header class="app-bar promote-layer"><div class=app-bar-container><button class=menu><img src=images/hamburger.svg alt=Menu></button><h1 class=logo>CyNetShare</h1><section class=app-bar-actions></section></div></header><nav class="navdrawer-container promote-layer"><h4>CyNetShare</h4><ul><li><a href=#>About</a></li><li><a href=https://github.com/idekerlab/cy-graph-share/wiki>User Guide</a></li><li><a href=https://github.com/idekerlab/cy-graph-share>Source Code</a></li><li><a href="http://www.cytoscape.org/">Cytoscape</a></li></ul></nav><main><div class=container><h3 id=about class=xlarge>What is CyNetShare?</h3><p>CyNetShare is an easy way to share your network data files created with <a href="http://www.cytoscape.org/">Cytoscape</a>.</p><dl><dt class=medium>Easy to Use</dt><dl>Users can share Cytoscape.js interactive visualizations without programming.<dt class=medium>Simple</dt><dl>Once file is available as a public URL, it can be shared by copy-paste it<dt class=medium>Support Desktops and Tablets</dt><dl>It is a pure HTML5 application and supports both desktops and tablets.<dt class=medium>Open Source</dt><dl>CyNetShare is an open source project. Developers can use it as a boilarplate code for their web applications.</dl><p>This is a pilot project towards the Cytoscape Cyberinfrastructure.</p><a href="http://cynetshare.ucsd.edu" class="button--secondary medium" style="background-color: #39b1a4;"><img src=images/cy3logo.svg style="width: 100px;">Start Application</a><hr></dl></dl></dl></dl></div><div class=container><h3 id=background class=large>Background</h3></div><ul class="guides-list container"><li class="guides-list__item g--half"><div class=primary-content><h3 class=large>What is Cytoscape?</h3><p>Cytoscape is an open source platform for network analysis and visualizarion. You can prepare your network data files for CyNetShare with Cytoscape and its variety of <a href="http://apps.cytoscape.org/">Apps</a>.</p></div><div class="secondary-content light-green"><span class=themed--background></span> <img src=images/cy3logo.svg class="centering padded"></div></li><li class="guides-list__item g--half g--last"><div class=primary-content><h3 class=large>Cytoscape Cyberinfrastructure</h3><p>Cytoscape was developed as a desktop application, but now its ecosystem is expanding. CyNetShare is a pilot project towards the Cytoscape Cyberinfrastructure, an open network analysis environment.</p></div><div class="secondary-content light-blue"><span class=themed--background></span> <img src=images/CytoscapeCI2.svg class=centering></div></li></ul></main><footer><div class=container><p>&copy; 2014 The Cytoscape Consortium. Developed and Maintained by <a href=http://idekerlab.ucsd.edu/Pages/default.aspx>UC, San Diego Ideker Lab</a></p></div></footer><script src=scripts/main.min.js></script></body></html>
<!doctype html>
<html>
<head>
<meta charset=utf-8>
<meta http-equiv=X-UA-Compatible content="IE=edge">
<meta name=description content="A front-end template that helps you build fast, modern mobile web apps.">
<meta name=viewport content="width=device-width, initial-scale=1">
<title>CyNetShare: An easy way to share your network data visualization</title>
<meta name=mobile-web-app-capable content=yes>
<link rel=icon sizes=196x196 href=images/touch/chrome-touch-icon-196x196.png>
<meta name=apple-mobile-web-app-capable content=yes>
<meta name=apple-mobile-web-app-status-bar-style content=black>
<meta name=apple-mobile-web-app-title content="Web Starter Kit">
<meta name=msapplication-TileImage content=images/touch/ms-touch-icon-144x144-precomposed.png>
<meta name=msapplication-TileColor content=#3372DF>
<link rel=stylesheet href=styles/components/main.min.css>
<link rel=stylesheet href="http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700">
</head>
<body>
<header class="app-bar promote-layer">
<div class=app-bar-container>
<button class=menu><img src=images/hamburger.svg alt=Menu></button>
<h1 class=logo>CyNetShare</h1>
<section class=app-bar-actions></section>
</div>
</header>
<nav class="navdrawer-container promote-layer">
<h4>CyNetShare</h4>
<ul>
<li><a href=#>About</a></li>
<li><a href=https://github.com/idekerlab/cy-graph-share/wiki>User Guide</a></li>
<li><a href=https://github.com/idekerlab/cy-graph-share>Source Code</a></li>
<li><a href="http://www.cytoscape.org/">Cytoscape</a></li>
</ul>
</nav>
<main>
<div class=container>
<h3 id=about class=xlarge>What is CyNetShare?</h3>
<p>CyNetShare has been depricated. Use the <a href="https://www.ndexbio.org/">Network Data Exchange</a> (NDEx) project for network storing and exchanging.</p>
<p>CyNetShare is an easy way to share your network data files created with <a href="http://www.cytoscape.org/">Cytoscape</a>.</p>
<dl>
<dt class=medium>Easy to Use</dt>
<dl>
Users can share Cytoscape.js interactive visualizations without programming.
<dt class=medium>Simple</dt>
<dl>
Once file is available as a public URL, it can be shared by copy-paste it
<dt class=medium>Support Desktops and Tablets</dt>
<dl>
It is a pure HTML5 application and supports both desktops and tablets.
<dt class=medium>Open Source</dt>
<dl>CyNetShare is an open source project. Developers can use it as a boilarplate code for their web applications.</dl>
</dl>
</dl>
</dl>
</dl>
</div>
<div class=container>
<h3 id=background class=large>Background</h3>
</div>
<ul class="guides-list container">
<li class="guides-list__item g--half">
<div class=primary-content>
<h3 class=large>What is Cytoscape?</h3>
<p>Cytoscape is an open source platform for network analysis and visualizarion. You can prepare your network data files for CyNetShare with Cytoscape and its variety of <a href="http://apps.cytoscape.org/">Apps</a>.</p>
</div>
<div class="secondary-content light-green"><span class=themed--background></span> <img src=images/cy3logo.svg class="centering padded"></div>
</li>
<li class="guides-list__item g--half g--last">
<div class=primary-content>
<h3 class=large>Cytoscape Cyberinfrastructure</h3>
<p>Cytoscape was developed as a desktop application, but now its ecosystem is expanding. CyNetShare is a pilot project towards the Cytoscape Cyberinfrastructure, an open network analysis environment.</p>
</div>
<div class="secondary-content light-blue"><span class=themed--background></span> <img src=images/CytoscapeCI2.svg class=centering></div>
</li>
</ul>
</main>
<footer>
<div class=container>
<p>&copy; 2014 The Cytoscape Consortium. Developed and Maintained by <a href=http://idekerlab.ucsd.edu/Pages/default.aspx>UC, San Diego Ideker Lab</a></p>
</div>
</footer>
<script src=scripts/main.min.js></script>
</body>
</html>

0 comments on commit 49feae6

Please sign in to comment.