Skip to content

Commit 4a013ca

Browse files
committed
Added entire Circular Sankey app software, without lib, bin, and obj.
1 parent 54650ca commit 4a013ca

File tree

137 files changed

+94361
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

137 files changed

+94361
-0
lines changed

ApplicationInsights.config

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<ApplicationInsights xmlns="http://schemas.microsoft.com/ApplicationInsights/2013/Settings">
3+
<TelemetryInitializers>
4+
<Add Type="Microsoft.ApplicationInsights.DependencyCollector.HttpDependenciesParsingTelemetryInitializer, Microsoft.AI.DependencyCollector"/>
5+
<Add Type="Microsoft.ApplicationInsights.WindowsServer.AzureRoleEnvironmentTelemetryInitializer, Microsoft.AI.WindowsServer"/>
6+
<Add Type="Microsoft.ApplicationInsights.WindowsServer.AzureWebAppRoleEnvironmentTelemetryInitializer, Microsoft.AI.WindowsServer"/>
7+
<Add Type="Microsoft.ApplicationInsights.WindowsServer.BuildInfoConfigComponentVersionTelemetryInitializer, Microsoft.AI.WindowsServer"/>
8+
<Add Type="Microsoft.ApplicationInsights.Web.WebTestTelemetryInitializer, Microsoft.AI.Web"/>
9+
<Add Type="Microsoft.ApplicationInsights.Web.SyntheticUserAgentTelemetryInitializer, Microsoft.AI.Web">
10+
<!-- Extended list of bots:
11+
search|spider|crawl|Bot|Monitor|BrowserMob|BingPreview|PagePeeker|WebThumb|URL2PNG|ZooShot|GomezA|Google SketchUp|Read Later|KTXN|KHTE|Keynote|Pingdom|AlwaysOn|zao|borg|oegp|silk|Xenu|zeal|NING|htdig|lycos|slurp|teoma|voila|yahoo|Sogou|CiBra|Nutch|Java|JNLP|Daumoa|Genieo|ichiro|larbin|pompos|Scrapy|snappy|speedy|vortex|favicon|indexer|Riddler|scooter|scraper|scrubby|WhatWeb|WinHTTP|voyager|archiver|Icarus6j|mogimogi|Netvibes|altavista|charlotte|findlinks|Retreiver|TLSProber|WordPress|wsr-agent|http client|Python-urllib|AppEngine-Google|semanticdiscovery|facebookexternalhit|web/snippet|Google-HTTP-Java-Client-->
12+
<Filters>search|spider|crawl|Bot|Monitor|AlwaysOn</Filters>
13+
</Add>
14+
<Add Type="Microsoft.ApplicationInsights.Web.ClientIpHeaderTelemetryInitializer, Microsoft.AI.Web"/>
15+
<Add Type="Microsoft.ApplicationInsights.Web.OperationNameTelemetryInitializer, Microsoft.AI.Web"/>
16+
<Add Type="Microsoft.ApplicationInsights.Web.OperationCorrelationTelemetryInitializer, Microsoft.AI.Web"/>
17+
<Add Type="Microsoft.ApplicationInsights.Web.UserTelemetryInitializer, Microsoft.AI.Web"/>
18+
<Add Type="Microsoft.ApplicationInsights.Web.AuthenticatedUserIdTelemetryInitializer, Microsoft.AI.Web"/>
19+
<Add Type="Microsoft.ApplicationInsights.Web.AccountIdTelemetryInitializer, Microsoft.AI.Web"/>
20+
<Add Type="Microsoft.ApplicationInsights.Web.SessionTelemetryInitializer, Microsoft.AI.Web"/>
21+
</TelemetryInitializers>
22+
<TelemetryModules>
23+
<Add Type="Microsoft.ApplicationInsights.DependencyCollector.DependencyTrackingTelemetryModule, Microsoft.AI.DependencyCollector"/>
24+
<Add Type="Microsoft.ApplicationInsights.Extensibility.PerfCounterCollector.PerformanceCollectorModule, Microsoft.AI.PerfCounterCollector">
25+
<!--
26+
Use the following syntax here to collect additional performance counters:
27+
28+
<Counters>
29+
<Add PerformanceCounter="\Process(??APP_WIN32_PROC??)\Handle Count" ReportAs="Process handle count" />
30+
...
31+
</Counters>
32+
33+
PerformanceCounter must be either \CategoryName(InstanceName)\CounterName or \CategoryName\CounterName
34+
35+
NOTE: performance counters configuration will be lost upon NuGet upgrade.
36+
37+
The following placeholders are supported as InstanceName:
38+
??APP_WIN32_PROC?? - instance name of the application process for Win32 counters.
39+
??APP_W3SVC_PROC?? - instance name of the application IIS worker process for IIS/ASP.NET counters.
40+
??APP_CLR_PROC?? - instance name of the application CLR process for .NET counters.
41+
-->
42+
</Add>
43+
<Add Type="Microsoft.ApplicationInsights.Extensibility.PerfCounterCollector.QuickPulse.QuickPulseTelemetryModule, Microsoft.AI.PerfCounterCollector"/>
44+
<Add Type="Microsoft.ApplicationInsights.WindowsServer.DeveloperModeWithDebuggerAttachedTelemetryModule, Microsoft.AI.WindowsServer"/>
45+
<Add Type="Microsoft.ApplicationInsights.WindowsServer.UnhandledExceptionTelemetryModule, Microsoft.AI.WindowsServer"/>
46+
<Add Type="Microsoft.ApplicationInsights.WindowsServer.UnobservedExceptionTelemetryModule, Microsoft.AI.WindowsServer"/>
47+
<Add Type="Microsoft.ApplicationInsights.Web.RequestTrackingTelemetryModule, Microsoft.AI.Web">
48+
<Handlers>
49+
<!--
50+
Add entries here to filter out additional handlers:
51+
52+
NOTE: handler configuration will be lost upon NuGet upgrade.
53+
-->
54+
<Add>System.Web.Handlers.TransferRequestHandler</Add>
55+
<Add>Microsoft.VisualStudio.Web.PageInspector.Runtime.Tracing.RequestDataHttpHandler</Add>
56+
<Add>System.Web.StaticFileHandler</Add>
57+
<Add>System.Web.Handlers.AssemblyResourceLoader</Add>
58+
<Add>System.Web.Optimization.BundleHandler</Add>
59+
<Add>System.Web.Script.Services.ScriptHandlerFactory</Add>
60+
<Add>System.Web.Handlers.TraceHandler</Add>
61+
<Add>System.Web.Services.Discovery.DiscoveryRequestHandler</Add>
62+
<Add>System.Web.HttpDebugHandler</Add>
63+
</Handlers>
64+
</Add>
65+
<Add Type="Microsoft.ApplicationInsights.Web.ExceptionTrackingTelemetryModule, Microsoft.AI.Web"/>
66+
</TelemetryModules>
67+
<TelemetryProcessors>
68+
<Add Type="Microsoft.ApplicationInsights.Extensibility.PerfCounterCollector.QuickPulse.QuickPulseTelemetryProcessor, Microsoft.AI.PerfCounterCollector"/>
69+
<Add Type="Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.AdaptiveSamplingTelemetryProcessor, Microsoft.AI.ServerTelemetryChannel">
70+
<MaxTelemetryItemsPerSecond>5</MaxTelemetryItemsPerSecond>
71+
</Add>
72+
</TelemetryProcessors>
73+
<TelemetryChannel Type="Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.ServerTelemetryChannel, Microsoft.AI.ServerTelemetryChannel"/>
74+
<!--
75+
Learn more about Application Insights configuration with ApplicationInsights.config here:
76+
http://go.microsoft.com/fwlink/?LinkID=513840
77+
78+
Note: If not present, please add <InstrumentationKey>Your Key</InstrumentationKey> to the top of this file.
79+
--></ApplicationInsights>
Lines changed: 150 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,150 @@
1+
body, html {
2+
color: #383838;
3+
font: 12px/2em sans-serif;
4+
margin: 0;
5+
padding: 0;
6+
background-color: #f7f7dc;
7+
height:90%;
8+
}
9+
h1, h2, h3, h4, h5, h6 {
10+
color: darkgreen;
11+
}
12+
#page {
13+
background: #fff none repeat scroll 0 0;
14+
margin-left: 13%;
15+
margin-right: 13%;
16+
padding-left: 6%;
17+
padding-right: 6%;
18+
}
19+
#header, #footer, #top-nav, #content, #content #contentbar, #content #sidebar {
20+
margin: 0;
21+
padding: 0;
22+
}
23+
#logo {
24+
float: left;
25+
padding: 0;
26+
width: auto;
27+
}
28+
#logo h1 a, h1 a:hover {
29+
color: darkgreen;
30+
text-decoration: none;
31+
}
32+
#logo h1 span {
33+
color: lightgreen;
34+
}
35+
#header {
36+
background: #fff none repeat scroll 0 0;
37+
height: 40px;
38+
padding-top: 10px;
39+
}
40+
#header-inner {
41+
margin: 0 auto;
42+
padding: 0;
43+
}
44+
.feature {
45+
margin-left: 13%;
46+
margin-right: 13%;
47+
padding-top: 60px;
48+
}
49+
.feature-inner {
50+
margin: auto;
51+
}
52+
.feature-inner h1 {
53+
color: green;
54+
font-size: 22px;
55+
}
56+
#top-nav {
57+
float: right;
58+
height: 37px;
59+
margin: 0 auto;
60+
padding: 0;
61+
}
62+
#top-nav ul {
63+
float: left;
64+
height: 40px;
65+
list-style: outside none none;
66+
padding: 0;
67+
}
68+
#top-nav ul li {
69+
float: left;
70+
margin: 0;
71+
padding: 0 0 0 8px;
72+
}
73+
#top-nav ul li a {
74+
color: green;
75+
display: block;
76+
margin: 0;
77+
padding: 8px 10px;
78+
text-decoration: none;
79+
}
80+
#top-nav ul li.active a, #top-nav ul li a:hover {
81+
color: lightgreen;
82+
}
83+
#content-inner {
84+
background: #fff none repeat scroll 0 0;
85+
text-align: justify;
86+
text-justify: inter-word;
87+
margin: 0 auto;
88+
padding: 60px 0;
89+
font-size:13Px;
90+
}
91+
#content #contentbar {
92+
float: left;
93+
margin: 0;
94+
padding: 0;
95+
width: 55%;
96+
}
97+
#content #contentbar .article {
98+
margin: 0 0 24px;
99+
}
100+
#content #contentbar .article img {
101+
display: block;
102+
margin: auto;
103+
max-height: 80%;
104+
max-width: 80%;
105+
}
106+
#content #sidebar {
107+
float: right;
108+
padding: 0;
109+
width: 35%;
110+
}
111+
#content #sidebar .widget-article {
112+
font-size: 14px;
113+
line-height: 1.4em;
114+
margin: 0 0 70px;
115+
}
116+
#content #sidebar .widget-article h3 a {
117+
font-size: 16px;
118+
text-decoration: none;
119+
}
120+
#footer {
121+
background: #efefef none repeat scroll 0 0;
122+
bottom: 0;
123+
left: 13%;
124+
padding-top: 20px;
125+
position: absolute;
126+
width: 74%;
127+
}
128+
#footer-inner {
129+
text-align: center;
130+
text-decoration: none;
131+
color: green;
132+
}
133+
#footer a {
134+
color: green;
135+
text-decoration: none;
136+
}
137+
.clr {
138+
clear: both;
139+
font-size: 0;
140+
line-height: 0;
141+
margin: 0;
142+
padding: 0;
143+
width: 100%;
144+
}
145+
146+
.code{
147+
background-color: #fbedbb;
148+
color: #000000;
149+
font-size: 12px;
150+
}

