-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphotomasks.html
More file actions
114 lines (97 loc) · 5.56 KB
/
photomasks.html
File metadata and controls
114 lines (97 loc) · 5.56 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
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="../../../../favicon.ico">
<title>Mesh Electronics: Photomasks</title>
<!-- Load fonts from Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Fira+Sans+Condensed|Fira+Sans:400,500,600,700" rel="stylesheet">
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<!-- Custom styles for this template -->
<link href="static/css/sticky-footer-navbar.css" rel="stylesheet">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-122039728-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-122039728-1');
</script>
</head>
<body class="bg-light">
<header class="pb-5">
<!-- Fixed navbar -->
<nav class="navbar navbar-expand-md navbar-dark fixed-top nav-custom">
<a class="navbar-brand" href="index.html">Mesh Electronics</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="nav-link" href="protocols.html">Protocols</a>
</li>
<li class="nav-item">
<a class="nav-link" href="pcbs.html">PCBs</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="photomasks.html">Photomasks</a>
</li>
<li class="nav-item">
<a class="nav-link" href="references.html">References</a>
</li>
<li class="nav-item">
<a class="nav-link" href="http://cml.harvard.edu" target="_blank">Lieber Group</a>
</li>
</ul>
</div>
</nav>
</header>
<!-- Begin page content -->
<main role="main" class="container-fluid">
<img src="static/image1-cropped.jpg" class="bg">
<div class="container my-5">
<div class="row">
<div class="col">
<h1 class="t1">Photomasks</h1>
<p class="lead t2"> Provided below are design files for the photomasks used in the fabrication of mesh electronics. The photomasks were designed with <a href="https://www.autodesk.com/products/autocad/overview" target="_blank">AutoCAD</a> and written on the <a href="https://www.himt.de/index.php/MLA150.html" target="_blank">Heidelberg MLA150 Maskless Aligner</a> at <a href="https://cns1.rc.fas.harvard.edu" target="_blank"> Harvard CNS</a>. Many companies provide photomask manufacturing services, such as <a href="http://advancerepro.com/arc/" target="_blank">Advanced Reproductions</a>. The units in all design files are mm. </p>
</div>
</div>
<div class="row mb-5">
<div class="col">
<ul class="list-unstyled mt-3 t2">
<li class="media">
<figure class="figure">
<img class="mr-3" src="static/plug-and-play-meshes.png" alt="Masks for 32-ch plug-and-play meshes">
<figcaption class="figure-caption">Mask set</figcaption>
</figure>
<div class="media-body">
<h5 class="mt-0 mb-1">32-ch mesh electronics with "plug-and-play" I/O</h5>
This design file includes layers corresponding to four different photomasks: (1) bottom SU-8, (2) metal, (3) Pt, and (4) top SU-8. Each mesh electronics probe contains 32 platinum electrodes of 20-μm diameter terminating 1-1 on I/O pads compatible with "plug-and-play" interfacing, as described in <a href="https://pubs.acs.org/doi/abs/10.1021/acs.nanolett.7b03081" target="_blank">Schuhmann et al. (2017)</a>.
<br>
<a class="btn btn-outline-primary mt-1" href="static/plug-and-play-meshes.dwg" role="button"> Design file (.dwg) </a>
</div>
</li>
</ul>
</div>
</div>
</div>
</main>
</body>
<div class="container-fluid footer-custom fixed-bottom" style="color: rgba(255,255,255,1);">
<div class="row pt-1">
<div class="col"> <p>© 2018 by <a style="color:rgba(255,255,255,1)" href="http://cml.harvard.edu">Lieber Group</a></p></div>
<div class="col"> <p align="right">Website by <a style="color:rgba(255,255,255,1)" href="http://github.com/tgs2315">Tom Schuhmann</a></p></div>
</div>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
</html>