-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
625 lines (574 loc) · 25.1 KB
/
index.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
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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="party-time">
<meta name="author" content="AMI-2018-partytime-team">
<title>party-time</title>
<link href="css/style.css" rel="stylesheet">
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic,900,900italic" rel="stylesheet" type="text/css">
<!-- Plugin CSS -->
<link href="vendor/magnific-popup/magnific-popup.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/creative.min.css" rel="stylesheet">
<!-- favicon setup -->
<link rel="icon" href="img/cheers.png">
<script type="application/javascript" src="js/style.js"></script>
</head>
<!--body of html-->
<body id="page-top">
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-light fixed-top" id="mainNav">
<div class="container-fluid">
<a class="navbar-brand js-scroll-trigger" href="#page-top">PT</a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#about">VISION</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#portfolio">AMI Features</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#steps">STEPS</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#sys-feature">SYS Features</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#architecture">Architecture</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#issue">Issue</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#services">Team</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#repo">Download</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!--short-->
<header class="masthead text-center text-white d-flex">
<div class="container my-auto">
<div class="row">
<div class="col-lg-10 mx-auto">
<h1 class="text-uppercase">
<strong>PARTY-TIME</strong>
</h1>
<hr>
</div>
<div class="col-lg-8 mx-auto">
<p id="short-description" class="text-white mb-5 padded-multiline">
When we organize a party at home a big issue that we are facing is setting the right music. Usually we choose only one type of music for the entire house, so the big question is, will everyone be satisfied? A smart multi-room system comes to answer this
question.
</p>
<p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/j3kjgrECZY0" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</p>
<a class="btn btn-primary btn-xl js-scroll-trigger" href="#about">Find Out More</a>
</div>
</div>
</div>
</header>
<!--vision-->
<section class="bg-primary" id="about">
<div class="container">
<div class="row">
<div class="col-lg-12 mx-auto text-center">
<h2 class="section-heading text-white">VISION</h2>
<hr class="light my-4">
<p class="text-faded mb-4">
The last time you attended a party, did you wonder how it would be like if you were in charge of the music? With a smart Party-Time system you will be able to do it: your house will be transformed into a plethora of music parties. The system's mission
is to make the parties more successful and interactive by adapting the playlist to the guests, by letting them vote for their favorite type of music.
</p>
<p class="text-faded mb-4">Our system will cover multiple party spaces, each playing a different type of music by interacting with the guests, such that there will be a personalized experience in each space. After leaving the party, the guests will have complete access
to the party's playlist which will be provided by the system, so that they can find the songs they enjoyed the most and listen to them again.
</p>
<a class="btn btn-light btn-xl js-scroll-trigger" href="#portfolio">Get Started!</a>
</div>
</div>
</div>
</section>
<!--AMI features -->
<section class="bg-dark" id="portfolio">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading text-white">AMI Features</h2>
<hr class="my-4">
</div>
</div>
</div>
<div class="container-fluid p-0">
<div class="row no-gutters popup-gallery">
<div class="col-lg-3 col-sm-auto">
<a class="portfolio-box" href="img/portfolio/fullsize/1.jpg">
<img class="img-fluid" src="img/portfolio/thumbnails/1.jpg" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">
intelligent
</div>
<div class="project-name">
Auto adaptive room, every single room will understand the guest’s taste, giving them
the chance to listen their preferred music
</div>
</div>
</div>
</a>
</div>
<div class="col-lg-3 col-sm-auto">
<a class="portfolio-box" href="img/portfolio/fullsize/2.jpg">
<img class="img-fluid" src="img/portfolio/thumbnails/2.jpg" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">
ubiquitus
</div>
<div class="project-name">
It does not matter in which room you are, the system is independent for each room
</div>
</div>
</div>
</a>
</div>
<div class="col-lg-3 col-sm-auto">
<a class="portfolio-box" href="img/portfolio/fullsize/3.jpg">
<img class="img-fluid" src="img/portfolio/thumbnails/3.jpg" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">
responsive
</div>
<div class="project-name">
The system respond in real time by taking the votes and make the playlist for the
majority
</div>
</div>
</div>
</a>
</div>
<div class="col-lg-3 col-sm-auto">
<a class="portfolio-box" href="img/portfolio/fullsize/4.jpg">
<img class="img-fluid" src="img/portfolio/thumbnails/4.jpg" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">
adaptive
</div>
<div class="project-name">
People going from a room to another bringing with them their preferences
</div>
</div>
</div>
</a>
</div>
</div>
</div>
</section>
<!--reasoning sensing interacting acting-->
<section id="steps">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">MAIN STEPS</h2>
<hr class="my-4">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box mt-5 mx-auto">
<i class="fa fa-4x fa-eye text-primary mb-3 sr-icons"></i>
<h3 class="mb-3">SENSING</h3>
<p>
Identifies in which room people are and if they are moving to another room
</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box mt-5 mx-auto">
<i class="fa fa-4x fa-cogs text-primary mb-3 sr-icons"></i>
<h3 class="mb-3">REASONING</h3>
<p>
Dynamic playlist adaptation based on users voting system
</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box mt-5 mx-auto">
<i class="fa fa-4x fa-hand-scissors-o text-primary mb-3 sr-icons"></i>
<h3 class="mb-3">ACTING</h3>
<p>
Adjust the light to the current music playing
</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box mt-5 mx-auto">
<i class="fa fa-4x fa-link text-primary mb-3 sr-icons"></i>
<h3 class="mb-3">INTERACTING</h3>
<p>
Real-time voting system
</p>
</div>
</div>
</div>
</div>
</section>
<!--SYSTEM features-->
<section id="sys-feature" class="bg-dark text-white">
<div class="container text-center">
<h2 class="mb-4">System feature list</h2>
</div>
<div class="container-fluid text-center">
<div class="row no-gutters">
<div class="col-md-4">
<a class="service-box">
<h5>DEFCON 1</h5>
<div>
<ol class="text-left">
<li>The system recognizes the music taste of the guests.</li>
<li>Each room has its independent audio system.</li>
<li>The system will automatically update the playlist while the party is going on.</li>
<li>The next song is played by an interactive voting system.</li>
<li>The light's color will identify a kind of music, for immediate feedback.</li>
</ol>
</div>
</a>
</div>
<div class="col-md-4">
<a class="service-box">
<h5>DEFCON 2</h5>
<div>
<ol class="text-left">
<li>The system will send the playlist to every guest during the party.</li>
<li>The system starts with background music, when the expected number of guests arrive to the party, the playlist starts to play.</li>
<li> if a guest chooses a type of music that is not the same as the room where he is in, the system can tell him in which room, the music he likes, is played.</li>
<li>Every guest is identified by a tag device, so every room will know his location.</li>
</ol>
</div>
</a>
</div>
<div class="col-md-4">
<a class="service-box">
<h5>DEFCON 3</h5>
<div>
<ol class="text-left">
<li>An emergency interface can be implemented for safety reasons.</li>
<li>Guests can interact with each other by seeing their profiles and their preferences.</li>
<li>If in the playlist there is an equal number of songs, then the multi party house will merge and converge them into one single party ready to be splitted again.
</li>
</ol>
</div>
</a>
</div>
</div>
</div>
</section>
<!--architecture-->
<section id="architecture">
<div class="container-fluid">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">HW and SW architecture</h2>
<hr class="my-4">
</div>
</div>
</div>
<div class="container-fluid p-0">
<div class="row no-gutters ">
<div class="col-md-4 col-sm-4 text-center">
<!-- Trigger the Modal -->
<img id="myImg" src="img/system_architecture_3.png" alt="System overview" class="img-half">
<!-- The Modal -->
<div id="myModal" class="modal">
<!-- The Close Button -->
<span class="close">×</span>
<!-- Modal Content (The Image) -->
<img class="modal-content" id="img01" alt="">
<!-- Modal Caption (Image Text) -->
<div id="caption"></div>
</div>
<!--
<img class="col-lg-4" id="myImg" src="img/system_architecture_2.png" alt="Image of the system">
<!-- The Modal -- >
<div id="myModal" class="modal">
<!-- The Close Button -- >
<span class="close">×</span>
<!-- Modal Content (The Image) -- >
<img class="modal-content" id="img01">
<!-- Modal Caption (Image Text) -- >
<div id="caption"></div>
</div>
-->
</div>
<!--
<div class="col-md-8 col-sm-4">
<h5><b>Hardware and use</b></h5>
<dl>
<dt>Guests phone</dt>
<dd>
Everything starts from the phone: the guest has an interface where he can choose the kind of
music he likes and send the information to the raspberry
</dd>
<dt>Raspberry</dt>
<dd>
Receive the votes and with the majority male the playlists. It has his own music
database and match it with the guests’ preferences, then sends the music to the light and audio system
</dd>
<dt>Speakers and lights</dt>
<dd>
They are the final status of the system, where the preferences are actuated and
the music played to let the people enjoying the party
</dd>
</dl>
</div>
-->
<div class="col-md-8 col-sm-4">
<h5><b>Hardware and use</b></h5>
<a href="component-list.html"><b>See full list of components</b></a>
<dl class="style-border-right">
<dt>Guests phone</dt>
<dd>
After joining the wireless network, an iOS or Android device will be able to connect to the guest page of the system and choosing the preferred kind of music.
</dd>
<dt>Server</dt>
<dd>
A raspberry-based server for syncing the rooms and storing the music file. It's also demanded to store the guests preferences and interact with the PHILIPS HUE system. The information, such as votes and location, will be stored into an sqlite3 database.
It's capable of syncing the client with the Playlist through wireless connection.
</dd>
<dt>Client</dt>
<dd>
Client based on raspberry pi or raspberry zero w, to receive ,from the server, the playlist that is already mixed for the guest's preference and play through the audio source.
</dd>
<dt>Light system</dt>
<dd>
Using PHILIPS HUE system, the server will assign a color to each kind of music available, and adjust them for every kind of music change. So that the rooms are color-tagged, in order to provide visual feedback to the users.
</dd>
<dt>Audio system</dt>
<dd>
Every audio capable system is compatible with the PartyTime ecosystem, using 3.5mm jack with no modification or GPIO interface to stream through an optic cable.
</dd>
</dl>
<h5><b>Software and use</b></h5>
<dl class="style-border-right">
<dt>Python</dt>
<dd>
The main structure will be implemented in python.
</dd>
<dt>Database</dt>
<dd>
Sqlite 3 to handle the tables. The tables are divided into 3 different tables : one for the guests, one for the the playlist and finally one for the association between colors and the genre of the song.
</dd>
</dl>
</div>
</div>
</div>
<br>
</section>
<!--not complete-->
<section id="issue" class="bg-dark text-white">
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto text-center">
<h2 class="section-heading">OPEN ISSUES</h2>
<hr class="my-4">
<div class="mb-5">
<ul>
<li><del>How to stream the music and how to implement the playlist</del><br> </li>
<li><del>How to move the vote from a room to another if the guest moves as well <br></del></li>
<li><del>Store a personalized playlist for each user</del></li>
<li><del>Create a database with the people that attend the party <br></del></li>
<li><del>Save the music that has just been played<br /></del></li>
<li><del>Recognize the people present in the party</del></li>
<li>Match lights for every kind of music</li>
</ul>
</div>
</div>
</div>
<br>
</div>
</section>
<!--team-->
<section class="team text-white" id="services">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">The team</h2>
<hr class="my-4">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box mt-5 mx-auto">
<i class="fa fa-4x fa-building text-primary mb-3 sr-icons"></i>
<h3 class="mb-3">Luca Gonella</h3>
<p class="mb-0">architecture designer</p>
<p class="mb-0">225794</p>
<p class="mb-0">
<a href="mailto:lucagonella1996@gmail.com" class="text-white">
lucagonella1996@gmail.com
</a>
</p>
<p class="mb-0">
<i class="fa fa-github fa mb-3 sr-contact"></i>
<a class="text-white" href="https://github.com/LucaGonella">
LucaGonella
</a>
</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box mt-5 mx-auto">
<i class="fa fa-4x fa-terminal text-primary mb-3 sr-icons"></i>
<h3 class="mb-3">Efstathios Ioannou</h3>
<p class="mb-0">software designer</p>
<p class="mb-0">215277</p>
<p class="mb-0">
<a href="mailto:sta8is96@hotmail.com" class="text-white">
sta8is96@hotmail.com
</a>
</p>
<p class="mb-0">
<i class="fa fa-github fa mb-3 sr-contact"></i>
<a class="text-white" href="https://github.com/stathisio">
stathisio
</a>
</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box mt-5 mx-auto">
<i class="fa fa-4x fa-terminal text-primary mb-3 sr-icons"></i>
<h3 class="mb-3">Alessio Zamparelli</h3>
<p class="mb-0">software designer</p>
<p class="mb-0">205618</p>
<p class="mb-0">
<a href="mailto:alessio.zamparelli@gmail.com" class="text-white">
alessio.zamparelli@gmail.com
</a>
</p>
<p class="mb-0">
<i class="fa fa-github fa mb-3 sr-contact"></i>
<a class="text-white" href="https://github.com/alessio-zamparelli">
alessio-zamparelli
</a>
</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box mt-5 mx-auto">
<i class="fa fa-4x fa-wifi text-primary mb-3 sr-icons"></i>
<h3 class="mb-3">Matteo Zhang</h3>
<p class="mb-0">hardware designer</p>
<p class="mb-0">223012</p>
<p class="mb-0">
<a href="mailto:matteo.zh@gmail.com" class="text-white">
matteo.zh@gmail.com
</a>
</p>
<p class="mb-0">
<i class="fa fa-github fa mb-3 sr-contact"></i>
<a class="text-white" href="https://github.com/MatteoZhang">
matteozhang
</a>
</p>
</div>
</div>
</div>
</div>
</section>
<!--download and watch it on github-->
<section id="repo" class="bg-dark text-white">
<div class="container text-center">
<h2 class="mb-4">Watch it on gitHub</h2>
<a class="btn btn-light btn-xl sr-button" href="https://github.com/AmI-2018/Party-Time">Watch Now!</a>
</div>
</section>
<!--contact -->
<section id="contact">
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto text-center">
<h2 class="section-heading">Let's Get In Touch!</h2>
<hr class="my-4">
<p class="mb-5">
Have some idea or noticed any bugs? That's great! Give us a feedback with an email and we will get back to you as soon as possible!
</p>
</div>
</div>
<div class="row">
<div class="col-lg-4 ml-auto text-center">
<i class="fa fa-twitter fa-3x mb-3 sr-contact"></i>
<p><a href="https://twitter.com/partytimeami18">tweet about us</a></p>
</div>
<div class="col-lg-4 mr-auto text-center">
<i class="fa fa-envelope-o fa-3x mb-3 sr-contact"></i>
<p>
<a href="mailto:partytime.ami2018@gmail.com">partytime.ami2018@gmail.com</a>
</p>
</div>
</div>
</div>
</section>
<section class="bg-primary">
<div class="container">
<div class="row">
<div class="col-lg-12 mx-auto text-center">
<h2 class="section-heading text-white">DEVELOPMENT UPDATE</h2>
<hr class="light my-4">
<div class="row">
<div class="col-lg-4">
<blockquote class="trello-board-compact">
<a href="https://trello.com/b/1ZyjfVSa/partytime">Trello Board</a>
</blockquote>
<script src="https://p.trellocdn.com/embed.min.js"></script>
</div>
<div class="col-lg-4">
<blockquote class="trello-board-compact">
<a href="https://trello.com/b/dtJj3pcf">Trello Board</a>
</blockquote>
<script src="https://p.trellocdn.com/embed.min.js"></script>
</div>
<div class="col-lg-4">
<blockquote class="trello-board-compact">
<a href="https://trello.com/b/O60Y9zRg">Trello Board</a>
</blockquote>
<script src="https://p.trellocdn.com/embed.min.js"></script>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<script src="vendor/scrollreveal/scrollreveal.min.js"></script>
<script src="vendor/magnific-popup/jquery.magnific-popup.min.js"></script>
<!-- Custom scripts for this template -->
<script src="js/creative.min.js"></script>
</body>
</html>