CircularSankeyDocumentation/code.html

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title></title>
5+
<meta charset="utf-8" />
6+
<link href="CSS/style.css" rel="stylesheet" />
7+
</head>
8+
<body>
9+
<div class="feature">
10+
<div class="feature-inner">
11+
<h1>Data Visualization</h1>
12+
<h3>An interactive visualization of supply and use tables with Sankey diagrams</h3>
13+
</div>
14+
</div>
15+
<div id="page">
16+
<header id="header">
17+
<div id="header-inner">
18+
19+
<div id="top-nav">
20+
<ul>
21+
<li><a href="home.html">Project Concept</a></li>
22+
<li><a href="documentation.html">Documentation</a></li>
23+
<li><a href="code.html">Code</a></li>
24+
<li><a href="demo.html">Demo</a></li>
25+
<li><a href="future_work.html">Future Work</a></li>
26+
</ul>
27+
</div>
28+
<div class="clr"></div>
29+
</div>
30+
</header>
31+
32+
<div id="content">
33+
<div id="content-inner">
34+
35+
The complete code can be found here-
36+
<br>
37+
<a style="color:green" href="https://github.com/Mahadi21/CircularSankeyDocumentation">https://github.com/Mahadi21/CircularSankeyDocumentation</a>
38+
<div class="clr"></div>
39+
</div>
40+
</div>
41+
42+
43+
<!--<footer id="footer">
44+
<div id="footer-inner">
45+
<p>&copy; 2017: Mahadi Hasan</p>
46+
<div class="clr"></div>
47+
</div>
48+
</footer>-->
49+
</div>
50+
</body>
51+
</html>

