-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinterests.html
39 lines (34 loc) · 2.45 KB
/
interests.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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="interests.css">
<title> Jose Orozco - Interests </title>
<meta charset="utf-8">
</head>
<div class="topbar">
<a href="index.html">About</a>
<a href="tuas.html">Triton UAS</a>
<a href="artemis.html">Artemis</a>
<a class="active" href="interests.html">Interests</a>
<!--<a href="links.html">Links</a>-->
<a href="contact.html">Contact</a>
</div>
<body>
<h1>Interests</h1>
<h2>Professional Interests</h2>
<img src="src/interests/165project.png" class="pic">
<h3>Digital Design</h3>
<p class="link">I have some experience doing digital circuits layout, and I interested on learning more about doing digital layout through algorithms such as Verilog. I believe field programmable gate arrays offer great flexibility that can provide the best solution for many projects, nowadays. Therefore, I aim to work on more FPGAs in the near future.</p>
<img src="src/interests/164project.png" class="pic">
<h3>Analog Circuits</h3>
<p class="link">I am fairly interested in working on projects pertaining analog circuit design as they effort a certain level of depth that attracts me. Specifically, I would want to work on a communications related project, as this is topic of great significance for everyone and the applications have a broad range.</p>
<img src="src/interests/solarpanel.png" class="pic">
<h3>Power Electronics</h3>
<p class="link">Additionally, I am intrigued to work on some smaller power electronics projects, which could often relate to what I expect to do in a communications project. I understand that biasing and supplying the appropriate is very important for optimally performing circuits, hence I believe I can use my current experience of power electronics to learn more about how to produce the best circuits.</p>
<img src="src/interests/controls.png" class="pic">
<h3>Control Systems</h3>
<p class="link">Fortunately, my exposure to control systems has ranged across various fields, from power electronics to even mechanical systems. I would like to learn more about control systems, as this knowledge is quintessetial for integrated circuit design. Additionally, I am intrigued on applications of control systems in fields other than electrical engineering, as these can illustrate different approaches to controls problems.</p>
<br>
<br>
</body>
</html>