-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
137 lines (97 loc) · 5.26 KB
/
index.html
File metadata and controls
137 lines (97 loc) · 5.26 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
125
126
127
128
129
130
131
132
133
134
135
136
137
<head>
<link rel="stylesheet" href="style/master.css">
<script src="modules/script.js" defer></script>
</head>
<body>
<!-- <h1>Actions with No Potential</h1> -->
<div class= "banner">
<img class="banner" src="assets/images/Actions with no potential copy.png" alt="Actions with no Potential" width="500">
</div>
<div class="body">
<!-- Website Menu -->
<div class = "separator">
<div class ="menu">
<a href="index.html">
<button >Podcast</button>
</a>
<a href="guests.html">
<button class="word" >Guests</button>
</a>
<a href="authors.html">
<button >Authors</button>
</a>
<a href="wc.html">
<button >Works Cited</button>
</a>
<a href="ghost.html">
<button >Ghosts</button>
</a>
</div>
</div>
<div class ="opening">
<div class="heading-bubble">
<h1>Synopsis</h1>
</div>
<div style="padding: 35px" class="text-bubble">
<p>Today we sit down to speak with Judgment and Decisions professor Dr. Diego Fernandez-Duque and computer science professor Dr. Rajeev Alur to discuss the neuroscience behind
decision making, criminal sentencing decisions, and whether human decision making processes have unique advantages over proposed computerized decison making.
The Github repository can be found <a href="https://github.com/cs-powell/Podcast"> here</a> </p>
</div>
<!-- <div class="heading-bubble">
<h1>Table of Contents</h1>
</div>
<div class="table-of-contents">
<li>Neuroscience Speciifc Topic 1</li>
<li>Neuroscience Speciifc Topic 2</li>
<li>Neuroscience Speciifc Topic 3</li>
</div> -->
</div>
<div class="transcript-box">
<!-- ABOVE THE SUBTITLES -->
<h1>TRANSCRIPT </h1>
<!-- <div class ="sticky-box">
<h1>Control Panel</h1>
<audio id="audiofile" src="assets/audio/yt5s.com - Vuelta del Fuego (128 kbps).mp3" controls></audio><br>
<div id="question-box">
<div class="question-display"><img src="assets/images/qmark.gif" class="profile-photos"> Current Question Will Appear Here <img src="assets/images/qmark.gif" class="profile-photos"></div>
</div>
</div> -->
<!-- THE SUBTITLES -->
<div class="twoColumn">
<div id = "subtitle-box">
<!-- <div id="subtitles"></div> -->
</div>
<div id="control-panel" class ="sticky-box-RIGHT">
<span style="
background-color: black; width: 100%;
justify-items: center; padding: inherit;
border-top-left-radius: inherit;
border-top-right-radius: inherit;">
<h1>Control Panel</h1>
</span>
<audio id="audiofile" src="assets/audio/FINAL PODCAST.mp3" style="margin-top: 10px;"
controls></audio><br>
<div style="display: flex; flex-direction: column;">
<div style="display: flex; flex-direction: row;">
<h1 id="autoscroll" style=" margin-right: 20px; color: white;">Toggle Autoscroll</h1>
<label id="scroll-switch1"class="switch">
<input type="checkbox" id="scroll-switch">
<span class="slider"></span>
</label>
</div>
<div style="display: flex; flex-direction: row;">
<h1 id="autoscroll" style=" margin-right: 20px; color: white;">Presentation Mode</h1>
<label id="scroll-switch2"class="switch">
<input type="checkbox" id="scroll-switch2">
<span class="slider"></span>
</label>
</div>
<div id="question-box">
<!-- inside here will be elements with question display class -->
<!-- <div class="question-display"><img src="assets/images/qmark.gif" class="profile-photos"> Current Question Will Appear Here <img src="assets/images/qmark.gif" class="profile-photos"></div> -->
</div>
</div>
</div>
</div>
</div>
</body>