CircularSankeyDocumentation/demo.html

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title></title>
5+
<meta charset="utf-8" />
6+
<link href="CSS/style.css" rel="stylesheet" />
7+
</head>
8+
<body>
9+
<div class="feature">
10+
<div class="feature-inner">
11+
<h1>Data Visualization</h1>
12+
<h3>An interactive visualization of supply and use tables with Sankey diagrams</h3>
13+
</div>
14+
</div>
15+
<div id="page">
16+
<header id="header">
17+
<div id="header-inner">
18+
19+
<div id="top-nav">
20+
<ul>
21+
<li><a href="home.html">Project Concept</a></li>
22+
<li><a href="documentation.html">Documentation</a></li>
23+
<li><a href="code.html">Code</a></li>
24+
<li><a href="demo.html">Demo</a></li>
25+
<li><a href="future_work.html">Future Work</a></li>
26+
</ul>
27+
</div>
28+
<div class="clr"></div>
29+
</div>
30+
</header>
31+
32+
<div id="content">
33+
<div id="content-inner">
34+
<span style="color: green; font-size: 22px; font-family:Comic Sans MS;">Using</span> this tool requires very basic understanding of data format that has been used.
35+
A valid user id and password would also be required.
36+
<br />
37+
<br />
38+
<h2> Some screen shots of Circular Sankey</h2>
39+
40+
<h3>Login Page</h3>
41+
<img style="border:thick; display: block; margin: 0 auto; border-bottom:1px solid; padding-bottom:50px;" width="100%" src="resource_files/screen_loginPage.png" />
42+
43+
<h3>Main Page of Circular Sankey</h3>
44+
<img style="border:thick; display: block; margin: 0 auto; border-bottom:1px solid; padding-bottom:50px;" width="100%" src="resource_files/screen_06.png" />
45+
46+
<h3>Control Parameters Circular Sankey</h3>
47+
<img style="border:thick; display: block; margin: 0 auto; padding-bottom:50px;" src="resource_files/screen_02.png" />
48+
49+
<h3>Control Parameters Circular Sankey</h3>
50+
<img style="border:thick; display: block; margin: 0 auto; padding-bottom:50px;" src="resource_files/screen_03.png" />
51+
<h3>User History Page</h3>
52+
<img style="border:thick; display: block; margin: 0 auto; border-bottom:1px solid; padding-bottom:50px;" width="100%" src="resource_files/screen_04.png" />
53+
54+
<h3>User Creation and Authorization Page</h3>
55+
<img style="border:thick; display: block; margin: 0 auto; border-bottom:1px solid; padding-bottom:50px;" width="100%" src="resource_files/screen_07.png" />
56+
<!--<iframe style="padding-left:25%" width="560" height="360" src="https://www.youtube.com/embed/wGvq0X9ueGc" frameborder="0" allowfullscreen></iframe>-->
57+
58+
<div class="clr"></div>
59+
</div>
60+
</div>
61+
62+
63+
<!--<footer id="footer">
64+
<div id="footer-inner">
65+
<p>&copy; 2017: Mahadi Hasan</p>
66+
<div class="clr"></div>
67+
</div>
68+
</footer>-->
69+
</div>
70+
</body>
71+
</html>
72+

0 commit comments

Comments
 (0)