-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpublications.html
112 lines (95 loc) · 4.93 KB
/
publications.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
100
101
102
103
104
105
106
107
108
109
110
111
112
<!DOCTYPE HTML>
<!--
Telemetry by Pixelarity
pixelarity.com | [email protected]
License: pixelarity.com/license
-->
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-7NGD19FCGC"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-7NGD19FCGC');
</script>
<title>MOODS by MD2K</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
</head>
<body id="top">
<!-- Header -->
<header id="header">
<!-- Logo -->
<div class="logo">
<a href="index.html">MOODS</a><span> The <a href="https://www.md2k.org" target="_blank">MD2K Center of Excellence</a> at <a href="https://www.memphis.edu" target="_blank">The University of Memphis</a> </span>
</div>
<!-- Nav -->
<nav id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="results.html">Results</a></li>
<!--<li><a href="index.html">Visualizations</a></li>-->
<!--<li><a href="index.html#participate">Participate</a></li>-->
<!--<li><a href="manual.pdf">Manual</a></li>-->
<li><a href="index.html#FAQ">FAQ</a></li>
<li><a href="terms.html">Terms</a></li>
<li><a href="team.html">Team</a></li>
<li><a href="publications.html">Publications</a></li>
</ul>
</nav>
</header>
<section id="publications" class="wrapper">
<div class="inner" >
<!-- First Publication -->
<div class="publication" style="background-color: white; padding: 20px; border-radius: 8px; margin-bottom: 30px; box-shadow: 0 4px 8px rgba(0,0,0,0.1);">
<h2 style="text-align: center; font-family: 'Arial', sans-serif; color: #333; font-weight: bold;">
Momentary Stressor Logging and Reflective Visualizations: Implications for Stress Management with Wearables
</h2>
<p style="text-align: center; font-family: 'Arial', sans-serif; color: #555; font-style: italic;">
CHI '24: Proceedings of the 2024 CHI Conference on Human Factors in Computing Systems
</p>
<div style="text-align: center; margin-top: 20px;">
<a href="https://dl.acm.org/doi/10.1145/3613904.3642662" target="_blank"
style="background-color: #0073e6; color: white; padding: 10px 20px; text-decoration: none; border-radius: 5px; font-family: 'Arial', sans-serif;">
Read Full Publication
</a>
</div>
<!-- <div style="text-align: center; margin-top: 20px;">
<p style="font-family: 'Arial', sans-serif; color: #333; font-weight: bold;">Video Presentation</p>
<iframe width="730" height="473" src="https://www.youtube.com/embed/PGwZs8tZFaY" frameborder="0" allowfullscreen></iframe>
</div> -->
<div style="text-align: center; margin-top: 20px;">
<a href="https://www.youtube.com/watch?v=PGwZs8tZFaY" target="_blank"
style="background-color: #0073e6; color: white; padding: 10px 20px; text-decoration: none; border-radius: 5px; font-family: 'Arial', sans-serif;">
Video Presentation
</a>
</div>
</div>
<!-- Future publications can be added here -->
</div>
</section>
<!-- Main -->
<footer id="footer">
<p style="text-align: center; font-size: small; margin-left: 10%; margin-right: 10%;">© 2021 MD2K Center of Excellence. All rights reserved. <br />
The MD2K Center of Excellence was established via a grant (#U54EB020404) from the National Institutes of Health (NIH), through funds provided by the trans-NIH Big Data-to-Knowledge (BD2K) initiative, and is administered by the National Institute of Biomedical Imaging and Bioengineering (NIBIB).
MD2K is currently supported by NIH grants R01CA190329, R01DE025244, R01MD010362, R01CA224537, and U01CA229437. MD2K is also supported by the National Science Foundation (NSF) grants ACI-1640813, IIS-1722646, and CNS-1823221.<br />
<a href="mailto:[email protected]" style="color: #ffffff;">[email protected]</a></p>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.selectorr.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</body>
</html>