-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata-task-details.html
99 lines (83 loc) · 3.78 KB
/
data-task-details.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
93
94
95
96
97
98
99
<!DOCTYPE HTML>
<html>
<head>
<title>Data and Tasks</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="no-sidebar is-preload">
<div id="page-wrapper">
<!-- Header -->
<div id="header">
<!-- Inner -->
<div class="inner">
<header>
<h1><a href="index.html" id="logo">Data and Tasks</a></h1>
</header>
</div>
<!-- Nav -->
<nav id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li>
<a href="#">Dropdown</a>
<ul>
<li><a href="work-life-balance.html">Work Life Balance</a></li>
<li><a href="financial-impact.html">Financial Impact</a></li>
<li><a href="effective-meetings.html">Effective Meetings</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact-us.html">Contact Us</a></li>
</ul>
</li>
<li><a href="work-life-balance.html">Work Life Balance</a></li>
<li><a href="financial-impact.html">Financial Impact</a></li>
<li><a href="effective-meetings.html">Effective Meetings</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact-us.html">Contact Us</a></li>
</ul>
</nav>
</div>
<!-- Main -->
<div class="wrapper style2">
<article id="main" class="container special">
<header>
<h2>Model Dataset Used for this Analysis</h2>
</header>
<p>
This page provides users with a clear understanding of the model dataset we are using in this analysis. The description of the dataset and tasks we are trying to resolve and want users to solve is listed here. This product is flexible to be able to replace this model data with new meeting dataset when made available. This page can be used as a user guide.
</p>
</article>
<article id="main" class="container special">
<a href="#" class="image featured"><img src="images/pic76.001.jpeg" alt="" /></a>
<header>
<h2>Meeting Effectiveness Data Structure</h2>
</header>
<p>
Image above provides the data structure that has been used to study the effectiveness of meetings. We aggregate meetings data by meeting organizers level in the organization and the function type they belong to in the organization. This aggregation is then used across several key metrics data thatis provided in the dataset. This includes meeting day, number of meetings, meeting duration, conflicts / multi tasking / and emails sent during the meetings, and the invitee behavior to meeting notice. The data has several limitations and we do not have details behind invitees themselves. In addition, details behind multi tasking activity is not provided. So, we have to make some assumptions. The task for the users is to understand if the meetings across the organization is efficient and effective using some of the key factors.
</p>
</article>
<hr />
<!-- Footer -->
<div id="footer">
<!-- Contact -->
<section class="contact">
<header>
<h3>Want more information? <a href="contact-us.html">Contact Us.</a> </h3>
</header>
</section>
</div>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>