-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·221 lines (190 loc) · 12.4 KB
/
index.html
File metadata and controls
executable file
·221 lines (190 loc) · 12.4 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
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
<!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="Turn the Phone to Glass of your Smart device. Carton is a Do-It-Yourself smart glasses using a mobile phone and simple materials like cardboard. ">
<meta name="author" content="Damien Brun">
<link rel="icon" href="assets/img/favicon.png">
<title>Carton</title>
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/css/bootstrap.min.css" integrity="sha384-/Y6pD6FV/Vv2HJnA6t+vslU6fwYXjCFtcEpHbNJ0lyAFsXTsjBbfaDjzALeQsN6M" crossorigin="anonymous">
<!-- Custom styles for this template -->
<link href="assets/css/carton_custom.css" rel="stylesheet">
</head>
<body data-spy="scroll" data-target=".navbar" data-offset="64">
<nav class="navbar navbar-expand-md navbar-dark fixed-top" style="background-color:#D0A77A">
<a class="navbar-brand" href="#">
<img class="icon" src="assets/img/logo_carton_white_144.png" style="margin-right:8px;"/>
Carton
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="nav-link" href="#education">Engage</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#build">Build</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#developers">Developers</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#research">Research</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#press">Press</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#partners">Partners</a>
</li>
</ul>
<div>
<a href="https://github.com/mobicarton"><img src="assets/img/GitHub-Mark-Light-120px-plus.png" class="icon" alt="Github Repository - Carton"/></a>
<a href="https://www.youtube.com/channel/UCppD4qvSLSMpTHOSFxqwkuw"><img src="assets/img/YouTube-logo-light.png" class="icon" alt="Youtube Channel - Carton"/></a>
<a href="https://www.facebook.com/cartonmobi"><img src="assets/img/FB-f-Logo__white_144.png" class="icon" style="margin-top: 10px; margin-bottom: 10px;" alt="Facebook Page - Carton"/></a>
</div>
</div>
</nav>
<div class="jumbotron">
<div class="container">
<h1 class="display-3">Open DIY Augmented Reality Tool</h1>
<p class="lead">
Turn the <b>Phone</b> to <b>Glass</b> of your <b>Smart</b> device.
<br/>
Carton is a Do-It-Yourself smart glasses using a mobile phone and simple materials like cardboard.
<br/>
Smart glasses are still expensive and hard to obtain, this humble project intends to fix these issues by allowing everyone to create some prototype, customize it and try new experiments. <b>Carton</b> aims to improve innovation and creativity by openly providing a simple way to access these technologies.
</p>
<p class="lead">
<a class="btn btn-primary btn-lg" href="https://www.facebook.com/pg/cartonmobi/photos" role="button">See pictures</a>
</p>
</div>
</div>
<!-- Marketing messaging and featurettes
================================================== -->
<!-- Wrap the rest of the page in another container to center all the content. -->
<div class="container marketing">
<!-- START THE FEATURETTES -->
<div id="education" class="row featurette">
<div class="col-md-7 order-md-2">
<h2 class="featurette-heading">Education. <span class="text-muted">Engage your students in Science and Technology.</span></h2>
<p class="lead">Construct, explore and experience Augmented Reality in the classroom. Use the mobile app CartonEd dedicated to build the Carton.</p>
</div>
<div class="col-md-5 order-md-1">
<img class="featurette-image img-fluid mx-auto" src="assets/img/experiment_summer_camp_square.jpg" alt="Generic placeholder image">
</div>
</div>
<hr class="featurette-divider">
<div id="team_building" class="row featurette">
<div class="col-md-7">
<h2 class="featurette-heading">Team Building. <span class="text-muted">Engage with your team, colleagues or friends.</span></h2>
<p class="lead">Construct, explore and experience Augmented Reality in the company. Use the mobile app CartonEd or the paper guide to build the Carton.</p>
</div>
<div class="col-md-5">
<img class="featurette-image img-fluid mx-auto" src="assets/img/team_building.jpg" alt="Generic placeholder image">
</div>
</div>
<hr class="featurette-divider">
<div id="build" class="row featurette">
<div class="col-md-7 order-md-2">
<h2 class="featurette-heading">Build. <span class="text-muted">Try.</span></h2>
<p class="lead">
Build it yourself, it is quick, affordable and easy. Just print the blueprint and follow the construction guide on <a href="http://www.instructables.com/id/Carton-DIY-Smart-Eyewear/">Instructable</a> or watch these <a href="https://www.youtube.com/channel/UCppD4qvSLSMpTHOSFxqwkuw">Youtube videos</a>. Everything is explained from the list of material and tools, to the blueprints and each step.
</p>
</div>
<div class="col-md-5 order-md-1">
<img class="featurette-image img-fluid mx-auto" src="assets/img/carton_v1_build.jpg" alt="Generic placeholder image">
</div>
</div>
<hr class="featurette-divider">
<div id="developers" class="row featurette">
<div class="col-md-7">
<h2 class="featurette-heading">Developers. <span class="text-muted">Create your augmented experiences.</span></h2>
<p class="lead"><a href="https://github.com/mobicarton/carton-android">Carton for Android SDK</a> enable you to easily create or adapts existing apps for Carton with auto-adapting screen and gesture recognition. It is packed with the official demo app that you can explore for the sake of learning. It is open-source and fully compatible with augmented reality technologies such as Vuforia.</p>
</div>
<div class="col-md-5">
<img class="featurette-image img-fluid mx-auto" src="assets/img/android_studio.jpg" alt="Generic placeholder image">
</div>
</div>
<hr class="featurette-divider">
<div id="research" class="row featurette">
<div class="col-md-7 order-md-2">
<h2 class="featurette-heading">Research. <span class="text-muted"></span></h2>
<p class="lead">
Carton project has been subject of scientific publications.
<ul>
<li>14th International Conference on Advances in Mobile Computing & Multimedia (MoMM, 2016 at Singapore) - <a href="http://r-libre.teluq.ca/1029/">CARTON Project: Do-It-Yourself Approach to Turn a Smartphone into a Smart Eyewear</a></li>
<li>International Journal of Pervasive Computing and Communications (Vol. 13 - 2017) - <a href="http://www.emeraldinsight.com/doi/abs/10.1108/IJPCC-02-2017-0011">A mobile platform for controlling and interacting with a Do-It-Yourself Smart Eyewear</a></li>
<li>20th Symposium on Virtual and Augmented Reality (SVR, 2018 at Foz Do Iguaçu, Brazil) - <a href="http://r-libre.teluq.ca/1586/">A Toolkit for Exploring Augmented Reality Through Construction with Children</a></li>
</ul>
</p>
</div>
<div class="col-md-5 order-md-1">
<img class="featurette-image img-fluid mx-auto" src="assets/img/research_desk_oct2015.jpg" alt="Generic placeholder image">
</div>
</div>
<hr class="featurette-divider">
<div id="press" class="row featurette">
<div class="col-md-7">
<h2 class="featurette-heading">Press. <span class="text-muted">Media.</span></h2>
<p class="lead">
See us on. (French Canadian)
<ul>
<li><a href="https://www.lesoleil.com/affaires/techno/des-lunettes-de-realite-augmentee-a-17-plutot-que-1000-54126785e0c160083c1cf1efef5380b7">leSoleil</a> (printed)</li>
<li><a href="http://plus.lapresse.ca/screens/f39784ca-2ce8-43a4-bb79-ecfa7d418a33%7C_0.html">LaPresse+</a> (web)</li>
<li><a href="https://www.youtube.com/watch?v=HLT1uawUzfA">CBC</a> (radio)</li>
<li><a href="https://www.realite-virtuelle.com/carton-cardboard-realite-augmentee">Réalité-virtuelle.com</a> (specialized)</li>
</ul>
</p>
</div>
<div class="col-md-5">
<img class="featurette-image img-fluid mx-auto" src="assets/img/press-lesoleil.jpg" alt="Generic placeholder image">
</div>
</div>
<hr class="featurette-divider">
<div id="partners" class="row featurette">
<div class="col-md-7 order-md-2">
<h2 class="featurette-heading">Partners. <span class="text-muted">Contribute.</span></h2>
<p class="lead">
This project was funded by governmental institution Natural Sciences and Engineering Research Council of Canada and private companies <a href="https://www.ohrizon.com/">OHRIZON (ex 44 screens)</a> and <a href="http://www.lileimaginair.com">l'île imagin'air</a>. It was also supported by academic laboratories (LICEF, LIUM) and universities (TÉLUQ, Le Mans Université).
<br/><br/>
Everyone is welcome and encouraged to contribute.
</p>
</div>
<div class="col-md-5 order-md-1">
<a href="http://nserc-crsng.gc.ca/index_eng.asp"><img class="img-partner" src="assets/img/logo_nserc.png"/></a>
<a href="http://www.lileimaginair.com/"><img class="img-partner img-fluid" src="assets/img/logo_lileimaginair.png"/></a>
<a href="https://lium.univ-lemans.fr/en/"><img class="img-partner" src="assets/img/logo_lium.png"/></a>
<a href="http://www.teluq.ca/site/en/"><img class="img-partner" src="assets/img/logo_teluq_rvb.png"/></a>
<a href="http://www.univ-lemans.fr/en"><img class="img-partner img-fluid" src="assets/img/logo_LEMANS_UNIVERSITE.jpg"/></a>
</div>
</div>
<hr class="featurette-divider">
<!-- /END THE FEATURETTES -->
<!-- FOOTER -->
<footer>
<p class="float-right"><a href="./privacy/index.html">Apps' Privacy</a> - <a href="./v1/index.html">Old Version</a> - <a href="#">Back to top</a></p>
<p>
<a href="https://www.facebook.com/cartonmobi"><img src="assets/img/FB-f-Logo__blue_144.png" class="icon" style="margin-top: 10px; margin-bottom: 10px;" alt="Facebook Page - Carton"/></a>
<a href="https://www.youtube.com/channel/UCppD4qvSLSMpTHOSFxqwkuw"><img src="assets/img/YouTube-logo-full_color.png" class="icon" alt="Youtube Channel - Carton"/></a>
<a href="https://github.com/mobicarton"><img src="assets/img/Octocat.png" class="icon" alt="Github Repository - Carton"/></a>
</p>
</footer>
</div><!-- /.container -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script>window.jQuery || document.write('<script src="assets/js/vendor/jquery-slim.min.js"><\/script>')</script>
<script src="assets/js/popper.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<!-- Just to make our placeholder images work. Don't actually copy the next line! -->
<script src="assets/js/holder.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="assets/js/ie10-viewport-bug-workaround.js"></script>
</body>
</html>