-
Notifications
You must be signed in to change notification settings - Fork 0
/
oilpc.html
86 lines (76 loc) · 3.66 KB
/
oilpc.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
<!DOCTYPE HTML>
<!--
Phantom by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>David Rauseo</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
</head>
<body>
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<div class="inner">
<!-- Logo -->
<a href="index.html" class="logo">
<span class="symbol"><img src="images/logo.svg" alt="" /></span><span class="title">David Rauseo</span>
</a>
<!-- Nav -->
<nav>
<ul>
<li><a href="#menu">Menu</a></li>
</ul>
</nav>
</div>
</header>
<!-- Menu -->
<nav id="menu">
<h2>Menu</h2>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
<!-- Main -->
<div id="main">
<div class="inner">
<h1>Mineral Oil PC</h1>
<p>In 2014, I built this computer as something I could show off, while also providing cooling for all components in the PC. The case was built out of laser-cut acrylic sheet with my Solidworks design. The oil was cooled by a 9x120mm radiator and a Liang D5 pump. I used normal air cooling heatsinks for the graphics card and the CPU, with an unusual 3-blade fan on the CPU. In order to make sure that the fan would not pull above the standard 1A current while in oil, I tested it in a bucket with a multimeter and a 12V power supply. The fan drew 0.33 amps in oil and 0.11 in air. The build suffered from high temperatures on the CPU, so i experimented with routing the oil flow through a waterblock, but that also was not adequate. Only a few months in, I retired this build, as the cooling was not as good as a simple water loop, and maintaining the system was too difficult for a dorm room. </p>
<span class="image main"><img src="images/oil-1.jpeg" alt="" style="width: 50%; height: 50%"/></span>
<span class="image main"><img src="images/oil-2.jpeg" alt="" style="width: 50%; height: 50%"/></span>
<span class="image main"><img src="images/oil-3.jpeg" alt="" style="width: 50%; height: 50%"/></span>
<span class="image main"><img src="images/oil-4.jpeg" alt="" style="width: 50%; height: 50%"/></span>
<span class="image main"><img src="images/oil-5.jpeg" alt="" style="width: 50%; height: 50%"/></span>
<span class="image main"><img src="images/oil-6.jpeg" alt="" style="width: 50%; height: 50%"/></span>
<span class="image main"><img src="images/oil-7.jpeg" alt="" style="width: 50%; height: 50%"/></span>
</div>
</div>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<section>
<h2>This website was created from a template on HTML5UP.</h2>
</section>
<ul class="copyright">
<li>© Untitled. All rights reserved</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</div>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</body>
</html>