-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathabout.html
More file actions
25 lines (23 loc) · 1.48 KB
/
Copy pathabout.html
File metadata and controls
25 lines (23 loc) · 1.48 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
---
layout: default_style
permalink: /about
---
<!-- Main Container -->
<div class="row container-kamn">
<!--<img src="{{ '/assets/img/slider/slide1.jpg' | relative_url }}" class="blog-post" alt="Feature-img" align="right" width="100%"> -->
<img src="{{ '/assets/img/slider/mountain-and-logo-short.png' | relative_url }}" class="blog-post" alt="Feature-img" align="right" width="100%">
</div>
<div id="banners"></div>
<div class="container">
<div class="row">
<div class="side-left col-sm-4 col-md-4">
<h3 class="lead">About Computer Systems Lab @ CU :</h3><hr>
</div>
<div class="col-sm-8 col-md-8">
<p>The Computer Systems Lab at CU consists of about 14 faculty whose expertise generally lies in building practical computer systems.</p>
<p>Most of the Systems faculty are co-located in a single large lab with their students.</p>
<p>Students and faculty receive funding for and work in areas including large scale network systems; cloud and edge computing; distributed systems; virtualization; wireless and mobile systems including IoT, drones, and sensors; privacy preserving networks; network security and anticensorship; computer architecture security; autonomous and software-defined networks; automotive and telematics systems; social computing; data analytics; distributed and embedded machine learning and computer vision; and cybersafety and cyberbullying.</p>
</div>
</div>
</div>
<!--End Main Container -->