about summary refs log tree commit diff
path: root/sourcecodes/getting_started.php
diff options
context:
space:
mode:
authorziejd22021-02-24 14:36:59 -0600
committerziejd22021-02-24 14:36:59 -0600
commit25b843f6bbacb1937bdb960777b73acbece64115 (patch)
tree88645b9d1d8a0eea19d7229555bf8805571bc8b7 /sourcecodes/getting_started.php
parent33cedf36248f616aa37d1462c69a4a3058a5d92e (diff)
downloadBNW-25b843f6bbacb1937bdb960777b73acbece64115.tar.gz
GENENET8 update
Diffstat (limited to 'sourcecodes/getting_started.php')
-rw-r--r--sourcecodes/getting_started.php29
1 files changed, 22 insertions, 7 deletions
diff --git a/sourcecodes/getting_started.php b/sourcecodes/getting_started.php
index 15652b91..cd9e7094 100644
--- a/sourcecodes/getting_started.php
+++ b/sourcecodes/getting_started.php
@@ -1,26 +1,41 @@
+<link rel="stylesheet" href="./scripts/font-awesome.css">
+<script src="./scripts/jquery.min.js"></script>
+<script src="./scripts/accordion.js"></script>
 <?php 
 
 include("header_new.inc");
 ?>
 
 <!-- Site navigation menu -->
-<ul class="navbar">
-  <li><a href="bn_file_load_gom.php">Learn a network model from data</a>
-  <li><a href="home_upload.php">Make predictions using a known structure</a>  
+<ul class="navbar2">
+  <li><a href="bn_file_load_gom.php">Load data and begin modeling</a>
+</ul>
+   <button class="accordion">Return to a network&nbsp;<i class="fa fa-angle-down" style="font-size: 18px;"></i></button>
+  <div class="panel">
+  <ul class="navbar_ac">
+  <li><a href="enter_netID.php">Use a network ID to return to a network</a>
+  <li><a href="home_upload.php">Load data for a known structure</a>  
+  </ul>
+  </div>  
+  <button class="accordion">Other help resources&nbsp;<i class="fa fa-angle-down" style="font-size: 18px;"></i></button>
+  <div class="panel">
+  <ul class="navbar_ac">
   <li><a href="workflow.php">Tutorials and examples</a>
   <li><a href="help.php">Help</a>
   <li><a href="faq.php">FAQ</a>
+  </ul>
+  </div>  
+</ul>
+<ul class="navbar2">
   <li><a href="home.php">Home</a>
-
-
 </ul>
 
 
 <!-- Main content -->
 <div id="outer">
-<h1>Getting Started with BNW</h1>
+<h2>Getting Started with BNW</h2>
 <br>
-    <p align="justify">The Bayesian Network Webserver (BNW) is designed to be a comprehensive tool for Bayesian network modeling of biological datasets. It should allow users to, within seconds or minutes, go from having a simply formatted input file containing a dataset to using a network model to make predictions about the interactions between variables and the potential effects of experimental interventions. New users of BNW may want to start by following <a href="BNW_workflow_net1.htm">this tutorial</a> which uses an example dataset that is used to create a genetic network. An additional <a href="BNW_workflow_sci.htm">tutorial</a> provides an introduction to using the BNW structural constraint interface. Several example networks using real and synthetic data are available <a href="workflow.php">here</a>.<br>
+    <p align="justify">The Bayesian Network Webserver (BNW) is designed to be a comprehensive tool for Bayesian network modeling of biological datasets. It should allow users to, within seconds or minutes, go from having a simply formatted input file containing a dataset to using a network model to make predictions about the interactions between variables and the potential effects of experimental interventions. New users of BNW may want to start by following <a href="BNW_workflow_net1.htm" target="_blank">this tutorial</a> which uses an example dataset that is used to create a genetic network. An additional <a href="BNW_workflow_sci.htm" target="_blank">tutorial</a> provides an introduction to using the BNW structural constraint interface. Several example networks using real and synthetic data are available <a href="workflow.php">here</a>.<br>
 <br>
 BNW also provides a <a href="help.php">help</a> page that provides an overview of the use of BNW as well as a <a href="faq.php">FAQ</a> page that addresses specific questions.
 <br>