-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
208 lines (180 loc) · 10.8 KB
/
index.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
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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
<!DOCTYPE html>
<html>
<head>
<title>Gregory Marton — "Gremio"</title>
<meta name="description" content="Gregory Marton's page: Gremio"/>
<meta name="keywords" content="Greg Marton, Gregory Marton, Gregory A. Marton, Gregory Adam Marton, Marton Gergely, Gremio, Grem" />
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/>
<link type="text/css" rel="stylesheet" href="materialize.min.css" media="screen,projection"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"/>
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<link rel="stylesheet" href="index.css" type="text/css" />
<!-- Google Analytics js: -->
<!--script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-29042546-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script-->
<!-- end Google Analytics -->
</head>
<body>
<div class="navbar">
<ul>
<li>
<a href="mailto:[email protected]">
<img class="tiny-icon" src="icons/mail.png" alt=" "/>Email me</a></li>
<li>
<a href="https://calendly.com/gremio/15min">
<img class="tiny-icon" src="icons/cal.png" alt=" "/>Book a
15m chat</a>
</li>
<!-- li>
<a href="gregory_marton_resume.pdf">
<img class="tiny-icon" src="icons/trophy.png" alt=" "/>Résumé</a>
</li -->
<li>
<a href="https://www.linkedin.com/in/gregory-marton/">
<img class="tiny-icon" src="icons/li.png" alt=" "/></a>
</li>
<li>
<a href="https://www.researchgate.net/profile/Gregory_Marton">
<img class="tiny-icon" src="icons/papers.png" alt=" "/>Publications</a>
</li>
<li>
<a href="https://github.com/gregory-marton">
<img class="tiny-icon" src="icons/github.png" alt="GitHub"/></a>
</li>
</ul>
</div>
<div class="main">
<div class="component">
<img class="gremphoto" src="avatars/grem-2023-feb.jpg" alt="photo of me"/>
<h1>Gregory Adam Marton</h1>
<p>I enjoy teaching, and lately, in addition to my primary role as a
parent and homemaker, I've been tutoring computer science and
artificial intelligence.</p>
<p>If you are looking for tutoring, please check out my <a
href="https://www.wyzant.com/Tutors/GregoryComputing">Wyzant
page</a>, or <a href="mailto:[email protected]">reach out
directly</a>.</p>
<p>If you have another professional interest, I'm open to other
part-time short-term contract work, at rates similar to my tutoring.
I love helping folks out with their spreadsheets and
spreadsheet-sized data, or with any artificial intelligence
application. I would especially love to help out on any work related
to climate. Please reach out here or on <a
href="https://www.linkedin.com/in/gregory-marton/">LinkedIn</a>!</p>
<p>If this is a social visit: hi! Thanks for stopping by!</p>
</div>
<!--Must import jQuery before materialize.js-->
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script type="text/javascript" src="materialize/js/materialize.min.js"></script>
<script type="text/javascript" src="cards.js"></script>
<div class="component"><a name="contributions"></a>
<dl id="contributions-cards">
<dt>2023</dt><dd>For tutoring spreadsheets, I've made an <a
href="https://docs.google.com/spreadsheets/d/1ql7-NIB5OTM6UchRQs0Zt4Ko4QaNk-KmFKETn2EToYQ"
img="cards/org-chart.png">example
sheet</a> showing some little-known features that most folks are glad to be introduced to.
<dt>2023</dt> <dd>The <a
href="https://docs.google.com/spreadsheets/d/1zaw2NpuOlg4mvi2_TjWX3bK5PS3WIgB2AXURfs0klmg"
img="cards/invoice-screen.png">example invoice</a> I use as a
template for my clients also serves as a bit of a showcase,
including my favorite feature, named functions! Make a
copy and poke around!</dd>
<dt>2023</dt> <dd>I wrote a small bespoke <a
href="https://github.com/gregory-marton/gregory-marton.github.io/blob/main/verify.py">validator</a>
in python for this web page so I don't break it. You can also see
the responsive javascript layout work there. Ask about help with
your web project!</dd>
<dt>2015</dt>
<dd>I have an <a href="https://people.csail.mit.edu/gremio/" img="avatars/grem090206.jpg">old
web page at CSAIL</a> that listed earlier contributions.
</dd>
</dl>
<script type="text/javascript">
<!-- id of container, min width of a card -->
<!-- 320 pixels is the most common width of the smallest smartphones -->
<!-- (as listed in the Chrome developer tools that I can easily visualize). -->
<!-- padding=5 each side. -->
fillWithCards("contributions-cards", 310, 5);
</script>
</div><!-- class=component -->
</div><!-- class=main -->
<div class="support">
<div class="logo-group" id="education">
<div class="logo-explanation">Gratitude to my teachers!</div>
<a href="http://www.mit.edu/"><img class="logo" src="logos/mit.png" alt="MIT"/></a>
<a href="http://www.csail.mit.edu/"><img class="logo" src="logos/csail.png" width="150" alt="CSAIL"/></a>
<a href="http://groups.csail.mit.edu/infolab/"><img style="padding:10px;" class="logo" src="logos/infolab.png" alt="Infolab Group"/></a>
<a href="http://www.umiacs.umd.edu/"><img class="logo" src="logos/clip-umd.png" alt="The Computational Linguistics and Information Processing lab at the University of Maryland, College Park."/></a>
<a href="http://www.mbhs.edu/departments/magnet/"><img class="logo" src="logos/blazer.png" alt="The Montgomery Blair High School's Math, Science, and Computer Science Magnet Program"/></a>
</div>
<div class="logo-group" id="financial-support-for-nature">
<div class="logo-explanation">Please help keep the planet habitable!</div>
<a href="http://wri.org/"><img class="logo" src="logos/wri.png" alt="World
Resources Institute"/></a>
<a href="http://350.org/"><img class="logo" src="logos/350.png" alt="350.org"/></a>
<a href="http://nrdc.org/"><img class="logo" src="logos/nrdc.png" alt="Natural
Resources Defense Council"/></a>
<a href="http://worldwildlife.org/"><img class="logo" src="logos/wwf.png"
alt="World-Wide Fund for Nature"/></a>
<a href="http://conservation.org/"><img class="logo"
src="logos/consv-intl.png" alt="Conservation International"/></a>
<a href="http://www.conservationfund.org/"><img class="logo" src="logos/conservation.png" alt="The Conservation Fund"/></a>
<a href="http://www.ucsusa.org/"><img class="logo" src="logos/ucs.png" alt="The Union of Concerned Scientists"/></a>
</div>
<div class="logo-group" id="financial-support-for-freedom-equality">
<div class="logo-explanation">Please help support political freedom and equality.</div>
<a href="http://www.aclu.org/"><img class="logo" src="logos/aclu.png" alt="American Civil Liberties Union"/></a>
<a href="http://hrw.org/"><img class="logo" src="logos/hrw.png" alt="Human Rights Watch"/></a>
<a href="http://nlg.org/"><img class="logo" src="logos/nlawg.png" alt="The National Lawyers' Guild"/></a>
<a href="http://splcenter.org/"><img class="logo" src="logos/splc.png" alt="Southern Poverty Law Center"/></a>
<a href="http://www.globalfundforwomen.org/"><img class="logo" src="logos/gfwomen.png" alt="Global Fund for Women"/></a>
<a href="http://adainitiative.org/"><img class="logo" style="width:150px" src="logos/adainitiative.png" alt="The Ada Initiative"/></a>
<a href="http://freedomtomarry.org/"><img class="logo" src="logos/f2m.png" alt="Freedom to Marry"/></a>
<a href="http://www.romediafoundation.org/"><img class="logo" src="logos/romedia.png" alt="Romedia Foundation"/></a>
<a href="http://sentencingproject.org/"><img class="logo" src="logos/sentencing.png" alt="The Sentencing Project"/></a>
</div>
<div class="logo-group" id="financial-support-for-computing">
<div class="logo-explanation">Help sustain free and open computing.</div>
<a href="http://www.eff.org/"><img class="logo" src="logos/eff.png"
alt="Electronic Frontier Foundation, Defending Your Rights in the
Digital World"/></a>
<a href="http://www.fsf.org"><img class="logo" src="logos/fsf.png" alt="The Free Software Foundation"/></a>
</div>
<div class="logo-group" id="financial-support-for-health">
<div class="logo-explanation">Please support good health for everyone.</div>
<a href="http://doctorswithoutborders.org/"><img class="logo" src="logos/msf.png" alt="Doctors Without Borders"/></a>
<a href="http://www.plannedparenthood.org/"><img class="logo" src="logos/ppfa.png" width="90%" alt="The Planned Parenthood Federation of America provides family planning and sexual couseling."/></a>
<a href="http://actionagainsthunger.org/"><img class="logo" src="logos/acf-hunger.png" alt="Action Against Hunger"/></a>
<a href="http://www.guttmacher.org/"><img class="logo" src="logos/agi.png" width="90%" alt="The Alan Guttmacher Institute provides information on reproductive choice worldwide."/></a>
</div>
<div class="logo-group" id="financial-support-for-poverty-reduction">
<div class="logo-explanation">Fight against the cycle of poverty, partly
through education.</div>
<a href="http://bootstrapworld.org/"><img class="logo" src="cards/bootstrap.png" alt="Bootstrap is a curriculum to teach introductory algebra through video game programming."/></a>
<a href="http://camfed.org/"><img class="logo" src="logos/camfed.png" alt="CAMFED educates girls in Africa."/></a>
<a href="http://prathamusa.org/"><img class="logo"
src="logos/pratham.png" alt="Pratham educates poor kids in India."/></a>
<a href="http://en.wikipedia.org/"><img class="logo" src="logos/wikipedia.png" alt="Wikipedia"/></a>
<a href="http://givedirectly.org/"><img class="logo" src="logos/givedirectly.png" alt="Give Directly (to the poor, primarily in Africa)"/></a>
</div>
<div class="logo-group" id="financial-support-for-learning">
<div class="logo-explanation">We love (and support) these places of learning.</div>
<a href="http://momath.org/"><img class="logo" src="logos/momath.png" alt="Museum of Mathematics in New York"/></a>
<a href="http://amnh.org/"><img class="logo" src="logos/amnh.png" alt="The American Museum of Natural History in New York"/></a>
<a href="http://outdoors.org/"><img class="logo" src="logos/amc.png" alt="The Appalachian Mountain Club"/></a>
<a href="http://wildernessawareness.org/"><img class="logo" src="logos/wilderness.png" alt="The Wilderness Awareness School"/></a>
<a href="http://neaq.org/"><img class="logo" src="logos/neaq.svg" alt="The New England Aquarium in Boston"/></a>
<a href="http://aaas.org/"><img class="logo" src="logos/aaas.png" alt="The American Association for the Advancement of Science publishes Science Magazine."/></a>
</div>
</div>
<script type="text/javascript">createLayouts();</script>
</body>
</html>