about summary refs log tree commit diff
diff options
context:
space:
mode:
authorzsloan2023-07-05 19:44:37 +0000
committerzsloan2023-07-05 19:44:37 +0000
commit90fd3006f383f4a7627bd3723571a2cd3f25a42f (patch)
treec471de0bc7f4cf9ee06701fe8950be712054cebc
parentf0e23b684022fd0287760712f0035c5b3da3ad53 (diff)
downloadgenenetwork2-90fd3006f383f4a7627bd3723571a2cd3f25a42f.tar.gz
Remove broken Time Machine link
Add GN3 Github link
Move News Twitter feed below Links (at least until the Twitter embed
starts working again)
-rwxr-xr-xwqflask/wqflask/templates/index_page.html25
1 files changed, 12 insertions, 13 deletions
diff --git a/wqflask/wqflask/templates/index_page.html b/wqflask/wqflask/templates/index_page.html
index a9908457..5edf78f8 100755
--- a/wqflask/wqflask/templates/index_page.html
+++ b/wqflask/wqflask/templates/index_page.html
@@ -276,15 +276,6 @@
                         </div>
                     </div>
                 </section>
-                <section id="news-section">
-                    <div class="page-header">
-                        <h2>News</h2>
-                    </div>
-                    <a class="twitter-timeline" height="300" href="https://twitter.com/GeneNetwork2?ref_src=twsrc%5Etfw">Tweets by GeneNetwork2</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
-                    <div align="right">
-                        <a href="https://twitter.com/GeneNetwork2">more news items...</a>
-                    </div>
-		        </section>
                 <section id="websites">
                     <div class="page-header">
                         <h2>Links</h2>
@@ -293,6 +284,7 @@
                         <li>Github</li>
                         <ul>
                             <li><a href="https://github.com/genenetwork/genenetwork2">GN2 Source Code</a></li>
+                            <li><a href="https://github.com/genenetwork/genenetwork3">GN3 Source Code</a></li>
                             <li><a href="https://github.com/genenetwork/genenetwork">GN1 Source Code</a></li>
                             <li><a href="https://github.com/genenetwork/sysmaintenance">System Maintenance Code</a></li>
                         </ul>
@@ -300,15 +292,13 @@
                     <ul>
                         <li>GeneNetwork v2</li>
                         <ul>
-                            <li><a href="http://genenetwork.org/">Main website</a> at UTHSC</li>
+                            <li><a href="https://genenetwork.org/">Main website</a> at UTHSC</li>
                         </ul>
                     </ul>
                     <ul>
                         <li>GeneNetwork v1</li>
                         <ul>
                             <li><a href="http://gn1.genenetwork.org/">Main website</a> at UTHSC</li>
-                            <li><span class="broken_link" href="http://artemis.uthsc.edu/">Time Machine</span>: Full GN versions from 2009 to 2016 (mm9)</li>
-                            Cloud (EC2)</a></li>
                         </ul>
                     </ul>
                     <ul>
@@ -322,7 +312,16 @@
                             <li><a href="http://www.webgestalt.org/">WebGestalt</a> at Baylor</li>
                         </ul>
                     </ul>
-               </section>
+                </section>
+                <section id="news-section">
+                    <div class="page-header">
+                        <h2>News</h2>
+                    </div>
+                    <a class="twitter-timeline" height="300" href="https://twitter.com/GeneNetwork2?ref_src=twsrc%5Etfw">Tweets by GeneNetwork2</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
+                    <div align="right">
+                        <a href="https://twitter.com/GeneNetwork2">more news items...</a>
+                    </div>
+		        </section>
             </div>
         </div>
     </div>