forked from raden/KTAB
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
92 lines (80 loc) · 4.85 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="KTAB">
<title>KTAB</title>
<link href="web/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="web/style.css" rel="stylesheet" type="text/css">
<script src="web/vendor/jquery/jquery.min.js"></script>
<script src="web/vendor/bootstrap/js/bootstrap.min.js"></script>
</head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-86040304-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-86040304-1');
</script>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PNGSJ9B"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<div class="wrapper">
<nav class="navbar navbar-default sidebar" role="navigation">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-sidebar-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="sidebar-logo">
<a class="sidebar-link" href="index.html">
<div class="logo"><img src="web/img/logo-icon.png" alt=""></div>
<div class="logo-text"><h3>KTAB</h3></div>
</a>
</div>
</div>
<div class="collapse navbar-collapse" id="bs-sidebar-navbar-collapse-1">
<ul class="nav navbar-nav">
<li class="nav-item"><a href="index.html"><span class="icon-holder"><i class="icon home"></i></span><span class="title selected">Home</span></a></li>
<li class="nav-item"><a href="web/about.html"><span class="icon-holder"><i class="icon about"></i></span><span class="title">About KTAB</span></a></li>
<li class="nav-item"><a href="web/papers.html"><span class="icon-holder"><i class="icon papers"></i></span><span class="title">Papers & Data</span></a></li>
<li class="nav-item"><a href="web/research.html"><span class="icon-holder"><i class="icon projects"></i></span><span class="title">KTAB Research</span></a></li>
<li class="nav-item"><a href="web/software.html"><span class="icon-holder"><i class="icon software"></i></span><span class="title">KTAB Software</span></a></li>
<li class="nav-item"><a href="web/events.html"><span class="icon-holder"><i class="icon events"></i></span><span class="title">News & Events</span></a></li>
<li class="nav-item"><a href="web/tutorial/SMPTutorial.html"><span class="icon-holder"><i class="icon papers"></i></span><span class="title">User Guide</span></a></li>
<li class="nav-item"><a href="https://github.com/KAPSARC/KTAB" target="_blank"><span class="icon-holder"><i class="icon github"></i></span><span class="title">View the Project on GitHub</span></a></li>
</ul>
</div>
</nav>
<div class="page-container">
<header>
<h2>KAPSARC Toolkit for Behavioral Analysis</h2>
<h4>A Framework for Modeling Collective Decision-Making Processes (CDMPs)</h4>
</header>
<main class="main-content">
<div class="row">
<div class="col-lg-5 col-md-12 col-sm-12">
<p>KTAB is an open-source toolkit for assembling models that allow the systematic and rigorous analysis of collective decision-making processes (CDMPs).</p>
<br><p>KTAB has been developed to meet the need for widely available, state-of-the-art, supported, and open source software that facilitates the modeling and analysis of collective decision-making. The software libraries and source code for KTAB are released as open source under the MIT license.</p>
<br><p>The main development site for KTAB is the King Abdullah Center for Petroleum Studies and Research (KAPSARC) in Riyadh, Saudi Arabia. The KTAB homepage on the KAPSARC website is <a href = "https://www.kapsarc.org/openkapsarc/kapsarc-toolkit-for-behavioral-analysis-ktab/">here</a></p>
</div>
<div class="col-lg-7 col-md-12 col-sm-12">
<img class="chart" src="web/img/chart2.png">
</div>
</div>
</main>
</div>
<footer>
<span class="info">For more information email <a href="mailto:ktab@kapsarc.org">ktab@kapsarc.org</a></span>
<span class="copyright">Copyright KAPSARC. Open source MIT License</span>
</footer>
</div>
</body>
</html>