-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrtc.html
252 lines (252 loc) · 9.15 KB
/
rtc.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
<!DOCTYPE html><html><head>
<title>WebRTC: Portfolio Víctor Catalina</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="navicon.ico" rel="shortcut icon" type="image/x-icon">
<link href="styles/works.css" rel="stylesheet">
</head></html><body><header class="layout-header">
<a href="index.html" title="Portfolio Víctor Catalina" class="logo-catastudio">
<span class="icon-catastudio" title="CataStudio"></span>
<span class="logo-title">VÍCTOR CATALINA HERMOSO</span>
</a>
<a id="nav-toggle">
<span></span>
<span></span>
<span></span>
<span></span>
</a><nav class="menu"><ul><li><a href="index.html" title="Home"><span class="menu-opt">HOME</span><span class="border"></span></a></li><li data-goto="skills"><a href="./Resume - Victor Catalina.pdf" title="Resume in PDF"><span class="menu-opt">RESUME</span><span class="border"></span></a></li><li data-goto="work"> <span class="menu-opt">WORKS</span><span class="border"></span></li><li data-goto="contact"> <span class="menu-opt">CONTACT</span><span class="border"></span></li></ul></nav></header><main><article class="works">
<header class="work-desc">
<h1>E-LEARNING IN REAL-TIME COMMUNICATION</h1>
<p>This was <strong>my undergraduate thesis</strong> and I received <strong>honors for the creativity and innovation of this project</strong>. In this project, I combined learning English in a collaborative multi-user website environment with real-time communication. The thesis committee was impressed by the idea and recommended that I present it to future students.</p>
</header>
<section class="work-body">
<div class="line">
<div class="col">
<h2>WebRTC IN A COLLABORATIVE ENVIRONMENT</h2>
<p>This project uses <strong>Web Sockets</strong> to establish an interface that allows teachers and students to do activities to learn a language. As seen in the pictures, there is no graphic design in the UI of this website. It's just a proof of concept in which you see <strong>two or more people communicating through the camera and microphone with a different interface for each depending on their role.</strong></p>
<p>This system can be <strong>used for any online learning</strong> and not just to learn a language. The goal here is to establish oral and written communication over the Internet <strong>without having to install any third party software</strong> such as Adobe Flash or Microsoft Silverlight. Another feature is that a teacher can configure the interface, choosing which information that each student can see, order, participation, etc. The software is responsible for managing or guiding the students.</p>
<h3>Project Date</h2>
<p>Jan. 2012 - Sept. 2012</p>
</div>
<div class="col">
<img src="assets/images/work/pfc_1.jpg" alt="Real-Time Communication" title="Chat, video and interface games in Real-Time" />
</div>
</div>
<div class="line">
<div class="col">
<img src="assets/images/work/pfc_2.jpg" alt="Real-Time Communication" title="Chat, video and interface games in Real-Time" />
</div>
<div class="col">
<h3>UX Design</h3>
<ul class="skills">
<li>
<div class="work-skill">
<div class="sprite-skill is-usability"></div>
<span>Usability Analysis</span>
</div>
</li>
<li>
<div class="work-skill">
<div class="sprite-skill is-interaction"></div>
<span>Interaction Design</span>
</div>
</li>
<li>
<div class="work-skill">
<div class="sprite-skill is-wireframing"></div>
<span>Wireframing</span>
</div>
</li>
</ul>
<h3>Front-End Skills</h3>
<ul class="skills">
<li>
<div class="work-skill">
<div class="sprite-skill is-html5"></div>
<span>HTML5</span>
</div>
</li>
<li>
<div class="work-skill">
<div class="sprite-skill is-css3"></div>
<span>CSS3</span>
</div>
</li>
<li>
<div class="work-skill">
<div class="sprite-skill is-javascript"></div>
<span>JavaScript</span>
</div>
</li>
<li>
<div class="work-skill no-image">
<span>WebRTC</span>
</div>
</li>
<li>
<div class="work-skill no-image">
<span>Web Sockets</span>
</div>
</li>
</ul>
<h3>Back-End Skills</h3>
<ul class="skills">
<li>
<div class="work-skill">
<div class="sprite-skill is-microsoft"></div>
<span>.NET</span>
</div>
</li>
<li>
<div class="work-skill">
<div class="sprite-skill is-microsoft"></div>
<span>ASP.NET MVC</span>
</div>
</li>
<li>
<div class="work-skill">
<div class="sprite-skill is-csharp"></div>
<span>Language C#</span>
</div>
</li>
<li>
<div class="work-skill">
<div class="sprite-skill is-sqlserver"></div>
<span>Microsoft SQL Server</span>
</div>
</li>
<li>
<div class="work-skill">
<div class="sprite-skill is-visualstudio"></div>
<span>Microsoft Visual Studio</span>
</div>
</li>
<li>
<div class="work-skill">
<div class="sprite-skill is-visualstudio"></div>
<span>Microsoft Team Foundation Server</span>
</div>
</li>
</ul>
</div>
</div>
</section>
</article>
<article class="layout-work section" data-menu-target="work">
<header class="section-header">
<h1>SOME OF MY WORK</h1>
<p>Most of my work has been for my company in Avanade but also for my University. That's why most of my work is restricted by confidentiality agreements but here you can see an overview of some of my projects.</p>
</header>
<div class="section-body">
<div class="work__section">
<a class="work" data-validate="mm">
<p class="icon-login" title="This work has restricted access">
<span class="icon-lock"></span>
</p>
<div class="work-logo">
<span class="icon-mediamarkt"></span>
</div>
<h2>Media Markt</h2>
<p class="work-description">UX Design and Front-End development of the e-commerce for Europe’s number one consumer electronics retailer</p>
</a>
<a class="work" data-validate="ms">
<p class="icon-login" title="This work has restricted access">
<span class="icon-lock"></span>
</p>
<div class="work-logo">
<span class="icon-mediaset"></span>
</div>
<h2>Mediaset</h2>
<p class="work-description">Full-Stack development of 20+ software applications for the leading group in television audience share in Spain</p>
</a>
<a class="work" data-validate="uf">
<p class="icon-login" title="This work has restricted access">
<span class="icon-lock"></span>
</p>
<div class="work-logo">
<span class="icon-fed"></span>
</div>
<h2>UX and FED</h2>
<p class="work-description">UX Design and Front-End development for many top clients via Avanade</p>
</a>
<a class="work is-active" href="rtc.html">
<div class="work-logo">
<span class="icon-rtc"></span>
</div>
<h2>E-Learning in<br/>Real-Time Communication</h2>
<p class="work-description">Project of collaborative e-learning using real-time communication</p>
</a>
<a class="work " href="dataviz.html">
<div class="work-logo">
<span class="icon-3d"></span>
</div>
<h2>3D and Data Visualization</h2>
<p class="work-description">Some projects focused on graphic and data visualization both at university and Avanade</p>
</a>
<a class="work " href="sharing.html">
<div class="work-logo">
<span class="icon-instructor"></span>
</div>
<h2>Sharing my knowledge</h2>
<p class="work-description">Presentations used at some of my workshops in Front-End development</p>
</a>
<a class="work" href="usability.html">
<div class="work-logo">
<span class="icon-analysis"></span>
</div>
<h2>Usability<br/>and<br/>Interaction Design</h2>
<p class="work-description">Usability analysis and Interaction design of UI components and interfaces</p>
</a>
<div class="work work-empty">
<p>And many more...</p>
</div>
</div>
</div>
</article><article class="layout-contact section" data-menu-target="contact">
<header class="section-header">
<h1>CONTACT</h1>
<p>Feel free to contact me for any reason. I'll be happy to hear from you and I'll answer you as soon as I can.</p>
</header>
<div class="section-body">
<div class="contact">
<form id="contactForm" class="contact-form">
<div class="form-row">
<label for="name">NAME</label>
<input id="name" name="name" type="text" />
</div>
<div class="form-row">
<label for="email">EMAIL</label>
<input id="email" name="email" type="text" />
</div>
<div class="form-row">
<label for="comments">COMMENTS</label>
<textarea id="comments" name="comments" rows="10"></textarea>
</div>
<div class="form-row form-submit">
<button id="send-email" class="btn">SEND COMMENTS</button>
</div>
</form>
</div>
</div>
</article></main><footer class="layout-footer">
<span class="footer-logo"></span>
<address>
<p>
<small>CataStudio, 2017</small>
</p>
<p>VÍCTOR CATALINA HERMOSO</p>
</address>
<ul id="rrss" class="social-media is-floating">
<li>
<a href="https://www.linkedin.com/in/victorcata/" target="_blank" class="icon-linkedin" title="Linkeding"></a>
</li>
<li>
<a href="https://github.com/victorcata" target="_blank" class="icon-github" title="GitHub"></a>
</li>
<li>
<a href="https://twitter.com/_victorcata" target="_blank" class="icon-twitter" title="Twitter"></a>
</li>
</ul>
</footer><button class="btn-top is-hidden" id="nav-top"></button><script src="https://www.gstatic.com/firebasejs/4.3.1/firebase.js"></script>
<script type="text/javascript" src="https://cdn.emailjs.com/dist/email.min.js"></script>
<script src="js/app.js"></script></body>