-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
118 lines (108 loc) · 4.25 KB
/
index.html
File metadata and controls
118 lines (108 loc) · 4.25 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Workshop on Empirical Research">
<title>Workshop on Empirical Research</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #f4f4f4;
}
.container {
width: 80%;
margin: auto;
overflow: hidden;
}
header {
background: #333;
color: #fff;
padding-top: 30px;
min-height: 70px;
border-bottom: #77aaff 3px solid;
}
header h1 {
text-align: center;
text-transform: uppercase;
margin: 0;
font-size: 24px;
}
section {
padding: 20px;
background: #fff;
margin-top: 20px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
h2 {
color: #333;
}
.schedule {
background: #eee;
padding: 10px;
border-left: #77aaff 5px solid;
}
footer {
text-align: center;
padding: 20px;
background: #333;
color: #fff;
margin-top: 20px;
}
</style>
</head>
<body>
<header>
<div class="container">
<h1>Workshop on Empirical Research</h1>
</div>
</header>
<section class="container">
<h2>Workshop Overview</h2>
<p>
Join us for an insightful workshop hosted by the <strong>Strudel Lab</strong> at Carnegie Mellon University, Pittsburgh, PA. This workshop brings together experts from software engineering and grant writing to explore the emotional aspects of software development and the role of language in grant proposal success.
</p>
<h2>Keynote Sessions</h2>
<h3>Understanding Emotions in Software Development</h3>
<p><strong>Speaker:</strong> Dr. Alexander Serebrenik, Professor TU/e</p>
<p><strong>Date & Time:</strong> Oct 16, 11:00 AM - 12:00 PM</p>
<p><strong>Location:</strong> Carnegie Mellon University, Pittsburgh, PA</p>
<p>
Software developers are known to experience a wide range of emotions while performing development tasks. Emotions are closely tied to two major aspects of software engineering: problem-solving and communication within development teams. This talk will provide an overview of recent research (2021-2024) into how emotions are experienced and expressed during software development, including methodologies for studying them and tools used in such research.
</p>
<h3>The Role of Language in Grant Writing Success</h3>
<p><strong>Speaker:</strong> Dr. Huilian Sophie Qiu, Research Assistant Professor, NICO</p>
<p><strong>Date & Time:</strong> Oct 16, 12:00 PM - 1:00 PM</p>
<p><strong>Location:</strong> Carnegie Mellon University, Pittsburgh, PA</p>
<p>
Grants play a crucial role in advancing medical science, but the impact of language in grant proposals on funding decisions is still not well understood. Recent research has shown a significant rise in the use of promotional language in NIH grant proposals. In this talk, Dr. Qiu will discuss studies that analyze over 11,000 funded and rejected grant proposals to explore whether promotional language is associated with successful funding outcomes. .
</p>
<h2>Schedule</h2>
<div class="schedule">
<h3>Oct 16 - Wednesday</h3>
<ul>
<li>11:00 AM - Keynote Session 1: Understanding Emotions in Software Development</li>
<li>12:00 PM - Keynote Session 2: The Role of Language in Grant Writing Success</li>
<li>13:00 PM - Breakout Sessions</li>
</ul>
</div>
<h3>Oct 17 - Thursday - Paper Hackathon</h3>
<div class="schedule">
<ul>
<li>10:00 AM - 4:00 PM - Paper Hackathon</li>
</ul>
</div>
<h3>Oct 18 - Friday - Paper Hackathon</h3>
<div class="schedule">
<ul>
<li>10:00 AM - 4:00 PM - Paper Hackathon</li>
</ul>
</div>
</section>
<footer>
<p>© 2024 Strudel Lab, Carnegie Mellon University</p>
</footer>
</body>
</html>