-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfeatures.html
More file actions
124 lines (105 loc) · 4.8 KB
/
features.html
File metadata and controls
124 lines (105 loc) · 4.8 KB
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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
<!DOCTYPE HTML>
<!-- Website template by freewebsitetemplates.com -->
<html>
<head>
<meta charset="UTF-8">
<title>Projects</title>
<link rel="stylesheet" href="css/style.css" type="text/css">
</head>
<body>
<div id="header">
<div>
<ul id="navigation">
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="aboutone.html">Timeline</a>
</li>
</ul>
</div>
</div>
<div id="contents">
<div class="features">
<div>
<h2>Process Behavior Chart</h2>
<img src="images/data.png" alt="Img">
<a href="https://jnorm.shinyapps.io/new-app/" target="" class=""><button class="btn-hover color-8">App</button></a>
<a href="https://github.com/JesseNormand/shiny_dat/blob/main/my_port_app.R" target="" class=""><button class="btn-hover color-8">Code</button></a>
<a href="https://github.com/JesseNormand/shiny_dat/blob/main/README.md" target="" class=""><button class="btn-hover color-8">Description</button></a>
<p>
Process behavior charts, also known as control charts, are powerful measuring tools for analyzing business processes.
I have used this tool extensivley to measure and monitor a process. I created an app to visualize the effects of probable inputs.
</p>
<div class="buttons"></div>
</div>
<div>
<h2>Profit Loss Risk Score</h2>
<img src="images/profit.png" alt="Img">
<a href="https://jnorm.shinyapps.io/ProfitLossSim/" target="" class=""><button class="btn-hover color-8">App</button></a>
<a href="https://github.com/JesseNormand/simulation/blob/main/sim_app_reactive.R" target="" class=""><button class="btn-hover color-8">Code</button></a>
<a href="https://github.com/JesseNormand/simulation/blob/main/README.md" target="" class=""><button class="btn-hover color-8">Description</button></a>
<p>
Have you ever been asked a business question related to the outcome of a scenario? I certainly have. With this simulation app, I can compute a profit loss risk probability using the Monte Carlo Method.
</p>
<div class="buttons"></div>
</div>
<div>
<h2>Tableau Dashboard</h2>
<img src="images/bar.png" alt="Img">
<a href="dashboard.html" target="" class=""><button class="btn-hover color-8">Dashboard</button></a>
<p>
Census.gov recently released updated Housing Vacancies and Homeownership data. In this dashboard I am presenting the US median asking rent prices from 2000 to 2022 (Q2).
</p>
<div class="buttons"></div>
</div>
<div>
<div>
<h2>Tableau Dashboard</h2>
<img src="images/bar.png" alt="Img">
<a href="dashboardt.html" target="" class=""><button class="btn-hover color-8">Dashboard</button></a>
<p>
Gross Housing Vacancy Rates % per Sate | 2022 Q1 & Q2 Comparison.
</p>
<div class="buttons"></div>
</div>
<div>
<h2>Natural Processing Language</h2>
<img src="images/language.png" alt="Img">
<a href="https://jnorm.shinyapps.io/datbot_senti/" target="" class=""><button class="btn-hover color-8">App</button></a>
<a href="https://github.com/JesseNormand/shiny_datbot/blob/main/sentiment_script_for_app.R" target="" class=""><button class="btn-hover color-8">Code</button></a>
<a href="https://github.com/JesseNormand/shiny_datbot/blob/main/README.md" target="" class=""><button class="btn-hover color-8">Description</button></a>
<p>
In today's social network environment, delivering exceptional customer and user experience is critical to maintaining a loyal customer base.
One method we can utilize to monitor our customer feedback is through sentiment analysis.
</p>
<div class="buttons"></div>
</div>
<div>
<h2>KPI Dashboard</h2>
<img src="images/kpi.png" alt="Img">
<a href="https://rpubs.com/Jnorm/927643/" target="" class=""><button class="btn-hover color-8">App</button></a>
<a href="https://github.com/JesseNormand/kpi/blob/main/Sales_Dash.Rmd" target= "" class=""><button class="btn-hover color-8">Code</button></a>
<a href="https://github.com/JesseNormand/kpi/blob/main/README.md" target="" class=""><button class="btn-hover color-8">Description</button></a>
<p>
Measuring and monitoring KPIs are essential to a good business process strategy. Keeping score and collecting measurable data is critical for providing meaningful and deliverable insights.
</p>
<div class="buttons"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="footer">
<div class="clearfix">
<div id="connect">
<a href="https://github.com/JesseNormand/" target="" class=""><img src="images/github.png" alt="Img" height="50" width="50"></a><a href="https://www.linkedin.com/in/jessenormand/" target="" class=""><img src="images/linked.png" alt="Img" height="50" width="50"></a>
</div>
<p>
© 2022 jessenormand. All Rights Reserved.
</p>
</div>
</div>
</body>
</html>