forked from RhysCornelious/RhysCornelious.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathold.html
More file actions
52 lines (48 loc) · 1.29 KB
/
Copy pathold.html
File metadata and controls
52 lines (48 loc) · 1.29 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
```html
<meta name="description" content="Rhys Cornelious — Biomedical Engineer, BASc candidate at University of Waterloo (Class of 2025). Specialties: PCB design, embedded systems, biosensing, medical-device prototyping, signal processing.">
```
```html
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Rhys Cornelious",
"jobTitle": "Biomedical Engineer (BASc Candidate)",
"alumniOf": {
"@type": "CollegeOrUniversity",
"name": "University of Waterloo"
},
"worksFor": [
{
"@type": "Organization",
"name": "Apple",
"role": "Hardware Systems Engineer (Intern)"
},
{
"@type": "Organization",
"name": "Atomic Semi",
"role": "Electromechanical Engineer (Co-op)"
},
{
"@type": "Organization",
"name": "PhotoMedicine Labs",
"role": "Undergraduate Research Assistant (Co-op)"
}
],
"sameAs": [
"https://github.com/RhysCornelious",
"https://linkedin.com/in/rhys-cornelious"
],
"email": "mailto:rhyscornelious@gmail.com",
"knowsAbout": [
"Biomedical Engineering",
"PCB Design",
"Embedded Systems",
"Biosensing",
"Medical Device Prototyping",
"Signal Processing"
]
}
</script>
```
---