Skip to content

Commit 1fac15b

Browse files
authored
Merge pull request #66 from MaxMB15/max
adding max things
2 parents c332d41 + 597dd6f commit 1fac15b

File tree

5 files changed

+89
-0
lines changed

5 files changed

+89
-0
lines changed

content/authors/max/_index.md

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
---
2+
# Display name
3+
title: Max Boksem
4+
5+
# Username (this should match the folder name)
6+
authors:
7+
- max
8+
9+
# Is this the primary user of the site?
10+
superuser: false
11+
12+
# Role/position
13+
role: Student Research Assistant
14+
15+
# Organizations/Affiliations
16+
organizations:
17+
- name: University of Amsterdam
18+
url: "https://www.uva.nl/en"
19+
20+
# Short bio (displayed in user profile at end of posts)
21+
# bio:
22+
23+
interests:
24+
- Programming Environments
25+
- Software Architecture
26+
- Full-stack Development
27+
28+
29+
education:
30+
courses:
31+
- course: MSc Software Engineering
32+
institution: University of Amsterdam
33+
year: 2025
34+
- course: BSc Computer Science
35+
institution: McGill University, Canada
36+
year: 2020
37+
38+
social:
39+
- icon: github
40+
icon_pack: fab
41+
link: https://github.com/maxmb15
42+
- icon: orcid
43+
icon_pack: ai
44+
link: https://orcid.org/0009-0002-0069-6020
45+
46+
47+
# Enter email to display Gravatar (if Gravatar enabled in Config)
48+
email: ""
49+
50+
# Highlight the author in author lists? (true/false)
51+
highlight_name: false
52+
53+
# Organizational groups that you belong to (for People widget)
54+
# Set this to `[]` or comment out if you are not using People widget.
55+
user_groups:
56+
- Research, Technical and Administrative Support
57+
---
58+
59+
<h2>About Max</h2>
60+
<p>Hi, I’m Max. I grew up in Seattle, USA where my passion for technology and programming first ignited, and I’ve loved learning new things ever since. I moved to Montréal, Canada to study Computer Science and Physics at McGill, then headed to Ottawa to work as a software engineer at Cisco Systems for three years. In 2023, I wanted to learn more so I started a new adventure in Amsterdam to pursue my Master’s in Software Engineering at the University of Amsterdam. I am currently doing research focusing on experimental/exploratory programming environments.</p>
61+
62+
<p>When I’m not coding, you’ll find me on the football pitch, tennis court, or out running. I also love tinkering with creative and engineering (hardware) projects.</p>

content/authors/max/avatar.png

7.62 MB
Loading

content/post/max-recap/featured.jpg

185 KB
Loading

content/post/max-recap/index.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: 'Recent Academic and Research Milestones'
3+
authors:
4+
- max
5+
tags:
6+
- Academic
7+
categories:
8+
- News
9+
date: "2025-02-10T00:00:00Z"
10+
featured: false
11+
draft: false
12+
13+
# Projects (optional).
14+
# Associate this post with one or more of your projects.
15+
# Simply enter your project's folder or file name without extension.
16+
# E.g. `projects = ["internal-project"]` references `content/project/deep-learning/index.md`.
17+
# Otherwise, set `projects = []`.
18+
projects: []
19+
---
20+
Max is excited to share some updates from his journey with [CCI](https://cci-research.nl/) over the past few months.
21+
22+
One of the highlights was the publication of the paper, “Bridging Incremental Programming and Complex Software Development Environments” ([DOI](https://doi.org/10.1145/3689488.3689991)), which he had the privilege of presenting at [SPLASH 2024](https://2024.splashcon.org/) ([PAINT](https://2024.splashcon.org/home/paint-2024)) in Pasadena, California, last October. He attended the conference alongside Chris, Damien, and Thomas, who also delivered their own presentations ([post](https://cci-research.nl/post/splash-conf-2024/)). Sharing his work and receiving insightful feedback from so many brilliant minds marked a significant milestone.
23+
24+
On the academic front, Max is in the final stages of his master's thesis and is preparing for his defense later this month. Additionally, he recently began working part-time as a Student Research Assistant at CCI to continue the research from my thesis.
25+
26+
He looks forward to building on these experiences as he continues his work with CCI.

content/post/splash-conf-2024/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: '3 Papers Accepted at SPLASH 2024'
33
authors:
44
- chris
55
- damian
6+
- max
67
- thomas
78
tags:
89
- Academic

0 commit comments

Comments
 (0)