about summary refs log tree commit diff
path: root/sourcecodes/home_upload.php
diff options
context:
space:
mode:
authorziejd22017-09-14 15:39:41 -0500
committerziejd22017-09-14 15:57:50 -0500
commitc4f926438dcb8abe805e910399940f79ff643c4b (patch)
tree3146d05ada5cf4b48d9bdd16c1baa498e8df7192 /sourcecodes/home_upload.php
parent57ebf49403b75dcf8482d174b59f7fd2a961d98e (diff)
downloadBNW-c4f926438dcb8abe805e910399940f79ff643c4b.tar.gz
Add files via upload
Diffstat (limited to 'sourcecodes/home_upload.php')
-rw-r--r--sourcecodes/home_upload.php34
1 files changed, 34 insertions, 0 deletions
diff --git a/sourcecodes/home_upload.php b/sourcecodes/home_upload.php
new file mode 100644
index 00000000..09af0910
--- /dev/null
+++ b/sourcecodes/home_upload.php
@@ -0,0 +1,34 @@
+<?php 
+
+include("header_new.inc");
+?>
+
+<!-- Site navigation menu -->
+<ul class="navbar2">
+<li><a href="upload_structure_file.php">Upload data and structure files</a>
+</ul>
+<ul class="navbar">
+  <li><a href="help.php#file_format" target="_blank">Data formatting guidelines</a>
+  <li><a href="help.php" target="_blank">Help</a>
+  <li><a href="home.php">Home</a>
+</ul>
+
+<div id="outer">
+<!-- Main content -->
+<br>
+<br>
+<h1>Investigate networks with a known structure</h1>
+<br>
+<p align="justify"> 
+  BNW can be used to study and make predictions for models with a known structure. To use this feature, click the "Upload data and structure files" button below to upload the file containing the data for each of the variables in the network. Then, upload a file containing the network structure. Guidelines for formatting the data and structure data files can be found <a href="help.php#file_format">here</a>.
+<br>
+<br>
+<FORM METHOD="LINK" ACTION="upload_structure_file.php">
+<INPUT TYPE="submit" VALUE="Upload data and structure files" style="color: #fff; padding: 2px 5px; border: 2px solid; border-color: black black black black; background-color: #33339f; font-family: Georgia, ..., serif; font-size: 18px;
+display: block; height: 30px; width: 300px;">
+</FORM>
+</p>
+<br>
+</div>
+</body>
+</html>
\ No newline at end of file