-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdata.json
More file actions
123 lines (123 loc) · 3.96 KB
/
data.json
File metadata and controls
123 lines (123 loc) · 3.96 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
122
123
{
"schedule": [
{ "date": "JAN 15 2026", "name": "Semester Welcome" },
{ "date": "JAN 22 2026", "name": "New Member Meeting" },
{ "date": "JAN 29 2026", "name": "Nvolvement Fair (4–6:30pm @ the Union)" },
{ "date": "FEB 05 2026", "name": "Linux Install-a-thon" },
{ "date": "FEB 12 2026", "name": "Carston — Filetypes" },
{ "date": "FEB 19 2026", "name": "Snow Day" },
{ "date": "FEB 26 2026", "name": "Microtalks" },
{ "date": "MAR 05 2026", "name": "Mana Games" },
{ "date": "MAR 12 2026", "name": "Work Day (Midterm Season)" },
{ "date": "MAR 19 2026", "name": "Spring break (No meeting)" },
{ "date": "MAR 26 2026", "name": "Brett — Networking" },
{ "date": "APR 02 2026", "name": "TBD" },
{ "date": "APR 09 2026", "name": "Carston — Music Technology" },
{ "date": "APR 16 2026", "name": "TBD" },
{ "date": "APR 23 2026", "name": "Semester Send-off" },
{ "date": "APR 30 2026", "name": "Dead week (No meeting)" },
{ "date": "MAY 07 2026", "name": "Finals week (No meeting)" }
],
"profiles": [
{
"name": "Carston Wiebe",
"major": "Computer Engineering",
"bio": "Interested in computer hardware, web development, languages (for programs or for humans), fiction books, video games, and occasionally art.",
"role": "President",
"joined": "2023",
"isAlumni": false,
"imgPath": "/images/c-wiebe-pfp-500x500.jpg",
"links": [
{
"name": "Website",
"href": "https://ctwiebe23.github.io"
},
{
"name": "Email",
"href": "mailto:ctwiebe23@gmail.com"
}
]
},
{
"name": "Alexander Sanderson",
"major": "Computer Science",
"bio": "I'm a Linux enthusiast, programmer, metal musician and guitarist, and poet.",
"role": "Primary Programmer",
"joined": "2024",
"isAlumni": false,
"imgPath": "https://codeberg.org/avatars/4d3baab4c8dc0ee685e6d707bb8d426a0d3405df4cde62f7b35a720bd327b040?size=512",
"links": [
{
"name": "Email",
"href": "mailto:john-sweat-tray@duck.com"
},
{
"name": "Website",
"href": "https://constancies.com"
},
{
"name": "Mastodon",
"href": "https://metalhead.club/@constancies"
},
{
"name": "Codeberg",
"href": "https://codeberg.org/constancies"
},
{
"name": "Github",
"href": "https://github.com/Constancies"
},
{
"name": "Bandcamp",
"href": "https://constancies.bandcamp.com"
}
]
},
{
"name": "Cale Sigerson",
"major": "Computer Science",
"bio": "Music and riichi mahjong enthusiast, also an information sponge.",
"role": "Treasurer",
"joined": "2023",
"isAlumni": false,
"imgPath": "https://avatars.githubusercontent.com/u/73205524?v=4",
"links": [
{
"name": "Email",
"href": "mailto:non300300@gmail.com"
},
{
"name": "Github",
"href": "https://github.com/Mawasu"
},
{
"name": "RYM",
"href": "https://rateyourmusic.com/~Malas"
}
]
},
{
"name": "Brett Johnson",
"major": "Software Engineering",
"bio": "Big into Linux, HomeLab, Cybersecurity, Operating Systems (OS), and Curling. Always interested in learning something new!\n48 65 79 2C 20 79 6F 75 20 64 69 64 20 61 20 74 68 69 6E 67 21",
"role": "",
"joined": "2023",
"isAlumni": false,
"imgPath": "https://avatars.githubusercontent.com/u/84330357?v=4",
"links": [
{
"name": "Email",
"href": "mailto:johnson.brett@bwjsoftware.com"
},
{
"name": "Website",
"href": "https://bwjsoftware.com"
},
{
"name": "Github",
"href": "https://github.com/bwjsoftware"
}
]
}
]
}