forked from landgreen/landgreen.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
121 lines (109 loc) · 5.75 KB
/
index.html
File metadata and controls
121 lines (109 loc) · 5.75 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
120
121
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#222" />
<meta name="description" content="Interactive notes for algebra based physics.">
<meta name="author" content="Ross Landgreen">
<meta property="og:description" content="Interactive notes for algebra based physics.">
<meta property="og:title" content="Physics Notes">
<meta name="twitter:title" content="Physics Notes">
<meta name="twitter:description" content="Interactive notes for algebra based physics.">
<title>Mr. Landgreen</title>
<link rel='shortcut icon' href='physics/media/favicon.ico' type='image/x-icon' />
<link rel="stylesheet" type="text/css" href="physics/style.css">
</head>
<body>
<style>
header {
text-align: center;
border: none;
}
.title {
font-size: 70px;
font-weight: 100;
}
.underlined {
margin-top: 4em;
}
</style>
<header>
<h1 class="title">Mr. Landgreen</h1>
</header>
<article>
<h2 class='underlined'>Physics - <a href="physics/index.html">course notes</a> </h2>
<p>
Physics is a lab science with a math focus.
We use physical relationships to predict and shape our surroundings.
We will also attempt to discover new physical relationships through experimentation.
</p>
<details>
<summary>About Physics</summary>
<p>
<strong>Physics is science.</strong> Physicists build mathematical models that approximate how matter and energy change over time.
</p>
<p>
<strong>Physics advances technology.</strong> Physics explains how electromagnetic waves encode information from a cell phone, how electricity in a computer chip is controlled by transistors, how a speaker produces sound with magnets, and how GPS calculates position.
</p>
<p>
<strong>Physics guides engineering.</strong> A knowledge of physics allows engineers to predict how their projects will behave. Physics helps them design, tinker, and experiment.
</p>
<p>
<strong>Physics speaks with math.</strong> Math is the language physics uses to understand and communicate the nature of our universe.
</p>
</details>
<!-- <details>
<summary>Course Materials</summary>
<p>
An organized notebook/binder and a scientific calculator is required. I'm flexible about most other details, but I recommend:
</p>
<p>
<strong>graph paper:</strong> for graphing, charts, free body diagrams, circuit diagrams, ...
<br> <strong>scientific calculator:</strong> <a href="http://www.amazon.com/Texas-Instruments-Scientific-Calculator-Accents/dp/B00000JBNX?ie=UTF8&*Version*=1&*entries*=0">TI-30XIIS</a> is cheap and works well.
<br> <strong>pen or pencil:</strong> I like <a href='https://www.amazon.com/dp/B00092RJX0/_encoding=UTF8?coliid=I17A6WSIFV5AG6&colid=26R4C03G1WG78'>these</a> colored pens.
<br> <strong>highlighter</strong>
</p>
</details> -->
<details>
<summary>Student Files</summary>
<p>
physics <a href="https://docs.google.com/document/d/1iBO9U5tEoUu0tFcRLAn5mEzqPPhgeaW0Z7vy5KRV3RM/edit?usp=sharing">this week</a>
<!-- <br> -->
<!-- physics NWC+ <a href="https://docs.google.com/document/d/1R_me8KQz75bxGFupAiZXGCDSRbm8dpemczowkN2u3YA/edit?usp=sharing">this week</a> -->
</p>
<p>
physics <a href="https://docs.google.com/document/d/1CqB0kLXRaxv-TcHUrgBeg9FkLtNf0ijZxDScquEB470/">syllabus</a>
</p>
</details>
<h2 class='underlined'>Computer Science -
<a href="https://docs.google.com/document/d/1VVYKEFvJpUjDuuzQ7-bvy_3TmzoO-VMw91RGr5_nZf0/edit?usp=sharing">Syllabus</a>
</h2>
<p>
This class focuses on learning computer science through projects.
We build browser based projects using JavaScript.
We also build Arduino based projects for simple electric circuits.
</p>
<h2 class='underlined'>Contact</h2>
<p>
If you were absent, check in after class to see what you missed. If you need to make up an assignment, or have any questions come by my room after school.
</p>
<p>rlandgreen@newwestcharter.org</p>
<h2 class='underlined'>Projects</h2>
<p>
<a href="https://goo.gl/photos/E7jTHpgHRFgT6C7p6">Photos:</a> classroom science experiments
<br> <a href="projects/index.html">Electronics:</a> soldering circuits and programming Arduinos
<br> <a href="http://codepen.io/lilgreenland/">Codepen:</a> small HTML / CSS / JavaScript projects
<br>
<br> <a href="n-gon/index.html">n-gon:</a> physics based JavaScript game
<!-- <br> <a href="planetesimals/index.html">planetesimals:</a> asteroids remake with annoying physics -->
</p>
<h1 class='underlined'>About Me</h1>
<p>I graduated from University of Georgia with a B.S. in physics and astronomy.
I've been teaching high school physics, chemistry, and computer science in California since 2006.
</p>
<p>I nerd out on: books, hiking, soccer, science, coding, Arduino, biking to work</p>
<img class="center" src="ross.jpg" alt="ross 2020" width="125" style="border-radius: 8px;" />
</article>
<br><br><br><br>
</html>