-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathteaching.html
More file actions
119 lines (118 loc) · 13.2 KB
/
teaching.html
File metadata and controls
119 lines (118 loc) · 13.2 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
115
116
117
118
119
<!DOCTYPE html>
<html class="light" lang="en">
<head>
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<title>e-Lab teaching</title>
<script src="https://cdn.tailwindcss.com?plugins=forms,container-queries"></script>
<link href="https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;600;700;800;900&family=Space+Grotesk:wght@400;600;700&family=Inter:wght@400;700&family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap" rel="stylesheet"/>
<link href="img/favicon.ico" rel="shortcut icon" type="image/x-icon"/>
<script id="tailwind-config">
tailwind.config = {
darkMode: "class",
theme: {
extend: {
colors: {
"surface": "#f9f9f9", "surface-container": "#eeeeee", "surface-container-high": "#e8e8e8",
"on-surface": "#1a1c1c", "on-surface-variant": "#4c4546", "primary": "#000000"
},
borderRadius: { "DEFAULT": "0.125rem", "lg": "0.25rem", "xl": "0.5rem", "full": "0.75rem" },
spacing: { "unit": "4px", "container-padding": "1rem", "window-margin": "2rem", "gutter": "1rem" },
fontFamily: {
"headline-lg": ["Work Sans"], "headline-md": ["Work Sans"], "title-bar": ["Work Sans"],
"label-caps": ["Space Grotesk"], "mono": ["Space Grotesk"], "body-md": ["Inter"], "body-sm": ["Inter"]
},
fontSize: {
"headline-lg": ["24px", {"lineHeight": "32px", "fontWeight": "700"}],
"headline-md": ["18px", {"lineHeight": "24px", "fontWeight": "700"}],
"title-bar": ["14px", {"lineHeight": "18px", "fontWeight": "700"}],
"body-md": ["14px", {"lineHeight": "20px", "fontWeight": "400"}],
"body-sm": ["12px", {"lineHeight": "16px", "fontWeight": "400"}]
}
}
}
}
</script>
<style>
.dither-bg { background-image: radial-gradient(#000 1px, transparent 0); background-size: 4px 4px; background-color: #f9f9f9; }
.racing-stripes { background: repeating-linear-gradient(0deg, #000, #000 1px, transparent 1px, transparent 4px); }
.retro-window-shadow { box-shadow: 4px 4px 0 0 #000; }
.btn-double-border { border: 1px solid #000; outline: 2px solid #000; outline-offset: -4px; }
.content h2 { margin: 2rem 0 1rem; font-family: Work Sans, sans-serif; font-size: 1.5rem; line-height: 2rem; font-weight: 900; text-transform: uppercase; }
.content h3 { margin: 2rem 0 1rem; border-bottom: 1px solid #000; padding-bottom: .5rem; font-family: Work Sans, sans-serif; font-size: 1.1rem; line-height: 1.5rem; font-weight: 800; text-transform: uppercase; }
.content h4 { margin: 1.25rem 0 .35rem; font-family: Work Sans, sans-serif; font-size: .95rem; line-height: 1.35rem; font-weight: 800; text-transform: uppercase; }
.content p { margin: .85rem 0; font-size: 14px; line-height: 1.65; }
.content a { color: #000; font-weight: 700; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 2px; }
.content a:hover { background: #000; color: #fff; }
.content img { border: 1px solid #000; filter: grayscale(1) contrast(1.2); max-width: 100%; height: auto; }
.content hr { margin: 2rem 0; border: 0; border-top: 1px solid #000; }
.content strong { font-weight: 800; }
.content div[style*="display:table"] { display: grid !important; grid-template-columns: minmax(120px, 200px) 1fr; gap: 1rem; align-items: start; margin: 1rem 0; }
.content div[style*="display:table-row"], .content div[style*="display:table-cell"] { display: block !important; padding-left: 0 !important; }
@media (max-width: 640px) { .content div[style*="display:table"] { grid-template-columns: 1fr; } }
</style>
</head>
<body class="bg-surface dither-bg font-body-md text-on-surface min-h-screen pt-10">
<header class="fixed top-0 left-0 w-full h-6 border-b border-black z-50 bg-white flex items-center px-4 overflow-hidden">
<div class="text-[14px] font-black text-black mr-6 uppercase tracking-tighter font-['Work_Sans'] whitespace-nowrap">e-Lab</div>
<nav class="flex gap-4 items-center h-full overflow-x-auto">
<a class="text-black hover:bg-black hover:text-white px-2 py-0.5 font-['Work_Sans'] text-[14px] font-bold uppercase tracking-tighter whitespace-nowrap" href="index.html">Home</a>
<a class="text-black hover:bg-black hover:text-white px-2 py-0.5 font-['Work_Sans'] text-[14px] font-bold uppercase tracking-tighter whitespace-nowrap" href="index.html#about">About</a>
<a class="text-black hover:bg-black hover:text-white px-2 py-0.5 font-['Work_Sans'] text-[14px] font-bold uppercase tracking-tighter whitespace-nowrap" href="news.html">News</a>
<a class="text-black hover:bg-black hover:text-white px-2 py-0.5 font-['Work_Sans'] text-[14px] font-bold uppercase tracking-tighter whitespace-nowrap" href="publications.html">Publications</a>
<a class="bg-black text-white px-2 py-0.5 font-['Work_Sans'] text-[14px] font-bold uppercase tracking-tighter whitespace-nowrap" href="teaching.html">Teaching</a>
<a class="text-black hover:bg-black hover:text-white px-2 py-0.5 font-['Work_Sans'] text-[14px] font-bold uppercase tracking-tighter whitespace-nowrap" href="index.html#contact">Contact</a>
</nav><div class="ml-auto hidden md:flex items-center"><span class="material-symbols-outlined text-[16px]">settings</span></div></header>
<main class="max-w-6xl mx-auto px-gutter py-window-margin space-y-12">
<section class="flex flex-col items-center justify-center py-12" id="home">
<div class="bg-white border-2 border-black p-6 md:p-8 retro-window-shadow text-center max-w-full">
<h1 class="text-[36px] md:text-[64px] font-black tracking-[0.14em] md:tracking-[0.2em] leading-none mb-4 uppercase">E - L A B<br/>T E A C H I N G</h1>
<div class="h-1 bg-black w-full mb-4 racing-stripes"></div>
<p class="font-mono text-headline-md uppercase tracking-widest">Courses by Eugenio Culurciello</p>
</div>
</section>
<section class="bg-white border border-black retro-window-shadow ">
<div class="h-6 border-b border-black bg-surface-container flex items-center px-2 justify-between">
<div class="flex items-center gap-1"><div class="w-3 h-3 border border-black"></div><div class="racing-stripes w-16 h-3 opacity-20 hidden sm:block"></div></div>
<span class="font-title-bar text-title-bar uppercase">Teaching.folder</span>
<div class="flex items-center gap-1"><div class="racing-stripes w-16 h-3 opacity-20 hidden sm:block"></div><span class="material-symbols-outlined text-sm">unfold_more</span></div>
</div>
<div class="p-container-padding"><div class="content">
<!-- <h2 id="teaching">Teaching</h2> -->
<hr>
<h2 id="courses-by-eugenio-culurciello">Courses by Eugenio Culurciello</h2>
<h4 id="-bme-495b-deep-learning-for-medical-imaging-https-docs-google-com-document-d-1zel-nu_to7olc3cd-dg5iadvwreraqsjd8n-1clrgga-edit-heading-h-ml4r2vcdki0v-"><a href="https://docs.google.com/document/d/1zEL-nu_To7Olc3cD-dg5iADvWrErAQSJD8n-1CLrGGA/edit#heading=h.ml4r2vcdki0v">BME 495B Deep Learning for medical imaging</a></h4>
<p>This course teaches the foundation of Deep Learning for beginners in machine learning and also advanced students.</p>
<h4 id="-bme-595a-deep-learning-https-docs-google-com-document-d-1_p4y_9y79ubimb8envj0uy8jgqhmqilifrlragbxw60-"><a href="https://docs.google.com/document/d/1_p4Y_9Y79uBiMB8ENvJ0Uy8JGqhMQILIFrLrAgBXw60">BME 595A Deep Learning</a></h4>
<p>This course teaches the foundation of Deep Learning and advanced neural networks for a more experienced audience.</p>
<h4 id="bme-301-bioelectricity">BME 301 Bioelectricity</h4>
<p>This course teaches the fundamental engineering and mathematical tools to understand and analyze basic bioelectricity and circuit theory in the context of the mammalian nervous system. The course shows for the similarities between electricity in biology and in silicon circuits, enabling students to begin interfacing the two in simple recording and stimulating experiments. A solid quantitative understanding of electric phenomenon in the context of the biological system is essential for designing many devices for biomedical diagnosis, treatment, and beyond. This class gives the theoretical framework needed to begin exploring electrophysiological devices with biomedical engineering applications. Neural network models and learning techniques will be used to model cortical sensory processing of neural circuits.</p>
<h4 id="bme-595a-neuromorphic-systems-and-synthetic-vision">BME 595A Neuromorphic systems and synthetic vision</h4>
<p>This course will provide students with the knowledge of neuromorphic circuits and systems for applications in synthetic and artificial vision and sensory systems. This course will teach how to use and write software and hardware models of the human visual system, retinal pre-processing, and vision sub-blocks. Lecture will include an overview of current neuromorphic systems, new opportunities for these systems and ideas for innovation and success with such systems. We will include details on neural networks, digital systems design, digital synthesis in programmable logic, and large scale integration. System level lectures will be in the form of recent paper review and discussion.</p>
<h4 id="eeng993-silicon-on-sapphire-seminar">EENG993 Silicon-on-Sapphire Seminar</h4>
<p>This course focuses on the new <a href="http://www.mhprofessional.com/product.php?isbn=0071608486">silicon-on-sapphire</a> CMOS technology. The course will provide students with the knowledge of the silicon-on-sapphire technology, its devices and circuits. The course teaches basic integrated analog blocks and how to combine these circuits into systems for sensing and biomedical application. Target areas are in physiology, brain-machine interfaces, neural recording and stimulation, imaging and bio-imaging. Lecture will include details on operational amplifiers, voltage amplifiers, current mode circuits, analog to digital converters, photo-transduction circuits, layout, simulation and design of VLSI circuits and systems. System level lectures will be in the form of recent paper review and discussion. The class will mainly admit a graduate audience.</p>
<h4 id="eeng428-sensors-and-bio-sensors">EENG428 Sensors and Bio-sensors</h4>
<p>This course will provide students with the knowledge of basic integrated analog blocks and how to combine these circuits into sensory systems for biomedical applications. Target areas are in physiology, brain-machine interfaces, neural recording and stimulation, imaging and bio-imaging. Lecture will include details on operational amplifiers, voltage amplifiers, current mode circuits, analog to digital converters, photo-transduction circuits, layout, simulation and design of VLSI circuits and systems. System level lectures will be in the form of recent paper review and discussion. The class will also admit a graduate audience.</p>
<h4 id="eeng348-digital-systems">EENG348 Digital Systems</h4>
<p>Designed to develop engineering skills in the design and analysis of digital logic components and circuits, to make students thoroughly familiar with the basics of gate-level circuit design starting from single gates and building up to complex systems, and to provide hands-on experience and exposure to circuit design using state-of-the-art computer aided design tools and programmable logic devices using VHDL.</p>
<h4 id="eeng427-enas627-advanced-integrated-circuits">EENG427 / ENAS627 Advanced Integrated Circuits</h4>
<p>Neuromorphic analog integrated circuit design, fabrication processes, fundamentals of devices, circuits and basic topologies. Analog and mixed-signal VLSI and SOC for biomedical instrumentation and bio-inspired circuits. System-level design, simulation, layout and tapeout. Examples of VLSI systems for biomedical applications: models of biological systems and circuit implementation. Biomedical sensors, SNR and electronic circuit noise. Sensor arrays, communication and analog-digital circuit interaction and co-design. Signal conversion, conditioning, compression and reconstruction.</p>
</div></div>
</section>
</main>
<footer class="w-full border-t border-black bg-zinc-100 mt-20">
<div class="flex flex-col md:flex-row gap-4 md:gap-6 justify-between items-start md:items-center px-8 py-4 w-full">
<div class="font-['Work_Sans'] text-[10px] uppercase tracking-widest text-black">All Rights Reserved. © 2026 - e-Lab</div>
<div class="flex flex-wrap gap-6">
<a class="font-['Work_Sans'] text-[10px] uppercase tracking-widest text-zinc-600 hover:text-black hover:underline" href="https://e-lab.github.io/">e-Lab</a>
<a class="font-['Work_Sans'] text-[10px] uppercase tracking-widest text-zinc-600 hover:text-black hover:underline" href="https://medium.com/@culurciello/">Medium</a>
<a class="font-['Work_Sans'] text-[10px] uppercase tracking-widest text-zinc-600 hover:text-black hover:underline" href="https://www.linkedin.com/in/eugenioculurciello/">LinkedIn</a>
</div>
</div>
</footer>
<a class="fixed bottom-8 right-8 w-16 h-16 bg-white border border-black retro-window-shadow flex flex-col items-center justify-center p-1 cursor-pointer hover:bg-black group" href="index.html#contact" aria-label="Contact">
<span class="material-symbols-outlined text-black group-hover:text-white" style="font-size: 32px;">mail</span>
<span class="text-[8px] font-black uppercase mt-1 text-black group-hover:text-white">Contact</span>
</a>
</body>
</html>