-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
89 lines (76 loc) · 4.63 KB
/
Copy pathabout.html
File metadata and controls
89 lines (76 loc) · 4.63 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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title> About | k6wlr
</title>
<link rel="shortcut icon" href="/images/favicon.ico" />
<link rel="canonical" href="https://jvbenavi.github.io/about.html">
<link rel="stylesheet" href="https://jvbenavi.github.io/theme/css/bootstrap.min.css">
<link rel="stylesheet" href="https://jvbenavi.github.io/theme/css/fontawesome.min.css">
<link rel="stylesheet" href="https://jvbenavi.github.io/theme/css/pygments/default.min.css">
<link rel="stylesheet" href="https://jvbenavi.github.io/theme/css/theme.css">
<meta name="description" content="About page">
</head>
<body>
<header class="header">
<div class="container">
<div class="row">
<div class="col-sm-4">
<a href="https://jvbenavi.github.io/">
<img class="img-fluid rounded" src=https://jvbenavi.github.io/images/astrobee.svg width=200 height=200 alt="k6wlr">
</a>
</div>
<div class="col-sm-8">
<h1 class="title"><a href="https://jvbenavi.github.io/">k6wlr</a></h1>
<p class="text-muted">Fun with technology</p>
<ul class="list-inline">
<li class="list-inline-item"><a href="https://nasa.gov/" target="_blank">NASA</a></li>
<li class="list-inline-item"><a href="https://nasa.gov/astrobee" target="_blank">Astrobee</a></li>
<li class="list-inline-item text-muted">|</li>
<li class="list-inline-item"><a href="https://jvbenavi.github.io/about.html">About</a></li>
<li class=" list-inline-item text-muted">|</li>
<li class="list-inline-item"><a class="fab fa-linkedin" href="https://www.linkedin.com/in/jose-benavides-a3a1942" target="_blank"></a></li>
<li class="list-inline-item"><a class="fab fa-github" href="https://github.com/jvbenavi" target="_blank"></a></li>
</ul>
</div>
</div> </div>
</header>
<div class="main">
<div class="container">
<h1> About
</h1>
<hr>
<article class="article">
<div class="content">
<p><img alt="self cartoon" src="https://jvbenavi.github.io/images/redknight.png" title="self cartoon" width="100"></p>
<p>This is a personal blog, sketch pad, and fun corner of the internet for me to document my side adventures. </p>
<h2 id="bio">Bio<a class="headerlink" href="#bio" title="Permanent link"> </a></h2>
<p><img alt="Alt Text" src="https://jvbenavi.github.io/images/benavides_jose_for_bio.jpg"></p>
<p>Jose V. Benavides started employment as a contractor at <span class="caps">NASA</span> Ames Research Center in 2008 as a member of the Advanced Control and Evolvable Systems (<span class="caps">ACES</span>) Group in the Intelligent Systems Division.</p>
<p>Jose is currently the Project Manager of the <span class="caps">NASA</span> International Space Station (<span class="caps">ISS</span>) Astrobee Facility project. The Astrobee Facility is one of the most used and popular <span class="caps">ISS</span> National Lab Facilities with over 80 on-board test sessions and 400+ hours of Facility Console activities involving crew.</p>
<p>His past projects include rapid prototyping of controls systems using FPGAs, controls-oriented vehicle design of air-breathing hypersonic aircraft, trajectory generation and optimization for tactical flight management systems, pilot-in-the-loop high fidelity 6-dof flight simulation, and small satellite software. His research interests include embedded systems, rapid prototyping of control systems, spacecraft, small satellites, robotics, and human-machine interaction (<span class="caps">HMI</span>).</p>
<p>He has a bachelors and masters degree from Arizona State University in Electrical Engineering, with specialization in control systems. His hobbies include making, reading, and computer techology..</p>
<p>Callsign: <span class="caps">K6WLR</span> </p>
</div>
</article>
</div>
</div>
<footer class="footer">
<div class="container">
<div class="row">
<ul class="col-sm-6 list-inline">
<li class="list-inline-item"><a href="https://jvbenavi.github.io/archives.html">Archives</a></li>
<li class="list-inline-item"><a href="https://jvbenavi.github.io/categories.html">Categories</a></li>
<li class="list-inline-item"><a href="https://jvbenavi.github.io/tags.html">Tags</a></li>
</ul>
<p class="col-sm-6 text-sm-right text-muted">
Generated by <a href="https://github.com/getpelican/pelican" target="_blank">Pelican</a>
/ <a href="https://github.com/nairobilug/pelican-alchemy" target="_blank">✨</a>
</p>
</div> </div>
</footer>
</body>
</html>