-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
82 lines (66 loc) · 3.28 KB
/
Copy pathindex.html
File metadata and controls
82 lines (66 loc) · 3.28 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Designengrlab.GitHub.io by DesignEngrLab</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<script src="javascripts/scale.fix.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1 class="header">Design Engineering Lab @ Oregon State University</h1>
<h2 class="header">Find out more about our university:
<br>
<a href="http://oregonstate.edu" class="tag" tabindex="1"><img alt="Oregon State University"
src="http://www.oregonstate.edu/images/logo.jpg" />
</h2>
<h2 class="header"> Find out more about our school:
<a href="http://mime.oregonstate.edu" tabindex="1">
<img alt="Mechanical, Industrial and Manufacturing Engineering" src="images/mime.png" height="59" style="left: 0px; top: 0px" width="299" /></a>
</h2>
<ul>
<li><a class="buttons github" href="https://github.com/DesignEngrLab">GitHub Profile</a></li>
</ul>
</header>
<section>
<h2 ><em>Our lab embarks on a variety of research related to engineering design. Many of these efforts have a computational component. Through GitHub, we hope to curate our best work; and work together on the next big thing!
</em>
</h2>
<h3>
Find out more about our lab :<a href="http://www.designengineeringlab.org" tabindex="1">http://www.designengineeringlab.org</a>
</h3>
<h3>
Find out more about our the projects we're hosting here : <a href="https://github.com/DesignEngrLab" tabindex="1">https://github.com/DesignEngrLab</a>
</h3>
<p>Links to common landing pages for open-source dynamic libraries:</p>
<ul>
<li><a href="http://designengrlab.github.io/GraphSynth">
GraphSynth: Graph Grammar Interpreter and Search Framework</a></li>
<li><a href="http://designengrlab.github.io/OOOT/">OOOT:
Object-Oriented Optimization Toolbox</a></li>
<li><a href="http://designengrlab.github.io/PMKS/">PMKS:
Planar Mechanism Kinematic Simulator</a></li>
<li><a href="https://github.com/DesignEngrLab/Skewboid">Skewboid:
Approach to Pareto Relaxation and Filtering</a></li>
<li><a href="http://designengrlab.github.io/StarMath/">StarMath:
Static Array Matrix Library</a></li>
<li><a href="http://designengrlab.github.io/TVGL">TVGL:
Tessellation and Voxelization Geometry Library</a></li>
</ul>
<h3>
<a id="authors-and-contributors" class="anchor" href="#authors-and-contributors" aria-hidden="true"><span class="octicon octicon-link"></span></a>Authors and Contributors</h3>
<p>So far, this site has been created by Prof. Matt Campbell (<a href="https://github.com/micampbell" class="user-mention">@micampbell</a>), but I'm sure students and other faculty will join in any day now.</p>
</section>
<footer>
</footer>
</div>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
</body>
</html>