-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.js
294 lines (278 loc) · 10.6 KB
/
main.js
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
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
const bachelors = createEducation(
"Bachelors",
{
width: 125,
height: 265,
color: colors.brown,
content: "B.S.<br />Chemical Engineering<br />& German",
},
{
logoSrc: "assets/images/Wyoming_Athletics_logo.svg",
logoAlt: "Wyoming Logo",
degree:
"Bachelor of Science in German, Chemical Engineering, Engineering Honors",
university: "University of Wyoming: Laramie, WY",
gpa: "3.68",
graduationDate: "Graduated May 2018",
projects: [
"Carbon capture and storage (CCS) innovative cost recovery",
"Anti-cancer drug delivery methods",
],
}
);
const masters = createEducation(
"Masters",
{
width: 110,
height: 265,
color: colors.red,
content: "M.S.<br />Computational Linguistics",
},
{
logoSrc: "assets/images/hawk-logo-color-2.svg",
logoAlt: "Montclair Logo",
degree: "Master of Science in Computational Linguistics",
university: "Montclair State University: Montclair, NJ",
gpa: "3.96",
graduationDate: "Graduated May 2022",
projects: [
"Cross-lingual definition modeling without bilingual corpora",
"Farsi NLP Tools",
],
}
);
const translate = createJobExperience(
"Translate",
{
width: 80,
height: 200,
color: colors.yellow,
content: "Freelance Translation",
},
{
company: "Self-Employed",
position: "Freelance German-English Translator",
startDate: "December 2016",
endDate: "June 2018",
accomplishments: [
"Provided an array of services including audio translation, transcription, and software localization, as well as translating texts in the marketing, legal, and STEM disciplines. Projects included:",
"Localized a CAD software interface, ensuring user-friendly and culturally appropriate language.",
"Translated a body of legal documents for a county victim/witness assistance program.",
"Transcribed and translated sensitive German audio recordings for a legal case.",
"Provided German rewriting services for a marketing firm.",
"Rendered translation and editing services for an online media group.",
],
}
);
const montco = createJobExperience(
"Montco",
{
width: 77,
height: 218,
color: colors.purple,
content: "Montco Hunger Solutions",
},
{
company: "Montco Hunger Solutions (a subsidiary of the Share Food Program)",
position: "Program Assistant",
startDate: "June 2018",
endDate: "September 2018",
accomplishments: [
"Managed a county-wide distribution of supplemental food to disadvantaged populations, ensuring quality control and timely deliveries.",
"Tracked invoices, scheduled food distribution, and handled box truck deliveries.",
"Provided training and mentoring to the food cupboard and shelter staff, also monitoring adherence to procedural standards.",
"Administered contracts, facilitated client enrollment, managed data collection, and maintained accurate records.",
"Assisted the development of promotional materials to support program engagement.",
],
}
);
const aei = createJobExperience(
"Aei",
{
width: 65,
color: colors.gray,
content: "AEI",
},
{
company: "AEI Consultants",
position: "Staff Engineer",
startDate: "September 2018",
endDate: "May 2022",
accomplishments: [
"Directed hundreds of environmental investigations and remediation projects across residential, commercial, and industrial properties, concluding each with a technical report for clientele.",
"Expertly crafted precise, scaled CAD figures encompassing site layouts, isoconcentration maps, as well as detailed cross-sectional illustrations of geology and contaminant distributions.",
"Automated the creation of conditional, format-specific contaminant reporting tables using Excel VBA.",
],
}
);
const msu1 = createJobExperience(
"Msu1",
{
width: 50,
height: 200,
color: colors.red,
content: "MSU",
},
{
company: "Montclair State University",
position: "Graduate Research Assistant",
startDate: "September 2021",
endDate: "June 2022",
accomplishments: [
"Independently pioneered a research initiative in zero-shot cross-lingual definition generation utilizing deep learning techniques.",
"Appointed as a Teaching Assistant for APLN 550 (Computational Linguistics), providing support through tutoring and assignment grading.",
"Entrusted with full instructional duties for half of the semester, led the graduate course during the professor's leave of absence with success.",
],
}
);
const msu2 = createJobExperience(
"Msu2",
{
width: 40,
height: 220,
color: colors.red,
content: "MSU",
},
{
company: "Montclair State University",
position: "Adjunct Lecturer",
startDate: "August 2022",
endDate: "December 2022",
accomplishments: [
"Developed and taught LNGN 445, a beginner-friendly course in Natural Language Processing, with a significant emphasis on Python programming to reinforce theoretical knowledge with practical skills.",
"Crafted a syllabus that integrates Python coding from the ground up, enabling students with little or no programming experience to master foundational NLP techniques.",
],
}
);
const inventives = createJobExperience(
"Inventives",
{
width: 80,
height: 250,
color: colors.yellowGreen,
content: "Inventives",
},
{
company: "Inventives",
position: "Artificial Intelligence Developer",
startDate: "June 2022",
endDate: "January 2024",
accomplishments: [
"Engineering lead for medical record analysis product, designing the system, backend API, and innovative document analysis methods.",
"Developed a performant spore counting software for an international biological firm, employing computer vision to identify and enumerate spores in large images, drastically boosting research efficiency.",
"Optimized a Retrieval-Augmented Generation (RAG) system enabling LLM responses to incorporate information from client databases.",
"Advanced voice synthesis technology for a digital alter ego platform, enabling user-customizable pronunciations and enriching voice realism.",
"Architected and built a robust file storage and retrieval system, engineered for use in diverse applications.",
"Designed bespoke machine learning classifiers with high precision, fostering intelligent document organization.",
"Instituted comprehensive AI model performance evaluation frameworks as well as tools for gauging live performance and reliability of outputs.",
"Revolutionized client workflows by automating complex browser tasks using Selenium, effectively eliminating hours of tedium.",
"Engineered a sophisticated, clean frontend application to serve as a file explorer and search tool for a client’s private database.",
"Diligently maintained production-level codebases for both backend and frontend infrastructures, ensuring excellent user experience.",
],
}
);
const syera = createJobExperience(
"Syera",
{
width: 60,
height: 180,
color: colors.blue,
content: "Syera",
},
{
company: "Syera",
position: "Software Engineer",
startDate: "January 2024",
endDate: "Present",
accomplishments: [
"Architecting and developing core software, designing and building intelligent document processing and data extraction systems using ML and NLP techniques.",
"Engineering scalable, cloud-based infrastructure to transform legal case documents into intuitive visual timelines, enabling rapid evidence discovery.",
],
}
);
const businessCards = createBusinessCard(
"BusinessCards",
{
width: 100,
height: 60,
color: colors.white,
content: "Contact Info",
},
{
name: "Brandon T Wilde",
jobTitle1: "AI Engineer",
jobTitle2: "Chemical Engineer",
personalLogoSrc: "assets/images/wilde_ribbon_purple_sm_8.png",
emailSrc: "assets/images/email.png",
linkedin: "https://www.linkedin.com/in/brandon-wilde3/",
github: "https://www.github.com/brandonwilde",
}
);
const bookReviews = createBookReviewsBlock("BookReviews", {
width: 70,
height: 240,
color: colors.tan,
content: "Book Reviews",
});
const blog = createBlog("Blog", {
content: "Blog",
width: 300,
height: 30,
color: colors.white,
});
function addItems(shelf, section, items) {
const elemShelf = document.getElementById(`shelf${shelf}`);
const elemSections = elemShelf.querySelectorAll(".shelf-section");
const elemSection = elemSections[section].querySelector(".content-section");
items.forEach((item) => {
elemSection.appendChild(item.block);
if (item.modal) {
elemSection.appendChild(item.modal);
}
});
}
// Add items to shelves (Shelves A, B, C and Sections 0, 1, 2, 3)
addItems("A", 0, [bachelors, masters]);
addItems("A", 2, [
createBlock("bookA2a", { height: 150, color: colors.gray }),
createBlock("bookA2b", { width: 20, color: colors.purple }),
createBlock("bookA2c", { width: 30, color: colors.purple }),
createBlock("bookA2d", { height: 210, color: colors.yellowGreen }),
]);
addItems("B", 0, [
createBlock("bookB0a", { height: 180, color: colors.gray }),
createBlock("bookB0b", { width: 30, color: colors.yellowGreen }),
createBlock("bookB0c", { width: 50, color: colors.brown }),
createBlock("bookB0d", { width: 35, color: colors.gray }),
createBlock("bookB0e", { width: 20, height: 240, color: colors.white }),
createBlock("bookB0f", { color: colors.black }),
createBlock("bookB0g", { width: 50, height: 180, color: colors.brown }),
]);
// addItems("B", 1, [
// createBlock("bookB1a", { width: 50, color: colors.brown }),
// createBlock("bookB1b", { width: 35, color: colors.gray }),
// createBlock("bookB1c", { width: 26, height: 300, color: colors.white }),
// ]);
addItems("B", 2, [
createBlock("bookB2a", { height: 180, color: colors.yellow }),
createBlock("bookB2b", { width: 30, color: colors.gray }),
]);
addItems("B", 3, [
bookReviews,
// createBlock("bookB3b", { height: 230, color: colors.gray, content: "ϕ" }),
// createBlock("bookB3c", { color: colors.yellowGreen, content: "Δ" }),
]);
fetchGoodreadsRSS().then((items) => {
addItems("B", 3, createRecentReads(items, (numUpdates = 7)));
setPerspective();
});
addItems("C", 0, [blog]);
addItems("C", 1, [createBlock("bookC1a", { width: 27, color: colors.blue })]);
addItems("C", 2, [translate, montco, aei, msu1, msu2, inventives, syera]);
addItems("C", 3, [businessCards]);
// Close modals when clicking outside the modal content
window.onclick = function (event) {
if (event.target.classList.contains("modal-container")) {
event.target.classList.remove("modal-active");
}
};