diff --git a/Dashboard/temp.html b/Dashboard/temp.html new file mode 100644 index 0000000000000000000000000000000000000000..e558101c8673c1e69fa6c9c15b98fe638573edad --- /dev/null +++ b/Dashboard/temp.html @@ -0,0 +1,39 @@ +<!DOCTYPE html> +<html> +<head> + <title> WHY Project </title> + <meta name="viewport" content="width=device-width, user-scalable=no" /> + <link rel="stylesheet" href="stylesheet.css"> +</head> +<body> +<!-- HTML5 article tag for content --> <div id="content"> + <header> + <script src=""></script> + </header> +<img id="logo" src="logo.png" width="240" /> +<!-- H1 means 1st level heading --> <h1>Welcome project WHY</h1> +<!-- P stands for paragraph --> +<p>Whether it’s medical diagnosis, directing our social interactions, or pushing the frontiers of science, we increasingly rely on machine learning algorithms to make life or death decisions for us. The algorithms are so complex in nature that it creates a “black box” situation where even the designers cannot explain how a decision was reached. The researchers at WHY will create an api framework that will allow machine learning engineers to open this “black box” of complexity and analyze the contents.</p> +<!-- Navigation buttons --> <nav id="main_nav"> +<ul> +<!-- LI stands for list item --> +<div class="w3-sidebar w3-bar-block" style="width:25%"> + <a href="#" class="w3-bar-item w3-button">Link 1</a> + <a href="#" class="w3-bar-item w3-button">Link 2</a> + <a href="#" class="w3-bar-item w3-button">Link 3</a> +</div> +<div class="ROC"> + <span class="Receiver Operating Characteristics">Receiver Operating Characteristics</span> + <li><a href="Decision tree.html">Decision tree </a></li> + <li><a href="Log regression.html">Log regression</a></li> +</div> +<div class="AOC"> + <span class="Area Under the Curve">Area Under the Curve</span> +<li><a href="Decision tree.html">Decision tree</a></li> +<li><a href="Log regression.html">Log regression</a></li> +</div> +</ul> </nav> + </div> +</body> +</html> +