-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreferences.html
61 lines (57 loc) · 3.31 KB
/
references.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>References</title>
<link href="styles/ref_style.css" rel="stylesheet">
<link href="styles/website_style_.css" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<header>
<aside id="hamburger">
<section></section>
<section></section>
<section></section>
</aside>
</header>
<nav>
<ul class="navigation">
<li><a href="index.html">Home</a></li>
<li><a href="intro.html">Motion Capture</a></li>
<li><a href="entertainment.html">Entertainment</a></li>
<li><a href="health.html">Health Industry</a></li>
<li><a href="sports.html">Sports</a></li>
<li><a href="references.html">References</a></li>
</ul>
</nav>
<main id="refmain">
<h1 id="refs">References</h1>
<div id="reflinks">
<ol>
<li>Lauren Hinkel | MIT-IBM Watson AI Lab, Lauren Hinkel. “A One-up on Motion Capture.” MIT News | Massachusetts Institute of Technology, 29 Apr. 2022, news.mit.edu/2022/one-motion-capture-neural-network-0429.</li>
<li>Machado, Rae. “Motion Capture in Games: An Overview.” Sooner Esports, 20 Oct. 2021, www.sooneresports.org/2021/10/20/motion-capture-in-games-an-overview/.</li>
<li>“Motion Capture in Medicine.” Hinge, 2 Aug. 2019, hellohinge.com/motion-capture-in-medicine/.</li>
<li>Oxford Metrics. “Motion Capture Tech Set to Unlock a New Wave of Innovation in VFX.” Oxford Metrics, 4 Feb. 2021,
oxfordmetrics.com/news/2021-02-04/motion-capture-tech-set-to-unlock-a-new-wave-of-i nnovation-in-vfx.
</li>
<li>Oxford Metrics. “Motion Capture Tech Set to Unlock a New Wave of Innovation in VFX.” Oxford Metrics, 4 Feb. 2021,
oxfordmetrics.com/news/2021-02-04/motion-capture-tech-set-to-unlock-a-new-wave-of-i nnovation-in-vfx.
</li>
<li>Richie Mroz. “Innovations in Motion Capture Technology.” The COMP Magazine, 19 Nov. 2020, www.thecompmagazine.com/innovations-in-motion-capture-technology/.</li>
<li>Shields, Meg. “The Way of Motion Capture: The Innovations of ‘Avatar.’” Film School Rejects, 27 Feb. 2023, filmschoolrejects.com/avatar-the-way-of-water-motion-capture/.</li>
<li>“Sports Motion Capture.” IMeasureU, 27 Mar. 2019, imeasureu.com/knowledge/sports-motion-capture/.</li>
<li>Team, NFI. “Rotoscoping: Everything You Need to Know.” NFI, 3 Aug. 2022, www.nfi.edu/rotoscoping/. </li>
</ol>
</div>
<div style="display:flex; justify-content: space-between;" id="page_buttons">
<a id="button" href="sports.html">Previous Page</a>
<a id="previous_button" href="index.html">Back Home</a>
</div>
</main>
<footer>
© Aria Shepard - Winter 2023
</footer>
<script src="javascript.js"></script>
</body>
</html>