This repository has been archived by the owner on Sep 11, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
162 lines (162 loc) · 8.6 KB
/
about.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
<!DOCTYPE html>
<html>
<head>
<title>About Cloud V</title>
<link rel="stylesheet" type="text/css" href="Styles/style.css"></link>
<link rel="stylesheet" type="text/css" href="Styles/about.css"></link>
<link rel="stylesheet" type="text/css" href="Styles/light.css"></link>
</head>
<body class='cloudy'>
<header>
<a href='index.html'><img src='Images/xxxs.png' class='logo' /></a>
<div class='headRight'>
<div class='search'>
<div class='back'></div>
<input placeholder='Search' />
</div><a href='myprofile.html' class='avatar'>
<div class='back'></div>
<div class='avatarImg' style='background-image: url(User/1.jpg);'></div>
</a>
</div>
</header>
<main>
<section>
<h1>About Cloud V</h1>
<p>
Cloud V (sometimes stylized as CloudV) is a cloud-based hardware development platform. It is built by a team of researchers encompassing professors, graduate and undergraduate students from <a href="https://aucegypt.edu">The American University in Cairo</a> and <a href="https://brown.edu">Brown University</a>.
</p>
<p>
Cloud V allows users to write, simulate and synthesize Verilog modules in the cloud using open source tools such as IcarusVerilog and the Yosys simulator, with a custom-designed, powerful yet incredibly simple IDE inspired by contemporary software development IDEs, as well as a variety of tools to assist with development such as a system-level editor, a finite state machine editor, a RISC-V bus functional model, and more.
</p>
<br />
<br />
<h3 style="text-align: center">Cloud V Research Team</h4>
<p>
<div class='table'>
<a href='https://www.linkedin.com/in/mohamed-shalan-ph-d-2810053/' class='tableCell'>
<div class='image'>
<img class='avatar' src='Images/Avatars/shalan.jpg' />
</div><div class='text'>
<h4>
Mohamed Shalan, Ph.D.
</h4>
<p style="font-size: 75%;">
Principal Investigator
</p>
<p style="font-size: 66%;">
Associate Professor, The American University in Cairo
</p>
</div>
</a><a href='https://www.linkedin.com/in/sherief-reda-59a37218/' class='tableCell'>
<div class='image'>
<img class='avatar' src='Images/Avatars/sreda.jpg' />
</div><div class='text'>
<h4>
Sherif Reda, Ph.D.
</h4>
<p style="font-size: 75%;">
Principal Investigator
</p>
<p style="font-size: 66%;">
Associate Professor, Brown University
</p>
</div>
</a>
</div>
<div class='table'>
<a href='https://www.linkedin.com/in/ahmed-agiza-a02b6688/' class='tableCell'>
<div class='image'>
<img class='avatar' src='Images/Avatars/agiza.jpg' />
</div><div class='text'>
<h4>
Ahmed Agiza
</h4>
<p style="font-size: 75%;">
Lead Web Developer
</p>
<p style="font-size: 66%;">
The American University in Cairo
</p>
</div>
</a><a href='https://karimio.github.io/' class='tableCell'>
<div class='image'>
<img class='avatar' src='Images/Avatars/karimio.jpg' />
</div><div class='text'>
<h4>
Karim Abdel Hamid
</h4>
<p style="font-size: 75%;">
UX Engineer and EDA Tool Researcher
</p>
<p style="font-size: 66%;">
The American University in Cairo
</p>
</div>
</a><a href='http://skyus.github.io/' class='tableCell'>
<div class='image'>
<img class='avatar' src='Images/Avatars/skyus.jpg' />
</div><div class='text'>
<h4>
Mohamed Gaber
</h4>
<p style="font-size: 75%;">
EDA Tool Researcher
</p>
<p style="font-size: 66%;">
The American University in Cairo
</p>
</div>
</a>
</div>
<div class='table'>
<a href='https://www.linkedin.com/in/veronia-bahaa-91b474ba/' class='tableCell'>
<div class='image'>
<img class='avatar' src='Images/Avatars/veronia.jpg' />
</div><div class='text'>
<h4>
Veronia Bahaa
</h4>
<p style="font-size: 75%;">
EDA Tool Researcher
</p>
<p style="font-size: 66%;">
Ain Shams University/The American University in Cairo
</p>
</div>
</a><a href='https://www.linkedin.com/in/hoda-imam-162086107/' class='tableCell'>
<div class='image'>
<img class='avatar' src='Images/Avatars/noavatar.jpg' />
</div><div class='text'>
<h4>
Hoda Imam
</h4>
<p style="font-size: 75%;">
EDA Tool Researcher
</p>
<p style="font-size: 66%;">
Ain Shams University/The American University in Cairo
</p>
</div>
</a><a href='https://www.linkedin.com/in/ahmedbaracat/' class='tableCell'>
<div class='image'>
<img class='avatar' src='Images/Avatars/baracat.jpg' />
</div><div class='text'>
<h4>
Ahmed Baracat
</h4>
<p style="font-size: 75%;">
UX Designer
</p>
<p style="font-size: 66%;">
The American University in Cairo
</p>
</div>
</a>
</div>
</section>
</main><footer>
© 2017 CloudV <a href='explore.html'>Explore</a> <a href='blog.html'>Blog</a> <a href='about.html'>About</a>
</footer>
<script src="Scripts/frontend.js"></script>
</body>
</html>