Skip to content

Instantly share code, notes, and snippets.

@jaasonw
Last active January 19, 2023 11:46
Show Gist options
  • Save jaasonw/e48f2118a5cc6b0085d4f0939bbd110e to your computer and use it in GitHub Desktop.
Save jaasonw/e48f2118a5cc6b0085d4f0939bbd110e to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
This gist exceeds the recommended number of files (~10). To access all files, please clone this gist.
{"rootURIWorkspaces":[],"folderWorkspaceInfos":[{"folderUri":"file:///c%3A/Users/Jason/Google%20Drive%20%28jwong92%40go.pasadena.edu%29/11%20Fall%202020/Math%2022/Section%201.2"},{"folderUri":"file:///c%3A/Users/Jason/Google%20Drive%20%28jwong92%40go.pasadena.edu%29/11%20Fall%202020/Math%2022/Section%201.6"},{"folderUri":"file:///k%3A/Files/Github/cs66/01"},{"folderUri":"file:///k%3A/Files/Github/cs66/05"},{"folderUri":"file:///k%3A/Files/Github/cs66/06"},{"folderUri":"file:///k%3A/Files/Github/cs66/09"},{"folderUri":"file:///c%3A/Users/Jason/Documents/Github/jaasonw.github.io/cs"},{"folderUri":"vscode-remote://wsl%2Bubuntu/mnt/k/Files/Github/spotify-new-music-sorter"},{"folderUri":"file:///k%3A/Files/Github/Database"},{"folderUri":"vscode-remote://wsl%2Bubuntu/mnt/c/Users/Jason/Documents/Github/citrus"},{"folderUri":"file:///c%3A/Users/Jason/OneDrive%20-%20Cal%20State%20Fullerton/03%20Fall%202021/CPSC%20323%20-%20Compilers/assignment_01"},{"folderUri":"vscode-remote://wsl%2Bubuntu/mnt/c/Users/Jason/Documents/Github/tuffyhacks.com"},{"folderUri":"file:///c%3A/Users/Jason/OneDrive%20-%20Cal%20State%20Fullerton/04%20Spring%202022/CPSC%20355/project_01"},{"folderUri":"file:///c%3A/Users/Jason/Documents/Github/spotify-seasonal"},{"folderUri":"file:///c%3A/Users/Jason/Documents/Github/acmcsuf.com"},{"folderUri":"file:///c%3A/Users/Jason/Documents/Github/jaasonw.github.io/files"}],"emptyWorkspaceInfos":[]}
{"content":{"settings":"{}","tasks":"{}","launch":"{}"}}
{"content":{"settings":"{\n \"python.pythonPath\": \"/mnt/c/Users/Jason/Documents/Github/spotify-new-music-sorter/env/bin/python\"\n}","tasks":"{}","launch":"{}"}}
{"contents":{"files":{"associations":{"iostream":"cpp","vector":"cpp","xutility":"cpp","xstring":"cpp","algorithm":"cpp","cctype":"cpp","cmath":"cpp","cstddef":"cpp","cstdint":"cpp","cstdio":"cpp","cstdlib":"cpp","cstring":"cpp","ctime":"cpp","cwchar":"cpp","exception":"cpp","initializer_list":"cpp","ios":"cpp","iosfwd":"cpp","istream":"cpp","iterator":"cpp","limits":"cpp","locale":"cpp","map":"cpp","memory":"cpp","new":"cpp","ostream":"cpp","sstream":"cpp","stdexcept":"cpp","streambuf":"cpp","string":"cpp","system_error":"cpp","tuple":"cpp","type_traits":"cpp","typeinfo":"cpp","utility":"cpp","xfacet":"cpp","xiosbase":"cpp","xlocale":"cpp","xlocbuf":"cpp","xlocinfo":"cpp","xlocmes":"cpp","xlocmon":"cpp","xlocnum":"cpp","xloctime":"cpp","xmemory":"cpp","xmemory0":"cpp","xstddef":"cpp","xtr1common":"cpp","xtree":"cpp","array":"cpp","*.tcc":"cpp","clocale":"cpp","cwctype":"cpp","unordered_map":"cpp","fstream":"cpp","functional":"cpp","optional":"cpp","string_view":"cpp","iomanip":"cpp"}},"python":{"linting":{"pylintEnabled":true}},"tasks":{"version":"2.0.0","tasks":[{"label":"build","type":"shell","command":"py build.py","problemMatcher":["$gcc"]}]},"launch":{"version":"0.2.0","configurations":[{"name":"(gdb) Launch","type":"cppdbg","request":"launch","preLaunchTask":"build","program":"${workspaceFolder}/database.exe","args":[],"stopAtEntry":false,"cwd":"${workspaceFolder}","environment":[],"externalConsole":true,"MIMode":"gdb","miDebuggerPath":"gdb.exe","setupCommands":[{"description":"Enable pretty-printing for gdb","text":"-enable-pretty-printing","ignoreFailures":true}]}]}},"overrides":[],"keys":["files.associations","python.linting.pylintEnabled","tasks.version","tasks.tasks","launch.version","launch.configurations"]}
{"content":{"settings":"{}","tasks":"{}","launch":"{}"}}
{"content":{"settings":"{}","tasks":"{}","launch":"{}"}}
{"contents":{"files":{"associations":{"iostream":"cpp","vector":"cpp","xutility":"cpp","xstring":"cpp","algorithm":"cpp","cctype":"cpp","cmath":"cpp","cstddef":"cpp","cstdint":"cpp","cstdio":"cpp","cstdlib":"cpp","cstring":"cpp","ctime":"cpp","cwchar":"cpp","exception":"cpp","initializer_list":"cpp","ios":"cpp","iosfwd":"cpp","istream":"cpp","iterator":"cpp","limits":"cpp","locale":"cpp","map":"cpp","memory":"cpp","new":"cpp","ostream":"cpp","sstream":"cpp","stdexcept":"cpp","streambuf":"cpp","string":"cpp","system_error":"cpp","tuple":"cpp","type_traits":"cpp","typeinfo":"cpp","utility":"cpp","xfacet":"cpp","xiosbase":"cpp","xlocale":"cpp","xlocbuf":"cpp","xlocinfo":"cpp","xlocmes":"cpp","xlocmon":"cpp","xlocnum":"cpp","xloctime":"cpp","xmemory":"cpp","xmemory0":"cpp","xstddef":"cpp","xtr1common":"cpp","xtree":"cpp","chrono":"cpp","fstream":"cpp","iomanip":"cpp","ratio":"cpp"}},"python":{"linting":{"pylintEnabled":true}},"tasks":{"version":"2.0.0","tasks":[{"label":"build","type":"shell","command":"build.sh","problemMatcher":["$gcc"]}]},"launch":{"version":"0.2.0","configurations":[{"name":"(gdb) Launch","type":"cppdbg","request":"launch","preLaunchTask":"build","program":"${workspaceFolder}/a.exe","args":[],"stopAtEntry":false,"cwd":"${workspaceFolder}","environment":[],"externalConsole":true,"MIMode":"gdb","miDebuggerPath":"gdb.exe","setupCommands":[{"description":"Enable pretty-printing for gdb","text":"-enable-pretty-printing","ignoreFailures":true}]}]}},"overrides":[],"keys":["files.associations","python.linting.pylintEnabled","tasks.version","tasks.tasks","launch.version","launch.configurations"]}
{"content":{"settings":"{\n \"python.pythonPath\": \"env/bin/python3\"\n}","tasks":"{}","launch":"{}"}}
{"contents":{"jupyter":{"jupyterServerType":"local"},"tasks":{},"launch":{}},"overrides":[],"keys":["jupyter.jupyterServerType"]}
{"content":{"settings":"{}","tasks":"{}","launch":"{}"}}
{"content":{"settings":"{\r\n \"editor.defaultFormatter\": \"esbenp.prettier-vscode\",\r\n \"editor.formatOnSave\": true\r\n}\r\n","tasks":"{}","launch":"{}"}}
{"content":{"settings":"{}","tasks":"{}","launch":"{}"}}
{"content":{"settings":"{}","tasks":"{}","launch":"{}"}}
{"contents":{"files":{"associations":{"iostream":"cpp","vector":"cpp","xutility":"cpp","xstring":"cpp","algorithm":"cpp","cctype":"cpp","cmath":"cpp","cstddef":"cpp","cstdint":"cpp","cstdio":"cpp","cstdlib":"cpp","cstring":"cpp","ctime":"cpp","cwchar":"cpp","exception":"cpp","initializer_list":"cpp","ios":"cpp","iosfwd":"cpp","istream":"cpp","iterator":"cpp","limits":"cpp","locale":"cpp","map":"cpp","memory":"cpp","new":"cpp","ostream":"cpp","sstream":"cpp","stdexcept":"cpp","streambuf":"cpp","string":"cpp","system_error":"cpp","tuple":"cpp","type_traits":"cpp","typeinfo":"cpp","utility":"cpp","xfacet":"cpp","xiosbase":"cpp","xlocale":"cpp","xlocbuf":"cpp","xlocinfo":"cpp","xlocmes":"cpp","xlocmon":"cpp","xlocnum":"cpp","xloctime":"cpp","xmemory":"cpp","xmemory0":"cpp","xstddef":"cpp","xtr1common":"cpp","xtree":"cpp","chrono":"cpp","fstream":"cpp","iomanip":"cpp","ratio":"cpp"}},"python":{"linting":{"pylintEnabled":true}},"tasks":{"version":"2.0.0","tasks":[{"label":"build","type":"shell","command":"bash build.sh","problemMatcher":["$gcc"]}]},"launch":{"version":"0.2.0","configurations":[{"name":"(gdb) Launch","type":"cppdbg","request":"launch","preLaunchTask":"build","program":"${workspaceFolder}/a.exe","args":[],"stopAtEntry":false,"cwd":"${workspaceFolder}","environment":[],"externalConsole":true,"MIMode":"gdb","miDebuggerPath":"gdb.exe","setupCommands":[{"description":"Enable pretty-printing for gdb","text":"-enable-pretty-printing","ignoreFailures":true}]}]}},"overrides":[],"keys":["files.associations","python.linting.pylintEnabled","tasks.version","tasks.tasks","launch.version","launch.configurations"]}
{"contents":{"files":{"associations":{"iostream":"cpp","vector":"cpp","xutility":"cpp","xstring":"cpp","algorithm":"cpp","cctype":"cpp","cmath":"cpp","cstddef":"cpp","cstdint":"cpp","cstdio":"cpp","cstdlib":"cpp","cstring":"cpp","ctime":"cpp","cwchar":"cpp","exception":"cpp","initializer_list":"cpp","ios":"cpp","iosfwd":"cpp","istream":"cpp","iterator":"cpp","limits":"cpp","locale":"cpp","map":"cpp","memory":"cpp","new":"cpp","ostream":"cpp","sstream":"cpp","stdexcept":"cpp","streambuf":"cpp","string":"cpp","system_error":"cpp","tuple":"cpp","type_traits":"cpp","typeinfo":"cpp","utility":"cpp","xfacet":"cpp","xiosbase":"cpp","xlocale":"cpp","xlocbuf":"cpp","xlocinfo":"cpp","xlocmes":"cpp","xlocmon":"cpp","xlocnum":"cpp","xloctime":"cpp","xmemory":"cpp","xmemory0":"cpp","xstddef":"cpp","xtr1common":"cpp","xtree":"cpp","chrono":"cpp","fstream":"cpp","iomanip":"cpp","ratio":"cpp"}},"python":{"linting":{"pylintEnabled":true}},"tasks":{"version":"2.0.0","tasks":[{"label":"build","type":"shell","command":"py build.py","problemMatcher":["$gcc"]}]},"launch":{"version":"0.2.0","configurations":[{"name":"(gdb) Launch","type":"cppdbg","request":"launch","preLaunchTask":"build","program":"${workspaceFolder}/a.exe","args":[],"stopAtEntry":false,"cwd":"${workspaceFolder}","environment":[],"externalConsole":true,"MIMode":"gdb","miDebuggerPath":"gdb.exe","setupCommands":[{"description":"Enable pretty-printing for gdb","text":"-enable-pretty-printing","ignoreFailures":true}]}]}},"overrides":[],"keys":["files.associations","python.linting.pylintEnabled","tasks.version","tasks.tasks","launch.version","launch.configurations"]}
{"contents":{"python":{"linting":{"pylintEnabled":true,"enabled":true}},"tasks":{},"launch":{}},"overrides":[],"keys":["python.linting.pylintEnabled","python.linting.enabled"]}
{"content":{"settings":"{}","tasks":"{}","launch":"{}"}}
{"contents":{"python":{"pythonPath":"/env/bin/python3"},"tasks":{},"launch":{}},"overrides":[],"keys":["python.pythonPath"]}
{"content":{"settings":"{}","tasks":"{}","launch":"{}"}}
{"content":{"settings":"{}","tasks":"{}","launch":"{}"}}
{"content":{"settings":"{}","tasks":"{}","launch":"{}"}}
{"content":{"settings":"{}","tasks":"{}","launch":"{}"}}
{"content":{"settings":"{\n \"files.associations\": {\n \"*.tcc\": \"cpp\",\n \"cctype\": \"cpp\",\n \"clocale\": \"cpp\",\n \"cmath\": \"cpp\",\n \"cstdint\": \"cpp\",\n \"cstdio\": \"cpp\",\n \"cstdlib\": \"cpp\",\n \"cwchar\": \"cpp\",\n \"cwctype\": \"cpp\",\n \"exception\": \"cpp\",\n \"initializer_list\": \"cpp\",\n \"iosfwd\": \"cpp\",\n \"iostream\": \"cpp\",\n \"istream\": \"cpp\",\n \"limits\": \"cpp\",\n \"new\": \"cpp\",\n \"ostream\": \"cpp\",\n \"stdexcept\": \"cpp\",\n \"streambuf\": \"cpp\",\n \"string\": \"cpp\",\n \"string_view\": \"cpp\",\n \"system_error\": \"cpp\",\n \"type_traits\": \"cpp\",\n \"typeinfo\": \"cpp\"\n }\n}","tasks":"{\n // See https://go.microsoft.com/fwlink/?LinkId=733558\n // for the documentation about the tasks.json format\n \"version\": \"2.0.0\",\n \"tasks\": [\n {\n \"label\": \"build\",\n \"type\": \"shell\",\n \"command\": \"./build.sh\"\n }\n ]\n}","launch":"{\r\n // Use IntelliSense to learn about possible attributes.\r\n // Hover to view descriptions of existing attributes.\r\n // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387\r\n \"version\": \"0.2.0\",\r\n \"configurations\": [\r\n {\r\n \"name\": \"(gdb) Launch\",\r\n \"type\": \"cppdbg\",\r\n \"request\": \"launch\",\r\n \"program\": \"a.out\",\r\n \"args\": [],\r\n \"stopAtEntry\": false,\r\n \"cwd\": \"${fileDirname}\",\r\n \"environment\": [],\r\n \"externalConsole\": false,\r\n \"MIMode\": \"gdb\",\r\n \"miDebuggerPath\": \"gdb\",\r\n \"setupCommands\": [\r\n {\r\n \"description\": \"Enable pretty-printing for gdb\",\r\n \"text\": \"-enable-pretty-printing\",\r\n \"ignoreFailures\": true\r\n }\r\n ],\r\n \"preLaunchTask\": \"build\"\r\n }\r\n ]\r\n}"}}
{"content":{"settings":"{}","tasks":"{}","launch":"{}"}}
{"content":{"settings":"{}","tasks":"{}","launch":"{}"}}
{"content":{"settings":"{}","tasks":"{}","launch":"{}"}}
{"content":{"settings":"{\r\n \"editor.defaultFormatter\": \"esbenp.prettier-vscode\",\r\n \"editor.formatOnSave\": true,\r\n}","tasks":"{}","launch":"{}"}}
{"content":"{\n \"python.linting.pylintPath\": \"python -m pylint\"\n}"}
{"lastUpload":"2023-01-19T11:45:55.617Z","extensionVersion":"v3.4.3"}
[
{
"metadata": {
"id": "47137038-6832-49c2-a31c-9ad3d95187fc",
"publisherId": "Gruntfuggly.activitusbar",
"publisherDisplayName": "Gruntfuggly"
},
"name": "activitusbar",
"publisher": "Gruntfuggly",
"version": "0.0.47"
},
{
"metadata": {
"id": "6e440e71-8ed9-4f25-bb78-4b13096b8a03",
"publisherId": "formulahendry.auto-rename-tag",
"publisherDisplayName": "formulahendry"
},
"name": "auto-rename-tag",
"publisher": "formulahendry",
"version": "0.1.10"
},
{
"metadata": {
"id": "859e640c-c157-47da-8699-9080b81c8371",
"publisherId": "ms-python.black-formatter",
"publisherDisplayName": "ms-python"
},
"name": "black-formatter",
"publisher": "ms-python",
"version": "2022.6.0"
},
{
"metadata": {
"id": "9af62ee3-0097-4b7b-891a-4a94eb3e1009",
"publisherId": "yummygum.city-lights-theme",
"publisherDisplayName": "yummygum"
},
"name": "city-lights-theme",
"publisher": "yummygum",
"version": "1.1.8"
},
{
"metadata": {
"id": "2be7cf14-2603-402e-9771-fd79df83cdf8",
"publisherId": "twxs.cmake",
"publisherDisplayName": "twxs"
},
"name": "cmake",
"publisher": "twxs",
"version": "0.0.17"
},
{
"metadata": {
"id": "7c889349-8749-43d4-8b5e-08939936d7f4",
"publisherId": "ms-vscode.cmake-tools",
"publisherDisplayName": "ms-vscode"
},
"name": "cmake-tools",
"publisher": "ms-vscode",
"version": "1.12.27"
},
{
"metadata": {
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd",
"publisherId": "Shan.code-settings-sync",
"publisherDisplayName": "Shan"
},
"name": "code-settings-sync",
"publisher": "Shan",
"version": "3.4.3"
},
{
"metadata": {
"id": "23c4aeee-f844-43cd-b53e-1113e483f1a6",
"publisherId": "GitHub.copilot",
"publisherDisplayName": "GitHub"
},
"name": "copilot",
"publisher": "GitHub",
"version": "1.69.8032"
},
{
"metadata": {
"id": "327edf3f-193d-4147-9bd5-e3763272116f",
"publisherId": "GitHub.copilot-labs",
"publisherDisplayName": "GitHub"
},
"name": "copilot-labs",
"publisher": "GitHub",
"version": "0.7.632"
},
{
"metadata": {
"id": "3957b2f6-f086-49b5-a7b4-5da772123130",
"publisherId": "ms-vscode.cpptools-extension-pack",
"publisherDisplayName": "ms-vscode"
},
"name": "cpptools-extension-pack",
"publisher": "ms-vscode",
"version": "1.3.0"
},
{
"metadata": {
"id": "da7e26d5-d57c-4742-ab47-d77fb189e195",
"publisherId": "cschlosser.doxdocgen",
"publisherDisplayName": "cschlosser"
},
"name": "doxdocgen",
"publisher": "cschlosser",
"version": "1.4.0"
},
{
"metadata": {
"id": "9d8c32ab-354c-4daf-a9bf-20b633734435",
"publisherId": "usernamehw.errorlens",
"publisherDisplayName": "usernamehw"
},
"name": "errorlens",
"publisher": "usernamehw",
"version": "3.6.0"
},
{
"metadata": {
"id": "4de763bd-505d-4978-9575-2b7696ecf94e",
"publisherId": "eamodio.gitlens",
"publisherDisplayName": "eamodio"
},
"name": "gitlens",
"publisher": "eamodio",
"version": "13.2.0"
},
{
"metadata": {
"id": "9fa2a00e-3bfa-4c2a-abc4-a865bb2b5cf3",
"publisherId": "VisualStudioExptTeam.intellicode-api-usage-examples",
"publisherDisplayName": "VisualStudioExptTeam"
},
"name": "intellicode-api-usage-examples",
"publisher": "VisualStudioExptTeam",
"version": "0.2.6"
},
{
"metadata": {
"id": "4ad0ce32-ff3f-49f0-83b5-93e5dc00cfff",
"publisherId": "ms-python.isort",
"publisherDisplayName": "ms-python"
},
"name": "isort",
"publisher": "ms-python",
"version": "2022.8.0"
},
{
"metadata": {
"id": "198a707e-28af-4e84-8610-6e2f628dd12d",
"publisherId": "redhat.java",
"publisherDisplayName": "redhat"
},
"name": "java",
"publisher": "redhat",
"version": "1.14.0"
},
{
"metadata": {
"id": "59936e46-83f8-43fc-9c97-13a21280c091",
"publisherId": "sohibe.java-generate-setters-getters",
"publisherDisplayName": "sohibe"
},
"name": "java-generate-setters-getters",
"publisher": "sohibe",
"version": "7.4.0"
},
{
"metadata": {
"id": "6c2f1801-1e7f-45b2-9b5c-7782f1e076e8",
"publisherId": "ms-toolsai.jupyter",
"publisherDisplayName": "ms-toolsai"
},
"name": "jupyter",
"publisher": "ms-toolsai",
"version": "2022.11.1003412109"
},
{
"metadata": {
"id": "9f6dc8db-620c-4844-b8c5-e74914f1be27",
"publisherId": "ms-toolsai.jupyter-keymap",
"publisherDisplayName": "ms-toolsai"
},
"name": "jupyter-keymap",
"publisher": "ms-toolsai",
"version": "1.0.0"
},
{
"metadata": {
"id": "b15c72f8-d5fe-421a-a4f7-27ed9f6addbf",
"publisherId": "ms-toolsai.jupyter-renderers",
"publisherDisplayName": "ms-toolsai"
},
"name": "jupyter-renderers",
"publisher": "ms-toolsai",
"version": "1.0.14"
},
{
"metadata": {
"id": "a0723316-07ca-4043-a816-b3da8b4c5837",
"publisherId": "qufiwefefwoyn.kanagawa",
"publisherDisplayName": "qufiwefefwoyn"
},
"name": "kanagawa",
"publisher": "qufiwefefwoyn",
"version": "1.5.1"
},
{
"metadata": {
"id": "5db78037-f674-459f-a236-db622c427c5b",
"publisherId": "PKief.material-icon-theme",
"publisherDisplayName": "PKief"
},
"name": "material-icon-theme",
"publisher": "PKief",
"version": "4.23.1"
},
{
"metadata": {
"id": "7f147721-ec06-4043-9e37-c9ffbecbccd1",
"publisherId": "whizkydee.material-palenight-theme",
"publisherDisplayName": "whizkydee"
},
"name": "material-palenight-theme",
"publisher": "whizkydee",
"version": "2.0.2"
},
{
"metadata": {
"id": "e58f546c-babc-455f-a265-ba40dbd140d4",
"publisherId": "sdras.night-owl",
"publisherDisplayName": "sdras"
},
"name": "night-owl",
"publisher": "sdras",
"version": "2.0.1"
},
{
"metadata": {
"id": "6f35c257-7fd5-4bc2-9cd1-01976589c17a",
"publisherId": "arcticicestudio.nord-visual-studio-code",
"publisherDisplayName": "arcticicestudio"
},
"name": "nord-visual-studio-code",
"publisher": "arcticicestudio",
"version": "0.19.0"
},
{
"metadata": {
"id": "51c57bc5-73aa-4901-8c2b-1bd0af852e72",
"publisherId": "pmndrs.pmndrs",
"publisherDisplayName": "pmndrs"
},
"name": "pmndrs",
"publisher": "pmndrs",
"version": "0.3.6"
},
{
"metadata": {
"id": "80def04d-6d01-495b-9d59-4ad19408872f",
"publisherId": "csstools.postcss",
"publisherDisplayName": "csstools"
},
"name": "postcss",
"publisher": "csstools",
"version": "1.0.9"
},
{
"metadata": {
"id": "96fa4707-6983-4489-b7c5-d5ffdfdcce90",
"publisherId": "esbenp.prettier-vscode",
"publisherDisplayName": "esbenp"
},
"name": "prettier-vscode",
"publisher": "esbenp",
"version": "9.10.4"
},
{
"metadata": {
"id": "f1f59ae4-9318-4f3c-a9b5-81b2eaa5f8a5",
"publisherId": "ms-python.python",
"publisherDisplayName": "ms-python"
},
"name": "python",
"publisher": "ms-python",
"version": "2022.20.2"
},
{
"metadata": {
"id": "93ce222b-5f6f-49b7-9ab1-a0463c6238df",
"publisherId": "ms-vscode-remote.remote-containers",
"publisherDisplayName": "ms-vscode-remote"
},
"name": "remote-containers",
"publisher": "ms-vscode-remote",
"version": "0.266.1"
},
{
"metadata": {
"id": "11858313-52cc-4e57-b3e4-d7b65281e34b",
"publisherId": "ms-vscode.remote-explorer",
"publisherDisplayName": "ms-vscode"
},
"name": "remote-explorer",
"publisher": "ms-vscode",
"version": "0.0.3"
},
{
"metadata": {
"id": "607fd052-be03-4363-b657-2bd62b83d28a",
"publisherId": "ms-vscode-remote.remote-ssh",
"publisherDisplayName": "ms-vscode-remote"
},
"name": "remote-ssh",
"publisher": "ms-vscode-remote",
"version": "0.94.0"
},
{
"metadata": {
"id": "bfeaf631-bcff-4908-93ed-fda4ef9a0c5c",
"publisherId": "ms-vscode-remote.remote-ssh-edit",
"publisherDisplayName": "ms-vscode-remote"
},
"name": "remote-ssh-edit",
"publisher": "ms-vscode-remote",
"version": "0.84.0"
},
{
"metadata": {
"id": "f0c5397b-d357-4197-99f0-cb4202f22818",
"publisherId": "ms-vscode-remote.remote-wsl",
"publisherDisplayName": "ms-vscode-remote"
},
"name": "remote-wsl",
"publisher": "ms-vscode-remote",
"version": "0.72.0"
},
{
"metadata": {
"id": "529697b9-b343-4b1c-ba2f-f5ef692132d4",
"publisherId": "ms-vscode.sublime-keybindings",
"publisherDisplayName": "ms-vscode"
},
"name": "sublime-keybindings",
"publisher": "ms-vscode",
"version": "4.0.10"
},
{
"metadata": {
"id": "c5463f77-75d9-4a25-8cc4-d8541a461285",
"publisherId": "svelte.svelte-vscode",
"publisherDisplayName": "svelte"
},
"name": "svelte-vscode",
"publisher": "svelte",
"version": "107.0.1"
},
{
"metadata": {
"id": "4ef6c2d5-de36-45a1-9015-18c1d4a3a25e",
"publisherId": "albert.TabOut",
"publisherDisplayName": "albert"
},
"name": "TabOut",
"publisher": "albert",
"version": "0.2.2"
},
{
"metadata": {
"id": "1dfb7897-b2f2-4a76-80f6-f1e493130632",
"publisherId": "Shopify.theme-check-vscode",
"publisherDisplayName": "Shopify"
},
"name": "theme-check-vscode",
"publisher": "Shopify",
"version": "1.9.5"
},
{
"metadata": {
"id": "ee3a0861-755c-4bd3-ad41-c15971910b83",
"publisherId": "leveluptutorials.theme-levelup",
"publisherDisplayName": "leveluptutorials"
},
"name": "theme-levelup",
"publisher": "leveluptutorials",
"version": "0.3.0"
},
{
"metadata": {
"id": "484d897a-6711-403c-ab54-a96f12be5833",
"publisherId": "Equinusocio.vsc-community-material-theme",
"publisherDisplayName": "Equinusocio"
},
"name": "vsc-community-material-theme",
"publisher": "Equinusocio",
"version": "1.4.2"
},
{
"metadata": {
"id": "dffaf5a1-2219-434b-9d87-cb586fd59260",
"publisherId": "Equinusocio.vsc-material-theme",
"publisherDisplayName": "Equinusocio"
},
"name": "vsc-material-theme",
"publisher": "Equinusocio",
"version": "33.2.0"
},
{
"metadata": {
"id": "8c609a4f-268a-41fb-8fe6-b6fcd95e8113",
"publisherId": "equinusocio.vsc-material-theme-icons",
"publisherDisplayName": "equinusocio"
},
"name": "vsc-material-theme-icons",
"publisher": "equinusocio",
"version": "1.2.2"
},
{
"metadata": {
"id": "f5a6ecde-96ce-4fde-8744-ab88c7727069",
"publisherId": "chouzz.vscode-better-align",
"publisherDisplayName": "chouzz"
},
"name": "vscode-better-align",
"publisher": "chouzz",
"version": "1.3.2"
},
{
"metadata": {
"id": "0479fc1c-3d67-49f9-b087-fb9069afe48f",
"publisherId": "ms-azuretools.vscode-docker",
"publisherDisplayName": "ms-azuretools"
},
"name": "vscode-docker",
"publisher": "ms-azuretools",
"version": "1.23.3"
},
{
"metadata": {
"id": "61fcd0cf-64d7-4836-8d6b-d55f4fb83281",
"publisherId": "vscjava.vscode-java-debug",
"publisherDisplayName": "vscjava"
},
"name": "vscode-java-debug",
"publisher": "vscjava",
"version": "0.47.0"
},
{
"metadata": {
"id": "ab4fb32a-befb-4102-adf9-1652d0cd6a5e",
"publisherId": "ms-toolsai.vscode-jupyter-cell-tags",
"publisherDisplayName": "ms-toolsai"
},
"name": "vscode-jupyter-cell-tags",
"publisher": "ms-toolsai",
"version": "0.1.6"
},
{
"metadata": {
"id": "e153ca70-b543-4865-b4c5-b31d34185948",
"publisherId": "ms-toolsai.vscode-jupyter-slideshow",
"publisherDisplayName": "ms-toolsai"
},
"name": "vscode-jupyter-slideshow",
"publisher": "ms-toolsai",
"version": "0.1.5"
},
{
"metadata": {
"id": "ae9e3eb0-3357-4cc0-90ee-598d2d384757",
"publisherId": "eg2.vscode-npm-script",
"publisherDisplayName": "eg2"
},
"name": "vscode-npm-script",
"publisher": "eg2",
"version": "0.3.29"
},
{
"metadata": {
"id": "9b1d6ed6-92f2-4fad-863e-18a9d4c22204",
"publisherId": "tonybaloney.vscode-pets",
"publisherDisplayName": "tonybaloney"
},
"name": "vscode-pets",
"publisher": "tonybaloney",
"version": "1.21.0"
},
{
"metadata": {
"id": "4b0bb8e1-8f9a-42c4-b0dd-03691bdcc309",
"publisherId": "shyykoserhiy.vscode-spotify",
"publisherDisplayName": "shyykoserhiy"
},
"name": "vscode-spotify",
"publisher": "shyykoserhiy",
"version": "3.2.1"
},
{
"metadata": {
"id": "4db62a7c-7d70-419c-96d2-6c3a4dc77ea5",
"publisherId": "bradlc.vscode-tailwindcss",
"publisherDisplayName": "bradlc"
},
"name": "vscode-tailwindcss",
"publisher": "bradlc",
"version": "0.9.6"
},
{
"metadata": {
"id": "9b2c953d-6ad4-46d1-b18e-7e5992d1d8a6",
"publisherId": "akamud.vscode-theme-onedark",
"publisherDisplayName": "akamud"
},
"name": "vscode-theme-onedark",
"publisher": "akamud",
"version": "2.3.0"
}
]
{
"name": "acm-registration",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
"register": "node -r register.js"
},
"dependencies": {
"discord-interactions": "^3.2.0",
"next": "12.2.5",
"raw-body": "^2.5.1",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/node": "18.7.3",
"@types/react": "18.0.17",
"@types/react-dom": "18.0.6",
"eslint": "8.22.0",
"eslint-config-next": "12.2.5",
"node-fetch": "^3.2.10",
"typescript": "4.7.4"
}
}
{"version":1,"resource":"file:///c%3A/Users/Jason/Documents/Github/acm-registration/package.json","entries":[{"id":"5N3S.json","timestamp":1660509974247},{"id":"g5u6.json","timestamp":1660509985535}]}
{
"name": "acm-registration",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"register": "node -r register.js"
},
"dependencies": {
"discord-interactions": "^3.2.0",
"next": "12.2.5",
"raw-body": "^2.5.1",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/node": "18.7.3",
"@types/react": "18.0.17",
"@types/react-dom": "18.0.6",
"eslint": "8.22.0",
"eslint-config-next": "12.2.5",
"node-fetch": "^3.2.10",
"typescript": "4.7.4"
}
}
{"version":1,"resource":"file:///c%3A/Users/Jason/Documents/Github/acmcsuf.com/static/global.css","entries":[{"id":"0xu0.css","timestamp":1661765643501},{"id":"xyjC.css","timestamp":1661765667325},{"id":"ubcM.css","timestamp":1661765685931},{"id":"yvUr.css","timestamp":1661765776405},{"id":"8v7u.css","timestamp":1661765786903},{"id":"83MK.css","timestamp":1661765801813},{"id":"nOo7.css","timestamp":1661838216542},{"id":"PIJ6.css","timestamp":1661838307852},{"id":"Z0ee.css","timestamp":1661838578173},{"id":"IcIo.css","source":"undoRedo.source","timestamp":1661838579558},{"id":"svVm.css","timestamp":1661838588171},{"id":"b3DB.css","timestamp":1661838615062},{"id":"oreB.css","timestamp":1661838629464},{"id":"aj2T.css","timestamp":1661838689229},{"id":"PyLf.css","timestamp":1661838774867},{"id":"OOui.css","timestamp":1661838822101}]}
{"version":1,"resource":"file:///c%3A/Users/Jason/Documents/Github/acmcsuf.com/src/routes/blog/_testdata/posts.ts","entries":[{"id":"XDgd.ts","timestamp":1663819412206},{"id":"Qdbx.ts","source":"undoRedo.source","timestamp":1663819433736},{"id":"fPh3.ts","timestamp":1663819457147},{"id":"2wZb.ts","timestamp":1663819639044},{"id":"4kxV.ts","timestamp":1663819681389},{"id":"Odov.ts","source":"undoRedo.source","timestamp":1663819683130},{"id":"12Tq.ts","timestamp":1663819693185},{"id":"6KM2.ts","timestamp":1663820136792},{"id":"o2TS.ts","timestamp":1663834015424}]}
{"version":1,"resource":"file:///c%3A/Users/Jason/Documents/Github/acm-registration/lib/commands.json","entries":[{"id":"XQYM.json","timestamp":1660510079185},{"id":"YGaZ.json","timestamp":1660510097621},{"id":"PGGm.json","source":"undoRedo.source","timestamp":1660510127800},{"id":"Zjuj.json","timestamp":1660510152908}]}
{
name: "Register",
description: "Get a registration link to register for the club",
}
{
name: "Register",
description: "Get a registration link to register for the club",
}
{
name: "Register",
description: "Get a registration link to register for the club",
}
{
"RegisterCommand": {
"name": "Register",
"description": "Get a registration link to register for the club"
}
}
{"version":1,"resource":"file:///c%3A/Users/Jason/Documents/Github/cpsc349-project2/html/signup.html","entries":[{"id":"v1p0.html","source":"textFileCreate.source","timestamp":1668318494194},{"id":"AEUT.html","source":"undoRedo.source","timestamp":1668318670307}]}
{"version":1,"resource":"file:///c%3A/Users/Jason/Documents/Github/test/app/pages/app-index.hbs","entries":[{"id":"TJz8.hbs","timestamp":1668311843064},{"id":"oVDb.hbs","source":"undoRedo.source","timestamp":1668311847147}]}
{"version":1,"resource":"file:///c%3A/Users/Jason/Downloads/Assignment_2.ipynb","entries":[{"id":"j99F.ipynb","timestamp":1666004983052},{"id":"Pcqi.ipynb","timestamp":1666005018622},{"id":"FAgx.ipynb","timestamp":1666005106087},{"id":"htPn.ipynb","timestamp":1666005325439},{"id":"wlWR.ipynb","timestamp":1666005429182},{"id":"Z3v0.ipynb","timestamp":1666005489098},{"id":"qAPA.ipynb","timestamp":1666005516580},{"id":"MqEr.ipynb","timestamp":1666005645232},{"id":"3kak.ipynb","timestamp":1666005671121},{"id":"ue0n.ipynb","timestamp":1666005704883},{"id":"KCNb.ipynb","timestamp":1666005729216},{"id":"9bH1.ipynb","timestamp":1666005775531},{"id":"Krdd.ipynb","source":"edit","timestamp":1666005781431},{"id":"POG6.ipynb","source":"edit","timestamp":1666005801147},{"id":"EXWK.ipynb","source":"edit","timestamp":1666005867609},{"id":"elRb.ipynb","source":"Insert Cell","timestamp":1666005868989},{"id":"1J8p.ipynb","source":"edit","timestamp":1666005878384},{"id":"i5AE.ipynb","source":"edit","timestamp":1666005893661},{"id":"n0om.ipynb","source":"Insert Cell","timestamp":1666005895363},{"id":"Q7vM.ipynb","source":"Insert Cell","timestamp":1666005927572}]}
{"version":1,"resource":"file:///c%3A/Users/Jason/Documents/Github/acmcsuf.com/src/routes/index.svelte","entries":[{"id":"g0gv.svelte","timestamp":1658305622984},{"id":"QHep.svelte","timestamp":1658305643126}]}
{"version":1,"resource":"file:///c%3A/Users/Jason/Documents/Github/acmcsuf.com/src/routes/blog/index.json.ts","entries":[{"id":"jNh0.ts","timestamp":1658986529835},{"id":"7Shh.ts","timestamp":1658986541464},{"id":"jO0I.ts","timestamp":1658986756379},{"id":"64vs.ts","timestamp":1658986797530},{"id":"4u8p.ts","timestamp":1658986825986},{"id":"xeiy.ts","source":"undoRedo.source","timestamp":1658986828276},{"id":"BOfH.ts","timestamp":1658986869132},{"id":"gGy7.ts","timestamp":1658986888194},{"id":"mi7L.ts","source":"Workspace Edit","timestamp":1658987123061}]}
{"version":1,"resource":"file:///c%3A/Users/Jason/Documents/Github/svelte-tailwind-template/vite.config.ts","entries":[{"id":"impD.ts","timestamp":1672188215948},{"id":"gTTP.ts","timestamp":1672188233104},{"id":"MvFO.ts","timestamp":1672188272369}]}
{"version":1,"resource":"file:///c%3A/Users/Jason/Documents/Github/cpsc349-project2/app/pages/index.hbs","entries":[{"id":"7pFc.hbs","timestamp":1667105060914},{"id":"CAzB.hbs","source":"undoRedo.source","timestamp":1667105145735},{"id":"MiAB.hbs","timestamp":1667105149969},{"id":"zrGy.hbs","source":"undoRedo.source","timestamp":1667105156834},{"id":"oPfp.hbs","timestamp":1667105165259},{"id":"5RJA.hbs","timestamp":1667105189025},{"id":"2Ow0.hbs","timestamp":1667105480663},{"id":"m45H.hbs","source":"undoRedo.source","timestamp":1667105491561},{"id":"I5Qq.hbs","timestamp":1668257781707},{"id":"Rt9R.hbs","source":"undoRedo.source","timestamp":1668257804377},{"id":"Yaid.hbs","timestamp":1668318272895}]}
{"version":1,"resource":"file:///c%3A/Users/Jason/Desktop/linear%20regression/problem3.py","entries":[{"id":"ZeIJ.py","source":"textFileCreate.source","timestamp":1664528448033},{"id":"d4aG.py","timestamp":1664528758846},{"id":"DjcT.py","timestamp":1664529303553},{"id":"62Zm.py","source":"isort: Fix import sorting and/or formatting","timestamp":1664529337884}]}
{"version":1,"resource":"file:///c%3A/Users/Jason/Desktop/linear%20regression/problem1.py","entries":[{"id":"ZkVV.py","source":"textFileCreate.source","timestamp":1664528095356},{"id":"Iyoc.py","timestamp":1664528153710},{"id":"uzq4.py","timestamp":1664528202117},{"id":"GQDz.py","timestamp":1664529305355},{"id":"rM1p.py","source":"isort: Fix import sorting and/or formatting","timestamp":1664529331794}]}
{"version":1,"resource":"file:///c%3A/Users/Jason/OneDrive%20-%20Cal%20State%20Fullerton/05%20Fall%202022/CPSC%20481/project%201/search.py","entries":[{"id":"GUVQ.py","timestamp":1664056904201}]}
{
"workbench.colorTheme": "Material Theme Palenight",
"git.confirmSync": false,
"git.autofetch": true,
"sync.gist": "e48f2118a5cc6b0085d4f0939bbd110e",
"editor.fontSize": 20,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.rulers": [80],
"editor.minimap.renderCharacters": false,
"editor.minimap.scale": 2,
"workbench.iconTheme": "material-icon-theme",
"files.autoSave": "afterDelay",
"spotify.showSignOutButton": false,
"spotify.showSignInButton": false,
"vim.handleKeys": {
"<C-f>": false
},
"vim.useSystemClipboard": true,
"vim.normalModeKeyBindings": [
{
"before": ["d"],
"after": ["\"", "_", "d"]
},
{
"before": ["D"],
"after": ["\"", "_", "D"]
},
{
"before": ["d", "d"],
"after": ["\"", "_", "d", "d"]
}
],
"security.workspace.trust.untrustedFiles": "open",
"latex-workshop.latex.recipe.default": "lastUsed",
"vim.useCtrlKeys": false,
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
// "vim.normalModeKeyBindingsNonRecursive": [
// {
// "before": [
// "J"
// ],
// "commands": [
// "editor.action.moveLinesDownAction"
// ]
// }, // moveLineDown
// {
// "before": [
// "K"
// ],
// "commands": [
// "editor.action.moveLinesUpAction"
// ]
// } // moveLineUp
// ],
}
{
"workbench.colorTheme": "Material Theme Palenight",
"git.confirmSync": false,
"git.autofetch": true,
"sync.gist": "e48f2118a5cc6b0085d4f0939bbd110e",
"editor.fontSize": 20,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.rulers": [80],
"editor.minimap.renderCharacters": false,
"editor.minimap.scale": 2,
"workbench.iconTheme": "material-icon-theme",
"files.autoSave": "afterDelay",
"spotify.showSignOutButton": false,
"spotify.showSignInButton": false,
"vim.handleKeys": {
"<C-f>": false
},
"vim.useSystemClipboard": true,
"security.workspace.trust.untrustedFiles": "open",
"latex-workshop.latex.recipe.default": "lastUsed",
"vim.useCtrlKeys": false,
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"vim.normalModeKeyBindingsNonRecursive": [
{
"before": [
"<C-j>"
],
"commands": [
"editor.action.moveLinesDownAction"
]
}, // moveLineDown
{
"before": [
"<C-k>
],
"commands": [
"editor.action.moveLinesUpAction"
]
} // moveLineUp
],
}
{
"workbench.colorTheme": "Material Theme Palenight",
"git.confirmSync": false,
"git.autofetch": true,
"sync.gist": "e48f2118a5cc6b0085d4f0939bbd110e",
"editor.fontSize": 20,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.rulers": [80],
"editor.minimap.renderCharacters": false,
"editor.minimap.scale": 2,
"workbench.iconTheme": "material-icon-theme",
"files.autoSave": "afterDelay",
"spotify.showSignOutButton": false,
"spotify.showSignInButton": false,
"vim.handleKeys": {
"<C-f>": false
},
"vim.useSystemClipboard": true,
"vim.normalModeKeyBindings": [
{
"before": ["d"],
"after": ["\"", "_", "d"]
},
{
"before": ["D"],
"after": ["\"", "_", "D"]
},
{
"before": ["d", "d"],
"after": ["\"", "_", "d", "d"]
}
],
"security.workspace.trust.untrustedFiles": "open",
"latex-workshop.latex.recipe.default": "lastUsed",
// "vim.useCtrlKeys": false,
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
// "vim.normalModeKeyBindingsNonRecursive": [
// {
// "before": [
// "J"
// ],
// "commands": [
// "editor.action.moveLinesDownAction"
// ]
// }, // moveLineDown
// {
// "before": [
// "K"
// ],
// "commands": [
// "editor.action.moveLinesUpAction"
// ]
// } // moveLineUp
// ],
}
{
"workbench.colorTheme": "Material Theme Palenight",
"git.confirmSync": false,
"git.autofetch": true,
"sync.gist": "e48f2118a5cc6b0085d4f0939bbd110e",
"editor.fontSize": 20,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.rulers": [80],
"editor.minimap.renderCharacters": false,
"editor.minimap.scale": 2,
"workbench.iconTheme": "material-icon-theme",
"files.autoSave": "afterDelay",
"spotify.showSignOutButton": false,
"spotify.showSignInButton": false,
"vim.handleKeys": {
"<C-f>": false
},
"vim.useSystemClipboard": true,
"security.workspace.trust.untrustedFiles": "open",
"latex-workshop.latex.recipe.default": "lastUsed",
"vim.useCtrlKeys": false,
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
// "vim.normalModeKeyBindingsNonRecursive": [
// {
// "before": [
// "J"
// ],
// "commands": [
// "editor.action.moveLinesDownAction"
// ]
// }, // moveLineDown
// {
// "before": [
// "K"
// ],
// "commands": [
// "editor.action.moveLinesUpAction"
// ]
// } // moveLineUp
// ],
}
{
"workbench.colorTheme": "Material Theme Palenight",
"git.confirmSync": false,
"git.autofetch": true,
"sync.gist": "e48f2118a5cc6b0085d4f0939bbd110e",
"editor.fontSize": 20,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.rulers": [80],
"editor.minimap.renderCharacters": false,
"editor.minimap.scale": 2,
"workbench.iconTheme": "material-icon-theme",
"files.autoSave": "afterDelay",
"spotify.showSignOutButton": false,
"spotify.showSignInButton": false,
"vim.handleKeys": {
"<C-f>": false
},
"vim.useSystemClipboard": true,
"vim.normalModeKeyBindingsNonRecursive": [
{
"before": ["d"],
"after": ["\"", "_", "d"]
},
{
"before": ["D"],
"after": ["\"", "_", "D"]
},
{
"before": ["d", "d"],
"after": ["\"", "_", "d", "d"]
}
],
"security.workspace.trust.untrustedFiles": "open",
"latex-workshop.latex.recipe.default": "lastUsed",
"vim.useCtrlKeys": false,
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"git.enableSmartCommit": true,
"telemetry.telemetryLevel": "off",
"typescript.updateImportsOnFileMove.enabled": "always",
"svelte.enable-ts-plugin": true
// "vim.normalModeKeyBindingsNonRecursive": [
// {
// "before": [
// "J"
// ],
// "commands": [
// "editor.action.moveLinesDownAction"
// ]
// }, // moveLineDown
// {
// "before": [
// "K"
// ],
// "commands": [
// "editor.action.moveLinesUpAction"
// ]
// } // moveLineUp
// ],
}
{
"workbench.colorTheme": "Material Theme Palenight",
"git.confirmSync": false,
"git.autofetch": true,
"sync.gist": "e48f2118a5cc6b0085d4f0939bbd110e",
"editor.fontSize": 20,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.rulers": [80],
"editor.minimap.renderCharacters": false,
"editor.minimap.scale": 2,
"workbench.iconTheme": "material-icon-theme",
"files.autoSave": "afterDelay",
"spotify.showSignOutButton": false,
"spotify.showSignInButton": false,
"vim.handleKeys": {
"<C-f>": false
},
"vim.useSystemClipboard": true,
"security.workspace.trust.untrustedFiles": "open",
"latex-workshop.latex.recipe.default": "lastUsed",
"vim.useCtrlKeys": false,
"vim.normalModeKeyBindings": [
{
"before": [
"d"
],
"after": [
"\"",
"_",
"d"
]
},
{
"before": [
"D"
],
"after": [
"\"",
"_",
"D"
]
},
{
"before": [
"d",
"d"
],
"after": [
"\"",
"_",
"d",
"d"
]
}
],
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
// "vim.normalModeKeyBindingsNonRecursive": [
// {
// "before": [
// "J"
// ],
// "commands": [
// "editor.action.moveLinesDownAction"
// ]
// }, // moveLineDown
// {
// "before": [
// "K"
// ],
// "commands": [
// "editor.action.moveLinesUpAction"
// ]
// } // moveLineUp
// ],
}
{
"workbench.colorTheme": "Kanagawa",
"git.confirmSync": false,
"git.autofetch": true,
"sync.gist": "e48f2118a5cc6b0085d4f0939bbd110e",
"editor.fontSize": 20,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.rulers": [80],
"editor.minimap.scale": 2,
"workbench.iconTheme": "material-icon-theme",
"spotify.showSignOutButton": false,
"spotify.showSignInButton": false,
"vim.handleKeys": {
"<C-f>": false
},
"vim.useSystemClipboard": true,
"vim.normalModeKeyBindingsNonRecursive": [
{
"before": ["d"],
"after": ["\"", "_", "d"]
},
{
"before": ["D"],
"after": ["\"", "_", "D"]
},
{
"before": ["d", "d"],
"after": ["\"", "_", "d", "d"]
}
],
"security.workspace.trust.untrustedFiles": "open",
"latex-workshop.latex.recipe.default": "lastUsed",
"vim.useCtrlKeys": false,
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"git.enableSmartCommit": true,
"telemetry.telemetryLevel": "off",
"typescript.updateImportsOnFileMove.enabled": "always",
"svelte.enable-ts-plugin": true,
"svelte.plugin.svelte.note-new-transformation": false,
"explorer.confirmDelete": false,
"remote.SSH.remotePlatform": {
"152.70.112.92": "linux"
},
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
},
"vscode-pets.position": "explorer",
"vscode-pets.theme": "beach",
"editor.stickyScroll.enabled": true,
"editor.minimap.renderCharacters": false,
"editor.cursorSmoothCaretAnimation": true,
"workbench.list.smoothScrolling": true,
"terminal.integrated.smoothScrolling": true,
"editor.smoothScrolling": true,
"window.commandCenter": true,
"editor.largeFileOptimizations": false,
"[handlebars]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[svelte]": {
"editor.defaultFormatter": "svelte.svelte-vscode"
},
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"window.zoomLevel": -1,
"files.autoSave": "afterDelay",
"[liquid]": {
"editor.defaultFormatter": "Shopify.theme-check-vscode"
}
// "vim.normalModeKeyBindingsNonRecursive": [
// {
// "before": [
// "J"
// ],
// "commands": [
// "editor.action.moveLinesDownAction"
// ]
// }, // moveLineDown
// {
// "before": [
// "K"
// ],
// "commands": [
// "editor.action.moveLinesUpAction"
// ]
// } // moveLineUp
// ],
}
{
"workbench.colorTheme": "Material Theme Palenight",
"git.confirmSync": false,
"git.autofetch": true,
"sync.gist": "e48f2118a5cc6b0085d4f0939bbd110e",
"editor.fontSize": 20,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.rulers": [80],
"editor.minimap.renderCharacters": false,
"editor.minimap.scale": 2,
"workbench.iconTheme": "material-icon-theme",
"files.autoSave": "afterDelay",
"spotify.showSignOutButton": false,
"spotify.showSignInButton": false,
"vim.handleKeys": {
"<C-f>": false
},
"vim.useSystemClipboard": true,
"security.workspace.trust.untrustedFiles": "open",
"latex-workshop.latex.recipe.default": "lastUsed",
"vim.useCtrlKeys": false,
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"vim.normalModeKeyBindingsNonRecursive": [
{
"before": [
"J"
],
"commands": [
"editor.action.moveLinesDownAction"
]
}, // moveLineDown
{
"before": [
"K"
],
"commands": [
"editor.action.moveLinesUpAction"
]
} // moveLineUp
],
}
{
"workbench.colorTheme": "Kanagawa",
"git.confirmSync": false,
"git.autofetch": true,
"sync.gist": "e48f2118a5cc6b0085d4f0939bbd110e",
"editor.fontSize": 20,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.rulers": [80],
"editor.minimap.scale": 2,
"workbench.iconTheme": "material-icon-theme",
"files.autoSave": "afterDelay",
"spotify.showSignOutButton": false,
"spotify.showSignInButton": false,
"vim.handleKeys": {
"<C-f>": false
},
"vim.useSystemClipboard": true,
"vim.normalModeKeyBindingsNonRecursive": [
{
"before": ["d"],
"after": ["\"", "_", "d"]
},
{
"before": ["D"],
"after": ["\"", "_", "D"]
},
{
"before": ["d", "d"],
"after": ["\"", "_", "d", "d"]
}
],
"security.workspace.trust.untrustedFiles": "open",
"latex-workshop.latex.recipe.default": "lastUsed",
"vim.useCtrlKeys": false,
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"git.enableSmartCommit": true,
"telemetry.telemetryLevel": "off",
"typescript.updateImportsOnFileMove.enabled": "always",
"svelte.enable-ts-plugin": true,
"svelte.plugin.svelte.note-new-transformation": false,
"explorer.confirmDelete": false,
"remote.SSH.remotePlatform": {
"152.70.112.92": "linux"
},
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
},
"vscode-pets.position": "explorer",
"vscode-pets.theme": "beach",
"editor.stickyScroll.enabled": true,
"editor.minimap.renderCharacters": false,
"editor.cursorSmoothCaretAnimation": true,
"workbench.list.smoothScrolling": true,
"terminal.integrated.smoothScrolling": true,
"editor.smoothScrolling": true,
"window.commandCenter": true,
"editor.largeFileOptimizations": false,
"[handlebars]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
// "vim.normalModeKeyBindingsNonRecursive": [
// {
// "before": [
// "J"
// ],
// "commands": [
// "editor.action.moveLinesDownAction"
// ]
// }, // moveLineDown
// {
// "before": [
// "K"
// ],
// "commands": [
// "editor.action.moveLinesUpAction"
// ]
// } // moveLineUp
// ],
}
{
"workbench.colorTheme": "Material Theme Palenight",
"git.confirmSync": false,
"git.autofetch": true,
"sync.gist": "e48f2118a5cc6b0085d4f0939bbd110e",
"editor.fontSize": 20,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.rulers": [80],
"editor.minimap.renderCharacters": false,
"editor.minimap.scale": 2,
"workbench.iconTheme": "material-icon-theme",
"files.autoSave": "afterDelay",
"spotify.showSignOutButton": false,
"spotify.showSignInButton": false,
"vim.handleKeys": {
"<C-f>": false
},
"vim.useSystemClipboard": true,
"vim.normalModeKeyBindingsNonRecursive": [
{
"before": ["d"],
"after": ["\"", "_", "d"]
},
{
"before": ["D"],
"after": ["\"", "_", "D"]
},
{
"before": ["d", "d"],
"after": ["\"", "_", "d", "d"]
}
],
"security.workspace.trust.untrustedFiles": "open",
"latex-workshop.latex.recipe.default": "lastUsed",
"vim.useCtrlKeys": false,
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"git.enableSmartCommit": true,
"telemetry.telemetryLevel": "off",
"typescript.updateImportsOnFileMove.enabled": "always",
"svelte.enable-ts-plugin": true,
"svelte.plugin.svelte.note-new-transformation": false,
"explorer.confirmDelete": false,
"remote.SSH.remotePlatform": {
"152.70.112.92": "linux"
},
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
},
"vscode-pets.theme": "forest",
"vscode-pets.position": "explorer",
"vscode-pets.petSize": "medium"
// "vim.normalModeKeyBindingsNonRecursive": [
// {
// "before": [
// "J"
// ],
// "commands": [
// "editor.action.moveLinesDownAction"
// ]
// }, // moveLineDown
// {
// "before": [
// "K"
// ],
// "commands": [
// "editor.action.moveLinesUpAction"
// ]
// } // moveLineUp
// ],
}
{
"workbench.colorTheme": "Material Theme Palenight",
"git.confirmSync": false,
"git.autofetch": true,
"sync.gist": "e48f2118a5cc6b0085d4f0939bbd110e",
"editor.fontSize": 20,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.rulers": [80],
"editor.minimap.scale": 2,
"workbench.iconTheme": "material-icon-theme",
"files.autoSave": "afterDelay",
"spotify.showSignOutButton": false,
"spotify.showSignInButton": false,
"vim.handleKeys": {
"<C-f>": false
},
"vim.useSystemClipboard": true,
"vim.normalModeKeyBindingsNonRecursive": [
{
"before": ["d"],
"after": ["\"", "_", "d"]
},
{
"before": ["D"],
"after": ["\"", "_", "D"]
},
{
"before": ["d", "d"],
"after": ["\"", "_", "d", "d"]
}
],
"security.workspace.trust.untrustedFiles": "open",
"latex-workshop.latex.recipe.default": "lastUsed",
"vim.useCtrlKeys": false,
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"git.enableSmartCommit": true,
"telemetry.telemetryLevel": "off",
"typescript.updateImportsOnFileMove.enabled": "always",
"svelte.enable-ts-plugin": true,
"svelte.plugin.svelte.note-new-transformation": false,
"explorer.confirmDelete": false,
"remote.SSH.remotePlatform": {
"152.70.112.92": "linux"
},
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
},
"vscode-pets.position": "explorer",
"vscode-pets.theme": "castle",
"editor.stickyScroll.enabled": true,
"editor.minimap.renderCharacters": false
// "vim.normalModeKeyBindingsNonRecursive": [
// {
// "before": [
// "J"
// ],
// "commands": [
// "editor.action.moveLinesDownAction"
// ]
// }, // moveLineDown
// {
// "before": [
// "K"
// ],
// "commands": [
// "editor.action.moveLinesUpAction"
// ]
// } // moveLineUp
// ],
}
{
"workbench.colorTheme": "Material Theme Palenight",
"git.confirmSync": false,
"git.autofetch": true,
"sync.gist": "e48f2118a5cc6b0085d4f0939bbd110e",
"editor.fontSize": 20,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.rulers": [80],
"editor.minimap.renderCharacters": false,
"editor.minimap.scale": 2,
"workbench.iconTheme": "material-icon-theme",
"files.autoSave": "afterDelay",
"spotify.showSignOutButton": false,
"spotify.showSignInButton": false,
"vim.handleKeys": {
"<C-f>": false
},
"vim.useSystemClipboard": true,
{
"before": ["d"],
"after": ["\"", "_", "d"]
},
{
"before": ["D"],
"after": ["\"", "_", "D"]
},
{
"before": ["d", "d"],
"after": ["\"", "_", "d", "d"]
}
],
"security.workspace.trust.untrustedFiles": "open",
"latex-workshop.latex.recipe.default": "lastUsed",
// "vim.useCtrlKeys": false,
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
// "vim.normalModeKeyBindingsNonRecursive": [
// {
// "before": [
// "J"
// ],
// "commands": [
// "editor.action.moveLinesDownAction"
// ]
// }, // moveLineDown
// {
// "before": [
// "K"
// ],
// "commands": [
// "editor.action.moveLinesUpAction"
// ]
// } // moveLineUp
// ],
}
{
"workbench.colorTheme": "Material Theme Palenight",
"git.confirmSync": false,
"git.autofetch": true,
"sync.gist": "e48f2118a5cc6b0085d4f0939bbd110e",
"editor.fontSize": 20,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.rulers": [80],
"editor.minimap.renderCharacters": false,
"editor.minimap.scale": 2,
"workbench.iconTheme": "material-icon-theme",
"files.autoSave": "afterDelay",
"spotify.showSignOutButton": false,
"spotify.showSignInButton": false,
"vim.handleKeys": {
"<C-f>": false
},
"vim.useSystemClipboard": true,
"security.workspace.trust.untrustedFiles": "open",
"latex-workshop.latex.recipe.default": "lastUsed",
"vim.useCtrlKeys": false,
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
// "vim.normalModeKeyBindingsNonRecursive": [
// {
// "before": [
// "J"
// ],
// "commands": [
// "editor.action.moveLinesDownAction"
// ]
// }, // moveLineDown
// {
// "before": [
// "K"
// ],
// "commands": [
// "editor.action.moveLinesUpAction"
// ]
// } // moveLineUp
// ],
}
{
"workbench.colorTheme": "Material Theme Palenight",
"git.confirmSync": false,
"git.autofetch": true,
"sync.gist": "e48f2118a5cc6b0085d4f0939bbd110e",
"editor.fontSize": 20,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.rulers": [80],
"editor.minimap.scale": 2,
"workbench.iconTheme": "material-icon-theme",
"files.autoSave": "afterDelay",
"spotify.showSignOutButton": false,
"spotify.showSignInButton": false,
"vim.handleKeys": {
"<C-f>": false
},
"vim.useSystemClipboard": true,
"vim.normalModeKeyBindingsNonRecursive": [
{
"before": ["d"],
"after": ["\"", "_", "d"]
},
{
"before": ["D"],
"after": ["\"", "_", "D"]
},
{
"before": ["d", "d"],
"after": ["\"", "_", "d", "d"]
}
],
"security.workspace.trust.untrustedFiles": "open",
"latex-workshop.latex.recipe.default": "lastUsed",
"vim.useCtrlKeys": false,
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"git.enableSmartCommit": true,
"telemetry.telemetryLevel": "off",
"typescript.updateImportsOnFileMove.enabled": "always",
"svelte.enable-ts-plugin": true,
"svelte.plugin.svelte.note-new-transformation": false,
"explorer.confirmDelete": false,
"remote.SSH.remotePlatform": {
"152.70.112.92": "linux"
},
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
},
"vscode-pets.position": "explorer",
"vscode-pets.theme": "castle",
"editor.stickyScroll.enabled": true,
"editor.minimap.renderCharacters": false,
"editor.cursorSmoothCaretAnimation": true,
"workbench.list.smoothScrolling": true,
"terminal.integrated.smoothScrolling": true,
"editor.smoothScrolling": true,
"window.commandCenter": true
// "vim.normalModeKeyBindingsNonRecursive": [
// {
// "before": [
// "J"
// ],
// "commands": [
// "editor.action.moveLinesDownAction"
// ]
// }, // moveLineDown
// {
// "before": [
// "K"
// ],
// "commands": [
// "editor.action.moveLinesUpAction"
// ]
// } // moveLineUp
// ],
}
{"version":1,"resource":"vscode-userdata:/c%3A/Users/Jason/AppData/Roaming/Code/User/settings.json","entries":[{"id":"Ys77.json","timestamp":1659925921909},{"id":"N7OJ.json","timestamp":1659925951124},{"id":"wuSy.json","timestamp":1659926002857},{"id":"pLX2.json","source":"undoRedo.source","timestamp":1659926028017},{"id":"Jcsj.json","timestamp":1659926029226},{"id":"r0hi.json","source":"undoRedo.source","timestamp":1659926030807},{"id":"qS5Q.json","timestamp":1659926034350},{"id":"kSQp.json","timestamp":1659926072787},{"id":"MTXh.json","timestamp":1659926110277},{"id":"W5Y0.json","source":"undoRedo.source","timestamp":1659926111446},{"id":"57yO.json","timestamp":1659926117395},{"id":"qBlv.json","source":"undoRedo.source","timestamp":1659926124253},{"id":"N0jz.json","timestamp":1659926127184},{"id":"ar5u.json","timestamp":1659927588231},{"id":"LUuA.json","source":"undoRedo.source","timestamp":1659927589357},{"id":"oQ31.json","timestamp":1659927592008},{"id":"dbUX.json","timestamp":1660462274962},{"id":"5iSM.json","timestamp":1660505802071},{"id":"FDKC.json","timestamp":1660505816010},{"id":"5X61.json","timestamp":1660505909666},{"id":"342r.json","timestamp":1660505938241},{"id":"5d9B.json","timestamp":1660505954270},{"id":"D60b.json","timestamp":1660506013445},{"id":"WF24.json","source":"undoRedo.source","timestamp":1660506018471},{"id":"ExR1.json","timestamp":1660506021616},{"id":"udP8.json","timestamp":1660509828042},{"id":"sQz3.json","timestamp":1660510151854},{"id":"y87Q.json","timestamp":1660618174233},{"id":"5UdO.json","timestamp":1661761709350},{"id":"h7ca.json","timestamp":1663317563338},{"id":"sJUJ.json","timestamp":1663819171647},{"id":"uhmP.json","timestamp":1664529296480},{"id":"bFMw.json","timestamp":1665200948189},{"id":"Vmoj.json","timestamp":1665201163903},{"id":"ZiCx.json","timestamp":1665201195030},{"id":"Q5ZL.json","timestamp":1665308492474},{"id":"nZEX.json","timestamp":1665309793298},{"id":"MTAb.json","timestamp":1665309890790},{"id":"cVLq.json","timestamp":1665309905369},{"id":"wU1r.json","timestamp":1665310454951},{"id":"NRSN.json","timestamp":1665310493497},{"id":"e52q.json","timestamp":1665314186004},{"id":"FULh.json","timestamp":1665389229380},{"id":"NlzY.json","timestamp":1666569481739},{"id":"X8eQ.json","timestamp":1666569637242},{"id":"TFeE.json","timestamp":1666569685785},{"id":"G2Dc.json","timestamp":1666569698636},{"id":"aTuM.json","timestamp":1668294419455},{"id":"Pq1n.json","timestamp":1674106290585},{"id":"90ur.json","source":"undoRedo.source","timestamp":1674106297146}]}
{
"workbench.colorTheme": "Material Theme Palenight",
"git.confirmSync": false,
"git.autofetch": true,
"sync.gist": "e48f2118a5cc6b0085d4f0939bbd110e",
"editor.fontSize": 20,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.rulers": [80],
"editor.minimap.renderCharacters": false,
"editor.minimap.scale": 2,
"workbench.iconTheme": "material-icon-theme",
"files.autoSave": "afterDelay",
"spotify.showSignOutButton": false,
"spotify.showSignInButton": false,
"vim.handleKeys": {
"<C-f>": false
},
"vim.useSystemClipboard": true,
"vim.normalModeKeyBindingsNonRecursive": [
{
"before": ["d"],
"after": ["\"", "_", "d"]
},
{
"before": ["D"],
"after": ["\"", "_", "D"]
},
{
"before": ["d", "d"],
"after": ["\"", "_", "d", "d"]
}
],
"security.workspace.trust.untrustedFiles": "open",
"latex-workshop.latex.recipe.default": "lastUsed",
"vim.useCtrlKeys": false,
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
// "vim.normalModeKeyBindingsNonRecursive": [
// {
// "before": [
// "J"
// ],
// "commands": [
// "editor.action.moveLinesDownAction"
// ]
// }, // moveLineDown
// {
// "before": [
// "K"
// ],
// "commands": [
// "editor.action.moveLinesUpAction"
// ]
// } // moveLineUp
// ],
}
{
"workbench.colorTheme": "Material Theme Palenight",
"git.confirmSync": false,
"git.autofetch": true,
"sync.gist": "e48f2118a5cc6b0085d4f0939bbd110e",
"editor.fontSize": 20,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.rulers": [80],
"editor.minimap.renderCharacters": false,
"editor.minimap.scale": 2,
"workbench.iconTheme": "material-icon-theme",
"files.autoSave": "afterDelay",
"spotify.showSignOutButton": false,
"spotify.showSignInButton": false,
"vim.handleKeys": {
"<C-f>": false
},
"vim.useSystemClipboard": true,
"security.workspace.trust.untrustedFiles": "open",
"latex-workshop.latex.recipe.default": "lastUsed",
"vim.useCtrlKeys": false,
"vim.normalModeKeyBindings": [
{
"before": [
"d"
],
"after": [
"\"",
"_",
"d"
]
},
{
"before": [
"D"
],
"after": [
"\"",
"_",
"D"
]
},
{
"before": [
"d",
"d"
],
"after": [
"\"",
"_",
"d",
"d"
]
}
],
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
// "vim.normalModeKeyBindingsNonRecursive": [
// {
// "before": [
// "J"
// ],
// "commands": [
// "editor.action.moveLinesDownAction"
// ]
// }, // moveLineDown
// {
// "before": [
// "K"
// ],
// "commands": [
// "editor.action.moveLinesUpAction"
// ]
// } // moveLineUp
// ],
}
{
"workbench.colorTheme": "Material Theme Palenight",
"git.confirmSync": false,
"git.autofetch": true,
"sync.gist": "e48f2118a5cc6b0085d4f0939bbd110e",
"editor.fontSize": 20,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.rulers": [80],
"editor.minimap.scale": 2,
"workbench.iconTheme": "material-icon-theme",
"files.autoSave": "afterDelay",
"spotify.showSignOutButton": false,
"spotify.showSignInButton": false,
"vim.handleKeys": {
"<C-f>": false
},
"vim.useSystemClipboard": true,
"vim.normalModeKeyBindingsNonRecursive": [
{
"before": ["d"],
"after": ["\"", "_", "d"]
},
{
"before": ["D"],
"after": ["\"", "_", "D"]
},
{
"before": ["d", "d"],
"after": ["\"", "_", "d", "d"]
}
],
"security.workspace.trust.untrustedFiles": "open",
"latex-workshop.latex.recipe.default": "lastUsed",
"vim.useCtrlKeys": false,
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"git.enableSmartCommit": true,
"telemetry.telemetryLevel": "off",
"typescript.updateImportsOnFileMove.enabled": "always",
"svelte.enable-ts-plugin": true,
"svelte.plugin.svelte.note-new-transformation": false,
"explorer.confirmDelete": false,
"remote.SSH.remotePlatform": {
"152.70.112.92": "linux"
},
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
},
"vscode-pets.position": "explorer",
"vscode-pets.theme": "castle",
"editor.stickyScroll.enabled": true,
"editor.minimap.renderCharacters": false,
"editor.cursorSmoothCaretAnimation": true,
"workbench.list.smoothScrolling": true,
"terminal.integrated.smoothScrolling": true,
"editor.smoothScrolling": true,
"window.commandCenter": true,
"editor.largeFileOptimizations": false
// "vim.normalModeKeyBindingsNonRecursive": [
// {
// "before": [
// "J"
// ],
// "commands": [
// "editor.action.moveLinesDownAction"
// ]
// }, // moveLineDown
// {
// "before": [
// "K"
// ],
// "commands": [
// "editor.action.moveLinesUpAction"
// ]
// } // moveLineUp
// ],
}
{
"workbench.colorTheme": "Kanagawa",
"git.confirmSync": false,
"git.autofetch": true,
"sync.gist": "e48f2118a5cc6b0085d4f0939bbd110e",
"editor.fontSize": 20,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.rulers": [80],
"editor.minimap.scale": 2,
"workbench.iconTheme": "material-icon-theme",
"files.autoSave": "afterDelay",
"spotify.showSignOutButton": false,
"spotify.showSignInButton": false,
"vim.handleKeys": {
"<C-f>": false
},
"vim.useSystemClipboard": true,
"vim.normalModeKeyBindingsNonRecursive": [
{
"before": ["d"],
"after": ["\"", "_", "d"]
},
{
"before": ["D"],
"after": ["\"", "_", "D"]
},
{
"before": ["d", "d"],
"after": ["\"", "_", "d", "d"]
}
],
"security.workspace.trust.untrustedFiles": "open",
"latex-workshop.latex.recipe.default": "lastUsed",
"vim.useCtrlKeys": false,
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"git.enableSmartCommit": true,
"telemetry.telemetryLevel": "off",
"typescript.updateImportsOnFileMove.enabled": "always",
"svelte.enable-ts-plugin": true,
"svelte.plugin.svelte.note-new-transformation": false,
"explorer.confirmDelete": false,
"remote.SSH.remotePlatform": {
"152.70.112.92": "linux"
},
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
},
"vscode-pets.position": "explorer",
"vscode-pets.theme": "beach",
"editor.stickyScroll.enabled": true,
"editor.minimap.renderCharacters": false,
"editor.cursorSmoothCaretAnimation": true,
"workbench.list.smoothScrolling": true,
"terminal.integrated.smoothScrolling": true,
"editor.smoothScrolling": true,
"window.commandCenter": true,
"editor.largeFileOptimizations": false
// "vim.normalModeKeyBindingsNonRecursive": [
// {
// "before": [
// "J"
// ],
// "commands": [
// "editor.action.moveLinesDownAction"
// ]
// }, // moveLineDown
// {
// "before": [
// "K"
// ],
// "commands": [
// "editor.action.moveLinesUpAction"
// ]
// } // moveLineUp
// ],
}
{
"workbench.colorTheme": "Material Theme Palenight",
"git.confirmSync": false,
"git.autofetch": true,
"sync.gist": "e48f2118a5cc6b0085d4f0939bbd110e",
"editor.fontSize": 20,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.rulers": [80],
"editor.minimap.renderCharacters": false,
"editor.minimap.scale": 2,
"workbench.iconTheme": "material-icon-theme",
"files.autoSave": "afterDelay",
"spotify.showSignOutButton": false,
"spotify.showSignInButton": false,
"vim.handleKeys": {
"<C-f>": false
},
"vim.useSystemClipboard": true,
"vim.normalModeKeyBindingsNonRecursive": [
{
"before": ["d"],
"after": ["\"", "_", "d"]
},
{
"before": ["D"],
"after": ["\"", "_", "D"]
},
{
"before": ["d", "d"],
"after": ["\"", "_", "d", "d"]
}
],
"security.workspace.trust.untrustedFiles": "open",
"latex-workshop.latex.recipe.default": "lastUsed",
"vim.useCtrlKeys": false,
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"git.enableSmartCommit": true,
"telemetry.telemetryLevel": "off",
"typescript.updateImportsOnFileMove.enabled": "always",
"svelte.enable-ts-plugin": true,
"svelte.plugin.svelte.note-new-transformation": false
// "vim.normalModeKeyBindingsNonRecursive": [
// {
// "before": [
// "J"
// ],
// "commands": [
// "editor.action.moveLinesDownAction"
// ]
// }, // moveLineDown
// {
// "before": [
// "K"
// ],
// "commands": [
// "editor.action.moveLinesUpAction"
// ]
// } // moveLineUp
// ],
}
{
"workbench.colorTheme": "Material Theme Palenight",
"git.confirmSync": false,
"git.autofetch": true,
"sync.gist": "e48f2118a5cc6b0085d4f0939bbd110e",
"editor.fontSize": 20,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.rulers": [80],
"editor.minimap.renderCharacters": false,
"editor.minimap.scale": 2,
"workbench.iconTheme": "material-icon-theme",
"files.autoSave": "afterDelay",
"spotify.showSignOutButton": false,
"spotify.showSignInButton": false,
"vim.handleKeys": {
"<C-f>": false
},
"vim.useSystemClipboard": true,
"security.workspace.trust.untrustedFiles": "open",
"latex-workshop.latex.recipe.default": "lastUsed",
"vim.useCtrlKeys": false,
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"vim.normalModeKeyBindingsNonRecursive": [
{
"before": [
"J"
],
"commands": [
"editor.action.moveLinesDownAction"
]
}, // moveLineDown
{
"before": [
"K" ],
"commands": [
"editor.action.moveLinesUpAction"
]
} // moveLineUp
],
}
{
"workbench.colorTheme": "Material Theme Palenight",
"git.confirmSync": false,
"git.autofetch": true,
"sync.gist": "e48f2118a5cc6b0085d4f0939bbd110e",
"editor.fontSize": 20,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.rulers": [80],
"editor.minimap.renderCharacters": false,
"editor.minimap.scale": 2,
"workbench.iconTheme": "material-icon-theme",
"files.autoSave": "afterDelay",
"spotify.showSignOutButton": false,
"spotify.showSignInButton": false,
"vim.handleKeys": {
"<C-f>": false
},
"vim.useSystemClipboard": true,
"security.workspace.trust.untrustedFiles": "open",
"latex-workshop.latex.recipe.default": "lastUsed",
"vim.useCtrlKeys": false,
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"vim.normalModeKeyBindingsNonRecursive": [
{
"before": [
"J"
],
"commands": [
"editor.action.moveLinesDownAction"
]
}, // moveLineDown
{
"before": [
"K"
],
"commands": [
"editor.action.moveLinesUpAction"
]
} // moveLineUp
],
}
{
"workbench.colorTheme": "Material Theme Palenight",
"git.confirmSync": false,
"git.autofetch": true,
"sync.gist": "e48f2118a5cc6b0085d4f0939bbd110e",
"editor.fontSize": 20,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.rulers": [80],
"editor.minimap.renderCharacters": false,
"editor.minimap.scale": 2,
"workbench.iconTheme": "material-icon-theme",
"files.autoSave": "afterDelay",
"spotify.showSignOutButton": false,
"spotify.showSignInButton": false,
"vim.handleKeys": {
"<C-f>": false
},
"vim.useSystemClipboard": true,
"security.workspace.trust.untrustedFiles": "open",
"latex-workshop.latex.recipe.default": "lastUsed",
"vim.useCtrlKeys": false,
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"vim.normalModeKeyBindingsNonRecursive": [
{
"before": [
"J"
],
"commands": [
"editor.action.moveLinesDownAction"
]
}, // moveLineDown
{
"before": [
"K"
],
"commands": [
"editor.action.moveLinesUpAction"
]
} // moveLineUp
],
}
{
"workbench.colorTheme": "Material Theme Palenight",
"git.confirmSync": false,
"git.autofetch": true,
"sync.gist": "e48f2118a5cc6b0085d4f0939bbd110e",
"editor.fontSize": 20,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.rulers": [80],
"editor.minimap.scale": 2,
"workbench.iconTheme": "material-icon-theme",
"files.autoSave": "afterDelay",
"spotify.showSignOutButton": false,
"spotify.showSignInButton": false,
"vim.handleKeys": {
"<C-f>": false
},
"vim.useSystemClipboard": true,
"vim.normalModeKeyBindingsNonRecursive": [
{
"before": ["d"],
"after": ["\"", "_", "d"]
},
{
"before": ["D"],
"after": ["\"", "_", "D"]
},
{
"before": ["d", "d"],
"after": ["\"", "_", "d", "d"]
}
],
"security.workspace.trust.untrustedFiles": "open",
"latex-workshop.latex.recipe.default": "lastUsed",
"vim.useCtrlKeys": false,
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"git.enableSmartCommit": true,
"telemetry.telemetryLevel": "off",
"typescript.updateImportsOnFileMove.enabled": "always",
"svelte.enable-ts-plugin": true,
"svelte.plugin.svelte.note-new-transformation": false,
"explorer.confirmDelete": false,
"remote.SSH.remotePlatform": {
"152.70.112.92": "linux"
},
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
},
"vscode-pets.position": "explorer",
"vscode-pets.theme": "castle",
"editor.stickyScroll.enabled": true
// "vim.normalModeKeyBindingsNonRecursive": [
// {
// "before": [
// "J"
// ],
// "commands": [
// "editor.action.moveLinesDownAction"
// ]
// }, // moveLineDown
// {
// "before": [
// "K"
// ],
// "commands": [
// "editor.action.moveLinesUpAction"
// ]
// } // moveLineUp
// ],
}
{
"workbench.colorTheme": "Material Theme Palenight",
"git.confirmSync": false,
"git.autofetch": true,
"sync.gist": "e48f2118a5cc6b0085d4f0939bbd110e",
"editor.fontSize": 20,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.rulers": [80],
"editor.minimap.renderCharacters": false,
"editor.minimap.scale": 2,
"workbench.iconTheme": "material-icon-theme",
"files.autoSave": "afterDelay",
"spotify.showSignOutButton": false,
"spotify.showSignInButton": false,
"vim.handleKeys": {
"<C-f>": false
},
"vim.useSystemClipboard": true,
"security.workspace.trust.untrustedFiles": "open",
"latex-workshop.latex.recipe.default": "lastUsed",
"vim.useCtrlKeys": false,
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"vim.normalModeKeyBindingsNonRecursive": [
{
"before": [
"<C-j>"
],
"commands": [
"editor.action.moveLinesDownAction"
]
}, // moveLineDown
{
"before": [
"<C-k>" ],
"commands": [
"editor.action.moveLinesUpAction"
]
} // moveLineUp
],
}
{
"workbench.colorTheme": "Material Theme Palenight",
"git.confirmSync": false,
"git.autofetch": true,
"sync.gist": "e48f2118a5cc6b0085d4f0939bbd110e",
"editor.fontSize": 20,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.rulers": [80],
"editor.minimap.renderCharacters": false,
"editor.minimap.scale": 2,
"workbench.iconTheme": "material-icon-theme",
"files.autoSave": "afterDelay",
"spotify.showSignOutButton": false,
"spotify.showSignInButton": false,
"vim.handleKeys": {
"<C-f>": false
},
"vim.useSystemClipboard": true,
"security.workspace.trust.untrustedFiles": "open",
"latex-workshop.latex.recipe.default": "lastUsed",
"vim.useCtrlKeys": false,
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"vim.normalModeKeyBindingsNonRecursive": [
{
"before": [
"J"
],
"commands": [
"editor.action.moveLinesDownAction"
]
}, // moveLineDown
{
"before": [
"K"
],
"commands": [
"editor.action.moveLinesUpAction"
]
} // moveLineUp
],
}
{
"workbench.colorTheme": "Material Theme Palenight",
"git.confirmSync": false,
"git.autofetch": true,
"sync.gist": "e48f2118a5cc6b0085d4f0939bbd110e",
"editor.fontSize": 20,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.rulers": [80],
"editor.minimap.renderCharacters": false,
"editor.minimap.scale": 2,
"workbench.iconTheme": "material-icon-theme",
"files.autoSave": "afterDelay",
"spotify.showSignOutButton": false,
"spotify.showSignInButton": false,
"vim.handleKeys": {
"<C-f>": false
},
"vim.useSystemClipboard": true,
"security.workspace.trust.untrustedFiles": "open",
"latex-workshop.latex.recipe.default": "lastUsed",
"vim.useCtrlKeys": false,
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"vim.normalModeKeyBindingsNonRecursive": [
{
"before": [
"J"
],
"commands": [
"editor.action.moveLinesDownAction"
]
}, // moveLineDown
{
"before": [
"K"
],
"commands": [
"editor.action.moveLinesUpAction"
]
} // moveLineUp
],
}
{
"workbench.colorTheme": "Kanagawa",
"git.confirmSync": false,
"git.autofetch": true,
"sync.gist": "e48f2118a5cc6b0085d4f0939bbd110e",
"editor.fontSize": 20,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.rulers": [80],
"editor.minimap.scale": 2,
"workbench.iconTheme": "material-icon-theme",
"files.autoSave": "afterDelay",
"spotify.showSignOutButton": false,
"spotify.showSignInButton": false,
"vim.handleKeys": {
"<C-f>": false
},
"vim.useSystemClipboard": true,
"vim.normalModeKeyBindingsNonRecursive": [
{
"before": ["d"],
"after": ["\"", "_", "d"]
},
{
"before": ["D"],
"after": ["\"", "_", "D"]
},
{
"before": ["d", "d"],
"after": ["\"", "_", "d", "d"]
}
],
"security.workspace.trust.untrustedFiles": "open",
"latex-workshop.latex.recipe.default": "lastUsed",
"vim.useCtrlKeys": false,
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"git.enableSmartCommit": true,
"telemetry.telemetryLevel": "off",
"typescript.updateImportsOnFileMove.enabled": "always",
"svelte.enable-ts-plugin": true,
"svelte.plugin.svelte.note-new-transformation": false,
"explorer.confirmDelete": false,
"remote.SSH.remotePlatform": {
"152.70.112.92": "linux"
},
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
},
"vscode-pets.position": "explorer",
"vscode-pets.theme": "castle",
"editor.stickyScroll.enabled": true,
"editor.minimap.renderCharacters": false,
"editor.cursorSmoothCaretAnimation": true,
"workbench.list.smoothScrolling": true,
"terminal.integrated.smoothScrolling": true,
"editor.smoothScrolling": true,
"window.commandCenter": true,
"editor.largeFileOptimizations": false
// "vim.normalModeKeyBindingsNonRecursive": [
// {
// "before": [
// "J"
// ],
// "commands": [
// "editor.action.moveLinesDownAction"
// ]
// }, // moveLineDown
// {
// "before": [
// "K"
// ],
// "commands": [
// "editor.action.moveLinesUpAction"
// ]
// } // moveLineUp
// ],
}
{
"workbench.colorTheme": "Material Theme Palenight",
"git.confirmSync": false,
"git.autofetch": true,
"sync.gist": "e48f2118a5cc6b0085d4f0939bbd110e",
"editor.fontSize": 20,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.rulers": [80],
"editor.minimap.scale": 2,
"workbench.iconTheme": "material-icon-theme",
"files.autoSave": "afterDelay",
"spotify.showSignOutButton": false,
"spotify.showSignInButton": false,
"vim.handleKeys": {
"<C-f>": false
},
"vim.useSystemClipboard": true,
"vim.normalModeKeyBindingsNonRecursive": [
{
"before": ["d"],
"after": ["\"", "_", "d"]
},
{
"before": ["D"],
"after": ["\"", "_", "D"]
},
{
"before": ["d", "d"],
"after": ["\"", "_", "d", "d"]
}
],
"security.workspace.trust.untrustedFiles": "open",
"latex-workshop.latex.recipe.default": "lastUsed",
"vim.useCtrlKeys": false,
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"git.enableSmartCommit": true,
"telemetry.telemetryLevel": "off",
"typescript.updateImportsOnFileMove.enabled": "always",
"svelte.enable-ts-plugin": true,
"svelte.plugin.svelte.note-new-transformation": false,
"explorer.confirmDelete": false,
"remote.SSH.remotePlatform": {
"152.70.112.92": "linux"
},
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
},
"vscode-pets.position": "explorer",
"vscode-pets.theme": "castle",
"editor.stickyScroll.enabled": true,
"editor.minimap.renderCharacters": false,
"editor.cursorSmoothCaretAnimation": true,
"workbench.list.smoothScrolling": true,
"terminal.integrated.smoothScrolling": true,
"editor.smoothScrolling": true
// "vim.normalModeKeyBindingsNonRecursive": [
// {
// "before": [
// "J"
// ],
// "commands": [
// "editor.action.moveLinesDownAction"
// ]
// }, // moveLineDown
// {
// "before": [
// "K"
// ],
// "commands": [
// "editor.action.moveLinesUpAction"
// ]
// } // moveLineUp
// ],
}
{
"workbench.colorTheme": "Material Theme Palenight",
"git.confirmSync": false,
"git.autofetch": true,
"sync.gist": "e48f2118a5cc6b0085d4f0939bbd110e",
"editor.fontSize": 20,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.rulers": [80],
"editor.minimap.renderCharacters": false,
"editor.minimap.scale": 2,
"workbench.iconTheme": "material-icon-theme",
"files.autoSave": "afterDelay",
"spotify.showSignOutButton": false,
"spotify.showSignInButton": false,
"vim.handleKeys": {
"<C-f>": false
},
"vim.useSystemClipboard": true,
"vim.normalModeKeyBindingsNonRecursive": [
{
"before": ["d"],
"after": ["\"", "_", "d"]
},
{
"before": ["D"],
"after": ["\"", "_", "D"]
},
{
"before": ["d", "d"],
"after": ["\"", "_", "d", "d"]
}
],
"security.workspace.trust.untrustedFiles": "open",
"latex-workshop.latex.recipe.default": "lastUsed",
"vim.useCtrlKeys": false,
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"git.enableSmartCommit": true,
"telemetry.telemetryLevel": "off",
"typescript.updateImportsOnFileMove.enabled": "always",
"svelte.enable-ts-plugin": true,
"svelte.plugin.svelte.note-new-transformation": false,
"explorer.confirmDelete": false,
"remote.SSH.remotePlatform": {
"152.70.112.92": "linux"
},
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
},
"vscode-pets.position": "explorer",
"vscode-pets.theme": "castle",
"editor.stickyScroll.enabled": true
// "vim.normalModeKeyBindingsNonRecursive": [
// {
// "before": [
// "J"
// ],
// "commands": [
// "editor.action.moveLinesDownAction"
// ]
// }, // moveLineDown
// {
// "before": [
// "K"
// ],
// "commands": [
// "editor.action.moveLinesUpAction"
// ]
// } // moveLineUp
// ],
}
{
"workbench.colorTheme": "Material Theme Palenight",
"git.confirmSync": false,
"git.autofetch": true,
"sync.gist": "e48f2118a5cc6b0085d4f0939bbd110e",
"editor.fontSize": 20,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.rulers": [80],
"editor.minimap.renderCharacters": false,
"editor.minimap.scale": 2,
"workbench.iconTheme": "material-icon-theme",
"files.autoSave": "afterDelay",
"spotify.showSignOutButton": false,
"spotify.showSignInButton": false,
"vim.handleKeys": {
"<C-f>": false
},
"vim.useSystemClipboard": true,
"security.workspace.trust.untrustedFiles": "open",
"latex-workshop.latex.recipe.default": "lastUsed",
"vim.useCtrlKeys": false,
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
// "vim.normalModeKeyBindingsNonRecursive": [
// {
// "before": [
// "J"
// ],
// "commands": [
// "editor.action.moveLinesDownAction"
// ]
// }, // moveLineDown
// {
// "before": [
// "K"
// ],
// "commands": [
// "editor.action.moveLinesUpAction"
// ]
// } // moveLineUp
// ],
}
{
"workbench.colorTheme": "Material Theme Palenight",
"git.confirmSync": false,
"git.autofetch": true,
"sync.gist": "e48f2118a5cc6b0085d4f0939bbd110e",
"editor.fontSize": 20,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.rulers": [80],
"editor.minimap.renderCharacters": false,
"editor.minimap.scale": 2,
"workbench.iconTheme": "material-icon-theme",
"files.autoSave": "afterDelay",
"spotify.showSignOutButton": false,
"spotify.showSignInButton": false,
"vim.handleKeys": {
"<C-f>": false
},
"vim.useSystemClipboard": true,
"security.workspace.trust.untrustedFiles": "open",
"latex-workshop.latex.recipe.default": "lastUsed",
"vim.useCtrlKeys": false,
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"vim.normalModeKeyBindingsNonRecursive": [
{
"before": [
"J"
],
"commands": [
"editor.action.moveLinesDownAction"
]
}, // moveLineDown
{
"before": [
"K"
],
"commands": [
"editor.action.moveLinesUpAction"
]
} // moveLineUp
],
}
{
"workbench.colorTheme": "Kanagawa",
"git.confirmSync": false,
"git.autofetch": true,
"sync.gist": "e48f2118a5cc6b0085d4f0939bbd110e",
"editor.fontSize": 20,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.rulers": [80],
"editor.minimap.scale": 2,
"workbench.iconTheme": "material-icon-theme",
"spotify.showSignOutButton": false,
"spotify.showSignInButton": false,
"vim.handleKeys": {
"<C-f>": false
},
"vim.useSystemClipboard": true,
"vim.normalModeKeyBindingsNonRecursive": [
{
"before": ["d"],
"after": ["\"", "_", "d"]
},
{
"before": ["D"],
"after": ["\"", "_", "D"]
},
{
"before": ["d", "d"],
"after": ["\"", "_", "d", "d"]
}
],
"security.workspace.trust.untrustedFiles": "open",
"latex-workshop.latex.recipe.default": "lastUsed",
"vim.useCtrlKeys": false,
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"git.enableSmartCommit": true,
"telemetry.telemetryLevel": "off",
"typescript.updateImportsOnFileMove.enabled": "always",
"svelte.enable-ts-plugin": true,
"svelte.plugin.svelte.note-new-transformation": false,
"explorer.confirmDelete": false,
"remote.SSH.remotePlatform": {
"152.70.112.92": "linux"
},
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
},
"vscode-pets.position": "explorer",
"vscode-pets.theme": "beach",
"editor.stickyScroll.enabled": true,
"editor.minimap.renderCharacters": false,
"editor.cursorSmoothCaretAnimation": true,
"workbench.list.smoothScrolling": true,
"terminal.integrated.smoothScrolling": true,
"editor.smoothScrolling": true,
"window.commandCenter": true,
"editor.largeFileOptimizations": false,
"[handlebars]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[svelte]": {
"editor.defaultFormatter": "svelte.svelte-vscode"
},
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"window.zoomLevel": -1,
"files.autoSave": "afterDelay",
"[liquid]": {
"editor.defaultFormatter": "Shopify.theme-check-vscode"
},
"tabout.charactersToTabOutFrom": [
{
"open": "[",
"close": "]"
},
{
"open": "{",
"close": "}"
},
{
"open": "(",
"close": ")"
},
{
"open": "'",
"close": "'"
},
{
"open": "\"",
"close": "\""
},
{
"open": ":",
"close": ":"
},
{
"open": "=",
"close": "="
},
{
"open": ">",
"close": ">"
},
{
"open": "<",
"close": "<"
},
{
"open": ".",
"close": "."
},
{
"open": "`",
"close": "`"
},
{
"open": ";",
"close": ";"
}
]
// "vim.normalModeKeyBindingsNonRecursive": [
// {
// "before": [
// "J"
// ],
// "commands": [
// "editor.action.moveLinesDownAction"
// ]
// }, // moveLineDown
// {
// "before": [
// "K"
// ],
// "commands": [
// "editor.action.moveLinesUpAction"
// ]
// } // moveLineUp
// ],
}
{
"workbench.colorTheme": "Material Theme Palenight",
"git.confirmSync": false,
"git.autofetch": true,
"sync.gist": "e48f2118a5cc6b0085d4f0939bbd110e",
"editor.fontSize": 20,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.rulers": [80],
"editor.minimap.renderCharacters": false,
"editor.minimap.scale": 2,
"workbench.iconTheme": "material-icon-theme",
"files.autoSave": "afterDelay",
"spotify.showSignOutButton": false,
"spotify.showSignInButton": false,
"vim.handleKeys": {
"<C-f>": false
},
"vim.useSystemClipboard": true,
"vim.normalModeKeyBindingsNonRecursive": [
{
"before": ["d"],
"after": ["\"", "_", "d"]
},
{
"before": ["D"],
"after": ["\"", "_", "D"]
},
{
"before": ["d", "d"],
"after": ["\"", "_", "d", "d"]
}
],
"security.workspace.trust.untrustedFiles": "open",
"latex-workshop.latex.recipe.default": "lastUsed",
"vim.useCtrlKeys": false,
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"git.enableSmartCommit": true,
"telemetry.telemetryLevel": "off",
"typescript.updateImportsOnFileMove.enabled": "always",
"svelte.enable-ts-plugin": true,
"svelte.plugin.svelte.note-new-transformation": false,
"explorer.confirmDelete": false,
"remote.SSH.remotePlatform": {
"152.70.112.92": "linux"
},
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
},
"vscode-pets.position": "explorer",
"vscode-pets.theme": "castle"
// "vim.normalModeKeyBindingsNonRecursive": [
// {
// "before": [
// "J"
// ],
// "commands": [
// "editor.action.moveLinesDownAction"
// ]
// }, // moveLineDown
// {
// "before": [
// "K"
// ],
// "commands": [
// "editor.action.moveLinesUpAction"
// ]
// } // moveLineUp
// ],
}
{
"workbench.colorTheme": "Material Theme Palenight",
"git.confirmSync": false,
"git.autofetch": true,
"sync.gist": "e48f2118a5cc6b0085d4f0939bbd110e",
"editor.fontSize": 20,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.rulers": [80],
"editor.minimap.renderCharacters": false,
"editor.minimap.scale": 2,
"workbench.iconTheme": "material-icon-theme",
"files.autoSave": "afterDelay",
"spotify.showSignOutButton": false,
"spotify.showSignInButton": false,
"vim.handleKeys": {
"<C-f>": false
},
"vim.useSystemClipboard": true,
"security.workspace.trust.untrustedFiles": "open",
"latex-workshop.latex.recipe.default": "lastUsed",
"vim.useCtrlKeys": false,
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"vim.normalModeKeyBindingsNonRecursive": [
{
"before": [
"J"
],
"commands": [
"editor.action.moveLinesDownAction"
]
}, // moveLineDown
{
"before": [
"K"
],
"commands": [
"editor.action.moveLinesUpAction"
]
} // moveLineUp
],
}
{
"workbench.colorTheme": "Material Theme Palenight",
"git.confirmSync": false,
"git.autofetch": true,
"sync.gist": "e48f2118a5cc6b0085d4f0939bbd110e",
"editor.fontSize": 20,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.rulers": [80],
"editor.minimap.renderCharacters": false,
"editor.minimap.scale": 2,
"workbench.iconTheme": "material-icon-theme",
"files.autoSave": "afterDelay",
"spotify.showSignOutButton": false,
"spotify.showSignInButton": false,
"vim.handleKeys": {
"<C-f>": false
},
"vim.useSystemClipboard": true,
"security.workspace.trust.untrustedFiles": "open",
"latex-workshop.latex.recipe.default": "lastUsed",
"vim.useCtrlKeys": false,
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"vim.normalModeKeyBindingsNonRecursive": [
{
"before": [
"J"
],
"commands": [
"editor.action.moveLinesDownAction"
]
}, // moveLineDown
{
"before": [
"K"
],
"commands": [
"editor.action.moveLinesUpAction"
]
} // moveLineUp
],
}
{
"workbench.colorTheme": "Material Theme Palenight",
"git.confirmSync": false,
"git.autofetch": true,
"sync.gist": "e48f2118a5cc6b0085d4f0939bbd110e",
"editor.fontSize": 20,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.rulers": [80],
"editor.minimap.renderCharacters": false,
"editor.minimap.scale": 2,
"workbench.iconTheme": "material-icon-theme",
"files.autoSave": "afterDelay",
"spotify.showSignOutButton": false,
"spotify.showSignInButton": false,
"vim.handleKeys": {
"<C-f>": false
},
"vim.useSystemClipboard": true,
"security.workspace.trust.untrustedFiles": "open",
"latex-workshop.latex.recipe.default": "lastUsed",
"vim.useCtrlKeys": false,
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"vim.normalModeKeyBindingsNonRecursive": [
{
"before": [
"J"
],
"commands": [
"editor.action.moveLinesDownAction"
]
}, // moveLineDown
{
"before": [
"K"
],
"commands": [
"editor.action.moveLinesUpAction"
]
} // moveLineUp
],
}
{
"workbench.colorTheme": "Material Theme Palenight",
"git.confirmSync": false,
"git.autofetch": true,
"sync.gist": "e48f2118a5cc6b0085d4f0939bbd110e",
"editor.fontSize": 20,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.rulers": [80],
"editor.minimap.renderCharacters": false,
"editor.minimap.scale": 2,
"workbench.iconTheme": "material-icon-theme",
"files.autoSave": "afterDelay",
"spotify.showSignOutButton": false,
"spotify.showSignInButton": false,
"vim.handleKeys": {
"<C-f>": false
},
"vim.useSystemClipboard": true,
"vim.normalModeKeyBindingsNonRecursive": [
{
"before": ["d"],
"after": ["\"", "_", "d"]
},
{
"before": ["D"],
"after": ["\"", "_", "D"]
},
{
"before": ["d", "d"],
"after": ["\"", "_", "d", "d"]
}
],
"security.workspace.trust.untrustedFiles": "open",
"latex-workshop.latex.recipe.default": "lastUsed",
"vim.useCtrlKeys": false,
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"git.enableSmartCommit": true,
"telemetry.telemetryLevel": "off",
"typescript.updateImportsOnFileMove.enabled": "always",
"svelte.enable-ts-plugin": true,
"svelte.plugin.svelte.note-new-transformation": false,
"explorer.confirmDelete": false
// "vim.normalModeKeyBindingsNonRecursive": [
// {
// "before": [
// "J"
// ],
// "commands": [
// "editor.action.moveLinesDownAction"
// ]
// }, // moveLineDown
// {
// "before": [
// "K"
// ],
// "commands": [
// "editor.action.moveLinesUpAction"
// ]
// } // moveLineUp
// ],
}
{
"workbench.colorTheme": "Material Theme Palenight",
"git.confirmSync": false,
"git.autofetch": true,
"sync.gist": "e48f2118a5cc6b0085d4f0939bbd110e",
"editor.fontSize": 20,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.rulers": [80],
"editor.minimap.renderCharacters": false,
"editor.minimap.scale": 2,
"workbench.iconTheme": "material-icon-theme",
"files.autoSave": "afterDelay",
"spotify.showSignOutButton": false,
"spotify.showSignInButton": false,
"vim.handleKeys": {
"<C-f>": false
},
"vim.useSystemClipboard": true,
"vim.normalModeKeyBindingsNonRecursive": [
{
"before": ["d"],
"after": ["\"", "_", "d"]
},
{
"before": ["D"],
"after": ["\"", "_", "D"]
},
{
"before": ["d", "d"],
"after": ["\"", "_", "d", "d"]
}
],
"security.workspace.trust.untrustedFiles": "open",
"latex-workshop.latex.recipe.default": "lastUsed",
"vim.useCtrlKeys": false,
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
// "vim.normalModeKeyBindingsNonRecursive": [
// {
// "before": [
// "J"
// ],
// "commands": [
// "editor.action.moveLinesDownAction"
// ]
// }, // moveLineDown
// {
// "before": [
// "K"
// ],
// "commands": [
// "editor.action.moveLinesUpAction"
// ]
// } // moveLineUp
// ],
}
{
"workbench.colorTheme": "poimandres",
"git.confirmSync": false,
"git.autofetch": true,
"sync.gist": "e48f2118a5cc6b0085d4f0939bbd110e",
"editor.fontSize": 20,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.rulers": [80],
"editor.minimap.scale": 2,
"workbench.iconTheme": "material-icon-theme",
"files.autoSave": "afterDelay",
"spotify.showSignOutButton": false,
"spotify.showSignInButton": false,
"vim.handleKeys": {
"<C-f>": false
},
"vim.useSystemClipboard": true,
"vim.normalModeKeyBindingsNonRecursive": [
{
"before": ["d"],
"after": ["\"", "_", "d"]
},
{
"before": ["D"],
"after": ["\"", "_", "D"]
},
{
"before": ["d", "d"],
"after": ["\"", "_", "d", "d"]
}
],
"security.workspace.trust.untrustedFiles": "open",
"latex-workshop.latex.recipe.default": "lastUsed",
"vim.useCtrlKeys": false,
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"git.enableSmartCommit": true,
"telemetry.telemetryLevel": "off",
"typescript.updateImportsOnFileMove.enabled": "always",
"svelte.enable-ts-plugin": true,
"svelte.plugin.svelte.note-new-transformation": false,
"explorer.confirmDelete": false,
"remote.SSH.remotePlatform": {
"152.70.112.92": "linux"
},
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
},
"vscode-pets.position": "explorer",
"vscode-pets.theme": "beach",
"editor.stickyScroll.enabled": true,
"editor.minimap.renderCharacters": false,
"editor.cursorSmoothCaretAnimation": true,
"workbench.list.smoothScrolling": true,
"terminal.integrated.smoothScrolling": true,
"editor.smoothScrolling": true,
"window.commandCenter": true,
"editor.largeFileOptimizations": false
// "vim.normalModeKeyBindingsNonRecursive": [
// {
// "before": [
// "J"
// ],
// "commands": [
// "editor.action.moveLinesDownAction"
// ]
// }, // moveLineDown
// {
// "before": [
// "K"
// ],
// "commands": [
// "editor.action.moveLinesUpAction"
// ]
// } // moveLineUp
// ],
}
{
"workbench.colorTheme": "Material Theme Palenight",
"git.confirmSync": false,
"git.autofetch": true,
"sync.gist": "e48f2118a5cc6b0085d4f0939bbd110e",
"editor.fontSize": 20,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.rulers": [80],
"editor.minimap.renderCharacters": false,
"editor.minimap.scale": 2,
"workbench.iconTheme": "material-icon-theme",
"files.autoSave": "afterDelay",
"spotify.showSignOutButton": false,
"spotify.showSignInButton": false,
"vim.handleKeys": {
"<C-f>": false
},
"vim.useSystemClipboard": true,
"vim.normalModeKeyBindingsNonRecursive": [
{
"before": ["d"],
"after": ["\"", "_", "d"]
},
{
"before": ["D"],
"after": ["\"", "_", "D"]
},
{
"before": ["d", "d"],
"after": ["\"", "_", "d", "d"]
}
],
"security.workspace.trust.untrustedFiles": "open",
"latex-workshop.latex.recipe.default": "lastUsed",
"vim.useCtrlKeys": false,
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
// "vim.normalModeKeyBindingsNonRecursive": [
// {
// "before": [
// "J"
// ],
// "commands": [
// "editor.action.moveLinesDownAction"
// ]
// }, // moveLineDown
// {
// "before": [
// "K"
// ],
// "commands": [
// "editor.action.moveLinesUpAction"
// ]
// } // moveLineUp
// ],
}
{
"workbench.colorTheme": "Material Theme Palenight",
"git.confirmSync": false,
"git.autofetch": true,
"sync.gist": "e48f2118a5cc6b0085d4f0939bbd110e",
"editor.fontSize": 20,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.rulers": [80],
"editor.minimap.renderCharacters": false,
"editor.minimap.scale": 2,
"workbench.iconTheme": "material-icon-theme",
"files.autoSave": "afterDelay",
"spotify.showSignOutButton": false,
"spotify.showSignInButton": false,
"vim.handleKeys": {
"<C-f>": false
},
"vim.useSystemClipboard": true,
"vim.normalModeKeyBindingsNonRecursive": [
{
"before": ["d"],
"after": ["\"", "_", "d"]
},
{
"before": ["D"],
"after": ["\"", "_", "D"]
},
{
"before": ["d", "d"],
"after": ["\"", "_", "d", "d"]
}
],
"security.workspace.trust.untrustedFiles": "open",
"latex-workshop.latex.recipe.default": "lastUsed",
"vim.useCtrlKeys": false,
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"git.enableSmartCommit": true,
"telemetry.telemetryLevel": "off",
"typescript.updateImportsOnFileMove.enabled": "always",
"svelte.enable-ts-plugin": true,
"svelte.plugin.svelte.note-new-transformation": false,
"explorer.confirmDelete": false,
"remote.SSH.remotePlatform": {
"152.70.112.92": "linux"
},
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
}
// "vim.normalModeKeyBindingsNonRecursive": [
// {
// "before": [
// "J"
// ],
// "commands": [
// "editor.action.moveLinesDownAction"
// ]
// }, // moveLineDown
// {
// "before": [
// "K"
// ],
// "commands": [
// "editor.action.moveLinesUpAction"
// ]
// } // moveLineUp
// ],
}
{
"workbench.colorTheme": "Material Theme Palenight",
"git.confirmSync": false,
"git.autofetch": true,
"sync.gist": "e48f2118a5cc6b0085d4f0939bbd110e",
"editor.fontSize": 20,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.rulers": [80],
"editor.minimap.renderCharacters": false,
"editor.minimap.scale": 2,
"workbench.iconTheme": "material-icon-theme",
"files.autoSave": "afterDelay",
"spotify.showSignOutButton": false,
"spotify.showSignInButton": false,
"vim.handleKeys": {
"<C-f>": false
},
"vim.useSystemClipboard": true,
"vim.normalModeKeyBindingsNonRecursive": [
{
"before": ["d"],
"after": ["\"", "_", "d"]
},
{
"before": ["D"],
"after": ["\"", "_", "D"]
},
{
"before": ["d", "d"],
"after": ["\"", "_", "d", "d"]
}
],
"security.workspace.trust.untrustedFiles": "open",
"latex-workshop.latex.recipe.default": "lastUsed",
"vim.useCtrlKeys": false,
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"git.enableSmartCommit": true,
"telemetry.telemetryLevel": "off",
"typescript.updateImportsOnFileMove.enabled": "always",
"svelte.enable-ts-plugin": true,
"svelte.plugin.svelte.note-new-transformation": false,
"explorer.confirmDelete": false,
"remote.SSH.remotePlatform": {
"152.70.112.92": "linux"
},
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
},
"vscode-pets.theme": "forest",
"vscode-pets.position": "explorer"
// "vim.normalModeKeyBindingsNonRecursive": [
// {
// "before": [
// "J"
// ],
// "commands": [
// "editor.action.moveLinesDownAction"
// ]
// }, // moveLineDown
// {
// "before": [
// "K"
// ],
// "commands": [
// "editor.action.moveLinesUpAction"
// ]
// } // moveLineUp
// ],
}
{
"workbench.colorTheme": "Material Theme Palenight",
"git.confirmSync": false,
"git.autofetch": true,
"sync.gist": "e48f2118a5cc6b0085d4f0939bbd110e",
"editor.fontSize": 20,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.rulers": [80],
"editor.minimap.renderCharacters": false,
"editor.minimap.scale": 2,
"workbench.iconTheme": "material-icon-theme",
"files.autoSave": "afterDelay",
"spotify.showSignOutButton": false,
"spotify.showSignInButton": false,
"vim.handleKeys": {
"<C-f>": false
},
"vim.useSystemClipboard": true,
"security.workspace.trust.untrustedFiles": "open",
"latex-workshop.latex.recipe.default": "lastUsed",
"vim.useCtrlKeys": false,
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"vim.normalModeKeyBindingsNonRecursive": [
{
"before": [
"<C-j>"
],
"commands": [
"editor.action.moveLinesDownAction"
]
}, // moveLineDown
{
"before": [
"<C-k>"
],
"commands": [
"editor.action.moveLinesUpAction"
]
} // moveLineUp
],
}
{
"workbench.colorTheme": "Material Theme Palenight",
"git.confirmSync": false,
"git.autofetch": true,
"sync.gist": "e48f2118a5cc6b0085d4f0939bbd110e",
"editor.fontSize": 20,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.rulers": [80],
"editor.minimap.renderCharacters": false,
"editor.minimap.scale": 2,
"workbench.iconTheme": "material-icon-theme",
"files.autoSave": "afterDelay",
"spotify.showSignOutButton": false,
"spotify.showSignInButton": false,
"vim.handleKeys": {
"<C-f>": false
},
"vim.useSystemClipboard": true,
"vim.normalModeKeyBindingsNonRecursive": [
{
"before": ["d"],
"after": ["\"", "_", "d"]
},
{
"before": ["D"],
"after": ["\"", "_", "D"]
},
{
"before": ["d", "d"],
"after": ["\"", "_", "d", "d"]
}
],
"security.workspace.trust.untrustedFiles": "open",
"latex-workshop.latex.recipe.default": "lastUsed",
// "vim.useCtrlKeys": false,
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
// "vim.normalModeKeyBindingsNonRecursive": [
// {
// "before": [
// "J"
// ],
// "commands": [
// "editor.action.moveLinesDownAction"
// ]
// }, // moveLineDown
// {
// "before": [
// "K"
// ],
// "commands": [
// "editor.action.moveLinesUpAction"
// ]
// } // moveLineUp
// ],
}
{
"workbench.colorTheme": "Material Theme Palenight",
"git.confirmSync": false,
"git.autofetch": true,
"sync.gist": "e48f2118a5cc6b0085d4f0939bbd110e",
"editor.fontSize": 20,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.rulers": [80],
"editor.minimap.scale": 2,
"workbench.iconTheme": "material-icon-theme",
"files.autoSave": "afterDelay",
"spotify.showSignOutButton": false,
"spotify.showSignInButton": false,
"vim.handleKeys": {
"<C-f>": false
},
"vim.useSystemClipboard": true,
"vim.normalModeKeyBindingsNonRecursive": [
{
"before": ["d"],
"after": ["\"", "_", "d"]
},
{
"before": ["D"],
"after": ["\"", "_", "D"]
},
{
"before": ["d", "d"],
"after": ["\"", "_", "d", "d"]
}
],
"security.workspace.trust.untrustedFiles": "open",
"latex-workshop.latex.recipe.default": "lastUsed",
"vim.useCtrlKeys": false,
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"git.enableSmartCommit": true,
"telemetry.telemetryLevel": "off",
"typescript.updateImportsOnFileMove.enabled": "always",
"svelte.enable-ts-plugin": true,
"svelte.plugin.svelte.note-new-transformation": false,
"explorer.confirmDelete": false,
"remote.SSH.remotePlatform": {
"152.70.112.92": "linux"
},
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
},
"vscode-pets.position": "explorer",
"vscode-pets.theme": "castle",
"editor.stickyScroll.enabled": true,
"editor.minimap.renderCharacters": false,
"editor.cursorSmoothCaretAnimation": true,
"workbench.list.smoothScrolling": true
// "vim.normalModeKeyBindingsNonRecursive": [
// {
// "before": [
// "J"
// ],
// "commands": [
// "editor.action.moveLinesDownAction"
// ]
// }, // moveLineDown
// {
// "before": [
// "K"
// ],
// "commands": [
// "editor.action.moveLinesUpAction"
// ]
// } // moveLineUp
// ],
}
{
"workbench.colorTheme": "Material Theme Palenight",
"git.confirmSync": false,
"git.autofetch": true,
"sync.gist": "e48f2118a5cc6b0085d4f0939bbd110e",
"editor.fontSize": 20,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.rulers": [80],
"editor.minimap.renderCharacters": false,
"editor.minimap.scale": 2,
"workbench.iconTheme": "material-icon-theme",
"files.autoSave": "afterDelay",
"spotify.showSignOutButton": false,
"spotify.showSignInButton": false,
"vim.handleKeys": {
"<C-f>": false
},
"vim.useSystemClipboard": true,
"security.workspace.trust.untrustedFiles": "open",
"latex-workshop.latex.recipe.default": "lastUsed",
"vim.useCtrlKeys": false,
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"vim.normalModeKeyBindingsNonRecursive": [
{
"before": [
"J"
],
"commands": [
"editor.action.moveLinesDownAction"
]
}, // moveLineDown
{
"before": [
"K"
],
"commands": [
"editor.action.moveLinesUpAction"
]
} // moveLineUp
],
}
{
"workbench.colorTheme": "Kanagawa",
"git.confirmSync": false,
"git.autofetch": true,
"sync.gist": "e48f2118a5cc6b0085d4f0939bbd110e",
"editor.fontSize": 20,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.rulers": [80],
"editor.minimap.scale": 2,
"workbench.iconTheme": "material-icon-theme",
"files.autoSave": "afterDelay",
"spotify.showSignOutButton": false,
"spotify.showSignInButton": false,
"vim.handleKeys": {
"<C-f>": false
},
"vim.useSystemClipboard": true,
"vim.normalModeKeyBindingsNonRecursive": [
{
"before": ["d"],
"after": ["\"", "_", "d"]
},
{
"before": ["D"],
"after": ["\"", "_", "D"]
},
{
"before": ["d", "d"],
"after": ["\"", "_", "d", "d"]
}
],
"security.workspace.trust.untrustedFiles": "open",
"latex-workshop.latex.recipe.default": "lastUsed",
"vim.useCtrlKeys": false,
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"git.enableSmartCommit": true,
"telemetry.telemetryLevel": "off",
"typescript.updateImportsOnFileMove.enabled": "always",
"svelte.enable-ts-plugin": true,
"svelte.plugin.svelte.note-new-transformation": false,
"explorer.confirmDelete": false,
"remote.SSH.remotePlatform": {
"152.70.112.92": "linux"
},
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
},
"vscode-pets.position": "explorer",
"vscode-pets.theme": "beach",
"editor.stickyScroll.enabled": true,
"editor.minimap.renderCharacters": false,
"editor.cursorSmoothCaretAnimation": true,
"workbench.list.smoothScrolling": true,
"terminal.integrated.smoothScrolling": true,
"editor.smoothScrolling": true,
"window.commandCenter": true,
"editor.largeFileOptimizations": false
// "vim.normalModeKeyBindingsNonRecursive": [
// {
// "before": [
// "J"
// ],
// "commands": [
// "editor.action.moveLinesDownAction"
// ]
// }, // moveLineDown
// {
// "before": [
// "K"
// ],
// "commands": [
// "editor.action.moveLinesUpAction"
// ]
// } // moveLineUp
// ],
}
{
"workbench.colorTheme": "Material Theme Palenight",
"git.confirmSync": false,
"git.autofetch": true,
"sync.gist": "e48f2118a5cc6b0085d4f0939bbd110e",
"editor.fontSize": 20,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.rulers": [80],
"editor.minimap.renderCharacters": false,
"editor.minimap.scale": 2,
"workbench.iconTheme": "material-icon-theme",
"files.autoSave": "afterDelay",
"spotify.showSignOutButton": false,
"spotify.showSignInButton": false,
"vim.handleKeys": {
"<C-f>": false
},
"vim.useSystemClipboard": true,
"vim.normalModeKeyBindingsNonRecursive": [
{
"before": ["d"],
"after": ["\"", "_", "d"]
},
{
"before": ["D"],
"after": ["\"", "_", "D"]
},
{
"before": ["d", "d"],
"after": ["\"", "_", "d", "d"]
}
],
"security.workspace.trust.untrustedFiles": "open",
"latex-workshop.latex.recipe.default": "lastUsed",
"vim.useCtrlKeys": false,
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"git.enableSmartCommit": true,
"telemetry.telemetryLevel": "off"
// "vim.normalModeKeyBindingsNonRecursive": [
// {
// "before": [
// "J"
// ],
// "commands": [
// "editor.action.moveLinesDownAction"
// ]
// }, // moveLineDown
// {
// "before": [
// "K"
// ],
// "commands": [
// "editor.action.moveLinesUpAction"
// ]
// } // moveLineUp
// ],
}
{
"workbench.colorTheme": "Material Theme Palenight",
"git.confirmSync": false,
"git.autofetch": true,
"sync.gist": "e48f2118a5cc6b0085d4f0939bbd110e",
"editor.fontSize": 20,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.rulers": [80],
"editor.minimap.renderCharacters": false,
"editor.minimap.scale": 2,
"workbench.iconTheme": "material-icon-theme",
"files.autoSave": "afterDelay",
"spotify.showSignOutButton": false,
"spotify.showSignInButton": false,
"vim.handleKeys": {
"<C-f>": false
},
"vim.useSystemClipboard": true,
"security.workspace.trust.untrustedFiles": "open",
"latex-workshop.latex.recipe.default": "lastUsed",
"vim.useCtrlKeys": false,
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"vim.normalModeKeyBindingsNonRecursive": [
{
"before": [
"J"
],
"commands": [
"editor.action.moveLinesDownAction"
]
}, // moveLineDown
{
"before": [
"K"
],
"commands": [
"editor.action.moveLinesUpAction"
]
} // moveLineUp
],
}
{
"workbench.colorTheme": "Material Theme Palenight",
"git.confirmSync": false,
"git.autofetch": true,
"sync.gist": "e48f2118a5cc6b0085d4f0939bbd110e",
"editor.fontSize": 20,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.rulers": [80],
"editor.minimap.renderCharacters": false,
"editor.minimap.scale": 2,
"workbench.iconTheme": "material-icon-theme",
"files.autoSave": "afterDelay",
"spotify.showSignOutButton": false,
"spotify.showSignInButton": false,
"vim.handleKeys": {
"<C-f>": false
},
"vim.useSystemClipboard": true,
"vim.normalModeKeyBindingsNonRecursive": [
{
"before": ["d"],
"after": ["\"", "_", "d"]
},
{
"before": ["D"],
"after": ["\"", "_", "D"]
},
{
"before": ["d", "d"],
"after": ["\"", "_", "d", "d"]
}
],
"security.workspace.trust.untrustedFiles": "open",
"latex-workshop.latex.recipe.default": "lastUsed",
"vim.useCtrlKeys": false,
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"git.enableSmartCommit": true,
"telemetry.telemetryLevel": "off",
"typescript.updateImportsOnFileMove.enabled": "always",
"svelte.enable-ts-plugin": true,
"svelte.plugin.svelte.note-new-transformation": false,
"explorer.confirmDelete": false,
"remote.SSH.remotePlatform": {
"152.70.112.92": "linux"
},
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
},
"vscode-pets.position": "explorer",
"vscode-pets.theme": "castle"
// "vim.normalModeKeyBindingsNonRecursive": [
// {
// "before": [
// "J"
// ],
// "commands": [
// "editor.action.moveLinesDownAction"
// ]
// }, // moveLineDown
// {
// "before": [
// "K"
// ],
// "commands": [
// "editor.action.moveLinesUpAction"
// ]
// } // moveLineUp
// ],
}
{"version":1,"resource":"file:///c%3A/Users/Jason/Documents/Github/svelte-tailwind-template/src/index.css","entries":[{"id":"1iXT.css","timestamp":1672186049518}]}
{"version":1,"resource":"file:///c%3A/Users/Jason/Documents/Github/acmcsuf.com/src/routes/events/index.json.ts","entries":[{"id":"0U8M.ts","timestamp":1662863764047},{"id":"2pPE.ts","source":"undoRedo.source","timestamp":1662863765183},{"id":"mDIx.ts","timestamp":1662863771055},{"id":"3t7R.ts","timestamp":1662863908651},{"id":"wCHh.ts","timestamp":1662864527812},{"id":"upWI.ts","timestamp":1662864943828},{"id":"TeaV.ts","timestamp":1662864991283},{"id":"9gd3.ts","timestamp":1662865511516},{"id":"UUfr.ts","timestamp":1662865566093},{"id":"IA1m.ts","timestamp":1662865618812},{"id":"1UGo.ts","timestamp":1662866395741},{"id":"0eBK.ts","source":"undoRedo.source","timestamp":1662866398165},{"id":"GBNP.ts","timestamp":1662866401510},{"id":"65Dx.ts","source":"Workspace Edit","timestamp":1662866412044},{"id":"zeHr.ts","timestamp":1662866430586},{"id":"P7Si.ts","timestamp":1662866646566},{"id":"gui3.ts","timestamp":1662867507282},{"id":"QX8e.ts","timestamp":1662867630082},{"id":"vyUp.ts","timestamp":1662867662331},{"id":"tPsn.ts","timestamp":1662867943215},{"id":"Yu6e.ts","timestamp":1662869794455}]}
{"version":1,"resource":"file:///c%3A/Users/Jason/Documents/Github/acmcsuf.com/src/routes/events/event.svelte","entries":[{"id":"Awvl.svelte","timestamp":1665819612268},{"id":"n26Q.svelte","timestamp":1665819646552},{"id":"iJb0.svelte","timestamp":1665819976537},{"id":"lSWD.svelte","timestamp":1665819991556},{"id":"9nTU.svelte","source":"undoRedo.source","timestamp":1665820000896},{"id":"q8h4.svelte","timestamp":1665820007357},{"id":"VVTt.svelte","timestamp":1665820350745},{"id":"Txb5.svelte","timestamp":1665820396555},{"id":"iip2.svelte","timestamp":1665820459209},{"id":"ahsu.svelte","source":"undoRedo.source","timestamp":1665820492021},{"id":"ytmb.svelte","timestamp":1665820517271},{"id":"2yOZ.svelte","source":"undoRedo.source","timestamp":1665820534458},{"id":"W1Pk.svelte","timestamp":1665820553168},{"id":"alFs.svelte","source":"undoRedo.source","timestamp":1665820561245},{"id":"CoHo.svelte","timestamp":1665820593540},{"id":"VqRm.svelte","timestamp":1665820647213},{"id":"oq2e.svelte","source":"undoRedo.source","timestamp":1665820651212},{"id":"adYC.svelte","timestamp":1665820654658},{"id":"cHUl.svelte","source":"undoRedo.source","timestamp":1665820662076},{"id":"0I7g.svelte","timestamp":1665820676093},{"id":"ZUFR.svelte","source":"undoRedo.source","timestamp":1665820681081},{"id":"ioyu.svelte","timestamp":1665820685450},{"id":"5BNP.svelte","timestamp":1665820699005},{"id":"YGhP.svelte","source":"undoRedo.source","timestamp":1665820710203},{"id":"8TlD.svelte","timestamp":1665820720492},{"id":"6a6u.svelte","source":"undoRedo.source","timestamp":1665820725824},{"id":"Gu20.svelte","timestamp":1665820748799},{"id":"077d.svelte","source":"undoRedo.source","timestamp":1665820754077},{"id":"ljbn.svelte","timestamp":1665820755984},{"id":"i33p.svelte","timestamp":1665820766756},{"id":"XVac.svelte","timestamp":1665820801436},{"id":"uQOQ.svelte","source":"undoRedo.source","timestamp":1665820819020},{"id":"N3p3.svelte","timestamp":1665820842049},{"id":"5zEv.svelte","timestamp":1665820883124},{"id":"iexD.svelte","timestamp":1665820902338},{"id":"h09N.svelte","timestamp":1665820939416},{"id":"jWj8.svelte","timestamp":1665820950549},{"id":"cCbs.svelte","source":"undoRedo.source","timestamp":1665820956278},{"id":"9OlS.svelte","timestamp":1665821003764},{"id":"7ADU.svelte","timestamp":1665821016660},{"id":"19MF.svelte","timestamp":1665821044694},{"id":"QvF7.svelte","timestamp":1665821059082},{"id":"K5Gu.svelte","timestamp":1665821326904},{"id":"M21Z.svelte","timestamp":1665821403590},{"id":"K5k7.svelte","timestamp":1665822149061},{"id":"bOVF.svelte","timestamp":1665822224094},{"id":"zygp.svelte","timestamp":1665822240373},{"id":"iD0G.svelte","source":"undoRedo.source","timestamp":1665822243069},{"id":"KbiN.svelte","timestamp":1665822247876},{"id":"lo01.svelte","timestamp":1665822455032}]}
{"version":1,"resource":"file:///c%3A/Users/Jason/Documents/Github/acm-registration/.env","entries":[{"id":"zNzy","timestamp":1660461990090},{"id":"8OUl","timestamp":1660462008317},{"id":"pBlg","timestamp":1660462870847},{"id":"5yHm","timestamp":1660509632440}]}
{"version":1,"resource":"file:///c%3A/Users/Jason/Documents/Github/cpsc349-project2/app/data/bootstrap.json","entries":[{"id":"quoC.json","timestamp":1668310876495}]}
{
"boardHeading": "Hometown Dance Recital",
"stacks": [
{
"stackHeading": "Logistics",
"cards": [
{
"cardText": "Confirm the venue",
"id": "02hHkAC7NtP0CT"
},
{
"cardText": "Determine the number of chairs needed",
"id": "rHJYGjIULc2w6D"
},
{
"cardText": "Distribute the tickets",
"id": "2gGko30wjWw9tn"
},
{
"cardText": "Finalize Vendors",
"id": "wsHOZM2jAFyeTe"
},
{
"cardText": "Write up the schedule",
"id": "HsgjCK5BDcubMw"
}
],
"id": "LdDRCOw7ScfbGd"
},
{
"stackHeading": "Volunteers",
"cards": [
{
"cardText": "Reach out to potential sponsors",
"id": "VW5qfSvPFBR6ag"
},
{
"cardText": "Confirm sponsors",
"id": "65IKSzDG00b0LI"
},
{
"cardText": "Recruit people to build the set",
"id": "yf9ZFOlrbmDjzw"
},
{
"cardText": "Recruit ushers",
"id": "P5BmklbQ7ydAsq"
},
{
"cardText": "Recruit ticket takers",
"id": "XDUxjzftiydnm1"
},
{
"cardText": "Recruit parking attendants",
"id": "Og4mxqKNA3H1fc"
},
{
"cardText": "Recruit concession and merchandise sales",
"id": "5mxMFgM02MW1ro"
},
{
"cardText": "Send volunteer packets out",
"id": "VRS7c4C1B2s7Ju"
},
{
"cardText": "Assemble “Thank You” swag bags for volunteers",
"id": "IA5Kufw18EsXZV"
}
],
"id": "E6jdLSvscRBbqy"
},
{
"stackHeading": "Performance",
"cards": [
{
"cardText": "Announce the soloists for the finale",
"id": "lG3uMVyUW9JHl8"
},
{
"cardText": "Schedule additional rehearsals for the soloists",
"id": "xsUSaQfjQM2JIT"
},
{
"cardText": "Design Costumes",
"id": "PZqQb0GgHYOJcg"
},
{
"cardText": "Order costumes 4 weeks before recital",
"id": "1HjsJRlASswtjh"
},
{
"cardText": "Send ill fitting costumes for alterations",
"id": "wocXj5eHaHKn0u"
},
{
"cardText": "Buy the props",
"id": "m0ayDdhB3tQ8k5"
}
],
"id": "co6temTwwUDhQe"
},
{
"stackHeading": "Photography and Video",
"cards": [
{
"cardText": "Hire a photographer for studio photos",
"id": "KC83X8ZR5teDfm"
},
{
"cardText": "Hire a photographer for the performance",
"id": "IquUCHO6BIj5Bh"
},
{
"cardText": "Acquire video camera",
"id": "LlTicHwH90V4mw"
},
{
"cardText": "Acquire a tripod",
"id": "b61MM9V0534vqO"
},
{
"cardText": "Hire someone to record the performance",
"id": "pniTCvMyyOwTvm"
}
],
"id": "TEP701wqAd6tSf"
},
{
"stackHeading": "Promotion",
"cards": [
{
"cardText": "Print flyers",
"id": "Q3ZW55nXGfehTQ"
},
{
"cardText": "Promote the event on Facebook and Instagram",
"id": "aeXgielXZiZxiS"
},
{
"cardText": "Prepare the programs",
"id": "6jVApnrESBXE0N"
},
{
"cardText": "Cross promote other dance studios",
"id": "r1LuSgI2L6PXH7"
},
{
"cardText": "Speak to local radio stations",
"id": "uqHY3RlhXDsQ7s"
}
],
"id": "0Ei9ydWoLvpFXQ"
}
],
"id": "pTjdkgWaMfiyzh"
}
{"version":1,"resource":"file:///c%3A/Users/Jason/Documents/Github/cpsc349-project2/html/about.html","entries":[{"id":"WhZX.html","source":"textFileCreate.source","timestamp":1668318598590},{"id":"eS6Z.html","source":"moved.source","timestamp":1668318602903},{"id":"WZCy.html","timestamp":1668318657841}]}
{"version":1,"resource":"file:///c%3A/Users/Jason/Documents/Github/spotify-new-music-sorter/.gitignore","entries":[{"id":"PXiu","timestamp":1672183141154}]}
{"version":1,"resource":"file:///c%3A/Users/Jason/Documents/Github/acmcsuf.com/svelte.config.js","entries":[{"id":"aFL8.js","timestamp":1659331122949},{"id":"ufps.js","timestamp":1665311699053},{"id":"b8pK.js","source":"undoRedo.source","timestamp":1665311702262},{"id":"DyA7.js","timestamp":1665311937312},{"id":"jDp9.js","source":"undoRedo.source","timestamp":1665311942635},{"id":"69jW.js","timestamp":1665311944145},{"id":"f5Zc.js","source":"localHistoryRestore.source","timestamp":1665316577592},{"id":"DpG9.js","timestamp":1666505768811},{"id":"rePC.js","source":"undoRedo.source","timestamp":1666505772234}]}
{"version":1,"resource":"file:///c%3A/Users/Jason/Documents/Github/acm-registration/register.js","entries":[{"id":"gTCy.js","timestamp":1660509723732},{"id":"hyYa.js","timestamp":1660509750457},{"id":"a50U.js","timestamp":1660509769638},{"id":"o3Sl.js","timestamp":1660509829112},{"id":"Aqgy.js","timestamp":1660509860976},{"id":"gCZE.js","timestamp":1660509915796},{"id":"Xjo7.js","source":"undoRedo.source","timestamp":1660509916955},{"id":"20fF.js","timestamp":1660509937801}]}
{"version":1,"resource":"file:///c%3A/Users/Jason/Documents/Github/acm-registration/pages/api/middleware.ts","entries":[{"id":"c3c7.ts","timestamp":1660509086341},{"id":"kTTv.ts","timestamp":1660509142881},{"id":"e7k1.ts","timestamp":1660509198521},{"id":"4pW9.ts","timestamp":1660509276643},{"id":"ynXm.ts","source":"Add import from \"discord-interactions\"","timestamp":1660509282614},{"id":"PEqs.ts","timestamp":1660509294900}]}
{"version":1,"resource":"file:///c%3A/Users/Jason/Documents/Github/cpsc349-project2/tailwind.config.js","entries":[{"id":"1owp.js","timestamp":1667104822318}]}
{"version":1,"resource":"file:///c%3A/Users/Jason/Documents/Github/cpsc349-project2/html/assets/css/main.css","entries":[{"id":"lTQS.css","timestamp":1668318459708}]}
{"version":1,"resource":"file:///c%3A/Users/Jason/Documents/Github/acmcsuf.com/src/routes/%28site%29/events/event.svelte","entries":[{"id":"dfxW.svelte","timestamp":1665822550855},{"id":"mP3I.svelte","timestamp":1665822736676},{"id":"emB2.svelte","timestamp":1665822825758},{"id":"ocNV.svelte","source":"undoRedo.source","timestamp":1665822829444},{"id":"SF79.svelte","timestamp":1665822833843},{"id":"mYRB.svelte","timestamp":1665822870388},{"id":"wYP8.svelte","timestamp":1665822897261},{"id":"THY3.svelte","timestamp":1666992676505},{"id":"7uJa.svelte","timestamp":1666994651007},{"id":"0ud7.svelte","timestamp":1666994734220},{"id":"lbCP.svelte","timestamp":1666994816236},{"id":"OzZo.svelte","source":"undoRedo.source","timestamp":1666994822675},{"id":"yP9O.svelte","timestamp":1666994829646},{"id":"k2MX.svelte","source":"undoRedo.source","timestamp":1666994840902}]}
{"version":1,"resource":"file:///c%3A/Users/Jason/Desktop/malware/netscan/netscan.c","entries":[{"id":"Te0q.c","timestamp":1667703706809},{"id":"8bcv.c","timestamp":1667703780851}]}
{"version":1,"resource":"file:///c%3A/Users/Jason/Documents/Github/cpsc349-project2/app/pages/about.hbs","entries":[{"id":"o90h.hbs","timestamp":1668318568582}]}
{"version":1,"resource":"file:///c%3A/Users/Jason/Documents/Github/acmcsuf.com/src/routes/%2Blayout.svelte","entries":[{"id":"e79T.svelte","timestamp":1666505889442},{"id":"RFjr.svelte","timestamp":1666506237828},{"id":"Nays.svelte","source":"undoRedo.source","timestamp":1666506375643},{"id":"cxT3.svelte","timestamp":1666512484301}]}
{"version":1,"resource":"file:///c%3A/Users/Jason/Documents/Github/acmcsuf.com/package.json","entries":[{"id":"FdUR.json","timestamp":1659331983725},{"id":"EudG.json","timestamp":1659333467982},{"id":"fS68.json","source":"undoRedo.source","timestamp":1659333541449},{"id":"Sh3B.json","timestamp":1659333594997},{"id":"POo1.json","source":"undoRedo.source","timestamp":1659333596232},{"id":"pZTJ.json","timestamp":1659333616946},{"id":"HddO.json","timestamp":1661838450145},{"id":"I7Pl.json","timestamp":1665313777186},{"id":"ERcu.json","source":"undoRedo.source","timestamp":1665313783037}]}
{
"name": "acmcsuf.com",
"version": "3.0.0",
"private": true,
"homepage": "https://acmcsuf.com/",
"author": {
"name": "EthanThatOneKid",
"url": "https://etok.codes/"
},
"repository": {
"url": "https://github.com/EthanThatOneKid/acmcsuf.com.git/"
},
"scripts": {
"start": "npm run dev",
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"test": "vitest --run && npm run test:browser",
"test:watch": "vitest",
"test:size": "npm i && size-limit",
"test:coverage": "vitest run --coverage",
"test:browser": "playwright test /tests",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --compiler-warnings \"css-unused-selector:ignore,unused-export-let:error\"",
"lint": "eslint . --fix",
"format": "prettier --write .",
"host": "npm run all && npm run preview",
"all": "npm run lint && npm run format && npm run check && npm run build && npm t"
},
"devDependencies": {
"@playwright/test": "^1.25.0",
"@size-limit/file": "^8.1.0",
"@sveltejs/adapter-auto": "next",
"@sveltejs/kit": "next",
"@types/html-to-text": "^8.1.1",
"@types/qrcode": "^1.5.0",
"@types/rss": "^0.0.29",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.27.0",
"@vitest/coverage-c8": "^0.24.0",
"discord.js": "^13.6.0",
"dotenv": "^16.0.2",
"eslint": "^8.16.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-svelte3": "^4.0.0",
"prettier": "^2.6.2",
"prettier-plugin-svelte": "^2.7.0",
"sass": "^1.54.9",
"size-limit": "^8.1.0",
"svelte": "^3.44.0",
"svelte-check": "^2.7.1",
"svelte-preprocess": "^4.10.6",
"tslib": "^2.3.1",
"typescript": "^4.7.4",
"vite": "^3.1.0",
"vitest": "^0.23.2"
},
"size-limit": [
{
"path": "node_modules",
"limit": "256 MB"
}
],
"type": "module",
"dependencies": {
"@js-temporal/polyfill": "^0.4.1",
"html-to-text": "^8.2.1",
"qrcode": "^1.5.1",
"rrule": "^2.6.9",
"rss": "^1.2.2",
"svelte-confetti": "^1.2.0"
}
}
{
"name": "acmcsuf.com",
"type": "module",
"homepage": "https://acmcsuf.com/",
"author": {
"name": "EthanThatOneKid",
"url": "https://etok.codes/"
},
"repository": {
"url": "https://github.com/EthanThatOneKid/acmcsuf.com.git/"
},
"version": "2.0.0",
"scripts": {
"dev": "svelte-kit dev",
"build": "svelte-kit build",
"preview": "svelte-kit preview",
"check": "svelte-check --tsconfig ./tsconfig.json --compiler-warnings \"css-unused-selector:ignore,unused-export-let:error\"",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"format": "prettier --ignore-path .gitignore --list-different --write --plugin-search-dir=. .",
"lint": "eslint --ignore-path .gitignore . --fix && npm run format",
"tabs": "node scripts/seek-tabs.js",
"test": "vitest --run",
"test:watch": "vitest",
"test:size": "npm i && size-limit",
"release": "npm run lint && npm run check && npm t && npm run build",
"host": "npm run lint && npm run check && npm t && npm run build && npm run preview"
},
"dependencies": {
"@js-temporal/polyfill": "^0.4.0",
"html-to-text": "^8.1.0",
"qrcode": "^1.5.0",
"rrule": "^2.6.9",
"rss": "^1.2.2"
},
"devDependencies": {
"@size-limit/file": "^7.0.8",
"@sveltejs/adapter-static": "next",
"@sveltejs/adapter-vercel": "next",
"@sveltejs/kit": "^1.0.0-next.320",
"@testing-library/svelte": "^3.1.0",
"@types/html-to-text": "^8.1.0",
"@types/qrcode": "^1.4.2",
"@types/rss": "^0.0.29",
"@typescript-eslint/eslint-plugin": "^5.16.0",
"@typescript-eslint/parser": "^5.16.0",
"axios": "^0.26.1",
"discord.js": "^13.6.0",
"dotenv": "^16.0.0",
"eslint": "^8.12.0",
"eslint-plugin-svelte3": "^3.4.1",
"jsdom": "^19.0.0",
"node-fetch": "^3.2.3",
"prettier": "^2.6.1",
"prettier-plugin-svelte": "^2.6.0",
"sass": "^1.49.9",
"size-limit": "^7.0.8",
"svelte": "^3.46.4",
"svelte-check": "^2.4.6",
"svelte-preprocess": "^4.10.4",
"tslib": "^2.3.1",
"typescript": "^4.6.3",
"vitest": "^0.7.11",
"vitest-svelte-kit": "^0.0.6"
},
"size-limit": [
{
"path": "node_modules",
"limit": "50 MB"
}
]
}
{
"name": "acmcsuf.com",
"type": "module",
"homepage": "https://acmcsuf.com/",
"author": {
"name": "EthanThatOneKid",
"url": "https://etok.codes/"
},
"repository": {
"url": "https://github.com/EthanThatOneKid/acmcsuf.com.git/"
},
"version": "2.0.0",
"scripts": {
"dev": "svelte-kit dev",
"build": "svelte-kit build",
"preview": "svelte-kit preview",
"check": "svelte-check --tsconfig ./tsconfig.json --compiler-warnings \"css-unused-selector:ignore,unused-export-let:error\"",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"format": "prettier --ignore-path .gitignore --list-different --write --plugin-search-dir=. .",
"lint": "eslint --ignore-path .gitignore . --fix && npm run format",
"tabs": "node scripts/seek-tabs.js",
"test": "vitest --run",
"test:watch": "vitest",
"test:size": "npm i && size-limit",
"test:coverage": "vitest run --coverage",
"all": "npm run lint && npm run check && npm t && npm run build && npm run preview"
},
"dependencies": {
"@js-temporal/polyfill": "^0.4.2",
"html-to-text": "^8.2.1",
"qrcode": "^1.5.1",
"rrule": "^2.7.1",
"rss": "^1.2.2"
},
"devDependencies": {
"@size-limit/file": "^8.0.0",
"@sveltejs/adapter-static": "next",
"@sveltejs/adapter-vercel": "next",
"@sveltejs/kit": "^1.0.0-next.401",
"@testing-library/svelte": "^3.1.3",
"@types/html-to-text": "^8.1.0",
"@types/qrcode": "^1.4.2",
"@types/rss": "^0.0.29",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
"axios": "^0.27.2",
"c8": "^7.12.0",
"discord.js": "13.6.0",
"dotenv": "^16.0.1",
"eslint": "^8.21.0",
"eslint-plugin-svelte3": "^4.0.0",
"jsdom": "^20.0.0",
"node-fetch": "^3.2.10",
"prettier": "^2.7.1",
"prettier-plugin-svelte": "^2.7.0",
"sass": "^1.54.0",
"size-limit": "^8.0.0",
"svelte": "^3.49.0",
"svelte-check": "^2.8.0",
"svelte-preprocess": "^4.10.7",
"tslib": "^2.4.0",
"typescript": "^4.7.4",
"vitest": "^0.20.2",
"vitest-svelte-kit": "^0.0.6"
},
"size-limit": [
{
"path": "node_modules",
"limit": "50 MB"
}
]
}
{
"name": "acmcsuf.com",
"type": "module",
"homepage": "https://acmcsuf.com/",
"author": {
"name": "EthanThatOneKid",
"url": "https://etok.codes/"
},
"repository": {
"url": "https://github.com/EthanThatOneKid/acmcsuf.com.git/"
},
"version": "2.0.0",
"scripts": {
"dev": "svelte-kit dev",
"build": "svelte-kit build",
"preview": "svelte-kit preview",
"check": "svelte-check --tsconfig ./tsconfig.json --compiler-warnings \"css-unused-selector:ignore,unused-export-let:error\"",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"format": "prettier --ignore-path .gitignore --list-different --write --plugin-search-dir=. .",
"lint": "eslint --ignore-path .gitignore . --fix && npm run format",
"tabs": "node scripts/seek-tabs.js",
"test": "vitest --run",
"test:watch": "vitest",
"test:size": "npm i && size-limit",
"test:coverage": "vitest run --coverage",
"all": "npm run lint && npm run check && npm t && npm run build && npm run preview"
},
"dependencies": {
"@js-temporal/polyfill": "^0.4.2",
"html-to-text": "^8.2.1",
"qrcode": "^1.5.1",
"rrule": "^2.7.1",
"rss": "^1.2.2"
},
"devDependencies": {
"@size-limit/file": "^8.0.0",
"@sveltejs/adapter-static": "next",
"@sveltejs/adapter-vercel": "next",
"@sveltejs/kit": "^1.0.0-next.401",
"@testing-library/svelte": "^3.1.3",
"@types/html-to-text": "^8.1.0",
"@types/qrcode": "^1.4.2",
"@types/rss": "^0.0.29",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
"axios": "^0.27.2",
"c8": "^7.12.0",
"discord.js": "4.1.2",
"dotenv": "^16.0.1",
"eslint": "^8.21.0",
"eslint-plugin-svelte3": "^4.0.0",
"jsdom": "^20.0.0",
"node-fetch": "^3.2.10",
"prettier": "^2.7.1",
"prettier-plugin-svelte": "^2.7.0",
"sass": "^1.54.0",
"size-limit": "^8.0.0",
"svelte": "^3.49.0",
"svelte-check": "^2.8.0",
"svelte-preprocess": "^4.10.7",
"tslib": "^2.4.0",
"typescript": "^4.7.4",
"vitest": "^0.20.2",
"vitest-svelte-kit": "^0.0.6"
},
"size-limit": [
{
"path": "node_modules",
"limit": "50 MB"
}
]
}
{
"name": "acmcsuf.com",
"type": "module",
"homepage": "https://acmcsuf.com/",
"author": {
"name": "EthanThatOneKid",
"url": "https://etok.codes/"
},
"repository": {
"url": "https://github.com/EthanThatOneKid/acmcsuf.com.git/"
},
"version": "2.0.0",
"scripts": {
"dev": "svelte-kit dev",
"build": "svelte-kit build",
"preview": "svelte-kit preview",
"check": "svelte-check --tsconfig ./tsconfig.json --compiler-warnings \"css-unused-selector:ignore,unused-export-let:error\"",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"format": "prettier --ignore-path .gitignore --list-different --write --plugin-search-dir=. .",
"lint": "eslint --ignore-path .gitignore . --fix && npm run format",
"tabs": "node scripts/seek-tabs.js",
"test": "vitest --run",
"test:watch": "vitest",
"test:size": "npm i && size-limit",
"test:coverage": "vitest run --coverage",
"all": "npm run lint && npm run check && npm t && npm run build",
"host": "npm run all && npm run preview"
},
"dependencies": {
"@js-temporal/polyfill": "^0.4.0",
"html-to-text": "^8.1.0",
"qrcode": "^1.5.0",
"rrule": "^2.6.9",
"rss": "^1.2.2"
},
"devDependencies": {
"@size-limit/file": "^7.0.8",
"@sveltejs/adapter-static": "next",
"@sveltejs/adapter-vercel": "next",
"@sveltejs/kit": "^1.0.0-next.320",
"@testing-library/svelte": "^3.1.0",
"@types/html-to-text": "^8.1.0",
"@types/qrcode": "^1.4.2",
"@types/rss": "^0.0.29",
"@typescript-eslint/eslint-plugin": "^5.16.0",
"@typescript-eslint/parser": "^5.16.0",
"axios": "^0.26.1",
"c8": "^7.11.3",
"discord.js": "^13.6.0",
"dotenv": "^16.0.0",
"eslint": "^8.12.0",
"eslint-plugin-svelte3": "^3.4.1",
"jsdom": "^19.0.0",
"node-fetch": "^3.2.3",
"prettier": "^2.6.1",
"prettier-plugin-svelte": "^2.6.0",
"sass": "^1.49.9",
"size-limit": "^7.0.8",
"svelte": "^3.46.4",
"svelte-check": "^2.4.6",
"svelte-preprocess": "^4.10.4",
"tslib": "^2.3.1",
"typescript": "^4.6.3",
"vitest": "^0.7.11",
"vitest-svelte-kit": "^0.0.6"
},
"size-limit": [
{
"path": "node_modules",
"limit": "50 MB"
}
]
}
{
"name": "acmcsuf.com",
"version": "3.0.0",
"private": true,
"homepage": "https://acmcsuf.com/",
"author": {
"name": "EthanThatOneKid",
"url": "https://etok.codes/"
},
"repository": {
"url": "https://github.com/EthanThatOneKid/acmcsuf.com.git/"
},
"scripts": {
"start": "npm run dev",
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"test": "vitest --run && npm run test:browser",
"test:watch": "vitest",
"test:size": "npm i && size-limit",
"test:coverage": "vitest run --coverage",
"test:browser": "playwright test /tests",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --compiler-warnings \"css-unused-selector:ignore,unused-export-let:error\"",
"lint": "eslint . --fix",
"format": "prettier --write .",
"host": "npm run all && npm run preview",
"all": "npm run lint && npm run format && npm run check && npm run build && npm t"
},
"devDependencies": {
"@playwright/test": "^1.25.0",
"@size-limit/file": "^8.1.0",
"@sveltejs/adapter-auto": "next",
"@sveltejs/kit": "next",
"@types/html-to-text": "^8.1.1",
"@types/qrcode": "^1.5.0",
"@types/rss": "^0.0.29",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.27.0",
"@vitest/coverage-c8": "^0.24.0",
"discord.js": "^13.6.0",
"dotenv": "^16.0.2",
"eslint": "^8.16.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-svelte3": "^4.0.0",
"prettier": "^2.6.2",
"prettier-plugin-svelte": "^2.7.0",
"sass": "^1.54.9",
"size-limit": "^8.1.0",
"svelte": "^3.44.0",
"svelte-check": "^2.7.1",
"svelte-preprocess": "^4.10.6",
"tslib": "^2.3.1",
"typescript": "^4.7.4",
"vite": "^3.1.0",
"vitest": "^0.23.2"
},
"size-limit": [
{
"path": "node_modules",
"limit": "256 MB"
}
],
"type": "module",
"dependencies": {
"@js-temporal/polyfill": "^0.4.1",
"html-to-text": "^8.2.1",
"qrcode": "^1.5.1",
"rrule": "^2.6.9",
"rss": "^1.2.2",
"svelte-confetti": "^1.2.0"
}
}
{
"name": "acmcsuf.com",
"type": "module",
"homepage": "https://acmcsuf.com/",
"author": {
"name": "EthanThatOneKid",
"url": "https://etok.codes/"
},
"repository": {
"url": "https://github.com/EthanThatOneKid/acmcsuf.com.git/"
},
"version": "2.0.0",
"scripts": {
"dev": "svelte-kit dev",
"build": "svelte-kit build",
"preview": "svelte-kit preview",
"check": "svelte-check --tsconfig ./tsconfig.json --compiler-warnings \"css-unused-selector:ignore,unused-export-let:error\"",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"format": "prettier --ignore-path .gitignore --list-different --write --plugin-search-dir=. .",
"lint": "eslint --ignore-path .gitignore . --fix && npm run format",
"tabs": "node scripts/seek-tabs.js",
"test": "vitest --run",
"test:watch": "vitest",
"test:size": "npm i && size-limit",
"test:coverage": "vitest run --coverage",
"all": "npm run lint && npm run check && npm t && npm run build && npm run preview"
},
"dependencies": {
"@js-temporal/polyfill": "^0.4.2",
"html-to-text": "^8.2.1",
"qrcode": "^1.5.1",
"rrule": "^2.7.1",
"rss": "^1.2.2"
},
"devDependencies": {
"@size-limit/file": "^8.0.0",
"@sveltejs/adapter-static": "next",
"@sveltejs/adapter-vercel": "next",
"@sveltejs/kit": "^1.0.0-next.401",
"@testing-library/svelte": "^3.1.3",
"@types/html-to-text": "^8.1.0",
"@types/qrcode": "^1.4.2",
"@types/rss": "^0.0.29",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
"axios": "^0.27.2",
"c8": "^7.12.0",
"discord.js": "^14.1.2",
"dotenv": "^16.0.1",
"eslint": "^8.21.0",
"eslint-plugin-svelte3": "^4.0.0",
"jsdom": "^20.0.0",
"node-fetch": "^3.2.10",
"prettier": "^2.7.1",
"prettier-plugin-svelte": "^2.7.0",
"sass": "^1.54.0",
"size-limit": "^8.0.0",
"svelte": "^3.49.0",
"svelte-check": "^2.8.0",
"svelte-preprocess": "^4.10.7",
"tslib": "^2.4.0",
"typescript": "^4.7.4",
"vitest": "^0.20.2",
"vitest-svelte-kit": "^0.0.6"
},
"size-limit": [
{
"path": "node_modules",
"limit": "50 MB"
}
]
}
{
"name": "acmcsuf.com",
"type": "module",
"homepage": "https://acmcsuf.com/",
"author": {
"name": "EthanThatOneKid",
"url": "https://etok.codes/"
},
"repository": {
"url": "https://github.com/EthanThatOneKid/acmcsuf.com.git/"
},
"version": "2.0.0",
"scripts": {
"dev": "svelte-kit dev",
"build": "svelte-kit build",
"preview": "svelte-kit preview",
"check": "svelte-check --tsconfig ./tsconfig.json --compiler-warnings \"css-unused-selector:ignore,unused-export-let:error\"",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"format": "prettier --ignore-path .gitignore --list-different --write --plugin-search-dir=. .",
"lint": "eslint --ignore-path .gitignore . --fix && npm run format",
"tabs": "node scripts/seek-tabs.js",
"test": "vitest --run",
"test:watch": "vitest",
"test:size": "npm i && size-limit",
"test:coverage": "vitest run --coverage",
"release": "npm run lint && npm run check && npm t && npm run build",
"host": "npm run lint && npm run check && npm t && npm run build && npm run preview"
},
"dependencies": {
"@js-temporal/polyfill": "^0.4.2",
"html-to-text": "^8.2.1",
"qrcode": "^1.5.1",
"rrule": "^2.7.1",
"rss": "^1.2.2"
},
"devDependencies": {
"@size-limit/file": "^8.0.0",
"@sveltejs/adapter-static": "next",
"@sveltejs/adapter-vercel": "next",
"@sveltejs/kit": "^1.0.0-next.401",
"@testing-library/svelte": "^3.1.3",
"@types/html-to-text": "^8.1.0",
"@types/qrcode": "^1.4.2",
"@types/rss": "^0.0.29",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
"axios": "^0.27.2",
"c8": "^7.12.0",
"discord.js": "^14.1.2",
"dotenv": "^16.0.1",
"eslint": "^8.21.0",
"eslint-plugin-svelte3": "^4.0.0",
"jsdom": "^20.0.0",
"node-fetch": "^3.2.10",
"prettier": "^2.7.1",
"prettier-plugin-svelte": "^2.7.0",
"sass": "^1.54.0",
"size-limit": "^8.0.0",
"svelte": "^3.49.0",
"svelte-check": "^2.8.0",
"svelte-preprocess": "^4.10.7",
"tslib": "^2.4.0",
"typescript": "^4.7.4",
"vitest": "^0.20.2",
"vitest-svelte-kit": "^0.0.6"
},
"size-limit": [
{
"path": "node_modules",
"limit": "50 MB"
}
]
}
{
"name": "acmcsuf.com",
"type": "module",
"homepage": "https://acmcsuf.com/",
"author": {
"name": "EthanThatOneKid",
"url": "https://etok.codes/"
},
"repository": {
"url": "https://github.com/EthanThatOneKid/acmcsuf.com.git/"
},
"version": "2.0.0",
"scripts": {
"dev": "svelte-kit dev",
"build": "svelte-kit build",
"preview": "svelte-kit preview",
"check": "svelte-check --tsconfig ./tsconfig.json --compiler-warnings \"css-unused-selector:ignore,unused-export-let:error\"",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"format": "prettier --ignore-path .gitignore --list-different --write --plugin-search-dir=. .",
"lint": "eslint --ignore-path .gitignore . --fix && npm run format",
"tabs": "node scripts/seek-tabs.js",
"test": "vitest --run",
"test:watch": "vitest",
"test:size": "npm i && size-limit",
"test:coverage": "vitest run --coverage",
"all": "npm run lint && npm run check && npm t && npm run build && npm run preview"all
},
"dependencies": {
"@js-temporal/polyfill": "^0.4.2",
"html-to-text": "^8.2.1",
"qrcode": "^1.5.1",
"rrule": "^2.7.1",
"rss": "^1.2.2"
},
"devDependencies": {
"@size-limit/file": "^8.0.0",
"@sveltejs/adapter-static": "next",
"@sveltejs/adapter-vercel": "next",
"@sveltejs/kit": "^1.0.0-next.401",
"@testing-library/svelte": "^3.1.3",
"@types/html-to-text": "^8.1.0",
"@types/qrcode": "^1.4.2",
"@types/rss": "^0.0.29",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
"axios": "^0.27.2",
"c8": "^7.12.0",
"discord.js": "^14.1.2",
"dotenv": "^16.0.1",
"eslint": "^8.21.0",
"eslint-plugin-svelte3": "^4.0.0",
"jsdom": "^20.0.0",
"node-fetch": "^3.2.10",
"prettier": "^2.7.1",
"prettier-plugin-svelte": "^2.7.0",
"sass": "^1.54.0",
"size-limit": "^8.0.0",
"svelte": "^3.49.0",
"svelte-check": "^2.8.0",
"svelte-preprocess": "^4.10.7",
"tslib": "^2.4.0",
"typescript": "^4.7.4",
"vitest": "^0.20.2",
"vitest-svelte-kit": "^0.0.6"
},
"size-limit": [
{
"path": "node_modules",
"limit": "50 MB"
}
]
}
{"version":1,"resource":"file:///c%3A/Users/Jason/Documents/Github/acmcsuf.com/src/routes/%28site%29/blog/%5Bid%5D/blog-body.svelte","entries":[{"id":"raz9.svelte","timestamp":1666513264559},{"id":"SP9W.svelte","timestamp":1666513298284},{"id":"cXGZ.svelte","source":"undoRedo.source","timestamp":1666513303176},{"id":"i2hQ.svelte","timestamp":1666513312487},{"id":"Qhvm.svelte","timestamp":1667084273356},{"id":"hlsr.svelte","source":"undoRedo.source","timestamp":1667084278396}]}
{"version":1,"resource":"file:///c%3A/Users/Jason/Documents/Github/acm-registration/pages/verify.tsx","entries":[{"id":"bRbd.tsx","timestamp":1661164561565}]}
{"version":1,"resource":"file:///c%3A/Users/Jason/Documents/Github/acmcsuf.com/src/lib/ical/parse.ts","entries":[{"id":"kLQn.ts","timestamp":1662864508579},{"id":"6KIr.ts","timestamp":1662864599538},{"id":"NVR3.ts","source":"undoRedo.source","timestamp":1662864616762},{"id":"BaAP.ts","timestamp":1662864783408},{"id":"7jb6.ts","timestamp":1662864804281},{"id":"v0DF.ts","timestamp":1662864831912},{"id":"l6zz.ts","timestamp":1662865027532},{"id":"B87E.ts","timestamp":1662865113762},{"id":"Alrm.ts","timestamp":1662865340361},{"id":"3ZGh.ts","source":"undoRedo.source","timestamp":1662865342371},{"id":"6JqW.ts","timestamp":1662865357562},{"id":"Vo8V.ts","timestamp":1662865387580},{"id":"uRpR.ts","timestamp":1662865495171},{"id":"znQv.ts","timestamp":1662865533681},{"id":"oVOH.ts","timestamp":1662865553325},{"id":"zy40.ts","timestamp":1662865776533},{"id":"ygw6.ts","timestamp":1662865971484},{"id":"D6XI.ts","timestamp":1662866222764},{"id":"hHBY.ts","timestamp":1662866245541},{"id":"7j82.ts","timestamp":1662866270454},{"id":"ItpT.ts","source":"undoRedo.source","timestamp":1662866274723},{"id":"fAy2.ts","timestamp":1662866279388},{"id":"OLwC.ts","timestamp":1662866354628},{"id":"nP2W.ts","timestamp":1662866366945},{"id":"qICU.ts","timestamp":1662867498159},{"id":"idK5.ts","timestamp":1662867674198},{"id":"fXsD.ts","timestamp":1662867703205},{"id":"jSdw.ts","timestamp":1662867721182},{"id":"qtj2.ts","timestamp":1662867755877},{"id":"IPQW.ts","timestamp":1662867776304},{"id":"ntbY.ts","source":"undoRedo.source","timestamp":1662867781406},{"id":"dMtu.ts","timestamp":1662867790400},{"id":"KQiL.ts","timestamp":1662867820841},{"id":"Qb9A.ts","timestamp":1662867875761},{"id":"CQUO.ts","source":"undoRedo.source","timestamp":1662867881566},{"id":"QIUg.ts","timestamp":1662867887321},{"id":"ynX4.ts","timestamp":1662867913705}]}
{"version":1,"resource":"file:///c%3A/Users/Jason/Documents/Github/cpsc349-project2/html/index.html","entries":[{"id":"lBih.html","source":"textFileCreate.source","timestamp":1668318309233},{"id":"FBY3.html","source":"moved.source","timestamp":1668318414915},{"id":"bSCy.html","timestamp":1668318640096}]}
{"version":1,"resource":"file:///c%3A/Users/Jason/.ssh/known_hosts","entries":[{"id":"743z","timestamp":1671967527917}]}
{"version":1,"resource":"file:///c%3A/Users/Jason/Documents/Github/svelte-tailwind-template/src/App.svelte","entries":[{"id":"V0Wo.svelte","timestamp":1672186167675},{"id":"XgUA.svelte","timestamp":1672186230818}]}
{
"name": "vite-test",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"prettier": {
"importOrder": [
"^@core/(.*)$",
"^@server/(.*)$",
"^@ui/(.*)$",
"^[./]"
],
"importOrderSeparation": true,
"importOrderSortSpecifiers": true
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.0.0",
"@trivago/prettier-plugin-sort-imports": "^4.0.0",
"@tsconfig/svelte": "^3.0.0",
"@vue/compiler-sfc": "^3.2.45",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.20",
"prettier": "^2.8.1",
"svelte": "^3.54.0",
"svelte-check": "^2.10.0",
"tailwindcss": "^3.2.4",
"tslib": "^2.4.1",
"typescript": "^4.9.3",
"vite": "^4.0.0"
}
}
{
"name": "vite-test",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",ig
"format": "prettier --plugin-search-dir . --write ."
},
"prettier": {
"importOrder": [
"^@core/(.*)$",
"^@server/(.*)$",
"^@ui/(.*)$",
"^[./]"
],
"importOrderSeparation": true,
"importOrderSortSpecifiers": true
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.0.0",
"@trivago/prettier-plugin-sort-imports": "^4.0.0",
"@tsconfig/svelte": "^3.0.0",
"@vue/compiler-sfc": "^3.2.45",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.20",
"prettier": "^2.8.1",
"svelte": "^3.54.0",
"svelte-check": "^2.10.0",
"tailwindcss": "^3.2.4",
"tslib": "^2.4.1",
"typescript": "^4.9.3",
"vite": "^4.0.0"
}
}
{"version":1,"resource":"file:///c%3A/Users/Jason/Documents/Github/svelte-tailwind-template/package.json","entries":[{"id":"2r9w.json","timestamp":1672186358617},{"id":"Wvqi.json","timestamp":1672186389361},{"id":"7P8Y.json","timestamp":1672186431914},{"id":"YgHA.json","timestamp":1672186508563}]}
{
"name": "vite-test",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"format": "prettier --plugin-search-dir . --write ."
},
"prettier": {
"importOrder": [
"^@core/(.*)$",
"^@server/(.*)$",
"^@ui/(.*)$",
"^[./]"
],
"importOrderSeparation": true,
"importOrderSortSpecifiers": true
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.0.0",
"@trivago/prettier-plugin-sort-imports": "^4.0.0",
"@tsconfig/svelte": "^3.0.0",
"@vue/compiler-sfc": "^3.2.45",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.20",
"prettier": "^2.8.1",
"svelte": "^3.54.0",
"svelte-check": "^2.10.0",
"tailwindcss": "^3.2.4",
"tslib": "^2.4.1",
"typescript": "^4.9.3",
"vite": "^4.0.0"
}
}
{
"name": "vite-test",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"format": "prettier --plugin-search-dir . --write ."
},
"prettier": {
"importOrder": [
"^@core/(.*)$",
"^@server/(.*)$",
"^@ui/(.*)$",
"^[./]"
],
"importOrderSeparation": true,
"importOrderSortSpecifiers": true
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.0.0",
"@trivago/prettier-plugin-sort-imports": "^4.0.0",
"@tsconfig/svelte": "^3.0.0",
"@vue/compiler-sfc": "^3.2.45",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.20",
"prettier": "^2.8.1",
"svelte": "^3.54.0",
"svelte-check": "^2.10.0",
"tailwindcss": "^3.2.4",
"tslib": "^2.4.1",
"typescript": "^4.9.3",
"vite": "^4.0.0"
}
}
{"version":1,"resource":"file:///c%3A/Users/Jason/Documents/Github/cpsc349-project3/.gitignore","entries":[{"id":"vY5i","timestamp":1669692774228}]}
{"version":1,"resource":"file:///c%3A/Users/Jason/Documents/Github/svelte-tailwind-template/index.html","entries":[{"id":"2oar.html","timestamp":1672186139925}]}
{"version":1,"resource":"file:///c%3A/Users/Jason/Documents/Github/acmcsuf.com/src/lib/ical/utils.ts","entries":[{"id":"Rq3U.ts","timestamp":1662864671599},{"id":"Tm5U.ts","source":"undoRedo.source","timestamp":1662864687520}]}
{"version":1,"resource":"file:///c%3A/Users/Jason/Documents/Github/blog.jason-wong.me/src/_layouts/post.liquid","entries":[{"id":"V9jl.liquid","timestamp":1673404156140},{"id":"I9so.liquid","timestamp":1673404202697},{"id":"8cRd.liquid","timestamp":1673404276155},{"id":"OFwF.liquid","timestamp":1673404306283},{"id":"sF41.liquid","timestamp":1673404353018},{"id":"vbV1.liquid","source":"undoRedo.source","timestamp":1673404361155},{"id":"xilr.liquid","timestamp":1673404423817}]}
{"version":1,"resource":"file:///c%3A/Users/Jason/Documents/Github/acm-registration/.gitignore","entries":[{"id":"4NGc","timestamp":1660504960132},{"id":"jMyW","timestamp":1660510295664}]}
{"version":1,"resource":"file:///c%3A/Users/Jason/Documents/Github/svelte-tailwind-template/README.md","entries":[{"id":"AHUe.md","timestamp":1672186229511}]}
{"version":1,"resource":"file:///c%3A/Users/Jason/Documents/Github/spotify-seasonal/.env","entries":[{"id":"cxGU","timestamp":1671992963538},{"id":"K8jD","timestamp":1671993037642}]}
{"version":1,"resource":"file:///c%3A/Users/Jason/Documents/Github/CPSC-483-Project-3/assignment_3.py","entries":[{"id":"XCjq.py","timestamp":1669016822022},{"id":"Jtj9.py","timestamp":1669016838524},{"id":"kF9n.py","timestamp":1669016861753},{"id":"lnmo.py","timestamp":1669016881609},{"id":"oBoo.py","timestamp":1669016912393},{"id":"Tdo4.py","timestamp":1669016976878},{"id":"vJCa.py","timestamp":1669016995105},{"id":"3FBy.py","timestamp":1669017020939},{"id":"gB00.py","timestamp":1669017064058},{"id":"cCcK.py","timestamp":1669017124837},{"id":"e8wg.py","timestamp":1669018153568},{"id":"fDC9.py","timestamp":1669018758489}]}
{"version":1,"resource":"file:///c%3A/Users/Jason/Documents/Github/svelte-tailwind-template/src/app.css","entries":[{"id":"FkVO.css","timestamp":1672186043911}]}
{"version":1,"resource":"file:///c%3A/Users/Jason/Documents/Github/acmcsuf.com/src/routes/%28site%29/blog/%5Bid%5D/%2Bpage.svelte","entries":[{"id":"vIm1.svelte","timestamp":1667083685365},{"id":"MHbW.svelte","timestamp":1667083872139},{"id":"HEG0.svelte","timestamp":1667083989593}]}
{"version":1,"resource":"file:///c%3A/Users/Jason/Documents/Github/acmcsuf.com/src/routes/blog/index.svelte","entries":[{"id":"6BZx.svelte","timestamp":1658987357457},{"id":"RUw4.svelte","timestamp":1658987474758},{"id":"L463.svelte","timestamp":1658987526628},{"id":"M6ar.svelte","timestamp":1658987540555},{"id":"M5E2.svelte","timestamp":1658987561331},{"id":"4MXN.svelte","timestamp":1658987615731},{"id":"NKE4.svelte","timestamp":1658987695332},{"id":"D0mO.svelte","timestamp":1658987723546},{"id":"SL1Q.svelte","timestamp":1658987752283},{"id":"eRUv.svelte","timestamp":1658987776931},{"id":"N1XP.svelte","timestamp":1658987831232},{"id":"GKh7.svelte","timestamp":1658987852791},{"id":"tVxO.svelte","timestamp":1658987919685},{"id":"TY9K.svelte","timestamp":1658987931205},{"id":"YnMx.svelte","timestamp":1658989493869},{"id":"q92u.svelte","source":"undoRedo.source","timestamp":1658989497027},{"id":"Rp4o.svelte","timestamp":1658989498593},{"id":"HX1a.svelte","source":"undoRedo.source","timestamp":1658989500070},{"id":"gJxm.svelte","timestamp":1658989509140},{"id":"h5lY.svelte","source":"undoRedo.source","timestamp":1658989511429},{"id":"4qTJ.svelte","timestamp":1659332871719},{"id":"VnOa.svelte","source":"undoRedo.source","timestamp":1659332887698},{"id":"8pF2.svelte","timestamp":1663819336221},{"id":"d7P6.svelte","timestamp":1663819374691},{"id":"e0Nk.svelte","source":"undoRedo.source","timestamp":1663819381434},{"id":"CxVc.svelte","timestamp":1663819481374},{"id":"g9sH.svelte","timestamp":1663819542142},{"id":"vRWq.svelte","timestamp":1663819720179},{"id":"zOl2.svelte","timestamp":1663834034087},{"id":"rCyS.svelte","timestamp":1663834051344},{"id":"ypTi.svelte","timestamp":1663834065256},{"id":"cWTk.svelte","source":"undoRedo.source","timestamp":1663834072605}]}
{"version":1,"resource":"file:///c%3A/Users/Jason/Documents/Github/acm-registration/pages/api/interactions.ts","entries":[{"id":"XtKE.ts","timestamp":1660462237013},{"id":"Chou.ts","source":"undoRedo.source","timestamp":1660462240363},{"id":"N1K6.ts","timestamp":1660462276351},{"id":"xefm.ts","timestamp":1660462321197},{"id":"U36K.ts","timestamp":1660462331624},{"id":"7aCj.ts","timestamp":1660463074380},{"id":"4LyW.ts","source":"Add import from \"raw-body\"","timestamp":1660463137171},{"id":"4whv.ts","source":"Add async modifier to containing function","timestamp":1660463147465},{"id":"xvla.ts","timestamp":1660463150932},{"id":"CwQj.ts","timestamp":1660463194875},{"id":"jexj.ts","timestamp":1660463229268},{"id":"xTbO.ts","source":"undoRedo.source","timestamp":1660463242688},{"id":"bbKq.ts","timestamp":1660463246059},{"id":"hD5E.ts","source":"undoRedo.source","timestamp":1660463247795},{"id":"jYSA.ts","timestamp":1660463252379},{"id":"S01e.ts","source":"undoRedo.source","timestamp":1660463253714},{"id":"uGPU.ts","timestamp":1660463266825},{"id":"Cj1d.ts","timestamp":1660463286085},{"id":"74un.ts","source":"undoRedo.source","timestamp":1660463289282},{"id":"svEa.ts","timestamp":1660463311761},{"id":"CHsW.ts","timestamp":1660463367951},{"id":"qCIu.ts","timestamp":1660463385092},{"id":"zTeb.ts","source":"undoRedo.source","timestamp":1660463389219},{"id":"ydjD.ts","timestamp":1660464169890},{"id":"1FJS.ts","timestamp":1660464190485},{"id":"xv4S.ts","timestamp":1660464357253},{"id":"01SY.ts","source":"undoRedo.source","timestamp":1660464361068},{"id":"kNkM.ts","timestamp":1660464366001},{"id":"NCjr.ts","timestamp":1660464567644},{"id":"3cjZ.ts","timestamp":1660464814043},{"id":"IRD6.ts","timestamp":1660464853704},{"id":"ZIl5.ts","timestamp":1660464888038},{"id":"TtKv.ts","timestamp":1660505572671},{"id":"Hthn.ts","timestamp":1660505590835},{"id":"3pqc.ts","timestamp":1660505619450},{"id":"IOGA.ts","timestamp":1660505636101},{"id":"vY1R.ts","timestamp":1660506081656},{"id":"9iGZ.ts","timestamp":1660506100654},{"id":"udiu.ts","timestamp":1660507321908},{"id":"UyDH.ts","timestamp":1660507516668},{"id":"zoCz.ts","source":"undoRedo.source","timestamp":1660507524714},{"id":"oonA.ts","timestamp":1660507533082},{"id":"Bed0.ts","timestamp":1660507564715},{"id":"iEY4.ts","timestamp":1660507575539},{"id":"AWki.ts","timestamp":1660507647362},{"id":"8zaQ.ts","timestamp":1660507833423},{"id":"joiO.ts","timestamp":1660507874667},{"id":"PkVz.ts","timestamp":1660507943279},{"id":"F10Z.ts","timestamp":1660507968689},{"id":"9lNM.ts","timestamp":1660508006662}]}
{"version":1,"resource":"file:///c%3A/Users/Jason/Documents/Github/acmcsuf.com/src/lib/components/utils/acm-select.svelte","entries":[{"id":"D6EW.svelte","timestamp":1661761864472},{"id":"3Pqf.svelte","timestamp":1661761917170},{"id":"yJtM.svelte","source":"undoRedo.source","timestamp":1661761923144},{"id":"wwsx.svelte","timestamp":1661761936338},{"id":"7FfR.svelte","timestamp":1661762148613},{"id":"nnmn.svelte","timestamp":1661762165189}]}
// Place your key bindings in this file to override the defaultsauto[]
[
{
"key": "ctrl+down",
"command": "editor.action.moveLinesDownAction",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "alt+down",
"command": "-editor.action.moveLinesDownAction",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "ctrl+up",
"command": "editor.action.moveLinesUpAction",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "alt+up",
"command": "-editor.action.moveLinesUpAction",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "ctrl+shift+.",
"command": "-breadcrumbs.toggleToOn",
"when": "!config.breadcrumbs.enabled"
},
{
"key": "ctrl+shift+.",
"command": "-breadcrumbs.focusAndSelect",
"when": "breadcrumbsPossible && breadcrumbsVisible"
},
{
"key": "ctrl+shift+.",
"command": "editor.emmet.action.incrementNumberByOne"
},
{
"key": "ctrl+shift+,",
"command": "editor.emmet.action.decrementNumberByOne"
},
{
"key": "ctrl+shift+f6",
"command": "workbench.action.localHistory.restore"
},
{
"key": "ctrl+shift+w",
"command": "-workbench.action.closeWindow"
},
{
"key": "ctrl+shift+w",
"command": "editor.emmet.action.wrapWithAbbreviation"
},
{
"key": "shift+alt+[",
"command": "editor.action.smartSelect.shrink",
"when": "editorTextFocus"
},
{
"key": "shift+alt+left",
"command": "-editor.action.smartSelect.shrink",
"when": "editorTextFocus"
}
]
// Place your key bindings in this file to override the defaultsauto[]
[
{
"key": "ctrl+down",
"command": "editor.action.moveLinesDownAction",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "alt+down",
"command": "-editor.action.moveLinesDownAction",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "ctrl+up",
"command": "editor.action.moveLinesUpAction",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "alt+up",
"command": "-editor.action.moveLinesUpAction",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "ctrl+shift+.",
"command": "-breadcrumbs.toggleToOn",
"when": "!config.breadcrumbs.enabled"
},
{
"key": "ctrl+shift+.",
"command": "-breadcrumbs.focusAndSelect",
"when": "breadcrumbsPossible && breadcrumbsVisible"
}
]
// Place your key bindings in this file to override the defaultsauto[]
[
{
"key": "ctrl+down",
"command": "editor.action.moveLinesDownAction",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "alt+down",
"command": "-editor.action.moveLinesDownAction",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "ctrl+up",
"command": "editor.action.moveLinesUpAction",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "alt+up",
"command": "-editor.action.moveLinesUpAction",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "ctrl+shift+.",
"command": "-breadcrumbs.toggleToOn",
"when": "!config.breadcrumbs.enabled"
},
{
"key": "ctrl+shift+.",
"command": "-breadcrumbs.focusAndSelect",
"when": "breadcrumbsPossible && breadcrumbsVisible"
},
{
"key": "ctrl+shift+.",
"command": "editor.emmet.action.incrementNumberByOne"
},
{
"key": "ctrl+shift+,",
"command": "editor.emmet.action.decrementNumberByOne"
}
]
{"version":1,"resource":"vscode-userdata:/c%3A/Users/Jason/AppData/Roaming/Code/User/keybindings.json","entries":[{"id":"XepY.json","timestamp":1659926064203},{"id":"6hJ8.json","timestamp":1665308868435},{"id":"yjoD.json","timestamp":1665308880963},{"id":"B1y0.json","timestamp":1665308900589},{"id":"Tyqj.json","timestamp":1665316844424},{"id":"5oj0.json","timestamp":1674128239220},{"id":"sPdq.json","timestamp":1674128253491}]}
// Place your key bindings in this file to override the defaultsauto[]
[
{
"key": "ctrl+down",
"command": "editor.action.moveLinesDownAction",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "alt+down",
"command": "-editor.action.moveLinesDownAction",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "ctrl+up",
"command": "editor.action.moveLinesUpAction",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "alt+up",
"command": "-editor.action.moveLinesUpAction",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "ctrl+shift+.",
"command": "-breadcrumbs.toggleToOn",
"when": "!config.breadcrumbs.enabled"
},
{
"key": "ctrl+shift+.",
"command": "-breadcrumbs.focusAndSelect",
"when": "breadcrumbsPossible && breadcrumbsVisible"
},
{
"key": "ctrl+shift+.",
"command": "editor.emmet.action.incrementNumberByOne"
},
{
"key": "ctrl+shift+,",
"command": "editor.emmet.action.decrementNumberByOne"
},
{
"key": "ctrl+shift+f6",
"command": "workbench.action.localHistory.restore"
},
{
"key": "ctrl+shift+w",
"command": "-workbench.action.closeWindow"
},
{
"key": "ctrl+shift+w",
"command": "editor.emmet.action.wrapWithAbbreviation"
},
{
"key": "shift+alt+[",
"command": "editor.action.smartSelect.shrink",
"when": "editorTextFocus"
},
{
"key": "shift+alt+left",
"command": "-editor.action.smartSelect.shrink",
"when": "editorTextFocus"
},
{
"key": "shift+alt+]",
"command": "editor.action.smartSelect.expand",
"when": "editorTextFocus"
},
{
"key": "shift+alt+right",
"command": "-editor.action.smartSelect.expand",
"when": "editorTextFocus"
}
]
// Place your key bindings in this file to override the defaultsauto[]
[
{
"key": "ctrl+down",
"command": "editor.action.moveLinesDownAction",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "alt+down",
"command": "-editor.action.moveLinesDownAction",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "ctrl+up",
"command": "editor.action.moveLinesUpAction",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "alt+up",
"command": "-editor.action.moveLinesUpAction",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "ctrl+shift+.",
"command": "-breadcrumbs.toggleToOn",
"when": "!config.breadcrumbs.enabled"
},
{
"key": "ctrl+shift+.",
"command": "-breadcrumbs.focusAndSelect",
"when": "breadcrumbsPossible && breadcrumbsVisible"
},
{
"key": "ctrl+shift+.",
"command": "editor.emmet.action.incrementNumberByOne"
},
{
"key": "ctrl+shift+,",
"command": "editor.emmet.action.decrementNumberByOne"
},
{
"key": "ctrl+shift+f6",
"command": "workbench.action.localHistory.restore"
}
]
// Place your key bindings in this file to override the defaultsauto[]
[
{
"key": "ctrl+down",
"command": "editor.action.moveLinesDownAction",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "alt+down",
"command": "-editor.action.moveLinesDownAction",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "ctrl+up",
"command": "editor.action.moveLinesUpAction",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "alt+up",
"command": "-editor.action.moveLinesUpAction",
"when": "editorTextFocus && !editorReadonly"
}
]
// Place your key bindings in this file to override the defaultsauto[]
[
{
"key": "ctrl+down",
"command": "editor.action.moveLinesDownAction",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "alt+down",
"command": "-editor.action.moveLinesDownAction",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "ctrl+up",
"command": "editor.action.moveLinesUpAction",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "alt+up",
"command": "-editor.action.moveLinesUpAction",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "ctrl+shift+.",
"command": "-breadcrumbs.toggleToOn",
"when": "!config.breadcrumbs.enabled"
},
{
"key": "ctrl+shift+.",
"command": "-breadcrumbs.focusAndSelect",
"when": "breadcrumbsPossible && breadcrumbsVisible"
},
{
"key": "ctrl+shift+.",
"command": "editor.emmet.action.incrementNumberByOne"
}
]
{"version":1,"resource":"file:///c%3A/Users/Jason/Documents/Github/acmcsuf.com/CONTRIBUTING.md","entries":[{"id":"xjnJ.md","timestamp":1658309823442},{"id":"nL6i.md","timestamp":1659333691649},{"id":"0VeZ.md","timestamp":1659333719344},{"id":"2AO7.md","timestamp":1659333748393},{"id":"eFdW.md","timestamp":1659333802331},{"id":"kMVI.md","timestamp":1659333823312},{"id":"MsTj.md","source":"undoRedo.source","timestamp":1659333824830},{"id":"0JYI.md","timestamp":1659333827599},{"id":"EY8a.md","timestamp":1659333890781},{"id":"aXow.md","timestamp":1659333958059},{"id":"I1Pt.md","timestamp":1659334001439},{"id":"vq85.md","source":"undoRedo.source","timestamp":1659334002530},{"id":"DDck.md","timestamp":1659334006207},{"id":"b1op.md","timestamp":1659334029390},{"id":"K8uH.md","timestamp":1659334051597},{"id":"Ozz6.md","timestamp":1659334084993},{"id":"bKkd.md","timestamp":1659334136692},{"id":"wBvD.md","timestamp":1659334163331},{"id":"ImeS.md","timestamp":1659334248034},{"id":"1QtX.md","timestamp":1659334278125},{"id":"xyWr.md","timestamp":1659334321031},{"id":"siZL.md","source":"undoRedo.source","timestamp":1659334328290},{"id":"O8Lr.md","source":"undoRedo.source","timestamp":1659334338575},{"id":"VW37.md","timestamp":1659334352887},{"id":"wmHP.md","source":"undoRedo.source","timestamp":1659334356785},{"id":"XUc6.md","timestamp":1659334366373},{"id":"BTec.md","timestamp":1659334385763},{"id":"XQVX.md","source":"undoRedo.source","timestamp":1659334397860},{"id":"lm82.md","timestamp":1659334424269},{"id":"4kg6.md","timestamp":1659334516023},{"id":"MGZF.md","timestamp":1659334589358},{"id":"6slL.md","source":"undoRedo.source","timestamp":1659334591694},{"id":"T4qi.md","timestamp":1659334614641},{"id":"xeQk.md","timestamp":1659334691094},{"id":"dyLQ.md","timestamp":1659334711825},{"id":"LZQP.md","timestamp":1659334964206},{"id":"NaQf.md","source":"undoRedo.source","timestamp":1659334965870},{"id":"UX2V.md","timestamp":1659334984026},{"id":"2D5p.md","timestamp":1659335012813},{"id":"YwIy.md","timestamp":1659337948901}]}
{"version":1,"resource":"file:///c%3A/Users/Jason/Documents/Github/CPSC-483-Project-3/.gitignore","entries":[{"id":"NZbc","timestamp":1669017337249}]}
{"version":1,"resource":"file:///c%3A/Users/Jason/Documents/Github/acmcsuf.com/src/lib/components/nav/bar.svelte","entries":[{"id":"93gD.svelte","source":"undoRedo.source","timestamp":1665208008263},{"id":"9QzO.svelte","timestamp":1665208075554},{"id":"XhHu.svelte","source":"undoRedo.source","timestamp":1665208077548},{"id":"pa45.svelte","timestamp":1665208087606},{"id":"sDnm.svelte","source":"undoRedo.source","timestamp":1665208101801},{"id":"Uk1C.svelte","timestamp":1665208106194},{"id":"tr2I.svelte","source":"undoRedo.source","timestamp":1665208109583},{"id":"DLZW.svelte","timestamp":1665208112617},{"id":"3nzW.svelte","timestamp":1665208178855},{"id":"qmSj.svelte","source":"undoRedo.source","timestamp":1665208180803},{"id":"tm9W.svelte","timestamp":1665208184983},{"id":"zWsB.svelte","timestamp":1665208232628},{"id":"Zfu6.svelte","source":"undoRedo.source","timestamp":1665208234813},{"id":"PQn7.svelte","timestamp":1665208237791},{"id":"drhF.svelte","source":"undoRedo.source","timestamp":1665208248020},{"id":"hA5v.svelte","timestamp":1665208291973},{"id":"9Nxl.svelte","timestamp":1665208343493},{"id":"TDMC.svelte","timestamp":1665208400522},{"id":"WKBT.svelte","timestamp":1665208449639},{"id":"SQll.svelte","timestamp":1665208483679},{"id":"VbjT.svelte","timestamp":1665209618628},{"id":"S4xi.svelte","timestamp":1665209651638},{"id":"A8NN.svelte","source":"undoRedo.source","timestamp":1665209655726},{"id":"bxra.svelte","timestamp":1665209660576},{"id":"cf0p.svelte","source":"undoRedo.source","timestamp":1665209663582},{"id":"Nabs.svelte","timestamp":1665209683173},{"id":"c3sg.svelte","source":"undoRedo.source","timestamp":1665209861459},{"id":"R91l.svelte","timestamp":1665209883400},{"id":"2u5n.svelte","timestamp":1665209953566},{"id":"iVQy.svelte","timestamp":1665210065501},{"id":"vVjx.svelte","timestamp":1665210094567},{"id":"Ej3m.svelte","source":"undoRedo.source","timestamp":1665210098231},{"id":"SxgB.svelte","timestamp":1665210104078},{"id":"gcS6.svelte","timestamp":1665210126076},{"id":"y1ws.svelte","timestamp":1665210179582},{"id":"yuks.svelte","timestamp":1665210200021},{"id":"37KR.svelte","source":"undoRedo.source","timestamp":1665210205974},{"id":"XxUU.svelte","timestamp":1665210234973},{"id":"6Yiw.svelte","timestamp":1665210257708},{"id":"Prg8.svelte","source":"undoRedo.source","timestamp":1665210259964},{"id":"jGMP.svelte","timestamp":1665210270467},{"id":"sMHD.svelte","timestamp":1665210298730},{"id":"PL8A.svelte","timestamp":1665210368455},{"id":"EO6U.svelte","timestamp":1665210387959},{"id":"Tc1o.svelte","timestamp":1665210405234},{"id":"bXCy.svelte","timestamp":1665210449266},{"id":"XFID.svelte","timestamp":1665210463753},{"id":"Rg8S.svelte","timestamp":1665210481030},{"id":"Pt6i.svelte","timestamp":1665310075674},{"id":"sDLf.svelte","source":"undoRedo.source","timestamp":1665310089057}]}
{"version":1,"resource":"file:///c%3A/Users/Jason/Documents/Github/cpsc349-project2/app/pages/app-index.hbs","entries":[{"id":"eSny.hbs","timestamp":1668293504084},{"id":"zHey.hbs","timestamp":1668293533753},{"id":"W3OX.hbs","timestamp":1668293607216},{"id":"Y0Nd.hbs","timestamp":1668293620563},{"id":"pjjW.hbs","timestamp":1668293667940},{"id":"sNi9.hbs","timestamp":1668293716120},{"id":"TPQ5.hbs","timestamp":1668293782676},{"id":"6NYW.hbs","timestamp":1668293817225},{"id":"Ue16.hbs","timestamp":1668293882453},{"id":"uRWi.hbs","timestamp":1668293930527},{"id":"BzHF.hbs","timestamp":1668293967889},{"id":"Nx6w.hbs","timestamp":1668293990113},{"id":"DVbF.hbs","timestamp":1668294026565},{"id":"noWq.hbs","source":"undoRedo.source","timestamp":1668294091741},{"id":"V5eD.hbs","timestamp":1668294110736},{"id":"Xwu5.hbs","timestamp":1668294126051},{"id":"XtuT.hbs","timestamp":1668294141794},{"id":"rJax.hbs","source":"undoRedo.source","timestamp":1668294146420},{"id":"CsQd.hbs","timestamp":1668294155521},{"id":"xp3G.hbs","source":"undoRedo.source","timestamp":1668294164751},{"id":"iK9g.hbs","timestamp":1668294186922},{"id":"9Fvq.hbs","timestamp":1668294213532},{"id":"nigZ.hbs","source":"undoRedo.source","timestamp":1668294214497},{"id":"dPfi.hbs","timestamp":1668294225700},{"id":"KZER.hbs","timestamp":1668294253648},{"id":"NnVS.hbs","timestamp":1668294348237},{"id":"go8M.hbs","timestamp":1668294378977},{"id":"OYLo.hbs","source":"undoRedo.source","timestamp":1668294387621},{"id":"Acwy.hbs","timestamp":1668294390819},{"id":"en57.hbs","timestamp":1668294404685},{"id":"rJx3.hbs","source":"undoRedo.source","timestamp":1668294407166},{"id":"SJeU.hbs","timestamp":1668294415580},{"id":"LWAC.hbs","timestamp":1668294449662},{"id":"nb1r.hbs","timestamp":1668294474181},{"id":"gmK4.hbs","timestamp":1668297037442},{"id":"l0C3.hbs","timestamp":1668297061349},{"id":"2Azi.hbs","timestamp":1668297096145},{"id":"P4W5.hbs","timestamp":1668297110686},{"id":"niLJ.hbs","timestamp":1668297166096},{"id":"Vcng.hbs","timestamp":1668305015706},{"id":"vuyS.hbs","timestamp":1668305958033},{"id":"916s.hbs","timestamp":1668305997727},{"id":"6EMk.hbs","timestamp":1668306061099},{"id":"uXaq.hbs","timestamp":1668306164425},{"id":"qCdY.hbs","timestamp":1668306444750},{"id":"JY4K.hbs","timestamp":1668310888643},{"id":"iWC6.hbs","timestamp":1668311859810},{"id":"AO8r.hbs","timestamp":1668318107443},{"id":"x3WY.hbs","source":"undoRedo.source","timestamp":1668318243812},{"id":"2u93.hbs","timestamp":1668318247240}]}
{"version":1,"resource":"file:///c%3A/Users/Jason/Documents/Github/blog.jason-wong.me/src/posts/navbar-tutorial.md","entries":[{"id":"plDW.md","timestamp":1673404625429},{"id":"K2fp.md","timestamp":1673404659564},{"id":"OVPW.md","timestamp":1673404703182},{"id":"Eafn.md","timestamp":1673404780504},{"id":"ZlLA.md","timestamp":1673404813895},{"id":"DYL3.md","source":"undoRedo.source","timestamp":1673404822207},{"id":"yGHH.md","timestamp":1673404830552},{"id":"mhEu.md","timestamp":1673404840941},{"id":"Dof2.md","timestamp":1673404867100},{"id":"b9vw.md","timestamp":1673405246692},{"id":"I0bL.md","timestamp":1673405565297},{"id":"loFH.md","timestamp":1673405684206},{"id":"idwr.md","timestamp":1673405708518},{"id":"i2sG.md","timestamp":1673405728851},{"id":"0dZV.md","source":"undoRedo.source","timestamp":1673405738420},{"id":"HRMa.md","timestamp":1673405762655},{"id":"1eze.md","timestamp":1673405791385},{"id":"AHea.md","timestamp":1673405845786},{"id":"2dkn.md","timestamp":1673405859207},{"id":"y90g.md","timestamp":1673405877474},{"id":"VFap.md","timestamp":1673405887549},{"id":"1Jg4.md","timestamp":1673405969111},{"id":"5IzC.md","timestamp":1673406020270},{"id":"XSoV.md","timestamp":1673406040663},{"id":"3MPz.md","timestamp":1673406117391},{"id":"N9wX.md","timestamp":1673406134204},{"id":"lFWw.md","timestamp":1673406286915},{"id":"lu07.md","timestamp":1673406308476},{"id":"wZqG.md","source":"undoRedo.source","timestamp":1673406312949},{"id":"dTiA.md","timestamp":1673406334908},{"id":"k4RU.md","timestamp":1673406402201},{"id":"QE72.md","timestamp":1673406446422},{"id":"gsiJ.md","timestamp":1673406528865},{"id":"Sdea.md","timestamp":1673406559301},{"id":"BOo8.md","timestamp":1673406831728},{"id":"cmnX.md","timestamp":1673406868410},{"id":"gmZ5.md","timestamp":1673406899758},{"id":"oEHv.md","timestamp":1673406916622},{"id":"j8qe.md","timestamp":1673406952823},{"id":"Vy0r.md","timestamp":1673407013109},{"id":"7qiq.md","timestamp":1673407105353},{"id":"pNVX.md","timestamp":1673407116008},{"id":"cZh5.md","timestamp":1673407130053},{"id":"ALn0.md","timestamp":1673407146679},{"id":"wKpH.md","timestamp":1674106276168},{"id":"oyC9.md","timestamp":1674128007168},{"id":"0iBL.md","timestamp":1674128264844},{"id":"975h.md","timestamp":1674128357562},{"id":"qWOy.md","source":"undoRedo.source","timestamp":1674128443625},{"id":"f5wB.md","source":"undoRedo.source","timestamp":1674128463148}]}
{"version":1,"resource":"file:///c%3A/Users/Jason/Documents/Github/acmcsuf.com/src/lib/components/index/hero.svelte","entries":[{"id":"XYDI.svelte","timestamp":1658305762801},{"id":"iMDL.svelte","timestamp":1658659445861},{"id":"h2mj.svelte","source":"undoRedo.source","timestamp":1658659447381},{"id":"2A3e.svelte","timestamp":1658659532546},{"id":"2gUU.svelte","timestamp":1658659562946},{"id":"o9Nn.svelte","timestamp":1658659595583},{"id":"HiV5.svelte","source":"undoRedo.source","timestamp":1658659596702},{"id":"l6QD.svelte","timestamp":1658659600571},{"id":"ezeQ.svelte","source":"undoRedo.source","timestamp":1658659602941},{"id":"Jkye.svelte","timestamp":1658659607031},{"id":"lflr.svelte","timestamp":1658659683190},{"id":"ExL5.svelte","source":"undoRedo.source","timestamp":1658659686808},{"id":"tkZa.svelte","timestamp":1658659691826},{"id":"1J5F.svelte","source":"undoRedo.source","timestamp":1658659693129},{"id":"rwTV.svelte","timestamp":1658659699386},{"id":"HnsO.svelte","source":"undoRedo.source","timestamp":1658659700522},{"id":"wkpp.svelte","timestamp":1658659718519},{"id":"u4zz.svelte","timestamp":1658659731406},{"id":"56q6.svelte","source":"undoRedo.source","timestamp":1658659732528},{"id":"QHtN.svelte","timestamp":1658659736804},{"id":"H68r.svelte","timestamp":1658659764377},{"id":"1oe9.svelte","timestamp":1658659777020},{"id":"dWXv.svelte","timestamp":1658659791623},{"id":"doEY.svelte","source":"undoRedo.source","timestamp":1658659794545},{"id":"j9Qw.svelte","timestamp":1658659816612},{"id":"flNj.svelte","source":"undoRedo.source","timestamp":1658659818634},{"id":"2mxq.svelte","timestamp":1658659821728},{"id":"6omj.svelte","timestamp":1658659860681},{"id":"v09i.svelte","timestamp":1659347601716}]}
[
{
"fullName": "Armanul Ambia",
"positions": {
"S21": {
"title": "Dev Officer",
"tier": 21
},
"F21": {
"title": "Algo Director",
"tier": 14
},
"S22": {
"title": "Algo President",
"tier": 14
},
"F22": {
"title": "Algo Team Lead",
"tier": 14
}
},
"picture": "armanul-ambia.webp"
},
{
"fullName": "Jason Anthony",
"positions": {
"S21": {
"title": "Secretary",
"tier": 3
}
},
"picture": "jason-anthony.webp"
},
{
"fullName": "Angel Armendariz",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "angel-armendariz.webp"
},
{
"fullName": "Sami Bajwa",
"positions": {
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "Algo Officer, nodebuds Officer",
"tier": 15
}
},
"picture": "sami-bajwa.webp"
},
{
"fullName": "Johnathan Carranza",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "johnathan-carranza.webp"
},
{
"fullName": "Alan Cortez",
"positions": {
"S22": {
"title": "Create Officer",
"tier": 17
},
"F22": {
"title": "Design Team Lead",
"tier": 17
}
},
"picture": "alan-cortez.webp"
},
{
"fullName": "Wesley Chou",
"positions": {
"S21": {
"title": "Dev Officer",
"tier": 21
},
"F21": {
"title": "Dev Director",
"tier": 20
},
"S22": {
"title": "Dev President",
"tier": 20
}
},
"picture": "wesley-chou.webp"
},
{
"fullName": "Ethan Davidson",
"positions": {
"S21": {
"title": "Webmaster",
"tier": 5
},
"F21": {
"title": "Webmaster",
"tier": 5
},
"S22": {
"title": "Webmaster",
"tier": 5
}
},
"picture": "ethan-davidson.webp"
},
{
"fullName": "Kevin Dillon",
"positions": {
"S21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "kevin-dillon.webp"
},
{
"fullName": "Duc Dinh",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "duc-dinh.webp"
},
{
"fullName": "Eduardo Gomez",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "eduardo-gomez.webp"
},
{
"fullName": "Nurhaliza Hassan",
"positions": {
"S22": {
"title": "Marketing Director",
"tier": 12
}
},
"picture": "nurhaliza-hassan.webp"
},
{
"fullName": "Lisa Hong",
"positions": {
"S21": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "lisa-hong.webp"
},
{
"fullName": "Joshua Hughes",
"positions": {
"S21": {
"title": "ICC Representative",
"tier": 8
}
},
"picture": "joshua-hughes.webp"
},
{
"fullName": "Iftekharul Islam",
"positions": {
"S22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "iftekharul-islam.webp"
},
{
"fullName": "Ibrahim Israr",
"positions": {
"S22": {
"title": "Secretary",
"tier": 3
}
},
"picture": "ibrahim-israr.webp"
},
{
"fullName": "Joel Anil John",
"positions": {
"S22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "joel-anil-john.webp"
},
{
"fullName": "Andy Lasso",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "andy-lasso.webp"
},
{
"fullName": "Andrew Lau",
"positions": {
"S21": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "andrew-lau.webp"
},
{
"fullName": "Minh Le",
"positions": {
"S22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "minh-le.webp"
},
{
"fullName": "Nguyen Le",
"positions": {
"S22": {
"title": "Data Analyst",
"tier": 7
}
},
"picture": "nguyen-le.webp"
},
{
"fullName": "Tommy Le",
"positions": {
"F21": {
"title": "Treasurer",
"tier": 4
},
"S22": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "tommy-le.webp"
},
{
"fullName": "Eugene Lee",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
},
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "eugene-lee.webp"
},
{
"fullName": "Nolan Lee",
"positions": {
"S22": {
"title": "Historian",
"tier": 13
}
},
"picture": "nolan-lee.webp"
},
{
"fullName": "Aaron Lieberman",
"positions": {
"S21": {
"title": "Internal Vice President, nodebuds Officer",
"tier": 2
},
"F21": {
"title": "President, nodebuds Officer",
"tier": 0
},
"S22": {
"title": "President, nodebuds Officer",
"tier": 0
}
},
"picture": "aaron-lieberman.webp"
},
{
"fullName": "Shaleen Mathur",
"positions": {
"S21": {
"title": "Workshop Manager",
"tier": 6
}
},
"picture": "shaleen-mathur.webp"
},
{
"fullName": "Ean McGilvery",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "ean-mcgilvery.webp"
},
{
"fullName": "Jorge Mejia",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
},
"S22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "jorge-mejia.webp"
},
{
"fullName": "Serena Naranjo",
"positions": {
"F21": {
"title": "Create Officer",
"tier": 17
},
"S22": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "serena-naranjo.webp"
},
{
"fullName": "Dalisa Nguyen",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "dalisa-nguyen.webp"
},
{
"fullName": "Kayla Nguyen",
"positions": {
"F21": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "kayla-nguyen.webp"
},
{
"fullName": "Jacob Nguyen",
"positions": {
"S21": {
"title": "President, Create Director, nodebuds Officer",
"tier": 0
}
},
"picture": "jacob-nguyen.webp"
},
{
"fullName": "Taylor Noh",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
},
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "taylor-noh.webp"
},
{
"fullName": "Kirsten Ochoa",
"positions": {
"S22": {
"title": "Create Project Developer",
"tier": 18
}
},
"picture": "kirsten-ochoa.webp"
},
{
"fullName": "Mike Ploythai",
"positions": {
"S21": {
"title": "Create Officer",
"tier": 17
},
"F21": {
"title": "Create Director, Marketing Chair",
"tier": 16
},
"S22": {
"title": "Create President",
"tier": 16
}
},
"picture": "mike-ploythai.webp"
},
{
"fullName": "Stephanie Pocci",
"positions": {
"S22": {
"title": "Event Coordinator",
"tier": 9
}
},
"picture": "stephanie-pocci.webp"
},
{
"fullName": "Nicolas Renteria",
"positions": {
"S21": {
"title": "Marketing Chair",
"tier": 12
}
},
"picture": "nicolas-renteria.webp"
},
{
"fullName": "Wilbert Rodriguez",
"positions": {
"S21": {
"title": "Intern Program Manager",
"tier": 11
}
},
"picture": "wilbert-rodriguez.webp"
},
{
"fullName": "Samuel Sandoval",
"positions": {
"S21": {
"title": "Vice President, Dev Director",
"tier": 1
}
},
"picture": "samuel-sandoval.webp"
},
{
"fullName": "Kavit Sanghavi",
"positions": {
"S21": {
"title": "Algo Director",
"tier": 11
}
},
"picture": "kavit-sanghavi.webp"
},
{
"fullName": "Parth Sharma",
"positions": {
"S21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "parth-sharma.webp"
},
{
"fullName": "Justin Stitt",
"positions": {
"S22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "justin-stitt.webp"
},
{
"fullName": "Johnson Tong",
"positions": {
"S21": {
"title": "Workshop Manager",
"tier": 6
}
},
"picture": "johnson-tong.webp"
},
{
"fullName": "Alex Truong",
"positions": {
"F21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "alex-truong.webp"
},
{
"fullName": "Daniel Truong",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "daniel-truong.webp"
},
{
"fullName": "Samuel Valls",
"positions": {
"S21": {
"title": "Community Manager",
"tier": 10
},
"F21": {
"title": "Create Officer",
"tier": 17
},
"S22": {
"title": "Create Operations Manager",
"tier": 19
}
},
"picture": "samuel-valls.webp"
},
{
"fullName": "Karnikaa Velumani",
"positions": {
"F21": {
"title": "Vice President",
"tier": 1
},
"S22": {
"title": "Vice President",
"tier": 1
},
"F22": {
"title": "President",
"tier": 1
}
},
"picture": "karnikaa-velumani.webp"
},
{
"fullName": "Rina Watanabe",
"positions": {
"F21": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "rina-watanabe.webp"
},
{
"fullName": "Jason Wong",
"positions": {
"S22": {
"title": "Historian",
"tier": 13
}
},
"picture": "jason-wong.webp"
}
]
[
{
"fullName": "Armanul Ambia",
"positions": {
"S21": {
"title": "Dev Officer",
"tier": 21
},
"F21": {
"title": "Algo Director",
"tier": 14
},
"S22": {
"title": "Algo President",
"tier": 14
},
"F22": {
"title": "Algo Team Lead",
"tier": 14
}
},
"picture": "armanul-ambia.webp"
},
{
"fullName": "Jason Anthony",
"positions": {
"S21": {
"title": "Secretary",
"tier": 3
}
},
"picture": "jason-anthony.webp"
},
{
"fullName": "Angel Armendariz",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "angel-armendariz.webp"
},
{
"fullName": "Sami Bajwa",
"positions": {
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "Algo Officer, nodebuds Officer",
"tier": 15
}
},
"picture": "sami-bajwa.webp"
},
{
"fullName": "Johnathan Carranza",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "johnathan-carranza.webp"
},
{
"fullName": "Alan Cortez",
"positions": {
"S22": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "alan-cortez.webp"
},
{
"fullName": "Wesley Chou",
"positions": {
"S21": {
"title": "Dev Officer",
"tier": 21
},
"F21": {
"title": "Dev Director",
"tier": 20
},
"S22": {
"title": "Dev President",
"tier": 20
}
},
"picture": "wesley-chou.webp"
},
{
"fullName": "Ethan Davidson",
"positions": {
"S21": {
"title": "Webmaster",
"tier": 5
},
"F21": {
"title": "Webmaster",
"tier": 5
},
"S22": {
"title": "Webmaster",
"tier": 5
}
},
"picture": "ethan-davidson.webp"
},
{
"fullName": "Kevin Dillon",
"positions": {
"S21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "kevin-dillon.webp"
},
{
"fullName": "Duc Dinh",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "duc-dinh.webp"
},
{
"fullName": "Eduardo Gomez",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "eduardo-gomez.webp"
},
{
"fullName": "Nurhaliza Hassan",
"positions": {
"S22": {
"title": "Marketing Director",
"tier": 12
}
},
"picture": "nurhaliza-hassan.webp"
},
{
"fullName": "Lisa Hong",
"positions": {
"S21": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "lisa-hong.webp"
},
{
"fullName": "Joshua Hughes",
"positions": {
"S21": {
"title": "ICC Representative",
"tier": 8
}
},
"picture": "joshua-hughes.webp"
},
{
"fullName": "Iftekharul Islam",
"positions": {
"S22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "iftekharul-islam.webp"
},
{
"fullName": "Ibrahim Israr",
"positions": {
"S22": {
"title": "Secretary",
"tier": 3
}
},
"picture": "ibrahim-israr.webp"
},
{
"fullName": "Joel Anil John",
"positions": {
"S22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "joel-anil-john.webp"
},
{
"fullName": "Andy Lasso",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "andy-lasso.webp"
},
{
"fullName": "Andrew Lau",
"positions": {
"S21": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "andrew-lau.webp"
},
{
"fullName": "Minh Le",
"positions": {
"S22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "minh-le.webp"
},
{
"fullName": "Nguyen Le",
"positions": {
"S22": {
"title": "Data Analyst",
"tier": 7
}
},
"picture": "nguyen-le.webp"
},
{
"fullName": "Tommy Le",
"positions": {
"F21": {
"title": "Treasurer",
"tier": 4
},
"S22": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "tommy-le.webp"
},
{
"fullName": "Eugene Lee",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
},
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "eugene-lee.webp"
},
{
"fullName": "Nolan Lee",
"positions": {
"S22": {
"title": "Historian",
"tier": 13
}
},
"picture": "nolan-lee.webp"
},
{
"fullName": "Aaron Lieberman",
"positions": {
"S21": {
"title": "Internal Vice President, nodebuds Officer",
"tier": 2
},
"F21": {
"title": "President, nodebuds Officer",
"tier": 0
},
"S22": {
"title": "President, nodebuds Officer",
"tier": 0
}
},
"picture": "aaron-lieberman.webp"
},
{
"fullName": "Shaleen Mathur",
"positions": {
"S21": {
"title": "Workshop Manager",
"tier": 6
}
},
"picture": "shaleen-mathur.webp"
},
{
"fullName": "Ean McGilvery",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "ean-mcgilvery.webp"
},
{
"fullName": "Jorge Mejia",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
},
"S22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "jorge-mejia.webp"
},
{
"fullName": "Serena Naranjo",
"positions": {
"F21": {
"title": "Create Officer",
"tier": 17
},
"S22": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "serena-naranjo.webp"
},
{
"fullName": "Dalisa Nguyen",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "dalisa-nguyen.webp"
},
{
"fullName": "Kayla Nguyen",
"positions": {
"F21": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "kayla-nguyen.webp"
},
{
"fullName": "Jacob Nguyen",
"positions": {
"S21": {
"title": "President, Create Director, nodebuds Officer",
"tier": 0
}
},
"picture": "jacob-nguyen.webp"
},
{
"fullName": "Taylor Noh",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
},
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "taylor-noh.webp"
},
{
"fullName": "Kirsten Ochoa",
"positions": {
"S22": {
"title": "Create Project Developer",
"tier": 18
}
},
"picture": "kirsten-ochoa.webp"
},
{
"fullName": "Mike Ploythai",
"positions": {
"S21": {
"title": "Create Officer",
"tier": 17
},
"F21": {
"title": "Create Director, Marketing Chair",
"tier": 16
},
"S22": {
"title": "Create President",
"tier": 16
}
},
"picture": "mike-ploythai.webp"
},
{
"fullName": "Stephanie Pocci",
"positions": {
"S22": {
"title": "Event Coordinator",
"tier": 9
}
},
"picture": "stephanie-pocci.webp"
},
{
"fullName": "Nicolas Renteria",
"positions": {
"S21": {
"title": "Marketing Chair",
"tier": 12
}
},
"picture": "nicolas-renteria.webp"
},
{
"fullName": "Wilbert Rodriguez",
"positions": {
"S21": {
"title": "Intern Program Manager",
"tier": 11
}
},
"picture": "wilbert-rodriguez.webp"
},
{
"fullName": "Samuel Sandoval",
"positions": {
"S21": {
"title": "Vice President, Dev Director",
"tier": 1
}
},
"picture": "samuel-sandoval.webp"
},
{
"fullName": "Kavit Sanghavi",
"positions": {
"S21": {
"title": "Algo Director",
"tier": 11
}
},
"picture": "kavit-sanghavi.webp"
},
{
"fullName": "Parth Sharma",
"positions": {
"S21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "parth-sharma.webp"
},
{
"fullName": "Justin Stitt",
"positions": {
"S22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "justin-stitt.webp"
},
{
"fullName": "Johnson Tong",
"positions": {
"S21": {
"title": "Workshop Manager",
"tier": 6
}
},
"picture": "johnson-tong.webp"
},
{
"fullName": "Alex Truong",
"positions": {
"F21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "alex-truong.webp"
},
{
"fullName": "Daniel Truong",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "daniel-truong.webp"
},
{
"fullName": "Samuel Valls",
"positions": {
"S21": {
"title": "Community Manager",
"tier": 10
},
"F21": {
"title": "Create Officer",
"tier": 17
},
"S22": {
"title": "Create Operations Manager",
"tier": 19
}
},
"picture": "samuel-valls.webp"
},
{
"fullName": "Karnikaa Velumani",
"positions": {
"F21": {
"title": "Vice President",
"tier": 1
},
"S22": {
"title": "Vice President",
"tier": 1
},
"F22": {
"title": "President",
"tier": 1
}
},
"picture": "karnikaa-velumani.webp"
},
{
"fullName": "Rina Watanabe",
"positions": {
"F21": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "rina-watanabe.webp"
},
{
"fullName": "Jason Wong",
"positions": {
"S22": {
"title": "Historian",
"tier": 13
}
},
"picture": "jason-wong.webp"
}
]
[
{
"fullName": "Armanul Ambia",
"positions": {
"S21": {
"title": "Dev Officer",
"tier": 21
},
"F21": {
"title": "Algo Director",
"tier": 14
},
"S22": {
"title": "Algo President",
"tier": 14
},
"F22": {
"title": "Algo Team Lead",
"tier": 14
}
},
"picture": "armanul-ambia.webp"
},
{
"fullName": "Jason Anthony",
"positions": {
"S21": {
"title": "Secretary",
"tier": 3
}
},
"picture": "jason-anthony.webp"
},
{
"fullName": "Angel Armendariz",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "angel-armendariz.webp"
},
{
"fullName": "Sami Bajwa",
"positions": {
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "Algo Officer, nodebuds Officer",
"tier": 15
},
"F22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "sami-bajwa.webp"
},
{
"fullName": "Johnathan Carranza",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "johnathan-carranza.webp"
},
{
"fullName": "Alan Cortez",
"positions": {
"S22": {
"title": "Create Officer",
"tier": 17
},
"F22": {
"title": "Design Team Lead",
"tier": 17
}
},
"picture": "alan-cortez.webp"
},
{
"fullName": "Wesley Chou",
"positions": {
"S21": {
"title": "Dev Officer",
"tier": 21
},
"F21": {
"title": "Dev Director",
"tier": 20
},
"S22": {
"title": "Dev President",
"tier": 20
},
"F22": {
"title": "Marketing Co-Lead",
"tier": 23
}
},
"picture": "wesley-chou.webp"
},
{
"fullName": "Ethan Davidson",
"positions": {
"S21": {
"title": "Webmaster",
"tier": 5
},
"F21": {
"title": "Webmaster",
"tier": 5
},
"S22": {
"title": "Webmaster",
"tier": 5
},
"F22": {
"title": "Vice President/Webmaster",
"tier": 2
}
},
"picture": "ethan-davidson.webp"
},
{
"fullName": "Kevin Dillon",
"positions": {
"S21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "kevin-dillon.webp"
},
{
"fullName": "Duc Dinh",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
},
"F22": {
"title": "Special Events Officer",
"tier": 25
}
},
"picture": "duc-dinh.webp"
},
{
"fullName": "Eduardo Gomez",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "eduardo-gomez.webp"
},
{
"fullName": "Nurhaliza Hassan",
"positions": {
"S22": {
"title": "Marketing Director",
"tier": 12
},
"F22": {
"title": "Marketing Co-Lead",
"tier": 23
}
},
"picture": "nurhaliza-hassan.webp"
},
{
"fullName": "Lisa Hong",
"positions": {
"S21": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "lisa-hong.webp"
},
{
"fullName": "Joshua Hughes",
"positions": {
"S21": {
"title": "ICC Representative",
"tier": 8
}
},
"picture": "joshua-hughes.webp"
},
{
"fullName": "Iftekharul Islam",
"positions": {
"S22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "iftekharul-islam.webp"
},
{
"fullName": "Ibrahim Israr",
"positions": {
"S22": {
"title": "Secretary",
"tier": 3
}
},
"picture": "ibrahim-israr.webp"
},
{
"fullName": "Joel Anil John",
"positions": {
"S22": {
"title": "Dev Officer",
"tier": 21
},
"F22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "joel-anil-john.webp"
},
{
"fullName": "Andy Lasso",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "andy-lasso.webp"
},
{
"fullName": "Andrew Lau",
"positions": {
"S21": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "andrew-lau.webp"
},
{
"fullName": "Minh Le",
"positions": {
"S22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "minh-le.webp"
},
{
"fullName": "Nguyen Le",
"positions": {
"S22": {
"title": "Data Analyst",
"tier": 7
}
},
"picture": "nguyen-le.webp"
},
{
"fullName": "Tommy Le",
"positions": {
"F21": {
"title": "Treasurer",
"tier": 4
},
"S22": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "tommy-le.webp"
},
{
"fullName": "Eugene Lee",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
},
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "eugene-lee.webp"
},
{
"fullName": "Nolan Lee",
"positions": {
"S22": {
"title": "Historian",
"tier": 12
}
},
"picture": "nolan-lee.webp"
},
{
"fullName": "Aaron Lieberman",
"positions": {
"S21": {
"title": "Internal Vice President, nodebuds Officer",
"tier": 2
},
"F21": {
"title": "President, nodebuds Officer",
"tier": 0
},
"S22": {
"title": "President, nodebuds Officer",
"tier": 0
},
"F22": {
"title": "Special Events Team Lead",
"tier": 24
}
},
"picture": "aaron-lieberman.webp"
},
{
"fullName": "Shaleen Mathur",
"positions": {
"S21": {
"title": "Workshop Manager",
"tier": 6
}
},
"picture": "shaleen-mathur.webp"
},
{
"fullName": "Ean McGilvery",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "ean-mcgilvery.webp"
},
{
"fullName": "Jorge Mejia",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
},
"S22": {
"title": "Dev Officer",
"tier": 21
},
"F22": {
"title": "Design Officer",
"tier": 17
}
},
"picture": "jorge-mejia.webp"
},
{
"fullName": "Serena Naranjo",
"positions": {
"F21": {
"title": "Create Officer",
"tier": 17
},
"S22": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "serena-naranjo.webp"
},
{
"fullName": "Dalisa Nguyen",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "dalisa-nguyen.webp"
},
{
"fullName": "Kayla Nguyen",
"positions": {
"F21": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "kayla-nguyen.webp"
},
{
"fullName": "Jacob Nguyen",
"positions": {
"S21": {
"title": "President, Create Director, nodebuds Officer",
"tier": 0
},
"F22": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "jacob-nguyen.webp"
},
{
"fullName": "Taylor Noh",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
},
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "taylor-noh.webp"
},
{
"fullName": "Kirsten Ochoa",
"positions": {
"S22": {
"title": "Create Project Developer",
"tier": 18
},
"F22": {
"title": "Design Officer",
"tier": 18
}
},
"picture": "kirsten-ochoa.webp"
},
{
"fullName": "Mike Ploythai",
"positions": {
"S21": {
"title": "Create Officer",
"tier": 17
},
"F21": {
"title": "Create Director, Marketing Chair",
"tier": 16
},
"S22": {
"title": "Create President",
"tier": 16
}
},
"picture": "mike-ploythai.webp"
},
{
"fullName": "Stephanie Pocci",
"positions": {
"S22": {
"title": "Event Coordinator",
"tier": 9
},
"F22": {
"title": "Event Coordinator",
"tier": 9
}
},
"picture": "stephanie-pocci.webp"
},
{
"fullName": "Nicolas Renteria",
"positions": {
"S21": {
"title": "Marketing Chair",
"tier": 12
}
},
"picture": "nicolas-renteria.webp"
},
{
"fullName": "Wilbert Rodriguez",
"positions": {
"S21": {
"title": "Intern Program Manager",
"tier": 11
}
},
"picture": "wilbert-rodriguez.webp"
},
{
"fullName": "Samuel Sandoval",
"positions": {
"S21": {
"title": "Vice President, Dev Director",
"tier": 1
}
},
"picture": "samuel-sandoval.webp"
},
{
"fullName": "Kavit Sanghavi",
"positions": {
"S21": {
"title": "Algo Director",
"tier": 11
}
},
"picture": "kavit-sanghavi.webp"
},
{
"fullName": "Parth Sharma",
"positions": {
"S21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "parth-sharma.webp"
},
{
"fullName": "Justin Stitt",
"positions": {
"S22": {
"title": "Algo Officer",
"tier": 15
},
"F22": {
"title": "AI Team Lead",
"tier": 12
}
},
"picture": "justin-stitt.webp"
},
{
"fullName": "Johnson Tong",
"positions": {
"S21": {
"title": "Workshop Manager",
"tier": 6
}
},
"picture": "johnson-tong.webp"
},
{
"fullName": "Alex Truong",
"positions": {
"F21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "alex-truong.webp"
},
{
"fullName": "Daniel Truong",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
},
"F22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "daniel-truong.webp"
},
{
"fullName": "Samuel Valls",
"positions": {
"S21": {
"title": "Community Manager",
"tier": 10
},
"F21": {
"title": "Create Officer",
"tier": 17
},
"S22": {
"title": "Create Operations Manager",
"tier": 19
}
},
"picture": "samuel-valls.webp"
},
{
"fullName": "Karnikaa Velumani",
"positions": {
"F21": {
"title": "Vice President",
"tier": 1
},
"S22": {
"title": "Vice President",
"tier": 1
},
"F22": {
"title": "President",
"tier": 1
}
},
"picture": "karnikaa-velumani.webp"
},
{
"fullName": "Rina Watanabe",
"positions": {
"F21": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "rina-watanabe.webp"
},
{
"fullName": "Jason Wong",
"positions": {
"S22": {
"title": "Historian",
"tier": 13
},
"F22": {
"title": "Historian",
"tier": 11
}
},
"picture": "jason-wong.webp"
},
{
"fullName": "Alejandro Ramos",
"positions": {
"F22": {
"title": "Design Officer",
"tier": 17
}
},
"picture": "alejandro-ramos.webp"
},
{
"fullName": "Angel Santoyo",
"positions": {
"F22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "angel-santoyo.webp"
},
{
"fullName": "Charlie Taylor",
"positions": {
"F22": {
"title": "Dev Team Lead",
"tier": 20
}
},
"picture": "charlie-taylor.webp"
},
{
"fullName": "Yao Lin",
"positions": {
"F22": {
"title": "AI Officer",
"tier": 13
}
},
"picture": "yao-lin.webp"
},
{
"fullName": "Yao Lin",
"positions": {
"F22": {
"title": "AI Officer",
"tier": 13
}
},
// "picture": "yao-lin.webp"
}
]
[
{
"fullName": "Armanul Ambia",
"positions": {
"S21": {
"title": "Dev Officer",
"tier": 21
},
"F21": {
"title": "Algo Director",
"tier": 14
},
"S22": {
"title": "Algo President",
"tier": 14
},
"F22": {
"title": "Algo Team Lead",
"tier": 14
}
},
"picture": "armanul-ambia.webp"
},
{
"fullName": "Jason Anthony",
"positions": {
"S21": {
"title": "Secretary",
"tier": 3
}
},
"picture": "jason-anthony.webp"
},
{
"fullName": "Angel Armendariz",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "angel-armendariz.webp"
},
{
"fullName": "Sami Bajwa",
"positions": {
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "Algo Officer, nodebuds Officer",
"tier": 15
}
},
"picture": "sami-bajwa.webp"
},
{
"fullName": "Johnathan Carranza",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "johnathan-carranza.webp"
},
{
"fullName": "Alan Cortez",
"positions": {
"S22": {
"title": "Create Officer",
"tier": 17
},
"F22": {
"title": "Design Team Lead",
"tier": 17
}
},
"picture": "alan-cortez.webp"
},
{
"fullName": "Wesley Chou",
"positions": {
"S21": {
"title": "Dev Officer",
"tier": 21
},
"F21": {
"title": "Dev Director",
"tier": 20
},
"S22": {
"title": "Dev President",
"tier": 20
}
},
"picture": "wesley-chou.webp"
},
{
"fullName": "Ethan Davidson",
"positions": {
"S21": {
"title": "Webmaster",
"tier": 5
},
"F21": {
"title": "Webmaster",
"tier": 5
},
"S22": {
"title": "Webmaster",
"tier": 5
}
},
"picture": "ethan-davidson.webp"
},
{
"fullName": "Kevin Dillon",
"positions": {
"S21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "kevin-dillon.webp"
},
{
"fullName": "Duc Dinh",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "duc-dinh.webp"
},
{
"fullName": "Eduardo Gomez",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "eduardo-gomez.webp"
},
{
"fullName": "Nurhaliza Hassan",
"positions": {
"S22": {
"title": "Marketing Director",
"tier": 12
}
},
"picture": "nurhaliza-hassan.webp"
},
{
"fullName": "Lisa Hong",
"positions": {
"S21": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "lisa-hong.webp"
},
{
"fullName": "Joshua Hughes",
"positions": {
"S21": {
"title": "ICC Representative",
"tier": 8
}
},
"picture": "joshua-hughes.webp"
},
{
"fullName": "Iftekharul Islam",
"positions": {
"S22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "iftekharul-islam.webp"
},
{
"fullName": "Ibrahim Israr",
"positions": {
"S22": {
"title": "Secretary",
"tier": 3
}
},
"picture": "ibrahim-israr.webp"
},
{
"fullName": "Joel Anil John",
"positions": {
"S22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "joel-anil-john.webp"
},
{
"fullName": "Andy Lasso",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "andy-lasso.webp"
},
{
"fullName": "Andrew Lau",
"positions": {
"S21": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "andrew-lau.webp"
},
{
"fullName": "Minh Le",
"positions": {
"S22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "minh-le.webp"
},
{
"fullName": "Nguyen Le",
"positions": {
"S22": {
"title": "Data Analyst",
"tier": 7
}
},
"picture": "nguyen-le.webp"
},
{
"fullName": "Tommy Le",
"positions": {
"F21": {
"title": "Treasurer",
"tier": 4
},
"S22": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "tommy-le.webp"
},
{
"fullName": "Eugene Lee",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
},
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "eugene-lee.webp"
},
{
"fullName": "Nolan Lee",
"positions": {
"S22": {
"title": "Historian",
"tier": 13
}
},
"picture": "nolan-lee.webp"
},
{
"fullName": "Aaron Lieberman",
"positions": {
"S21": {
"title": "Internal Vice President, nodebuds Officer",
"tier": 2
},
"F21": {
"title": "President, nodebuds Officer",
"tier": 0
},
"S22": {
"title": "President, nodebuds Officer",
"tier": 0
},
"F22": {
"title": "Special Events Team Lead",
"tier": 14
}
},
"picture": "aaron-lieberman.webp"
},
{
"fullName": "Shaleen Mathur",
"positions": {
"S21": {
"title": "Workshop Manager",
"tier": 6
}
},
"picture": "shaleen-mathur.webp"
},
{
"fullName": "Ean McGilvery",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "ean-mcgilvery.webp"
},
{
"fullName": "Jorge Mejia",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
},
"S22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "jorge-mejia.webp"
},
{
"fullName": "Serena Naranjo",
"positions": {
"F21": {
"title": "Create Officer",
"tier": 17
},
"S22": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "serena-naranjo.webp"
},
{
"fullName": "Dalisa Nguyen",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "dalisa-nguyen.webp"
},
{
"fullName": "Kayla Nguyen",
"positions": {
"F21": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "kayla-nguyen.webp"
},
{
"fullName": "Jacob Nguyen",
"positions": {
"S21": {
"title": "President, Create Director, nodebuds Officer",
"tier": 0
}
},
"picture": "jacob-nguyen.webp"
},
{
"fullName": "Taylor Noh",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
},
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "taylor-noh.webp"
},
{
"fullName": "Kirsten Ochoa",
"positions": {
"S22": {
"title": "Create Project Developer",
"tier": 18
}
},
"picture": "kirsten-ochoa.webp"
},
{
"fullName": "Mike Ploythai",
"positions": {
"S21": {
"title": "Create Officer",
"tier": 17
},
"F21": {
"title": "Create Director, Marketing Chair",
"tier": 16
},
"S22": {
"title": "Create President",
"tier": 16
}
},
"picture": "mike-ploythai.webp"
},
{
"fullName": "Stephanie Pocci",
"positions": {
"S22": {
"title": "Event Coordinator",
"tier": 9
}
},
"picture": "stephanie-pocci.webp"
},
{
"fullName": "Nicolas Renteria",
"positions": {
"S21": {
"title": "Marketing Chair",
"tier": 12
}
},
"picture": "nicolas-renteria.webp"
},
{
"fullName": "Wilbert Rodriguez",
"positions": {
"S21": {
"title": "Intern Program Manager",
"tier": 11
}
},
"picture": "wilbert-rodriguez.webp"
},
{
"fullName": "Samuel Sandoval",
"positions": {
"S21": {
"title": "Vice President, Dev Director",
"tier": 1
}
},
"picture": "samuel-sandoval.webp"
},
{
"fullName": "Kavit Sanghavi",
"positions": {
"S21": {
"title": "Algo Director",
"tier": 11
}
},
"picture": "kavit-sanghavi.webp"
},
{
"fullName": "Parth Sharma",
"positions": {
"S21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "parth-sharma.webp"
},
{
"fullName": "Justin Stitt",
"positions": {
"S22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "justin-stitt.webp"
},
{
"fullName": "Johnson Tong",
"positions": {
"S21": {
"title": "Workshop Manager",
"tier": 6
}
},
"picture": "johnson-tong.webp"
},
{
"fullName": "Alex Truong",
"positions": {
"F21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "alex-truong.webp"
},
{
"fullName": "Daniel Truong",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "daniel-truong.webp"
},
{
"fullName": "Samuel Valls",
"positions": {
"S21": {
"title": "Community Manager",
"tier": 10
},
"F21": {
"title": "Create Officer",
"tier": 17
},
"S22": {
"title": "Create Operations Manager",
"tier": 19
}
},
"picture": "samuel-valls.webp"
},
{
"fullName": "Karnikaa Velumani",
"positions": {
"F21": {
"title": "Vice President",
"tier": 1
},
"S22": {
"title": "Vice President",
"tier": 1
},
"F22": {
"title": "President",
"tier": 1
}
},
"picture": "karnikaa-velumani.webp"
},
{
"fullName": "Rina Watanabe",
"positions": {
"F21": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "rina-watanabe.webp"
},
{
"fullName": "Jason Wong",
"positions": {
"S22": {
"title": "Historian",
"tier": 13
},
"F22": {
"title": "Historian",
"tier": 13
}
},
"picture": "jason-wong.webp"
}
]
[
{
"fullName": "Armanul Ambia",
"positions": {
"S21": {
"title": "Dev Officer",
"tier": 21
},
"F21": {
"title": "Algo Director",
"tier": 14
},
"S22": {
"title": "Algo President",
"tier": 14
},
"F22": {
"title": "Algo Team Lead",
"tier": 14
}
},
"picture": "armanul-ambia.webp"
},
{
"fullName": "Jason Anthony",
"positions": {
"S21": {
"title": "Secretary",
"tier": 3
}
},
"picture": "jason-anthony.webp"
},
{
"fullName": "Angel Armendariz",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "angel-armendariz.webp"
},
{
"fullName": "Sami Bajwa",
"positions": {
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "Algo Officer, nodebuds Officer",
"tier": 15
},
"F22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "sami-bajwa.webp"
},
{
"fullName": "Johnathan Carranza",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "johnathan-carranza.webp"
},
{
"fullName": "Alan Cortez",
"positions": {
"S22": {
"title": "Create Officer",
"tier": 17
},
"F22": {
"title": "Design Team Lead",
"tier": 17
}
},
"picture": "alan-cortez.webp"
},
{
"fullName": "Wesley Chou",
"positions": {
"S21": {
"title": "Dev Officer",
"tier": 21
},
"F21": {
"title": "Dev Director",
"tier": 20
},
"S22": {
"title": "Dev President",
"tier": 20
},
"F22": {
"title": "Marketing Co-Lead",
"tier": 23
}
},
"picture": "wesley-chou.webp"
},
{
"fullName": "Ethan Davidson",
"positions": {
"S21": {
"title": "Webmaster",
"tier": 5
},
"F21": {
"title": "Webmaster",
"tier": 5
},
"S22": {
"title": "Webmaster",
"tier": 5
},
"F22": {
"title": "Vice President/Webmaster",
"tier": 2
}
},
"picture": "ethan-davidson.webp"
},
{
"fullName": "Kevin Dillon",
"positions": {
"S21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "kevin-dillon.webp"
},
{
"fullName": "Duc Dinh",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
},
"F22": {
"title": "Special Events Officer",
"tier": 25
}
},
"picture": "duc-dinh.webp"
},
{
"fullName": "Eduardo Gomez",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "eduardo-gomez.webp"
},
{
"fullName": "Nurhaliza Hassan",
"positions": {
"S22": {
"title": "Marketing Director",
"tier": 12
},
"F22": {
"title": "Marketing Co-Lead",
"tier": 23
}
},
"picture": "nurhaliza-hassan.webp"
},
{
"fullName": "Lisa Hong",
"positions": {
"S21": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "lisa-hong.webp"
},
{
"fullName": "Joshua Hughes",
"positions": {
"S21": {
"title": "ICC Representative",
"tier": 8
}
},
"picture": "joshua-hughes.webp"
},
{
"fullName": "Iftekharul Islam",
"positions": {
"S22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "iftekharul-islam.webp"
},
{
"fullName": "Ibrahim Israr",
"positions": {
"S22": {
"title": "Secretary",
"tier": 3
}
},
"picture": "ibrahim-israr.webp"
},
{
"fullName": "Joel Anil John",
"positions": {
"S22": {
"title": "Dev Officer",
"tier": 21
},
"F22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "joel-anil-john.webp"
},
{
"fullName": "Andy Lasso",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "andy-lasso.webp"
},
{
"fullName": "Andrew Lau",
"positions": {
"S21": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "andrew-lau.webp"
},
{
"fullName": "Minh Le",
"positions": {
"S22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "minh-le.webp"
},
{
"fullName": "Nguyen Le",
"positions": {
"S22": {
"title": "Data Analyst",
"tier": 7
}
},
"picture": "nguyen-le.webp"
},
{
"fullName": "Tommy Le",
"positions": {
"F21": {
"title": "Treasurer",
"tier": 4
},
"S22": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "tommy-le.webp"
},
{
"fullName": "Eugene Lee",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
},
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "eugene-lee.webp"
},
{
"fullName": "Nolan Lee",
"positions": {
"S22": {
"title": "Historian",
"tier": 12
}
},
"picture": "nolan-lee.webp"
},
{
"fullName": "Aaron Lieberman",
"positions": {
"S21": {
"title": "Internal Vice President, nodebuds Officer",
"tier": 2
},
"F21": {
"title": "President, nodebuds Officer",
"tier": 0
},
"S22": {
"title": "President, nodebuds Officer",
"tier": 0
},
"F22": {
"title": "Special Events Team Lead",
"tier": 24
}
},
"picture": "aaron-lieberman.webp"
},
{
"fullName": "Shaleen Mathur",
"positions": {
"S21": {
"title": "Workshop Manager",
"tier": 6
}
},
"picture": "shaleen-mathur.webp"
},
{
"fullName": "Ean McGilvery",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "ean-mcgilvery.webp"
},
{
"fullName": "Jorge Mejia",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
},
"S22": {
"title": "Dev Officer",
"tier": 21
},
"F22": {
"title": "Design Officer",
"tier": 17
}
},
"picture": "jorge-mejia.webp"
},
{
"fullName": "Serena Naranjo",
"positions": {
"F21": {
"title": "Create Officer",
"tier": 17
},
"S22": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "serena-naranjo.webp"
},
{
"fullName": "Dalisa Nguyen",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "dalisa-nguyen.webp"
},
{
"fullName": "Kayla Nguyen",
"positions": {
"F21": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "kayla-nguyen.webp"
},
{
"fullName": "Jacob Nguyen",
"positions": {
"S21": {
"title": "President, Create Director, nodebuds Officer",
"tier": 0
},
"F22": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "jacob-nguyen.webp"
},
{
"fullName": "Taylor Noh",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
},
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "taylor-noh.webp"
},
{
"fullName": "Kirsten Ochoa",
"positions": {
"S22": {
"title": "Create Project Developer",
"tier": 18
},
"F22": {
"title": "Design Officer",
"tier": 18
}
},
"picture": "kirsten-ochoa.webp"
},
{
"fullName": "Mike Ploythai",
"positions": {
"S21": {
"title": "Create Officer",
"tier": 17
},
"F21": {
"title": "Create Director, Marketing Chair",
"tier": 16
},
"S22": {
"title": "Create President",
"tier": 16
}
},
"picture": "mike-ploythai.webp"
},
{
"fullName": "Stephanie Pocci",
"positions": {
"S22": {
"title": "Event Coordinator",
"tier": 9
},
"F22": {
"title": "Event Coordinator",
"tier": 9
}
},
"picture": "stephanie-pocci.webp"
},
{
"fullName": "Nicolas Renteria",
"positions": {
"S21": {
"title": "Marketing Chair",
"tier": 12
}
},
"picture": "nicolas-renteria.webp"
},
{
"fullName": "Wilbert Rodriguez",
"positions": {
"S21": {
"title": "Intern Program Manager",
"tier": 11
}
},
"picture": "wilbert-rodriguez.webp"
},
{
"fullName": "Samuel Sandoval",
"positions": {
"S21": {
"title": "Vice President, Dev Director",
"tier": 1
}
},
"picture": "samuel-sandoval.webp"
},
{
"fullName": "Kavit Sanghavi",
"positions": {
"S21": {
"title": "Algo Director",
"tier": 11
}
},
"picture": "kavit-sanghavi.webp"
},
{
"fullName": "Parth Sharma",
"positions": {
"S21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "parth-sharma.webp"
},
{
"fullName": "Justin Stitt",
"positions": {
"S22": {
"title": "Algo Officer",
"tier": 15
},
"F22": {
"title": "AI Team Lead",
"tier": 12
}
},
"picture": "justin-stitt.webp"
},
{
"fullName": "Johnson Tong",
"positions": {
"S21": {
"title": "Workshop Manager",
"tier": 6
}
},
"picture": "johnson-tong.webp"
},
{
"fullName": "Alex Truong",
"positions": {
"F21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "alex-truong.webp"
},
{
"fullName": "Daniel Truong",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
},
"F22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "daniel-truong.webp"
},
{
"fullName": "Samuel Valls",
"positions": {
"S21": {
"title": "Community Manager",
"tier": 10
},
"F21": {
"title": "Create Officer",
"tier": 17
},
"S22": {
"title": "Create Operations Manager",
"tier": 19
}
},
"picture": "samuel-valls.webp"
},
{
"fullName": "Karnikaa Velumani",
"positions": {
"F21": {
"title": "Vice President",
"tier": 1
},
"S22": {
"title": "Vice President",
"tier": 1
},
"F22": {
"title": "President",
"tier": 1
}
},
"picture": "karnikaa-velumani.webp"
},
{
"fullName": "Rina Watanabe",
"positions": {
"F21": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "rina-watanabe.webp"
},
{
"fullName": "Jason Wong",
"positions": {
"S22": {
"title": "Historian",
"tier": 13
},
"F22": {
"title": "Historian",
"tier": 11
}
},
"picture": "jason-wong.webp"
},
{
"fullName": "Alejandro Ramos",
"positions": {
"F22": {
"title": "Design Officer",
"tier": 17
}
},
"picture": "alejandro-ramos.webp"
},
{
"fullName": "Angel Santoyo",
"positions": {
"F22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "angel-santoyo.webp"
},
{
"fullName": "Charlie Taylor",
"positions": {
"F22": {
"title": "Dev Team Lead",
"tier": 20
}
},
"picture": "charlie-taylor.webp"
},
{
"fullName": "Yao Lin",
"positions": {
"F22": {
"title": "AI Officer",
"tier": 13
}
},
"picture": "yao-lin.webp"
},
{
"fullName": "Sara Sadek",
"positions": {
"F22": {
"title": "AI Officer",
"tier": 13
}
},
"picture": "placeholder.webp"
},
{
"fullName": "Arish Imam",
"positions": {
"F22": {
"title": "AI Officer",
"tier": 13
}
},
"picture": "placeholder.webp"
}
]
[
{
"fullName": "Armanul Ambia",
"positions": {
"S21": {
"title": "Dev Officer",
"tier": 21
},
"F21": {
"title": "Algo Director",
"tier": 14
},
"S22": {
"title": "Algo President",
"tier": 14
},
"F22": {
"title": "Algo Team Lead",
"tier": 14
}
},
"picture": "armanul-ambia.webp"
},
{
"fullName": "Jason Anthony",
"positions": {
"S21": {
"title": "Secretary",
"tier": 3
}
},
"picture": "jason-anthony.webp"
},
{
"fullName": "Angel Armendariz",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "angel-armendariz.webp"
},
{
"fullName": "Sami Bajwa",
"positions": {
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "Algo Officer, nodebuds Officer",
"tier": 15
}
},
"picture": "sami-bajwa.webp"
},
{
"fullName": "Johnathan Carranza",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "johnathan-carranza.webp"
},
{
"fullName": "Alan Cortez",
"positions": {
"S22": {
"title": "Create Officer",
"tier": 17
},
"F22": {
"title": "Design Team Lead",
"tier": 17
}
},
"picture": "alan-cortez.webp"
},
{
"fullName": "Wesley Chou",
"positions": {
"S21": {
"title": "Dev Officer",
"tier": 21
},
"F21": {
"title": "Dev Director",
"tier": 20
},
"S22": {
"title": "Dev President",
"tier": 20
}
},
"picture": "wesley-chou.webp"
},
{
"fullName": "Ethan Davidson",
"positions": {
"S21": {
"title": "Webmaster",
"tier": 5
},
"F21": {
"title": "Webmaster",
"tier": 5
},
"S22": {
"title": "Webmaster",
"tier": 5
},
"F22": {
"title": "Vice President/Webmaster",
"tier": 2
}
},
"picture": "ethan-davidson.webp"
},
{
"fullName": "Kevin Dillon",
"positions": {
"S21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "kevin-dillon.webp"
},
{
"fullName": "Duc Dinh",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "duc-dinh.webp"
},
{
"fullName": "Eduardo Gomez",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "eduardo-gomez.webp"
},
{
"fullName": "Nurhaliza Hassan",
"positions": {
"S22": {
"title": "Marketing Director",
"tier": 12
}
},
"picture": "nurhaliza-hassan.webp"
},
{
"fullName": "Lisa Hong",
"positions": {
"S21": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "lisa-hong.webp"
},
{
"fullName": "Joshua Hughes",
"positions": {
"S21": {
"title": "ICC Representative",
"tier": 8
}
},
"picture": "joshua-hughes.webp"
},
{
"fullName": "Iftekharul Islam",
"positions": {
"S22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "iftekharul-islam.webp"
},
{
"fullName": "Ibrahim Israr",
"positions": {
"S22": {
"title": "Secretary",
"tier": 3
}
},
"picture": "ibrahim-israr.webp"
},
{
"fullName": "Joel Anil John",
"positions": {
"S22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "joel-anil-john.webp"
},
{
"fullName": "Andy Lasso",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "andy-lasso.webp"
},
{
"fullName": "Andrew Lau",
"positions": {
"S21": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "andrew-lau.webp"
},
{
"fullName": "Minh Le",
"positions": {
"S22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "minh-le.webp"
},
{
"fullName": "Nguyen Le",
"positions": {
"S22": {
"title": "Data Analyst",
"tier": 7
}
},
"picture": "nguyen-le.webp"
},
{
"fullName": "Tommy Le",
"positions": {
"F21": {
"title": "Treasurer",
"tier": 4
},
"S22": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "tommy-le.webp"
},
{
"fullName": "Eugene Lee",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
},
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "eugene-lee.webp"
},
{
"fullName": "Nolan Lee",
"positions": {
"S22": {
"title": "Historian",
"tier": 13
}
},
"picture": "nolan-lee.webp"
},
{
"fullName": "Aaron Lieberman",
"positions": {
"S21": {
"title": "Internal Vice President, nodebuds Officer",
"tier": 2
},
"F21": {
"title": "President, nodebuds Officer",
"tier": 0
},
"S22": {
"title": "President, nodebuds Officer",
"tier": 0
},
"F22": {
"title": "Special Events Team Lead",
"tier": 14
}
},
"picture": "aaron-lieberman.webp"
},
{
"fullName": "Shaleen Mathur",
"positions": {
"S21": {
"title": "Workshop Manager",
"tier": 6
}
},
"picture": "shaleen-mathur.webp"
},
{
"fullName": "Ean McGilvery",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "ean-mcgilvery.webp"
},
{
"fullName": "Jorge Mejia",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
},
"S22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "jorge-mejia.webp"
},
{
"fullName": "Serena Naranjo",
"positions": {
"F21": {
"title": "Create Officer",
"tier": 17
},
"S22": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "serena-naranjo.webp"
},
{
"fullName": "Dalisa Nguyen",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "dalisa-nguyen.webp"
},
{
"fullName": "Kayla Nguyen",
"positions": {
"F21": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "kayla-nguyen.webp"
},
{
"fullName": "Jacob Nguyen",
"positions": {
"S21": {
"title": "President, Create Director, nodebuds Officer",
"tier": 0
}
},
"picture": "jacob-nguyen.webp"
},
{
"fullName": "Taylor Noh",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
},
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "taylor-noh.webp"
},
{
"fullName": "Kirsten Ochoa",
"positions": {
"S22": {
"title": "Create Project Developer",
"tier": 18
},
"F22": {
"title": "Design Officer",
"tier": 18
}
},
"picture": "kirsten-ochoa.webp"
},
{
"fullName": "Mike Ploythai",
"positions": {
"S21": {
"title": "Create Officer",
"tier": 17
},
"F21": {
"title": "Create Director, Marketing Chair",
"tier": 16
},
"S22": {
"title": "Create President",
"tier": 16
}
},
"picture": "mike-ploythai.webp"
},
{
"fullName": "Stephanie Pocci",
"positions": {
"S22": {
"title": "Event Coordinator",
"tier": 9
},
"F22": {
"title": "Event Coordinator",
"tier": 9
}
},
"picture": "stephanie-pocci.webp"
},
{
"fullName": "Nicolas Renteria",
"positions": {
"S21": {
"title": "Marketing Chair",
"tier": 12
}
},
"picture": "nicolas-renteria.webp"
},
{
"fullName": "Wilbert Rodriguez",
"positions": {
"S21": {
"title": "Intern Program Manager",
"tier": 11
}
},
"picture": "wilbert-rodriguez.webp"
},
{
"fullName": "Samuel Sandoval",
"positions": {
"S21": {
"title": "Vice President, Dev Director",
"tier": 1
}
},
"picture": "samuel-sandoval.webp"
},
{
"fullName": "Kavit Sanghavi",
"positions": {
"S21": {
"title": "Algo Director",
"tier": 11
}
},
"picture": "kavit-sanghavi.webp"
},
{
"fullName": "Parth Sharma",
"positions": {
"S21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "parth-sharma.webp"
},
{
"fullName": "Justin Stitt",
"positions": {
"S22": {
"title": "Algo Officer",
"tier": 15
},
"S22": {
"title": "Algo Officer",
"tier": 15
},
},
"picture": "justin-stitt.webp"
},
{
"fullName": "Johnson Tong",
"positions": {
"S21": {
"title": "Workshop Manager",
"tier": 6
}
},
"picture": "johnson-tong.webp"
},
{
"fullName": "Alex Truong",
"positions": {
"F21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "alex-truong.webp"
},
{
"fullName": "Daniel Truong",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "daniel-truong.webp"
},
{
"fullName": "Samuel Valls",
"positions": {
"S21": {
"title": "Community Manager",
"tier": 10
},
"F21": {
"title": "Create Officer",
"tier": 17
},
"S22": {
"title": "Create Operations Manager",
"tier": 19
}
},
"picture": "samuel-valls.webp"
},
{
"fullName": "Karnikaa Velumani",
"positions": {
"F21": {
"title": "Vice President",
"tier": 1
},
"S22": {
"title": "Vice President",
"tier": 1
},
"F22": {
"title": "President",
"tier": 1
}
},
"picture": "karnikaa-velumani.webp"
},
{
"fullName": "Rina Watanabe",
"positions": {
"F21": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "rina-watanabe.webp"
},
{
"fullName": "Jason Wong",
"positions": {
"S22": {
"title": "Historian",
"tier": 13
},
"F22": {
"title": "Historian",
"tier": 13
}
},
"picture": "jason-wong.webp"
}
]
[
{
"fullName": "Armanul Ambia",
"positions": {
"S21": {
"title": "Dev Officer",
"tier": 21
},
"F21": {
"title": "Algo Director",
"tier": 14
},
"S22": {
"title": "Algo President",
"tier": 14
},
"F22": {
"title": "Algo Team Lead",
"tier": 14
}
},
"picture": "armanul-ambia.webp"
},
{
"fullName": "Jason Anthony",
"positions": {
"S21": {
"title": "Secretary",
"tier": 3
}
},
"picture": "jason-anthony.webp"
},
{
"fullName": "Angel Armendariz",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "angel-armendariz.webp"
},
{
"fullName": "Sami Bajwa",
"positions": {
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "Algo Officer, nodebuds Officer",
"tier": 15
},
"F22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "sami-bajwa.webp"
},
{
"fullName": "Johnathan Carranza",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "johnathan-carranza.webp"
},
{
"fullName": "Alan Cortez",
"positions": {
"S22": {
"title": "Create Officer",
"tier": 17
},
"F22": {
"title": "Design Team Lead",
"tier": 17
}
},
"picture": "alan-cortez.webp"
},
{
"fullName": "Wesley Chou",
"positions": {
"S21": {
"title": "Dev Officer",
"tier": 21
},
"F21": {
"title": "Dev Director",
"tier": 20
},
"S22": {
"title": "Dev President",
"tier": 20
}
},
"picture": "wesley-chou.webp"
},
{
"fullName": "Ethan Davidson",
"positions": {
"S21": {
"title": "Webmaster",
"tier": 5
},
"F21": {
"title": "Webmaster",
"tier": 5
},
"S22": {
"title": "Webmaster",
"tier": 5
},
"F22": {
"title": "Vice President/Webmaster",
"tier": 2
}
},
"picture": "ethan-davidson.webp"
},
{
"fullName": "Kevin Dillon",
"positions": {
"S21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "kevin-dillon.webp"
},
{
"fullName": "Duc Dinh",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "duc-dinh.webp"
},
{
"fullName": "Eduardo Gomez",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "eduardo-gomez.webp"
},
{
"fullName": "Nurhaliza Hassan",
"positions": {
"S22": {
"title": "Marketing Director",
"tier": 12
}
},
"picture": "nurhaliza-hassan.webp"
},
{
"fullName": "Lisa Hong",
"positions": {
"S21": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "lisa-hong.webp"
},
{
"fullName": "Joshua Hughes",
"positions": {
"S21": {
"title": "ICC Representative",
"tier": 8
}
},
"picture": "joshua-hughes.webp"
},
{
"fullName": "Iftekharul Islam",
"positions": {
"S22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "iftekharul-islam.webp"
},
{
"fullName": "Ibrahim Israr",
"positions": {
"S22": {
"title": "Secretary",
"tier": 3
}
},
"picture": "ibrahim-israr.webp"
},
{
"fullName": "Joel Anil John",
"positions": {
"S22": {
"title": "Dev Officer",
"tier": 21
},
"F22": {
"title": "Algo Officer",
"tier": 21
}
},
"picture": "joel-anil-john.webp"
},
{
"fullName": "Andy Lasso",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "andy-lasso.webp"
},
{
"fullName": "Andrew Lau",
"positions": {
"S21": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "andrew-lau.webp"
},
{
"fullName": "Minh Le",
"positions": {
"S22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "minh-le.webp"
},
{
"fullName": "Nguyen Le",
"positions": {
"S22": {
"title": "Data Analyst",
"tier": 7
}
},
"picture": "nguyen-le.webp"
},
{
"fullName": "Tommy Le",
"positions": {
"F21": {
"title": "Treasurer",
"tier": 4
},
"S22": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "tommy-le.webp"
},
{
"fullName": "Eugene Lee",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
},
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "eugene-lee.webp"
},
{
"fullName": "Nolan Lee",
"positions": {
"S22": {
"title": "Historian",
"tier": 13
}
},
"picture": "nolan-lee.webp"
},
{
"fullName": "Aaron Lieberman",
"positions": {
"S21": {
"title": "Internal Vice President, nodebuds Officer",
"tier": 2
},
"F21": {
"title": "President, nodebuds Officer",
"tier": 0
},
"S22": {
"title": "President, nodebuds Officer",
"tier": 0
},
"F22": {
"title": "Special Events Team Lead",
"tier": 14
}
},
"picture": "aaron-lieberman.webp"
},
{
"fullName": "Shaleen Mathur",
"positions": {
"S21": {
"title": "Workshop Manager",
"tier": 6
}
},
"picture": "shaleen-mathur.webp"
},
{
"fullName": "Ean McGilvery",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "ean-mcgilvery.webp"
},
{
"fullName": "Jorge Mejia",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
},
"S22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "jorge-mejia.webp"
},
{
"fullName": "Serena Naranjo",
"positions": {
"F21": {
"title": "Create Officer",
"tier": 17
},
"S22": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "serena-naranjo.webp"
},
{
"fullName": "Dalisa Nguyen",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "dalisa-nguyen.webp"
},
{
"fullName": "Kayla Nguyen",
"positions": {
"F21": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "kayla-nguyen.webp"
},
{
"fullName": "Jacob Nguyen",
"positions": {
"S21": {
"title": "President, Create Director, nodebuds Officer",
"tier": 0
},
"F22": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "jacob-nguyen.webp"
},
{
"fullName": "Taylor Noh",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
},
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "taylor-noh.webp"
},
{
"fullName": "Kirsten Ochoa",
"positions": {
"S22": {
"title": "Create Project Developer",
"tier": 18
},
"F22": {
"title": "Design Officer",
"tier": 18
}
},
"picture": "kirsten-ochoa.webp"
},
{
"fullName": "Mike Ploythai",
"positions": {
"S21": {
"title": "Create Officer",
"tier": 17
},
"F21": {
"title": "Create Director, Marketing Chair",
"tier": 16
},
"S22": {
"title": "Create President",
"tier": 16
}
},
"picture": "mike-ploythai.webp"
},
{
"fullName": "Stephanie Pocci",
"positions": {
"S22": {
"title": "Event Coordinator",
"tier": 9
},
"F22": {
"title": "Event Coordinator",
"tier": 9
}
},
"picture": "stephanie-pocci.webp"
},
{
"fullName": "Nicolas Renteria",
"positions": {
"S21": {
"title": "Marketing Chair",
"tier": 12
}
},
"picture": "nicolas-renteria.webp"
},
{
"fullName": "Wilbert Rodriguez",
"positions": {
"S21": {
"title": "Intern Program Manager",
"tier": 11
}
},
"picture": "wilbert-rodriguez.webp"
},
{
"fullName": "Samuel Sandoval",
"positions": {
"S21": {
"title": "Vice President, Dev Director",
"tier": 1
}
},
"picture": "samuel-sandoval.webp"
},
{
"fullName": "Kavit Sanghavi",
"positions": {
"S21": {
"title": "Algo Director",
"tier": 11
}
},
"picture": "kavit-sanghavi.webp"
},
{
"fullName": "Parth Sharma",
"positions": {
"S21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "parth-sharma.webp"
},
{
"fullName": "Justin Stitt",
"positions": {
"S22": {
"title": "Algo Officer",
"tier": 15
},
"F22": {
"title": "AI Team Lead",
"tier": 15
}
},
"picture": "justin-stitt.webp"
},
{
"fullName": "Johnson Tong",
"positions": {
"S21": {
"title": "Workshop Manager",
"tier": 6
}
},
"picture": "johnson-tong.webp"
},
{
"fullName": "Alex Truong",
"positions": {
"F21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "alex-truong.webp"
},
{
"fullName": "Daniel Truong",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "daniel-truong.webp"
},
{
"fullName": "Samuel Valls",
"positions": {
"S21": {
"title": "Community Manager",
"tier": 10
},
"F21": {
"title": "Create Officer",
"tier": 17
},
"S22": {
"title": "Create Operations Manager",
"tier": 19
}
},
"picture": "samuel-valls.webp"
},
{
"fullName": "Karnikaa Velumani",
"positions": {
"F21": {
"title": "Vice President",
"tier": 1
},
"S22": {
"title": "Vice President",
"tier": 1
},
"F22": {
"title": "President",
"tier": 1
}
},
"picture": "karnikaa-velumani.webp"
},
{
"fullName": "Rina Watanabe",
"positions": {
"F21": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "rina-watanabe.webp"
},
{
"fullName": "Jason Wong",
"positions": {
"S22": {
"title": "Historian",
"tier": 13
},
"F22": {
"title": "Historian",
"tier": 13
}
},
"picture": "jason-wong.webp"
}
]
[
{
"fullName": "Armanul Ambia",
"positions": {
"S21": {
"title": "Dev Officer",
"tier": 21
},
"F21": {
"title": "Algo Director",
"tier": 14
},
"S22": {
"title": "Algo President",
"tier": 14
},
"F22": {
"title": "Algo Team Lead",
"tier": 14
}
},
"picture": "armanul-ambia.webp"
},
{
"fullName": "Jason Anthony",
"positions": {
"S21": {
"title": "Secretary",
"tier": 3
}
},
"picture": "jason-anthony.webp"
},
{
"fullName": "Angel Armendariz",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "angel-armendariz.webp"
},
{
"fullName": "Sami Bajwa",
"positions": {
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "Algo Officer, nodebuds Officer",
"tier": 15
},
"F22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "sami-bajwa.webp"
},
{
"fullName": "Johnathan Carranza",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "johnathan-carranza.webp"
},
{
"fullName": "Alan Cortez",
"positions": {
"S22": {
"title": "Create Officer",
"tier": 17
},
"F22": {
"title": "Design Team Lead",
"tier": 17
}
},
"picture": "alan-cortez.webp"
},
{
"fullName": "Wesley Chou",
"positions": {
"S21": {
"title": "Dev Officer",
"tier": 21
},
"F21": {
"title": "Dev Director",
"tier": 20
},
"S22": {
"title": "Dev President",
"tier": 20
},
"F22": {
"title": "Marketing Co-Lead",
"tier": 12
}
},
"picture": "wesley-chou.webp"
},
{
"fullName": "Ethan Davidson",
"positions": {
"S21": {
"title": "Webmaster",
"tier": 5
},
"F21": {
"title": "Webmaster",
"tier": 5
},
"S22": {
"title": "Webmaster",
"tier": 5
},
"F22": {
"title": "Vice President/Webmaster",
"tier": 2
}
},
"picture": "ethan-davidson.webp"
},
{
"fullName": "Kevin Dillon",
"positions": {
"S21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "kevin-dillon.webp"
},
{
"fullName": "Duc Dinh",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
},
"F22": {
"title": "Special Events Officer",
"tier": 24
}
},
"picture": "duc-dinh.webp"
},
{
"fullName": "Eduardo Gomez",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "eduardo-gomez.webp"
},
{
"fullName": "Nurhaliza Hassan",
"positions": {
"S22": {
"title": "Marketing Director",
"tier": 12
},
"F22": {
"title": "Marketing Co-Lead",
"tier": 12
}
},
"picture": "nurhaliza-hassan.webp"
},
{
"fullName": "Lisa Hong",
"positions": {
"S21": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "lisa-hong.webp"
},
{
"fullName": "Joshua Hughes",
"positions": {
"S21": {
"title": "ICC Representative",
"tier": 8
}
},
"picture": "joshua-hughes.webp"
},
{
"fullName": "Iftekharul Islam",
"positions": {
"S22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "iftekharul-islam.webp"
},
{
"fullName": "Ibrahim Israr",
"positions": {
"S22": {
"title": "Secretary",
"tier": 3
}
},
"picture": "ibrahim-israr.webp"
},
{
"fullName": "Joel Anil John",
"positions": {
"S22": {
"title": "Dev Officer",
"tier": 21
},
"F22": {
"title": "Algo Officer",
"tier": 21
}
},
"picture": "joel-anil-john.webp"
},
{
"fullName": "Andy Lasso",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "andy-lasso.webp"
},
{
"fullName": "Andrew Lau",
"positions": {
"S21": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "andrew-lau.webp"
},
{
"fullName": "Minh Le",
"positions": {
"S22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "minh-le.webp"
},
{
"fullName": "Nguyen Le",
"positions": {
"S22": {
"title": "Data Analyst",
"tier": 7
}
},
"picture": "nguyen-le.webp"
},
{
"fullName": "Tommy Le",
"positions": {
"F21": {
"title": "Treasurer",
"tier": 4
},
"S22": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "tommy-le.webp"
},
{
"fullName": "Eugene Lee",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
},
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "eugene-lee.webp"
},
{
"fullName": "Nolan Lee",
"positions": {
"S22": {
"title": "Historian",
"tier": 13
}
},
"picture": "nolan-lee.webp"
},
{
"fullName": "Aaron Lieberman",
"positions": {
"S21": {
"title": "Internal Vice President, nodebuds Officer",
"tier": 2
},
"F21": {
"title": "President, nodebuds Officer",
"tier": 0
},
"S22": {
"title": "President, nodebuds Officer",
"tier": 0
},
"F22": {
"title": "Special Events Team Lead",
"tier": 23
}
},
"picture": "aaron-lieberman.webp"
},
{
"fullName": "Shaleen Mathur",
"positions": {
"S21": {
"title": "Workshop Manager",
"tier": 6
}
},
"picture": "shaleen-mathur.webp"
},
{
"fullName": "Ean McGilvery",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "ean-mcgilvery.webp"
},
{
"fullName": "Jorge Mejia",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
},
"S22": {
"title": "Dev Officer",
"tier": 21
},
"F22": {
"title": "Design Officer",
"tier": 17
}
},
"picture": "jorge-mejia.webp"
},
{
"fullName": "Serena Naranjo",
"positions": {
"F21": {
"title": "Create Officer",
"tier": 17
},
"S22": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "serena-naranjo.webp"
},
{
"fullName": "Dalisa Nguyen",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "dalisa-nguyen.webp"
},
{
"fullName": "Kayla Nguyen",
"positions": {
"F21": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "kayla-nguyen.webp"
},
{
"fullName": "Jacob Nguyen",
"positions": {
"S21": {
"title": "President, Create Director, nodebuds Officer",
"tier": 0
},
"F22": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "jacob-nguyen.webp"
},
{
"fullName": "Taylor Noh",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
},
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "taylor-noh.webp"
},
{
"fullName": "Kirsten Ochoa",
"positions": {
"S22": {
"title": "Create Project Developer",
"tier": 18
},
"F22": {
"title": "Design Officer",
"tier": 18
}
},
"picture": "kirsten-ochoa.webp"
},
{
"fullName": "Mike Ploythai",
"positions": {
"S21": {
"title": "Create Officer",
"tier": 17
},
"F21": {
"title": "Create Director, Marketing Chair",
"tier": 16
},
"S22": {
"title": "Create President",
"tier": 16
}
},
"picture": "mike-ploythai.webp"
},
{
"fullName": "Stephanie Pocci",
"positions": {
"S22": {
"title": "Event Coordinator",
"tier": 9
},
"F22": {
"title": "Event Coordinator",
"tier": 9
}
},
"picture": "stephanie-pocci.webp"
},
{
"fullName": "Nicolas Renteria",
"positions": {
"S21": {
"title": "Marketing Chair",
"tier": 12
}
},
"picture": "nicolas-renteria.webp"
},
{
"fullName": "Wilbert Rodriguez",
"positions": {
"S21": {
"title": "Intern Program Manager",
"tier": 11
}
},
"picture": "wilbert-rodriguez.webp"
},
{
"fullName": "Samuel Sandoval",
"positions": {
"S21": {
"title": "Vice President, Dev Director",
"tier": 1
}
},
"picture": "samuel-sandoval.webp"
},
{
"fullName": "Kavit Sanghavi",
"positions": {
"S21": {
"title": "Algo Director",
"tier": 11
}
},
"picture": "kavit-sanghavi.webp"
},
{
"fullName": "Parth Sharma",
"positions": {
"S21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "parth-sharma.webp"
},
{
"fullName": "Justin Stitt",
"positions": {
"S22": {
"title": "Algo Officer",
"tier": 15
},
"F22": {
"title": "AI Team Lead",
"tier": 15
}
},
"picture": "justin-stitt.webp"
},
{
"fullName": "Johnson Tong",
"positions": {
"S21": {
"title": "Workshop Manager",
"tier": 6
}
},
"picture": "johnson-tong.webp"
},
{
"fullName": "Alex Truong",
"positions": {
"F21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "alex-truong.webp"
},
{
"fullName": "Daniel Truong",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
},
"F22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "daniel-truong.webp"
},
{
"fullName": "Samuel Valls",
"positions": {
"S21": {
"title": "Community Manager",
"tier": 10
},
"F21": {
"title": "Create Officer",
"tier": 17
},
"S22": {
"title": "Create Operations Manager",
"tier": 19
}
},
"picture": "samuel-valls.webp"
},
{
"fullName": "Karnikaa Velumani",
"positions": {
"F21": {
"title": "Vice President",
"tier": 1
},
"S22": {
"title": "Vice President",
"tier": 1
},
"F22": {
"title": "President",
"tier": 1
}
},
"picture": "karnikaa-velumani.webp"
},
{
"fullName": "Rina Watanabe",
"positions": {
"F21": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "rina-watanabe.webp"
},
{
"fullName": "Jason Wong",
"positions": {
"S22": {
"title": "Historian",
"tier": 13
},
"F22": {
"title": "Historian",
"tier": 13
}
},
"picture": "jason-wong.webp"
},
{
"fullName": "Alejandro Ramos",
"positions": {
"F22": {
"title": "Design Officer",
"tier": 17
}
},
"picture": "alejandro-ramos.webp"
}
]
[
{
"fullName": "Armanul Ambia",
"positions": {
"S21": {
"title": "Dev Officer",
"tier": 21
},
"F21": {
"title": "Algo Director",
"tier": 14
},
"S22": {
"title": "Algo President",
"tier": 14
},
"F22": {
"title": "Algo Team Lead",
"tier": 14
}
},
"picture": "armanul-ambia.webp"
},
{
"fullName": "Jason Anthony",
"positions": {
"S21": {
"title": "Secretary",
"tier": 3
}
},
"picture": "jason-anthony.webp"
},
{
"fullName": "Angel Armendariz",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "angel-armendariz.webp"
},
{
"fullName": "Sami Bajwa",
"positions": {
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "Algo Officer, nodebuds Officer",
"tier": 15
},
"F22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "sami-bajwa.webp"
},
{
"fullName": "Johnathan Carranza",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "johnathan-carranza.webp"
},
{
"fullName": "Alan Cortez",
"positions": {
"S22": {
"title": "Create Officer",
"tier": 17
},
"F22": {
"title": "Design Team Lead",
"tier": 17
}
},
"picture": "alan-cortez.webp"
},
{
"fullName": "Wesley Chou",
"positions": {
"S21": {
"title": "Dev Officer",
"tier": 21
},
"F21": {
"title": "Dev Director",
"tier": 20
},
"S22": {
"title": "Dev President",
"tier": 20
},
"F22": {
"title": "Marketing Co-Lead",
"tier": 12
}
},
"picture": "wesley-chou.webp"
},
{
"fullName": "Ethan Davidson",
"positions": {
"S21": {
"title": "Webmaster",
"tier": 5
},
"F21": {
"title": "Webmaster",
"tier": 5
},
"S22": {
"title": "Webmaster",
"tier": 5
},
"F22": {
"title": "Vice President/Webmaster",
"tier": 2
}
},
"picture": "ethan-davidson.webp"
},
{
"fullName": "Kevin Dillon",
"positions": {
"S21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "kevin-dillon.webp"
},
{
"fullName": "Duc Dinh",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "duc-dinh.webp"
},
{
"fullName": "Eduardo Gomez",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "eduardo-gomez.webp"
},
{
"fullName": "Nurhaliza Hassan",
"positions": {
"S22": {
"title": "Marketing Director",
"tier": 12
}
},
"picture": "nurhaliza-hassan.webp"
},
{
"fullName": "Lisa Hong",
"positions": {
"S21": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "lisa-hong.webp"
},
{
"fullName": "Joshua Hughes",
"positions": {
"S21": {
"title": "ICC Representative",
"tier": 8
}
},
"picture": "joshua-hughes.webp"
},
{
"fullName": "Iftekharul Islam",
"positions": {
"S22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "iftekharul-islam.webp"
},
{
"fullName": "Ibrahim Israr",
"positions": {
"S22": {
"title": "Secretary",
"tier": 3
}
},
"picture": "ibrahim-israr.webp"
},
{
"fullName": "Joel Anil John",
"positions": {
"S22": {
"title": "Dev Officer",
"tier": 21
},
"F22": {
"title": "Algo Officer",
"tier": 21
}
},
"picture": "joel-anil-john.webp"
},
{
"fullName": "Andy Lasso",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "andy-lasso.webp"
},
{
"fullName": "Andrew Lau",
"positions": {
"S21": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "andrew-lau.webp"
},
{
"fullName": "Minh Le",
"positions": {
"S22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "minh-le.webp"
},
{
"fullName": "Nguyen Le",
"positions": {
"S22": {
"title": "Data Analyst",
"tier": 7
}
},
"picture": "nguyen-le.webp"
},
{
"fullName": "Tommy Le",
"positions": {
"F21": {
"title": "Treasurer",
"tier": 4
},
"S22": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "tommy-le.webp"
},
{
"fullName": "Eugene Lee",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
},
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "eugene-lee.webp"
},
{
"fullName": "Nolan Lee",
"positions": {
"S22": {
"title": "Historian",
"tier": 13
}
},
"picture": "nolan-lee.webp"
},
{
"fullName": "Aaron Lieberman",
"positions": {
"S21": {
"title": "Internal Vice President, nodebuds Officer",
"tier": 2
},
"F21": {
"title": "President, nodebuds Officer",
"tier": 0
},
"S22": {
"title": "President, nodebuds Officer",
"tier": 0
},
"F22": {
"title": "Special Events Team Lead",
"tier": 14
}
},
"picture": "aaron-lieberman.webp"
},
{
"fullName": "Shaleen Mathur",
"positions": {
"S21": {
"title": "Workshop Manager",
"tier": 6
}
},
"picture": "shaleen-mathur.webp"
},
{
"fullName": "Ean McGilvery",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "ean-mcgilvery.webp"
},
{
"fullName": "Jorge Mejia",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
},
"S22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "jorge-mejia.webp"
},
{
"fullName": "Serena Naranjo",
"positions": {
"F21": {
"title": "Create Officer",
"tier": 17
},
"S22": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "serena-naranjo.webp"
},
{
"fullName": "Dalisa Nguyen",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "dalisa-nguyen.webp"
},
{
"fullName": "Kayla Nguyen",
"positions": {
"F21": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "kayla-nguyen.webp"
},
{
"fullName": "Jacob Nguyen",
"positions": {
"S21": {
"title": "President, Create Director, nodebuds Officer",
"tier": 0
},
"F22": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "jacob-nguyen.webp"
},
{
"fullName": "Taylor Noh",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
},
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "taylor-noh.webp"
},
{
"fullName": "Kirsten Ochoa",
"positions": {
"S22": {
"title": "Create Project Developer",
"tier": 18
},
"F22": {
"title": "Design Officer",
"tier": 18
}
},
"picture": "kirsten-ochoa.webp"
},
{
"fullName": "Mike Ploythai",
"positions": {
"S21": {
"title": "Create Officer",
"tier": 17
},
"F21": {
"title": "Create Director, Marketing Chair",
"tier": 16
},
"S22": {
"title": "Create President",
"tier": 16
}
},
"picture": "mike-ploythai.webp"
},
{
"fullName": "Stephanie Pocci",
"positions": {
"S22": {
"title": "Event Coordinator",
"tier": 9
},
"F22": {
"title": "Event Coordinator",
"tier": 9
}
},
"picture": "stephanie-pocci.webp"
},
{
"fullName": "Nicolas Renteria",
"positions": {
"S21": {
"title": "Marketing Chair",
"tier": 12
}
},
"picture": "nicolas-renteria.webp"
},
{
"fullName": "Wilbert Rodriguez",
"positions": {
"S21": {
"title": "Intern Program Manager",
"tier": 11
}
},
"picture": "wilbert-rodriguez.webp"
},
{
"fullName": "Samuel Sandoval",
"positions": {
"S21": {
"title": "Vice President, Dev Director",
"tier": 1
}
},
"picture": "samuel-sandoval.webp"
},
{
"fullName": "Kavit Sanghavi",
"positions": {
"S21": {
"title": "Algo Director",
"tier": 11
}
},
"picture": "kavit-sanghavi.webp"
},
{
"fullName": "Parth Sharma",
"positions": {
"S21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "parth-sharma.webp"
},
{
"fullName": "Justin Stitt",
"positions": {
"S22": {
"title": "Algo Officer",
"tier": 15
},
"F22": {
"title": "AI Team Lead",
"tier": 15
}
},
"picture": "justin-stitt.webp"
},
{
"fullName": "Johnson Tong",
"positions": {
"S21": {
"title": "Workshop Manager",
"tier": 6
}
},
"picture": "johnson-tong.webp"
},
{
"fullName": "Alex Truong",
"positions": {
"F21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "alex-truong.webp"
},
{
"fullName": "Daniel Truong",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
},
"F22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "daniel-truong.webp"
},
{
"fullName": "Samuel Valls",
"positions": {
"S21": {
"title": "Community Manager",
"tier": 10
},
"F21": {
"title": "Create Officer",
"tier": 17
},
"S22": {
"title": "Create Operations Manager",
"tier": 19
}
},
"picture": "samuel-valls.webp"
},
{
"fullName": "Karnikaa Velumani",
"positions": {
"F21": {
"title": "Vice President",
"tier": 1
},
"S22": {
"title": "Vice President",
"tier": 1
},
"F22": {
"title": "President",
"tier": 1
}
},
"picture": "karnikaa-velumani.webp"
},
{
"fullName": "Rina Watanabe",
"positions": {
"F21": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "rina-watanabe.webp"
},
{
"fullName": "Jason Wong",
"positions": {
"S22": {
"title": "Historian",
"tier": 13
},
"F22": {
"title": "Historian",
"tier": 13
}
},
"picture": "jason-wong.webp"
}
]
[
{
"fullName": "Armanul Ambia",
"positions": {
"S21": {
"title": "Dev Officer",
"tier": 21
},
"F21": {
"title": "Algo Director",
"tier": 14
},
"S22": {
"title": "Algo President",
"tier": 14
},
"F22": {
"title": "Algo Team Lead",
"tier": 14
}
},
"picture": "armanul-ambia.webp"
},
{
"fullName": "Jason Anthony",
"positions": {
"S21": {
"title": "Secretary",
"tier": 3
}
},
"picture": "jason-anthony.webp"
},
{
"fullName": "Angel Armendariz",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "angel-armendariz.webp"
},
{
"fullName": "Sami Bajwa",
"positions": {
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "Algo Officer, nodebuds Officer",
"tier": 15
},
"F22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "sami-bajwa.webp"
},
{
"fullName": "Johnathan Carranza",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "johnathan-carranza.webp"
},
{
"fullName": "Alan Cortez",
"positions": {
"S22": {
"title": "Create Officer",
"tier": 17
},
"F22": {
"title": "Design Team Lead",
"tier": 17
}
},
"picture": "alan-cortez.webp"
},
{
"fullName": "Wesley Chou",
"positions": {
"S21": {
"title": "Dev Officer",
"tier": 21
},
"F21": {
"title": "Dev Director",
"tier": 20
},
"S22": {
"title": "Dev President",
"tier": 20
},
"F22": {
"title": "Marketing Co-Lead",
"tier": 23
}
},
"picture": "wesley-chou.webp"
},
{
"fullName": "Ethan Davidson",
"positions": {
"S21": {
"title": "Webmaster",
"tier": 5
},
"F21": {
"title": "Webmaster",
"tier": 5
},
"S22": {
"title": "Webmaster",
"tier": 5
},
"F22": {
"title": "Vice President/Webmaster",
"tier": 2
}
},
"picture": "ethan-davidson.webp"
},
{
"fullName": "Kevin Dillon",
"positions": {
"S21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "kevin-dillon.webp"
},
{
"fullName": "Duc Dinh",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
},
"F22": {
"title": "Special Events Officer",
"tier": 24
}
},
"picture": "duc-dinh.webp"
},
{
"fullName": "Eduardo Gomez",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "eduardo-gomez.webp"
},
{
"fullName": "Nurhaliza Hassan",
"positions": {
"S22": {
"title": "Marketing Director",
"tier": 12
},
"F22": {
"title": "Marketing Co-Lead",
"tier": 23
}
},
"picture": "nurhaliza-hassan.webp"
},
{
"fullName": "Lisa Hong",
"positions": {
"S21": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "lisa-hong.webp"
},
{
"fullName": "Joshua Hughes",
"positions": {
"S21": {
"title": "ICC Representative",
"tier": 8
}
},
"picture": "joshua-hughes.webp"
},
{
"fullName": "Iftekharul Islam",
"positions": {
"S22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "iftekharul-islam.webp"
},
{
"fullName": "Ibrahim Israr",
"positions": {
"S22": {
"title": "Secretary",
"tier": 3
}
},
"picture": "ibrahim-israr.webp"
},
{
"fullName": "Joel Anil John",
"positions": {
"S22": {
"title": "Dev Officer",
"tier": 21
},
"F22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "joel-anil-john.webp"
},
{
"fullName": "Andy Lasso",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "andy-lasso.webp"
},
{
"fullName": "Andrew Lau",
"positions": {
"S21": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "andrew-lau.webp"
},
{
"fullName": "Minh Le",
"positions": {
"S22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "minh-le.webp"
},
{
"fullName": "Nguyen Le",
"positions": {
"S22": {
"title": "Data Analyst",
"tier": 7
}
},
"picture": "nguyen-le.webp"
},
{
"fullName": "Tommy Le",
"positions": {
"F21": {
"title": "Treasurer",
"tier": 4
},
"S22": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "tommy-le.webp"
},
{
"fullName": "Eugene Lee",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
},
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "eugene-lee.webp"
},
{
"fullName": "Nolan Lee",
"positions": {
"S22": {
"title": "Historian",
"tier": 13
}
},
"picture": "nolan-lee.webp"
},
{
"fullName": "Aaron Lieberman",
"positions": {
"S21": {
"title": "Internal Vice President, nodebuds Officer",
"tier": 2
},
"F21": {
"title": "President, nodebuds Officer",
"tier": 0
},
"S22": {
"title": "President, nodebuds Officer",
"tier": 0
},
"F22": {
"title": "Special Events Team Lead",
"tier": 23
}
},
"picture": "aaron-lieberman.webp"
},
{
"fullName": "Shaleen Mathur",
"positions": {
"S21": {
"title": "Workshop Manager",
"tier": 6
}
},
"picture": "shaleen-mathur.webp"
},
{
"fullName": "Ean McGilvery",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "ean-mcgilvery.webp"
},
{
"fullName": "Jorge Mejia",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
},
"S22": {
"title": "Dev Officer",
"tier": 21
},
"F22": {
"title": "Design Officer",
"tier": 17
}
},
"picture": "jorge-mejia.webp"
},
{
"fullName": "Serena Naranjo",
"positions": {
"F21": {
"title": "Create Officer",
"tier": 17
},
"S22": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "serena-naranjo.webp"
},
{
"fullName": "Dalisa Nguyen",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "dalisa-nguyen.webp"
},
{
"fullName": "Kayla Nguyen",
"positions": {
"F21": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "kayla-nguyen.webp"
},
{
"fullName": "Jacob Nguyen",
"positions": {
"S21": {
"title": "President, Create Director, nodebuds Officer",
"tier": 0
},
"F22": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "jacob-nguyen.webp"
},
{
"fullName": "Taylor Noh",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
},
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "taylor-noh.webp"
},
{
"fullName": "Kirsten Ochoa",
"positions": {
"S22": {
"title": "Create Project Developer",
"tier": 18
},
"F22": {
"title": "Design Officer",
"tier": 18
}
},
"picture": "kirsten-ochoa.webp"
},
{
"fullName": "Mike Ploythai",
"positions": {
"S21": {
"title": "Create Officer",
"tier": 17
},
"F21": {
"title": "Create Director, Marketing Chair",
"tier": 16
},
"S22": {
"title": "Create President",
"tier": 16
}
},
"picture": "mike-ploythai.webp"
},
{
"fullName": "Stephanie Pocci",
"positions": {
"S22": {
"title": "Event Coordinator",
"tier": 9
},
"F22": {
"title": "Event Coordinator",
"tier": 9
}
},
"picture": "stephanie-pocci.webp"
},
{
"fullName": "Nicolas Renteria",
"positions": {
"S21": {
"title": "Marketing Chair",
"tier": 12
}
},
"picture": "nicolas-renteria.webp"
},
{
"fullName": "Wilbert Rodriguez",
"positions": {
"S21": {
"title": "Intern Program Manager",
"tier": 11
}
},
"picture": "wilbert-rodriguez.webp"
},
{
"fullName": "Samuel Sandoval",
"positions": {
"S21": {
"title": "Vice President, Dev Director",
"tier": 1
}
},
"picture": "samuel-sandoval.webp"
},
{
"fullName": "Kavit Sanghavi",
"positions": {
"S21": {
"title": "Algo Director",
"tier": 11
}
},
"picture": "kavit-sanghavi.webp"
},
{
"fullName": "Parth Sharma",
"positions": {
"S21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "parth-sharma.webp"
},
{
"fullName": "Justin Stitt",
"positions": {
"S22": {
"title": "Algo Officer",
"tier": 15
},
"F22": {
"title": "AI Team Lead",
"tier": 15
}
},
"picture": "justin-stitt.webp"
},
{
"fullName": "Johnson Tong",
"positions": {
"S21": {
"title": "Workshop Manager",
"tier": 6
}
},
"picture": "johnson-tong.webp"
},
{
"fullName": "Alex Truong",
"positions": {
"F21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "alex-truong.webp"
},
{
"fullName": "Daniel Truong",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
},
"F22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "daniel-truong.webp"
},
{
"fullName": "Samuel Valls",
"positions": {
"S21": {
"title": "Community Manager",
"tier": 10
},
"F21": {
"title": "Create Officer",
"tier": 17
},
"S22": {
"title": "Create Operations Manager",
"tier": 19
}
},
"picture": "samuel-valls.webp"
},
{
"fullName": "Karnikaa Velumani",
"positions": {
"F21": {
"title": "Vice President",
"tier": 1
},
"S22": {
"title": "Vice President",
"tier": 1
},
"F22": {
"title": "President",
"tier": 1
}
},
"picture": "karnikaa-velumani.webp"
},
{
"fullName": "Rina Watanabe",
"positions": {
"F21": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "rina-watanabe.webp"
},
{
"fullName": "Jason Wong",
"positions": {
"S22": {
"title": "Historian",
"tier": 13
},
"F22": {
"title": "Historian",
"tier": 13
}
},
"picture": "jason-wong.webp"
},
{
"fullName": "Alejandro Ramos",
"positions": {
"F22": {
"title": "Design Officer",
"tier": 17
}
},
"picture": "alejandro-ramos.webp"
},
{
"fullName": "Angel Santoyo",
"positions": {
"F22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "angel-santoyo.webp"
}
]
[
{
"fullName": "Armanul Ambia",
"positions": {
"S21": {
"title": "Dev Officer",
"tier": 21
},
"F21": {
"title": "Algo Director",
"tier": 14
},
"S22": {
"title": "Algo President",
"tier": 14
},
"F22": {
"title": "Algo Team Lead",
"tier": 14
}
},
"picture": "armanul-ambia.webp"
},
{
"fullName": "Jason Anthony",
"positions": {
"S21": {
"title": "Secretary",
"tier": 3
}
},
"picture": "jason-anthony.webp"
},
{
"fullName": "Angel Armendariz",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "angel-armendariz.webp"
},
{
"fullName": "Sami Bajwa",
"positions": {
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "Algo Officer, nodebuds Officer",
"tier": 15
},
"F22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "sami-bajwa.webp"
},
{
"fullName": "Johnathan Carranza",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "johnathan-carranza.webp"
},
{
"fullName": "Alan Cortez",
"positions": {
"S22": {
"title": "Create Officer",
"tier": 17
},
"F22": {
"title": "Design Team Lead",
"tier": 17
}
},
"picture": "alan-cortez.webp"
},
{
"fullName": "Wesley Chou",
"positions": {
"S21": {
"title": "Dev Officer",
"tier": 21
},
"F21": {
"title": "Dev Director",
"tier": 20
},
"S22": {
"title": "Dev President",
"tier": 20
},
"F22": {
"title": "Marketing Co-Lead",
"tier": 12
}
},
"picture": "wesley-chou.webp"
},
{
"fullName": "Ethan Davidson",
"positions": {
"S21": {
"title": "Webmaster",
"tier": 5
},
"F21": {
"title": "Webmaster",
"tier": 5
},
"S22": {
"title": "Webmaster",
"tier": 5
},
"F22": {
"title": "Vice President/Webmaster",
"tier": 2
}
},
"picture": "ethan-davidson.webp"
},
{
"fullName": "Kevin Dillon",
"positions": {
"S21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "kevin-dillon.webp"
},
{
"fullName": "Duc Dinh",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
},
"F22": {
"title": "Special Events Officer",
"tier": 23
}
},
"picture": "duc-dinh.webp"
},
{
"fullName": "Eduardo Gomez",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "eduardo-gomez.webp"
},
{
"fullName": "Nurhaliza Hassan",
"positions": {
"S22": {
"title": "Marketing Director",
"tier": 12
},
"F22": {
"title": "Marketing Co-Lead",
"tier": 12
}
},
"picture": "nurhaliza-hassan.webp"
},
{
"fullName": "Lisa Hong",
"positions": {
"S21": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "lisa-hong.webp"
},
{
"fullName": "Joshua Hughes",
"positions": {
"S21": {
"title": "ICC Representative",
"tier": 8
}
},
"picture": "joshua-hughes.webp"
},
{
"fullName": "Iftekharul Islam",
"positions": {
"S22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "iftekharul-islam.webp"
},
{
"fullName": "Ibrahim Israr",
"positions": {
"S22": {
"title": "Secretary",
"tier": 3
}
},
"picture": "ibrahim-israr.webp"
},
{
"fullName": "Joel Anil John",
"positions": {
"S22": {
"title": "Dev Officer",
"tier": 21
},
"F22": {
"title": "Algo Officer",
"tier": 21
}
},
"picture": "joel-anil-john.webp"
},
{
"fullName": "Andy Lasso",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "andy-lasso.webp"
},
{
"fullName": "Andrew Lau",
"positions": {
"S21": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "andrew-lau.webp"
},
{
"fullName": "Minh Le",
"positions": {
"S22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "minh-le.webp"
},
{
"fullName": "Nguyen Le",
"positions": {
"S22": {
"title": "Data Analyst",
"tier": 7
}
},
"picture": "nguyen-le.webp"
},
{
"fullName": "Tommy Le",
"positions": {
"F21": {
"title": "Treasurer",
"tier": 4
},
"S22": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "tommy-le.webp"
},
{
"fullName": "Eugene Lee",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
},
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "eugene-lee.webp"
},
{
"fullName": "Nolan Lee",
"positions": {
"S22": {
"title": "Historian",
"tier": 13
}
},
"picture": "nolan-lee.webp"
},
{
"fullName": "Aaron Lieberman",
"positions": {
"S21": {
"title": "Internal Vice President, nodebuds Officer",
"tier": 2
},
"F21": {
"title": "President, nodebuds Officer",
"tier": 0
},
"S22": {
"title": "President, nodebuds Officer",
"tier": 0
},
"F22": {
"title": "Special Events Team Lead",
"tier": 23
}
},
"picture": "aaron-lieberman.webp"
},
{
"fullName": "Shaleen Mathur",
"positions": {
"S21": {
"title": "Workshop Manager",
"tier": 6
}
},
"picture": "shaleen-mathur.webp"
},
{
"fullName": "Ean McGilvery",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "ean-mcgilvery.webp"
},
{
"fullName": "Jorge Mejia",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
},
"S22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "jorge-mejia.webp"
},
{
"fullName": "Serena Naranjo",
"positions": {
"F21": {
"title": "Create Officer",
"tier": 17
},
"S22": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "serena-naranjo.webp"
},
{
"fullName": "Dalisa Nguyen",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "dalisa-nguyen.webp"
},
{
"fullName": "Kayla Nguyen",
"positions": {
"F21": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "kayla-nguyen.webp"
},
{
"fullName": "Jacob Nguyen",
"positions": {
"S21": {
"title": "President, Create Director, nodebuds Officer",
"tier": 0
},
"F22": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "jacob-nguyen.webp"
},
{
"fullName": "Taylor Noh",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
},
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "taylor-noh.webp"
},
{
"fullName": "Kirsten Ochoa",
"positions": {
"S22": {
"title": "Create Project Developer",
"tier": 18
},
"F22": {
"title": "Design Officer",
"tier": 18
}
},
"picture": "kirsten-ochoa.webp"
},
{
"fullName": "Mike Ploythai",
"positions": {
"S21": {
"title": "Create Officer",
"tier": 17
},
"F21": {
"title": "Create Director, Marketing Chair",
"tier": 16
},
"S22": {
"title": "Create President",
"tier": 16
}
},
"picture": "mike-ploythai.webp"
},
{
"fullName": "Stephanie Pocci",
"positions": {
"S22": {
"title": "Event Coordinator",
"tier": 9
},
"F22": {
"title": "Event Coordinator",
"tier": 9
}
},
"picture": "stephanie-pocci.webp"
},
{
"fullName": "Nicolas Renteria",
"positions": {
"S21": {
"title": "Marketing Chair",
"tier": 12
}
},
"picture": "nicolas-renteria.webp"
},
{
"fullName": "Wilbert Rodriguez",
"positions": {
"S21": {
"title": "Intern Program Manager",
"tier": 11
}
},
"picture": "wilbert-rodriguez.webp"
},
{
"fullName": "Samuel Sandoval",
"positions": {
"S21": {
"title": "Vice President, Dev Director",
"tier": 1
}
},
"picture": "samuel-sandoval.webp"
},
{
"fullName": "Kavit Sanghavi",
"positions": {
"S21": {
"title": "Algo Director",
"tier": 11
}
},
"picture": "kavit-sanghavi.webp"
},
{
"fullName": "Parth Sharma",
"positions": {
"S21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "parth-sharma.webp"
},
{
"fullName": "Justin Stitt",
"positions": {
"S22": {
"title": "Algo Officer",
"tier": 15
},
"F22": {
"title": "AI Team Lead",
"tier": 15
}
},
"picture": "justin-stitt.webp"
},
{
"fullName": "Johnson Tong",
"positions": {
"S21": {
"title": "Workshop Manager",
"tier": 6
}
},
"picture": "johnson-tong.webp"
},
{
"fullName": "Alex Truong",
"positions": {
"F21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "alex-truong.webp"
},
{
"fullName": "Daniel Truong",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
},
"F22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "daniel-truong.webp"
},
{
"fullName": "Samuel Valls",
"positions": {
"S21": {
"title": "Community Manager",
"tier": 10
},
"F21": {
"title": "Create Officer",
"tier": 17
},
"S22": {
"title": "Create Operations Manager",
"tier": 19
}
},
"picture": "samuel-valls.webp"
},
{
"fullName": "Karnikaa Velumani",
"positions": {
"F21": {
"title": "Vice President",
"tier": 1
},
"S22": {
"title": "Vice President",
"tier": 1
},
"F22": {
"title": "President",
"tier": 1
}
},
"picture": "karnikaa-velumani.webp"
},
{
"fullName": "Rina Watanabe",
"positions": {
"F21": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "rina-watanabe.webp"
},
{
"fullName": "Jason Wong",
"positions": {
"S22": {
"title": "Historian",
"tier": 13
},
"F22": {
"title": "Historian",
"tier": 13
}
},
"picture": "jason-wong.webp"
}
]
{"version":1,"resource":"file:///c%3A/Users/Jason/Documents/Github/acmcsuf.com/src/lib/constants/officers.json","entries":[{"id":"MU7I.json","timestamp":1661762192482},{"id":"Gv3t.json","timestamp":1661762399243},{"id":"3puC.json","timestamp":1661762427293},{"id":"0i2q.json","timestamp":1661762461615},{"id":"QwYe.json","timestamp":1661762492449},{"id":"PALz.json","timestamp":1661762509194},{"id":"8Z2q.json","timestamp":1661762530390},{"id":"hzBZ.json","timestamp":1661762552473},{"id":"r94t.json","timestamp":1661762591415},{"id":"g5jc.json","timestamp":1661762625709},{"id":"bzob.json","timestamp":1661762704269},{"id":"hDfV.json","source":"undoRedo.source","timestamp":1661762707111},{"id":"LPO7.json","timestamp":1661762713320},{"id":"nd6X.json","timestamp":1661762757680},{"id":"guTc.json","timestamp":1661762804469},{"id":"pYPI.json","timestamp":1661762818120},{"id":"c1ho.json","timestamp":1661762850511},{"id":"TEkc.json","timestamp":1661762880778},{"id":"QDPi.json","timestamp":1661762944612},{"id":"vAOr.json","timestamp":1661762960544},{"id":"DTsl.json","source":"Workspace Edit","timestamp":1661763032315},{"id":"zOpn.json","timestamp":1661763040305},{"id":"hS1y.json","timestamp":1661763095768},{"id":"E2Hc.json","timestamp":1661763152042},{"id":"MUFL.json","timestamp":1661763164712},{"id":"jpYU.json","timestamp":1661763536047},{"id":"dK99.json","timestamp":1661765322778},{"id":"xC6Y.json","timestamp":1661765372545},{"id":"sJQq.json","timestamp":1661765387643},{"id":"zYrg.json","timestamp":1661765401649},{"id":"dyA8.json","timestamp":1661765853423},{"id":"OHfy.json","timestamp":1661765874318},{"id":"IvTH.json","timestamp":1661765887337},{"id":"tRXn.json","timestamp":1661765920061},{"id":"jvzi.json","timestamp":1661767546023},{"id":"vXjV.json","timestamp":1661767556494},{"id":"MWW7.json","timestamp":1661767579528},{"id":"M2xZ.json","timestamp":1661839877826},{"id":"tb3u.json","timestamp":1661839938090},{"id":"HQuU.json","source":"undoRedo.source","timestamp":1661839942150},{"id":"H08A.json","timestamp":1661839950136},{"id":"8tsW.json","timestamp":1661841220496},{"id":"Xr5o.json","source":"undoRedo.source","timestamp":1661841222760},{"id":"gPwS.json","timestamp":1661841231782},{"id":"n59j.json","source":"undoRedo.source","timestamp":1661841250368},{"id":"wpxT.json","timestamp":1661841258449},{"id":"G1A3.json","timestamp":1663052121397},{"id":"9OGy.json","timestamp":1663052296063}]}
[
{
"fullName": "Armanul Ambia",
"positions": {
"S21": {
"title": "Dev Officer",
"tier": 21
},
"F21": {
"title": "Algo Director",
"tier": 14
},
"S22": {
"title": "Algo President",
"tier": 14
},
"F22": {
"title": "Algo Team Lead",
"tier": 14
}
},
"picture": "armanul-ambia.webp"
},
{
"fullName": "Jason Anthony",
"positions": {
"S21": {
"title": "Secretary",
"tier": 3
}
},
"picture": "jason-anthony.webp"
},
{
"fullName": "Angel Armendariz",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "angel-armendariz.webp"
},
{
"fullName": "Sami Bajwa",
"positions": {
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "Algo Officer, nodebuds Officer",
"tier": 15
},
"F22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "sami-bajwa.webp"
},
{
"fullName": "Johnathan Carranza",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "johnathan-carranza.webp"
},
{
"fullName": "Alan Cortez",
"positions": {
"S22": {
"title": "Create Officer",
"tier": 17
},
"F22": {
"title": "Design Team Lead",
"tier": 17
}
},
"picture": "alan-cortez.webp"
},
{
"fullName": "Wesley Chou",
"positions": {
"S21": {
"title": "Dev Officer",
"tier": 21
},
"F21": {
"title": "Dev Director",
"tier": 20
},
"S22": {
"title": "Dev President",
"tier": 20
},
"F22": {
"title": "Marketing Co-Lead",
"tier": 23
}
},
"picture": "wesley-chou.webp"
},
{
"fullName": "Ethan Davidson",
"positions": {
"S21": {
"title": "Webmaster",
"tier": 5
},
"F21": {
"title": "Webmaster",
"tier": 5
},
"S22": {
"title": "Webmaster",
"tier": 5
},
"F22": {
"title": "Vice President/Webmaster",
"tier": 2
},
"null": {}
},
"picture": "ethan-davidson.webp"
},
{
"fullName": "Kevin Dillon",
"positions": {
"S21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "kevin-dillon.webp"
},
{
"fullName": "Duc Dinh",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
},
"F22": {
"title": "Special Events Officer",
"tier": 25
}
},
"picture": "duc-dinh.webp"
},
{
"fullName": "Eduardo Gomez",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "eduardo-gomez.webp"
},
{
"fullName": "Nurhaliza Hassan",
"positions": {
"S22": {
"title": "Marketing Director",
"tier": 12
},
"F22": {
"title": "Marketing Co-Lead",
"tier": 23
}
},
"picture": "nurhaliza-hassan.webp"
},
{
"fullName": "Lisa Hong",
"positions": {
"S21": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "lisa-hong.webp"
},
{
"fullName": "Joshua Hughes",
"positions": {
"S21": {
"title": "ICC Representative",
"tier": 8
}
},
"picture": "joshua-hughes.webp"
},
{
"fullName": "Iftekharul Islam",
"positions": {
"S22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "iftekharul-islam.webp"
},
{
"fullName": "Ibrahim Israr",
"positions": {
"S22": {
"title": "Secretary",
"tier": 3
}
},
"picture": "ibrahim-israr.webp"
},
{
"fullName": "Joel Anil John",
"positions": {
"S22": {
"title": "Dev Officer",
"tier": 21
},
"F22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "joel-anil-john.webp"
},
{
"fullName": "Andy Lasso",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "andy-lasso.webp"
},
{
"fullName": "Andrew Lau",
"positions": {
"S21": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "andrew-lau.webp"
},
{
"fullName": "Minh Le",
"positions": {
"S22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "minh-le.webp"
},
{
"fullName": "Nguyen Le",
"positions": {
"S22": {
"title": "Data Analyst",
"tier": 7
}
},
"picture": "nguyen-le.webp"
},
{
"fullName": "Tommy Le",
"positions": {
"F21": {
"title": "Treasurer",
"tier": 4
},
"S22": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "tommy-le.webp"
},
{
"fullName": "Eugene Lee",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
},
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "eugene-lee.webp"
},
{
"fullName": "Nolan Lee",
"positions": {
"S22": {
"title": "Historian",
"tier": 12
}
},
"picture": "nolan-lee.webp"
},
{
"fullName": "Aaron Lieberman",
"positions": {
"S21": {
"title": "Internal Vice President, nodebuds Officer",
"tier": 2
},
"F21": {
"title": "President, nodebuds Officer",
"tier": 0
},
"S22": {
"title": "President, nodebuds Officer",
"tier": 0
},
"F22": {
"title": "Special Events Team Lead",
"tier": 24
}
},
"picture": "aaron-lieberman.webp"
},
{
"fullName": "Shaleen Mathur",
"positions": {
"S21": {
"title": "Workshop Manager",
"tier": 6
}
},
"picture": "shaleen-mathur.webp"
},
{
"fullName": "Ean McGilvery",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "ean-mcgilvery.webp"
},
{
"fullName": "Jorge Mejia",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
},
"S22": {
"title": "Dev Officer",
"tier": 21
},
"F22": {
"title": "Design Officer",
"tier": 17
}
},
"picture": "jorge-mejia.webp"
},
{
"fullName": "Serena Naranjo",
"positions": {
"F21": {
"title": "Create Officer",
"tier": 17
},
"S22": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "serena-naranjo.webp"
},
{
"fullName": "Dalisa Nguyen",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "dalisa-nguyen.webp"
},
{
"fullName": "Kayla Nguyen",
"positions": {
"F21": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "kayla-nguyen.webp"
},
{
"fullName": "Jacob Nguyen",
"positions": {
"S21": {
"title": "President, Create Director, nodebuds Officer",
"tier": 0
},
"F22": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "jacob-nguyen.webp"
},
{
"fullName": "Taylor Noh",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
},
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "taylor-noh.webp"
},
{
"fullName": "Kirsten Ochoa",
"positions": {
"S22": {
"title": "Create Project Developer",
"tier": 18
},
"F22": {
"title": "Design Officer",
"tier": 18
}
},
"picture": "kirsten-ochoa.webp"
},
{
"fullName": "Mike Ploythai",
"positions": {
"S21": {
"title": "Create Officer",
"tier": 17
},
"F21": {
"title": "Create Director, Marketing Chair",
"tier": 16
},
"S22": {
"title": "Create President",
"tier": 16
}
},
"picture": "mike-ploythai.webp"
},
{
"fullName": "Stephanie Pocci",
"positions": {
"S22": {
"title": "Event Coordinator",
"tier": 9
},
"F22": {
"title": "Event Coordinator",
"tier": 9
}
},
"picture": "stephanie-pocci.webp"
},
{
"fullName": "Nicolas Renteria",
"positions": {
"S21": {
"title": "Marketing Chair",
"tier": 12
}
},
"picture": "nicolas-renteria.webp"
},
{
"fullName": "Wilbert Rodriguez",
"positions": {
"S21": {
"title": "Intern Program Manager",
"tier": 11
}
},
"picture": "wilbert-rodriguez.webp"
},
{
"fullName": "Samuel Sandoval",
"positions": {
"S21": {
"title": "Vice President, Dev Director",
"tier": 1
}
},
"picture": "samuel-sandoval.webp"
},
{
"fullName": "Kavit Sanghavi",
"positions": {
"S21": {
"title": "Algo Director",
"tier": 11
}
},
"picture": "kavit-sanghavi.webp"
},
{
"fullName": "Parth Sharma",
"positions": {
"S21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "parth-sharma.webp"
},
{
"fullName": "Justin Stitt",
"positions": {
"S22": {
"title": "Algo Officer",
"tier": 15
},
"F22": {
"title": "AI Team Lead",
"tier": 12
}
},
"picture": "justin-stitt.webp"
},
{
"fullName": "Johnson Tong",
"positions": {
"S21": {
"title": "Workshop Manager",
"tier": 6
}
},
"picture": "johnson-tong.webp"
},
{
"fullName": "Alex Truong",
"positions": {
"F21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "alex-truong.webp"
},
{
"fullName": "Daniel Truong",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
},
"F22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "daniel-truong.webp"
},
{
"fullName": "Samuel Valls",
"positions": {
"S21": {
"title": "Community Manager",
"tier": 10
},
"F21": {
"title": "Create Officer",
"tier": 17
},
"S22": {
"title": "Create Operations Manager",
"tier": 19
}
},
"picture": "samuel-valls.webp"
},
{
"fullName": "Karnikaa Velumani",
"positions": {
"F21": {
"title": "Vice President",
"tier": 1
},
"S22": {
"title": "Vice President",
"tier": 1
},
"F22": {
"title": "President",
"tier": 1
}
},
"picture": "karnikaa-velumani.webp"
},
{
"fullName": "Rina Watanabe",
"positions": {
"F21": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "rina-watanabe.webp"
},
{
"fullName": "Jason Wong",
"positions": {
"S22": {
"title": "Historian",
"tier": 13
},
"F22": {
"title": "Historian",
"tier": 11
}
},
"picture": "jason-wong.webp"
},
{
"fullName": "Alejandro Ramos",
"positions": {
"F22": {
"title": "Design Officer",
"tier": 17
}
},
"picture": "alejandro-ramos.webp"
},
{
"fullName": "Angel Santoyo",
"positions": {
"F22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "angel-santoyo.webp"
},
{
"fullName": "Charlie Taylor",
"positions": {
"F22": {
"title": "Dev Team Lead",
"tier": 20
}
},
"picture": "charlie-taylor.webp"
},
{
"fullName": "Yao Lin",
"positions": {
"F22": {
"title": "AI Officer",
"tier": 13
}
},
"picture": "yao-lin.webp"
},
{
"fullName": "Sara Sadek",
"positions": {
"F22": {
"title": "AI Officer",
"tier": 13
}
},
"picture": "placeholder.webp"
},
{
"fullName": "Arish Imam",
"positions": {
"F22": {
"title": "AI Officer",
"tier": 13
}
},
"picture": "placeholder.webp"
}
]
[
{
"fullName": "Armanul Ambia",
"positions": {
"S21": {
"title": "Dev Officer",
"tier": 21
},
"F21": {
"title": "Algo Director",
"tier": 14
},
"S22": {
"title": "Algo President",
"tier": 14
},
"F22": {
"title": "Algo Team Lead",
"tier": 14
}
},
"picture": "armanul-ambia.webp"
},
{
"fullName": "Jason Anthony",
"positions": {
"S21": {
"title": "Secretary",
"tier": 3
}
},
"picture": "jason-anthony.webp"
},
{
"fullName": "Angel Armendariz",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "angel-armendariz.webp"
},
{
"fullName": "Sami Bajwa",
"positions": {
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "Algo Officer, nodebuds Officer",
"tier": 15
}
},
"picture": "sami-bajwa.webp"
},
{
"fullName": "Johnathan Carranza",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "johnathan-carranza.webp"
},
{
"fullName": "Alan Cortez",
"positions": {
"S22": {
"title": "Create Officer",
"tier": 17
},
"F22": {
"title": "Design Team Lead",
"tier": 17
}
},
"picture": "alan-cortez.webp"
},
{
"fullName": "Wesley Chou",
"positions": {
"S21": {
"title": "Dev Officer",
"tier": 21
},
"F21": {
"title": "Dev Director",
"tier": 20
},
"S22": {
"title": "Dev President",
"tier": 20
}
},
"picture": "wesley-chou.webp"
},
{
"fullName": "Ethan Davidson",
"positions": {
"S21": {
"title": "Webmaster",
"tier": 5
},
"F21": {
"title": "Webmaster",
"tier": 5
},
"S22": {
"title": "Webmaster",
"tier": 5
},
"F22": {
"title": "Vice President/Webmaster",
"tier": 2
}
},
"picture": "ethan-davidson.webp"
},
{
"fullName": "Kevin Dillon",
"positions": {
"S21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "kevin-dillon.webp"
},
{
"fullName": "Duc Dinh",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "duc-dinh.webp"
},
{
"fullName": "Eduardo Gomez",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "eduardo-gomez.webp"
},
{
"fullName": "Nurhaliza Hassan",
"positions": {
"S22": {
"title": "Marketing Director",
"tier": 12
}
},
"picture": "nurhaliza-hassan.webp"
},
{
"fullName": "Lisa Hong",
"positions": {
"S21": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "lisa-hong.webp"
},
{
"fullName": "Joshua Hughes",
"positions": {
"S21": {
"title": "ICC Representative",
"tier": 8
}
},
"picture": "joshua-hughes.webp"
},
{
"fullName": "Iftekharul Islam",
"positions": {
"S22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "iftekharul-islam.webp"
},
{
"fullName": "Ibrahim Israr",
"positions": {
"S22": {
"title": "Secretary",
"tier": 3
}
},
"picture": "ibrahim-israr.webp"
},
{
"fullName": "Joel Anil John",
"positions": {
"S22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "joel-anil-john.webp"
},
{
"fullName": "Andy Lasso",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "andy-lasso.webp"
},
{
"fullName": "Andrew Lau",
"positions": {
"S21": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "andrew-lau.webp"
},
{
"fullName": "Minh Le",
"positions": {
"S22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "minh-le.webp"
},
{
"fullName": "Nguyen Le",
"positions": {
"S22": {
"title": "Data Analyst",
"tier": 7
}
},
"picture": "nguyen-le.webp"
},
{
"fullName": "Tommy Le",
"positions": {
"F21": {
"title": "Treasurer",
"tier": 4
},
"S22": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "tommy-le.webp"
},
{
"fullName": "Eugene Lee",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
},
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "eugene-lee.webp"
},
{
"fullName": "Nolan Lee",
"positions": {
"S22": {
"title": "Historian",
"tier": 13
}
},
"picture": "nolan-lee.webp"
},
{
"fullName": "Aaron Lieberman",
"positions": {
"S21": {
"title": "Internal Vice President, nodebuds Officer",
"tier": 2
},
"F21": {
"title": "President, nodebuds Officer",
"tier": 0
},
"S22": {
"title": "President, nodebuds Officer",
"tier": 0
},
"F22": {
"title": "Special Events Team Lead",
"tier": 14
}
},
"picture": "aaron-lieberman.webp"
},
{
"fullName": "Shaleen Mathur",
"positions": {
"S21": {
"title": "Workshop Manager",
"tier": 6
}
},
"picture": "shaleen-mathur.webp"
},
{
"fullName": "Ean McGilvery",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "ean-mcgilvery.webp"
},
{
"fullName": "Jorge Mejia",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
},
"S22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "jorge-mejia.webp"
},
{
"fullName": "Serena Naranjo",
"positions": {
"F21": {
"title": "Create Officer",
"tier": 17
},
"S22": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "serena-naranjo.webp"
},
{
"fullName": "Dalisa Nguyen",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "dalisa-nguyen.webp"
},
{
"fullName": "Kayla Nguyen",
"positions": {
"F21": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "kayla-nguyen.webp"
},
{
"fullName": "Jacob Nguyen",
"positions": {
"S21": {
"title": "President, Create Director, nodebuds Officer",
"tier": 0
}
},
"picture": "jacob-nguyen.webp"
},
{
"fullName": "Taylor Noh",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
},
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "taylor-noh.webp"
},
{
"fullName": "Kirsten Ochoa",
"positions": {
"S22": {
"title": "Create Project Developer",
"tier": 18
},
"F22": {
"title": "Design Officerr",
"tier": 18
}
},
"picture": "kirsten-ochoa.webp"
},
{
"fullName": "Mike Ploythai",
"positions": {
"S21": {
"title": "Create Officer",
"tier": 17
},
"F21": {
"title": "Create Director, Marketing Chair",
"tier": 16
},
"S22": {
"title": "Create President",
"tier": 16
}
},
"picture": "mike-ploythai.webp"
},
{
"fullName": "Stephanie Pocci",
"positions": {
"S22": {
"title": "Event Coordinator",
"tier": 9
},
"F22": {
"title": "Event Coordinator",
"tier": 9
}
},
"picture": "stephanie-pocci.webp"
},
{
"fullName": "Nicolas Renteria",
"positions": {
"S21": {
"title": "Marketing Chair",
"tier": 12
}
},
"picture": "nicolas-renteria.webp"
},
{
"fullName": "Wilbert Rodriguez",
"positions": {
"S21": {
"title": "Intern Program Manager",
"tier": 11
}
},
"picture": "wilbert-rodriguez.webp"
},
{
"fullName": "Samuel Sandoval",
"positions": {
"S21": {
"title": "Vice President, Dev Director",
"tier": 1
}
},
"picture": "samuel-sandoval.webp"
},
{
"fullName": "Kavit Sanghavi",
"positions": {
"S21": {
"title": "Algo Director",
"tier": 11
}
},
"picture": "kavit-sanghavi.webp"
},
{
"fullName": "Parth Sharma",
"positions": {
"S21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "parth-sharma.webp"
},
{
"fullName": "Justin Stitt",
"positions": {
"S22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "justin-stitt.webp"
},
{
"fullName": "Johnson Tong",
"positions": {
"S21": {
"title": "Workshop Manager",
"tier": 6
}
},
"picture": "johnson-tong.webp"
},
{
"fullName": "Alex Truong",
"positions": {
"F21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "alex-truong.webp"
},
{
"fullName": "Daniel Truong",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "daniel-truong.webp"
},
{
"fullName": "Samuel Valls",
"positions": {
"S21": {
"title": "Community Manager",
"tier": 10
},
"F21": {
"title": "Create Officer",
"tier": 17
},
"S22": {
"title": "Create Operations Manager",
"tier": 19
}
},
"picture": "samuel-valls.webp"
},
{
"fullName": "Karnikaa Velumani",
"positions": {
"F21": {
"title": "Vice President",
"tier": 1
},
"S22": {
"title": "Vice President",
"tier": 1
},
"F22": {
"title": "President",
"tier": 1
}
},
"picture": "karnikaa-velumani.webp"
},
{
"fullName": "Rina Watanabe",
"positions": {
"F21": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "rina-watanabe.webp"
},
{
"fullName": "Jason Wong",
"positions": {
"S22": {
"title": "Historian",
"tier": 13
},
"F22": {
"title": "Historian",
"tier": 13
}
},
"picture": "jason-wong.webp"
}
]
[
{
"fullName": "Armanul Ambia",
"positions": {
"S21": {
"title": "Dev Officer",
"tier": 21
},
"F21": {
"title": "Algo Director",
"tier": 14
},
"S22": {
"title": "Algo President",
"tier": 14
},
"F22": {
"title": "Algo Team Lead",
"tier": 14
}
},
"picture": "armanul-ambia.webp"
},
{
"fullName": "Jason Anthony",
"positions": {
"S21": {
"title": "Secretary",
"tier": 3
}
},
"picture": "jason-anthony.webp"
},
{
"fullName": "Angel Armendariz",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "angel-armendariz.webp"
},
{
"fullName": "Sami Bajwa",
"positions": {
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "Algo Officer, nodebuds Officer",
"tier": 15
},
"F22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "sami-bajwa.webp"
},
{
"fullName": "Johnathan Carranza",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "johnathan-carranza.webp"
},
{
"fullName": "Alan Cortez",
"positions": {
"S22": {
"title": "Create Officer",
"tier": 17
},
"F22": {
"title": "Design Team Lead",
"tier": 17
}
},
"picture": "alan-cortez.webp"
},
{
"fullName": "Wesley Chou",
"positions": {
"S21": {
"title": "Dev Officer",
"tier": 21
},
"F21": {
"title": "Dev Director",
"tier": 20
},
"S22": {
"title": "Dev President",
"tier": 20
},
"F22": {
"title": "Marketing Co-Lead",
"tier": 23
}
},
"picture": "wesley-chou.webp"
},
{
"fullName": "Ethan Davidson",
"positions": {
"S21": {
"title": "Webmaster",
"tier": 5
},
"F21": {
"title": "Webmaster",
"tier": 5
},
"S22": {
"title": "Webmaster",
"tier": 5
},
"F22": {
"title": "Vice President/Webmaster",
"tier": 2
}
},
"picture": "ethan-davidson.webp"
},
{
"fullName": "Kevin Dillon",
"positions": {
"S21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "kevin-dillon.webp"
},
{
"fullName": "Duc Dinh",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
},
"F22": {
"title": "Special Events Officer",
"tier": 25
}
},
"picture": "duc-dinh.webp"
},
{
"fullName": "Eduardo Gomez",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "eduardo-gomez.webp"
},
{
"fullName": "Nurhaliza Hassan",
"positions": {
"S22": {
"title": "Marketing Director",
"tier": 12
},
"F22": {
"title": "Marketing Co-Lead",
"tier": 23
}
},
"picture": "nurhaliza-hassan.webp"
},
{
"fullName": "Lisa Hong",
"positions": {
"S21": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "lisa-hong.webp"
},
{
"fullName": "Joshua Hughes",
"positions": {
"S21": {
"title": "ICC Representative",
"tier": 8
}
},
"picture": "joshua-hughes.webp"
},
{
"fullName": "Iftekharul Islam",
"positions": {
"S22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "iftekharul-islam.webp"
},
{
"fullName": "Ibrahim Israr",
"positions": {
"S22": {
"title": "Secretary",
"tier": 3
}
},
"picture": "ibrahim-israr.webp"
},
{
"fullName": "Joel Anil John",
"positions": {
"S22": {
"title": "Dev Officer",
"tier": 21
},
"F22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "joel-anil-john.webp"
},
{
"fullName": "Andy Lasso",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "andy-lasso.webp"
},
{
"fullName": "Andrew Lau",
"positions": {
"S21": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "andrew-lau.webp"
},
{
"fullName": "Minh Le",
"positions": {
"S22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "minh-le.webp"
},
{
"fullName": "Nguyen Le",
"positions": {
"S22": {
"title": "Data Analyst",
"tier": 7
}
},
"picture": "nguyen-le.webp"
},
{
"fullName": "Tommy Le",
"positions": {
"F21": {
"title": "Treasurer",
"tier": 4
},
"S22": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "tommy-le.webp"
},
{
"fullName": "Eugene Lee",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
},
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "eugene-lee.webp"
},
{
"fullName": "Nolan Lee",
"positions": {
"S22": {
"title": "Historian",
"tier": 12
}
},
"picture": "nolan-lee.webp"
},
{
"fullName": "Aaron Lieberman",
"positions": {
"S21": {
"title": "Internal Vice President, nodebuds Officer",
"tier": 2
},
"F21": {
"title": "President, nodebuds Officer",
"tier": 0
},
"S22": {
"title": "President, nodebuds Officer",
"tier": 0
},
"F22": {
"title": "Special Events Team Lead",
"tier": 24
}
},
"picture": "aaron-lieberman.webp"
},
{
"fullName": "Shaleen Mathur",
"positions": {
"S21": {
"title": "Workshop Manager",
"tier": 6
}
},
"picture": "shaleen-mathur.webp"
},
{
"fullName": "Ean McGilvery",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "ean-mcgilvery.webp"
},
{
"fullName": "Jorge Mejia",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
},
"S22": {
"title": "Dev Officer",
"tier": 21
},
"F22": {
"title": "Design Officer",
"tier": 17
}
},
"picture": "jorge-mejia.webp"
},
{
"fullName": "Serena Naranjo",
"positions": {
"F21": {
"title": "Create Officer",
"tier": 17
},
"S22": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "serena-naranjo.webp"
},
{
"fullName": "Dalisa Nguyen",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "dalisa-nguyen.webp"
},
{
"fullName": "Kayla Nguyen",
"positions": {
"F21": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "kayla-nguyen.webp"
},
{
"fullName": "Jacob Nguyen",
"positions": {
"S21": {
"title": "President, Create Director, nodebuds Officer",
"tier": 0
},
"F22": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "jacob-nguyen.webp"
},
{
"fullName": "Taylor Noh",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
},
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "taylor-noh.webp"
},
{
"fullName": "Kirsten Ochoa",
"positions": {
"S22": {
"title": "Create Project Developer",
"tier": 18
},
"F22": {
"title": "Design Officer",
"tier": 18
}
},
"picture": "kirsten-ochoa.webp"
},
{
"fullName": "Mike Ploythai",
"positions": {
"S21": {
"title": "Create Officer",
"tier": 17
},
"F21": {
"title": "Create Director, Marketing Chair",
"tier": 16
},
"S22": {
"title": "Create President",
"tier": 16
}
},
"picture": "mike-ploythai.webp"
},
{
"fullName": "Stephanie Pocci",
"positions": {
"S22": {
"title": "Event Coordinator",
"tier": 9
},
"F22": {
"title": "Event Coordinator",
"tier": 9
}
},
"picture": "stephanie-pocci.webp"
},
{
"fullName": "Nicolas Renteria",
"positions": {
"S21": {
"title": "Marketing Chair",
"tier": 12
}
},
"picture": "nicolas-renteria.webp"
},
{
"fullName": "Wilbert Rodriguez",
"positions": {
"S21": {
"title": "Intern Program Manager",
"tier": 11
}
},
"picture": "wilbert-rodriguez.webp"
},
{
"fullName": "Samuel Sandoval",
"positions": {
"S21": {
"title": "Vice President, Dev Director",
"tier": 1
}
},
"picture": "samuel-sandoval.webp"
},
{
"fullName": "Kavit Sanghavi",
"positions": {
"S21": {
"title": "Algo Director",
"tier": 11
}
},
"picture": "kavit-sanghavi.webp"
},
{
"fullName": "Parth Sharma",
"positions": {
"S21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "parth-sharma.webp"
},
{
"fullName": "Justin Stitt",
"positions": {
"S22": {
"title": "Algo Officer",
"tier": 15
},
"F22": {
"title": "AI Team Lead",
"tier": 12
}
},
"picture": "justin-stitt.webp"
},
{
"fullName": "Johnson Tong",
"positions": {
"S21": {
"title": "Workshop Manager",
"tier": 6
}
},
"picture": "johnson-tong.webp"
},
{
"fullName": "Alex Truong",
"positions": {
"F21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "alex-truong.webp"
},
{
"fullName": "Daniel Truong",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
},
"F22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "daniel-truong.webp"
},
{
"fullName": "Samuel Valls",
"positions": {
"S21": {
"title": "Community Manager",
"tier": 10
},
"F21": {
"title": "Create Officer",
"tier": 17
},
"S22": {
"title": "Create Operations Manager",
"tier": 19
}
},
"picture": "samuel-valls.webp"
},
{
"fullName": "Karnikaa Velumani",
"positions": {
"F21": {
"title": "Vice President",
"tier": 1
},
"S22": {
"title": "Vice President",
"tier": 1
},
"F22": {
"title": "President",
"tier": 1
}
},
"picture": "karnikaa-velumani.webp"
},
{
"fullName": "Rina Watanabe",
"positions": {
"F21": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "rina-watanabe.webp"
},
{
"fullName": "Jason Wong",
"positions": {
"S22": {
"title": "Historian",
"tier": 13
},
"F22": {
"title": "Historian",
"tier": 11
}
},
"picture": "jason-wong.webp"
},
{
"fullName": "Alejandro Ramos",
"positions": {
"F22": {
"title": "Design Officer",
"tier": 17
}
},
"picture": "alejandro-ramos.webp"
},
{
"fullName": "Angel Santoyo",
"positions": {
"F22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "angel-santoyo.webp"
},
{
"fullName": "Charlie Taylor",
"positions": {
"F22": {
"title": "Dev Team Lead",
"tier": 20
}
},
"picture": "charlie-taylor.webp"
},
{
"fullName": "Yao Lin",
"positions": {
"F22": {
"title": "AI Officer",
"tier": 13
}
},
"picture": "yao-lin.webp"
},
{
"fullName": "Sara Sadek",
"positions": {
"F22": {
"title": "AI Officer",
"tier": 13
}
}
}
]
[
{
"fullName": "Armanul Ambia",
"positions": {
"S21": {
"title": "Dev Officer",
"tier": 21
},
"F21": {
"title": "Algo Director",
"tier": 14
},
"S22": {
"title": "Algo President",
"tier": 14
},
"F22": {
"title": "Algo Team Lead",
"tier": 14
}
},
"picture": "armanul-ambia.webp"
},
{
"fullName": "Jason Anthony",
"positions": {
"S21": {
"title": "Secretary",
"tier": 3
}
},
"picture": "jason-anthony.webp"
},
{
"fullName": "Angel Armendariz",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "angel-armendariz.webp"
},
{
"fullName": "Sami Bajwa",
"positions": {
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "Algo Officer, nodebuds Officer",
"tier": 15
},
"F22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "sami-bajwa.webp"
},
{
"fullName": "Johnathan Carranza",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "johnathan-carranza.webp"
},
{
"fullName": "Alan Cortez",
"positions": {
"S22": {
"title": "Create Officer",
"tier": 17
},
"F22": {
"title": "Design Team Lead",
"tier": 17
}
},
"picture": "alan-cortez.webp"
},
{
"fullName": "Wesley Chou",
"positions": {
"S21": {
"title": "Dev Officer",
"tier": 21
},
"F21": {
"title": "Dev Director",
"tier": 20
},
"S22": {
"title": "Dev President",
"tier": 20
}
},
"picture": "wesley-chou.webp"
},
{
"fullName": "Ethan Davidson",
"positions": {
"S21": {
"title": "Webmaster",
"tier": 5
},
"F21": {
"title": "Webmaster",
"tier": 5
},
"S22": {
"title": "Webmaster",
"tier": 5
},
"F22": {
"title": "Vice President/Webmaster",
"tier": 2
}
},
"picture": "ethan-davidson.webp"
},
{
"fullName": "Kevin Dillon",
"positions": {
"S21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "kevin-dillon.webp"
},
{
"fullName": "Duc Dinh",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "duc-dinh.webp"
},
{
"fullName": "Eduardo Gomez",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "eduardo-gomez.webp"
},
{
"fullName": "Nurhaliza Hassan",
"positions": {
"S22": {
"title": "Marketing Director",
"tier": 12
}
},
"picture": "nurhaliza-hassan.webp"
},
{
"fullName": "Lisa Hong",
"positions": {
"S21": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "lisa-hong.webp"
},
{
"fullName": "Joshua Hughes",
"positions": {
"S21": {
"title": "ICC Representative",
"tier": 8
}
},
"picture": "joshua-hughes.webp"
},
{
"fullName": "Iftekharul Islam",
"positions": {
"S22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "iftekharul-islam.webp"
},
{
"fullName": "Ibrahim Israr",
"positions": {
"S22": {
"title": "Secretary",
"tier": 3
}
},
"picture": "ibrahim-israr.webp"
},
{
"fullName": "Joel Anil John",
"positions": {
"S22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "joel-anil-john.webp"
},
{
"fullName": "Andy Lasso",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "andy-lasso.webp"
},
{
"fullName": "Andrew Lau",
"positions": {
"S21": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "andrew-lau.webp"
},
{
"fullName": "Minh Le",
"positions": {
"S22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "minh-le.webp"
},
{
"fullName": "Nguyen Le",
"positions": {
"S22": {
"title": "Data Analyst",
"tier": 7
}
},
"picture": "nguyen-le.webp"
},
{
"fullName": "Tommy Le",
"positions": {
"F21": {
"title": "Treasurer",
"tier": 4
},
"S22": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "tommy-le.webp"
},
{
"fullName": "Eugene Lee",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
},
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "eugene-lee.webp"
},
{
"fullName": "Nolan Lee",
"positions": {
"S22": {
"title": "Historian",
"tier": 13
}
},
"picture": "nolan-lee.webp"
},
{
"fullName": "Aaron Lieberman",
"positions": {
"S21": {
"title": "Internal Vice President, nodebuds Officer",
"tier": 2
},
"F21": {
"title": "President, nodebuds Officer",
"tier": 0
},
"S22": {
"title": "President, nodebuds Officer",
"tier": 0
},
"F22": {
"title": "Special Events Team Lead",
"tier": 14
}
},
"picture": "aaron-lieberman.webp"
},
{
"fullName": "Shaleen Mathur",
"positions": {
"S21": {
"title": "Workshop Manager",
"tier": 6
}
},
"picture": "shaleen-mathur.webp"
},
{
"fullName": "Ean McGilvery",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "ean-mcgilvery.webp"
},
{
"fullName": "Jorge Mejia",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
},
"S22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "jorge-mejia.webp"
},
{
"fullName": "Serena Naranjo",
"positions": {
"F21": {
"title": "Create Officer",
"tier": 17
},
"S22": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "serena-naranjo.webp"
},
{
"fullName": "Dalisa Nguyen",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "dalisa-nguyen.webp"
},
{
"fullName": "Kayla Nguyen",
"positions": {
"F21": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "kayla-nguyen.webp"
},
{
"fullName": "Jacob Nguyen",
"positions": {
"S21": {
"title": "President, Create Director, nodebuds Officer",
"tier": 0
},
"F22": {
"title": "Treasurer",
"tier": 0
}
},
"picture": "jacob-nguyen.webp"
},
{
"fullName": "Taylor Noh",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
},
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "taylor-noh.webp"
},
{
"fullName": "Kirsten Ochoa",
"positions": {
"S22": {
"title": "Create Project Developer",
"tier": 18
},
"F22": {
"title": "Design Officer",
"tier": 18
}
},
"picture": "kirsten-ochoa.webp"
},
{
"fullName": "Mike Ploythai",
"positions": {
"S21": {
"title": "Create Officer",
"tier": 17
},
"F21": {
"title": "Create Director, Marketing Chair",
"tier": 16
},
"S22": {
"title": "Create President",
"tier": 16
}
},
"picture": "mike-ploythai.webp"
},
{
"fullName": "Stephanie Pocci",
"positions": {
"S22": {
"title": "Event Coordinator",
"tier": 9
},
"F22": {
"title": "Event Coordinator",
"tier": 9
}
},
"picture": "stephanie-pocci.webp"
},
{
"fullName": "Nicolas Renteria",
"positions": {
"S21": {
"title": "Marketing Chair",
"tier": 12
}
},
"picture": "nicolas-renteria.webp"
},
{
"fullName": "Wilbert Rodriguez",
"positions": {
"S21": {
"title": "Intern Program Manager",
"tier": 11
}
},
"picture": "wilbert-rodriguez.webp"
},
{
"fullName": "Samuel Sandoval",
"positions": {
"S21": {
"title": "Vice President, Dev Director",
"tier": 1
}
},
"picture": "samuel-sandoval.webp"
},
{
"fullName": "Kavit Sanghavi",
"positions": {
"S21": {
"title": "Algo Director",
"tier": 11
}
},
"picture": "kavit-sanghavi.webp"
},
{
"fullName": "Parth Sharma",
"positions": {
"S21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "parth-sharma.webp"
},
{
"fullName": "Justin Stitt",
"positions": {
"S22": {
"title": "Algo Officer",
"tier": 15
},
"F22": {
"title": "AI Team Lead",
"tier": 15
}
},
"picture": "justin-stitt.webp"
},
{
"fullName": "Johnson Tong",
"positions": {
"S21": {
"title": "Workshop Manager",
"tier": 6
}
},
"picture": "johnson-tong.webp"
},
{
"fullName": "Alex Truong",
"positions": {
"F21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "alex-truong.webp"
},
{
"fullName": "Daniel Truong",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "daniel-truong.webp"
},
{
"fullName": "Samuel Valls",
"positions": {
"S21": {
"title": "Community Manager",
"tier": 10
},
"F21": {
"title": "Create Officer",
"tier": 17
},
"S22": {
"title": "Create Operations Manager",
"tier": 19
}
},
"picture": "samuel-valls.webp"
},
{
"fullName": "Karnikaa Velumani",
"positions": {
"F21": {
"title": "Vice President",
"tier": 1
},
"S22": {
"title": "Vice President",
"tier": 1
},
"F22": {
"title": "President",
"tier": 1
}
},
"picture": "karnikaa-velumani.webp"
},
{
"fullName": "Rina Watanabe",
"positions": {
"F21": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "rina-watanabe.webp"
},
{
"fullName": "Jason Wong",
"positions": {
"S22": {
"title": "Historian",
"tier": 13
},
"F22": {
"title": "Historian",
"tier": 13
}
},
"picture": "jason-wong.webp"
}
]
[
{
"fullName": "Armanul Ambia",
"positions": {
"S21": {
"title": "Dev Officer",
"tier": 21
},
"F21": {
"title": "Algo Director",
"tier": 14
},
"S22": {
"title": "Algo President",
"tier": 14
},
"F22": {
"title": "Algo President",
"tier": 14
}
},
"picture": "armanul-ambia.webp"
},
{
"fullName": "Jason Anthony",
"positions": {
"S21": {
"title": "Secretary",
"tier": 3
}
},
"picture": "jason-anthony.webp"
},
{
"fullName": "Angel Armendariz",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "angel-armendariz.webp"
},
{
"fullName": "Sami Bajwa",
"positions": {
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "Algo Officer, nodebuds Officer",
"tier": 15
}
},
"picture": "sami-bajwa.webp"
},
{
"fullName": "Johnathan Carranza",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "johnathan-carranza.webp"
},
{
"fullName": "Alan Cortez",
"positions": {
"S22": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "alan-cortez.webp"
},
{
"fullName": "Wesley Chou",
"positions": {
"S21": {
"title": "Dev Officer",
"tier": 21
},
"F21": {
"title": "Dev Director",
"tier": 20
},
"S22": {
"title": "Dev President",
"tier": 20
}
},
"picture": "wesley-chou.webp"
},
{
"fullName": "Ethan Davidson",
"positions": {
"S21": {
"title": "Webmaster",
"tier": 5
},
"F21": {
"title": "Webmaster",
"tier": 5
},
"S22": {
"title": "Webmaster",
"tier": 5
}
},
"picture": "ethan-davidson.webp"
},
{
"fullName": "Kevin Dillon",
"positions": {
"S21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "kevin-dillon.webp"
},
{
"fullName": "Duc Dinh",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "duc-dinh.webp"
},
{
"fullName": "Eduardo Gomez",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "eduardo-gomez.webp"
},
{
"fullName": "Nurhaliza Hassan",
"positions": {
"S22": {
"title": "Marketing Director",
"tier": 12
}
},
"picture": "nurhaliza-hassan.webp"
},
{
"fullName": "Lisa Hong",
"positions": {
"S21": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "lisa-hong.webp"
},
{
"fullName": "Joshua Hughes",
"positions": {
"S21": {
"title": "ICC Representative",
"tier": 8
}
},
"picture": "joshua-hughes.webp"
},
{
"fullName": "Iftekharul Islam",
"positions": {
"S22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "iftekharul-islam.webp"
},
{
"fullName": "Ibrahim Israr",
"positions": {
"S22": {
"title": "Secretary",
"tier": 3
}
},
"picture": "ibrahim-israr.webp"
},
{
"fullName": "Joel Anil John",
"positions": {
"S22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "joel-anil-john.webp"
},
{
"fullName": "Andy Lasso",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "andy-lasso.webp"
},
{
"fullName": "Andrew Lau",
"positions": {
"S21": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "andrew-lau.webp"
},
{
"fullName": "Minh Le",
"positions": {
"S22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "minh-le.webp"
},
{
"fullName": "Nguyen Le",
"positions": {
"S22": {
"title": "Data Analyst",
"tier": 7
}
},
"picture": "nguyen-le.webp"
},
{
"fullName": "Tommy Le",
"positions": {
"F21": {
"title": "Treasurer",
"tier": 4
},
"S22": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "tommy-le.webp"
},
{
"fullName": "Eugene Lee",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
},
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "eugene-lee.webp"
},
{
"fullName": "Nolan Lee",
"positions": {
"S22": {
"title": "Historian",
"tier": 13
}
},
"picture": "nolan-lee.webp"
},
{
"fullName": "Aaron Lieberman",
"positions": {
"S21": {
"title": "Internal Vice President, nodebuds Officer",
"tier": 2
},
"F21": {
"title": "President, nodebuds Officer",
"tier": 0
},
"S22": {
"title": "President, nodebuds Officer",
"tier": 0
}
},
"picture": "aaron-lieberman.webp"
},
{
"fullName": "Shaleen Mathur",
"positions": {
"S21": {
"title": "Workshop Manager",
"tier": 6
}
},
"picture": "shaleen-mathur.webp"
},
{
"fullName": "Ean McGilvery",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "ean-mcgilvery.webp"
},
{
"fullName": "Jorge Mejia",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
},
"S22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "jorge-mejia.webp"
},
{
"fullName": "Serena Naranjo",
"positions": {
"F21": {
"title": "Create Officer",
"tier": 17
},
"S22": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "serena-naranjo.webp"
},
{
"fullName": "Dalisa Nguyen",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "dalisa-nguyen.webp"
},
{
"fullName": "Kayla Nguyen",
"positions": {
"F21": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "kayla-nguyen.webp"
},
{
"fullName": "Jacob Nguyen",
"positions": {
"S21": {
"title": "President, Create Director, nodebuds Officer",
"tier": 0
}
},
"picture": "jacob-nguyen.webp"
},
{
"fullName": "Taylor Noh",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
},
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "taylor-noh.webp"
},
{
"fullName": "Kirsten Ochoa",
"positions": {
"S22": {
"title": "Create Project Developer",
"tier": 18
}
},
"picture": "kirsten-ochoa.webp"
},
{
"fullName": "Mike Ploythai",
"positions": {
"S21": {
"title": "Create Officer",
"tier": 17
},
"F21": {
"title": "Create Director, Marketing Chair",
"tier": 16
},
"S22": {
"title": "Create President",
"tier": 16
}
},
"picture": "mike-ploythai.webp"
},
{
"fullName": "Stephanie Pocci",
"positions": {
"S22": {
"title": "Event Coordinator",
"tier": 9
}
},
"picture": "stephanie-pocci.webp"
},
{
"fullName": "Nicolas Renteria",
"positions": {
"S21": {
"title": "Marketing Chair",
"tier": 12
}
},
"picture": "nicolas-renteria.webp"
},
{
"fullName": "Wilbert Rodriguez",
"positions": {
"S21": {
"title": "Intern Program Manager",
"tier": 11
}
},
"picture": "wilbert-rodriguez.webp"
},
{
"fullName": "Samuel Sandoval",
"positions": {
"S21": {
"title": "Vice President, Dev Director",
"tier": 1
}
},
"picture": "samuel-sandoval.webp"
},
{
"fullName": "Kavit Sanghavi",
"positions": {
"S21": {
"title": "Algo Director",
"tier": 11
}
},
"picture": "kavit-sanghavi.webp"
},
{
"fullName": "Parth Sharma",
"positions": {
"S21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "parth-sharma.webp"
},
{
"fullName": "Justin Stitt",
"positions": {
"S22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "justin-stitt.webp"
},
{
"fullName": "Johnson Tong",
"positions": {
"S21": {
"title": "Workshop Manager",
"tier": 6
}
},
"picture": "johnson-tong.webp"
},
{
"fullName": "Alex Truong",
"positions": {
"F21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "alex-truong.webp"
},
{
"fullName": "Daniel Truong",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "daniel-truong.webp"
},
{
"fullName": "Samuel Valls",
"positions": {
"S21": {
"title": "Community Manager",
"tier": 10
},
"F21": {
"title": "Create Officer",
"tier": 17
},
"S22": {
"title": "Create Operations Manager",
"tier": 19
}
},
"picture": "samuel-valls.webp"
},
{
"fullName": "Karnikaa Velumani",
"positions": {
"F21": {
"title": "Vice President",
"tier": 1
},
"S22": {
"title": "Vice President",
"tier": 1
},
"F22": {
"title": "President",
"tier": 1
}
},
"picture": "karnikaa-velumani.webp"
},
{
"fullName": "Rina Watanabe",
"positions": {
"F21": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "rina-watanabe.webp"
},
{
"fullName": "Jason Wong",
"positions": {
"S22": {
"title": "Historian",
"tier": 13
}
},
"picture": "jason-wong.webp"
}
]
[
{
"fullName": "Armanul Ambia",
"positions": {
"S21": {
"title": "Dev Officer",
"tier": 21
},
"F21": {
"title": "Algo Director",
"tier": 14
},
"S22": {
"title": "Algo President",
"tier": 14
},
"F22": {
"title": "Algo Team Lead",
"tier": 14
}
},
"picture": "armanul-ambia.webp"
},
{
"fullName": "Jason Anthony",
"positions": {
"S21": {
"title": "Secretary",
"tier": 3
}
},
"picture": "jason-anthony.webp"
},
{
"fullName": "Angel Armendariz",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "angel-armendariz.webp"
},
{
"fullName": "Sami Bajwa",
"positions": {
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "Algo Officer, nodebuds Officer",
"tier": 15
},
"F22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "sami-bajwa.webp"
},
{
"fullName": "Johnathan Carranza",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "johnathan-carranza.webp"
},
{
"fullName": "Alan Cortez",
"positions": {
"S22": {
"title": "Create Officer",
"tier": 17
},
"F22": {
"title": "Design Team Lead",
"tier": 17
}
},
"picture": "alan-cortez.webp"
},
{
"fullName": "Wesley Chou",
"positions": {
"S21": {
"title": "Dev Officer",
"tier": 21
},
"F21": {
"title": "Dev Director",
"tier": 20
},
"S22": {
"title": "Dev President",
"tier": 20
},
"F22": {
"title": "Marketing Co-Lead",
"tier": 23
}
},
"picture": "wesley-chou.webp"
},
{
"fullName": "Ethan Davidson",
"positions": {
"S21": {
"title": "Webmaster",
"tier": 5
},
"F21": {
"title": "Webmaster",
"tier": 5
},
"S22": {
"title": "Webmaster",
"tier": 5
},
"F22": {
"title": "Vice President/Webmaster",
"tier": 2
}
},
"picture": "ethan-davidson.webp"
},
{
"fullName": "Kevin Dillon",
"positions": {
"S21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "kevin-dillon.webp"
},
{
"fullName": "Duc Dinh",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
},
"F22": {
"title": "Special Events Officer",
"tier": 25
}
},
"picture": "duc-dinh.webp"
},
{
"fullName": "Eduardo Gomez",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "eduardo-gomez.webp"
},
{
"fullName": "Nurhaliza Hassan",
"positions": {
"S22": {
"title": "Marketing Director",
"tier": 12
},
"F22": {
"title": "Marketing Co-Lead",
"tier": 23
}
},
"picture": "nurhaliza-hassan.webp"
},
{
"fullName": "Lisa Hong",
"positions": {
"S21": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "lisa-hong.webp"
},
{
"fullName": "Joshua Hughes",
"positions": {
"S21": {
"title": "ICC Representative",
"tier": 8
}
},
"picture": "joshua-hughes.webp"
},
{
"fullName": "Iftekharul Islam",
"positions": {
"S22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "iftekharul-islam.webp"
},
{
"fullName": "Ibrahim Israr",
"positions": {
"S22": {
"title": "Secretary",
"tier": 3
}
},
"picture": "ibrahim-israr.webp"
},
{
"fullName": "Joel Anil John",
"positions": {
"S22": {
"title": "Dev Officer",
"tier": 21
},
"F22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "joel-anil-john.webp"
},
{
"fullName": "Andy Lasso",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "andy-lasso.webp"
},
{
"fullName": "Andrew Lau",
"positions": {
"S21": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "andrew-lau.webp"
},
{
"fullName": "Minh Le",
"positions": {
"S22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "minh-le.webp"
},
{
"fullName": "Nguyen Le",
"positions": {
"S22": {
"title": "Data Analyst",
"tier": 7
}
},
"picture": "nguyen-le.webp"
},
{
"fullName": "Tommy Le",
"positions": {
"F21": {
"title": "Treasurer",
"tier": 4
},
"S22": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "tommy-le.webp"
},
{
"fullName": "Eugene Lee",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
},
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "eugene-lee.webp"
},
{
"fullName": "Nolan Lee",
"positions": {
"S22": {
"title": "Historian",
"tier": 12
}
},
"picture": "nolan-lee.webp"
},
{
"fullName": "Aaron Lieberman",
"positions": {
"S21": {
"title": "Internal Vice President, nodebuds Officer",
"tier": 2
},
"F21": {
"title": "President, nodebuds Officer",
"tier": 0
},
"S22": {
"title": "President, nodebuds Officer",
"tier": 0
},
"F22": {
"title": "Special Events Team Lead",
"tier": 24
}
},
"picture": "aaron-lieberman.webp"
},
{
"fullName": "Shaleen Mathur",
"positions": {
"S21": {
"title": "Workshop Manager",
"tier": 6
}
},
"picture": "shaleen-mathur.webp"
},
{
"fullName": "Ean McGilvery",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "ean-mcgilvery.webp"
},
{
"fullName": "Jorge Mejia",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
},
"S22": {
"title": "Dev Officer",
"tier": 21
},
"F22": {
"title": "Design Officer",
"tier": 17
}
},
"picture": "jorge-mejia.webp"
},
{
"fullName": "Serena Naranjo",
"positions": {
"F21": {
"title": "Create Officer",
"tier": 17
},
"S22": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "serena-naranjo.webp"
},
{
"fullName": "Dalisa Nguyen",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "dalisa-nguyen.webp"
},
{
"fullName": "Kayla Nguyen",
"positions": {
"F21": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "kayla-nguyen.webp"
},
{
"fullName": "Jacob Nguyen",
"positions": {
"S21": {
"title": "President, Create Director, nodebuds Officer",
"tier": 0
},
"F22": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "jacob-nguyen.webp"
},
{
"fullName": "Taylor Noh",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
},
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "taylor-noh.webp"
},
{
"fullName": "Kirsten Ochoa",
"positions": {
"S22": {
"title": "Create Project Developer",
"tier": 18
},
"F22": {
"title": "Design Officer",
"tier": 18
}
},
"picture": "kirsten-ochoa.webp"
},
{
"fullName": "Mike Ploythai",
"positions": {
"S21": {
"title": "Create Officer",
"tier": 17
},
"F21": {
"title": "Create Director, Marketing Chair",
"tier": 16
},
"S22": {
"title": "Create President",
"tier": 16
}
},
"picture": "mike-ploythai.webp"
},
{
"fullName": "Stephanie Pocci",
"positions": {
"S22": {
"title": "Event Coordinator",
"tier": 9
},
"F22": {
"title": "Event Coordinator",
"tier": 9
}
},
"picture": "stephanie-pocci.webp"
},
{
"fullName": "Nicolas Renteria",
"positions": {
"S21": {
"title": "Marketing Chair",
"tier": 12
}
},
"picture": "nicolas-renteria.webp"
},
{
"fullName": "Wilbert Rodriguez",
"positions": {
"S21": {
"title": "Intern Program Manager",
"tier": 11
}
},
"picture": "wilbert-rodriguez.webp"
},
{
"fullName": "Samuel Sandoval",
"positions": {
"S21": {
"title": "Vice President, Dev Director",
"tier": 1
}
},
"picture": "samuel-sandoval.webp"
},
{
"fullName": "Kavit Sanghavi",
"positions": {
"S21": {
"title": "Algo Director",
"tier": 11
}
},
"picture": "kavit-sanghavi.webp"
},
{
"fullName": "Parth Sharma",
"positions": {
"S21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "parth-sharma.webp"
},
{
"fullName": "Justin Stitt",
"positions": {
"S22": {
"title": "Algo Officer",
"tier": 15
},
"F22": {
"title": "AI Team Lead",
"tier": 12
}
},
"picture": "justin-stitt.webp"
},
{
"fullName": "Johnson Tong",
"positions": {
"S21": {
"title": "Workshop Manager",
"tier": 6
}
},
"picture": "johnson-tong.webp"
},
{
"fullName": "Alex Truong",
"positions": {
"F21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "alex-truong.webp"
},
{
"fullName": "Daniel Truong",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
},
"F22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "daniel-truong.webp"
},
{
"fullName": "Samuel Valls",
"positions": {
"S21": {
"title": "Community Manager",
"tier": 10
},
"F21": {
"title": "Create Officer",
"tier": 17
},
"S22": {
"title": "Create Operations Manager",
"tier": 19
}
},
"picture": "samuel-valls.webp"
},
{
"fullName": "Karnikaa Velumani",
"positions": {
"F21": {
"title": "Vice President",
"tier": 1
},
"S22": {
"title": "Vice President",
"tier": 1
},
"F22": {
"title": "President",
"tier": 1
}
},
"picture": "karnikaa-velumani.webp"
},
{
"fullName": "Rina Watanabe",
"positions": {
"F21": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "rina-watanabe.webp"
},
{
"fullName": "Jason Wong",
"positions": {
"S22": {
"title": "Historian",
"tier": 13
},
"F22": {
"title": "Historian",
"tier": 11
}
},
"picture": "jason-wong.webp"
},
{
"fullName": "Alejandro Ramos",
"positions": {
"F22": {
"title": "Design Officer",
"tier": 17
}
},
"picture": "alejandro-ramos.webp"
},
{
"fullName": "Angel Santoyo",
"positions": {
"F22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "angel-santoyo.webp"
},
{
"fullName": "Charlie Taylor",
"positions": {
"F22": {
"title": "Dev Team Lead",
"tier": 20
}
},
"picture": "charlie-taylor.webp"
},
{
"fullName": "Yao Lin",
"positions": {
"F22": {
"title": "AI Officer",
"tier": 13
}
},
"picture": "yao-lin.webp"
}
]
[
{
"fullName": "Armanul Ambia",
"positions": {
"S21": {
"title": "Dev Officer",
"tier": 21
},
"F21": {
"title": "Algo Director",
"tier": 14
},
"S22": {
"title": "Algo President",
"tier": 14
},
"F22": {
"title": "Algo Team Lead",
"tier": 14
}
},
"picture": "armanul-ambia.webp"
},
{
"fullName": "Jason Anthony",
"positions": {
"S21": {
"title": "Secretary",
"tier": 3
}
},
"picture": "jason-anthony.webp"
},
{
"fullName": "Angel Armendariz",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "angel-armendariz.webp"
},
{
"fullName": "Sami Bajwa",
"positions": {
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "Algo Officer, nodebuds Officer",
"tier": 15
}
},
"picture": "sami-bajwa.webp"
},
{
"fullName": "Johnathan Carranza",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "johnathan-carranza.webp"
},
{
"fullName": "Alan Cortez",
"positions": {
"S22": {
"title": "Create Officer",
"tier": 17
},
"F22": {
"title": "Design Team Lead",
"tier": 17
}
},
"picture": "alan-cortez.webp"
},
{
"fullName": "Wesley Chou",
"positions": {
"S21": {
"title": "Dev Officer",
"tier": 21
},
"F21": {
"title": "Dev Director",
"tier": 20
},
"S22": {
"title": "Dev President",
"tier": 20
}
},
"picture": "wesley-chou.webp"
},
{
"fullName": "Ethan Davidson",
"positions": {
"S21": {
"title": "Webmaster",
"tier": 5
},
"F21": {
"title": "Webmaster",
"tier": 5
},
"S22": {
"title": "Webmaster",
"tier": 5
},
"F22": {
"title": "Vice President/Webmaster",
"tier": 2
}
},
"picture": "ethan-davidson.webp"
},
{
"fullName": "Kevin Dillon",
"positions": {
"S21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "kevin-dillon.webp"
},
{
"fullName": "Duc Dinh",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "duc-dinh.webp"
},
{
"fullName": "Eduardo Gomez",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "eduardo-gomez.webp"
},
{
"fullName": "Nurhaliza Hassan",
"positions": {
"S22": {
"title": "Marketing Director",
"tier": 12
}
},
"picture": "nurhaliza-hassan.webp"
},
{
"fullName": "Lisa Hong",
"positions": {
"S21": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "lisa-hong.webp"
},
{
"fullName": "Joshua Hughes",
"positions": {
"S21": {
"title": "ICC Representative",
"tier": 8
}
},
"picture": "joshua-hughes.webp"
},
{
"fullName": "Iftekharul Islam",
"positions": {
"S22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "iftekharul-islam.webp"
},
{
"fullName": "Ibrahim Israr",
"positions": {
"S22": {
"title": "Secretary",
"tier": 3
}
},
"picture": "ibrahim-israr.webp"
},
{
"fullName": "Joel Anil John",
"positions": {
"S22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "joel-anil-john.webp"
},
{
"fullName": "Andy Lasso",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "andy-lasso.webp"
},
{
"fullName": "Andrew Lau",
"positions": {
"S21": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "andrew-lau.webp"
},
{
"fullName": "Minh Le",
"positions": {
"S22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "minh-le.webp"
},
{
"fullName": "Nguyen Le",
"positions": {
"S22": {
"title": "Data Analyst",
"tier": 7
}
},
"picture": "nguyen-le.webp"
},
{
"fullName": "Tommy Le",
"positions": {
"F21": {
"title": "Treasurer",
"tier": 4
},
"S22": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "tommy-le.webp"
},
{
"fullName": "Eugene Lee",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
},
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "eugene-lee.webp"
},
{
"fullName": "Nolan Lee",
"positions": {
"S22": {
"title": "Historian",
"tier": 13
}
},
"picture": "nolan-lee.webp"
},
{
"fullName": "Aaron Lieberman",
"positions": {
"S21": {
"title": "Internal Vice President, nodebuds Officer",
"tier": 2
},
"F21": {
"title": "President, nodebuds Officer",
"tier": 0
},
"S22": {
"title": "President, nodebuds Officer",
"tier": 0
},
"F22": {
"title": "Special Events Team Lead",
"tier": 14
}
},
"picture": "aaron-lieberman.webp"
},
{
"fullName": "Shaleen Mathur",
"positions": {
"S21": {
"title": "Workshop Manager",
"tier": 6
}
},
"picture": "shaleen-mathur.webp"
},
{
"fullName": "Ean McGilvery",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "ean-mcgilvery.webp"
},
{
"fullName": "Jorge Mejia",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
},
"S22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "jorge-mejia.webp"
},
{
"fullName": "Serena Naranjo",
"positions": {
"F21": {
"title": "Create Officer",
"tier": 17
},
"S22": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "serena-naranjo.webp"
},
{
"fullName": "Dalisa Nguyen",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "dalisa-nguyen.webp"
},
{
"fullName": "Kayla Nguyen",
"positions": {
"F21": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "kayla-nguyen.webp"
},
{
"fullName": "Jacob Nguyen",
"positions": {
"S21": {
"title": "President, Create Director, nodebuds Officer",
"tier": 0
}
},
"picture": "jacob-nguyen.webp"
},
{
"fullName": "Taylor Noh",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
},
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "taylor-noh.webp"
},
{
"fullName": "Kirsten Ochoa",
"positions": {
"S22": {
"title": "Create Project Developer",
"tier": 18
},
"F22": {
"title": "Design Officer",
"tier": 18
}
},
"picture": "kirsten-ochoa.webp"
},
{
"fullName": "Mike Ploythai",
"positions": {
"S21": {
"title": "Create Officer",
"tier": 17
},
"F21": {
"title": "Create Director, Marketing Chair",
"tier": 16
},
"S22": {
"title": "Create President",
"tier": 16
}
},
"picture": "mike-ploythai.webp"
},
{
"fullName": "Stephanie Pocci",
"positions": {
"S22": {
"title": "Event Coordinator",
"tier": 9
},
"F22": {
"title": "Event Coordinator",
"tier": 9
}
},
"picture": "stephanie-pocci.webp"
},
{
"fullName": "Nicolas Renteria",
"positions": {
"S21": {
"title": "Marketing Chair",
"tier": 12
}
},
"picture": "nicolas-renteria.webp"
},
{
"fullName": "Wilbert Rodriguez",
"positions": {
"S21": {
"title": "Intern Program Manager",
"tier": 11
}
},
"picture": "wilbert-rodriguez.webp"
},
{
"fullName": "Samuel Sandoval",
"positions": {
"S21": {
"title": "Vice President, Dev Director",
"tier": 1
}
},
"picture": "samuel-sandoval.webp"
},
{
"fullName": "Kavit Sanghavi",
"positions": {
"S21": {
"title": "Algo Director",
"tier": 11
}
},
"picture": "kavit-sanghavi.webp"
},
{
"fullName": "Parth Sharma",
"positions": {
"S21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "parth-sharma.webp"
},
{
"fullName": "Justin Stitt",
"positions": {
"S22": {
"title": "Algo Officer",
"tier": 15
},
"f22": {
"title": "Algo Officer",
"tier": 15
},
},
"picture": "justin-stitt.webp"
},
{
"fullName": "Johnson Tong",
"positions": {
"S21": {
"title": "Workshop Manager",
"tier": 6
}
},
"picture": "johnson-tong.webp"
},
{
"fullName": "Alex Truong",
"positions": {
"F21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "alex-truong.webp"
},
{
"fullName": "Daniel Truong",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "daniel-truong.webp"
},
{
"fullName": "Samuel Valls",
"positions": {
"S21": {
"title": "Community Manager",
"tier": 10
},
"F21": {
"title": "Create Officer",
"tier": 17
},
"S22": {
"title": "Create Operations Manager",
"tier": 19
}
},
"picture": "samuel-valls.webp"
},
{
"fullName": "Karnikaa Velumani",
"positions": {
"F21": {
"title": "Vice President",
"tier": 1
},
"S22": {
"title": "Vice President",
"tier": 1
},
"F22": {
"title": "President",
"tier": 1
}
},
"picture": "karnikaa-velumani.webp"
},
{
"fullName": "Rina Watanabe",
"positions": {
"F21": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "rina-watanabe.webp"
},
{
"fullName": "Jason Wong",
"positions": {
"S22": {
"title": "Historian",
"tier": 13
},
"F22": {
"title": "Historian",
"tier": 13
}
},
"picture": "jason-wong.webp"
}
]
[
{
"fullName": "Armanul Ambia",
"positions": {
"S21": {
"title": "Dev Officer",
"tier": 21
},
"F21": {
"title": "Algo Director",
"tier": 14
},
"S22": {
"title": "Algo President",
"tier": 14
},
"F22": {
"title": "Algo Team Lead",
"tier": 14
}
},
"picture": "armanul-ambia.webp"
},
{
"fullName": "Jason Anthony",
"positions": {
"S21": {
"title": "Secretary",
"tier": 3
}
},
"picture": "jason-anthony.webp"
},
{
"fullName": "Angel Armendariz",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "angel-armendariz.webp"
},
{
"fullName": "Sami Bajwa",
"positions": {
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "Algo Officer, nodebuds Officer",
"tier": 15
},
"F22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "sami-bajwa.webp"
},
{
"fullName": "Johnathan Carranza",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "johnathan-carranza.webp"
},
{
"fullName": "Alan Cortez",
"positions": {
"S22": {
"title": "Create Officer",
"tier": 17
},
"F22": {
"title": "Design Team Lead",
"tier": 17
}
},
"picture": "alan-cortez.webp"
},
{
"fullName": "Wesley Chou",
"positions": {
"S21": {
"title": "Dev Officer",
"tier": 21
},
"F21": {
"title": "Dev Director",
"tier": 20
},
"S22": {
"title": "Dev President",
"tier": 20
},
"F22": {
"title": "Marketing Co-Lead",
"tier": 23
}
},
"picture": "wesley-chou.webp"
},
{
"fullName": "Ethan Davidson",
"positions": {
"S21": {
"title": "Webmaster",
"tier": 5
},
"F21": {
"title": "Webmaster",
"tier": 5
},
"S22": {
"title": "Webmaster",
"tier": 5
},
"F22": {
"title": "Vice President/Webmaster",
"tier": 2
}
},
"picture": "ethan-davidson.webp"
},
{
"fullName": "Kevin Dillon",
"positions": {
"S21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "kevin-dillon.webp"
},
{
"fullName": "Duc Dinh",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
},
"F22": {
"title": "Special Events Officer",
"tier": 25
}
},
"picture": "duc-dinh.webp"
},
{
"fullName": "Eduardo Gomez",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "eduardo-gomez.webp"
},
{
"fullName": "Nurhaliza Hassan",
"positions": {
"S22": {
"title": "Marketing Director",
"tier": 12
},
"F22": {
"title": "Marketing Co-Lead",
"tier": 23
}
},
"picture": "nurhaliza-hassan.webp"
},
{
"fullName": "Lisa Hong",
"positions": {
"S21": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "lisa-hong.webp"
},
{
"fullName": "Joshua Hughes",
"positions": {
"S21": {
"title": "ICC Representative",
"tier": 8
}
},
"picture": "joshua-hughes.webp"
},
{
"fullName": "Iftekharul Islam",
"positions": {
"S22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "iftekharul-islam.webp"
},
{
"fullName": "Ibrahim Israr",
"positions": {
"S22": {
"title": "Secretary",
"tier": 3
}
},
"picture": "ibrahim-israr.webp"
},
{
"fullName": "Joel Anil John",
"positions": {
"S22": {
"title": "Dev Officer",
"tier": 21
},
"F22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "joel-anil-john.webp"
},
{
"fullName": "Andy Lasso",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "andy-lasso.webp"
},
{
"fullName": "Andrew Lau",
"positions": {
"S21": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "andrew-lau.webp"
},
{
"fullName": "Minh Le",
"positions": {
"S22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "minh-le.webp"
},
{
"fullName": "Nguyen Le",
"positions": {
"S22": {
"title": "Data Analyst",
"tier": 7
}
},
"picture": "nguyen-le.webp"
},
{
"fullName": "Tommy Le",
"positions": {
"F21": {
"title": "Treasurer",
"tier": 4
},
"S22": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "tommy-le.webp"
},
{
"fullName": "Eugene Lee",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
},
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "eugene-lee.webp"
},
{
"fullName": "Nolan Lee",
"positions": {
"S22": {
"title": "Historian",
"tier": 12
}
},
"picture": "nolan-lee.webp"
},
{
"fullName": "Aaron Lieberman",
"positions": {
"S21": {
"title": "Internal Vice President, nodebuds Officer",
"tier": 2
},
"F21": {
"title": "President, nodebuds Officer",
"tier": 0
},
"S22": {
"title": "President, nodebuds Officer",
"tier": 0
},
"F22": {
"title": "Special Events Team Lead",
"tier": 24
}
},
"picture": "aaron-lieberman.webp"
},
{
"fullName": "Shaleen Mathur",
"positions": {
"S21": {
"title": "Workshop Manager",
"tier": 6
}
},
"picture": "shaleen-mathur.webp"
},
{
"fullName": "Ean McGilvery",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "ean-mcgilvery.webp"
},
{
"fullName": "Jorge Mejia",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
},
"S22": {
"title": "Dev Officer",
"tier": 21
},
"F22": {
"title": "Design Officer",
"tier": 17
}
},
"picture": "jorge-mejia.webp"
},
{
"fullName": "Serena Naranjo",
"positions": {
"F21": {
"title": "Create Officer",
"tier": 17
},
"S22": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "serena-naranjo.webp"
},
{
"fullName": "Dalisa Nguyen",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "dalisa-nguyen.webp"
},
{
"fullName": "Kayla Nguyen",
"positions": {
"F21": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "kayla-nguyen.webp"
},
{
"fullName": "Jacob Nguyen",
"positions": {
"S21": {
"title": "President, Create Director, nodebuds Officer",
"tier": 0
},
"F22": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "jacob-nguyen.webp"
},
{
"fullName": "Taylor Noh",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
},
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "taylor-noh.webp"
},
{
"fullName": "Kirsten Ochoa",
"positions": {
"S22": {
"title": "Create Project Developer",
"tier": 18
},
"F22": {
"title": "Design Officer",
"tier": 18
}
},
"picture": "kirsten-ochoa.webp"
},
{
"fullName": "Mike Ploythai",
"positions": {
"S21": {
"title": "Create Officer",
"tier": 17
},
"F21": {
"title": "Create Director, Marketing Chair",
"tier": 16
},
"S22": {
"title": "Create President",
"tier": 16
}
},
"picture": "mike-ploythai.webp"
},
{
"fullName": "Stephanie Pocci",
"positions": {
"S22": {
"title": "Event Coordinator",
"tier": 9
},
"F22": {
"title": "Event Coordinator",
"tier": 9
}
},
"picture": "stephanie-pocci.webp"
},
{
"fullName": "Nicolas Renteria",
"positions": {
"S21": {
"title": "Marketing Chair",
"tier": 12
}
},
"picture": "nicolas-renteria.webp"
},
{
"fullName": "Wilbert Rodriguez",
"positions": {
"S21": {
"title": "Intern Program Manager",
"tier": 11
}
},
"picture": "wilbert-rodriguez.webp"
},
{
"fullName": "Samuel Sandoval",
"positions": {
"S21": {
"title": "Vice President, Dev Director",
"tier": 1
}
},
"picture": "samuel-sandoval.webp"
},
{
"fullName": "Kavit Sanghavi",
"positions": {
"S21": {
"title": "Algo Director",
"tier": 11
}
},
"picture": "kavit-sanghavi.webp"
},
{
"fullName": "Parth Sharma",
"positions": {
"S21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "parth-sharma.webp"
},
{
"fullName": "Justin Stitt",
"positions": {
"S22": {
"title": "Algo Officer",
"tier": 15
},
"F22": {
"title": "AI Team Lead",
"tier": 13
}
},
"picture": "justin-stitt.webp"
},
{
"fullName": "Johnson Tong",
"positions": {
"S21": {
"title": "Workshop Manager",
"tier": 6
}
},
"picture": "johnson-tong.webp"
},
{
"fullName": "Alex Truong",
"positions": {
"F21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "alex-truong.webp"
},
{
"fullName": "Daniel Truong",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
},
"F22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "daniel-truong.webp"
},
{
"fullName": "Samuel Valls",
"positions": {
"S21": {
"title": "Community Manager",
"tier": 10
},
"F21": {
"title": "Create Officer",
"tier": 17
},
"S22": {
"title": "Create Operations Manager",
"tier": 19
}
},
"picture": "samuel-valls.webp"
},
{
"fullName": "Karnikaa Velumani",
"positions": {
"F21": {
"title": "Vice President",
"tier": 1
},
"S22": {
"title": "Vice President",
"tier": 1
},
"F22": {
"title": "President",
"tier": 1
}
},
"picture": "karnikaa-velumani.webp"
},
{
"fullName": "Rina Watanabe",
"positions": {
"F21": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "rina-watanabe.webp"
},
{
"fullName": "Jason Wong",
"positions": {
"S22": {
"title": "Historian",
"tier": 13
},
"F22": {
"title": "Historian",
"tier": 12
}
},
"picture": "jason-wong.webp"
},
{
"fullName": "Alejandro Ramos",
"positions": {
"F22": {
"title": "Design Officer",
"tier": 17
}
},
"picture": "alejandro-ramos.webp"
},
{
"fullName": "Angel Santoyo",
"positions": {
"F22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "angel-santoyo.webp"
},
{
"fullName": "Charlie Taylor",
"positions": {
"F22": {
"title": "Dev Team Lead",
"tier": 20
}
},
"picture": "charlie-taylor.webp"
},
{
"fullName": "Yao Lin",
"positions": {
"F22": {
"title": "AI Officer",
"tier": 14
}
},
"picture": "yao-lin.webp"
}
]
[
{
"fullName": "Armanul Ambia",
"positions": {
"S21": {
"title": "Dev Officer",
"tier": 21
},
"F21": {
"title": "Algo Director",
"tier": 14
},
"S22": {
"title": "Algo President",
"tier": 14
},
"F22": {
"title": "Algo Team Lead",
"tier": 14
}
},
"picture": "armanul-ambia.webp"
},
{
"fullName": "Jason Anthony",
"positions": {
"S21": {
"title": "Secretary",
"tier": 3
}
},
"picture": "jason-anthony.webp"
},
{
"fullName": "Angel Armendariz",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "angel-armendariz.webp"
},
{
"fullName": "Sami Bajwa",
"positions": {
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "Algo Officer, nodebuds Officer",
"tier": 15
},
"F22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "sami-bajwa.webp"
},
{
"fullName": "Johnathan Carranza",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "johnathan-carranza.webp"
},
{
"fullName": "Alan Cortez",
"positions": {
"S22": {
"title": "Create Officer",
"tier": 17
},
"F22": {
"title": "Design Team Lead",
"tier": 17
}
},
"picture": "alan-cortez.webp"
},
{
"fullName": "Wesley Chou",
"positions": {
"S21": {
"title": "Dev Officer",
"tier": 21
},
"F21": {
"title": "Dev Director",
"tier": 20
},
"S22": {
"title": "Dev President",
"tier": 20
},
"F22": {
"title": "Marketing Co-Lead",
"tier": 12
}
},
"picture": "wesley-chou.webp"
},
{
"fullName": "Ethan Davidson",
"positions": {
"S21": {
"title": "Webmaster",
"tier": 5
},
"F21": {
"title": "Webmaster",
"tier": 5
},
"S22": {
"title": "Webmaster",
"tier": 5
},
"F22": {
"title": "Vice President/Webmaster",
"tier": 2
}
},
"picture": "ethan-davidson.webp"
},
{
"fullName": "Kevin Dillon",
"positions": {
"S21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "kevin-dillon.webp"
},
{
"fullName": "Duc Dinh",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
},
"F22": {
"title": "Special Events Officer",
"tier": 13
}
},
"picture": "duc-dinh.webp"
},
{
"fullName": "Eduardo Gomez",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "eduardo-gomez.webp"
},
{
"fullName": "Nurhaliza Hassan",
"positions": {
"S22": {
"title": "Marketing Director",
"tier": 12
},
"F22": {
"title": "Marketing Co-Lead",
"tier": 12
}
},
"picture": "nurhaliza-hassan.webp"
},
{
"fullName": "Lisa Hong",
"positions": {
"S21": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "lisa-hong.webp"
},
{
"fullName": "Joshua Hughes",
"positions": {
"S21": {
"title": "ICC Representative",
"tier": 8
}
},
"picture": "joshua-hughes.webp"
},
{
"fullName": "Iftekharul Islam",
"positions": {
"S22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "iftekharul-islam.webp"
},
{
"fullName": "Ibrahim Israr",
"positions": {
"S22": {
"title": "Secretary",
"tier": 3
}
},
"picture": "ibrahim-israr.webp"
},
{
"fullName": "Joel Anil John",
"positions": {
"S22": {
"title": "Dev Officer",
"tier": 21
},
"F22": {
"title": "Algo Officer",
"tier": 21
}
},
"picture": "joel-anil-john.webp"
},
{
"fullName": "Andy Lasso",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "andy-lasso.webp"
},
{
"fullName": "Andrew Lau",
"positions": {
"S21": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "andrew-lau.webp"
},
{
"fullName": "Minh Le",
"positions": {
"S22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "minh-le.webp"
},
{
"fullName": "Nguyen Le",
"positions": {
"S22": {
"title": "Data Analyst",
"tier": 7
}
},
"picture": "nguyen-le.webp"
},
{
"fullName": "Tommy Le",
"positions": {
"F21": {
"title": "Treasurer",
"tier": 4
},
"S22": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "tommy-le.webp"
},
{
"fullName": "Eugene Lee",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
},
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "eugene-lee.webp"
},
{
"fullName": "Nolan Lee",
"positions": {
"S22": {
"title": "Historian",
"tier": 13
}
},
"picture": "nolan-lee.webp"
},
{
"fullName": "Aaron Lieberman",
"positions": {
"S21": {
"title": "Internal Vice President, nodebuds Officer",
"tier": 2
},
"F21": {
"title": "President, nodebuds Officer",
"tier": 0
},
"S22": {
"title": "President, nodebuds Officer",
"tier": 0
},
"F22": {
"title": "Special Events Team Lead",
"tier": 14
}
},
"picture": "aaron-lieberman.webp"
},
{
"fullName": "Shaleen Mathur",
"positions": {
"S21": {
"title": "Workshop Manager",
"tier": 6
}
},
"picture": "shaleen-mathur.webp"
},
{
"fullName": "Ean McGilvery",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "ean-mcgilvery.webp"
},
{
"fullName": "Jorge Mejia",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
},
"S22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "jorge-mejia.webp"
},
{
"fullName": "Serena Naranjo",
"positions": {
"F21": {
"title": "Create Officer",
"tier": 17
},
"S22": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "serena-naranjo.webp"
},
{
"fullName": "Dalisa Nguyen",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "dalisa-nguyen.webp"
},
{
"fullName": "Kayla Nguyen",
"positions": {
"F21": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "kayla-nguyen.webp"
},
{
"fullName": "Jacob Nguyen",
"positions": {
"S21": {
"title": "President, Create Director, nodebuds Officer",
"tier": 0
},
"F22": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "jacob-nguyen.webp"
},
{
"fullName": "Taylor Noh",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
},
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "taylor-noh.webp"
},
{
"fullName": "Kirsten Ochoa",
"positions": {
"S22": {
"title": "Create Project Developer",
"tier": 18
},
"F22": {
"title": "Design Officer",
"tier": 18
}
},
"picture": "kirsten-ochoa.webp"
},
{
"fullName": "Mike Ploythai",
"positions": {
"S21": {
"title": "Create Officer",
"tier": 17
},
"F21": {
"title": "Create Director, Marketing Chair",
"tier": 16
},
"S22": {
"title": "Create President",
"tier": 16
}
},
"picture": "mike-ploythai.webp"
},
{
"fullName": "Stephanie Pocci",
"positions": {
"S22": {
"title": "Event Coordinator",
"tier": 9
},
"F22": {
"title": "Event Coordinator",
"tier": 9
}
},
"picture": "stephanie-pocci.webp"
},
{
"fullName": "Nicolas Renteria",
"positions": {
"S21": {
"title": "Marketing Chair",
"tier": 12
}
},
"picture": "nicolas-renteria.webp"
},
{
"fullName": "Wilbert Rodriguez",
"positions": {
"S21": {
"title": "Intern Program Manager",
"tier": 11
}
},
"picture": "wilbert-rodriguez.webp"
},
{
"fullName": "Samuel Sandoval",
"positions": {
"S21": {
"title": "Vice President, Dev Director",
"tier": 1
}
},
"picture": "samuel-sandoval.webp"
},
{
"fullName": "Kavit Sanghavi",
"positions": {
"S21": {
"title": "Algo Director",
"tier": 11
}
},
"picture": "kavit-sanghavi.webp"
},
{
"fullName": "Parth Sharma",
"positions": {
"S21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "parth-sharma.webp"
},
{
"fullName": "Justin Stitt",
"positions": {
"S22": {
"title": "Algo Officer",
"tier": 15
},
"F22": {
"title": "AI Team Lead",
"tier": 15
}
},
"picture": "justin-stitt.webp"
},
{
"fullName": "Johnson Tong",
"positions": {
"S21": {
"title": "Workshop Manager",
"tier": 6
}
},
"picture": "johnson-tong.webp"
},
{
"fullName": "Alex Truong",
"positions": {
"F21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "alex-truong.webp"
},
{
"fullName": "Daniel Truong",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
},
"F22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "daniel-truong.webp"
},
{
"fullName": "Samuel Valls",
"positions": {
"S21": {
"title": "Community Manager",
"tier": 10
},
"F21": {
"title": "Create Officer",
"tier": 17
},
"S22": {
"title": "Create Operations Manager",
"tier": 19
}
},
"picture": "samuel-valls.webp"
},
{
"fullName": "Karnikaa Velumani",
"positions": {
"F21": {
"title": "Vice President",
"tier": 1
},
"S22": {
"title": "Vice President",
"tier": 1
},
"F22": {
"title": "President",
"tier": 1
}
},
"picture": "karnikaa-velumani.webp"
},
{
"fullName": "Rina Watanabe",
"positions": {
"F21": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "rina-watanabe.webp"
},
{
"fullName": "Jason Wong",
"positions": {
"S22": {
"title": "Historian",
"tier": 13
},
"F22": {
"title": "Historian",
"tier": 13
}
},
"picture": "jason-wong.webp"
}
]
[
{
"fullName": "Armanul Ambia",
"positions": {
"S21": {
"title": "Dev Officer",
"tier": 21
},
"F21": {
"title": "Algo Director",
"tier": 14
},
"S22": {
"title": "Algo President",
"tier": 14
},
"F22": {
"title": "Algo Team Lead",
"tier": 14
}
},
"picture": "armanul-ambia.webp"
},
{
"fullName": "Jason Anthony",
"positions": {
"S21": {
"title": "Secretary",
"tier": 3
}
},
"picture": "jason-anthony.webp"
},
{
"fullName": "Angel Armendariz",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "angel-armendariz.webp"
},
{
"fullName": "Sami Bajwa",
"positions": {
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "Algo Officer, nodebuds Officer",
"tier": 15
}
},
"picture": "sami-bajwa.webp"
},
{
"fullName": "Johnathan Carranza",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "johnathan-carranza.webp"
},
{
"fullName": "Alan Cortez",
"positions": {
"S22": {
"title": "Create Officer",
"tier": 17
},
"F22": {
"title": "Design Team Lead",
"tier": 17
}
},
"picture": "alan-cortez.webp"
},
{
"fullName": "Wesley Chou",
"positions": {
"S21": {
"title": "Dev Officer",
"tier": 21
},
"F21": {
"title": "Dev Director",
"tier": 20
},
"S22": {
"title": "Dev President",
"tier": 20
}
},
"picture": "wesley-chou.webp"
},
{
"fullName": "Ethan Davidson",
"positions": {
"S21": {
"title": "Webmaster",
"tier": 5
},
"F21": {
"title": "Webmaster",
"tier": 5
},
"S22": {
"title": "Webmaster",
"tier": 5
}
},
"picture": "ethan-davidson.webp"
},
{
"fullName": "Kevin Dillon",
"positions": {
"S21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "kevin-dillon.webp"
},
{
"fullName": "Duc Dinh",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "duc-dinh.webp"
},
{
"fullName": "Eduardo Gomez",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "eduardo-gomez.webp"
},
{
"fullName": "Nurhaliza Hassan",
"positions": {
"S22": {
"title": "Marketing Director",
"tier": 12
}
},
"picture": "nurhaliza-hassan.webp"
},
{
"fullName": "Lisa Hong",
"positions": {
"S21": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "lisa-hong.webp"
},
{
"fullName": "Joshua Hughes",
"positions": {
"S21": {
"title": "ICC Representative",
"tier": 8
}
},
"picture": "joshua-hughes.webp"
},
{
"fullName": "Iftekharul Islam",
"positions": {
"S22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "iftekharul-islam.webp"
},
{
"fullName": "Ibrahim Israr",
"positions": {
"S22": {
"title": "Secretary",
"tier": 3
}
},
"picture": "ibrahim-israr.webp"
},
{
"fullName": "Joel Anil John",
"positions": {
"S22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "joel-anil-john.webp"
},
{
"fullName": "Andy Lasso",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "andy-lasso.webp"
},
{
"fullName": "Andrew Lau",
"positions": {
"S21": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "andrew-lau.webp"
},
{
"fullName": "Minh Le",
"positions": {
"S22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "minh-le.webp"
},
{
"fullName": "Nguyen Le",
"positions": {
"S22": {
"title": "Data Analyst",
"tier": 7
}
},
"picture": "nguyen-le.webp"
},
{
"fullName": "Tommy Le",
"positions": {
"F21": {
"title": "Treasurer",
"tier": 4
},
"S22": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "tommy-le.webp"
},
{
"fullName": "Eugene Lee",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
},
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "eugene-lee.webp"
},
{
"fullName": "Nolan Lee",
"positions": {
"S22": {
"title": "Historian",
"tier": 13
}
},
"picture": "nolan-lee.webp"
},
{
"fullName": "Aaron Lieberman",
"positions": {
"S21": {
"title": "Internal Vice President, nodebuds Officer",
"tier": 2
},
"F21": {
"title": "President, nodebuds Officer",
"tier": 0
},
"S22": {
"title": "President, nodebuds Officer",
"tier": 0
},
"F22": {
"title": "Special Events Team Lead",
"tier": 14
}
},
"picture": "aaron-lieberman.webp"
},
{
"fullName": "Shaleen Mathur",
"positions": {
"S21": {
"title": "Workshop Manager",
"tier": 6
}
},
"picture": "shaleen-mathur.webp"
},
{
"fullName": "Ean McGilvery",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "ean-mcgilvery.webp"
},
{
"fullName": "Jorge Mejia",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
},
"S22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "jorge-mejia.webp"
},
{
"fullName": "Serena Naranjo",
"positions": {
"F21": {
"title": "Create Officer",
"tier": 17
},
"S22": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "serena-naranjo.webp"
},
{
"fullName": "Dalisa Nguyen",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "dalisa-nguyen.webp"
},
{
"fullName": "Kayla Nguyen",
"positions": {
"F21": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "kayla-nguyen.webp"
},
{
"fullName": "Jacob Nguyen",
"positions": {
"S21": {
"title": "President, Create Director, nodebuds Officer",
"tier": 0
}
},
"picture": "jacob-nguyen.webp"
},
{
"fullName": "Taylor Noh",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
},
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "taylor-noh.webp"
},
{
"fullName": "Kirsten Ochoa",
"positions": {
"S22": {
"title": "Create Project Developer",
"tier": 18
}
},
"picture": "kirsten-ochoa.webp"
},
{
"fullName": "Mike Ploythai",
"positions": {
"S21": {
"title": "Create Officer",
"tier": 17
},
"F21": {
"title": "Create Director, Marketing Chair",
"tier": 16
},
"S22": {
"title": "Create President",
"tier": 16
}
},
"picture": "mike-ploythai.webp"
},
{
"fullName": "Stephanie Pocci",
"positions": {
"S22": {
"title": "Event Coordinator",
"tier": 9
},
"F22": {
"title": "Event Coordinator",
"tier": 9
}
},
"picture": "stephanie-pocci.webp"
},
{
"fullName": "Nicolas Renteria",
"positions": {
"S21": {
"title": "Marketing Chair",
"tier": 12
}
},
"picture": "nicolas-renteria.webp"
},
{
"fullName": "Wilbert Rodriguez",
"positions": {
"S21": {
"title": "Intern Program Manager",
"tier": 11
}
},
"picture": "wilbert-rodriguez.webp"
},
{
"fullName": "Samuel Sandoval",
"positions": {
"S21": {
"title": "Vice President, Dev Director",
"tier": 1
}
},
"picture": "samuel-sandoval.webp"
},
{
"fullName": "Kavit Sanghavi",
"positions": {
"S21": {
"title": "Algo Director",
"tier": 11
}
},
"picture": "kavit-sanghavi.webp"
},
{
"fullName": "Parth Sharma",
"positions": {
"S21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "parth-sharma.webp"
},
{
"fullName": "Justin Stitt",
"positions": {
"S22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "justin-stitt.webp"
},
{
"fullName": "Johnson Tong",
"positions": {
"S21": {
"title": "Workshop Manager",
"tier": 6
}
},
"picture": "johnson-tong.webp"
},
{
"fullName": "Alex Truong",
"positions": {
"F21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "alex-truong.webp"
},
{
"fullName": "Daniel Truong",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "daniel-truong.webp"
},
{
"fullName": "Samuel Valls",
"positions": {
"S21": {
"title": "Community Manager",
"tier": 10
},
"F21": {
"title": "Create Officer",
"tier": 17
},
"S22": {
"title": "Create Operations Manager",
"tier": 19
}
},
"picture": "samuel-valls.webp"
},
{
"fullName": "Karnikaa Velumani",
"positions": {
"F21": {
"title": "Vice President",
"tier": 1
},
"S22": {
"title": "Vice President",
"tier": 1
},
"F22": {
"title": "President",
"tier": 1
}
},
"picture": "karnikaa-velumani.webp"
},
{
"fullName": "Rina Watanabe",
"positions": {
"F21": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "rina-watanabe.webp"
},
{
"fullName": "Jason Wong",
"positions": {
"S22": {
"title": "Historian",
"tier": 13
},
"F22": {
"title": "Historian",
"tier": 13
}
},
"picture": "jason-wong.webp"
}
]
[
{
"fullName": "Armanul Ambia",
"positions": {
"S21": {
"title": "Dev Officer",
"tier": 21
},
"F21": {
"title": "Algo Director",
"tier": 14
},
"S22": {
"title": "Algo President",
"tier": 14
},
"F22": {
"title": "Algo Team Lead",
"tier": 14
}
},
"picture": "armanul-ambia.webp"
},
{
"fullName": "Jason Anthony",
"positions": {
"S21": {
"title": "Secretary",
"tier": 3
}
},
"picture": "jason-anthony.webp"
},
{
"fullName": "Angel Armendariz",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "angel-armendariz.webp"
},
{
"fullName": "Sami Bajwa",
"positions": {
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "Algo Officer, nodebuds Officer",
"tier": 15
},
"F22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "sami-bajwa.webp"
},
{
"fullName": "Johnathan Carranza",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "johnathan-carranza.webp"
},
{
"fullName": "Alan Cortez",
"positions": {
"S22": {
"title": "Create Officer",
"tier": 17
},
"F22": {
"title": "Design Team Lead",
"tier": 17
}
},
"picture": "alan-cortez.webp"
},
{
"fullName": "Wesley Chou",
"positions": {
"S21": {
"title": "Dev Officer",
"tier": 21
},
"F21": {
"title": "Dev Director",
"tier": 20
},
"S22": {
"title": "Dev President",
"tier": 20
},
"F22": {
"title": "Marketing Co-Lead",
"tier": 23
}
},
"picture": "wesley-chou.webp"
},
{
"fullName": "Ethan Davidson",
"positions": {
"S21": {
"title": "Webmaster",
"tier": 5
},
"F21": {
"title": "Webmaster",
"tier": 5
},
"S22": {
"title": "Webmaster",
"tier": 5
},
"F22": {
"title": "Vice President/Webmaster",
"tier": 2
}
},
"picture": "ethan-davidson.webp"
},
{
"fullName": "Kevin Dillon",
"positions": {
"S21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "kevin-dillon.webp"
},
{
"fullName": "Duc Dinh",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
},
"F22": {
"title": "Special Events Officer",
"tier": 24
}
},
"picture": "duc-dinh.webp"
},
{
"fullName": "Eduardo Gomez",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "eduardo-gomez.webp"
},
{
"fullName": "Nurhaliza Hassan",
"positions": {
"S22": {
"title": "Marketing Director",
"tier": 12
},
"F22": {
"title": "Marketing Co-Lead",
"tier": 23
}
},
"picture": "nurhaliza-hassan.webp"
},
{
"fullName": "Lisa Hong",
"positions": {
"S21": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "lisa-hong.webp"
},
{
"fullName": "Joshua Hughes",
"positions": {
"S21": {
"title": "ICC Representative",
"tier": 8
}
},
"picture": "joshua-hughes.webp"
},
{
"fullName": "Iftekharul Islam",
"positions": {
"S22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "iftekharul-islam.webp"
},
{
"fullName": "Ibrahim Israr",
"positions": {
"S22": {
"title": "Secretary",
"tier": 3
}
},
"picture": "ibrahim-israr.webp"
},
{
"fullName": "Joel Anil John",
"positions": {
"S22": {
"title": "Dev Officer",
"tier": 21
},
"F22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "joel-anil-john.webp"
},
{
"fullName": "Andy Lasso",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "andy-lasso.webp"
},
{
"fullName": "Andrew Lau",
"positions": {
"S21": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "andrew-lau.webp"
},
{
"fullName": "Minh Le",
"positions": {
"S22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "minh-le.webp"
},
{
"fullName": "Nguyen Le",
"positions": {
"S22": {
"title": "Data Analyst",
"tier": 7
}
},
"picture": "nguyen-le.webp"
},
{
"fullName": "Tommy Le",
"positions": {
"F21": {
"title": "Treasurer",
"tier": 4
},
"S22": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "tommy-le.webp"
},
{
"fullName": "Eugene Lee",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
},
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "eugene-lee.webp"
},
{
"fullName": "Nolan Lee",
"positions": {
"S22": {
"title": "Historian",
"tier": 12
}
},
"picture": "nolan-lee.webp"
},
{
"fullName": "Aaron Lieberman",
"positions": {
"S21": {
"title": "Internal Vice President, nodebuds Officer",
"tier": 2
},
"F21": {
"title": "President, nodebuds Officer",
"tier": 0
},
"S22": {
"title": "President, nodebuds Officer",
"tier": 0
},
"F22": {
"title": "Special Events Team Lead",
"tier": 23
}
},
"picture": "aaron-lieberman.webp"
},
{
"fullName": "Shaleen Mathur",
"positions": {
"S21": {
"title": "Workshop Manager",
"tier": 6
}
},
"picture": "shaleen-mathur.webp"
},
{
"fullName": "Ean McGilvery",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "ean-mcgilvery.webp"
},
{
"fullName": "Jorge Mejia",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
},
"S22": {
"title": "Dev Officer",
"tier": 21
},
"F22": {
"title": "Design Officer",
"tier": 17
}
},
"picture": "jorge-mejia.webp"
},
{
"fullName": "Serena Naranjo",
"positions": {
"F21": {
"title": "Create Officer",
"tier": 17
},
"S22": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "serena-naranjo.webp"
},
{
"fullName": "Dalisa Nguyen",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "dalisa-nguyen.webp"
},
{
"fullName": "Kayla Nguyen",
"positions": {
"F21": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "kayla-nguyen.webp"
},
{
"fullName": "Jacob Nguyen",
"positions": {
"S21": {
"title": "President, Create Director, nodebuds Officer",
"tier": 0
},
"F22": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "jacob-nguyen.webp"
},
{
"fullName": "Taylor Noh",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
},
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "taylor-noh.webp"
},
{
"fullName": "Kirsten Ochoa",
"positions": {
"S22": {
"title": "Create Project Developer",
"tier": 18
},
"F22": {
"title": "Design Officer",
"tier": 18
}
},
"picture": "kirsten-ochoa.webp"
},
{
"fullName": "Mike Ploythai",
"positions": {
"S21": {
"title": "Create Officer",
"tier": 17
},
"F21": {
"title": "Create Director, Marketing Chair",
"tier": 16
},
"S22": {
"title": "Create President",
"tier": 16
}
},
"picture": "mike-ploythai.webp"
},
{
"fullName": "Stephanie Pocci",
"positions": {
"S22": {
"title": "Event Coordinator",
"tier": 9
},
"F22": {
"title": "Event Coordinator",
"tier": 9
}
},
"picture": "stephanie-pocci.webp"
},
{
"fullName": "Nicolas Renteria",
"positions": {
"S21": {
"title": "Marketing Chair",
"tier": 12
}
},
"picture": "nicolas-renteria.webp"
},
{
"fullName": "Wilbert Rodriguez",
"positions": {
"S21": {
"title": "Intern Program Manager",
"tier": 11
}
},
"picture": "wilbert-rodriguez.webp"
},
{
"fullName": "Samuel Sandoval",
"positions": {
"S21": {
"title": "Vice President, Dev Director",
"tier": 1
}
},
"picture": "samuel-sandoval.webp"
},
{
"fullName": "Kavit Sanghavi",
"positions": {
"S21": {
"title": "Algo Director",
"tier": 11
}
},
"picture": "kavit-sanghavi.webp"
},
{
"fullName": "Parth Sharma",
"positions": {
"S21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "parth-sharma.webp"
},
{
"fullName": "Justin Stitt",
"positions": {
"S22": {
"title": "Algo Officer",
"tier": 15
},
"F22": {
"title": "AI Team Lead",
"tier": 13
}
},
"picture": "justin-stitt.webp"
},
{
"fullName": "Johnson Tong",
"positions": {
"S21": {
"title": "Workshop Manager",
"tier": 6
}
},
"picture": "johnson-tong.webp"
},
{
"fullName": "Alex Truong",
"positions": {
"F21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "alex-truong.webp"
},
{
"fullName": "Daniel Truong",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
},
"F22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "daniel-truong.webp"
},
{
"fullName": "Samuel Valls",
"positions": {
"S21": {
"title": "Community Manager",
"tier": 10
},
"F21": {
"title": "Create Officer",
"tier": 17
},
"S22": {
"title": "Create Operations Manager",
"tier": 19
}
},
"picture": "samuel-valls.webp"
},
{
"fullName": "Karnikaa Velumani",
"positions": {
"F21": {
"title": "Vice President",
"tier": 1
},
"S22": {
"title": "Vice President",
"tier": 1
},
"F22": {
"title": "President",
"tier": 1
}
},
"picture": "karnikaa-velumani.webp"
},
{
"fullName": "Rina Watanabe",
"positions": {
"F21": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "rina-watanabe.webp"
},
{
"fullName": "Jason Wong",
"positions": {
"S22": {
"title": "Historian",
"tier": 13
},
"F22": {
"title": "Historian",
"tier": 12
}
},
"picture": "jason-wong.webp"
},
{
"fullName": "Alejandro Ramos",
"positions": {
"F22": {
"title": "Design Officer",
"tier": 17
}
},
"picture": "alejandro-ramos.webp"
},
{
"fullName": "Angel Santoyo",
"positions": {
"F22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "angel-santoyo.webp"
}
]
[
{
"fullName": "Armanul Ambia",
"positions": {
"S21": {
"title": "Dev Officer",
"tier": 21
},
"F21": {
"title": "Algo Director",
"tier": 14
},
"S22": {
"title": "Algo President",
"tier": 14
},
"F22": {
"title": "Algo Team Lead",
"tier": 14
}
},
"picture": "armanul-ambia.webp"
},
{
"fullName": "Jason Anthony",
"positions": {
"S21": {
"title": "Secretary",
"tier": 3
}
},
"picture": "jason-anthony.webp"
},
{
"fullName": "Angel Armendariz",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "angel-armendariz.webp"
},
{
"fullName": "Sami Bajwa",
"positions": {
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "Algo Officer, nodebuds Officer",
"tier": 15
},
"F22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "sami-bajwa.webp"
},
{
"fullName": "Johnathan Carranza",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "johnathan-carranza.webp"
},
{
"fullName": "Alan Cortez",
"positions": {
"S22": {
"title": "Create Officer",
"tier": 17
},
"F22": {
"title": "Design Team Lead",
"tier": 17
}
},
"picture": "alan-cortez.webp"
},
{
"fullName": "Wesley Chou",
"positions": {
"S21": {
"title": "Dev Officer",
"tier": 21
},
"F21": {
"title": "Dev Director",
"tier": 20
},
"S22": {
"title": "Dev President",
"tier": 20
},
"F22": {
"title": "Marketing Co-Lead",
"tier": 12
}
},
"picture": "wesley-chou.webp"
},
{
"fullName": "Ethan Davidson",
"positions": {
"S21": {
"title": "Webmaster",
"tier": 5
},
"F21": {
"title": "Webmaster",
"tier": 5
},
"S22": {
"title": "Webmaster",
"tier": 5
},
"F22": {
"title": "Vice President/Webmaster",
"tier": 2
}
},
"picture": "ethan-davidson.webp"
},
{
"fullName": "Kevin Dillon",
"positions": {
"S21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "kevin-dillon.webp"
},
{
"fullName": "Duc Dinh",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
},
"F22": {
"title": "Special Events Officer",
"tier": 24
}
},
"picture": "duc-dinh.webp"
},
{
"fullName": "Eduardo Gomez",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "eduardo-gomez.webp"
},
{
"fullName": "Nurhaliza Hassan",
"positions": {
"S22": {
"title": "Marketing Director",
"tier": 12
},
"F22": {
"title": "Marketing Co-Lead",
"tier": 12
}
},
"picture": "nurhaliza-hassan.webp"
},
{
"fullName": "Lisa Hong",
"positions": {
"S21": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "lisa-hong.webp"
},
{
"fullName": "Joshua Hughes",
"positions": {
"S21": {
"title": "ICC Representative",
"tier": 8
}
},
"picture": "joshua-hughes.webp"
},
{
"fullName": "Iftekharul Islam",
"positions": {
"S22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "iftekharul-islam.webp"
},
{
"fullName": "Ibrahim Israr",
"positions": {
"S22": {
"title": "Secretary",
"tier": 3
}
},
"picture": "ibrahim-israr.webp"
},
{
"fullName": "Joel Anil John",
"positions": {
"S22": {
"title": "Dev Officer",
"tier": 21
},
"F22": {
"title": "Algo Officer",
"tier": 21
}
},
"picture": "joel-anil-john.webp"
},
{
"fullName": "Andy Lasso",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "andy-lasso.webp"
},
{
"fullName": "Andrew Lau",
"positions": {
"S21": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "andrew-lau.webp"
},
{
"fullName": "Minh Le",
"positions": {
"S22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "minh-le.webp"
},
{
"fullName": "Nguyen Le",
"positions": {
"S22": {
"title": "Data Analyst",
"tier": 7
}
},
"picture": "nguyen-le.webp"
},
{
"fullName": "Tommy Le",
"positions": {
"F21": {
"title": "Treasurer",
"tier": 4
},
"S22": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "tommy-le.webp"
},
{
"fullName": "Eugene Lee",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
},
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "eugene-lee.webp"
},
{
"fullName": "Nolan Lee",
"positions": {
"S22": {
"title": "Historian",
"tier": 13
}
},
"picture": "nolan-lee.webp"
},
{
"fullName": "Aaron Lieberman",
"positions": {
"S21": {
"title": "Internal Vice President, nodebuds Officer",
"tier": 2
},
"F21": {
"title": "President, nodebuds Officer",
"tier": 0
},
"S22": {
"title": "President, nodebuds Officer",
"tier": 0
},
"F22": {
"title": "Special Events Team Lead",
"tier": 23
}
},
"picture": "aaron-lieberman.webp"
},
{
"fullName": "Shaleen Mathur",
"positions": {
"S21": {
"title": "Workshop Manager",
"tier": 6
}
},
"picture": "shaleen-mathur.webp"
},
{
"fullName": "Ean McGilvery",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "ean-mcgilvery.webp"
},
{
"fullName": "Jorge Mejia",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
},
"S22": {
"title": "Dev Officer",
"tier": 21
},
"F22": {
"title": "Design Officer",
"tier": 17
}
},
"picture": "jorge-mejia.webp"
},
{
"fullName": "Serena Naranjo",
"positions": {
"F21": {
"title": "Create Officer",
"tier": 17
},
"S22": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "serena-naranjo.webp"
},
{
"fullName": "Dalisa Nguyen",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "dalisa-nguyen.webp"
},
{
"fullName": "Kayla Nguyen",
"positions": {
"F21": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "kayla-nguyen.webp"
},
{
"fullName": "Jacob Nguyen",
"positions": {
"S21": {
"title": "President, Create Director, nodebuds Officer",
"tier": 0
},
"F22": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "jacob-nguyen.webp"
},
{
"fullName": "Taylor Noh",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
},
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "taylor-noh.webp"
},
{
"fullName": "Kirsten Ochoa",
"positions": {
"S22": {
"title": "Create Project Developer",
"tier": 18
},
"F22": {
"title": "Design Officer",
"tier": 18
}
},
"picture": "kirsten-ochoa.webp"
},
{
"fullName": "Mike Ploythai",
"positions": {
"S21": {
"title": "Create Officer",
"tier": 17
},
"F21": {
"title": "Create Director, Marketing Chair",
"tier": 16
},
"S22": {
"title": "Create President",
"tier": 16
}
},
"picture": "mike-ploythai.webp"
},
{
"fullName": "Stephanie Pocci",
"positions": {
"S22": {
"title": "Event Coordinator",
"tier": 9
},
"F22": {
"title": "Event Coordinator",
"tier": 9
}
},
"picture": "stephanie-pocci.webp"
},
{
"fullName": "Nicolas Renteria",
"positions": {
"S21": {
"title": "Marketing Chair",
"tier": 12
}
},
"picture": "nicolas-renteria.webp"
},
{
"fullName": "Wilbert Rodriguez",
"positions": {
"S21": {
"title": "Intern Program Manager",
"tier": 11
}
},
"picture": "wilbert-rodriguez.webp"
},
{
"fullName": "Samuel Sandoval",
"positions": {
"S21": {
"title": "Vice President, Dev Director",
"tier": 1
}
},
"picture": "samuel-sandoval.webp"
},
{
"fullName": "Kavit Sanghavi",
"positions": {
"S21": {
"title": "Algo Director",
"tier": 11
}
},
"picture": "kavit-sanghavi.webp"
},
{
"fullName": "Parth Sharma",
"positions": {
"S21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "parth-sharma.webp"
},
{
"fullName": "Justin Stitt",
"positions": {
"S22": {
"title": "Algo Officer",
"tier": 15
},
"F22": {
"title": "AI Team Lead",
"tier": 15
}
},
"picture": "justin-stitt.webp"
},
{
"fullName": "Johnson Tong",
"positions": {
"S21": {
"title": "Workshop Manager",
"tier": 6
}
},
"picture": "johnson-tong.webp"
},
{
"fullName": "Alex Truong",
"positions": {
"F21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "alex-truong.webp"
},
{
"fullName": "Daniel Truong",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
},
"F22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "daniel-truong.webp"
},
{
"fullName": "Samuel Valls",
"positions": {
"S21": {
"title": "Community Manager",
"tier": 10
},
"F21": {
"title": "Create Officer",
"tier": 17
},
"S22": {
"title": "Create Operations Manager",
"tier": 19
}
},
"picture": "samuel-valls.webp"
},
{
"fullName": "Karnikaa Velumani",
"positions": {
"F21": {
"title": "Vice President",
"tier": 1
},
"S22": {
"title": "Vice President",
"tier": 1
},
"F22": {
"title": "President",
"tier": 1
}
},
"picture": "karnikaa-velumani.webp"
},
{
"fullName": "Rina Watanabe",
"positions": {
"F21": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "rina-watanabe.webp"
},
{
"fullName": "Jason Wong",
"positions": {
"S22": {
"title": "Historian",
"tier": 13
},
"F22": {
"title": "Historian",
"tier": 13
}
},
"picture": "jason-wong.webp"
}
]
[
{
"fullName": "Armanul Ambia",
"positions": {
"S21": {
"title": "Dev Officer",
"tier": 21
},
"F21": {
"title": "Algo Director",
"tier": 14
},
"S22": {
"title": "Algo President",
"tier": 14
},
"F22": {
"title": "Algo Team Lead",
"tier": 14
}
},
"picture": "armanul-ambia.webp"
},
{
"fullName": "Jason Anthony",
"positions": {
"S21": {
"title": "Secretary",
"tier": 3
}
},
"picture": "jason-anthony.webp"
},
{
"fullName": "Angel Armendariz",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "angel-armendariz.webp"
},
{
"fullName": "Sami Bajwa",
"positions": {
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "Algo Officer, nodebuds Officer",
"tier": 15
},
"F22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "sami-bajwa.webp"
},
{
"fullName": "Johnathan Carranza",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "johnathan-carranza.webp"
},
{
"fullName": "Alan Cortez",
"positions": {
"S22": {
"title": "Create Officer",
"tier": 17
},
"F22": {
"title": "Design Team Lead",
"tier": 17
}
},
"picture": "alan-cortez.webp"
},
{
"fullName": "Wesley Chou",
"positions": {
"S21": {
"title": "Dev Officer",
"tier": 21
},
"F21": {
"title": "Dev Director",
"tier": 20
},
"S22": {
"title": "Dev President",
"tier": 20
},
"F22": {
"title": "Marketing Co-Lead",
"tier": 23
}
},
"picture": "wesley-chou.webp"
},
{
"fullName": "Ethan Davidson",
"positions": {
"S21": {
"title": "Webmaster",
"tier": 5
},
"F21": {
"title": "Webmaster",
"tier": 5
},
"S22": {
"title": "Webmaster",
"tier": 5
},
"F22": {
"title": "Vice President/Webmaster",
"tier": 2
}
},
"picture": "ethan-davidson.webp"
},
{
"fullName": "Kevin Dillon",
"positions": {
"S21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "kevin-dillon.webp"
},
{
"fullName": "Duc Dinh",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
},
"F22": {
"title": "Special Events Officer",
"tier": 25
}
},
"picture": "duc-dinh.webp"
},
{
"fullName": "Eduardo Gomez",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "eduardo-gomez.webp"
},
{
"fullName": "Nurhaliza Hassan",
"positions": {
"S22": {
"title": "Marketing Director",
"tier": 12
},
"F22": {
"title": "Marketing Co-Lead",
"tier": 23
}
},
"picture": "nurhaliza-hassan.webp"
},
{
"fullName": "Lisa Hong",
"positions": {
"S21": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "lisa-hong.webp"
},
{
"fullName": "Joshua Hughes",
"positions": {
"S21": {
"title": "ICC Representative",
"tier": 8
}
},
"picture": "joshua-hughes.webp"
},
{
"fullName": "Iftekharul Islam",
"positions": {
"S22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "iftekharul-islam.webp"
},
{
"fullName": "Ibrahim Israr",
"positions": {
"S22": {
"title": "Secretary",
"tier": 3
}
},
"picture": "ibrahim-israr.webp"
},
{
"fullName": "Joel Anil John",
"positions": {
"S22": {
"title": "Dev Officer",
"tier": 21
},
"F22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "joel-anil-john.webp"
},
{
"fullName": "Andy Lasso",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "andy-lasso.webp"
},
{
"fullName": "Andrew Lau",
"positions": {
"S21": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "andrew-lau.webp"
},
{
"fullName": "Minh Le",
"positions": {
"S22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "minh-le.webp"
},
{
"fullName": "Nguyen Le",
"positions": {
"S22": {
"title": "Data Analyst",
"tier": 7
}
},
"picture": "nguyen-le.webp"
},
{
"fullName": "Tommy Le",
"positions": {
"F21": {
"title": "Treasurer",
"tier": 4
},
"S22": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "tommy-le.webp"
},
{
"fullName": "Eugene Lee",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
},
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "eugene-lee.webp"
},
{
"fullName": "Nolan Lee",
"positions": {
"S22": {
"title": "Historian",
"tier": 12
}
},
"picture": "nolan-lee.webp"
},
{
"fullName": "Aaron Lieberman",
"positions": {
"S21": {
"title": "Internal Vice President, nodebuds Officer",
"tier": 2
},
"F21": {
"title": "President, nodebuds Officer",
"tier": 0
},
"S22": {
"title": "President, nodebuds Officer",
"tier": 0
},
"F22": {
"title": "Special Events Team Lead",
"tier": 24
}
},
"picture": "aaron-lieberman.webp"
},
{
"fullName": "Shaleen Mathur",
"positions": {
"S21": {
"title": "Workshop Manager",
"tier": 6
}
},
"picture": "shaleen-mathur.webp"
},
{
"fullName": "Ean McGilvery",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "ean-mcgilvery.webp"
},
{
"fullName": "Jorge Mejia",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
},
"S22": {
"title": "Dev Officer",
"tier": 21
},
"F22": {
"title": "Design Officer",
"tier": 17
}
},
"picture": "jorge-mejia.webp"
},
{
"fullName": "Serena Naranjo",
"positions": {
"F21": {
"title": "Create Officer",
"tier": 17
},
"S22": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "serena-naranjo.webp"
},
{
"fullName": "Dalisa Nguyen",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "dalisa-nguyen.webp"
},
{
"fullName": "Kayla Nguyen",
"positions": {
"F21": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "kayla-nguyen.webp"
},
{
"fullName": "Jacob Nguyen",
"positions": {
"S21": {
"title": "President, Create Director, nodebuds Officer",
"tier": 0
},
"F22": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "jacob-nguyen.webp"
},
{
"fullName": "Taylor Noh",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
},
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "taylor-noh.webp"
},
{
"fullName": "Kirsten Ochoa",
"positions": {
"S22": {
"title": "Create Project Developer",
"tier": 18
},
"F22": {
"title": "Design Officer",
"tier": 18
}
},
"picture": "kirsten-ochoa.webp"
},
{
"fullName": "Mike Ploythai",
"positions": {
"S21": {
"title": "Create Officer",
"tier": 17
},
"F21": {
"title": "Create Director, Marketing Chair",
"tier": 16
},
"S22": {
"title": "Create President",
"tier": 16
}
},
"picture": "mike-ploythai.webp"
},
{
"fullName": "Stephanie Pocci",
"positions": {
"S22": {
"title": "Event Coordinator",
"tier": 9
},
"F22": {
"title": "Event Coordinator",
"tier": 9
}
},
"picture": "stephanie-pocci.webp"
},
{
"fullName": "Nicolas Renteria",
"positions": {
"S21": {
"title": "Marketing Chair",
"tier": 12
}
},
"picture": "nicolas-renteria.webp"
},
{
"fullName": "Wilbert Rodriguez",
"positions": {
"S21": {
"title": "Intern Program Manager",
"tier": 11
}
},
"picture": "wilbert-rodriguez.webp"
},
{
"fullName": "Samuel Sandoval",
"positions": {
"S21": {
"title": "Vice President, Dev Director",
"tier": 1
}
},
"picture": "samuel-sandoval.webp"
},
{
"fullName": "Kavit Sanghavi",
"positions": {
"S21": {
"title": "Algo Director",
"tier": 11
}
},
"picture": "kavit-sanghavi.webp"
},
{
"fullName": "Parth Sharma",
"positions": {
"S21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "parth-sharma.webp"
},
{
"fullName": "Justin Stitt",
"positions": {
"S22": {
"title": "Algo Officer",
"tier": 15
},
"F22": {
"title": "AI Team Lead",
"tier": 13
}
},
"picture": "justin-stitt.webp"
},
{
"fullName": "Johnson Tong",
"positions": {
"S21": {
"title": "Workshop Manager",
"tier": 6
}
},
"picture": "johnson-tong.webp"
},
{
"fullName": "Alex Truong",
"positions": {
"F21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "alex-truong.webp"
},
{
"fullName": "Daniel Truong",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
},
"F22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "daniel-truong.webp"
},
{
"fullName": "Samuel Valls",
"positions": {
"S21": {
"title": "Community Manager",
"tier": 10
},
"F21": {
"title": "Create Officer",
"tier": 17
},
"S22": {
"title": "Create Operations Manager",
"tier": 19
}
},
"picture": "samuel-valls.webp"
},
{
"fullName": "Karnikaa Velumani",
"positions": {
"F21": {
"title": "Vice President",
"tier": 1
},
"S22": {
"title": "Vice President",
"tier": 1
},
"F22": {
"title": "President",
"tier": 1
}
},
"picture": "karnikaa-velumani.webp"
},
{
"fullName": "Rina Watanabe",
"positions": {
"F21": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "rina-watanabe.webp"
},
{
"fullName": "Jason Wong",
"positions": {
"S22": {
"title": "Historian",
"tier": 13
},
"F22": {
"title": "Historian",
"tier": 12
}
},
"picture": "jason-wong.webp"
},
{
"fullName": "Alejandro Ramos",
"positions": {
"F22": {
"title": "Design Officer",
"tier": 17
}
},
"picture": "alejandro-ramos.webp"
},
{
"fullName": "Angel Santoyo",
"positions": {
"F22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "angel-santoyo.webp"
},
{
"fullName": "Angel Santoyo",
"positions": {
"F22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "angel-santoyo.webp"
}
]
[
{
"fullName": "Armanul Ambia",
"positions": {
"S21": {
"title": "Dev Officer",
"tier": 21
},
"F21": {
"title": "Algo Director",
"tier": 14
},
"S22": {
"title": "Algo President",
"tier": 14
},
"F22": {
"title": "Algo Team Lead",
"tier": 14
}
},
"picture": "armanul-ambia.webp"
},
{
"fullName": "Jason Anthony",
"positions": {
"S21": {
"title": "Secretary",
"tier": 3
}
},
"picture": "jason-anthony.webp"
},
{
"fullName": "Angel Armendariz",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "angel-armendariz.webp"
},
{
"fullName": "Sami Bajwa",
"positions": {
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "Algo Officer, nodebuds Officer",
"tier": 15
}
},
"picture": "sami-bajwa.webp"
},
{
"fullName": "Johnathan Carranza",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "johnathan-carranza.webp"
},
{
"fullName": "Alan Cortez",
"positions": {
"S22": {
"title": "Create Officer",
"tier": 17
},
"F22": {
"title": "Design Team Lead",
"tier": 17
}
},
"picture": "alan-cortez.webp"
},
{
"fullName": "Wesley Chou",
"positions": {
"S21": {
"title": "Dev Officer",
"tier": 21
},
"F21": {
"title": "Dev Director",
"tier": 20
},
"S22": {
"title": "Dev President",
"tier": 20
}
},
"picture": "wesley-chou.webp"
},
{
"fullName": "Ethan Davidson",
"positions": {
"S21": {
"title": "Webmaster",
"tier": 5
},
"F21": {
"title": "Webmaster",
"tier": 5
},
"S22": {
"title": "Webmaster",
"tier": 5
},
"F22": {
"title": "Vice President/Webmaster",
"tier": 2
}
},
"picture": "ethan-davidson.webp"
},
{
"fullName": "Kevin Dillon",
"positions": {
"S21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "kevin-dillon.webp"
},
{
"fullName": "Duc Dinh",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "duc-dinh.webp"
},
{
"fullName": "Eduardo Gomez",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "eduardo-gomez.webp"
},
{
"fullName": "Nurhaliza Hassan",
"positions": {
"S22": {
"title": "Marketing Director",
"tier": 12
}
},
"picture": "nurhaliza-hassan.webp"
},
{
"fullName": "Lisa Hong",
"positions": {
"S21": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "lisa-hong.webp"
},
{
"fullName": "Joshua Hughes",
"positions": {
"S21": {
"title": "ICC Representative",
"tier": 8
}
},
"picture": "joshua-hughes.webp"
},
{
"fullName": "Iftekharul Islam",
"positions": {
"S22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "iftekharul-islam.webp"
},
{
"fullName": "Ibrahim Israr",
"positions": {
"S22": {
"title": "Secretary",
"tier": 3
}
},
"picture": "ibrahim-israr.webp"
},
{
"fullName": "Joel Anil John",
"positions": {
"S22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "joel-anil-john.webp"
},
{
"fullName": "Andy Lasso",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "andy-lasso.webp"
},
{
"fullName": "Andrew Lau",
"positions": {
"S21": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "andrew-lau.webp"
},
{
"fullName": "Minh Le",
"positions": {
"S22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "minh-le.webp"
},
{
"fullName": "Nguyen Le",
"positions": {
"S22": {
"title": "Data Analyst",
"tier": 7
}
},
"picture": "nguyen-le.webp"
},
{
"fullName": "Tommy Le",
"positions": {
"F21": {
"title": "Treasurer",
"tier": 4
},
"S22": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "tommy-le.webp"
},
{
"fullName": "Eugene Lee",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
},
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "eugene-lee.webp"
},
{
"fullName": "Nolan Lee",
"positions": {
"S22": {
"title": "Historian",
"tier": 13
}
},
"picture": "nolan-lee.webp"
},
{
"fullName": "Aaron Lieberman",
"positions": {
"S21": {
"title": "Internal Vice President, nodebuds Officer",
"tier": 2
},
"F21": {
"title": "President, nodebuds Officer",
"tier": 0
},
"S22": {
"title": "President, nodebuds Officer",
"tier": 0
},
"F22": {
"title": "Special Events Team Lead",
"tier": 14
}
},
"picture": "aaron-lieberman.webp"
},
{
"fullName": "Shaleen Mathur",
"positions": {
"S21": {
"title": "Workshop Manager",
"tier": 6
}
},
"picture": "shaleen-mathur.webp"
},
{
"fullName": "Ean McGilvery",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "ean-mcgilvery.webp"
},
{
"fullName": "Jorge Mejia",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
},
"S22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "jorge-mejia.webp"
},
{
"fullName": "Serena Naranjo",
"positions": {
"F21": {
"title": "Create Officer",
"tier": 17
},
"S22": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "serena-naranjo.webp"
},
{
"fullName": "Dalisa Nguyen",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "dalisa-nguyen.webp"
},
{
"fullName": "Kayla Nguyen",
"positions": {
"F21": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "kayla-nguyen.webp"
},
{
"fullName": "Jacob Nguyen",
"positions": {
"S21": {
"title": "President, Create Director, nodebuds Officer",
"tier": 0
}
},
"picture": "jacob-nguyen.webp"
},
{
"fullName": "Taylor Noh",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
},
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "taylor-noh.webp"
},
{
"fullName": "Kirsten Ochoa",
"positions": {
"S22": {
"title": "Create Project Developer",
"tier": 18
},
"F22": {
"title": "Design Officer",
"tier": 18
}
},
"picture": "kirsten-ochoa.webp"
},
{
"fullName": "Mike Ploythai",
"positions": {
"S21": {
"title": "Create Officer",
"tier": 17
},
"F21": {
"title": "Create Director, Marketing Chair",
"tier": 16
},
"S22": {
"title": "Create President",
"tier": 16
}
},
"picture": "mike-ploythai.webp"
},
{
"fullName": "Stephanie Pocci",
"positions": {
"S22": {
"title": "Event Coordinator",
"tier": 9
},
"F22": {
"title": "Event Coordinator",
"tier": 9
}
},
"picture": "stephanie-pocci.webp"
},
{
"fullName": "Nicolas Renteria",
"positions": {
"S21": {
"title": "Marketing Chair",
"tier": 12
}
},
"picture": "nicolas-renteria.webp"
},
{
"fullName": "Wilbert Rodriguez",
"positions": {
"S21": {
"title": "Intern Program Manager",
"tier": 11
}
},
"picture": "wilbert-rodriguez.webp"
},
{
"fullName": "Samuel Sandoval",
"positions": {
"S21": {
"title": "Vice President, Dev Director",
"tier": 1
}
},
"picture": "samuel-sandoval.webp"
},
{
"fullName": "Kavit Sanghavi",
"positions": {
"S21": {
"title": "Algo Director",
"tier": 11
}
},
"picture": "kavit-sanghavi.webp"
},
{
"fullName": "Parth Sharma",
"positions": {
"S21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "parth-sharma.webp"
},
{
"fullName": "Justin Stitt",
"positions": {
"S22": {
"title": "Algo Officer",
"tier": 15
},
"F22": {
"title": "AI Team Lead",
"tier": 15
}
},
"picture": "justin-stitt.webp"
},
{
"fullName": "Johnson Tong",
"positions": {
"S21": {
"title": "Workshop Manager",
"tier": 6
}
},
"picture": "johnson-tong.webp"
},
{
"fullName": "Alex Truong",
"positions": {
"F21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "alex-truong.webp"
},
{
"fullName": "Daniel Truong",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "daniel-truong.webp"
},
{
"fullName": "Samuel Valls",
"positions": {
"S21": {
"title": "Community Manager",
"tier": 10
},
"F21": {
"title": "Create Officer",
"tier": 17
},
"S22": {
"title": "Create Operations Manager",
"tier": 19
}
},
"picture": "samuel-valls.webp"
},
{
"fullName": "Karnikaa Velumani",
"positions": {
"F21": {
"title": "Vice President",
"tier": 1
},
"S22": {
"title": "Vice President",
"tier": 1
},
"F22": {
"title": "President",
"tier": 1
}
},
"picture": "karnikaa-velumani.webp"
},
{
"fullName": "Rina Watanabe",
"positions": {
"F21": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "rina-watanabe.webp"
},
{
"fullName": "Jason Wong",
"positions": {
"S22": {
"title": "Historian",
"tier": 13
},
"F22": {
"title": "Historian",
"tier": 13
}
},
"picture": "jason-wong.webp"
}
]
[
{
"fullName": "Armanul Ambia",
"positions": {
"S21": {
"title": "Dev Officer",
"tier": 21
},
"F21": {
"title": "Algo Director",
"tier": 14
},
"S22": {
"title": "Algo President",
"tier": 14
},
"F22": {
"title": "Algo Team Lead",
"tier": 14
}
},
"picture": "armanul-ambia.webp"
},
{
"fullName": "Jason Anthony",
"positions": {
"S21": {
"title": "Secretary",
"tier": 3
}
},
"picture": "jason-anthony.webp"
},
{
"fullName": "Angel Armendariz",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "angel-armendariz.webp"
},
{
"fullName": "Sami Bajwa",
"positions": {
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "Algo Officer, nodebuds Officer",
"tier": 15
},
"F22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "sami-bajwa.webp"
},
{
"fullName": "Johnathan Carranza",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "johnathan-carranza.webp"
},
{
"fullName": "Alan Cortez",
"positions": {
"S22": {
"title": "Create Officer",
"tier": 17
},
"F22": {
"title": "Design Team Lead",
"tier": 17
}
},
"picture": "alan-cortez.webp"
},
{
"fullName": "Wesley Chou",
"positions": {
"S21": {
"title": "Dev Officer",
"tier": 21
},
"F21": {
"title": "Dev Director",
"tier": 20
},
"S22": {
"title": "Dev President",
"tier": 20
},
"F22": {
"title": "Marketing Co-Lead",
"tier": 23
}
},
"picture": "wesley-chou.webp"
},
{
"fullName": "Ethan Davidson",
"positions": {
"S21": {
"title": "Webmaster",
"tier": 5
},
"F21": {
"title": "Webmaster",
"tier": 5
},
"S22": {
"title": "Webmaster",
"tier": 5
},
"F22": {
"title": "Vice President/Webmaster",
"tier": 2
}
},
"picture": "ethan-davidson.webp"
},
{
"fullName": "Kevin Dillon",
"positions": {
"S21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "kevin-dillon.webp"
},
{
"fullName": "Duc Dinh",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
},
"F22": {
"title": "Special Events Officer",
"tier": 25
}
},
"picture": "duc-dinh.webp"
},
{
"fullName": "Eduardo Gomez",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "eduardo-gomez.webp"
},
{
"fullName": "Nurhaliza Hassan",
"positions": {
"S22": {
"title": "Marketing Director",
"tier": 12
},
"F22": {
"title": "Marketing Co-Lead",
"tier": 23
}
},
"picture": "nurhaliza-hassan.webp"
},
{
"fullName": "Lisa Hong",
"positions": {
"S21": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "lisa-hong.webp"
},
{
"fullName": "Joshua Hughes",
"positions": {
"S21": {
"title": "ICC Representative",
"tier": 8
}
},
"picture": "joshua-hughes.webp"
},
{
"fullName": "Iftekharul Islam",
"positions": {
"S22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "iftekharul-islam.webp"
},
{
"fullName": "Ibrahim Israr",
"positions": {
"S22": {
"title": "Secretary",
"tier": 3
}
},
"picture": "ibrahim-israr.webp"
},
{
"fullName": "Joel Anil John",
"positions": {
"S22": {
"title": "Dev Officer",
"tier": 21
},
"F22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "joel-anil-john.webp"
},
{
"fullName": "Andy Lasso",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "andy-lasso.webp"
},
{
"fullName": "Andrew Lau",
"positions": {
"S21": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "andrew-lau.webp"
},
{
"fullName": "Minh Le",
"positions": {
"S22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "minh-le.webp"
},
{
"fullName": "Nguyen Le",
"positions": {
"S22": {
"title": "Data Analyst",
"tier": 7
}
},
"picture": "nguyen-le.webp"
},
{
"fullName": "Tommy Le",
"positions": {
"F21": {
"title": "Treasurer",
"tier": 4
},
"S22": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "tommy-le.webp"
},
{
"fullName": "Eugene Lee",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
},
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "eugene-lee.webp"
},
{
"fullName": "Nolan Lee",
"positions": {
"S22": {
"title": "Historian",
"tier": 12
}
},
"picture": "nolan-lee.webp"
},
{
"fullName": "Aaron Lieberman",
"positions": {
"S21": {
"title": "Internal Vice President, nodebuds Officer",
"tier": 2
},
"F21": {
"title": "President, nodebuds Officer",
"tier": 0
},
"S22": {
"title": "President, nodebuds Officer",
"tier": 0
},
"F22": {
"title": "Special Events Team Lead",
"tier": 24
}
},
"picture": "aaron-lieberman.webp"
},
{
"fullName": "Shaleen Mathur",
"positions": {
"S21": {
"title": "Workshop Manager",
"tier": 6
}
},
"picture": "shaleen-mathur.webp"
},
{
"fullName": "Ean McGilvery",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "ean-mcgilvery.webp"
},
{
"fullName": "Jorge Mejia",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
},
"S22": {
"title": "Dev Officer",
"tier": 21
},
"F22": {
"title": "Design Officer",
"tier": 17
}
},
"picture": "jorge-mejia.webp"
},
{
"fullName": "Serena Naranjo",
"positions": {
"F21": {
"title": "Create Officer",
"tier": 17
},
"S22": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "serena-naranjo.webp"
},
{
"fullName": "Dalisa Nguyen",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "dalisa-nguyen.webp"
},
{
"fullName": "Kayla Nguyen",
"positions": {
"F21": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "kayla-nguyen.webp"
},
{
"fullName": "Jacob Nguyen",
"positions": {
"S21": {
"title": "President, Create Director, nodebuds Officer",
"tier": 0
},
"F22": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "jacob-nguyen.webp"
},
{
"fullName": "Taylor Noh",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
},
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "taylor-noh.webp"
},
{
"fullName": "Kirsten Ochoa",
"positions": {
"S22": {
"title": "Create Project Developer",
"tier": 18
},
"F22": {
"title": "Design Officer",
"tier": 18
}
},
"picture": "kirsten-ochoa.webp"
},
{
"fullName": "Mike Ploythai",
"positions": {
"S21": {
"title": "Create Officer",
"tier": 17
},
"F21": {
"title": "Create Director, Marketing Chair",
"tier": 16
},
"S22": {
"title": "Create President",
"tier": 16
}
},
"picture": "mike-ploythai.webp"
},
{
"fullName": "Stephanie Pocci",
"positions": {
"S22": {
"title": "Event Coordinator",
"tier": 9
},
"F22": {
"title": "Event Coordinator",
"tier": 9
}
},
"picture": "stephanie-pocci.webp"
},
{
"fullName": "Nicolas Renteria",
"positions": {
"S21": {
"title": "Marketing Chair",
"tier": 12
}
},
"picture": "nicolas-renteria.webp"
},
{
"fullName": "Wilbert Rodriguez",
"positions": {
"S21": {
"title": "Intern Program Manager",
"tier": 11
}
},
"picture": "wilbert-rodriguez.webp"
},
{
"fullName": "Samuel Sandoval",
"positions": {
"S21": {
"title": "Vice President, Dev Director",
"tier": 1
}
},
"picture": "samuel-sandoval.webp"
},
{
"fullName": "Kavit Sanghavi",
"positions": {
"S21": {
"title": "Algo Director",
"tier": 11
}
},
"picture": "kavit-sanghavi.webp"
},
{
"fullName": "Parth Sharma",
"positions": {
"S21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "parth-sharma.webp"
},
{
"fullName": "Justin Stitt",
"positions": {
"S22": {
"title": "Algo Officer",
"tier": 15
},
"F22": {
"title": "AI Team Lead",
"tier": 13
}
},
"picture": "justin-stitt.webp"
},
{
"fullName": "Johnson Tong",
"positions": {
"S21": {
"title": "Workshop Manager",
"tier": 6
}
},
"picture": "johnson-tong.webp"
},
{
"fullName": "Alex Truong",
"positions": {
"F21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "alex-truong.webp"
},
{
"fullName": "Daniel Truong",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
},
"F22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "daniel-truong.webp"
},
{
"fullName": "Samuel Valls",
"positions": {
"S21": {
"title": "Community Manager",
"tier": 10
},
"F21": {
"title": "Create Officer",
"tier": 17
},
"S22": {
"title": "Create Operations Manager",
"tier": 19
}
},
"picture": "samuel-valls.webp"
},
{
"fullName": "Karnikaa Velumani",
"positions": {
"F21": {
"title": "Vice President",
"tier": 1
},
"S22": {
"title": "Vice President",
"tier": 1
},
"F22": {
"title": "President",
"tier": 1
}
},
"picture": "karnikaa-velumani.webp"
},
{
"fullName": "Rina Watanabe",
"positions": {
"F21": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "rina-watanabe.webp"
},
{
"fullName": "Jason Wong",
"positions": {
"S22": {
"title": "Historian",
"tier": 13
},
"F22": {
"title": "Historian",
"tier": 12
}
},
"picture": "jason-wong.webp"
},
{
"fullName": "Alejandro Ramos",
"positions": {
"F22": {
"title": "Design Officer",
"tier": 17
}
},
"picture": "alejandro-ramos.webp"
},
{
"fullName": "Angel Santoyo",
"positions": {
"F22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "angel-santoyo.webp"
},
{
"fullName": "Charlie Taylor",
"positions": {
"F22": {
"title": "Dev Team Lead",
"tier": 20
}
},
"picture": "charlie-taylor.webp"
},
{
"fullName": "Yao Lin",
"positions": {
"F22": {
"title": "AI Officer",
"tier": 14
}
},
"picture": "yao-lin.webp"
}
]
[
{
"fullName": "Armanul Ambia",
"positions": {
"S21": {
"title": "Dev Officer",
"tier": 21
},
"F21": {
"title": "Algo Director",
"tier": 14
},
"S22": {
"title": "Algo President",
"tier": 14
},
"F22": {
"title": "Algo President",
"tier": 14
}
},
"picture": "armanul-ambia.webp"
},
{
"fullName": "Jason Anthony",
"positions": {
"S21": {
"title": "Secretary",
"tier": 3
}
},
"picture": "jason-anthony.webp"
},
{
"fullName": "Angel Armendariz",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "angel-armendariz.webp"
},
{
"fullName": "Sami Bajwa",
"positions": {
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "Algo Officer, nodebuds Officer",
"tier": 15
}
},
"picture": "sami-bajwa.webp"
},
{
"fullName": "Johnathan Carranza",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "johnathan-carranza.webp"
},
{
"fullName": "Alan Cortez",
"positions": {
"S22": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "alan-cortez.webp"
},
{
"fullName": "Wesley Chou",
"positions": {
"S21": {
"title": "Dev Officer",
"tier": 21
},
"F21": {
"title": "Dev Director",
"tier": 20
},
"S22": {
"title": "Dev President",
"tier": 20
}
},
"picture": "wesley-chou.webp"
},
{
"fullName": "Ethan Davidson",
"positions": {
"S21": {
"title": "Webmaster",
"tier": 5
},
"F21": {
"title": "Webmaster",
"tier": 5
},
"S22": {
"title": "Webmaster",
"tier": 5
}
},
"picture": "ethan-davidson.webp"
},
{
"fullName": "Kevin Dillon",
"positions": {
"S21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "kevin-dillon.webp"
},
{
"fullName": "Duc Dinh",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "duc-dinh.webp"
},
{
"fullName": "Eduardo Gomez",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "eduardo-gomez.webp"
},
{
"fullName": "Nurhaliza Hassan",
"positions": {
"S22": {
"title": "Marketing Director",
"tier": 12
}
},
"picture": "nurhaliza-hassan.webp"
},
{
"fullName": "Lisa Hong",
"positions": {
"S21": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "lisa-hong.webp"
},
{
"fullName": "Joshua Hughes",
"positions": {
"S21": {
"title": "ICC Representative",
"tier": 8
}
},
"picture": "joshua-hughes.webp"
},
{
"fullName": "Iftekharul Islam",
"positions": {
"S22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "iftekharul-islam.webp"
},
{
"fullName": "Ibrahim Israr",
"positions": {
"S22": {
"title": "Secretary",
"tier": 3
}
},
"picture": "ibrahim-israr.webp"
},
{
"fullName": "Joel Anil John",
"positions": {
"S22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "joel-anil-john.webp"
},
{
"fullName": "Andy Lasso",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "andy-lasso.webp"
},
{
"fullName": "Andrew Lau",
"positions": {
"S21": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "andrew-lau.webp"
},
{
"fullName": "Minh Le",
"positions": {
"S22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "minh-le.webp"
},
{
"fullName": "Nguyen Le",
"positions": {
"S22": {
"title": "Data Analyst",
"tier": 7
}
},
"picture": "nguyen-le.webp"
},
{
"fullName": "Tommy Le",
"positions": {
"F21": {
"title": "Treasurer",
"tier": 4
},
"S22": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "tommy-le.webp"
},
{
"fullName": "Eugene Lee",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
},
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "eugene-lee.webp"
},
{
"fullName": "Nolan Lee",
"positions": {
"S22": {
"title": "Historian",
"tier": 13
}
},
"picture": "nolan-lee.webp"
},
{
"fullName": "Aaron Lieberman",
"positions": {
"S21": {
"title": "Internal Vice President, nodebuds Officer",
"tier": 2
},
"F21": {
"title": "President, nodebuds Officer",
"tier": 0
},
"S22": {
"title": "President, nodebuds Officer",
"tier": 0
}
},
"picture": "aaron-lieberman.webp"
},
{
"fullName": "Shaleen Mathur",
"positions": {
"S21": {
"title": "Workshop Manager",
"tier": 6
}
},
"picture": "shaleen-mathur.webp"
},
{
"fullName": "Ean McGilvery",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "ean-mcgilvery.webp"
},
{
"fullName": "Jorge Mejia",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
},
"S22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "jorge-mejia.webp"
},
{
"fullName": "Serena Naranjo",
"positions": {
"F21": {
"title": "Create Officer",
"tier": 17
},
"S22": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "serena-naranjo.webp"
},
{
"fullName": "Dalisa Nguyen",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "dalisa-nguyen.webp"
},
{
"fullName": "Kayla Nguyen",
"positions": {
"F21": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "kayla-nguyen.webp"
},
{
"fullName": "Jacob Nguyen",
"positions": {
"S21": {
"title": "President, Create Director, nodebuds Officer",
"tier": 0
}
},
"picture": "jacob-nguyen.webp"
},
{
"fullName": "Taylor Noh",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
},
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "taylor-noh.webp"
},
{
"fullName": "Kirsten Ochoa",
"positions": {
"S22": {
"title": "Create Project Developer",
"tier": 18
}
},
"picture": "kirsten-ochoa.webp"
},
{
"fullName": "Mike Ploythai",
"positions": {
"S21": {
"title": "Create Officer",
"tier": 17
},
"F21": {
"title": "Create Director, Marketing Chair",
"tier": 16
},
"S22": {
"title": "Create President",
"tier": 16
}
},
"picture": "mike-ploythai.webp"
},
{
"fullName": "Stephanie Pocci",
"positions": {
"S22": {
"title": "Event Coordinator",
"tier": 9
}
},
"picture": "stephanie-pocci.webp"
},
{
"fullName": "Nicolas Renteria",
"positions": {
"S21": {
"title": "Marketing Chair",
"tier": 12
}
},
"picture": "nicolas-renteria.webp"
},
{
"fullName": "Wilbert Rodriguez",
"positions": {
"S21": {
"title": "Intern Program Manager",
"tier": 11
}
},
"picture": "wilbert-rodriguez.webp"
},
{
"fullName": "Samuel Sandoval",
"positions": {
"S21": {
"title": "Vice President, Dev Director",
"tier": 1
}
},
"picture": "samuel-sandoval.webp"
},
{
"fullName": "Kavit Sanghavi",
"positions": {
"S21": {
"title": "Algo Director",
"tier": 11
}
},
"picture": "kavit-sanghavi.webp"
},
{
"fullName": "Parth Sharma",
"positions": {
"S21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "parth-sharma.webp"
},
{
"fullName": "Justin Stitt",
"positions": {
"S22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "justin-stitt.webp"
},
{
"fullName": "Johnson Tong",
"positions": {
"S21": {
"title": "Workshop Manager",
"tier": 6
}
},
"picture": "johnson-tong.webp"
},
{
"fullName": "Alex Truong",
"positions": {
"F21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "alex-truong.webp"
},
{
"fullName": "Daniel Truong",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "daniel-truong.webp"
},
{
"fullName": "Samuel Valls",
"positions": {
"S21": {
"title": "Community Manager",
"tier": 10
},
"F21": {
"title": "Create Officer",
"tier": 17
},
"S22": {
"title": "Create Operations Manager",
"tier": 19
}
},
"picture": "samuel-valls.webp"
},
{
"fullName": "Karnikaa Velumani",
"positions": {
"F21": {
"title": "Vice President",
"tier": 1
},
"S22": {
"title": "Vice President",
"tier": 1
}
},
"picture": "karnikaa-velumani.webp"
},
{
"fullName": "Rina Watanabe",
"positions": {
"F21": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "rina-watanabe.webp"
},
{
"fullName": "Jason Wong",
"positions": {
"S22": {
"title": "Historian",
"tier": 13
}
},
"picture": "jason-wong.webp"
}
]
[
{
"fullName": "Armanul Ambia",
"positions": {
"S21": {
"title": "Dev Officer",
"tier": 21
},
"F21": {
"title": "Algo Director",
"tier": 14
},
"S22": {
"title": "Algo President",
"tier": 14
},
"F22": {
"title": "Algo Team Lead",
"tier": 14
}
},
"picture": "armanul-ambia.webp"
},
{
"fullName": "Jason Anthony",
"positions": {
"S21": {
"title": "Secretary",
"tier": 3
}
},
"picture": "jason-anthony.webp"
},
{
"fullName": "Angel Armendariz",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "angel-armendariz.webp"
},
{
"fullName": "Sami Bajwa",
"positions": {
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "Algo Officer, nodebuds Officer",
"tier": 15
},
"F22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "sami-bajwa.webp"
},
{
"fullName": "Johnathan Carranza",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "johnathan-carranza.webp"
},
{
"fullName": "Alan Cortez",
"positions": {
"S22": {
"title": "Create Officer",
"tier": 17
},
"F22": {
"title": "Design Team Lead",
"tier": 17
}
},
"picture": "alan-cortez.webp"
},
{
"fullName": "Wesley Chou",
"positions": {
"S21": {
"title": "Dev Officer",
"tier": 21
},
"F21": {
"title": "Dev Director",
"tier": 20
},
"S22": {
"title": "Dev President",
"tier": 20
},
"F22": {
"title": "Marketing Co-Lead",
"tier": 12
}
},
"picture": "wesley-chou.webp"
},
{
"fullName": "Ethan Davidson",
"positions": {
"S21": {
"title": "Webmaster",
"tier": 5
},
"F21": {
"title": "Webmaster",
"tier": 5
},
"S22": {
"title": "Webmaster",
"tier": 5
},
"F22": {
"title": "Vice President/Webmaster",
"tier": 2
}
},
"picture": "ethan-davidson.webp"
},
{
"fullName": "Kevin Dillon",
"positions": {
"S21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "kevin-dillon.webp"
},
{
"fullName": "Duc Dinh",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
},
"F22": {
"title": "Special Events Officer",
"tier": 24
}
},
"picture": "duc-dinh.webp"
},
{
"fullName": "Eduardo Gomez",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "eduardo-gomez.webp"
},
{
"fullName": "Nurhaliza Hassan",
"positions": {
"S22": {
"title": "Marketing Director",
"tier": 12
},
"F22": {
"title": "Marketing Co-Lead",
"tier": 12
}
},
"picture": "nurhaliza-hassan.webp"
},
{
"fullName": "Lisa Hong",
"positions": {
"S21": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "lisa-hong.webp"
},
{
"fullName": "Joshua Hughes",
"positions": {
"S21": {
"title": "ICC Representative",
"tier": 8
}
},
"picture": "joshua-hughes.webp"
},
{
"fullName": "Iftekharul Islam",
"positions": {
"S22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "iftekharul-islam.webp"
},
{
"fullName": "Ibrahim Israr",
"positions": {
"S22": {
"title": "Secretary",
"tier": 3
}
},
"picture": "ibrahim-israr.webp"
},
{
"fullName": "Joel Anil John",
"positions": {
"S22": {
"title": "Dev Officer",
"tier": 21
},
"F22": {
"title": "Algo Officer",
"tier": 21
}
},
"picture": "joel-anil-john.webp"
},
{
"fullName": "Andy Lasso",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "andy-lasso.webp"
},
{
"fullName": "Andrew Lau",
"positions": {
"S21": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "andrew-lau.webp"
},
{
"fullName": "Minh Le",
"positions": {
"S22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "minh-le.webp"
},
{
"fullName": "Nguyen Le",
"positions": {
"S22": {
"title": "Data Analyst",
"tier": 7
}
},
"picture": "nguyen-le.webp"
},
{
"fullName": "Tommy Le",
"positions": {
"F21": {
"title": "Treasurer",
"tier": 4
},
"S22": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "tommy-le.webp"
},
{
"fullName": "Eugene Lee",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
},
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "eugene-lee.webp"
},
{
"fullName": "Nolan Lee",
"positions": {
"S22": {
"title": "Historian",
"tier": 13
}
},
"picture": "nolan-lee.webp"
},
{
"fullName": "Aaron Lieberman",
"positions": {
"S21": {
"title": "Internal Vice President, nodebuds Officer",
"tier": 2
},
"F21": {
"title": "President, nodebuds Officer",
"tier": 0
},
"S22": {
"title": "President, nodebuds Officer",
"tier": 0
},
"F22": {
"title": "Special Events Team Lead",
"tier": 23
}
},
"picture": "aaron-lieberman.webp"
},
{
"fullName": "Shaleen Mathur",
"positions": {
"S21": {
"title": "Workshop Manager",
"tier": 6
}
},
"picture": "shaleen-mathur.webp"
},
{
"fullName": "Ean McGilvery",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "ean-mcgilvery.webp"
},
{
"fullName": "Jorge Mejia",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
},
"S22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "jorge-mejia.webp"
},
{
"fullName": "Serena Naranjo",
"positions": {
"F21": {
"title": "Create Officer",
"tier": 17
},
"S22": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "serena-naranjo.webp"
},
{
"fullName": "Dalisa Nguyen",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "dalisa-nguyen.webp"
},
{
"fullName": "Kayla Nguyen",
"positions": {
"F21": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "kayla-nguyen.webp"
},
{
"fullName": "Jacob Nguyen",
"positions": {
"S21": {
"title": "President, Create Director, nodebuds Officer",
"tier": 0
},
"F22": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "jacob-nguyen.webp"
},
{
"fullName": "Taylor Noh",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
},
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "taylor-noh.webp"
},
{
"fullName": "Kirsten Ochoa",
"positions": {
"S22": {
"title": "Create Project Developer",
"tier": 18
},
"F22": {
"title": "Design Officer",
"tier": 18
}
},
"picture": "kirsten-ochoa.webp"
},
{
"fullName": "Mike Ploythai",
"positions": {
"S21": {
"title": "Create Officer",
"tier": 17
},
"F21": {
"title": "Create Director, Marketing Chair",
"tier": 16
},
"S22": {
"title": "Create President",
"tier": 16
}
},
"picture": "mike-ploythai.webp"
},
{
"fullName": "Stephanie Pocci",
"positions": {
"S22": {
"title": "Event Coordinator",
"tier": 9
},
"F22": {
"title": "Event Coordinator",
"tier": 9
}
},
"picture": "stephanie-pocci.webp"
},
{
"fullName": "Nicolas Renteria",
"positions": {
"S21": {
"title": "Marketing Chair",
"tier": 12
}
},
"picture": "nicolas-renteria.webp"
},
{
"fullName": "Wilbert Rodriguez",
"positions": {
"S21": {
"title": "Intern Program Manager",
"tier": 11
}
},
"picture": "wilbert-rodriguez.webp"
},
{
"fullName": "Samuel Sandoval",
"positions": {
"S21": {
"title": "Vice President, Dev Director",
"tier": 1
}
},
"picture": "samuel-sandoval.webp"
},
{
"fullName": "Kavit Sanghavi",
"positions": {
"S21": {
"title": "Algo Director",
"tier": 11
}
},
"picture": "kavit-sanghavi.webp"
},
{
"fullName": "Parth Sharma",
"positions": {
"S21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "parth-sharma.webp"
},
{
"fullName": "Justin Stitt",
"positions": {
"S22": {
"title": "Algo Officer",
"tier": 15
},
"F22": {
"title": "AI Team Lead",
"tier": 15
}
},
"picture": "justin-stitt.webp"
},
{
"fullName": "Johnson Tong",
"positions": {
"S21": {
"title": "Workshop Manager",
"tier": 6
}
},
"picture": "johnson-tong.webp"
},
{
"fullName": "Alex Truong",
"positions": {
"F21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "alex-truong.webp"
},
{
"fullName": "Daniel Truong",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
},
"F22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "daniel-truong.webp"
},
{
"fullName": "Samuel Valls",
"positions": {
"S21": {
"title": "Community Manager",
"tier": 10
},
"F21": {
"title": "Create Officer",
"tier": 17
},
"S22": {
"title": "Create Operations Manager",
"tier": 19
}
},
"picture": "samuel-valls.webp"
},
{
"fullName": "Karnikaa Velumani",
"positions": {
"F21": {
"title": "Vice President",
"tier": 1
},
"S22": {
"title": "Vice President",
"tier": 1
},
"F22": {
"title": "President",
"tier": 1
}
},
"picture": "karnikaa-velumani.webp"
},
{
"fullName": "Rina Watanabe",
"positions": {
"F21": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "rina-watanabe.webp"
},
{
"fullName": "Jason Wong",
"positions": {
"S22": {
"title": "Historian",
"tier": 13
},
"F22": {
"title": "Historian",
"tier": 13
}
},
"picture": "jason-wong.webp"
}
]
[
{
"fullName": "Armanul Ambia",
"positions": {
"S21": {
"title": "Dev Officer",
"tier": 21
},
"F21": {
"title": "Algo Director",
"tier": 14
},
"S22": {
"title": "Algo President",
"tier": 14
},
"F22": {
"title": "Algo Team Lead",
"tier": 14
}
},
"picture": "armanul-ambia.webp"
},
{
"fullName": "Jason Anthony",
"positions": {
"S21": {
"title": "Secretary",
"tier": 3
}
},
"picture": "jason-anthony.webp"
},
{
"fullName": "Angel Armendariz",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "angel-armendariz.webp"
},
{
"fullName": "Sami Bajwa",
"positions": {
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "Algo Officer, nodebuds Officer",
"tier": 15
},
"F22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "sami-bajwa.webp"
},
{
"fullName": "Johnathan Carranza",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "johnathan-carranza.webp"
},
{
"fullName": "Alan Cortez",
"positions": {
"S22": {
"title": "Create Officer",
"tier": 17
},
"F22": {
"title": "Design Team Lead",
"tier": 17
}
},
"picture": "alan-cortez.webp"
},
{
"fullName": "Wesley Chou",
"positions": {
"S21": {
"title": "Dev Officer",
"tier": 21
},
"F21": {
"title": "Dev Director",
"tier": 20
},
"S22": {
"title": "Dev President",
"tier": 20
},
"F22": {
"title": "Marketing Co-Lead",
"tier": 23
}
},
"picture": "wesley-chou.webp"
},
{
"fullName": "Ethan Davidson",
"positions": {
"S21": {
"title": "Webmaster",
"tier": 5
},
"F21": {
"title": "Webmaster",
"tier": 5
},
"S22": {
"title": "Webmaster",
"tier": 5
},
"F22": {
"title": "Vice President/Webmaster",
"tier": 2
}
},
"picture": "ethan-davidson.webp"
},
{
"fullName": "Kevin Dillon",
"positions": {
"S21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "kevin-dillon.webp"
},
{
"fullName": "Duc Dinh",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
},
"F22": {
"title": "Special Events Officer",
"tier": 25
}
},
"picture": "duc-dinh.webp"
},
{
"fullName": "Eduardo Gomez",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "eduardo-gomez.webp"
},
{
"fullName": "Nurhaliza Hassan",
"positions": {
"S22": {
"title": "Marketing Director",
"tier": 12
},
"F22": {
"title": "Marketing Co-Lead",
"tier": 23
}
},
"picture": "nurhaliza-hassan.webp"
},
{
"fullName": "Lisa Hong",
"positions": {
"S21": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "lisa-hong.webp"
},
{
"fullName": "Joshua Hughes",
"positions": {
"S21": {
"title": "ICC Representative",
"tier": 8
}
},
"picture": "joshua-hughes.webp"
},
{
"fullName": "Iftekharul Islam",
"positions": {
"S22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "iftekharul-islam.webp"
},
{
"fullName": "Ibrahim Israr",
"positions": {
"S22": {
"title": "Secretary",
"tier": 3
}
},
"picture": "ibrahim-israr.webp"
},
{
"fullName": "Joel Anil John",
"positions": {
"S22": {
"title": "Dev Officer",
"tier": 21
},
"F22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "joel-anil-john.webp"
},
{
"fullName": "Andy Lasso",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "andy-lasso.webp"
},
{
"fullName": "Andrew Lau",
"positions": {
"S21": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "andrew-lau.webp"
},
{
"fullName": "Minh Le",
"positions": {
"S22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "minh-le.webp"
},
{
"fullName": "Nguyen Le",
"positions": {
"S22": {
"title": "Data Analyst",
"tier": 7
}
},
"picture": "nguyen-le.webp"
},
{
"fullName": "Tommy Le",
"positions": {
"F21": {
"title": "Treasurer",
"tier": 4
},
"S22": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "tommy-le.webp"
},
{
"fullName": "Eugene Lee",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
},
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "eugene-lee.webp"
},
{
"fullName": "Nolan Lee",
"positions": {
"S22": {
"title": "Historian",
"tier": 12
}
},
"picture": "nolan-lee.webp"
},
{
"fullName": "Aaron Lieberman",
"positions": {
"S21": {
"title": "Internal Vice President, nodebuds Officer",
"tier": 2
},
"F21": {
"title": "President, nodebuds Officer",
"tier": 0
},
"S22": {
"title": "President, nodebuds Officer",
"tier": 0
},
"F22": {
"title": "Special Events Team Lead",
"tier": 24
}
},
"picture": "aaron-lieberman.webp"
},
{
"fullName": "Shaleen Mathur",
"positions": {
"S21": {
"title": "Workshop Manager",
"tier": 6
}
},
"picture": "shaleen-mathur.webp"
},
{
"fullName": "Ean McGilvery",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "ean-mcgilvery.webp"
},
{
"fullName": "Jorge Mejia",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
},
"S22": {
"title": "Dev Officer",
"tier": 21
},
"F22": {
"title": "Design Officer",
"tier": 17
}
},
"picture": "jorge-mejia.webp"
},
{
"fullName": "Serena Naranjo",
"positions": {
"F21": {
"title": "Create Officer",
"tier": 17
},
"S22": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "serena-naranjo.webp"
},
{
"fullName": "Dalisa Nguyen",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "dalisa-nguyen.webp"
},
{
"fullName": "Kayla Nguyen",
"positions": {
"F21": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "kayla-nguyen.webp"
},
{
"fullName": "Jacob Nguyen",
"positions": {
"S21": {
"title": "President, Create Director, nodebuds Officer",
"tier": 0
},
"F22": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "jacob-nguyen.webp"
},
{
"fullName": "Taylor Noh",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
},
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "taylor-noh.webp"
},
{
"fullName": "Kirsten Ochoa",
"positions": {
"S22": {
"title": "Create Project Developer",
"tier": 18
},
"F22": {
"title": "Design Officer",
"tier": 18
}
},
"picture": "kirsten-ochoa.webp"
},
{
"fullName": "Mike Ploythai",
"positions": {
"S21": {
"title": "Create Officer",
"tier": 17
},
"F21": {
"title": "Create Director, Marketing Chair",
"tier": 16
},
"S22": {
"title": "Create President",
"tier": 16
}
},
"picture": "mike-ploythai.webp"
},
{
"fullName": "Stephanie Pocci",
"positions": {
"S22": {
"title": "Event Coordinator",
"tier": 9
},
"F22": {
"title": "Event Coordinator",
"tier": 9
}
},
"picture": "stephanie-pocci.webp"
},
{
"fullName": "Nicolas Renteria",
"positions": {
"S21": {
"title": "Marketing Chair",
"tier": 12
}
},
"picture": "nicolas-renteria.webp"
},
{
"fullName": "Wilbert Rodriguez",
"positions": {
"S21": {
"title": "Intern Program Manager",
"tier": 11
}
},
"picture": "wilbert-rodriguez.webp"
},
{
"fullName": "Samuel Sandoval",
"positions": {
"S21": {
"title": "Vice President, Dev Director",
"tier": 1
}
},
"picture": "samuel-sandoval.webp"
},
{
"fullName": "Kavit Sanghavi",
"positions": {
"S21": {
"title": "Algo Director",
"tier": 11
}
},
"picture": "kavit-sanghavi.webp"
},
{
"fullName": "Parth Sharma",
"positions": {
"S21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "parth-sharma.webp"
},
{
"fullName": "Justin Stitt",
"positions": {
"S22": {
"title": "Algo Officer",
"tier": 15
},
"F22": {
"title": "AI Team Lead",
"tier": 13
}
},
"picture": "justin-stitt.webp"
},
{
"fullName": "Johnson Tong",
"positions": {
"S21": {
"title": "Workshop Manager",
"tier": 6
}
},
"picture": "johnson-tong.webp"
},
{
"fullName": "Alex Truong",
"positions": {
"F21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "alex-truong.webp"
},
{
"fullName": "Daniel Truong",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
},
"F22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "daniel-truong.webp"
},
{
"fullName": "Samuel Valls",
"positions": {
"S21": {
"title": "Community Manager",
"tier": 10
},
"F21": {
"title": "Create Officer",
"tier": 17
},
"S22": {
"title": "Create Operations Manager",
"tier": 19
}
},
"picture": "samuel-valls.webp"
},
{
"fullName": "Karnikaa Velumani",
"positions": {
"F21": {
"title": "Vice President",
"tier": 1
},
"S22": {
"title": "Vice President",
"tier": 1
},
"F22": {
"title": "President",
"tier": 1
}
},
"picture": "karnikaa-velumani.webp"
},
{
"fullName": "Rina Watanabe",
"positions": {
"F21": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "rina-watanabe.webp"
},
{
"fullName": "Jason Wong",
"positions": {
"S22": {
"title": "Historian",
"tier": 13
},
"F22": {
"title": "Historian",
"tier": 12
}
},
"picture": "jason-wong.webp"
},
{
"fullName": "Alejandro Ramos",
"positions": {
"F22": {
"title": "Design Officer",
"tier": 17
}
},
"picture": "alejandro-ramos.webp"
},
{
"fullName": "Angel Santoyo",
"positions": {
"F22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "angel-santoyo.webp"
},
{
"fullName": "Charlie Taylor",
"positions": {
"F22": {
"title": "Dev Team Lead",
"tier": 20
}
},
"picture": "charlie-taylor.webp"
}
]
[
{
"fullName": "Armanul Ambia",
"positions": {
"S21": {
"title": "Dev Officer",
"tier": 21
},
"F21": {
"title": "Algo Director",
"tier": 14
},
"S22": {
"title": "Algo President",
"tier": 14
},
"F22": {
"title": "Algo Team Lead",
"tier": 14
}
},
"picture": "armanul-ambia.webp"
},
{
"fullName": "Jason Anthony",
"positions": {
"S21": {
"title": "Secretary",
"tier": 3
}
},
"picture": "jason-anthony.webp"
},
{
"fullName": "Angel Armendariz",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "angel-armendariz.webp"
},
{
"fullName": "Sami Bajwa",
"positions": {
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "Algo Officer, nodebuds Officer",
"tier": 15
},
"F22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "sami-bajwa.webp"
},
{
"fullName": "Johnathan Carranza",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "johnathan-carranza.webp"
},
{
"fullName": "Alan Cortez",
"positions": {
"S22": {
"title": "Create Officer",
"tier": 17
},
"F22": {
"title": "Design Team Lead",
"tier": 17
}
},
"picture": "alan-cortez.webp"
},
{
"fullName": "Wesley Chou",
"positions": {
"S21": {
"title": "Dev Officer",
"tier": 21
},
"F21": {
"title": "Dev Director",
"tier": 20
},
"S22": {
"title": "Dev President",
"tier": 20
},
"F22": {
"title": "Marketing Co-Lead",
"tier": 23
}
},
"picture": "wesley-chou.webp"
},
{
"fullName": "Ethan Davidson",
"positions": {
"S21": {
"title": "Webmaster",
"tier": 5
},
"F21": {
"title": "Webmaster",
"tier": 5
},
"S22": {
"title": "Webmaster",
"tier": 5
},
"F22": {
"title": "Vice President/Webmaster",
"tier": 2
}
},
"picture": "ethan-davidson.webp"
},
{
"fullName": "Kevin Dillon",
"positions": {
"S21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "kevin-dillon.webp"
},
{
"fullName": "Duc Dinh",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
},
"F22": {
"title": "Special Events Officer",
"tier": 25
}
},
"picture": "duc-dinh.webp"
},
{
"fullName": "Eduardo Gomez",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "eduardo-gomez.webp"
},
{
"fullName": "Nurhaliza Hassan",
"positions": {
"S22": {
"title": "Marketing Director",
"tier": 12
},
"F22": {
"title": "Marketing Co-Lead",
"tier": 23
}
},
"picture": "nurhaliza-hassan.webp"
},
{
"fullName": "Lisa Hong",
"positions": {
"S21": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "lisa-hong.webp"
},
{
"fullName": "Joshua Hughes",
"positions": {
"S21": {
"title": "ICC Representative",
"tier": 8
}
},
"picture": "joshua-hughes.webp"
},
{
"fullName": "Iftekharul Islam",
"positions": {
"S22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "iftekharul-islam.webp"
},
{
"fullName": "Ibrahim Israr",
"positions": {
"S22": {
"title": "Secretary",
"tier": 3
}
},
"picture": "ibrahim-israr.webp"
},
{
"fullName": "Joel Anil John",
"positions": {
"S22": {
"title": "Dev Officer",
"tier": 21
},
"F22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "joel-anil-john.webp"
},
{
"fullName": "Andy Lasso",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "andy-lasso.webp"
},
{
"fullName": "Andrew Lau",
"positions": {
"S21": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "andrew-lau.webp"
},
{
"fullName": "Minh Le",
"positions": {
"S22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "minh-le.webp"
},
{
"fullName": "Nguyen Le",
"positions": {
"S22": {
"title": "Data Analyst",
"tier": 7
}
},
"picture": "nguyen-le.webp"
},
{
"fullName": "Tommy Le",
"positions": {
"F21": {
"title": "Treasurer",
"tier": 4
},
"S22": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "tommy-le.webp"
},
{
"fullName": "Eugene Lee",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
},
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "eugene-lee.webp"
},
{
"fullName": "Nolan Lee",
"positions": {
"S22": {
"title": "Historian",
"tier": 12
}
},
"picture": "nolan-lee.webp"
},
{
"fullName": "Aaron Lieberman",
"positions": {
"S21": {
"title": "Internal Vice President, nodebuds Officer",
"tier": 2
},
"F21": {
"title": "President, nodebuds Officer",
"tier": 0
},
"S22": {
"title": "President, nodebuds Officer",
"tier": 0
},
"F22": {
"title": "Special Events Team Lead",
"tier": 24
}
},
"picture": "aaron-lieberman.webp"
},
{
"fullName": "Shaleen Mathur",
"positions": {
"S21": {
"title": "Workshop Manager",
"tier": 6
}
},
"picture": "shaleen-mathur.webp"
},
{
"fullName": "Ean McGilvery",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "ean-mcgilvery.webp"
},
{
"fullName": "Jorge Mejia",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
},
"S22": {
"title": "Dev Officer",
"tier": 21
},
"F22": {
"title": "Design Officer",
"tier": 17
}
},
"picture": "jorge-mejia.webp"
},
{
"fullName": "Serena Naranjo",
"positions": {
"F21": {
"title": "Create Officer",
"tier": 17
},
"S22": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "serena-naranjo.webp"
},
{
"fullName": "Dalisa Nguyen",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "dalisa-nguyen.webp"
},
{
"fullName": "Kayla Nguyen",
"positions": {
"F21": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "kayla-nguyen.webp"
},
{
"fullName": "Jacob Nguyen",
"positions": {
"S21": {
"title": "President, Create Director, nodebuds Officer",
"tier": 0
},
"F22": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "jacob-nguyen.webp"
},
{
"fullName": "Taylor Noh",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
},
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "taylor-noh.webp"
},
{
"fullName": "Kirsten Ochoa",
"positions": {
"S22": {
"title": "Create Project Developer",
"tier": 18
},
"F22": {
"title": "Design Officer",
"tier": 18
}
},
"picture": "kirsten-ochoa.webp"
},
{
"fullName": "Mike Ploythai",
"positions": {
"S21": {
"title": "Create Officer",
"tier": 17
},
"F21": {
"title": "Create Director, Marketing Chair",
"tier": 16
},
"S22": {
"title": "Create President",
"tier": 16
}
},
"picture": "mike-ploythai.webp"
},
{
"fullName": "Stephanie Pocci",
"positions": {
"S22": {
"title": "Event Coordinator",
"tier": 9
},
"F22": {
"title": "Event Coordinator",
"tier": 9
}
},
"picture": "stephanie-pocci.webp"
},
{
"fullName": "Nicolas Renteria",
"positions": {
"S21": {
"title": "Marketing Chair",
"tier": 12
}
},
"picture": "nicolas-renteria.webp"
},
{
"fullName": "Wilbert Rodriguez",
"positions": {
"S21": {
"title": "Intern Program Manager",
"tier": 11
}
},
"picture": "wilbert-rodriguez.webp"
},
{
"fullName": "Samuel Sandoval",
"positions": {
"S21": {
"title": "Vice President, Dev Director",
"tier": 1
}
},
"picture": "samuel-sandoval.webp"
},
{
"fullName": "Kavit Sanghavi",
"positions": {
"S21": {
"title": "Algo Director",
"tier": 11
}
},
"picture": "kavit-sanghavi.webp"
},
{
"fullName": "Parth Sharma",
"positions": {
"S21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "parth-sharma.webp"
},
{
"fullName": "Justin Stitt",
"positions": {
"S22": {
"title": "Algo Officer",
"tier": 15
},
"F22": {
"title": "AI Team Lead",
"tier": 12
}
},
"picture": "justin-stitt.webp"
},
{
"fullName": "Johnson Tong",
"positions": {
"S21": {
"title": "Workshop Manager",
"tier": 6
}
},
"picture": "johnson-tong.webp"
},
{
"fullName": "Alex Truong",
"positions": {
"F21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "alex-truong.webp"
},
{
"fullName": "Daniel Truong",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
},
"F22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "daniel-truong.webp"
},
{
"fullName": "Samuel Valls",
"positions": {
"S21": {
"title": "Community Manager",
"tier": 10
},
"F21": {
"title": "Create Officer",
"tier": 17
},
"S22": {
"title": "Create Operations Manager",
"tier": 19
}
},
"picture": "samuel-valls.webp"
},
{
"fullName": "Karnikaa Velumani",
"positions": {
"F21": {
"title": "Vice President",
"tier": 1
},
"S22": {
"title": "Vice President",
"tier": 1
},
"F22": {
"title": "President",
"tier": 1
}
},
"picture": "karnikaa-velumani.webp"
},
{
"fullName": "Rina Watanabe",
"positions": {
"F21": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "rina-watanabe.webp"
},
{
"fullName": "Jason Wong",
"positions": {
"S22": {
"title": "Historian",
"tier": 13
},
"F22": {
"title": "Historian",
"tier": 11
}
},
"picture": "jason-wong.webp"
},
{
"fullName": "Alejandro Ramos",
"positions": {
"F22": {
"title": "Design Officer",
"tier": 17
}
},
"picture": "alejandro-ramos.webp"
},
{
"fullName": "Angel Santoyo",
"positions": {
"F22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "angel-santoyo.webp"
},
{
"fullName": "Charlie Taylor",
"positions": {
"F22": {
"title": "Dev Team Lead",
"tier": 20
}
},
"picture": "charlie-taylor.webp"
},
{
"fullName": "Yao Lin",
"positions": {
"F22": {
"title": "AI Officer",
"tier": 13
}
},
"picture": "yao-lin.webp"
},
{
"fullName": "",
"positions": {
"F22": {
"title": "AI Officer",
"tier": 13
}
}
}
]
[
{
"fullName": "Armanul Ambia",
"positions": {
"S21": {
"title": "Dev Officer",
"tier": 21
},
"F21": {
"title": "Algo Director",
"tier": 14
},
"S22": {
"title": "Algo President",
"tier": 14
},
"F22": {
"title": "Algo Team Lead",
"tier": 14
}
},
"picture": "armanul-ambia.webp"
},
{
"fullName": "Jason Anthony",
"positions": {
"S21": {
"title": "Secretary",
"tier": 3
}
},
"picture": "jason-anthony.webp"
},
{
"fullName": "Angel Armendariz",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "angel-armendariz.webp"
},
{
"fullName": "Sami Bajwa",
"positions": {
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "Algo Officer, nodebuds Officer",
"tier": 15
},
"F22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "sami-bajwa.webp"
},
{
"fullName": "Johnathan Carranza",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "johnathan-carranza.webp"
},
{
"fullName": "Alan Cortez",
"positions": {
"S22": {
"title": "Create Officer",
"tier": 17
},
"F22": {
"title": "Design Team Lead",
"tier": 17
}
},
"picture": "alan-cortez.webp"
},
{
"fullName": "Wesley Chou",
"positions": {
"S21": {
"title": "Dev Officer",
"tier": 21
},
"F21": {
"title": "Dev Director",
"tier": 20
},
"S22": {
"title": "Dev President",
"tier": 20
}
},
"picture": "wesley-chou.webp"
},
{
"fullName": "Ethan Davidson",
"positions": {
"S21": {
"title": "Webmaster",
"tier": 5
},
"F21": {
"title": "Webmaster",
"tier": 5
},
"S22": {
"title": "Webmaster",
"tier": 5
},
"F22": {
"title": "Vice President/Webmaster",
"tier": 2
}
},
"picture": "ethan-davidson.webp"
},
{
"fullName": "Kevin Dillon",
"positions": {
"S21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "kevin-dillon.webp"
},
{
"fullName": "Duc Dinh",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "duc-dinh.webp"
},
{
"fullName": "Eduardo Gomez",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "eduardo-gomez.webp"
},
{
"fullName": "Nurhaliza Hassan",
"positions": {
"S22": {
"title": "Marketing Director",
"tier": 12
}
},
"picture": "nurhaliza-hassan.webp"
},
{
"fullName": "Lisa Hong",
"positions": {
"S21": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "lisa-hong.webp"
},
{
"fullName": "Joshua Hughes",
"positions": {
"S21": {
"title": "ICC Representative",
"tier": 8
}
},
"picture": "joshua-hughes.webp"
},
{
"fullName": "Iftekharul Islam",
"positions": {
"S22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "iftekharul-islam.webp"
},
{
"fullName": "Ibrahim Israr",
"positions": {
"S22": {
"title": "Secretary",
"tier": 3
}
},
"picture": "ibrahim-israr.webp"
},
{
"fullName": "Joel Anil John",
"positions": {
"S22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "joel-anil-john.webp"
},
{
"fullName": "Andy Lasso",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "andy-lasso.webp"
},
{
"fullName": "Andrew Lau",
"positions": {
"S21": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "andrew-lau.webp"
},
{
"fullName": "Minh Le",
"positions": {
"S22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "minh-le.webp"
},
{
"fullName": "Nguyen Le",
"positions": {
"S22": {
"title": "Data Analyst",
"tier": 7
}
},
"picture": "nguyen-le.webp"
},
{
"fullName": "Tommy Le",
"positions": {
"F21": {
"title": "Treasurer",
"tier": 4
},
"S22": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "tommy-le.webp"
},
{
"fullName": "Eugene Lee",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
},
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "eugene-lee.webp"
},
{
"fullName": "Nolan Lee",
"positions": {
"S22": {
"title": "Historian",
"tier": 13
}
},
"picture": "nolan-lee.webp"
},
{
"fullName": "Aaron Lieberman",
"positions": {
"S21": {
"title": "Internal Vice President, nodebuds Officer",
"tier": 2
},
"F21": {
"title": "President, nodebuds Officer",
"tier": 0
},
"S22": {
"title": "President, nodebuds Officer",
"tier": 0
},
"F22": {
"title": "Special Events Team Lead",
"tier": 14
}
},
"picture": "aaron-lieberman.webp"
},
{
"fullName": "Shaleen Mathur",
"positions": {
"S21": {
"title": "Workshop Manager",
"tier": 6
}
},
"picture": "shaleen-mathur.webp"
},
{
"fullName": "Ean McGilvery",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "ean-mcgilvery.webp"
},
{
"fullName": "Jorge Mejia",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
},
"S22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "jorge-mejia.webp"
},
{
"fullName": "Serena Naranjo",
"positions": {
"F21": {
"title": "Create Officer",
"tier": 17
},
"S22": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "serena-naranjo.webp"
},
{
"fullName": "Dalisa Nguyen",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "dalisa-nguyen.webp"
},
{
"fullName": "Kayla Nguyen",
"positions": {
"F21": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "kayla-nguyen.webp"
},
{
"fullName": "Jacob Nguyen",
"positions": {
"S21": {
"title": "President, Create Director, nodebuds Officer",
"tier": 0
}
},
"picture": "jacob-nguyen.webp"
},
{
"fullName": "Taylor Noh",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
},
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "taylor-noh.webp"
},
{
"fullName": "Kirsten Ochoa",
"positions": {
"S22": {
"title": "Create Project Developer",
"tier": 18
},
"F22": {
"title": "Design Officer",
"tier": 18
}
},
"picture": "kirsten-ochoa.webp"
},
{
"fullName": "Mike Ploythai",
"positions": {
"S21": {
"title": "Create Officer",
"tier": 17
},
"F21": {
"title": "Create Director, Marketing Chair",
"tier": 16
},
"S22": {
"title": "Create President",
"tier": 16
}
},
"picture": "mike-ploythai.webp"
},
{
"fullName": "Stephanie Pocci",
"positions": {
"S22": {
"title": "Event Coordinator",
"tier": 9
},
"F22": {
"title": "Event Coordinator",
"tier": 9
}
},
"picture": "stephanie-pocci.webp"
},
{
"fullName": "Nicolas Renteria",
"positions": {
"S21": {
"title": "Marketing Chair",
"tier": 12
}
},
"picture": "nicolas-renteria.webp"
},
{
"fullName": "Wilbert Rodriguez",
"positions": {
"S21": {
"title": "Intern Program Manager",
"tier": 11
}
},
"picture": "wilbert-rodriguez.webp"
},
{
"fullName": "Samuel Sandoval",
"positions": {
"S21": {
"title": "Vice President, Dev Director",
"tier": 1
}
},
"picture": "samuel-sandoval.webp"
},
{
"fullName": "Kavit Sanghavi",
"positions": {
"S21": {
"title": "Algo Director",
"tier": 11
}
},
"picture": "kavit-sanghavi.webp"
},
{
"fullName": "Parth Sharma",
"positions": {
"S21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "parth-sharma.webp"
},
{
"fullName": "Justin Stitt",
"positions": {
"S22": {
"title": "Algo Officer",
"tier": 15
},
"F22": {
"title": "AI Team Lead",
"tier": 15
}
},
"picture": "justin-stitt.webp"
},
{
"fullName": "Johnson Tong",
"positions": {
"S21": {
"title": "Workshop Manager",
"tier": 6
}
},
"picture": "johnson-tong.webp"
},
{
"fullName": "Alex Truong",
"positions": {
"F21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "alex-truong.webp"
},
{
"fullName": "Daniel Truong",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "daniel-truong.webp"
},
{
"fullName": "Samuel Valls",
"positions": {
"S21": {
"title": "Community Manager",
"tier": 10
},
"F21": {
"title": "Create Officer",
"tier": 17
},
"S22": {
"title": "Create Operations Manager",
"tier": 19
}
},
"picture": "samuel-valls.webp"
},
{
"fullName": "Karnikaa Velumani",
"positions": {
"F21": {
"title": "Vice President",
"tier": 1
},
"S22": {
"title": "Vice President",
"tier": 1
},
"F22": {
"title": "President",
"tier": 1
}
},
"picture": "karnikaa-velumani.webp"
},
{
"fullName": "Rina Watanabe",
"positions": {
"F21": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "rina-watanabe.webp"
},
{
"fullName": "Jason Wong",
"positions": {
"S22": {
"title": "Historian",
"tier": 13
},
"F22": {
"title": "Historian",
"tier": 13
}
},
"picture": "jason-wong.webp"
}
]
[
{
"fullName": "Armanul Ambia",
"positions": {
"S21": {
"title": "Dev Officer",
"tier": 21
},
"F21": {
"title": "Algo Director",
"tier": 14
},
"S22": {
"title": "Algo President",
"tier": 14
},
"F22": {
"title": "Algo Team Lead",
"tier": 14
}
},
"picture": "armanul-ambia.webp"
},
{
"fullName": "Jason Anthony",
"positions": {
"S21": {
"title": "Secretary",
"tier": 3
}
},
"picture": "jason-anthony.webp"
},
{
"fullName": "Angel Armendariz",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "angel-armendariz.webp"
},
{
"fullName": "Sami Bajwa",
"positions": {
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "Algo Officer, nodebuds Officer",
"tier": 15
},
"F22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "sami-bajwa.webp"
},
{
"fullName": "Johnathan Carranza",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "johnathan-carranza.webp"
},
{
"fullName": "Alan Cortez",
"positions": {
"S22": {
"title": "Create Officer",
"tier": 17
},
"F22": {
"title": "Design Team Lead",
"tier": 17
}
},
"picture": "alan-cortez.webp"
},
{
"fullName": "Wesley Chou",
"positions": {
"S21": {
"title": "Dev Officer",
"tier": 21
},
"F21": {
"title": "Dev Director",
"tier": 20
},
"S22": {
"title": "Dev President",
"tier": 20
},
"F22": {
"title": "Marketing Co-Lead",
"tier": 23
}
},
"picture": "wesley-chou.webp"
},
{
"fullName": "Ethan Davidson",
"positions": {
"S21": {
"title": "Webmaster",
"tier": 5
},
"F21": {
"title": "Webmaster",
"tier": 5
},
"S22": {
"title": "Webmaster",
"tier": 5
},
"F22": {
"title": "Vice President/Webmaster",
"tier": 2
}
},
"picture": "ethan-davidson.webp"
},
{
"fullName": "Kevin Dillon",
"positions": {
"S21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "kevin-dillon.webp"
},
{
"fullName": "Duc Dinh",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
},
"F22": {
"title": "Special Events Officer",
"tier": 24
}
},
"picture": "duc-dinh.webp"
},
{
"fullName": "Eduardo Gomez",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "eduardo-gomez.webp"
},
{
"fullName": "Nurhaliza Hassan",
"positions": {
"S22": {
"title": "Marketing Director",
"tier": 12
},
"F22": {
"title": "Marketing Co-Lead",
"tier": 23
}
},
"picture": "nurhaliza-hassan.webp"
},
{
"fullName": "Lisa Hong",
"positions": {
"S21": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "lisa-hong.webp"
},
{
"fullName": "Joshua Hughes",
"positions": {
"S21": {
"title": "ICC Representative",
"tier": 8
}
},
"picture": "joshua-hughes.webp"
},
{
"fullName": "Iftekharul Islam",
"positions": {
"S22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "iftekharul-islam.webp"
},
{
"fullName": "Ibrahim Israr",
"positions": {
"S22": {
"title": "Secretary",
"tier": 3
}
},
"picture": "ibrahim-israr.webp"
},
{
"fullName": "Joel Anil John",
"positions": {
"S22": {
"title": "Dev Officer",
"tier": 21
},
"F22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "joel-anil-john.webp"
},
{
"fullName": "Andy Lasso",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "andy-lasso.webp"
},
{
"fullName": "Andrew Lau",
"positions": {
"S21": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "andrew-lau.webp"
},
{
"fullName": "Minh Le",
"positions": {
"S22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "minh-le.webp"
},
{
"fullName": "Nguyen Le",
"positions": {
"S22": {
"title": "Data Analyst",
"tier": 7
}
},
"picture": "nguyen-le.webp"
},
{
"fullName": "Tommy Le",
"positions": {
"F21": {
"title": "Treasurer",
"tier": 4
},
"S22": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "tommy-le.webp"
},
{
"fullName": "Eugene Lee",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
},
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "eugene-lee.webp"
},
{
"fullName": "Nolan Lee",
"positions": {
"S22": {
"title": "Historian",
"tier": 12
}
},
"picture": "nolan-lee.webp"
},
{
"fullName": "Aaron Lieberman",
"positions": {
"S21": {
"title": "Internal Vice President, nodebuds Officer",
"tier": 2
},
"F21": {
"title": "President, nodebuds Officer",
"tier": 0
},
"S22": {
"title": "President, nodebuds Officer",
"tier": 0
},
"F22": {
"title": "Special Events Team Lead",
"tier": 23
}
},
"picture": "aaron-lieberman.webp"
},
{
"fullName": "Shaleen Mathur",
"positions": {
"S21": {
"title": "Workshop Manager",
"tier": 6
}
},
"picture": "shaleen-mathur.webp"
},
{
"fullName": "Ean McGilvery",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "ean-mcgilvery.webp"
},
{
"fullName": "Jorge Mejia",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
},
"S22": {
"title": "Dev Officer",
"tier": 21
},
"F22": {
"title": "Design Officer",
"tier": 17
}
},
"picture": "jorge-mejia.webp"
},
{
"fullName": "Serena Naranjo",
"positions": {
"F21": {
"title": "Create Officer",
"tier": 17
},
"S22": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "serena-naranjo.webp"
},
{
"fullName": "Dalisa Nguyen",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "dalisa-nguyen.webp"
},
{
"fullName": "Kayla Nguyen",
"positions": {
"F21": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "kayla-nguyen.webp"
},
{
"fullName": "Jacob Nguyen",
"positions": {
"S21": {
"title": "President, Create Director, nodebuds Officer",
"tier": 0
},
"F22": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "jacob-nguyen.webp"
},
{
"fullName": "Taylor Noh",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
},
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "taylor-noh.webp"
},
{
"fullName": "Kirsten Ochoa",
"positions": {
"S22": {
"title": "Create Project Developer",
"tier": 18
},
"F22": {
"title": "Design Officer",
"tier": 18
}
},
"picture": "kirsten-ochoa.webp"
},
{
"fullName": "Mike Ploythai",
"positions": {
"S21": {
"title": "Create Officer",
"tier": 17
},
"F21": {
"title": "Create Director, Marketing Chair",
"tier": 16
},
"S22": {
"title": "Create President",
"tier": 16
}
},
"picture": "mike-ploythai.webp"
},
{
"fullName": "Stephanie Pocci",
"positions": {
"S22": {
"title": "Event Coordinator",
"tier": 9
},
"F22": {
"title": "Event Coordinator",
"tier": 9
}
},
"picture": "stephanie-pocci.webp"
},
{
"fullName": "Nicolas Renteria",
"positions": {
"S21": {
"title": "Marketing Chair",
"tier": 12
}
},
"picture": "nicolas-renteria.webp"
},
{
"fullName": "Wilbert Rodriguez",
"positions": {
"S21": {
"title": "Intern Program Manager",
"tier": 11
}
},
"picture": "wilbert-rodriguez.webp"
},
{
"fullName": "Samuel Sandoval",
"positions": {
"S21": {
"title": "Vice President, Dev Director",
"tier": 1
}
},
"picture": "samuel-sandoval.webp"
},
{
"fullName": "Kavit Sanghavi",
"positions": {
"S21": {
"title": "Algo Director",
"tier": 11
}
},
"picture": "kavit-sanghavi.webp"
},
{
"fullName": "Parth Sharma",
"positions": {
"S21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "parth-sharma.webp"
},
{
"fullName": "Justin Stitt",
"positions": {
"S22": {
"title": "Algo Officer",
"tier": 15
},
"F22": {
"title": "AI Team Lead",
"tier": 13
}
},
"picture": "justin-stitt.webp"
},
{
"fullName": "Johnson Tong",
"positions": {
"S21": {
"title": "Workshop Manager",
"tier": 6
}
},
"picture": "johnson-tong.webp"
},
{
"fullName": "Alex Truong",
"positions": {
"F21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "alex-truong.webp"
},
{
"fullName": "Daniel Truong",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
},
"F22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "daniel-truong.webp"
},
{
"fullName": "Samuel Valls",
"positions": {
"S21": {
"title": "Community Manager",
"tier": 10
},
"F21": {
"title": "Create Officer",
"tier": 17
},
"S22": {
"title": "Create Operations Manager",
"tier": 19
}
},
"picture": "samuel-valls.webp"
},
{
"fullName": "Karnikaa Velumani",
"positions": {
"F21": {
"title": "Vice President",
"tier": 1
},
"S22": {
"title": "Vice President",
"tier": 1
},
"F22": {
"title": "President",
"tier": 1
}
},
"picture": "karnikaa-velumani.webp"
},
{
"fullName": "Rina Watanabe",
"positions": {
"F21": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "rina-watanabe.webp"
},
{
"fullName": "Jason Wong",
"positions": {
"S22": {
"title": "Historian",
"tier": 13
},
"F22": {
"title": "Historian",
"tier": 13
}
},
"picture": "jason-wong.webp"
},
{
"fullName": "Alejandro Ramos",
"positions": {
"F22": {
"title": "Design Officer",
"tier": 17
}
},
"picture": "alejandro-ramos.webp"
},
{
"fullName": "Angel Santoyo",
"positions": {
"F22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "angel-santoyo.webp"
}
]
[
{
"fullName": "Armanul Ambia",
"positions": {
"S21": {
"title": "Dev Officer",
"tier": 21
},
"F21": {
"title": "Algo Director",
"tier": 14
},
"S22": {
"title": "Algo President",
"tier": 14
},
"F22": {
"title": "Algo Team Lead",
"tier": 14
}
},
"picture": "armanul-ambia.webp"
},
{
"fullName": "Jason Anthony",
"positions": {
"S21": {
"title": "Secretary",
"tier": 3
}
},
"picture": "jason-anthony.webp"
},
{
"fullName": "Angel Armendariz",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "angel-armendariz.webp"
},
{
"fullName": "Sami Bajwa",
"positions": {
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "Algo Officer, nodebuds Officer",
"tier": 15
}
},
"picture": "sami-bajwa.webp"
},
{
"fullName": "Johnathan Carranza",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "johnathan-carranza.webp"
},
{
"fullName": "Alan Cortez",
"positions": {
"S22": {
"title": "Create Officer",
"tier": 17
},
"F22": {
"title": "Design Team Lead",
"tier": 17
}
},
"picture": "alan-cortez.webp"
},
{
"fullName": "Wesley Chou",
"positions": {
"S21": {
"title": "Dev Officer",
"tier": 21
},
"F21": {
"title": "Dev Director",
"tier": 20
},
"S22": {
"title": "Dev President",
"tier": 20
}
},
"picture": "wesley-chou.webp"
},
{
"fullName": "Ethan Davidson",
"positions": {
"S21": {
"title": "Webmaster",
"tier": 5
},
"F21": {
"title": "Webmaster",
"tier": 5
},
"S22": {
"title": "Webmaster",
"tier": 5
}
},
"picture": "ethan-davidson.webp"
},
{
"fullName": "Kevin Dillon",
"positions": {
"S21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "kevin-dillon.webp"
},
{
"fullName": "Duc Dinh",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "duc-dinh.webp"
},
{
"fullName": "Eduardo Gomez",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "eduardo-gomez.webp"
},
{
"fullName": "Nurhaliza Hassan",
"positions": {
"S22": {
"title": "Marketing Director",
"tier": 12
}
},
"picture": "nurhaliza-hassan.webp"
},
{
"fullName": "Lisa Hong",
"positions": {
"S21": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "lisa-hong.webp"
},
{
"fullName": "Joshua Hughes",
"positions": {
"S21": {
"title": "ICC Representative",
"tier": 8
}
},
"picture": "joshua-hughes.webp"
},
{
"fullName": "Iftekharul Islam",
"positions": {
"S22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "iftekharul-islam.webp"
},
{
"fullName": "Ibrahim Israr",
"positions": {
"S22": {
"title": "Secretary",
"tier": 3
}
},
"picture": "ibrahim-israr.webp"
},
{
"fullName": "Joel Anil John",
"positions": {
"S22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "joel-anil-john.webp"
},
{
"fullName": "Andy Lasso",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "andy-lasso.webp"
},
{
"fullName": "Andrew Lau",
"positions": {
"S21": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "andrew-lau.webp"
},
{
"fullName": "Minh Le",
"positions": {
"S22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "minh-le.webp"
},
{
"fullName": "Nguyen Le",
"positions": {
"S22": {
"title": "Data Analyst",
"tier": 7
}
},
"picture": "nguyen-le.webp"
},
{
"fullName": "Tommy Le",
"positions": {
"F21": {
"title": "Treasurer",
"tier": 4
},
"S22": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "tommy-le.webp"
},
{
"fullName": "Eugene Lee",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
},
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "eugene-lee.webp"
},
{
"fullName": "Nolan Lee",
"positions": {
"S22": {
"title": "Historian",
"tier": 13
}
},
"picture": "nolan-lee.webp"
},
{
"fullName": "Aaron Lieberman",
"positions": {
"S21": {
"title": "Internal Vice President, nodebuds Officer",
"tier": 2
},
"F21": {
"title": "President, nodebuds Officer",
"tier": 0
},
"S22": {
"title": "President, nodebuds Officer",
"tier": 0
},
"F22": {
"title": "Special Events Team Lead",
"tier": 14
}
},
"picture": "aaron-lieberman.webp"
},
{
"fullName": "Shaleen Mathur",
"positions": {
"S21": {
"title": "Workshop Manager",
"tier": 6
}
},
"picture": "shaleen-mathur.webp"
},
{
"fullName": "Ean McGilvery",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "ean-mcgilvery.webp"
},
{
"fullName": "Jorge Mejia",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
},
"S22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "jorge-mejia.webp"
},
{
"fullName": "Serena Naranjo",
"positions": {
"F21": {
"title": "Create Officer",
"tier": 17
},
"S22": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "serena-naranjo.webp"
},
{
"fullName": "Dalisa Nguyen",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "dalisa-nguyen.webp"
},
{
"fullName": "Kayla Nguyen",
"positions": {
"F21": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "kayla-nguyen.webp"
},
{
"fullName": "Jacob Nguyen",
"positions": {
"S21": {
"title": "President, Create Director, nodebuds Officer",
"tier": 0
}
},
"picture": "jacob-nguyen.webp"
},
{
"fullName": "Taylor Noh",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
},
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "taylor-noh.webp"
},
{
"fullName": "Kirsten Ochoa",
"positions": {
"S22": {
"title": "Create Project Developer",
"tier": 18
}
},
"picture": "kirsten-ochoa.webp"
},
{
"fullName": "Mike Ploythai",
"positions": {
"S21": {
"title": "Create Officer",
"tier": 17
},
"F21": {
"title": "Create Director, Marketing Chair",
"tier": 16
},
"S22": {
"title": "Create President",
"tier": 16
}
},
"picture": "mike-ploythai.webp"
},
{
"fullName": "Stephanie Pocci",
"positions": {
"S22": {
"title": "Event Coordinator",
"tier": 9
}
},
"picture": "stephanie-pocci.webp"
},
{
"fullName": "Nicolas Renteria",
"positions": {
"S21": {
"title": "Marketing Chair",
"tier": 12
}
},
"picture": "nicolas-renteria.webp"
},
{
"fullName": "Wilbert Rodriguez",
"positions": {
"S21": {
"title": "Intern Program Manager",
"tier": 11
}
},
"picture": "wilbert-rodriguez.webp"
},
{
"fullName": "Samuel Sandoval",
"positions": {
"S21": {
"title": "Vice President, Dev Director",
"tier": 1
}
},
"picture": "samuel-sandoval.webp"
},
{
"fullName": "Kavit Sanghavi",
"positions": {
"S21": {
"title": "Algo Director",
"tier": 11
}
},
"picture": "kavit-sanghavi.webp"
},
{
"fullName": "Parth Sharma",
"positions": {
"S21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "parth-sharma.webp"
},
{
"fullName": "Justin Stitt",
"positions": {
"S22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "justin-stitt.webp"
},
{
"fullName": "Johnson Tong",
"positions": {
"S21": {
"title": "Workshop Manager",
"tier": 6
}
},
"picture": "johnson-tong.webp"
},
{
"fullName": "Alex Truong",
"positions": {
"F21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "alex-truong.webp"
},
{
"fullName": "Daniel Truong",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "daniel-truong.webp"
},
{
"fullName": "Samuel Valls",
"positions": {
"S21": {
"title": "Community Manager",
"tier": 10
},
"F21": {
"title": "Create Officer",
"tier": 17
},
"S22": {
"title": "Create Operations Manager",
"tier": 19
}
},
"picture": "samuel-valls.webp"
},
{
"fullName": "Karnikaa Velumani",
"positions": {
"F21": {
"title": "Vice President",
"tier": 1
},
"S22": {
"title": "Vice President",
"tier": 1
},
"F22": {
"title": "President",
"tier": 1
}
},
"picture": "karnikaa-velumani.webp"
},
{
"fullName": "Rina Watanabe",
"positions": {
"F21": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "rina-watanabe.webp"
},
{
"fullName": "Jason Wong",
"positions": {
"S22": {
"title": "Historian",
"tier": 13
}
},
"picture": "jason-wong.webp"
}
]
[
{
"fullName": "Armanul Ambia",
"positions": {
"S21": {
"title": "Dev Officer",
"tier": 21
},
"F21": {
"title": "Algo Director",
"tier": 14
},
"S22": {
"title": "Algo President",
"tier": 14
},
"F22": {
"title": "Algo Team Lead",
"tier": 14
}
},
"picture": "armanul-ambia.webp"
},
{
"fullName": "Jason Anthony",
"positions": {
"S21": {
"title": "Secretary",
"tier": 3
}
},
"picture": "jason-anthony.webp"
},
{
"fullName": "Angel Armendariz",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "angel-armendariz.webp"
},
{
"fullName": "Sami Bajwa",
"positions": {
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "Algo Officer, nodebuds Officer",
"tier": 15
},
"F22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "sami-bajwa.webp"
},
{
"fullName": "Johnathan Carranza",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "johnathan-carranza.webp"
},
{
"fullName": "Alan Cortez",
"positions": {
"S22": {
"title": "Create Officer",
"tier": 17
},
"F22": {
"title": "Design Team Lead",
"tier": 17
}
},
"picture": "alan-cortez.webp"
},
{
"fullName": "Wesley Chou",
"positions": {
"S21": {
"title": "Dev Officer",
"tier": 21
},
"F21": {
"title": "Dev Director",
"tier": 20
},
"S22": {
"title": "Dev President",
"tier": 20
}
},
"picture": "wesley-chou.webp"
},
{
"fullName": "Ethan Davidson",
"positions": {
"S21": {
"title": "Webmaster",
"tier": 5
},
"F21": {
"title": "Webmaster",
"tier": 5
},
"S22": {
"title": "Webmaster",
"tier": 5
},
"F22": {
"title": "Vice President/Webmaster",
"tier": 2
}
},
"picture": "ethan-davidson.webp"
},
{
"fullName": "Kevin Dillon",
"positions": {
"S21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "kevin-dillon.webp"
},
{
"fullName": "Duc Dinh",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "duc-dinh.webp"
},
{
"fullName": "Eduardo Gomez",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "eduardo-gomez.webp"
},
{
"fullName": "Nurhaliza Hassan",
"positions": {
"S22": {
"title": "Marketing Director",
"tier": 12
}
},
"picture": "nurhaliza-hassan.webp"
},
{
"fullName": "Lisa Hong",
"positions": {
"S21": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "lisa-hong.webp"
},
{
"fullName": "Joshua Hughes",
"positions": {
"S21": {
"title": "ICC Representative",
"tier": 8
}
},
"picture": "joshua-hughes.webp"
},
{
"fullName": "Iftekharul Islam",
"positions": {
"S22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "iftekharul-islam.webp"
},
{
"fullName": "Ibrahim Israr",
"positions": {
"S22": {
"title": "Secretary",
"tier": 3
}
},
"picture": "ibrahim-israr.webp"
},
{
"fullName": "Joel Anil John",
"positions": {
"S22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "joel-anil-john.webp"
},
{
"fullName": "Andy Lasso",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "andy-lasso.webp"
},
{
"fullName": "Andrew Lau",
"positions": {
"S21": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "andrew-lau.webp"
},
{
"fullName": "Minh Le",
"positions": {
"S22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "minh-le.webp"
},
{
"fullName": "Nguyen Le",
"positions": {
"S22": {
"title": "Data Analyst",
"tier": 7
}
},
"picture": "nguyen-le.webp"
},
{
"fullName": "Tommy Le",
"positions": {
"F21": {
"title": "Treasurer",
"tier": 4
},
"S22": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "tommy-le.webp"
},
{
"fullName": "Eugene Lee",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
},
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "eugene-lee.webp"
},
{
"fullName": "Nolan Lee",
"positions": {
"S22": {
"title": "Historian",
"tier": 13
}
},
"picture": "nolan-lee.webp"
},
{
"fullName": "Aaron Lieberman",
"positions": {
"S21": {
"title": "Internal Vice President, nodebuds Officer",
"tier": 2
},
"F21": {
"title": "President, nodebuds Officer",
"tier": 0
},
"S22": {
"title": "President, nodebuds Officer",
"tier": 0
},
"F22": {
"title": "Special Events Team Lead",
"tier": 14
}
},
"picture": "aaron-lieberman.webp"
},
{
"fullName": "Shaleen Mathur",
"positions": {
"S21": {
"title": "Workshop Manager",
"tier": 6
}
},
"picture": "shaleen-mathur.webp"
},
{
"fullName": "Ean McGilvery",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "ean-mcgilvery.webp"
},
{
"fullName": "Jorge Mejia",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
},
"S22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "jorge-mejia.webp"
},
{
"fullName": "Serena Naranjo",
"positions": {
"F21": {
"title": "Create Officer",
"tier": 17
},
"S22": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "serena-naranjo.webp"
},
{
"fullName": "Dalisa Nguyen",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "dalisa-nguyen.webp"
},
{
"fullName": "Kayla Nguyen",
"positions": {
"F21": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "kayla-nguyen.webp"
},
{
"fullName": "Jacob Nguyen",
"positions": {
"S21": {
"title": "President, Create Director, nodebuds Officer",
"tier": 0
},
"F22": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "jacob-nguyen.webp"
},
{
"fullName": "Taylor Noh",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
},
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "taylor-noh.webp"
},
{
"fullName": "Kirsten Ochoa",
"positions": {
"S22": {
"title": "Create Project Developer",
"tier": 18
},
"F22": {
"title": "Design Officer",
"tier": 18
}
},
"picture": "kirsten-ochoa.webp"
},
{
"fullName": "Mike Ploythai",
"positions": {
"S21": {
"title": "Create Officer",
"tier": 17
},
"F21": {
"title": "Create Director, Marketing Chair",
"tier": 16
},
"S22": {
"title": "Create President",
"tier": 16
}
},
"picture": "mike-ploythai.webp"
},
{
"fullName": "Stephanie Pocci",
"positions": {
"S22": {
"title": "Event Coordinator",
"tier": 9
},
"F22": {
"title": "Event Coordinator",
"tier": 9
}
},
"picture": "stephanie-pocci.webp"
},
{
"fullName": "Nicolas Renteria",
"positions": {
"S21": {
"title": "Marketing Chair",
"tier": 12
}
},
"picture": "nicolas-renteria.webp"
},
{
"fullName": "Wilbert Rodriguez",
"positions": {
"S21": {
"title": "Intern Program Manager",
"tier": 11
}
},
"picture": "wilbert-rodriguez.webp"
},
{
"fullName": "Samuel Sandoval",
"positions": {
"S21": {
"title": "Vice President, Dev Director",
"tier": 1
}
},
"picture": "samuel-sandoval.webp"
},
{
"fullName": "Kavit Sanghavi",
"positions": {
"S21": {
"title": "Algo Director",
"tier": 11
}
},
"picture": "kavit-sanghavi.webp"
},
{
"fullName": "Parth Sharma",
"positions": {
"S21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "parth-sharma.webp"
},
{
"fullName": "Justin Stitt",
"positions": {
"S22": {
"title": "Algo Officer",
"tier": 15
},
"F22": {
"title": "AI Team Lead",
"tier": 15
}
},
"picture": "justin-stitt.webp"
},
{
"fullName": "Johnson Tong",
"positions": {
"S21": {
"title": "Workshop Manager",
"tier": 6
}
},
"picture": "johnson-tong.webp"
},
{
"fullName": "Alex Truong",
"positions": {
"F21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "alex-truong.webp"
},
{
"fullName": "Daniel Truong",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "daniel-truong.webp"
},
{
"fullName": "Samuel Valls",
"positions": {
"S21": {
"title": "Community Manager",
"tier": 10
},
"F21": {
"title": "Create Officer",
"tier": 17
},
"S22": {
"title": "Create Operations Manager",
"tier": 19
}
},
"picture": "samuel-valls.webp"
},
{
"fullName": "Karnikaa Velumani",
"positions": {
"F21": {
"title": "Vice President",
"tier": 1
},
"S22": {
"title": "Vice President",
"tier": 1
},
"F22": {
"title": "President",
"tier": 1
}
},
"picture": "karnikaa-velumani.webp"
},
{
"fullName": "Rina Watanabe",
"positions": {
"F21": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "rina-watanabe.webp"
},
{
"fullName": "Jason Wong",
"positions": {
"S22": {
"title": "Historian",
"tier": 13
},
"F22": {
"title": "Historian",
"tier": 13
}
},
"picture": "jason-wong.webp"
}
]
[
{
"fullName": "Armanul Ambia",
"positions": {
"S21": {
"title": "Dev Officer",
"tier": 21
},
"F21": {
"title": "Algo Director",
"tier": 14
},
"S22": {
"title": "Algo President",
"tier": 14
},
"F22": {
"title": "Algo Team Lead",
"tier": 14
}
},
"picture": "armanul-ambia.webp"
},
{
"fullName": "Jason Anthony",
"positions": {
"S21": {
"title": "Secretary",
"tier": 3
}
},
"picture": "jason-anthony.webp"
},
{
"fullName": "Angel Armendariz",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "angel-armendariz.webp"
},
{
"fullName": "Sami Bajwa",
"positions": {
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "Algo Officer, nodebuds Officer",
"tier": 15
},
"F22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "sami-bajwa.webp"
},
{
"fullName": "Johnathan Carranza",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "johnathan-carranza.webp"
},
{
"fullName": "Alan Cortez",
"positions": {
"S22": {
"title": "Create Officer",
"tier": 17
},
"F22": {
"title": "Design Team Lead",
"tier": 17
}
},
"picture": "alan-cortez.webp"
},
{
"fullName": "Wesley Chou",
"positions": {
"S21": {
"title": "Dev Officer",
"tier": 21
},
"F21": {
"title": "Dev Director",
"tier": 20
},
"S22": {
"title": "Dev President",
"tier": 20
},
"F22": {
"title": "Marketing Co-Lead",
"tier": 14
}
},
"picture": "wesley-chou.webp"
},
{
"fullName": "Ethan Davidson",
"positions": {
"S21": {
"title": "Webmaster",
"tier": 5
},
"F21": {
"title": "Webmaster",
"tier": 5
},
"S22": {
"title": "Webmaster",
"tier": 5
},
"F22": {
"title": "Vice President/Webmaster",
"tier": 2
}
},
"picture": "ethan-davidson.webp"
},
{
"fullName": "Kevin Dillon",
"positions": {
"S21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "kevin-dillon.webp"
},
{
"fullName": "Duc Dinh",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "duc-dinh.webp"
},
{
"fullName": "Eduardo Gomez",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "eduardo-gomez.webp"
},
{
"fullName": "Nurhaliza Hassan",
"positions": {
"S22": {
"title": "Marketing Co-Lead",
"tier": 12
}
},
"picture": "nurhaliza-hassan.webp"
},
{
"fullName": "Lisa Hong",
"positions": {
"S21": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "lisa-hong.webp"
},
{
"fullName": "Joshua Hughes",
"positions": {
"S21": {
"title": "ICC Representative",
"tier": 8
}
},
"picture": "joshua-hughes.webp"
},
{
"fullName": "Iftekharul Islam",
"positions": {
"S22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "iftekharul-islam.webp"
},
{
"fullName": "Ibrahim Israr",
"positions": {
"S22": {
"title": "Secretary",
"tier": 3
}
},
"picture": "ibrahim-israr.webp"
},
{
"fullName": "Joel Anil John",
"positions": {
"S22": {
"title": "Dev Officer",
"tier": 21
},
"F22": {
"title": "Algo Officer",
"tier": 21
}
},
"picture": "joel-anil-john.webp"
},
{
"fullName": "Andy Lasso",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "andy-lasso.webp"
},
{
"fullName": "Andrew Lau",
"positions": {
"S21": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "andrew-lau.webp"
},
{
"fullName": "Minh Le",
"positions": {
"S22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "minh-le.webp"
},
{
"fullName": "Nguyen Le",
"positions": {
"S22": {
"title": "Data Analyst",
"tier": 7
}
},
"picture": "nguyen-le.webp"
},
{
"fullName": "Tommy Le",
"positions": {
"F21": {
"title": "Treasurer",
"tier": 4
},
"S22": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "tommy-le.webp"
},
{
"fullName": "Eugene Lee",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
},
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "eugene-lee.webp"
},
{
"fullName": "Nolan Lee",
"positions": {
"S22": {
"title": "Historian",
"tier": 13
}
},
"picture": "nolan-lee.webp"
},
{
"fullName": "Aaron Lieberman",
"positions": {
"S21": {
"title": "Internal Vice President, nodebuds Officer",
"tier": 2
},
"F21": {
"title": "President, nodebuds Officer",
"tier": 0
},
"S22": {
"title": "President, nodebuds Officer",
"tier": 0
},
"F22": {
"title": "Special Events Team Lead",
"tier": 14
}
},
"picture": "aaron-lieberman.webp"
},
{
"fullName": "Shaleen Mathur",
"positions": {
"S21": {
"title": "Workshop Manager",
"tier": 6
}
},
"picture": "shaleen-mathur.webp"
},
{
"fullName": "Ean McGilvery",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "ean-mcgilvery.webp"
},
{
"fullName": "Jorge Mejia",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
},
"S22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "jorge-mejia.webp"
},
{
"fullName": "Serena Naranjo",
"positions": {
"F21": {
"title": "Create Officer",
"tier": 17
},
"S22": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "serena-naranjo.webp"
},
{
"fullName": "Dalisa Nguyen",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "dalisa-nguyen.webp"
},
{
"fullName": "Kayla Nguyen",
"positions": {
"F21": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "kayla-nguyen.webp"
},
{
"fullName": "Jacob Nguyen",
"positions": {
"S21": {
"title": "President, Create Director, nodebuds Officer",
"tier": 0
},
"F22": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "jacob-nguyen.webp"
},
{
"fullName": "Taylor Noh",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
},
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "taylor-noh.webp"
},
{
"fullName": "Kirsten Ochoa",
"positions": {
"S22": {
"title": "Create Project Developer",
"tier": 18
},
"F22": {
"title": "Design Officer",
"tier": 18
}
},
"picture": "kirsten-ochoa.webp"
},
{
"fullName": "Mike Ploythai",
"positions": {
"S21": {
"title": "Create Officer",
"tier": 17
},
"F21": {
"title": "Create Director, Marketing Chair",
"tier": 16
},
"S22": {
"title": "Create President",
"tier": 16
}
},
"picture": "mike-ploythai.webp"
},
{
"fullName": "Stephanie Pocci",
"positions": {
"S22": {
"title": "Event Coordinator",
"tier": 9
},
"F22": {
"title": "Event Coordinator",
"tier": 9
}
},
"picture": "stephanie-pocci.webp"
},
{
"fullName": "Nicolas Renteria",
"positions": {
"S21": {
"title": "Marketing Chair",
"tier": 12
}
},
"picture": "nicolas-renteria.webp"
},
{
"fullName": "Wilbert Rodriguez",
"positions": {
"S21": {
"title": "Intern Program Manager",
"tier": 11
}
},
"picture": "wilbert-rodriguez.webp"
},
{
"fullName": "Samuel Sandoval",
"positions": {
"S21": {
"title": "Vice President, Dev Director",
"tier": 1
}
},
"picture": "samuel-sandoval.webp"
},
{
"fullName": "Kavit Sanghavi",
"positions": {
"S21": {
"title": "Algo Director",
"tier": 11
}
},
"picture": "kavit-sanghavi.webp"
},
{
"fullName": "Parth Sharma",
"positions": {
"S21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "parth-sharma.webp"
},
{
"fullName": "Justin Stitt",
"positions": {
"S22": {
"title": "Algo Officer",
"tier": 15
},
"F22": {
"title": "AI Team Lead",
"tier": 15
}
},
"picture": "justin-stitt.webp"
},
{
"fullName": "Johnson Tong",
"positions": {
"S21": {
"title": "Workshop Manager",
"tier": 6
}
},
"picture": "johnson-tong.webp"
},
{
"fullName": "Alex Truong",
"positions": {
"F21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "alex-truong.webp"
},
{
"fullName": "Daniel Truong",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
},
"F22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "daniel-truong.webp"
},
{
"fullName": "Samuel Valls",
"positions": {
"S21": {
"title": "Community Manager",
"tier": 10
},
"F21": {
"title": "Create Officer",
"tier": 17
},
"S22": {
"title": "Create Operations Manager",
"tier": 19
}
},
"picture": "samuel-valls.webp"
},
{
"fullName": "Karnikaa Velumani",
"positions": {
"F21": {
"title": "Vice President",
"tier": 1
},
"S22": {
"title": "Vice President",
"tier": 1
},
"F22": {
"title": "President",
"tier": 1
}
},
"picture": "karnikaa-velumani.webp"
},
{
"fullName": "Rina Watanabe",
"positions": {
"F21": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "rina-watanabe.webp"
},
{
"fullName": "Jason Wong",
"positions": {
"S22": {
"title": "Historian",
"tier": 13
},
"F22": {
"title": "Historian",
"tier": 13
}
},
"picture": "jason-wong.webp"
}
]
[
{
"fullName": "Armanul Ambia",
"positions": {
"S21": {
"title": "Dev Officer",
"tier": 21
},
"F21": {
"title": "Algo Director",
"tier": 14
},
"S22": {
"title": "Algo President",
"tier": 14
},
"F22": {
"title": "Algo Team Lead",
"tier": 14
}
},
"picture": "armanul-ambia.webp"
},
{
"fullName": "Jason Anthony",
"positions": {
"S21": {
"title": "Secretary",
"tier": 3
}
},
"picture": "jason-anthony.webp"
},
{
"fullName": "Angel Armendariz",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "angel-armendariz.webp"
},
{
"fullName": "Sami Bajwa",
"positions": {
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "Algo Officer, nodebuds Officer",
"tier": 15
}
},
"picture": "sami-bajwa.webp"
},
{
"fullName": "Johnathan Carranza",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "johnathan-carranza.webp"
},
{
"fullName": "Alan Cortez",
"positions": {
"S22": {
"title": "Create Officer",
"tier": 17
},
"F22": {
"title": "Design Team Lead",
"tier": 17
}
},
"picture": "alan-cortez.webp"
},
{
"fullName": "Wesley Chou",
"positions": {
"S21": {
"title": "Dev Officer",
"tier": 21
},
"F21": {
"title": "Dev Director",
"tier": 20
},
"S22": {
"title": "Dev President",
"tier": 20
}
},
"picture": "wesley-chou.webp"
},
{
"fullName": "Ethan Davidson",
"positions": {
"S21": {
"title": "Webmaster",
"tier": 5
},
"F21": {
"title": "Webmaster",
"tier": 5
},
"S22": {
"title": "Webmaster",
"tier": 5
}
},
"picture": "ethan-davidson.webp"
},
{
"fullName": "Kevin Dillon",
"positions": {
"S21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "kevin-dillon.webp"
},
{
"fullName": "Duc Dinh",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "duc-dinh.webp"
},
{
"fullName": "Eduardo Gomez",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "eduardo-gomez.webp"
},
{
"fullName": "Nurhaliza Hassan",
"positions": {
"S22": {
"title": "Marketing Director",
"tier": 12
}
},
"picture": "nurhaliza-hassan.webp"
},
{
"fullName": "Lisa Hong",
"positions": {
"S21": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "lisa-hong.webp"
},
{
"fullName": "Joshua Hughes",
"positions": {
"S21": {
"title": "ICC Representative",
"tier": 8
}
},
"picture": "joshua-hughes.webp"
},
{
"fullName": "Iftekharul Islam",
"positions": {
"S22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "iftekharul-islam.webp"
},
{
"fullName": "Ibrahim Israr",
"positions": {
"S22": {
"title": "Secretary",
"tier": 3
}
},
"picture": "ibrahim-israr.webp"
},
{
"fullName": "Joel Anil John",
"positions": {
"S22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "joel-anil-john.webp"
},
{
"fullName": "Andy Lasso",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "andy-lasso.webp"
},
{
"fullName": "Andrew Lau",
"positions": {
"S21": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "andrew-lau.webp"
},
{
"fullName": "Minh Le",
"positions": {
"S22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "minh-le.webp"
},
{
"fullName": "Nguyen Le",
"positions": {
"S22": {
"title": "Data Analyst",
"tier": 7
}
},
"picture": "nguyen-le.webp"
},
{
"fullName": "Tommy Le",
"positions": {
"F21": {
"title": "Treasurer",
"tier": 4
},
"S22": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "tommy-le.webp"
},
{
"fullName": "Eugene Lee",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
},
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "eugene-lee.webp"
},
{
"fullName": "Nolan Lee",
"positions": {
"S22": {
"title": "Historian",
"tier": 13
}
},
"picture": "nolan-lee.webp"
},
{
"fullName": "Aaron Lieberman",
"positions": {
"S21": {
"title": "Internal Vice President, nodebuds Officer",
"tier": 2
},
"F21": {
"title": "President, nodebuds Officer",
"tier": 0
},
"S22": {
"title": "President, nodebuds Officer",
"tier": 0
},
"F22": {
"title": "President, nodebuds Officer",
"tier": 0
},
},
"picture": "aaron-lieberman.webp"
},
{
"fullName": "Shaleen Mathur",
"positions": {
"S21": {
"title": "Workshop Manager",
"tier": 6
}
},
"picture": "shaleen-mathur.webp"
},
{
"fullName": "Ean McGilvery",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "ean-mcgilvery.webp"
},
{
"fullName": "Jorge Mejia",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
},
"S22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "jorge-mejia.webp"
},
{
"fullName": "Serena Naranjo",
"positions": {
"F21": {
"title": "Create Officer",
"tier": 17
},
"S22": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "serena-naranjo.webp"
},
{
"fullName": "Dalisa Nguyen",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "dalisa-nguyen.webp"
},
{
"fullName": "Kayla Nguyen",
"positions": {
"F21": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "kayla-nguyen.webp"
},
{
"fullName": "Jacob Nguyen",
"positions": {
"S21": {
"title": "President, Create Director, nodebuds Officer",
"tier": 0
}
},
"picture": "jacob-nguyen.webp"
},
{
"fullName": "Taylor Noh",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
},
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "taylor-noh.webp"
},
{
"fullName": "Kirsten Ochoa",
"positions": {
"S22": {
"title": "Create Project Developer",
"tier": 18
}
},
"picture": "kirsten-ochoa.webp"
},
{
"fullName": "Mike Ploythai",
"positions": {
"S21": {
"title": "Create Officer",
"tier": 17
},
"F21": {
"title": "Create Director, Marketing Chair",
"tier": 16
},
"S22": {
"title": "Create President",
"tier": 16
}
},
"picture": "mike-ploythai.webp"
},
{
"fullName": "Stephanie Pocci",
"positions": {
"S22": {
"title": "Event Coordinator",
"tier": 9
}
},
"picture": "stephanie-pocci.webp"
},
{
"fullName": "Nicolas Renteria",
"positions": {
"S21": {
"title": "Marketing Chair",
"tier": 12
}
},
"picture": "nicolas-renteria.webp"
},
{
"fullName": "Wilbert Rodriguez",
"positions": {
"S21": {
"title": "Intern Program Manager",
"tier": 11
}
},
"picture": "wilbert-rodriguez.webp"
},
{
"fullName": "Samuel Sandoval",
"positions": {
"S21": {
"title": "Vice President, Dev Director",
"tier": 1
}
},
"picture": "samuel-sandoval.webp"
},
{
"fullName": "Kavit Sanghavi",
"positions": {
"S21": {
"title": "Algo Director",
"tier": 11
}
},
"picture": "kavit-sanghavi.webp"
},
{
"fullName": "Parth Sharma",
"positions": {
"S21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "parth-sharma.webp"
},
{
"fullName": "Justin Stitt",
"positions": {
"S22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "justin-stitt.webp"
},
{
"fullName": "Johnson Tong",
"positions": {
"S21": {
"title": "Workshop Manager",
"tier": 6
}
},
"picture": "johnson-tong.webp"
},
{
"fullName": "Alex Truong",
"positions": {
"F21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "alex-truong.webp"
},
{
"fullName": "Daniel Truong",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "daniel-truong.webp"
},
{
"fullName": "Samuel Valls",
"positions": {
"S21": {
"title": "Community Manager",
"tier": 10
},
"F21": {
"title": "Create Officer",
"tier": 17
},
"S22": {
"title": "Create Operations Manager",
"tier": 19
}
},
"picture": "samuel-valls.webp"
},
{
"fullName": "Karnikaa Velumani",
"positions": {
"F21": {
"title": "Vice President",
"tier": 1
},
"S22": {
"title": "Vice President",
"tier": 1
},
"F22": {
"title": "President",
"tier": 1
}
},
"picture": "karnikaa-velumani.webp"
},
{
"fullName": "Rina Watanabe",
"positions": {
"F21": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "rina-watanabe.webp"
},
{
"fullName": "Jason Wong",
"positions": {
"S22": {
"title": "Historian",
"tier": 13
}
},
"picture": "jason-wong.webp"
}
]
[
{
"fullName": "Armanul Ambia",
"positions": {
"S21": {
"title": "Dev Officer",
"tier": 21
},
"F21": {
"title": "Algo Director",
"tier": 14
},
"S22": {
"title": "Algo President",
"tier": 14
},
"F22": {
"title": "Algo Team Lead",
"tier": 14
}
},
"picture": "armanul-ambia.webp"
},
{
"fullName": "Jason Anthony",
"positions": {
"S21": {
"title": "Secretary",
"tier": 3
}
},
"picture": "jason-anthony.webp"
},
{
"fullName": "Angel Armendariz",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "angel-armendariz.webp"
},
{
"fullName": "Sami Bajwa",
"positions": {
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "Algo Officer, nodebuds Officer",
"tier": 15
}
},
"picture": "sami-bajwa.webp"
},
{
"fullName": "Johnathan Carranza",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "johnathan-carranza.webp"
},
{
"fullName": "Alan Cortez",
"positions": {
"S22": {
"title": "Create Officer",
"tier": 17
},
"F22": {
"title": "Design Team Lead",
"tier": 17
}
},
"picture": "alan-cortez.webp"
},
{
"fullName": "Wesley Chou",
"positions": {
"S21": {
"title": "Dev Officer",
"tier": 21
},
"F21": {
"title": "Dev Director",
"tier": 20
},
"S22": {
"title": "Dev President",
"tier": 20
}
},
"picture": "wesley-chou.webp"
},
{
"fullName": "Ethan Davidson",
"positions": {
"S21": {
"title": "Webmaster",
"tier": 5
},
"F21": {
"title": "Webmaster",
"tier": 5
},
"S22": {
"title": "Webmaster",
"tier": 5
},
"F22": {
"title": "Vice President/Webmaster",
"tier": 2
}
},
"picture": "ethan-davidson.webp"
},
{
"fullName": "Kevin Dillon",
"positions": {
"S21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "kevin-dillon.webp"
},
{
"fullName": "Duc Dinh",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "duc-dinh.webp"
},
{
"fullName": "Eduardo Gomez",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "eduardo-gomez.webp"
},
{
"fullName": "Nurhaliza Hassan",
"positions": {
"S22": {
"title": "Marketing Director",
"tier": 12
}
},
"picture": "nurhaliza-hassan.webp"
},
{
"fullName": "Lisa Hong",
"positions": {
"S21": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "lisa-hong.webp"
},
{
"fullName": "Joshua Hughes",
"positions": {
"S21": {
"title": "ICC Representative",
"tier": 8
}
},
"picture": "joshua-hughes.webp"
},
{
"fullName": "Iftekharul Islam",
"positions": {
"S22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "iftekharul-islam.webp"
},
{
"fullName": "Ibrahim Israr",
"positions": {
"S22": {
"title": "Secretary",
"tier": 3
}
},
"picture": "ibrahim-israr.webp"
},
{
"fullName": "Joel Anil John",
"positions": {
"S22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "joel-anil-john.webp"
},
{
"fullName": "Andy Lasso",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "andy-lasso.webp"
},
{
"fullName": "Andrew Lau",
"positions": {
"S21": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "andrew-lau.webp"
},
{
"fullName": "Minh Le",
"positions": {
"S22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "minh-le.webp"
},
{
"fullName": "Nguyen Le",
"positions": {
"S22": {
"title": "Data Analyst",
"tier": 7
}
},
"picture": "nguyen-le.webp"
},
{
"fullName": "Tommy Le",
"positions": {
"F21": {
"title": "Treasurer",
"tier": 4
},
"S22": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "tommy-le.webp"
},
{
"fullName": "Eugene Lee",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
},
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "eugene-lee.webp"
},
{
"fullName": "Nolan Lee",
"positions": {
"S22": {
"title": "Historian",
"tier": 13
}
},
"picture": "nolan-lee.webp"
},
{
"fullName": "Aaron Lieberman",
"positions": {
"S21": {
"title": "Internal Vice President, nodebuds Officer",
"tier": 2
},
"F21": {
"title": "President, nodebuds Officer",
"tier": 0
},
"S22": {
"title": "President, nodebuds Officer",
"tier": 0
},
"F22": {
"title": "Special Events Team Lead",
"tier": 14
}
},
"picture": "aaron-lieberman.webp"
},
{
"fullName": "Shaleen Mathur",
"positions": {
"S21": {
"title": "Workshop Manager",
"tier": 6
}
},
"picture": "shaleen-mathur.webp"
},
{
"fullName": "Ean McGilvery",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "ean-mcgilvery.webp"
},
{
"fullName": "Jorge Mejia",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
},
"S22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "jorge-mejia.webp"
},
{
"fullName": "Serena Naranjo",
"positions": {
"F21": {
"title": "Create Officer",
"tier": 17
},
"S22": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "serena-naranjo.webp"
},
{
"fullName": "Dalisa Nguyen",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "dalisa-nguyen.webp"
},
{
"fullName": "Kayla Nguyen",
"positions": {
"F21": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "kayla-nguyen.webp"
},
{
"fullName": "Jacob Nguyen",
"positions": {
"S21": {
"title": "President, Create Director, nodebuds Officer",
"tier": 0
}
},
"picture": "jacob-nguyen.webp"
},
{
"fullName": "Taylor Noh",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
},
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "taylor-noh.webp"
},
{
"fullName": "Kirsten Ochoa",
"positions": {
"S22": {
"title": "Create Project Developer",
"tier": 18
}
},
"picture": "kirsten-ochoa.webp"
},
{
"fullName": "Mike Ploythai",
"positions": {
"S21": {
"title": "Create Officer",
"tier": 17
},
"F21": {
"title": "Create Director, Marketing Chair",
"tier": 16
},
"S22": {
"title": "Create President",
"tier": 16
}
},
"picture": "mike-ploythai.webp"
},
{
"fullName": "Stephanie Pocci",
"positions": {
"S22": {
"title": "Event Coordinator",
"tier": 9
},
"F22": {
"title": "Event Coordinator",
"tier": 9
}
},
"picture": "stephanie-pocci.webp"
},
{
"fullName": "Nicolas Renteria",
"positions": {
"S21": {
"title": "Marketing Chair",
"tier": 12
}
},
"picture": "nicolas-renteria.webp"
},
{
"fullName": "Wilbert Rodriguez",
"positions": {
"S21": {
"title": "Intern Program Manager",
"tier": 11
}
},
"picture": "wilbert-rodriguez.webp"
},
{
"fullName": "Samuel Sandoval",
"positions": {
"S21": {
"title": "Vice President, Dev Director",
"tier": 1
}
},
"picture": "samuel-sandoval.webp"
},
{
"fullName": "Kavit Sanghavi",
"positions": {
"S21": {
"title": "Algo Director",
"tier": 11
}
},
"picture": "kavit-sanghavi.webp"
},
{
"fullName": "Parth Sharma",
"positions": {
"S21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "parth-sharma.webp"
},
{
"fullName": "Justin Stitt",
"positions": {
"S22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "justin-stitt.webp"
},
{
"fullName": "Johnson Tong",
"positions": {
"S21": {
"title": "Workshop Manager",
"tier": 6
}
},
"picture": "johnson-tong.webp"
},
{
"fullName": "Alex Truong",
"positions": {
"F21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "alex-truong.webp"
},
{
"fullName": "Daniel Truong",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "daniel-truong.webp"
},
{
"fullName": "Samuel Valls",
"positions": {
"S21": {
"title": "Community Manager",
"tier": 10
},
"F21": {
"title": "Create Officer",
"tier": 17
},
"S22": {
"title": "Create Operations Manager",
"tier": 19
}
},
"picture": "samuel-valls.webp"
},
{
"fullName": "Karnikaa Velumani",
"positions": {
"F21": {
"title": "Vice President",
"tier": 1
},
"S22": {
"title": "Vice President",
"tier": 1
},
"F22": {
"title": "President",
"tier": 1
}
},
"picture": "karnikaa-velumani.webp"
},
{
"fullName": "Rina Watanabe",
"positions": {
"F21": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "rina-watanabe.webp"
},
{
"fullName": "Jason Wong",
"positions": {
"S22": {
"title": "Historian",
"tier": 13
},
"F22": {
"title": "Historian",
"tier": 13
}
},
"picture": "jason-wong.webp"
}
]
[
{
"fullName": "Armanul Ambia",
"positions": {
"S21": {
"title": "Dev Officer",
"tier": 21
},
"F21": {
"title": "Algo Director",
"tier": 14
},
"S22": {
"title": "Algo President",
"tier": 14
},
"F22": {
"title": "Algo Team Lead",
"tier": 14
}
},
"picture": "armanul-ambia.webp"
},
{
"fullName": "Jason Anthony",
"positions": {
"S21": {
"title": "Secretary",
"tier": 3
}
},
"picture": "jason-anthony.webp"
},
{
"fullName": "Angel Armendariz",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "angel-armendariz.webp"
},
{
"fullName": "Sami Bajwa",
"positions": {
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "Algo Officer, nodebuds Officer",
"tier": 15
},
"F22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "sami-bajwa.webp"
},
{
"fullName": "Johnathan Carranza",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "johnathan-carranza.webp"
},
{
"fullName": "Alan Cortez",
"positions": {
"S22": {
"title": "Create Officer",
"tier": 17
},
"F22": {
"title": "Design Team Lead",
"tier": 17
}
},
"picture": "alan-cortez.webp"
},
{
"fullName": "Wesley Chou",
"positions": {
"S21": {
"title": "Dev Officer",
"tier": 21
},
"F21": {
"title": "Dev Director",
"tier": 20
},
"S22": {
"title": "Dev President",
"tier": 20
},
"F22": {
"title": "Marketing Co-Lead",
"tier": 12
}
},
"picture": "wesley-chou.webp"
},
{
"fullName": "Ethan Davidson",
"positions": {
"S21": {
"title": "Webmaster",
"tier": 5
},
"F21": {
"title": "Webmaster",
"tier": 5
},
"S22": {
"title": "Webmaster",
"tier": 5
},
"F22": {
"title": "Vice President/Webmaster",
"tier": 2
}
},
"picture": "ethan-davidson.webp"
},
{
"fullName": "Kevin Dillon",
"positions": {
"S21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "kevin-dillon.webp"
},
{
"fullName": "Duc Dinh",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
},
"F22": {
"title": "Special Events Officer",
"tier": 24
}
},
"picture": "duc-dinh.webp"
},
{
"fullName": "Eduardo Gomez",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "eduardo-gomez.webp"
},
{
"fullName": "Nurhaliza Hassan",
"positions": {
"S22": {
"title": "Marketing Director",
"tier": 12
},
"F22": {
"title": "Marketing Co-Lead",
"tier": 12
}
},
"picture": "nurhaliza-hassan.webp"
},
{
"fullName": "Lisa Hong",
"positions": {
"S21": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "lisa-hong.webp"
},
{
"fullName": "Joshua Hughes",
"positions": {
"S21": {
"title": "ICC Representative",
"tier": 8
}
},
"picture": "joshua-hughes.webp"
},
{
"fullName": "Iftekharul Islam",
"positions": {
"S22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "iftekharul-islam.webp"
},
{
"fullName": "Ibrahim Israr",
"positions": {
"S22": {
"title": "Secretary",
"tier": 3
}
},
"picture": "ibrahim-israr.webp"
},
{
"fullName": "Joel Anil John",
"positions": {
"S22": {
"title": "Dev Officer",
"tier": 21
},
"F22": {
"title": "Algo Officer",
"tier": 21
}
},
"picture": "joel-anil-john.webp"
},
{
"fullName": "Andy Lasso",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "andy-lasso.webp"
},
{
"fullName": "Andrew Lau",
"positions": {
"S21": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "andrew-lau.webp"
},
{
"fullName": "Minh Le",
"positions": {
"S22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "minh-le.webp"
},
{
"fullName": "Nguyen Le",
"positions": {
"S22": {
"title": "Data Analyst",
"tier": 7
}
},
"picture": "nguyen-le.webp"
},
{
"fullName": "Tommy Le",
"positions": {
"F21": {
"title": "Treasurer",
"tier": 4
},
"S22": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "tommy-le.webp"
},
{
"fullName": "Eugene Lee",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
},
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "eugene-lee.webp"
},
{
"fullName": "Nolan Lee",
"positions": {
"S22": {
"title": "Historian",
"tier": 13
}
},
"picture": "nolan-lee.webp"
},
{
"fullName": "Aaron Lieberman",
"positions": {
"S21": {
"title": "Internal Vice President, nodebuds Officer",
"tier": 2
},
"F21": {
"title": "President, nodebuds Officer",
"tier": 0
},
"S22": {
"title": "President, nodebuds Officer",
"tier": 0
},
"F22": {
"title": "Special Events Team Lead",
"tier": 23
}
},
"picture": "aaron-lieberman.webp"
},
{
"fullName": "Shaleen Mathur",
"positions": {
"S21": {
"title": "Workshop Manager",
"tier": 6
}
},
"picture": "shaleen-mathur.webp"
},
{
"fullName": "Ean McGilvery",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "ean-mcgilvery.webp"
},
{
"fullName": "Jorge Mejia",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
},
"S22": {
"title": "Dev Officer",
"tier": 21
},
"F22": {
"title": "Design Officer",
"tier": 17
}
},
"picture": "jorge-mejia.webp"
},
{
"fullName": "Serena Naranjo",
"positions": {
"F21": {
"title": "Create Officer",
"tier": 17
},
"S22": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "serena-naranjo.webp"
},
{
"fullName": "Dalisa Nguyen",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "dalisa-nguyen.webp"
},
{
"fullName": "Kayla Nguyen",
"positions": {
"F21": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "kayla-nguyen.webp"
},
{
"fullName": "Jacob Nguyen",
"positions": {
"S21": {
"title": "President, Create Director, nodebuds Officer",
"tier": 0
},
"F22": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "jacob-nguyen.webp"
},
{
"fullName": "Taylor Noh",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
},
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "taylor-noh.webp"
},
{
"fullName": "Kirsten Ochoa",
"positions": {
"S22": {
"title": "Create Project Developer",
"tier": 18
},
"F22": {
"title": "Design Officer",
"tier": 18
}
},
"picture": "kirsten-ochoa.webp"
},
{
"fullName": "Mike Ploythai",
"positions": {
"S21": {
"title": "Create Officer",
"tier": 17
},
"F21": {
"title": "Create Director, Marketing Chair",
"tier": 16
},
"S22": {
"title": "Create President",
"tier": 16
}
},
"picture": "mike-ploythai.webp"
},
{
"fullName": "Stephanie Pocci",
"positions": {
"S22": {
"title": "Event Coordinator",
"tier": 9
},
"F22": {
"title": "Event Coordinator",
"tier": 9
}
},
"picture": "stephanie-pocci.webp"
},
{
"fullName": "Nicolas Renteria",
"positions": {
"S21": {
"title": "Marketing Chair",
"tier": 12
}
},
"picture": "nicolas-renteria.webp"
},
{
"fullName": "Wilbert Rodriguez",
"positions": {
"S21": {
"title": "Intern Program Manager",
"tier": 11
}
},
"picture": "wilbert-rodriguez.webp"
},
{
"fullName": "Samuel Sandoval",
"positions": {
"S21": {
"title": "Vice President, Dev Director",
"tier": 1
}
},
"picture": "samuel-sandoval.webp"
},
{
"fullName": "Kavit Sanghavi",
"positions": {
"S21": {
"title": "Algo Director",
"tier": 11
}
},
"picture": "kavit-sanghavi.webp"
},
{
"fullName": "Parth Sharma",
"positions": {
"S21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "parth-sharma.webp"
},
{
"fullName": "Justin Stitt",
"positions": {
"S22": {
"title": "Algo Officer",
"tier": 15
},
"F22": {
"title": "AI Team Lead",
"tier": 15
}
},
"picture": "justin-stitt.webp"
},
{
"fullName": "Johnson Tong",
"positions": {
"S21": {
"title": "Workshop Manager",
"tier": 6
}
},
"picture": "johnson-tong.webp"
},
{
"fullName": "Alex Truong",
"positions": {
"F21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "alex-truong.webp"
},
{
"fullName": "Daniel Truong",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
},
"F22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "daniel-truong.webp"
},
{
"fullName": "Samuel Valls",
"positions": {
"S21": {
"title": "Community Manager",
"tier": 10
},
"F21": {
"title": "Create Officer",
"tier": 17
},
"S22": {
"title": "Create Operations Manager",
"tier": 19
}
},
"picture": "samuel-valls.webp"
},
{
"fullName": "Karnikaa Velumani",
"positions": {
"F21": {
"title": "Vice President",
"tier": 1
},
"S22": {
"title": "Vice President",
"tier": 1
},
"F22": {
"title": "President",
"tier": 1
}
},
"picture": "karnikaa-velumani.webp"
},
{
"fullName": "Rina Watanabe",
"positions": {
"F21": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "rina-watanabe.webp"
},
{
"fullName": "Jason Wong",
"positions": {
"S22": {
"title": "Historian",
"tier": 13
},
"F22": {
"title": "Historian",
"tier": 13
}
},
"picture": "jason-wong.webp"
},
{
"fullName": "Alejandro Ramos",
"positions": {
"F22": {
"title": "Design Officer",
"tier": 17
}
},
"picture": "alejandro-ramos.webp"
},
{
"fullName": "Angel Santoyo",
"positions": {
"F22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "angel-santoyo.webp"
}
]
[
{
"fullName": "Armanul Ambia",
"positions": {
"S21": {
"title": "Dev Officer",
"tier": 21
},
"F21": {
"title": "Algo Director",
"tier": 14
},
"S22": {
"title": "Algo President",
"tier": 14
},
"F22": {
"title": "Algo Team Lead",
"tier": 14
}
},
"picture": "armanul-ambia.webp"
},
{
"fullName": "Jason Anthony",
"positions": {
"S21": {
"title": "Secretary",
"tier": 3
}
},
"picture": "jason-anthony.webp"
},
{
"fullName": "Angel Armendariz",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "angel-armendariz.webp"
},
{
"fullName": "Sami Bajwa",
"positions": {
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "Algo Officer, nodebuds Officer",
"tier": 15
},
"F22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "sami-bajwa.webp"
},
{
"fullName": "Johnathan Carranza",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "johnathan-carranza.webp"
},
{
"fullName": "Alan Cortez",
"positions": {
"S22": {
"title": "Create Officer",
"tier": 17
},
"F22": {
"title": "Design Team Lead",
"tier": 17
}
},
"picture": "alan-cortez.webp"
},
{
"fullName": "Wesley Chou",
"positions": {
"S21": {
"title": "Dev Officer",
"tier": 21
},
"F21": {
"title": "Dev Director",
"tier": 20
},
"S22": {
"title": "Dev President",
"tier": 20
},
"F22": {
"title": "Marketing Co-Lead",
"tier": 23
}
},
"picture": "wesley-chou.webp"
},
{
"fullName": "Ethan Davidson",
"positions": {
"S21": {
"title": "Webmaster",
"tier": 5
},
"F21": {
"title": "Webmaster",
"tier": 5
},
"S22": {
"title": "Webmaster",
"tier": 5
},
"F22": {
"title": "Vice President/Webmaster",
"tier": 2
}
},
"picture": "ethan-davidson.webp"
},
{
"fullName": "Kevin Dillon",
"positions": {
"S21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "kevin-dillon.webp"
},
{
"fullName": "Duc Dinh",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
},
"F22": {
"title": "Special Events Officer",
"tier": 25
}
},
"picture": "duc-dinh.webp"
},
{
"fullName": "Eduardo Gomez",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "eduardo-gomez.webp"
},
{
"fullName": "Nurhaliza Hassan",
"positions": {
"S22": {
"title": "Marketing Director",
"tier": 12
},
"F22": {
"title": "Marketing Co-Lead",
"tier": 23
}
},
"picture": "nurhaliza-hassan.webp"
},
{
"fullName": "Lisa Hong",
"positions": {
"S21": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "lisa-hong.webp"
},
{
"fullName": "Joshua Hughes",
"positions": {
"S21": {
"title": "ICC Representative",
"tier": 8
}
},
"picture": "joshua-hughes.webp"
},
{
"fullName": "Iftekharul Islam",
"positions": {
"S22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "iftekharul-islam.webp"
},
{
"fullName": "Ibrahim Israr",
"positions": {
"S22": {
"title": "Secretary",
"tier": 3
}
},
"picture": "ibrahim-israr.webp"
},
{
"fullName": "Joel Anil John",
"positions": {
"S22": {
"title": "Dev Officer",
"tier": 21
},
"F22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "joel-anil-john.webp"
},
{
"fullName": "Andy Lasso",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "andy-lasso.webp"
},
{
"fullName": "Andrew Lau",
"positions": {
"S21": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "andrew-lau.webp"
},
{
"fullName": "Minh Le",
"positions": {
"S22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "minh-le.webp"
},
{
"fullName": "Nguyen Le",
"positions": {
"S22": {
"title": "Data Analyst",
"tier": 7
}
},
"picture": "nguyen-le.webp"
},
{
"fullName": "Tommy Le",
"positions": {
"F21": {
"title": "Treasurer",
"tier": 4
},
"S22": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "tommy-le.webp"
},
{
"fullName": "Eugene Lee",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
},
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "eugene-lee.webp"
},
{
"fullName": "Nolan Lee",
"positions": {
"S22": {
"title": "Historian",
"tier": 12
}
},
"picture": "nolan-lee.webp"
},
{
"fullName": "Aaron Lieberman",
"positions": {
"S21": {
"title": "Internal Vice President, nodebuds Officer",
"tier": 2
},
"F21": {
"title": "President, nodebuds Officer",
"tier": 0
},
"S22": {
"title": "President, nodebuds Officer",
"tier": 0
},
"F22": {
"title": "Special Events Team Lead",
"tier": 24
}
},
"picture": "aaron-lieberman.webp"
},
{
"fullName": "Shaleen Mathur",
"positions": {
"S21": {
"title": "Workshop Manager",
"tier": 6
}
},
"picture": "shaleen-mathur.webp"
},
{
"fullName": "Ean McGilvery",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "ean-mcgilvery.webp"
},
{
"fullName": "Jorge Mejia",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
},
"S22": {
"title": "Dev Officer",
"tier": 21
},
"F22": {
"title": "Design Officer",
"tier": 17
}
},
"picture": "jorge-mejia.webp"
},
{
"fullName": "Serena Naranjo",
"positions": {
"F21": {
"title": "Create Officer",
"tier": 17
},
"S22": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "serena-naranjo.webp"
},
{
"fullName": "Dalisa Nguyen",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "dalisa-nguyen.webp"
},
{
"fullName": "Kayla Nguyen",
"positions": {
"F21": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "kayla-nguyen.webp"
},
{
"fullName": "Jacob Nguyen",
"positions": {
"S21": {
"title": "President, Create Director, nodebuds Officer",
"tier": 0
},
"F22": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "jacob-nguyen.webp"
},
{
"fullName": "Taylor Noh",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
},
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "taylor-noh.webp"
},
{
"fullName": "Kirsten Ochoa",
"positions": {
"S22": {
"title": "Create Project Developer",
"tier": 18
},
"F22": {
"title": "Design Officer",
"tier": 18
}
},
"picture": "kirsten-ochoa.webp"
},
{
"fullName": "Mike Ploythai",
"positions": {
"S21": {
"title": "Create Officer",
"tier": 17
},
"F21": {
"title": "Create Director, Marketing Chair",
"tier": 16
},
"S22": {
"title": "Create President",
"tier": 16
}
},
"picture": "mike-ploythai.webp"
},
{
"fullName": "Stephanie Pocci",
"positions": {
"S22": {
"title": "Event Coordinator",
"tier": 9
},
"F22": {
"title": "Event Coordinator",
"tier": 9
}
},
"picture": "stephanie-pocci.webp"
},
{
"fullName": "Nicolas Renteria",
"positions": {
"S21": {
"title": "Marketing Chair",
"tier": 12
}
},
"picture": "nicolas-renteria.webp"
},
{
"fullName": "Wilbert Rodriguez",
"positions": {
"S21": {
"title": "Intern Program Manager",
"tier": 11
}
},
"picture": "wilbert-rodriguez.webp"
},
{
"fullName": "Samuel Sandoval",
"positions": {
"S21": {
"title": "Vice President, Dev Director",
"tier": 1
}
},
"picture": "samuel-sandoval.webp"
},
{
"fullName": "Kavit Sanghavi",
"positions": {
"S21": {
"title": "Algo Director",
"tier": 11
}
},
"picture": "kavit-sanghavi.webp"
},
{
"fullName": "Parth Sharma",
"positions": {
"S21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "parth-sharma.webp"
},
{
"fullName": "Justin Stitt",
"positions": {
"S22": {
"title": "Algo Officer",
"tier": 15
},
"F22": {
"title": "AI Team Lead",
"tier": 13
}
},
"picture": "justin-stitt.webp"
},
{
"fullName": "Johnson Tong",
"positions": {
"S21": {
"title": "Workshop Manager",
"tier": 6
}
},
"picture": "johnson-tong.webp"
},
{
"fullName": "Alex Truong",
"positions": {
"F21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "alex-truong.webp"
},
{
"fullName": "Daniel Truong",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
},
"F22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "daniel-truong.webp"
},
{
"fullName": "Samuel Valls",
"positions": {
"S21": {
"title": "Community Manager",
"tier": 10
},
"F21": {
"title": "Create Officer",
"tier": 17
},
"S22": {
"title": "Create Operations Manager",
"tier": 19
}
},
"picture": "samuel-valls.webp"
},
{
"fullName": "Karnikaa Velumani",
"positions": {
"F21": {
"title": "Vice President",
"tier": 1
},
"S22": {
"title": "Vice President",
"tier": 1
},
"F22": {
"title": "President",
"tier": 1
}
},
"picture": "karnikaa-velumani.webp"
},
{
"fullName": "Rina Watanabe",
"positions": {
"F21": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "rina-watanabe.webp"
},
{
"fullName": "Jason Wong",
"positions": {
"S22": {
"title": "Historian",
"tier": 13
},
"F22": {
"title": "Historian",
"tier": 11
}
},
"picture": "jason-wong.webp"
},
{
"fullName": "Alejandro Ramos",
"positions": {
"F22": {
"title": "Design Officer",
"tier": 17
}
},
"picture": "alejandro-ramos.webp"
},
{
"fullName": "Angel Santoyo",
"positions": {
"F22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "angel-santoyo.webp"
},
{
"fullName": "Charlie Taylor",
"positions": {
"F22": {
"title": "Dev Team Lead",
"tier": 20
}
},
"picture": "charlie-taylor.webp"
},
{
"fullName": "Yao Lin",
"positions": {
"F22": {
"title": "AI Officer",
"tier": 14
}
},
"picture": "yao-lin.webp"
}
]
[
{
"fullName": "Armanul Ambia",
"positions": {
"S21": {
"title": "Dev Officer",
"tier": 21
},
"F21": {
"title": "Algo Director",
"tier": 14
},
"S22": {
"title": "Algo President",
"tier": 14
},
"F22": {
"title": "Algo Team Lead",
"tier": 14
}
},
"picture": "armanul-ambia.webp"
},
{
"fullName": "Jason Anthony",
"positions": {
"S21": {
"title": "Secretary",
"tier": 3
}
},
"picture": "jason-anthony.webp"
},
{
"fullName": "Angel Armendariz",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "angel-armendariz.webp"
},
{
"fullName": "Sami Bajwa",
"positions": {
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "Algo Officer, nodebuds Officer",
"tier": 15
},
"F22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "sami-bajwa.webp"
},
{
"fullName": "Johnathan Carranza",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "johnathan-carranza.webp"
},
{
"fullName": "Alan Cortez",
"positions": {
"S22": {
"title": "Create Officer",
"tier": 17
},
"F22": {
"title": "Design Team Lead",
"tier": 17
}
},
"picture": "alan-cortez.webp"
},
{
"fullName": "Wesley Chou",
"positions": {
"S21": {
"title": "Dev Officer",
"tier": 21
},
"F21": {
"title": "Dev Director",
"tier": 20
},
"S22": {
"title": "Dev President",
"tier": 20
}
},
"picture": "wesley-chou.webp"
},
{
"fullName": "Ethan Davidson",
"positions": {
"S21": {
"title": "Webmaster",
"tier": 5
},
"F21": {
"title": "Webmaster",
"tier": 5
},
"S22": {
"title": "Webmaster",
"tier": 5
},
"F22": {
"title": "Vice President/Webmaster",
"tier": 2
}
},
"picture": "ethan-davidson.webp"
},
{
"fullName": "Kevin Dillon",
"positions": {
"S21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "kevin-dillon.webp"
},
{
"fullName": "Duc Dinh",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "duc-dinh.webp"
},
{
"fullName": "Eduardo Gomez",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "eduardo-gomez.webp"
},
{
"fullName": "Nurhaliza Hassan",
"positions": {
"S22": {
"title": "Marketing Director",
"tier": 12
}
},
"picture": "nurhaliza-hassan.webp"
},
{
"fullName": "Lisa Hong",
"positions": {
"S21": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "lisa-hong.webp"
},
{
"fullName": "Joshua Hughes",
"positions": {
"S21": {
"title": "ICC Representative",
"tier": 8
}
},
"picture": "joshua-hughes.webp"
},
{
"fullName": "Iftekharul Islam",
"positions": {
"S22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "iftekharul-islam.webp"
},
{
"fullName": "Ibrahim Israr",
"positions": {
"S22": {
"title": "Secretary",
"tier": 3
}
},
"picture": "ibrahim-israr.webp"
},
{
"fullName": "Joel Anil John",
"positions": {
"S22": {
"title": "Dev Officer",
"tier": 21
},
"F22": {
"title": "Algo Officer",
"tier": 21
}
},
"picture": "joel-anil-john.webp"
},
{
"fullName": "Andy Lasso",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "andy-lasso.webp"
},
{
"fullName": "Andrew Lau",
"positions": {
"S21": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "andrew-lau.webp"
},
{
"fullName": "Minh Le",
"positions": {
"S22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "minh-le.webp"
},
{
"fullName": "Nguyen Le",
"positions": {
"S22": {
"title": "Data Analyst",
"tier": 7
}
},
"picture": "nguyen-le.webp"
},
{
"fullName": "Tommy Le",
"positions": {
"F21": {
"title": "Treasurer",
"tier": 4
},
"S22": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "tommy-le.webp"
},
{
"fullName": "Eugene Lee",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
},
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "eugene-lee.webp"
},
{
"fullName": "Nolan Lee",
"positions": {
"S22": {
"title": "Historian",
"tier": 13
}
},
"picture": "nolan-lee.webp"
},
{
"fullName": "Aaron Lieberman",
"positions": {
"S21": {
"title": "Internal Vice President, nodebuds Officer",
"tier": 2
},
"F21": {
"title": "President, nodebuds Officer",
"tier": 0
},
"S22": {
"title": "President, nodebuds Officer",
"tier": 0
},
"F22": {
"title": "Special Events Team Lead",
"tier": 14
}
},
"picture": "aaron-lieberman.webp"
},
{
"fullName": "Shaleen Mathur",
"positions": {
"S21": {
"title": "Workshop Manager",
"tier": 6
}
},
"picture": "shaleen-mathur.webp"
},
{
"fullName": "Ean McGilvery",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "ean-mcgilvery.webp"
},
{
"fullName": "Jorge Mejia",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
},
"S22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "jorge-mejia.webp"
},
{
"fullName": "Serena Naranjo",
"positions": {
"F21": {
"title": "Create Officer",
"tier": 17
},
"S22": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "serena-naranjo.webp"
},
{
"fullName": "Dalisa Nguyen",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "dalisa-nguyen.webp"
},
{
"fullName": "Kayla Nguyen",
"positions": {
"F21": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "kayla-nguyen.webp"
},
{
"fullName": "Jacob Nguyen",
"positions": {
"S21": {
"title": "President, Create Director, nodebuds Officer",
"tier": 0
},
"F22": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "jacob-nguyen.webp"
},
{
"fullName": "Taylor Noh",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
},
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "taylor-noh.webp"
},
{
"fullName": "Kirsten Ochoa",
"positions": {
"S22": {
"title": "Create Project Developer",
"tier": 18
},
"F22": {
"title": "Design Officer",
"tier": 18
}
},
"picture": "kirsten-ochoa.webp"
},
{
"fullName": "Mike Ploythai",
"positions": {
"S21": {
"title": "Create Officer",
"tier": 17
},
"F21": {
"title": "Create Director, Marketing Chair",
"tier": 16
},
"S22": {
"title": "Create President",
"tier": 16
}
},
"picture": "mike-ploythai.webp"
},
{
"fullName": "Stephanie Pocci",
"positions": {
"S22": {
"title": "Event Coordinator",
"tier": 9
},
"F22": {
"title": "Event Coordinator",
"tier": 9
}
},
"picture": "stephanie-pocci.webp"
},
{
"fullName": "Nicolas Renteria",
"positions": {
"S21": {
"title": "Marketing Chair",
"tier": 12
}
},
"picture": "nicolas-renteria.webp"
},
{
"fullName": "Wilbert Rodriguez",
"positions": {
"S21": {
"title": "Intern Program Manager",
"tier": 11
}
},
"picture": "wilbert-rodriguez.webp"
},
{
"fullName": "Samuel Sandoval",
"positions": {
"S21": {
"title": "Vice President, Dev Director",
"tier": 1
}
},
"picture": "samuel-sandoval.webp"
},
{
"fullName": "Kavit Sanghavi",
"positions": {
"S21": {
"title": "Algo Director",
"tier": 11
}
},
"picture": "kavit-sanghavi.webp"
},
{
"fullName": "Parth Sharma",
"positions": {
"S21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "parth-sharma.webp"
},
{
"fullName": "Justin Stitt",
"positions": {
"S22": {
"title": "Algo Officer",
"tier": 15
},
"F22": {
"title": "AI Team Lead",
"tier": 15
}
},
"picture": "justin-stitt.webp"
},
{
"fullName": "Johnson Tong",
"positions": {
"S21": {
"title": "Workshop Manager",
"tier": 6
}
},
"picture": "johnson-tong.webp"
},
{
"fullName": "Alex Truong",
"positions": {
"F21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "alex-truong.webp"
},
{
"fullName": "Daniel Truong",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
},
"F22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "daniel-truong.webp"
},
{
"fullName": "Samuel Valls",
"positions": {
"S21": {
"title": "Community Manager",
"tier": 10
},
"F21": {
"title": "Create Officer",
"tier": 17
},
"S22": {
"title": "Create Operations Manager",
"tier": 19
}
},
"picture": "samuel-valls.webp"
},
{
"fullName": "Karnikaa Velumani",
"positions": {
"F21": {
"title": "Vice President",
"tier": 1
},
"S22": {
"title": "Vice President",
"tier": 1
},
"F22": {
"title": "President",
"tier": 1
}
},
"picture": "karnikaa-velumani.webp"
},
{
"fullName": "Rina Watanabe",
"positions": {
"F21": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "rina-watanabe.webp"
},
{
"fullName": "Jason Wong",
"positions": {
"S22": {
"title": "Historian",
"tier": 13
},
"F22": {
"title": "Historian",
"tier": 13
}
},
"picture": "jason-wong.webp"
}
]
[
{
"fullName": "Armanul Ambia",
"positions": {
"S21": {
"title": "Dev Officer",
"tier": 21
},
"F21": {
"title": "Algo Director",
"tier": 14
},
"S22": {
"title": "Algo President",
"tier": 14
},
"F22": {
"title": "Algo Team Lead",
"tier": 14
}
},
"picture": "armanul-ambia.webp"
},
{
"fullName": "Jason Anthony",
"positions": {
"S21": {
"title": "Secretary",
"tier": 3
}
},
"picture": "jason-anthony.webp"
},
{
"fullName": "Angel Armendariz",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "angel-armendariz.webp"
},
{
"fullName": "Sami Bajwa",
"positions": {
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "Algo Officer, nodebuds Officer",
"tier": 15
},
"F22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "sami-bajwa.webp"
},
{
"fullName": "Johnathan Carranza",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "johnathan-carranza.webp"
},
{
"fullName": "Alan Cortez",
"positions": {
"S22": {
"title": "Create Officer",
"tier": 17
},
"F22": {
"title": "Design Team Lead",
"tier": 17
}
},
"picture": "alan-cortez.webp"
},
{
"fullName": "Wesley Chou",
"positions": {
"S21": {
"title": "Dev Officer",
"tier": 21
},
"F21": {
"title": "Dev Director",
"tier": 20
},
"S22": {
"title": "Dev President",
"tier": 20
},
"F22": {
"title": "Marketing Co-Lead",
"tier": 23
}
},
"picture": "wesley-chou.webp"
},
{
"fullName": "Ethan Davidson",
"positions": {
"S21": {
"title": "Webmaster",
"tier": 5
},
"F21": {
"title": "Webmaster",
"tier": 5
},
"S22": {
"title": "Webmaster",
"tier": 5
},
"F22": {
"title": "Vice President/Webmaster",
"tier": 2
}
},
"picture": "ethan-davidson.webp"
},
{
"fullName": "Kevin Dillon",
"positions": {
"S21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "kevin-dillon.webp"
},
{
"fullName": "Duc Dinh",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
},
"F22": {
"title": "Special Events Officer",
"tier": 25
}
},
"picture": "duc-dinh.webp"
},
{
"fullName": "Eduardo Gomez",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "eduardo-gomez.webp"
},
{
"fullName": "Nurhaliza Hassan",
"positions": {
"S22": {
"title": "Marketing Director",
"tier": 12
},
"F22": {
"title": "Marketing Co-Lead",
"tier": 23
}
},
"picture": "nurhaliza-hassan.webp"
},
{
"fullName": "Lisa Hong",
"positions": {
"S21": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "lisa-hong.webp"
},
{
"fullName": "Joshua Hughes",
"positions": {
"S21": {
"title": "ICC Representative",
"tier": 8
}
},
"picture": "joshua-hughes.webp"
},
{
"fullName": "Iftekharul Islam",
"positions": {
"S22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "iftekharul-islam.webp"
},
{
"fullName": "Ibrahim Israr",
"positions": {
"S22": {
"title": "Secretary",
"tier": 3
}
},
"picture": "ibrahim-israr.webp"
},
{
"fullName": "Joel Anil John",
"positions": {
"S22": {
"title": "Dev Officer",
"tier": 21
},
"F22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "joel-anil-john.webp"
},
{
"fullName": "Andy Lasso",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "andy-lasso.webp"
},
{
"fullName": "Andrew Lau",
"positions": {
"S21": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "andrew-lau.webp"
},
{
"fullName": "Minh Le",
"positions": {
"S22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "minh-le.webp"
},
{
"fullName": "Nguyen Le",
"positions": {
"S22": {
"title": "Data Analyst",
"tier": 7
}
},
"picture": "nguyen-le.webp"
},
{
"fullName": "Tommy Le",
"positions": {
"F21": {
"title": "Treasurer",
"tier": 4
},
"S22": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "tommy-le.webp"
},
{
"fullName": "Eugene Lee",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
},
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "eugene-lee.webp"
},
{
"fullName": "Nolan Lee",
"positions": {
"S22": {
"title": "Historian",
"tier": 12
}
},
"picture": "nolan-lee.webp"
},
{
"fullName": "Aaron Lieberman",
"positions": {
"S21": {
"title": "Internal Vice President, nodebuds Officer",
"tier": 2
},
"F21": {
"title": "President, nodebuds Officer",
"tier": 0
},
"S22": {
"title": "President, nodebuds Officer",
"tier": 0
},
"F22": {
"title": "Special Events Team Lead",
"tier": 24
}
},
"picture": "aaron-lieberman.webp"
},
{
"fullName": "Shaleen Mathur",
"positions": {
"S21": {
"title": "Workshop Manager",
"tier": 6
}
},
"picture": "shaleen-mathur.webp"
},
{
"fullName": "Ean McGilvery",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "ean-mcgilvery.webp"
},
{
"fullName": "Jorge Mejia",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
},
"S22": {
"title": "Dev Officer",
"tier": 21
},
"F22": {
"title": "Design Officer",
"tier": 17
}
},
"picture": "jorge-mejia.webp"
},
{
"fullName": "Serena Naranjo",
"positions": {
"F21": {
"title": "Create Officer",
"tier": 17
},
"S22": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "serena-naranjo.webp"
},
{
"fullName": "Dalisa Nguyen",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "dalisa-nguyen.webp"
},
{
"fullName": "Kayla Nguyen",
"positions": {
"F21": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "kayla-nguyen.webp"
},
{
"fullName": "Jacob Nguyen",
"positions": {
"S21": {
"title": "President, Create Director, nodebuds Officer",
"tier": 0
},
"F22": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "jacob-nguyen.webp"
},
{
"fullName": "Taylor Noh",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
},
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "taylor-noh.webp"
},
{
"fullName": "Kirsten Ochoa",
"positions": {
"S22": {
"title": "Create Project Developer",
"tier": 18
},
"F22": {
"title": "Design Officer",
"tier": 18
}
},
"picture": "kirsten-ochoa.webp"
},
{
"fullName": "Mike Ploythai",
"positions": {
"S21": {
"title": "Create Officer",
"tier": 17
},
"F21": {
"title": "Create Director, Marketing Chair",
"tier": 16
},
"S22": {
"title": "Create President",
"tier": 16
}
},
"picture": "mike-ploythai.webp"
},
{
"fullName": "Stephanie Pocci",
"positions": {
"S22": {
"title": "Event Coordinator",
"tier": 9
},
"F22": {
"title": "Event Coordinator",
"tier": 9
}
},
"picture": "stephanie-pocci.webp"
},
{
"fullName": "Nicolas Renteria",
"positions": {
"S21": {
"title": "Marketing Chair",
"tier": 12
}
},
"picture": "nicolas-renteria.webp"
},
{
"fullName": "Wilbert Rodriguez",
"positions": {
"S21": {
"title": "Intern Program Manager",
"tier": 11
}
},
"picture": "wilbert-rodriguez.webp"
},
{
"fullName": "Samuel Sandoval",
"positions": {
"S21": {
"title": "Vice President, Dev Director",
"tier": 1
}
},
"picture": "samuel-sandoval.webp"
},
{
"fullName": "Kavit Sanghavi",
"positions": {
"S21": {
"title": "Algo Director",
"tier": 11
}
},
"picture": "kavit-sanghavi.webp"
},
{
"fullName": "Parth Sharma",
"positions": {
"S21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "parth-sharma.webp"
},
{
"fullName": "Justin Stitt",
"positions": {
"S22": {
"title": "Algo Officer",
"tier": 15
},
"F22": {
"title": "AI Team Lead",
"tier": 13
}
},
"picture": "justin-stitt.webp"
},
{
"fullName": "Johnson Tong",
"positions": {
"S21": {
"title": "Workshop Manager",
"tier": 6
}
},
"picture": "johnson-tong.webp"
},
{
"fullName": "Alex Truong",
"positions": {
"F21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "alex-truong.webp"
},
{
"fullName": "Daniel Truong",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
},
"F22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "daniel-truong.webp"
},
{
"fullName": "Samuel Valls",
"positions": {
"S21": {
"title": "Community Manager",
"tier": 10
},
"F21": {
"title": "Create Officer",
"tier": 17
},
"S22": {
"title": "Create Operations Manager",
"tier": 19
}
},
"picture": "samuel-valls.webp"
},
{
"fullName": "Karnikaa Velumani",
"positions": {
"F21": {
"title": "Vice President",
"tier": 1
},
"S22": {
"title": "Vice President",
"tier": 1
},
"F22": {
"title": "President",
"tier": 1
}
},
"picture": "karnikaa-velumani.webp"
},
{
"fullName": "Rina Watanabe",
"positions": {
"F21": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "rina-watanabe.webp"
},
{
"fullName": "Jason Wong",
"positions": {
"S22": {
"title": "Historian",
"tier": 13
},
"F22": {
"title": "Historian",
"tier": 12
}
},
"picture": "jason-wong.webp"
},
{
"fullName": "Alejandro Ramos",
"positions": {
"F22": {
"title": "Design Officer",
"tier": 17
}
},
"picture": "alejandro-ramos.webp"
},
{
"fullName": "Angel Santoyo",
"positions": {
"F22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "angel-santoyo.webp"
}
]
[
{
"fullName": "Armanul Ambia",
"positions": {
"S21": {
"title": "Dev Officer",
"tier": 21
},
"F21": {
"title": "Algo Director",
"tier": 14
},
"S22": {
"title": "Algo President",
"tier": 14
},
"F22": {
"title": "Algo Team Lead",
"tier": 14
}
},
"picture": "armanul-ambia.webp"
},
{
"fullName": "Jason Anthony",
"positions": {
"S21": {
"title": "Secretary",
"tier": 3
}
},
"picture": "jason-anthony.webp"
},
{
"fullName": "Angel Armendariz",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "angel-armendariz.webp"
},
{
"fullName": "Sami Bajwa",
"positions": {
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "Algo Officer, nodebuds Officer",
"tier": 15
},
"F22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "sami-bajwa.webp"
},
{
"fullName": "Johnathan Carranza",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "johnathan-carranza.webp"
},
{
"fullName": "Alan Cortez",
"positions": {
"S22": {
"title": "Create Officer",
"tier": 17
},
"F22": {
"title": "Design Team Lead",
"tier": 17
}
},
"picture": "alan-cortez.webp"
},
{
"fullName": "Wesley Chou",
"positions": {
"S21": {
"title": "Dev Officer",
"tier": 21
},
"F21": {
"title": "Dev Director",
"tier": 20
},
"S22": {
"title": "Dev President",
"tier": 20
},
"F22": {
"title": "Marketing Co-Lead",
"tier": 12
}
},
"picture": "wesley-chou.webp"
},
{
"fullName": "Ethan Davidson",
"positions": {
"S21": {
"title": "Webmaster",
"tier": 5
},
"F21": {
"title": "Webmaster",
"tier": 5
},
"S22": {
"title": "Webmaster",
"tier": 5
},
"F22": {
"title": "Vice President/Webmaster",
"tier": 2
}
},
"picture": "ethan-davidson.webp"
},
{
"fullName": "Kevin Dillon",
"positions": {
"S21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "kevin-dillon.webp"
},
{
"fullName": "Duc Dinh",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "duc-dinh.webp"
},
{
"fullName": "Eduardo Gomez",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "eduardo-gomez.webp"
},
{
"fullName": "Nurhaliza Hassan",
"positions": {
"S22": {
"title": "Marketing Co-Lead",
"tier": 12
}
},
"picture": "nurhaliza-hassan.webp"
},
{
"fullName": "Lisa Hong",
"positions": {
"S21": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "lisa-hong.webp"
},
{
"fullName": "Joshua Hughes",
"positions": {
"S21": {
"title": "ICC Representative",
"tier": 8
}
},
"picture": "joshua-hughes.webp"
},
{
"fullName": "Iftekharul Islam",
"positions": {
"S22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "iftekharul-islam.webp"
},
{
"fullName": "Ibrahim Israr",
"positions": {
"S22": {
"title": "Secretary",
"tier": 3
}
},
"picture": "ibrahim-israr.webp"
},
{
"fullName": "Joel Anil John",
"positions": {
"S22": {
"title": "Dev Officer",
"tier": 21
},
"F22": {
"title": "Algo Officer",
"tier": 21
}
},
"picture": "joel-anil-john.webp"
},
{
"fullName": "Andy Lasso",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "andy-lasso.webp"
},
{
"fullName": "Andrew Lau",
"positions": {
"S21": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "andrew-lau.webp"
},
{
"fullName": "Minh Le",
"positions": {
"S22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "minh-le.webp"
},
{
"fullName": "Nguyen Le",
"positions": {
"S22": {
"title": "Data Analyst",
"tier": 7
}
},
"picture": "nguyen-le.webp"
},
{
"fullName": "Tommy Le",
"positions": {
"F21": {
"title": "Treasurer",
"tier": 4
},
"S22": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "tommy-le.webp"
},
{
"fullName": "Eugene Lee",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
},
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "eugene-lee.webp"
},
{
"fullName": "Nolan Lee",
"positions": {
"S22": {
"title": "Historian",
"tier": 13
}
},
"picture": "nolan-lee.webp"
},
{
"fullName": "Aaron Lieberman",
"positions": {
"S21": {
"title": "Internal Vice President, nodebuds Officer",
"tier": 2
},
"F21": {
"title": "President, nodebuds Officer",
"tier": 0
},
"S22": {
"title": "President, nodebuds Officer",
"tier": 0
},
"F22": {
"title": "Special Events Team Lead",
"tier": 14
}
},
"picture": "aaron-lieberman.webp"
},
{
"fullName": "Shaleen Mathur",
"positions": {
"S21": {
"title": "Workshop Manager",
"tier": 6
}
},
"picture": "shaleen-mathur.webp"
},
{
"fullName": "Ean McGilvery",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "ean-mcgilvery.webp"
},
{
"fullName": "Jorge Mejia",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
},
"S22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "jorge-mejia.webp"
},
{
"fullName": "Serena Naranjo",
"positions": {
"F21": {
"title": "Create Officer",
"tier": 17
},
"S22": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "serena-naranjo.webp"
},
{
"fullName": "Dalisa Nguyen",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "dalisa-nguyen.webp"
},
{
"fullName": "Kayla Nguyen",
"positions": {
"F21": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "kayla-nguyen.webp"
},
{
"fullName": "Jacob Nguyen",
"positions": {
"S21": {
"title": "President, Create Director, nodebuds Officer",
"tier": 0
},
"F22": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "jacob-nguyen.webp"
},
{
"fullName": "Taylor Noh",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
},
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "taylor-noh.webp"
},
{
"fullName": "Kirsten Ochoa",
"positions": {
"S22": {
"title": "Create Project Developer",
"tier": 18
},
"F22": {
"title": "Design Officer",
"tier": 18
}
},
"picture": "kirsten-ochoa.webp"
},
{
"fullName": "Mike Ploythai",
"positions": {
"S21": {
"title": "Create Officer",
"tier": 17
},
"F21": {
"title": "Create Director, Marketing Chair",
"tier": 16
},
"S22": {
"title": "Create President",
"tier": 16
}
},
"picture": "mike-ploythai.webp"
},
{
"fullName": "Stephanie Pocci",
"positions": {
"S22": {
"title": "Event Coordinator",
"tier": 9
},
"F22": {
"title": "Event Coordinator",
"tier": 9
}
},
"picture": "stephanie-pocci.webp"
},
{
"fullName": "Nicolas Renteria",
"positions": {
"S21": {
"title": "Marketing Chair",
"tier": 12
}
},
"picture": "nicolas-renteria.webp"
},
{
"fullName": "Wilbert Rodriguez",
"positions": {
"S21": {
"title": "Intern Program Manager",
"tier": 11
}
},
"picture": "wilbert-rodriguez.webp"
},
{
"fullName": "Samuel Sandoval",
"positions": {
"S21": {
"title": "Vice President, Dev Director",
"tier": 1
}
},
"picture": "samuel-sandoval.webp"
},
{
"fullName": "Kavit Sanghavi",
"positions": {
"S21": {
"title": "Algo Director",
"tier": 11
}
},
"picture": "kavit-sanghavi.webp"
},
{
"fullName": "Parth Sharma",
"positions": {
"S21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "parth-sharma.webp"
},
{
"fullName": "Justin Stitt",
"positions": {
"S22": {
"title": "Algo Officer",
"tier": 15
},
"F22": {
"title": "AI Team Lead",
"tier": 15
}
},
"picture": "justin-stitt.webp"
},
{
"fullName": "Johnson Tong",
"positions": {
"S21": {
"title": "Workshop Manager",
"tier": 6
}
},
"picture": "johnson-tong.webp"
},
{
"fullName": "Alex Truong",
"positions": {
"F21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "alex-truong.webp"
},
{
"fullName": "Daniel Truong",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
},
"F22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "daniel-truong.webp"
},
{
"fullName": "Samuel Valls",
"positions": {
"S21": {
"title": "Community Manager",
"tier": 10
},
"F21": {
"title": "Create Officer",
"tier": 17
},
"S22": {
"title": "Create Operations Manager",
"tier": 19
}
},
"picture": "samuel-valls.webp"
},
{
"fullName": "Karnikaa Velumani",
"positions": {
"F21": {
"title": "Vice President",
"tier": 1
},
"S22": {
"title": "Vice President",
"tier": 1
},
"F22": {
"title": "President",
"tier": 1
}
},
"picture": "karnikaa-velumani.webp"
},
{
"fullName": "Rina Watanabe",
"positions": {
"F21": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "rina-watanabe.webp"
},
{
"fullName": "Jason Wong",
"positions": {
"S22": {
"title": "Historian",
"tier": 13
},
"F22": {
"title": "Historian",
"tier": 13
}
},
"picture": "jason-wong.webp"
}
]
[
{
"fullName": "Armanul Ambia",
"positions": {
"S21": {
"title": "Dev Officer",
"tier": 21
},
"F21": {
"title": "Algo Director",
"tier": 14
},
"S22": {
"title": "Algo President",
"tier": 14
},
"F22": {
"title": "Algo Team Lead",
"tier": 14
}
},
"picture": "armanul-ambia.webp"
},
{
"fullName": "Jason Anthony",
"positions": {
"S21": {
"title": "Secretary",
"tier": 3
}
},
"picture": "jason-anthony.webp"
},
{
"fullName": "Angel Armendariz",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "angel-armendariz.webp"
},
{
"fullName": "Sami Bajwa",
"positions": {
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "Algo Officer, nodebuds Officer",
"tier": 15
},
"F22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "sami-bajwa.webp"
},
{
"fullName": "Johnathan Carranza",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "johnathan-carranza.webp"
},
{
"fullName": "Alan Cortez",
"positions": {
"S22": {
"title": "Create Officer",
"tier": 17
},
"F22": {
"title": "Design Team Lead",
"tier": 17
}
},
"picture": "alan-cortez.webp"
},
{
"fullName": "Wesley Chou",
"positions": {
"S21": {
"title": "Dev Officer",
"tier": 21
},
"F21": {
"title": "Dev Director",
"tier": 20
},
"S22": {
"title": "Dev President",
"tier": 20
},
"F22": {
"title": "Marketing Co-Lead",
"tier": 23
}
},
"picture": "wesley-chou.webp"
},
{
"fullName": "Ethan Davidson",
"positions": {
"S21": {
"title": "Webmaster",
"tier": 5
},
"F21": {
"title": "Webmaster",
"tier": 5
},
"S22": {
"title": "Webmaster",
"tier": 5
},
"F22": {
"title": "Vice President/Webmaster",
"tier": 2
}
},
"picture": "ethan-davidson.webp"
},
{
"fullName": "Kevin Dillon",
"positions": {
"S21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "kevin-dillon.webp"
},
{
"fullName": "Duc Dinh",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
},
"F22": {
"title": "Special Events Officer",
"tier": 25
}
},
"picture": "duc-dinh.webp"
},
{
"fullName": "Eduardo Gomez",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "eduardo-gomez.webp"
},
{
"fullName": "Nurhaliza Hassan",
"positions": {
"S22": {
"title": "Marketing Director",
"tier": 12
},
"F22": {
"title": "Marketing Co-Lead",
"tier": 23
}
},
"picture": "nurhaliza-hassan.webp"
},
{
"fullName": "Lisa Hong",
"positions": {
"S21": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "lisa-hong.webp"
},
{
"fullName": "Joshua Hughes",
"positions": {
"S21": {
"title": "ICC Representative",
"tier": 8
}
},
"picture": "joshua-hughes.webp"
},
{
"fullName": "Iftekharul Islam",
"positions": {
"S22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "iftekharul-islam.webp"
},
{
"fullName": "Ibrahim Israr",
"positions": {
"S22": {
"title": "Secretary",
"tier": 3
}
},
"picture": "ibrahim-israr.webp"
},
{
"fullName": "Joel Anil John",
"positions": {
"S22": {
"title": "Dev Officer",
"tier": 21
},
"F22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "joel-anil-john.webp"
},
{
"fullName": "Andy Lasso",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "andy-lasso.webp"
},
{
"fullName": "Andrew Lau",
"positions": {
"S21": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "andrew-lau.webp"
},
{
"fullName": "Minh Le",
"positions": {
"S22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "minh-le.webp"
},
{
"fullName": "Nguyen Le",
"positions": {
"S22": {
"title": "Data Analyst",
"tier": 7
}
},
"picture": "nguyen-le.webp"
},
{
"fullName": "Tommy Le",
"positions": {
"F21": {
"title": "Treasurer",
"tier": 4
},
"S22": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "tommy-le.webp"
},
{
"fullName": "Eugene Lee",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
},
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "eugene-lee.webp"
},
{
"fullName": "Nolan Lee",
"positions": {
"S22": {
"title": "Historian",
"tier": 12
}
},
"picture": "nolan-lee.webp"
},
{
"fullName": "Aaron Lieberman",
"positions": {
"S21": {
"title": "Internal Vice President, nodebuds Officer",
"tier": 2
},
"F21": {
"title": "President, nodebuds Officer",
"tier": 0
},
"S22": {
"title": "President, nodebuds Officer",
"tier": 0
},
"F22": {
"title": "Special Events Team Lead",
"tier": 24
}
},
"picture": "aaron-lieberman.webp"
},
{
"fullName": "Shaleen Mathur",
"positions": {
"S21": {
"title": "Workshop Manager",
"tier": 6
}
},
"picture": "shaleen-mathur.webp"
},
{
"fullName": "Ean McGilvery",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "ean-mcgilvery.webp"
},
{
"fullName": "Jorge Mejia",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
},
"S22": {
"title": "Dev Officer",
"tier": 21
},
"F22": {
"title": "Design Officer",
"tier": 17
}
},
"picture": "jorge-mejia.webp"
},
{
"fullName": "Serena Naranjo",
"positions": {
"F21": {
"title": "Create Officer",
"tier": 17
},
"S22": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "serena-naranjo.webp"
},
{
"fullName": "Dalisa Nguyen",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "dalisa-nguyen.webp"
},
{
"fullName": "Kayla Nguyen",
"positions": {
"F21": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "kayla-nguyen.webp"
},
{
"fullName": "Jacob Nguyen",
"positions": {
"S21": {
"title": "President, Create Director, nodebuds Officer",
"tier": 0
},
"F22": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "jacob-nguyen.webp"
},
{
"fullName": "Taylor Noh",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
},
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "taylor-noh.webp"
},
{
"fullName": "Kirsten Ochoa",
"positions": {
"S22": {
"title": "Create Project Developer",
"tier": 18
},
"F22": {
"title": "Design Officer",
"tier": 18
}
},
"picture": "kirsten-ochoa.webp"
},
{
"fullName": "Mike Ploythai",
"positions": {
"S21": {
"title": "Create Officer",
"tier": 17
},
"F21": {
"title": "Create Director, Marketing Chair",
"tier": 16
},
"S22": {
"title": "Create President",
"tier": 16
}
},
"picture": "mike-ploythai.webp"
},
{
"fullName": "Stephanie Pocci",
"positions": {
"S22": {
"title": "Event Coordinator",
"tier": 9
},
"F22": {
"title": "Event Coordinator",
"tier": 9
}
},
"picture": "stephanie-pocci.webp"
},
{
"fullName": "Nicolas Renteria",
"positions": {
"S21": {
"title": "Marketing Chair",
"tier": 12
}
},
"picture": "nicolas-renteria.webp"
},
{
"fullName": "Wilbert Rodriguez",
"positions": {
"S21": {
"title": "Intern Program Manager",
"tier": 11
}
},
"picture": "wilbert-rodriguez.webp"
},
{
"fullName": "Samuel Sandoval",
"positions": {
"S21": {
"title": "Vice President, Dev Director",
"tier": 1
}
},
"picture": "samuel-sandoval.webp"
},
{
"fullName": "Kavit Sanghavi",
"positions": {
"S21": {
"title": "Algo Director",
"tier": 11
}
},
"picture": "kavit-sanghavi.webp"
},
{
"fullName": "Parth Sharma",
"positions": {
"S21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "parth-sharma.webp"
},
{
"fullName": "Justin Stitt",
"positions": {
"S22": {
"title": "Algo Officer",
"tier": 15
},
"F22": {
"title": "AI Team Lead",
"tier": 13
}
},
"picture": "justin-stitt.webp"
},
{
"fullName": "Johnson Tong",
"positions": {
"S21": {
"title": "Workshop Manager",
"tier": 6
}
},
"picture": "johnson-tong.webp"
},
{
"fullName": "Alex Truong",
"positions": {
"F21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "alex-truong.webp"
},
{
"fullName": "Daniel Truong",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
},
"F22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "daniel-truong.webp"
},
{
"fullName": "Samuel Valls",
"positions": {
"S21": {
"title": "Community Manager",
"tier": 10
},
"F21": {
"title": "Create Officer",
"tier": 17
},
"S22": {
"title": "Create Operations Manager",
"tier": 19
}
},
"picture": "samuel-valls.webp"
},
{
"fullName": "Karnikaa Velumani",
"positions": {
"F21": {
"title": "Vice President",
"tier": 1
},
"S22": {
"title": "Vice President",
"tier": 1
},
"F22": {
"title": "President",
"tier": 1
}
},
"picture": "karnikaa-velumani.webp"
},
{
"fullName": "Rina Watanabe",
"positions": {
"F21": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "rina-watanabe.webp"
},
{
"fullName": "Jason Wong",
"positions": {
"S22": {
"title": "Historian",
"tier": 13
},
"F22": {
"title": "Historian",
"tier": 12
}
},
"picture": "jason-wong.webp"
},
{
"fullName": "Alejandro Ramos",
"positions": {
"F22": {
"title": "Design Officer",
"tier": 17
}
},
"picture": "alejandro-ramos.webp"
},
{
"fullName": "Angel Santoyo",
"positions": {
"F22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "angel-santoyo.webp"
},
{
"fullName": "Charlie Taylor",
"positions": {
"F22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "angel-santoyo.webp"
}
]
[
{
"fullName": "Armanul Ambia",
"positions": {
"S21": {
"title": "Dev Officer",
"tier": 21
},
"F21": {
"title": "Algo Director",
"tier": 14
},
"S22": {
"title": "Algo President",
"tier": 14
},
"F22": {
"title": "Algo Team Lead",
"tier": 14
}
},
"picture": "armanul-ambia.webp"
},
{
"fullName": "Jason Anthony",
"positions": {
"S21": {
"title": "Secretary",
"tier": 3
}
},
"picture": "jason-anthony.webp"
},
{
"fullName": "Angel Armendariz",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "angel-armendariz.webp"
},
{
"fullName": "Sami Bajwa",
"positions": {
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "Algo Officer, nodebuds Officer",
"tier": 15
},
"F22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "sami-bajwa.webp"
},
{
"fullName": "Johnathan Carranza",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "johnathan-carranza.webp"
},
{
"fullName": "Alan Cortez",
"positions": {
"S22": {
"title": "Create Officer",
"tier": 17
},
"F22": {
"title": "Design Team Lead",
"tier": 17
}
},
"picture": "alan-cortez.webp"
},
{
"fullName": "Wesley Chou",
"positions": {
"S21": {
"title": "Dev Officer",
"tier": 21
},
"F21": {
"title": "Dev Director",
"tier": 20
},
"S22": {
"title": "Dev President",
"tier": 20
},
"F22": {
"title": "Marketing Co-Lead",
"tier": 23
}
},
"picture": "wesley-chou.webp"
},
{
"fullName": "Ethan Davidson",
"positions": {
"S21": {
"title": "Webmaster",
"tier": 5
},
"F21": {
"title": "Webmaster",
"tier": 5
},
"S22": {
"title": "Webmaster",
"tier": 5
},
"F22": {
"title": "Vice President/Webmaster",
"tier": 2
}
},
"picture": "ethan-davidson.webp"
},
{
"fullName": "Kevin Dillon",
"positions": {
"S21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "kevin-dillon.webp"
},
{
"fullName": "Duc Dinh",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
},
"F22": {
"title": "Special Events Officer",
"tier": 25
}
},
"picture": "duc-dinh.webp"
},
{
"fullName": "Eduardo Gomez",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "eduardo-gomez.webp"
},
{
"fullName": "Nurhaliza Hassan",
"positions": {
"S22": {
"title": "Marketing Director",
"tier": 12
},
"F22": {
"title": "Marketing Co-Lead",
"tier": 23
}
},
"picture": "nurhaliza-hassan.webp"
},
{
"fullName": "Lisa Hong",
"positions": {
"S21": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "lisa-hong.webp"
},
{
"fullName": "Joshua Hughes",
"positions": {
"S21": {
"title": "ICC Representative",
"tier": 8
}
},
"picture": "joshua-hughes.webp"
},
{
"fullName": "Iftekharul Islam",
"positions": {
"S22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "iftekharul-islam.webp"
},
{
"fullName": "Ibrahim Israr",
"positions": {
"S22": {
"title": "Secretary",
"tier": 3
}
},
"picture": "ibrahim-israr.webp"
},
{
"fullName": "Joel Anil John",
"positions": {
"S22": {
"title": "Dev Officer",
"tier": 21
},
"F22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "joel-anil-john.webp"
},
{
"fullName": "Andy Lasso",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "andy-lasso.webp"
},
{
"fullName": "Andrew Lau",
"positions": {
"S21": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "andrew-lau.webp"
},
{
"fullName": "Minh Le",
"positions": {
"S22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "minh-le.webp"
},
{
"fullName": "Nguyen Le",
"positions": {
"S22": {
"title": "Data Analyst",
"tier": 7
}
},
"picture": "nguyen-le.webp"
},
{
"fullName": "Tommy Le",
"positions": {
"F21": {
"title": "Treasurer",
"tier": 4
},
"S22": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "tommy-le.webp"
},
{
"fullName": "Eugene Lee",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
},
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "eugene-lee.webp"
},
{
"fullName": "Nolan Lee",
"positions": {
"S22": {
"title": "Historian",
"tier": 12
}
},
"picture": "nolan-lee.webp"
},
{
"fullName": "Aaron Lieberman",
"positions": {
"S21": {
"title": "Internal Vice President, nodebuds Officer",
"tier": 2
},
"F21": {
"title": "President, nodebuds Officer",
"tier": 0
},
"S22": {
"title": "President, nodebuds Officer",
"tier": 0
},
"F22": {
"title": "Special Events Team Lead",
"tier": 24
}
},
"picture": "aaron-lieberman.webp"
},
{
"fullName": "Shaleen Mathur",
"positions": {
"S21": {
"title": "Workshop Manager",
"tier": 6
}
},
"picture": "shaleen-mathur.webp"
},
{
"fullName": "Ean McGilvery",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "ean-mcgilvery.webp"
},
{
"fullName": "Jorge Mejia",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
},
"S22": {
"title": "Dev Officer",
"tier": 21
},
"F22": {
"title": "Design Officer",
"tier": 17
}
},
"picture": "jorge-mejia.webp"
},
{
"fullName": "Serena Naranjo",
"positions": {
"F21": {
"title": "Create Officer",
"tier": 17
},
"S22": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "serena-naranjo.webp"
},
{
"fullName": "Dalisa Nguyen",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "dalisa-nguyen.webp"
},
{
"fullName": "Kayla Nguyen",
"positions": {
"F21": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "kayla-nguyen.webp"
},
{
"fullName": "Jacob Nguyen",
"positions": {
"S21": {
"title": "President, Create Director, nodebuds Officer",
"tier": 0
},
"F22": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "jacob-nguyen.webp"
},
{
"fullName": "Taylor Noh",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
},
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "taylor-noh.webp"
},
{
"fullName": "Kirsten Ochoa",
"positions": {
"S22": {
"title": "Create Project Developer",
"tier": 18
},
"F22": {
"title": "Design Officer",
"tier": 18
}
},
"picture": "kirsten-ochoa.webp"
},
{
"fullName": "Mike Ploythai",
"positions": {
"S21": {
"title": "Create Officer",
"tier": 17
},
"F21": {
"title": "Create Director, Marketing Chair",
"tier": 16
},
"S22": {
"title": "Create President",
"tier": 16
}
},
"picture": "mike-ploythai.webp"
},
{
"fullName": "Stephanie Pocci",
"positions": {
"S22": {
"title": "Event Coordinator",
"tier": 9
},
"F22": {
"title": "Event Coordinator",
"tier": 9
}
},
"picture": "stephanie-pocci.webp"
},
{
"fullName": "Nicolas Renteria",
"positions": {
"S21": {
"title": "Marketing Chair",
"tier": 12
}
},
"picture": "nicolas-renteria.webp"
},
{
"fullName": "Wilbert Rodriguez",
"positions": {
"S21": {
"title": "Intern Program Manager",
"tier": 11
}
},
"picture": "wilbert-rodriguez.webp"
},
{
"fullName": "Samuel Sandoval",
"positions": {
"S21": {
"title": "Vice President, Dev Director",
"tier": 1
}
},
"picture": "samuel-sandoval.webp"
},
{
"fullName": "Kavit Sanghavi",
"positions": {
"S21": {
"title": "Algo Director",
"tier": 11
}
},
"picture": "kavit-sanghavi.webp"
},
{
"fullName": "Parth Sharma",
"positions": {
"S21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "parth-sharma.webp"
},
{
"fullName": "Justin Stitt",
"positions": {
"S22": {
"title": "Algo Officer",
"tier": 15
},
"F22": {
"title": "AI Team Lead",
"tier": 12
}
},
"picture": "justin-stitt.webp"
},
{
"fullName": "Johnson Tong",
"positions": {
"S21": {
"title": "Workshop Manager",
"tier": 6
}
},
"picture": "johnson-tong.webp"
},
{
"fullName": "Alex Truong",
"positions": {
"F21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "alex-truong.webp"
},
{
"fullName": "Daniel Truong",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
},
"F22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "daniel-truong.webp"
},
{
"fullName": "Samuel Valls",
"positions": {
"S21": {
"title": "Community Manager",
"tier": 10
},
"F21": {
"title": "Create Officer",
"tier": 17
},
"S22": {
"title": "Create Operations Manager",
"tier": 19
}
},
"picture": "samuel-valls.webp"
},
{
"fullName": "Karnikaa Velumani",
"positions": {
"F21": {
"title": "Vice President",
"tier": 1
},
"S22": {
"title": "Vice President",
"tier": 1
},
"F22": {
"title": "President",
"tier": 1
}
},
"picture": "karnikaa-velumani.webp"
},
{
"fullName": "Rina Watanabe",
"positions": {
"F21": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "rina-watanabe.webp"
},
{
"fullName": "Jason Wong",
"positions": {
"S22": {
"title": "Historian",
"tier": 13
},
"F22": {
"title": "Historian",
"tier": 11
}
},
"picture": "jason-wong.webp"
},
{
"fullName": "Alejandro Ramos",
"positions": {
"F22": {
"title": "Design Officer",
"tier": 17
}
},
"picture": "alejandro-ramos.webp"
},
{
"fullName": "Angel Santoyo",
"positions": {
"F22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "angel-santoyo.webp"
},
{
"fullName": "Charlie Taylor",
"positions": {
"F22": {
"title": "Dev Team Lead",
"tier": 20
}
},
"picture": "charlie-taylor.webp"
},
{
"fullName": "Yao Lin",
"positions": {
"F22": {
"title": "AI Officer",
"tier": 13
}
},
"picture": "yao-lin.webp"
},
{
"fullName": "Sara Sadek",
"positions": {
"F22": {
"title": "AI Officer",
"tier": 13
}
},
"picture": "placeholder.webp"
}
]
[
{
"fullName": "Armanul Ambia",
"positions": {
"S21": {
"title": "Dev Officer",
"tier": 21
},
"F21": {
"title": "Algo Director",
"tier": 14
},
"S22": {
"title": "Algo President",
"tier": 14
},
"F22": {
"title": "Algo Team Lead",
"tier": 14
}
},
"picture": "armanul-ambia.webp"
},
{
"fullName": "Jason Anthony",
"positions": {
"S21": {
"title": "Secretary",
"tier": 3
}
},
"picture": "jason-anthony.webp"
},
{
"fullName": "Angel Armendariz",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "angel-armendariz.webp"
},
{
"fullName": "Sami Bajwa",
"positions": {
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "Algo Officer, nodebuds Officer",
"tier": 15
},
"F22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "sami-bajwa.webp"
},
{
"fullName": "Johnathan Carranza",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "johnathan-carranza.webp"
},
{
"fullName": "Alan Cortez",
"positions": {
"S22": {
"title": "Create Officer",
"tier": 17
},
"F22": {
"title": "Design Team Lead",
"tier": 17
}
},
"picture": "alan-cortez.webp"
},
{
"fullName": "Wesley Chou",
"positions": {
"S21": {
"title": "Dev Officer",
"tier": 21
},
"F21": {
"title": "Dev Director",
"tier": 20
},
"S22": {
"title": "Dev President",
"tier": 20
},
"F22": {
"title": "Marketing Co-Lead",
"tier": 12
}
},
"picture": "wesley-chou.webp"
},
{
"fullName": "Ethan Davidson",
"positions": {
"S21": {
"title": "Webmaster",
"tier": 5
},
"F21": {
"title": "Webmaster",
"tier": 5
},
"S22": {
"title": "Webmaster",
"tier": 5
},
"F22": {
"title": "Vice President/Webmaster",
"tier": 2
}
},
"picture": "ethan-davidson.webp"
},
{
"fullName": "Kevin Dillon",
"positions": {
"S21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "kevin-dillon.webp"
},
{
"fullName": "Duc Dinh",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
},
"F22": {
"title": "Special Events Officer",
"tier": 24
}
},
"picture": "duc-dinh.webp"
},
{
"fullName": "Eduardo Gomez",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "eduardo-gomez.webp"
},
{
"fullName": "Nurhaliza Hassan",
"positions": {
"S22": {
"title": "Marketing Director",
"tier": 12
},
"F22": {
"title": "Marketing Co-Lead",
"tier": 12
}
},
"picture": "nurhaliza-hassan.webp"
},
{
"fullName": "Lisa Hong",
"positions": {
"S21": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "lisa-hong.webp"
},
{
"fullName": "Joshua Hughes",
"positions": {
"S21": {
"title": "ICC Representative",
"tier": 8
}
},
"picture": "joshua-hughes.webp"
},
{
"fullName": "Iftekharul Islam",
"positions": {
"S22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "iftekharul-islam.webp"
},
{
"fullName": "Ibrahim Israr",
"positions": {
"S22": {
"title": "Secretary",
"tier": 3
}
},
"picture": "ibrahim-israr.webp"
},
{
"fullName": "Joel Anil John",
"positions": {
"S22": {
"title": "Dev Officer",
"tier": 21
},
"F22": {
"title": "Algo Officer",
"tier": 21
}
},
"picture": "joel-anil-john.webp"
},
{
"fullName": "Andy Lasso",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "andy-lasso.webp"
},
{
"fullName": "Andrew Lau",
"positions": {
"S21": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "andrew-lau.webp"
},
{
"fullName": "Minh Le",
"positions": {
"S22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "minh-le.webp"
},
{
"fullName": "Nguyen Le",
"positions": {
"S22": {
"title": "Data Analyst",
"tier": 7
}
},
"picture": "nguyen-le.webp"
},
{
"fullName": "Tommy Le",
"positions": {
"F21": {
"title": "Treasurer",
"tier": 4
},
"S22": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "tommy-le.webp"
},
{
"fullName": "Eugene Lee",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
},
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "eugene-lee.webp"
},
{
"fullName": "Nolan Lee",
"positions": {
"S22": {
"title": "Historian",
"tier": 13
}
},
"picture": "nolan-lee.webp"
},
{
"fullName": "Aaron Lieberman",
"positions": {
"S21": {
"title": "Internal Vice President, nodebuds Officer",
"tier": 2
},
"F21": {
"title": "President, nodebuds Officer",
"tier": 0
},
"S22": {
"title": "President, nodebuds Officer",
"tier": 0
},
"F22": {
"title": "Special Events Team Lead",
"tier": 23
}
},
"picture": "aaron-lieberman.webp"
},
{
"fullName": "Shaleen Mathur",
"positions": {
"S21": {
"title": "Workshop Manager",
"tier": 6
}
},
"picture": "shaleen-mathur.webp"
},
{
"fullName": "Ean McGilvery",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "ean-mcgilvery.webp"
},
{
"fullName": "Jorge Mejia",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
},
"S22": {
"title": "Dev Officer",
"tier": 21
},
"F22": {
"title": "Design Officer",
"tier": 17
}
},
"picture": "jorge-mejia.webp"
},
{
"fullName": "Serena Naranjo",
"positions": {
"F21": {
"title": "Create Officer",
"tier": 17
},
"S22": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "serena-naranjo.webp"
},
{
"fullName": "Dalisa Nguyen",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "dalisa-nguyen.webp"
},
{
"fullName": "Kayla Nguyen",
"positions": {
"F21": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "kayla-nguyen.webp"
},
{
"fullName": "Jacob Nguyen",
"positions": {
"S21": {
"title": "President, Create Director, nodebuds Officer",
"tier": 0
},
"F22": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "jacob-nguyen.webp"
},
{
"fullName": "Taylor Noh",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
},
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "taylor-noh.webp"
},
{
"fullName": "Kirsten Ochoa",
"positions": {
"S22": {
"title": "Create Project Developer",
"tier": 18
},
"F22": {
"title": "Design Officer",
"tier": 18
}
},
"picture": "kirsten-ochoa.webp"
},
{
"fullName": "Mike Ploythai",
"positions": {
"S21": {
"title": "Create Officer",
"tier": 17
},
"F21": {
"title": "Create Director, Marketing Chair",
"tier": 16
},
"S22": {
"title": "Create President",
"tier": 16
}
},
"picture": "mike-ploythai.webp"
},
{
"fullName": "Stephanie Pocci",
"positions": {
"S22": {
"title": "Event Coordinator",
"tier": 9
},
"F22": {
"title": "Event Coordinator",
"tier": 9
}
},
"picture": "stephanie-pocci.webp"
},
{
"fullName": "Nicolas Renteria",
"positions": {
"S21": {
"title": "Marketing Chair",
"tier": 12
}
},
"picture": "nicolas-renteria.webp"
},
{
"fullName": "Wilbert Rodriguez",
"positions": {
"S21": {
"title": "Intern Program Manager",
"tier": 11
}
},
"picture": "wilbert-rodriguez.webp"
},
{
"fullName": "Samuel Sandoval",
"positions": {
"S21": {
"title": "Vice President, Dev Director",
"tier": 1
}
},
"picture": "samuel-sandoval.webp"
},
{
"fullName": "Kavit Sanghavi",
"positions": {
"S21": {
"title": "Algo Director",
"tier": 11
}
},
"picture": "kavit-sanghavi.webp"
},
{
"fullName": "Parth Sharma",
"positions": {
"S21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "parth-sharma.webp"
},
{
"fullName": "Justin Stitt",
"positions": {
"S22": {
"title": "Algo Officer",
"tier": 15
},
"F22": {
"title": "AI Team Lead",
"tier": 15
}
},
"picture": "justin-stitt.webp"
},
{
"fullName": "Johnson Tong",
"positions": {
"S21": {
"title": "Workshop Manager",
"tier": 6
}
},
"picture": "johnson-tong.webp"
},
{
"fullName": "Alex Truong",
"positions": {
"F21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "alex-truong.webp"
},
{
"fullName": "Daniel Truong",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
},
"F22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "daniel-truong.webp"
},
{
"fullName": "Samuel Valls",
"positions": {
"S21": {
"title": "Community Manager",
"tier": 10
},
"F21": {
"title": "Create Officer",
"tier": 17
},
"S22": {
"title": "Create Operations Manager",
"tier": 19
}
},
"picture": "samuel-valls.webp"
},
{
"fullName": "Karnikaa Velumani",
"positions": {
"F21": {
"title": "Vice President",
"tier": 1
},
"S22": {
"title": "Vice President",
"tier": 1
},
"F22": {
"title": "President",
"tier": 1
}
},
"picture": "karnikaa-velumani.webp"
},
{
"fullName": "Rina Watanabe",
"positions": {
"F21": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "rina-watanabe.webp"
},
{
"fullName": "Jason Wong",
"positions": {
"S22": {
"title": "Historian",
"tier": 13
},
"F22": {
"title": "Historian",
"tier": 13
}
},
"picture": "jason-wong.webp"
},
{
"fullName": "Alejandro Ramos",
"positions": {
"F22": {
"title": "Design Officer",
"tier": 17
}
},
"picture": "alejandro-ramos.webp"
},
{
"fullName": "Angel Santoyo",
"positions": {
"F22": {
"title": "Design Officer",
"tier": 21
}
},
"picture": "angel-santoyo.webp"
}
]
[
{
"fullName": "Armanul Ambia",
"positions": {
"S21": {
"title": "Dev Officer",
"tier": 21
},
"F21": {
"title": "Algo Director",
"tier": 14
},
"S22": {
"title": "Algo President",
"tier": 14
},
"F22": {
"title": "Algo Team Lead",
"tier": 14
}
},
"picture": "armanul-ambia.webp"
},
{
"fullName": "Jason Anthony",
"positions": {
"S21": {
"title": "Secretary",
"tier": 3
}
},
"picture": "jason-anthony.webp"
},
{
"fullName": "Angel Armendariz",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "angel-armendariz.webp"
},
{
"fullName": "Sami Bajwa",
"positions": {
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "Algo Officer, nodebuds Officer",
"tier": 15
},
"F22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "sami-bajwa.webp"
},
{
"fullName": "Johnathan Carranza",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "johnathan-carranza.webp"
},
{
"fullName": "Alan Cortez",
"positions": {
"S22": {
"title": "Create Officer",
"tier": 17
},
"F22": {
"title": "Design Team Lead",
"tier": 17
}
},
"picture": "alan-cortez.webp"
},
{
"fullName": "Wesley Chou",
"positions": {
"S21": {
"title": "Dev Officer",
"tier": 21
},
"F21": {
"title": "Dev Director",
"tier": 20
},
"S22": {
"title": "Dev President",
"tier": 20
},
"F22": {
"title": "Marketing Co-Lead",
"tier": 23
}
},
"picture": "wesley-chou.webp"
},
{
"fullName": "Ethan Davidson",
"positions": {
"S21": {
"title": "Webmaster",
"tier": 5
},
"F21": {
"title": "Webmaster",
"tier": 5
},
"S22": {
"title": "Webmaster",
"tier": 5
},
"F22": {
"title": "Vice President/Webmaster",
"tier": 2
}
},
"picture": "ethan-davidson.webp"
},
{
"fullName": "Kevin Dillon",
"positions": {
"S21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "kevin-dillon.webp"
},
{
"fullName": "Duc Dinh",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
},
"F22": {
"title": "Special Events Officer",
"tier": 25
}
},
"picture": "duc-dinh.webp"
},
{
"fullName": "Eduardo Gomez",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "eduardo-gomez.webp"
},
{
"fullName": "Nurhaliza Hassan",
"positions": {
"S22": {
"title": "Marketing Director",
"tier": 12
},
"F22": {
"title": "Marketing Co-Lead",
"tier": 23
}
},
"picture": "nurhaliza-hassan.webp"
},
{
"fullName": "Lisa Hong",
"positions": {
"S21": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "lisa-hong.webp"
},
{
"fullName": "Joshua Hughes",
"positions": {
"S21": {
"title": "ICC Representative",
"tier": 8
}
},
"picture": "joshua-hughes.webp"
},
{
"fullName": "Iftekharul Islam",
"positions": {
"S22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "iftekharul-islam.webp"
},
{
"fullName": "Ibrahim Israr",
"positions": {
"S22": {
"title": "Secretary",
"tier": 3
}
},
"picture": "ibrahim-israr.webp"
},
{
"fullName": "Joel Anil John",
"positions": {
"S22": {
"title": "Dev Officer",
"tier": 21
},
"F22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "joel-anil-john.webp"
},
{
"fullName": "Andy Lasso",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "andy-lasso.webp"
},
{
"fullName": "Andrew Lau",
"positions": {
"S21": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "andrew-lau.webp"
},
{
"fullName": "Minh Le",
"positions": {
"S22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "minh-le.webp"
},
{
"fullName": "Nguyen Le",
"positions": {
"S22": {
"title": "Data Analyst",
"tier": 7
}
},
"picture": "nguyen-le.webp"
},
{
"fullName": "Tommy Le",
"positions": {
"F21": {
"title": "Treasurer",
"tier": 4
},
"S22": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "tommy-le.webp"
},
{
"fullName": "Eugene Lee",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
},
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "eugene-lee.webp"
},
{
"fullName": "Nolan Lee",
"positions": {
"S22": {
"title": "Historian",
"tier": 12
}
},
"picture": "nolan-lee.webp"
},
{
"fullName": "Aaron Lieberman",
"positions": {
"S21": {
"title": "Internal Vice President, nodebuds Officer",
"tier": 2
},
"F21": {
"title": "President, nodebuds Officer",
"tier": 0
},
"S22": {
"title": "President, nodebuds Officer",
"tier": 0
},
"F22": {
"title": "Special Events Team Lead",
"tier": 24
}
},
"picture": "aaron-lieberman.webp"
},
{
"fullName": "Shaleen Mathur",
"positions": {
"S21": {
"title": "Workshop Manager",
"tier": 6
}
},
"picture": "shaleen-mathur.webp"
},
{
"fullName": "Ean McGilvery",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "ean-mcgilvery.webp"
},
{
"fullName": "Jorge Mejia",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
},
"S22": {
"title": "Dev Officer",
"tier": 21
},
"F22": {
"title": "Design Officer",
"tier": 17
}
},
"picture": "jorge-mejia.webp"
},
{
"fullName": "Serena Naranjo",
"positions": {
"F21": {
"title": "Create Officer",
"tier": 17
},
"S22": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "serena-naranjo.webp"
},
{
"fullName": "Dalisa Nguyen",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "dalisa-nguyen.webp"
},
{
"fullName": "Kayla Nguyen",
"positions": {
"F21": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "kayla-nguyen.webp"
},
{
"fullName": "Jacob Nguyen",
"positions": {
"S21": {
"title": "President, Create Director, nodebuds Officer",
"tier": 0
},
"F22": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "jacob-nguyen.webp"
},
{
"fullName": "Taylor Noh",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
},
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "taylor-noh.webp"
},
{
"fullName": "Kirsten Ochoa",
"positions": {
"S22": {
"title": "Create Project Developer",
"tier": 18
},
"F22": {
"title": "Design Officer",
"tier": 18
}
},
"picture": "kirsten-ochoa.webp"
},
{
"fullName": "Mike Ploythai",
"positions": {
"S21": {
"title": "Create Officer",
"tier": 17
},
"F21": {
"title": "Create Director, Marketing Chair",
"tier": 16
},
"S22": {
"title": "Create President",
"tier": 16
}
},
"picture": "mike-ploythai.webp"
},
{
"fullName": "Stephanie Pocci",
"positions": {
"S22": {
"title": "Event Coordinator",
"tier": 9
},
"F22": {
"title": "Event Coordinator",
"tier": 9
}
},
"picture": "stephanie-pocci.webp"
},
{
"fullName": "Nicolas Renteria",
"positions": {
"S21": {
"title": "Marketing Chair",
"tier": 12
}
},
"picture": "nicolas-renteria.webp"
},
{
"fullName": "Wilbert Rodriguez",
"positions": {
"S21": {
"title": "Intern Program Manager",
"tier": 11
}
},
"picture": "wilbert-rodriguez.webp"
},
{
"fullName": "Samuel Sandoval",
"positions": {
"S21": {
"title": "Vice President, Dev Director",
"tier": 1
}
},
"picture": "samuel-sandoval.webp"
},
{
"fullName": "Kavit Sanghavi",
"positions": {
"S21": {
"title": "Algo Director",
"tier": 11
}
},
"picture": "kavit-sanghavi.webp"
},
{
"fullName": "Parth Sharma",
"positions": {
"S21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "parth-sharma.webp"
},
{
"fullName": "Justin Stitt",
"positions": {
"S22": {
"title": "Algo Officer",
"tier": 15
},
"F22": {
"title": "AI Team Lead",
"tier": 12
}
},
"picture": "justin-stitt.webp"
},
{
"fullName": "Johnson Tong",
"positions": {
"S21": {
"title": "Workshop Manager",
"tier": 6
}
},
"picture": "johnson-tong.webp"
},
{
"fullName": "Alex Truong",
"positions": {
"F21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "alex-truong.webp"
},
{
"fullName": "Daniel Truong",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
},
"F22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "daniel-truong.webp"
},
{
"fullName": "Samuel Valls",
"positions": {
"S21": {
"title": "Community Manager",
"tier": 10
},
"F21": {
"title": "Create Officer",
"tier": 17
},
"S22": {
"title": "Create Operations Manager",
"tier": 19
}
},
"picture": "samuel-valls.webp"
},
{
"fullName": "Karnikaa Velumani",
"positions": {
"F21": {
"title": "Vice President",
"tier": 1
},
"S22": {
"title": "Vice President",
"tier": 1
},
"F22": {
"title": "President",
"tier": 1
}
},
"picture": "karnikaa-velumani.webp"
},
{
"fullName": "Rina Watanabe",
"positions": {
"F21": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "rina-watanabe.webp"
},
{
"fullName": "Jason Wong",
"positions": {
"S22": {
"title": "Historian",
"tier": 13
},
"F22": {
"title": "Historian",
"tier": 11
}
},
"picture": "jason-wong.webp"
},
{
"fullName": "Alejandro Ramos",
"positions": {
"F22": {
"title": "Design Officer",
"tier": 17
}
},
"picture": "alejandro-ramos.webp"
},
{
"fullName": "Angel Santoyo",
"positions": {
"F22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "angel-santoyo.webp"
},
{
"fullName": "Charlie Taylor",
"positions": {
"F22": {
"title": "Dev Team Lead",
"tier": 20
}
},
"picture": "charlie-taylor.webp"
},
{
"fullName": "Yao Lin",
"positions": {
"F22": {
"title": "AI Officer",
"tier": 13
}
},
"picture": "yao-lin.webp"
},
{
"fullName": "Yao Lin",
"positions": {
"F22": {
"title": "AI Officer",
"tier": 13
}
},
"picture": "yao-lin.webp"
}
]
[
{
"fullName": "Armanul Ambia",
"positions": {
"S21": {
"title": "Dev Officer",
"tier": 21
},
"F21": {
"title": "Algo Director",
"tier": 14
},
"S22": {
"title": "Algo President",
"tier": 14
},
"F22": {
"title": "Algo Team Lead",
"tier": 14
}
},
"picture": "armanul-ambia.webp"
},
{
"fullName": "Jason Anthony",
"positions": {
"S21": {
"title": "Secretary",
"tier": 3
}
},
"picture": "jason-anthony.webp"
},
{
"fullName": "Angel Armendariz",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "angel-armendariz.webp"
},
{
"fullName": "Sami Bajwa",
"positions": {
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "Algo Officer, nodebuds Officer",
"tier": 15
},
"F22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "sami-bajwa.webp"
},
{
"fullName": "Johnathan Carranza",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "johnathan-carranza.webp"
},
{
"fullName": "Alan Cortez",
"positions": {
"S22": {
"title": "Create Officer",
"tier": 17
},
"F22": {
"title": "Design Team Lead",
"tier": 17
}
},
"picture": "alan-cortez.webp"
},
{
"fullName": "Wesley Chou",
"positions": {
"S21": {
"title": "Dev Officer",
"tier": 21
},
"F21": {
"title": "Dev Director",
"tier": 20
},
"S22": {
"title": "Dev President",
"tier": 20
},
"F22": {
"title": "Marketing Co-Lead",
"tier": 12
}
},
"picture": "wesley-chou.webp"
},
{
"fullName": "Ethan Davidson",
"positions": {
"S21": {
"title": "Webmaster",
"tier": 5
},
"F21": {
"title": "Webmaster",
"tier": 5
},
"S22": {
"title": "Webmaster",
"tier": 5
},
"F22": {
"title": "Vice President/Webmaster",
"tier": 2
}
},
"picture": "ethan-davidson.webp"
},
{
"fullName": "Kevin Dillon",
"positions": {
"S21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "kevin-dillon.webp"
},
{
"fullName": "Duc Dinh",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "duc-dinh.webp"
},
{
"fullName": "Eduardo Gomez",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "eduardo-gomez.webp"
},
{
"fullName": "Nurhaliza Hassan",
"positions": {
"S22": {
"title": "Marketing Director",
"tier": 12
},
"F22": {
"title": "Marketing Co-Lead",
"tier": 12
}
},
"picture": "nurhaliza-hassan.webp"
},
{
"fullName": "Lisa Hong",
"positions": {
"S21": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "lisa-hong.webp"
},
{
"fullName": "Joshua Hughes",
"positions": {
"S21": {
"title": "ICC Representative",
"tier": 8
}
},
"picture": "joshua-hughes.webp"
},
{
"fullName": "Iftekharul Islam",
"positions": {
"S22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "iftekharul-islam.webp"
},
{
"fullName": "Ibrahim Israr",
"positions": {
"S22": {
"title": "Secretary",
"tier": 3
}
},
"picture": "ibrahim-israr.webp"
},
{
"fullName": "Joel Anil John",
"positions": {
"S22": {
"title": "Dev Officer",
"tier": 21
},
"F22": {
"title": "Algo Officer",
"tier": 21
}
},
"picture": "joel-anil-john.webp"
},
{
"fullName": "Andy Lasso",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "andy-lasso.webp"
},
{
"fullName": "Andrew Lau",
"positions": {
"S21": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "andrew-lau.webp"
},
{
"fullName": "Minh Le",
"positions": {
"S22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "minh-le.webp"
},
{
"fullName": "Nguyen Le",
"positions": {
"S22": {
"title": "Data Analyst",
"tier": 7
}
},
"picture": "nguyen-le.webp"
},
{
"fullName": "Tommy Le",
"positions": {
"F21": {
"title": "Treasurer",
"tier": 4
},
"S22": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "tommy-le.webp"
},
{
"fullName": "Eugene Lee",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
},
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "eugene-lee.webp"
},
{
"fullName": "Nolan Lee",
"positions": {
"S22": {
"title": "Historian",
"tier": 13
}
},
"picture": "nolan-lee.webp"
},
{
"fullName": "Aaron Lieberman",
"positions": {
"S21": {
"title": "Internal Vice President, nodebuds Officer",
"tier": 2
},
"F21": {
"title": "President, nodebuds Officer",
"tier": 0
},
"S22": {
"title": "President, nodebuds Officer",
"tier": 0
},
"F22": {
"title": "Special Events Team Lead",
"tier": 14
}
},
"picture": "aaron-lieberman.webp"
},
{
"fullName": "Shaleen Mathur",
"positions": {
"S21": {
"title": "Workshop Manager",
"tier": 6
}
},
"picture": "shaleen-mathur.webp"
},
{
"fullName": "Ean McGilvery",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "ean-mcgilvery.webp"
},
{
"fullName": "Jorge Mejia",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
},
"S22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "jorge-mejia.webp"
},
{
"fullName": "Serena Naranjo",
"positions": {
"F21": {
"title": "Create Officer",
"tier": 17
},
"S22": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "serena-naranjo.webp"
},
{
"fullName": "Dalisa Nguyen",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "dalisa-nguyen.webp"
},
{
"fullName": "Kayla Nguyen",
"positions": {
"F21": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "kayla-nguyen.webp"
},
{
"fullName": "Jacob Nguyen",
"positions": {
"S21": {
"title": "President, Create Director, nodebuds Officer",
"tier": 0
},
"F22": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "jacob-nguyen.webp"
},
{
"fullName": "Taylor Noh",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
},
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "taylor-noh.webp"
},
{
"fullName": "Kirsten Ochoa",
"positions": {
"S22": {
"title": "Create Project Developer",
"tier": 18
},
"F22": {
"title": "Design Officer",
"tier": 18
}
},
"picture": "kirsten-ochoa.webp"
},
{
"fullName": "Mike Ploythai",
"positions": {
"S21": {
"title": "Create Officer",
"tier": 17
},
"F21": {
"title": "Create Director, Marketing Chair",
"tier": 16
},
"S22": {
"title": "Create President",
"tier": 16
}
},
"picture": "mike-ploythai.webp"
},
{
"fullName": "Stephanie Pocci",
"positions": {
"S22": {
"title": "Event Coordinator",
"tier": 9
},
"F22": {
"title": "Event Coordinator",
"tier": 9
}
},
"picture": "stephanie-pocci.webp"
},
{
"fullName": "Nicolas Renteria",
"positions": {
"S21": {
"title": "Marketing Chair",
"tier": 12
}
},
"picture": "nicolas-renteria.webp"
},
{
"fullName": "Wilbert Rodriguez",
"positions": {
"S21": {
"title": "Intern Program Manager",
"tier": 11
}
},
"picture": "wilbert-rodriguez.webp"
},
{
"fullName": "Samuel Sandoval",
"positions": {
"S21": {
"title": "Vice President, Dev Director",
"tier": 1
}
},
"picture": "samuel-sandoval.webp"
},
{
"fullName": "Kavit Sanghavi",
"positions": {
"S21": {
"title": "Algo Director",
"tier": 11
}
},
"picture": "kavit-sanghavi.webp"
},
{
"fullName": "Parth Sharma",
"positions": {
"S21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "parth-sharma.webp"
},
{
"fullName": "Justin Stitt",
"positions": {
"S22": {
"title": "Algo Officer",
"tier": 15
},
"F22": {
"title": "AI Team Lead",
"tier": 15
}
},
"picture": "justin-stitt.webp"
},
{
"fullName": "Johnson Tong",
"positions": {
"S21": {
"title": "Workshop Manager",
"tier": 6
}
},
"picture": "johnson-tong.webp"
},
{
"fullName": "Alex Truong",
"positions": {
"F21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "alex-truong.webp"
},
{
"fullName": "Daniel Truong",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
},
"F22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "daniel-truong.webp"
},
{
"fullName": "Samuel Valls",
"positions": {
"S21": {
"title": "Community Manager",
"tier": 10
},
"F21": {
"title": "Create Officer",
"tier": 17
},
"S22": {
"title": "Create Operations Manager",
"tier": 19
}
},
"picture": "samuel-valls.webp"
},
{
"fullName": "Karnikaa Velumani",
"positions": {
"F21": {
"title": "Vice President",
"tier": 1
},
"S22": {
"title": "Vice President",
"tier": 1
},
"F22": {
"title": "President",
"tier": 1
}
},
"picture": "karnikaa-velumani.webp"
},
{
"fullName": "Rina Watanabe",
"positions": {
"F21": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "rina-watanabe.webp"
},
{
"fullName": "Jason Wong",
"positions": {
"S22": {
"title": "Historian",
"tier": 13
},
"F22": {
"title": "Historian",
"tier": 13
}
},
"picture": "jason-wong.webp"
}
]
[
{
"fullName": "Armanul Ambia",
"positions": {
"S21": {
"title": "Dev Officer",
"tier": 21
},
"F21": {
"title": "Algo Director",
"tier": 14
},
"S22": {
"title": "Algo President",
"tier": 14
},
"F22": {
"title": "Algo Team Lead",
"tier": 14
}
},
"picture": "armanul-ambia.webp"
},
{
"fullName": "Jason Anthony",
"positions": {
"S21": {
"title": "Secretary",
"tier": 3
}
},
"picture": "jason-anthony.webp"
},
{
"fullName": "Angel Armendariz",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "angel-armendariz.webp"
},
{
"fullName": "Sami Bajwa",
"positions": {
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "Algo Officer, nodebuds Officer",
"tier": 15
},
"F22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "sami-bajwa.webp"
},
{
"fullName": "Johnathan Carranza",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "johnathan-carranza.webp"
},
{
"fullName": "Alan Cortez",
"positions": {
"S22": {
"title": "Create Officer",
"tier": 17
},
"F22": {
"title": "Design Team Lead",
"tier": 17
}
},
"picture": "alan-cortez.webp"
},
{
"fullName": "Wesley Chou",
"positions": {
"S21": {
"title": "Dev Officer",
"tier": 21
},
"F21": {
"title": "Dev Director",
"tier": 20
},
"S22": {
"title": "Dev President",
"tier": 20
},
"F22": {
"title": "Marketing Co-Lead",
"tier": 12
}
},
"picture": "wesley-chou.webp"
},
{
"fullName": "Ethan Davidson",
"positions": {
"S21": {
"title": "Webmaster",
"tier": 5
},
"F21": {
"title": "Webmaster",
"tier": 5
},
"S22": {
"title": "Webmaster",
"tier": 5
},
"F22": {
"title": "Vice President/Webmaster",
"tier": 2
}
},
"picture": "ethan-davidson.webp"
},
{
"fullName": "Kevin Dillon",
"positions": {
"S21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "kevin-dillon.webp"
},
{
"fullName": "Duc Dinh",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
},
"F22": {
"title": "Special Events Officer",
"tier": 24
}
},
"picture": "duc-dinh.webp"
},
{
"fullName": "Eduardo Gomez",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "eduardo-gomez.webp"
},
{
"fullName": "Nurhaliza Hassan",
"positions": {
"S22": {
"title": "Marketing Director",
"tier": 12
},
"F22": {
"title": "Marketing Co-Lead",
"tier": 12
}
},
"picture": "nurhaliza-hassan.webp"
},
{
"fullName": "Lisa Hong",
"positions": {
"S21": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "lisa-hong.webp"
},
{
"fullName": "Joshua Hughes",
"positions": {
"S21": {
"title": "ICC Representative",
"tier": 8
}
},
"picture": "joshua-hughes.webp"
},
{
"fullName": "Iftekharul Islam",
"positions": {
"S22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "iftekharul-islam.webp"
},
{
"fullName": "Ibrahim Israr",
"positions": {
"S22": {
"title": "Secretary",
"tier": 3
}
},
"picture": "ibrahim-israr.webp"
},
{
"fullName": "Joel Anil John",
"positions": {
"S22": {
"title": "Dev Officer",
"tier": 21
},
"F22": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "joel-anil-john.webp"
},
{
"fullName": "Andy Lasso",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "andy-lasso.webp"
},
{
"fullName": "Andrew Lau",
"positions": {
"S21": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "andrew-lau.webp"
},
{
"fullName": "Minh Le",
"positions": {
"S22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "minh-le.webp"
},
{
"fullName": "Nguyen Le",
"positions": {
"S22": {
"title": "Data Analyst",
"tier": 7
}
},
"picture": "nguyen-le.webp"
},
{
"fullName": "Tommy Le",
"positions": {
"F21": {
"title": "Treasurer",
"tier": 4
},
"S22": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "tommy-le.webp"
},
{
"fullName": "Eugene Lee",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
},
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "eugene-lee.webp"
},
{
"fullName": "Nolan Lee",
"positions": {
"S22": {
"title": "Historian",
"tier": 13
}
},
"picture": "nolan-lee.webp"
},
{
"fullName": "Aaron Lieberman",
"positions": {
"S21": {
"title": "Internal Vice President, nodebuds Officer",
"tier": 2
},
"F21": {
"title": "President, nodebuds Officer",
"tier": 0
},
"S22": {
"title": "President, nodebuds Officer",
"tier": 0
},
"F22": {
"title": "Special Events Team Lead",
"tier": 23
}
},
"picture": "aaron-lieberman.webp"
},
{
"fullName": "Shaleen Mathur",
"positions": {
"S21": {
"title": "Workshop Manager",
"tier": 6
}
},
"picture": "shaleen-mathur.webp"
},
{
"fullName": "Ean McGilvery",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "ean-mcgilvery.webp"
},
{
"fullName": "Jorge Mejia",
"positions": {
"F21": {
"title": "Dev Officer",
"tier": 21
},
"S22": {
"title": "Dev Officer",
"tier": 21
},
"F22": {
"title": "Design Officer",
"tier": 17
}
},
"picture": "jorge-mejia.webp"
},
{
"fullName": "Serena Naranjo",
"positions": {
"F21": {
"title": "Create Officer",
"tier": 17
},
"S22": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "serena-naranjo.webp"
},
{
"fullName": "Dalisa Nguyen",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "dalisa-nguyen.webp"
},
{
"fullName": "Kayla Nguyen",
"positions": {
"F21": {
"title": "Create Officer",
"tier": 17
}
},
"picture": "kayla-nguyen.webp"
},
{
"fullName": "Jacob Nguyen",
"positions": {
"S21": {
"title": "President, Create Director, nodebuds Officer",
"tier": 0
},
"F22": {
"title": "Treasurer",
"tier": 4
}
},
"picture": "jacob-nguyen.webp"
},
{
"fullName": "Taylor Noh",
"positions": {
"S21": {
"title": "nodebuds Officer",
"tier": 23
},
"F21": {
"title": "nodebuds Officer",
"tier": 23
},
"S22": {
"title": "nodebuds Officer",
"tier": 23
}
},
"picture": "taylor-noh.webp"
},
{
"fullName": "Kirsten Ochoa",
"positions": {
"S22": {
"title": "Create Project Developer",
"tier": 18
},
"F22": {
"title": "Design Officer",
"tier": 18
}
},
"picture": "kirsten-ochoa.webp"
},
{
"fullName": "Mike Ploythai",
"positions": {
"S21": {
"title": "Create Officer",
"tier": 17
},
"F21": {
"title": "Create Director, Marketing Chair",
"tier": 16
},
"S22": {
"title": "Create President",
"tier": 16
}
},
"picture": "mike-ploythai.webp"
},
{
"fullName": "Stephanie Pocci",
"positions": {
"S22": {
"title": "Event Coordinator",
"tier": 9
},
"F22": {
"title": "Event Coordinator",
"tier": 9
}
},
"picture": "stephanie-pocci.webp"
},
{
"fullName": "Nicolas Renteria",
"positions": {
"S21": {
"title": "Marketing Chair",
"tier": 12
}
},
"picture": "nicolas-renteria.webp"
},
{
"fullName": "Wilbert Rodriguez",
"positions": {
"S21": {
"title": "Intern Program Manager",
"tier": 11
}
},
"picture": "wilbert-rodriguez.webp"
},
{
"fullName": "Samuel Sandoval",
"positions": {
"S21": {
"title": "Vice President, Dev Director",
"tier": 1
}
},
"picture": "samuel-sandoval.webp"
},
{
"fullName": "Kavit Sanghavi",
"positions": {
"S21": {
"title": "Algo Director",
"tier": 11
}
},
"picture": "kavit-sanghavi.webp"
},
{
"fullName": "Parth Sharma",
"positions": {
"S21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "parth-sharma.webp"
},
{
"fullName": "Justin Stitt",
"positions": {
"S22": {
"title": "Algo Officer",
"tier": 15
},
"F22": {
"title": "AI Team Lead",
"tier": 15
}
},
"picture": "justin-stitt.webp"
},
{
"fullName": "Johnson Tong",
"positions": {
"S21": {
"title": "Workshop Manager",
"tier": 6
}
},
"picture": "johnson-tong.webp"
},
{
"fullName": "Alex Truong",
"positions": {
"F21": {
"title": "Algo Officer",
"tier": 15
}
},
"picture": "alex-truong.webp"
},
{
"fullName": "Daniel Truong",
"positions": {
"S22": {
"title": "Dev Project Manager",
"tier": 22
},
"F22": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "daniel-truong.webp"
},
{
"fullName": "Samuel Valls",
"positions": {
"S21": {
"title": "Community Manager",
"tier": 10
},
"F21": {
"title": "Create Officer",
"tier": 17
},
"S22": {
"title": "Create Operations Manager",
"tier": 19
}
},
"picture": "samuel-valls.webp"
},
{
"fullName": "Karnikaa Velumani",
"positions": {
"F21": {
"title": "Vice President",
"tier": 1
},
"S22": {
"title": "Vice President",
"tier": 1
},
"F22": {
"title": "President",
"tier": 1
}
},
"picture": "karnikaa-velumani.webp"
},
{
"fullName": "Rina Watanabe",
"positions": {
"F21": {
"title": "Dev Project Manager",
"tier": 22
}
},
"picture": "rina-watanabe.webp"
},
{
"fullName": "Jason Wong",
"positions": {
"S22": {
"title": "Historian",
"tier": 13
},
"F22": {
"title": "Historian",
"tier": 13
}
},
"picture": "jason-wong.webp"
},
{
"fullName": "Alejandro Ramos",
"positions": {
"F22": {
"title": "Design Officer",
"tier": 17
}
},
"picture": "alejandro-ramos.webp"
},
{
"fullName": "Angel Santoyo",
"positions": {
"F22": {
"title": "Dev Officer",
"tier": 21
}
},
"picture": "angel-santoyo.webp"
}
]
export const REGISTER_COMMAND = {
name: "Register",
description: "Get a registration link to register for the club",
};
{"version":1,"resource":"file:///c%3A/Users/Jason/Documents/Github/acm-registration/lib/commands.js","entries":[{"id":"Bb0V.json","timestamp":1660506386483},{"id":"r9N6.json","timestamp":1660506794052},{"id":"ZsV7.json","timestamp":1660509644937},{"id":"WKJ3.js","source":"renamed.source","timestamp":1660509774874}]}
{
"RegisterCommand": {
"name": "Register",
"description": "Get a registration link to register for the club"
}
}
export const REGISTER_COMMAND = {
name: "Register",
description: "Get a registration link to register for the club",
};
{"version":1,"resource":"file:///c%3A/Users/Jason/Documents/Github/CPSC-483-Project-3/messages.txt","entries":[{"id":"QtAp.txt","source":"textFileCreate.source","timestamp":1669017083165}]}
{"version":1,"resource":"file:///c%3A/Users/Jason/Desktop/linear%20regression/problem4_5.py","entries":[{"id":"hpw8.py","source":"textFileCreate.source","timestamp":1664528787936},{"id":"GXzg.py","timestamp":1664528811979},{"id":"GuOL.py","timestamp":1664528831353},{"id":"sJss.py","timestamp":1664529019788},{"id":"czMH.py","timestamp":1664529063070},{"id":"1ykP.py","timestamp":1664529080029},{"id":"Zv6p.py","timestamp":1664529129125},{"id":"PqHV.py","timestamp":1664529178858},{"id":"5tEV.py","timestamp":1664529214691},{"id":"ENMO.py","timestamp":1664529297447},{"id":"Drgm.py","source":"isort: Fix import sorting and/or formatting","timestamp":1664529343177},{"id":"R0Ij.py","source":"undoRedo.source","timestamp":1664529349384},{"id":"GS38.py","source":"isort: Fix import sorting and/or formatting","timestamp":1664529360950},{"id":"Cy8C.py","source":"renamed.source","timestamp":1664529380641}]}
{"version":1,"resource":"file:///c%3A/Users/Jason/Documents/Github/acm-registration/tsconfig.json","entries":[{"id":"YLHX.json","source":"Workspace Edit","timestamp":1660509779784}]}
{
"compilerOptions": {
"target": "es5",
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"noEmit": true,
"esModuleInterop": true,
"module": "esnext",
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"jsx": "preserve",
"incremental": true
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", "lib/commands.js"],
"exclude": ["node_modules"]
}
{"version":1,"resource":"file:///c%3A/Users/Jason/Documents/Github/acmcsuf.com/src/lib/components/about/officer-profile.svelte","entries":[{"id":"zAXm.svelte","timestamp":1661765532993},{"id":"GwQb.svelte","timestamp":1661765572990},{"id":"HfJA.svelte","source":"undoRedo.source","timestamp":1661765585062},{"id":"scGO.svelte","timestamp":1661765628469},{"id":"y4Xy.svelte","timestamp":1661765699147},{"id":"6h7r.svelte","timestamp":1661838343959}]}
{"version":1,"resource":"file:///c%3A/Users/Jason/Downloads/Assignment%202.ipynb","entries":[{"id":"dHjD.ipynb","timestamp":1666015391167},{"id":"Xv42.ipynb","timestamp":1666015409428},{"id":"l29J.ipynb","timestamp":1666015481802},{"id":"TRWv.ipynb","timestamp":1666015499091},{"id":"dnY4.ipynb","timestamp":1666015617072},{"id":"1CuL.ipynb","timestamp":1666015764712},{"id":"1WqO.ipynb","timestamp":1666015903302},{"id":"WeAZ.ipynb","timestamp":1666015954411}]}
{"version":1,"resource":"file:///c%3A/Users/Jason/Documents/Github/acm-registration/register_commands.py","entries":[{"id":"LcBz.py","timestamp":1660509477330},{"id":"suUg.py","source":"moved.source","timestamp":1660510305045},{"id":"tKzE.py","source":"undoRedo.source","timestamp":1660510327473},{"id":"UyvZ.py","timestamp":1660510329693}]}
{"version":1,"resource":"file:///c%3A/Users/Jason/Documents/Github/acmcsuf.com/src/lib/constants/officers.ts","entries":[{"id":"mLYf.ts","timestamp":1661761542802},{"id":"xlcR.ts","source":"undoRedo.source","timestamp":1661761547942},{"id":"gjB5.ts","timestamp":1661761567870},{"id":"vEj2.ts","timestamp":1661761583539},{"id":"REDf.ts","timestamp":1661761597964},{"id":"Zsxg.ts","timestamp":1661761654920}]}
{"version":1,"resource":"file:///c%3A/Users/Jason/Documents/Github/cpsc349-project2/src/input.css","entries":[{"id":"L0rr.css","timestamp":1667104955302}]}
{"version":1,"resource":"file:///c%3A/Users/Jason/Documents/Github/blog.jason-wong.me/.eleventy.js","entries":[{"id":"8hdU.js","timestamp":1673404244854}]}
{"version":1,"resource":"file:///c%3A/Users/Jason/Documents/Github/website-v2.5/components/About.tsx","entries":[{"id":"YIbq.tsx","timestamp":1659780261773},{"id":"e1sz.tsx","source":"undoRedo.source","timestamp":1659780271030},{"id":"ss6X.tsx","timestamp":1659780373181},{"id":"nQNX.tsx","timestamp":1659780472642},{"id":"3ORm.tsx","timestamp":1659780498865},{"id":"6m7J.tsx","timestamp":1659780520805},{"id":"bf9u.tsx","timestamp":1659780539214},{"id":"deuY.tsx","timestamp":1659780549691},{"id":"GOrL.tsx","timestamp":1659780564377},{"id":"EGjq.tsx","timestamp":1659780624013}]}
{"version":1,"resource":"file:///c%3A/Users/Jason/Documents/Github/jaasonw.github.io/files/resume.tex","entries":[{"id":"iJXt.tex","timestamp":1664054139487},{"id":"2OCA.tex","timestamp":1664054156171},{"id":"j4RB.tex","timestamp":1664054246852},{"id":"udEK.tex","timestamp":1664054271811},{"id":"B5xN.tex","timestamp":1664054283355},{"id":"rjUf.tex","timestamp":1664054364941},{"id":"0e73.tex","timestamp":1664054376596},{"id":"SRE6.tex","timestamp":1664054409216},{"id":"V5kC.tex","timestamp":1664054437880},{"id":"JmOB.tex","timestamp":1664199411554},{"id":"SCb8.tex","timestamp":1664199446432},{"id":"QTi5.tex","timestamp":1664199458843},{"id":"5N0V.tex","timestamp":1664199492944},{"id":"JoSn.tex","source":"undoRedo.source","timestamp":1664199501851},{"id":"ICQD.tex","timestamp":1664199525746},{"id":"OzEl.tex","timestamp":1664199558818},{"id":"lvt8.tex","timestamp":1664199572453},{"id":"gW8V.tex","timestamp":1664199649040},{"id":"sbn3.tex","timestamp":1664199733561},{"id":"Nqbt.tex","timestamp":1664199789168},{"id":"JG1i.tex","timestamp":1664199811968},{"id":"x8Rl.tex","timestamp":1664199847220},{"id":"QWCa.tex","timestamp":1664199903703},{"id":"yHa1.tex","source":"undoRedo.source","timestamp":1664199922538},{"id":"1CKt.tex","timestamp":1664199949010},{"id":"dbYP.tex","timestamp":1664199976889},{"id":"VB9W.tex","timestamp":1664199992118},{"id":"jH41.tex","timestamp":1664200015861},{"id":"058n.tex","timestamp":1664200058210},{"id":"qVJN.tex","timestamp":1664200094110},{"id":"tGad.tex","timestamp":1664200200519},{"id":"f7Sy.tex","timestamp":1664270155076},{"id":"8Jwt.tex","timestamp":1665308813493},{"id":"xRLc.tex","source":"undoRedo.source","timestamp":1665308815807},{"id":"ksdi.tex","timestamp":1665308917502},{"id":"z6SD.tex","timestamp":1665633348207},{"id":"qWj5.tex","timestamp":1665633380014},{"id":"UjFY.tex","timestamp":1672178929174},{"id":"Fi6R.tex","timestamp":1672178978033},{"id":"wqBa.tex","timestamp":1672179045301},{"id":"TVtK.tex","timestamp":1672179080678},{"id":"tjmg.tex","source":"undoRedo.source","timestamp":1672179092018},{"id":"VGf9.tex","timestamp":1674128186034},{"id":"pRyZ.tex","source":"undoRedo.source","timestamp":1674128187216},{"id":"JqIg.tex","timestamp":1674128297233},{"id":"EYFp.tex","source":"undoRedo.source","timestamp":1674128298564},{"id":"d456.tex","timestamp":1674128309170},{"id":"DaAH.tex","source":"undoRedo.source","timestamp":1674128312469},{"id":"Wnrg.tex","source":"undoRedo.source","timestamp":1674128333085},{"id":"lsLW.tex","timestamp":1674128477670}]}
{"version":1,"resource":"file:///c%3A/Users/Jason/Documents/Github/cpsc349-project2/README.md","entries":[{"id":"9zSO.md","timestamp":1668318800613},{"id":"tGTb.md","source":"undoRedo.source","timestamp":1668318804110},{"id":"bhRT.md","timestamp":1668318832597},{"id":"956D.md","source":"undoRedo.source","timestamp":1668318833639}]}
{"version":1,"resource":"file:///c%3A/Users/Jason/Documents/Github/cpsc349-project2/html/app-index.html","entries":[{"id":"QxHV.html","source":"textFileCreate.source","timestamp":1668318369691},{"id":"Yn4h.html","source":"moved.source","timestamp":1668318407392},{"id":"SnYa.html","timestamp":1668318661819}]}
{"version":1,"resource":"file:///c%3A/Users/Jason/Documents/Github/website-v2.5/postcss.config.js","entries":[{"id":"11AE.js","timestamp":1659780404530},{"id":"rDCM.js","source":"undoRedo.source","timestamp":1659780423078},{"id":"BVBf.js","timestamp":1659780429629}]}
{"version":1,"resource":"file:///c%3A/Users/Jason/Documents/Github/acmcsuf.com/vite.config.js","entries":[{"id":"Z8UA.js","timestamp":1659331198220}]}
{"version":1,"resource":"file:///c%3A/Users/Jason/Documents/Github/acmcsuf.com/src/lib/components/sections/navbar.svelte","entries":[{"id":"HEiC.svelte","timestamp":1659333037850},{"id":"tB59.svelte","timestamp":1659333065840},{"id":"iV1i.svelte","source":"undoRedo.source","timestamp":1659333133242},{"id":"0ZfR.svelte","timestamp":1659333142847},{"id":"xS3H.svelte","timestamp":1659333167913},{"id":"QVBz.svelte","timestamp":1659333188485}]}
{"version":1,"resource":"file:///c%3A/Users/Jason/Documents/Github/spotify-new-music-sorter/src/config.py","entries":[{"id":"fa0X.py","timestamp":1672183339415},{"id":"XYsZ.py","timestamp":1672183768198}]}
{"version":1,"resource":"file:///c%3A/Users/Jason/.ssh/config","entries":[{"id":"em7i","timestamp":1664193991600}]}
{"version":1,"resource":"file:///c%3A/Users/Jason/Documents/Github/acmcsuf.com/.env","entries":[{"id":"ocBD","timestamp":1665812624800},{"id":"h8GK","timestamp":1665812644362},{"id":"AdtU","timestamp":1665812664546},{"id":"M1Zp","timestamp":1666992760774},{"id":"3DiM","timestamp":1666992813393},{"id":"7294","timestamp":1667083674224}]}
{"version":1,"resource":"file:///c%3A/Users/Jason/Documents/Github/svelte-tailwind-template/src/main.ts","entries":[{"id":"uRwm.ts","timestamp":1672186185153}]}
{
"$help": "https://aka.ms/terminal-documentation",
"$schema": "https://aka.ms/terminal-profiles-schema",
"actions": [
{
"command": "paste",
"keys": "ctrl+v"
},
{
"command": {
"action": "copy",
"singleLine": false
},
"keys": "ctrl+c"
},
{
"command": "find",
"keys": "ctrl+shift+f"
},
{
"command": {
"action": "splitPane",
"split": "auto",
"splitMode": "duplicate"
},
"keys": "alt+shift+d"
}
],
"copyFormatting": "none",
"copyOnSelect": false,
"defaultProfile": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"profiles": {
"defaults": {
"font": {
"face": "Cascadia Mono PL"
},
"backgroundImage": "G:/My Drive/images/wallpaper/img6533310003216502366.png",
"useAcrylic": true,
"opacity": 0.2
},
"list": [
{
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"hidden": false,
"name": "Windows PowerShell"
},
{
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
"hidden": false,
"name": "Command Prompt"
},
{
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
"hidden": false,
"name": "Azure Cloud Shell",
"source": "Windows.Terminal.Azure"
},
{
"guid": "{2c4de342-38b7-51cf-b940-2309a097f518}",
"hidden": false,
"name": "Ubuntu",
"source": "Windows.Terminal.Wsl"
},
{
"guid": "{65eefe43-3885-58ad-be71-ca6ad53cfcda}",
"hidden": false,
"name": "OracleLinux_8_6",
"source": "Windows.Terminal.Wsl"
}
]
},
"schemes": [
{
"background": "#0C0C0C",
"black": "#0C0C0C",
"blue": "#0037DA",
"brightBlack": "#767676",
"brightBlue": "#3B78FF",
"brightCyan": "#61D6D6",
"brightGreen": "#16C60C",
"brightPurple": "#B4009E",
"brightRed": "#E74856",
"brightWhite": "#F2F2F2",
"brightYellow": "#F9F1A5",
"cursorColor": "#FFFFFF",
"cyan": "#3A96DD",
"foreground": "#CCCCCC",
"green": "#13A10E",
"name": "Campbell",
"purple": "#881798",
"red": "#C50F1F",
"selectionBackground": "#FFFFFF",
"white": "#CCCCCC",
"yellow": "#C19C00"
},
{
"background": "#012456",
"black": "#0C0C0C",
"blue": "#0037DA",
"brightBlack": "#767676",
"brightBlue": "#3B78FF",
"brightCyan": "#61D6D6",
"brightGreen": "#16C60C",
"brightPurple": "#B4009E",
"brightRed": "#E74856",
"brightWhite": "#F2F2F2",
"brightYellow": "#F9F1A5",
"cursorColor": "#FFFFFF",
"cyan": "#3A96DD",
"foreground": "#CCCCCC",
"green": "#13A10E",
"name": "Campbell Powershell",
"purple": "#881798",
"red": "#C50F1F",
"selectionBackground": "#FFFFFF",
"white": "#CCCCCC",
"yellow": "#C19C00"
},
{
"background": "#282C34",
"black": "#282C34",
"blue": "#61AFEF",
"brightBlack": "#5A6374",
"brightBlue": "#61AFEF",
"brightCyan": "#56B6C2",
"brightGreen": "#98C379",
"brightPurple": "#C678DD",
"brightRed": "#E06C75",
"brightWhite": "#DCDFE4",
"brightYellow": "#E5C07B",
"cursorColor": "#FFFFFF",
"cyan": "#56B6C2",
"foreground": "#DCDFE4",
"green": "#98C379",
"name": "One Half Dark",
"purple": "#C678DD",
"red": "#E06C75",
"selectionBackground": "#FFFFFF",
"white": "#DCDFE4",
"yellow": "#E5C07B"
},
{
"background": "#FAFAFA",
"black": "#383A42",
"blue": "#0184BC",
"brightBlack": "#4F525D",
"brightBlue": "#61AFEF",
"brightCyan": "#56B5C1",
"brightGreen": "#98C379",
"brightPurple": "#C577DD",
"brightRed": "#DF6C75",
"brightWhite": "#FFFFFF",
"brightYellow": "#E4C07A",
"cursorColor": "#4F525D",
"cyan": "#0997B3",
"foreground": "#383A42",
"green": "#50A14F",
"name": "One Half Light",
"purple": "#A626A4",
"red": "#E45649",
"selectionBackground": "#FFFFFF",
"white": "#FAFAFA",
"yellow": "#C18301"
},
{
"background": "#002B36",
"black": "#002B36",
"blue": "#268BD2",
"brightBlack": "#073642",
"brightBlue": "#839496",
"brightCyan": "#93A1A1",
"brightGreen": "#586E75",
"brightPurple": "#6C71C4",
"brightRed": "#CB4B16",
"brightWhite": "#FDF6E3",
"brightYellow": "#657B83",
"cursorColor": "#FFFFFF",
"cyan": "#2AA198",
"foreground": "#839496",
"green": "#859900",
"name": "Solarized Dark",
"purple": "#D33682",
"red": "#DC322F",
"selectionBackground": "#FFFFFF",
"white": "#EEE8D5",
"yellow": "#B58900"
},
{
"background": "#FDF6E3",
"black": "#002B36",
"blue": "#268BD2",
"brightBlack": "#073642",
"brightBlue": "#839496",
"brightCyan": "#93A1A1",
"brightGreen": "#586E75",
"brightPurple": "#6C71C4",
"brightRed": "#CB4B16",
"brightWhite": "#FDF6E3",
"brightYellow": "#657B83",
"cursorColor": "#002B36",
"cyan": "#2AA198",
"foreground": "#657B83",
"green": "#859900",
"name": "Solarized Light",
"purple": "#D33682",
"red": "#DC322F",
"selectionBackground": "#FFFFFF",
"white": "#EEE8D5",
"yellow": "#B58900"
},
{
"background": "#000000",
"black": "#000000",
"blue": "#3465A4",
"brightBlack": "#555753",
"brightBlue": "#729FCF",
"brightCyan": "#34E2E2",
"brightGreen": "#8AE234",
"brightPurple": "#AD7FA8",
"brightRed": "#EF2929",
"brightWhite": "#EEEEEC",
"brightYellow": "#FCE94F",
"cursorColor": "#FFFFFF",
"cyan": "#06989A",
"foreground": "#D3D7CF",
"green": "#4E9A06",
"name": "Tango Dark",
"purple": "#75507B",
"red": "#CC0000",
"selectionBackground": "#FFFFFF",
"white": "#D3D7CF",
"yellow": "#C4A000"
},
{
"background": "#FFFFFF",
"black": "#000000",
"blue": "#3465A4",
"brightBlack": "#555753",
"brightBlue": "#729FCF",
"brightCyan": "#34E2E2",
"brightGreen": "#8AE234",
"brightPurple": "#AD7FA8",
"brightRed": "#EF2929",
"brightWhite": "#EEEEEC",
"brightYellow": "#FCE94F",
"cursorColor": "#000000",
"cyan": "#06989A",
"foreground": "#555753",
"green": "#4E9A06",
"name": "Tango Light",
"purple": "#75507B",
"red": "#CC0000",
"selectionBackground": "#FFFFFF",
"white": "#D3D7CF",
"yellow": "#C4A000"
},
{
"background": "#000000",
"black": "#000000",
"blue": "#000080",
"brightBlack": "#808080",
"brightBlue": "#0000FF",
"brightCyan": "#00FFFF",
"brightGreen": "#00FF00",
"brightPurple": "#FF00FF",
"brightRed": "#FF0000",
"brightWhite": "#FFFFFF",
"brightYellow": "#FFFF00",
"cursorColor": "#FFFFFF",
"cyan": "#008080",
"foreground": "#C0C0C0",
"green": "#008000",
"name": "Vintage",
"purple": "#800080",
"red": "#800000",
"selectionBackground": "#FFFFFF",
"white": "#C0C0C0",
"yellow": "#808000"
}
]
}
{
"$help": "https://aka.ms/terminal-documentation",
"$schema": "https://aka.ms/terminal-profiles-schema",
"actions": [
{
"command": "paste",
"keys": "ctrl+v"
},
{
"command": {
"action": "copy",
"singleLine": false
},
"keys": "ctrl+c"
},
{
"command": "find",
"keys": "ctrl+shift+f"
},
{
"command": {
"action": "splitPane",
"split": "auto",
"splitMode": "duplicate"
},
"keys": "alt+shift+d"
}
],
"copyFormatting": "none",
"copyOnSelect": false,
"defaultProfile": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"profiles": {
"defaults": {
"font": {
"face": "Cascadia Mono PL"
},
"backgroundImage": "G:My Driveimageswallpaperimg6533310003216502366.png"
},
"list": [
{
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"hidden": false,
"name": "Windows PowerShell"
},
{
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
"hidden": false,
"name": "Command Prompt"
},
{
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
"hidden": false,
"name": "Azure Cloud Shell",
"source": "Windows.Terminal.Azure"
},
{
"guid": "{2c4de342-38b7-51cf-b940-2309a097f518}",
"hidden": false,
"name": "Ubuntu",
"source": "Windows.Terminal.Wsl"
},
{
"guid": "{65eefe43-3885-58ad-be71-ca6ad53cfcda}",
"hidden": false,
"name": "OracleLinux_8_6",
"source": "Windows.Terminal.Wsl"
}
]
},
"schemes": [
{
"background": "#0C0C0C",
"black": "#0C0C0C",
"blue": "#0037DA",
"brightBlack": "#767676",
"brightBlue": "#3B78FF",
"brightCyan": "#61D6D6",
"brightGreen": "#16C60C",
"brightPurple": "#B4009E",
"brightRed": "#E74856",
"brightWhite": "#F2F2F2",
"brightYellow": "#F9F1A5",
"cursorColor": "#FFFFFF",
"cyan": "#3A96DD",
"foreground": "#CCCCCC",
"green": "#13A10E",
"name": "Campbell",
"purple": "#881798",
"red": "#C50F1F",
"selectionBackground": "#FFFFFF",
"white": "#CCCCCC",
"yellow": "#C19C00"
},
{
"background": "#012456",
"black": "#0C0C0C",
"blue": "#0037DA",
"brightBlack": "#767676",
"brightBlue": "#3B78FF",
"brightCyan": "#61D6D6",
"brightGreen": "#16C60C",
"brightPurple": "#B4009E",
"brightRed": "#E74856",
"brightWhite": "#F2F2F2",
"brightYellow": "#F9F1A5",
"cursorColor": "#FFFFFF",
"cyan": "#3A96DD",
"foreground": "#CCCCCC",
"green": "#13A10E",
"name": "Campbell Powershell",
"purple": "#881798",
"red": "#C50F1F",
"selectionBackground": "#FFFFFF",
"white": "#CCCCCC",
"yellow": "#C19C00"
},
{
"background": "#282C34",
"black": "#282C34",
"blue": "#61AFEF",
"brightBlack": "#5A6374",
"brightBlue": "#61AFEF",
"brightCyan": "#56B6C2",
"brightGreen": "#98C379",
"brightPurple": "#C678DD",
"brightRed": "#E06C75",
"brightWhite": "#DCDFE4",
"brightYellow": "#E5C07B",
"cursorColor": "#FFFFFF",
"cyan": "#56B6C2",
"foreground": "#DCDFE4",
"green": "#98C379",
"name": "One Half Dark",
"purple": "#C678DD",
"red": "#E06C75",
"selectionBackground": "#FFFFFF",
"white": "#DCDFE4",
"yellow": "#E5C07B"
},
{
"background": "#FAFAFA",
"black": "#383A42",
"blue": "#0184BC",
"brightBlack": "#4F525D",
"brightBlue": "#61AFEF",
"brightCyan": "#56B5C1",
"brightGreen": "#98C379",
"brightPurple": "#C577DD",
"brightRed": "#DF6C75",
"brightWhite": "#FFFFFF",
"brightYellow": "#E4C07A",
"cursorColor": "#4F525D",
"cyan": "#0997B3",
"foreground": "#383A42",
"green": "#50A14F",
"name": "One Half Light",
"purple": "#A626A4",
"red": "#E45649",
"selectionBackground": "#FFFFFF",
"white": "#FAFAFA",
"yellow": "#C18301"
},
{
"background": "#002B36",
"black": "#002B36",
"blue": "#268BD2",
"brightBlack": "#073642",
"brightBlue": "#839496",
"brightCyan": "#93A1A1",
"brightGreen": "#586E75",
"brightPurple": "#6C71C4",
"brightRed": "#CB4B16",
"brightWhite": "#FDF6E3",
"brightYellow": "#657B83",
"cursorColor": "#FFFFFF",
"cyan": "#2AA198",
"foreground": "#839496",
"green": "#859900",
"name": "Solarized Dark",
"purple": "#D33682",
"red": "#DC322F",
"selectionBackground": "#FFFFFF",
"white": "#EEE8D5",
"yellow": "#B58900"
},
{
"background": "#FDF6E3",
"black": "#002B36",
"blue": "#268BD2",
"brightBlack": "#073642",
"brightBlue": "#839496",
"brightCyan": "#93A1A1",
"brightGreen": "#586E75",
"brightPurple": "#6C71C4",
"brightRed": "#CB4B16",
"brightWhite": "#FDF6E3",
"brightYellow": "#657B83",
"cursorColor": "#002B36",
"cyan": "#2AA198",
"foreground": "#657B83",
"green": "#859900",
"name": "Solarized Light",
"purple": "#D33682",
"red": "#DC322F",
"selectionBackground": "#FFFFFF",
"white": "#EEE8D5",
"yellow": "#B58900"
},
{
"background": "#000000",
"black": "#000000",
"blue": "#3465A4",
"brightBlack": "#555753",
"brightBlue": "#729FCF",
"brightCyan": "#34E2E2",
"brightGreen": "#8AE234",
"brightPurple": "#AD7FA8",
"brightRed": "#EF2929",
"brightWhite": "#EEEEEC",
"brightYellow": "#FCE94F",
"cursorColor": "#FFFFFF",
"cyan": "#06989A",
"foreground": "#D3D7CF",
"green": "#4E9A06",
"name": "Tango Dark",
"purple": "#75507B",
"red": "#CC0000",
"selectionBackground": "#FFFFFF",
"white": "#D3D7CF",
"yellow": "#C4A000"
},
{
"background": "#FFFFFF",
"black": "#000000",
"blue": "#3465A4",
"brightBlack": "#555753",
"brightBlue": "#729FCF",
"brightCyan": "#34E2E2",
"brightGreen": "#8AE234",
"brightPurple": "#AD7FA8",
"brightRed": "#EF2929",
"brightWhite": "#EEEEEC",
"brightYellow": "#FCE94F",
"cursorColor": "#000000",
"cyan": "#06989A",
"foreground": "#555753",
"green": "#4E9A06",
"name": "Tango Light",
"purple": "#75507B",
"red": "#CC0000",
"selectionBackground": "#FFFFFF",
"white": "#D3D7CF",
"yellow": "#C4A000"
},
{
"background": "#000000",
"black": "#000000",
"blue": "#000080",
"brightBlack": "#808080",
"brightBlue": "#0000FF",
"brightCyan": "#00FFFF",
"brightGreen": "#00FF00",
"brightPurple": "#FF00FF",
"brightRed": "#FF0000",
"brightWhite": "#FFFFFF",
"brightYellow": "#FFFF00",
"cursorColor": "#FFFFFF",
"cyan": "#008080",
"foreground": "#C0C0C0",
"green": "#008000",
"name": "Vintage",
"purple": "#800080",
"red": "#800000",
"selectionBackground": "#FFFFFF",
"white": "#C0C0C0",
"yellow": "#808000"
}
]
}
{
"$help": "https://aka.ms/terminal-documentation",
"$schema": "https://aka.ms/terminal-profiles-schema",
"actions": [
{
"command": "paste",
"keys": "ctrl+v"
},
{
"command": {
"action": "copy",
"singleLine": false
},
"keys": "ctrl+c"
},
{
"command": "find",
"keys": "ctrl+shift+f"
},
{
"command": {
"action": "splitPane",
"split": "auto",
"splitMode": "duplicate"
},
"keys": "alt+shift+d"
}
],
"copyFormatting": "none",
"copyOnSelect": false,
"defaultProfile": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"profiles": {
"defaults": {
"font": {
"face": "Cascadia Mono PL"
},
"backgroundImage": "G:/My Drive/images/wallpaper/229425.jpg",
"useAcrylic": true,
"backgroundImageOpacity": 0.3
},
"list": [
{
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"hidden": false,
"name": "Windows PowerShell"
},
{
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
"hidden": false,
"name": "Command Prompt"
},
{
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
"hidden": false,
"name": "Azure Cloud Shell",
"source": "Windows.Terminal.Azure"
},
{
"guid": "{2c4de342-38b7-51cf-b940-2309a097f518}",
"hidden": false,
"name": "Ubuntu",
"source": "Windows.Terminal.Wsl"
},
{
"guid": "{65eefe43-3885-58ad-be71-ca6ad53cfcda}",
"hidden": false,
"name": "OracleLinux_8_6",
"source": "Windows.Terminal.Wsl"
}
]
},
"schemes": [
{
"background": "#0C0C0C",
"black": "#0C0C0C",
"blue": "#0037DA",
"brightBlack": "#767676",
"brightBlue": "#3B78FF",
"brightCyan": "#61D6D6",
"brightGreen": "#16C60C",
"brightPurple": "#B4009E",
"brightRed": "#E74856",
"brightWhite": "#F2F2F2",
"brightYellow": "#F9F1A5",
"cursorColor": "#FFFFFF",
"cyan": "#3A96DD",
"foreground": "#CCCCCC",
"green": "#13A10E",
"name": "Campbell",
"purple": "#881798",
"red": "#C50F1F",
"selectionBackground": "#FFFFFF",
"white": "#CCCCCC",
"yellow": "#C19C00"
},
{
"background": "#012456",
"black": "#0C0C0C",
"blue": "#0037DA",
"brightBlack": "#767676",
"brightBlue": "#3B78FF",
"brightCyan": "#61D6D6",
"brightGreen": "#16C60C",
"brightPurple": "#B4009E",
"brightRed": "#E74856",
"brightWhite": "#F2F2F2",
"brightYellow": "#F9F1A5",
"cursorColor": "#FFFFFF",
"cyan": "#3A96DD",
"foreground": "#CCCCCC",
"green": "#13A10E",
"name": "Campbell Powershell",
"purple": "#881798",
"red": "#C50F1F",
"selectionBackground": "#FFFFFF",
"white": "#CCCCCC",
"yellow": "#C19C00"
},
{
"background": "#282C34",
"black": "#282C34",
"blue": "#61AFEF",
"brightBlack": "#5A6374",
"brightBlue": "#61AFEF",
"brightCyan": "#56B6C2",
"brightGreen": "#98C379",
"brightPurple": "#C678DD",
"brightRed": "#E06C75",
"brightWhite": "#DCDFE4",
"brightYellow": "#E5C07B",
"cursorColor": "#FFFFFF",
"cyan": "#56B6C2",
"foreground": "#DCDFE4",
"green": "#98C379",
"name": "One Half Dark",
"purple": "#C678DD",
"red": "#E06C75",
"selectionBackground": "#FFFFFF",
"white": "#DCDFE4",
"yellow": "#E5C07B"
},
{
"background": "#FAFAFA",
"black": "#383A42",
"blue": "#0184BC",
"brightBlack": "#4F525D",
"brightBlue": "#61AFEF",
"brightCyan": "#56B5C1",
"brightGreen": "#98C379",
"brightPurple": "#C577DD",
"brightRed": "#DF6C75",
"brightWhite": "#FFFFFF",
"brightYellow": "#E4C07A",
"cursorColor": "#4F525D",
"cyan": "#0997B3",
"foreground": "#383A42",
"green": "#50A14F",
"name": "One Half Light",
"purple": "#A626A4",
"red": "#E45649",
"selectionBackground": "#FFFFFF",
"white": "#FAFAFA",
"yellow": "#C18301"
},
{
"background": "#002B36",
"black": "#002B36",
"blue": "#268BD2",
"brightBlack": "#073642",
"brightBlue": "#839496",
"brightCyan": "#93A1A1",
"brightGreen": "#586E75",
"brightPurple": "#6C71C4",
"brightRed": "#CB4B16",
"brightWhite": "#FDF6E3",
"brightYellow": "#657B83",
"cursorColor": "#FFFFFF",
"cyan": "#2AA198",
"foreground": "#839496",
"green": "#859900",
"name": "Solarized Dark",
"purple": "#D33682",
"red": "#DC322F",
"selectionBackground": "#FFFFFF",
"white": "#EEE8D5",
"yellow": "#B58900"
},
{
"background": "#FDF6E3",
"black": "#002B36",
"blue": "#268BD2",
"brightBlack": "#073642",
"brightBlue": "#839496",
"brightCyan": "#93A1A1",
"brightGreen": "#586E75",
"brightPurple": "#6C71C4",
"brightRed": "#CB4B16",
"brightWhite": "#FDF6E3",
"brightYellow": "#657B83",
"cursorColor": "#002B36",
"cyan": "#2AA198",
"foreground": "#657B83",
"green": "#859900",
"name": "Solarized Light",
"purple": "#D33682",
"red": "#DC322F",
"selectionBackground": "#FFFFFF",
"white": "#EEE8D5",
"yellow": "#B58900"
},
{
"background": "#000000",
"black": "#000000",
"blue": "#3465A4",
"brightBlack": "#555753",
"brightBlue": "#729FCF",
"brightCyan": "#34E2E2",
"brightGreen": "#8AE234",
"brightPurple": "#AD7FA8",
"brightRed": "#EF2929",
"brightWhite": "#EEEEEC",
"brightYellow": "#FCE94F",
"cursorColor": "#FFFFFF",
"cyan": "#06989A",
"foreground": "#D3D7CF",
"green": "#4E9A06",
"name": "Tango Dark",
"purple": "#75507B",
"red": "#CC0000",
"selectionBackground": "#FFFFFF",
"white": "#D3D7CF",
"yellow": "#C4A000"
},
{
"background": "#FFFFFF",
"black": "#000000",
"blue": "#3465A4",
"brightBlack": "#555753",
"brightBlue": "#729FCF",
"brightCyan": "#34E2E2",
"brightGreen": "#8AE234",
"brightPurple": "#AD7FA8",
"brightRed": "#EF2929",
"brightWhite": "#EEEEEC",
"brightYellow": "#FCE94F",
"cursorColor": "#000000",
"cyan": "#06989A",
"foreground": "#555753",
"green": "#4E9A06",
"name": "Tango Light",
"purple": "#75507B",
"red": "#CC0000",
"selectionBackground": "#FFFFFF",
"white": "#D3D7CF",
"yellow": "#C4A000"
},
{
"background": "#000000",
"black": "#000000",
"blue": "#000080",
"brightBlack": "#808080",
"brightBlue": "#0000FF",
"brightCyan": "#00FFFF",
"brightGreen": "#00FF00",
"brightPurple": "#FF00FF",
"brightRed": "#FF0000",
"brightWhite": "#FFFFFF",
"brightYellow": "#FFFF00",
"cursorColor": "#FFFFFF",
"cyan": "#008080",
"foreground": "#C0C0C0",
"green": "#008000",
"name": "Vintage",
"purple": "#800080",
"red": "#800000",
"selectionBackground": "#FFFFFF",
"white": "#C0C0C0",
"yellow": "#808000"
}
]
}
{
"$help": "https://aka.ms/terminal-documentation",
"$schema": "https://aka.ms/terminal-profiles-schema",
"actions": [
{
"command": "paste",
"keys": "ctrl+v"
},
{
"command": {
"action": "copy",
"singleLine": false
},
"keys": "ctrl+c"
},
{
"command": "find",
"keys": "ctrl+shift+f"
},
{
"command": {
"action": "splitPane",
"split": "auto",
"splitMode": "duplicate"
},
"keys": "alt+shift+d"
}
],
"copyFormatting": "none",
"copyOnSelect": false,
"defaultProfile": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"profiles": {
"defaults": {
"font": {
"face": "Cascadia Mono PL"
},
"backgroundImage": "G:/My Drive/images/wallpaper/229425.jpg",
"useAcrylic": true,
"backgroundImageOpacity": 0.3,
"opacity": 80
},
"list": [
{
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"hidden": false,
"name": "Windows PowerShell"
},
{
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
"hidden": false,
"name": "Command Prompt"
},
{
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
"hidden": false,
"name": "Azure Cloud Shell",
"source": "Windows.Terminal.Azure"
},
{
"guid": "{2c4de342-38b7-51cf-b940-2309a097f518}",
"hidden": false,
"name": "Ubuntu",
"source": "Windows.Terminal.Wsl"
},
{
"guid": "{65eefe43-3885-58ad-be71-ca6ad53cfcda}",
"hidden": false,
"name": "OracleLinux_8_6",
"source": "Windows.Terminal.Wsl"
}
]
},
"schemes": [
{
"background": "#0C0C0C",
"black": "#0C0C0C",
"blue": "#0037DA",
"brightBlack": "#767676",
"brightBlue": "#3B78FF",
"brightCyan": "#61D6D6",
"brightGreen": "#16C60C",
"brightPurple": "#B4009E",
"brightRed": "#E74856",
"brightWhite": "#F2F2F2",
"brightYellow": "#F9F1A5",
"cursorColor": "#FFFFFF",
"cyan": "#3A96DD",
"foreground": "#CCCCCC",
"green": "#13A10E",
"name": "Campbell",
"purple": "#881798",
"red": "#C50F1F",
"selectionBackground": "#FFFFFF",
"white": "#CCCCCC",
"yellow": "#C19C00"
},
{
"background": "#012456",
"black": "#0C0C0C",
"blue": "#0037DA",
"brightBlack": "#767676",
"brightBlue": "#3B78FF",
"brightCyan": "#61D6D6",
"brightGreen": "#16C60C",
"brightPurple": "#B4009E",
"brightRed": "#E74856",
"brightWhite": "#F2F2F2",
"brightYellow": "#F9F1A5",
"cursorColor": "#FFFFFF",
"cyan": "#3A96DD",
"foreground": "#CCCCCC",
"green": "#13A10E",
"name": "Campbell Powershell",
"purple": "#881798",
"red": "#C50F1F",
"selectionBackground": "#FFFFFF",
"white": "#CCCCCC",
"yellow": "#C19C00"
},
{
"background": "#282C34",
"black": "#282C34",
"blue": "#61AFEF",
"brightBlack": "#5A6374",
"brightBlue": "#61AFEF",
"brightCyan": "#56B6C2",
"brightGreen": "#98C379",
"brightPurple": "#C678DD",
"brightRed": "#E06C75",
"brightWhite": "#DCDFE4",
"brightYellow": "#E5C07B",
"cursorColor": "#FFFFFF",
"cyan": "#56B6C2",
"foreground": "#DCDFE4",
"green": "#98C379",
"name": "One Half Dark",
"purple": "#C678DD",
"red": "#E06C75",
"selectionBackground": "#FFFFFF",
"white": "#DCDFE4",
"yellow": "#E5C07B"
},
{
"background": "#FAFAFA",
"black": "#383A42",
"blue": "#0184BC",
"brightBlack": "#4F525D",
"brightBlue": "#61AFEF",
"brightCyan": "#56B5C1",
"brightGreen": "#98C379",
"brightPurple": "#C577DD",
"brightRed": "#DF6C75",
"brightWhite": "#FFFFFF",
"brightYellow": "#E4C07A",
"cursorColor": "#4F525D",
"cyan": "#0997B3",
"foreground": "#383A42",
"green": "#50A14F",
"name": "One Half Light",
"purple": "#A626A4",
"red": "#E45649",
"selectionBackground": "#FFFFFF",
"white": "#FAFAFA",
"yellow": "#C18301"
},
{
"background": "#002B36",
"black": "#002B36",
"blue": "#268BD2",
"brightBlack": "#073642",
"brightBlue": "#839496",
"brightCyan": "#93A1A1",
"brightGreen": "#586E75",
"brightPurple": "#6C71C4",
"brightRed": "#CB4B16",
"brightWhite": "#FDF6E3",
"brightYellow": "#657B83",
"cursorColor": "#FFFFFF",
"cyan": "#2AA198",
"foreground": "#839496",
"green": "#859900",
"name": "Solarized Dark",
"purple": "#D33682",
"red": "#DC322F",
"selectionBackground": "#FFFFFF",
"white": "#EEE8D5",
"yellow": "#B58900"
},
{
"background": "#FDF6E3",
"black": "#002B36",
"blue": "#268BD2",
"brightBlack": "#073642",
"brightBlue": "#839496",
"brightCyan": "#93A1A1",
"brightGreen": "#586E75",
"brightPurple": "#6C71C4",
"brightRed": "#CB4B16",
"brightWhite": "#FDF6E3",
"brightYellow": "#657B83",
"cursorColor": "#002B36",
"cyan": "#2AA198",
"foreground": "#657B83",
"green": "#859900",
"name": "Solarized Light",
"purple": "#D33682",
"red": "#DC322F",
"selectionBackground": "#FFFFFF",
"white": "#EEE8D5",
"yellow": "#B58900"
},
{
"background": "#000000",
"black": "#000000",
"blue": "#3465A4",
"brightBlack": "#555753",
"brightBlue": "#729FCF",
"brightCyan": "#34E2E2",
"brightGreen": "#8AE234",
"brightPurple": "#AD7FA8",
"brightRed": "#EF2929",
"brightWhite": "#EEEEEC",
"brightYellow": "#FCE94F",
"cursorColor": "#FFFFFF",
"cyan": "#06989A",
"foreground": "#D3D7CF",
"green": "#4E9A06",
"name": "Tango Dark",
"purple": "#75507B",
"red": "#CC0000",
"selectionBackground": "#FFFFFF",
"white": "#D3D7CF",
"yellow": "#C4A000"
},
{
"background": "#FFFFFF",
"black": "#000000",
"blue": "#3465A4",
"brightBlack": "#555753",
"brightBlue": "#729FCF",
"brightCyan": "#34E2E2",
"brightGreen": "#8AE234",
"brightPurple": "#AD7FA8",
"brightRed": "#EF2929",
"brightWhite": "#EEEEEC",
"brightYellow": "#FCE94F",
"cursorColor": "#000000",
"cyan": "#06989A",
"foreground": "#555753",
"green": "#4E9A06",
"name": "Tango Light",
"purple": "#75507B",
"red": "#CC0000",
"selectionBackground": "#FFFFFF",
"white": "#D3D7CF",
"yellow": "#C4A000"
},
{
"background": "#000000",
"black": "#000000",
"blue": "#000080",
"brightBlack": "#808080",
"brightBlue": "#0000FF",
"brightCyan": "#00FFFF",
"brightGreen": "#00FF00",
"brightPurple": "#FF00FF",
"brightRed": "#FF0000",
"brightWhite": "#FFFFFF",
"brightYellow": "#FFFF00",
"cursorColor": "#FFFFFF",
"cyan": "#008080",
"foreground": "#C0C0C0",
"green": "#008000",
"name": "Vintage",
"purple": "#800080",
"red": "#800000",
"selectionBackground": "#FFFFFF",
"white": "#C0C0C0",
"yellow": "#808000"
}
]
}
{"version":1,"resource":"file:///c%3A/Users/Jason/AppData/Local/Packages/Microsoft.WindowsTerminal_8wekyb3d8bbwe/LocalState/settings.json","entries":[{"id":"OJtQ.json","timestamp":1658551429156},{"id":"WcBb.json","timestamp":1658722638529},{"id":"2iS0.json","timestamp":1658722677618},{"id":"zGoQ.json","source":"undoRedo.source","timestamp":1658722689797},{"id":"pR6h.json","timestamp":1658722719625},{"id":"hEom.json","timestamp":1658722765702},{"id":"0FR8.json","timestamp":1658722801875},{"id":"K1mQ.json","timestamp":1658722817148},{"id":"OfhD.json","timestamp":1658722847141},{"id":"osnA.json","timestamp":1658722869600},{"id":"rCFz.json","source":"undoRedo.source","timestamp":1658722870670},{"id":"lvfA.json","timestamp":1658722874298},{"id":"bvbY.json","timestamp":1658722892006},{"id":"dwPX.json","timestamp":1658722935086}]}
{
"$help": "https://aka.ms/terminal-documentation",
"$schema": "https://aka.ms/terminal-profiles-schema",
"actions": [
{
"command": "paste",
"keys": "ctrl+v"
},
{
"command": {
"action": "copy",
"singleLine": false
},
"keys": "ctrl+c"
},
{
"command": "find",
"keys": "ctrl+shift+f"
},
{
"command": {
"action": "splitPane",
"split": "auto",
"splitMode": "duplicate"
},
"keys": "alt+shift+d"
}
],
"copyFormatting": "none",
"copyOnSelect": false,
"defaultProfile": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"profiles": {
"defaults": {
"font": {
"face": "Cascadia Mono PL"
},
"backgroundImage": "G:/My Drive/images/wallpaper/img6533310003216502366.png"
"useAcrylic" : true,
},
"list": [
{
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"hidden": false,
"name": "Windows PowerShell"
},
{
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
"hidden": false,
"name": "Command Prompt"
},
{
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
"hidden": false,
"name": "Azure Cloud Shell",
"source": "Windows.Terminal.Azure"
},
{
"guid": "{2c4de342-38b7-51cf-b940-2309a097f518}",
"hidden": false,
"name": "Ubuntu",
"source": "Windows.Terminal.Wsl"
},
{
"guid": "{65eefe43-3885-58ad-be71-ca6ad53cfcda}",
"hidden": false,
"name": "OracleLinux_8_6",
"source": "Windows.Terminal.Wsl"
}
]
},
"schemes": [
{
"background": "#0C0C0C",
"black": "#0C0C0C",
"blue": "#0037DA",
"brightBlack": "#767676",
"brightBlue": "#3B78FF",
"brightCyan": "#61D6D6",
"brightGreen": "#16C60C",
"brightPurple": "#B4009E",
"brightRed": "#E74856",
"brightWhite": "#F2F2F2",
"brightYellow": "#F9F1A5",
"cursorColor": "#FFFFFF",
"cyan": "#3A96DD",
"foreground": "#CCCCCC",
"green": "#13A10E",
"name": "Campbell",
"purple": "#881798",
"red": "#C50F1F",
"selectionBackground": "#FFFFFF",
"white": "#CCCCCC",
"yellow": "#C19C00"
},
{
"background": "#012456",
"black": "#0C0C0C",
"blue": "#0037DA",
"brightBlack": "#767676",
"brightBlue": "#3B78FF",
"brightCyan": "#61D6D6",
"brightGreen": "#16C60C",
"brightPurple": "#B4009E",
"brightRed": "#E74856",
"brightWhite": "#F2F2F2",
"brightYellow": "#F9F1A5",
"cursorColor": "#FFFFFF",
"cyan": "#3A96DD",
"foreground": "#CCCCCC",
"green": "#13A10E",
"name": "Campbell Powershell",
"purple": "#881798",
"red": "#C50F1F",
"selectionBackground": "#FFFFFF",
"white": "#CCCCCC",
"yellow": "#C19C00"
},
{
"background": "#282C34",
"black": "#282C34",
"blue": "#61AFEF",
"brightBlack": "#5A6374",
"brightBlue": "#61AFEF",
"brightCyan": "#56B6C2",
"brightGreen": "#98C379",
"brightPurple": "#C678DD",
"brightRed": "#E06C75",
"brightWhite": "#DCDFE4",
"brightYellow": "#E5C07B",
"cursorColor": "#FFFFFF",
"cyan": "#56B6C2",
"foreground": "#DCDFE4",
"green": "#98C379",
"name": "One Half Dark",
"purple": "#C678DD",
"red": "#E06C75",
"selectionBackground": "#FFFFFF",
"white": "#DCDFE4",
"yellow": "#E5C07B"
},
{
"background": "#FAFAFA",
"black": "#383A42",
"blue": "#0184BC",
"brightBlack": "#4F525D",
"brightBlue": "#61AFEF",
"brightCyan": "#56B5C1",
"brightGreen": "#98C379",
"brightPurple": "#C577DD",
"brightRed": "#DF6C75",
"brightWhite": "#FFFFFF",
"brightYellow": "#E4C07A",
"cursorColor": "#4F525D",
"cyan": "#0997B3",
"foreground": "#383A42",
"green": "#50A14F",
"name": "One Half Light",
"purple": "#A626A4",
"red": "#E45649",
"selectionBackground": "#FFFFFF",
"white": "#FAFAFA",
"yellow": "#C18301"
},
{
"background": "#002B36",
"black": "#002B36",
"blue": "#268BD2",
"brightBlack": "#073642",
"brightBlue": "#839496",
"brightCyan": "#93A1A1",
"brightGreen": "#586E75",
"brightPurple": "#6C71C4",
"brightRed": "#CB4B16",
"brightWhite": "#FDF6E3",
"brightYellow": "#657B83",
"cursorColor": "#FFFFFF",
"cyan": "#2AA198",
"foreground": "#839496",
"green": "#859900",
"name": "Solarized Dark",
"purple": "#D33682",
"red": "#DC322F",
"selectionBackground": "#FFFFFF",
"white": "#EEE8D5",
"yellow": "#B58900"
},
{
"background": "#FDF6E3",
"black": "#002B36",
"blue": "#268BD2",
"brightBlack": "#073642",
"brightBlue": "#839496",
"brightCyan": "#93A1A1",
"brightGreen": "#586E75",
"brightPurple": "#6C71C4",
"brightRed": "#CB4B16",
"brightWhite": "#FDF6E3",
"brightYellow": "#657B83",
"cursorColor": "#002B36",
"cyan": "#2AA198",
"foreground": "#657B83",
"green": "#859900",
"name": "Solarized Light",
"purple": "#D33682",
"red": "#DC322F",
"selectionBackground": "#FFFFFF",
"white": "#EEE8D5",
"yellow": "#B58900"
},
{
"background": "#000000",
"black": "#000000",
"blue": "#3465A4",
"brightBlack": "#555753",
"brightBlue": "#729FCF",
"brightCyan": "#34E2E2",
"brightGreen": "#8AE234",
"brightPurple": "#AD7FA8",
"brightRed": "#EF2929",
"brightWhite": "#EEEEEC",
"brightYellow": "#FCE94F",
"cursorColor": "#FFFFFF",
"cyan": "#06989A",
"foreground": "#D3D7CF",
"green": "#4E9A06",
"name": "Tango Dark",
"purple": "#75507B",
"red": "#CC0000",
"selectionBackground": "#FFFFFF",
"white": "#D3D7CF",
"yellow": "#C4A000"
},
{
"background": "#FFFFFF",
"black": "#000000",
"blue": "#3465A4",
"brightBlack": "#555753",
"brightBlue": "#729FCF",
"brightCyan": "#34E2E2",
"brightGreen": "#8AE234",
"brightPurple": "#AD7FA8",
"brightRed": "#EF2929",
"brightWhite": "#EEEEEC",
"brightYellow": "#FCE94F",
"cursorColor": "#000000",
"cyan": "#06989A",
"foreground": "#555753",
"green": "#4E9A06",
"name": "Tango Light",
"purple": "#75507B",
"red": "#CC0000",
"selectionBackground": "#FFFFFF",
"white": "#D3D7CF",
"yellow": "#C4A000"
},
{
"background": "#000000",
"black": "#000000",
"blue": "#000080",
"brightBlack": "#808080",
"brightBlue": "#0000FF",
"brightCyan": "#00FFFF",
"brightGreen": "#00FF00",
"brightPurple": "#FF00FF",
"brightRed": "#FF0000",
"brightWhite": "#FFFFFF",
"brightYellow": "#FFFF00",
"cursorColor": "#FFFFFF",
"cyan": "#008080",
"foreground": "#C0C0C0",
"green": "#008000",
"name": "Vintage",
"purple": "#800080",
"red": "#800000",
"selectionBackground": "#FFFFFF",
"white": "#C0C0C0",
"yellow": "#808000"
}
]
}
{
"$help": "https://aka.ms/terminal-documentation",
"$schema": "https://aka.ms/terminal-profiles-schema",
"actions": [
{
"command": "paste",
"keys": "ctrl+v"
},
{
"command": {
"action": "copy",
"singleLine": false
},
"keys": "ctrl+c"
},
{
"command": "find",
"keys": "ctrl+shift+f"
},
{
"command": {
"action": "splitPane",
"split": "auto",
"splitMode": "duplicate"
},
"keys": "alt+shift+d"
}
],
"copyFormatting": "none",
"copyOnSelect": false,
"defaultProfile": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"profiles": {
"defaults": {
"font": {
"face": "Cascadia Mono PL"
},
"backgroundImage": "G:/My Drive/images/wallpaper/img6533310003216502366.png",
"useAcrylic": true,
"opacity": 10
},
"list": [
{
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"hidden": false,
"name": "Windows PowerShell"
},
{
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
"hidden": false,
"name": "Command Prompt"
},
{
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
"hidden": false,
"name": "Azure Cloud Shell",
"source": "Windows.Terminal.Azure"
},
{
"guid": "{2c4de342-38b7-51cf-b940-2309a097f518}",
"hidden": false,
"name": "Ubuntu",
"source": "Windows.Terminal.Wsl"
},
{
"guid": "{65eefe43-3885-58ad-be71-ca6ad53cfcda}",
"hidden": false,
"name": "OracleLinux_8_6",
"source": "Windows.Terminal.Wsl"
}
]
},
"schemes": [
{
"background": "#0C0C0C",
"black": "#0C0C0C",
"blue": "#0037DA",
"brightBlack": "#767676",
"brightBlue": "#3B78FF",
"brightCyan": "#61D6D6",
"brightGreen": "#16C60C",
"brightPurple": "#B4009E",
"brightRed": "#E74856",
"brightWhite": "#F2F2F2",
"brightYellow": "#F9F1A5",
"cursorColor": "#FFFFFF",
"cyan": "#3A96DD",
"foreground": "#CCCCCC",
"green": "#13A10E",
"name": "Campbell",
"purple": "#881798",
"red": "#C50F1F",
"selectionBackground": "#FFFFFF",
"white": "#CCCCCC",
"yellow": "#C19C00"
},
{
"background": "#012456",
"black": "#0C0C0C",
"blue": "#0037DA",
"brightBlack": "#767676",
"brightBlue": "#3B78FF",
"brightCyan": "#61D6D6",
"brightGreen": "#16C60C",
"brightPurple": "#B4009E",
"brightRed": "#E74856",
"brightWhite": "#F2F2F2",
"brightYellow": "#F9F1A5",
"cursorColor": "#FFFFFF",
"cyan": "#3A96DD",
"foreground": "#CCCCCC",
"green": "#13A10E",
"name": "Campbell Powershell",
"purple": "#881798",
"red": "#C50F1F",
"selectionBackground": "#FFFFFF",
"white": "#CCCCCC",
"yellow": "#C19C00"
},
{
"background": "#282C34",
"black": "#282C34",
"blue": "#61AFEF",
"brightBlack": "#5A6374",
"brightBlue": "#61AFEF",
"brightCyan": "#56B6C2",
"brightGreen": "#98C379",
"brightPurple": "#C678DD",
"brightRed": "#E06C75",
"brightWhite": "#DCDFE4",
"brightYellow": "#E5C07B",
"cursorColor": "#FFFFFF",
"cyan": "#56B6C2",
"foreground": "#DCDFE4",
"green": "#98C379",
"name": "One Half Dark",
"purple": "#C678DD",
"red": "#E06C75",
"selectionBackground": "#FFFFFF",
"white": "#DCDFE4",
"yellow": "#E5C07B"
},
{
"background": "#FAFAFA",
"black": "#383A42",
"blue": "#0184BC",
"brightBlack": "#4F525D",
"brightBlue": "#61AFEF",
"brightCyan": "#56B5C1",
"brightGreen": "#98C379",
"brightPurple": "#C577DD",
"brightRed": "#DF6C75",
"brightWhite": "#FFFFFF",
"brightYellow": "#E4C07A",
"cursorColor": "#4F525D",
"cyan": "#0997B3",
"foreground": "#383A42",
"green": "#50A14F",
"name": "One Half Light",
"purple": "#A626A4",
"red": "#E45649",
"selectionBackground": "#FFFFFF",
"white": "#FAFAFA",
"yellow": "#C18301"
},
{
"background": "#002B36",
"black": "#002B36",
"blue": "#268BD2",
"brightBlack": "#073642",
"brightBlue": "#839496",
"brightCyan": "#93A1A1",
"brightGreen": "#586E75",
"brightPurple": "#6C71C4",
"brightRed": "#CB4B16",
"brightWhite": "#FDF6E3",
"brightYellow": "#657B83",
"cursorColor": "#FFFFFF",
"cyan": "#2AA198",
"foreground": "#839496",
"green": "#859900",
"name": "Solarized Dark",
"purple": "#D33682",
"red": "#DC322F",
"selectionBackground": "#FFFFFF",
"white": "#EEE8D5",
"yellow": "#B58900"
},
{
"background": "#FDF6E3",
"black": "#002B36",
"blue": "#268BD2",
"brightBlack": "#073642",
"brightBlue": "#839496",
"brightCyan": "#93A1A1",
"brightGreen": "#586E75",
"brightPurple": "#6C71C4",
"brightRed": "#CB4B16",
"brightWhite": "#FDF6E3",
"brightYellow": "#657B83",
"cursorColor": "#002B36",
"cyan": "#2AA198",
"foreground": "#657B83",
"green": "#859900",
"name": "Solarized Light",
"purple": "#D33682",
"red": "#DC322F",
"selectionBackground": "#FFFFFF",
"white": "#EEE8D5",
"yellow": "#B58900"
},
{
"background": "#000000",
"black": "#000000",
"blue": "#3465A4",
"brightBlack": "#555753",
"brightBlue": "#729FCF",
"brightCyan": "#34E2E2",
"brightGreen": "#8AE234",
"brightPurple": "#AD7FA8",
"brightRed": "#EF2929",
"brightWhite": "#EEEEEC",
"brightYellow": "#FCE94F",
"cursorColor": "#FFFFFF",
"cyan": "#06989A",
"foreground": "#D3D7CF",
"green": "#4E9A06",
"name": "Tango Dark",
"purple": "#75507B",
"red": "#CC0000",
"selectionBackground": "#FFFFFF",
"white": "#D3D7CF",
"yellow": "#C4A000"
},
{
"background": "#FFFFFF",
"black": "#000000",
"blue": "#3465A4",
"brightBlack": "#555753",
"brightBlue": "#729FCF",
"brightCyan": "#34E2E2",
"brightGreen": "#8AE234",
"brightPurple": "#AD7FA8",
"brightRed": "#EF2929",
"brightWhite": "#EEEEEC",
"brightYellow": "#FCE94F",
"cursorColor": "#000000",
"cyan": "#06989A",
"foreground": "#555753",
"green": "#4E9A06",
"name": "Tango Light",
"purple": "#75507B",
"red": "#CC0000",
"selectionBackground": "#FFFFFF",
"white": "#D3D7CF",
"yellow": "#C4A000"
},
{
"background": "#000000",
"black": "#000000",
"blue": "#000080",
"brightBlack": "#808080",
"brightBlue": "#0000FF",
"brightCyan": "#00FFFF",
"brightGreen": "#00FF00",
"brightPurple": "#FF00FF",
"brightRed": "#FF0000",
"brightWhite": "#FFFFFF",
"brightYellow": "#FFFF00",
"cursorColor": "#FFFFFF",
"cyan": "#008080",
"foreground": "#C0C0C0",
"green": "#008000",
"name": "Vintage",
"purple": "#800080",
"red": "#800000",
"selectionBackground": "#FFFFFF",
"white": "#C0C0C0",
"yellow": "#808000"
}
]
}
{
"$help": "https://aka.ms/terminal-documentation",
"$schema": "https://aka.ms/terminal-profiles-schema",
"actions": [
{
"command": "paste",
"keys": "ctrl+v"
},
{
"command": {
"action": "copy",
"singleLine": false
},
"keys": "ctrl+c"
},
{
"command": "find",
"keys": "ctrl+shift+f"
},
{
"command": {
"action": "splitPane",
"split": "auto",
"splitMode": "duplicate"
},
"keys": "alt+shift+d"
}
],
"copyFormatting": "none",
"copyOnSelect": false,
"defaultProfile": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"profiles": {
"defaults": {
"font": {
"face": "Cascadia Mono PL"
},
"backgroundImage": "G:/My Drive/images/wallpaper/229425.jpg",
"useAcrylic": true,
"backgroundImageOpacity": 0.2
},
"list": [
{
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"hidden": false,
"name": "Windows PowerShell"
},
{
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
"hidden": false,
"name": "Command Prompt"
},
{
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
"hidden": false,
"name": "Azure Cloud Shell",
"source": "Windows.Terminal.Azure"
},
{
"guid": "{2c4de342-38b7-51cf-b940-2309a097f518}",
"hidden": false,
"name": "Ubuntu",
"source": "Windows.Terminal.Wsl"
},
{
"guid": "{65eefe43-3885-58ad-be71-ca6ad53cfcda}",
"hidden": false,
"name": "OracleLinux_8_6",
"source": "Windows.Terminal.Wsl"
}
]
},
"schemes": [
{
"background": "#0C0C0C",
"black": "#0C0C0C",
"blue": "#0037DA",
"brightBlack": "#767676",
"brightBlue": "#3B78FF",
"brightCyan": "#61D6D6",
"brightGreen": "#16C60C",
"brightPurple": "#B4009E",
"brightRed": "#E74856",
"brightWhite": "#F2F2F2",
"brightYellow": "#F9F1A5",
"cursorColor": "#FFFFFF",
"cyan": "#3A96DD",
"foreground": "#CCCCCC",
"green": "#13A10E",
"name": "Campbell",
"purple": "#881798",
"red": "#C50F1F",
"selectionBackground": "#FFFFFF",
"white": "#CCCCCC",
"yellow": "#C19C00"
},
{
"background": "#012456",
"black": "#0C0C0C",
"blue": "#0037DA",
"brightBlack": "#767676",
"brightBlue": "#3B78FF",
"brightCyan": "#61D6D6",
"brightGreen": "#16C60C",
"brightPurple": "#B4009E",
"brightRed": "#E74856",
"brightWhite": "#F2F2F2",
"brightYellow": "#F9F1A5",
"cursorColor": "#FFFFFF",
"cyan": "#3A96DD",
"foreground": "#CCCCCC",
"green": "#13A10E",
"name": "Campbell Powershell",
"purple": "#881798",
"red": "#C50F1F",
"selectionBackground": "#FFFFFF",
"white": "#CCCCCC",
"yellow": "#C19C00"
},
{
"background": "#282C34",
"black": "#282C34",
"blue": "#61AFEF",
"brightBlack": "#5A6374",
"brightBlue": "#61AFEF",
"brightCyan": "#56B6C2",
"brightGreen": "#98C379",
"brightPurple": "#C678DD",
"brightRed": "#E06C75",
"brightWhite": "#DCDFE4",
"brightYellow": "#E5C07B",
"cursorColor": "#FFFFFF",
"cyan": "#56B6C2",
"foreground": "#DCDFE4",
"green": "#98C379",
"name": "One Half Dark",
"purple": "#C678DD",
"red": "#E06C75",
"selectionBackground": "#FFFFFF",
"white": "#DCDFE4",
"yellow": "#E5C07B"
},
{
"background": "#FAFAFA",
"black": "#383A42",
"blue": "#0184BC",
"brightBlack": "#4F525D",
"brightBlue": "#61AFEF",
"brightCyan": "#56B5C1",
"brightGreen": "#98C379",
"brightPurple": "#C577DD",
"brightRed": "#DF6C75",
"brightWhite": "#FFFFFF",
"brightYellow": "#E4C07A",
"cursorColor": "#4F525D",
"cyan": "#0997B3",
"foreground": "#383A42",
"green": "#50A14F",
"name": "One Half Light",
"purple": "#A626A4",
"red": "#E45649",
"selectionBackground": "#FFFFFF",
"white": "#FAFAFA",
"yellow": "#C18301"
},
{
"background": "#002B36",
"black": "#002B36",
"blue": "#268BD2",
"brightBlack": "#073642",
"brightBlue": "#839496",
"brightCyan": "#93A1A1",
"brightGreen": "#586E75",
"brightPurple": "#6C71C4",
"brightRed": "#CB4B16",
"brightWhite": "#FDF6E3",
"brightYellow": "#657B83",
"cursorColor": "#FFFFFF",
"cyan": "#2AA198",
"foreground": "#839496",
"green": "#859900",
"name": "Solarized Dark",
"purple": "#D33682",
"red": "#DC322F",
"selectionBackground": "#FFFFFF",
"white": "#EEE8D5",
"yellow": "#B58900"
},
{
"background": "#FDF6E3",
"black": "#002B36",
"blue": "#268BD2",
"brightBlack": "#073642",
"brightBlue": "#839496",
"brightCyan": "#93A1A1",
"brightGreen": "#586E75",
"brightPurple": "#6C71C4",
"brightRed": "#CB4B16",
"brightWhite": "#FDF6E3",
"brightYellow": "#657B83",
"cursorColor": "#002B36",
"cyan": "#2AA198",
"foreground": "#657B83",
"green": "#859900",
"name": "Solarized Light",
"purple": "#D33682",
"red": "#DC322F",
"selectionBackground": "#FFFFFF",
"white": "#EEE8D5",
"yellow": "#B58900"
},
{
"background": "#000000",
"black": "#000000",
"blue": "#3465A4",
"brightBlack": "#555753",
"brightBlue": "#729FCF",
"brightCyan": "#34E2E2",
"brightGreen": "#8AE234",
"brightPurple": "#AD7FA8",
"brightRed": "#EF2929",
"brightWhite": "#EEEEEC",
"brightYellow": "#FCE94F",
"cursorColor": "#FFFFFF",
"cyan": "#06989A",
"foreground": "#D3D7CF",
"green": "#4E9A06",
"name": "Tango Dark",
"purple": "#75507B",
"red": "#CC0000",
"selectionBackground": "#FFFFFF",
"white": "#D3D7CF",
"yellow": "#C4A000"
},
{
"background": "#FFFFFF",
"black": "#000000",
"blue": "#3465A4",
"brightBlack": "#555753",
"brightBlue": "#729FCF",
"brightCyan": "#34E2E2",
"brightGreen": "#8AE234",
"brightPurple": "#AD7FA8",
"brightRed": "#EF2929",
"brightWhite": "#EEEEEC",
"brightYellow": "#FCE94F",
"cursorColor": "#000000",
"cyan": "#06989A",
"foreground": "#555753",
"green": "#4E9A06",
"name": "Tango Light",
"purple": "#75507B",
"red": "#CC0000",
"selectionBackground": "#FFFFFF",
"white": "#D3D7CF",
"yellow": "#C4A000"
},
{
"background": "#000000",
"black": "#000000",
"blue": "#000080",
"brightBlack": "#808080",
"brightBlue": "#0000FF",
"brightCyan": "#00FFFF",
"brightGreen": "#00FF00",
"brightPurple": "#FF00FF",
"brightRed": "#FF0000",
"brightWhite": "#FFFFFF",
"brightYellow": "#FFFF00",
"cursorColor": "#FFFFFF",
"cyan": "#008080",
"foreground": "#C0C0C0",
"green": "#008000",
"name": "Vintage",
"purple": "#800080",
"red": "#800000",
"selectionBackground": "#FFFFFF",
"white": "#C0C0C0",
"yellow": "#808000"
}
]
}
{
"$help": "https://aka.ms/terminal-documentation",
"$schema": "https://aka.ms/terminal-profiles-schema",
"actions": [
{
"command": "paste",
"keys": "ctrl+v"
},
{
"command": {
"action": "copy",
"singleLine": false
},
"keys": "ctrl+c"
},
{
"command": "find",
"keys": "ctrl+shift+f"
},
{
"command": {
"action": "splitPane",
"split": "auto",
"splitMode": "duplicate"
},
"keys": "alt+shift+d"
}
],
"copyFormatting": "none",
"copyOnSelect": false,
"defaultProfile": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"profiles": {
"defaults": {
"font": {
"face": "Cascadia Mono PL"
},
"backgroundImage": "G:/My Drive/images/wallpaper/img6533310003216502366.png",
"useAcrylic": true,
"backgroundImageOpacity": 0.2
},
"list": [
{
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"hidden": false,
"name": "Windows PowerShell"
},
{
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
"hidden": false,
"name": "Command Prompt"
},
{
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
"hidden": false,
"name": "Azure Cloud Shell",
"source": "Windows.Terminal.Azure"
},
{
"guid": "{2c4de342-38b7-51cf-b940-2309a097f518}",
"hidden": false,
"name": "Ubuntu",
"source": "Windows.Terminal.Wsl"
},
{
"guid": "{65eefe43-3885-58ad-be71-ca6ad53cfcda}",
"hidden": false,
"name": "OracleLinux_8_6",
"source": "Windows.Terminal.Wsl"
}
]
},
"schemes": [
{
"background": "#0C0C0C",
"black": "#0C0C0C",
"blue": "#0037DA",
"brightBlack": "#767676",
"brightBlue": "#3B78FF",
"brightCyan": "#61D6D6",
"brightGreen": "#16C60C",
"brightPurple": "#B4009E",
"brightRed": "#E74856",
"brightWhite": "#F2F2F2",
"brightYellow": "#F9F1A5",
"cursorColor": "#FFFFFF",
"cyan": "#3A96DD",
"foreground": "#CCCCCC",
"green": "#13A10E",
"name": "Campbell",
"purple": "#881798",
"red": "#C50F1F",
"selectionBackground": "#FFFFFF",
"white": "#CCCCCC",
"yellow": "#C19C00"
},
{
"background": "#012456",
"black": "#0C0C0C",
"blue": "#0037DA",
"brightBlack": "#767676",
"brightBlue": "#3B78FF",
"brightCyan": "#61D6D6",
"brightGreen": "#16C60C",
"brightPurple": "#B4009E",
"brightRed": "#E74856",
"brightWhite": "#F2F2F2",
"brightYellow": "#F9F1A5",
"cursorColor": "#FFFFFF",
"cyan": "#3A96DD",
"foreground": "#CCCCCC",
"green": "#13A10E",
"name": "Campbell Powershell",
"purple": "#881798",
"red": "#C50F1F",
"selectionBackground": "#FFFFFF",
"white": "#CCCCCC",
"yellow": "#C19C00"
},
{
"background": "#282C34",
"black": "#282C34",
"blue": "#61AFEF",
"brightBlack": "#5A6374",
"brightBlue": "#61AFEF",
"brightCyan": "#56B6C2",
"brightGreen": "#98C379",
"brightPurple": "#C678DD",
"brightRed": "#E06C75",
"brightWhite": "#DCDFE4",
"brightYellow": "#E5C07B",
"cursorColor": "#FFFFFF",
"cyan": "#56B6C2",
"foreground": "#DCDFE4",
"green": "#98C379",
"name": "One Half Dark",
"purple": "#C678DD",
"red": "#E06C75",
"selectionBackground": "#FFFFFF",
"white": "#DCDFE4",
"yellow": "#E5C07B"
},
{
"background": "#FAFAFA",
"black": "#383A42",
"blue": "#0184BC",
"brightBlack": "#4F525D",
"brightBlue": "#61AFEF",
"brightCyan": "#56B5C1",
"brightGreen": "#98C379",
"brightPurple": "#C577DD",
"brightRed": "#DF6C75",
"brightWhite": "#FFFFFF",
"brightYellow": "#E4C07A",
"cursorColor": "#4F525D",
"cyan": "#0997B3",
"foreground": "#383A42",
"green": "#50A14F",
"name": "One Half Light",
"purple": "#A626A4",
"red": "#E45649",
"selectionBackground": "#FFFFFF",
"white": "#FAFAFA",
"yellow": "#C18301"
},
{
"background": "#002B36",
"black": "#002B36",
"blue": "#268BD2",
"brightBlack": "#073642",
"brightBlue": "#839496",
"brightCyan": "#93A1A1",
"brightGreen": "#586E75",
"brightPurple": "#6C71C4",
"brightRed": "#CB4B16",
"brightWhite": "#FDF6E3",
"brightYellow": "#657B83",
"cursorColor": "#FFFFFF",
"cyan": "#2AA198",
"foreground": "#839496",
"green": "#859900",
"name": "Solarized Dark",
"purple": "#D33682",
"red": "#DC322F",
"selectionBackground": "#FFFFFF",
"white": "#EEE8D5",
"yellow": "#B58900"
},
{
"background": "#FDF6E3",
"black": "#002B36",
"blue": "#268BD2",
"brightBlack": "#073642",
"brightBlue": "#839496",
"brightCyan": "#93A1A1",
"brightGreen": "#586E75",
"brightPurple": "#6C71C4",
"brightRed": "#CB4B16",
"brightWhite": "#FDF6E3",
"brightYellow": "#657B83",
"cursorColor": "#002B36",
"cyan": "#2AA198",
"foreground": "#657B83",
"green": "#859900",
"name": "Solarized Light",
"purple": "#D33682",
"red": "#DC322F",
"selectionBackground": "#FFFFFF",
"white": "#EEE8D5",
"yellow": "#B58900"
},
{
"background": "#000000",
"black": "#000000",
"blue": "#3465A4",
"brightBlack": "#555753",
"brightBlue": "#729FCF",
"brightCyan": "#34E2E2",
"brightGreen": "#8AE234",
"brightPurple": "#AD7FA8",
"brightRed": "#EF2929",
"brightWhite": "#EEEEEC",
"brightYellow": "#FCE94F",
"cursorColor": "#FFFFFF",
"cyan": "#06989A",
"foreground": "#D3D7CF",
"green": "#4E9A06",
"name": "Tango Dark",
"purple": "#75507B",
"red": "#CC0000",
"selectionBackground": "#FFFFFF",
"white": "#D3D7CF",
"yellow": "#C4A000"
},
{
"background": "#FFFFFF",
"black": "#000000",
"blue": "#3465A4",
"brightBlack": "#555753",
"brightBlue": "#729FCF",
"brightCyan": "#34E2E2",
"brightGreen": "#8AE234",
"brightPurple": "#AD7FA8",
"brightRed": "#EF2929",
"brightWhite": "#EEEEEC",
"brightYellow": "#FCE94F",
"cursorColor": "#000000",
"cyan": "#06989A",
"foreground": "#555753",
"green": "#4E9A06",
"name": "Tango Light",
"purple": "#75507B",
"red": "#CC0000",
"selectionBackground": "#FFFFFF",
"white": "#D3D7CF",
"yellow": "#C4A000"
},
{
"background": "#000000",
"black": "#000000",
"blue": "#000080",
"brightBlack": "#808080",
"brightBlue": "#0000FF",
"brightCyan": "#00FFFF",
"brightGreen": "#00FF00",
"brightPurple": "#FF00FF",
"brightRed": "#FF0000",
"brightWhite": "#FFFFFF",
"brightYellow": "#FFFF00",
"cursorColor": "#FFFFFF",
"cyan": "#008080",
"foreground": "#C0C0C0",
"green": "#008000",
"name": "Vintage",
"purple": "#800080",
"red": "#800000",
"selectionBackground": "#FFFFFF",
"white": "#C0C0C0",
"yellow": "#808000"
}
]
}
{
"$help": "https://aka.ms/terminal-documentation",
"$schema": "https://aka.ms/terminal-profiles-schema",
"actions":
[
{
"command": "paste",
"keys": "ctrl+v"
},
{
"command":
{
"action": "copy",
"singleLine": false
},
"keys": "ctrl+c"
},
{
"command": "find",
"keys": "ctrl+shift+f"
},
{
"command":
{
"action": "splitPane",
"split": "auto",
"splitMode": "duplicate"
},
"keys": "alt+shift+d"
}
],
"copyFormatting": "none",
"copyOnSelect": false,
"defaultProfile": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"profiles":
{
"defaults": {},
"list":
[
{
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"hidden": false,
"name": "Windows PowerShell"
},
{
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
"hidden": false,
"name": "Command Prompt"
},
{
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
"hidden": false,
"name": "Azure Cloud Shell",
"source": "Windows.Terminal.Azure"
},
{
"guid": "{2c4de342-38b7-51cf-b940-2309a097f518}",
"hidden": false,
"name": "Ubuntu",
"source": "Windows.Terminal.Wsl"
},
{
"guid": "{65eefe43-3885-58ad-be71-ca6ad53cfcda}",
"hidden": false,
"name": "OracleLinux_8_6",
"source": "Windows.Terminal.Wsl"
}
]
},
"schemes":
[
{
"background": "#0C0C0C",
"black": "#0C0C0C",
"blue": "#0037DA",
"brightBlack": "#767676",
"brightBlue": "#3B78FF",
"brightCyan": "#61D6D6",
"brightGreen": "#16C60C",
"brightPurple": "#B4009E",
"brightRed": "#E74856",
"brightWhite": "#F2F2F2",
"brightYellow": "#F9F1A5",
"cursorColor": "#FFFFFF",
"cyan": "#3A96DD",
"foreground": "#CCCCCC",
"green": "#13A10E",
"name": "Campbell",
"purple": "#881798",
"red": "#C50F1F",
"selectionBackground": "#FFFFFF",
"white": "#CCCCCC",
"yellow": "#C19C00"
},
{
"background": "#012456",
"black": "#0C0C0C",
"blue": "#0037DA",
"brightBlack": "#767676",
"brightBlue": "#3B78FF",
"brightCyan": "#61D6D6",
"brightGreen": "#16C60C",
"brightPurple": "#B4009E",
"brightRed": "#E74856",
"brightWhite": "#F2F2F2",
"brightYellow": "#F9F1A5",
"cursorColor": "#FFFFFF",
"cyan": "#3A96DD",
"foreground": "#CCCCCC",
"green": "#13A10E",
"name": "Campbell Powershell",
"purple": "#881798",
"red": "#C50F1F",
"selectionBackground": "#FFFFFF",
"white": "#CCCCCC",
"yellow": "#C19C00"
},
{
"background": "#282C34",
"black": "#282C34",
"blue": "#61AFEF",
"brightBlack": "#5A6374",
"brightBlue": "#61AFEF",
"brightCyan": "#56B6C2",
"brightGreen": "#98C379",
"brightPurple": "#C678DD",
"brightRed": "#E06C75",
"brightWhite": "#DCDFE4",
"brightYellow": "#E5C07B",
"cursorColor": "#FFFFFF",
"cyan": "#56B6C2",
"foreground": "#DCDFE4",
"green": "#98C379",
"name": "One Half Dark",
"purple": "#C678DD",
"red": "#E06C75",
"selectionBackground": "#FFFFFF",
"white": "#DCDFE4",
"yellow": "#E5C07B"
},
{
"background": "#FAFAFA",
"black": "#383A42",
"blue": "#0184BC",
"brightBlack": "#4F525D",
"brightBlue": "#61AFEF",
"brightCyan": "#56B5C1",
"brightGreen": "#98C379",
"brightPurple": "#C577DD",
"brightRed": "#DF6C75",
"brightWhite": "#FFFFFF",
"brightYellow": "#E4C07A",
"cursorColor": "#4F525D",
"cyan": "#0997B3",
"foreground": "#383A42",
"green": "#50A14F",
"name": "One Half Light",
"purple": "#A626A4",
"red": "#E45649",
"selectionBackground": "#FFFFFF",
"white": "#FAFAFA",
"yellow": "#C18301"
},
{
"background": "#002B36",
"black": "#002B36",
"blue": "#268BD2",
"brightBlack": "#073642",
"brightBlue": "#839496",
"brightCyan": "#93A1A1",
"brightGreen": "#586E75",
"brightPurple": "#6C71C4",
"brightRed": "#CB4B16",
"brightWhite": "#FDF6E3",
"brightYellow": "#657B83",
"cursorColor": "#FFFFFF",
"cyan": "#2AA198",
"foreground": "#839496",
"green": "#859900",
"name": "Solarized Dark",
"purple": "#D33682",
"red": "#DC322F",
"selectionBackground": "#FFFFFF",
"white": "#EEE8D5",
"yellow": "#B58900"
},
{
"background": "#FDF6E3",
"black": "#002B36",
"blue": "#268BD2",
"brightBlack": "#073642",
"brightBlue": "#839496",
"brightCyan": "#93A1A1",
"brightGreen": "#586E75",
"brightPurple": "#6C71C4",
"brightRed": "#CB4B16",
"brightWhite": "#FDF6E3",
"brightYellow": "#657B83",
"cursorColor": "#002B36",
"cyan": "#2AA198",
"foreground": "#657B83",
"green": "#859900",
"name": "Solarized Light",
"purple": "#D33682",
"red": "#DC322F",
"selectionBackground": "#FFFFFF",
"white": "#EEE8D5",
"yellow": "#B58900"
},
{
"background": "#000000",
"black": "#000000",
"blue": "#3465A4",
"brightBlack": "#555753",
"brightBlue": "#729FCF",
"brightCyan": "#34E2E2",
"brightGreen": "#8AE234",
"brightPurple": "#AD7FA8",
"brightRed": "#EF2929",
"brightWhite": "#EEEEEC",
"brightYellow": "#FCE94F",
"cursorColor": "#FFFFFF",
"cyan": "#06989A",
"foreground": "#D3D7CF",
"green": "#4E9A06",
"name": "Tango Dark",
"purple": "#75507B",
"red": "#CC0000",
"selectionBackground": "#FFFFFF",
"white": "#D3D7CF",
"yellow": "#C4A000"
},
{
"background": "#FFFFFF",
"black": "#000000",
"blue": "#3465A4",
"brightBlack": "#555753",
"brightBlue": "#729FCF",
"brightCyan": "#34E2E2",
"brightGreen": "#8AE234",
"brightPurple": "#AD7FA8",
"brightRed": "#EF2929",
"brightWhite": "#EEEEEC",
"brightYellow": "#FCE94F",
"cursorColor": "#000000",
"cyan": "#06989A",
"foreground": "#555753",
"green": "#4E9A06",
"name": "Tango Light",
"purple": "#75507B",
"red": "#CC0000",
"selectionBackground": "#FFFFFF",
"white": "#D3D7CF",
"yellow": "#C4A000"
},
{
"background": "#000000",
"black": "#000000",
"blue": "#000080",
"brightBlack": "#808080",
"brightBlue": "#0000FF",
"brightCyan": "#00FFFF",
"brightGreen": "#00FF00",
"brightPurple": "#FF00FF",
"brightRed": "#FF0000",
"brightWhite": "#FFFFFF",
"brightYellow": "#FFFF00",
"cursorColor": "#FFFFFF",
"cyan": "#008080",
"foreground": "#C0C0C0",
"green": "#008000",
"name": "Vintage",
"purple": "#800080",
"red": "#800000",
"selectionBackground": "#FFFFFF",
"white": "#C0C0C0",
"yellow": "#808000"
}
]
}
{
"$help": "https://aka.ms/terminal-documentation",
"$schema": "https://aka.ms/terminal-profiles-schema",
"actions": [
{
"command": "paste",
"keys": "ctrl+v"
},
{
"command": {
"action": "copy",
"singleLine": false
},
"keys": "ctrl+c"
},
{
"command": "find",
"keys": "ctrl+shift+f"
},
{
"command": {
"action": "splitPane",
"split": "auto",
"splitMode": "duplicate"
},
"keys": "alt+shift+d"
}
],
"copyFormatting": "none",
"copyOnSelect": false,
"defaultProfile": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"profiles": {
"defaults": {
"font": {
"face": "Cascadia Mono PL"
},
"backgroundImage": "G:/My Drive/images/wallpaper/img6533310003216502366229425.jpg.png",
"useAcrylic": true,
"backgroundImageOpacity": 0.2
},
"list": [
{
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"hidden": false,
"name": "Windows PowerShell"
},
{
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
"hidden": false,
"name": "Command Prompt"
},
{
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
"hidden": false,
"name": "Azure Cloud Shell",
"source": "Windows.Terminal.Azure"
},
{
"guid": "{2c4de342-38b7-51cf-b940-2309a097f518}",
"hidden": false,
"name": "Ubuntu",
"source": "Windows.Terminal.Wsl"
},
{
"guid": "{65eefe43-3885-58ad-be71-ca6ad53cfcda}",
"hidden": false,
"name": "OracleLinux_8_6",
"source": "Windows.Terminal.Wsl"
}
]
},
"schemes": [
{
"background": "#0C0C0C",
"black": "#0C0C0C",
"blue": "#0037DA",
"brightBlack": "#767676",
"brightBlue": "#3B78FF",
"brightCyan": "#61D6D6",
"brightGreen": "#16C60C",
"brightPurple": "#B4009E",
"brightRed": "#E74856",
"brightWhite": "#F2F2F2",
"brightYellow": "#F9F1A5",
"cursorColor": "#FFFFFF",
"cyan": "#3A96DD",
"foreground": "#CCCCCC",
"green": "#13A10E",
"name": "Campbell",
"purple": "#881798",
"red": "#C50F1F",
"selectionBackground": "#FFFFFF",
"white": "#CCCCCC",
"yellow": "#C19C00"
},
{
"background": "#012456",
"black": "#0C0C0C",
"blue": "#0037DA",
"brightBlack": "#767676",
"brightBlue": "#3B78FF",
"brightCyan": "#61D6D6",
"brightGreen": "#16C60C",
"brightPurple": "#B4009E",
"brightRed": "#E74856",
"brightWhite": "#F2F2F2",
"brightYellow": "#F9F1A5",
"cursorColor": "#FFFFFF",
"cyan": "#3A96DD",
"foreground": "#CCCCCC",
"green": "#13A10E",
"name": "Campbell Powershell",
"purple": "#881798",
"red": "#C50F1F",
"selectionBackground": "#FFFFFF",
"white": "#CCCCCC",
"yellow": "#C19C00"
},
{
"background": "#282C34",
"black": "#282C34",
"blue": "#61AFEF",
"brightBlack": "#5A6374",
"brightBlue": "#61AFEF",
"brightCyan": "#56B6C2",
"brightGreen": "#98C379",
"brightPurple": "#C678DD",
"brightRed": "#E06C75",
"brightWhite": "#DCDFE4",
"brightYellow": "#E5C07B",
"cursorColor": "#FFFFFF",
"cyan": "#56B6C2",
"foreground": "#DCDFE4",
"green": "#98C379",
"name": "One Half Dark",
"purple": "#C678DD",
"red": "#E06C75",
"selectionBackground": "#FFFFFF",
"white": "#DCDFE4",
"yellow": "#E5C07B"
},
{
"background": "#FAFAFA",
"black": "#383A42",
"blue": "#0184BC",
"brightBlack": "#4F525D",
"brightBlue": "#61AFEF",
"brightCyan": "#56B5C1",
"brightGreen": "#98C379",
"brightPurple": "#C577DD",
"brightRed": "#DF6C75",
"brightWhite": "#FFFFFF",
"brightYellow": "#E4C07A",
"cursorColor": "#4F525D",
"cyan": "#0997B3",
"foreground": "#383A42",
"green": "#50A14F",
"name": "One Half Light",
"purple": "#A626A4",
"red": "#E45649",
"selectionBackground": "#FFFFFF",
"white": "#FAFAFA",
"yellow": "#C18301"
},
{
"background": "#002B36",
"black": "#002B36",
"blue": "#268BD2",
"brightBlack": "#073642",
"brightBlue": "#839496",
"brightCyan": "#93A1A1",
"brightGreen": "#586E75",
"brightPurple": "#6C71C4",
"brightRed": "#CB4B16",
"brightWhite": "#FDF6E3",
"brightYellow": "#657B83",
"cursorColor": "#FFFFFF",
"cyan": "#2AA198",
"foreground": "#839496",
"green": "#859900",
"name": "Solarized Dark",
"purple": "#D33682",
"red": "#DC322F",
"selectionBackground": "#FFFFFF",
"white": "#EEE8D5",
"yellow": "#B58900"
},
{
"background": "#FDF6E3",
"black": "#002B36",
"blue": "#268BD2",
"brightBlack": "#073642",
"brightBlue": "#839496",
"brightCyan": "#93A1A1",
"brightGreen": "#586E75",
"brightPurple": "#6C71C4",
"brightRed": "#CB4B16",
"brightWhite": "#FDF6E3",
"brightYellow": "#657B83",
"cursorColor": "#002B36",
"cyan": "#2AA198",
"foreground": "#657B83",
"green": "#859900",
"name": "Solarized Light",
"purple": "#D33682",
"red": "#DC322F",
"selectionBackground": "#FFFFFF",
"white": "#EEE8D5",
"yellow": "#B58900"
},
{
"background": "#000000",
"black": "#000000",
"blue": "#3465A4",
"brightBlack": "#555753",
"brightBlue": "#729FCF",
"brightCyan": "#34E2E2",
"brightGreen": "#8AE234",
"brightPurple": "#AD7FA8",
"brightRed": "#EF2929",
"brightWhite": "#EEEEEC",
"brightYellow": "#FCE94F",
"cursorColor": "#FFFFFF",
"cyan": "#06989A",
"foreground": "#D3D7CF",
"green": "#4E9A06",
"name": "Tango Dark",
"purple": "#75507B",
"red": "#CC0000",
"selectionBackground": "#FFFFFF",
"white": "#D3D7CF",
"yellow": "#C4A000"
},
{
"background": "#FFFFFF",
"black": "#000000",
"blue": "#3465A4",
"brightBlack": "#555753",
"brightBlue": "#729FCF",
"brightCyan": "#34E2E2",
"brightGreen": "#8AE234",
"brightPurple": "#AD7FA8",
"brightRed": "#EF2929",
"brightWhite": "#EEEEEC",
"brightYellow": "#FCE94F",
"cursorColor": "#000000",
"cyan": "#06989A",
"foreground": "#555753",
"green": "#4E9A06",
"name": "Tango Light",
"purple": "#75507B",
"red": "#CC0000",
"selectionBackground": "#FFFFFF",
"white": "#D3D7CF",
"yellow": "#C4A000"
},
{
"background": "#000000",
"black": "#000000",
"blue": "#000080",
"brightBlack": "#808080",
"brightBlue": "#0000FF",
"brightCyan": "#00FFFF",
"brightGreen": "#00FF00",
"brightPurple": "#FF00FF",
"brightRed": "#FF0000",
"brightWhite": "#FFFFFF",
"brightYellow": "#FFFF00",
"cursorColor": "#FFFFFF",
"cyan": "#008080",
"foreground": "#C0C0C0",
"green": "#008000",
"name": "Vintage",
"purple": "#800080",
"red": "#800000",
"selectionBackground": "#FFFFFF",
"white": "#C0C0C0",
"yellow": "#808000"
}
]
}
{
"$help": "https://aka.ms/terminal-documentation",
"$schema": "https://aka.ms/terminal-profiles-schema",
"actions": [
{
"command": "paste",
"keys": "ctrl+v"
},
{
"command": {
"action": "copy",
"singleLine": false
},
"keys": "ctrl+c"
},
{
"command": "find",
"keys": "ctrl+shift+f"
},
{
"command": {
"action": "splitPane",
"split": "auto",
"splitMode": "duplicate"
},
"keys": "alt+shift+d"
}
],
"copyFormatting": "none",
"copyOnSelect": false,
"defaultProfile": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"profiles": {
"defaults": {
"font": {
"face": "Cascadia Mono PL"
},
"backgroundImage": "G:/My Drive/images/wallpaper/img6533310003216502366.png"
},
"list": [
{
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"hidden": false,
"name": "Windows PowerShell"
},
{
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
"hidden": false,
"name": "Command Prompt"
},
{
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
"hidden": false,
"name": "Azure Cloud Shell",
"source": "Windows.Terminal.Azure"
},
{
"guid": "{2c4de342-38b7-51cf-b940-2309a097f518}",
"hidden": false,
"name": "Ubuntu",
"source": "Windows.Terminal.Wsl"
},
{
"guid": "{65eefe43-3885-58ad-be71-ca6ad53cfcda}",
"hidden": false,
"name": "OracleLinux_8_6",
"source": "Windows.Terminal.Wsl"
}
]
},
"schemes": [
{
"background": "#0C0C0C",
"black": "#0C0C0C",
"blue": "#0037DA",
"brightBlack": "#767676",
"brightBlue": "#3B78FF",
"brightCyan": "#61D6D6",
"brightGreen": "#16C60C",
"brightPurple": "#B4009E",
"brightRed": "#E74856",
"brightWhite": "#F2F2F2",
"brightYellow": "#F9F1A5",
"cursorColor": "#FFFFFF",
"cyan": "#3A96DD",
"foreground": "#CCCCCC",
"green": "#13A10E",
"name": "Campbell",
"purple": "#881798",
"red": "#C50F1F",
"selectionBackground": "#FFFFFF",
"white": "#CCCCCC",
"yellow": "#C19C00"
},
{
"background": "#012456",
"black": "#0C0C0C",
"blue": "#0037DA",
"brightBlack": "#767676",
"brightBlue": "#3B78FF",
"brightCyan": "#61D6D6",
"brightGreen": "#16C60C",
"brightPurple": "#B4009E",
"brightRed": "#E74856",
"brightWhite": "#F2F2F2",
"brightYellow": "#F9F1A5",
"cursorColor": "#FFFFFF",
"cyan": "#3A96DD",
"foreground": "#CCCCCC",
"green": "#13A10E",
"name": "Campbell Powershell",
"purple": "#881798",
"red": "#C50F1F",
"selectionBackground": "#FFFFFF",
"white": "#CCCCCC",
"yellow": "#C19C00"
},
{
"background": "#282C34",
"black": "#282C34",
"blue": "#61AFEF",
"brightBlack": "#5A6374",
"brightBlue": "#61AFEF",
"brightCyan": "#56B6C2",
"brightGreen": "#98C379",
"brightPurple": "#C678DD",
"brightRed": "#E06C75",
"brightWhite": "#DCDFE4",
"brightYellow": "#E5C07B",
"cursorColor": "#FFFFFF",
"cyan": "#56B6C2",
"foreground": "#DCDFE4",
"green": "#98C379",
"name": "One Half Dark",
"purple": "#C678DD",
"red": "#E06C75",
"selectionBackground": "#FFFFFF",
"white": "#DCDFE4",
"yellow": "#E5C07B"
},
{
"background": "#FAFAFA",
"black": "#383A42",
"blue": "#0184BC",
"brightBlack": "#4F525D",
"brightBlue": "#61AFEF",
"brightCyan": "#56B5C1",
"brightGreen": "#98C379",
"brightPurple": "#C577DD",
"brightRed": "#DF6C75",
"brightWhite": "#FFFFFF",
"brightYellow": "#E4C07A",
"cursorColor": "#4F525D",
"cyan": "#0997B3",
"foreground": "#383A42",
"green": "#50A14F",
"name": "One Half Light",
"purple": "#A626A4",
"red": "#E45649",
"selectionBackground": "#FFFFFF",
"white": "#FAFAFA",
"yellow": "#C18301"
},
{
"background": "#002B36",
"black": "#002B36",
"blue": "#268BD2",
"brightBlack": "#073642",
"brightBlue": "#839496",
"brightCyan": "#93A1A1",
"brightGreen": "#586E75",
"brightPurple": "#6C71C4",
"brightRed": "#CB4B16",
"brightWhite": "#FDF6E3",
"brightYellow": "#657B83",
"cursorColor": "#FFFFFF",
"cyan": "#2AA198",
"foreground": "#839496",
"green": "#859900",
"name": "Solarized Dark",
"purple": "#D33682",
"red": "#DC322F",
"selectionBackground": "#FFFFFF",
"white": "#EEE8D5",
"yellow": "#B58900"
},
{
"background": "#FDF6E3",
"black": "#002B36",
"blue": "#268BD2",
"brightBlack": "#073642",
"brightBlue": "#839496",
"brightCyan": "#93A1A1",
"brightGreen": "#586E75",
"brightPurple": "#6C71C4",
"brightRed": "#CB4B16",
"brightWhite": "#FDF6E3",
"brightYellow": "#657B83",
"cursorColor": "#002B36",
"cyan": "#2AA198",
"foreground": "#657B83",
"green": "#859900",
"name": "Solarized Light",
"purple": "#D33682",
"red": "#DC322F",
"selectionBackground": "#FFFFFF",
"white": "#EEE8D5",
"yellow": "#B58900"
},
{
"background": "#000000",
"black": "#000000",
"blue": "#3465A4",
"brightBlack": "#555753",
"brightBlue": "#729FCF",
"brightCyan": "#34E2E2",
"brightGreen": "#8AE234",
"brightPurple": "#AD7FA8",
"brightRed": "#EF2929",
"brightWhite": "#EEEEEC",
"brightYellow": "#FCE94F",
"cursorColor": "#FFFFFF",
"cyan": "#06989A",
"foreground": "#D3D7CF",
"green": "#4E9A06",
"name": "Tango Dark",
"purple": "#75507B",
"red": "#CC0000",
"selectionBackground": "#FFFFFF",
"white": "#D3D7CF",
"yellow": "#C4A000"
},
{
"background": "#FFFFFF",
"black": "#000000",
"blue": "#3465A4",
"brightBlack": "#555753",
"brightBlue": "#729FCF",
"brightCyan": "#34E2E2",
"brightGreen": "#8AE234",
"brightPurple": "#AD7FA8",
"brightRed": "#EF2929",
"brightWhite": "#EEEEEC",
"brightYellow": "#FCE94F",
"cursorColor": "#000000",
"cyan": "#06989A",
"foreground": "#555753",
"green": "#4E9A06",
"name": "Tango Light",
"purple": "#75507B",
"red": "#CC0000",
"selectionBackground": "#FFFFFF",
"white": "#D3D7CF",
"yellow": "#C4A000"
},
{
"background": "#000000",
"black": "#000000",
"blue": "#000080",
"brightBlack": "#808080",
"brightBlue": "#0000FF",
"brightCyan": "#00FFFF",
"brightGreen": "#00FF00",
"brightPurple": "#FF00FF",
"brightRed": "#FF0000",
"brightWhite": "#FFFFFF",
"brightYellow": "#FFFF00",
"cursorColor": "#FFFFFF",
"cyan": "#008080",
"foreground": "#C0C0C0",
"green": "#008000",
"name": "Vintage",
"purple": "#800080",
"red": "#800000",
"selectionBackground": "#FFFFFF",
"white": "#C0C0C0",
"yellow": "#808000"
}
]
}
{
"$help": "https://aka.ms/terminal-documentation",
"$schema": "https://aka.ms/terminal-profiles-schema",
"actions": [
{
"command": "paste",
"keys": "ctrl+v"
},
{
"command": {
"action": "copy",
"singleLine": false
},
"keys": "ctrl+c"
},
{
"command": "find",
"keys": "ctrl+shift+f"
},
{
"command": {
"action": "splitPane",
"split": "auto",
"splitMode": "duplicate"
},
"keys": "alt+shift+d"
}
],
"copyFormatting": "none",
"copyOnSelect": false,
"defaultProfile": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"profiles": {
"defaults": {
"font": {
"face": "Cascadia Mono PL"
},
"backgroundImage": "G:/My Drive/images/wallpaper/img6533310003216502366.png",
"useAcrylic": true,
"backgroundImageOpacity": 0.2
},
"list": [
{
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"hidden": false,
"name": "Windows PowerShell"
},
{
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
"hidden": false,
"name": "Command Prompt"
},
{
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
"hidden": false,
"name": "Azure Cloud Shell",
"source": "Windows.Terminal.Azure"
},
{
"guid": "{2c4de342-38b7-51cf-b940-2309a097f518}",
"hidden": false,
"name": "Ubuntu",
"source": "Windows.Terminal.Wsl"
},
{
"guid": "{65eefe43-3885-58ad-be71-ca6ad53cfcda}",
"hidden": false,
"name": "OracleLinux_8_6",
"source": "Windows.Terminal.Wsl"
}
]
},
"schemes": [
{
"background": "#0C0C0C",
"black": "#0C0C0C",
"blue": "#0037DA",
"brightBlack": "#767676",
"brightBlue": "#3B78FF",
"brightCyan": "#61D6D6",
"brightGreen": "#16C60C",
"brightPurple": "#B4009E",
"brightRed": "#E74856",
"brightWhite": "#F2F2F2",
"brightYellow": "#F9F1A5",
"cursorColor": "#FFFFFF",
"cyan": "#3A96DD",
"foreground": "#CCCCCC",
"green": "#13A10E",
"name": "Campbell",
"purple": "#881798",
"red": "#C50F1F",
"selectionBackground": "#FFFFFF",
"white": "#CCCCCC",
"yellow": "#C19C00"
},
{
"background": "#012456",
"black": "#0C0C0C",
"blue": "#0037DA",
"brightBlack": "#767676",
"brightBlue": "#3B78FF",
"brightCyan": "#61D6D6",
"brightGreen": "#16C60C",
"brightPurple": "#B4009E",
"brightRed": "#E74856",
"brightWhite": "#F2F2F2",
"brightYellow": "#F9F1A5",
"cursorColor": "#FFFFFF",
"cyan": "#3A96DD",
"foreground": "#CCCCCC",
"green": "#13A10E",
"name": "Campbell Powershell",
"purple": "#881798",
"red": "#C50F1F",
"selectionBackground": "#FFFFFF",
"white": "#CCCCCC",
"yellow": "#C19C00"
},
{
"background": "#282C34",
"black": "#282C34",
"blue": "#61AFEF",
"brightBlack": "#5A6374",
"brightBlue": "#61AFEF",
"brightCyan": "#56B6C2",
"brightGreen": "#98C379",
"brightPurple": "#C678DD",
"brightRed": "#E06C75",
"brightWhite": "#DCDFE4",
"brightYellow": "#E5C07B",
"cursorColor": "#FFFFFF",
"cyan": "#56B6C2",
"foreground": "#DCDFE4",
"green": "#98C379",
"name": "One Half Dark",
"purple": "#C678DD",
"red": "#E06C75",
"selectionBackground": "#FFFFFF",
"white": "#DCDFE4",
"yellow": "#E5C07B"
},
{
"background": "#FAFAFA",
"black": "#383A42",
"blue": "#0184BC",
"brightBlack": "#4F525D",
"brightBlue": "#61AFEF",
"brightCyan": "#56B5C1",
"brightGreen": "#98C379",
"brightPurple": "#C577DD",
"brightRed": "#DF6C75",
"brightWhite": "#FFFFFF",
"brightYellow": "#E4C07A",
"cursorColor": "#4F525D",
"cyan": "#0997B3",
"foreground": "#383A42",
"green": "#50A14F",
"name": "One Half Light",
"purple": "#A626A4",
"red": "#E45649",
"selectionBackground": "#FFFFFF",
"white": "#FAFAFA",
"yellow": "#C18301"
},
{
"background": "#002B36",
"black": "#002B36",
"blue": "#268BD2",
"brightBlack": "#073642",
"brightBlue": "#839496",
"brightCyan": "#93A1A1",
"brightGreen": "#586E75",
"brightPurple": "#6C71C4",
"brightRed": "#CB4B16",
"brightWhite": "#FDF6E3",
"brightYellow": "#657B83",
"cursorColor": "#FFFFFF",
"cyan": "#2AA198",
"foreground": "#839496",
"green": "#859900",
"name": "Solarized Dark",
"purple": "#D33682",
"red": "#DC322F",
"selectionBackground": "#FFFFFF",
"white": "#EEE8D5",
"yellow": "#B58900"
},
{
"background": "#FDF6E3",
"black": "#002B36",
"blue": "#268BD2",
"brightBlack": "#073642",
"brightBlue": "#839496",
"brightCyan": "#93A1A1",
"brightGreen": "#586E75",
"brightPurple": "#6C71C4",
"brightRed": "#CB4B16",
"brightWhite": "#FDF6E3",
"brightYellow": "#657B83",
"cursorColor": "#002B36",
"cyan": "#2AA198",
"foreground": "#657B83",
"green": "#859900",
"name": "Solarized Light",
"purple": "#D33682",
"red": "#DC322F",
"selectionBackground": "#FFFFFF",
"white": "#EEE8D5",
"yellow": "#B58900"
},
{
"background": "#000000",
"black": "#000000",
"blue": "#3465A4",
"brightBlack": "#555753",
"brightBlue": "#729FCF",
"brightCyan": "#34E2E2",
"brightGreen": "#8AE234",
"brightPurple": "#AD7FA8",
"brightRed": "#EF2929",
"brightWhite": "#EEEEEC",
"brightYellow": "#FCE94F",
"cursorColor": "#FFFFFF",
"cyan": "#06989A",
"foreground": "#D3D7CF",
"green": "#4E9A06",
"name": "Tango Dark",
"purple": "#75507B",
"red": "#CC0000",
"selectionBackground": "#FFFFFF",
"white": "#D3D7CF",
"yellow": "#C4A000"
},
{
"background": "#FFFFFF",
"black": "#000000",
"blue": "#3465A4",
"brightBlack": "#555753",
"brightBlue": "#729FCF",
"brightCyan": "#34E2E2",
"brightGreen": "#8AE234",
"brightPurple": "#AD7FA8",
"brightRed": "#EF2929",
"brightWhite": "#EEEEEC",
"brightYellow": "#FCE94F",
"cursorColor": "#000000",
"cyan": "#06989A",
"foreground": "#555753",
"green": "#4E9A06",
"name": "Tango Light",
"purple": "#75507B",
"red": "#CC0000",
"selectionBackground": "#FFFFFF",
"white": "#D3D7CF",
"yellow": "#C4A000"
},
{
"background": "#000000",
"black": "#000000",
"blue": "#000080",
"brightBlack": "#808080",
"brightBlue": "#0000FF",
"brightCyan": "#00FFFF",
"brightGreen": "#00FF00",
"brightPurple": "#FF00FF",
"brightRed": "#FF0000",
"brightWhite": "#FFFFFF",
"brightYellow": "#FFFF00",
"cursorColor": "#FFFFFF",
"cyan": "#008080",
"foreground": "#C0C0C0",
"green": "#008000",
"name": "Vintage",
"purple": "#800080",
"red": "#800000",
"selectionBackground": "#FFFFFF",
"white": "#C0C0C0",
"yellow": "#808000"
}
]
}
{
"$help": "https://aka.ms/terminal-documentation",
"$schema": "https://aka.ms/terminal-profiles-schema",
"actions":
[
{
"command": "paste",
"keys": "ctrl+v"
},
{
"command":
{
"action": "copy",
"singleLine": false
},
"keys": "ctrl+c"
},
{
"command": "find",
"keys": "ctrl+shift+f"
},
{
"command":
{
"action": "splitPane",
"split": "auto",
"splitMode": "duplicate"
},
"keys": "alt+shift+d"
}
],
"copyFormatting": "none",
"copyOnSelect": false,
"defaultProfile": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"profiles":
{
"defaults":
{
"font":
{
"face": "Cascadia Mono PL"
}
},
"list":
[
{
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"hidden": false,
"name": "Windows PowerShell"
},
{
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
"hidden": false,
"name": "Command Prompt"
},
{
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
"hidden": false,
"name": "Azure Cloud Shell",
"source": "Windows.Terminal.Azure"
},
{
"guid": "{2c4de342-38b7-51cf-b940-2309a097f518}",
"hidden": false,
"name": "Ubuntu",
"source": "Windows.Terminal.Wsl"
},
{
"guid": "{65eefe43-3885-58ad-be71-ca6ad53cfcda}",
"hidden": false,
"name": "OracleLinux_8_6",
"source": "Windows.Terminal.Wsl"
}
]
},
"schemes":
[
{
"background": "#0C0C0C",
"black": "#0C0C0C",
"blue": "#0037DA",
"brightBlack": "#767676",
"brightBlue": "#3B78FF",
"brightCyan": "#61D6D6",
"brightGreen": "#16C60C",
"brightPurple": "#B4009E",
"brightRed": "#E74856",
"brightWhite": "#F2F2F2",
"brightYellow": "#F9F1A5",
"cursorColor": "#FFFFFF",
"cyan": "#3A96DD",
"foreground": "#CCCCCC",
"green": "#13A10E",
"name": "Campbell",
"purple": "#881798",
"red": "#C50F1F",
"selectionBackground": "#FFFFFF",
"white": "#CCCCCC",
"yellow": "#C19C00"
},
{
"background": "#012456",
"black": "#0C0C0C",
"blue": "#0037DA",
"brightBlack": "#767676",
"brightBlue": "#3B78FF",
"brightCyan": "#61D6D6",
"brightGreen": "#16C60C",
"brightPurple": "#B4009E",
"brightRed": "#E74856",
"brightWhite": "#F2F2F2",
"brightYellow": "#F9F1A5",
"cursorColor": "#FFFFFF",
"cyan": "#3A96DD",
"foreground": "#CCCCCC",
"green": "#13A10E",
"name": "Campbell Powershell",
"purple": "#881798",
"red": "#C50F1F",
"selectionBackground": "#FFFFFF",
"white": "#CCCCCC",
"yellow": "#C19C00"
},
{
"background": "#282C34",
"black": "#282C34",
"blue": "#61AFEF",
"brightBlack": "#5A6374",
"brightBlue": "#61AFEF",
"brightCyan": "#56B6C2",
"brightGreen": "#98C379",
"brightPurple": "#C678DD",
"brightRed": "#E06C75",
"brightWhite": "#DCDFE4",
"brightYellow": "#E5C07B",
"cursorColor": "#FFFFFF",
"cyan": "#56B6C2",
"foreground": "#DCDFE4",
"green": "#98C379",
"name": "One Half Dark",
"purple": "#C678DD",
"red": "#E06C75",
"selectionBackground": "#FFFFFF",
"white": "#DCDFE4",
"yellow": "#E5C07B"
},
{
"background": "#FAFAFA",
"black": "#383A42",
"blue": "#0184BC",
"brightBlack": "#4F525D",
"brightBlue": "#61AFEF",
"brightCyan": "#56B5C1",
"brightGreen": "#98C379",
"brightPurple": "#C577DD",
"brightRed": "#DF6C75",
"brightWhite": "#FFFFFF",
"brightYellow": "#E4C07A",
"cursorColor": "#4F525D",
"cyan": "#0997B3",
"foreground": "#383A42",
"green": "#50A14F",
"name": "One Half Light",
"purple": "#A626A4",
"red": "#E45649",
"selectionBackground": "#FFFFFF",
"white": "#FAFAFA",
"yellow": "#C18301"
},
{
"background": "#002B36",
"black": "#002B36",
"blue": "#268BD2",
"brightBlack": "#073642",
"brightBlue": "#839496",
"brightCyan": "#93A1A1",
"brightGreen": "#586E75",
"brightPurple": "#6C71C4",
"brightRed": "#CB4B16",
"brightWhite": "#FDF6E3",
"brightYellow": "#657B83",
"cursorColor": "#FFFFFF",
"cyan": "#2AA198",
"foreground": "#839496",
"green": "#859900",
"name": "Solarized Dark",
"purple": "#D33682",
"red": "#DC322F",
"selectionBackground": "#FFFFFF",
"white": "#EEE8D5",
"yellow": "#B58900"
},
{
"background": "#FDF6E3",
"black": "#002B36",
"blue": "#268BD2",
"brightBlack": "#073642",
"brightBlue": "#839496",
"brightCyan": "#93A1A1",
"brightGreen": "#586E75",
"brightPurple": "#6C71C4",
"brightRed": "#CB4B16",
"brightWhite": "#FDF6E3",
"brightYellow": "#657B83",
"cursorColor": "#002B36",
"cyan": "#2AA198",
"foreground": "#657B83",
"green": "#859900",
"name": "Solarized Light",
"purple": "#D33682",
"red": "#DC322F",
"selectionBackground": "#FFFFFF",
"white": "#EEE8D5",
"yellow": "#B58900"
},
{
"background": "#000000",
"black": "#000000",
"blue": "#3465A4",
"brightBlack": "#555753",
"brightBlue": "#729FCF",
"brightCyan": "#34E2E2",
"brightGreen": "#8AE234",
"brightPurple": "#AD7FA8",
"brightRed": "#EF2929",
"brightWhite": "#EEEEEC",
"brightYellow": "#FCE94F",
"cursorColor": "#FFFFFF",
"cyan": "#06989A",
"foreground": "#D3D7CF",
"green": "#4E9A06",
"name": "Tango Dark",
"purple": "#75507B",
"red": "#CC0000",
"selectionBackground": "#FFFFFF",
"white": "#D3D7CF",
"yellow": "#C4A000"
},
{
"background": "#FFFFFF",
"black": "#000000",
"blue": "#3465A4",
"brightBlack": "#555753",
"brightBlue": "#729FCF",
"brightCyan": "#34E2E2",
"brightGreen": "#8AE234",
"brightPurple": "#AD7FA8",
"brightRed": "#EF2929",
"brightWhite": "#EEEEEC",
"brightYellow": "#FCE94F",
"cursorColor": "#000000",
"cyan": "#06989A",
"foreground": "#555753",
"green": "#4E9A06",
"name": "Tango Light",
"purple": "#75507B",
"red": "#CC0000",
"selectionBackground": "#FFFFFF",
"white": "#D3D7CF",
"yellow": "#C4A000"
},
{
"background": "#000000",
"black": "#000000",
"blue": "#000080",
"brightBlack": "#808080",
"brightBlue": "#0000FF",
"brightCyan": "#00FFFF",
"brightGreen": "#00FF00",
"brightPurple": "#FF00FF",
"brightRed": "#FF0000",
"brightWhite": "#FFFFFF",
"brightYellow": "#FFFF00",
"cursorColor": "#FFFFFF",
"cyan": "#008080",
"foreground": "#C0C0C0",
"green": "#008000",
"name": "Vintage",
"purple": "#800080",
"red": "#800000",
"selectionBackground": "#FFFFFF",
"white": "#C0C0C0",
"yellow": "#808000"
}
]
}
{
"$help": "https://aka.ms/terminal-documentation",
"$schema": "https://aka.ms/terminal-profiles-schema",
"actions":
[
{
"command": "paste",
"keys": "ctrl+v"
},
{
"command":
{
"action": "copy",
"singleLine": false
},
"keys": "ctrl+c"
},
{
"command": "find",
"keys": "ctrl+shift+f"
},
{
"command":
{
"action": "splitPane",
"split": "auto",
"splitMode": "duplicate"
},
"keys": "alt+shift+d"
}
],
"copyFormatting": "none",
"copyOnSelect": false,
"defaultProfile": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"profiles":
{
"defaults":
{
"font":
{
"face": "Cascadia Mono PL"
},
"backgroundImage": "G:\My Drive\images\wallpaper\img6533310003216502366.png"
},
"list":
[
{
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"hidden": false,
"name": "Windows PowerShell"
},
{
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
"hidden": false,
"name": "Command Prompt"
},
{
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
"hidden": false,
"name": "Azure Cloud Shell",
"source": "Windows.Terminal.Azure"
},
{
"guid": "{2c4de342-38b7-51cf-b940-2309a097f518}",
"hidden": false,
"name": "Ubuntu",
"source": "Windows.Terminal.Wsl"
},
{
"guid": "{65eefe43-3885-58ad-be71-ca6ad53cfcda}",
"hidden": false,
"name": "OracleLinux_8_6",
"source": "Windows.Terminal.Wsl"
}
]
},
"schemes":
[
{
"background": "#0C0C0C",
"black": "#0C0C0C",
"blue": "#0037DA",
"brightBlack": "#767676",
"brightBlue": "#3B78FF",
"brightCyan": "#61D6D6",
"brightGreen": "#16C60C",
"brightPurple": "#B4009E",
"brightRed": "#E74856",
"brightWhite": "#F2F2F2",
"brightYellow": "#F9F1A5",
"cursorColor": "#FFFFFF",
"cyan": "#3A96DD",
"foreground": "#CCCCCC",
"green": "#13A10E",
"name": "Campbell",
"purple": "#881798",
"red": "#C50F1F",
"selectionBackground": "#FFFFFF",
"white": "#CCCCCC",
"yellow": "#C19C00"
},
{
"background": "#012456",
"black": "#0C0C0C",
"blue": "#0037DA",
"brightBlack": "#767676",
"brightBlue": "#3B78FF",
"brightCyan": "#61D6D6",
"brightGreen": "#16C60C",
"brightPurple": "#B4009E",
"brightRed": "#E74856",
"brightWhite": "#F2F2F2",
"brightYellow": "#F9F1A5",
"cursorColor": "#FFFFFF",
"cyan": "#3A96DD",
"foreground": "#CCCCCC",
"green": "#13A10E",
"name": "Campbell Powershell",
"purple": "#881798",
"red": "#C50F1F",
"selectionBackground": "#FFFFFF",
"white": "#CCCCCC",
"yellow": "#C19C00"
},
{
"background": "#282C34",
"black": "#282C34",
"blue": "#61AFEF",
"brightBlack": "#5A6374",
"brightBlue": "#61AFEF",
"brightCyan": "#56B6C2",
"brightGreen": "#98C379",
"brightPurple": "#C678DD",
"brightRed": "#E06C75",
"brightWhite": "#DCDFE4",
"brightYellow": "#E5C07B",
"cursorColor": "#FFFFFF",
"cyan": "#56B6C2",
"foreground": "#DCDFE4",
"green": "#98C379",
"name": "One Half Dark",
"purple": "#C678DD",
"red": "#E06C75",
"selectionBackground": "#FFFFFF",
"white": "#DCDFE4",
"yellow": "#E5C07B"
},
{
"background": "#FAFAFA",
"black": "#383A42",
"blue": "#0184BC",
"brightBlack": "#4F525D",
"brightBlue": "#61AFEF",
"brightCyan": "#56B5C1",
"brightGreen": "#98C379",
"brightPurple": "#C577DD",
"brightRed": "#DF6C75",
"brightWhite": "#FFFFFF",
"brightYellow": "#E4C07A",
"cursorColor": "#4F525D",
"cyan": "#0997B3",
"foreground": "#383A42",
"green": "#50A14F",
"name": "One Half Light",
"purple": "#A626A4",
"red": "#E45649",
"selectionBackground": "#FFFFFF",
"white": "#FAFAFA",
"yellow": "#C18301"
},
{
"background": "#002B36",
"black": "#002B36",
"blue": "#268BD2",
"brightBlack": "#073642",
"brightBlue": "#839496",
"brightCyan": "#93A1A1",
"brightGreen": "#586E75",
"brightPurple": "#6C71C4",
"brightRed": "#CB4B16",
"brightWhite": "#FDF6E3",
"brightYellow": "#657B83",
"cursorColor": "#FFFFFF",
"cyan": "#2AA198",
"foreground": "#839496",
"green": "#859900",
"name": "Solarized Dark",
"purple": "#D33682",
"red": "#DC322F",
"selectionBackground": "#FFFFFF",
"white": "#EEE8D5",
"yellow": "#B58900"
},
{
"background": "#FDF6E3",
"black": "#002B36",
"blue": "#268BD2",
"brightBlack": "#073642",
"brightBlue": "#839496",
"brightCyan": "#93A1A1",
"brightGreen": "#586E75",
"brightPurple": "#6C71C4",
"brightRed": "#CB4B16",
"brightWhite": "#FDF6E3",
"brightYellow": "#657B83",
"cursorColor": "#002B36",
"cyan": "#2AA198",
"foreground": "#657B83",
"green": "#859900",
"name": "Solarized Light",
"purple": "#D33682",
"red": "#DC322F",
"selectionBackground": "#FFFFFF",
"white": "#EEE8D5",
"yellow": "#B58900"
},
{
"background": "#000000",
"black": "#000000",
"blue": "#3465A4",
"brightBlack": "#555753",
"brightBlue": "#729FCF",
"brightCyan": "#34E2E2",
"brightGreen": "#8AE234",
"brightPurple": "#AD7FA8",
"brightRed": "#EF2929",
"brightWhite": "#EEEEEC",
"brightYellow": "#FCE94F",
"cursorColor": "#FFFFFF",
"cyan": "#06989A",
"foreground": "#D3D7CF",
"green": "#4E9A06",
"name": "Tango Dark",
"purple": "#75507B",
"red": "#CC0000",
"selectionBackground": "#FFFFFF",
"white": "#D3D7CF",
"yellow": "#C4A000"
},
{
"background": "#FFFFFF",
"black": "#000000",
"blue": "#3465A4",
"brightBlack": "#555753",
"brightBlue": "#729FCF",
"brightCyan": "#34E2E2",
"brightGreen": "#8AE234",
"brightPurple": "#AD7FA8",
"brightRed": "#EF2929",
"brightWhite": "#EEEEEC",
"brightYellow": "#FCE94F",
"cursorColor": "#000000",
"cyan": "#06989A",
"foreground": "#555753",
"green": "#4E9A06",
"name": "Tango Light",
"purple": "#75507B",
"red": "#CC0000",
"selectionBackground": "#FFFFFF",
"white": "#D3D7CF",
"yellow": "#C4A000"
},
{
"background": "#000000",
"black": "#000000",
"blue": "#000080",
"brightBlack": "#808080",
"brightBlue": "#0000FF",
"brightCyan": "#00FFFF",
"brightGreen": "#00FF00",
"brightPurple": "#FF00FF",
"brightRed": "#FF0000",
"brightWhite": "#FFFFFF",
"brightYellow": "#FFFF00",
"cursorColor": "#FFFFFF",
"cyan": "#008080",
"foreground": "#C0C0C0",
"green": "#008000",
"name": "Vintage",
"purple": "#800080",
"red": "#800000",
"selectionBackground": "#FFFFFF",
"white": "#C0C0C0",
"yellow": "#808000"
}
]
}
{"version":1,"resource":"file:///c%3A/Users/Jason/Documents/Github/acmcsuf.com/src/lib/public/blog/urls.ts","entries":[{"id":"dNlR.ts","timestamp":1665310461725},{"id":"Rckx.ts","timestamp":1665310679209}]}
{"version":1,"resource":"file:///c%3A/Users/Jason/Documents/Github/cpsc349-project2/html/login.html","entries":[{"id":"PYDh.html","source":"textFileCreate.source","timestamp":1668318525892},{"id":"Hd6o.html","timestamp":1668318664759}]}
This file has been truncated, but you can view the full file.
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v3.1/win-x86",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v3.1": {},
".NETCoreApp,Version=v3.1/win-x86": {
"Microsoft.Build.Tasks.Git/1.1.0-beta-20206-02": {},
"Microsoft.NETCore.App/3.1.14-servicing.21165.2": {
"dependencies": {
"Microsoft.NETCore.Platforms": "3.1.6"
}
},
"Microsoft.NETCore.App.Internal/3.1.14-servicing.21165.2": {
"dependencies": {
"Microsoft.NETCore.DotNetHostPolicy": "3.1.14",
"Microsoft.NETCore.Platforms": "3.1.6",
"Microsoft.NETCore.Targets": "3.1.0",
"NETStandard.Library": "2.1.0",
"runtime.win-x86.Microsoft.NETCore.App": "3.1.14-servicing.21165.2"
}
},
"Microsoft.NETCore.DotNetHostPolicy/3.1.14": {
"dependencies": {
"runtime.win-x86.Microsoft.NETCore.DotNetHostPolicy": "3.1.14"
}
},
"Microsoft.NETCore.Platforms/3.1.6": {},
"Microsoft.NETCore.Targets/3.1.0": {},
"Microsoft.SourceLink.AzureRepos.Git/1.1.0-beta-20206-02": {
"dependencies": {
"Microsoft.Build.Tasks.Git": "1.1.0-beta-20206-02",
"Microsoft.SourceLink.Common": "1.1.0-beta-20206-02"
}
},
"Microsoft.SourceLink.Common/1.1.0-beta-20206-02": {},
"Microsoft.SourceLink.GitHub/1.1.0-beta-20206-02": {
"dependencies": {
"Microsoft.Build.Tasks.Git": "1.1.0-beta-20206-02",
"Microsoft.SourceLink.Common": "1.1.0-beta-20206-02"
}
},
"NETStandard.Library/2.1.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "3.1.6"
}
},
"runtime.win-x86.Microsoft.NETCore.App/3.1.14-servicing.21165.2": {
"runtime": {
"runtimes/win-x86/lib/netcoreapp3.1/Microsoft.CSharp.dll": {
"assemblyVersion": "4.0.5.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/Microsoft.VisualBasic.Core.dll": {
"assemblyVersion": "10.0.5.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/Microsoft.VisualBasic.dll": {
"assemblyVersion": "10.0.0.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/Microsoft.Win32.Primitives.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/Microsoft.Win32.Registry.dll": {
"assemblyVersion": "4.1.3.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.AppContext.dll": {
"assemblyVersion": "4.2.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Buffers.dll": {
"assemblyVersion": "4.0.5.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Collections.Concurrent.dll": {
"assemblyVersion": "4.0.15.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Collections.Immutable.dll": {
"assemblyVersion": "1.2.5.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Collections.NonGeneric.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Collections.Specialized.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Collections.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.ComponentModel.Annotations.dll": {
"assemblyVersion": "4.3.1.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.ComponentModel.DataAnnotations.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.ComponentModel.EventBasedAsync.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.ComponentModel.Primitives.dll": {
"assemblyVersion": "4.2.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.ComponentModel.TypeConverter.dll": {
"assemblyVersion": "4.2.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.ComponentModel.dll": {
"assemblyVersion": "4.0.4.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Configuration.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Console.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Core.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Data.Common.dll": {
"assemblyVersion": "4.2.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Data.DataSetExtensions.dll": {
"assemblyVersion": "4.0.1.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Data.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Diagnostics.Contracts.dll": {
"assemblyVersion": "4.0.4.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Diagnostics.Debug.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Diagnostics.DiagnosticSource.dll": {
"assemblyVersion": "4.0.5.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Diagnostics.FileVersionInfo.dll": {
"assemblyVersion": "4.0.4.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Diagnostics.Process.dll": {
"assemblyVersion": "4.2.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Diagnostics.StackTrace.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Diagnostics.TextWriterTraceListener.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Diagnostics.Tools.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Diagnostics.TraceSource.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Diagnostics.Tracing.dll": {
"assemblyVersion": "4.2.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Drawing.Primitives.dll": {
"assemblyVersion": "4.2.1.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Drawing.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Dynamic.Runtime.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Globalization.Calendars.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Globalization.Extensions.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Globalization.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.IO.Compression.Brotli.dll": {
"assemblyVersion": "4.2.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.IO.Compression.FileSystem.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.IO.Compression.ZipFile.dll": {
"assemblyVersion": "4.0.5.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.IO.Compression.dll": {
"assemblyVersion": "4.2.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.IO.FileSystem.AccessControl.dll": {
"assemblyVersion": "4.0.5.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.IO.FileSystem.DriveInfo.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.IO.FileSystem.Primitives.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.IO.FileSystem.Watcher.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.IO.FileSystem.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.IO.IsolatedStorage.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.IO.MemoryMappedFiles.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.IO.Pipes.AccessControl.dll": {
"assemblyVersion": "4.0.5.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.IO.Pipes.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.IO.UnmanagedMemoryStream.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.IO.dll": {
"assemblyVersion": "4.2.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Linq.Expressions.dll": {
"assemblyVersion": "4.2.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Linq.Parallel.dll": {
"assemblyVersion": "4.0.4.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Linq.Queryable.dll": {
"assemblyVersion": "4.0.4.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Linq.dll": {
"assemblyVersion": "4.2.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Memory.dll": {
"assemblyVersion": "4.2.1.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Net.Http.dll": {
"assemblyVersion": "4.2.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Net.HttpListener.dll": {
"assemblyVersion": "4.0.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Net.Mail.dll": {
"assemblyVersion": "4.0.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Net.NameResolution.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Net.NetworkInformation.dll": {
"assemblyVersion": "4.2.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Net.Ping.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Net.Primitives.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Net.Requests.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Net.Security.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Net.ServicePoint.dll": {
"assemblyVersion": "4.0.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Net.Sockets.dll": {
"assemblyVersion": "4.2.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Net.WebClient.dll": {
"assemblyVersion": "4.0.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Net.WebHeaderCollection.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Net.WebProxy.dll": {
"assemblyVersion": "4.0.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Net.WebSockets.Client.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Net.WebSockets.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Net.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Numerics.Vectors.dll": {
"assemblyVersion": "4.1.6.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Numerics.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.ObjectModel.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Private.DataContractSerialization.dll": {
"assemblyVersion": "4.1.5.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Private.Uri.dll": {
"assemblyVersion": "4.0.6.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Private.Xml.Linq.dll": {
"assemblyVersion": "4.0.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Private.Xml.dll": {
"assemblyVersion": "4.0.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Reflection.DispatchProxy.dll": {
"assemblyVersion": "4.0.6.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Reflection.Emit.ILGeneration.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Reflection.Emit.Lightweight.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Reflection.Emit.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Reflection.Extensions.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Reflection.Metadata.dll": {
"assemblyVersion": "1.4.5.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Reflection.Primitives.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Reflection.TypeExtensions.dll": {
"assemblyVersion": "4.1.5.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Reflection.dll": {
"assemblyVersion": "4.2.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Resources.Reader.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Resources.ResourceManager.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Resources.Writer.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.dll": {
"assemblyVersion": "4.0.6.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Runtime.CompilerServices.VisualC.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Runtime.Extensions.dll": {
"assemblyVersion": "4.2.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Runtime.Handles.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Runtime.InteropServices.RuntimeInformation.dll": {
"assemblyVersion": "4.0.4.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Runtime.InteropServices.WindowsRuntime.dll": {
"assemblyVersion": "4.0.4.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Runtime.InteropServices.dll": {
"assemblyVersion": "4.2.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Runtime.Intrinsics.dll": {
"assemblyVersion": "4.0.1.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Runtime.Loader.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Runtime.Numerics.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Runtime.Serialization.Formatters.dll": {
"assemblyVersion": "4.0.4.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Runtime.Serialization.Json.dll": {
"assemblyVersion": "4.0.5.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Runtime.Serialization.Primitives.dll": {
"assemblyVersion": "4.2.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Runtime.Serialization.Xml.dll": {
"assemblyVersion": "4.1.5.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Runtime.Serialization.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Runtime.WindowsRuntime.UI.Xaml.dll": {
"assemblyVersion": "4.0.5.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Runtime.WindowsRuntime.dll": {
"assemblyVersion": "4.0.15.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Runtime.dll": {
"assemblyVersion": "4.2.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Security.AccessControl.dll": {
"assemblyVersion": "4.1.3.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Security.Claims.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Security.Cryptography.Algorithms.dll": {
"assemblyVersion": "4.3.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Security.Cryptography.Cng.dll": {
"assemblyVersion": "4.3.3.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Security.Cryptography.Csp.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Security.Cryptography.Encoding.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Security.Cryptography.OpenSsl.dll": {
"assemblyVersion": "4.1.3.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Security.Cryptography.Primitives.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Security.Cryptography.X509Certificates.dll": {
"assemblyVersion": "4.2.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Security.Principal.Windows.dll": {
"assemblyVersion": "4.1.3.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Security.Principal.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Security.SecureString.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Security.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.ServiceModel.Web.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.ServiceProcess.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Text.Encoding.CodePages.dll": {
"assemblyVersion": "4.1.3.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Text.Encoding.Extensions.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Text.Encoding.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Text.Encodings.Web.dll": {
"assemblyVersion": "4.0.5.1",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Text.Json.dll": {
"assemblyVersion": "4.0.1.2",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Text.RegularExpressions.dll": {
"assemblyVersion": "4.2.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Threading.Channels.dll": {
"assemblyVersion": "4.0.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Threading.Overlapped.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Threading.Tasks.Dataflow.dll": {
"assemblyVersion": "4.6.5.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Threading.Tasks.Extensions.dll": {
"assemblyVersion": "4.3.1.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Threading.Tasks.Parallel.dll": {
"assemblyVersion": "4.0.4.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Threading.Tasks.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Threading.Thread.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Threading.ThreadPool.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Threading.Timer.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Threading.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Transactions.Local.dll": {
"assemblyVersion": "4.0.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Transactions.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.ValueTuple.dll": {
"assemblyVersion": "4.0.5.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Web.HttpUtility.dll": {
"assemblyVersion": "4.0.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Web.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Windows.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Xml.Linq.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Xml.ReaderWriter.dll": {
"assemblyVersion": "4.2.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Xml.Serialization.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Xml.XDocument.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Xml.XPath.XDocument.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Xml.XPath.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Xml.XmlDocument.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Xml.XmlSerializer.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.Xml.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netcoreapp3.1/System.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/win-x86/lib/netc
View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment