From b3428b0fe4ad3ba162e0230d58b3485f611ffb05 Mon Sep 17 00:00:00 2001 From: Hew Li Yang Date: Wed, 30 Oct 2024 17:34:50 +0800 Subject: [PATCH 1/3] chore: next --- package.json | 24 +- pnpm-lock.yaml | 3831 ++++++++++++++----------- src/{app.pcss => app.css} | 4 + src/lib/components/Search.svelte | 81 +- src/lib/components/Sparkline.svelte | 1 - src/routes/+layout.svelte | 52 +- src/routes/+page.svelte | 49 +- src/routes/degree/[slug]/+page.svelte | 52 +- src/routes/disclaimers/+page.svelte | 225 +- 9 files changed, 2357 insertions(+), 1962 deletions(-) rename src/{app.pcss => app.css} (95%) diff --git a/package.json b/package.json index 225bbcf..cbe15a3 100644 --- a/package.json +++ b/package.json @@ -10,23 +10,23 @@ "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch" }, "devDependencies": { - "@sveltejs/adapter-auto": "^3.0.0", - "@sveltejs/kit": "^2.0.0", - "@sveltejs/vite-plugin-svelte": "^3.0.0", + "@sveltejs/adapter-auto": "^3.1.1", + "@sveltejs/kit": "^2.5.3", + "@sveltejs/vite-plugin-svelte": "^3.0.2", "@types/d3": "^7.4.3", "@types/file-saver": "^2.0.7", "@types/katex": "^0.16.7", "@types/lodash": "^4.17.0", "@vincjo/datatables": "^1.14.5", - "autoprefixer": "^10.4.16", - "postcss": "^8.4.32", - "postcss-load-config": "^5.0.2", - "svelte": "^4.2.7", - "svelte-check": "^3.6.0", - "tailwindcss": "^3.3.6", - "tslib": "^2.4.1", - "typescript": "^5.0.0", - "vite": "^5.0.3" + "autoprefixer": "^10.4.18", + "postcss": "^8.4.35", + "postcss-load-config": "^5.0.3", + "svelte": "^4.2.12", + "svelte-check": "^3.6.6", + "tailwindcss": "^3.4.1", + "tslib": "^2.6.2", + "typescript": "^5.4.2", + "vite": "^5.1.6" }, "type": "module", "dependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e0014af..b6a9c23 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,1614 +1,953 @@ -lockfileVersion: '6.0' +lockfileVersion: '9.0' settings: autoInstallPeers: true excludeLinksFromLockfile: false -dependencies: - '@fontsource-variable/inter': - specifier: ^5.0.18 - version: 5.0.18 - '@unovis/svelte': - specifier: 1.3.6-beta.0 - version: 1.3.6-beta.0(@unovis/ts@1.3.6-beta.0)(svelte@4.2.12) - '@unovis/ts': - specifier: 1.3.6-beta.0 - version: 1.3.6-beta.0 - file-saver: - specifier: ^2.0.5 - version: 2.0.5 - lodash: - specifier: ^4.17.21 - version: 4.17.21 - lucide-svelte: - specifier: ^0.368.0 - version: 0.368.0(svelte@4.2.12) - -devDependencies: - '@sveltejs/adapter-auto': - specifier: ^3.0.0 - version: 3.1.1(@sveltejs/kit@2.5.3) - '@sveltejs/kit': - specifier: ^2.0.0 - version: 2.5.3(@sveltejs/vite-plugin-svelte@3.0.2)(svelte@4.2.12)(vite@5.1.6) - '@sveltejs/vite-plugin-svelte': - specifier: ^3.0.0 - version: 3.0.2(svelte@4.2.12)(vite@5.1.6) - '@types/d3': - specifier: ^7.4.3 - version: 7.4.3 - '@types/file-saver': - specifier: ^2.0.7 - version: 2.0.7 - '@types/katex': - specifier: ^0.16.7 - version: 0.16.7 - '@types/lodash': - specifier: ^4.17.0 - version: 4.17.0 - '@vincjo/datatables': - specifier: ^1.14.5 - version: 1.14.5(svelte@4.2.12) - autoprefixer: - specifier: ^10.4.16 - version: 10.4.18(postcss@8.4.35) - postcss: - specifier: ^8.4.32 - version: 8.4.35 - postcss-load-config: - specifier: ^5.0.2 - version: 5.0.3(postcss@8.4.35) - svelte: - specifier: ^4.2.7 - version: 4.2.12 - svelte-check: - specifier: ^3.6.0 - version: 3.6.6(postcss-load-config@5.0.3)(postcss@8.4.35)(svelte@4.2.12) - tailwindcss: - specifier: ^3.3.6 - version: 3.4.1 - tslib: - specifier: ^2.4.1 - version: 2.6.2 - typescript: - specifier: ^5.0.0 - version: 5.4.2 - vite: - specifier: ^5.0.3 - version: 5.1.6 +importers: + + .: + dependencies: + '@fontsource-variable/inter': + specifier: ^5.0.18 + version: 5.0.18 + '@unovis/svelte': + specifier: 1.3.6-beta.0 + version: 1.3.6-beta.0(@unovis/ts@1.3.6-beta.0)(svelte@4.2.12) + '@unovis/ts': + specifier: 1.3.6-beta.0 + version: 1.3.6-beta.0 + file-saver: + specifier: ^2.0.5 + version: 2.0.5 + lodash: + specifier: ^4.17.21 + version: 4.17.21 + lucide-svelte: + specifier: ^0.368.0 + version: 0.368.0(svelte@4.2.12) + devDependencies: + '@sveltejs/adapter-auto': + specifier: ^3.1.1 + version: 3.1.1(@sveltejs/kit@2.5.3(@sveltejs/vite-plugin-svelte@3.0.2(svelte@4.2.12)(vite@5.1.6))(svelte@4.2.12)(vite@5.1.6)) + '@sveltejs/kit': + specifier: ^2.5.3 + version: 2.5.3(@sveltejs/vite-plugin-svelte@3.0.2(svelte@4.2.12)(vite@5.1.6))(svelte@4.2.12)(vite@5.1.6) + '@sveltejs/vite-plugin-svelte': + specifier: ^3.0.2 + version: 3.0.2(svelte@4.2.12)(vite@5.1.6) + '@types/d3': + specifier: ^7.4.3 + version: 7.4.3 + '@types/file-saver': + specifier: ^2.0.7 + version: 2.0.7 + '@types/katex': + specifier: ^0.16.7 + version: 0.16.7 + '@types/lodash': + specifier: ^4.17.0 + version: 4.17.0 + '@vincjo/datatables': + specifier: ^1.14.5 + version: 1.14.5(svelte@4.2.12) + autoprefixer: + specifier: ^10.4.18 + version: 10.4.18(postcss@8.4.35) + postcss: + specifier: ^8.4.35 + version: 8.4.35 + postcss-load-config: + specifier: ^5.0.3 + version: 5.0.3(jiti@1.21.0)(postcss@8.4.35) + svelte: + specifier: ^4.2.12 + version: 4.2.12 + svelte-check: + specifier: ^3.6.6 + version: 3.6.6(postcss-load-config@5.0.3(jiti@1.21.0)(postcss@8.4.35))(postcss@8.4.35)(svelte@4.2.12) + tailwindcss: + specifier: ^3.4.1 + version: 3.4.1 + tslib: + specifier: ^2.6.2 + version: 2.6.2 + typescript: + specifier: ^5.4.2 + version: 5.4.2 + vite: + specifier: ^5.1.6 + version: 5.1.6 packages: - /@alloc/quick-lru@5.2.0: + '@alloc/quick-lru@5.2.0': resolution: {integrity: sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==} engines: {node: '>=10'} - dev: true - /@ampproject/remapping@2.3.0: + '@ampproject/remapping@2.3.0': resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==} engines: {node: '>=6.0.0'} - dependencies: - '@jridgewell/gen-mapping': 0.3.5 - '@jridgewell/trace-mapping': 0.3.25 - /@babel/code-frame@7.24.2: + '@babel/code-frame@7.24.2': resolution: {integrity: sha512-y5+tLQyV8pg3fsiln67BVLD1P13Eg4lh5RW9mF0zUuvLrv9uIQ4MCL+CRT+FTsBlBjcIan6PGsLcBN0m3ClUyQ==} engines: {node: '>=6.9.0'} - dependencies: - '@babel/highlight': 7.24.2 - picocolors: 1.0.0 - dev: false - /@babel/helper-module-imports@7.24.3: + '@babel/helper-module-imports@7.24.3': resolution: {integrity: sha512-viKb0F9f2s0BCS22QSF308z/+1YWKV/76mwt61NBzS5izMzDPwdq1pTrzf+Li3npBWX9KdQbkeCt1jSAM7lZqg==} engines: {node: '>=6.9.0'} - dependencies: - '@babel/types': 7.24.0 - dev: false - /@babel/helper-string-parser@7.24.1: + '@babel/helper-string-parser@7.24.1': resolution: {integrity: sha512-2ofRCjnnA9y+wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ==} engines: {node: '>=6.9.0'} - dev: false - /@babel/helper-validator-identifier@7.22.20: + '@babel/helper-validator-identifier@7.22.20': resolution: {integrity: sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==} engines: {node: '>=6.9.0'} - dev: false - /@babel/highlight@7.24.2: + '@babel/highlight@7.24.2': resolution: {integrity: sha512-Yac1ao4flkTxTteCDZLEvdxg2fZfz1v8M4QpaGypq/WPDqg3ijHYbDfs+LG5hvzSoqaSZ9/Z9lKSP3CjZjv+pA==} engines: {node: '>=6.9.0'} - dependencies: - '@babel/helper-validator-identifier': 7.22.20 - chalk: 2.4.2 - js-tokens: 4.0.0 - picocolors: 1.0.0 - dev: false - /@babel/runtime@7.24.4: + '@babel/runtime@7.24.4': resolution: {integrity: sha512-dkxf7+hn8mFBwKjs9bvBlArzLVxVbS8usaPUDd5p2a9JCL9tB8OaOVN1isD4+Xyk4ns89/xeOmbQvgdK7IIVdA==} engines: {node: '>=6.9.0'} - dependencies: - regenerator-runtime: 0.14.1 - dev: false - /@babel/types@7.24.0: + '@babel/types@7.24.0': resolution: {integrity: sha512-+j7a5c253RfKh8iABBhywc8NSfP5LURe7Uh4qpsh6jc+aLJguvmIUBdjSdEMQv2bENrCR5MfRdjGo7vzS/ob7w==} engines: {node: '>=6.9.0'} - dependencies: - '@babel/helper-string-parser': 7.24.1 - '@babel/helper-validator-identifier': 7.22.20 - to-fast-properties: 2.0.0 - dev: false - /@emotion/babel-plugin@11.11.0: + '@emotion/babel-plugin@11.11.0': resolution: {integrity: sha512-m4HEDZleaaCH+XgDDsPF15Ht6wTLsgDTeR3WYj9Q/k76JtWhrJjcP4+/XlG8LGT/Rol9qUfOIztXeA84ATpqPQ==} - dependencies: - '@babel/helper-module-imports': 7.24.3 - '@babel/runtime': 7.24.4 - '@emotion/hash': 0.9.1 - '@emotion/memoize': 0.8.1 - '@emotion/serialize': 1.1.4 - babel-plugin-macros: 3.1.0 - convert-source-map: 1.9.0 - escape-string-regexp: 4.0.0 - find-root: 1.1.0 - source-map: 0.5.7 - stylis: 4.2.0 - dev: false - /@emotion/cache@11.11.0: + '@emotion/cache@11.11.0': resolution: {integrity: sha512-P34z9ssTCBi3e9EI1ZsWpNHcfY1r09ZO0rZbRO2ob3ZQMnFI35jB536qoXbkdesr5EUhYi22anuEJuyxifaqAQ==} - dependencies: - '@emotion/memoize': 0.8.1 - '@emotion/sheet': 1.2.2 - '@emotion/utils': 1.2.1 - '@emotion/weak-memoize': 0.3.1 - stylis: 4.2.0 - dev: false - /@emotion/css@11.11.2: + '@emotion/css@11.11.2': resolution: {integrity: sha512-VJxe1ucoMYMS7DkiMdC2T7PWNbrEI0a39YRiyDvK2qq4lXwjRbVP/z4lpG+odCsRzadlR+1ywwrTzhdm5HNdew==} - dependencies: - '@emotion/babel-plugin': 11.11.0 - '@emotion/cache': 11.11.0 - '@emotion/serialize': 1.1.4 - '@emotion/sheet': 1.2.2 - '@emotion/utils': 1.2.1 - dev: false - /@emotion/hash@0.9.1: + '@emotion/hash@0.9.1': resolution: {integrity: sha512-gJB6HLm5rYwSLI6PQa+X1t5CFGrv1J1TWG+sOyMCeKz2ojaj6Fnl/rZEspogG+cvqbt4AE/2eIyD2QfLKTBNlQ==} - dev: false - /@emotion/memoize@0.8.1: + '@emotion/memoize@0.8.1': resolution: {integrity: sha512-W2P2c/VRW1/1tLox0mVUalvnWXxavmv/Oum2aPsRcoDJuob75FC3Y8FbpfLwUegRcxINtGUMPq0tFCvYNTBXNA==} - dev: false - /@emotion/serialize@1.1.4: + '@emotion/serialize@1.1.4': resolution: {integrity: sha512-RIN04MBT8g+FnDwgvIUi8czvr1LU1alUMI05LekWB5DGyTm8cCBMCRpq3GqaiyEDRptEXOyXnvZ58GZYu4kBxQ==} - dependencies: - '@emotion/hash': 0.9.1 - '@emotion/memoize': 0.8.1 - '@emotion/unitless': 0.8.1 - '@emotion/utils': 1.2.1 - csstype: 3.1.3 - dev: false - /@emotion/sheet@1.2.2: + '@emotion/sheet@1.2.2': resolution: {integrity: sha512-0QBtGvaqtWi+nx6doRwDdBIzhNdZrXUppvTM4dtZZWEGTXL/XE/yJxLMGlDT1Gt+UHH5IX1n+jkXyytE/av7OA==} - dev: false - /@emotion/unitless@0.8.1: + '@emotion/unitless@0.8.1': resolution: {integrity: sha512-KOEGMu6dmJZtpadb476IsZBclKvILjopjUii3V+7MnXIQCYh8W3NgNcgwo21n9LXZX6EDIKvqfjYxXebDwxKmQ==} - dev: false - /@emotion/utils@1.2.1: + '@emotion/utils@1.2.1': resolution: {integrity: sha512-Y2tGf3I+XVnajdItskUCn6LX+VUDmP6lTL4fcqsXAv43dnlbZiuW4MWQW38rW/BVWSE7Q/7+XQocmpnRYILUmg==} - dev: false - /@emotion/weak-memoize@0.3.1: + '@emotion/weak-memoize@0.3.1': resolution: {integrity: sha512-EsBwpc7hBUJWAsNPBmJy4hxWx12v6bshQsldrVmjxJoc3isbxhOrF2IcCpaXxfvq03NwkI7sbsOLXbYuqF/8Ww==} - dev: false - /@esbuild/aix-ppc64@0.19.12: + '@esbuild/aix-ppc64@0.19.12': resolution: {integrity: sha512-bmoCYyWdEL3wDQIVbcyzRyeKLgk2WtWLTWz1ZIAZF/EGbNOwSA6ew3PftJ1PqMiOOGu0OyFMzG53L0zqIpPeNA==} engines: {node: '>=12'} cpu: [ppc64] os: [aix] - requiresBuild: true - dev: true - optional: true - /@esbuild/android-arm64@0.19.12: + '@esbuild/android-arm64@0.19.12': resolution: {integrity: sha512-P0UVNGIienjZv3f5zq0DP3Nt2IE/3plFzuaS96vihvD0Hd6H/q4WXUGpCxD/E8YrSXfNyRPbpTq+T8ZQioSuPA==} engines: {node: '>=12'} cpu: [arm64] os: [android] - requiresBuild: true - dev: true - optional: true - /@esbuild/android-arm@0.19.12: + '@esbuild/android-arm@0.19.12': resolution: {integrity: sha512-qg/Lj1mu3CdQlDEEiWrlC4eaPZ1KztwGJ9B6J+/6G+/4ewxJg7gqj8eVYWvao1bXrqGiW2rsBZFSX3q2lcW05w==} engines: {node: '>=12'} cpu: [arm] os: [android] - requiresBuild: true - dev: true - optional: true - /@esbuild/android-x64@0.19.12: + '@esbuild/android-x64@0.19.12': resolution: {integrity: sha512-3k7ZoUW6Q6YqhdhIaq/WZ7HwBpnFBlW905Fa4s4qWJyiNOgT1dOqDiVAQFwBH7gBRZr17gLrlFCRzF6jFh7Kew==} engines: {node: '>=12'} cpu: [x64] os: [android] - requiresBuild: true - dev: true - optional: true - /@esbuild/darwin-arm64@0.19.12: + '@esbuild/darwin-arm64@0.19.12': resolution: {integrity: sha512-B6IeSgZgtEzGC42jsI+YYu9Z3HKRxp8ZT3cqhvliEHovq8HSX2YX8lNocDn79gCKJXOSaEot9MVYky7AKjCs8g==} engines: {node: '>=12'} cpu: [arm64] os: [darwin] - requiresBuild: true - dev: true - optional: true - /@esbuild/darwin-x64@0.19.12: + '@esbuild/darwin-x64@0.19.12': resolution: {integrity: sha512-hKoVkKzFiToTgn+41qGhsUJXFlIjxI/jSYeZf3ugemDYZldIXIxhvwN6erJGlX4t5h417iFuheZ7l+YVn05N3A==} engines: {node: '>=12'} cpu: [x64] os: [darwin] - requiresBuild: true - dev: true - optional: true - /@esbuild/freebsd-arm64@0.19.12: + '@esbuild/freebsd-arm64@0.19.12': resolution: {integrity: sha512-4aRvFIXmwAcDBw9AueDQ2YnGmz5L6obe5kmPT8Vd+/+x/JMVKCgdcRwH6APrbpNXsPz+K653Qg8HB/oXvXVukA==} engines: {node: '>=12'} cpu: [arm64] os: [freebsd] - requiresBuild: true - dev: true - optional: true - /@esbuild/freebsd-x64@0.19.12: + '@esbuild/freebsd-x64@0.19.12': resolution: {integrity: sha512-EYoXZ4d8xtBoVN7CEwWY2IN4ho76xjYXqSXMNccFSx2lgqOG/1TBPW0yPx1bJZk94qu3tX0fycJeeQsKovA8gg==} engines: {node: '>=12'} cpu: [x64] os: [freebsd] - requiresBuild: true - dev: true - optional: true - /@esbuild/linux-arm64@0.19.12: + '@esbuild/linux-arm64@0.19.12': resolution: {integrity: sha512-EoTjyYyLuVPfdPLsGVVVC8a0p1BFFvtpQDB/YLEhaXyf/5bczaGeN15QkR+O4S5LeJ92Tqotve7i1jn35qwvdA==} engines: {node: '>=12'} cpu: [arm64] os: [linux] - requiresBuild: true - dev: true - optional: true - /@esbuild/linux-arm@0.19.12: + '@esbuild/linux-arm@0.19.12': resolution: {integrity: sha512-J5jPms//KhSNv+LO1S1TX1UWp1ucM6N6XuL6ITdKWElCu8wXP72l9MM0zDTzzeikVyqFE6U8YAV9/tFyj0ti+w==} engines: {node: '>=12'} cpu: [arm] os: [linux] - requiresBuild: true - dev: true - optional: true - /@esbuild/linux-ia32@0.19.12: + '@esbuild/linux-ia32@0.19.12': resolution: {integrity: sha512-Thsa42rrP1+UIGaWz47uydHSBOgTUnwBwNq59khgIwktK6x60Hivfbux9iNR0eHCHzOLjLMLfUMLCypBkZXMHA==} engines: {node: '>=12'} cpu: [ia32] os: [linux] - requiresBuild: true - dev: true - optional: true - /@esbuild/linux-loong64@0.19.12: + '@esbuild/linux-loong64@0.19.12': resolution: {integrity: sha512-LiXdXA0s3IqRRjm6rV6XaWATScKAXjI4R4LoDlvO7+yQqFdlr1Bax62sRwkVvRIrwXxvtYEHHI4dm50jAXkuAA==} engines: {node: '>=12'} cpu: [loong64] os: [linux] - requiresBuild: true - dev: true - optional: true - /@esbuild/linux-mips64el@0.19.12: + '@esbuild/linux-mips64el@0.19.12': resolution: {integrity: sha512-fEnAuj5VGTanfJ07ff0gOA6IPsvrVHLVb6Lyd1g2/ed67oU1eFzL0r9WL7ZzscD+/N6i3dWumGE1Un4f7Amf+w==} engines: {node: '>=12'} cpu: [mips64el] os: [linux] - requiresBuild: true - dev: true - optional: true - /@esbuild/linux-ppc64@0.19.12: + '@esbuild/linux-ppc64@0.19.12': resolution: {integrity: sha512-nYJA2/QPimDQOh1rKWedNOe3Gfc8PabU7HT3iXWtNUbRzXS9+vgB0Fjaqr//XNbd82mCxHzik2qotuI89cfixg==} engines: {node: '>=12'} cpu: [ppc64] os: [linux] - requiresBuild: true - dev: true - optional: true - /@esbuild/linux-riscv64@0.19.12: + '@esbuild/linux-riscv64@0.19.12': resolution: {integrity: sha512-2MueBrlPQCw5dVJJpQdUYgeqIzDQgw3QtiAHUC4RBz9FXPrskyyU3VI1hw7C0BSKB9OduwSJ79FTCqtGMWqJHg==} engines: {node: '>=12'} cpu: [riscv64] os: [linux] - requiresBuild: true - dev: true - optional: true - /@esbuild/linux-s390x@0.19.12: + '@esbuild/linux-s390x@0.19.12': resolution: {integrity: sha512-+Pil1Nv3Umes4m3AZKqA2anfhJiVmNCYkPchwFJNEJN5QxmTs1uzyy4TvmDrCRNT2ApwSari7ZIgrPeUx4UZDg==} engines: {node: '>=12'} cpu: [s390x] os: [linux] - requiresBuild: true - dev: true - optional: true - /@esbuild/linux-x64@0.19.12: + '@esbuild/linux-x64@0.19.12': resolution: {integrity: sha512-B71g1QpxfwBvNrfyJdVDexenDIt1CiDN1TIXLbhOw0KhJzE78KIFGX6OJ9MrtC0oOqMWf+0xop4qEU8JrJTwCg==} engines: {node: '>=12'} cpu: [x64] os: [linux] - requiresBuild: true - dev: true - optional: true - /@esbuild/netbsd-x64@0.19.12: + '@esbuild/netbsd-x64@0.19.12': resolution: {integrity: sha512-3ltjQ7n1owJgFbuC61Oj++XhtzmymoCihNFgT84UAmJnxJfm4sYCiSLTXZtE00VWYpPMYc+ZQmB6xbSdVh0JWA==} engines: {node: '>=12'} cpu: [x64] os: [netbsd] - requiresBuild: true - dev: true - optional: true - /@esbuild/openbsd-x64@0.19.12: + '@esbuild/openbsd-x64@0.19.12': resolution: {integrity: sha512-RbrfTB9SWsr0kWmb9srfF+L933uMDdu9BIzdA7os2t0TXhCRjrQyCeOt6wVxr79CKD4c+p+YhCj31HBkYcXebw==} engines: {node: '>=12'} cpu: [x64] os: [openbsd] - requiresBuild: true - dev: true - optional: true - /@esbuild/sunos-x64@0.19.12: + '@esbuild/sunos-x64@0.19.12': resolution: {integrity: sha512-HKjJwRrW8uWtCQnQOz9qcU3mUZhTUQvi56Q8DPTLLB+DawoiQdjsYq+j+D3s9I8VFtDr+F9CjgXKKC4ss89IeA==} engines: {node: '>=12'} cpu: [x64] os: [sunos] - requiresBuild: true - dev: true - optional: true - /@esbuild/win32-arm64@0.19.12: + '@esbuild/win32-arm64@0.19.12': resolution: {integrity: sha512-URgtR1dJnmGvX864pn1B2YUYNzjmXkuJOIqG2HdU62MVS4EHpU2946OZoTMnRUHklGtJdJZ33QfzdjGACXhn1A==} engines: {node: '>=12'} cpu: [arm64] os: [win32] - requiresBuild: true - dev: true - optional: true - /@esbuild/win32-ia32@0.19.12: + '@esbuild/win32-ia32@0.19.12': resolution: {integrity: sha512-+ZOE6pUkMOJfmxmBZElNOx72NKpIa/HFOMGzu8fqzQJ5kgf6aTGrcJaFsNiVMH4JKpMipyK+7k0n2UXN7a8YKQ==} engines: {node: '>=12'} cpu: [ia32] os: [win32] - requiresBuild: true - dev: true - optional: true - /@esbuild/win32-x64@0.19.12: + '@esbuild/win32-x64@0.19.12': resolution: {integrity: sha512-T1QyPSDCyMXaO3pzBkF96E8xMkiRYbUEZADd29SyPGabqxMViNoii+NcK7eWJAEoU6RZyEm5lVSIjTmcdoB9HA==} engines: {node: '>=12'} cpu: [x64] os: [win32] - requiresBuild: true - dev: true - optional: true - /@fontsource-variable/inter@5.0.18: + '@fontsource-variable/inter@5.0.18': resolution: {integrity: sha512-rJzSrtJ3b7djiGFvRuTe6stDfbYJGhdQSfn2SI2WfXviee7Er0yKAHE5u7FU7OWVQQQ1x3+cxdmx9NdiAkcrcA==} - dev: false - /@isaacs/cliui@8.0.2: + '@isaacs/cliui@8.0.2': resolution: {integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==} engines: {node: '>=12'} - dependencies: - string-width: 5.1.2 - string-width-cjs: /string-width@4.2.3 - strip-ansi: 7.1.0 - strip-ansi-cjs: /strip-ansi@6.0.1 - wrap-ansi: 8.1.0 - wrap-ansi-cjs: /wrap-ansi@7.0.0 - dev: true - /@jridgewell/gen-mapping@0.3.5: + '@jridgewell/gen-mapping@0.3.5': resolution: {integrity: sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==} engines: {node: '>=6.0.0'} - dependencies: - '@jridgewell/set-array': 1.2.1 - '@jridgewell/sourcemap-codec': 1.4.15 - '@jridgewell/trace-mapping': 0.3.25 - /@jridgewell/resolve-uri@3.1.2: + '@jridgewell/resolve-uri@3.1.2': resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==} engines: {node: '>=6.0.0'} - /@jridgewell/set-array@1.2.1: + '@jridgewell/set-array@1.2.1': resolution: {integrity: sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==} engines: {node: '>=6.0.0'} - /@jridgewell/sourcemap-codec@1.4.15: + '@jridgewell/sourcemap-codec@1.4.15': resolution: {integrity: sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==} - /@jridgewell/trace-mapping@0.3.25: + '@jridgewell/trace-mapping@0.3.25': resolution: {integrity: sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==} - dependencies: - '@jridgewell/resolve-uri': 3.1.2 - '@jridgewell/sourcemap-codec': 1.4.15 - /@juggle/resize-observer@3.4.0: + '@juggle/resize-observer@3.4.0': resolution: {integrity: sha512-dfLbk+PwWvFzSxwk3n5ySL0hfBog779o8h68wK/7/APo/7cgyWp5jcXockbxdk5kFRkbeXWm4Fbi9FrdN381sA==} - dev: false - /@mapbox/geojson-rewind@0.5.2: + '@mapbox/geojson-rewind@0.5.2': resolution: {integrity: sha512-tJaT+RbYGJYStt7wI3cq4Nl4SXxG8W7JDG5DMJu97V25RnbNg3QtQtf+KD+VLjNpWKYsRvXDNmNrBgEETr1ifA==} hasBin: true - dependencies: - get-stream: 6.0.1 - minimist: 1.2.8 - dev: false - /@mapbox/jsonlint-lines-primitives@2.0.2: + '@mapbox/jsonlint-lines-primitives@2.0.2': resolution: {integrity: sha512-rY0o9A5ECsTQRVhv7tL/OyDpGAoUB4tTvLiW1DSzQGq4bvTPhNw1VpSNjDJc5GFZ2XuyOtSWSVN05qOtcD71qQ==} engines: {node: '>= 0.6'} - dev: false - /@mapbox/mapbox-gl-supported@2.0.1: + '@mapbox/mapbox-gl-supported@2.0.1': resolution: {integrity: sha512-HP6XvfNIzfoMVfyGjBckjiAOQK9WfX0ywdLubuPMPv+Vqf5fj0uCbgBQYpiqcWZT6cbyyRnTSXDheT1ugvF6UQ==} - dev: false - /@mapbox/point-geometry@0.1.0: + '@mapbox/point-geometry@0.1.0': resolution: {integrity: sha512-6j56HdLTwWGO0fJPlrZtdU/B13q8Uwmo18Ck2GnGgN9PCFyKTZ3UbXeEdRFh18i9XQ92eH2VdtpJHpBD3aripQ==} - dev: false - /@mapbox/tiny-sdf@2.0.6: + '@mapbox/tiny-sdf@2.0.6': resolution: {integrity: sha512-qMqa27TLw+ZQz5Jk+RcwZGH7BQf5G/TrutJhspsca/3SHwmgKQ1iq+d3Jxz5oysPVYTGP6aXxCo5Lk9Er6YBAA==} - dev: false - /@mapbox/unitbezier@0.0.1: + '@mapbox/unitbezier@0.0.1': resolution: {integrity: sha512-nMkuDXFv60aBr9soUG5q+GvZYL+2KZHVvsqFCzqnkGEf46U2fvmytHaEVc1/YZbiLn8X+eR3QzX1+dwDO1lxlw==} - dev: false - /@mapbox/vector-tile@1.3.1: + '@mapbox/vector-tile@1.3.1': resolution: {integrity: sha512-MCEddb8u44/xfQ3oD+Srl/tNcQoqTw3goGk2oLsrFxOTc3dUp+kAnby3PvAeeBYSMSjSPD1nd1AJA6W49WnoUw==} - dependencies: - '@mapbox/point-geometry': 0.1.0 - dev: false - /@mapbox/whoots-js@3.1.0: + '@mapbox/whoots-js@3.1.0': resolution: {integrity: sha512-Es6WcD0nO5l+2BOQS4uLfNPYQaNDfbot3X1XUoloz+x0mPDS3eeORZJl06HXjwBG1fOGwCRnzK88LMdxKRrd6Q==} engines: {node: '>=6.0.0'} - dev: false - /@nodelib/fs.scandir@2.1.5: + '@nodelib/fs.scandir@2.1.5': resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==} engines: {node: '>= 8'} - dependencies: - '@nodelib/fs.stat': 2.0.5 - run-parallel: 1.2.0 - dev: true - /@nodelib/fs.stat@2.0.5: + '@nodelib/fs.stat@2.0.5': resolution: {integrity: sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==} engines: {node: '>= 8'} - dev: true - /@nodelib/fs.walk@1.2.8: + '@nodelib/fs.walk@1.2.8': resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==} engines: {node: '>= 8'} - dependencies: - '@nodelib/fs.scandir': 2.1.5 - fastq: 1.17.1 - dev: true - /@pkgjs/parseargs@0.11.0: + '@pkgjs/parseargs@0.11.0': resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==} engines: {node: '>=14'} - requiresBuild: true - dev: true - optional: true - /@polka/url@1.0.0-next.25: + '@polka/url@1.0.0-next.25': resolution: {integrity: sha512-j7P6Rgr3mmtdkeDGTe0E/aYyWEWVtc5yFXtHCRHs28/jptDEWfaVOc5T7cblqy1XKPPfCxJc/8DwQ5YgLOZOVQ==} - dev: true - /@rollup/rollup-android-arm-eabi@4.13.0: + '@rollup/rollup-android-arm-eabi@4.13.0': resolution: {integrity: sha512-5ZYPOuaAqEH/W3gYsRkxQATBW3Ii1MfaT4EQstTnLKViLi2gLSQmlmtTpGucNP3sXEpOiI5tdGhjdE111ekyEg==} cpu: [arm] os: [android] - requiresBuild: true - dev: true - optional: true - /@rollup/rollup-android-arm64@4.13.0: + '@rollup/rollup-android-arm64@4.13.0': resolution: {integrity: sha512-BSbaCmn8ZadK3UAQdlauSvtaJjhlDEjS5hEVVIN3A4bbl3X+otyf/kOJV08bYiRxfejP3DXFzO2jz3G20107+Q==} cpu: [arm64] os: [android] - requiresBuild: true - dev: true - optional: true - /@rollup/rollup-darwin-arm64@4.13.0: + '@rollup/rollup-darwin-arm64@4.13.0': resolution: {integrity: sha512-Ovf2evVaP6sW5Ut0GHyUSOqA6tVKfrTHddtmxGQc1CTQa1Cw3/KMCDEEICZBbyppcwnhMwcDce9ZRxdWRpVd6g==} cpu: [arm64] os: [darwin] - requiresBuild: true - dev: true - optional: true - /@rollup/rollup-darwin-x64@4.13.0: + '@rollup/rollup-darwin-x64@4.13.0': resolution: {integrity: sha512-U+Jcxm89UTK592vZ2J9st9ajRv/hrwHdnvyuJpa5A2ngGSVHypigidkQJP+YiGL6JODiUeMzkqQzbCG3At81Gg==} cpu: [x64] os: [darwin] - requiresBuild: true - dev: true - optional: true - /@rollup/rollup-linux-arm-gnueabihf@4.13.0: + '@rollup/rollup-linux-arm-gnueabihf@4.13.0': resolution: {integrity: sha512-8wZidaUJUTIR5T4vRS22VkSMOVooG0F4N+JSwQXWSRiC6yfEsFMLTYRFHvby5mFFuExHa/yAp9juSphQQJAijQ==} cpu: [arm] os: [linux] - requiresBuild: true - dev: true - optional: true - /@rollup/rollup-linux-arm64-gnu@4.13.0: + '@rollup/rollup-linux-arm64-gnu@4.13.0': resolution: {integrity: sha512-Iu0Kno1vrD7zHQDxOmvweqLkAzjxEVqNhUIXBsZ8hu8Oak7/5VTPrxOEZXYC1nmrBVJp0ZcL2E7lSuuOVaE3+w==} cpu: [arm64] os: [linux] - requiresBuild: true - dev: true - optional: true - /@rollup/rollup-linux-arm64-musl@4.13.0: + '@rollup/rollup-linux-arm64-musl@4.13.0': resolution: {integrity: sha512-C31QrW47llgVyrRjIwiOwsHFcaIwmkKi3PCroQY5aVq4H0A5v/vVVAtFsI1nfBngtoRpeREvZOkIhmRwUKkAdw==} cpu: [arm64] os: [linux] - requiresBuild: true - dev: true - optional: true - /@rollup/rollup-linux-riscv64-gnu@4.13.0: + '@rollup/rollup-linux-riscv64-gnu@4.13.0': resolution: {integrity: sha512-Oq90dtMHvthFOPMl7pt7KmxzX7E71AfyIhh+cPhLY9oko97Zf2C9tt/XJD4RgxhaGeAraAXDtqxvKE1y/j35lA==} cpu: [riscv64] os: [linux] - requiresBuild: true - dev: true - optional: true - /@rollup/rollup-linux-x64-gnu@4.13.0: + '@rollup/rollup-linux-x64-gnu@4.13.0': resolution: {integrity: sha512-yUD/8wMffnTKuiIsl6xU+4IA8UNhQ/f1sAnQebmE/lyQ8abjsVyDkyRkWop0kdMhKMprpNIhPmYlCxgHrPoXoA==} cpu: [x64] os: [linux] - requiresBuild: true - dev: true - optional: true - /@rollup/rollup-linux-x64-musl@4.13.0: + '@rollup/rollup-linux-x64-musl@4.13.0': resolution: {integrity: sha512-9RyNqoFNdF0vu/qqX63fKotBh43fJQeYC98hCaf89DYQpv+xu0D8QFSOS0biA7cGuqJFOc1bJ+m2rhhsKcw1hw==} cpu: [x64] os: [linux] - requiresBuild: true - dev: true - optional: true - /@rollup/rollup-win32-arm64-msvc@4.13.0: + '@rollup/rollup-win32-arm64-msvc@4.13.0': resolution: {integrity: sha512-46ue8ymtm/5PUU6pCvjlic0z82qWkxv54GTJZgHrQUuZnVH+tvvSP0LsozIDsCBFO4VjJ13N68wqrKSeScUKdA==} cpu: [arm64] os: [win32] - requiresBuild: true - dev: true - optional: true - /@rollup/rollup-win32-ia32-msvc@4.13.0: + '@rollup/rollup-win32-ia32-msvc@4.13.0': resolution: {integrity: sha512-P5/MqLdLSlqxbeuJ3YDeX37srC8mCflSyTrUsgbU1c/U9j6l2g2GiIdYaGD9QjdMQPMSgYm7hgg0551wHyIluw==} cpu: [ia32] os: [win32] - requiresBuild: true - dev: true - optional: true - /@rollup/rollup-win32-x64-msvc@4.13.0: + '@rollup/rollup-win32-x64-msvc@4.13.0': resolution: {integrity: sha512-UKXUQNbO3DOhzLRwHSpa0HnhhCgNODvfoPWv2FCXme8N/ANFfhIPMGuOT+QuKd16+B5yxZ0HdpNlqPvTMS1qfw==} cpu: [x64] os: [win32] - requiresBuild: true - dev: true - optional: true - /@sveltejs/adapter-auto@3.1.1(@sveltejs/kit@2.5.3): + '@sveltejs/adapter-auto@3.1.1': resolution: {integrity: sha512-6LeZft2Fo/4HfmLBi5CucMYmgRxgcETweQl/yQoZo/895K3S9YWYN4Sfm/IhwlIpbJp3QNvhKmwCHbsqQNYQpw==} peerDependencies: '@sveltejs/kit': ^2.0.0 - dependencies: - '@sveltejs/kit': 2.5.3(@sveltejs/vite-plugin-svelte@3.0.2)(svelte@4.2.12)(vite@5.1.6) - import-meta-resolve: 4.0.0 - dev: true - /@sveltejs/kit@2.5.3(@sveltejs/vite-plugin-svelte@3.0.2)(svelte@4.2.12)(vite@5.1.6): + '@sveltejs/kit@2.5.3': resolution: {integrity: sha512-s6x7HBn/Fp+UNvyhJohjIA0FcJ+BWHGUDQ4PCg1D0EboUlvbimJQYchINu8G6sspLXYmlcsuNsp8bbcrRk85iw==} engines: {node: '>=18.13'} hasBin: true - requiresBuild: true peerDependencies: '@sveltejs/vite-plugin-svelte': ^3.0.0 svelte: ^4.0.0 || ^5.0.0-next.0 vite: ^5.0.3 - dependencies: - '@sveltejs/vite-plugin-svelte': 3.0.2(svelte@4.2.12)(vite@5.1.6) - '@types/cookie': 0.6.0 - cookie: 0.6.0 - devalue: 4.3.2 - esm-env: 1.0.0 - import-meta-resolve: 4.0.0 - kleur: 4.1.5 - magic-string: 0.30.8 - mrmime: 2.0.0 - sade: 1.8.1 - set-cookie-parser: 2.6.0 - sirv: 2.0.4 - svelte: 4.2.12 - tiny-glob: 0.2.9 - vite: 5.1.6 - dev: true - /@sveltejs/vite-plugin-svelte-inspector@2.0.0(@sveltejs/vite-plugin-svelte@3.0.2)(svelte@4.2.12)(vite@5.1.6): + '@sveltejs/vite-plugin-svelte-inspector@2.0.0': resolution: {integrity: sha512-gjr9ZFg1BSlIpfZ4PRewigrvYmHWbDrq2uvvPB1AmTWKuM+dI1JXQSUu2pIrYLb/QncyiIGkFDFKTwJ0XqQZZg==} engines: {node: ^18.0.0 || >=20} peerDependencies: '@sveltejs/vite-plugin-svelte': ^3.0.0 svelte: ^4.0.0 || ^5.0.0-next.0 vite: ^5.0.0 - dependencies: - '@sveltejs/vite-plugin-svelte': 3.0.2(svelte@4.2.12)(vite@5.1.6) - debug: 4.3.4 - svelte: 4.2.12 - vite: 5.1.6 - transitivePeerDependencies: - - supports-color - dev: true - /@sveltejs/vite-plugin-svelte@3.0.2(svelte@4.2.12)(vite@5.1.6): + '@sveltejs/vite-plugin-svelte@3.0.2': resolution: {integrity: sha512-MpmF/cju2HqUls50WyTHQBZUV3ovV/Uk8k66AN2gwHogNAG8wnW8xtZDhzNBsFJJuvmq1qnzA5kE7YfMJNFv2Q==} engines: {node: ^18.0.0 || >=20} peerDependencies: svelte: ^4.0.0 || ^5.0.0-next.0 vite: ^5.0.0 - dependencies: - '@sveltejs/vite-plugin-svelte-inspector': 2.0.0(@sveltejs/vite-plugin-svelte@3.0.2)(svelte@4.2.12)(vite@5.1.6) - debug: 4.3.4 - deepmerge: 4.3.1 - kleur: 4.1.5 - magic-string: 0.30.8 - svelte: 4.2.12 - svelte-hmr: 0.15.3(svelte@4.2.12) - vite: 5.1.6 - vitefu: 0.2.5(vite@5.1.6) - transitivePeerDependencies: - - supports-color - dev: true - /@types/cookie@0.6.0: + '@types/cookie@0.6.0': resolution: {integrity: sha512-4Kh9a6B2bQciAhf7FSuMRRkUWecJgJu9nPnx3yzpsfXX/c50REIqpHY4C82bXP90qrLtXtkDxTZosYO3UpOwlA==} - dev: true - /@types/d3-array@3.2.1: + '@types/d3-array@3.2.1': resolution: {integrity: sha512-Y2Jn2idRrLzUfAKV2LyRImR+y4oa2AntrgID95SHJxuMUrkNXmanDSed71sRNZysveJVt1hLLemQZIady0FpEg==} - /@types/d3-axis@3.0.6: + '@types/d3-axis@3.0.6': resolution: {integrity: sha512-pYeijfZuBd87T0hGn0FO1vQ/cgLk6E1ALJjfkC0oJ8cbwkZl3TpgS8bVBLZN+2jjGgg38epgxb2zmoGtSfvgMw==} - dependencies: - '@types/d3-selection': 3.0.10 - /@types/d3-brush@3.0.6: + '@types/d3-brush@3.0.6': resolution: {integrity: sha512-nH60IZNNxEcrh6L1ZSMNA28rj27ut/2ZmI3r96Zd+1jrZD++zD3LsMIjWlvg4AYrHn/Pqz4CF3veCxGjtbqt7A==} - dependencies: - '@types/d3-selection': 3.0.10 - /@types/d3-chord@3.0.6: + '@types/d3-chord@3.0.6': resolution: {integrity: sha512-LFYWWd8nwfwEmTZG9PfQxd17HbNPksHBiJHaKuY1XeqscXacsS2tyoo6OdRsjf+NQYeB6XrNL3a25E3gH69lcg==} - /@types/d3-collection@1.0.13: + '@types/d3-collection@1.0.13': resolution: {integrity: sha512-v0Rgw3IZebRyamcwVmtTDCZ8OmQcj4siaYjNc7wGMZT7PmdSHawGsCOQMxyLvZ7lWjfohYLK0oXtilMOMgfY8A==} - dev: false - /@types/d3-color@3.1.3: + '@types/d3-color@3.1.3': resolution: {integrity: sha512-iO90scth9WAbmgv7ogoq57O9YpKmFBbmoEoCHDB2xMBY0+/KVrqAaCDyCE16dUspeOvIxFFRI+0sEtqDqy2b4A==} - /@types/d3-contour@3.0.6: + '@types/d3-contour@3.0.6': resolution: {integrity: sha512-BjzLgXGnCWjUSYGfH1cpdo41/hgdWETu4YxpezoztawmqsvCeep+8QGfiY6YbDvfgHz/DkjeIkkZVJavB4a3rg==} - dependencies: - '@types/d3-array': 3.2.1 - '@types/geojson': 7946.0.14 - /@types/d3-delaunay@6.0.4: + '@types/d3-delaunay@6.0.4': resolution: {integrity: sha512-ZMaSKu4THYCU6sV64Lhg6qjf1orxBthaC161plr5KuPHo3CNm8DTHiLw/5Eq2b6TsNP0W0iJrUOFscY6Q450Hw==} - /@types/d3-dispatch@3.0.6: + '@types/d3-dispatch@3.0.6': resolution: {integrity: sha512-4fvZhzMeeuBJYZXRXrRIQnvUYfyXwYmLsdiN7XXmVNQKKw1cM8a5WdID0g1hVFZDqT9ZqZEY5pD44p24VS7iZQ==} - /@types/d3-drag@3.0.7: + '@types/d3-drag@3.0.7': resolution: {integrity: sha512-HE3jVKlzU9AaMazNufooRJ5ZpWmLIoc90A37WU2JMmeq28w1FQqCZswHZ3xR+SuxYftzHq6WU6KJHvqxKzTxxQ==} - dependencies: - '@types/d3-selection': 3.0.10 - /@types/d3-dsv@3.0.7: + '@types/d3-dsv@3.0.7': resolution: {integrity: sha512-n6QBF9/+XASqcKK6waudgL0pf/S5XHPPI8APyMLLUHd8NqouBGLsU8MgtO7NINGtPBtk9Kko/W4ea0oAspwh9g==} - /@types/d3-ease@3.0.2: + '@types/d3-ease@3.0.2': resolution: {integrity: sha512-NcV1JjO5oDzoK26oMzbILE6HW7uVXOHLQvHshBUW4UMdZGfiY6v5BeQwh9a9tCzv+CeefZQHJt5SRgK154RtiA==} - /@types/d3-fetch@3.0.7: + '@types/d3-fetch@3.0.7': resolution: {integrity: sha512-fTAfNmxSb9SOWNB9IoG5c8Hg6R+AzUHDRlsXsDZsNp6sxAEOP0tkP3gKkNSO/qmHPoBFTxNrjDprVHDQDvo5aA==} - dependencies: - '@types/d3-dsv': 3.0.7 - /@types/d3-force@3.0.9: + '@types/d3-force@3.0.9': resolution: {integrity: sha512-IKtvyFdb4Q0LWna6ymywQsEYjK/94SGhPrMfEr1TIc5OBeziTi+1jcCvttts8e0UWZIxpasjnQk9MNk/3iS+kA==} - /@types/d3-format@3.0.4: + '@types/d3-format@3.0.4': resolution: {integrity: sha512-fALi2aI6shfg7vM5KiR1wNJnZ7r6UuggVqtDA+xiEdPZQwy/trcQaHnwShLuLdta2rTymCNpxYTiMZX/e09F4g==} - /@types/d3-geo@3.1.0: + '@types/d3-geo@3.1.0': resolution: {integrity: sha512-856sckF0oP/diXtS4jNsiQw/UuK5fQG8l/a9VVLeSouf1/PPbBE1i1W852zVwKwYCBkFJJB7nCFTbk6UMEXBOQ==} - dependencies: - '@types/geojson': 7946.0.14 - /@types/d3-hierarchy@3.1.7: + '@types/d3-hierarchy@3.1.7': resolution: {integrity: sha512-tJFtNoYBtRtkNysX1Xq4sxtjK8YgoWUNpIiUee0/jHGRwqvzYxkq0hGVbbOGSz+JgFxxRu4K8nb3YpG3CMARtg==} - /@types/d3-interpolate@3.0.4: + '@types/d3-interpolate@3.0.4': resolution: {integrity: sha512-mgLPETlrpVV1YRJIglr4Ez47g7Yxjl1lj7YKsiMCb27VJH9W8NVM6Bb9d8kkpG/uAQS5AmbA48q2IAolKKo1MA==} - dependencies: - '@types/d3-color': 3.1.3 - /@types/d3-path@1.0.11: + '@types/d3-path@1.0.11': resolution: {integrity: sha512-4pQMp8ldf7UaB/gR8Fvvy69psNHkTpD/pVw3vmEi8iZAB9EPMBruB1JvHO4BIq9QkUUd2lV1F5YXpMNj7JPBpw==} - dev: false - /@types/d3-path@3.1.0: + '@types/d3-path@3.1.0': resolution: {integrity: sha512-P2dlU/q51fkOc/Gfl3Ul9kicV7l+ra934qBFXCFhrZMOL6du1TM0pm1ThYvENukyOn5h9v+yMJ9Fn5JK4QozrQ==} - /@types/d3-polygon@3.0.2: + '@types/d3-polygon@3.0.2': resolution: {integrity: sha512-ZuWOtMaHCkN9xoeEMr1ubW2nGWsp4nIql+OPQRstu4ypeZ+zk3YKqQT0CXVe/PYqrKpZAi+J9mTs05TKwjXSRA==} - /@types/d3-quadtree@3.0.6: + '@types/d3-quadtree@3.0.6': resolution: {integrity: sha512-oUzyO1/Zm6rsxKRHA1vH0NEDG58HrT5icx/azi9MF1TWdtttWl0UIUsjEQBBh+SIkrpd21ZjEv7ptxWys1ncsg==} - /@types/d3-random@3.0.3: + '@types/d3-random@3.0.3': resolution: {integrity: sha512-Imagg1vJ3y76Y2ea0871wpabqp613+8/r0mCLEBfdtqC7xMSfj9idOnmBYyMoULfHePJyxMAw3nWhJxzc+LFwQ==} - /@types/d3-sankey@0.11.2: + '@types/d3-sankey@0.11.2': resolution: {integrity: sha512-U6SrTWUERSlOhnpSrgvMX64WblX1AxX6nEjI2t3mLK2USpQrnbwYYK+AS9SwiE7wgYmOsSSKoSdr8aoKBH0HgQ==} - dependencies: - '@types/d3-shape': 1.3.12 - dev: false - /@types/d3-scale-chromatic@3.0.3: + '@types/d3-scale-chromatic@3.0.3': resolution: {integrity: sha512-laXM4+1o5ImZv3RpFAsTRn3TEkzqkytiOY0Dz0sq5cnd1dtNlk6sHLon4OvqaiJb28T0S/TdsBI3Sjsy+keJrw==} - /@types/d3-scale@4.0.8: + '@types/d3-scale@4.0.8': resolution: {integrity: sha512-gkK1VVTr5iNiYJ7vWDI+yUFFlszhNMtVeneJ6lUTKPjprsvLLI9/tgEGiXJOnlINJA8FyA88gfnQsHbybVZrYQ==} - dependencies: - '@types/d3-time': 3.0.3 - /@types/d3-selection@3.0.10: + '@types/d3-selection@3.0.10': resolution: {integrity: sha512-cuHoUgS/V3hLdjJOLTT691+G2QoqAjCVLmr4kJXR4ha56w1Zdu8UUQ5TxLRqudgNjwXeQxKMq4j+lyf9sWuslg==} - /@types/d3-shape@1.3.12: + '@types/d3-shape@1.3.12': resolution: {integrity: sha512-8oMzcd4+poSLGgV0R1Q1rOlx/xdmozS4Xab7np0eamFFUYq71AU9pOCJEFnkXW2aI/oXdVYJzw6pssbSut7Z9Q==} - dependencies: - '@types/d3-path': 1.0.11 - dev: false - /@types/d3-shape@3.1.6: + '@types/d3-shape@3.1.6': resolution: {integrity: sha512-5KKk5aKGu2I+O6SONMYSNflgiP0WfZIQvVUMan50wHsLG1G94JlxEVnCpQARfTtzytuY0p/9PXXZb3I7giofIA==} - dependencies: - '@types/d3-path': 3.1.0 - /@types/d3-time-format@4.0.3: + '@types/d3-time-format@4.0.3': resolution: {integrity: sha512-5xg9rC+wWL8kdDj153qZcsJ0FWiFt0J5RB6LYUNZjwSnesfblqrI/bJ1wBdJ8OQfncgbJG5+2F+qfqnqyzYxyg==} - /@types/d3-time@3.0.3: + '@types/d3-time@3.0.3': resolution: {integrity: sha512-2p6olUZ4w3s+07q3Tm2dbiMZy5pCDfYwtLXXHUnVzXgQlZ/OyPtUz6OL382BkOuGlLXqfT+wqv8Fw2v8/0geBw==} - /@types/d3-timer@3.0.2: + '@types/d3-timer@3.0.2': resolution: {integrity: sha512-Ps3T8E8dZDam6fUyNiMkekK3XUsaUEik+idO9/YjPtfj2qruF8tFBXS7XhtE4iIXBLxhmLjP3SXpLhVf21I9Lw==} - /@types/d3-transition@3.0.8: + '@types/d3-transition@3.0.8': resolution: {integrity: sha512-ew63aJfQ/ms7QQ4X7pk5NxQ9fZH/z+i24ZfJ6tJSfqxJMrYLiK01EAs2/Rtw/JreGUsS3pLPNV644qXFGnoZNQ==} - dependencies: - '@types/d3-selection': 3.0.10 - /@types/d3-zoom@3.0.8: + '@types/d3-zoom@3.0.8': resolution: {integrity: sha512-iqMC4/YlFCSlO8+2Ii1GGGliCAY4XdeG748w5vQUbevlbDu0zSjH/+jojorQVBK/se0j6DUFNPBGSqD3YWYnDw==} - dependencies: - '@types/d3-interpolate': 3.0.4 - '@types/d3-selection': 3.0.10 - /@types/d3@7.4.3: + '@types/d3@7.4.3': resolution: {integrity: sha512-lZXZ9ckh5R8uiFVt8ogUNf+pIrK4EsWrx2Np75WvF/eTpJ0FMHNhjXk8CKEx/+gpHbNQyJWehbFaTvqmHWB3ww==} - dependencies: - '@types/d3-array': 3.2.1 - '@types/d3-axis': 3.0.6 - '@types/d3-brush': 3.0.6 - '@types/d3-chord': 3.0.6 - '@types/d3-color': 3.1.3 - '@types/d3-contour': 3.0.6 - '@types/d3-delaunay': 6.0.4 - '@types/d3-dispatch': 3.0.6 - '@types/d3-drag': 3.0.7 - '@types/d3-dsv': 3.0.7 - '@types/d3-ease': 3.0.2 - '@types/d3-fetch': 3.0.7 - '@types/d3-force': 3.0.9 - '@types/d3-format': 3.0.4 - '@types/d3-geo': 3.1.0 - '@types/d3-hierarchy': 3.1.7 - '@types/d3-interpolate': 3.0.4 - '@types/d3-path': 3.1.0 - '@types/d3-polygon': 3.0.2 - '@types/d3-quadtree': 3.0.6 - '@types/d3-random': 3.0.3 - '@types/d3-scale': 4.0.8 - '@types/d3-scale-chromatic': 3.0.3 - '@types/d3-selection': 3.0.10 - '@types/d3-shape': 3.1.6 - '@types/d3-time': 3.0.3 - '@types/d3-time-format': 4.0.3 - '@types/d3-timer': 3.0.2 - '@types/d3-transition': 3.0.8 - '@types/d3-zoom': 3.0.8 - /@types/dagre@0.7.52: + '@types/dagre@0.7.52': resolution: {integrity: sha512-XKJdy+OClLk3hketHi9Qg6gTfe1F3y+UFnHxKA2rn9Dw+oXa4Gb378Ztz9HlMgZKSxpPmn4BNVh9wgkpvrK1uw==} - dev: false - /@types/estree@1.0.5: + '@types/estree@1.0.5': resolution: {integrity: sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==} - /@types/file-saver@2.0.7: + '@types/file-saver@2.0.7': resolution: {integrity: sha512-dNKVfHd/jk0SkR/exKGj2ggkB45MAkzvWCaqLUUgkyjITkGNzH8H+yUwr+BLJUBjZOe9w8X3wgmXhZDRg1ED6A==} - dev: true - /@types/geojson@7946.0.14: + '@types/geojson@7946.0.14': resolution: {integrity: sha512-WCfD5Ht3ZesJUsONdhvm84dmzWOiOzOAqOncN0++w0lBw1o8OuDNJF2McvvCef/yBqb/HYRahp1BYtODFQ8bRg==} - /@types/katex@0.16.7: + '@types/katex@0.16.7': resolution: {integrity: sha512-HMwFiRujE5PjrgwHQ25+bsLJgowjGjm5Z8FVSf0N6PwgJrwxH0QxzHYDcKsTfV3wva0vzrpqMTJS2jXPr5BMEQ==} - dev: true - /@types/leaflet@1.7.6: + '@types/leaflet@1.7.6': resolution: {integrity: sha512-Emkz3V08QnlelSbpT46OEAx+TBZYTOX2r1yM7W+hWg5+djHtQ1GbEXBDRLaqQDOYcDI51Ss0ayoqoKD4CtLUDA==} - dependencies: - '@types/geojson': 7946.0.14 - dev: false - /@types/lodash@4.17.0: + '@types/lodash@4.17.0': resolution: {integrity: sha512-t7dhREVv6dbNj0q17X12j7yDG4bD/DHYX7o5/DbDxobP0HnGPgpRz2Ej77aL7TZT3DSw13fqUTj8J4mMnqa7WA==} - dev: true - /@types/mapbox__point-geometry@0.1.4: + '@types/mapbox__point-geometry@0.1.4': resolution: {integrity: sha512-mUWlSxAmYLfwnRBmgYV86tgYmMIICX4kza8YnE/eIlywGe2XoOxlpVnXWwir92xRLjwyarqwpu2EJKD2pk0IUA==} - dev: false - /@types/mapbox__vector-tile@1.3.4: + '@types/mapbox__vector-tile@1.3.4': resolution: {integrity: sha512-bpd8dRn9pr6xKvuEBQup8pwQfD4VUyqO/2deGjfpe6AwC8YRlyEipvefyRJUSiCJTZuCb8Pl1ciVV5ekqJ96Bg==} - dependencies: - '@types/geojson': 7946.0.14 - '@types/mapbox__point-geometry': 0.1.4 - '@types/pbf': 3.0.5 - dev: false - /@types/parse-json@4.0.2: + '@types/parse-json@4.0.2': resolution: {integrity: sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==} - dev: false - /@types/pbf@3.0.5: + '@types/pbf@3.0.5': resolution: {integrity: sha512-j3pOPiEcWZ34R6a6mN07mUkM4o4Lwf6hPNt8eilOeZhTFbxFXmKhvXl9Y28jotFPaI1bpPDJsbCprUoNke6OrA==} - dev: false - /@types/pug@2.0.10: + '@types/pug@2.0.10': resolution: {integrity: sha512-Sk/uYFOBAB7mb74XcpizmH0KOR2Pv3D2Hmrh1Dmy5BmK3MpdSa5kqZcg6EKBdklU0bFXX9gCfzvpnyUehrPIuA==} - dev: true - /@types/supercluster@5.0.3: + '@types/supercluster@5.0.3': resolution: {integrity: sha512-XMSqQEr7YDuNtFwSgaHHOjsbi0ZGL62V9Js4CW45RBuRYlNWSW/KDqN+RFFE7HdHcGhJPtN0klKvw06r9Kg7rg==} - dependencies: - '@types/geojson': 7946.0.14 - dev: false - /@types/three@0.135.0: + '@types/three@0.135.0': resolution: {integrity: sha512-l7WLhIHjhHMtlpyTSltPPAKLpiMwgMD1hXHj59AVUpYRoZP7Fd9NNOSRSvZBCPLpTHPYojgQvSJCoza9zoL7bg==} - dev: false - /@types/throttle-debounce@5.0.2: + '@types/throttle-debounce@5.0.2': resolution: {integrity: sha512-pDzSNulqooSKvSNcksnV72nk8p7gRqN8As71Sp28nov1IgmPKWbOEIwAWvBME5pPTtaXJAvG3O4oc76HlQ4kqQ==} - dev: false - /@types/topojson-client@3.1.4: + '@types/topojson-client@3.1.4': resolution: {integrity: sha512-Ntf3ZSetMYy7z3PrVCvcqmdRoVhgKA9UKN0ZuuZf8Ts2kcyL4qK34IXBs6qO5fem62EK4k03PtkJPVoroVu4/w==} - dependencies: - '@types/geojson': 7946.0.14 - '@types/topojson-specification': 1.0.5 - dev: false - /@types/topojson-server@3.0.4: + '@types/topojson-server@3.0.4': resolution: {integrity: sha512-5+ieK8ePfP+K2VH6Vgs1VCt+fO1U8XZHj0UsF+NktaF0DavAo1q3IvCBXgokk/xmtvoPltSUs6vxuR/zMdOE1g==} - dependencies: - '@types/geojson': 7946.0.14 - '@types/topojson-specification': 1.0.5 - dev: false - /@types/topojson-simplify@3.0.3: + '@types/topojson-simplify@3.0.3': resolution: {integrity: sha512-sBO5UZ0O2dB0bNwo0vut2yLHhj3neUGi9uL7/ROdm8Gs6dtt4jcB9OGDKr+M2isZwQM2RuzVmifnMZpxj4IGNw==} - dependencies: - '@types/geojson': 7946.0.14 - '@types/topojson-specification': 1.0.5 - dev: false - /@types/topojson-specification@1.0.5: + '@types/topojson-specification@1.0.5': resolution: {integrity: sha512-C7KvcQh+C2nr6Y2Ub4YfgvWvWCgP2nOQMtfhlnwsRL4pYmmwzBS7HclGiS87eQfDOU/DLQpX6GEscviaz4yLIQ==} - dependencies: - '@types/geojson': 7946.0.14 - dev: false - /@types/topojson@3.2.6: + '@types/topojson@3.2.6': resolution: {integrity: sha512-ppfdlxjxofWJ66XdLgIlER/85RvpGyfOf8jrWf+3kVIjEatFxEZYD/Ea83jO672Xu1HRzd/ghwlbcZIUNHTskw==} - dependencies: - '@types/geojson': 7946.0.14 - '@types/topojson-client': 3.1.4 - '@types/topojson-server': 3.0.4 - '@types/topojson-simplify': 3.0.3 - '@types/topojson-specification': 1.0.5 - dev: false - /@unovis/dagre-layout@0.8.8-2: + '@unovis/dagre-layout@0.8.8-2': resolution: {integrity: sha512-ZfDvfcYtzzhZhgKZty8XDi+zQIotfRqfNVF5M3dFQ9d9C5MTaRdbeBnPUkNrmlLJGgQ42HMOE2ajZLfm2VlRhg==} - dependencies: - '@unovis/graphlibrary': 2.2.0-2 - lodash-es: 4.17.21 - dev: false - /@unovis/graphlibrary@2.2.0-2: + '@unovis/graphlibrary@2.2.0-2': resolution: {integrity: sha512-HeEzpd/vDyWiIJt0rnh+2ICXUIuF2N0+Z9OJJiKg0DB+eFUcD+bk+9QPhYHwkFwfxdjDA9fHi1DZ/O/bbV58Nw==} - dependencies: - lodash-es: 4.17.21 - dev: false - /@unovis/svelte@1.3.6-beta.0(@unovis/ts@1.3.6-beta.0)(svelte@4.2.12): + '@unovis/svelte@1.3.6-beta.0': resolution: {integrity: sha512-A2FrFzOZW1QwY+TMLTN0mjE415LHN9k0Xhq4OzNEKFvzBJzxHWeoS/Sgh+rMxuNFEf9ViL7EUBJF9zVmq0BEyg==} peerDependencies: '@unovis/ts': 1.3.6-beta.0 svelte: ^3.48.0 || ^4.0.0 - dependencies: - '@unovis/ts': 1.3.6-beta.0 - svelte: 4.2.12 - dev: false - /@unovis/ts@1.3.6-beta.0: + '@unovis/ts@1.3.6-beta.0': resolution: {integrity: sha512-FnhtdUyo683Ix3EmUCXB6TV1nJkf9RfBsQpJ3IP6320NDDeWiuzMLWfYqN01eq/bczoLYSupEq+OJt5uplu5rw==} - dependencies: - '@emotion/css': 11.11.2 - '@juggle/resize-observer': 3.4.0 - '@types/d3': 7.4.3 - '@types/d3-collection': 1.0.13 - '@types/d3-sankey': 0.11.2 - '@types/dagre': 0.7.52 - '@types/geojson': 7946.0.14 - '@types/leaflet': 1.7.6 - '@types/supercluster': 5.0.3 - '@types/three': 0.135.0 - '@types/throttle-debounce': 5.0.2 - '@types/topojson': 3.2.6 - '@types/topojson-client': 3.1.4 - '@types/topojson-specification': 1.0.5 - '@unovis/dagre-layout': 0.8.8-2 - '@unovis/graphlibrary': 2.2.0-2 - d3: 7.9.0 - d3-collection: 1.0.7 - d3-geo-projection: 4.0.0 - d3-interpolate-path: 2.3.0 - d3-sankey: 0.12.3 - elkjs: 0.8.2 - geojson: 0.5.0 - leaflet: 1.7.1 - maplibre-gl: 2.4.0 - striptags: 3.2.0 - supercluster: 7.1.5 - three: 0.135.0 - throttle-debounce: 5.0.0 - to-px: 1.1.0 - topojson-client: 3.1.0 - tslib: 2.6.2 - dev: false - /@vincjo/datatables@1.14.5(svelte@4.2.12): + '@vincjo/datatables@1.14.5': resolution: {integrity: sha512-kvjr8ggRTRzwDTgOqK3bQPe5ZJo68h30SHcx0WS3daLVt/IUzN2132wtH2JZQkpxyjmh9EiblugOzUv/36Xpug==} peerDependencies: svelte: '>=3.54.0' - dependencies: - svelte: 4.2.12 - dev: true - /acorn@8.11.3: + acorn@8.11.3: resolution: {integrity: sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==} engines: {node: '>=0.4.0'} hasBin: true - /ansi-regex@5.0.1: + ansi-regex@5.0.1: resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==} engines: {node: '>=8'} - dev: true - /ansi-regex@6.0.1: + ansi-regex@6.0.1: resolution: {integrity: sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==} engines: {node: '>=12'} - dev: true - /ansi-styles@3.2.1: + ansi-styles@3.2.1: resolution: {integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==} engines: {node: '>=4'} - dependencies: - color-convert: 1.9.3 - dev: false - /ansi-styles@4.3.0: + ansi-styles@4.3.0: resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==} engines: {node: '>=8'} - dependencies: - color-convert: 2.0.1 - dev: true - /ansi-styles@6.2.1: + ansi-styles@6.2.1: resolution: {integrity: sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==} engines: {node: '>=12'} - dev: true - /any-promise@1.3.0: + any-promise@1.3.0: resolution: {integrity: sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==} - dev: true - /anymatch@3.1.3: + anymatch@3.1.3: resolution: {integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==} engines: {node: '>= 8'} - dependencies: - normalize-path: 3.0.0 - picomatch: 2.3.1 - dev: true - /arg@5.0.2: + arg@5.0.2: resolution: {integrity: sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==} - dev: true - /aria-query@5.3.0: + aria-query@5.3.0: resolution: {integrity: sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==} - dependencies: - dequal: 2.0.3 - /autoprefixer@10.4.18(postcss@8.4.35): + autoprefixer@10.4.18: resolution: {integrity: sha512-1DKbDfsr6KUElM6wg+0zRNkB/Q7WcKYAaK+pzXn+Xqmszm/5Xa9coeNdtP88Vi+dPzZnMjhge8GIV49ZQkDa+g==} engines: {node: ^10 || ^12 || >=14} hasBin: true peerDependencies: postcss: ^8.1.0 - dependencies: - browserslist: 4.23.0 - caniuse-lite: 1.0.30001597 - fraction.js: 4.3.7 - normalize-range: 0.1.2 - picocolors: 1.0.0 - postcss: 8.4.35 - postcss-value-parser: 4.2.0 - dev: true - /axobject-query@4.0.0: + axobject-query@4.0.0: resolution: {integrity: sha512-+60uv1hiVFhHZeO+Lz0RYzsVHy5Wr1ayX0mwda9KPDVLNJgZ1T9Ny7VmFbLDzxsH0D87I86vgj3gFrjTJUYznw==} - dependencies: - dequal: 2.0.3 - /babel-plugin-macros@3.1.0: + babel-plugin-macros@3.1.0: resolution: {integrity: sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==} engines: {node: '>=10', npm: '>=6'} - dependencies: - '@babel/runtime': 7.24.4 - cosmiconfig: 7.1.0 - resolve: 1.22.8 - dev: false - /balanced-match@1.0.2: + balanced-match@1.0.2: resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==} - dev: true - /binary-extensions@2.2.0: + binary-extensions@2.2.0: resolution: {integrity: sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==} engines: {node: '>=8'} - dev: true - /brace-expansion@1.1.11: + brace-expansion@1.1.11: resolution: {integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==} - dependencies: - balanced-match: 1.0.2 - concat-map: 0.0.1 - dev: true - /brace-expansion@2.0.1: + brace-expansion@2.0.1: resolution: {integrity: sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==} - dependencies: - balanced-match: 1.0.2 - dev: true - /braces@3.0.2: + braces@3.0.2: resolution: {integrity: sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==} engines: {node: '>=8'} - dependencies: - fill-range: 7.0.1 - dev: true - /browserslist@4.23.0: + browserslist@4.23.0: resolution: {integrity: sha512-QW8HiM1shhT2GuzkvklfjcKDiWFXHOeFCIA/huJPwHsslwcydgk7X+z2zXpEijP98UCY7HbubZt5J2Zgvf0CaQ==} engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true - dependencies: - caniuse-lite: 1.0.30001597 - electron-to-chromium: 1.4.703 - node-releases: 2.0.14 - update-browserslist-db: 1.0.13(browserslist@4.23.0) - dev: true - /buffer-crc32@0.2.13: + buffer-crc32@0.2.13: resolution: {integrity: sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==} - dev: true - /callsites@3.1.0: + callsites@3.1.0: resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==} engines: {node: '>=6'} - /camelcase-css@2.0.1: + camelcase-css@2.0.1: resolution: {integrity: sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==} engines: {node: '>= 6'} - dev: true - /caniuse-lite@1.0.30001597: - resolution: {integrity: sha512-7LjJvmQU6Sj7bL0j5b5WY/3n7utXUJvAe1lxhsHDbLmwX9mdL86Yjtr+5SRCyf8qME4M7pU2hswj0FpyBVCv9w==} - dev: true + caniuse-lite@1.0.30001675: + resolution: {integrity: sha512-/wV1bQwPrkLiQMjaJF5yUMVM/VdRPOCU8QZ+PmG6uW6DvYSrNY1bpwHI/3mOcUosLaJCzYDi5o91IQB51ft6cg==} - /chalk@2.4.2: + chalk@2.4.2: resolution: {integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==} engines: {node: '>=4'} - dependencies: - ansi-styles: 3.2.1 - escape-string-regexp: 1.0.5 - supports-color: 5.5.0 - dev: false - /chokidar@3.6.0: + chokidar@3.6.0: resolution: {integrity: sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==} engines: {node: '>= 8.10.0'} - dependencies: - anymatch: 3.1.3 - braces: 3.0.2 - glob-parent: 5.1.2 - is-binary-path: 2.1.0 - is-glob: 4.0.3 - normalize-path: 3.0.0 - readdirp: 3.6.0 - optionalDependencies: - fsevents: 2.3.3 - dev: true - /code-red@1.0.4: + code-red@1.0.4: resolution: {integrity: sha512-7qJWqItLA8/VPVlKJlFXU+NBlo/qyfs39aJcuMT/2ere32ZqvF5OSxgdM5xOfJJ7O429gg2HM47y8v9P+9wrNw==} - dependencies: - '@jridgewell/sourcemap-codec': 1.4.15 - '@types/estree': 1.0.5 - acorn: 8.11.3 - estree-walker: 3.0.3 - periscopic: 3.1.0 - /color-convert@1.9.3: + color-convert@1.9.3: resolution: {integrity: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==} - dependencies: - color-name: 1.1.3 - dev: false - /color-convert@2.0.1: + color-convert@2.0.1: resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==} engines: {node: '>=7.0.0'} - dependencies: - color-name: 1.1.4 - dev: true - /color-name@1.1.3: + color-name@1.1.3: resolution: {integrity: sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==} - dev: false - /color-name@1.1.4: + color-name@1.1.4: resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==} - dev: true - /commander@2.20.3: + commander@2.20.3: resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==} - dev: false - /commander@4.1.1: + commander@4.1.1: resolution: {integrity: sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==} engines: {node: '>= 6'} - dev: true - /commander@7.2.0: + commander@7.2.0: resolution: {integrity: sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==} engines: {node: '>= 10'} - dev: false - /concat-map@0.0.1: + concat-map@0.0.1: resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==} - dev: true - /convert-source-map@1.9.0: + convert-source-map@1.9.0: resolution: {integrity: sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==} - dev: false - /cookie@0.6.0: + cookie@0.6.0: resolution: {integrity: sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==} engines: {node: '>= 0.6'} - dev: true - /cosmiconfig@7.1.0: + cosmiconfig@7.1.0: resolution: {integrity: sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==} engines: {node: '>=10'} - dependencies: - '@types/parse-json': 4.0.2 - import-fresh: 3.3.0 - parse-json: 5.2.0 - path-type: 4.0.0 - yaml: 1.10.2 - dev: false - /cross-spawn@7.0.3: + cross-spawn@7.0.3: resolution: {integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==} engines: {node: '>= 8'} - dependencies: - path-key: 3.1.1 - shebang-command: 2.0.0 - which: 2.0.2 - dev: true - /css-tree@2.3.1: + css-tree@2.3.1: resolution: {integrity: sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==} engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0} - dependencies: - mdn-data: 2.0.30 - source-map-js: 1.0.2 - /csscolorparser@1.0.3: + csscolorparser@1.0.3: resolution: {integrity: sha512-umPSgYwZkdFoUrH5hIq5kf0wPSXiro51nPw0j2K/c83KflkPSTBGMz6NJvMB+07VlL0y7VPo6QJcDjcgKTTm3w==} - dev: false - /cssesc@3.0.0: + cssesc@3.0.0: resolution: {integrity: sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==} engines: {node: '>=4'} hasBin: true - dev: true - /csstype@3.1.3: + csstype@3.1.3: resolution: {integrity: sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==} - dev: false - /d3-array@2.12.1: + d3-array@2.12.1: resolution: {integrity: sha512-B0ErZK/66mHtEsR1TkPEEkwdy+WDesimkM5gpZr5Dsg54BiTA5RXtYW5qTLIAcekaS9xfZrzBLF/OAkB3Qn1YQ==} - dependencies: - internmap: 1.0.1 - dev: false - /d3-array@3.2.4: + d3-array@3.2.4: resolution: {integrity: sha512-tdQAmyA18i4J7wprpYq8ClcxZy3SC31QMeByyCFyRt7BVHdREQZ5lpzoe5mFEYZUWe+oq8HBvk9JjpibyEV4Jg==} engines: {node: '>=12'} - dependencies: - internmap: 2.0.3 - dev: false - /d3-axis@3.0.0: + d3-axis@3.0.0: resolution: {integrity: sha512-IH5tgjV4jE/GhHkRV0HiVYPDtvfjHQlQfJHs0usq7M30XcSBvOotpmH1IgkcXsO/5gEQZD43B//fc7SRT5S+xw==} engines: {node: '>=12'} - dev: false - /d3-brush@3.0.0: + d3-brush@3.0.0: resolution: {integrity: sha512-ALnjWlVYkXsVIGlOsuWH1+3udkYFI48Ljihfnh8FZPF2QS9o+PzGLBslO0PjzVoHLZ2KCVgAM8NVkXPJB2aNnQ==} engines: {node: '>=12'} - dependencies: - d3-dispatch: 3.0.1 - d3-drag: 3.0.0 - d3-interpolate: 3.0.1 - d3-selection: 3.0.0 - d3-transition: 3.0.1(d3-selection@3.0.0) - dev: false - /d3-chord@3.0.1: + d3-chord@3.0.1: resolution: {integrity: sha512-VE5S6TNa+j8msksl7HwjxMHDM2yNK3XCkusIlpX5kwauBfXuyLAtNg9jCp/iHH61tgI4sb6R/EIMWCqEIdjT/g==} engines: {node: '>=12'} - dependencies: - d3-path: 3.1.0 - dev: false - /d3-collection@1.0.7: + d3-collection@1.0.7: resolution: {integrity: sha512-ii0/r5f4sjKNTfh84Di+DpztYwqKhEyUlKoPrzUFfeSkWxjW49xU2QzO9qrPrNkpdI0XJkfzvmTu8V2Zylln6A==} - dev: false - /d3-color@3.1.0: + d3-color@3.1.0: resolution: {integrity: sha512-zg/chbXyeBtMQ1LbD/WSoW2DpC3I0mpmPdW+ynRTj/x2DAWYrIY7qeZIHidozwV24m4iavr15lNwIwLxRmOxhA==} engines: {node: '>=12'} - dev: false - /d3-contour@4.0.2: + d3-contour@4.0.2: resolution: {integrity: sha512-4EzFTRIikzs47RGmdxbeUvLWtGedDUNkTcmzoeyg4sP/dvCexO47AaQL7VKy/gul85TOxw+IBgA8US2xwbToNA==} engines: {node: '>=12'} - dependencies: - d3-array: 3.2.4 - dev: false - /d3-delaunay@6.0.4: + d3-delaunay@6.0.4: resolution: {integrity: sha512-mdjtIZ1XLAM8bm/hx3WwjfHt6Sggek7qH043O8KEjDXN40xi3vx/6pYSVTwLjEgiXQTbvaouWKynLBiUZ6SK6A==} engines: {node: '>=12'} - dependencies: - delaunator: 5.0.1 - dev: false - /d3-dispatch@3.0.1: + d3-dispatch@3.0.1: resolution: {integrity: sha512-rzUyPU/S7rwUflMyLc1ETDeBj0NRuHKKAcvukozwhshr6g6c5d8zh4c2gQjY2bZ0dXeGLWc1PF174P2tVvKhfg==} engines: {node: '>=12'} - dev: false - /d3-drag@3.0.0: + d3-drag@3.0.0: resolution: {integrity: sha512-pWbUJLdETVA8lQNJecMxoXfH6x+mO2UQo8rSmZ+QqxcbyA3hfeprFgIT//HW2nlHChWeIIMwS2Fq+gEARkhTkg==} engines: {node: '>=12'} - dependencies: - d3-dispatch: 3.0.1 - d3-selection: 3.0.0 - dev: false - /d3-dsv@3.0.1: + d3-dsv@3.0.1: resolution: {integrity: sha512-UG6OvdI5afDIFP9w4G0mNq50dSOsXHJaRE8arAS5o9ApWnIElp8GZw1Dun8vP8OyHOZ/QJUKUJwxiiCCnUwm+Q==} engines: {node: '>=12'} hasBin: true - dependencies: - commander: 7.2.0 - iconv-lite: 0.6.3 - rw: 1.3.3 - dev: false - /d3-ease@3.0.1: + d3-ease@3.0.1: resolution: {integrity: sha512-wR/XK3D3XcLIZwpbvQwQ5fK+8Ykds1ip7A2Txe0yxncXSdq1L9skcG7blcedkOX+ZcgxGAmLX1FrRGbADwzi0w==} engines: {node: '>=12'} - dev: false - /d3-fetch@3.0.1: + d3-fetch@3.0.1: resolution: {integrity: sha512-kpkQIM20n3oLVBKGg6oHrUchHM3xODkTzjMoj7aWQFq5QEM+R6E4WkzT5+tojDY7yjez8KgCBRoj4aEr99Fdqw==} engines: {node: '>=12'} - dependencies: - d3-dsv: 3.0.1 - dev: false - /d3-force@3.0.0: + d3-force@3.0.0: resolution: {integrity: sha512-zxV/SsA+U4yte8051P4ECydjD/S+qeYtnaIyAs9tgHCqfguma/aAQDjo85A9Z6EKhBirHRJHXIgJUlffT4wdLg==} engines: {node: '>=12'} - dependencies: - d3-dispatch: 3.0.1 - d3-quadtree: 3.0.1 - d3-timer: 3.0.1 - dev: false - /d3-format@3.1.0: + d3-format@3.1.0: resolution: {integrity: sha512-YyUI6AEuY/Wpt8KWLgZHsIU86atmikuoOmCfommt0LYHiQSPjvX2AcFc38PX0CBpr2RCyZhjex+NS/LPOv6YqA==} engines: {node: '>=12'} - dev: false - /d3-geo-projection@4.0.0: + d3-geo-projection@4.0.0: resolution: {integrity: sha512-p0bK60CEzph1iqmnxut7d/1kyTmm3UWtPlwdkM31AU+LW+BXazd5zJdoCn7VFxNCHXRngPHRnsNn5uGjLRGndg==} engines: {node: '>=12'} hasBin: true - dependencies: - commander: 7.2.0 - d3-array: 3.2.4 - d3-geo: 3.1.1 - dev: false - /d3-geo@3.1.1: + d3-geo@3.1.1: resolution: {integrity: sha512-637ln3gXKXOwhalDzinUgY83KzNWZRKbYubaG+fGVuc/dxO64RRljtCTnf5ecMyE1RIdtqpkVcq0IbtU2S8j2Q==} engines: {node: '>=12'} - dependencies: - d3-array: 3.2.4 - dev: false - /d3-hierarchy@3.1.2: + d3-hierarchy@3.1.2: resolution: {integrity: sha512-FX/9frcub54beBdugHjDCdikxThEqjnR93Qt7PvQTOHxyiNCAlvMrHhclk3cD5VeAaq9fxmfRp+CnWw9rEMBuA==} engines: {node: '>=12'} - dev: false - /d3-interpolate-path@2.3.0: + d3-interpolate-path@2.3.0: resolution: {integrity: sha512-tZYtGXxBmbgHsIc9Wms6LS5u4w6KbP8C09a4/ZYc4KLMYYqub57rRBUgpUr2CIarIrJEpdAWWxWQvofgaMpbKQ==} - dev: false - /d3-interpolate@3.0.1: + d3-interpolate@3.0.1: resolution: {integrity: sha512-3bYs1rOD33uo8aqJfKP3JWPAibgw8Zm2+L9vBKEHJ2Rg+viTR7o5Mmv5mZcieN+FRYaAOWX5SJATX6k1PWz72g==} engines: {node: '>=12'} - dependencies: - d3-color: 3.1.0 - dev: false - /d3-path@1.0.9: + d3-path@1.0.9: resolution: {integrity: sha512-VLaYcn81dtHVTjEHd8B+pbe9yHWpXKZUC87PzoFmsFrJqgFwDe/qxfp5MlfsfM1V5E/iVt0MmEbWQ7FVIXh/bg==} - dev: false - /d3-path@3.1.0: + d3-path@3.1.0: resolution: {integrity: sha512-p3KP5HCf/bvjBSSKuXid6Zqijx7wIfNW+J/maPs+iwR35at5JCbLUT0LzF1cnjbCHWhqzQTIN2Jpe8pRebIEFQ==} engines: {node: '>=12'} - dev: false - /d3-polygon@3.0.1: + d3-polygon@3.0.1: resolution: {integrity: sha512-3vbA7vXYwfe1SYhED++fPUQlWSYTTGmFmQiany/gdbiWgU/iEyQzyymwL9SkJjFFuCS4902BSzewVGsHHmHtXg==} engines: {node: '>=12'} - dev: false - /d3-quadtree@3.0.1: + d3-quadtree@3.0.1: resolution: {integrity: sha512-04xDrxQTDTCFwP5H6hRhsRcb9xxv2RzkcsygFzmkSIOJy3PeRJP7sNk3VRIbKXcog561P9oU0/rVH6vDROAgUw==} engines: {node: '>=12'} - dev: false - /d3-random@3.0.1: + d3-random@3.0.1: resolution: {integrity: sha512-FXMe9GfxTxqd5D6jFsQ+DJ8BJS4E/fT5mqqdjovykEB2oFbTMDVdg1MGFxfQW+FBOGoB++k8swBrgwSHT1cUXQ==} engines: {node: '>=12'} - dev: false - /d3-sankey@0.12.3: + d3-sankey@0.12.3: resolution: {integrity: sha512-nQhsBRmM19Ax5xEIPLMY9ZmJ/cDvd1BG3UVvt5h3WRxKg5zGRbvnteTyWAbzeSvlh3tW7ZEmq4VwR5mB3tutmQ==} - dependencies: - d3-array: 2.12.1 - d3-shape: 1.3.7 - dev: false - /d3-scale-chromatic@3.1.0: + d3-scale-chromatic@3.1.0: resolution: {integrity: sha512-A3s5PWiZ9YCXFye1o246KoscMWqf8BsD9eRiJ3He7C9OBaxKhAd5TFCdEx/7VbKtxxTsu//1mMJFrEt572cEyQ==} engines: {node: '>=12'} - dependencies: - d3-color: 3.1.0 - d3-interpolate: 3.0.1 - dev: false - /d3-scale@4.0.2: + d3-scale@4.0.2: resolution: {integrity: sha512-GZW464g1SH7ag3Y7hXjf8RoUuAFIqklOAq3MRl4OaWabTFJY9PN/E1YklhXLh+OQ3fM9yS2nOkCoS+WLZ6kvxQ==} engines: {node: '>=12'} - dependencies: - d3-array: 3.2.4 - d3-format: 3.1.0 - d3-interpolate: 3.0.1 - d3-time: 3.1.0 - d3-time-format: 4.1.0 - dev: false - /d3-selection@3.0.0: + d3-selection@3.0.0: resolution: {integrity: sha512-fmTRWbNMmsmWq6xJV8D19U/gw/bwrHfNXxrIN+HfZgnzqTHp9jOmKMhsTUjXOJnZOdZY9Q28y4yebKzqDKlxlQ==} engines: {node: '>=12'} - dev: false - /d3-shape@1.3.7: + d3-shape@1.3.7: resolution: {integrity: sha512-EUkvKjqPFUAZyOlhY5gzCxCeI0Aep04LwIRpsZ/mLFelJiUfnK56jo5JMDSE7yyP2kLSb6LtF+S5chMk7uqPqw==} - dependencies: - d3-path: 1.0.9 - dev: false - /d3-shape@3.2.0: + d3-shape@3.2.0: resolution: {integrity: sha512-SaLBuwGm3MOViRq2ABk3eLoxwZELpH6zhl3FbAoJ7Vm1gofKx6El1Ib5z23NUEhF9AsGl7y+dzLe5Cw2AArGTA==} engines: {node: '>=12'} - dependencies: - d3-path: 3.1.0 - dev: false - /d3-time-format@4.1.0: + d3-time-format@4.1.0: resolution: {integrity: sha512-dJxPBlzC7NugB2PDLwo9Q8JiTR3M3e4/XANkreKSUxF8vvXKqm1Yfq4Q5dl8budlunRVlUUaDUgFt7eA8D6NLg==} engines: {node: '>=12'} - dependencies: - d3-time: 3.1.0 - dev: false - /d3-time@3.1.0: + d3-time@3.1.0: resolution: {integrity: sha512-VqKjzBLejbSMT4IgbmVgDjpkYrNWUYJnbCGo874u7MMKIWsILRX+OpX/gTk8MqjpT1A/c6HY2dCA77ZN0lkQ2Q==} engines: {node: '>=12'} - dependencies: - d3-array: 3.2.4 - dev: false - /d3-timer@3.0.1: + d3-timer@3.0.1: resolution: {integrity: sha512-ndfJ/JxxMd3nw31uyKoY2naivF+r29V+Lc0svZxe1JvvIRmi8hUsrMvdOwgS1o6uBHmiz91geQ0ylPP0aj1VUA==} engines: {node: '>=12'} - dev: false - /d3-transition@3.0.1(d3-selection@3.0.0): + d3-transition@3.0.1: resolution: {integrity: sha512-ApKvfjsSR6tg06xrL434C0WydLr7JewBB3V+/39RMHsaXTOG0zmt/OAXeng5M5LBm0ojmxJrpomQVZ1aPvBL4w==} engines: {node: '>=12'} peerDependencies: d3-selection: 2 - 3 - dependencies: - d3-color: 3.1.0 - d3-dispatch: 3.0.1 - d3-ease: 3.0.1 - d3-interpolate: 3.0.1 - d3-selection: 3.0.0 - d3-timer: 3.0.1 - dev: false - /d3-zoom@3.0.0: + d3-zoom@3.0.0: resolution: {integrity: sha512-b8AmV3kfQaqWAuacbPuNbL6vahnOJflOhexLzMMNLga62+/nh0JzvJ0aO/5a5MVgUFGS7Hu1P9P03o3fJkDCyw==} engines: {node: '>=12'} - dependencies: - d3-dispatch: 3.0.1 - d3-drag: 3.0.0 - d3-interpolate: 3.0.1 - d3-selection: 3.0.0 - d3-transition: 3.0.1(d3-selection@3.0.0) - dev: false - /d3@7.9.0: + d3@7.9.0: resolution: {integrity: sha512-e1U46jVP+w7Iut8Jt8ri1YsPOvFpg46k+K8TpCb0P+zjCkjkPnV7WzfDJzMHy1LnA+wj5pLT1wjO901gLXeEhA==} engines: {node: '>=12'} - dependencies: - d3-array: 3.2.4 - d3-axis: 3.0.0 - d3-brush: 3.0.0 - d3-chord: 3.0.1 - d3-color: 3.1.0 - d3-contour: 4.0.2 - d3-delaunay: 6.0.4 - d3-dispatch: 3.0.1 - d3-drag: 3.0.0 - d3-dsv: 3.0.1 - d3-ease: 3.0.1 - d3-fetch: 3.0.1 - d3-force: 3.0.0 - d3-format: 3.1.0 - d3-geo: 3.1.1 - d3-hierarchy: 3.1.2 - d3-interpolate: 3.0.1 - d3-path: 3.1.0 - d3-polygon: 3.0.1 - d3-quadtree: 3.0.1 - d3-random: 3.0.1 - d3-scale: 4.0.2 - d3-scale-chromatic: 3.1.0 - d3-selection: 3.0.0 - d3-shape: 3.2.0 - d3-time: 3.1.0 - d3-time-format: 4.1.0 - d3-timer: 3.0.1 - d3-transition: 3.0.1(d3-selection@3.0.0) - d3-zoom: 3.0.0 - dev: false - /debug@4.3.4: + debug@4.3.4: resolution: {integrity: sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==} engines: {node: '>=6.0'} peerDependencies: @@ -1616,695 +955,432 @@ packages: peerDependenciesMeta: supports-color: optional: true - dependencies: - ms: 2.1.2 - dev: true - /deepmerge@4.3.1: + deepmerge@4.3.1: resolution: {integrity: sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==} engines: {node: '>=0.10.0'} - dev: true - /delaunator@5.0.1: + delaunator@5.0.1: resolution: {integrity: sha512-8nvh+XBe96aCESrGOqMp/84b13H9cdKbG5P2ejQCh4d4sK9RL4371qou9drQjMhvnPmhWl5hnmqbEE0fXr9Xnw==} - dependencies: - robust-predicates: 3.0.2 - dev: false - /dequal@2.0.3: + dequal@2.0.3: resolution: {integrity: sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==} engines: {node: '>=6'} - /detect-indent@6.1.0: + detect-indent@6.1.0: resolution: {integrity: sha512-reYkTUJAZb9gUuZ2RvVCNhVHdg62RHnJ7WJl8ftMi4diZ6NWlciOzQN88pUhSELEwflJht4oQDv0F0BMlwaYtA==} engines: {node: '>=8'} - dev: true - /devalue@4.3.2: + devalue@4.3.2: resolution: {integrity: sha512-KqFl6pOgOW+Y6wJgu80rHpo2/3H07vr8ntR9rkkFIRETewbf5GaYYcakYfiKz89K+sLsuPkQIZaXDMjUObZwWg==} - dev: true - /didyoumean@1.2.2: + didyoumean@1.2.2: resolution: {integrity: sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==} - dev: true - /dlv@1.1.3: + dlv@1.1.3: resolution: {integrity: sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==} - dev: true - /earcut@2.2.4: + earcut@2.2.4: resolution: {integrity: sha512-/pjZsA1b4RPHbeWZQn66SWS8nZZWLQQ23oE3Eam7aroEFGEvwKAsJfZ9ytiEMycfzXWpca4FA9QIOehf7PocBQ==} - dev: false - /eastasianwidth@0.2.0: + eastasianwidth@0.2.0: resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==} - dev: true - /electron-to-chromium@1.4.703: + electron-to-chromium@1.4.703: resolution: {integrity: sha512-094ZZC4nHXPKl/OwPinSMtLN9+hoFkdfQGKnvXbY+3WEAYtVDpz9UhJIViiY6Zb8agvqxiaJzNG9M+pRZWvSZw==} - dev: true - /elkjs@0.8.2: + elkjs@0.8.2: resolution: {integrity: sha512-L6uRgvZTH+4OF5NE/MBbzQx/WYpru1xCBE9respNj6qznEewGUIfhzmm7horWWxbNO2M0WckQypGctR8lH79xQ==} - dev: false - /emoji-regex@8.0.0: + emoji-regex@8.0.0: resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==} - dev: true - /emoji-regex@9.2.2: + emoji-regex@9.2.2: resolution: {integrity: sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==} - dev: true - /error-ex@1.3.2: + error-ex@1.3.2: resolution: {integrity: sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==} - dependencies: - is-arrayish: 0.2.1 - dev: false - /es6-promise@3.3.1: + es6-promise@3.3.1: resolution: {integrity: sha512-SOp9Phqvqn7jtEUxPWdWfWoLmyt2VaJ6MpvP9Comy1MceMXqE6bxvaTu4iaxpYYPzhny28Lc+M87/c2cPK6lDg==} - dev: true - /esbuild@0.19.12: + esbuild@0.19.12: resolution: {integrity: sha512-aARqgq8roFBj054KvQr5f1sFu0D65G+miZRCuJyJ0G13Zwx7vRar5Zhn2tkQNzIXcBrNVsv/8stehpj+GAjgbg==} engines: {node: '>=12'} hasBin: true - requiresBuild: true - optionalDependencies: - '@esbuild/aix-ppc64': 0.19.12 - '@esbuild/android-arm': 0.19.12 - '@esbuild/android-arm64': 0.19.12 - '@esbuild/android-x64': 0.19.12 - '@esbuild/darwin-arm64': 0.19.12 - '@esbuild/darwin-x64': 0.19.12 - '@esbuild/freebsd-arm64': 0.19.12 - '@esbuild/freebsd-x64': 0.19.12 - '@esbuild/linux-arm': 0.19.12 - '@esbuild/linux-arm64': 0.19.12 - '@esbuild/linux-ia32': 0.19.12 - '@esbuild/linux-loong64': 0.19.12 - '@esbuild/linux-mips64el': 0.19.12 - '@esbuild/linux-ppc64': 0.19.12 - '@esbuild/linux-riscv64': 0.19.12 - '@esbuild/linux-s390x': 0.19.12 - '@esbuild/linux-x64': 0.19.12 - '@esbuild/netbsd-x64': 0.19.12 - '@esbuild/openbsd-x64': 0.19.12 - '@esbuild/sunos-x64': 0.19.12 - '@esbuild/win32-arm64': 0.19.12 - '@esbuild/win32-ia32': 0.19.12 - '@esbuild/win32-x64': 0.19.12 - dev: true - /escalade@3.1.2: + escalade@3.1.2: resolution: {integrity: sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==} engines: {node: '>=6'} - dev: true - /escape-string-regexp@1.0.5: + escape-string-regexp@1.0.5: resolution: {integrity: sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==} engines: {node: '>=0.8.0'} - dev: false - /escape-string-regexp@4.0.0: + escape-string-regexp@4.0.0: resolution: {integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==} engines: {node: '>=10'} - dev: false - /esm-env@1.0.0: + esm-env@1.0.0: resolution: {integrity: sha512-Cf6VksWPsTuW01vU9Mk/3vRue91Zevka5SjyNf3nEpokFRuqt/KjUQoGAwq9qMmhpLTHmXzSIrFRw8zxWzmFBA==} - dev: true - /estree-walker@3.0.3: + estree-walker@3.0.3: resolution: {integrity: sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==} - dependencies: - '@types/estree': 1.0.5 - /fast-glob@3.3.2: + fast-glob@3.3.2: resolution: {integrity: sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==} engines: {node: '>=8.6.0'} - dependencies: - '@nodelib/fs.stat': 2.0.5 - '@nodelib/fs.walk': 1.2.8 - glob-parent: 5.1.2 - merge2: 1.4.1 - micromatch: 4.0.5 - dev: true - /fastq@1.17.1: + fastq@1.17.1: resolution: {integrity: sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==} - dependencies: - reusify: 1.0.4 - dev: true - /file-saver@2.0.5: + file-saver@2.0.5: resolution: {integrity: sha512-P9bmyZ3h/PRG+Nzga+rbdI4OEpNDzAVyy74uVO9ATgzLK6VtAsYybF/+TOCvrc0MO793d6+42lLyZTw7/ArVzA==} - dev: false - /fill-range@7.0.1: + fill-range@7.0.1: resolution: {integrity: sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==} engines: {node: '>=8'} - dependencies: - to-regex-range: 5.0.1 - dev: true - /find-root@1.1.0: + find-root@1.1.0: resolution: {integrity: sha512-NKfW6bec6GfKc0SGx1e07QZY9PE99u0Bft/0rzSD5k3sO/vwkVUpDUKVm5Gpp5Ue3YfShPFTX2070tDs5kB9Ng==} - dev: false - /foreground-child@3.1.1: + foreground-child@3.1.1: resolution: {integrity: sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==} engines: {node: '>=14'} - dependencies: - cross-spawn: 7.0.3 - signal-exit: 4.1.0 - dev: true - /fraction.js@4.3.7: + fraction.js@4.3.7: resolution: {integrity: sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==} - dev: true - /fs.realpath@1.0.0: + fs.realpath@1.0.0: resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==} - dev: true - /fsevents@2.3.3: + fsevents@2.3.3: resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==} engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} os: [darwin] - requiresBuild: true - dev: true - optional: true - /function-bind@1.1.2: + function-bind@1.1.2: resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==} - /geojson-vt@3.2.1: + geojson-vt@3.2.1: resolution: {integrity: sha512-EvGQQi/zPrDA6zr6BnJD/YhwAkBP8nnJ9emh3EnHQKVMfg/MRVtPbMYdgVy/IaEmn4UfagD2a6fafPDL5hbtwg==} - dev: false - /geojson@0.5.0: + geojson@0.5.0: resolution: {integrity: sha512-/Bx5lEn+qRF4TfQ5aLu6NH+UKtvIv7Lhc487y/c8BdludrCTpiWf9wyI0RTyqg49MFefIAvFDuEi5Dfd/zgNxQ==} engines: {node: '>= 0.10'} - dev: false - /get-stream@6.0.1: + get-stream@6.0.1: resolution: {integrity: sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==} engines: {node: '>=10'} - dev: false - /gl-matrix@3.4.3: + gl-matrix@3.4.3: resolution: {integrity: sha512-wcCp8vu8FT22BnvKVPjXa/ICBWRq/zjFfdofZy1WSpQZpphblv12/bOQLBC1rMM7SGOFS9ltVmKOHil5+Ml7gA==} - dev: false - /glob-parent@5.1.2: + glob-parent@5.1.2: resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==} engines: {node: '>= 6'} - dependencies: - is-glob: 4.0.3 - dev: true - /glob-parent@6.0.2: + glob-parent@6.0.2: resolution: {integrity: sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==} engines: {node: '>=10.13.0'} - dependencies: - is-glob: 4.0.3 - dev: true - /glob@10.3.10: + glob@10.3.10: resolution: {integrity: sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==} engines: {node: '>=16 || 14 >=14.17'} hasBin: true - dependencies: - foreground-child: 3.1.1 - jackspeak: 2.3.6 - minimatch: 9.0.3 - minipass: 7.0.4 - path-scurry: 1.10.1 - dev: true - /glob@7.2.3: + glob@7.2.3: resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==} - dependencies: - fs.realpath: 1.0.0 - inflight: 1.0.6 - inherits: 2.0.4 - minimatch: 3.1.2 - once: 1.4.0 - path-is-absolute: 1.0.1 - dev: true - /global-prefix@3.0.0: + global-prefix@3.0.0: resolution: {integrity: sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg==} engines: {node: '>=6'} - dependencies: - ini: 1.3.8 - kind-of: 6.0.3 - which: 1.3.1 - dev: false - /globalyzer@0.1.0: + globalyzer@0.1.0: resolution: {integrity: sha512-40oNTM9UfG6aBmuKxk/giHn5nQ8RVz/SS4Ir6zgzOv9/qC3kKZ9v4etGTcJbEl/NyVQH7FGU7d+X1egr57Md2Q==} - dev: true - /globrex@0.1.2: + globrex@0.1.2: resolution: {integrity: sha512-uHJgbwAMwNFf5mLst7IWLNg14x1CkeqglJb/K3doi4dw6q2IvAAmM/Y81kevy83wP+Sst+nutFTYOGg3d1lsxg==} - dev: true - /graceful-fs@4.2.11: + graceful-fs@4.2.11: resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==} - dev: true - /has-flag@3.0.0: + has-flag@3.0.0: resolution: {integrity: sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==} engines: {node: '>=4'} - dev: false - /hasown@2.0.2: + hasown@2.0.2: resolution: {integrity: sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==} engines: {node: '>= 0.4'} - dependencies: - function-bind: 1.1.2 - /iconv-lite@0.6.3: + iconv-lite@0.6.3: resolution: {integrity: sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==} engines: {node: '>=0.10.0'} - dependencies: - safer-buffer: 2.1.2 - dev: false - /ieee754@1.2.1: + ieee754@1.2.1: resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==} - dev: false - /import-fresh@3.3.0: + import-fresh@3.3.0: resolution: {integrity: sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==} engines: {node: '>=6'} - dependencies: - parent-module: 1.0.1 - resolve-from: 4.0.0 - /import-meta-resolve@4.0.0: + import-meta-resolve@4.0.0: resolution: {integrity: sha512-okYUR7ZQPH+efeuMJGlq4f8ubUgO50kByRPyt/Cy1Io4PSRsPjxME+YlVaCOx+NIToW7hCsZNFJyTPFFKepRSA==} - dev: true - /inflight@1.0.6: + inflight@1.0.6: resolution: {integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==} - dependencies: - once: 1.4.0 - wrappy: 1.0.2 - dev: true - /inherits@2.0.4: + inherits@2.0.4: resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==} - dev: true - /ini@1.3.8: + ini@1.3.8: resolution: {integrity: sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==} - dev: false - /internmap@1.0.1: + internmap@1.0.1: resolution: {integrity: sha512-lDB5YccMydFBtasVtxnZ3MRBHuaoE8GKsppq+EchKL2U4nK/DmEpPHNH8MZe5HkMtpSiTSOZwfN0tzYjO/lJEw==} - dev: false - /internmap@2.0.3: + internmap@2.0.3: resolution: {integrity: sha512-5Hh7Y1wQbvY5ooGgPbDaL5iYLAPzMTUrjMulskHLH6wnv/A+1q5rgEaiuqEjB+oxGXIVZs1FF+R/KPN3ZSQYYg==} engines: {node: '>=12'} - dev: false - /is-arrayish@0.2.1: + is-arrayish@0.2.1: resolution: {integrity: sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==} - dev: false - /is-binary-path@2.1.0: + is-binary-path@2.1.0: resolution: {integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==} engines: {node: '>=8'} - dependencies: - binary-extensions: 2.2.0 - dev: true - /is-core-module@2.13.1: + is-core-module@2.13.1: resolution: {integrity: sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==} - dependencies: - hasown: 2.0.2 - /is-extglob@2.1.1: + is-extglob@2.1.1: resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==} engines: {node: '>=0.10.0'} - dev: true - /is-fullwidth-code-point@3.0.0: + is-fullwidth-code-point@3.0.0: resolution: {integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==} engines: {node: '>=8'} - dev: true - /is-glob@4.0.3: + is-glob@4.0.3: resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==} engines: {node: '>=0.10.0'} - dependencies: - is-extglob: 2.1.1 - dev: true - /is-number@7.0.0: + is-number@7.0.0: resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==} engines: {node: '>=0.12.0'} - dev: true - /is-reference@3.0.2: + is-reference@3.0.2: resolution: {integrity: sha512-v3rht/LgVcsdZa3O2Nqs+NMowLOxeOm7Ay9+/ARQ2F+qEoANRcqrjAZKGN0v8ymUetZGgkp26LTnGT7H0Qo9Pg==} - dependencies: - '@types/estree': 1.0.5 - /isexe@2.0.0: + isexe@2.0.0: resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==} - /jackspeak@2.3.6: + jackspeak@2.3.6: resolution: {integrity: sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==} engines: {node: '>=14'} - dependencies: - '@isaacs/cliui': 8.0.2 - optionalDependencies: - '@pkgjs/parseargs': 0.11.0 - dev: true - /jiti@1.21.0: + jiti@1.21.0: resolution: {integrity: sha512-gFqAIbuKyyso/3G2qhiO2OM6shY6EPP/R0+mkDbyspxKazh8BXDC5FiFsUjlczgdNz/vfra0da2y+aHrusLG/Q==} hasBin: true - dev: true - /js-tokens@4.0.0: + js-tokens@4.0.0: resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==} - dev: false - /json-parse-even-better-errors@2.3.1: + json-parse-even-better-errors@2.3.1: resolution: {integrity: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==} - dev: false - /kdbush@3.0.0: + kdbush@3.0.0: resolution: {integrity: sha512-hRkd6/XW4HTsA9vjVpY9tuXJYLSlelnkTmVFu4M9/7MIYQtFcHpbugAU7UbOfjOiVSVYl2fqgBuJ32JUmRo5Ew==} - dev: false - /kind-of@6.0.3: + kind-of@6.0.3: resolution: {integrity: sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==} engines: {node: '>=0.10.0'} - dev: false - /kleur@4.1.5: + kleur@4.1.5: resolution: {integrity: sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==} engines: {node: '>=6'} - dev: true - /leaflet@1.7.1: + leaflet@1.7.1: resolution: {integrity: sha512-/xwPEBidtg69Q3HlqPdU3DnrXQOvQU/CCHA1tcDQVzOwm91YMYaILjNp7L4Eaw5Z4sOYdbBz6koWyibppd8Zqw==} - dev: false - /lilconfig@2.1.0: + lilconfig@2.1.0: resolution: {integrity: sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==} engines: {node: '>=10'} - dev: true - /lilconfig@3.1.1: + lilconfig@3.1.1: resolution: {integrity: sha512-O18pf7nyvHTckunPWCV1XUNXU1piu01y2b7ATJ0ppkUkk8ocqVWBrYjJBCwHDjD/ZWcfyrA0P4gKhzWGi5EINQ==} engines: {node: '>=14'} - dev: true - /lines-and-columns@1.2.4: + lines-and-columns@1.2.4: resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==} - /locate-character@3.0.0: + locate-character@3.0.0: resolution: {integrity: sha512-SW13ws7BjaeJ6p7Q6CO2nchbYEc3X3J6WrmTTDto7yMPqVSZTUyY5Tjbid+Ab8gLnATtygYtiDIJGQRRn2ZOiA==} - /lodash-es@4.17.21: + lodash-es@4.17.21: resolution: {integrity: sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==} - dev: false - /lodash@4.17.21: + lodash@4.17.21: resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==} - dev: false - /lru-cache@10.2.0: + lru-cache@10.2.0: resolution: {integrity: sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==} engines: {node: 14 || >=16.14} - dev: true - /lucide-svelte@0.368.0(svelte@4.2.12): + lucide-svelte@0.368.0: resolution: {integrity: sha512-/uSazMXmY0cZzehGaE1SHQDtQrQBvAVR8UCEpNEjRKSy3yluSqtlGj7T5KvewJpP9kBDCKPgKVcKgdJgEzpRlw==} peerDependencies: svelte: ^3 || ^4 || ^5.0.0-next.42 - dependencies: - svelte: 4.2.12 - dev: false - /magic-string@0.30.8: + magic-string@0.30.8: resolution: {integrity: sha512-ISQTe55T2ao7XtlAStud6qwYPZjE4GK1S/BeVPus4jrq6JuOnQ00YKQC581RWhR122W7msZV263KzVeLoqidyQ==} engines: {node: '>=12'} - dependencies: - '@jridgewell/sourcemap-codec': 1.4.15 - /maplibre-gl@2.4.0: + maplibre-gl@2.4.0: resolution: {integrity: sha512-csNFylzntPmHWidczfgCZpvbTSmhaWvLRj9e1ezUDBEPizGgshgm3ea1T5TCNEEBq0roauu7BPuRZjA3wO4KqA==} - requiresBuild: true - dependencies: - '@mapbox/geojson-rewind': 0.5.2 - '@mapbox/jsonlint-lines-primitives': 2.0.2 - '@mapbox/mapbox-gl-supported': 2.0.1 - '@mapbox/point-geometry': 0.1.0 - '@mapbox/tiny-sdf': 2.0.6 - '@mapbox/unitbezier': 0.0.1 - '@mapbox/vector-tile': 1.3.1 - '@mapbox/whoots-js': 3.1.0 - '@types/geojson': 7946.0.14 - '@types/mapbox__point-geometry': 0.1.4 - '@types/mapbox__vector-tile': 1.3.4 - '@types/pbf': 3.0.5 - csscolorparser: 1.0.3 - earcut: 2.2.4 - geojson-vt: 3.2.1 - gl-matrix: 3.4.3 - global-prefix: 3.0.0 - murmurhash-js: 1.0.0 - pbf: 3.2.1 - potpack: 1.0.2 - quickselect: 2.0.0 - supercluster: 7.1.5 - tinyqueue: 2.0.3 - vt-pbf: 3.1.3 - dev: false - /mdn-data@2.0.30: + mdn-data@2.0.30: resolution: {integrity: sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==} - /merge2@1.4.1: + merge2@1.4.1: resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==} engines: {node: '>= 8'} - dev: true - /micromatch@4.0.5: + micromatch@4.0.5: resolution: {integrity: sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==} engines: {node: '>=8.6'} - dependencies: - braces: 3.0.2 - picomatch: 2.3.1 - dev: true - /min-indent@1.0.1: + min-indent@1.0.1: resolution: {integrity: sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==} engines: {node: '>=4'} - dev: true - /minimatch@3.1.2: + minimatch@3.1.2: resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==} - dependencies: - brace-expansion: 1.1.11 - dev: true - /minimatch@9.0.3: + minimatch@9.0.3: resolution: {integrity: sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==} engines: {node: '>=16 || 14 >=14.17'} - dependencies: - brace-expansion: 2.0.1 - dev: true - /minimist@1.2.8: + minimist@1.2.8: resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==} - /minipass@7.0.4: + minipass@7.0.4: resolution: {integrity: sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==} engines: {node: '>=16 || 14 >=14.17'} - dev: true - /mkdirp@0.5.6: + mkdirp@0.5.6: resolution: {integrity: sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==} hasBin: true - dependencies: - minimist: 1.2.8 - dev: true - /mri@1.2.0: + mri@1.2.0: resolution: {integrity: sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==} engines: {node: '>=4'} - dev: true - /mrmime@2.0.0: + mrmime@2.0.0: resolution: {integrity: sha512-eu38+hdgojoyq63s+yTpN4XMBdt5l8HhMhc4VKLO9KM5caLIBvUm4thi7fFaxyTmCKeNnXZ5pAlBwCUnhA09uw==} engines: {node: '>=10'} - dev: true - /ms@2.1.2: + ms@2.1.2: resolution: {integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==} - dev: true - /murmurhash-js@1.0.0: + murmurhash-js@1.0.0: resolution: {integrity: sha512-TvmkNhkv8yct0SVBSy+o8wYzXjE4Zz3PCesbfs8HiCXXdcTuocApFv11UWlNFWKYsP2okqrhb7JNlSm9InBhIw==} - dev: false - /mz@2.7.0: + mz@2.7.0: resolution: {integrity: sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==} - dependencies: - any-promise: 1.3.0 - object-assign: 4.1.1 - thenify-all: 1.6.0 - dev: true - /nanoid@3.3.7: + nanoid@3.3.7: resolution: {integrity: sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==} engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} hasBin: true - dev: true - /node-releases@2.0.14: + node-releases@2.0.14: resolution: {integrity: sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==} - dev: true - /normalize-path@3.0.0: + normalize-path@3.0.0: resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==} engines: {node: '>=0.10.0'} - dev: true - /normalize-range@0.1.2: + normalize-range@0.1.2: resolution: {integrity: sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==} engines: {node: '>=0.10.0'} - dev: true - /object-assign@4.1.1: + object-assign@4.1.1: resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==} engines: {node: '>=0.10.0'} - dev: true - /object-hash@3.0.0: + object-hash@3.0.0: resolution: {integrity: sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==} engines: {node: '>= 6'} - dev: true - /once@1.4.0: + once@1.4.0: resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==} - dependencies: - wrappy: 1.0.2 - dev: true - /parent-module@1.0.1: + parent-module@1.0.1: resolution: {integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==} engines: {node: '>=6'} - dependencies: - callsites: 3.1.0 - /parse-json@5.2.0: + parse-json@5.2.0: resolution: {integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==} engines: {node: '>=8'} - dependencies: - '@babel/code-frame': 7.24.2 - error-ex: 1.3.2 - json-parse-even-better-errors: 2.3.1 - lines-and-columns: 1.2.4 - dev: false - /parse-unit@1.0.1: + parse-unit@1.0.1: resolution: {integrity: sha512-hrqldJHokR3Qj88EIlV/kAyAi/G5R2+R56TBANxNMy0uPlYcttx0jnMW6Yx5KsKPSbC3KddM/7qQm3+0wEXKxg==} - dev: false - /path-is-absolute@1.0.1: + path-is-absolute@1.0.1: resolution: {integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==} engines: {node: '>=0.10.0'} - dev: true - /path-key@3.1.1: + path-key@3.1.1: resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==} engines: {node: '>=8'} - dev: true - /path-parse@1.0.7: + path-parse@1.0.7: resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==} - /path-scurry@1.10.1: + path-scurry@1.10.1: resolution: {integrity: sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==} engines: {node: '>=16 || 14 >=14.17'} - dependencies: - lru-cache: 10.2.0 - minipass: 7.0.4 - dev: true - /path-type@4.0.0: + path-type@4.0.0: resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==} engines: {node: '>=8'} - dev: false - /pbf@3.2.1: + pbf@3.2.1: resolution: {integrity: sha512-ClrV7pNOn7rtmoQVF4TS1vyU0WhYRnP92fzbfF75jAIwpnzdJXf8iTd4CMEqO4yUenH6NDqLiwjqlh6QgZzgLQ==} hasBin: true - dependencies: - ieee754: 1.2.1 - resolve-protobuf-schema: 2.1.0 - dev: false - /periscopic@3.1.0: + periscopic@3.1.0: resolution: {integrity: sha512-vKiQ8RRtkl9P+r/+oefh25C3fhybptkHKCZSPlcXiJux2tJF55GnEj3BVn4A5gKfq9NWWXXrxkHBwVPUfH0opw==} - dependencies: - '@types/estree': 1.0.5 - estree-walker: 3.0.3 - is-reference: 3.0.2 - /picocolors@1.0.0: + picocolors@1.0.0: resolution: {integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==} - /picomatch@2.3.1: + picomatch@2.3.1: resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==} engines: {node: '>=8.6'} - dev: true - /pify@2.3.0: + pify@2.3.0: resolution: {integrity: sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==} engines: {node: '>=0.10.0'} - dev: true - /pirates@4.0.6: + pirates@4.0.6: resolution: {integrity: sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==} engines: {node: '>= 6'} - dev: true - /postcss-import@15.1.0(postcss@8.4.35): + postcss-import@15.1.0: resolution: {integrity: sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==} engines: {node: '>=14.0.0'} peerDependencies: postcss: ^8.0.0 - dependencies: - postcss: 8.4.35 - postcss-value-parser: 4.2.0 - read-cache: 1.0.0 - resolve: 1.22.8 - dev: true - /postcss-js@4.0.1(postcss@8.4.35): + postcss-js@4.0.1: resolution: {integrity: sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==} engines: {node: ^12 || ^14 || >= 16} peerDependencies: postcss: ^8.4.21 - dependencies: - camelcase-css: 2.0.1 - postcss: 8.4.35 - dev: true - /postcss-load-config@4.0.2(postcss@8.4.35): + postcss-load-config@4.0.2: resolution: {integrity: sha512-bSVhyJGL00wMVoPUzAVAnbEoWyqRxkjv64tUl427SKnPrENtq6hJwUojroMz2VB+Q1edmi4IfrAPpami5VVgMQ==} engines: {node: '>= 14'} peerDependencies: @@ -2315,13 +1391,8 @@ packages: optional: true ts-node: optional: true - dependencies: - lilconfig: 3.1.1 - postcss: 8.4.35 - yaml: 2.4.1 - dev: true - /postcss-load-config@5.0.3(postcss@8.4.35): + postcss-load-config@5.0.3: resolution: {integrity: sha512-90pBBI5apUVruIEdCxZic93Wm+i9fTrp7TXbgdUCH+/L+2WnfpITSpq5dFU/IPvbv7aNiMlQISpUkAm3fEcvgQ==} engines: {node: '>= 18'} peerDependencies: @@ -2332,330 +1403,177 @@ packages: optional: true postcss: optional: true - dependencies: - lilconfig: 3.1.1 - postcss: 8.4.35 - yaml: 2.4.1 - dev: true - /postcss-nested@6.0.1(postcss@8.4.35): + postcss-nested@6.0.1: resolution: {integrity: sha512-mEp4xPMi5bSWiMbsgoPfcP74lsWLHkQbZc3sY+jWYd65CUwXrUaTp0fmNpa01ZcETKlIgUdFN/MpS2xZtqL9dQ==} engines: {node: '>=12.0'} peerDependencies: postcss: ^8.2.14 - dependencies: - postcss: 8.4.35 - postcss-selector-parser: 6.0.15 - dev: true - /postcss-selector-parser@6.0.15: + postcss-selector-parser@6.0.15: resolution: {integrity: sha512-rEYkQOMUCEMhsKbK66tbEU9QVIxbhN18YiniAwA7XQYTVBqrBy+P2p5JcdqsHgKM2zWylp8d7J6eszocfds5Sw==} engines: {node: '>=4'} - dependencies: - cssesc: 3.0.0 - util-deprecate: 1.0.2 - dev: true - /postcss-value-parser@4.2.0: + postcss-value-parser@4.2.0: resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==} - dev: true - /postcss@8.4.35: + postcss@8.4.35: resolution: {integrity: sha512-u5U8qYpBCpN13BsiEB0CbR1Hhh4Gc0zLFuedrHJKMctHCHAGrMdG0PRM/KErzAL3CU6/eckEtmHNB3x6e3c0vA==} engines: {node: ^10 || ^12 || >=14} - dependencies: - nanoid: 3.3.7 - picocolors: 1.0.0 - source-map-js: 1.0.2 - dev: true - /potpack@1.0.2: + potpack@1.0.2: resolution: {integrity: sha512-choctRBIV9EMT9WGAZHn3V7t0Z2pMQyl0EZE6pFc/6ml3ssw7Dlf/oAOvFwjm1HVsqfQN8GfeFyJ+d8tRzqueQ==} - dev: false - /protocol-buffers-schema@3.6.0: + protocol-buffers-schema@3.6.0: resolution: {integrity: sha512-TdDRD+/QNdrCGCE7v8340QyuXd4kIWIgapsE2+n/SaGiSSbomYl4TjHlvIoCWRpE7wFt02EpB35VVA2ImcBVqw==} - dev: false - /queue-microtask@1.2.3: + queue-microtask@1.2.3: resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==} - dev: true - /quickselect@2.0.0: + quickselect@2.0.0: resolution: {integrity: sha512-RKJ22hX8mHe3Y6wH/N3wCM6BWtjaxIyyUIkpHOvfFnxdI4yD4tBXEBKSbriGujF6jnSVkJrffuo6vxACiSSxIw==} - dev: false - /read-cache@1.0.0: + read-cache@1.0.0: resolution: {integrity: sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==} - dependencies: - pify: 2.3.0 - dev: true - /readdirp@3.6.0: + readdirp@3.6.0: resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==} engines: {node: '>=8.10.0'} - dependencies: - picomatch: 2.3.1 - dev: true - /regenerator-runtime@0.14.1: + regenerator-runtime@0.14.1: resolution: {integrity: sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==} - dev: false - /resolve-from@4.0.0: + resolve-from@4.0.0: resolution: {integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==} engines: {node: '>=4'} - /resolve-protobuf-schema@2.1.0: + resolve-protobuf-schema@2.1.0: resolution: {integrity: sha512-kI5ffTiZWmJaS/huM8wZfEMer1eRd7oJQhDuxeCLe3t7N7mX3z94CN0xPxBQxFYQTSNz9T0i+v6inKqSdK8xrQ==} - dependencies: - protocol-buffers-schema: 3.6.0 - dev: false - /resolve@1.22.8: + resolve@1.22.8: resolution: {integrity: sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==} hasBin: true - dependencies: - is-core-module: 2.13.1 - path-parse: 1.0.7 - supports-preserve-symlinks-flag: 1.0.0 - /reusify@1.0.4: + reusify@1.0.4: resolution: {integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==} engines: {iojs: '>=1.0.0', node: '>=0.10.0'} - dev: true - /rimraf@2.7.1: + rimraf@2.7.1: resolution: {integrity: sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==} hasBin: true - dependencies: - glob: 7.2.3 - dev: true - /robust-predicates@3.0.2: + robust-predicates@3.0.2: resolution: {integrity: sha512-IXgzBWvWQwE6PrDI05OvmXUIruQTcoMDzRsOd5CDvHCVLcLHMTSYvOK5Cm46kWqlV3yAbuSpBZdJ5oP5OUoStg==} - dev: false - /rollup@4.13.0: + rollup@4.13.0: resolution: {integrity: sha512-3YegKemjoQnYKmsBlOHfMLVPPA5xLkQ8MHLLSw/fBrFaVkEayL51DilPpNNLq1exr98F2B1TzrV0FUlN3gWRPg==} engines: {node: '>=18.0.0', npm: '>=8.0.0'} hasBin: true - dependencies: - '@types/estree': 1.0.5 - optionalDependencies: - '@rollup/rollup-android-arm-eabi': 4.13.0 - '@rollup/rollup-android-arm64': 4.13.0 - '@rollup/rollup-darwin-arm64': 4.13.0 - '@rollup/rollup-darwin-x64': 4.13.0 - '@rollup/rollup-linux-arm-gnueabihf': 4.13.0 - '@rollup/rollup-linux-arm64-gnu': 4.13.0 - '@rollup/rollup-linux-arm64-musl': 4.13.0 - '@rollup/rollup-linux-riscv64-gnu': 4.13.0 - '@rollup/rollup-linux-x64-gnu': 4.13.0 - '@rollup/rollup-linux-x64-musl': 4.13.0 - '@rollup/rollup-win32-arm64-msvc': 4.13.0 - '@rollup/rollup-win32-ia32-msvc': 4.13.0 - '@rollup/rollup-win32-x64-msvc': 4.13.0 - fsevents: 2.3.3 - dev: true - /run-parallel@1.2.0: + run-parallel@1.2.0: resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==} - dependencies: - queue-microtask: 1.2.3 - dev: true - /rw@1.3.3: + rw@1.3.3: resolution: {integrity: sha512-PdhdWy89SiZogBLaw42zdeqtRJ//zFd2PgQavcICDUgJT5oW10QCRKbJ6bg4r0/UY2M6BWd5tkxuGFRvCkgfHQ==} - dev: false - /sade@1.8.1: + sade@1.8.1: resolution: {integrity: sha512-xal3CZX1Xlo/k4ApwCFrHVACi9fBqJ7V+mwhBsuf/1IOKbBy098Fex+Wa/5QMubw09pSZ/u8EY8PWgevJsXp1A==} engines: {node: '>=6'} - dependencies: - mri: 1.2.0 - dev: true - /safer-buffer@2.1.2: + safer-buffer@2.1.2: resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==} - dev: false - /sander@0.5.1: + sander@0.5.1: resolution: {integrity: sha512-3lVqBir7WuKDHGrKRDn/1Ye3kwpXaDOMsiRP1wd6wpZW56gJhsbp5RqQpA6JG/P+pkXizygnr1dKR8vzWaVsfA==} - dependencies: - es6-promise: 3.3.1 - graceful-fs: 4.2.11 - mkdirp: 0.5.6 - rimraf: 2.7.1 - dev: true - /set-cookie-parser@2.6.0: + set-cookie-parser@2.6.0: resolution: {integrity: sha512-RVnVQxTXuerk653XfuliOxBP81Sf0+qfQE73LIYKcyMYHG94AuH0kgrQpRDuTZnSmjpysHmzxJXKNfa6PjFhyQ==} - dev: true - /shebang-command@2.0.0: + shebang-command@2.0.0: resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==} engines: {node: '>=8'} - dependencies: - shebang-regex: 3.0.0 - dev: true - /shebang-regex@3.0.0: + shebang-regex@3.0.0: resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==} engines: {node: '>=8'} - dev: true - /signal-exit@4.1.0: + signal-exit@4.1.0: resolution: {integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==} engines: {node: '>=14'} - dev: true - /sirv@2.0.4: + sirv@2.0.4: resolution: {integrity: sha512-94Bdh3cC2PKrbgSOUqTiGPWVZeSiXfKOVZNJniWoqrWrRkB1CJzBU3NEbiTsPcYy1lDsANA/THzS+9WBiy5nfQ==} engines: {node: '>= 10'} - dependencies: - '@polka/url': 1.0.0-next.25 - mrmime: 2.0.0 - totalist: 3.0.1 - dev: true - /sorcery@0.11.0: + sorcery@0.11.0: resolution: {integrity: sha512-J69LQ22xrQB1cIFJhPfgtLuI6BpWRiWu1Y3vSsIwK/eAScqJxd/+CJlUuHQRdX2C9NGFamq+KqNywGgaThwfHw==} hasBin: true - dependencies: - '@jridgewell/sourcemap-codec': 1.4.15 - buffer-crc32: 0.2.13 - minimist: 1.2.8 - sander: 0.5.1 - dev: true - /source-map-js@1.0.2: + source-map-js@1.0.2: resolution: {integrity: sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==} engines: {node: '>=0.10.0'} - /source-map@0.5.7: + source-map@0.5.7: resolution: {integrity: sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==} engines: {node: '>=0.10.0'} - dev: false - /string-width@4.2.3: + string-width@4.2.3: resolution: {integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==} engines: {node: '>=8'} - dependencies: - emoji-regex: 8.0.0 - is-fullwidth-code-point: 3.0.0 - strip-ansi: 6.0.1 - dev: true - /string-width@5.1.2: + string-width@5.1.2: resolution: {integrity: sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==} engines: {node: '>=12'} - dependencies: - eastasianwidth: 0.2.0 - emoji-regex: 9.2.2 - strip-ansi: 7.1.0 - dev: true - /strip-ansi@6.0.1: + strip-ansi@6.0.1: resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==} engines: {node: '>=8'} - dependencies: - ansi-regex: 5.0.1 - dev: true - /strip-ansi@7.1.0: + strip-ansi@7.1.0: resolution: {integrity: sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==} engines: {node: '>=12'} - dependencies: - ansi-regex: 6.0.1 - dev: true - /strip-indent@3.0.0: + strip-indent@3.0.0: resolution: {integrity: sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==} engines: {node: '>=8'} - dependencies: - min-indent: 1.0.1 - dev: true - /striptags@3.2.0: + striptags@3.2.0: resolution: {integrity: sha512-g45ZOGzHDMe2bdYMdIvdAfCQkCTDMGBazSw1ypMowwGIee7ZQ5dU0rBJ8Jqgl+jAKIv4dbeE1jscZq9wid1Tkw==} - dev: false - /stylis@4.2.0: + stylis@4.2.0: resolution: {integrity: sha512-Orov6g6BB1sDfYgzWfTHDOxamtX1bE/zo104Dh9e6fqJ3PooipYyfJ0pUmrZO2wAvO8YbEyeFrkV91XTsGMSrw==} - dev: false - /sucrase@3.35.0: + sucrase@3.35.0: resolution: {integrity: sha512-8EbVDiu9iN/nESwxeSxDKe0dunta1GOlHufmSSXxMD2z2/tMZpDMpvXQGsc+ajGo8y2uYUmixaSRUc/QPoQ0GA==} engines: {node: '>=16 || 14 >=14.17'} hasBin: true - dependencies: - '@jridgewell/gen-mapping': 0.3.5 - commander: 4.1.1 - glob: 10.3.10 - lines-and-columns: 1.2.4 - mz: 2.7.0 - pirates: 4.0.6 - ts-interface-checker: 0.1.13 - dev: true - /supercluster@7.1.5: + supercluster@7.1.5: resolution: {integrity: sha512-EulshI3pGUM66o6ZdH3ReiFcvHpM3vAigyK+vcxdjpJyEbIIrtbmBdY23mGgnI24uXiGFvrGq9Gkum/8U7vJWg==} - dependencies: - kdbush: 3.0.0 - dev: false - /supports-color@5.5.0: + supports-color@5.5.0: resolution: {integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==} engines: {node: '>=4'} - dependencies: - has-flag: 3.0.0 - dev: false - /supports-preserve-symlinks-flag@1.0.0: + supports-preserve-symlinks-flag@1.0.0: resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==} engines: {node: '>= 0.4'} - /svelte-check@3.6.6(postcss-load-config@5.0.3)(postcss@8.4.35)(svelte@4.2.12): + svelte-check@3.6.6: resolution: {integrity: sha512-b9q9rOHOMYF3U8XllK7LmXTq1LeWQ98waGfEJzrFutViadkNl1tgdEtxIQ8yuPx+VQ4l7YrknYol+0lfZocaZw==} hasBin: true peerDependencies: svelte: ^3.55.0 || ^4.0.0-next.0 || ^4.0.0 || ^5.0.0-next.0 - dependencies: - '@jridgewell/trace-mapping': 0.3.25 - chokidar: 3.6.0 - fast-glob: 3.3.2 - import-fresh: 3.3.0 - picocolors: 1.0.0 - sade: 1.8.1 - svelte: 4.2.12 - svelte-preprocess: 5.1.3(postcss-load-config@5.0.3)(postcss@8.4.35)(svelte@4.2.12)(typescript@5.4.2) - typescript: 5.4.2 - transitivePeerDependencies: - - '@babel/core' - - coffeescript - - less - - postcss - - postcss-load-config - - pug - - sass - - stylus - - sugarss - dev: true - /svelte-hmr@0.15.3(svelte@4.2.12): + svelte-hmr@0.15.3: resolution: {integrity: sha512-41snaPswvSf8TJUhlkoJBekRrABDXDMdpNpT2tfHIv4JuhgvHqLMhEPGtaQn0BmbNSTkuz2Ed20DF2eHw0SmBQ==} engines: {node: ^12.20 || ^14.13.1 || >= 16} peerDependencies: svelte: ^3.19.0 || ^4.0.0 - dependencies: - svelte: 4.2.12 - dev: true - /svelte-preprocess@5.1.3(postcss-load-config@5.0.3)(postcss@8.4.35)(svelte@4.2.12)(typescript@5.4.2): + svelte-preprocess@5.1.3: resolution: {integrity: sha512-xxAkmxGHT+J/GourS5mVJeOXZzne1FR5ljeOUAMXUkfEhkLEllRreXpbl3dIYJlcJRfL1LO1uIAPpBpBfiqGPw==} engines: {node: '>= 16.0.0', pnpm: ^8.0.0} - requiresBuild: true peerDependencies: '@babel/core': ^7.10.2 coffeescript: ^2.5.1 @@ -2689,160 +1607,76 @@ packages: optional: true typescript: optional: true - dependencies: - '@types/pug': 2.0.10 - detect-indent: 6.1.0 - magic-string: 0.30.8 - postcss: 8.4.35 - postcss-load-config: 5.0.3(postcss@8.4.35) - sorcery: 0.11.0 - strip-indent: 3.0.0 - svelte: 4.2.12 - typescript: 5.4.2 - dev: true - /svelte@4.2.12: + svelte@4.2.12: resolution: {integrity: sha512-d8+wsh5TfPwqVzbm4/HCXC783/KPHV60NvwitJnyTA5lWn1elhXMNWhXGCJ7PwPa8qFUnyJNIyuIRt2mT0WMug==} engines: {node: '>=16'} - dependencies: - '@ampproject/remapping': 2.3.0 - '@jridgewell/sourcemap-codec': 1.4.15 - '@jridgewell/trace-mapping': 0.3.25 - '@types/estree': 1.0.5 - acorn: 8.11.3 - aria-query: 5.3.0 - axobject-query: 4.0.0 - code-red: 1.0.4 - css-tree: 2.3.1 - estree-walker: 3.0.3 - is-reference: 3.0.2 - locate-character: 3.0.0 - magic-string: 0.30.8 - periscopic: 3.1.0 - /tailwindcss@3.4.1: + tailwindcss@3.4.1: resolution: {integrity: sha512-qAYmXRfk3ENzuPBakNK0SRrUDipP8NQnEY6772uDhflcQz5EhRdD7JNZxyrFHVQNCwULPBn6FNPp9brpO7ctcA==} engines: {node: '>=14.0.0'} hasBin: true - dependencies: - '@alloc/quick-lru': 5.2.0 - arg: 5.0.2 - chokidar: 3.6.0 - didyoumean: 1.2.2 - dlv: 1.1.3 - fast-glob: 3.3.2 - glob-parent: 6.0.2 - is-glob: 4.0.3 - jiti: 1.21.0 - lilconfig: 2.1.0 - micromatch: 4.0.5 - normalize-path: 3.0.0 - object-hash: 3.0.0 - picocolors: 1.0.0 - postcss: 8.4.35 - postcss-import: 15.1.0(postcss@8.4.35) - postcss-js: 4.0.1(postcss@8.4.35) - postcss-load-config: 4.0.2(postcss@8.4.35) - postcss-nested: 6.0.1(postcss@8.4.35) - postcss-selector-parser: 6.0.15 - resolve: 1.22.8 - sucrase: 3.35.0 - transitivePeerDependencies: - - ts-node - dev: true - /thenify-all@1.6.0: + thenify-all@1.6.0: resolution: {integrity: sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==} engines: {node: '>=0.8'} - dependencies: - thenify: 3.3.1 - dev: true - /thenify@3.3.1: + thenify@3.3.1: resolution: {integrity: sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==} - dependencies: - any-promise: 1.3.0 - dev: true - /three@0.135.0: + three@0.135.0: resolution: {integrity: sha512-kuEpuuxRzLv0MDsXai9huCxOSQPZ4vje6y0gn80SRmQvgz6/+rI0NAvCRAw56zYaWKMGMfqKWsxF9Qa2Z9xymQ==} - dev: false - /throttle-debounce@5.0.0: + throttle-debounce@5.0.0: resolution: {integrity: sha512-2iQTSgkkc1Zyk0MeVrt/3BvuOXYPl/R8Z0U2xxo9rjwNciaHDG3R+Lm6dh4EeUci49DanvBnuqI6jshoQQRGEg==} engines: {node: '>=12.22'} - dev: false - /tiny-glob@0.2.9: + tiny-glob@0.2.9: resolution: {integrity: sha512-g/55ssRPUjShh+xkfx9UPDXqhckHEsHr4Vd9zX55oSdGZc/MD0m3sferOkwWtp98bv+kcVfEHtRJgBVJzelrzg==} - dependencies: - globalyzer: 0.1.0 - globrex: 0.1.2 - dev: true - /tinyqueue@2.0.3: + tinyqueue@2.0.3: resolution: {integrity: sha512-ppJZNDuKGgxzkHihX8v9v9G5f+18gzaTfrukGrq6ueg0lmH4nqVnA2IPG0AEH3jKEk2GRJCUhDoqpoiw3PHLBA==} - dev: false - /to-fast-properties@2.0.0: + to-fast-properties@2.0.0: resolution: {integrity: sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==} engines: {node: '>=4'} - dev: false - /to-px@1.1.0: + to-px@1.1.0: resolution: {integrity: sha512-bfg3GLYrGoEzrGoE05TAL/Uw+H/qrf2ptr9V3W7U0lkjjyYnIfgxmVLUfhQ1hZpIQwin81uxhDjvUkDYsC0xWw==} - dependencies: - parse-unit: 1.0.1 - dev: false - /to-regex-range@5.0.1: + to-regex-range@5.0.1: resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==} engines: {node: '>=8.0'} - dependencies: - is-number: 7.0.0 - dev: true - /topojson-client@3.1.0: + topojson-client@3.1.0: resolution: {integrity: sha512-605uxS6bcYxGXw9qi62XyrV6Q3xwbndjachmNxu8HWTtVPxZfEJN9fd/SZS1Q54Sn2y0TMyMxFj/cJINqGHrKw==} hasBin: true - dependencies: - commander: 2.20.3 - dev: false - /totalist@3.0.1: + totalist@3.0.1: resolution: {integrity: sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==} engines: {node: '>=6'} - dev: true - /ts-interface-checker@0.1.13: + ts-interface-checker@0.1.13: resolution: {integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==} - dev: true - /tslib@2.6.2: + tslib@2.6.2: resolution: {integrity: sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==} - /typescript@5.4.2: + typescript@5.4.2: resolution: {integrity: sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ==} engines: {node: '>=14.17'} hasBin: true - dev: true - /update-browserslist-db@1.0.13(browserslist@4.23.0): + update-browserslist-db@1.0.13: resolution: {integrity: sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==} hasBin: true peerDependencies: browserslist: '>= 4.21.0' - dependencies: - browserslist: 4.23.0 - escalade: 3.1.2 - picocolors: 1.0.0 - dev: true - /util-deprecate@1.0.2: + util-deprecate@1.0.2: resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==} - dev: true - /vite@5.1.6: + vite@5.1.6: resolution: {integrity: sha512-yYIAZs9nVfRJ/AiOLCA91zzhjsHUgMjB+EigzFb6W2XTLO8JixBCKCjvhKZaye+NKYHCrkv3Oh50dH9EdLU2RA==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true @@ -2869,77 +1703,1692 @@ packages: optional: true terser: optional: true - dependencies: - esbuild: 0.19.12 - postcss: 8.4.35 - rollup: 4.13.0 - optionalDependencies: - fsevents: 2.3.3 - dev: true - /vitefu@0.2.5(vite@5.1.6): + vitefu@0.2.5: resolution: {integrity: sha512-SgHtMLoqaeeGnd2evZ849ZbACbnwQCIwRH57t18FxcXoZop0uQu0uzlIhJBlF/eWVzuce0sHeqPcDo+evVcg8Q==} peerDependencies: vite: ^3.0.0 || ^4.0.0 || ^5.0.0 peerDependenciesMeta: vite: optional: true - dependencies: - vite: 5.1.6 - dev: true - /vt-pbf@3.1.3: + vt-pbf@3.1.3: resolution: {integrity: sha512-2LzDFzt0mZKZ9IpVF2r69G9bXaP2Q2sArJCmcCgvfTdCCZzSyz4aCLoQyUilu37Ll56tCblIZrXFIjNUpGIlmA==} - dependencies: - '@mapbox/point-geometry': 0.1.0 - '@mapbox/vector-tile': 1.3.1 - pbf: 3.2.1 - dev: false - /which@1.3.1: + which@1.3.1: resolution: {integrity: sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==} hasBin: true - dependencies: - isexe: 2.0.0 - dev: false - /which@2.0.2: + which@2.0.2: resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==} engines: {node: '>= 8'} hasBin: true - dependencies: - isexe: 2.0.0 - dev: true - /wrap-ansi@7.0.0: + wrap-ansi@7.0.0: resolution: {integrity: sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==} engines: {node: '>=10'} - dependencies: - ansi-styles: 4.3.0 - string-width: 4.2.3 - strip-ansi: 6.0.1 - dev: true - /wrap-ansi@8.1.0: + wrap-ansi@8.1.0: resolution: {integrity: sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==} engines: {node: '>=12'} - dependencies: - ansi-styles: 6.2.1 - string-width: 5.1.2 - strip-ansi: 7.1.0 - dev: true - /wrappy@1.0.2: + wrappy@1.0.2: resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==} - dev: true - /yaml@1.10.2: + yaml@1.10.2: resolution: {integrity: sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==} engines: {node: '>= 6'} - dev: false - /yaml@2.4.1: + yaml@2.4.1: resolution: {integrity: sha512-pIXzoImaqmfOrL7teGUBt/T7ZDnyeGBWyXQBvOVhLkWLN37GXv8NMLK406UY6dS51JfcQHsmcW5cJ441bHg6Lg==} engines: {node: '>= 14'} hasBin: true - dev: true + +snapshots: + + '@alloc/quick-lru@5.2.0': {} + + '@ampproject/remapping@2.3.0': + dependencies: + '@jridgewell/gen-mapping': 0.3.5 + '@jridgewell/trace-mapping': 0.3.25 + + '@babel/code-frame@7.24.2': + dependencies: + '@babel/highlight': 7.24.2 + picocolors: 1.0.0 + + '@babel/helper-module-imports@7.24.3': + dependencies: + '@babel/types': 7.24.0 + + '@babel/helper-string-parser@7.24.1': {} + + '@babel/helper-validator-identifier@7.22.20': {} + + '@babel/highlight@7.24.2': + dependencies: + '@babel/helper-validator-identifier': 7.22.20 + chalk: 2.4.2 + js-tokens: 4.0.0 + picocolors: 1.0.0 + + '@babel/runtime@7.24.4': + dependencies: + regenerator-runtime: 0.14.1 + + '@babel/types@7.24.0': + dependencies: + '@babel/helper-string-parser': 7.24.1 + '@babel/helper-validator-identifier': 7.22.20 + to-fast-properties: 2.0.0 + + '@emotion/babel-plugin@11.11.0': + dependencies: + '@babel/helper-module-imports': 7.24.3 + '@babel/runtime': 7.24.4 + '@emotion/hash': 0.9.1 + '@emotion/memoize': 0.8.1 + '@emotion/serialize': 1.1.4 + babel-plugin-macros: 3.1.0 + convert-source-map: 1.9.0 + escape-string-regexp: 4.0.0 + find-root: 1.1.0 + source-map: 0.5.7 + stylis: 4.2.0 + + '@emotion/cache@11.11.0': + dependencies: + '@emotion/memoize': 0.8.1 + '@emotion/sheet': 1.2.2 + '@emotion/utils': 1.2.1 + '@emotion/weak-memoize': 0.3.1 + stylis: 4.2.0 + + '@emotion/css@11.11.2': + dependencies: + '@emotion/babel-plugin': 11.11.0 + '@emotion/cache': 11.11.0 + '@emotion/serialize': 1.1.4 + '@emotion/sheet': 1.2.2 + '@emotion/utils': 1.2.1 + + '@emotion/hash@0.9.1': {} + + '@emotion/memoize@0.8.1': {} + + '@emotion/serialize@1.1.4': + dependencies: + '@emotion/hash': 0.9.1 + '@emotion/memoize': 0.8.1 + '@emotion/unitless': 0.8.1 + '@emotion/utils': 1.2.1 + csstype: 3.1.3 + + '@emotion/sheet@1.2.2': {} + + '@emotion/unitless@0.8.1': {} + + '@emotion/utils@1.2.1': {} + + '@emotion/weak-memoize@0.3.1': {} + + '@esbuild/aix-ppc64@0.19.12': + optional: true + + '@esbuild/android-arm64@0.19.12': + optional: true + + '@esbuild/android-arm@0.19.12': + optional: true + + '@esbuild/android-x64@0.19.12': + optional: true + + '@esbuild/darwin-arm64@0.19.12': + optional: true + + '@esbuild/darwin-x64@0.19.12': + optional: true + + '@esbuild/freebsd-arm64@0.19.12': + optional: true + + '@esbuild/freebsd-x64@0.19.12': + optional: true + + '@esbuild/linux-arm64@0.19.12': + optional: true + + '@esbuild/linux-arm@0.19.12': + optional: true + + '@esbuild/linux-ia32@0.19.12': + optional: true + + '@esbuild/linux-loong64@0.19.12': + optional: true + + '@esbuild/linux-mips64el@0.19.12': + optional: true + + '@esbuild/linux-ppc64@0.19.12': + optional: true + + '@esbuild/linux-riscv64@0.19.12': + optional: true + + '@esbuild/linux-s390x@0.19.12': + optional: true + + '@esbuild/linux-x64@0.19.12': + optional: true + + '@esbuild/netbsd-x64@0.19.12': + optional: true + + '@esbuild/openbsd-x64@0.19.12': + optional: true + + '@esbuild/sunos-x64@0.19.12': + optional: true + + '@esbuild/win32-arm64@0.19.12': + optional: true + + '@esbuild/win32-ia32@0.19.12': + optional: true + + '@esbuild/win32-x64@0.19.12': + optional: true + + '@fontsource-variable/inter@5.0.18': {} + + '@isaacs/cliui@8.0.2': + dependencies: + string-width: 5.1.2 + string-width-cjs: string-width@4.2.3 + strip-ansi: 7.1.0 + strip-ansi-cjs: strip-ansi@6.0.1 + wrap-ansi: 8.1.0 + wrap-ansi-cjs: wrap-ansi@7.0.0 + + '@jridgewell/gen-mapping@0.3.5': + dependencies: + '@jridgewell/set-array': 1.2.1 + '@jridgewell/sourcemap-codec': 1.4.15 + '@jridgewell/trace-mapping': 0.3.25 + + '@jridgewell/resolve-uri@3.1.2': {} + + '@jridgewell/set-array@1.2.1': {} + + '@jridgewell/sourcemap-codec@1.4.15': {} + + '@jridgewell/trace-mapping@0.3.25': + dependencies: + '@jridgewell/resolve-uri': 3.1.2 + '@jridgewell/sourcemap-codec': 1.4.15 + + '@juggle/resize-observer@3.4.0': {} + + '@mapbox/geojson-rewind@0.5.2': + dependencies: + get-stream: 6.0.1 + minimist: 1.2.8 + + '@mapbox/jsonlint-lines-primitives@2.0.2': {} + + '@mapbox/mapbox-gl-supported@2.0.1': {} + + '@mapbox/point-geometry@0.1.0': {} + + '@mapbox/tiny-sdf@2.0.6': {} + + '@mapbox/unitbezier@0.0.1': {} + + '@mapbox/vector-tile@1.3.1': + dependencies: + '@mapbox/point-geometry': 0.1.0 + + '@mapbox/whoots-js@3.1.0': {} + + '@nodelib/fs.scandir@2.1.5': + dependencies: + '@nodelib/fs.stat': 2.0.5 + run-parallel: 1.2.0 + + '@nodelib/fs.stat@2.0.5': {} + + '@nodelib/fs.walk@1.2.8': + dependencies: + '@nodelib/fs.scandir': 2.1.5 + fastq: 1.17.1 + + '@pkgjs/parseargs@0.11.0': + optional: true + + '@polka/url@1.0.0-next.25': {} + + '@rollup/rollup-android-arm-eabi@4.13.0': + optional: true + + '@rollup/rollup-android-arm64@4.13.0': + optional: true + + '@rollup/rollup-darwin-arm64@4.13.0': + optional: true + + '@rollup/rollup-darwin-x64@4.13.0': + optional: true + + '@rollup/rollup-linux-arm-gnueabihf@4.13.0': + optional: true + + '@rollup/rollup-linux-arm64-gnu@4.13.0': + optional: true + + '@rollup/rollup-linux-arm64-musl@4.13.0': + optional: true + + '@rollup/rollup-linux-riscv64-gnu@4.13.0': + optional: true + + '@rollup/rollup-linux-x64-gnu@4.13.0': + optional: true + + '@rollup/rollup-linux-x64-musl@4.13.0': + optional: true + + '@rollup/rollup-win32-arm64-msvc@4.13.0': + optional: true + + '@rollup/rollup-win32-ia32-msvc@4.13.0': + optional: true + + '@rollup/rollup-win32-x64-msvc@4.13.0': + optional: true + + '@sveltejs/adapter-auto@3.1.1(@sveltejs/kit@2.5.3(@sveltejs/vite-plugin-svelte@3.0.2(svelte@4.2.12)(vite@5.1.6))(svelte@4.2.12)(vite@5.1.6))': + dependencies: + '@sveltejs/kit': 2.5.3(@sveltejs/vite-plugin-svelte@3.0.2(svelte@4.2.12)(vite@5.1.6))(svelte@4.2.12)(vite@5.1.6) + import-meta-resolve: 4.0.0 + + '@sveltejs/kit@2.5.3(@sveltejs/vite-plugin-svelte@3.0.2(svelte@4.2.12)(vite@5.1.6))(svelte@4.2.12)(vite@5.1.6)': + dependencies: + '@sveltejs/vite-plugin-svelte': 3.0.2(svelte@4.2.12)(vite@5.1.6) + '@types/cookie': 0.6.0 + cookie: 0.6.0 + devalue: 4.3.2 + esm-env: 1.0.0 + import-meta-resolve: 4.0.0 + kleur: 4.1.5 + magic-string: 0.30.8 + mrmime: 2.0.0 + sade: 1.8.1 + set-cookie-parser: 2.6.0 + sirv: 2.0.4 + svelte: 4.2.12 + tiny-glob: 0.2.9 + vite: 5.1.6 + + '@sveltejs/vite-plugin-svelte-inspector@2.0.0(@sveltejs/vite-plugin-svelte@3.0.2(svelte@4.2.12)(vite@5.1.6))(svelte@4.2.12)(vite@5.1.6)': + dependencies: + '@sveltejs/vite-plugin-svelte': 3.0.2(svelte@4.2.12)(vite@5.1.6) + debug: 4.3.4 + svelte: 4.2.12 + vite: 5.1.6 + transitivePeerDependencies: + - supports-color + + '@sveltejs/vite-plugin-svelte@3.0.2(svelte@4.2.12)(vite@5.1.6)': + dependencies: + '@sveltejs/vite-plugin-svelte-inspector': 2.0.0(@sveltejs/vite-plugin-svelte@3.0.2(svelte@4.2.12)(vite@5.1.6))(svelte@4.2.12)(vite@5.1.6) + debug: 4.3.4 + deepmerge: 4.3.1 + kleur: 4.1.5 + magic-string: 0.30.8 + svelte: 4.2.12 + svelte-hmr: 0.15.3(svelte@4.2.12) + vite: 5.1.6 + vitefu: 0.2.5(vite@5.1.6) + transitivePeerDependencies: + - supports-color + + '@types/cookie@0.6.0': {} + + '@types/d3-array@3.2.1': {} + + '@types/d3-axis@3.0.6': + dependencies: + '@types/d3-selection': 3.0.10 + + '@types/d3-brush@3.0.6': + dependencies: + '@types/d3-selection': 3.0.10 + + '@types/d3-chord@3.0.6': {} + + '@types/d3-collection@1.0.13': {} + + '@types/d3-color@3.1.3': {} + + '@types/d3-contour@3.0.6': + dependencies: + '@types/d3-array': 3.2.1 + '@types/geojson': 7946.0.14 + + '@types/d3-delaunay@6.0.4': {} + + '@types/d3-dispatch@3.0.6': {} + + '@types/d3-drag@3.0.7': + dependencies: + '@types/d3-selection': 3.0.10 + + '@types/d3-dsv@3.0.7': {} + + '@types/d3-ease@3.0.2': {} + + '@types/d3-fetch@3.0.7': + dependencies: + '@types/d3-dsv': 3.0.7 + + '@types/d3-force@3.0.9': {} + + '@types/d3-format@3.0.4': {} + + '@types/d3-geo@3.1.0': + dependencies: + '@types/geojson': 7946.0.14 + + '@types/d3-hierarchy@3.1.7': {} + + '@types/d3-interpolate@3.0.4': + dependencies: + '@types/d3-color': 3.1.3 + + '@types/d3-path@1.0.11': {} + + '@types/d3-path@3.1.0': {} + + '@types/d3-polygon@3.0.2': {} + + '@types/d3-quadtree@3.0.6': {} + + '@types/d3-random@3.0.3': {} + + '@types/d3-sankey@0.11.2': + dependencies: + '@types/d3-shape': 1.3.12 + + '@types/d3-scale-chromatic@3.0.3': {} + + '@types/d3-scale@4.0.8': + dependencies: + '@types/d3-time': 3.0.3 + + '@types/d3-selection@3.0.10': {} + + '@types/d3-shape@1.3.12': + dependencies: + '@types/d3-path': 1.0.11 + + '@types/d3-shape@3.1.6': + dependencies: + '@types/d3-path': 3.1.0 + + '@types/d3-time-format@4.0.3': {} + + '@types/d3-time@3.0.3': {} + + '@types/d3-timer@3.0.2': {} + + '@types/d3-transition@3.0.8': + dependencies: + '@types/d3-selection': 3.0.10 + + '@types/d3-zoom@3.0.8': + dependencies: + '@types/d3-interpolate': 3.0.4 + '@types/d3-selection': 3.0.10 + + '@types/d3@7.4.3': + dependencies: + '@types/d3-array': 3.2.1 + '@types/d3-axis': 3.0.6 + '@types/d3-brush': 3.0.6 + '@types/d3-chord': 3.0.6 + '@types/d3-color': 3.1.3 + '@types/d3-contour': 3.0.6 + '@types/d3-delaunay': 6.0.4 + '@types/d3-dispatch': 3.0.6 + '@types/d3-drag': 3.0.7 + '@types/d3-dsv': 3.0.7 + '@types/d3-ease': 3.0.2 + '@types/d3-fetch': 3.0.7 + '@types/d3-force': 3.0.9 + '@types/d3-format': 3.0.4 + '@types/d3-geo': 3.1.0 + '@types/d3-hierarchy': 3.1.7 + '@types/d3-interpolate': 3.0.4 + '@types/d3-path': 3.1.0 + '@types/d3-polygon': 3.0.2 + '@types/d3-quadtree': 3.0.6 + '@types/d3-random': 3.0.3 + '@types/d3-scale': 4.0.8 + '@types/d3-scale-chromatic': 3.0.3 + '@types/d3-selection': 3.0.10 + '@types/d3-shape': 3.1.6 + '@types/d3-time': 3.0.3 + '@types/d3-time-format': 4.0.3 + '@types/d3-timer': 3.0.2 + '@types/d3-transition': 3.0.8 + '@types/d3-zoom': 3.0.8 + + '@types/dagre@0.7.52': {} + + '@types/estree@1.0.5': {} + + '@types/file-saver@2.0.7': {} + + '@types/geojson@7946.0.14': {} + + '@types/katex@0.16.7': {} + + '@types/leaflet@1.7.6': + dependencies: + '@types/geojson': 7946.0.14 + + '@types/lodash@4.17.0': {} + + '@types/mapbox__point-geometry@0.1.4': {} + + '@types/mapbox__vector-tile@1.3.4': + dependencies: + '@types/geojson': 7946.0.14 + '@types/mapbox__point-geometry': 0.1.4 + '@types/pbf': 3.0.5 + + '@types/parse-json@4.0.2': {} + + '@types/pbf@3.0.5': {} + + '@types/pug@2.0.10': {} + + '@types/supercluster@5.0.3': + dependencies: + '@types/geojson': 7946.0.14 + + '@types/three@0.135.0': {} + + '@types/throttle-debounce@5.0.2': {} + + '@types/topojson-client@3.1.4': + dependencies: + '@types/geojson': 7946.0.14 + '@types/topojson-specification': 1.0.5 + + '@types/topojson-server@3.0.4': + dependencies: + '@types/geojson': 7946.0.14 + '@types/topojson-specification': 1.0.5 + + '@types/topojson-simplify@3.0.3': + dependencies: + '@types/geojson': 7946.0.14 + '@types/topojson-specification': 1.0.5 + + '@types/topojson-specification@1.0.5': + dependencies: + '@types/geojson': 7946.0.14 + + '@types/topojson@3.2.6': + dependencies: + '@types/geojson': 7946.0.14 + '@types/topojson-client': 3.1.4 + '@types/topojson-server': 3.0.4 + '@types/topojson-simplify': 3.0.3 + '@types/topojson-specification': 1.0.5 + + '@unovis/dagre-layout@0.8.8-2': + dependencies: + '@unovis/graphlibrary': 2.2.0-2 + lodash-es: 4.17.21 + + '@unovis/graphlibrary@2.2.0-2': + dependencies: + lodash-es: 4.17.21 + + '@unovis/svelte@1.3.6-beta.0(@unovis/ts@1.3.6-beta.0)(svelte@4.2.12)': + dependencies: + '@unovis/ts': 1.3.6-beta.0 + svelte: 4.2.12 + + '@unovis/ts@1.3.6-beta.0': + dependencies: + '@emotion/css': 11.11.2 + '@juggle/resize-observer': 3.4.0 + '@types/d3': 7.4.3 + '@types/d3-collection': 1.0.13 + '@types/d3-sankey': 0.11.2 + '@types/dagre': 0.7.52 + '@types/geojson': 7946.0.14 + '@types/leaflet': 1.7.6 + '@types/supercluster': 5.0.3 + '@types/three': 0.135.0 + '@types/throttle-debounce': 5.0.2 + '@types/topojson': 3.2.6 + '@types/topojson-client': 3.1.4 + '@types/topojson-specification': 1.0.5 + '@unovis/dagre-layout': 0.8.8-2 + '@unovis/graphlibrary': 2.2.0-2 + d3: 7.9.0 + d3-collection: 1.0.7 + d3-geo-projection: 4.0.0 + d3-interpolate-path: 2.3.0 + d3-sankey: 0.12.3 + elkjs: 0.8.2 + geojson: 0.5.0 + leaflet: 1.7.1 + maplibre-gl: 2.4.0 + striptags: 3.2.0 + supercluster: 7.1.5 + three: 0.135.0 + throttle-debounce: 5.0.0 + to-px: 1.1.0 + topojson-client: 3.1.0 + tslib: 2.6.2 + + '@vincjo/datatables@1.14.5(svelte@4.2.12)': + dependencies: + svelte: 4.2.12 + + acorn@8.11.3: {} + + ansi-regex@5.0.1: {} + + ansi-regex@6.0.1: {} + + ansi-styles@3.2.1: + dependencies: + color-convert: 1.9.3 + + ansi-styles@4.3.0: + dependencies: + color-convert: 2.0.1 + + ansi-styles@6.2.1: {} + + any-promise@1.3.0: {} + + anymatch@3.1.3: + dependencies: + normalize-path: 3.0.0 + picomatch: 2.3.1 + + arg@5.0.2: {} + + aria-query@5.3.0: + dependencies: + dequal: 2.0.3 + + autoprefixer@10.4.18(postcss@8.4.35): + dependencies: + browserslist: 4.23.0 + caniuse-lite: 1.0.30001675 + fraction.js: 4.3.7 + normalize-range: 0.1.2 + picocolors: 1.0.0 + postcss: 8.4.35 + postcss-value-parser: 4.2.0 + + axobject-query@4.0.0: + dependencies: + dequal: 2.0.3 + + babel-plugin-macros@3.1.0: + dependencies: + '@babel/runtime': 7.24.4 + cosmiconfig: 7.1.0 + resolve: 1.22.8 + + balanced-match@1.0.2: {} + + binary-extensions@2.2.0: {} + + brace-expansion@1.1.11: + dependencies: + balanced-match: 1.0.2 + concat-map: 0.0.1 + + brace-expansion@2.0.1: + dependencies: + balanced-match: 1.0.2 + + braces@3.0.2: + dependencies: + fill-range: 7.0.1 + + browserslist@4.23.0: + dependencies: + caniuse-lite: 1.0.30001675 + electron-to-chromium: 1.4.703 + node-releases: 2.0.14 + update-browserslist-db: 1.0.13(browserslist@4.23.0) + + buffer-crc32@0.2.13: {} + + callsites@3.1.0: {} + + camelcase-css@2.0.1: {} + + caniuse-lite@1.0.30001675: {} + + chalk@2.4.2: + dependencies: + ansi-styles: 3.2.1 + escape-string-regexp: 1.0.5 + supports-color: 5.5.0 + + chokidar@3.6.0: + dependencies: + anymatch: 3.1.3 + braces: 3.0.2 + glob-parent: 5.1.2 + is-binary-path: 2.1.0 + is-glob: 4.0.3 + normalize-path: 3.0.0 + readdirp: 3.6.0 + optionalDependencies: + fsevents: 2.3.3 + + code-red@1.0.4: + dependencies: + '@jridgewell/sourcemap-codec': 1.4.15 + '@types/estree': 1.0.5 + acorn: 8.11.3 + estree-walker: 3.0.3 + periscopic: 3.1.0 + + color-convert@1.9.3: + dependencies: + color-name: 1.1.3 + + color-convert@2.0.1: + dependencies: + color-name: 1.1.4 + + color-name@1.1.3: {} + + color-name@1.1.4: {} + + commander@2.20.3: {} + + commander@4.1.1: {} + + commander@7.2.0: {} + + concat-map@0.0.1: {} + + convert-source-map@1.9.0: {} + + cookie@0.6.0: {} + + cosmiconfig@7.1.0: + dependencies: + '@types/parse-json': 4.0.2 + import-fresh: 3.3.0 + parse-json: 5.2.0 + path-type: 4.0.0 + yaml: 1.10.2 + + cross-spawn@7.0.3: + dependencies: + path-key: 3.1.1 + shebang-command: 2.0.0 + which: 2.0.2 + + css-tree@2.3.1: + dependencies: + mdn-data: 2.0.30 + source-map-js: 1.0.2 + + csscolorparser@1.0.3: {} + + cssesc@3.0.0: {} + + csstype@3.1.3: {} + + d3-array@2.12.1: + dependencies: + internmap: 1.0.1 + + d3-array@3.2.4: + dependencies: + internmap: 2.0.3 + + d3-axis@3.0.0: {} + + d3-brush@3.0.0: + dependencies: + d3-dispatch: 3.0.1 + d3-drag: 3.0.0 + d3-interpolate: 3.0.1 + d3-selection: 3.0.0 + d3-transition: 3.0.1(d3-selection@3.0.0) + + d3-chord@3.0.1: + dependencies: + d3-path: 3.1.0 + + d3-collection@1.0.7: {} + + d3-color@3.1.0: {} + + d3-contour@4.0.2: + dependencies: + d3-array: 3.2.4 + + d3-delaunay@6.0.4: + dependencies: + delaunator: 5.0.1 + + d3-dispatch@3.0.1: {} + + d3-drag@3.0.0: + dependencies: + d3-dispatch: 3.0.1 + d3-selection: 3.0.0 + + d3-dsv@3.0.1: + dependencies: + commander: 7.2.0 + iconv-lite: 0.6.3 + rw: 1.3.3 + + d3-ease@3.0.1: {} + + d3-fetch@3.0.1: + dependencies: + d3-dsv: 3.0.1 + + d3-force@3.0.0: + dependencies: + d3-dispatch: 3.0.1 + d3-quadtree: 3.0.1 + d3-timer: 3.0.1 + + d3-format@3.1.0: {} + + d3-geo-projection@4.0.0: + dependencies: + commander: 7.2.0 + d3-array: 3.2.4 + d3-geo: 3.1.1 + + d3-geo@3.1.1: + dependencies: + d3-array: 3.2.4 + + d3-hierarchy@3.1.2: {} + + d3-interpolate-path@2.3.0: {} + + d3-interpolate@3.0.1: + dependencies: + d3-color: 3.1.0 + + d3-path@1.0.9: {} + + d3-path@3.1.0: {} + + d3-polygon@3.0.1: {} + + d3-quadtree@3.0.1: {} + + d3-random@3.0.1: {} + + d3-sankey@0.12.3: + dependencies: + d3-array: 2.12.1 + d3-shape: 1.3.7 + + d3-scale-chromatic@3.1.0: + dependencies: + d3-color: 3.1.0 + d3-interpolate: 3.0.1 + + d3-scale@4.0.2: + dependencies: + d3-array: 3.2.4 + d3-format: 3.1.0 + d3-interpolate: 3.0.1 + d3-time: 3.1.0 + d3-time-format: 4.1.0 + + d3-selection@3.0.0: {} + + d3-shape@1.3.7: + dependencies: + d3-path: 1.0.9 + + d3-shape@3.2.0: + dependencies: + d3-path: 3.1.0 + + d3-time-format@4.1.0: + dependencies: + d3-time: 3.1.0 + + d3-time@3.1.0: + dependencies: + d3-array: 3.2.4 + + d3-timer@3.0.1: {} + + d3-transition@3.0.1(d3-selection@3.0.0): + dependencies: + d3-color: 3.1.0 + d3-dispatch: 3.0.1 + d3-ease: 3.0.1 + d3-interpolate: 3.0.1 + d3-selection: 3.0.0 + d3-timer: 3.0.1 + + d3-zoom@3.0.0: + dependencies: + d3-dispatch: 3.0.1 + d3-drag: 3.0.0 + d3-interpolate: 3.0.1 + d3-selection: 3.0.0 + d3-transition: 3.0.1(d3-selection@3.0.0) + + d3@7.9.0: + dependencies: + d3-array: 3.2.4 + d3-axis: 3.0.0 + d3-brush: 3.0.0 + d3-chord: 3.0.1 + d3-color: 3.1.0 + d3-contour: 4.0.2 + d3-delaunay: 6.0.4 + d3-dispatch: 3.0.1 + d3-drag: 3.0.0 + d3-dsv: 3.0.1 + d3-ease: 3.0.1 + d3-fetch: 3.0.1 + d3-force: 3.0.0 + d3-format: 3.1.0 + d3-geo: 3.1.1 + d3-hierarchy: 3.1.2 + d3-interpolate: 3.0.1 + d3-path: 3.1.0 + d3-polygon: 3.0.1 + d3-quadtree: 3.0.1 + d3-random: 3.0.1 + d3-scale: 4.0.2 + d3-scale-chromatic: 3.1.0 + d3-selection: 3.0.0 + d3-shape: 3.2.0 + d3-time: 3.1.0 + d3-time-format: 4.1.0 + d3-timer: 3.0.1 + d3-transition: 3.0.1(d3-selection@3.0.0) + d3-zoom: 3.0.0 + + debug@4.3.4: + dependencies: + ms: 2.1.2 + + deepmerge@4.3.1: {} + + delaunator@5.0.1: + dependencies: + robust-predicates: 3.0.2 + + dequal@2.0.3: {} + + detect-indent@6.1.0: {} + + devalue@4.3.2: {} + + didyoumean@1.2.2: {} + + dlv@1.1.3: {} + + earcut@2.2.4: {} + + eastasianwidth@0.2.0: {} + + electron-to-chromium@1.4.703: {} + + elkjs@0.8.2: {} + + emoji-regex@8.0.0: {} + + emoji-regex@9.2.2: {} + + error-ex@1.3.2: + dependencies: + is-arrayish: 0.2.1 + + es6-promise@3.3.1: {} + + esbuild@0.19.12: + optionalDependencies: + '@esbuild/aix-ppc64': 0.19.12 + '@esbuild/android-arm': 0.19.12 + '@esbuild/android-arm64': 0.19.12 + '@esbuild/android-x64': 0.19.12 + '@esbuild/darwin-arm64': 0.19.12 + '@esbuild/darwin-x64': 0.19.12 + '@esbuild/freebsd-arm64': 0.19.12 + '@esbuild/freebsd-x64': 0.19.12 + '@esbuild/linux-arm': 0.19.12 + '@esbuild/linux-arm64': 0.19.12 + '@esbuild/linux-ia32': 0.19.12 + '@esbuild/linux-loong64': 0.19.12 + '@esbuild/linux-mips64el': 0.19.12 + '@esbuild/linux-ppc64': 0.19.12 + '@esbuild/linux-riscv64': 0.19.12 + '@esbuild/linux-s390x': 0.19.12 + '@esbuild/linux-x64': 0.19.12 + '@esbuild/netbsd-x64': 0.19.12 + '@esbuild/openbsd-x64': 0.19.12 + '@esbuild/sunos-x64': 0.19.12 + '@esbuild/win32-arm64': 0.19.12 + '@esbuild/win32-ia32': 0.19.12 + '@esbuild/win32-x64': 0.19.12 + + escalade@3.1.2: {} + + escape-string-regexp@1.0.5: {} + + escape-string-regexp@4.0.0: {} + + esm-env@1.0.0: {} + + estree-walker@3.0.3: + dependencies: + '@types/estree': 1.0.5 + + fast-glob@3.3.2: + dependencies: + '@nodelib/fs.stat': 2.0.5 + '@nodelib/fs.walk': 1.2.8 + glob-parent: 5.1.2 + merge2: 1.4.1 + micromatch: 4.0.5 + + fastq@1.17.1: + dependencies: + reusify: 1.0.4 + + file-saver@2.0.5: {} + + fill-range@7.0.1: + dependencies: + to-regex-range: 5.0.1 + + find-root@1.1.0: {} + + foreground-child@3.1.1: + dependencies: + cross-spawn: 7.0.3 + signal-exit: 4.1.0 + + fraction.js@4.3.7: {} + + fs.realpath@1.0.0: {} + + fsevents@2.3.3: + optional: true + + function-bind@1.1.2: {} + + geojson-vt@3.2.1: {} + + geojson@0.5.0: {} + + get-stream@6.0.1: {} + + gl-matrix@3.4.3: {} + + glob-parent@5.1.2: + dependencies: + is-glob: 4.0.3 + + glob-parent@6.0.2: + dependencies: + is-glob: 4.0.3 + + glob@10.3.10: + dependencies: + foreground-child: 3.1.1 + jackspeak: 2.3.6 + minimatch: 9.0.3 + minipass: 7.0.4 + path-scurry: 1.10.1 + + glob@7.2.3: + dependencies: + fs.realpath: 1.0.0 + inflight: 1.0.6 + inherits: 2.0.4 + minimatch: 3.1.2 + once: 1.4.0 + path-is-absolute: 1.0.1 + + global-prefix@3.0.0: + dependencies: + ini: 1.3.8 + kind-of: 6.0.3 + which: 1.3.1 + + globalyzer@0.1.0: {} + + globrex@0.1.2: {} + + graceful-fs@4.2.11: {} + + has-flag@3.0.0: {} + + hasown@2.0.2: + dependencies: + function-bind: 1.1.2 + + iconv-lite@0.6.3: + dependencies: + safer-buffer: 2.1.2 + + ieee754@1.2.1: {} + + import-fresh@3.3.0: + dependencies: + parent-module: 1.0.1 + resolve-from: 4.0.0 + + import-meta-resolve@4.0.0: {} + + inflight@1.0.6: + dependencies: + once: 1.4.0 + wrappy: 1.0.2 + + inherits@2.0.4: {} + + ini@1.3.8: {} + + internmap@1.0.1: {} + + internmap@2.0.3: {} + + is-arrayish@0.2.1: {} + + is-binary-path@2.1.0: + dependencies: + binary-extensions: 2.2.0 + + is-core-module@2.13.1: + dependencies: + hasown: 2.0.2 + + is-extglob@2.1.1: {} + + is-fullwidth-code-point@3.0.0: {} + + is-glob@4.0.3: + dependencies: + is-extglob: 2.1.1 + + is-number@7.0.0: {} + + is-reference@3.0.2: + dependencies: + '@types/estree': 1.0.5 + + isexe@2.0.0: {} + + jackspeak@2.3.6: + dependencies: + '@isaacs/cliui': 8.0.2 + optionalDependencies: + '@pkgjs/parseargs': 0.11.0 + + jiti@1.21.0: {} + + js-tokens@4.0.0: {} + + json-parse-even-better-errors@2.3.1: {} + + kdbush@3.0.0: {} + + kind-of@6.0.3: {} + + kleur@4.1.5: {} + + leaflet@1.7.1: {} + + lilconfig@2.1.0: {} + + lilconfig@3.1.1: {} + + lines-and-columns@1.2.4: {} + + locate-character@3.0.0: {} + + lodash-es@4.17.21: {} + + lodash@4.17.21: {} + + lru-cache@10.2.0: {} + + lucide-svelte@0.368.0(svelte@4.2.12): + dependencies: + svelte: 4.2.12 + + magic-string@0.30.8: + dependencies: + '@jridgewell/sourcemap-codec': 1.4.15 + + maplibre-gl@2.4.0: + dependencies: + '@mapbox/geojson-rewind': 0.5.2 + '@mapbox/jsonlint-lines-primitives': 2.0.2 + '@mapbox/mapbox-gl-supported': 2.0.1 + '@mapbox/point-geometry': 0.1.0 + '@mapbox/tiny-sdf': 2.0.6 + '@mapbox/unitbezier': 0.0.1 + '@mapbox/vector-tile': 1.3.1 + '@mapbox/whoots-js': 3.1.0 + '@types/geojson': 7946.0.14 + '@types/mapbox__point-geometry': 0.1.4 + '@types/mapbox__vector-tile': 1.3.4 + '@types/pbf': 3.0.5 + csscolorparser: 1.0.3 + earcut: 2.2.4 + geojson-vt: 3.2.1 + gl-matrix: 3.4.3 + global-prefix: 3.0.0 + murmurhash-js: 1.0.0 + pbf: 3.2.1 + potpack: 1.0.2 + quickselect: 2.0.0 + supercluster: 7.1.5 + tinyqueue: 2.0.3 + vt-pbf: 3.1.3 + + mdn-data@2.0.30: {} + + merge2@1.4.1: {} + + micromatch@4.0.5: + dependencies: + braces: 3.0.2 + picomatch: 2.3.1 + + min-indent@1.0.1: {} + + minimatch@3.1.2: + dependencies: + brace-expansion: 1.1.11 + + minimatch@9.0.3: + dependencies: + brace-expansion: 2.0.1 + + minimist@1.2.8: {} + + minipass@7.0.4: {} + + mkdirp@0.5.6: + dependencies: + minimist: 1.2.8 + + mri@1.2.0: {} + + mrmime@2.0.0: {} + + ms@2.1.2: {} + + murmurhash-js@1.0.0: {} + + mz@2.7.0: + dependencies: + any-promise: 1.3.0 + object-assign: 4.1.1 + thenify-all: 1.6.0 + + nanoid@3.3.7: {} + + node-releases@2.0.14: {} + + normalize-path@3.0.0: {} + + normalize-range@0.1.2: {} + + object-assign@4.1.1: {} + + object-hash@3.0.0: {} + + once@1.4.0: + dependencies: + wrappy: 1.0.2 + + parent-module@1.0.1: + dependencies: + callsites: 3.1.0 + + parse-json@5.2.0: + dependencies: + '@babel/code-frame': 7.24.2 + error-ex: 1.3.2 + json-parse-even-better-errors: 2.3.1 + lines-and-columns: 1.2.4 + + parse-unit@1.0.1: {} + + path-is-absolute@1.0.1: {} + + path-key@3.1.1: {} + + path-parse@1.0.7: {} + + path-scurry@1.10.1: + dependencies: + lru-cache: 10.2.0 + minipass: 7.0.4 + + path-type@4.0.0: {} + + pbf@3.2.1: + dependencies: + ieee754: 1.2.1 + resolve-protobuf-schema: 2.1.0 + + periscopic@3.1.0: + dependencies: + '@types/estree': 1.0.5 + estree-walker: 3.0.3 + is-reference: 3.0.2 + + picocolors@1.0.0: {} + + picomatch@2.3.1: {} + + pify@2.3.0: {} + + pirates@4.0.6: {} + + postcss-import@15.1.0(postcss@8.4.35): + dependencies: + postcss: 8.4.35 + postcss-value-parser: 4.2.0 + read-cache: 1.0.0 + resolve: 1.22.8 + + postcss-js@4.0.1(postcss@8.4.35): + dependencies: + camelcase-css: 2.0.1 + postcss: 8.4.35 + + postcss-load-config@4.0.2(postcss@8.4.35): + dependencies: + lilconfig: 3.1.1 + yaml: 2.4.1 + optionalDependencies: + postcss: 8.4.35 + + postcss-load-config@5.0.3(jiti@1.21.0)(postcss@8.4.35): + dependencies: + lilconfig: 3.1.1 + yaml: 2.4.1 + optionalDependencies: + jiti: 1.21.0 + postcss: 8.4.35 + + postcss-nested@6.0.1(postcss@8.4.35): + dependencies: + postcss: 8.4.35 + postcss-selector-parser: 6.0.15 + + postcss-selector-parser@6.0.15: + dependencies: + cssesc: 3.0.0 + util-deprecate: 1.0.2 + + postcss-value-parser@4.2.0: {} + + postcss@8.4.35: + dependencies: + nanoid: 3.3.7 + picocolors: 1.0.0 + source-map-js: 1.0.2 + + potpack@1.0.2: {} + + protocol-buffers-schema@3.6.0: {} + + queue-microtask@1.2.3: {} + + quickselect@2.0.0: {} + + read-cache@1.0.0: + dependencies: + pify: 2.3.0 + + readdirp@3.6.0: + dependencies: + picomatch: 2.3.1 + + regenerator-runtime@0.14.1: {} + + resolve-from@4.0.0: {} + + resolve-protobuf-schema@2.1.0: + dependencies: + protocol-buffers-schema: 3.6.0 + + resolve@1.22.8: + dependencies: + is-core-module: 2.13.1 + path-parse: 1.0.7 + supports-preserve-symlinks-flag: 1.0.0 + + reusify@1.0.4: {} + + rimraf@2.7.1: + dependencies: + glob: 7.2.3 + + robust-predicates@3.0.2: {} + + rollup@4.13.0: + dependencies: + '@types/estree': 1.0.5 + optionalDependencies: + '@rollup/rollup-android-arm-eabi': 4.13.0 + '@rollup/rollup-android-arm64': 4.13.0 + '@rollup/rollup-darwin-arm64': 4.13.0 + '@rollup/rollup-darwin-x64': 4.13.0 + '@rollup/rollup-linux-arm-gnueabihf': 4.13.0 + '@rollup/rollup-linux-arm64-gnu': 4.13.0 + '@rollup/rollup-linux-arm64-musl': 4.13.0 + '@rollup/rollup-linux-riscv64-gnu': 4.13.0 + '@rollup/rollup-linux-x64-gnu': 4.13.0 + '@rollup/rollup-linux-x64-musl': 4.13.0 + '@rollup/rollup-win32-arm64-msvc': 4.13.0 + '@rollup/rollup-win32-ia32-msvc': 4.13.0 + '@rollup/rollup-win32-x64-msvc': 4.13.0 + fsevents: 2.3.3 + + run-parallel@1.2.0: + dependencies: + queue-microtask: 1.2.3 + + rw@1.3.3: {} + + sade@1.8.1: + dependencies: + mri: 1.2.0 + + safer-buffer@2.1.2: {} + + sander@0.5.1: + dependencies: + es6-promise: 3.3.1 + graceful-fs: 4.2.11 + mkdirp: 0.5.6 + rimraf: 2.7.1 + + set-cookie-parser@2.6.0: {} + + shebang-command@2.0.0: + dependencies: + shebang-regex: 3.0.0 + + shebang-regex@3.0.0: {} + + signal-exit@4.1.0: {} + + sirv@2.0.4: + dependencies: + '@polka/url': 1.0.0-next.25 + mrmime: 2.0.0 + totalist: 3.0.1 + + sorcery@0.11.0: + dependencies: + '@jridgewell/sourcemap-codec': 1.4.15 + buffer-crc32: 0.2.13 + minimist: 1.2.8 + sander: 0.5.1 + + source-map-js@1.0.2: {} + + source-map@0.5.7: {} + + string-width@4.2.3: + dependencies: + emoji-regex: 8.0.0 + is-fullwidth-code-point: 3.0.0 + strip-ansi: 6.0.1 + + string-width@5.1.2: + dependencies: + eastasianwidth: 0.2.0 + emoji-regex: 9.2.2 + strip-ansi: 7.1.0 + + strip-ansi@6.0.1: + dependencies: + ansi-regex: 5.0.1 + + strip-ansi@7.1.0: + dependencies: + ansi-regex: 6.0.1 + + strip-indent@3.0.0: + dependencies: + min-indent: 1.0.1 + + striptags@3.2.0: {} + + stylis@4.2.0: {} + + sucrase@3.35.0: + dependencies: + '@jridgewell/gen-mapping': 0.3.5 + commander: 4.1.1 + glob: 10.3.10 + lines-and-columns: 1.2.4 + mz: 2.7.0 + pirates: 4.0.6 + ts-interface-checker: 0.1.13 + + supercluster@7.1.5: + dependencies: + kdbush: 3.0.0 + + supports-color@5.5.0: + dependencies: + has-flag: 3.0.0 + + supports-preserve-symlinks-flag@1.0.0: {} + + svelte-check@3.6.6(postcss-load-config@5.0.3(jiti@1.21.0)(postcss@8.4.35))(postcss@8.4.35)(svelte@4.2.12): + dependencies: + '@jridgewell/trace-mapping': 0.3.25 + chokidar: 3.6.0 + fast-glob: 3.3.2 + import-fresh: 3.3.0 + picocolors: 1.0.0 + sade: 1.8.1 + svelte: 4.2.12 + svelte-preprocess: 5.1.3(postcss-load-config@5.0.3(jiti@1.21.0)(postcss@8.4.35))(postcss@8.4.35)(svelte@4.2.12)(typescript@5.4.2) + typescript: 5.4.2 + transitivePeerDependencies: + - '@babel/core' + - coffeescript + - less + - postcss + - postcss-load-config + - pug + - sass + - stylus + - sugarss + + svelte-hmr@0.15.3(svelte@4.2.12): + dependencies: + svelte: 4.2.12 + + svelte-preprocess@5.1.3(postcss-load-config@5.0.3(jiti@1.21.0)(postcss@8.4.35))(postcss@8.4.35)(svelte@4.2.12)(typescript@5.4.2): + dependencies: + '@types/pug': 2.0.10 + detect-indent: 6.1.0 + magic-string: 0.30.8 + sorcery: 0.11.0 + strip-indent: 3.0.0 + svelte: 4.2.12 + optionalDependencies: + postcss: 8.4.35 + postcss-load-config: 5.0.3(jiti@1.21.0)(postcss@8.4.35) + typescript: 5.4.2 + + svelte@4.2.12: + dependencies: + '@ampproject/remapping': 2.3.0 + '@jridgewell/sourcemap-codec': 1.4.15 + '@jridgewell/trace-mapping': 0.3.25 + '@types/estree': 1.0.5 + acorn: 8.11.3 + aria-query: 5.3.0 + axobject-query: 4.0.0 + code-red: 1.0.4 + css-tree: 2.3.1 + estree-walker: 3.0.3 + is-reference: 3.0.2 + locate-character: 3.0.0 + magic-string: 0.30.8 + periscopic: 3.1.0 + + tailwindcss@3.4.1: + dependencies: + '@alloc/quick-lru': 5.2.0 + arg: 5.0.2 + chokidar: 3.6.0 + didyoumean: 1.2.2 + dlv: 1.1.3 + fast-glob: 3.3.2 + glob-parent: 6.0.2 + is-glob: 4.0.3 + jiti: 1.21.0 + lilconfig: 2.1.0 + micromatch: 4.0.5 + normalize-path: 3.0.0 + object-hash: 3.0.0 + picocolors: 1.0.0 + postcss: 8.4.35 + postcss-import: 15.1.0(postcss@8.4.35) + postcss-js: 4.0.1(postcss@8.4.35) + postcss-load-config: 4.0.2(postcss@8.4.35) + postcss-nested: 6.0.1(postcss@8.4.35) + postcss-selector-parser: 6.0.15 + resolve: 1.22.8 + sucrase: 3.35.0 + transitivePeerDependencies: + - ts-node + + thenify-all@1.6.0: + dependencies: + thenify: 3.3.1 + + thenify@3.3.1: + dependencies: + any-promise: 1.3.0 + + three@0.135.0: {} + + throttle-debounce@5.0.0: {} + + tiny-glob@0.2.9: + dependencies: + globalyzer: 0.1.0 + globrex: 0.1.2 + + tinyqueue@2.0.3: {} + + to-fast-properties@2.0.0: {} + + to-px@1.1.0: + dependencies: + parse-unit: 1.0.1 + + to-regex-range@5.0.1: + dependencies: + is-number: 7.0.0 + + topojson-client@3.1.0: + dependencies: + commander: 2.20.3 + + totalist@3.0.1: {} + + ts-interface-checker@0.1.13: {} + + tslib@2.6.2: {} + + typescript@5.4.2: {} + + update-browserslist-db@1.0.13(browserslist@4.23.0): + dependencies: + browserslist: 4.23.0 + escalade: 3.1.2 + picocolors: 1.0.0 + + util-deprecate@1.0.2: {} + + vite@5.1.6: + dependencies: + esbuild: 0.19.12 + postcss: 8.4.35 + rollup: 4.13.0 + optionalDependencies: + fsevents: 2.3.3 + + vitefu@0.2.5(vite@5.1.6): + optionalDependencies: + vite: 5.1.6 + + vt-pbf@3.1.3: + dependencies: + '@mapbox/point-geometry': 0.1.0 + '@mapbox/vector-tile': 1.3.1 + pbf: 3.2.1 + + which@1.3.1: + dependencies: + isexe: 2.0.0 + + which@2.0.2: + dependencies: + isexe: 2.0.0 + + wrap-ansi@7.0.0: + dependencies: + ansi-styles: 4.3.0 + string-width: 4.2.3 + strip-ansi: 6.0.1 + + wrap-ansi@8.1.0: + dependencies: + ansi-styles: 6.2.1 + string-width: 5.1.2 + strip-ansi: 7.1.0 + + wrappy@1.0.2: {} + + yaml@1.10.2: {} + + yaml@2.4.1: {} diff --git a/src/app.pcss b/src/app.css similarity index 95% rename from src/app.pcss rename to src/app.css index b949a3c..9dafca7 100644 --- a/src/app.pcss +++ b/src/app.css @@ -33,3 +33,7 @@ kbd { 0.7 ); /* Slightly darker gray on hover */ } + +:root { + --vis-font-family: monospace; +} diff --git a/src/lib/components/Search.svelte b/src/lib/components/Search.svelte index fc92b44..1d6b046 100644 --- a/src/lib/components/Search.svelte +++ b/src/lib/components/Search.svelte @@ -47,7 +47,7 @@
@@ -58,32 +58,39 @@ on:click={show} on:input={show} value={query} + placeholder="Search..." + class="w-full placeholder:text-sm focus:outline-none" /> {#if browser && !query && !visible} - {#if navigator.userAgent.includes("Macintosh")} - Cmd + K - {:else} - Ctrl + K - {/if} + {/if}
{#if visible} - - - From 13ffccd8feac27c21ed2929dac2412c59734b67b Mon Sep 17 00:00:00 2001 From: Hew Li Yang Date: Wed, 30 Oct 2024 19:08:28 +0800 Subject: [PATCH 2/3] remove unused deps --- package.json | 5 ---- pnpm-lock.yaml | 35 ---------------------- src/lib/components/Export.svelte | 26 +++++++++++++--- src/lib/download.ts | 43 +++++++++++++++++++++++---- src/routes/+layout.svelte | 1 - src/routes/+page.svelte | 2 +- src/routes/degree/[slug]/+page.svelte | 2 +- tailwind.config.cjs | 16 ---------- tailwind.config.ts | 13 ++++++++ 9 files changed, 75 insertions(+), 68 deletions(-) delete mode 100644 tailwind.config.cjs create mode 100644 tailwind.config.ts diff --git a/package.json b/package.json index cbe15a3..3493838 100644 --- a/package.json +++ b/package.json @@ -13,9 +13,6 @@ "@sveltejs/adapter-auto": "^3.1.1", "@sveltejs/kit": "^2.5.3", "@sveltejs/vite-plugin-svelte": "^3.0.2", - "@types/d3": "^7.4.3", - "@types/file-saver": "^2.0.7", - "@types/katex": "^0.16.7", "@types/lodash": "^4.17.0", "@vincjo/datatables": "^1.14.5", "autoprefixer": "^10.4.18", @@ -30,10 +27,8 @@ }, "type": "module", "dependencies": { - "@fontsource-variable/inter": "^5.0.18", "@unovis/svelte": "1.3.6-beta.0", "@unovis/ts": "1.3.6-beta.0", - "file-saver": "^2.0.5", "lodash": "^4.17.21", "lucide-svelte": "^0.368.0" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b6a9c23..a00f0a5 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -8,18 +8,12 @@ importers: .: dependencies: - '@fontsource-variable/inter': - specifier: ^5.0.18 - version: 5.0.18 '@unovis/svelte': specifier: 1.3.6-beta.0 version: 1.3.6-beta.0(@unovis/ts@1.3.6-beta.0)(svelte@4.2.12) '@unovis/ts': specifier: 1.3.6-beta.0 version: 1.3.6-beta.0 - file-saver: - specifier: ^2.0.5 - version: 2.0.5 lodash: specifier: ^4.17.21 version: 4.17.21 @@ -36,15 +30,6 @@ importers: '@sveltejs/vite-plugin-svelte': specifier: ^3.0.2 version: 3.0.2(svelte@4.2.12)(vite@5.1.6) - '@types/d3': - specifier: ^7.4.3 - version: 7.4.3 - '@types/file-saver': - specifier: ^2.0.7 - version: 2.0.7 - '@types/katex': - specifier: ^0.16.7 - version: 0.16.7 '@types/lodash': specifier: ^4.17.0 version: 4.17.0 @@ -285,9 +270,6 @@ packages: cpu: [x64] os: [win32] - '@fontsource-variable/inter@5.0.18': - resolution: {integrity: sha512-rJzSrtJ3b7djiGFvRuTe6stDfbYJGhdQSfn2SI2WfXviee7Er0yKAHE5u7FU7OWVQQQ1x3+cxdmx9NdiAkcrcA==} - '@isaacs/cliui@8.0.2': resolution: {integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==} engines: {node: '>=12'} @@ -567,15 +549,9 @@ packages: '@types/estree@1.0.5': resolution: {integrity: sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==} - '@types/file-saver@2.0.7': - resolution: {integrity: sha512-dNKVfHd/jk0SkR/exKGj2ggkB45MAkzvWCaqLUUgkyjITkGNzH8H+yUwr+BLJUBjZOe9w8X3wgmXhZDRg1ED6A==} - '@types/geojson@7946.0.14': resolution: {integrity: sha512-WCfD5Ht3ZesJUsONdhvm84dmzWOiOzOAqOncN0++w0lBw1o8OuDNJF2McvvCef/yBqb/HYRahp1BYtODFQ8bRg==} - '@types/katex@0.16.7': - resolution: {integrity: sha512-HMwFiRujE5PjrgwHQ25+bsLJgowjGjm5Z8FVSf0N6PwgJrwxH0QxzHYDcKsTfV3wva0vzrpqMTJS2jXPr5BMEQ==} - '@types/leaflet@1.7.6': resolution: {integrity: sha512-Emkz3V08QnlelSbpT46OEAx+TBZYTOX2r1yM7W+hWg5+djHtQ1GbEXBDRLaqQDOYcDI51Ss0ayoqoKD4CtLUDA==} @@ -1034,9 +1010,6 @@ packages: fastq@1.17.1: resolution: {integrity: sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==} - file-saver@2.0.5: - resolution: {integrity: sha512-P9bmyZ3h/PRG+Nzga+rbdI4OEpNDzAVyy74uVO9ATgzLK6VtAsYybF/+TOCvrc0MO793d6+42lLyZTw7/ArVzA==} - fill-range@7.0.1: resolution: {integrity: sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==} engines: {node: '>=8'} @@ -1902,8 +1875,6 @@ snapshots: '@esbuild/win32-x64@0.19.12': optional: true - '@fontsource-variable/inter@5.0.18': {} - '@isaacs/cliui@8.0.2': dependencies: string-width: 5.1.2 @@ -2190,12 +2161,8 @@ snapshots: '@types/estree@1.0.5': {} - '@types/file-saver@2.0.7': {} - '@types/geojson@7946.0.14': {} - '@types/katex@0.16.7': {} - '@types/leaflet@1.7.6': dependencies: '@types/geojson': 7946.0.14 @@ -2725,8 +2692,6 @@ snapshots: dependencies: reusify: 1.0.4 - file-saver@2.0.5: {} - fill-range@7.0.1: dependencies: to-regex-range: 5.0.1 diff --git a/src/lib/components/Export.svelte b/src/lib/components/Export.svelte index ff83ed4..91cc4a9 100644 --- a/src/lib/components/Export.svelte +++ b/src/lib/components/Export.svelte @@ -1,24 +1,42 @@
+ {#if loading} + + {/if}
diff --git a/src/lib/download.ts b/src/lib/download.ts index daa9e9b..eb72b6e 100644 --- a/src/lib/download.ts +++ b/src/lib/download.ts @@ -1,7 +1,22 @@ -import saveAs from "file-saver"; import { browser } from "$app/environment"; -export function downloadAsJSON(rows: any[], fileName: string = "data") { +function saveAs(url: string, fileName: string) { + if (!browser) return; + const a = document.createElement("a"); + a.href = url; + a.download = fileName; + document.body.appendChild(a); + a.click(); + document.body.removeChild(a); + URL.revokeObjectURL(url); +} + +const DEFAULT_FILE_NAME = "data"; + +export function downloadAsJSON( + rows: any[], + fileName: string = DEFAULT_FILE_NAME +) { if (!browser) return; const blob = new Blob([JSON.stringify(rows, null, 4)], { @@ -11,7 +26,10 @@ export function downloadAsJSON(rows: any[], fileName: string = "data") { saveAs(url, `${fileName}.json`); } -export function downloadAsCSV(rows: any[], fileName: string = "data") { +export function downloadAsCSV( + rows: any[], + fileName: string = DEFAULT_FILE_NAME +) { if (!browser) return; if (rows.length === 0) return; const headers = Object.keys(rows[0]).join(","); @@ -31,6 +49,21 @@ export function downloadAsCSV(rows: any[], fileName: string = "data") { saveAs(url, `${fileName}.csv`); } -export function downloadFromURL(url: string, fileName: string = "studywhat") { - saveAs(url, `${fileName}.json`); +export async function downloadFromURL( + url: string, + fileName: string = "studywhat" +) { + if (!browser) return; + + const response = await fetch(url); + if (!response.ok) { + throw new Error(`Failed to fetch data from ${url}`); + } + + const data = await response.json(); + const blob = new Blob([JSON.stringify(data, null, 4)], { + type: "application/json", + }); + const blobUrl = URL.createObjectURL(blob); + saveAs(blobUrl, `${fileName}.json`); } diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index aed6c37..bd7c4c5 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -1,6 +1,5 @@
- - - {#if loading} - - {/if} + + + {#if loading} + + {/if}
diff --git a/src/lib/components/Histogram.svelte b/src/lib/components/Histogram.svelte index fcf148b..b89f82c 100644 --- a/src/lib/components/Histogram.svelte +++ b/src/lib/components/Histogram.svelte @@ -1,80 +1,80 @@
- - -
- - - - - - - - - - - - - - - -
Median{statMedian.toFixed(2)}
Mean{statMean.toFixed(2)}
Std Dev{statStd.toFixed(2)}
-
- - - 375 ? histData.length : histData.length / 2} - gridLine={true} - tickTextWidth={30} - {tickFormat} - /> - -
+ + +
+ + + + + + + + + + + + + + + +
Median{statMedian.toFixed(2)}
Mean{statMean.toFixed(2)}
Std Dev{statStd.toFixed(2)}
+
+ + + 375 ? histData.length : histData.length / 2} + gridLine={true} + tickTextWidth={30} + {tickFormat} + /> + +
diff --git a/src/lib/components/Metric.svelte b/src/lib/components/Metric.svelte index ccef0ba..01973a1 100644 --- a/src/lib/components/Metric.svelte +++ b/src/lib/components/Metric.svelte @@ -4,45 +4,45 @@ Takes a time series, gets the latest 2 records and computes the delta. -->
-

{title}

- {#if isEnoughData} -
{valueAtT}{ext}
-

- {sign}{(valueAtT - valueAtTMinusOne).toLocaleString()}{ext} ({sign}{pctChange.toFixed( - 2 - )}%) -

- {:else} -
N/A
- {/if} +

{title}

+ {#if isEnoughData} +
{valueAtT}{ext}
+

+ {sign}{(valueAtT - valueAtTMinusOne).toLocaleString()}{ext} ({sign}{pctChange.toFixed( + 2, + )}%) +

+ {:else} +
N/A
+ {/if}
diff --git a/src/lib/components/Search.svelte b/src/lib/components/Search.svelte index 1d6b046..9755355 100644 --- a/src/lib/components/Search.svelte +++ b/src/lib/components/Search.svelte @@ -1,115 +1,115 @@ { - if (e.key === "Escape") { - hide(); - } + on:keydown={(e) => { + if (e.key === "Escape") { + hide(); + } - if (e.key === "k" && (e.metaKey || e.ctrlKey)) { - visible = true; - e.preventDefault(); - } - }} + if (e.key === "k" && (e.metaKey || e.ctrlKey)) { + visible = true; + e.preventDefault(); + } + }} />
-
-
- -
- - {#if browser && !query && !visible} - - {/if} -
+
+
+ +
+ + {#if browser && !query && !visible} + + {/if} +
{#if visible} - {/if} diff --git a/src/lib/components/SearchResults.svelte b/src/lib/components/SearchResults.svelte index d2fda5f..12bb5a2 100644 --- a/src/lib/components/SearchResults.svelte +++ b/src/lib/components/SearchResults.svelte @@ -1,32 +1,32 @@ {#if degrees.length > 0} - + {:else} - No results + No results {/if} diff --git a/src/lib/components/Sparkline.svelte b/src/lib/components/Sparkline.svelte index d68a44f..673d3de 100644 --- a/src/lib/components/Sparkline.svelte +++ b/src/lib/components/Sparkline.svelte @@ -1,16 +1,16 @@ -
-
{long2short[record.university]}
-
{record.degree}
-
- {record.pctChange > 0 ? "+" : ""}{record.pctChange.toFixed(2)}% -
-
- - - 0 ? "green" : "red"} - lineWidth={1.1} - curveType={CurveType.Linear} - /> - d.year - 0.05} - y={(d) => d.value} - /> - d.year - 0.05} - y={(d) => d.value} - /> - +
+
{long2short[record.university]}
+
{record.degree}
+
+ {record.pctChange > 0 ? "+" : ""}{record.pctChange.toFixed(2)}% +
+
+ + + 0 ? "green" : "red"} + lineWidth={1.1} + curveType={CurveType.Linear} + /> + d.year - 0.05} + y={(d) => d.value} + /> + d.year - 0.05} + y={(d) => d.value} + /> +
diff --git a/src/lib/components/Umami.svelte b/src/lib/components/Umami.svelte index eb17b85..9fc7cc0 100644 --- a/src/lib/components/Umami.svelte +++ b/src/lib/components/Umami.svelte @@ -1,13 +1,13 @@ - {#if !dev} - - {/if} + {#if !dev} + + {/if} diff --git a/src/lib/constants.ts b/src/lib/constants.ts index eb1592b..4289c28 100644 --- a/src/lib/constants.ts +++ b/src/lib/constants.ts @@ -3,47 +3,47 @@ import { ntu, nus, sutd, sit, smu, suss } from "$lib/logos"; // institution names export const short2long: Record = { - SUSS: "Singapore University of Social Sciences", - SUTD: "Singapore University of Technology and Design", - SIT: "Singapore Institute of Technology", - SMU: "Singapore Management University", - NUS: "National University of Singapore", - NTU: "Nanyang Technological University", + SUSS: "Singapore University of Social Sciences", + SUTD: "Singapore University of Technology and Design", + SIT: "Singapore Institute of Technology", + SMU: "Singapore Management University", + NUS: "National University of Singapore", + NTU: "Nanyang Technological University", }; export const long2short = Object.fromEntries( - Object.entries(short2long).map(([k, v]) => [v, k]) + Object.entries(short2long).map(([k, v]) => [v, k]), ); export const short2img: Record = { - SUSS: suss, - SUTD: sutd, - SIT: sit, - SMU: smu, - NUS: nus, - NTU: ntu, + SUSS: suss, + SUTD: sutd, + SIT: sit, + SMU: smu, + NUS: nus, + NTU: ntu, }; export const PREV_YEAR = new Date().getFullYear() - 1; export const YEARS = Array.from( - { length: PREV_YEAR + 1 - 2009 }, - (_, i) => 2009 + i + { length: PREV_YEAR + 1 - 2009 }, + (_, i) => 2009 + i, ); // color palletes export const palette = [ - "#04c0c7", - "#e7871a", - "#da348f", - "#9089fa", - "#47e26f", - "#2780eb", - "#6f38b1", - "#268d6c", - "#d11d55", - "#ffcc00", - "#a0d6e5", - "#f45a6d", + "#04c0c7", + "#e7871a", + "#da348f", + "#9089fa", + "#47e26f", + "#2780eb", + "#6f38b1", + "#268d6c", + "#d11d55", + "#ffcc00", + "#a0d6e5", + "#f45a6d", ]; diff --git a/src/lib/data.json b/src/lib/data.json index e399f4c..07a8a09 100644 --- a/src/lib/data.json +++ b/src/lib/data.json @@ -1,18241 +1,18241 @@ [ - { - "university": "Nanyang Technological University", - "degree": "Accountancy", - "school": "College of Business (Nanyang Business School)", - "slug": "accountancy-ntu", - "data": [ - { - "year": 2016, - "employment_rate_overall": 97.3, - "employment_rate_ft_perm": 95.1, - "basic_monthly_mean": 3027.0, - "basic_monthly_median": 2900.0, - "gross_monthly_mean": 3063.0, - "gross_monthly_median": 2900.0, - "gross_mthly_25_percentile": 2900.0, - "gross_mthly_75_percentile": 3100.0 - }, - { - "year": 2017, - "employment_rate_overall": 97.1, - "employment_rate_ft_perm": 94.5, - "basic_monthly_mean": 3121.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3166.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2900.0, - "gross_mthly_75_percentile": 3100.0 - }, - { - "year": 2018, - "employment_rate_overall": 94.6, - "employment_rate_ft_perm": 92.2, - "basic_monthly_mean": 3214.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3245.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3200.0 - }, - { - "year": 2019, - "employment_rate_overall": 97.5, - "employment_rate_ft_perm": 94.0, - "basic_monthly_mean": 3220.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3254.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3200.0 - }, - { - "year": 2020, - "employment_rate_overall": 96.0, - "employment_rate_ft_perm": 88.7, - "basic_monthly_mean": 3213.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3228.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3100.0 - }, - { - "year": 2021, - "employment_rate_overall": 97.7, - "employment_rate_ft_perm": 93.0, - "basic_monthly_mean": 3505.0, - "basic_monthly_median": 3300.0, - "gross_monthly_mean": 3539.0, - "gross_monthly_median": 3400.0, - "gross_mthly_25_percentile": 3100.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2022, - "employment_rate_overall": 98.3, - "employment_rate_ft_perm": 97.6, - "basic_monthly_mean": 3965.0, - "basic_monthly_median": 3600.0, - "gross_monthly_mean": 4031.0, - "gross_monthly_median": 3600.0, - "gross_mthly_25_percentile": 3600.0, - "gross_mthly_75_percentile": 4300.0 - }, - { - "year": 2023, - "employment_rate_overall": 96.6, - "employment_rate_ft_perm": 95.5, - "basic_monthly_mean": 4067.0, - "basic_monthly_median": 3600.0, - "gross_monthly_mean": 4119.0, - "gross_monthly_median": 3600.0, - "gross_mthly_25_percentile": 3600.0, - "gross_mthly_75_percentile": 4000.0 - } - ] - }, - { - "university": "Nanyang Technological University", - "degree": "Accountancy (3-yr direct Honours Programme)", - "school": "College of Business (Nanyang Business School)", - "slug": "accountancy-3-yr-direct-honours-programme-ntu", - "data": [ - { - "year": 2009, - "employment_rate_overall": 91.3, - "employment_rate_ft_perm": 90.0, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 2529.0, - "gross_monthly_median": 2400.0, - "gross_mthly_25_percentile": 2400.0, - "gross_mthly_75_percentile": 2500.0 - }, - { - "year": 2010, - "employment_rate_overall": 97.4, - "employment_rate_ft_perm": 97.0, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 2778, - "gross_monthly_median": 2600, - "gross_mthly_25_percentile": 2600, - "gross_mthly_75_percentile": 2775 - }, - { - "year": 2011, - "employment_rate_overall": 97.5, - "employment_rate_ft_perm": 96.3, - "basic_monthly_mean": 2819.0, - "basic_monthly_median": 2700.0, - "gross_monthly_mean": 2900.0, - "gross_monthly_median": 2700.0, - "gross_mthly_25_percentile": 2700.0, - "gross_mthly_75_percentile": 2900.0 - }, - { - "year": 2012, - "employment_rate_overall": 97.6, - "employment_rate_ft_perm": 96.5, - "basic_monthly_mean": 2924.0, - "basic_monthly_median": 2700.0, - "gross_monthly_mean": 2969.0, - "gross_monthly_median": 2720.0, - "gross_mthly_25_percentile": 2700.0, - "gross_mthly_75_percentile": 3000.0 - }, - { - "year": 2013, - "employment_rate_overall": 97.1, - "employment_rate_ft_perm": 95.7, - "basic_monthly_mean": 2850.0, - "basic_monthly_median": 2700.0, - "gross_monthly_mean": 2938.0, - "gross_monthly_median": 2700.0, - "gross_mthly_25_percentile": 2700.0, - "gross_mthly_75_percentile": 2900.0 - }, - { - "year": 2014, - "employment_rate_overall": 96.6, - "employment_rate_ft_perm": 96.1, - "basic_monthly_mean": 2981.0, - "basic_monthly_median": 2800.0, - "gross_monthly_mean": 3003.0, - "gross_monthly_median": 2840.0, - "gross_mthly_25_percentile": 2700.0, - "gross_mthly_75_percentile": 3000.0 - }, - { - "year": 2015, - "employment_rate_overall": 97.3, - "employment_rate_ft_perm": 96.5, - "basic_monthly_mean": 3182.0, - "basic_monthly_median": 2850.0, - "gross_monthly_mean": 3240.0, - "gross_monthly_median": 2875.0, - "gross_mthly_25_percentile": 2850.0, - "gross_mthly_75_percentile": 3125.0 - } - ] - }, - { - "university": "Nanyang Technological University", - "degree": "Accountancy and Business", - "school": "College of Business (Nanyang Business School)", - "slug": "accountancy-and-business-ntu", - "data": [ - { - "year": 2012, - "employment_rate_overall": 96.9, - "employment_rate_ft_perm": 95.9, - "basic_monthly_mean": 3411.0, - "basic_monthly_median": 3250.0, - "gross_monthly_mean": 3464.0, - "gross_monthly_median": 3380.0, - "gross_mthly_25_percentile": 2863.0, - "gross_mthly_75_percentile": 3750.0 - }, - { - "year": 2013, - "employment_rate_overall": 97.4, - "employment_rate_ft_perm": 96.1, - "basic_monthly_mean": 3701.0, - "basic_monthly_median": 3200.0, - "gross_monthly_mean": 3727.0, - "gross_monthly_median": 3350.0, - "gross_mthly_25_percentile": 2900.0, - "gross_mthly_75_percentile": 4000.0 - }, - { - "year": 2014, - "employment_rate_overall": 98.2, - "employment_rate_ft_perm": 95.6, - "basic_monthly_mean": 3539.0, - "basic_monthly_median": 3300.0, - "gross_monthly_mean": 3597.0, - "gross_monthly_median": 3300.0, - "gross_mthly_25_percentile": 2900.0, - "gross_mthly_75_percentile": 4000.0 - }, - { - "year": 2015, - "employment_rate_overall": 98.6, - "employment_rate_ft_perm": 97.3, - "basic_monthly_mean": 4225.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 4438.0, - "gross_monthly_median": 3770.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 4850.0 - }, - { - "year": 2016, - "employment_rate_overall": 97.4, - "employment_rate_ft_perm": 96.6, - "basic_monthly_mean": 3836.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3893.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3100.0, - "gross_mthly_75_percentile": 4250.0 - }, - { - "year": 2017, - "employment_rate_overall": 97.2, - "employment_rate_ft_perm": 94.3, - "basic_monthly_mean": 3830.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3892.0, - "gross_monthly_median": 3600.0, - "gross_mthly_25_percentile": 3013.0, - "gross_mthly_75_percentile": 4317.0 - }, - { - "year": 2018, - "employment_rate_overall": 99.2, - "employment_rate_ft_perm": 97.7, - "basic_monthly_mean": 4391.0, - "basic_monthly_median": 4000.0, - "gross_monthly_mean": 4456.0, - "gross_monthly_median": 4000.0, - "gross_mthly_25_percentile": 3600.0, - "gross_mthly_75_percentile": 4633.0 - }, - { - "year": 2019, - "employment_rate_overall": 97.9, - "employment_rate_ft_perm": 95.2, - "basic_monthly_mean": 4284.0, - "basic_monthly_median": 4000.0, - "gross_monthly_mean": 4359.0, - "gross_monthly_median": 4000.0, - "gross_mthly_25_percentile": 3200.0, - "gross_mthly_75_percentile": 4600.0 - }, - { - "year": 2020, - "employment_rate_overall": 97.6, - "employment_rate_ft_perm": 91.3, - "basic_monthly_mean": 4615.0, - "basic_monthly_median": 4327.0, - "gross_monthly_mean": 4704.0, - "gross_monthly_median": 4405.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 5000.0 - }, - { - "year": 2021, - "employment_rate_overall": 99.2, - "employment_rate_ft_perm": 96.2, - "basic_monthly_mean": 5018.0, - "basic_monthly_median": 4500.0, - "gross_monthly_mean": 5173.0, - "gross_monthly_median": 4500.0, - "gross_mthly_25_percentile": 3700.0, - "gross_mthly_75_percentile": 5858.0 - }, - { - "year": 2022, - "employment_rate_overall": 98.0, - "employment_rate_ft_perm": 96.9, - "basic_monthly_mean": 5473.0, - "basic_monthly_median": 4833.0, - "gross_monthly_mean": 5580.0, - "gross_monthly_median": 4942.0, - "gross_mthly_25_percentile": 4167.0, - "gross_mthly_75_percentile": 6230.0 - }, - { - "year": 2023, - "employment_rate_overall": 97.2, - "employment_rate_ft_perm": 95.4, - "basic_monthly_mean": 4957.0, - "basic_monthly_median": 4500.0, - "gross_monthly_mean": 5030.0, - "gross_monthly_median": 4650.0, - "gross_mthly_25_percentile": 4000.0, - "gross_mthly_75_percentile": 5344.0 - } - ] - }, - { - "university": "Nanyang Technological University", - "degree": "Aerospace Engineering", - "school": "College of Engineering", - "slug": "aerospace-engineering-ntu", - "data": [ - { - "year": 2009, - "employment_rate_overall": 83.3, - "employment_rate_ft_perm": 80.3, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 3066.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2750.0, - "gross_mthly_75_percentile": 3250.0 - }, - { - "year": 2010, - "employment_rate_overall": 98.0, - "employment_rate_ft_perm": 95.9, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 3344, - "gross_monthly_median": 3200, - "gross_mthly_25_percentile": 2750, - "gross_mthly_75_percentile": 3800 - }, - { - "year": 2011, - "employment_rate_overall": 89.9, - "employment_rate_ft_perm": 88.9, - "basic_monthly_mean": 3419.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3489.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3100.0, - "gross_mthly_75_percentile": 3900.0 - }, - { - "year": 2012, - "employment_rate_overall": 87.1, - "employment_rate_ft_perm": 87.1, - "basic_monthly_mean": 3443.0, - "basic_monthly_median": 3300.0, - "gross_monthly_mean": 3578.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3025.0, - "gross_mthly_75_percentile": 3809.0 - }, - { - "year": 2013, - "employment_rate_overall": 95.3, - "employment_rate_ft_perm": 95.3, - "basic_monthly_mean": 3494.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3536.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3100.0, - "gross_mthly_75_percentile": 3816.0 - }, - { - "year": 2014, - "employment_rate_overall": 84.6, - "employment_rate_ft_perm": 82.7, - "basic_monthly_mean": 3715.0, - "basic_monthly_median": 3700.0, - "gross_monthly_mean": 3911.0, - "gross_monthly_median": 3770.0, - "gross_mthly_25_percentile": 3300.0, - "gross_mthly_75_percentile": 4070.0 - }, - { - "year": 2015, - "employment_rate_overall": 86.0, - "employment_rate_ft_perm": 86.0, - "basic_monthly_mean": 3699.0, - "basic_monthly_median": 3650.0, - "gross_monthly_mean": 3724.0, - "gross_monthly_median": 3700.0, - "gross_mthly_25_percentile": 3450.0, - "gross_mthly_75_percentile": 4000.0 - }, - { - "year": 2016, - "employment_rate_overall": 82.4, - "employment_rate_ft_perm": 77.9, - "basic_monthly_mean": 3761.0, - "basic_monthly_median": 3625.0, - "gross_monthly_mean": 3840.0, - "gross_monthly_median": 3675.0, - "gross_mthly_25_percentile": 3350.0, - "gross_mthly_75_percentile": 4435.0 - }, - { - "year": 2017, - "employment_rate_overall": 80.0, - "employment_rate_ft_perm": 75.0, - "basic_monthly_mean": 3645.0, - "basic_monthly_median": 3492.0, - "gross_monthly_mean": 3702.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3250.0, - "gross_mthly_75_percentile": 4210.0 - }, - { - "year": 2018, - "employment_rate_overall": 95.3, - "employment_rate_ft_perm": 88.4, - "basic_monthly_mean": 3710.0, - "basic_monthly_median": 3625.0, - "gross_monthly_mean": 3873.0, - "gross_monthly_median": 3800.0, - "gross_mthly_25_percentile": 3365.0, - "gross_mthly_75_percentile": 4280.0 - }, - { - "year": 2019, - "employment_rate_overall": 87.5, - "employment_rate_ft_perm": 80.7, - "basic_monthly_mean": 3816.0, - "basic_monthly_median": 3700.0, - "gross_monthly_mean": 3939.0, - "gross_monthly_median": 3800.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 4600.0 - }, - { - "year": 2020, - "employment_rate_overall": 91.2, - "employment_rate_ft_perm": 75.8, - "basic_monthly_mean": 4110.0, - "basic_monthly_median": 3980.0, - "gross_monthly_mean": 4284.0, - "gross_monthly_median": 4000.0, - "gross_mthly_25_percentile": 3800.0, - "gross_mthly_75_percentile": 4945.0 - }, - { - "year": 2021, - "employment_rate_overall": 94.4, - "employment_rate_ft_perm": 87.3, - "basic_monthly_mean": 4250.0, - "basic_monthly_median": 4250.0, - "gross_monthly_mean": 4321.0, - "gross_monthly_median": 4471.0, - "gross_mthly_25_percentile": 3792.0, - "gross_mthly_75_percentile": 5000.0 - }, - { - "year": 2022, - "employment_rate_overall": 94.0, - "employment_rate_ft_perm": 93.0, - "basic_monthly_mean": 4752.0, - "basic_monthly_median": 4800.0, - "gross_monthly_mean": 4899.0, - "gross_monthly_median": 5000.0, - "gross_mthly_25_percentile": 4160.0, - "gross_mthly_75_percentile": 5500.0 - }, - { - "year": 2023, - "employment_rate_overall": 87.5, - "employment_rate_ft_perm": 83.8, - "basic_monthly_mean": 4715.0, - "basic_monthly_median": 4500.0, - "gross_monthly_mean": 4845.0, - "gross_monthly_median": 4763.0, - "gross_mthly_25_percentile": 4150.0, - "gross_mthly_75_percentile": 5700.0 - } - ] - }, - { - "university": "Nanyang Technological University", - "degree": "Art, Design and Media", - "school": "College of Humanities, Arts & Social Sciences", - "slug": "art-design-and-media-ntu", - "data": [ - { - "year": 2009, - "employment_rate_overall": 88.3, - "employment_rate_ft_perm": 61.7, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 2431.0, - "gross_monthly_median": 2300.0, - "gross_mthly_25_percentile": 2100.0, - "gross_mthly_75_percentile": 2800.0 - }, - { - "year": 2010, - "employment_rate_overall": 80.2, - "employment_rate_ft_perm": 60.4, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 2600, - "gross_monthly_median": 2600, - "gross_mthly_25_percentile": 2000, - "gross_mthly_75_percentile": 3150 - }, - { - "year": 2011, - "employment_rate_overall": 81.1, - "employment_rate_ft_perm": 55.8, - "basic_monthly_mean": 2408.0, - "basic_monthly_median": 2500.0, - "gross_monthly_mean": 2563.0, - "gross_monthly_median": 2500.0, - "gross_mthly_25_percentile": 2350.0, - "gross_mthly_75_percentile": 3000.0 - }, - { - "year": 2012, - "employment_rate_overall": 81.4, - "employment_rate_ft_perm": 61.9, - "basic_monthly_mean": 2766.0, - "basic_monthly_median": 2700.0, - "gross_monthly_mean": 2783.0, - "gross_monthly_median": 2700.0, - "gross_mthly_25_percentile": 2400.0, - "gross_mthly_75_percentile": 3025.0 - }, - { - "year": 2013, - "employment_rate_overall": 81.6, - "employment_rate_ft_perm": 61.4, - "basic_monthly_mean": 2639.0, - "basic_monthly_median": 2500.0, - "gross_monthly_mean": 2638.0, - "gross_monthly_median": 2500.0, - "gross_mthly_25_percentile": 2300.0, - "gross_mthly_75_percentile": 2900.0 - }, - { - "year": 2014, - "employment_rate_overall": 80.0, - "employment_rate_ft_perm": 68.0, - "basic_monthly_mean": 2761.0, - "basic_monthly_median": 2600.0, - "gross_monthly_mean": 2791.0, - "gross_monthly_median": 2700.0, - "gross_mthly_25_percentile": 2300.0, - "gross_mthly_75_percentile": 3000.0 - }, - { - "year": 2015, - "employment_rate_overall": 79.3, - "employment_rate_ft_perm": 56.9, - "basic_monthly_mean": 3284.0, - "basic_monthly_median": 2800.0, - "gross_monthly_mean": 3457.0, - "gross_monthly_median": 2800.0, - "gross_mthly_25_percentile": 2200.0, - "gross_mthly_75_percentile": 3000.0 - }, - { - "year": 2016, - "employment_rate_overall": 79.7, - "employment_rate_ft_perm": 46.6, - "basic_monthly_mean": 2718.0, - "basic_monthly_median": 2700.0, - "gross_monthly_mean": 2761.0, - "gross_monthly_median": 2700.0, - "gross_mthly_25_percentile": 2500.0, - "gross_mthly_75_percentile": 3000.0 - }, - { - "year": 2018, - "employment_rate_overall": 85.7, - "employment_rate_ft_perm": 53.8, - "basic_monthly_mean": 2930.0, - "basic_monthly_median": 2800.0, - "gross_monthly_mean": 2986.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2600.0, - "gross_mthly_75_percentile": 3300.0 - }, - { - "year": 2019, - "employment_rate_overall": 83.6, - "employment_rate_ft_perm": 50.9, - "basic_monthly_mean": 3031.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3068.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2800.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2020, - "employment_rate_overall": 90.4, - "employment_rate_ft_perm": 35.7, - "basic_monthly_mean": 2858.0, - "basic_monthly_median": 2800.0, - "gross_monthly_mean": 2925.0, - "gross_monthly_median": 2800.0, - "gross_mthly_25_percentile": 2500.0, - "gross_mthly_75_percentile": 3300.0 - }, - { - "year": 2021, - "employment_rate_overall": 86.2, - "employment_rate_ft_perm": 46.6, - "basic_monthly_mean": 3146.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3182.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2650.0, - "gross_mthly_75_percentile": 3675.0 - }, - { - "year": 2022, - "employment_rate_overall": 89.5, - "employment_rate_ft_perm": 63.2, - "basic_monthly_mean": 3303.0, - "basic_monthly_median": 3200.0, - "gross_monthly_mean": 3372.0, - "gross_monthly_median": 3200.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3600.0 - }, - { - "year": 2023, - "employment_rate_overall": 80.6, - "employment_rate_ft_perm": 52.4, - "basic_monthly_mean": 3471.0, - "basic_monthly_median": 3498.0, - "gross_monthly_mean": 3515.0, - "gross_monthly_median": 3498.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3755.0 - } - ] - }, - { - "university": "Nanyang Technological University", - "degree": "Arts (and Education)", - "school": "National Institute of Education (NIE)", - "slug": "arts-and-education-ntu", - "data": [ - { - "year": 2009, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 3109.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2900.0, - "gross_mthly_75_percentile": 3200.0 - }, - { - "year": 2010, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 3281, - "gross_monthly_median": 3200, - "gross_mthly_25_percentile": 3100, - "gross_mthly_75_percentile": 3400 - }, - { - "year": 2011, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": 2958.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3407.0, - "gross_monthly_median": 3300.0, - "gross_mthly_25_percentile": 3300.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2012, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": 3293.0, - "basic_monthly_median": 3400.0, - "gross_monthly_mean": 3430.0, - "gross_monthly_median": 3467.0, - "gross_mthly_25_percentile": 3250.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2013, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": 3413.0, - "basic_monthly_median": 3426.0, - "gross_monthly_mean": 3506.0, - "gross_monthly_median": 3498.0, - "gross_mthly_25_percentile": 3400.0, - "gross_mthly_75_percentile": 3575.0 - }, - { - "year": 2014, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": 3388.0, - "basic_monthly_median": 3400.0, - "gross_monthly_mean": 3536.0, - "gross_monthly_median": 3475.0, - "gross_mthly_25_percentile": 3400.0, - "gross_mthly_75_percentile": 3700.0 - }, - { - "year": 2015, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": 3551.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3622.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 3605.0 - }, - { - "year": 2016, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": 3337.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3525.0, - "gross_monthly_median": 3525.0, - "gross_mthly_25_percentile": 3400.0, - "gross_mthly_75_percentile": 3615.0 - }, - { - "year": 2017, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": 3489.0, - "basic_monthly_median": 3600.0, - "gross_monthly_mean": 3589.0, - "gross_monthly_median": 3600.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 3800.0 - }, - { - "year": 2018, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 99.2, - "basic_monthly_mean": 3618.0, - "basic_monthly_median": 3750.0, - "gross_monthly_mean": 3751.0, - "gross_monthly_median": 3800.0, - "gross_mthly_25_percentile": 3600.0, - "gross_mthly_75_percentile": 3806.0 - }, - { - "year": 2019, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": 3629.0, - "basic_monthly_median": 3800.0, - "gross_monthly_mean": 3710.0, - "gross_monthly_median": 3800.0, - "gross_mthly_25_percentile": 3600.0, - "gross_mthly_75_percentile": 3806.0 - }, - { - "year": 2020, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 98.4, - "basic_monthly_mean": 3582.0, - "basic_monthly_median": 3798.0, - "gross_monthly_mean": 3682.0, - "gross_monthly_median": 3799.0, - "gross_mthly_25_percentile": 3600.0, - "gross_mthly_75_percentile": 3806.0 - }, - { - "year": 2021, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": 3563.0, - "basic_monthly_median": 3754.0, - "gross_monthly_mean": 3718.0, - "gross_monthly_median": 3780.0, - "gross_mthly_25_percentile": 3700.0, - "gross_mthly_75_percentile": 3900.0 - }, - { - "year": 2022, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": 3684.0, - "basic_monthly_median": 4000.0, - "gross_monthly_mean": 4025.0, - "gross_monthly_median": 4129.0, - "gross_mthly_25_percentile": 3750.0, - "gross_mthly_75_percentile": 4300.0 - }, - { - "year": 2023, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": 4023.0, - "basic_monthly_median": 4000.0, - "gross_monthly_mean": 4185.0, - "gross_monthly_median": 4200.0, - "gross_mthly_25_percentile": 3948.0, - "gross_mthly_75_percentile": 4600.0 - } - ] - }, - { - "university": "Nanyang Technological University", - "degree": "Bioengineering", - "school": "College of Engineering", - "slug": "bioengineering-ntu", - "data": [ - { - "year": 2009, - "employment_rate_overall": 87.1, - "employment_rate_ft_perm": 82.3, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 2854.0, - "gross_monthly_median": 2800.0, - "gross_mthly_25_percentile": 2500.0, - "gross_mthly_75_percentile": 3100.0 - }, - { - "year": 2010, - "employment_rate_overall": 82.2, - "employment_rate_ft_perm": 80.0, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 3160, - "gross_monthly_median": 3000, - "gross_mthly_25_percentile": 2600, - "gross_mthly_75_percentile": 3800 - }, - { - "year": 2011, - "employment_rate_overall": 75.8, - "employment_rate_ft_perm": 72.7, - "basic_monthly_mean": 2949.0, - "basic_monthly_median": 2850.0, - "gross_monthly_mean": 3094.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2800.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2012, - "employment_rate_overall": 77.3, - "employment_rate_ft_perm": 72.7, - "basic_monthly_mean": 2920.0, - "basic_monthly_median": 2900.0, - "gross_monthly_mean": 3044.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2800.0, - "gross_mthly_75_percentile": 3375.0 - }, - { - "year": 2013, - "employment_rate_overall": 81.3, - "employment_rate_ft_perm": 68.8, - "basic_monthly_mean": 2952.0, - "basic_monthly_median": 2900.0, - "gross_monthly_mean": 3166.0, - "gross_monthly_median": 3125.0, - "gross_mthly_25_percentile": 2893.0, - "gross_mthly_75_percentile": 3365.0 - }, - { - "year": 2014, - "employment_rate_overall": 79.8, - "employment_rate_ft_perm": 69.7, - "basic_monthly_mean": 2998.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3188.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2825.0, - "gross_mthly_75_percentile": 3400.0 - }, - { - "year": 2015, - "employment_rate_overall": 92.6, - "employment_rate_ft_perm": 76.5, - "basic_monthly_mean": 3079.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3197.0, - "gross_monthly_median": 3113.0, - "gross_mthly_25_percentile": 2900.0, - "gross_mthly_75_percentile": 3450.0 - }, - { - "year": 2016, - "employment_rate_overall": 77.8, - "employment_rate_ft_perm": 63.9, - "basic_monthly_mean": 3151.0, - "basic_monthly_median": 3200.0, - "gross_monthly_mean": 3317.0, - "gross_monthly_median": 3237.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3510.0 - }, - { - "year": 2017, - "employment_rate_overall": 78.3, - "employment_rate_ft_perm": 65.2, - "basic_monthly_mean": 3326.0, - "basic_monthly_median": 3200.0, - "gross_monthly_mean": 3486.0, - "gross_monthly_median": 3419.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3825.0 - }, - { - "year": 2018, - "employment_rate_overall": 77.5, - "employment_rate_ft_perm": 66.2, - "basic_monthly_mean": 3457.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3660.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3200.0, - "gross_mthly_75_percentile": 4000.0 - }, - { - "year": 2019, - "employment_rate_overall": 81.3, - "employment_rate_ft_perm": 64.1, - "basic_monthly_mean": 3445.0, - "basic_monthly_median": 3400.0, - "gross_monthly_mean": 3548.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3200.0, - "gross_mthly_75_percentile": 3700.0 - }, - { - "year": 2020, - "employment_rate_overall": 89.1, - "employment_rate_ft_perm": 43.6, - "basic_monthly_mean": 3428.0, - "basic_monthly_median": 3400.0, - "gross_monthly_mean": 3473.0, - "gross_monthly_median": 3450.0, - "gross_mthly_25_percentile": 3200.0, - "gross_mthly_75_percentile": 3800.0 - }, - { - "year": 2021, - "employment_rate_overall": 90.9, - "employment_rate_ft_perm": 75.8, - "basic_monthly_mean": 3480.0, - "basic_monthly_median": 3483.0, - "gross_monthly_mean": 3654.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3300.0, - "gross_mthly_75_percentile": 3850.0 - }, - { - "year": 2022, - "employment_rate_overall": 93.9, - "employment_rate_ft_perm": 90.9, - "basic_monthly_mean": 4160.0, - "basic_monthly_median": 4000.0, - "gross_monthly_mean": 4419.0, - "gross_monthly_median": 4200.0, - "gross_mthly_25_percentile": 3600.0, - "gross_mthly_75_percentile": 5250.0 - }, - { - "year": 2023, - "employment_rate_overall": 86.7, - "employment_rate_ft_perm": 80.0, - "basic_monthly_mean": 3945.0, - "basic_monthly_median": 4000.0, - "gross_monthly_mean": 4077.0, - "gross_monthly_median": 4043.0, - "gross_mthly_25_percentile": 3775.0, - "gross_mthly_75_percentile": 4450.0 - } - ] - }, - { - "university": "Nanyang Technological University", - "degree": "Biological and Biomedical Sciences", - "school": "College of Science", - "slug": "biological-and-biomedical-sciences-ntu", - "data": [ - { - "year": 2009, - "employment_rate_overall": 90.7, - "employment_rate_ft_perm": 85.0, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 2918.0, - "gross_monthly_median": 2800.0, - "gross_mthly_25_percentile": 2500.0, - "gross_mthly_75_percentile": 3300.0 - }, - { - "year": 2010, - "employment_rate_overall": 84.2, - "employment_rate_ft_perm": 76.3, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 2952, - "gross_monthly_median": 2800, - "gross_mthly_25_percentile": 2600, - "gross_mthly_75_percentile": 3200 - }, - { - "year": 2011, - "employment_rate_overall": 81.2, - "employment_rate_ft_perm": 71.8, - "basic_monthly_mean": 2779.0, - "basic_monthly_median": 2800.0, - "gross_monthly_mean": 2981.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2600.0, - "gross_mthly_75_percentile": 3250.0 - }, - { - "year": 2012, - "employment_rate_overall": 85.4, - "employment_rate_ft_perm": 74.3, - "basic_monthly_mean": 2902.0, - "basic_monthly_median": 2800.0, - "gross_monthly_mean": 3055.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2700.0, - "gross_mthly_75_percentile": 3260.0 - }, - { - "year": 2013, - "employment_rate_overall": 78.6, - "employment_rate_ft_perm": 68.1, - "basic_monthly_mean": 2881.0, - "basic_monthly_median": 2900.0, - "gross_monthly_mean": 3002.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2700.0, - "gross_mthly_75_percentile": 3250.0 - }, - { - "year": 2014, - "employment_rate_overall": 75.1, - "employment_rate_ft_perm": 60.8, - "basic_monthly_mean": 3083.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3174.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2800.0, - "gross_mthly_75_percentile": 3400.0 - }, - { - "year": 2015, - "employment_rate_overall": 74.6, - "employment_rate_ft_perm": 65.3, - "basic_monthly_mean": 3117.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3229.0, - "gross_monthly_median": 3190.0, - "gross_mthly_25_percentile": 2875.0, - "gross_mthly_75_percentile": 3600.0 - }, - { - "year": 2016, - "employment_rate_overall": 80.5, - "employment_rate_ft_perm": 64.0, - "basic_monthly_mean": 3132.0, - "basic_monthly_median": 3100.0, - "gross_monthly_mean": 3222.0, - "gross_monthly_median": 3175.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3550.0 - }, - { - "year": 2017, - "employment_rate_overall": 80.4, - "employment_rate_ft_perm": 62.6, - "basic_monthly_mean": 3177.0, - "basic_monthly_median": 3100.0, - "gross_monthly_mean": 3255.0, - "gross_monthly_median": 3200.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2018, - "employment_rate_overall": 80.1, - "employment_rate_ft_perm": 67.0, - "basic_monthly_mean": 3232.0, - "basic_monthly_median": 3200.0, - "gross_monthly_mean": 3319.0, - "gross_monthly_median": 3250.0, - "gross_mthly_25_percentile": 3035.0, - "gross_mthly_75_percentile": 3650.0 - }, - { - "year": 2019, - "employment_rate_overall": 81.6, - "employment_rate_ft_perm": 66.3, - "basic_monthly_mean": 3315.0, - "basic_monthly_median": 3300.0, - "gross_monthly_mean": 3450.0, - "gross_monthly_median": 3300.0, - "gross_mthly_25_percentile": 3100.0, - "gross_mthly_75_percentile": 3600.0 - }, - { - "year": 2020, - "employment_rate_overall": 88.9, - "employment_rate_ft_perm": 56.7, - "basic_monthly_mean": 3319.0, - "basic_monthly_median": 3300.0, - "gross_monthly_mean": 3401.0, - "gross_monthly_median": 3325.0, - "gross_mthly_25_percentile": 3200.0, - "gross_mthly_75_percentile": 3650.0 - }, - { - "year": 2021, - "employment_rate_overall": 96.8, - "employment_rate_ft_perm": 81.7, - "basic_monthly_mean": 3470.0, - "basic_monthly_median": 3400.0, - "gross_monthly_mean": 3569.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3260.0, - "gross_mthly_75_percentile": 3800.0 - }, - { - "year": 2022, - "employment_rate_overall": 71.4, - "employment_rate_ft_perm": 50.0, - "basic_monthly_mean": 4057.0, - "basic_monthly_median": 3800.0, - "gross_monthly_mean": 4264.0, - "gross_monthly_median": 4050.0, - "gross_mthly_25_percentile": 3700.0, - "gross_mthly_75_percentile": 4300.0 - }, - { - "year": 2022, - "employment_rate_overall": 93.9, - "employment_rate_ft_perm": 83.2, - "basic_monthly_mean": 3688.0, - "basic_monthly_median": 3600.0, - "gross_monthly_mean": 3808.0, - "gross_monthly_median": 3600.0, - "gross_mthly_25_percentile": 3400.0, - "gross_mthly_75_percentile": 4100.0 - }, - { - "year": 2023, - "employment_rate_overall": 88.1, - "employment_rate_ft_perm": 83.9, - "basic_monthly_mean": 3963.0, - "basic_monthly_median": 3850.0, - "gross_monthly_mean": 4116.0, - "gross_monthly_median": 3980.0, - "gross_mthly_25_percentile": 3575.0, - "gross_mthly_75_percentile": 4300.0 - } - ] - }, - { - "university": "Nanyang Technological University", - "degree": "Biomedical Sciences and Chinese Medicine", - "school": "College of Science", - "slug": "biomedical-sciences-and-chinese-medicine-ntu", - "data": [ - { - "year": 2012, - "employment_rate_overall": 96.7, - "employment_rate_ft_perm": 96.7, - "basic_monthly_mean": 2751.0, - "basic_monthly_median": 2819.0, - "gross_monthly_mean": 2830.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2350.0, - "gross_mthly_75_percentile": 3228.0 - }, - { - "year": 2013, - "employment_rate_overall": 90.7, - "employment_rate_ft_perm": 88.4, - "basic_monthly_mean": 2840.0, - "basic_monthly_median": 2800.0, - "gross_monthly_mean": 2883.0, - "gross_monthly_median": 2807.0, - "gross_mthly_25_percentile": 2700.0, - "gross_mthly_75_percentile": 3000.0 - }, - { - "year": 2014, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": 2974.0, - "basic_monthly_median": 2900.0, - "gross_monthly_mean": 3018.0, - "gross_monthly_median": 2900.0, - "gross_mthly_25_percentile": 2786.0, - "gross_mthly_75_percentile": 3400.0 - }, - { - "year": 2015, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": 2832.0, - "basic_monthly_median": 2800.0, - "gross_monthly_mean": 2882.0, - "gross_monthly_median": 2800.0, - "gross_mthly_25_percentile": 2500.0, - "gross_mthly_75_percentile": 3105.0 - }, - { - "year": 2016, - "employment_rate_overall": 94.4, - "employment_rate_ft_perm": 88.9, - "basic_monthly_mean": 2525.0, - "basic_monthly_median": 2400.0, - "gross_monthly_mean": 2577.0, - "gross_monthly_median": 2500.0, - "gross_mthly_25_percentile": 2150.0, - "gross_mthly_75_percentile": 2800.0 - }, - { - "year": 2017, - "employment_rate_overall": 92.0, - "employment_rate_ft_perm": 80.0, - "basic_monthly_mean": 2722.0, - "basic_monthly_median": 2928.0, - "gross_monthly_mean": 2792.0, - "gross_monthly_median": 2950.0, - "gross_mthly_25_percentile": 2500.0, - "gross_mthly_75_percentile": 3035.0 - }, - { - "year": 2018, - "employment_rate_overall": 90.9, - "employment_rate_ft_perm": 81.8, - "basic_monthly_mean": 2941.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 2953.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2700.0, - "gross_mthly_75_percentile": 3100.0 - }, - { - "year": 2019, - "employment_rate_overall": 95.2, - "employment_rate_ft_perm": 85.7, - "basic_monthly_mean": 2964.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 2979.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2780.0, - "gross_mthly_75_percentile": 3200.0 - }, - { - "year": 2020, - "employment_rate_overall": 94.7, - "employment_rate_ft_perm": 84.2, - "basic_monthly_mean": 2950.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 2969.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2800.0, - "gross_mthly_75_percentile": 3150.0 - }, - { - "year": 2021, - "employment_rate_overall": 90.9, - "employment_rate_ft_perm": 77.3, - "basic_monthly_mean": 3023.0, - "basic_monthly_median": 3100.0, - "gross_monthly_mean": 3119.0, - "gross_monthly_median": 3100.0, - "gross_mthly_25_percentile": 2890.0, - "gross_mthly_75_percentile": 3300.0 - }, - { - "year": 2022, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 90.0, - "basic_monthly_mean": 3300.0, - "basic_monthly_median": 3100.0, - "gross_monthly_mean": 3415.0, - "gross_monthly_median": 3175.0, - "gross_mthly_25_percentile": 3080.0, - "gross_mthly_75_percentile": 3300.0 - }, - { - "year": 2023, - "employment_rate_overall": 96.3, - "employment_rate_ft_perm": 85.2, - "basic_monthly_mean": 3297.0, - "basic_monthly_median": 3350.0, - "gross_monthly_mean": 3358.0, - "gross_monthly_median": 3350.0, - "gross_mthly_25_percentile": 3200.0, - "gross_mthly_75_percentile": 3600.0 - } - ] - }, - { - "university": "Nanyang Technological University", - "degree": "Business", - "school": "College of Business (Nanyang Business School)", - "slug": "business-ntu", - "data": [ - { - "year": 2009, - "employment_rate_overall": 92.2, - "employment_rate_ft_perm": 88.3, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 2754.0, - "gross_monthly_median": 2700.0, - "gross_mthly_25_percentile": 2300.0, - "gross_mthly_75_percentile": 3050.0 - }, - { - "year": 2010, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 2950, - "gross_monthly_median": 2800, - "gross_mthly_25_percentile": 2575, - "gross_mthly_75_percentile": 3175 - }, - { - "year": 2011, - "employment_rate_overall": 90.5, - "employment_rate_ft_perm": 87.4, - "basic_monthly_mean": 3092.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3245.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2700.0, - "gross_mthly_75_percentile": 3600.0 - }, - { - "year": 2012, - "employment_rate_overall": 96.3, - "employment_rate_ft_perm": 90.5, - "basic_monthly_mean": 3125.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3268.0, - "gross_monthly_median": 3100.0, - "gross_mthly_25_percentile": 2843.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2013, - "employment_rate_overall": 90.9, - "employment_rate_ft_perm": 85.7, - "basic_monthly_mean": 3053.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3214.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2700.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2014, - "employment_rate_overall": 89.6, - "employment_rate_ft_perm": 80.2, - "basic_monthly_mean": 3231.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3318.0, - "gross_monthly_median": 3100.0, - "gross_mthly_25_percentile": 2800.0, - "gross_mthly_75_percentile": 3600.0 - }, - { - "year": 2015, - "employment_rate_overall": 92.2, - "employment_rate_ft_perm": 87.6, - "basic_monthly_mean": 3343.0, - "basic_monthly_median": 3100.0, - "gross_monthly_mean": 3502.0, - "gross_monthly_median": 3200.0, - "gross_mthly_25_percentile": 2900.0, - "gross_mthly_75_percentile": 3700.0 - }, - { - "year": 2016, - "employment_rate_overall": 89.6, - "employment_rate_ft_perm": 77.1, - "basic_monthly_mean": 3348.0, - "basic_monthly_median": 3200.0, - "gross_monthly_mean": 3444.0, - "gross_monthly_median": 3300.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3800.0 - }, - { - "year": 2017, - "employment_rate_overall": 93.0, - "employment_rate_ft_perm": 80.8, - "basic_monthly_mean": 3530.0, - "basic_monthly_median": 3300.0, - "gross_monthly_mean": 3643.0, - "gross_monthly_median": 3300.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3800.0 - }, - { - "year": 2018, - "employment_rate_overall": 92.6, - "employment_rate_ft_perm": 84.3, - "basic_monthly_mean": 3646.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3776.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3200.0, - "gross_mthly_75_percentile": 4000.0 - }, - { - "year": 2019, - "employment_rate_overall": 93.8, - "employment_rate_ft_perm": 83.1, - "basic_monthly_mean": 3707.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3797.0, - "gross_monthly_median": 3600.0, - "gross_mthly_25_percentile": 3200.0, - "gross_mthly_75_percentile": 4000.0 - }, - { - "year": 2020, - "employment_rate_overall": 95.2, - "employment_rate_ft_perm": 66.8, - "basic_monthly_mean": 3973.0, - "basic_monthly_median": 3750.0, - "gross_monthly_mean": 4113.0, - "gross_monthly_median": 3800.0, - "gross_mthly_25_percentile": 3300.0, - "gross_mthly_75_percentile": 4429.0 - }, - { - "year": 2021, - "employment_rate_overall": 96.2, - "employment_rate_ft_perm": 85.2, - "basic_monthly_mean": 4211.0, - "basic_monthly_median": 4000.0, - "gross_monthly_mean": 4362.0, - "gross_monthly_median": 4000.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 4800.0 - }, - { - "year": 2022, - "employment_rate_overall": 94.5, - "employment_rate_ft_perm": 86.5, - "basic_monthly_mean": 4407.0, - "basic_monthly_median": 4000.0, - "gross_monthly_mean": 4503.0, - "gross_monthly_median": 4015.0, - "gross_mthly_25_percentile": 3600.0, - "gross_mthly_75_percentile": 4800.0 - }, - { - "year": 2023, - "employment_rate_overall": 91.8, - "employment_rate_ft_perm": 85.2, - "basic_monthly_mean": 4472.0, - "basic_monthly_median": 4100.0, - "gross_monthly_mean": 4609.0, - "gross_monthly_median": 4255.0, - "gross_mthly_25_percentile": 3800.0, - "gross_mthly_75_percentile": 5000.0 - } - ] - }, - { - "university": "Nanyang Technological University", - "degree": "Double Degree in Business and Computer Engineering/Computing", - "school": "College of Business (Nanyang Business School)", - "slug": "double-degree-in-business-and-computer-engineeringcomputing-ntu", - "data": [ - { - "year": 2012, - "employment_rate_overall": 95.2, - "employment_rate_ft_perm": 95.2, - "basic_monthly_mean": 3620.0, - "basic_monthly_median": 3400.0, - "gross_monthly_mean": 3651.0, - "gross_monthly_median": 3450.0, - "gross_mthly_25_percentile": 3100.0, - "gross_mthly_75_percentile": 4000.0 - }, - { - "year": 2013, - "employment_rate_overall": 87.5, - "employment_rate_ft_perm": 87.5, - "basic_monthly_mean": 3557.0, - "basic_monthly_median": 3400.0, - "gross_monthly_mean": 3615.0, - "gross_monthly_median": 3400.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 4100.0 - }, - { - "year": 2014, - "employment_rate_overall": 92.9, - "employment_rate_ft_perm": 89.3, - "basic_monthly_mean": 3398.0, - "basic_monthly_median": 3400.0, - "gross_monthly_mean": 3431.0, - "gross_monthly_median": 3450.0, - "gross_mthly_25_percentile": 3232.0, - "gross_mthly_75_percentile": 4000.0 - }, - { - "year": 2015, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": 4036.0, - "basic_monthly_median": 4184.0, - "gross_monthly_mean": 4395.0, - "gross_monthly_median": 4583.0, - "gross_mthly_25_percentile": 3800.0, - "gross_mthly_75_percentile": 4876.0 - }, - { - "year": 2016, - "employment_rate_overall": 94.4, - "employment_rate_ft_perm": 94.4, - "basic_monthly_mean": 4232.0, - "basic_monthly_median": 4000.0, - "gross_monthly_mean": 4407.0, - "gross_monthly_median": 4600.0, - "gross_mthly_25_percentile": 3800.0, - "gross_mthly_75_percentile": 5000.0 - }, - { - "year": 2017, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 95.0, - "basic_monthly_mean": 5036.0, - "basic_monthly_median": 4750.0, - "gross_monthly_mean": 5225.0, - "gross_monthly_median": 5000.0, - "gross_mthly_25_percentile": 4000.0, - "gross_mthly_75_percentile": 5362.0 - }, - { - "year": 2018, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": 4536.0, - "basic_monthly_median": 4450.0, - "gross_monthly_mean": 4572.0, - "gross_monthly_median": 4575.0, - "gross_mthly_25_percentile": 4200.0, - "gross_mthly_75_percentile": 4900.0 - }, - { - "year": 2019, - "employment_rate_overall": 94.4, - "employment_rate_ft_perm": 83.3, - "basic_monthly_mean": 4479.0, - "basic_monthly_median": 4833.0, - "gross_monthly_mean": 4562.0, - "gross_monthly_median": 4833.0, - "gross_mthly_25_percentile": 3600.0, - "gross_mthly_75_percentile": 5000.0 - }, - { - "year": 2020, - "employment_rate_overall": 97.4, - "employment_rate_ft_perm": 97.4, - "basic_monthly_mean": 5216.0, - "basic_monthly_median": 5200.0, - "gross_monthly_mean": 5537.0, - "gross_monthly_median": 5400.0, - "gross_mthly_25_percentile": 5000.0, - "gross_mthly_75_percentile": 5750.0 - }, - { - "year": 2021, - "employment_rate_overall": 93.8, - "employment_rate_ft_perm": 87.5, - "basic_monthly_mean": 6418.0, - "basic_monthly_median": 6300.0, - "gross_monthly_mean": 6578.0, - "gross_monthly_median": 6300.0, - "gross_mthly_25_percentile": 5250.0, - "gross_mthly_75_percentile": 8225.0 - }, - { - "year": 2022, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": 6307.0, - "basic_monthly_median": 6000.0, - "gross_monthly_mean": 6627.0, - "gross_monthly_median": 6500.0, - "gross_mthly_25_percentile": 6000.0, - "gross_mthly_75_percentile": 7500.0 - }, - { - "year": 2023, - "employment_rate_overall": 94.7, - "employment_rate_ft_perm": 89.5, - "basic_monthly_mean": 6616.0, - "basic_monthly_median": 6200.0, - "gross_monthly_mean": 6799.0, - "gross_monthly_median": 6210.0, - "gross_mthly_25_percentile": 5500.0, - "gross_mthly_75_percentile": 7000.0 - } - ] - }, - { - "university": "Nanyang Technological University", - "degree": "Chemical and Biomolecular Engineering", - "school": "College of Engineering", - "slug": "chemical-and-biomolecular-engineering-ntu", - "data": [ - { - "year": 2009, - "employment_rate_overall": 83.2, - "employment_rate_ft_perm": 78.6, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 2990.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2650.0, - "gross_mthly_75_percentile": 3300.0 - }, - { - "year": 2010, - "employment_rate_overall": 93.4, - "employment_rate_ft_perm": 86.3, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 2933, - "gross_monthly_median": 2800, - "gross_mthly_25_percentile": 2500, - "gross_mthly_75_percentile": 3200 - }, - { - "year": 2011, - "employment_rate_overall": 90.8, - "employment_rate_ft_perm": 88.4, - "basic_monthly_mean": 3076.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3276.0, - "gross_monthly_median": 3200.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2012, - "employment_rate_overall": 92.5, - "employment_rate_ft_perm": 90.7, - "basic_monthly_mean": 3208.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3314.0, - "gross_monthly_median": 3275.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3709.0 - }, - { - "year": 2013, - "employment_rate_overall": 87.3, - "employment_rate_ft_perm": 85.1, - "basic_monthly_mean": 3235.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3377.0, - "gross_monthly_median": 3200.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3800.0 - }, - { - "year": 2014, - "employment_rate_overall": 83.8, - "employment_rate_ft_perm": 76.1, - "basic_monthly_mean": 3296.0, - "basic_monthly_median": 3250.0, - "gross_monthly_mean": 3415.0, - "gross_monthly_median": 3400.0, - "gross_mthly_25_percentile": 3200.0, - "gross_mthly_75_percentile": 3575.0 - }, - { - "year": 2015, - "employment_rate_overall": 86.8, - "employment_rate_ft_perm": 80.9, - "basic_monthly_mean": 3156.0, - "basic_monthly_median": 3100.0, - "gross_monthly_mean": 3373.0, - "gross_monthly_median": 3300.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3600.0 - }, - { - "year": 2016, - "employment_rate_overall": 80.6, - "employment_rate_ft_perm": 72.6, - "basic_monthly_mean": 3336.0, - "basic_monthly_median": 3225.0, - "gross_monthly_mean": 3476.0, - "gross_monthly_median": 3400.0, - "gross_mthly_25_percentile": 3200.0, - "gross_mthly_75_percentile": 3800.0 - }, - { - "year": 2017, - "employment_rate_overall": 82.3, - "employment_rate_ft_perm": 75.3, - "basic_monthly_mean": 3326.0, - "basic_monthly_median": 3200.0, - "gross_monthly_mean": 3577.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3200.0, - "gross_mthly_75_percentile": 4000.0 - }, - { - "year": 2018, - "employment_rate_overall": 91.6, - "employment_rate_ft_perm": 86.0, - "basic_monthly_mean": 3461.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3782.0, - "gross_monthly_median": 3600.0, - "gross_mthly_25_percentile": 3300.0, - "gross_mthly_75_percentile": 4200.0 - }, - { - "year": 2019, - "employment_rate_overall": 88.6, - "employment_rate_ft_perm": 78.1, - "basic_monthly_mean": 3681.0, - "basic_monthly_median": 3600.0, - "gross_monthly_mean": 3921.0, - "gross_monthly_median": 3800.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 4300.0 - }, - { - "year": 2020, - "employment_rate_overall": 95.0, - "employment_rate_ft_perm": 83.0, - "basic_monthly_mean": 3732.0, - "basic_monthly_median": 3600.0, - "gross_monthly_mean": 3948.0, - "gross_monthly_median": 3900.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 4300.0 - }, - { - "year": 2021, - "employment_rate_overall": 91.1, - "employment_rate_ft_perm": 84.8, - "basic_monthly_mean": 3784.0, - "basic_monthly_median": 3600.0, - "gross_monthly_mean": 3959.0, - "gross_monthly_median": 3740.0, - "gross_mthly_25_percentile": 3600.0, - "gross_mthly_75_percentile": 4300.0 - }, - { - "year": 2022, - "employment_rate_overall": 96.6, - "employment_rate_ft_perm": 93.3, - "basic_monthly_mean": 4580.0, - "basic_monthly_median": 4500.0, - "gross_monthly_mean": 4733.0, - "gross_monthly_median": 4800.0, - "gross_mthly_25_percentile": 4028.0, - "gross_mthly_75_percentile": 5100.0 - }, - { - "year": 2023, - "employment_rate_overall": 92.0, - "employment_rate_ft_perm": 87.0, - "basic_monthly_mean": 4019.0, - "basic_monthly_median": 4000.0, - "gross_monthly_mean": 4299.0, - "gross_monthly_median": 4200.0, - "gross_mthly_25_percentile": 3950.0, - "gross_mthly_75_percentile": 4550.0 - } - ] - }, - { - "university": "Nanyang Technological University", - "degree": "Chemistry and Biological Chemistry", - "school": "College of Science", - "slug": "chemistry-and-biological-chemistry-ntu", - "data": [ - { - "year": 2009, - "employment_rate_overall": 91.2, - "employment_rate_ft_perm": 82.4, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 2941.0, - "gross_monthly_median": 2900.0, - "gross_mthly_25_percentile": 2600.0, - "gross_mthly_75_percentile": 3300.0 - }, - { - "year": 2010, - "employment_rate_overall": 81.0, - "employment_rate_ft_perm": 74.8, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 2981, - "gross_monthly_median": 3000, - "gross_mthly_25_percentile": 2600, - "gross_mthly_75_percentile": 3300 - }, - { - "year": 2011, - "employment_rate_overall": 79.1, - "employment_rate_ft_perm": 75.1, - "basic_monthly_mean": 2778.0, - "basic_monthly_median": 2800.0, - "gross_monthly_mean": 2956.0, - "gross_monthly_median": 2950.0, - "gross_mthly_25_percentile": 2600.0, - "gross_mthly_75_percentile": 3200.0 - }, - { - "year": 2012, - "employment_rate_overall": 84.2, - "employment_rate_ft_perm": 79.2, - "basic_monthly_mean": 3029.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3127.0, - "gross_monthly_median": 3100.0, - "gross_mthly_25_percentile": 2800.0, - "gross_mthly_75_percentile": 3450.0 - }, - { - "year": 2013, - "employment_rate_overall": 79.8, - "employment_rate_ft_perm": 68.9, - "basic_monthly_mean": 2993.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3083.0, - "gross_monthly_median": 3100.0, - "gross_mthly_25_percentile": 2800.0, - "gross_mthly_75_percentile": 3400.0 - }, - { - "year": 2014, - "employment_rate_overall": 80.5, - "employment_rate_ft_perm": 68.3, - "basic_monthly_mean": 3006.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3321.0, - "gross_monthly_median": 3100.0, - "gross_mthly_25_percentile": 2800.0, - "gross_mthly_75_percentile": 3400.0 - }, - { - "year": 2015, - "employment_rate_overall": 83.9, - "employment_rate_ft_perm": 72.3, - "basic_monthly_mean": 2960.0, - "basic_monthly_median": 2900.0, - "gross_monthly_mean": 3139.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2800.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2016, - "employment_rate_overall": 80.6, - "employment_rate_ft_perm": 64.2, - "basic_monthly_mean": 3119.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3234.0, - "gross_monthly_median": 3149.0, - "gross_mthly_25_percentile": 2925.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2017, - "employment_rate_overall": 70.1, - "employment_rate_ft_perm": 51.1, - "basic_monthly_mean": 3035.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3173.0, - "gross_monthly_median": 3100.0, - "gross_mthly_25_percentile": 2800.0, - "gross_mthly_75_percentile": 3488.0 - }, - { - "year": 2018, - "employment_rate_overall": 77.6, - "employment_rate_ft_perm": 63.9, - "basic_monthly_mean": 3205.0, - "basic_monthly_median": 3167.0, - "gross_monthly_mean": 3427.0, - "gross_monthly_median": 3200.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3725.0 - }, - { - "year": 2019, - "employment_rate_overall": 80.9, - "employment_rate_ft_perm": 66.2, - "basic_monthly_mean": 3246.0, - "basic_monthly_median": 3200.0, - "gross_monthly_mean": 3338.0, - "gross_monthly_median": 3400.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3600.0 - }, - { - "year": 2020, - "employment_rate_overall": 91.9, - "employment_rate_ft_perm": 45.6, - "basic_monthly_mean": 3230.0, - "basic_monthly_median": 3200.0, - "gross_monthly_mean": 3345.0, - "gross_monthly_median": 3245.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3635.0 - }, - { - "year": 2021, - "employment_rate_overall": 90.2, - "employment_rate_ft_perm": 74.4, - "basic_monthly_mean": 3367.0, - "basic_monthly_median": 3400.0, - "gross_monthly_mean": 3501.0, - "gross_monthly_median": 3400.0, - "gross_mthly_25_percentile": 3100.0, - "gross_mthly_75_percentile": 3700.0 - }, - { - "year": 2022, - "employment_rate_overall": 90.8, - "employment_rate_ft_perm": 84.0, - "basic_monthly_mean": 3759.0, - "basic_monthly_median": 3600.0, - "gross_monthly_mean": 3863.0, - "gross_monthly_median": 3700.0, - "gross_mthly_25_percentile": 3400.0, - "gross_mthly_75_percentile": 4200.0 - }, - { - "year": 2023, - "employment_rate_overall": 80.4, - "employment_rate_ft_perm": 66.4, - "basic_monthly_mean": 3822.0, - "basic_monthly_median": 3725.0, - "gross_monthly_mean": 3941.0, - "gross_monthly_median": 3800.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 4200.0 - } - ] - }, - { - "university": "Nanyang Technological University", - "degree": "Chinese", - "school": "College of Humanities, Arts & Social Sciences", - "slug": "chinese-ntu", - "data": [ - { - "year": 2009, - "employment_rate_overall": 98.0, - "employment_rate_ft_perm": 98.0, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 2756.0, - "gross_monthly_median": 2800.0, - "gross_mthly_25_percentile": 2600.0, - "gross_mthly_75_percentile": 2900.0 - }, - { - "year": 2010, - "employment_rate_overall": 93.7, - "employment_rate_ft_perm": 81.0, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 3118, - "gross_monthly_median": 3100, - "gross_mthly_25_percentile": 2650, - "gross_mthly_75_percentile": 3400 - }, - { - "year": 2011, - "employment_rate_overall": 93.8, - "employment_rate_ft_perm": 87.7, - "basic_monthly_mean": 2872.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3044.0, - "gross_monthly_median": 3100.0, - "gross_mthly_25_percentile": 2775.0, - "gross_mthly_75_percentile": 3300.0 - }, - { - "year": 2012, - "employment_rate_overall": 95.5, - "employment_rate_ft_perm": 90.9, - "basic_monthly_mean": 3031.0, - "basic_monthly_median": 3100.0, - "gross_monthly_mean": 3157.0, - "gross_monthly_median": 3180.0, - "gross_mthly_25_percentile": 2975.0, - "gross_mthly_75_percentile": 3450.0 - }, - { - "year": 2013, - "employment_rate_overall": 85.1, - "employment_rate_ft_perm": 80.5, - "basic_monthly_mean": 2818.0, - "basic_monthly_median": 2800.0, - "gross_monthly_mean": 2924.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2600.0, - "gross_mthly_75_percentile": 3300.0 - }, - { - "year": 2014, - "employment_rate_overall": 86.8, - "employment_rate_ft_perm": 75.8, - "basic_monthly_mean": 2927.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3006.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2700.0, - "gross_mthly_75_percentile": 3300.0 - }, - { - "year": 2015, - "employment_rate_overall": 81.8, - "employment_rate_ft_perm": 76.6, - "basic_monthly_mean": 2978.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3045.0, - "gross_monthly_median": 3200.0, - "gross_mthly_25_percentile": 2800.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2016, - "employment_rate_overall": 91.1, - "employment_rate_ft_perm": 74.7, - "basic_monthly_mean": 3239.0, - "basic_monthly_median": 3300.0, - "gross_monthly_mean": 3345.0, - "gross_monthly_median": 3300.0, - "gross_mthly_25_percentile": 3050.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2017, - "employment_rate_overall": 84.6, - "employment_rate_ft_perm": 67.7, - "basic_monthly_mean": 3119.0, - "basic_monthly_median": 3300.0, - "gross_monthly_mean": 3147.0, - "gross_monthly_median": 3300.0, - "gross_mthly_25_percentile": 2750.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2018, - "employment_rate_overall": 86.4, - "employment_rate_ft_perm": 76.3, - "basic_monthly_mean": 3149.0, - "basic_monthly_median": 3150.0, - "gross_monthly_mean": 3260.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3518.0 - }, - { - "year": 2019, - "employment_rate_overall": 90.1, - "employment_rate_ft_perm": 79.0, - "basic_monthly_mean": 3158.0, - "basic_monthly_median": 3150.0, - "gross_monthly_mean": 3260.0, - "gross_monthly_median": 3210.0, - "gross_mthly_25_percentile": 2980.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2020, - "employment_rate_overall": 83.8, - "employment_rate_ft_perm": 63.5, - "basic_monthly_mean": 3251.0, - "basic_monthly_median": 3350.0, - "gross_monthly_mean": 3310.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2021, - "employment_rate_overall": 87.0, - "employment_rate_ft_perm": 72.5, - "basic_monthly_mean": 3376.0, - "basic_monthly_median": 3250.0, - "gross_monthly_mean": 3483.0, - "gross_monthly_median": 3300.0, - "gross_mthly_25_percentile": 3053.0, - "gross_mthly_75_percentile": 3650.0 - }, - { - "year": 2022, - "employment_rate_overall": 91.8, - "employment_rate_ft_perm": 70.5, - "basic_monthly_mean": 3408.0, - "basic_monthly_median": 3300.0, - "gross_monthly_mean": 3566.0, - "gross_monthly_median": 3600.0, - "gross_mthly_25_percentile": 3060.0, - "gross_mthly_75_percentile": 4015.0 - }, - { - "year": 2023, - "employment_rate_overall": 83.6, - "employment_rate_ft_perm": 70.9, - "basic_monthly_mean": 3927.0, - "basic_monthly_median": 4015.0, - "gross_monthly_mean": 4007.0, - "gross_monthly_median": 4090.0, - "gross_mthly_25_percentile": 3450.0, - "gross_mthly_75_percentile": 4530.0 - } - ] - }, - { - "university": "Nanyang Technological University", - "degree": "Civil Engineering", - "school": "College of Engineering", - "slug": "civil-engineering-ntu", - "data": [ - { - "year": 2009, - "employment_rate_overall": 93.3, - "employment_rate_ft_perm": 90.8, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 2769.0, - "gross_monthly_median": 2800.0, - "gross_mthly_25_percentile": 2500.0, - "gross_mthly_75_percentile": 3000.0 - }, - { - "year": 2010, - "employment_rate_overall": 95.2, - "employment_rate_ft_perm": 95.2, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 2911, - "gross_monthly_median": 2900, - "gross_mthly_25_percentile": 2700, - "gross_mthly_75_percentile": 3100 - }, - { - "year": 2011, - "employment_rate_overall": 94.0, - "employment_rate_ft_perm": 94.0, - "basic_monthly_mean": 2959.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3115.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2800.0, - "gross_mthly_75_percentile": 3400.0 - }, - { - "year": 2012, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": 3054.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3270.0, - "gross_monthly_median": 3180.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3400.0 - }, - { - "year": 2013, - "employment_rate_overall": 94.8, - "employment_rate_ft_perm": 93.8, - "basic_monthly_mean": 3091.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3182.0, - "gross_monthly_median": 3100.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3380.0 - }, - { - "year": 2014, - "employment_rate_overall": 93.8, - "employment_rate_ft_perm": 92.9, - "basic_monthly_mean": 3122.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3152.0, - "gross_monthly_median": 3100.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3300.0 - }, - { - "year": 2015, - "employment_rate_overall": 95.3, - "employment_rate_ft_perm": 93.0, - "basic_monthly_mean": 3125.0, - "basic_monthly_median": 3100.0, - "gross_monthly_mean": 3206.0, - "gross_monthly_median": 3200.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3300.0 - }, - { - "year": 2016, - "employment_rate_overall": 92.4, - "employment_rate_ft_perm": 91.6, - "basic_monthly_mean": 3407.0, - "basic_monthly_median": 3250.0, - "gross_monthly_mean": 3505.0, - "gross_monthly_median": 3300.0, - "gross_mthly_25_percentile": 3200.0, - "gross_mthly_75_percentile": 3800.0 - }, - { - "year": 2017, - "employment_rate_overall": 98.5, - "employment_rate_ft_perm": 96.9, - "basic_monthly_mean": 3373.0, - "basic_monthly_median": 3300.0, - "gross_monthly_mean": 3442.0, - "gross_monthly_median": 3400.0, - "gross_mthly_25_percentile": 3190.0, - "gross_mthly_75_percentile": 3675.0 - }, - { - "year": 2018, - "employment_rate_overall": 96.5, - "employment_rate_ft_perm": 96.5, - "basic_monthly_mean": 3521.0, - "basic_monthly_median": 3400.0, - "gross_monthly_mean": 3597.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3200.0, - "gross_mthly_75_percentile": 3816.0 - }, - { - "year": 2019, - "employment_rate_overall": 94.9, - "employment_rate_ft_perm": 90.6, - "basic_monthly_mean": 3525.0, - "basic_monthly_median": 3400.0, - "gross_monthly_mean": 3582.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3300.0, - "gross_mthly_75_percentile": 3900.0 - }, - { - "year": 2020, - "employment_rate_overall": 95.7, - "employment_rate_ft_perm": 87.0, - "basic_monthly_mean": 3458.0, - "basic_monthly_median": 3400.0, - "gross_monthly_mean": 3495.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3200.0, - "gross_mthly_75_percentile": 3800.0 - }, - { - "year": 2021, - "employment_rate_overall": 97.7, - "employment_rate_ft_perm": 92.0, - "basic_monthly_mean": 3596.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3664.0, - "gross_monthly_median": 3540.0, - "gross_mthly_25_percentile": 3400.0, - "gross_mthly_75_percentile": 3800.0 - }, - { - "year": 2022, - "employment_rate_overall": 91.6, - "employment_rate_ft_perm": 88.4, - "basic_monthly_mean": 3699.0, - "basic_monthly_median": 3600.0, - "gross_monthly_mean": 3788.0, - "gross_monthly_median": 3650.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 3975.0 - }, - { - "year": 2023, - "employment_rate_overall": 97.5, - "employment_rate_ft_perm": 95.0, - "basic_monthly_mean": 3905.0, - "basic_monthly_median": 3850.0, - "gross_monthly_mean": 4012.0, - "gross_monthly_median": 4000.0, - "gross_mthly_25_percentile": 3600.0, - "gross_mthly_75_percentile": 4232.0 - } - ] - }, - { - "university": "Nanyang Technological University", - "degree": "Communication Studies", - "school": "College of Humanities, Arts & Social Sciences", - "slug": "communication-studies-ntu", - "data": [ - { - "year": 2009, - "employment_rate_overall": 95.0, - "employment_rate_ft_perm": 78.2, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 2562.0, - "gross_monthly_median": 2600.0, - "gross_mthly_25_percentile": 2100.0, - "gross_mthly_75_percentile": 2900.0 - }, - { - "year": 2010, - "employment_rate_overall": 92.1, - "employment_rate_ft_perm": 81.7, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 2836, - "gross_monthly_median": 2750, - "gross_mthly_25_percentile": 2400, - "gross_mthly_75_percentile": 3200 - }, - { - "year": 2011, - "employment_rate_overall": 89.7, - "employment_rate_ft_perm": 80.3, - "basic_monthly_mean": 2840.0, - "basic_monthly_median": 2800.0, - "gross_monthly_mean": 2960.0, - "gross_monthly_median": 2900.0, - "gross_mthly_25_percentile": 2500.0, - "gross_mthly_75_percentile": 3200.0 - }, - { - "year": 2012, - "employment_rate_overall": 93.1, - "employment_rate_ft_perm": 83.6, - "basic_monthly_mean": 2811.0, - "basic_monthly_median": 2800.0, - "gross_monthly_mean": 2941.0, - "gross_monthly_median": 2900.0, - "gross_mthly_25_percentile": 2500.0, - "gross_mthly_75_percentile": 3200.0 - }, - { - "year": 2013, - "employment_rate_overall": 89.4, - "employment_rate_ft_perm": 79.6, - "basic_monthly_mean": 2893.0, - "basic_monthly_median": 2930.0, - "gross_monthly_mean": 2956.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2700.0, - "gross_mthly_75_percentile": 3250.0 - }, - { - "year": 2014, - "employment_rate_overall": 86.7, - "employment_rate_ft_perm": 77.9, - "basic_monthly_mean": 2891.0, - "basic_monthly_median": 2800.0, - "gross_monthly_mean": 2976.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2600.0, - "gross_mthly_75_percentile": 3294.0 - }, - { - "year": 2015, - "employment_rate_overall": 85.1, - "employment_rate_ft_perm": 74.4, - "basic_monthly_mean": 2921.0, - "basic_monthly_median": 2900.0, - "gross_monthly_mean": 3008.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2600.0, - "gross_mthly_75_percentile": 3330.0 - }, - { - "year": 2016, - "employment_rate_overall": 87.7, - "employment_rate_ft_perm": 69.6, - "basic_monthly_mean": 2938.0, - "basic_monthly_median": 2900.0, - "gross_monthly_mean": 2996.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2575.0, - "gross_mthly_75_percentile": 3365.0 - }, - { - "year": 2017, - "employment_rate_overall": 92.6, - "employment_rate_ft_perm": 62.2, - "basic_monthly_mean": 3134.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3184.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2775.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2018, - "employment_rate_overall": 95.0, - "employment_rate_ft_perm": 84.2, - "basic_monthly_mean": 3085.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3166.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2750.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2019, - "employment_rate_overall": 90.4, - "employment_rate_ft_perm": 69.4, - "basic_monthly_mean": 3220.0, - "basic_monthly_median": 3200.0, - "gross_monthly_mean": 3264.0, - "gross_monthly_median": 3200.0, - "gross_mthly_25_percentile": 2800.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2020, - "employment_rate_overall": 94.9, - "employment_rate_ft_perm": 66.7, - "basic_monthly_mean": 3378.0, - "basic_monthly_median": 3300.0, - "gross_monthly_mean": 3440.0, - "gross_monthly_median": 3340.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3800.0 - }, - { - "year": 2021, - "employment_rate_overall": 96.9, - "employment_rate_ft_perm": 80.8, - "basic_monthly_mean": 3463.0, - "basic_monthly_median": 3375.0, - "gross_monthly_mean": 3548.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3943.0 - }, - { - "year": 2022, - "employment_rate_overall": 94.2, - "employment_rate_ft_perm": 79.7, - "basic_monthly_mean": 3674.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3739.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3200.0, - "gross_mthly_75_percentile": 4200.0 - }, - { - "year": 2023, - "employment_rate_overall": 88.7, - "employment_rate_ft_perm": 77.4, - "basic_monthly_mean": 3625.0, - "basic_monthly_median": 3600.0, - "gross_monthly_mean": 3719.0, - "gross_monthly_median": 3675.0, - "gross_mthly_25_percentile": 3350.0, - "gross_mthly_75_percentile": 4000.0 - } - ] - }, - { - "university": "Nanyang Technological University", - "degree": "Computer Engineering", - "school": "College of Engineering", - "slug": "computer-engineering-ntu", - "data": [ - { - "year": 2009, - "employment_rate_overall": 91.9, - "employment_rate_ft_perm": 89.3, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 2969.0, - "gross_monthly_median": 2900.0, - "gross_mthly_25_percentile": 2700.0, - "gross_mthly_75_percentile": 3200.0 - }, - { - "year": 2010, - "employment_rate_overall": 94.0, - "employment_rate_ft_perm": 90.8, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 3272, - "gross_monthly_median": 3100, - "gross_mthly_25_percentile": 2850, - "gross_mthly_75_percentile": 3600 - }, - { - "year": 2011, - "employment_rate_overall": 95.7, - "employment_rate_ft_perm": 94.0, - "basic_monthly_mean": 3436.0, - "basic_monthly_median": 3200.0, - "gross_monthly_mean": 3577.0, - "gross_monthly_median": 3250.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3800.0 - }, - { - "year": 2012, - "employment_rate_overall": 97.0, - "employment_rate_ft_perm": 95.0, - "basic_monthly_mean": 3262.0, - "basic_monthly_median": 3200.0, - "gross_monthly_mean": 3336.0, - "gross_monthly_median": 3200.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2013, - "employment_rate_overall": 90.3, - "employment_rate_ft_perm": 88.2, - "basic_monthly_mean": 3326.0, - "basic_monthly_median": 3100.0, - "gross_monthly_mean": 3374.0, - "gross_monthly_median": 3175.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3600.0 - }, - { - "year": 2014, - "employment_rate_overall": 91.4, - "employment_rate_ft_perm": 88.8, - "basic_monthly_mean": 3423.0, - "basic_monthly_median": 3300.0, - "gross_monthly_mean": 3512.0, - "gross_monthly_median": 3400.0, - "gross_mthly_25_percentile": 3200.0, - "gross_mthly_75_percentile": 3800.0 - }, - { - "year": 2015, - "employment_rate_overall": 85.1, - "employment_rate_ft_perm": 83.0, - "basic_monthly_mean": 3489.0, - "basic_monthly_median": 3350.0, - "gross_monthly_mean": 3577.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3200.0, - "gross_mthly_75_percentile": 4000.0 - }, - { - "year": 2016, - "employment_rate_overall": 83.3, - "employment_rate_ft_perm": 75.9, - "basic_monthly_mean": 3792.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3833.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3300.0, - "gross_mthly_75_percentile": 4420.0 - }, - { - "year": 2017, - "employment_rate_overall": 95.1, - "employment_rate_ft_perm": 87.8, - "basic_monthly_mean": 3667.0, - "basic_monthly_median": 3600.0, - "gross_monthly_mean": 3743.0, - "gross_monthly_median": 3600.0, - "gross_mthly_25_percentile": 3450.0, - "gross_mthly_75_percentile": 3925.0 - }, - { - "year": 2018, - "employment_rate_overall": 95.8, - "employment_rate_ft_perm": 95.8, - "basic_monthly_mean": 3749.0, - "basic_monthly_median": 3700.0, - "gross_monthly_mean": 3865.0, - "gross_monthly_median": 3775.0, - "gross_mthly_25_percentile": 3400.0, - "gross_mthly_75_percentile": 4200.0 - }, - { - "year": 2019, - "employment_rate_overall": 94.6, - "employment_rate_ft_perm": 94.6, - "basic_monthly_mean": 3994.0, - "basic_monthly_median": 4000.0, - "gross_monthly_mean": 4074.0, - "gross_monthly_median": 4000.0, - "gross_mthly_25_percentile": 3600.0, - "gross_mthly_75_percentile": 4500.0 - }, - { - "year": 2020, - "employment_rate_overall": 97.2, - "employment_rate_ft_perm": 94.4, - "basic_monthly_mean": 4069.0, - "basic_monthly_median": 4100.0, - "gross_monthly_mean": 4136.0, - "gross_monthly_median": 4100.0, - "gross_mthly_25_percentile": 3627.0, - "gross_mthly_75_percentile": 4845.0 - }, - { - "year": 2021, - "employment_rate_overall": 95.8, - "employment_rate_ft_perm": 89.6, - "basic_monthly_mean": 4649.0, - "basic_monthly_median": 4500.0, - "gross_monthly_mean": 4847.0, - "gross_monthly_median": 4500.0, - "gross_mthly_25_percentile": 4000.0, - "gross_mthly_75_percentile": 5000.0 - }, - { - "year": 2022, - "employment_rate_overall": 87.0, - "employment_rate_ft_perm": 85.2, - "basic_monthly_mean": 5366.0, - "basic_monthly_median": 5285.0, - "gross_monthly_mean": 5463.0, - "gross_monthly_median": 5295.0, - "gross_mthly_25_percentile": 4500.0, - "gross_mthly_75_percentile": 6215.0 - }, - { - "year": 2023, - "employment_rate_overall": 89.3, - "employment_rate_ft_perm": 87.5, - "basic_monthly_mean": 5512.0, - "basic_monthly_median": 5400.0, - "gross_monthly_mean": 5631.0, - "gross_monthly_median": 5400.0, - "gross_mthly_25_percentile": 4700.0, - "gross_mthly_75_percentile": 6200.0 - } - ] - }, - { - "university": "Nanyang Technological University", - "degree": "Computer Science", - "school": "College of Engineering", - "slug": "computer-science-ntu", - "data": [ - { - "year": 2009, - "employment_rate_overall": 97.1, - "employment_rate_ft_perm": 94.3, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 2930.0, - "gross_monthly_median": 2900.0, - "gross_mthly_25_percentile": 2600.0, - "gross_mthly_75_percentile": 3250.0 - }, - { - "year": 2010, - "employment_rate_overall": 94.5, - "employment_rate_ft_perm": 91.8, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 3385, - "gross_monthly_median": 3200, - "gross_mthly_25_percentile": 2800, - "gross_mthly_75_percentile": 3700 - }, - { - "year": 2011, - "employment_rate_overall": 87.4, - "employment_rate_ft_perm": 85.1, - "basic_monthly_mean": 3331.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3425.0, - "gross_monthly_median": 3200.0, - "gross_mthly_25_percentile": 2900.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2012, - "employment_rate_overall": 95.9, - "employment_rate_ft_perm": 91.1, - "basic_monthly_mean": 3292.0, - "basic_monthly_median": 3050.0, - "gross_monthly_mean": 3371.0, - "gross_monthly_median": 3192.0, - "gross_mthly_25_percentile": 2863.0, - "gross_mthly_75_percentile": 3700.0 - }, - { - "year": 2013, - "employment_rate_overall": 92.1, - "employment_rate_ft_perm": 88.5, - "basic_monthly_mean": 3249.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3306.0, - "gross_monthly_median": 3125.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3600.0 - }, - { - "year": 2014, - "employment_rate_overall": 94.5, - "employment_rate_ft_perm": 93.7, - "basic_monthly_mean": 3269.0, - "basic_monthly_median": 3200.0, - "gross_monthly_mean": 3304.0, - "gross_monthly_median": 3200.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3700.0 - }, - { - "year": 2015, - "employment_rate_overall": 92.4, - "employment_rate_ft_perm": 91.4, - "basic_monthly_mean": 3489.0, - "basic_monthly_median": 3300.0, - "gross_monthly_mean": 3535.0, - "gross_monthly_median": 3300.0, - "gross_mthly_25_percentile": 3150.0, - "gross_mthly_75_percentile": 3800.0 - }, - { - "year": 2016, - "employment_rate_overall": 94.6, - "employment_rate_ft_perm": 91.4, - "basic_monthly_mean": 3784.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3848.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3300.0, - "gross_mthly_75_percentile": 4333.0 - }, - { - "year": 2017, - "employment_rate_overall": 92.4, - "employment_rate_ft_perm": 86.7, - "basic_monthly_mean": 4078.0, - "basic_monthly_median": 3750.0, - "gross_monthly_mean": 4160.0, - "gross_monthly_median": 3850.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 4500.0 - }, - { - "year": 2018, - "employment_rate_overall": 94.4, - "employment_rate_ft_perm": 93.0, - "basic_monthly_mean": 3970.0, - "basic_monthly_median": 3800.0, - "gross_monthly_mean": 4062.0, - "gross_monthly_median": 4000.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 4500.0 - }, - { - "year": 2019, - "employment_rate_overall": 97.4, - "employment_rate_ft_perm": 95.9, - "basic_monthly_mean": 4270.0, - "basic_monthly_median": 4050.0, - "gross_monthly_mean": 4309.0, - "gross_monthly_median": 4200.0, - "gross_mthly_25_percentile": 3800.0, - "gross_mthly_75_percentile": 4900.0 - }, - { - "year": 2020, - "employment_rate_overall": 92.2, - "employment_rate_ft_perm": 86.1, - "basic_monthly_mean": 4508.0, - "basic_monthly_median": 4250.0, - "gross_monthly_mean": 4558.0, - "gross_monthly_median": 4300.0, - "gross_mthly_25_percentile": 3880.0, - "gross_mthly_75_percentile": 5000.0 - }, - { - "year": 2021, - "employment_rate_overall": 97.0, - "employment_rate_ft_perm": 91.0, - "basic_monthly_mean": 4871.0, - "basic_monthly_median": 4800.0, - "gross_monthly_mean": 4924.0, - "gross_monthly_median": 4800.0, - "gross_mthly_25_percentile": 4200.0, - "gross_mthly_75_percentile": 5450.0 - }, - { - "year": 2022, - "employment_rate_overall": 94.0, - "employment_rate_ft_perm": 91.7, - "basic_monthly_mean": 5515.0, - "basic_monthly_median": 5400.0, - "gross_monthly_mean": 5699.0, - "gross_monthly_median": 5500.0, - "gross_mthly_25_percentile": 4900.0, - "gross_mthly_75_percentile": 6420.0 - }, - { - "year": 2023, - "employment_rate_overall": 88.3, - "employment_rate_ft_perm": 86.5, - "basic_monthly_mean": 5334.0, - "basic_monthly_median": 5200.0, - "gross_monthly_mean": 5440.0, - "gross_monthly_median": 5200.0, - "gross_mthly_25_percentile": 4800.0, - "gross_mthly_75_percentile": 6000.0 - } - ] - }, - { - "university": "Nanyang Technological University", - "degree": "Data Science and Artificial Intelligence", - "school": "College of Engineering", - "slug": "data-science-and-artificial-intelligence-ntu", - "data": [ - { - "year": 2022, - "employment_rate_overall": 88.2, - "employment_rate_ft_perm": 82.4, - "basic_monthly_mean": 6647.0, - "basic_monthly_median": 5625.0, - "gross_monthly_mean": 6749.0, - "gross_monthly_median": 5625.0, - "gross_mthly_25_percentile": 5000.0, - "gross_mthly_75_percentile": 7500.0 - }, - { - "year": 2023, - "employment_rate_overall": 83.3, - "employment_rate_ft_perm": 83.3, - "basic_monthly_mean": 5319.0, - "basic_monthly_median": 5250.0, - "gross_monthly_mean": 5352.0, - "gross_monthly_median": 5250.0, - "gross_mthly_25_percentile": 4600.0, - "gross_mthly_75_percentile": 6250.0 - } - ] - }, - { - "university": "Nanyang Technological University", - "degree": "Double Degree in Engineering and Economics", - "school": "College of Engineering", - "slug": "double-degree-in-engineering-and-economics-ntu", - "data": [ - { - "year": 2020, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 94.1, - "basic_monthly_mean": 4459.0, - "basic_monthly_median": 4450.0, - "gross_monthly_mean": 4516.0, - "gross_monthly_median": 4450.0, - "gross_mthly_25_percentile": 3825.0, - "gross_mthly_75_percentile": 5050.0 - }, - { - "year": 2021, - "employment_rate_overall": 90.9, - "employment_rate_ft_perm": 90.9, - "basic_monthly_mean": 4485.0, - "basic_monthly_median": 4580.0, - "gross_monthly_mean": 4566.0, - "gross_monthly_median": 4583.0, - "gross_mthly_25_percentile": 4530.0, - "gross_mthly_75_percentile": 4900.0 - }, - { - "year": 2022, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": 5150.0, - "basic_monthly_median": 5000.0, - "gross_monthly_mean": 5344.0, - "gross_monthly_median": 5000.0, - "gross_mthly_25_percentile": 4700.0, - "gross_mthly_75_percentile": 5815.0 - }, - { - "year": 2023, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": 5517.0, - "basic_monthly_median": 5285.0, - "gross_monthly_mean": 5812.0, - "gross_monthly_median": 5405.0, - "gross_mthly_25_percentile": 4900.0, - "gross_mthly_75_percentile": 6500.0 - } - ] - }, - { - "university": "Nanyang Technological University", - "degree": "Economics", - "school": "College of Humanities, Arts & Social Sciences", - "slug": "economics-ntu", - "data": [ - { - "year": 2009, - "employment_rate_overall": 91.9, - "employment_rate_ft_perm": 88.7, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 2718.0, - "gross_monthly_median": 2700.0, - "gross_mthly_25_percentile": 2450.0, - "gross_mthly_75_percentile": 2950.0 - }, - { - "year": 2010, - "employment_rate_overall": 86.2, - "employment_rate_ft_perm": 84.6, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 2995, - "gross_monthly_median": 3000, - "gross_mthly_25_percentile": 2800, - "gross_mthly_75_percentile": 3200 - }, - { - "year": 2011, - "employment_rate_overall": 83.5, - "employment_rate_ft_perm": 76.9, - "basic_monthly_mean": 3037.0, - "basic_monthly_median": 2925.0, - "gross_monthly_mean": 3209.0, - "gross_monthly_median": 3150.0, - "gross_mthly_25_percentile": 2800.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2012, - "employment_rate_overall": 84.9, - "employment_rate_ft_perm": 81.1, - "basic_monthly_mean": 3110.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3190.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2725.0, - "gross_mthly_75_percentile": 3534.0 - }, - { - "year": 2013, - "employment_rate_overall": 89.9, - "employment_rate_ft_perm": 83.5, - "basic_monthly_mean": 3085.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3148.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2800.0, - "gross_mthly_75_percentile": 3545.0 - }, - { - "year": 2014, - "employment_rate_overall": 88.7, - "employment_rate_ft_perm": 78.4, - "basic_monthly_mean": 3183.0, - "basic_monthly_median": 3075.0, - "gross_monthly_mean": 3222.0, - "gross_monthly_median": 3200.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2015, - "employment_rate_overall": 87.4, - "employment_rate_ft_perm": 75.9, - "basic_monthly_mean": 3322.0, - "basic_monthly_median": 3200.0, - "gross_monthly_mean": 3496.0, - "gross_monthly_median": 3300.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3800.0 - }, - { - "year": 2016, - "employment_rate_overall": 91.3, - "employment_rate_ft_perm": 79.3, - "basic_monthly_mean": 3385.0, - "basic_monthly_median": 3300.0, - "gross_monthly_mean": 3440.0, - "gross_monthly_median": 3300.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3850.0 - }, - { - "year": 2017, - "employment_rate_overall": 84.7, - "employment_rate_ft_perm": 75.5, - "basic_monthly_mean": 3286.0, - "basic_monthly_median": 3200.0, - "gross_monthly_mean": 3379.0, - "gross_monthly_median": 3240.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3720.0 - }, - { - "year": 2018, - "employment_rate_overall": 90.1, - "employment_rate_ft_perm": 84.0, - "basic_monthly_mean": 3604.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3755.0, - "gross_monthly_median": 3536.0, - "gross_mthly_25_percentile": 3200.0, - "gross_mthly_75_percentile": 3959.0 - }, - { - "year": 2019, - "employment_rate_overall": 88.2, - "employment_rate_ft_perm": 79.8, - "basic_monthly_mean": 3385.0, - "basic_monthly_median": 3300.0, - "gross_monthly_mean": 3453.0, - "gross_monthly_median": 3400.0, - "gross_mthly_25_percentile": 3050.0, - "gross_mthly_75_percentile": 3600.0 - }, - { - "year": 2020, - "employment_rate_overall": 91.8, - "employment_rate_ft_perm": 63.5, - "basic_monthly_mean": 3756.0, - "basic_monthly_median": 3700.0, - "gross_monthly_mean": 3926.0, - "gross_monthly_median": 3797.0, - "gross_mthly_25_percentile": 3400.0, - "gross_mthly_75_percentile": 4050.0 - }, - { - "year": 2021, - "employment_rate_overall": 93.5, - "employment_rate_ft_perm": 88.3, - "basic_monthly_mean": 3658.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3720.0, - "gross_monthly_median": 3650.0, - "gross_mthly_25_percentile": 3300.0, - "gross_mthly_75_percentile": 4000.0 - }, - { - "year": 2022, - "employment_rate_overall": 88.7, - "employment_rate_ft_perm": 81.7, - "basic_monthly_mean": 4187.0, - "basic_monthly_median": 4000.0, - "gross_monthly_mean": 4270.0, - "gross_monthly_median": 4000.0, - "gross_mthly_25_percentile": 3600.0, - "gross_mthly_75_percentile": 4550.0 - }, - { - "year": 2023, - "employment_rate_overall": 80.6, - "employment_rate_ft_perm": 70.9, - "basic_monthly_mean": 4411.0, - "basic_monthly_median": 4150.0, - "gross_monthly_mean": 4561.0, - "gross_monthly_median": 4314.0, - "gross_mthly_25_percentile": 4000.0, - "gross_mthly_75_percentile": 4975.0 - } - ] - }, - { - "university": "Nanyang Technological University", - "degree": "Electrical and Electronic Engineering", - "school": "College of Engineering", - "slug": "electrical-and-electronic-engineering-ntu", - "data": [ - { - "year": 2009, - "employment_rate_overall": 86.2, - "employment_rate_ft_perm": 84.1, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 2909.0, - "gross_monthly_median": 2900.0, - "gross_mthly_25_percentile": 2600.0, - "gross_mthly_75_percentile": 3150.0 - }, - { - "year": 2010, - "employment_rate_overall": 87.5, - "employment_rate_ft_perm": 84.7, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 3110, - "gross_monthly_median": 3000, - "gross_mthly_25_percentile": 2800, - "gross_mthly_75_percentile": 3400 - }, - { - "year": 2011, - "employment_rate_overall": 90.3, - "employment_rate_ft_perm": 87.2, - "basic_monthly_mean": 3082.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3243.0, - "gross_monthly_median": 3100.0, - "gross_mthly_25_percentile": 2900.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2012, - "employment_rate_overall": 90.4, - "employment_rate_ft_perm": 87.6, - "basic_monthly_mean": 3227.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3359.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2013, - "employment_rate_overall": 91.0, - "employment_rate_ft_perm": 88.7, - "basic_monthly_mean": 3133.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3187.0, - "gross_monthly_median": 3100.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3440.0 - }, - { - "year": 2014, - "employment_rate_overall": 90.7, - "employment_rate_ft_perm": 88.4, - "basic_monthly_mean": 3241.0, - "basic_monthly_median": 3175.0, - "gross_monthly_mean": 3336.0, - "gross_monthly_median": 3200.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2015, - "employment_rate_overall": 88.6, - "employment_rate_ft_perm": 86.2, - "basic_monthly_mean": 3345.0, - "basic_monthly_median": 3200.0, - "gross_monthly_mean": 3446.0, - "gross_monthly_median": 3300.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3690.0 - }, - { - "year": 2016, - "employment_rate_overall": 89.1, - "employment_rate_ft_perm": 83.6, - "basic_monthly_mean": 3443.0, - "basic_monthly_median": 3300.0, - "gross_monthly_mean": 3517.0, - "gross_monthly_median": 3400.0, - "gross_mthly_25_percentile": 3190.0, - "gross_mthly_75_percentile": 3800.0 - }, - { - "year": 2017, - "employment_rate_overall": 89.3, - "employment_rate_ft_perm": 85.0, - "basic_monthly_mean": 3532.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3657.0, - "gross_monthly_median": 3600.0, - "gross_mthly_25_percentile": 3200.0, - "gross_mthly_75_percentile": 4000.0 - }, - { - "year": 2018, - "employment_rate_overall": 92.7, - "employment_rate_ft_perm": 91.0, - "basic_monthly_mean": 3625.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3772.0, - "gross_monthly_median": 3600.0, - "gross_mthly_25_percentile": 3323.0, - "gross_mthly_75_percentile": 4000.0 - }, - { - "year": 2019, - "employment_rate_overall": 92.6, - "employment_rate_ft_perm": 87.1, - "basic_monthly_mean": 3769.0, - "basic_monthly_median": 3700.0, - "gross_monthly_mean": 3884.0, - "gross_monthly_median": 3700.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 4000.0 - }, - { - "year": 2020, - "employment_rate_overall": 94.5, - "employment_rate_ft_perm": 75.1, - "basic_monthly_mean": 3925.0, - "basic_monthly_median": 3800.0, - "gross_monthly_mean": 4004.0, - "gross_monthly_median": 3880.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 4370.0 - }, - { - "year": 2021, - "employment_rate_overall": 93.9, - "employment_rate_ft_perm": 88.6, - "basic_monthly_mean": 3978.0, - "basic_monthly_median": 3900.0, - "gross_monthly_mean": 4069.0, - "gross_monthly_median": 4000.0, - "gross_mthly_25_percentile": 3600.0, - "gross_mthly_75_percentile": 4400.0 - }, - { - "year": 2022, - "employment_rate_overall": 92.4, - "employment_rate_ft_perm": 90.2, - "basic_monthly_mean": 4595.0, - "basic_monthly_median": 4500.0, - "gross_monthly_mean": 4723.0, - "gross_monthly_median": 4558.0, - "gross_mthly_25_percentile": 4100.0, - "gross_mthly_75_percentile": 5000.0 - }, - { - "year": 2023, - "employment_rate_overall": 87.1, - "employment_rate_ft_perm": 85.6, - "basic_monthly_mean": 4713.0, - "basic_monthly_median": 4650.0, - "gross_monthly_mean": 4803.0, - "gross_monthly_median": 4800.0, - "gross_mthly_25_percentile": 4200.0, - "gross_mthly_75_percentile": 5100.0 - } - ] - }, - { - "university": "Nanyang Technological University", - "degree": "English", - "school": "College of Humanities, Arts & Social Sciences", - "slug": "english-ntu", - "data": [ - { - "year": 2009, - "employment_rate_overall": 86.7, - "employment_rate_ft_perm": 83.3, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 2580.0, - "gross_monthly_median": 2750.0, - "gross_mthly_25_percentile": 2300.0, - "gross_mthly_75_percentile": 2850.0 - }, - { - "year": 2010, - "employment_rate_overall": 82.5, - "employment_rate_ft_perm": 72.5, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 2603, - "gross_monthly_median": 2700, - "gross_mthly_25_percentile": 2250, - "gross_mthly_75_percentile": 3050 - }, - { - "year": 2011, - "employment_rate_overall": 91.0, - "employment_rate_ft_perm": 81.1, - "basic_monthly_mean": 2754.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 2976.0, - "gross_monthly_median": 3100.0, - "gross_mthly_25_percentile": 2775.0, - "gross_mthly_75_percentile": 3200.0 - }, - { - "year": 2012, - "employment_rate_overall": 90.2, - "employment_rate_ft_perm": 70.5, - "basic_monthly_mean": 3122.0, - "basic_monthly_median": 3200.0, - "gross_monthly_mean": 3179.0, - "gross_monthly_median": 3250.0, - "gross_mthly_25_percentile": 2750.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2013, - "employment_rate_overall": 82.7, - "employment_rate_ft_perm": 67.3, - "basic_monthly_mean": 3087.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3179.0, - "gross_monthly_median": 3100.0, - "gross_mthly_25_percentile": 2800.0, - "gross_mthly_75_percentile": 3400.0 - }, - { - "year": 2014, - "employment_rate_overall": 87.0, - "employment_rate_ft_perm": 63.0, - "basic_monthly_mean": 3137.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3432.0, - "gross_monthly_median": 3100.0, - "gross_mthly_25_percentile": 2800.0, - "gross_mthly_75_percentile": 3990.0 - }, - { - "year": 2015, - "employment_rate_overall": 88.0, - "employment_rate_ft_perm": 74.0, - "basic_monthly_mean": 3238.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3322.0, - "gross_monthly_median": 3314.0, - "gross_mthly_25_percentile": 2604.0, - "gross_mthly_75_percentile": 3743.0 - }, - { - "year": 2016, - "employment_rate_overall": 75.0, - "employment_rate_ft_perm": 54.2, - "basic_monthly_mean": 2974.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 2997.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2700.0, - "gross_mthly_75_percentile": 3400.0 - }, - { - "year": 2017, - "employment_rate_overall": 77.8, - "employment_rate_ft_perm": 50.8, - "basic_monthly_mean": 3042.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3149.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2800.0, - "gross_mthly_75_percentile": 3300.0 - }, - { - "year": 2018, - "employment_rate_overall": 81.6, - "employment_rate_ft_perm": 59.2, - "basic_monthly_mean": 3051.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3124.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2600.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2019, - "employment_rate_overall": 83.8, - "employment_rate_ft_perm": 64.9, - "basic_monthly_mean": 2987.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 2997.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2565.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2020, - "employment_rate_overall": 90.9, - "employment_rate_ft_perm": 43.2, - "basic_monthly_mean": 3507.0, - "basic_monthly_median": 3450.0, - "gross_monthly_mean": 3561.0, - "gross_monthly_median": 3450.0, - "gross_mthly_25_percentile": 3128.0, - "gross_mthly_75_percentile": 3900.0 - }, - { - "year": 2021, - "employment_rate_overall": 95.5, - "employment_rate_ft_perm": 64.2, - "basic_monthly_mean": 3254.0, - "basic_monthly_median": 3300.0, - "gross_monthly_mean": 3354.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3600.0 - }, - { - "year": 2022, - "employment_rate_overall": 94.9, - "employment_rate_ft_perm": 77.2, - "basic_monthly_mean": 3574.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3699.0, - "gross_monthly_median": 3748.0, - "gross_mthly_25_percentile": 3200.0, - "gross_mthly_75_percentile": 4200.0 - }, - { - "year": 2023, - "employment_rate_overall": 83.3, - "employment_rate_ft_perm": 63.0, - "basic_monthly_mean": 3698.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3803.0, - "gross_monthly_median": 3775.0, - "gross_mthly_25_percentile": 3300.0, - "gross_mthly_75_percentile": 4180.0 - } - ] - }, - { - "university": "Nanyang Technological University", - "degree": "Environmental Earth Systems Science", - "school": "College of Science", - "slug": "environmental-earth-systems-science-ntu", - "data": [ - { - "year": 2018, - "employment_rate_overall": 76.2, - "employment_rate_ft_perm": 57.1, - "basic_monthly_mean": 3347.0, - "basic_monthly_median": 3440.0, - "gross_monthly_mean": 3389.0, - "gross_monthly_median": 3440.0, - "gross_mthly_25_percentile": 3150.0, - "gross_mthly_75_percentile": 3900.0 - }, - { - "year": 2019, - "employment_rate_overall": 87.5, - "employment_rate_ft_perm": 79.2, - "basic_monthly_mean": 3401.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3416.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3200.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2020, - "employment_rate_overall": 95.5, - "employment_rate_ft_perm": 63.6, - "basic_monthly_mean": 3637.0, - "basic_monthly_median": 3550.0, - "gross_monthly_mean": 3657.0, - "gross_monthly_median": 3550.0, - "gross_mthly_25_percentile": 3400.0, - "gross_mthly_75_percentile": 3764.0 - }, - { - "year": 2021, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 91.3, - "basic_monthly_mean": 3810.0, - "basic_monthly_median": 3892.0, - "gross_monthly_mean": 3888.0, - "gross_monthly_median": 3950.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 4300.0 - }, - { - "year": 2022, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 88.0, - "basic_monthly_mean": 4406.0, - "basic_monthly_median": 4008.0, - "gross_monthly_mean": 4545.0, - "gross_monthly_median": 4023.0, - "gross_mthly_25_percentile": 3600.0, - "gross_mthly_75_percentile": 4959.0 - }, - { - "year": 2023, - "employment_rate_overall": 96.3, - "employment_rate_ft_perm": 96.3, - "basic_monthly_mean": 4171.0, - "basic_monthly_median": 4038.0, - "gross_monthly_mean": 4202.0, - "gross_monthly_median": 4138.0, - "gross_mthly_25_percentile": 3750.0, - "gross_mthly_75_percentile": 4650.0 - } - ] - }, - { - "university": "Nanyang Technological University", - "degree": "Environmental Engineering", - "school": "College of Engineering", - "slug": "environmental-engineering-ntu", - "data": [ - { - "year": 2009, - "employment_rate_overall": 81.3, - "employment_rate_ft_perm": 76.3, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 2777.0, - "gross_monthly_median": 2600.0, - "gross_mthly_25_percentile": 2500.0, - "gross_mthly_75_percentile": 2900.0 - }, - { - "year": 2010, - "employment_rate_overall": 81.9, - "employment_rate_ft_perm": 76.4, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 2982, - "gross_monthly_median": 3000, - "gross_mthly_25_percentile": 2600, - "gross_mthly_75_percentile": 3200 - }, - { - "year": 2011, - "employment_rate_overall": 84.8, - "employment_rate_ft_perm": 84.8, - "basic_monthly_mean": 2933.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3034.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2800.0, - "gross_mthly_75_percentile": 3300.0 - }, - { - "year": 2012, - "employment_rate_overall": 80.3, - "employment_rate_ft_perm": 69.7, - "basic_monthly_mean": 2988.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3176.0, - "gross_monthly_median": 3099.0, - "gross_mthly_25_percentile": 2800.0, - "gross_mthly_75_percentile": 3375.0 - }, - { - "year": 2013, - "employment_rate_overall": 84.0, - "employment_rate_ft_perm": 81.5, - "basic_monthly_mean": 3091.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3140.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3300.0 - }, - { - "year": 2014, - "employment_rate_overall": 88.9, - "employment_rate_ft_perm": 82.2, - "basic_monthly_mean": 3121.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3111.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2015, - "employment_rate_overall": 89.7, - "employment_rate_ft_perm": 82.1, - "basic_monthly_mean": 3472.0, - "basic_monthly_median": 3200.0, - "gross_monthly_mean": 3673.0, - "gross_monthly_median": 3300.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3835.0 - }, - { - "year": 2016, - "employment_rate_overall": 80.6, - "employment_rate_ft_perm": 74.2, - "basic_monthly_mean": 3156.0, - "basic_monthly_median": 3100.0, - "gross_monthly_mean": 3216.0, - "gross_monthly_median": 3100.0, - "gross_mthly_25_percentile": 2800.0, - "gross_mthly_75_percentile": 3400.0 - }, - { - "year": 2017, - "employment_rate_overall": 71.8, - "employment_rate_ft_perm": 64.1, - "basic_monthly_mean": 3538.0, - "basic_monthly_median": 3475.0, - "gross_monthly_mean": 3588.0, - "gross_monthly_median": 3635.0, - "gross_mthly_25_percentile": 3200.0, - "gross_mthly_75_percentile": 3950.0 - }, - { - "year": 2018, - "employment_rate_overall": 92.1, - "employment_rate_ft_perm": 81.6, - "basic_monthly_mean": 3388.0, - "basic_monthly_median": 3360.0, - "gross_monthly_mean": 3485.0, - "gross_monthly_median": 3400.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2019, - "employment_rate_overall": 83.9, - "employment_rate_ft_perm": 77.4, - "basic_monthly_mean": 3574.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3596.0, - "gross_monthly_median": 3510.0, - "gross_mthly_25_percentile": 3400.0, - "gross_mthly_75_percentile": 3800.0 - }, - { - "year": 2020, - "employment_rate_overall": 90.2, - "employment_rate_ft_perm": 58.5, - "basic_monthly_mean": 3364.0, - "basic_monthly_median": 3375.0, - "gross_monthly_mean": 3444.0, - "gross_monthly_median": 3450.0, - "gross_mthly_25_percentile": 3200.0, - "gross_mthly_75_percentile": 3800.0 - }, - { - "year": 2021, - "employment_rate_overall": 96.6, - "employment_rate_ft_perm": 86.2, - "basic_monthly_mean": 3422.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3487.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3200.0, - "gross_mthly_75_percentile": 3600.0 - }, - { - "year": 2022, - "employment_rate_overall": 93.5, - "employment_rate_ft_perm": 90.3, - "basic_monthly_mean": 3988.0, - "basic_monthly_median": 3800.0, - "gross_monthly_mean": 4139.0, - "gross_monthly_median": 3900.0, - "gross_mthly_25_percentile": 3700.0, - "gross_mthly_75_percentile": 4500.0 - }, - { - "year": 2023, - "employment_rate_overall": 60.6, - "employment_rate_ft_perm": 54.5, - "basic_monthly_mean": 3967.0, - "basic_monthly_median": 3850.0, - "gross_monthly_mean": 4099.0, - "gross_monthly_median": 4115.0, - "gross_mthly_25_percentile": 3800.0, - "gross_mthly_75_percentile": 4337.0 - } - ] - }, - { - "university": "Nanyang Technological University", - "degree": "History", - "school": "College of Humanities, Arts & Social Sciences", - "slug": "history-ntu", - "data": [ - { - "year": 2016, - "employment_rate_overall": 87.2, - "employment_rate_ft_perm": 76.6, - "basic_monthly_mean": 3027.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3082.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2700.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2017, - "employment_rate_overall": 86.0, - "employment_rate_ft_perm": 68.4, - "basic_monthly_mean": 3206.0, - "basic_monthly_median": 3100.0, - "gross_monthly_mean": 3265.0, - "gross_monthly_median": 3200.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3600.0 - }, - { - "year": 2018, - "employment_rate_overall": 74.4, - "employment_rate_ft_perm": 56.4, - "basic_monthly_mean": 3593.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3719.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3260.0, - "gross_mthly_75_percentile": 4150.0 - }, - { - "year": 2019, - "employment_rate_overall": 73.0, - "employment_rate_ft_perm": 56.8, - "basic_monthly_mean": 3449.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3498.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3200.0, - "gross_mthly_75_percentile": 3800.0 - }, - { - "year": 2020, - "employment_rate_overall": 87.2, - "employment_rate_ft_perm": 44.7, - "basic_monthly_mean": 3558.0, - "basic_monthly_median": 3575.0, - "gross_monthly_mean": 3644.0, - "gross_monthly_median": 3650.0, - "gross_mthly_25_percentile": 3250.0, - "gross_mthly_75_percentile": 4025.0 - }, - { - "year": 2021, - "employment_rate_overall": 82.2, - "employment_rate_ft_perm": 66.7, - "basic_monthly_mean": 3724.0, - "basic_monthly_median": 3675.0, - "gross_monthly_mean": 3800.0, - "gross_monthly_median": 3675.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 4000.0 - }, - { - "year": 2022, - "employment_rate_overall": 86.5, - "employment_rate_ft_perm": 80.8, - "basic_monthly_mean": 3819.0, - "basic_monthly_median": 3800.0, - "gross_monthly_mean": 3966.0, - "gross_monthly_median": 4000.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 4250.0 - }, - { - "year": 2023, - "employment_rate_overall": 88.5, - "employment_rate_ft_perm": 73.1, - "basic_monthly_mean": 4105.0, - "basic_monthly_median": 4200.0, - "gross_monthly_mean": 4233.0, - "gross_monthly_median": 4200.0, - "gross_mthly_25_percentile": 3800.0, - "gross_mthly_75_percentile": 4500.0 - } - ] - }, - { - "university": "Nanyang Technological University", - "degree": "Information Engineering and Media", - "school": "College of Engineering", - "slug": "information-engineering-and-media-ntu", - "data": [ - { - "year": 2011, - "employment_rate_overall": 93.8, - "employment_rate_ft_perm": 90.6, - "basic_monthly_mean": 2946.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3196.0, - "gross_monthly_median": 3200.0, - "gross_mthly_25_percentile": 2900.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2012, - "employment_rate_overall": 90.9, - "employment_rate_ft_perm": 87.9, - "basic_monthly_mean": 2905.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 2974.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2600.0, - "gross_mthly_75_percentile": 3319.0 - }, - { - "year": 2013, - "employment_rate_overall": 85.7, - "employment_rate_ft_perm": 79.6, - "basic_monthly_mean": 3160.0, - "basic_monthly_median": 3150.0, - "gross_monthly_mean": 3203.0, - "gross_monthly_median": 3200.0, - "gross_mthly_25_percentile": 2950.0, - "gross_mthly_75_percentile": 3400.0 - }, - { - "year": 2014, - "employment_rate_overall": 85.7, - "employment_rate_ft_perm": 73.2, - "basic_monthly_mean": 3185.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3318.0, - "gross_monthly_median": 3200.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3600.0 - }, - { - "year": 2015, - "employment_rate_overall": 87.3, - "employment_rate_ft_perm": 80.0, - "basic_monthly_mean": 3271.0, - "basic_monthly_median": 3200.0, - "gross_monthly_mean": 3375.0, - "gross_monthly_median": 3275.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2016, - "employment_rate_overall": 94.6, - "employment_rate_ft_perm": 87.5, - "basic_monthly_mean": 3496.0, - "basic_monthly_median": 3350.0, - "gross_monthly_mean": 3570.0, - "gross_monthly_median": 3350.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 4000.0 - }, - { - "year": 2017, - "employment_rate_overall": 86.9, - "employment_rate_ft_perm": 78.7, - "basic_monthly_mean": 3685.0, - "basic_monthly_median": 3677.0, - "gross_monthly_mean": 3790.0, - "gross_monthly_median": 3700.0, - "gross_mthly_25_percentile": 3350.0, - "gross_mthly_75_percentile": 4200.0 - }, - { - "year": 2018, - "employment_rate_overall": 93.2, - "employment_rate_ft_perm": 89.0, - "basic_monthly_mean": 3724.0, - "basic_monthly_median": 3725.0, - "gross_monthly_mean": 3800.0, - "gross_monthly_median": 3750.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 4140.0 - }, - { - "year": 2019, - "employment_rate_overall": 90.7, - "employment_rate_ft_perm": 85.3, - "basic_monthly_mean": 3934.0, - "basic_monthly_median": 3970.0, - "gross_monthly_mean": 4006.0, - "gross_monthly_median": 4000.0, - "gross_mthly_25_percentile": 3600.0, - "gross_mthly_75_percentile": 4350.0 - }, - { - "year": 2020, - "employment_rate_overall": 96.0, - "employment_rate_ft_perm": 70.0, - "basic_monthly_mean": 4085.0, - "basic_monthly_median": 4000.0, - "gross_monthly_mean": 4208.0, - "gross_monthly_median": 4000.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 4500.0 - }, - { - "year": 2021, - "employment_rate_overall": 95.7, - "employment_rate_ft_perm": 88.6, - "basic_monthly_mean": 4247.0, - "basic_monthly_median": 4200.0, - "gross_monthly_mean": 4325.0, - "gross_monthly_median": 4200.0, - "gross_mthly_25_percentile": 3900.0, - "gross_mthly_75_percentile": 4800.0 - }, - { - "year": 2022, - "employment_rate_overall": 95.3, - "employment_rate_ft_perm": 93.8, - "basic_monthly_mean": 5080.0, - "basic_monthly_median": 4950.0, - "gross_monthly_mean": 5187.0, - "gross_monthly_median": 4950.0, - "gross_mthly_25_percentile": 4500.0, - "gross_mthly_75_percentile": 5500.0 - }, - { - "year": 2023, - "employment_rate_overall": 75.0, - "employment_rate_ft_perm": 69.1, - "basic_monthly_mean": 4761.0, - "basic_monthly_median": 4800.0, - "gross_monthly_mean": 4857.0, - "gross_monthly_median": 4800.0, - "gross_mthly_25_percentile": 4400.0, - "gross_mthly_75_percentile": 5100.0 - } - ] - }, - { - "university": "Nanyang Technological University", - "degree": "Interdisciplinary Double Major", - "school": "College of Humanities, Arts & Social Sciences", - "slug": "interdisciplinary-double-major-ntu", - "data": [ - { - "year": 2020, - "employment_rate_overall": 95.8, - "employment_rate_ft_perm": 50.0, - "basic_monthly_mean": 3608.0, - "basic_monthly_median": 3300.0, - "gross_monthly_mean": 3797.0, - "gross_monthly_median": 3854.0, - "gross_mthly_25_percentile": 3200.0, - "gross_mthly_75_percentile": 4500.0 - }, - { - "year": 2021, - "employment_rate_overall": 92.9, - "employment_rate_ft_perm": 75.0, - "basic_monthly_mean": 3794.0, - "basic_monthly_median": 3650.0, - "gross_monthly_mean": 3822.0, - "gross_monthly_median": 3650.0, - "gross_mthly_25_percentile": 3450.0, - "gross_mthly_75_percentile": 4180.0 - }, - { - "year": 2022, - "employment_rate_overall": 87.9, - "employment_rate_ft_perm": 66.7, - "basic_monthly_mean": 4135.0, - "basic_monthly_median": 4200.0, - "gross_monthly_mean": 4258.0, - "gross_monthly_median": 4271.0, - "gross_mthly_25_percentile": 3650.0, - "gross_mthly_75_percentile": 4750.0 - }, - { - "year": 2023, - "employment_rate_overall": 88.9, - "employment_rate_ft_perm": 85.2, - "basic_monthly_mean": 4065.0, - "basic_monthly_median": 4000.0, - "gross_monthly_mean": 4085.0, - "gross_monthly_median": 4000.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 4300.0 - } - ] - }, - { - "university": "Nanyang Technological University", - "degree": "Linguistics and Multilingual Studies", - "school": "College of Humanities, Arts & Social Sciences", - "slug": "linguistics-and-multilingual-studies-ntu", - "data": [ - { - "year": 2012, - "employment_rate_overall": 88.9, - "employment_rate_ft_perm": 66.7, - "basic_monthly_mean": 3039.0, - "basic_monthly_median": 3081.0, - "gross_monthly_mean": 3066.0, - "gross_monthly_median": 3100.0, - "gross_mthly_25_percentile": 2813.0, - "gross_mthly_75_percentile": 3300.0 - }, - { - "year": 2013, - "employment_rate_overall": 90.6, - "employment_rate_ft_perm": 81.3, - "basic_monthly_mean": 2691.0, - "basic_monthly_median": 2600.0, - "gross_monthly_mean": 2725.0, - "gross_monthly_median": 2625.0, - "gross_mthly_25_percentile": 2475.0, - "gross_mthly_75_percentile": 3018.0 - }, - { - "year": 2014, - "employment_rate_overall": 85.7, - "employment_rate_ft_perm": 66.7, - "basic_monthly_mean": 3066.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3148.0, - "gross_monthly_median": 3230.0, - "gross_mthly_25_percentile": 2800.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2015, - "employment_rate_overall": 88.4, - "employment_rate_ft_perm": 55.8, - "basic_monthly_mean": 3475.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3753.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2800.0, - "gross_mthly_75_percentile": 3600.0 - }, - { - "year": 2016, - "employment_rate_overall": 81.8, - "employment_rate_ft_perm": 61.8, - "basic_monthly_mean": 3283.0, - "basic_monthly_median": 3315.0, - "gross_monthly_mean": 3368.0, - "gross_monthly_median": 3365.0, - "gross_mthly_25_percentile": 2960.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2017, - "employment_rate_overall": 80.0, - "employment_rate_ft_perm": 60.0, - "basic_monthly_mean": 3042.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3117.0, - "gross_monthly_median": 3100.0, - "gross_mthly_25_percentile": 2600.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2018, - "employment_rate_overall": 79.2, - "employment_rate_ft_perm": 45.8, - "basic_monthly_mean": 3074.0, - "basic_monthly_median": 3200.0, - "gross_monthly_mean": 3091.0, - "gross_monthly_median": 3200.0, - "gross_mthly_25_percentile": 2900.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2019, - "employment_rate_overall": 81.7, - "employment_rate_ft_perm": 65.0, - "basic_monthly_mean": 3265.0, - "basic_monthly_median": 3160.0, - "gross_monthly_mean": 3365.0, - "gross_monthly_median": 3200.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3740.0 - }, - { - "year": 2020, - "employment_rate_overall": 96.6, - "employment_rate_ft_perm": 63.8, - "basic_monthly_mean": 3371.0, - "basic_monthly_median": 3300.0, - "gross_monthly_mean": 3472.0, - "gross_monthly_median": 3350.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3900.0 - }, - { - "year": 2021, - "employment_rate_overall": 87.2, - "employment_rate_ft_perm": 70.2, - "basic_monthly_mean": 3351.0, - "basic_monthly_median": 3300.0, - "gross_monthly_mean": 3398.0, - "gross_monthly_median": 3300.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3850.0 - }, - { - "year": 2022, - "employment_rate_overall": 94.1, - "employment_rate_ft_perm": 72.5, - "basic_monthly_mean": 3452.0, - "basic_monthly_median": 3400.0, - "gross_monthly_mean": 3513.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3150.0, - "gross_mthly_75_percentile": 3810.0 - }, - { - "year": 2023, - "employment_rate_overall": 80.4, - "employment_rate_ft_perm": 56.9, - "basic_monthly_mean": 3803.0, - "basic_monthly_median": 3800.0, - "gross_monthly_mean": 3899.0, - "gross_monthly_median": 3950.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 4238.0 - } - ] - }, - { - "university": "Nanyang Technological University", - "degree": "Maritime Studies", - "school": "College of Engineering", - "slug": "maritime-studies-ntu", - "data": [ - { - "year": 2009, - "employment_rate_overall": 92.1, - "employment_rate_ft_perm": 89.5, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 2624.0, - "gross_monthly_median": 2500.0, - "gross_mthly_25_percentile": 2350.0, - "gross_mthly_75_percentile": 2900.0 - }, - { - "year": 2010, - "employment_rate_overall": 96.0, - "employment_rate_ft_perm": 92.0, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 2857, - "gross_monthly_median": 2750, - "gross_mthly_25_percentile": 2500, - "gross_mthly_75_percentile": 3125 - }, - { - "year": 2011, - "employment_rate_overall": 98.1, - "employment_rate_ft_perm": 98.1, - "basic_monthly_mean": 2822.0, - "basic_monthly_median": 2800.0, - "gross_monthly_mean": 2906.0, - "gross_monthly_median": 2800.0, - "gross_mthly_25_percentile": 2800.0, - "gross_mthly_75_percentile": 3000.0 - }, - { - "year": 2012, - "employment_rate_overall": 95.7, - "employment_rate_ft_perm": 93.6, - "basic_monthly_mean": 3234.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3336.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2800.0, - "gross_mthly_75_percentile": 3670.0 - }, - { - "year": 2013, - "employment_rate_overall": 95.6, - "employment_rate_ft_perm": 93.3, - "basic_monthly_mean": 3050.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3111.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2850.0, - "gross_mthly_75_percentile": 3200.0 - }, - { - "year": 2014, - "employment_rate_overall": 92.5, - "employment_rate_ft_perm": 92.5, - "basic_monthly_mean": 3163.0, - "basic_monthly_median": 3050.0, - "gross_monthly_mean": 3206.0, - "gross_monthly_median": 3050.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2015, - "employment_rate_overall": 95.0, - "employment_rate_ft_perm": 95.0, - "basic_monthly_mean": 3249.0, - "basic_monthly_median": 3200.0, - "gross_monthly_mean": 3271.0, - "gross_monthly_median": 3200.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3300.0 - }, - { - "year": 2016, - "employment_rate_overall": 94.2, - "employment_rate_ft_perm": 88.5, - "basic_monthly_mean": 3305.0, - "basic_monthly_median": 3300.0, - "gross_monthly_mean": 3328.0, - "gross_monthly_median": 3398.0, - "gross_mthly_25_percentile": 3083.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2017, - "employment_rate_overall": 92.2, - "employment_rate_ft_perm": 92.2, - "basic_monthly_mean": 3279.0, - "basic_monthly_median": 3200.0, - "gross_monthly_mean": 3333.0, - "gross_monthly_median": 3320.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2018, - "employment_rate_overall": 93.3, - "employment_rate_ft_perm": 90.0, - "basic_monthly_mean": 3351.0, - "basic_monthly_median": 3300.0, - "gross_monthly_mean": 3409.0, - "gross_monthly_median": 3350.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3640.0 - }, - { - "year": 2019, - "employment_rate_overall": 98.3, - "employment_rate_ft_perm": 93.2, - "basic_monthly_mean": 3512.0, - "basic_monthly_median": 3400.0, - "gross_monthly_mean": 3669.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3300.0, - "gross_mthly_75_percentile": 3700.0 - }, - { - "year": 2020, - "employment_rate_overall": 90.8, - "employment_rate_ft_perm": 78.5, - "basic_monthly_mean": 3608.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3646.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3300.0, - "gross_mthly_75_percentile": 3875.0 - }, - { - "year": 2021, - "employment_rate_overall": 98.4, - "employment_rate_ft_perm": 95.2, - "basic_monthly_mean": 3697.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3763.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 4000.0 - }, - { - "year": 2022, - "employment_rate_overall": 96.7, - "employment_rate_ft_perm": 95.1, - "basic_monthly_mean": 3842.0, - "basic_monthly_median": 3740.0, - "gross_monthly_mean": 3860.0, - "gross_monthly_median": 3740.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 4060.0 - }, - { - "year": 2023, - "employment_rate_overall": 93.8, - "employment_rate_ft_perm": 92.3, - "basic_monthly_mean": 4223.0, - "basic_monthly_median": 4200.0, - "gross_monthly_mean": 4302.0, - "gross_monthly_median": 4200.0, - "gross_mthly_25_percentile": 4000.0, - "gross_mthly_75_percentile": 4500.0 - } - ] - }, - { - "university": "Nanyang Technological University", - "degree": "Materials Engineering", - "school": "College of Engineering", - "slug": "materials-engineering-ntu", - "data": [ - { - "year": 2009, - "employment_rate_overall": 80.0, - "employment_rate_ft_perm": 75.3, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 2745.0, - "gross_monthly_median": 2800.0, - "gross_mthly_25_percentile": 2500.0, - "gross_mthly_75_percentile": 3000.0 - }, - { - "year": 2010, - "employment_rate_overall": 85.9, - "employment_rate_ft_perm": 82.2, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 3079, - "gross_monthly_median": 3000, - "gross_mthly_25_percentile": 2700, - "gross_mthly_75_percentile": 3300 - }, - { - "year": 2011, - "employment_rate_overall": 87.9, - "employment_rate_ft_perm": 83.6, - "basic_monthly_mean": 2836.0, - "basic_monthly_median": 2900.0, - "gross_monthly_mean": 3047.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2800.0, - "gross_mthly_75_percentile": 3300.0 - }, - { - "year": 2012, - "employment_rate_overall": 86.4, - "employment_rate_ft_perm": 81.3, - "basic_monthly_mean": 3042.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3206.0, - "gross_monthly_median": 3032.0, - "gross_mthly_25_percentile": 2888.0, - "gross_mthly_75_percentile": 3400.0 - }, - { - "year": 2013, - "employment_rate_overall": 82.5, - "employment_rate_ft_perm": 78.9, - "basic_monthly_mean": 2989.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3096.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2800.0, - "gross_mthly_75_percentile": 3300.0 - }, - { - "year": 2014, - "employment_rate_overall": 82.5, - "employment_rate_ft_perm": 77.7, - "basic_monthly_mean": 3145.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3261.0, - "gross_monthly_median": 3150.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3410.0 - }, - { - "year": 2015, - "employment_rate_overall": 82.9, - "employment_rate_ft_perm": 76.8, - "basic_monthly_mean": 3213.0, - "basic_monthly_median": 3100.0, - "gross_monthly_mean": 3397.0, - "gross_monthly_median": 3200.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3600.0 - }, - { - "year": 2016, - "employment_rate_overall": 81.3, - "employment_rate_ft_perm": 73.5, - "basic_monthly_mean": 3197.0, - "basic_monthly_median": 3200.0, - "gross_monthly_mean": 3317.0, - "gross_monthly_median": 3300.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2017, - "employment_rate_overall": 84.9, - "employment_rate_ft_perm": 75.6, - "basic_monthly_mean": 3288.0, - "basic_monthly_median": 3200.0, - "gross_monthly_mean": 3434.0, - "gross_monthly_median": 3375.0, - "gross_mthly_25_percentile": 3200.0, - "gross_mthly_75_percentile": 3700.0 - }, - { - "year": 2018, - "employment_rate_overall": 86.5, - "employment_rate_ft_perm": 81.9, - "basic_monthly_mean": 3457.0, - "basic_monthly_median": 3400.0, - "gross_monthly_mean": 3650.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3200.0, - "gross_mthly_75_percentile": 4000.0 - }, - { - "year": 2019, - "employment_rate_overall": 82.0, - "employment_rate_ft_perm": 76.0, - "basic_monthly_mean": 3601.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3817.0, - "gross_monthly_median": 3600.0, - "gross_mthly_25_percentile": 3300.0, - "gross_mthly_75_percentile": 4175.0 - }, - { - "year": 2020, - "employment_rate_overall": 91.5, - "employment_rate_ft_perm": 69.0, - "basic_monthly_mean": 3613.0, - "basic_monthly_median": 3600.0, - "gross_monthly_mean": 3755.0, - "gross_monthly_median": 3700.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 4000.0 - }, - { - "year": 2021, - "employment_rate_overall": 96.3, - "employment_rate_ft_perm": 83.0, - "basic_monthly_mean": 3701.0, - "basic_monthly_median": 3600.0, - "gross_monthly_mean": 3801.0, - "gross_monthly_median": 3650.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 4000.0 - }, - { - "year": 2022, - "employment_rate_overall": 94.9, - "employment_rate_ft_perm": 92.6, - "basic_monthly_mean": 4300.0, - "basic_monthly_median": 4300.0, - "gross_monthly_mean": 4522.0, - "gross_monthly_median": 4500.0, - "gross_mthly_25_percentile": 3800.0, - "gross_mthly_75_percentile": 5000.0 - }, - { - "year": 2023, - "employment_rate_overall": 83.1, - "employment_rate_ft_perm": 77.9, - "basic_monthly_mean": 4216.0, - "basic_monthly_median": 4200.0, - "gross_monthly_mean": 4351.0, - "gross_monthly_median": 4200.0, - "gross_mthly_25_percentile": 3900.0, - "gross_mthly_75_percentile": 4645.0 - } - ] - }, - { - "university": "Nanyang Technological University", - "degree": "Mathematics and Economics", - "school": "College of Science", - "slug": "mathematics-and-economics-ntu", - "data": [ - { - "year": 2011, - "employment_rate_overall": 91.4, - "employment_rate_ft_perm": 91.4, - "basic_monthly_mean": 3069.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3226.0, - "gross_monthly_median": 3200.0, - "gross_mthly_25_percentile": 2800.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2012, - "employment_rate_overall": 87.5, - "employment_rate_ft_perm": 82.1, - "basic_monthly_mean": 3121.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3180.0, - "gross_monthly_median": 3125.0, - "gross_mthly_25_percentile": 2800.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2014, - "employment_rate_overall": 88.4, - "employment_rate_ft_perm": 87.0, - "basic_monthly_mean": 3155.0, - "basic_monthly_median": 3200.0, - "gross_monthly_mean": 3142.0, - "gross_monthly_median": 3200.0, - "gross_mthly_25_percentile": 2800.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2015, - "employment_rate_overall": 95.3, - "employment_rate_ft_perm": 84.4, - "basic_monthly_mean": 3291.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3440.0, - "gross_monthly_median": 3205.0, - "gross_mthly_25_percentile": 2925.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2016, - "employment_rate_overall": 89.4, - "employment_rate_ft_perm": 72.7, - "basic_monthly_mean": 3346.0, - "basic_monthly_median": 3150.0, - "gross_monthly_mean": 3458.0, - "gross_monthly_median": 3300.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3750.0 - }, - { - "year": 2017, - "employment_rate_overall": 89.8, - "employment_rate_ft_perm": 83.1, - "basic_monthly_mean": 3504.0, - "basic_monthly_median": 3290.0, - "gross_monthly_mean": 3625.0, - "gross_monthly_median": 3400.0, - "gross_mthly_25_percentile": 3013.0, - "gross_mthly_75_percentile": 3775.0 - }, - { - "year": 2018, - "employment_rate_overall": 96.3, - "employment_rate_ft_perm": 83.3, - "basic_monthly_mean": 3481.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3569.0, - "gross_monthly_median": 3600.0, - "gross_mthly_25_percentile": 3200.0, - "gross_mthly_75_percentile": 4000.0 - }, - { - "year": 2019, - "employment_rate_overall": 93.5, - "employment_rate_ft_perm": 84.8, - "basic_monthly_mean": 3838.0, - "basic_monthly_median": 3570.0, - "gross_monthly_mean": 3996.0, - "gross_monthly_median": 3700.0, - "gross_mthly_25_percentile": 3400.0, - "gross_mthly_75_percentile": 4167.0 - }, - { - "year": 2020, - "employment_rate_overall": 87.1, - "employment_rate_ft_perm": 55.7, - "basic_monthly_mean": 3849.0, - "basic_monthly_median": 3832.0, - "gross_monthly_mean": 3949.0, - "gross_monthly_median": 3832.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 4300.0 - } - ] - }, - { - "university": "Nanyang Technological University", - "degree": "Mathematics and Mathematical Sciences", - "school": "College of Science", - "slug": "mathematics-and-mathematical-sciences-ntu", - "data": [ - { - "year": 2009, - "employment_rate_overall": 92.3, - "employment_rate_ft_perm": 88.5, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 2817.0, - "gross_monthly_median": 2800.0, - "gross_mthly_25_percentile": 2500.0, - "gross_mthly_75_percentile": 3000.0 - }, - { - "year": 2010, - "employment_rate_overall": 87.3, - "employment_rate_ft_perm": 81.8, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 3022, - "gross_monthly_median": 2800, - "gross_mthly_25_percentile": 2600, - "gross_mthly_75_percentile": 3100 - }, - { - "year": 2011, - "employment_rate_overall": 87.2, - "employment_rate_ft_perm": 82.1, - "basic_monthly_mean": 2842.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3125.0, - "gross_monthly_median": 3100.0, - "gross_mthly_25_percentile": 2800.0, - "gross_mthly_75_percentile": 3200.0 - }, - { - "year": 2012, - "employment_rate_overall": 94.4, - "employment_rate_ft_perm": 83.3, - "basic_monthly_mean": 3192.0, - "basic_monthly_median": 3200.0, - "gross_monthly_mean": 3364.0, - "gross_monthly_median": 3200.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3600.0 - }, - { - "year": 2013, - "employment_rate_overall": 86.0, - "employment_rate_ft_perm": 83.7, - "basic_monthly_mean": 3169.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3262.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2750.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2014, - "employment_rate_overall": 91.3, - "employment_rate_ft_perm": 79.7, - "basic_monthly_mean": 3022.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3078.0, - "gross_monthly_median": 3200.0, - "gross_mthly_25_percentile": 2800.0, - "gross_mthly_75_percentile": 3300.0 - }, - { - "year": 2015, - "employment_rate_overall": 81.8, - "employment_rate_ft_perm": 72.7, - "basic_monthly_mean": 3254.0, - "basic_monthly_median": 3125.0, - "gross_monthly_mean": 3402.0, - "gross_monthly_median": 3240.0, - "gross_mthly_25_percentile": 2950.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2016, - "employment_rate_overall": 88.5, - "employment_rate_ft_perm": 76.9, - "basic_monthly_mean": 3453.0, - "basic_monthly_median": 3400.0, - "gross_monthly_mean": 3535.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3200.0, - "gross_mthly_75_percentile": 3750.0 - }, - { - "year": 2017, - "employment_rate_overall": 89.7, - "employment_rate_ft_perm": 79.5, - "basic_monthly_mean": 3517.0, - "basic_monthly_median": 3400.0, - "gross_monthly_mean": 3580.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3100.0, - "gross_mthly_75_percentile": 3800.0 - }, - { - "year": 2018, - "employment_rate_overall": 87.1, - "employment_rate_ft_perm": 75.9, - "basic_monthly_mean": 3661.0, - "basic_monthly_median": 3600.0, - "gross_monthly_mean": 3744.0, - "gross_monthly_median": 3650.0, - "gross_mthly_25_percentile": 3360.0, - "gross_mthly_75_percentile": 4000.0 - }, - { - "year": 2019, - "employment_rate_overall": 91.2, - "employment_rate_ft_perm": 79.6, - "basic_monthly_mean": 3741.0, - "basic_monthly_median": 3549.0, - "gross_monthly_mean": 3848.0, - "gross_monthly_median": 3599.0, - "gross_mthly_25_percentile": 3215.0, - "gross_mthly_75_percentile": 4070.0 - }, - { - "year": 2020, - "employment_rate_overall": 92.4, - "employment_rate_ft_perm": 68.9, - "basic_monthly_mean": 3746.0, - "basic_monthly_median": 3600.0, - "gross_monthly_mean": 3823.0, - "gross_monthly_median": 3656.0, - "gross_mthly_25_percentile": 3300.0, - "gross_mthly_75_percentile": 4250.0 - }, - { - "year": 2021, - "employment_rate_overall": 91.0, - "employment_rate_ft_perm": 75.6, - "basic_monthly_mean": 3939.0, - "basic_monthly_median": 3750.0, - "gross_monthly_mean": 4039.0, - "gross_monthly_median": 3806.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 4500.0 - }, - { - "year": 2022, - "employment_rate_overall": 86.5, - "employment_rate_ft_perm": 79.4, - "basic_monthly_mean": 4352.0, - "basic_monthly_median": 4250.0, - "gross_monthly_mean": 4436.0, - "gross_monthly_median": 4300.0, - "gross_mthly_25_percentile": 3799.0, - "gross_mthly_75_percentile": 4800.0 - }, - { - "year": 2023, - "employment_rate_overall": 80.2, - "employment_rate_ft_perm": 73.3, - "basic_monthly_mean": 4545.0, - "basic_monthly_median": 4200.0, - "gross_monthly_mean": 4574.0, - "gross_monthly_median": 4250.0, - "gross_mthly_25_percentile": 3800.0, - "gross_mthly_75_percentile": 4800.0 - } - ] - }, - { - "university": "Nanyang Technological University", - "degree": "Mechanical Engineering", - "school": "College of Engineering", - "slug": "mechanical-engineering-ntu", - "data": [ - { - "year": 2009, - "employment_rate_overall": 82.1, - "employment_rate_ft_perm": 79.1, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 2794.0, - "gross_monthly_median": 2800.0, - "gross_mthly_25_percentile": 2500.0, - "gross_mthly_75_percentile": 3100.0 - }, - { - "year": 2010, - "employment_rate_overall": 90.5, - "employment_rate_ft_perm": 85.7, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 3147, - "gross_monthly_median": 3200, - "gross_mthly_25_percentile": 2700, - "gross_mthly_75_percentile": 3450 - }, - { - "year": 2011, - "employment_rate_overall": 88.5, - "employment_rate_ft_perm": 86.8, - "basic_monthly_mean": 3002.0, - "basic_monthly_median": 2900.0, - "gross_monthly_mean": 3152.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2800.0, - "gross_mthly_75_percentile": 3385.0 - }, - { - "year": 2012, - "employment_rate_overall": 90.6, - "employment_rate_ft_perm": 88.1, - "basic_monthly_mean": 3051.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3272.0, - "gross_monthly_median": 3100.0, - "gross_mthly_25_percentile": 2810.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2013, - "employment_rate_overall": 91.6, - "employment_rate_ft_perm": 89.5, - "basic_monthly_mean": 3125.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3226.0, - "gross_monthly_median": 3100.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2014, - "employment_rate_overall": 90.2, - "employment_rate_ft_perm": 87.8, - "basic_monthly_mean": 3161.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3289.0, - "gross_monthly_median": 3100.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2015, - "employment_rate_overall": 88.0, - "employment_rate_ft_perm": 80.7, - "basic_monthly_mean": 3248.0, - "basic_monthly_median": 3200.0, - "gross_monthly_mean": 3388.0, - "gross_monthly_median": 3250.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3600.0 - }, - { - "year": 2016, - "employment_rate_overall": 86.0, - "employment_rate_ft_perm": 79.9, - "basic_monthly_mean": 3417.0, - "basic_monthly_median": 3300.0, - "gross_monthly_mean": 3505.0, - "gross_monthly_median": 3350.0, - "gross_mthly_25_percentile": 3050.0, - "gross_mthly_75_percentile": 3959.0 - }, - { - "year": 2017, - "employment_rate_overall": 82.7, - "employment_rate_ft_perm": 74.9, - "basic_monthly_mean": 3422.0, - "basic_monthly_median": 3300.0, - "gross_monthly_mean": 3579.0, - "gross_monthly_median": 3450.0, - "gross_mthly_25_percentile": 3100.0, - "gross_mthly_75_percentile": 4000.0 - }, - { - "year": 2018, - "employment_rate_overall": 85.6, - "employment_rate_ft_perm": 81.1, - "basic_monthly_mean": 3448.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3653.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3200.0, - "gross_mthly_75_percentile": 4000.0 - }, - { - "year": 2019, - "employment_rate_overall": 84.5, - "employment_rate_ft_perm": 82.1, - "basic_monthly_mean": 3608.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3728.0, - "gross_monthly_median": 3600.0, - "gross_mthly_25_percentile": 3380.0, - "gross_mthly_75_percentile": 4005.0 - }, - { - "year": 2020, - "employment_rate_overall": 91.7, - "employment_rate_ft_perm": 67.5, - "basic_monthly_mean": 3861.0, - "basic_monthly_median": 3700.0, - "gross_monthly_mean": 3977.0, - "gross_monthly_median": 3850.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 4432.0 - }, - { - "year": 2021, - "employment_rate_overall": 94.0, - "employment_rate_ft_perm": 86.1, - "basic_monthly_mean": 3845.0, - "basic_monthly_median": 3700.0, - "gross_monthly_mean": 4006.0, - "gross_monthly_median": 3800.0, - "gross_mthly_25_percentile": 3570.0, - "gross_mthly_75_percentile": 4400.0 - }, - { - "year": 2022, - "employment_rate_overall": 95.0, - "employment_rate_ft_perm": 91.3, - "basic_monthly_mean": 4381.0, - "basic_monthly_median": 4200.0, - "gross_monthly_mean": 4537.0, - "gross_monthly_median": 4500.0, - "gross_mthly_25_percentile": 3944.0, - "gross_mthly_75_percentile": 5000.0 - }, - { - "year": 2023, - "employment_rate_overall": 85.0, - "employment_rate_ft_perm": 82.5, - "basic_monthly_mean": 4379.0, - "basic_monthly_median": 4250.0, - "gross_monthly_mean": 4481.0, - "gross_monthly_median": 4400.0, - "gross_mthly_25_percentile": 4000.0, - "gross_mthly_75_percentile": 4864.0 - } - ] - }, - { - "university": "Nanyang Technological University", - "degree": "Medicine", - "school": "Lee Kong Chian School of Medicine", - "slug": "medicine-ntu", - "data": [ - { - "year": 2019, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": 4932.0, - "basic_monthly_median": 4700.0, - "gross_monthly_mean": 5661.0, - "gross_monthly_median": 5700.0, - "gross_mthly_25_percentile": 5200.0, - "gross_mthly_75_percentile": 6092.0 - }, - { - "year": 2020, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": 4775.0, - "basic_monthly_median": 4700.0, - "gross_monthly_mean": 5387.0, - "gross_monthly_median": 5250.0, - "gross_mthly_25_percentile": 5000.0, - "gross_mthly_75_percentile": 5900.0 - }, - { - "year": 2021, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": 4702.0, - "basic_monthly_median": 4700.0, - "gross_monthly_mean": 5404.0, - "gross_monthly_median": 5500.0, - "gross_mthly_25_percentile": 5200.0, - "gross_mthly_75_percentile": 5800.0 - }, - { - "year": 2022, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": 4779.0, - "basic_monthly_median": 4700.0, - "gross_monthly_mean": 5532.0, - "gross_monthly_median": 5600.0, - "gross_mthly_25_percentile": 5199.0, - "gross_mthly_75_percentile": 6000.0 - } - ] - }, - { - "university": "Nanyang Technological University", - "degree": "Philosophy", - "school": "College of Humanities, Arts & Social Sciences", - "slug": "philosophy-ntu", - "data": [ - { - "year": 2018, - "employment_rate_overall": 80.0, - "employment_rate_ft_perm": 76.0, - "basic_monthly_mean": 3031.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3126.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2550.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2019, - "employment_rate_overall": 82.6, - "employment_rate_ft_perm": 69.6, - "basic_monthly_mean": 3288.0, - "basic_monthly_median": 3300.0, - "gross_monthly_mean": 3369.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3300.0, - "gross_mthly_75_percentile": 3584.0 - }, - { - "year": 2020, - "employment_rate_overall": 96.3, - "employment_rate_ft_perm": 70.4, - "basic_monthly_mean": 3417.0, - "basic_monthly_median": 3300.0, - "gross_monthly_mean": 3580.0, - "gross_monthly_median": 3650.0, - "gross_mthly_25_percentile": 3300.0, - "gross_mthly_75_percentile": 3850.0 - }, - { - "year": 2021, - "employment_rate_overall": 88.5, - "employment_rate_ft_perm": 57.7, - "basic_monthly_mean": 3394.0, - "basic_monthly_median": 3400.0, - "gross_monthly_mean": 3502.0, - "gross_monthly_median": 3400.0, - "gross_mthly_25_percentile": 2915.0, - "gross_mthly_75_percentile": 4480.0 - }, - { - "year": 2022, - "employment_rate_overall": 78.3, - "employment_rate_ft_perm": 69.6, - "basic_monthly_mean": 3476.0, - "basic_monthly_median": 3300.0, - "gross_monthly_mean": 3515.0, - "gross_monthly_median": 3450.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3700.0 - }, - { - "year": 2023, - "employment_rate_overall": 87.9, - "employment_rate_ft_perm": 78.8, - "basic_monthly_mean": 3864.0, - "basic_monthly_median": 3992.0, - "gross_monthly_mean": 4056.0, - "gross_monthly_median": 4000.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 4550.0 - } - ] - }, - { - "university": "Nanyang Technological University", - "degree": "Physics and Applied Physics", - "school": "College of Science", - "slug": "physics-and-applied-physics-ntu", - "data": [ - { - "year": 2009, - "employment_rate_overall": 77.8, - "employment_rate_ft_perm": 77.8, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 2900.0, - "gross_monthly_median": 2950.0, - "gross_mthly_25_percentile": 2600.0, - "gross_mthly_75_percentile": 3000.0 - }, - { - "year": 2010, - "employment_rate_overall": 91.4, - "employment_rate_ft_perm": 88.6, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 3064, - "gross_monthly_median": 3000, - "gross_mthly_25_percentile": 2700, - "gross_mthly_75_percentile": 3400 - }, - { - "year": 2011, - "employment_rate_overall": 90.9, - "employment_rate_ft_perm": 87.9, - "basic_monthly_mean": 2945.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3024.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2700.0, - "gross_mthly_75_percentile": 3300.0 - }, - { - "year": 2012, - "employment_rate_overall": 85.3, - "employment_rate_ft_perm": 76.5, - "basic_monthly_mean": 3198.0, - "basic_monthly_median": 3100.0, - "gross_monthly_mean": 3284.0, - "gross_monthly_median": 3200.0, - "gross_mthly_25_percentile": 2900.0, - "gross_mthly_75_percentile": 3703.0 - }, - { - "year": 2013, - "employment_rate_overall": 80.8, - "employment_rate_ft_perm": 69.2, - "basic_monthly_mean": 3164.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3208.0, - "gross_monthly_median": 3300.0, - "gross_mthly_25_percentile": 2900.0, - "gross_mthly_75_percentile": 3400.0 - }, - { - "year": 2014, - "employment_rate_overall": 73.7, - "employment_rate_ft_perm": 63.2, - "basic_monthly_mean": 3034.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3241.0, - "gross_monthly_median": 3100.0, - "gross_mthly_25_percentile": 2800.0, - "gross_mthly_75_percentile": 3560.0 - }, - { - "year": 2015, - "employment_rate_overall": 82.1, - "employment_rate_ft_perm": 69.6, - "basic_monthly_mean": 3098.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3186.0, - "gross_monthly_median": 3200.0, - "gross_mthly_25_percentile": 2900.0, - "gross_mthly_75_percentile": 3400.0 - }, - { - "year": 2016, - "employment_rate_overall": 85.7, - "employment_rate_ft_perm": 77.1, - "basic_monthly_mean": 3578.0, - "basic_monthly_median": 3350.0, - "gross_monthly_mean": 3683.0, - "gross_monthly_median": 3450.0, - "gross_mthly_25_percentile": 3100.0, - "gross_mthly_75_percentile": 4000.0 - }, - { - "year": 2017, - "employment_rate_overall": 81.6, - "employment_rate_ft_perm": 61.8, - "basic_monthly_mean": 3367.0, - "basic_monthly_median": 3300.0, - "gross_monthly_mean": 3490.0, - "gross_monthly_median": 3300.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3819.0 - }, - { - "year": 2018, - "employment_rate_overall": 80.2, - "employment_rate_ft_perm": 74.1, - "basic_monthly_mean": 3468.0, - "basic_monthly_median": 3300.0, - "gross_monthly_mean": 3576.0, - "gross_monthly_median": 3400.0, - "gross_mthly_25_percentile": 3025.0, - "gross_mthly_75_percentile": 3800.0 - }, - { - "year": 2019, - "employment_rate_overall": 90.0, - "employment_rate_ft_perm": 78.6, - "basic_monthly_mean": 3782.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3849.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3300.0, - "gross_mthly_75_percentile": 4200.0 - }, - { - "year": 2020, - "employment_rate_overall": 92.6, - "employment_rate_ft_perm": 48.5, - "basic_monthly_mean": 3643.0, - "basic_monthly_median": 3600.0, - "gross_monthly_mean": 3719.0, - "gross_monthly_median": 3700.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 3850.0 - }, - { - "year": 2021, - "employment_rate_overall": 84.5, - "employment_rate_ft_perm": 69.0, - "basic_monthly_mean": 3710.0, - "basic_monthly_median": 3570.0, - "gross_monthly_mean": 3793.0, - "gross_monthly_median": 3600.0, - "gross_mthly_25_percentile": 3384.0, - "gross_mthly_75_percentile": 4000.0 - }, - { - "year": 2022, - "employment_rate_overall": 91.5, - "employment_rate_ft_perm": 84.7, - "basic_monthly_mean": 3917.0, - "basic_monthly_median": 4000.0, - "gross_monthly_mean": 4067.0, - "gross_monthly_median": 4000.0, - "gross_mthly_25_percentile": 3683.0, - "gross_mthly_75_percentile": 4575.0 - }, - { - "year": 2023, - "employment_rate_overall": 80.9, - "employment_rate_ft_perm": 72.3, - "basic_monthly_mean": 3904.0, - "basic_monthly_median": 4000.0, - "gross_monthly_mean": 4076.0, - "gross_monthly_median": 4000.0, - "gross_mthly_25_percentile": 3905.0, - "gross_mthly_75_percentile": 4400.0 - } - ] - }, - { - "university": "Nanyang Technological University", - "degree": "Psychology", - "school": "College of Humanities, Arts & Social Sciences", - "slug": "psychology-ntu", - "data": [ - { - "year": 2009, - "employment_rate_overall": 94.3, - "employment_rate_ft_perm": 81.1, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 2629.0, - "gross_monthly_median": 2700.0, - "gross_mthly_25_percentile": 2250.0, - "gross_mthly_75_percentile": 3000.0 - }, - { - "year": 2010, - "employment_rate_overall": 90.1, - "employment_rate_ft_perm": 81.7, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 2932, - "gross_monthly_median": 3100, - "gross_mthly_25_percentile": 2600, - "gross_mthly_75_percentile": 3300 - }, - { - "year": 2011, - "employment_rate_overall": 92.2, - "employment_rate_ft_perm": 84.4, - "basic_monthly_mean": 2995.0, - "basic_monthly_median": 3075.0, - "gross_monthly_mean": 3125.0, - "gross_monthly_median": 3200.0, - "gross_mthly_25_percentile": 2950.0, - "gross_mthly_75_percentile": 3450.0 - }, - { - "year": 2012, - "employment_rate_overall": 90.0, - "employment_rate_ft_perm": 72.0, - "basic_monthly_mean": 2891.0, - "basic_monthly_median": 2750.0, - "gross_monthly_mean": 2953.0, - "gross_monthly_median": 2800.0, - "gross_mthly_25_percentile": 2500.0, - "gross_mthly_75_percentile": 3302.0 - }, - { - "year": 2013, - "employment_rate_overall": 82.4, - "employment_rate_ft_perm": 71.8, - "basic_monthly_mean": 3007.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3061.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2750.0, - "gross_mthly_75_percentile": 3255.0 - }, - { - "year": 2014, - "employment_rate_overall": 66.7, - "employment_rate_ft_perm": 54.9, - "basic_monthly_mean": 3197.0, - "basic_monthly_median": 3100.0, - "gross_monthly_mean": 3228.0, - "gross_monthly_median": 3100.0, - "gross_mthly_25_percentile": 2800.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2015, - "employment_rate_overall": 73.3, - "employment_rate_ft_perm": 52.0, - "basic_monthly_mean": 3099.0, - "basic_monthly_median": 3121.0, - "gross_monthly_mean": 3264.0, - "gross_monthly_median": 3200.0, - "gross_mthly_25_percentile": 2800.0, - "gross_mthly_75_percentile": 3562.0 - }, - { - "year": 2016, - "employment_rate_overall": 82.1, - "employment_rate_ft_perm": 66.7, - "basic_monthly_mean": 3083.0, - "basic_monthly_median": 3100.0, - "gross_monthly_mean": 3136.0, - "gross_monthly_median": 3200.0, - "gross_mthly_25_percentile": 2800.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2017, - "employment_rate_overall": 78.9, - "employment_rate_ft_perm": 59.2, - "basic_monthly_mean": 3107.0, - "basic_monthly_median": 3107.0, - "gross_monthly_mean": 3151.0, - "gross_monthly_median": 3200.0, - "gross_mthly_25_percentile": 2890.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2018, - "employment_rate_overall": 90.1, - "employment_rate_ft_perm": 78.0, - "basic_monthly_mean": 3316.0, - "basic_monthly_median": 3300.0, - "gross_monthly_mean": 3355.0, - "gross_monthly_median": 3370.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3684.0 - }, - { - "year": 2019, - "employment_rate_overall": 89.2, - "employment_rate_ft_perm": 73.1, - "basic_monthly_mean": 3463.0, - "basic_monthly_median": 3350.0, - "gross_monthly_mean": 3506.0, - "gross_monthly_median": 3400.0, - "gross_mthly_25_percentile": 3100.0, - "gross_mthly_75_percentile": 3800.0 - }, - { - "year": 2020, - "employment_rate_overall": 83.8, - "employment_rate_ft_perm": 53.5, - "basic_monthly_mean": 3315.0, - "basic_monthly_median": 3200.0, - "gross_monthly_mean": 3433.0, - "gross_monthly_median": 3300.0, - "gross_mthly_25_percentile": 3100.0, - "gross_mthly_75_percentile": 3650.0 - }, - { - "year": 2021, - "employment_rate_overall": 91.8, - "employment_rate_ft_perm": 71.8, - "basic_monthly_mean": 3342.0, - "basic_monthly_median": 3300.0, - "gross_monthly_mean": 3362.0, - "gross_monthly_median": 3350.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2022, - "employment_rate_overall": 79.8, - "employment_rate_ft_perm": 69.7, - "basic_monthly_mean": 3688.0, - "basic_monthly_median": 3635.0, - "gross_monthly_mean": 3743.0, - "gross_monthly_median": 3668.0, - "gross_mthly_25_percentile": 3300.0, - "gross_mthly_75_percentile": 4015.0 - }, - { - "year": 2023, - "employment_rate_overall": 83.2, - "employment_rate_ft_perm": 68.4, - "basic_monthly_mean": 3882.0, - "basic_monthly_median": 3800.0, - "gross_monthly_mean": 3913.0, - "gross_monthly_median": 4000.0, - "gross_mthly_25_percentile": 3550.0, - "gross_mthly_75_percentile": 4268.0 - } - ] - }, - { - "university": "Nanyang Technological University", - "degree": "Public Policy and Global Affairs", - "school": "College of Humanities, Arts & Social Sciences", - "slug": "public-policy-and-global-affairs-ntu", - "data": [ - { - "year": 2017, - "employment_rate_overall": 74.1, - "employment_rate_ft_perm": 66.7, - "basic_monthly_mean": 3353.0, - "basic_monthly_median": 3300.0, - "gross_monthly_mean": 3479.0, - "gross_monthly_median": 3395.0, - "gross_mthly_25_percentile": 3160.0, - "gross_mthly_75_percentile": 3750.0 - }, - { - "year": 2018, - "employment_rate_overall": 80.6, - "employment_rate_ft_perm": 71.0, - "basic_monthly_mean": 3501.0, - "basic_monthly_median": 3350.0, - "gross_monthly_mean": 3619.0, - "gross_monthly_median": 3350.0, - "gross_mthly_25_percentile": 3050.0, - "gross_mthly_75_percentile": 4018.0 - }, - { - "year": 2019, - "employment_rate_overall": 90.2, - "employment_rate_ft_perm": 87.8, - "basic_monthly_mean": 3756.0, - "basic_monthly_median": 3691.0, - "gross_monthly_mean": 3868.0, - "gross_monthly_median": 3850.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 4345.0 - }, - { - "year": 2020, - "employment_rate_overall": 92.5, - "employment_rate_ft_perm": 67.5, - "basic_monthly_mean": 3989.0, - "basic_monthly_median": 3710.0, - "gross_monthly_mean": 4043.0, - "gross_monthly_median": 3800.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 4583.0 - }, - { - "year": 2021, - "employment_rate_overall": 83.3, - "employment_rate_ft_perm": 77.1, - "basic_monthly_mean": 4024.0, - "basic_monthly_median": 3778.0, - "gross_monthly_mean": 4105.0, - "gross_monthly_median": 3804.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 4524.0 - }, - { - "year": 2022, - "employment_rate_overall": 97.9, - "employment_rate_ft_perm": 95.7, - "basic_monthly_mean": 4122.0, - "basic_monthly_median": 4088.0, - "gross_monthly_mean": 4167.0, - "gross_monthly_median": 4123.0, - "gross_mthly_25_percentile": 3650.0, - "gross_mthly_75_percentile": 4500.0 - }, - { - "year": 2023, - "employment_rate_overall": 85.1, - "employment_rate_ft_perm": 83.0, - "basic_monthly_mean": 4317.0, - "basic_monthly_median": 4200.0, - "gross_monthly_mean": 4401.0, - "gross_monthly_median": 4202.0, - "gross_mthly_25_percentile": 3800.0, - "gross_mthly_75_percentile": 5124.0 - } - ] - }, - { - "university": "Nanyang Technological University", - "degree": "Science (with Education)", - "school": "National Institute of Education (NIE)", - "slug": "science-with-education-ntu", - "data": [ - { - "year": 2009, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 3030.0, - "gross_monthly_median": 2900.0, - "gross_mthly_25_percentile": 2900.0, - "gross_mthly_75_percentile": 3200.0 - }, - { - "year": 2010, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 3199, - "gross_monthly_median": 3200, - "gross_mthly_25_percentile": 3100, - "gross_mthly_75_percentile": 3300 - }, - { - "year": 2011, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": 2945.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3381.0, - "gross_monthly_median": 3300.0, - "gross_mthly_25_percentile": 3300.0, - "gross_mthly_75_percentile": 3600.0 - }, - { - "year": 2012, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": 3250.0, - "basic_monthly_median": 3300.0, - "gross_monthly_mean": 3428.0, - "gross_monthly_median": 3467.0, - "gross_mthly_25_percentile": 3200.0, - "gross_mthly_75_percentile": 3600.0 - }, - { - "year": 2013, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": 3377.0, - "basic_monthly_median": 3400.0, - "gross_monthly_mean": 3478.0, - "gross_monthly_median": 3498.0, - "gross_mthly_25_percentile": 3300.0, - "gross_mthly_75_percentile": 3800.0 - }, - { - "year": 2014, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": 3358.0, - "basic_monthly_median": 3400.0, - "gross_monthly_mean": 3475.0, - "gross_monthly_median": 3475.0, - "gross_mthly_25_percentile": 3400.0, - "gross_mthly_75_percentile": 3750.0 - }, - { - "year": 2015, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": 3496.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3604.0, - "gross_monthly_median": 3504.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 3855.0 - }, - { - "year": 2016, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": 3438.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3546.0, - "gross_monthly_median": 3525.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 3850.0 - }, - { - "year": 2017, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": 3610.0, - "basic_monthly_median": 3603.0, - "gross_monthly_mean": 3701.0, - "gross_monthly_median": 3701.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 3958.0 - }, - { - "year": 2018, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": 3600.0, - "basic_monthly_median": 3800.0, - "gross_monthly_mean": 3738.0, - "gross_monthly_median": 3800.0, - "gross_mthly_25_percentile": 3600.0, - "gross_mthly_75_percentile": 4000.0 - }, - { - "year": 2019, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": 3719.0, - "basic_monthly_median": 3800.0, - "gross_monthly_mean": 3758.0, - "gross_monthly_median": 3800.0, - "gross_mthly_25_percentile": 3660.0, - "gross_mthly_75_percentile": 3840.0 - }, - { - "year": 2020, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": 3660.0, - "basic_monthly_median": 3799.0, - "gross_monthly_mean": 3744.0, - "gross_monthly_median": 3800.0, - "gross_mthly_25_percentile": 3700.0, - "gross_mthly_75_percentile": 4000.0 - }, - { - "year": 2021, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": 3578.0, - "basic_monthly_median": 3776.0, - "gross_monthly_mean": 3796.0, - "gross_monthly_median": 3904.0, - "gross_mthly_25_percentile": 3727.0, - "gross_mthly_75_percentile": 4000.0 - }, - { - "year": 2022, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": 4106.0, - "basic_monthly_median": 4275.0, - "gross_monthly_mean": 4211.0, - "gross_monthly_median": 4300.0, - "gross_mthly_25_percentile": 4000.0, - "gross_mthly_75_percentile": 4470.0 - }, - { - "year": 2023, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": 3907.0, - "basic_monthly_median": 4000.0, - "gross_monthly_mean": 4370.0, - "gross_monthly_median": 4300.0, - "gross_mthly_25_percentile": 4000.0, - "gross_mthly_75_percentile": 4651.0 - } - ] - }, - { - "university": "Nanyang Technological University", - "degree": "Sociology", - "school": "College of Humanities, Arts & Social Sciences", - "slug": "sociology-ntu", - "data": [ - { - "year": 2009, - "employment_rate_overall": 86.7, - "employment_rate_ft_perm": 86.7, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 2842.0, - "gross_monthly_median": 2900.0, - "gross_mthly_25_percentile": 2700.0, - "gross_mthly_75_percentile": 3000.0 - }, - { - "year": 2010, - "employment_rate_overall": 86.7, - "employment_rate_ft_perm": 76.7, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 2950, - "gross_monthly_median": 3100, - "gross_mthly_25_percentile": 2575, - "gross_mthly_75_percentile": 3200 - }, - { - "year": 2011, - "employment_rate_overall": 86.2, - "employment_rate_ft_perm": 84.5, - "basic_monthly_mean": 2821.0, - "basic_monthly_median": 2900.0, - "gross_monthly_mean": 3055.0, - "gross_monthly_median": 3150.0, - "gross_mthly_25_percentile": 2675.0, - "gross_mthly_75_percentile": 3403.0 - }, - { - "year": 2012, - "employment_rate_overall": 87.5, - "employment_rate_ft_perm": 77.1, - "basic_monthly_mean": 3056.0, - "basic_monthly_median": 3123.0, - "gross_monthly_mean": 3162.0, - "gross_monthly_median": 3200.0, - "gross_mthly_25_percentile": 2800.0, - "gross_mthly_75_percentile": 3588.0 - }, - { - "year": 2013, - "employment_rate_overall": 74.4, - "employment_rate_ft_perm": 55.8, - "basic_monthly_mean": 2980.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3082.0, - "gross_monthly_median": 3100.0, - "gross_mthly_25_percentile": 2800.0, - "gross_mthly_75_percentile": 3310.0 - }, - { - "year": 2014, - "employment_rate_overall": 73.2, - "employment_rate_ft_perm": 67.9, - "basic_monthly_mean": 3002.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3143.0, - "gross_monthly_median": 3100.0, - "gross_mthly_25_percentile": 2800.0, - "gross_mthly_75_percentile": 3260.0 - }, - { - "year": 2015, - "employment_rate_overall": 85.7, - "employment_rate_ft_perm": 79.4, - "basic_monthly_mean": 3260.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3402.0, - "gross_monthly_median": 3125.0, - "gross_mthly_25_percentile": 2700.0, - "gross_mthly_75_percentile": 3600.0 - }, - { - "year": 2016, - "employment_rate_overall": 86.1, - "employment_rate_ft_perm": 63.9, - "basic_monthly_mean": 3279.0, - "basic_monthly_median": 3300.0, - "gross_monthly_mean": 3480.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3850.0 - }, - { - "year": 2017, - "employment_rate_overall": 77.6, - "employment_rate_ft_perm": 62.1, - "basic_monthly_mean": 3263.0, - "basic_monthly_median": 3200.0, - "gross_monthly_mean": 3309.0, - "gross_monthly_median": 3228.0, - "gross_mthly_25_percentile": 2970.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2018, - "employment_rate_overall": 80.2, - "employment_rate_ft_perm": 60.4, - "basic_monthly_mean": 3275.0, - "basic_monthly_median": 3175.0, - "gross_monthly_mean": 3374.0, - "gross_monthly_median": 3220.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3841.0 - }, - { - "year": 2019, - "employment_rate_overall": 86.9, - "employment_rate_ft_perm": 70.5, - "basic_monthly_mean": 3305.0, - "basic_monthly_median": 3200.0, - "gross_monthly_mean": 3441.0, - "gross_monthly_median": 3300.0, - "gross_mthly_25_percentile": 3040.0, - "gross_mthly_75_percentile": 3600.0 - }, - { - "year": 2020, - "employment_rate_overall": 95.4, - "employment_rate_ft_perm": 66.2, - "basic_monthly_mean": 3529.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3598.0, - "gross_monthly_median": 3600.0, - "gross_mthly_25_percentile": 3300.0, - "gross_mthly_75_percentile": 3800.0 - }, - { - "year": 2021, - "employment_rate_overall": 91.3, - "employment_rate_ft_perm": 69.6, - "basic_monthly_mean": 3509.0, - "basic_monthly_median": 3475.0, - "gross_monthly_mean": 3567.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3200.0, - "gross_mthly_75_percentile": 3940.0 - }, - { - "year": 2022, - "employment_rate_overall": 92.9, - "employment_rate_ft_perm": 87.1, - "basic_monthly_mean": 3816.0, - "basic_monthly_median": 3789.0, - "gross_monthly_mean": 3904.0, - "gross_monthly_median": 3800.0, - "gross_mthly_25_percentile": 3450.0, - "gross_mthly_75_percentile": 4200.0 - }, - { - "year": 2023, - "employment_rate_overall": 86.4, - "employment_rate_ft_perm": 74.1, - "basic_monthly_mean": 3849.0, - "basic_monthly_median": 3800.0, - "gross_monthly_mean": 3994.0, - "gross_monthly_median": 4008.0, - "gross_mthly_25_percentile": 3540.0, - "gross_mthly_75_percentile": 4400.0 - } - ] - }, - { - "university": "Nanyang Technological University", - "degree": "Sports Science and Management", - "school": "National Institute of Education (NIE)", - "slug": "sports-science-and-management-ntu", - "data": [ - { - "year": 2013, - "employment_rate_overall": 68.2, - "employment_rate_ft_perm": 59.1, - "basic_monthly_mean": 2968.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 2985.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2700.0, - "gross_mthly_75_percentile": 3400.0 - }, - { - "year": 2014, - "employment_rate_overall": 87.9, - "employment_rate_ft_perm": 69.7, - "basic_monthly_mean": 3076.0, - "basic_monthly_median": 2800.0, - "gross_monthly_mean": 3229.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2700.0, - "gross_mthly_75_percentile": 3590.0 - }, - { - "year": 2015, - "employment_rate_overall": 90.7, - "employment_rate_ft_perm": 72.1, - "basic_monthly_mean": 3232.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3307.0, - "gross_monthly_median": 3295.0, - "gross_mthly_25_percentile": 2900.0, - "gross_mthly_75_percentile": 3600.0 - }, - { - "year": 2016, - "employment_rate_overall": 83.1, - "employment_rate_ft_perm": 66.1, - "basic_monthly_mean": 3196.0, - "basic_monthly_median": 3100.0, - "gross_monthly_mean": 3272.0, - "gross_monthly_median": 3200.0, - "gross_mthly_25_percentile": 2825.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2017, - "employment_rate_overall": 81.1, - "employment_rate_ft_perm": 48.6, - "basic_monthly_mean": 3372.0, - "basic_monthly_median": 3285.0, - "gross_monthly_mean": 3486.0, - "gross_monthly_median": 3450.0, - "gross_mthly_25_percentile": 2800.0, - "gross_mthly_75_percentile": 4000.0 - }, - { - "year": 2018, - "employment_rate_overall": 87.0, - "employment_rate_ft_perm": 61.1, - "basic_monthly_mean": 3172.0, - "basic_monthly_median": 3200.0, - "gross_monthly_mean": 3382.0, - "gross_monthly_median": 3300.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3600.0 - }, - { - "year": 2019, - "employment_rate_overall": 87.0, - "employment_rate_ft_perm": 55.6, - "basic_monthly_mean": 3289.0, - "basic_monthly_median": 3200.0, - "gross_monthly_mean": 3438.0, - "gross_monthly_median": 3350.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3660.0 - }, - { - "year": 2020, - "employment_rate_overall": 91.5, - "employment_rate_ft_perm": 52.5, - "basic_monthly_mean": 3494.0, - "basic_monthly_median": 3240.0, - "gross_monthly_mean": 3661.0, - "gross_monthly_median": 3300.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 4200.0 - }, - { - "year": 2021, - "employment_rate_overall": 86.2, - "employment_rate_ft_perm": 55.4, - "basic_monthly_mean": 3292.0, - "basic_monthly_median": 3300.0, - "gross_monthly_mean": 3438.0, - "gross_monthly_median": 3300.0, - "gross_mthly_25_percentile": 3100.0, - "gross_mthly_75_percentile": 3620.0 - }, - { - "year": 2022, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 74.4, - "basic_monthly_mean": 3657.0, - "basic_monthly_median": 3350.0, - "gross_monthly_mean": 3762.0, - "gross_monthly_median": 3350.0, - "gross_mthly_25_percentile": 3200.0, - "gross_mthly_75_percentile": 4266.0 - }, - { - "year": 2023, - "employment_rate_overall": 92.5, - "employment_rate_ft_perm": 71.7, - "basic_monthly_mean": 3692.0, - "basic_monthly_median": 3623.0, - "gross_monthly_mean": 3837.0, - "gross_monthly_median": 3850.0, - "gross_mthly_25_percentile": 3250.0, - "gross_mthly_75_percentile": 4319.0 - } - ] - }, - { - "university": "National University of Singapore", - "degree": "Bachelor of Applied Science (Hons)", - "school": "Faculty of Science", - "slug": "bachelor-of-applied-science-hons-nus", - "data": [ - { - "year": 2009, - "employment_rate_overall": 88.5, - "employment_rate_ft_perm": 76.9, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 2393.0, - "gross_monthly_median": 2500.0, - "gross_mthly_25_percentile": 2250.0, - "gross_mthly_75_percentile": 2500.0 - }, - { - "year": 2010, - "employment_rate_overall": 83.3, - "employment_rate_ft_perm": 62.5, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 2427.0, - "gross_monthly_median": 2400.0, - "gross_mthly_25_percentile": 2200.0, - "gross_mthly_75_percentile": 2800.0 - }, - { - "year": 2011, - "employment_rate_overall": 90.3, - "employment_rate_ft_perm": 90.3, - "basic_monthly_mean": 2749.0, - "basic_monthly_median": 2700.0, - "gross_monthly_mean": 2890.0, - "gross_monthly_median": 2800.0, - "gross_mthly_25_percentile": 2675.0, - "gross_mthly_75_percentile": 3150.0 - }, - { - "year": 2012, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 93.1, - "basic_monthly_mean": 3006.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3079.0, - "gross_monthly_median": 3100.0, - "gross_mthly_25_percentile": 2975.0, - "gross_mthly_75_percentile": 3300.0 - }, - { - "year": 2013, - "employment_rate_overall": 97.3, - "employment_rate_ft_perm": 97.3, - "basic_monthly_mean": 2850.0, - "basic_monthly_median": 2750.0, - "gross_monthly_mean": 2925.0, - "gross_monthly_median": 2900.0, - "gross_mthly_25_percentile": 2600.0, - "gross_mthly_75_percentile": 3255.0 - }, - { - "year": 2014, - "employment_rate_overall": 95.5, - "employment_rate_ft_perm": 81.8, - "basic_monthly_mean": 2760.0, - "basic_monthly_median": 2750.0, - "gross_monthly_mean": 2831.0, - "gross_monthly_median": 2800.0, - "gross_mthly_25_percentile": 2600.0, - "gross_mthly_75_percentile": 3000.0 - }, - { - "year": 2015, - "employment_rate_overall": 85.2, - "employment_rate_ft_perm": 77.8, - "basic_monthly_mean": 3203.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3355.0, - "gross_monthly_median": 3100.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 4000.0 - }, - { - "year": 2016, - "employment_rate_overall": 81.0, - "employment_rate_ft_perm": 61.9, - "basic_monthly_mean": 2905.0, - "basic_monthly_median": 2800.0, - "gross_monthly_mean": 3058.0, - "gross_monthly_median": 3130.0, - "gross_mthly_25_percentile": 2800.0, - "gross_mthly_75_percentile": 3350.0 - }, - { - "year": 2017, - "employment_rate_overall": 82.1, - "employment_rate_ft_perm": 50.0, - "basic_monthly_mean": 3186.0, - "basic_monthly_median": 3075.0, - "gross_monthly_mean": 3187.0, - "gross_monthly_median": 3085.0, - "gross_mthly_25_percentile": 2800.0, - "gross_mthly_75_percentile": 3200.0 - } - ] - }, - { - "university": "National University of Singapore", - "degree": "Bachelor of Arts", - "school": "Faculty of Arts & Social Sciences", - "slug": "bachelor-of-arts-nus", - "data": [ - { - "year": 2009, - "employment_rate_overall": 87.1, - "employment_rate_ft_perm": 75.9, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 2511.0, - "gross_monthly_median": 2500.0, - "gross_mthly_25_percentile": 2200.0, - "gross_mthly_75_percentile": 2600.0 - }, - { - "year": 2010, - "employment_rate_overall": 86.3, - "employment_rate_ft_perm": 73.7, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 2627.0, - "gross_monthly_median": 2550.0, - "gross_mthly_25_percentile": 2300.0, - "gross_mthly_75_percentile": 2900.0 - }, - { - "year": 2011, - "employment_rate_overall": 85.3, - "employment_rate_ft_perm": 73.8, - "basic_monthly_mean": 2565.0, - "basic_monthly_median": 2500.0, - "gross_monthly_mean": 2763.0, - "gross_monthly_median": 2700.0, - "gross_mthly_25_percentile": 2405.0, - "gross_mthly_75_percentile": 3000.0 - }, - { - "year": 2012, - "employment_rate_overall": 85.7, - "employment_rate_ft_perm": 74.8, - "basic_monthly_mean": 2949.0, - "basic_monthly_median": 2700.0, - "gross_monthly_mean": 3157.0, - "gross_monthly_median": 2825.0, - "gross_mthly_25_percentile": 2500.0, - "gross_mthly_75_percentile": 3200.0 - }, - { - "year": 2013, - "employment_rate_overall": 84.8, - "employment_rate_ft_perm": 70.1, - "basic_monthly_mean": 2741.0, - "basic_monthly_median": 2730.0, - "gross_monthly_mean": 2888.0, - "gross_monthly_median": 2800.0, - "gross_mthly_25_percentile": 2500.0, - "gross_mthly_75_percentile": 3080.0 - }, - { - "year": 2014, - "employment_rate_overall": 81.9, - "employment_rate_ft_perm": 65.3, - "basic_monthly_mean": 2719.0, - "basic_monthly_median": 2750.0, - "gross_monthly_mean": 2883.0, - "gross_monthly_median": 2800.0, - "gross_mthly_25_percentile": 2500.0, - "gross_mthly_75_percentile": 3010.0 - }, - { - "year": 2015, - "employment_rate_overall": 88.4, - "employment_rate_ft_perm": 74.6, - "basic_monthly_mean": 2839.0, - "basic_monthly_median": 2880.0, - "gross_monthly_mean": 2999.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2700.0, - "gross_mthly_75_percentile": 3215.0 - }, - { - "year": 2016, - "employment_rate_overall": 86.1, - "employment_rate_ft_perm": 62.5, - "basic_monthly_mean": 2971.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3063.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2600.0, - "gross_mthly_75_percentile": 3200.0 - }, - { - "year": 2017, - "employment_rate_overall": 85.8, - "employment_rate_ft_perm": 61.9, - "basic_monthly_mean": 3005.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3107.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2700.0, - "gross_mthly_75_percentile": 3300.0 - }, - { - "year": 2018, - "employment_rate_overall": 83.7, - "employment_rate_ft_perm": 56.6, - "basic_monthly_mean": 3169.0, - "basic_monthly_median": 3070.0, - "gross_monthly_mean": 3322.0, - "gross_monthly_median": 3200.0, - "gross_mthly_25_percentile": 2800.0, - "gross_mthly_75_percentile": 3600.0 - }, - { - "year": 2019, - "employment_rate_overall": 84.9, - "employment_rate_ft_perm": 64.5, - "basic_monthly_mean": 3225.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3456.0, - "gross_monthly_median": 3200.0, - "gross_mthly_25_percentile": 2800.0, - "gross_mthly_75_percentile": 3700.0 - }, - { - "year": 2020, - "employment_rate_overall": 90.4, - "employment_rate_ft_perm": 39.8, - "basic_monthly_mean": 3639.0, - "basic_monthly_median": 3100.0, - "gross_monthly_mean": 3868.0, - "gross_monthly_median": 3300.0, - "gross_mthly_25_percentile": 2700.0, - "gross_mthly_75_percentile": 3600.0 - }, - { - "year": 2021, - "employment_rate_overall": 91.4, - "employment_rate_ft_perm": 70.0, - "basic_monthly_mean": 3405.0, - "basic_monthly_median": 3200.0, - "gross_monthly_mean": 3600.0, - "gross_monthly_median": 3200.0, - "gross_mthly_25_percentile": 2850.0, - "gross_mthly_75_percentile": 4100.0 - }, - { - "year": 2022, - "employment_rate_overall": 88.5, - "employment_rate_ft_perm": 76.9, - "basic_monthly_mean": 3808.0, - "basic_monthly_median": 3670.0, - "gross_monthly_mean": 3928.0, - "gross_monthly_median": 3700.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 4000.0 - }, - { - "year": 2023, - "employment_rate_overall": 80.4, - "employment_rate_ft_perm": 66.1, - "basic_monthly_mean": 3942.0, - "basic_monthly_median": 3700.0, - "gross_monthly_mean": 4291.0, - "gross_monthly_median": 3745.0, - "gross_mthly_25_percentile": 3400.0, - "gross_mthly_75_percentile": 5000.0 - } - ] - }, - { - "university": "National University of Singapore", - "degree": "Bachelor of Arts (Architecture)", - "school": "College of Design and Engineering", - "slug": "bachelor-of-arts-architecture-nus", - "data": [ - { - "year": 2010, - "employment_rate_overall": 97.7, - "employment_rate_ft_perm": 97.7, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 3445.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3100.0, - "gross_mthly_75_percentile": 3700.0 - }, - { - "year": 2011, - "employment_rate_overall": 98.6, - "employment_rate_ft_perm": 98.6, - "basic_monthly_mean": 3373.0, - "basic_monthly_median": 3200.0, - "gross_monthly_mean": 3677.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3200.0, - "gross_mthly_75_percentile": 3900.0 - }, - { - "year": 2012, - "employment_rate_overall": 96.7, - "employment_rate_ft_perm": 95.1, - "basic_monthly_mean": 3700.0, - "basic_monthly_median": 3800.0, - "gross_monthly_mean": 3717.0, - "gross_monthly_median": 3800.0, - "gross_mthly_25_percentile": 3470.0, - "gross_mthly_75_percentile": 4000.0 - }, - { - "year": 2014, - "employment_rate_overall": 98.4, - "employment_rate_ft_perm": 95.2, - "basic_monthly_mean": 4290.0, - "basic_monthly_median": 4200.0, - "gross_monthly_mean": 4400.0, - "gross_monthly_median": 4275.0, - "gross_mthly_25_percentile": 4000.0, - "gross_mthly_75_percentile": 4750.0 - }, - { - "year": 2015, - "employment_rate_overall": 97.6, - "employment_rate_ft_perm": 96.4, - "basic_monthly_mean": 4054.0, - "basic_monthly_median": 4114.0, - "gross_monthly_mean": 4099.0, - "gross_monthly_median": 4127.0, - "gross_mthly_25_percentile": 3700.0, - "gross_mthly_75_percentile": 4500.0 - }, - { - "year": 2016, - "employment_rate_overall": 93.2, - "employment_rate_ft_perm": 89.8, - "basic_monthly_mean": 3926.0, - "basic_monthly_median": 4000.0, - "gross_monthly_mean": 3960.0, - "gross_monthly_median": 4000.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 4250.0 - }, - { - "year": 2017, - "employment_rate_overall": 91.3, - "employment_rate_ft_perm": 86.4, - "basic_monthly_mean": 4037.0, - "basic_monthly_median": 4000.0, - "gross_monthly_mean": 4079.0, - "gross_monthly_median": 4000.0, - "gross_mthly_25_percentile": 3780.0, - "gross_mthly_75_percentile": 4300.0 - }, - { - "year": 2019, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 96.0, - "basic_monthly_mean": 4156.0, - "basic_monthly_median": 4010.0, - "gross_monthly_mean": 4199.0, - "gross_monthly_median": 4100.0, - "gross_mthly_25_percentile": 3800.0, - "gross_mthly_75_percentile": 4500.0 - }, - { - "year": 2020, - "employment_rate_overall": 94.0, - "employment_rate_ft_perm": 91.0, - "basic_monthly_mean": 3984.0, - "basic_monthly_median": 4000.0, - "gross_monthly_mean": 4058.0, - "gross_monthly_median": 4000.0, - "gross_mthly_25_percentile": 3650.0, - "gross_mthly_75_percentile": 4300.0 - }, - { - "year": 2021, - "employment_rate_overall": 97.7, - "employment_rate_ft_perm": 96.6, - "basic_monthly_mean": 4090.0, - "basic_monthly_median": 4000.0, - "gross_monthly_mean": 4139.0, - "gross_monthly_median": 4000.0, - "gross_mthly_25_percentile": 3600.0, - "gross_mthly_75_percentile": 4440.0 - }, - { - "year": 2022, - "employment_rate_overall": 96.0, - "employment_rate_ft_perm": 92.0, - "basic_monthly_mean": 4360.0, - "basic_monthly_median": 4300.0, - "gross_monthly_mean": 4481.0, - "gross_monthly_median": 4400.0, - "gross_mthly_25_percentile": 4000.0, - "gross_mthly_75_percentile": 4800.0 - } - ] - }, - { - "university": "National University of Singapore", - "degree": "Bachelor of Arts (Hons)", - "school": "Faculty of Arts & Social Sciences", - "slug": "bachelor-of-arts-hons-nus", - "data": [ - { - "year": 2009, - "employment_rate_overall": 90.1, - "employment_rate_ft_perm": 80.3, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 2689.0, - "gross_monthly_median": 2750.0, - "gross_mthly_25_percentile": 2500.0, - "gross_mthly_75_percentile": 2900.0 - }, - { - "year": 2010, - "employment_rate_overall": 89.3, - "employment_rate_ft_perm": 76.0, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 3021.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2725.0, - "gross_mthly_75_percentile": 3200.0 - }, - { - "year": 2011, - "employment_rate_overall": 94.9, - "employment_rate_ft_perm": 87.3, - "basic_monthly_mean": 2991.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3151.0, - "gross_monthly_median": 3200.0, - "gross_mthly_25_percentile": 2800.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2012, - "employment_rate_overall": 90.7, - "employment_rate_ft_perm": 80.4, - "basic_monthly_mean": 3227.0, - "basic_monthly_median": 3170.0, - "gross_monthly_mean": 3344.0, - "gross_monthly_median": 3200.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3580.0 - }, - { - "year": 2013, - "employment_rate_overall": 86.6, - "employment_rate_ft_perm": 74.6, - "basic_monthly_mean": 3057.0, - "basic_monthly_median": 3200.0, - "gross_monthly_mean": 3154.0, - "gross_monthly_median": 3200.0, - "gross_mthly_25_percentile": 2800.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2014, - "employment_rate_overall": 83.1, - "employment_rate_ft_perm": 76.6, - "basic_monthly_mean": 3141.0, - "basic_monthly_median": 3210.0, - "gross_monthly_mean": 3277.0, - "gross_monthly_median": 3300.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3600.0 - }, - { - "year": 2015, - "employment_rate_overall": 83.0, - "employment_rate_ft_perm": 70.5, - "basic_monthly_mean": 3266.0, - "basic_monthly_median": 3310.0, - "gross_monthly_mean": 3310.0, - "gross_monthly_median": 3310.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3625.0 - }, - { - "year": 2016, - "employment_rate_overall": 90.7, - "employment_rate_ft_perm": 74.1, - "basic_monthly_mean": 3258.0, - "basic_monthly_median": 3300.0, - "gross_monthly_mean": 3321.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3600.0 - }, - { - "year": 2017, - "employment_rate_overall": 88.2, - "employment_rate_ft_perm": 66.7, - "basic_monthly_mean": 3309.0, - "basic_monthly_median": 3300.0, - "gross_monthly_mean": 3391.0, - "gross_monthly_median": 3360.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3600.0 - }, - { - "year": 2018, - "employment_rate_overall": 87.5, - "employment_rate_ft_perm": 60.8, - "basic_monthly_mean": 3290.0, - "basic_monthly_median": 3300.0, - "gross_monthly_mean": 3377.0, - "gross_monthly_median": 3300.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3600.0 - }, - { - "year": 2019, - "employment_rate_overall": 92.7, - "employment_rate_ft_perm": 68.2, - "basic_monthly_mean": 3421.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3537.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3250.0, - "gross_mthly_75_percentile": 3800.0 - }, - { - "year": 2020, - "employment_rate_overall": 93.1, - "employment_rate_ft_perm": 54.2, - "basic_monthly_mean": 3529.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3586.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3300.0, - "gross_mthly_75_percentile": 3854.0 - }, - { - "year": 2021, - "employment_rate_overall": 88.8, - "employment_rate_ft_perm": 68.3, - "basic_monthly_mean": 3619.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3731.0, - "gross_monthly_median": 3650.0, - "gross_mthly_25_percentile": 3400.0, - "gross_mthly_75_percentile": 3983.0 - }, - { - "year": 2022, - "employment_rate_overall": 87.5, - "employment_rate_ft_perm": 74.4, - "basic_monthly_mean": 3889.0, - "basic_monthly_median": 3850.0, - "gross_monthly_mean": 4034.0, - "gross_monthly_median": 4000.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 4390.0 - }, - { - "year": 2023, - "employment_rate_overall": 86.5, - "employment_rate_ft_perm": 73.6, - "basic_monthly_mean": 3926.0, - "basic_monthly_median": 3930.0, - "gross_monthly_mean": 4083.0, - "gross_monthly_median": 4008.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 4500.0 - } - ] - }, - { - "university": "National University of Singapore", - "degree": "Bachelor of Arts (Industrial Design)", - "school": "College of Design and Engineering", - "slug": "bachelor-of-arts-industrial-design-nus", - "data": [ - { - "year": 2012, - "employment_rate_overall": 84.4, - "employment_rate_ft_perm": 59.4, - "basic_monthly_mean": 2765.0, - "basic_monthly_median": 2800.0, - "gross_monthly_mean": 2886.0, - "gross_monthly_median": 2950.0, - "gross_mthly_25_percentile": 2650.0, - "gross_mthly_75_percentile": 3063.0 - }, - { - "year": 2013, - "employment_rate_overall": 82.1, - "employment_rate_ft_perm": 53.6, - "basic_monthly_mean": 3007.0, - "basic_monthly_median": 2650.0, - "gross_monthly_mean": 3023.0, - "gross_monthly_median": 2650.0, - "gross_mthly_25_percentile": 2400.0, - "gross_mthly_75_percentile": 3000.0 - }, - { - "year": 2014, - "employment_rate_overall": 77.3, - "employment_rate_ft_perm": 59.1, - "basic_monthly_mean": 2600.0, - "basic_monthly_median": 2550.0, - "gross_monthly_mean": 2603.0, - "gross_monthly_median": 2565.0, - "gross_mthly_25_percentile": 2200.0, - "gross_mthly_75_percentile": 3000.0 - }, - { - "year": 2015, - "employment_rate_overall": 72.0, - "employment_rate_ft_perm": 60.0, - "basic_monthly_mean": 2907.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 2908.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2700.0, - "gross_mthly_75_percentile": 3200.0 - }, - { - "year": 2016, - "employment_rate_overall": 90.6, - "employment_rate_ft_perm": 65.6, - "basic_monthly_mean": 3282.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3320.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2900.0, - "gross_mthly_75_percentile": 4000.0 - }, - { - "year": 2017, - "employment_rate_overall": 93.3, - "employment_rate_ft_perm": 60.0, - "basic_monthly_mean": 3034.0, - "basic_monthly_median": 2890.0, - "gross_monthly_mean": 3079.0, - "gross_monthly_median": 2920.0, - "gross_mthly_25_percentile": 2600.0, - "gross_mthly_75_percentile": 3200.0 - }, - { - "year": 2018, - "employment_rate_overall": 87.0, - "employment_rate_ft_perm": 69.6, - "basic_monthly_mean": 3309.0, - "basic_monthly_median": 3200.0, - "gross_monthly_mean": 3371.0, - "gross_monthly_median": 3250.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3800.0 - }, - { - "year": 2019, - "employment_rate_overall": 86.2, - "employment_rate_ft_perm": 48.3, - "basic_monthly_mean": 3142.0, - "basic_monthly_median": 3200.0, - "gross_monthly_mean": 3245.0, - "gross_monthly_median": 3300.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2020, - "employment_rate_overall": 90.3, - "employment_rate_ft_perm": 22.6, - "basic_monthly_mean": 3417.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3417.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2021, - "employment_rate_overall": 87.5, - "employment_rate_ft_perm": 75.0, - "basic_monthly_mean": 4146.0, - "basic_monthly_median": 3825.0, - "gross_monthly_mean": 4178.0, - "gross_monthly_median": 3825.0, - "gross_mthly_25_percentile": 3200.0, - "gross_mthly_75_percentile": 4250.0 - }, - { - "year": 2022, - "employment_rate_overall": 66.7, - "employment_rate_ft_perm": 43.3, - "basic_monthly_mean": 4239.0, - "basic_monthly_median": 4500.0, - "gross_monthly_mean": 4270.0, - "gross_monthly_median": 4500.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 4500.0 - }, - { - "year": 2023, - "employment_rate_overall": 85.7, - "employment_rate_ft_perm": 71.4, - "basic_monthly_mean": 4104.0, - "basic_monthly_median": 4000.0, - "gross_monthly_mean": 4139.0, - "gross_monthly_median": 4000.0, - "gross_mthly_25_percentile": 3600.0, - "gross_mthly_75_percentile": 4500.0 - } - ] - }, - { - "university": "National University of Singapore", - "degree": "Bachelor of Arts with Honours", - "school": "Yale-NUS College", - "slug": "bachelor-of-arts-with-honours-nus", - "data": [ - { - "year": 2017, - "employment_rate_overall": 93.5, - "employment_rate_ft_perm": 76.6, - "basic_monthly_mean": 3812.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3956.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3075.0, - "gross_mthly_75_percentile": 4000.0 - }, - { - "year": 2018, - "employment_rate_overall": 90.5, - "employment_rate_ft_perm": 81.1, - "basic_monthly_mean": 4283.0, - "basic_monthly_median": 3600.0, - "gross_monthly_mean": 4381.0, - "gross_monthly_median": 3630.0, - "gross_mthly_25_percentile": 3275.0, - "gross_mthly_75_percentile": 4642.0 - }, - { - "year": 2019, - "employment_rate_overall": 96.0, - "employment_rate_ft_perm": 77.0, - "basic_monthly_mean": 4066.0, - "basic_monthly_median": 3600.0, - "gross_monthly_mean": 4197.0, - "gross_monthly_median": 3684.0, - "gross_mthly_25_percentile": 3400.0, - "gross_mthly_75_percentile": 4567.0 - }, - { - "year": 2020, - "employment_rate_overall": 90.5, - "employment_rate_ft_perm": 65.7, - "basic_monthly_mean": 4242.0, - "basic_monthly_median": 3800.0, - "gross_monthly_mean": 4370.0, - "gross_monthly_median": 3890.0, - "gross_mthly_25_percentile": 3475.0, - "gross_mthly_75_percentile": 5000.0 - }, - { - "year": 2021, - "employment_rate_overall": 88.3, - "employment_rate_ft_perm": 70.8, - "basic_monthly_mean": 4344.0, - "basic_monthly_median": 4000.0, - "gross_monthly_mean": 4453.0, - "gross_monthly_median": 4000.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 5000.0 - }, - { - "year": 2022, - "employment_rate_overall": 87.3, - "employment_rate_ft_perm": 80.5, - "basic_monthly_mean": 5130.0, - "basic_monthly_median": 4500.0, - "gross_monthly_mean": 5418.0, - "gross_monthly_median": 4600.0, - "gross_mthly_25_percentile": 3800.0, - "gross_mthly_75_percentile": 6000.0 - }, - { - "year": 2023, - "employment_rate_overall": 91.3, - "employment_rate_ft_perm": 85.2, - "basic_monthly_mean": 4785.0, - "basic_monthly_median": 4200.0, - "gross_monthly_mean": 4908.0, - "gross_monthly_median": 4250.0, - "gross_mthly_25_percentile": 3850.0, - "gross_mthly_75_percentile": 5500.0 - } - ] - }, - { - "university": "National University of Singapore", - "degree": "Bachelor of Business Administration", - "school": "NUS Business School", - "slug": "bachelor-of-business-administration-nus", - "data": [ - { - "year": 2009, - "employment_rate_overall": 92.0, - "employment_rate_ft_perm": 84.5, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 2677.0, - "gross_monthly_median": 2500.0, - "gross_mthly_25_percentile": 2200.0, - "gross_mthly_75_percentile": 2700.0 - }, - { - "year": 2010, - "employment_rate_overall": 90.4, - "employment_rate_ft_perm": 80.9, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 3008.0, - "gross_monthly_median": 2650.0, - "gross_mthly_25_percentile": 2400.0, - "gross_mthly_75_percentile": 3000.0 - }, - { - "year": 2011, - "employment_rate_overall": 94.6, - "employment_rate_ft_perm": 88.1, - "basic_monthly_mean": 2848.0, - "basic_monthly_median": 2700.0, - "gross_monthly_mean": 3141.0, - "gross_monthly_median": 2975.0, - "gross_mthly_25_percentile": 2600.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2012, - "employment_rate_overall": 88.5, - "employment_rate_ft_perm": 84.2, - "basic_monthly_mean": 3030.0, - "basic_monthly_median": 2800.0, - "gross_monthly_mean": 3238.0, - "gross_monthly_median": 2830.0, - "gross_mthly_25_percentile": 2515.0, - "gross_mthly_75_percentile": 3225.0 - }, - { - "year": 2013, - "employment_rate_overall": 88.7, - "employment_rate_ft_perm": 81.7, - "basic_monthly_mean": 2960.0, - "basic_monthly_median": 2868.0, - "gross_monthly_mean": 3062.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2700.0, - "gross_mthly_75_percentile": 3370.0 - }, - { - "year": 2014, - "employment_rate_overall": 87.9, - "employment_rate_ft_perm": 83.6, - "basic_monthly_mean": 3234.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3367.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2800.0, - "gross_mthly_75_percentile": 3300.0 - }, - { - "year": 2015, - "employment_rate_overall": 88.2, - "employment_rate_ft_perm": 80.3, - "basic_monthly_mean": 3164.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3341.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2800.0, - "gross_mthly_75_percentile": 3700.0 - }, - { - "year": 2016, - "employment_rate_overall": 93.6, - "employment_rate_ft_perm": 80.7, - "basic_monthly_mean": 3232.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3282.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2837.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2017, - "employment_rate_overall": 94.9, - "employment_rate_ft_perm": 87.3, - "basic_monthly_mean": 3770.0, - "basic_monthly_median": 3400.0, - "gross_monthly_mean": 4031.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 4333.0 - }, - { - "year": 2018, - "employment_rate_overall": 95.7, - "employment_rate_ft_perm": 84.8, - "basic_monthly_mean": 3633.0, - "basic_monthly_median": 3150.0, - "gross_monthly_mean": 3732.0, - "gross_monthly_median": 3225.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3750.0 - }, - { - "year": 2019, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 82.6, - "basic_monthly_mean": 4799.0, - "basic_monthly_median": 4000.0, - "gross_monthly_mean": 4925.0, - "gross_monthly_median": 4000.0, - "gross_mthly_25_percentile": 3400.0, - "gross_mthly_75_percentile": 5500.0 - }, - { - "year": 2020, - "employment_rate_overall": 96.3, - "employment_rate_ft_perm": 66.7, - "basic_monthly_mean": 4910.0, - "basic_monthly_median": 4000.0, - "gross_monthly_mean": 5043.0, - "gross_monthly_median": 4150.0, - "gross_mthly_25_percentile": 3300.0, - "gross_mthly_75_percentile": 6100.0 - }, - { - "year": 2021, - "employment_rate_overall": 94.7, - "employment_rate_ft_perm": 81.6, - "basic_monthly_mean": 5199.0, - "basic_monthly_median": 3550.0, - "gross_monthly_mean": 5567.0, - "gross_monthly_median": 3700.0, - "gross_mthly_25_percentile": 3125.0, - "gross_mthly_75_percentile": 7625.0 - }, - { - "year": 2022, - "employment_rate_overall": 87.9, - "employment_rate_ft_perm": 78.8, - "basic_monthly_mean": 5653.0, - "basic_monthly_median": 5000.0, - "gross_monthly_mean": 6026.0, - "gross_monthly_median": 5100.0, - "gross_mthly_25_percentile": 4000.0, - "gross_mthly_75_percentile": 7000.0 - }, - { - "year": 2023, - "employment_rate_overall": 87.8, - "employment_rate_ft_perm": 77.6, - "basic_monthly_mean": 5707.0, - "basic_monthly_median": 5000.0, - "gross_monthly_mean": 6002.0, - "gross_monthly_median": 5167.0, - "gross_mthly_25_percentile": 4077.0, - "gross_mthly_75_percentile": 7500.0 - } - ] - }, - { - "university": "National University of Singapore", - "degree": "Bachelor of Business Administration (Accountancy)", - "school": "NUS Business School", - "slug": "bachelor-of-business-administration-accountancy-nus", - "data": [ - { - "year": 2009, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 97.1, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 2448.0, - "gross_monthly_median": 2400.0, - "gross_mthly_25_percentile": 2400.0, - "gross_mthly_75_percentile": 2500.0 - }, - { - "year": 2010, - "employment_rate_overall": 92.9, - "employment_rate_ft_perm": 85.7, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 2692.0, - "gross_monthly_median": 2600.0, - "gross_mthly_25_percentile": 2600.0, - "gross_mthly_75_percentile": 2600.0 - }, - { - "year": 2011, - "employment_rate_overall": 95.5, - "employment_rate_ft_perm": 95.5, - "basic_monthly_mean": 2478.0, - "basic_monthly_median": 2500.0, - "gross_monthly_mean": 2759.0, - "gross_monthly_median": 2700.0, - "gross_mthly_25_percentile": 2700.0, - "gross_mthly_75_percentile": 2800.0 - }, - { - "year": 2012, - "employment_rate_overall": 96.6, - "employment_rate_ft_perm": 96.6, - "basic_monthly_mean": 2844.0, - "basic_monthly_median": 2700.0, - "gross_monthly_mean": 2882.0, - "gross_monthly_median": 2750.0, - "gross_mthly_25_percentile": 2600.0, - "gross_mthly_75_percentile": 2800.0 - }, - { - "year": 2013, - "employment_rate_overall": 93.3, - "employment_rate_ft_perm": 88.9, - "basic_monthly_mean": 2740.0, - "basic_monthly_median": 2700.0, - "gross_monthly_mean": 2922.0, - "gross_monthly_median": 2700.0, - "gross_mthly_25_percentile": 2700.0, - "gross_mthly_75_percentile": 3018.0 - }, - { - "year": 2014, - "employment_rate_overall": 93.9, - "employment_rate_ft_perm": 89.8, - "basic_monthly_mean": 2836.0, - "basic_monthly_median": 2800.0, - "gross_monthly_mean": 2989.0, - "gross_monthly_median": 2838.0, - "gross_mthly_25_percentile": 2700.0, - "gross_mthly_75_percentile": 3000.0 - }, - { - "year": 2015, - "employment_rate_overall": 97.6, - "employment_rate_ft_perm": 97.6, - "basic_monthly_mean": 2817.0, - "basic_monthly_median": 2850.0, - "gross_monthly_mean": 2983.0, - "gross_monthly_median": 2850.0, - "gross_mthly_25_percentile": 2700.0, - "gross_mthly_75_percentile": 2960.0 - }, - { - "year": 2016, - "employment_rate_overall": 88.6, - "employment_rate_ft_perm": 86.4, - "basic_monthly_mean": 2977.0, - "basic_monthly_median": 2900.0, - "gross_monthly_mean": 3020.0, - "gross_monthly_median": 2963.0, - "gross_mthly_25_percentile": 2800.0, - "gross_mthly_75_percentile": 3100.0 - }, - { - "year": 2017, - "employment_rate_overall": 97.2, - "employment_rate_ft_perm": 94.4, - "basic_monthly_mean": 3396.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3473.0, - "gross_monthly_median": 3025.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3600.0 - }, - { - "year": 2018, - "employment_rate_overall": 95.2, - "employment_rate_ft_perm": 95.2, - "basic_monthly_mean": 3209.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3522.0, - "gross_monthly_median": 3020.0, - "gross_mthly_25_percentile": 2700.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2019, - "employment_rate_overall": 93.8, - "employment_rate_ft_perm": 93.8, - "basic_monthly_mean": 3897.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 4005.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3800.0 - }, - { - "year": 2020, - "employment_rate_overall": 90.9, - "employment_rate_ft_perm": 63.6, - "basic_monthly_mean": 4443.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 4443.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 2800.0, - "gross_mthly_75_percentile": 5500.0 - }, - { - "year": 2021, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": 3380.0, - "basic_monthly_median": 3300.0, - "gross_monthly_mean": 3515.0, - "gross_monthly_median": 3400.0, - "gross_mthly_25_percentile": 3013.0, - "gross_mthly_75_percentile": 3750.0 - }, - { - "year": 2022, - "employment_rate_overall": 93.3, - "employment_rate_ft_perm": 93.3, - "basic_monthly_mean": 5494.0, - "basic_monthly_median": 3800.0, - "gross_monthly_mean": 5560.0, - "gross_monthly_median": 3800.0, - "gross_mthly_25_percentile": 3400.0, - "gross_mthly_75_percentile": 5500.0 - }, - { - "year": 2023, - "employment_rate_overall": 92.3, - "employment_rate_ft_perm": 76.9, - "basic_monthly_mean": 3813.0, - "basic_monthly_median": 3600.0, - "gross_monthly_mean": 4199.0, - "gross_monthly_median": 3600.0, - "gross_mthly_25_percentile": 3520.0, - "gross_mthly_75_percentile": 3820.0 - } - ] - }, - { - "university": "National University of Singapore", - "degree": "Bachelor of Business Administration (Accountancy) (Hons)", - "school": "NUS Business School", - "slug": "bachelor-of-business-administration-accountancy-hons-nus", - "data": [ - { - "year": 2010, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 3081.0, - "gross_monthly_median": 2600.0, - "gross_mthly_25_percentile": 2600.0, - "gross_mthly_75_percentile": 3375.0 - }, - { - "year": 2011, - "employment_rate_overall": 94.4, - "employment_rate_ft_perm": 94.4, - "basic_monthly_mean": 3308.0, - "basic_monthly_median": 2850.0, - "gross_monthly_mean": 3393.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2700.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2012, - "employment_rate_overall": 96.2, - "employment_rate_ft_perm": 96.2, - "basic_monthly_mean": 3391.0, - "basic_monthly_median": 2900.0, - "gross_monthly_mean": 3423.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2700.0, - "gross_mthly_75_percentile": 3475.0 - }, - { - "year": 2013, - "employment_rate_overall": 97.2, - "employment_rate_ft_perm": 94.4, - "basic_monthly_mean": 3065.0, - "basic_monthly_median": 2800.0, - "gross_monthly_mean": 3143.0, - "gross_monthly_median": 2800.0, - "gross_mthly_25_percentile": 2700.0, - "gross_mthly_75_percentile": 3200.0 - }, - { - "year": 2014, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 96.3, - "basic_monthly_mean": 3350.0, - "basic_monthly_median": 2850.0, - "gross_monthly_mean": 3407.0, - "gross_monthly_median": 2912.0, - "gross_mthly_25_percentile": 2800.0, - "gross_mthly_75_percentile": 3614.0 - }, - { - "year": 2015, - "employment_rate_overall": 98.6, - "employment_rate_ft_perm": 98.6, - "basic_monthly_mean": 3547.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3587.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2850.0, - "gross_mthly_75_percentile": 3634.0 - }, - { - "year": 2016, - "employment_rate_overall": 99.0, - "employment_rate_ft_perm": 99.0, - "basic_monthly_mean": 3435.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3465.0, - "gross_monthly_median": 3075.0, - "gross_mthly_25_percentile": 2900.0, - "gross_mthly_75_percentile": 3800.0 - }, - { - "year": 2017, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": 3689.0, - "basic_monthly_median": 3100.0, - "gross_monthly_mean": 3744.0, - "gross_monthly_median": 3125.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 4023.0 - }, - { - "year": 2018, - "employment_rate_overall": 97.6, - "employment_rate_ft_perm": 95.3, - "basic_monthly_mean": 3643.0, - "basic_monthly_median": 3100.0, - "gross_monthly_mean": 3683.0, - "gross_monthly_median": 3200.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 4000.0 - }, - { - "year": 2019, - "employment_rate_overall": 97.8, - "employment_rate_ft_perm": 97.8, - "basic_monthly_mean": 4008.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 4093.0, - "gross_monthly_median": 3600.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 4500.0 - }, - { - "year": 2020, - "employment_rate_overall": 96.8, - "employment_rate_ft_perm": 92.1, - "basic_monthly_mean": 3951.0, - "basic_monthly_median": 3400.0, - "gross_monthly_mean": 4050.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 4425.0 - }, - { - "year": 2021, - "employment_rate_overall": 97.0, - "employment_rate_ft_perm": 96.3, - "basic_monthly_mean": 4124.0, - "basic_monthly_median": 3430.0, - "gross_monthly_mean": 4194.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3200.0, - "gross_mthly_75_percentile": 4600.0 - }, - { - "year": 2022, - "employment_rate_overall": 99.3, - "employment_rate_ft_perm": 97.9, - "basic_monthly_mean": 4619.0, - "basic_monthly_median": 4000.0, - "gross_monthly_mean": 4668.0, - "gross_monthly_median": 4000.0, - "gross_mthly_25_percentile": 3600.0, - "gross_mthly_75_percentile": 5000.0 - }, - { - "year": 2023, - "employment_rate_overall": 96.5, - "employment_rate_ft_perm": 94.4, - "basic_monthly_mean": 4769.0, - "basic_monthly_median": 4000.0, - "gross_monthly_mean": 4850.0, - "gross_monthly_median": 4200.0, - "gross_mthly_25_percentile": 3600.0, - "gross_mthly_75_percentile": 5450.0 - } - ] - }, - { - "university": "National University of Singapore", - "degree": "Bachelor of Business Administration (Hons)", - "school": "NUS Business School", - "slug": "bachelor-of-business-administration-hons-nus", - "data": [ - { - "year": 2009, - "employment_rate_overall": 95.6, - "employment_rate_ft_perm": 92.1, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 3389.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2600.0, - "gross_mthly_75_percentile": 3600.0 - }, - { - "year": 2010, - "employment_rate_overall": 95.5, - "employment_rate_ft_perm": 89.6, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 3232.0, - "gross_monthly_median": 3100.0, - "gross_mthly_25_percentile": 2600.0, - "gross_mthly_75_percentile": 3600.0 - }, - { - "year": 2011, - "employment_rate_overall": 90.4, - "employment_rate_ft_perm": 89.2, - "basic_monthly_mean": 3560.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3871.0, - "gross_monthly_median": 3300.0, - "gross_mthly_25_percentile": 2800.0, - "gross_mthly_75_percentile": 4200.0 - }, - { - "year": 2012, - "employment_rate_overall": 92.6, - "employment_rate_ft_perm": 88.3, - "basic_monthly_mean": 3868.0, - "basic_monthly_median": 3200.0, - "gross_monthly_mean": 3976.0, - "gross_monthly_median": 3200.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 4000.0 - }, - { - "year": 2013, - "employment_rate_overall": 94.6, - "employment_rate_ft_perm": 90.3, - "basic_monthly_mean": 3404.0, - "basic_monthly_median": 3050.0, - "gross_monthly_mean": 3512.0, - "gross_monthly_median": 3200.0, - "gross_mthly_25_percentile": 2800.0, - "gross_mthly_75_percentile": 3800.0 - }, - { - "year": 2014, - "employment_rate_overall": 94.4, - "employment_rate_ft_perm": 90.6, - "basic_monthly_mean": 3979.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 4090.0, - "gross_monthly_median": 3520.0, - "gross_mthly_25_percentile": 3200.0, - "gross_mthly_75_percentile": 4300.0 - }, - { - "year": 2015, - "employment_rate_overall": 96.0, - "employment_rate_ft_perm": 93.1, - "basic_monthly_mean": 4173.0, - "basic_monthly_median": 3750.0, - "gross_monthly_mean": 4326.0, - "gross_monthly_median": 3800.0, - "gross_mthly_25_percentile": 3300.0, - "gross_mthly_75_percentile": 4600.0 - }, - { - "year": 2016, - "employment_rate_overall": 96.4, - "employment_rate_ft_perm": 92.8, - "basic_monthly_mean": 4126.0, - "basic_monthly_median": 3600.0, - "gross_monthly_mean": 4207.0, - "gross_monthly_median": 3620.0, - "gross_mthly_25_percentile": 3258.0, - "gross_mthly_75_percentile": 4500.0 - }, - { - "year": 2017, - "employment_rate_overall": 98.2, - "employment_rate_ft_perm": 93.6, - "basic_monthly_mean": 4272.0, - "basic_monthly_median": 3725.0, - "gross_monthly_mean": 4388.0, - "gross_monthly_median": 3800.0, - "gross_mthly_25_percentile": 3450.0, - "gross_mthly_75_percentile": 4782.0 - }, - { - "year": 2018, - "employment_rate_overall": 96.6, - "employment_rate_ft_perm": 90.9, - "basic_monthly_mean": 4286.0, - "basic_monthly_median": 3800.0, - "gross_monthly_mean": 4424.0, - "gross_monthly_median": 3895.0, - "gross_mthly_25_percentile": 3300.0, - "gross_mthly_75_percentile": 4748.0 - }, - { - "year": 2019, - "employment_rate_overall": 95.5, - "employment_rate_ft_perm": 91.0, - "basic_monthly_mean": 4451.0, - "basic_monthly_median": 4000.0, - "gross_monthly_mean": 4593.0, - "gross_monthly_median": 4150.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 5000.0 - }, - { - "year": 2020, - "employment_rate_overall": 94.9, - "employment_rate_ft_perm": 80.7, - "basic_monthly_mean": 4459.0, - "basic_monthly_median": 4000.0, - "gross_monthly_mean": 4579.0, - "gross_monthly_median": 4000.0, - "gross_mthly_25_percentile": 3600.0, - "gross_mthly_75_percentile": 5000.0 - }, - { - "year": 2021, - "employment_rate_overall": 98.1, - "employment_rate_ft_perm": 93.5, - "basic_monthly_mean": 4828.0, - "basic_monthly_median": 4200.0, - "gross_monthly_mean": 4950.0, - "gross_monthly_median": 4347.0, - "gross_mthly_25_percentile": 3700.0, - "gross_mthly_75_percentile": 5200.0 - }, - { - "year": 2022, - "employment_rate_overall": 97.1, - "employment_rate_ft_perm": 95.7, - "basic_monthly_mean": 5346.0, - "basic_monthly_median": 4600.0, - "gross_monthly_mean": 5519.0, - "gross_monthly_median": 4696.0, - "gross_mthly_25_percentile": 4000.0, - "gross_mthly_75_percentile": 5938.0 - }, - { - "year": 2023, - "employment_rate_overall": 94.5, - "employment_rate_ft_perm": 90.6, - "basic_monthly_mean": 5256.0, - "basic_monthly_median": 4600.0, - "gross_monthly_mean": 5413.0, - "gross_monthly_median": 4800.0, - "gross_mthly_25_percentile": 4000.0, - "gross_mthly_75_percentile": 5800.0 - } - ] - }, - { - "university": "National University of Singapore", - "degree": "Bachelor of Computing (Communications and Media)", - "school": "School of Computing", - "slug": "bachelor-of-computing-communications-and-media-nus", - "data": [ - { - "year": 2009, - "employment_rate_overall": 75.0, - "employment_rate_ft_perm": 70.8, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 2536.0, - "gross_monthly_median": 2650.0, - "gross_mthly_25_percentile": 2000.0, - "gross_mthly_75_percentile": 3000.0 - }, - { - "year": 2010, - "employment_rate_overall": 95.0, - "employment_rate_ft_perm": 90.0, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 2993.0, - "gross_monthly_median": 2800.0, - "gross_mthly_25_percentile": 2550.0, - "gross_mthly_75_percentile": 3494.0 - }, - { - "year": 2011, - "employment_rate_overall": 92.1, - "employment_rate_ft_perm": 81.6, - "basic_monthly_mean": 3106.0, - "basic_monthly_median": 2800.0, - "gross_monthly_mean": 3175.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2750.0, - "gross_mthly_75_percentile": 3300.0 - }, - { - "year": 2012, - "employment_rate_overall": 92.0, - "employment_rate_ft_perm": 88.0, - "basic_monthly_mean": 3046.0, - "basic_monthly_median": 2880.0, - "gross_monthly_mean": 3060.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2625.0, - "gross_mthly_75_percentile": 3340.0 - }, - { - "year": 2013, - "employment_rate_overall": 88.9, - "employment_rate_ft_perm": 77.8, - "basic_monthly_mean": 3350.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3377.0, - "gross_monthly_median": 3050.0, - "gross_mthly_25_percentile": 2825.0, - "gross_mthly_75_percentile": 3425.0 - }, - { - "year": 2014, - "employment_rate_overall": 82.1, - "employment_rate_ft_perm": 82.1, - "basic_monthly_mean": 3107.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3129.0, - "gross_monthly_median": 3088.0, - "gross_mthly_25_percentile": 2900.0, - "gross_mthly_75_percentile": 3300.0 - }, - { - "year": 2015, - "employment_rate_overall": 92.6, - "employment_rate_ft_perm": 85.2, - "basic_monthly_mean": 3230.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3291.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 2800.0, - "gross_mthly_75_percentile": 3800.0 - } - ] - }, - { - "university": "National University of Singapore", - "degree": "Bachelor of Computing (Computer Science)", - "school": "School of Computing", - "slug": "bachelor-of-computing-computer-science-nus", - "data": [ - { - "year": 2009, - "employment_rate_overall": 94.5, - "employment_rate_ft_perm": 89.1, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 2970.0, - "gross_monthly_median": 2900.0, - "gross_mthly_25_percentile": 2700.0, - "gross_mthly_75_percentile": 3290.0 - }, - { - "year": 2010, - "employment_rate_overall": 97.6, - "employment_rate_ft_perm": 92.9, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 3289.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2800.0, - "gross_mthly_75_percentile": 3400.0 - }, - { - "year": 2011, - "employment_rate_overall": 96.0, - "employment_rate_ft_perm": 94.0, - "basic_monthly_mean": 3143.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3376.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2875.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2012, - "employment_rate_overall": 96.2, - "employment_rate_ft_perm": 92.5, - "basic_monthly_mean": 3625.0, - "basic_monthly_median": 3300.0, - "gross_monthly_mean": 3683.0, - "gross_monthly_median": 3300.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 4000.0 - }, - { - "year": 2013, - "employment_rate_overall": 92.4, - "employment_rate_ft_perm": 83.3, - "basic_monthly_mean": 3933.0, - "basic_monthly_median": 3400.0, - "gross_monthly_mean": 3953.0, - "gross_monthly_median": 3425.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 4000.0 - }, - { - "year": 2014, - "employment_rate_overall": 90.6, - "employment_rate_ft_perm": 85.9, - "basic_monthly_mean": 3729.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3712.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3300.0, - "gross_mthly_75_percentile": 4000.0 - }, - { - "year": 2015, - "employment_rate_overall": 97.0, - "employment_rate_ft_perm": 95.0, - "basic_monthly_mean": 3847.0, - "basic_monthly_median": 3700.0, - "gross_monthly_mean": 3890.0, - "gross_monthly_median": 3700.0, - "gross_mthly_25_percentile": 3300.0, - "gross_mthly_75_percentile": 4400.0 - }, - { - "year": 2016, - "employment_rate_overall": 96.3, - "employment_rate_ft_perm": 93.3, - "basic_monthly_mean": 4320.0, - "basic_monthly_median": 4000.0, - "gross_monthly_mean": 4385.0, - "gross_monthly_median": 4000.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 5000.0 - }, - { - "year": 2017, - "employment_rate_overall": 93.5, - "employment_rate_ft_perm": 89.4, - "basic_monthly_mean": 4510.0, - "basic_monthly_median": 4200.0, - "gross_monthly_mean": 4628.0, - "gross_monthly_median": 4285.0, - "gross_mthly_25_percentile": 3656.0, - "gross_mthly_75_percentile": 5000.0 - }, - { - "year": 2018, - "employment_rate_overall": 96.9, - "employment_rate_ft_perm": 91.8, - "basic_monthly_mean": 4577.0, - "basic_monthly_median": 4280.0, - "gross_monthly_mean": 4658.0, - "gross_monthly_median": 4320.0, - "gross_mthly_25_percentile": 3900.0, - "gross_mthly_75_percentile": 5000.0 - }, - { - "year": 2019, - "employment_rate_overall": 92.8, - "employment_rate_ft_perm": 90.6, - "basic_monthly_mean": 5477.0, - "basic_monthly_median": 5000.0, - "gross_monthly_mean": 5571.0, - "gross_monthly_median": 5000.0, - "gross_mthly_25_percentile": 4205.0, - "gross_mthly_75_percentile": 5585.0 - }, - { - "year": 2020, - "employment_rate_overall": 97.1, - "employment_rate_ft_perm": 92.6, - "basic_monthly_mean": 5576.0, - "basic_monthly_median": 5100.0, - "gross_monthly_mean": 5735.0, - "gross_monthly_median": 5243.0, - "gross_mthly_25_percentile": 4400.0, - "gross_mthly_75_percentile": 6316.0 - }, - { - "year": 2021, - "employment_rate_overall": 99.1, - "employment_rate_ft_perm": 96.4, - "basic_monthly_mean": 5898.0, - "basic_monthly_median": 5800.0, - "gross_monthly_mean": 6002.0, - "gross_monthly_median": 6000.0, - "gross_mthly_25_percentile": 5000.0, - "gross_mthly_75_percentile": 6900.0 - }, - { - "year": 2022, - "employment_rate_overall": 96.8, - "employment_rate_ft_perm": 96.1, - "basic_monthly_mean": 6954.0, - "basic_monthly_median": 6500.0, - "gross_monthly_mean": 7121.0, - "gross_monthly_median": 6600.0, - "gross_mthly_25_percentile": 5341.0, - "gross_mthly_75_percentile": 7583.0 - }, - { - "year": 2023, - "employment_rate_overall": 92.4, - "employment_rate_ft_perm": 91.9, - "basic_monthly_mean": 6673.0, - "basic_monthly_median": 6181.0, - "gross_monthly_mean": 6877.0, - "gross_monthly_median": 6333.0, - "gross_mthly_25_percentile": 5500.0, - "gross_mthly_75_percentile": 7700.0 - } - ] - }, - { - "university": "National University of Singapore", - "degree": "Bachelor of Computing (Electronic Commerce)", - "school": "School of Computing", - "slug": "bachelor-of-computing-electronic-commerce-nus", - "data": [ - { - "year": 2009, - "employment_rate_overall": 85.0, - "employment_rate_ft_perm": 82.5, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 2774.0, - "gross_monthly_median": 2700.0, - "gross_mthly_25_percentile": 2450.0, - "gross_mthly_75_percentile": 3000.0 - }, - { - "year": 2010, - "employment_rate_overall": 91.7, - "employment_rate_ft_perm": 87.5, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 3049.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2700.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2011, - "employment_rate_overall": 97.2, - "employment_rate_ft_perm": 97.2, - "basic_monthly_mean": 2936.0, - "basic_monthly_median": 2900.0, - "gross_monthly_mean": 3075.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2720.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2012, - "employment_rate_overall": 97.1, - "employment_rate_ft_perm": 91.4, - "basic_monthly_mean": 3016.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3289.0, - "gross_monthly_median": 3010.0, - "gross_mthly_25_percentile": 2800.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2013, - "employment_rate_overall": 88.9, - "employment_rate_ft_perm": 83.3, - "basic_monthly_mean": 3277.0, - "basic_monthly_median": 3050.0, - "gross_monthly_mean": 3320.0, - "gross_monthly_median": 3080.0, - "gross_mthly_25_percentile": 2800.0, - "gross_mthly_75_percentile": 3553.0 - }, - { - "year": 2014, - "employment_rate_overall": 85.7, - "employment_rate_ft_perm": 85.7, - "basic_monthly_mean": 3183.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3386.0, - "gross_monthly_median": 3200.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2015, - "employment_rate_overall": 90.3, - "employment_rate_ft_perm": 87.1, - "basic_monthly_mean": 3255.0, - "basic_monthly_median": 3300.0, - "gross_monthly_mean": 3301.0, - "gross_monthly_median": 3300.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3500.0 - } - ] - }, - { - "university": "National University of Singapore", - "degree": "Bachelor of Computing (Information Security)", - "school": "School of Computing", - "slug": "bachelor-of-computing-information-security-nus", - "data": [ - { - "year": 2020, - "employment_rate_overall": 90.9, - "employment_rate_ft_perm": 90.9, - "basic_monthly_mean": 4620.0, - "basic_monthly_median": 4650.0, - "gross_monthly_mean": 4746.0, - "gross_monthly_median": 5000.0, - "gross_mthly_25_percentile": 4200.0, - "gross_mthly_75_percentile": 5300.0 - }, - { - "year": 2021, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": 4992.0, - "basic_monthly_median": 5000.0, - "gross_monthly_mean": 5095.0, - "gross_monthly_median": 5400.0, - "gross_mthly_25_percentile": 4305.0, - "gross_mthly_75_percentile": 5500.0 - }, - { - "year": 2022, - "employment_rate_overall": 94.6, - "employment_rate_ft_perm": 91.1, - "basic_monthly_mean": 5274.0, - "basic_monthly_median": 5400.0, - "gross_monthly_mean": 5660.0, - "gross_monthly_median": 5500.0, - "gross_mthly_25_percentile": 4800.0, - "gross_mthly_75_percentile": 6475.0 - }, - { - "year": 2023, - "employment_rate_overall": 89.5, - "employment_rate_ft_perm": 89.5, - "basic_monthly_mean": 5433.0, - "basic_monthly_median": 5451.0, - "gross_monthly_mean": 5707.0, - "gross_monthly_median": 5500.0, - "gross_mthly_25_percentile": 5000.0, - "gross_mthly_75_percentile": 6210.0 - } - ] - }, - { - "university": "National University of Singapore", - "degree": "Bachelor of Computing (Information Systems)", - "school": "School of Computing", - "slug": "bachelor-of-computing-information-systems-nus", - "data": [ - { - "year": 2009, - "employment_rate_overall": 97.8, - "employment_rate_ft_perm": 91.1, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 2918.0, - "gross_monthly_median": 2975.0, - "gross_mthly_25_percentile": 2600.0, - "gross_mthly_75_percentile": 3250.0 - }, - { - "year": 2010, - "employment_rate_overall": 94.3, - "employment_rate_ft_perm": 90.0, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 3384.0, - "gross_monthly_median": 3200.0, - "gross_mthly_25_percentile": 2900.0, - "gross_mthly_75_percentile": 3700.0 - }, - { - "year": 2011, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 98.1, - "basic_monthly_mean": 3409.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3911.0, - "gross_monthly_median": 3400.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 4000.0 - }, - { - "year": 2012, - "employment_rate_overall": 96.5, - "employment_rate_ft_perm": 94.1, - "basic_monthly_mean": 3101.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3169.0, - "gross_monthly_median": 3100.0, - "gross_mthly_25_percentile": 2888.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2013, - "employment_rate_overall": 89.2, - "employment_rate_ft_perm": 83.9, - "basic_monthly_mean": 3266.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3322.0, - "gross_monthly_median": 3005.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3800.0 - }, - { - "year": 2014, - "employment_rate_overall": 95.5, - "employment_rate_ft_perm": 92.0, - "basic_monthly_mean": 3684.0, - "basic_monthly_median": 3352.0, - "gross_monthly_mean": 3789.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3100.0, - "gross_mthly_75_percentile": 4039.0 - }, - { - "year": 2015, - "employment_rate_overall": 97.2, - "employment_rate_ft_perm": 97.2, - "basic_monthly_mean": 3597.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3699.0, - "gross_monthly_median": 3550.0, - "gross_mthly_25_percentile": 3200.0, - "gross_mthly_75_percentile": 4100.0 - }, - { - "year": 2016, - "employment_rate_overall": 94.0, - "employment_rate_ft_perm": 94.0, - "basic_monthly_mean": 3875.0, - "basic_monthly_median": 3800.0, - "gross_monthly_mean": 3969.0, - "gross_monthly_median": 4000.0, - "gross_mthly_25_percentile": 3365.0, - "gross_mthly_75_percentile": 4500.0 - }, - { - "year": 2017, - "employment_rate_overall": 94.5, - "employment_rate_ft_perm": 91.8, - "basic_monthly_mean": 4061.0, - "basic_monthly_median": 4000.0, - "gross_monthly_mean": 4192.0, - "gross_monthly_median": 4000.0, - "gross_mthly_25_percentile": 3550.0, - "gross_mthly_75_percentile": 4592.0 - }, - { - "year": 2018, - "employment_rate_overall": 98.4, - "employment_rate_ft_perm": 95.3, - "basic_monthly_mean": 4338.0, - "basic_monthly_median": 4375.0, - "gross_monthly_mean": 4472.0, - "gross_monthly_median": 4458.0, - "gross_mthly_25_percentile": 4000.0, - "gross_mthly_75_percentile": 5000.0 - }, - { - "year": 2019, - "employment_rate_overall": 95.9, - "employment_rate_ft_perm": 95.9, - "basic_monthly_mean": 4210.0, - "basic_monthly_median": 4000.0, - "gross_monthly_mean": 4330.0, - "gross_monthly_median": 4228.0, - "gross_mthly_25_percentile": 4000.0, - "gross_mthly_75_percentile": 4685.0 - }, - { - "year": 2020, - "employment_rate_overall": 98.6, - "employment_rate_ft_perm": 93.1, - "basic_monthly_mean": 4591.0, - "basic_monthly_median": 4495.0, - "gross_monthly_mean": 4764.0, - "gross_monthly_median": 4500.0, - "gross_mthly_25_percentile": 4000.0, - "gross_mthly_75_percentile": 5400.0 - }, - { - "year": 2021, - "employment_rate_overall": 97.5, - "employment_rate_ft_perm": 96.2, - "basic_monthly_mean": 5087.0, - "basic_monthly_median": 5000.0, - "gross_monthly_mean": 5217.0, - "gross_monthly_median": 5000.0, - "gross_mthly_25_percentile": 4500.0, - "gross_mthly_75_percentile": 5400.0 - }, - { - "year": 2022, - "employment_rate_overall": 95.3, - "employment_rate_ft_perm": 93.0, - "basic_monthly_mean": 5551.0, - "basic_monthly_median": 5300.0, - "gross_monthly_mean": 5672.0, - "gross_monthly_median": 5500.0, - "gross_mthly_25_percentile": 4800.0, - "gross_mthly_75_percentile": 6250.0 - }, - { - "year": 2023, - "employment_rate_overall": 91.4, - "employment_rate_ft_perm": 91.4, - "basic_monthly_mean": 5707.0, - "basic_monthly_median": 5500.0, - "gross_monthly_mean": 5937.0, - "gross_monthly_median": 5500.0, - "gross_mthly_25_percentile": 5000.0, - "gross_mthly_75_percentile": 6000.0 - } - ] - }, - { - "university": "National University of Singapore", - "degree": "Bachelor of Dental Surgery", - "school": "Faculty of Dentistry", - "slug": "bachelor-of-dental-surgery-nus", - "data": [ - { - "year": 2009, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 3176.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3400.0 - }, - { - "year": 2010, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 3116.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3400.0 - }, - { - "year": 2011, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": 3024.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3136.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3400.0 - }, - { - "year": 2012, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": 4224.0, - "basic_monthly_median": 4000.0, - "gross_monthly_mean": 4250.0, - "gross_monthly_median": 4005.0, - "gross_mthly_25_percentile": 4000.0, - "gross_mthly_75_percentile": 4400.0 - }, - { - "year": 2013, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": 4106.0, - "basic_monthly_median": 4000.0, - "gross_monthly_mean": 4106.0, - "gross_monthly_median": 4000.0, - "gross_mthly_25_percentile": 4000.0, - "gross_mthly_75_percentile": 4400.0 - }, - { - "year": 2014, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": 4054.0, - "basic_monthly_median": 4000.0, - "gross_monthly_mean": 4054.0, - "gross_monthly_median": 4000.0, - "gross_mthly_25_percentile": 4000.0, - "gross_mthly_75_percentile": 4020.0 - }, - { - "year": 2015, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": 4053.0, - "basic_monthly_median": 4000.0, - "gross_monthly_mean": 4083.0, - "gross_monthly_median": 4000.0, - "gross_mthly_25_percentile": 4000.0, - "gross_mthly_75_percentile": 4400.0 - }, - { - "year": 2016, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": 4173.0, - "basic_monthly_median": 4050.0, - "gross_monthly_mean": 4221.0, - "gross_monthly_median": 4050.0, - "gross_mthly_25_percentile": 4050.0, - "gross_mthly_75_percentile": 4450.0 - }, - { - "year": 2017, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": 4124.0, - "basic_monthly_median": 4050.0, - "gross_monthly_mean": 4143.0, - "gross_monthly_median": 4050.0, - "gross_mthly_25_percentile": 4000.0, - "gross_mthly_75_percentile": 4400.0 - }, - { - "year": 2018, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": 4148.0, - "basic_monthly_median": 4050.0, - "gross_monthly_mean": 4228.0, - "gross_monthly_median": 4050.0, - "gross_mthly_25_percentile": 4000.0, - "gross_mthly_75_percentile": 4450.0 - }, - { - "year": 2019, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 97.3, - "basic_monthly_mean": 4057.0, - "basic_monthly_median": 4200.0, - "gross_monthly_mean": 4068.0, - "gross_monthly_median": 4200.0, - "gross_mthly_25_percentile": 4000.0, - "gross_mthly_75_percentile": 4500.0 - }, - { - "year": 2020, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": 4202.0, - "basic_monthly_median": 4200.0, - "gross_monthly_mean": 4280.0, - "gross_monthly_median": 4200.0, - "gross_mthly_25_percentile": 4200.0, - "gross_mthly_75_percentile": 4600.0 - }, - { - "year": 2021, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": 4256.0, - "basic_monthly_median": 4200.0, - "gross_monthly_mean": 4286.0, - "gross_monthly_median": 4200.0, - "gross_mthly_25_percentile": 4200.0, - "gross_mthly_75_percentile": 4600.0 - }, - { - "year": 2022, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": 4331.0, - "basic_monthly_median": 4200.0, - "gross_monthly_mean": 4331.0, - "gross_monthly_median": 4200.0, - "gross_mthly_25_percentile": 4200.0, - "gross_mthly_75_percentile": 4600.0 - }, - { - "year": 2023, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": 4586.0, - "basic_monthly_median": 4550.0, - "gross_monthly_mean": 4589.0, - "gross_monthly_median": 4550.0, - "gross_mthly_25_percentile": 4500.0, - "gross_mthly_75_percentile": 4950.0 - } - ] - }, - { - "university": "National University of Singapore", - "degree": "Bachelor of Engineering (Biomedical Engineering)", - "school": "College of Design and Engineering", - "slug": "bachelor-of-engineering-biomedical-engineering-nus", - "data": [ - { - "year": 2009, - "employment_rate_overall": 94.6, - "employment_rate_ft_perm": 83.8, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 2903.0, - "gross_monthly_median": 2900.0, - "gross_mthly_25_percentile": 2500.0, - "gross_mthly_75_percentile": 3100.0 - }, - { - "year": 2010, - "employment_rate_overall": 95.6, - "employment_rate_ft_perm": 75.6, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 2804.0, - "gross_monthly_median": 2700.0, - "gross_mthly_25_percentile": 2500.0, - "gross_mthly_75_percentile": 3000.0 - }, - { - "year": 2011, - "employment_rate_overall": 79.5, - "employment_rate_ft_perm": 79.5, - "basic_monthly_mean": 3142.0, - "basic_monthly_median": 3100.0, - "gross_monthly_mean": 3334.0, - "gross_monthly_median": 3250.0, - "gross_mthly_25_percentile": 2900.0, - "gross_mthly_75_percentile": 3800.0 - }, - { - "year": 2012, - "employment_rate_overall": 86.4, - "employment_rate_ft_perm": 79.5, - "basic_monthly_mean": 2898.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 2971.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2770.0, - "gross_mthly_75_percentile": 3320.0 - }, - { - "year": 2013, - "employment_rate_overall": 74.0, - "employment_rate_ft_perm": 60.0, - "basic_monthly_mean": 2823.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3068.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2720.0, - "gross_mthly_75_percentile": 3250.0 - }, - { - "year": 2014, - "employment_rate_overall": 87.5, - "employment_rate_ft_perm": 77.1, - "basic_monthly_mean": 2966.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3058.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2700.0, - "gross_mthly_75_percentile": 3300.0 - }, - { - "year": 2015, - "employment_rate_overall": 86.2, - "employment_rate_ft_perm": 75.9, - "basic_monthly_mean": 3256.0, - "basic_monthly_median": 3200.0, - "gross_monthly_mean": 3357.0, - "gross_monthly_median": 3300.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2016, - "employment_rate_overall": 91.9, - "employment_rate_ft_perm": 80.6, - "basic_monthly_mean": 3314.0, - "basic_monthly_median": 3100.0, - "gross_monthly_mean": 3366.0, - "gross_monthly_median": 3200.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2017, - "employment_rate_overall": 90.6, - "employment_rate_ft_perm": 81.3, - "basic_monthly_mean": 3215.0, - "basic_monthly_median": 3200.0, - "gross_monthly_mean": 3367.0, - "gross_monthly_median": 3300.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3700.0 - }, - { - "year": 2018, - "employment_rate_overall": 79.4, - "employment_rate_ft_perm": 69.8, - "basic_monthly_mean": 3357.0, - "basic_monthly_median": 3300.0, - "gross_monthly_mean": 3444.0, - "gross_monthly_median": 3389.0, - "gross_mthly_25_percentile": 3280.0, - "gross_mthly_75_percentile": 3650.0 - }, - { - "year": 2019, - "employment_rate_overall": 80.4, - "employment_rate_ft_perm": 68.6, - "basic_monthly_mean": 3480.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3535.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3200.0, - "gross_mthly_75_percentile": 3800.0 - }, - { - "year": 2020, - "employment_rate_overall": 95.8, - "employment_rate_ft_perm": 53.1, - "basic_monthly_mean": 3500.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3577.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3300.0, - "gross_mthly_75_percentile": 3740.0 - }, - { - "year": 2021, - "employment_rate_overall": 94.4, - "employment_rate_ft_perm": 83.3, - "basic_monthly_mean": 3610.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3732.0, - "gross_monthly_median": 3600.0, - "gross_mthly_25_percentile": 3300.0, - "gross_mthly_75_percentile": 4000.0 - }, - { - "year": 2022, - "employment_rate_overall": 97.2, - "employment_rate_ft_perm": 91.6, - "basic_monthly_mean": 4140.0, - "basic_monthly_median": 3800.0, - "gross_monthly_mean": 4268.0, - "gross_monthly_median": 4000.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 5000.0 - }, - { - "year": 2023, - "employment_rate_overall": 87.6, - "employment_rate_ft_perm": 81.4, - "basic_monthly_mean": 4123.0, - "basic_monthly_median": 4000.0, - "gross_monthly_mean": 4243.0, - "gross_monthly_median": 4100.0, - "gross_mthly_25_percentile": 3740.0, - "gross_mthly_75_percentile": 4600.0 - } - ] - }, - { - "university": "National University of Singapore", - "degree": "Bachelor of Engineering (Chemical Engineering)", - "school": "College of Design and Engineering", - "slug": "bachelor-of-engineering-chemical-engineering-nus", - "data": [ - { - "year": 2009, - "employment_rate_overall": 86.8, - "employment_rate_ft_perm": 84.5, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 2989.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2500.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2010, - "employment_rate_overall": 87.6, - "employment_rate_ft_perm": 82.9, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 3259.0, - "gross_monthly_median": 3100.0, - "gross_mthly_25_percentile": 2850.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2011, - "employment_rate_overall": 87.5, - "employment_rate_ft_perm": 83.9, - "basic_monthly_mean": 2959.0, - "basic_monthly_median": 2948.0, - "gross_monthly_mean": 3286.0, - "gross_monthly_median": 3184.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3515.0 - }, - { - "year": 2012, - "employment_rate_overall": 92.4, - "employment_rate_ft_perm": 90.3, - "basic_monthly_mean": 3159.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3335.0, - "gross_monthly_median": 3250.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3510.0 - }, - { - "year": 2013, - "employment_rate_overall": 93.2, - "employment_rate_ft_perm": 90.0, - "basic_monthly_mean": 3245.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3359.0, - "gross_monthly_median": 3175.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3644.0 - }, - { - "year": 2014, - "employment_rate_overall": 83.9, - "employment_rate_ft_perm": 76.4, - "basic_monthly_mean": 3277.0, - "basic_monthly_median": 3200.0, - "gross_monthly_mean": 3434.0, - "gross_monthly_median": 3300.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3650.0 - }, - { - "year": 2015, - "employment_rate_overall": 86.0, - "employment_rate_ft_perm": 82.9, - "basic_monthly_mean": 3400.0, - "basic_monthly_median": 3300.0, - "gross_monthly_mean": 3529.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 4000.0 - }, - { - "year": 2016, - "employment_rate_overall": 85.3, - "employment_rate_ft_perm": 80.3, - "basic_monthly_mean": 3414.0, - "basic_monthly_median": 3250.0, - "gross_monthly_mean": 3562.0, - "gross_monthly_median": 3450.0, - "gross_mthly_25_percentile": 3150.0, - "gross_mthly_75_percentile": 4000.0 - }, - { - "year": 2017, - "employment_rate_overall": 87.8, - "employment_rate_ft_perm": 81.3, - "basic_monthly_mean": 3550.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3727.0, - "gross_monthly_median": 3600.0, - "gross_mthly_25_percentile": 3300.0, - "gross_mthly_75_percentile": 4000.0 - }, - { - "year": 2018, - "employment_rate_overall": 89.9, - "employment_rate_ft_perm": 84.1, - "basic_monthly_mean": 3768.0, - "basic_monthly_median": 3700.0, - "gross_monthly_mean": 4050.0, - "gross_monthly_median": 4000.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 4300.0 - }, - { - "year": 2019, - "employment_rate_overall": 92.4, - "employment_rate_ft_perm": 86.7, - "basic_monthly_mean": 3802.0, - "basic_monthly_median": 3700.0, - "gross_monthly_mean": 3959.0, - "gross_monthly_median": 3950.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 4300.0 - }, - { - "year": 2020, - "employment_rate_overall": 97.0, - "employment_rate_ft_perm": 78.2, - "basic_monthly_mean": 3955.0, - "basic_monthly_median": 4000.0, - "gross_monthly_mean": 4155.0, - "gross_monthly_median": 4000.0, - "gross_mthly_25_percentile": 3700.0, - "gross_mthly_75_percentile": 4500.0 - }, - { - "year": 2021, - "employment_rate_overall": 91.4, - "employment_rate_ft_perm": 84.8, - "basic_monthly_mean": 3793.0, - "basic_monthly_median": 3700.0, - "gross_monthly_mean": 4023.0, - "gross_monthly_median": 3800.0, - "gross_mthly_25_percentile": 3600.0, - "gross_mthly_75_percentile": 4300.0 - }, - { - "year": 2022, - "employment_rate_overall": 96.6, - "employment_rate_ft_perm": 95.5, - "basic_monthly_mean": 4487.0, - "basic_monthly_median": 4400.0, - "gross_monthly_mean": 4690.0, - "gross_monthly_median": 4675.0, - "gross_mthly_25_percentile": 4018.0, - "gross_mthly_75_percentile": 5100.0 - }, - { - "year": 2023, - "employment_rate_overall": 85.7, - "employment_rate_ft_perm": 80.7, - "basic_monthly_mean": 4374.0, - "basic_monthly_median": 4200.0, - "gross_monthly_mean": 4602.0, - "gross_monthly_median": 4405.0, - "gross_mthly_25_percentile": 4000.0, - "gross_mthly_75_percentile": 4760.0 - } - ] - }, - { - "university": "National University of Singapore", - "degree": "Bachelor of Engineering (Civil Engineering)", - "school": "College of Design and Engineering", - "slug": "bachelor-of-engineering-civil-engineering-nus", - "data": [ - { - "year": 2009, - "employment_rate_overall": 96.4, - "employment_rate_ft_perm": 92.9, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 2801.0, - "gross_monthly_median": 2800.0, - "gross_mthly_25_percentile": 2550.0, - "gross_mthly_75_percentile": 3000.0 - }, - { - "year": 2010, - "employment_rate_overall": 98.4, - "employment_rate_ft_perm": 93.5, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 2757.0, - "gross_monthly_median": 2700.0, - "gross_mthly_25_percentile": 2600.0, - "gross_mthly_75_percentile": 2800.0 - }, - { - "year": 2011, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": 2878.0, - "basic_monthly_median": 2900.0, - "gross_monthly_mean": 3126.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2900.0, - "gross_mthly_75_percentile": 3200.0 - }, - { - "year": 2012, - "employment_rate_overall": 98.5, - "employment_rate_ft_perm": 96.9, - "basic_monthly_mean": 3013.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3101.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2900.0, - "gross_mthly_75_percentile": 3200.0 - }, - { - "year": 2013, - "employment_rate_overall": 96.1, - "employment_rate_ft_perm": 94.1, - "basic_monthly_mean": 3140.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3154.0, - "gross_monthly_median": 3050.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3300.0 - }, - { - "year": 2014, - "employment_rate_overall": 97.1, - "employment_rate_ft_perm": 97.1, - "basic_monthly_mean": 3212.0, - "basic_monthly_median": 3200.0, - "gross_monthly_mean": 3281.0, - "gross_monthly_median": 3208.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2015, - "employment_rate_overall": 96.5, - "employment_rate_ft_perm": 95.3, - "basic_monthly_mean": 3300.0, - "basic_monthly_median": 3300.0, - "gross_monthly_mean": 3366.0, - "gross_monthly_median": 3350.0, - "gross_mthly_25_percentile": 3200.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2016, - "employment_rate_overall": 95.3, - "employment_rate_ft_perm": 91.9, - "basic_monthly_mean": 3402.0, - "basic_monthly_median": 3300.0, - "gross_monthly_mean": 3509.0, - "gross_monthly_median": 3420.0, - "gross_mthly_25_percentile": 3200.0, - "gross_mthly_75_percentile": 3800.0 - }, - { - "year": 2017, - "employment_rate_overall": 95.5, - "employment_rate_ft_perm": 90.9, - "basic_monthly_mean": 3361.0, - "basic_monthly_median": 3300.0, - "gross_monthly_mean": 3427.0, - "gross_monthly_median": 3300.0, - "gross_mthly_25_percentile": 3135.0, - "gross_mthly_75_percentile": 3700.0 - }, - { - "year": 2018, - "employment_rate_overall": 91.8, - "employment_rate_ft_perm": 89.8, - "basic_monthly_mean": 3520.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3627.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3300.0, - "gross_mthly_75_percentile": 3900.0 - }, - { - "year": 2019, - "employment_rate_overall": 95.0, - "employment_rate_ft_perm": 93.0, - "basic_monthly_mean": 3685.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3746.0, - "gross_monthly_median": 3600.0, - "gross_mthly_25_percentile": 3400.0, - "gross_mthly_75_percentile": 4025.0 - }, - { - "year": 2020, - "employment_rate_overall": 95.5, - "employment_rate_ft_perm": 86.5, - "basic_monthly_mean": 3661.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3739.0, - "gross_monthly_median": 3590.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 4050.0 - }, - { - "year": 2021, - "employment_rate_overall": 97.3, - "employment_rate_ft_perm": 97.3, - "basic_monthly_mean": 3780.0, - "basic_monthly_median": 3700.0, - "gross_monthly_mean": 3897.0, - "gross_monthly_median": 3700.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 4100.0 - }, - { - "year": 2022, - "employment_rate_overall": 93.8, - "employment_rate_ft_perm": 88.9, - "basic_monthly_mean": 3979.0, - "basic_monthly_median": 3921.0, - "gross_monthly_mean": 4139.0, - "gross_monthly_median": 4000.0, - "gross_mthly_25_percentile": 3700.0, - "gross_mthly_75_percentile": 4400.0 - }, - { - "year": 2023, - "employment_rate_overall": 93.9, - "employment_rate_ft_perm": 87.7, - "basic_monthly_mean": 3966.0, - "basic_monthly_median": 3900.0, - "gross_monthly_mean": 4139.0, - "gross_monthly_median": 4000.0, - "gross_mthly_25_percentile": 3800.0, - "gross_mthly_75_percentile": 4500.0 - } - ] - }, - { - "university": "National University of Singapore", - "degree": "Bachelor of Engineering (Computer Engineering)", - "school": "Multi-Disciplinary Programmes", - "slug": "bachelor-of-engineering-computer-engineering-nus", - "data": [ - { - "year": 2009, - "employment_rate_overall": 91.8, - "employment_rate_ft_perm": 87.8, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 3103.0, - "gross_monthly_median": 2900.0, - "gross_mthly_25_percentile": 2700.0, - "gross_mthly_75_percentile": 3440.0 - }, - { - "year": 2010, - "employment_rate_overall": 92.3, - "employment_rate_ft_perm": 87.2, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 3163.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2700.0, - "gross_mthly_75_percentile": 3700.0 - }, - { - "year": 2011, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 95.5, - "basic_monthly_mean": 3301.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3421.0, - "gross_monthly_median": 3100.0, - "gross_mthly_25_percentile": 2800.0, - "gross_mthly_75_percentile": 3682.0 - }, - { - "year": 2012, - "employment_rate_overall": 94.0, - "employment_rate_ft_perm": 90.0, - "basic_monthly_mean": 3557.0, - "basic_monthly_median": 3200.0, - "gross_monthly_mean": 3630.0, - "gross_monthly_median": 3200.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3942.0 - }, - { - "year": 2013, - "employment_rate_overall": 88.9, - "employment_rate_ft_perm": 85.6, - "basic_monthly_mean": 3592.0, - "basic_monthly_median": 3200.0, - "gross_monthly_mean": 3653.0, - "gross_monthly_median": 3200.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3970.0 - }, - { - "year": 2014, - "employment_rate_overall": 95.2, - "employment_rate_ft_perm": 92.4, - "basic_monthly_mean": 3674.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3762.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3200.0, - "gross_mthly_75_percentile": 4080.0 - }, - { - "year": 2015, - "employment_rate_overall": 91.8, - "employment_rate_ft_perm": 90.6, - "basic_monthly_mean": 4119.0, - "basic_monthly_median": 4000.0, - "gross_monthly_mean": 4252.0, - "gross_monthly_median": 4000.0, - "gross_mthly_25_percentile": 3325.0, - "gross_mthly_75_percentile": 4583.0 - }, - { - "year": 2016, - "employment_rate_overall": 89.1, - "employment_rate_ft_perm": 85.9, - "basic_monthly_mean": 3884.0, - "basic_monthly_median": 3700.0, - "gross_monthly_mean": 3942.0, - "gross_monthly_median": 3900.0, - "gross_mthly_25_percentile": 3467.0, - "gross_mthly_75_percentile": 4500.0 - }, - { - "year": 2017, - "employment_rate_overall": 89.4, - "employment_rate_ft_perm": 84.7, - "basic_monthly_mean": 4010.0, - "basic_monthly_median": 3600.0, - "gross_monthly_mean": 4131.0, - "gross_monthly_median": 3900.0, - "gross_mthly_25_percentile": 3588.0, - "gross_mthly_75_percentile": 4500.0 - }, - { - "year": 2018, - "employment_rate_overall": 88.6, - "employment_rate_ft_perm": 84.3, - "basic_monthly_mean": 4105.0, - "basic_monthly_median": 3800.0, - "gross_monthly_mean": 4188.0, - "gross_monthly_median": 3975.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 4900.0 - }, - { - "year": 2019, - "employment_rate_overall": 92.9, - "employment_rate_ft_perm": 91.7, - "basic_monthly_mean": 4653.0, - "basic_monthly_median": 4000.0, - "gross_monthly_mean": 4732.0, - "gross_monthly_median": 4000.0, - "gross_mthly_25_percentile": 3750.0, - "gross_mthly_75_percentile": 4900.0 - }, - { - "year": 2020, - "employment_rate_overall": 93.7, - "employment_rate_ft_perm": 81.1, - "basic_monthly_mean": 4904.0, - "basic_monthly_median": 5000.0, - "gross_monthly_mean": 4977.0, - "gross_monthly_median": 5000.0, - "gross_mthly_25_percentile": 4080.0, - "gross_mthly_75_percentile": 5500.0 - }, - { - "year": 2021, - "employment_rate_overall": 97.4, - "employment_rate_ft_perm": 91.2, - "basic_monthly_mean": 5345.0, - "basic_monthly_median": 5000.0, - "gross_monthly_mean": 5473.0, - "gross_monthly_median": 5400.0, - "gross_mthly_25_percentile": 4500.0, - "gross_mthly_75_percentile": 6200.0 - }, - { - "year": 2022, - "employment_rate_overall": 94.5, - "employment_rate_ft_perm": 92.7, - "basic_monthly_mean": 6183.0, - "basic_monthly_median": 5900.0, - "gross_monthly_mean": 6367.0, - "gross_monthly_median": 6000.0, - "gross_mthly_25_percentile": 5300.0, - "gross_mthly_75_percentile": 6800.0 - }, - { - "year": 2023, - "employment_rate_overall": 89.9, - "employment_rate_ft_perm": 86.2, - "basic_monthly_mean": 5529.0, - "basic_monthly_median": 5450.0, - "gross_monthly_mean": 5737.0, - "gross_monthly_median": 5595.0, - "gross_mthly_25_percentile": 4900.0, - "gross_mthly_75_percentile": 6355.0 - } - ] - }, - { - "university": "National University of Singapore", - "degree": "Bachelor of Engineering (Electrical Engineering)", - "school": "College of Design and Engineering", - "slug": "bachelor-of-engineering-electrical-engineering-nus", - "data": [ - { - "year": 2009, - "employment_rate_overall": 92.5, - "employment_rate_ft_perm": 89.7, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 2912.0, - "gross_monthly_median": 2900.0, - "gross_mthly_25_percentile": 2500.0, - "gross_mthly_75_percentile": 3150.0 - }, - { - "year": 2010, - "employment_rate_overall": 90.4, - "employment_rate_ft_perm": 88.5, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 3235.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2800.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2011, - "employment_rate_overall": 90.7, - "employment_rate_ft_perm": 88.4, - "basic_monthly_mean": 3171.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3327.0, - "gross_monthly_median": 3100.0, - "gross_mthly_25_percentile": 2900.0, - "gross_mthly_75_percentile": 3600.0 - }, - { - "year": 2012, - "employment_rate_overall": 90.7, - "employment_rate_ft_perm": 87.3, - "basic_monthly_mean": 3125.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3301.0, - "gross_monthly_median": 3100.0, - "gross_mthly_25_percentile": 2924.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2013, - "employment_rate_overall": 88.5, - "employment_rate_ft_perm": 88.0, - "basic_monthly_mean": 3286.0, - "basic_monthly_median": 3100.0, - "gross_monthly_mean": 3334.0, - "gross_monthly_median": 3200.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3600.0 - }, - { - "year": 2014, - "employment_rate_overall": 90.6, - "employment_rate_ft_perm": 88.1, - "basic_monthly_mean": 3306.0, - "basic_monthly_median": 3200.0, - "gross_monthly_mean": 3571.0, - "gross_monthly_median": 3300.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3800.0 - }, - { - "year": 2015, - "employment_rate_overall": 92.1, - "employment_rate_ft_perm": 90.4, - "basic_monthly_mean": 3452.0, - "basic_monthly_median": 3200.0, - "gross_monthly_mean": 3589.0, - "gross_monthly_median": 3300.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3700.0 - }, - { - "year": 2016, - "employment_rate_overall": 91.9, - "employment_rate_ft_perm": 87.6, - "basic_monthly_mean": 3669.0, - "basic_monthly_median": 3400.0, - "gross_monthly_mean": 3765.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3200.0, - "gross_mthly_75_percentile": 4200.0 - }, - { - "year": 2017, - "employment_rate_overall": 89.4, - "employment_rate_ft_perm": 86.5, - "basic_monthly_mean": 3529.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3641.0, - "gross_monthly_median": 3600.0, - "gross_mthly_25_percentile": 3300.0, - "gross_mthly_75_percentile": 3900.0 - }, - { - "year": 2018, - "employment_rate_overall": 91.0, - "employment_rate_ft_perm": 83.4, - "basic_monthly_mean": 3712.0, - "basic_monthly_median": 3600.0, - "gross_monthly_mean": 3982.0, - "gross_monthly_median": 3700.0, - "gross_mthly_25_percentile": 3400.0, - "gross_mthly_75_percentile": 4546.0 - }, - { - "year": 2019, - "employment_rate_overall": 89.6, - "employment_rate_ft_perm": 85.2, - "basic_monthly_mean": 3957.0, - "basic_monthly_median": 3800.0, - "gross_monthly_mean": 4101.0, - "gross_monthly_median": 4000.0, - "gross_mthly_25_percentile": 3600.0, - "gross_mthly_75_percentile": 4600.0 - }, - { - "year": 2020, - "employment_rate_overall": 91.0, - "employment_rate_ft_perm": 75.4, - "basic_monthly_mean": 4256.0, - "basic_monthly_median": 4000.0, - "gross_monthly_mean": 4370.0, - "gross_monthly_median": 4200.0, - "gross_mthly_25_percentile": 3800.0, - "gross_mthly_75_percentile": 5000.0 - }, - { - "year": 2021, - "employment_rate_overall": 95.1, - "employment_rate_ft_perm": 93.0, - "basic_monthly_mean": 4251.0, - "basic_monthly_median": 4000.0, - "gross_monthly_mean": 4377.0, - "gross_monthly_median": 4150.0, - "gross_mthly_25_percentile": 3900.0, - "gross_mthly_75_percentile": 4550.0 - }, - { - "year": 2022, - "employment_rate_overall": 92.2, - "employment_rate_ft_perm": 90.7, - "basic_monthly_mean": 4730.0, - "basic_monthly_median": 4700.0, - "gross_monthly_mean": 4913.0, - "gross_monthly_median": 4800.0, - "gross_mthly_25_percentile": 4380.0, - "gross_mthly_75_percentile": 5500.0 - }, - { - "year": 2023, - "employment_rate_overall": 92.2, - "employment_rate_ft_perm": 89.7, - "basic_monthly_mean": 4790.0, - "basic_monthly_median": 4675.0, - "gross_monthly_mean": 4918.0, - "gross_monthly_median": 4800.0, - "gross_mthly_25_percentile": 4340.0, - "gross_mthly_75_percentile": 5350.0 - } - ] - }, - { - "university": "National University of Singapore", - "degree": "Bachelor of Engineering (Engineering Science)", - "school": "College of Design and Engineering", - "slug": "bachelor-of-engineering-engineering-science-nus", - "data": [ - { - "year": 2010, - "employment_rate_overall": 90.0, - "employment_rate_ft_perm": 75.0, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 2571.0, - "gross_monthly_median": 2750.0, - "gross_mthly_25_percentile": 2500.0, - "gross_mthly_75_percentile": 3000.0 - }, - { - "year": 2011, - "employment_rate_overall": 78.3, - "employment_rate_ft_perm": 78.3, - "basic_monthly_mean": 3078.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3203.0, - "gross_monthly_median": 3170.0, - "gross_mthly_25_percentile": 2950.0, - "gross_mthly_75_percentile": 3250.0 - }, - { - "year": 2012, - "employment_rate_overall": 88.5, - "employment_rate_ft_perm": 76.9, - "basic_monthly_mean": 3152.0, - "basic_monthly_median": 3050.0, - "gross_monthly_mean": 3232.0, - "gross_monthly_median": 3200.0, - "gross_mthly_25_percentile": 2885.0, - "gross_mthly_75_percentile": 3613.0 - }, - { - "year": 2013, - "employment_rate_overall": 86.2, - "employment_rate_ft_perm": 75.9, - "basic_monthly_mean": 2940.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 2960.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2800.0, - "gross_mthly_75_percentile": 3150.0 - }, - { - "year": 2014, - "employment_rate_overall": 81.3, - "employment_rate_ft_perm": 62.5, - "basic_monthly_mean": 3375.0, - "basic_monthly_median": 3300.0, - "gross_monthly_mean": 3465.0, - "gross_monthly_median": 3400.0, - "gross_mthly_25_percentile": 3275.0, - "gross_mthly_75_percentile": 3790.0 - }, - { - "year": 2015, - "employment_rate_overall": 82.6, - "employment_rate_ft_perm": 73.9, - "basic_monthly_mean": 3768.0, - "basic_monthly_median": 3735.0, - "gross_monthly_mean": 3812.0, - "gross_monthly_median": 3800.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 4420.0 - }, - { - "year": 2016, - "employment_rate_overall": 85.2, - "employment_rate_ft_perm": 74.1, - "basic_monthly_mean": 3549.0, - "basic_monthly_median": 3400.0, - "gross_monthly_mean": 3707.0, - "gross_monthly_median": 3740.0, - "gross_mthly_25_percentile": 3350.0, - "gross_mthly_75_percentile": 4026.0 - }, - { - "year": 2017, - "employment_rate_overall": 76.5, - "employment_rate_ft_perm": 64.7, - "basic_monthly_mean": 3783.0, - "basic_monthly_median": 3600.0, - "gross_monthly_mean": 3827.0, - "gross_monthly_median": 3675.0, - "gross_mthly_25_percentile": 3440.0, - "gross_mthly_75_percentile": 4200.0 - }, - { - "year": 2019, - "employment_rate_overall": 84.6, - "employment_rate_ft_perm": 84.6, - "basic_monthly_mean": 4115.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 4285.0, - "gross_monthly_median": 3750.0, - "gross_mthly_25_percentile": 3400.0, - "gross_mthly_75_percentile": 5200.0 - }, - { - "year": 2020, - "employment_rate_overall": 91.3, - "employment_rate_ft_perm": 73.9, - "basic_monthly_mean": 4499.0, - "basic_monthly_median": 4000.0, - "gross_monthly_mean": 4584.0, - "gross_monthly_median": 4000.0, - "gross_mthly_25_percentile": 3765.0, - "gross_mthly_75_percentile": 5000.0 - }, - { - "year": 2021, - "employment_rate_overall": 89.5, - "employment_rate_ft_perm": 68.4, - "basic_monthly_mean": 4189.0, - "basic_monthly_median": 4500.0, - "gross_monthly_mean": 4399.0, - "gross_monthly_median": 4500.0, - "gross_mthly_25_percentile": 4000.0, - "gross_mthly_75_percentile": 4900.0 - }, - { - "year": 2022, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": 4622.0, - "basic_monthly_median": 4450.0, - "gross_monthly_mean": 4659.0, - "gross_monthly_median": 4450.0, - "gross_mthly_25_percentile": 4080.0, - "gross_mthly_75_percentile": 5000.0 - }, - { - "year": 2023, - "employment_rate_overall": 77.8, - "employment_rate_ft_perm": 77.8, - "basic_monthly_mean": 4504.0, - "basic_monthly_median": 4200.0, - "gross_monthly_mean": 4605.0, - "gross_monthly_median": 4500.0, - "gross_mthly_25_percentile": 4000.0, - "gross_mthly_75_percentile": 5200.0 - } - ] - }, - { - "university": "National University of Singapore", - "degree": "Bachelor of Engineering (Environmental Engineering)", - "school": "College of Design and Engineering", - "slug": "bachelor-of-engineering-environmental-engineering-nus", - "data": [ - { - "year": 2009, - "employment_rate_overall": 63.2, - "employment_rate_ft_perm": 63.2, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 2667.0, - "gross_monthly_median": 2650.0, - "gross_mthly_25_percentile": 2350.0, - "gross_mthly_75_percentile": 3000.0 - }, - { - "year": 2010, - "employment_rate_overall": 82.6, - "employment_rate_ft_perm": 82.6, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 2895.0, - "gross_monthly_median": 2800.0, - "gross_mthly_25_percentile": 2700.0, - "gross_mthly_75_percentile": 3200.0 - }, - { - "year": 2011, - "employment_rate_overall": 93.0, - "employment_rate_ft_perm": 88.4, - "basic_monthly_mean": 2962.0, - "basic_monthly_median": 2800.0, - "gross_monthly_mean": 3215.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2800.0, - "gross_mthly_75_percentile": 3300.0 - }, - { - "year": 2012, - "employment_rate_overall": 90.7, - "employment_rate_ft_perm": 83.7, - "basic_monthly_mean": 3111.0, - "basic_monthly_median": 3040.0, - "gross_monthly_mean": 3206.0, - "gross_monthly_median": 3125.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3409.0 - }, - { - "year": 2013, - "employment_rate_overall": 93.8, - "employment_rate_ft_perm": 87.5, - "basic_monthly_mean": 3153.0, - "basic_monthly_median": 3100.0, - "gross_monthly_mean": 3208.0, - "gross_monthly_median": 3110.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2014, - "employment_rate_overall": 95.2, - "employment_rate_ft_perm": 92.9, - "basic_monthly_mean": 3250.0, - "basic_monthly_median": 3200.0, - "gross_monthly_mean": 3215.0, - "gross_monthly_median": 3230.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3422.0 - }, - { - "year": 2015, - "employment_rate_overall": 88.1, - "employment_rate_ft_perm": 85.7, - "basic_monthly_mean": 3318.0, - "basic_monthly_median": 3430.0, - "gross_monthly_mean": 3337.0, - "gross_monthly_median": 3450.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3670.0 - }, - { - "year": 2016, - "employment_rate_overall": 79.3, - "employment_rate_ft_perm": 65.5, - "basic_monthly_mean": 3432.0, - "basic_monthly_median": 3300.0, - "gross_monthly_mean": 3470.0, - "gross_monthly_median": 3350.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3832.0 - }, - { - "year": 2017, - "employment_rate_overall": 86.3, - "employment_rate_ft_perm": 71.2, - "basic_monthly_mean": 3425.0, - "basic_monthly_median": 3100.0, - "gross_monthly_mean": 3546.0, - "gross_monthly_median": 3350.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3800.0 - }, - { - "year": 2018, - "employment_rate_overall": 88.9, - "employment_rate_ft_perm": 74.6, - "basic_monthly_mean": 3411.0, - "basic_monthly_median": 3300.0, - "gross_monthly_mean": 3518.0, - "gross_monthly_median": 3400.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3868.0 - }, - { - "year": 2019, - "employment_rate_overall": 89.5, - "employment_rate_ft_perm": 80.7, - "basic_monthly_mean": 3473.0, - "basic_monthly_median": 3400.0, - "gross_monthly_mean": 3569.0, - "gross_monthly_median": 3400.0, - "gross_mthly_25_percentile": 3200.0, - "gross_mthly_75_percentile": 3900.0 - }, - { - "year": 2020, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 63.2, - "basic_monthly_mean": 3473.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3572.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3250.0, - "gross_mthly_75_percentile": 3875.0 - }, - { - "year": 2021, - "employment_rate_overall": 97.1, - "employment_rate_ft_perm": 88.6, - "basic_monthly_mean": 3572.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3607.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3300.0, - "gross_mthly_75_percentile": 3900.0 - }, - { - "year": 2022, - "employment_rate_overall": 87.1, - "employment_rate_ft_perm": 83.9, - "basic_monthly_mean": 4252.0, - "basic_monthly_median": 4000.0, - "gross_monthly_mean": 4496.0, - "gross_monthly_median": 4200.0, - "gross_mthly_25_percentile": 3850.0, - "gross_mthly_75_percentile": 5000.0 - }, - { - "year": 2023, - "employment_rate_overall": 76.9, - "employment_rate_ft_perm": 74.4, - "basic_monthly_mean": 4199.0, - "basic_monthly_median": 4200.0, - "gross_monthly_mean": 4299.0, - "gross_monthly_median": 4243.0, - "gross_mthly_25_percentile": 3900.0, - "gross_mthly_75_percentile": 4588.0 - } - ] - }, - { - "university": "National University of Singapore", - "degree": "Bachelor of Engineering (Industrial and Systems Engineering)", - "school": "College of Design and Engineering", - "slug": "bachelor-of-engineering-industrial-and-systems-engineering-nus", - "data": [ - { - "year": 2009, - "employment_rate_overall": 97.5, - "employment_rate_ft_perm": 92.5, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 3099.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2650.0, - "gross_mthly_75_percentile": 3450.0 - }, - { - "year": 2010, - "employment_rate_overall": 92.3, - "employment_rate_ft_perm": 90.4, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 3357.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2800.0, - "gross_mthly_75_percentile": 3750.0 - }, - { - "year": 2011, - "employment_rate_overall": 95.6, - "employment_rate_ft_perm": 91.1, - "basic_monthly_mean": 3269.0, - "basic_monthly_median": 3150.0, - "gross_monthly_mean": 3539.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 2900.0, - "gross_mthly_75_percentile": 3950.0 - }, - { - "year": 2012, - "employment_rate_overall": 92.0, - "employment_rate_ft_perm": 90.0, - "basic_monthly_mean": 3323.0, - "basic_monthly_median": 3100.0, - "gross_monthly_mean": 3442.0, - "gross_monthly_median": 3375.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3815.0 - }, - { - "year": 2013, - "employment_rate_overall": 93.9, - "employment_rate_ft_perm": 92.4, - "basic_monthly_mean": 3330.0, - "basic_monthly_median": 3200.0, - "gross_monthly_mean": 3397.0, - "gross_monthly_median": 3200.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3800.0 - }, - { - "year": 2014, - "employment_rate_overall": 96.5, - "employment_rate_ft_perm": 96.5, - "basic_monthly_mean": 3591.0, - "basic_monthly_median": 3350.0, - "gross_monthly_mean": 3719.0, - "gross_monthly_median": 3600.0, - "gross_mthly_25_percentile": 3200.0, - "gross_mthly_75_percentile": 4000.0 - }, - { - "year": 2015, - "employment_rate_overall": 96.1, - "employment_rate_ft_perm": 94.7, - "basic_monthly_mean": 3624.0, - "basic_monthly_median": 3475.0, - "gross_monthly_mean": 3724.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3300.0, - "gross_mthly_75_percentile": 4030.0 - }, - { - "year": 2016, - "employment_rate_overall": 80.3, - "employment_rate_ft_perm": 78.9, - "basic_monthly_mean": 3788.0, - "basic_monthly_median": 3450.0, - "gross_monthly_mean": 3879.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3300.0, - "gross_mthly_75_percentile": 4250.0 - }, - { - "year": 2017, - "employment_rate_overall": 93.3, - "employment_rate_ft_perm": 89.9, - "basic_monthly_mean": 3905.0, - "basic_monthly_median": 3725.0, - "gross_monthly_mean": 4035.0, - "gross_monthly_median": 3875.0, - "gross_mthly_25_percentile": 3450.0, - "gross_mthly_75_percentile": 4200.0 - }, - { - "year": 2018, - "employment_rate_overall": 91.5, - "employment_rate_ft_perm": 87.8, - "basic_monthly_mean": 3889.0, - "basic_monthly_median": 3800.0, - "gross_monthly_mean": 4051.0, - "gross_monthly_median": 3895.0, - "gross_mthly_25_percentile": 3600.0, - "gross_mthly_75_percentile": 4500.0 - }, - { - "year": 2019, - "employment_rate_overall": 97.6, - "employment_rate_ft_perm": 96.5, - "basic_monthly_mean": 4303.0, - "basic_monthly_median": 3850.0, - "gross_monthly_mean": 4451.0, - "gross_monthly_median": 4000.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 4600.0 - }, - { - "year": 2020, - "employment_rate_overall": 97.2, - "employment_rate_ft_perm": 93.0, - "basic_monthly_mean": 4236.0, - "basic_monthly_median": 4010.0, - "gross_monthly_mean": 4337.0, - "gross_monthly_median": 4380.0, - "gross_mthly_25_percentile": 3700.0, - "gross_mthly_75_percentile": 4800.0 - }, - { - "year": 2021, - "employment_rate_overall": 96.7, - "employment_rate_ft_perm": 91.8, - "basic_monthly_mean": 4237.0, - "basic_monthly_median": 4150.0, - "gross_monthly_mean": 4417.0, - "gross_monthly_median": 4500.0, - "gross_mthly_25_percentile": 4000.0, - "gross_mthly_75_percentile": 4900.0 - }, - { - "year": 2022, - "employment_rate_overall": 92.9, - "employment_rate_ft_perm": 92.9, - "basic_monthly_mean": 5137.0, - "basic_monthly_median": 5000.0, - "gross_monthly_mean": 5281.0, - "gross_monthly_median": 5000.0, - "gross_mthly_25_percentile": 4290.0, - "gross_mthly_75_percentile": 5650.0 - }, - { - "year": 2023, - "employment_rate_overall": 94.6, - "employment_rate_ft_perm": 94.6, - "basic_monthly_mean": 4483.0, - "basic_monthly_median": 4500.0, - "gross_monthly_mean": 4744.0, - "gross_monthly_median": 4600.0, - "gross_mthly_25_percentile": 4280.0, - "gross_mthly_75_percentile": 4990.0 - } - ] - }, - { - "university": "National University of Singapore", - "degree": "Bachelor of Engineering (Materials Science and Engineering)", - "school": "College of Design and Engineering", - "slug": "bachelor-of-engineering-materials-science-and-engineering-nus", - "data": [ - { - "year": 2009, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 93.8, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 2880.0, - "gross_monthly_median": 2900.0, - "gross_mthly_25_percentile": 2500.0, - "gross_mthly_75_percentile": 3000.0 - }, - { - "year": 2010, - "employment_rate_overall": 83.9, - "employment_rate_ft_perm": 77.4, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 3107.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2800.0, - "gross_mthly_75_percentile": 3200.0 - }, - { - "year": 2011, - "employment_rate_overall": 91.7, - "employment_rate_ft_perm": 91.7, - "basic_monthly_mean": 2920.0, - "basic_monthly_median": 2900.0, - "gross_monthly_mean": 3255.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2700.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2012, - "employment_rate_overall": 95.2, - "employment_rate_ft_perm": 92.9, - "basic_monthly_mean": 3002.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3139.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2600.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2013, - "employment_rate_overall": 90.9, - "employment_rate_ft_perm": 87.9, - "basic_monthly_mean": 3036.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3169.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3260.0 - }, - { - "year": 2014, - "employment_rate_overall": 78.6, - "employment_rate_ft_perm": 73.8, - "basic_monthly_mean": 3054.0, - "basic_monthly_median": 3100.0, - "gross_monthly_mean": 3350.0, - "gross_monthly_median": 3300.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3600.0 - }, - { - "year": 2015, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 95.0, - "basic_monthly_mean": 3121.0, - "basic_monthly_median": 3200.0, - "gross_monthly_mean": 3391.0, - "gross_monthly_median": 3350.0, - "gross_mthly_25_percentile": 3050.0, - "gross_mthly_75_percentile": 3790.0 - }, - { - "year": 2016, - "employment_rate_overall": 90.2, - "employment_rate_ft_perm": 78.4, - "basic_monthly_mean": 3381.0, - "basic_monthly_median": 3300.0, - "gross_monthly_mean": 3501.0, - "gross_monthly_median": 3540.0, - "gross_mthly_25_percentile": 3200.0, - "gross_mthly_75_percentile": 3900.0 - }, - { - "year": 2017, - "employment_rate_overall": 94.0, - "employment_rate_ft_perm": 86.0, - "basic_monthly_mean": 3269.0, - "basic_monthly_median": 3200.0, - "gross_monthly_mean": 3570.0, - "gross_monthly_median": 3388.0, - "gross_mthly_25_percentile": 3200.0, - "gross_mthly_75_percentile": 3950.0 - }, - { - "year": 2018, - "employment_rate_overall": 88.6, - "employment_rate_ft_perm": 86.4, - "basic_monthly_mean": 3550.0, - "basic_monthly_median": 3600.0, - "gross_monthly_mean": 3794.0, - "gross_monthly_median": 3600.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 4305.0 - }, - { - "year": 2019, - "employment_rate_overall": 78.6, - "employment_rate_ft_perm": 76.2, - "basic_monthly_mean": 3796.0, - "basic_monthly_median": 3700.0, - "gross_monthly_mean": 4086.0, - "gross_monthly_median": 4000.0, - "gross_mthly_25_percentile": 3700.0, - "gross_mthly_75_percentile": 4600.0 - }, - { - "year": 2020, - "employment_rate_overall": 90.3, - "employment_rate_ft_perm": 66.1, - "basic_monthly_mean": 3795.0, - "basic_monthly_median": 3700.0, - "gross_monthly_mean": 3922.0, - "gross_monthly_median": 3900.0, - "gross_mthly_25_percentile": 3600.0, - "gross_mthly_75_percentile": 4200.0 - }, - { - "year": 2021, - "employment_rate_overall": 91.7, - "employment_rate_ft_perm": 87.5, - "basic_monthly_mean": 3899.0, - "basic_monthly_median": 3775.0, - "gross_monthly_mean": 4020.0, - "gross_monthly_median": 3896.0, - "gross_mthly_25_percentile": 3600.0, - "gross_mthly_75_percentile": 4200.0 - }, - { - "year": 2022, - "employment_rate_overall": 92.9, - "employment_rate_ft_perm": 87.1, - "basic_monthly_mean": 4384.0, - "basic_monthly_median": 4360.0, - "gross_monthly_mean": 4539.0, - "gross_monthly_median": 4500.0, - "gross_mthly_25_percentile": 3850.0, - "gross_mthly_75_percentile": 5000.0 - }, - { - "year": 2023, - "employment_rate_overall": 83.0, - "employment_rate_ft_perm": 75.5, - "basic_monthly_mean": 4253.0, - "basic_monthly_median": 4200.0, - "gross_monthly_mean": 4371.0, - "gross_monthly_median": 4346.0, - "gross_mthly_25_percentile": 4000.0, - "gross_mthly_75_percentile": 4700.0 - } - ] - }, - { - "university": "National University of Singapore", - "degree": "Bachelor of Engineering (Mechanical Engineering)", - "school": "College of Design and Engineering", - "slug": "bachelor-of-engineering-mechanical-engineering-nus", - "data": [ - { - "year": 2009, - "employment_rate_overall": 89.7, - "employment_rate_ft_perm": 85.4, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 2966.0, - "gross_monthly_median": 2900.0, - "gross_mthly_25_percentile": 2600.0, - "gross_mthly_75_percentile": 3200.0 - }, - { - "year": 2010, - "employment_rate_overall": 89.3, - "employment_rate_ft_perm": 85.2, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 3067.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2700.0, - "gross_mthly_75_percentile": 3200.0 - }, - { - "year": 2011, - "employment_rate_overall": 91.3, - "employment_rate_ft_perm": 89.4, - "basic_monthly_mean": 2959.0, - "basic_monthly_median": 2900.0, - "gross_monthly_mean": 3143.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2800.0, - "gross_mthly_75_percentile": 3400.0 - }, - { - "year": 2012, - "employment_rate_overall": 92.3, - "employment_rate_ft_perm": 91.4, - "basic_monthly_mean": 3208.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3357.0, - "gross_monthly_median": 3250.0, - "gross_mthly_25_percentile": 2980.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2013, - "employment_rate_overall": 89.1, - "employment_rate_ft_perm": 87.2, - "basic_monthly_mean": 3155.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3319.0, - "gross_monthly_median": 3225.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2014, - "employment_rate_overall": 90.0, - "employment_rate_ft_perm": 88.5, - "basic_monthly_mean": 3160.0, - "basic_monthly_median": 3100.0, - "gross_monthly_mean": 3323.0, - "gross_monthly_median": 3200.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2015, - "employment_rate_overall": 83.3, - "employment_rate_ft_perm": 80.0, - "basic_monthly_mean": 3279.0, - "basic_monthly_median": 3200.0, - "gross_monthly_mean": 3422.0, - "gross_monthly_median": 3300.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3600.0 - }, - { - "year": 2016, - "employment_rate_overall": 86.6, - "employment_rate_ft_perm": 81.0, - "basic_monthly_mean": 3470.0, - "basic_monthly_median": 3300.0, - "gross_monthly_mean": 3560.0, - "gross_monthly_median": 3400.0, - "gross_mthly_25_percentile": 3150.0, - "gross_mthly_75_percentile": 3800.0 - }, - { - "year": 2017, - "employment_rate_overall": 87.3, - "employment_rate_ft_perm": 82.3, - "basic_monthly_mean": 3537.0, - "basic_monthly_median": 3400.0, - "gross_monthly_mean": 3657.0, - "gross_monthly_median": 3450.0, - "gross_mthly_25_percentile": 3100.0, - "gross_mthly_75_percentile": 4000.0 - }, - { - "year": 2018, - "employment_rate_overall": 92.8, - "employment_rate_ft_perm": 86.9, - "basic_monthly_mean": 3684.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3877.0, - "gross_monthly_median": 3700.0, - "gross_mthly_25_percentile": 3300.0, - "gross_mthly_75_percentile": 4100.0 - }, - { - "year": 2019, - "employment_rate_overall": 88.6, - "employment_rate_ft_perm": 86.7, - "basic_monthly_mean": 3745.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3847.0, - "gross_monthly_median": 3700.0, - "gross_mthly_25_percentile": 3400.0, - "gross_mthly_75_percentile": 4300.0 - }, - { - "year": 2020, - "employment_rate_overall": 94.2, - "employment_rate_ft_perm": 69.6, - "basic_monthly_mean": 3832.0, - "basic_monthly_median": 3700.0, - "gross_monthly_mean": 3946.0, - "gross_monthly_median": 3800.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 4200.0 - }, - { - "year": 2021, - "employment_rate_overall": 94.5, - "employment_rate_ft_perm": 89.5, - "basic_monthly_mean": 3965.0, - "basic_monthly_median": 3800.0, - "gross_monthly_mean": 4115.0, - "gross_monthly_median": 3875.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 4550.0 - }, - { - "year": 2022, - "employment_rate_overall": 96.2, - "employment_rate_ft_perm": 91.9, - "basic_monthly_mean": 4594.0, - "basic_monthly_median": 4400.0, - "gross_monthly_mean": 4780.0, - "gross_monthly_median": 4525.0, - "gross_mthly_25_percentile": 4000.0, - "gross_mthly_75_percentile": 5200.0 - }, - { - "year": 2023, - "employment_rate_overall": 89.2, - "employment_rate_ft_perm": 87.9, - "basic_monthly_mean": 4578.0, - "basic_monthly_median": 4320.0, - "gross_monthly_mean": 4722.0, - "gross_monthly_median": 4490.0, - "gross_mthly_25_percentile": 4030.0, - "gross_mthly_75_percentile": 5046.0 - } - ] - }, - { - "university": "National University of Singapore", - "degree": "Bachelor of Environmental Studies", - "school": "Multi-Disciplinary Programmes", - "slug": "bachelor-of-environmental-studies-nus", - "data": [ - { - "year": 2015, - "employment_rate_overall": 71.9, - "employment_rate_ft_perm": 59.4, - "basic_monthly_mean": 3400.0, - "basic_monthly_median": 3462.0, - "gross_monthly_mean": 3433.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3238.0, - "gross_mthly_75_percentile": 3550.0 - }, - { - "year": 2016, - "employment_rate_overall": 83.8, - "employment_rate_ft_perm": 67.6, - "basic_monthly_mean": 3347.0, - "basic_monthly_median": 3250.0, - "gross_monthly_mean": 3399.0, - "gross_monthly_median": 3300.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2017, - "employment_rate_overall": 88.7, - "employment_rate_ft_perm": 62.3, - "basic_monthly_mean": 3297.0, - "basic_monthly_median": 3200.0, - "gross_monthly_mean": 3419.0, - "gross_monthly_median": 3300.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3600.0 - }, - { - "year": 2018, - "employment_rate_overall": 84.2, - "employment_rate_ft_perm": 55.3, - "basic_monthly_mean": 3371.0, - "basic_monthly_median": 3414.0, - "gross_monthly_mean": 3385.0, - "gross_monthly_median": 3414.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3600.0 - }, - { - "year": 2019, - "employment_rate_overall": 88.4, - "employment_rate_ft_perm": 67.4, - "basic_monthly_mean": 3329.0, - "basic_monthly_median": 3300.0, - "gross_monthly_mean": 3332.0, - "gross_monthly_median": 3325.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3600.0 - }, - { - "year": 2020, - "employment_rate_overall": 92.9, - "employment_rate_ft_perm": 47.6, - "basic_monthly_mean": 3251.0, - "basic_monthly_median": 3250.0, - "gross_monthly_mean": 3409.0, - "gross_monthly_median": 3250.0, - "gross_mthly_25_percentile": 3010.0, - "gross_mthly_75_percentile": 3750.0 - }, - { - "year": 2021, - "employment_rate_overall": 97.4, - "employment_rate_ft_perm": 81.6, - "basic_monthly_mean": 3544.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3658.0, - "gross_monthly_median": 3650.0, - "gross_mthly_25_percentile": 3100.0, - "gross_mthly_75_percentile": 3996.0 - }, - { - "year": 2022, - "employment_rate_overall": 91.9, - "employment_rate_ft_perm": 78.4, - "basic_monthly_mean": 3999.0, - "basic_monthly_median": 3800.0, - "gross_monthly_mean": 4000.0, - "gross_monthly_median": 3800.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 4000.0 - }, - { - "year": 2023, - "employment_rate_overall": 96.9, - "employment_rate_ft_perm": 93.8, - "basic_monthly_mean": 4002.0, - "basic_monthly_median": 4000.0, - "gross_monthly_mean": 4142.0, - "gross_monthly_median": 4000.0, - "gross_mthly_25_percentile": 3600.0, - "gross_mthly_75_percentile": 4400.0 - } - ] - }, - { - "university": "National University of Singapore", - "degree": "Bachelor of Landscape Architecture", - "school": "College of Design and Engineering", - "slug": "bachelor-of-landscape-architecture-nus", - "data": [ - { - "year": 2023, - "employment_rate_overall": 93.8, - "employment_rate_ft_perm": 93.8, - "basic_monthly_mean": 3438.0, - "basic_monthly_median": 3450.0, - "gross_monthly_mean": 3506.0, - "gross_monthly_median": 3450.0, - "gross_mthly_25_percentile": 3350.0, - "gross_mthly_75_percentile": 3500.0 - } - ] - }, - { - "university": "National University of Singapore", - "degree": "Bachelor of Laws", - "school": "Faculty of Law", - "slug": "bachelor-of-laws-nus", - "data": [ - { - "year": 2010, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 4770.0, - "gross_monthly_median": 5000.0, - "gross_mthly_25_percentile": 4250.0, - "gross_mthly_75_percentile": 5000.0 - }, - { - "year": 2011, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": 4804.0, - "basic_monthly_median": 5000.0, - "gross_monthly_mean": 5037.0, - "gross_monthly_median": 5000.0, - "gross_mthly_25_percentile": 5000.0, - "gross_mthly_75_percentile": 5075.0 - }, - { - "year": 2012, - "employment_rate_overall": 98.1, - "employment_rate_ft_perm": 98.1, - "basic_monthly_mean": 4866.0, - "basic_monthly_median": 5000.0, - "gross_monthly_mean": 4963.0, - "gross_monthly_median": 5000.0, - "gross_mthly_25_percentile": 4600.0, - "gross_mthly_75_percentile": 5200.0 - }, - { - "year": 2013, - "employment_rate_overall": 98.8, - "employment_rate_ft_perm": 98.2, - "basic_monthly_mean": 4922.0, - "basic_monthly_median": 4800.0, - "gross_monthly_mean": 5099.0, - "gross_monthly_median": 5000.0, - "gross_mthly_25_percentile": 4500.0, - "gross_mthly_75_percentile": 5800.0 - }, - { - "year": 2014, - "employment_rate_overall": 98.2, - "employment_rate_ft_perm": 97.6, - "basic_monthly_mean": 5027.0, - "basic_monthly_median": 5000.0, - "gross_monthly_mean": 5247.0, - "gross_monthly_median": 5150.0, - "gross_mthly_25_percentile": 4800.0, - "gross_mthly_75_percentile": 5800.0 - }, - { - "year": 2015, - "employment_rate_overall": 96.9, - "employment_rate_ft_perm": 96.9, - "basic_monthly_mean": 4866.0, - "basic_monthly_median": 4600.0, - "gross_monthly_mean": 4910.0, - "gross_monthly_median": 4700.0, - "gross_mthly_25_percentile": 4200.0, - "gross_mthly_75_percentile": 5800.0 - }, - { - "year": 2016, - "employment_rate_overall": 97.7, - "employment_rate_ft_perm": 95.9, - "basic_monthly_mean": 4844.0, - "basic_monthly_median": 4775.0, - "gross_monthly_mean": 4898.0, - "gross_monthly_median": 4900.0, - "gross_mthly_25_percentile": 4200.0, - "gross_mthly_75_percentile": 5600.0 - }, - { - "year": 2017, - "employment_rate_overall": 95.8, - "employment_rate_ft_perm": 92.3, - "basic_monthly_mean": 4958.0, - "basic_monthly_median": 5000.0, - "gross_monthly_mean": 5121.0, - "gross_monthly_median": 5000.0, - "gross_mthly_25_percentile": 4500.0, - "gross_mthly_75_percentile": 5600.0 - }, - { - "year": 2018, - "employment_rate_overall": 97.3, - "employment_rate_ft_perm": 92.6, - "basic_monthly_mean": 5070.0, - "basic_monthly_median": 5000.0, - "gross_monthly_mean": 5263.0, - "gross_monthly_median": 5500.0, - "gross_mthly_25_percentile": 4500.0, - "gross_mthly_75_percentile": 5840.0 - }, - { - "year": 2019, - "employment_rate_overall": 95.7, - "employment_rate_ft_perm": 93.0, - "basic_monthly_mean": 5068.0, - "basic_monthly_median": 5000.0, - "gross_monthly_mean": 5160.0, - "gross_monthly_median": 5400.0, - "gross_mthly_25_percentile": 4500.0, - "gross_mthly_75_percentile": 5800.0 - }, - { - "year": 2020, - "employment_rate_overall": 91.8, - "employment_rate_ft_perm": 86.8, - "basic_monthly_mean": 4848.0, - "basic_monthly_median": 4640.0, - "gross_monthly_mean": 5009.0, - "gross_monthly_median": 5000.0, - "gross_mthly_25_percentile": 4400.0, - "gross_mthly_75_percentile": 5600.0 - }, - { - "year": 2021, - "employment_rate_overall": 96.5, - "employment_rate_ft_perm": 93.5, - "basic_monthly_mean": 5398.0, - "basic_monthly_median": 5150.0, - "gross_monthly_mean": 5627.0, - "gross_monthly_median": 5600.0, - "gross_mthly_25_percentile": 4500.0, - "gross_mthly_75_percentile": 6000.0 - }, - { - "year": 2022, - "employment_rate_overall": 97.3, - "employment_rate_ft_perm": 94.6, - "basic_monthly_mean": 5935.0, - "basic_monthly_median": 6000.0, - "gross_monthly_mean": 6182.0, - "gross_monthly_median": 6400.0, - "gross_mthly_25_percentile": 5500.0, - "gross_mthly_75_percentile": 6800.0 - }, - { - "year": 2023, - "employment_rate_overall": 96.9, - "employment_rate_ft_perm": 96.9, - "basic_monthly_mean": 7051.0, - "basic_monthly_median": 7000.0, - "gross_monthly_mean": 7244.0, - "gross_monthly_median": 7000.0, - "gross_mthly_25_percentile": 6000.0, - "gross_mthly_75_percentile": 7100.0 - } - ] - }, - { - "university": "National University of Singapore", - "degree": "Bachelor of Medicine and Bachelor of Surgery", - "school": "Yong Loo Lin School (Medicine)", - "slug": "bachelor-of-medicine-and-bachelor-of-surgery-nus", - "data": [ - { - "year": 2010, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 3852.0, - "gross_monthly_median": 3700.0, - "gross_mthly_25_percentile": 3600.0, - "gross_mthly_75_percentile": 4000.0 - }, - { - "year": 2011, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": 3637.0, - "basic_monthly_median": 3600.0, - "gross_monthly_mean": 4016.0, - "gross_monthly_median": 4000.0, - "gross_mthly_25_percentile": 3600.0, - "gross_mthly_75_percentile": 4500.0 - }, - { - "year": 2012, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": 4374.0, - "basic_monthly_median": 4500.0, - "gross_monthly_mean": 4799.0, - "gross_monthly_median": 4900.0, - "gross_mthly_25_percentile": 4500.0, - "gross_mthly_75_percentile": 5300.0 - }, - { - "year": 2013, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": 4406.0, - "basic_monthly_median": 4500.0, - "gross_monthly_mean": 4741.0, - "gross_monthly_median": 4500.0, - "gross_mthly_25_percentile": 4500.0, - "gross_mthly_75_percentile": 5200.0 - }, - { - "year": 2014, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": 4404.0, - "basic_monthly_median": 4500.0, - "gross_monthly_mean": 4886.0, - "gross_monthly_median": 5000.0, - "gross_mthly_25_percentile": 4500.0, - "gross_mthly_75_percentile": 5200.0 - }, - { - "year": 2015, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": 4352.0, - "basic_monthly_median": 4500.0, - "gross_monthly_mean": 4729.0, - "gross_monthly_median": 4900.0, - "gross_mthly_25_percentile": 4500.0, - "gross_mthly_75_percentile": 5000.0 - }, - { - "year": 2016, - "employment_rate_overall": 99.4, - "employment_rate_ft_perm": 99.4, - "basic_monthly_mean": 4460.0, - "basic_monthly_median": 4500.0, - "gross_monthly_mean": 4887.0, - "gross_monthly_median": 5000.0, - "gross_mthly_25_percentile": 4500.0, - "gross_mthly_75_percentile": 5200.0 - }, - { - "year": 2017, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": 4367.0, - "basic_monthly_median": 4500.0, - "gross_monthly_mean": 4882.0, - "gross_monthly_median": 5000.0, - "gross_mthly_25_percentile": 4500.0, - "gross_mthly_75_percentile": 5305.0 - }, - { - "year": 2019, - "employment_rate_overall": 99.5, - "employment_rate_ft_perm": 99.5, - "basic_monthly_mean": 4607.0, - "basic_monthly_median": 4600.0, - "gross_monthly_mean": 5218.0, - "gross_monthly_median": 5237.0, - "gross_mthly_25_percentile": 4950.0, - "gross_mthly_75_percentile": 5657.0 - }, - { - "year": 2020, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": 4688.0, - "basic_monthly_median": 4700.0, - "gross_monthly_mean": 5306.0, - "gross_monthly_median": 5250.0, - "gross_mthly_25_percentile": 5000.0, - "gross_mthly_75_percentile": 5800.0 - } - ] - }, - { - "university": "National University of Singapore", - "degree": "Bachelor of Music", - "school": "YST Conservatory of Music", - "slug": "bachelor-of-music-nus", - "data": [ - { - "year": 2012, - "employment_rate_overall": 90.0, - "employment_rate_ft_perm": 65.0, - "basic_monthly_mean": 2136.0, - "basic_monthly_median": 2200.0, - "gross_monthly_mean": 2397.0, - "gross_monthly_median": 2500.0, - "gross_mthly_25_percentile": 1900.0, - "gross_mthly_75_percentile": 3000.0 - }, - { - "year": 2015, - "employment_rate_overall": 82.4, - "employment_rate_ft_perm": 41.2, - "basic_monthly_mean": 3244.0, - "basic_monthly_median": 3200.0, - "gross_monthly_mean": 3344.0, - "gross_monthly_median": 3300.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3600.0 - }, - { - "year": 2016, - "employment_rate_overall": 85.7, - "employment_rate_ft_perm": 14.3, - "basic_monthly_mean": 3250.0, - "basic_monthly_median": 3250.0, - "gross_monthly_mean": 3250.0, - "gross_monthly_median": 3250.0, - "gross_mthly_25_percentile": 2999.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2017, - "employment_rate_overall": 73.3, - "employment_rate_ft_perm": 26.7, - "basic_monthly_mean": 2298.0, - "basic_monthly_median": 2025.0, - "gross_monthly_mean": 2500.0, - "gross_monthly_median": 2225.0, - "gross_mthly_25_percentile": 2050.0, - "gross_mthly_75_percentile": 2950.0 - }, - { - "year": 2018, - "employment_rate_overall": 81.0, - "employment_rate_ft_perm": 23.8, - "basic_monthly_mean": 2000.0, - "basic_monthly_median": 1750.0, - "gross_monthly_mean": 2100.0, - "gross_monthly_median": 1800.0, - "gross_mthly_25_percentile": 1500.0, - "gross_mthly_75_percentile": 2700.0 - }, - { - "year": 2019, - "employment_rate_overall": 82.6, - "employment_rate_ft_perm": 39.1, - "basic_monthly_mean": 3531.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3575.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 2875.0, - "gross_mthly_75_percentile": 3900.0 - }, - { - "year": 2020, - "employment_rate_overall": 69.2, - "employment_rate_ft_perm": 15.4, - "basic_monthly_mean": 3163.0, - "basic_monthly_median": 3125.0, - "gross_monthly_mean": 3238.0, - "gross_monthly_median": 3275.0, - "gross_mthly_25_percentile": 3125.0, - "gross_mthly_75_percentile": 3350.0 - }, - { - "year": 2021, - "employment_rate_overall": 82.4, - "employment_rate_ft_perm": 35.3, - "basic_monthly_mean": 3136.0, - "basic_monthly_median": 2958.0, - "gross_monthly_mean": 3203.0, - "gross_monthly_median": 3100.0, - "gross_mthly_25_percentile": 2915.0, - "gross_mthly_75_percentile": 3600.0 - }, - { - "year": 2022, - "employment_rate_overall": 85.7, - "employment_rate_ft_perm": 28.6, - "basic_monthly_mean": 3661.0, - "basic_monthly_median": 3590.0, - "gross_monthly_mean": 3661.0, - "gross_monthly_median": 3590.0, - "gross_mthly_25_percentile": 3350.0, - "gross_mthly_75_percentile": 3973.0 - }, - { - "year": 2023, - "employment_rate_overall": 70.8, - "employment_rate_ft_perm": 50.0, - "basic_monthly_mean": 3766.0, - "basic_monthly_median": 3800.0, - "gross_monthly_mean": 4053.0, - "gross_monthly_median": 4000.0, - "gross_mthly_25_percentile": 3400.0, - "gross_mthly_75_percentile": 4500.0 - } - ] - }, - { - "university": "National University of Singapore", - "degree": "Bachelor of Science", - "school": "Faculty of Science", - "slug": "bachelor-of-science-nus", - "data": [ - { - "year": 2009, - "employment_rate_overall": 87.1, - "employment_rate_ft_perm": 76.5, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 2525.0, - "gross_monthly_median": 2500.0, - "gross_mthly_25_percentile": 2300.0, - "gross_mthly_75_percentile": 2600.0 - }, - { - "year": 2010, - "employment_rate_overall": 81.7, - "employment_rate_ft_perm": 71.4, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 2653.0, - "gross_monthly_median": 2500.0, - "gross_mthly_25_percentile": 2400.0, - "gross_mthly_75_percentile": 2900.0 - }, - { - "year": 2011, - "employment_rate_overall": 79.6, - "employment_rate_ft_perm": 67.2, - "basic_monthly_mean": 2525.0, - "basic_monthly_median": 2500.0, - "gross_monthly_mean": 2741.0, - "gross_monthly_median": 2600.0, - "gross_mthly_25_percentile": 2500.0, - "gross_mthly_75_percentile": 2900.0 - }, - { - "year": 2012, - "employment_rate_overall": 82.6, - "employment_rate_ft_perm": 71.9, - "basic_monthly_mean": 2781.0, - "basic_monthly_median": 2700.0, - "gross_monthly_mean": 2920.0, - "gross_monthly_median": 2800.0, - "gross_mthly_25_percentile": 2575.0, - "gross_mthly_75_percentile": 3104.0 - }, - { - "year": 2013, - "employment_rate_overall": 80.9, - "employment_rate_ft_perm": 65.1, - "basic_monthly_mean": 2726.0, - "basic_monthly_median": 2700.0, - "gross_monthly_mean": 2804.0, - "gross_monthly_median": 2800.0, - "gross_mthly_25_percentile": 2600.0, - "gross_mthly_75_percentile": 3000.0 - }, - { - "year": 2014, - "employment_rate_overall": 76.8, - "employment_rate_ft_perm": 61.4, - "basic_monthly_mean": 2804.0, - "basic_monthly_median": 2800.0, - "gross_monthly_mean": 2973.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2700.0, - "gross_mthly_75_percentile": 3200.0 - }, - { - "year": 2015, - "employment_rate_overall": 84.3, - "employment_rate_ft_perm": 64.2, - "basic_monthly_mean": 2859.0, - "basic_monthly_median": 2900.0, - "gross_monthly_mean": 3052.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2620.0, - "gross_mthly_75_percentile": 3200.0 - }, - { - "year": 2016, - "employment_rate_overall": 84.3, - "employment_rate_ft_perm": 59.4, - "basic_monthly_mean": 2895.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 2995.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2600.0, - "gross_mthly_75_percentile": 3225.0 - }, - { - "year": 2017, - "employment_rate_overall": 76.9, - "employment_rate_ft_perm": 54.5, - "basic_monthly_mean": 3053.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3214.0, - "gross_monthly_median": 3082.0, - "gross_mthly_25_percentile": 2800.0, - "gross_mthly_75_percentile": 3400.0 - }, - { - "year": 2018, - "employment_rate_overall": 81.6, - "employment_rate_ft_perm": 47.2, - "basic_monthly_mean": 3146.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3289.0, - "gross_monthly_median": 3100.0, - "gross_mthly_25_percentile": 2900.0, - "gross_mthly_75_percentile": 3850.0 - }, - { - "year": 2019, - "employment_rate_overall": 84.0, - "employment_rate_ft_perm": 59.3, - "basic_monthly_mean": 3181.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3320.0, - "gross_monthly_median": 3100.0, - "gross_mthly_25_percentile": 2900.0, - "gross_mthly_75_percentile": 3600.0 - }, - { - "year": 2020, - "employment_rate_overall": 86.0, - "employment_rate_ft_perm": 42.1, - "basic_monthly_mean": 3195.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3297.0, - "gross_monthly_median": 3100.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3650.0 - }, - { - "year": 2021, - "employment_rate_overall": 82.4, - "employment_rate_ft_perm": 56.9, - "basic_monthly_mean": 3446.0, - "basic_monthly_median": 3300.0, - "gross_monthly_mean": 3627.0, - "gross_monthly_median": 3527.0, - "gross_mthly_25_percentile": 3100.0, - "gross_mthly_75_percentile": 4000.0 - }, - { - "year": 2022, - "employment_rate_overall": 85.2, - "employment_rate_ft_perm": 63.0, - "basic_monthly_mean": 3630.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3823.0, - "gross_monthly_median": 3600.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 4000.0 - }, - { - "year": 2023, - "employment_rate_overall": 88.2, - "employment_rate_ft_perm": 70.6, - "basic_monthly_mean": 4492.0, - "basic_monthly_median": 4100.0, - "gross_monthly_mean": 4642.0, - "gross_monthly_median": 4250.0, - "gross_mthly_25_percentile": 3650.0, - "gross_mthly_75_percentile": 4800.0 - } - ] - }, - { - "university": "National University of Singapore", - "degree": "Bachelor of Science (Business Analytics)", - "school": "School of Computing", - "slug": "bachelor-of-science-business-analytics-nus", - "data": [ - { - "year": 2017, - "employment_rate_overall": 97.6, - "employment_rate_ft_perm": 97.6, - "basic_monthly_mean": 4114.0, - "basic_monthly_median": 3810.0, - "gross_monthly_mean": 4203.0, - "gross_monthly_median": 4000.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 4766.0 - }, - { - "year": 2018, - "employment_rate_overall": 93.5, - "employment_rate_ft_perm": 93.5, - "basic_monthly_mean": 4432.0, - "basic_monthly_median": 4400.0, - "gross_monthly_mean": 4499.0, - "gross_monthly_median": 4500.0, - "gross_mthly_25_percentile": 4000.0, - "gross_mthly_75_percentile": 5000.0 - }, - { - "year": 2019, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": 4811.0, - "basic_monthly_median": 5000.0, - "gross_monthly_mean": 4881.0, - "gross_monthly_median": 5000.0, - "gross_mthly_25_percentile": 4050.0, - "gross_mthly_75_percentile": 5200.0 - }, - { - "year": 2020, - "employment_rate_overall": 98.0, - "employment_rate_ft_perm": 84.3, - "basic_monthly_mean": 4985.0, - "basic_monthly_median": 5000.0, - "gross_monthly_mean": 5094.0, - "gross_monthly_median": 5000.0, - "gross_mthly_25_percentile": 4480.0, - "gross_mthly_75_percentile": 5800.0 - }, - { - "year": 2021, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": 5437.0, - "basic_monthly_median": 5050.0, - "gross_monthly_mean": 5603.0, - "gross_monthly_median": 5400.0, - "gross_mthly_25_percentile": 4800.0, - "gross_mthly_75_percentile": 6125.0 - }, - { - "year": 2022, - "employment_rate_overall": 96.2, - "employment_rate_ft_perm": 95.2, - "basic_monthly_mean": 5845.0, - "basic_monthly_median": 5500.0, - "gross_monthly_mean": 5966.0, - "gross_monthly_median": 5500.0, - "gross_mthly_25_percentile": 5000.0, - "gross_mthly_75_percentile": 6600.0 - }, - { - "year": 2023, - "employment_rate_overall": 93.6, - "employment_rate_ft_perm": 93.0, - "basic_monthly_mean": 5895.0, - "basic_monthly_median": 5500.0, - "gross_monthly_mean": 6030.0, - "gross_monthly_median": 5500.0, - "gross_mthly_25_percentile": 5000.0, - "gross_mthly_75_percentile": 6600.0 - } - ] - }, - { - "university": "National University of Singapore", - "degree": "Bachelor of Science (Computational Biology)", - "school": "Faculty of Science", - "slug": "bachelor-of-science-computational-biology-nus", - "data": [ - { - "year": 2020, - "employment_rate_overall": 80.0, - "employment_rate_ft_perm": 40.0, - "basic_monthly_mean": 4563.0, - "basic_monthly_median": 4525.0, - "gross_monthly_mean": 4625.0, - "gross_monthly_median": 4650.0, - "gross_mthly_25_percentile": 4250.0, - "gross_mthly_75_percentile": 5000.0 - }, - { - "year": 2021, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": 4655.0, - "basic_monthly_median": 4500.0, - "gross_monthly_mean": 4677.0, - "gross_monthly_median": 4500.0, - "gross_mthly_25_percentile": 4000.0, - "gross_mthly_75_percentile": 5000.0 - } - ] - }, - { - "university": "National University of Singapore", - "degree": "Bachelor of Science (Data Science and Analytics)", - "school": "Faculty of Science", - "slug": "bachelor-of-science-data-science-and-analytics-nus", - "data": [ - { - "year": 2020, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 78.3, - "basic_monthly_mean": 4417.0, - "basic_monthly_median": 4125.0, - "gross_monthly_mean": 4456.0, - "gross_monthly_median": 4125.0, - "gross_mthly_25_percentile": 3900.0, - "gross_mthly_75_percentile": 4900.0 - }, - { - "year": 2021, - "employment_rate_overall": 97.7, - "employment_rate_ft_perm": 95.3, - "basic_monthly_mean": 4819.0, - "basic_monthly_median": 4500.0, - "gross_monthly_mean": 4981.0, - "gross_monthly_median": 4800.0, - "gross_mthly_25_percentile": 4200.0, - "gross_mthly_75_percentile": 5400.0 - }, - { - "year": 2022, - "employment_rate_overall": 96.8, - "employment_rate_ft_perm": 96.8, - "basic_monthly_mean": 5562.0, - "basic_monthly_median": 5500.0, - "gross_monthly_mean": 5616.0, - "gross_monthly_median": 5500.0, - "gross_mthly_25_percentile": 4628.0, - "gross_mthly_75_percentile": 6100.0 - }, - { - "year": 2023, - "employment_rate_overall": 83.2, - "employment_rate_ft_perm": 80.4, - "basic_monthly_mean": 4999.0, - "basic_monthly_median": 5000.0, - "gross_monthly_mean": 5166.0, - "gross_monthly_median": 5000.0, - "gross_mthly_25_percentile": 4500.0, - "gross_mthly_75_percentile": 5500.0 - } - ] - }, - { - "university": "National University of Singapore", - "degree": "Bachelor of Science (Hons)", - "school": "Faculty of Science", - "slug": "bachelor-of-science-hons-nus", - "data": [ - { - "year": 2009, - "employment_rate_overall": 90.7, - "employment_rate_ft_perm": 81.4, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 2932.0, - "gross_monthly_median": 2900.0, - "gross_mthly_25_percentile": 2500.0, - "gross_mthly_75_percentile": 3200.0 - }, - { - "year": 2010, - "employment_rate_overall": 89.2, - "employment_rate_ft_perm": 77.2, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 3049.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2600.0, - "gross_mthly_75_percentile": 3300.0 - }, - { - "year": 2011, - "employment_rate_overall": 91.2, - "employment_rate_ft_perm": 85.3, - "basic_monthly_mean": 3006.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3138.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2800.0, - "gross_mthly_75_percentile": 3450.0 - }, - { - "year": 2012, - "employment_rate_overall": 86.8, - "employment_rate_ft_perm": 76.1, - "basic_monthly_mean": 3090.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3190.0, - "gross_monthly_median": 3135.0, - "gross_mthly_25_percentile": 2900.0, - "gross_mthly_75_percentile": 3410.0 - }, - { - "year": 2013, - "employment_rate_overall": 83.6, - "employment_rate_ft_perm": 74.0, - "basic_monthly_mean": 3101.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3217.0, - "gross_monthly_median": 3100.0, - "gross_mthly_25_percentile": 2868.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2014, - "employment_rate_overall": 86.6, - "employment_rate_ft_perm": 75.8, - "basic_monthly_mean": 3224.0, - "basic_monthly_median": 3200.0, - "gross_monthly_mean": 3328.0, - "gross_monthly_median": 3210.0, - "gross_mthly_25_percentile": 2950.0, - "gross_mthly_75_percentile": 3600.0 - }, - { - "year": 2015, - "employment_rate_overall": 83.9, - "employment_rate_ft_perm": 76.2, - "basic_monthly_mean": 3245.0, - "basic_monthly_median": 3200.0, - "gross_monthly_mean": 3321.0, - "gross_monthly_median": 3300.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3600.0 - }, - { - "year": 2016, - "employment_rate_overall": 84.9, - "employment_rate_ft_perm": 71.7, - "basic_monthly_mean": 3331.0, - "basic_monthly_median": 3300.0, - "gross_monthly_mean": 3386.0, - "gross_monthly_median": 3300.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3650.0 - }, - { - "year": 2017, - "employment_rate_overall": 85.9, - "employment_rate_ft_perm": 69.3, - "basic_monthly_mean": 3340.0, - "basic_monthly_median": 3200.0, - "gross_monthly_mean": 3435.0, - "gross_monthly_median": 3300.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3700.0 - }, - { - "year": 2018, - "employment_rate_overall": 87.3, - "employment_rate_ft_perm": 72.8, - "basic_monthly_mean": 3371.0, - "basic_monthly_median": 3300.0, - "gross_monthly_mean": 3460.0, - "gross_monthly_median": 3400.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3725.0 - }, - { - "year": 2019, - "employment_rate_overall": 88.5, - "employment_rate_ft_perm": 72.3, - "basic_monthly_mean": 3510.0, - "basic_monthly_median": 3355.0, - "gross_monthly_mean": 3605.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3100.0, - "gross_mthly_75_percentile": 3800.0 - }, - { - "year": 2020, - "employment_rate_overall": 93.1, - "employment_rate_ft_perm": 57.4, - "basic_monthly_mean": 3636.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3723.0, - "gross_monthly_median": 3528.0, - "gross_mthly_25_percentile": 3300.0, - "gross_mthly_75_percentile": 4000.0 - }, - { - "year": 2021, - "employment_rate_overall": 92.2, - "employment_rate_ft_perm": 76.5, - "basic_monthly_mean": 3665.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3767.0, - "gross_monthly_median": 3600.0, - "gross_mthly_25_percentile": 3400.0, - "gross_mthly_75_percentile": 4000.0 - }, - { - "year": 2022, - "employment_rate_overall": 90.6, - "employment_rate_ft_perm": 80.1, - "basic_monthly_mean": 4040.0, - "basic_monthly_median": 3720.0, - "gross_monthly_mean": 4174.0, - "gross_monthly_median": 3850.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 4500.0 - }, - { - "year": 2023, - "employment_rate_overall": 89.6, - "employment_rate_ft_perm": 81.7, - "basic_monthly_mean": 4180.0, - "basic_monthly_median": 3985.0, - "gross_monthly_mean": 4290.0, - "gross_monthly_median": 4000.0, - "gross_mthly_25_percentile": 3600.0, - "gross_mthly_75_percentile": 4500.0 - } - ] - }, - { - "university": "National University of Singapore", - "degree": "Bachelor of Science (Nursing)", - "school": "Yong Loo Lin School (Medicine)", - "slug": "bachelor-of-science-nursing-nus", - "data": [ - { - "year": 2009, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 2568.0, - "gross_monthly_median": 2550.0, - "gross_mthly_25_percentile": 2500.0, - "gross_mthly_75_percentile": 2700.0 - }, - { - "year": 2010, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 93.9, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 2655.0, - "gross_monthly_median": 2600.0, - "gross_mthly_25_percentile": 2550.0, - "gross_mthly_75_percentile": 2800.0 - }, - { - "year": 2011, - "employment_rate_overall": 95.6, - "employment_rate_ft_perm": 95.6, - "basic_monthly_mean": 2458.0, - "basic_monthly_median": 2500.0, - "gross_monthly_mean": 2718.0, - "gross_monthly_median": 2750.0, - "gross_mthly_25_percentile": 2550.0, - "gross_mthly_75_percentile": 2800.0 - }, - { - "year": 2012, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 98.0, - "basic_monthly_mean": 2666.0, - "basic_monthly_median": 2750.0, - "gross_monthly_mean": 2866.0, - "gross_monthly_median": 2950.0, - "gross_mthly_25_percentile": 2800.0, - "gross_mthly_75_percentile": 3000.0 - }, - { - "year": 2013, - "employment_rate_overall": 97.5, - "employment_rate_ft_perm": 97.5, - "basic_monthly_mean": 2687.0, - "basic_monthly_median": 2750.0, - "gross_monthly_mean": 2886.0, - "gross_monthly_median": 2950.0, - "gross_mthly_25_percentile": 2700.0, - "gross_mthly_75_percentile": 3050.0 - }, - { - "year": 2014, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 95.6, - "basic_monthly_mean": 2976.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3188.0, - "gross_monthly_median": 3200.0, - "gross_mthly_25_percentile": 3050.0, - "gross_mthly_75_percentile": 3386.0 - }, - { - "year": 2015, - "employment_rate_overall": 97.3, - "employment_rate_ft_perm": 97.3, - "basic_monthly_mean": 3175.0, - "basic_monthly_median": 3200.0, - "gross_monthly_mean": 3356.0, - "gross_monthly_median": 3400.0, - "gross_mthly_25_percentile": 3200.0, - "gross_mthly_75_percentile": 3445.0 - }, - { - "year": 2016, - "employment_rate_overall": 93.2, - "employment_rate_ft_perm": 90.9, - "basic_monthly_mean": 3166.0, - "basic_monthly_median": 3200.0, - "gross_monthly_mean": 3363.0, - "gross_monthly_median": 3400.0, - "gross_mthly_25_percentile": 3200.0, - "gross_mthly_75_percentile": 3425.0 - }, - { - "year": 2017, - "employment_rate_overall": 97.4, - "employment_rate_ft_perm": 97.4, - "basic_monthly_mean": 3165.0, - "basic_monthly_median": 3200.0, - "gross_monthly_mean": 3328.0, - "gross_monthly_median": 3400.0, - "gross_mthly_25_percentile": 3200.0, - "gross_mthly_75_percentile": 3450.0 - }, - { - "year": 2018, - "employment_rate_overall": 94.6, - "employment_rate_ft_perm": 94.6, - "basic_monthly_mean": 3230.0, - "basic_monthly_median": 3250.0, - "gross_monthly_mean": 3469.0, - "gross_monthly_median": 3450.0, - "gross_mthly_25_percentile": 3300.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2019, - "employment_rate_overall": 93.5, - "employment_rate_ft_perm": 89.1, - "basic_monthly_mean": 3123.0, - "basic_monthly_median": 3250.0, - "gross_monthly_mean": 3314.0, - "gross_monthly_median": 3358.0, - "gross_mthly_25_percentile": 3200.0, - "gross_mthly_75_percentile": 3450.0 - }, - { - "year": 2020, - "employment_rate_overall": 97.4, - "employment_rate_ft_perm": 92.2, - "basic_monthly_mean": 3269.0, - "basic_monthly_median": 3250.0, - "gross_monthly_mean": 3489.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3250.0, - "gross_mthly_75_percentile": 3680.0 - }, - { - "year": 2021, - "employment_rate_overall": 96.2, - "employment_rate_ft_perm": 93.3, - "basic_monthly_mean": 3300.0, - "basic_monthly_median": 3350.0, - "gross_monthly_mean": 3530.0, - "gross_monthly_median": 3550.0, - "gross_mthly_25_percentile": 3350.0, - "gross_mthly_75_percentile": 3750.0 - }, - { - "year": 2022, - "employment_rate_overall": 94.8, - "employment_rate_ft_perm": 91.3, - "basic_monthly_mean": 3426.0, - "basic_monthly_median": 3350.0, - "gross_monthly_mean": 3656.0, - "gross_monthly_median": 3600.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 3825.0 - }, - { - "year": 2023, - "employment_rate_overall": 98.1, - "employment_rate_ft_perm": 95.4, - "basic_monthly_mean": 3627.0, - "basic_monthly_median": 3550.0, - "gross_monthly_mean": 3923.0, - "gross_monthly_median": 3850.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 4200.0 - } - ] - }, - { - "university": "National University of Singapore", - "degree": "Bachelor of Science (Nursing) (Hons)", - "school": "Yong Loo Lin School (Medicine)", - "slug": "bachelor-of-science-nursing-hons-nus", - "data": [ - { - "year": 2013, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": 2896.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3042.0, - "gross_monthly_median": 3025.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3200.0 - }, - { - "year": 2014, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": 3123.0, - "basic_monthly_median": 3270.0, - "gross_monthly_mean": 3353.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3270.0, - "gross_mthly_75_percentile": 3600.0 - }, - { - "year": 2015, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": 3219.0, - "basic_monthly_median": 3200.0, - "gross_monthly_mean": 3466.0, - "gross_monthly_median": 3435.0, - "gross_mthly_25_percentile": 3300.0, - "gross_mthly_75_percentile": 3700.0 - }, - { - "year": 2016, - "employment_rate_overall": 95.1, - "employment_rate_ft_perm": 95.1, - "basic_monthly_mean": 3308.0, - "basic_monthly_median": 3300.0, - "gross_monthly_mean": 3529.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3400.0, - "gross_mthly_75_percentile": 3600.0 - }, - { - "year": 2017, - "employment_rate_overall": 91.8, - "employment_rate_ft_perm": 89.8, - "basic_monthly_mean": 3280.0, - "basic_monthly_median": 3300.0, - "gross_monthly_mean": 3462.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3300.0, - "gross_mthly_75_percentile": 3650.0 - }, - { - "year": 2018, - "employment_rate_overall": 98.0, - "employment_rate_ft_perm": 98.0, - "basic_monthly_mean": 3306.0, - "basic_monthly_median": 3350.0, - "gross_monthly_mean": 3546.0, - "gross_monthly_median": 3550.0, - "gross_mthly_25_percentile": 3400.0, - "gross_mthly_75_percentile": 3750.0 - }, - { - "year": 2019, - "employment_rate_overall": 98.8, - "employment_rate_ft_perm": 97.5, - "basic_monthly_mean": 3389.0, - "basic_monthly_median": 3450.0, - "gross_monthly_mean": 3612.0, - "gross_monthly_median": 3650.0, - "gross_mthly_25_percentile": 3515.0, - "gross_mthly_75_percentile": 3750.0 - }, - { - "year": 2020, - "employment_rate_overall": 98.5, - "employment_rate_ft_perm": 97.0, - "basic_monthly_mean": 3371.0, - "basic_monthly_median": 3400.0, - "gross_monthly_mean": 3616.0, - "gross_monthly_median": 3600.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 3750.0 - }, - { - "year": 2021, - "employment_rate_overall": 97.9, - "employment_rate_ft_perm": 96.8, - "basic_monthly_mean": 3482.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3750.0, - "gross_monthly_median": 3750.0, - "gross_mthly_25_percentile": 3550.0, - "gross_mthly_75_percentile": 3950.0 - }, - { - "year": 2022, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 99.0, - "basic_monthly_mean": 3575.0, - "basic_monthly_median": 3550.0, - "gross_monthly_mean": 3834.0, - "gross_monthly_median": 3850.0, - "gross_mthly_25_percentile": 3650.0, - "gross_mthly_75_percentile": 4000.0 - }, - { - "year": 2023, - "employment_rate_overall": 97.8, - "employment_rate_ft_perm": 97.0, - "basic_monthly_mean": 3690.0, - "basic_monthly_median": 3750.0, - "gross_monthly_mean": 3981.0, - "gross_monthly_median": 4000.0, - "gross_mthly_25_percentile": 3700.0, - "gross_mthly_75_percentile": 4250.0 - } - ] - }, - { - "university": "National University of Singapore", - "degree": "Bachelor of Science (Pharmaceutical Science) (Hons)", - "school": "Faculty of Science", - "slug": "bachelor-of-science-pharmaceutical-science-hons-nus", - "data": [ - { - "year": 2022, - "employment_rate_overall": 94.1, - "employment_rate_ft_perm": 76.5, - "basic_monthly_mean": 3769.0, - "basic_monthly_median": 3700.0, - "gross_monthly_mean": 3808.0, - "gross_monthly_median": 3700.0, - "gross_mthly_25_percentile": 3400.0, - "gross_mthly_75_percentile": 4350.0 - }, - { - "year": 2023, - "employment_rate_overall": 96.6, - "employment_rate_ft_perm": 93.1, - "basic_monthly_mean": 3892.0, - "basic_monthly_median": 3700.0, - "gross_monthly_mean": 3999.0, - "gross_monthly_median": 3900.0, - "gross_mthly_25_percentile": 3625.0, - "gross_mthly_75_percentile": 4200.0 - } - ] - }, - { - "university": "National University of Singapore", - "degree": "Bachelor of Science (Pharmacy)", - "school": "Faculty of Science", - "slug": "bachelor-of-science-pharmacy-nus", - "data": [ - { - "year": 2010, - "employment_rate_overall": 98.5, - "employment_rate_ft_perm": 92.3, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 3298.0, - "gross_monthly_median": 3200.0, - "gross_mthly_25_percentile": 3100.0, - "gross_mthly_75_percentile": 3300.0 - }, - { - "year": 2011, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 98.9, - "basic_monthly_mean": 3057.0, - "basic_monthly_median": 3100.0, - "gross_monthly_mean": 3346.0, - "gross_monthly_median": 3300.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2012, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 98.5, - "basic_monthly_mean": 3408.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3560.0, - "gross_monthly_median": 3525.0, - "gross_mthly_25_percentile": 3338.0, - "gross_mthly_75_percentile": 3800.0 - }, - { - "year": 2013, - "employment_rate_overall": 96.4, - "employment_rate_ft_perm": 96.4, - "basic_monthly_mean": 3473.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3540.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3350.0, - "gross_mthly_75_percentile": 3750.0 - }, - { - "year": 2014, - "employment_rate_overall": 98.9, - "employment_rate_ft_perm": 96.7, - "basic_monthly_mean": 3467.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3670.0, - "gross_monthly_median": 3630.0, - "gross_mthly_25_percentile": 3470.0, - "gross_mthly_75_percentile": 4000.0 - }, - { - "year": 2015, - "employment_rate_overall": 99.0, - "employment_rate_ft_perm": 97.9, - "basic_monthly_mean": 3431.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3717.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3400.0, - "gross_mthly_75_percentile": 3929.0 - }, - { - "year": 2016, - "employment_rate_overall": 99.1, - "employment_rate_ft_perm": 97.2, - "basic_monthly_mean": 3500.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3597.0, - "gross_monthly_median": 3600.0, - "gross_mthly_25_percentile": 3300.0, - "gross_mthly_75_percentile": 3950.0 - }, - { - "year": 2017, - "employment_rate_overall": 99.1, - "employment_rate_ft_perm": 94.5, - "basic_monthly_mean": 3473.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3616.0, - "gross_monthly_median": 3600.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 3800.0 - }, - { - "year": 2018, - "employment_rate_overall": 96.6, - "employment_rate_ft_perm": 93.2, - "basic_monthly_mean": 3549.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3723.0, - "gross_monthly_median": 3650.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 3900.0 - }, - { - "year": 2019, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 95.5, - "basic_monthly_mean": 3648.0, - "basic_monthly_median": 3600.0, - "gross_monthly_mean": 3840.0, - "gross_monthly_median": 3750.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 4000.0 - }, - { - "year": 2020, - "employment_rate_overall": 99.3, - "employment_rate_ft_perm": 93.7, - "basic_monthly_mean": 3590.0, - "basic_monthly_median": 3600.0, - "gross_monthly_mean": 3751.0, - "gross_monthly_median": 3700.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 3950.0 - }, - { - "year": 2021, - "employment_rate_overall": 95.9, - "employment_rate_ft_perm": 91.9, - "basic_monthly_mean": 3773.0, - "basic_monthly_median": 3760.0, - "gross_monthly_mean": 3923.0, - "gross_monthly_median": 3915.0, - "gross_mthly_25_percentile": 3636.0, - "gross_mthly_75_percentile": 4200.0 - }, - { - "year": 2022, - "employment_rate_overall": 98.4, - "employment_rate_ft_perm": 95.1, - "basic_monthly_mean": 3829.0, - "basic_monthly_median": 3798.0, - "gross_monthly_mean": 4053.0, - "gross_monthly_median": 4000.0, - "gross_mthly_25_percentile": 3750.0, - "gross_mthly_75_percentile": 4250.0 - } - ] - }, - { - "university": "National University of Singapore", - "degree": "Bachelor of Science (Project and Facilities Management)", - "school": "College of Design and Engineering", - "slug": "bachelor-of-science-project-and-facilities-management-nus", - "data": [ - { - "year": 2010, - "employment_rate_overall": 91.5, - "employment_rate_ft_perm": 89.0, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 2657.0, - "gross_monthly_median": 2500.0, - "gross_mthly_25_percentile": 2425.0, - "gross_mthly_75_percentile": 2800.0 - }, - { - "year": 2011, - "employment_rate_overall": 97.8, - "employment_rate_ft_perm": 96.7, - "basic_monthly_mean": 2627.0, - "basic_monthly_median": 2600.0, - "gross_monthly_mean": 2760.0, - "gross_monthly_median": 2770.0, - "gross_mthly_25_percentile": 2500.0, - "gross_mthly_75_percentile": 3000.0 - }, - { - "year": 2012, - "employment_rate_overall": 92.9, - "employment_rate_ft_perm": 91.8, - "basic_monthly_mean": 2948.0, - "basic_monthly_median": 2900.0, - "gross_monthly_mean": 3046.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2756.0, - "gross_mthly_75_percentile": 3200.0 - }, - { - "year": 2013, - "employment_rate_overall": 96.8, - "employment_rate_ft_perm": 96.8, - "basic_monthly_mean": 2961.0, - "basic_monthly_median": 2980.0, - "gross_monthly_mean": 3025.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2800.0, - "gross_mthly_75_percentile": 3200.0 - }, - { - "year": 2014, - "employment_rate_overall": 95.3, - "employment_rate_ft_perm": 94.1, - "basic_monthly_mean": 3089.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3181.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2900.0, - "gross_mthly_75_percentile": 3360.0 - }, - { - "year": 2015, - "employment_rate_overall": 94.3, - "employment_rate_ft_perm": 90.8, - "basic_monthly_mean": 2989.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3067.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2800.0, - "gross_mthly_75_percentile": 3215.0 - }, - { - "year": 2016, - "employment_rate_overall": 87.8, - "employment_rate_ft_perm": 84.7, - "basic_monthly_mean": 3035.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3113.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2850.0, - "gross_mthly_75_percentile": 3276.0 - }, - { - "year": 2017, - "employment_rate_overall": 90.8, - "employment_rate_ft_perm": 81.7, - "basic_monthly_mean": 3105.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3162.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2900.0, - "gross_mthly_75_percentile": 3300.0 - }, - { - "year": 2018, - "employment_rate_overall": 89.0, - "employment_rate_ft_perm": 84.6, - "basic_monthly_mean": 3189.0, - "basic_monthly_median": 3040.0, - "gross_monthly_mean": 3237.0, - "gross_monthly_median": 3060.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3300.0 - }, - { - "year": 2019, - "employment_rate_overall": 88.3, - "employment_rate_ft_perm": 80.6, - "basic_monthly_mean": 3189.0, - "basic_monthly_median": 3100.0, - "gross_monthly_mean": 3243.0, - "gross_monthly_median": 3155.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3480.0 - }, - { - "year": 2020, - "employment_rate_overall": 92.2, - "employment_rate_ft_perm": 66.7, - "basic_monthly_mean": 3338.0, - "basic_monthly_median": 3200.0, - "gross_monthly_mean": 3400.0, - "gross_monthly_median": 3200.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2021, - "employment_rate_overall": 93.1, - "employment_rate_ft_perm": 92.1, - "basic_monthly_mean": 3424.0, - "basic_monthly_median": 3450.0, - "gross_monthly_mean": 3560.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3200.0, - "gross_mthly_75_percentile": 3700.0 - }, - { - "year": 2022, - "employment_rate_overall": 98.4, - "employment_rate_ft_perm": 92.0, - "basic_monthly_mean": 3612.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3670.0, - "gross_monthly_median": 3555.0, - "gross_mthly_25_percentile": 3375.0, - "gross_mthly_75_percentile": 3855.0 - }, - { - "year": 2023, - "employment_rate_overall": 87.0, - "employment_rate_ft_perm": 83.5, - "basic_monthly_mean": 3907.0, - "basic_monthly_median": 3800.0, - "gross_monthly_mean": 4000.0, - "gross_monthly_median": 3855.0, - "gross_mthly_25_percentile": 3650.0, - "gross_mthly_75_percentile": 4299.0 - } - ] - }, - { - "university": "National University of Singapore", - "degree": "Bachelor of Science (Real Estate)", - "school": "NUS Business School", - "slug": "bachelor-of-science-real-estate-nus", - "data": [ - { - "year": 2009, - "employment_rate_overall": 92.3, - "employment_rate_ft_perm": 87.9, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 2831.0, - "gross_monthly_median": 2600.0, - "gross_mthly_25_percentile": 2400.0, - "gross_mthly_75_percentile": 3000.0 - }, - { - "year": 2010, - "employment_rate_overall": 89.6, - "employment_rate_ft_perm": 88.5, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 2762.0, - "gross_monthly_median": 2650.0, - "gross_mthly_25_percentile": 2400.0, - "gross_mthly_75_percentile": 3000.0 - }, - { - "year": 2011, - "employment_rate_overall": 95.3, - "employment_rate_ft_perm": 94.4, - "basic_monthly_mean": 2752.0, - "basic_monthly_median": 2700.0, - "gross_monthly_mean": 2888.0, - "gross_monthly_median": 2800.0, - "gross_mthly_25_percentile": 2500.0, - "gross_mthly_75_percentile": 3000.0 - }, - { - "year": 2012, - "employment_rate_overall": 92.6, - "employment_rate_ft_perm": 89.8, - "basic_monthly_mean": 2914.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3042.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2700.0, - "gross_mthly_75_percentile": 3260.0 - }, - { - "year": 2013, - "employment_rate_overall": 89.2, - "employment_rate_ft_perm": 89.2, - "basic_monthly_mean": 2839.0, - "basic_monthly_median": 2800.0, - "gross_monthly_mean": 2988.0, - "gross_monthly_median": 2900.0, - "gross_mthly_25_percentile": 2600.0, - "gross_mthly_75_percentile": 3179.0 - }, - { - "year": 2014, - "employment_rate_overall": 93.1, - "employment_rate_ft_perm": 89.2, - "basic_monthly_mean": 2931.0, - "basic_monthly_median": 2950.0, - "gross_monthly_mean": 3108.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2750.0, - "gross_mthly_75_percentile": 3300.0 - }, - { - "year": 2015, - "employment_rate_overall": 93.9, - "employment_rate_ft_perm": 89.6, - "basic_monthly_mean": 3146.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3325.0, - "gross_monthly_median": 3100.0, - "gross_mthly_25_percentile": 2810.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2016, - "employment_rate_overall": 94.6, - "employment_rate_ft_perm": 92.4, - "basic_monthly_mean": 3247.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3368.0, - "gross_monthly_median": 3200.0, - "gross_mthly_25_percentile": 2950.0, - "gross_mthly_75_percentile": 3735.0 - }, - { - "year": 2017, - "employment_rate_overall": 93.8, - "employment_rate_ft_perm": 88.7, - "basic_monthly_mean": 3090.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3168.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2800.0, - "gross_mthly_75_percentile": 3300.0 - }, - { - "year": 2018, - "employment_rate_overall": 91.7, - "employment_rate_ft_perm": 85.1, - "basic_monthly_mean": 3295.0, - "basic_monthly_median": 3300.0, - "gross_monthly_mean": 3372.0, - "gross_monthly_median": 3300.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3600.0 - }, - { - "year": 2019, - "employment_rate_overall": 95.3, - "employment_rate_ft_perm": 89.6, - "basic_monthly_mean": 3431.0, - "basic_monthly_median": 3400.0, - "gross_monthly_mean": 3494.0, - "gross_monthly_median": 3400.0, - "gross_mthly_25_percentile": 3100.0, - "gross_mthly_75_percentile": 3650.0 - }, - { - "year": 2020, - "employment_rate_overall": 95.1, - "employment_rate_ft_perm": 68.6, - "basic_monthly_mean": 3609.0, - "basic_monthly_median": 3600.0, - "gross_monthly_mean": 3682.0, - "gross_monthly_median": 3630.0, - "gross_mthly_25_percentile": 3200.0, - "gross_mthly_75_percentile": 4000.0 - }, - { - "year": 2021, - "employment_rate_overall": 94.5, - "employment_rate_ft_perm": 82.4, - "basic_monthly_mean": 3692.0, - "basic_monthly_median": 3575.0, - "gross_monthly_mean": 3863.0, - "gross_monthly_median": 3700.0, - "gross_mthly_25_percentile": 3400.0, - "gross_mthly_75_percentile": 4000.0 - }, - { - "year": 2022, - "employment_rate_overall": 99.0, - "employment_rate_ft_perm": 95.1, - "basic_monthly_mean": 3924.0, - "basic_monthly_median": 3800.0, - "gross_monthly_mean": 4062.0, - "gross_monthly_median": 3850.0, - "gross_mthly_25_percentile": 3600.0, - "gross_mthly_75_percentile": 4400.0 - }, - { - "year": 2023, - "employment_rate_overall": 92.0, - "employment_rate_ft_perm": 86.6, - "basic_monthly_mean": 4097.0, - "basic_monthly_median": 4000.0, - "gross_monthly_mean": 4239.0, - "gross_monthly_median": 4000.0, - "gross_mthly_25_percentile": 3800.0, - "gross_mthly_75_percentile": 4500.0 - } - ] - }, - { - "university": "National University of Singapore", - "degree": "Bachelor of Science with Honours", - "school": "Yale-NUS College", - "slug": "bachelor-of-science-with-honours-nus", - "data": [ - { - "year": 2017, - "employment_rate_overall": 91.7, - "employment_rate_ft_perm": 75.0, - "basic_monthly_mean": 4362.0, - "basic_monthly_median": 4083.0, - "gross_monthly_mean": 4362.0, - "gross_monthly_median": 4083.0, - "gross_mthly_25_percentile": 3600.0, - "gross_mthly_75_percentile": 4875.0 - }, - { - "year": 2018, - "employment_rate_overall": 89.5, - "employment_rate_ft_perm": 78.9, - "basic_monthly_mean": 5017.0, - "basic_monthly_median": 4800.0, - "gross_monthly_mean": 5136.0, - "gross_monthly_median": 4800.0, - "gross_mthly_25_percentile": 3600.0, - "gross_mthly_75_percentile": 6435.0 - }, - { - "year": 2019, - "employment_rate_overall": 94.7, - "employment_rate_ft_perm": 89.5, - "basic_monthly_mean": 6962.0, - "basic_monthly_median": 5000.0, - "gross_monthly_mean": 7139.0, - "gross_monthly_median": 5000.0, - "gross_mthly_25_percentile": 4150.0, - "gross_mthly_75_percentile": 9967.0 - }, - { - "year": 2020, - "employment_rate_overall": 92.6, - "employment_rate_ft_perm": 77.8, - "basic_monthly_mean": 5615.0, - "basic_monthly_median": 5350.0, - "gross_monthly_mean": 5798.0, - "gross_monthly_median": 5350.0, - "gross_mthly_25_percentile": 4225.0, - "gross_mthly_75_percentile": 6485.0 - }, - { - "year": 2021, - "employment_rate_overall": 94.6, - "employment_rate_ft_perm": 83.8, - "basic_monthly_mean": 4779.0, - "basic_monthly_median": 4500.0, - "gross_monthly_mean": 4952.0, - "gross_monthly_median": 4500.0, - "gross_mthly_25_percentile": 3800.0, - "gross_mthly_75_percentile": 5650.0 - }, - { - "year": 2022, - "employment_rate_overall": 96.3, - "employment_rate_ft_perm": 88.9, - "basic_monthly_mean": 6764.0, - "basic_monthly_median": 5875.0, - "gross_monthly_mean": 6879.0, - "gross_monthly_median": 6038.0, - "gross_mthly_25_percentile": 4500.0, - "gross_mthly_75_percentile": 9000.0 - }, - { - "year": 2023, - "employment_rate_overall": 82.9, - "employment_rate_ft_perm": 82.9, - "basic_monthly_mean": 5381.0, - "basic_monthly_median": 4500.0, - "gross_monthly_mean": 5490.0, - "gross_monthly_median": 4600.0, - "gross_mthly_25_percentile": 4100.0, - "gross_mthly_75_percentile": 6372.0 - } - ] - }, - { - "university": "National University of Singapore", - "degree": "Bachelor of Social Sciences", - "school": "Faculty of Arts & Social Sciences", - "slug": "bachelor-of-social-sciences-nus", - "data": [ - { - "year": 2009, - "employment_rate_overall": 92.6, - "employment_rate_ft_perm": 81.2, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 2845.0, - "gross_monthly_median": 2750.0, - "gross_mthly_25_percentile": 2500.0, - "gross_mthly_75_percentile": 3150.0 - }, - { - "year": 2010, - "employment_rate_overall": 89.2, - "employment_rate_ft_perm": 80.9, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 3062.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2600.0, - "gross_mthly_75_percentile": 3335.0 - }, - { - "year": 2011, - "employment_rate_overall": 91.8, - "employment_rate_ft_perm": 84.9, - "basic_monthly_mean": 2878.0, - "basic_monthly_median": 2813.0, - "gross_monthly_mean": 3088.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2700.0, - "gross_mthly_75_percentile": 3350.0 - }, - { - "year": 2012, - "employment_rate_overall": 89.1, - "employment_rate_ft_perm": 84.3, - "basic_monthly_mean": 3151.0, - "basic_monthly_median": 3160.0, - "gross_monthly_mean": 3290.0, - "gross_monthly_median": 3200.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3600.0 - }, - { - "year": 2013, - "employment_rate_overall": 88.1, - "employment_rate_ft_perm": 76.8, - "basic_monthly_mean": 3098.0, - "basic_monthly_median": 3100.0, - "gross_monthly_mean": 3210.0, - "gross_monthly_median": 3200.0, - "gross_mthly_25_percentile": 2800.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2014, - "employment_rate_overall": 88.7, - "employment_rate_ft_perm": 80.1, - "basic_monthly_mean": 3192.0, - "basic_monthly_median": 3200.0, - "gross_monthly_mean": 3304.0, - "gross_monthly_median": 3250.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3600.0 - }, - { - "year": 2015, - "employment_rate_overall": 88.6, - "employment_rate_ft_perm": 79.8, - "basic_monthly_mean": 3317.0, - "basic_monthly_median": 3300.0, - "gross_monthly_mean": 3442.0, - "gross_monthly_median": 3310.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3686.0 - }, - { - "year": 2016, - "employment_rate_overall": 89.5, - "employment_rate_ft_perm": 73.3, - "basic_monthly_mean": 3341.0, - "basic_monthly_median": 3300.0, - "gross_monthly_mean": 3423.0, - "gross_monthly_median": 3300.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3650.0 - }, - { - "year": 2017, - "employment_rate_overall": 88.3, - "employment_rate_ft_perm": 74.7, - "basic_monthly_mean": 3365.0, - "basic_monthly_median": 3300.0, - "gross_monthly_mean": 3443.0, - "gross_monthly_median": 3300.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3750.0 - }, - { - "year": 2018, - "employment_rate_overall": 88.2, - "employment_rate_ft_perm": 74.5, - "basic_monthly_mean": 3459.0, - "basic_monthly_median": 3400.0, - "gross_monthly_mean": 3526.0, - "gross_monthly_median": 3400.0, - "gross_mthly_25_percentile": 3200.0, - "gross_mthly_75_percentile": 3800.0 - }, - { - "year": 2019, - "employment_rate_overall": 88.0, - "employment_rate_ft_perm": 75.9, - "basic_monthly_mean": 3590.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3674.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3212.0, - "gross_mthly_75_percentile": 3850.0 - }, - { - "year": 2020, - "employment_rate_overall": 93.5, - "employment_rate_ft_perm": 65.3, - "basic_monthly_mean": 3597.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3666.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3345.0, - "gross_mthly_75_percentile": 3875.0 - }, - { - "year": 2021, - "employment_rate_overall": 92.5, - "employment_rate_ft_perm": 78.2, - "basic_monthly_mean": 3757.0, - "basic_monthly_median": 3531.0, - "gross_monthly_mean": 3850.0, - "gross_monthly_median": 3600.0, - "gross_mthly_25_percentile": 3400.0, - "gross_mthly_75_percentile": 4100.0 - }, - { - "year": 2022, - "employment_rate_overall": 92.3, - "employment_rate_ft_perm": 81.1, - "basic_monthly_mean": 3935.0, - "basic_monthly_median": 3650.0, - "gross_monthly_mean": 4056.0, - "gross_monthly_median": 3795.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 4350.0 - }, - { - "year": 2023, - "employment_rate_overall": 89.0, - "employment_rate_ft_perm": 80.7, - "basic_monthly_mean": 4173.0, - "basic_monthly_median": 4000.0, - "gross_monthly_mean": 4304.0, - "gross_monthly_median": 4015.0, - "gross_mthly_25_percentile": 3720.0, - "gross_mthly_75_percentile": 4500.0 - } - ] - }, - { - "university": "Singapore Institute of Technology", - "degree": "Bachelor in Science (Diagnostic Radiography)", - "school": "SIT / SIT-Trinity College Dublin / Trinity College Dublin", - "slug": "bachelor-in-science-diagnostic-radiography-sit", - "data": [ - { - "year": 2015, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": 3322.0, - "basic_monthly_median": 3300.0, - "gross_monthly_mean": 3486.0, - "gross_monthly_median": 3488.0, - "gross_mthly_25_percentile": 3313.0, - "gross_mthly_75_percentile": 3650.0 - }, - { - "year": 2016, - "employment_rate_overall": 88.2, - "employment_rate_ft_perm": 88.2, - "basic_monthly_mean": 3406.0, - "basic_monthly_median": 3385.0, - "gross_monthly_mean": 3628.0, - "gross_monthly_median": 3660.0, - "gross_mthly_25_percentile": 3400.0, - "gross_mthly_75_percentile": 3930.0 - }, - { - "year": 2018, - "employment_rate_overall": 95.8, - "employment_rate_ft_perm": 87.5, - "basic_monthly_mean": 3476.0, - "basic_monthly_median": 3300.0, - "gross_monthly_mean": 3571.0, - "gross_monthly_median": 3350.0, - "gross_mthly_25_percentile": 3300.0, - "gross_mthly_75_percentile": 3800.0 - }, - { - "year": 2020, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": 3446.0, - "basic_monthly_median": 3400.0, - "gross_monthly_mean": 3685.0, - "gross_monthly_median": 3650.0, - "gross_mthly_25_percentile": 3400.0, - "gross_mthly_75_percentile": 3859.0 - } - ] - }, - { - "university": "Singapore Institute of Technology", - "degree": "Bachelor in Science (Occupational Therapy)", - "school": "SIT / SIT-Trinity College Dublin / Trinity College Dublin", - "slug": "bachelor-in-science-occupational-therapy-sit", - "data": [ - { - "year": 2014, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": 3127.0, - "basic_monthly_median": 3100.0, - "gross_monthly_mean": 3151.0, - "gross_monthly_median": 3100.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3338.0 - }, - { - "year": 2015, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": 3126.0, - "basic_monthly_median": 3120.0, - "gross_monthly_mean": 3149.0, - "gross_monthly_median": 3125.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3225.0 - }, - { - "year": 2016, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": 3297.0, - "basic_monthly_median": 3200.0, - "gross_monthly_mean": 3301.0, - "gross_monthly_median": 3200.0, - "gross_mthly_25_percentile": 3100.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2017, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 97.1, - "basic_monthly_mean": 3217.0, - "basic_monthly_median": 3250.0, - "gross_monthly_mean": 3258.0, - "gross_monthly_median": 3300.0, - "gross_mthly_25_percentile": 3020.0, - "gross_mthly_75_percentile": 3450.0 - }, - { - "year": 2018, - "employment_rate_overall": 96.6, - "employment_rate_ft_perm": 96.6, - "basic_monthly_mean": 3409.0, - "basic_monthly_median": 3450.0, - "gross_monthly_mean": 3431.0, - "gross_monthly_median": 3460.0, - "gross_mthly_25_percentile": 3300.0, - "gross_mthly_75_percentile": 3610.0 - }, - { - "year": 2019, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": 3429.0, - "basic_monthly_median": 3400.0, - "gross_monthly_mean": 3466.0, - "gross_monthly_median": 3425.0, - "gross_mthly_25_percentile": 3308.0, - "gross_mthly_75_percentile": 3650.0 - }, - { - "year": 2020, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": 3510.0, - "basic_monthly_median": 3400.0, - "gross_monthly_mean": 3542.0, - "gross_monthly_median": 3400.0, - "gross_mthly_25_percentile": 3364.0, - "gross_mthly_75_percentile": 3629.0 - } - ] - }, - { - "university": "Singapore Institute of Technology", - "degree": "Bachelor in Science (Physiotherapy)", - "school": "SIT / SIT-Trinity College Dublin / Trinity College Dublin", - "slug": "bachelor-in-science-physiotherapy-sit", - "data": [ - { - "year": 2014, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": 3204.0, - "basic_monthly_median": 3200.0, - "gross_monthly_mean": 3229.0, - "gross_monthly_median": 3200.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2015, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 98.3, - "basic_monthly_mean": 3234.0, - "basic_monthly_median": 3200.0, - "gross_monthly_mean": 3310.0, - "gross_monthly_median": 3222.0, - "gross_mthly_25_percentile": 3200.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2016, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": 3310.0, - "basic_monthly_median": 3300.0, - "gross_monthly_mean": 3344.0, - "gross_monthly_median": 3300.0, - "gross_mthly_25_percentile": 3240.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2017, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 96.8, - "basic_monthly_mean": 3483.0, - "basic_monthly_median": 3350.0, - "gross_monthly_mean": 3489.0, - "gross_monthly_median": 3400.0, - "gross_mthly_25_percentile": 3300.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2018, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": 3258.0, - "basic_monthly_median": 3300.0, - "gross_monthly_mean": 3276.0, - "gross_monthly_median": 3300.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3600.0 - }, - { - "year": 2019, - "employment_rate_overall": 98.3, - "employment_rate_ft_perm": 98.3, - "basic_monthly_mean": 3479.0, - "basic_monthly_median": 3400.0, - "gross_monthly_mean": 3498.0, - "gross_monthly_median": 3400.0, - "gross_mthly_25_percentile": 3400.0, - "gross_mthly_75_percentile": 3620.0 - }, - { - "year": 2020, - "employment_rate_overall": 98.2, - "employment_rate_ft_perm": 96.3, - "basic_monthly_mean": 3485.0, - "basic_monthly_median": 3480.0, - "gross_monthly_mean": 3518.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3400.0, - "gross_mthly_75_percentile": 3700.0 - } - ] - }, - { - "university": "Singapore Institute of Technology", - "degree": "Bachelor of Accountancy with Honours", - "school": "Singapore Institute of Technology (SIT)", - "slug": "bachelor-of-accountancy-with-honours-sit", - "data": [ - { - "year": 2017, - "employment_rate_overall": 94.1, - "employment_rate_ft_perm": 92.1, - "basic_monthly_mean": 3073.0, - "basic_monthly_median": 3050.0, - "gross_monthly_mean": 3113.0, - "gross_monthly_median": 3088.0, - "gross_mthly_25_percentile": 2975.0, - "gross_mthly_75_percentile": 3250.0 - }, - { - "year": 2018, - "employment_rate_overall": 96.3, - "employment_rate_ft_perm": 91.5, - "basic_monthly_mean": 3188.0, - "basic_monthly_median": 3050.0, - "gross_monthly_mean": 3216.0, - "gross_monthly_median": 3075.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3250.0 - }, - { - "year": 2019, - "employment_rate_overall": 93.7, - "employment_rate_ft_perm": 89.2, - "basic_monthly_mean": 3181.0, - "basic_monthly_median": 3100.0, - "gross_monthly_mean": 3239.0, - "gross_monthly_median": 3100.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3250.0 - }, - { - "year": 2020, - "employment_rate_overall": 97.4, - "employment_rate_ft_perm": 69.8, - "basic_monthly_mean": 3107.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3120.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3200.0 - }, - { - "year": 2021, - "employment_rate_overall": 97.7, - "employment_rate_ft_perm": 86.8, - "basic_monthly_mean": 3363.0, - "basic_monthly_median": 3400.0, - "gross_monthly_mean": 3431.0, - "gross_monthly_median": 3400.0, - "gross_mthly_25_percentile": 3200.0, - "gross_mthly_75_percentile": 3460.0 - }, - { - "year": 2022, - "employment_rate_overall": 91.8, - "employment_rate_ft_perm": 91.8, - "basic_monthly_mean": 3812.0, - "basic_monthly_median": 3600.0, - "gross_monthly_mean": 3841.0, - "gross_monthly_median": 3600.0, - "gross_mthly_25_percentile": 3600.0, - "gross_mthly_75_percentile": 4000.0 - } - ] - }, - { - "university": "Singapore Institute of Technology", - "degree": "Bachelor of Arts in Game Design", - "school": "DigiPen Institute of Technology", - "slug": "bachelor-of-arts-in-game-design-sit", - "data": [ - { - "year": 2014, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 86.7, - "basic_monthly_mean": 2490.0, - "basic_monthly_median": 2700.0, - "gross_monthly_mean": 2490.0, - "gross_monthly_median": 2700.0, - "gross_mthly_25_percentile": 2575.0, - "gross_mthly_75_percentile": 2800.0 - }, - { - "year": 2017, - "employment_rate_overall": 96.2, - "employment_rate_ft_perm": 92.3, - "basic_monthly_mean": 3040.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3067.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2800.0, - "gross_mthly_75_percentile": 3200.0 - }, - { - "year": 2018, - "employment_rate_overall": 86.7, - "employment_rate_ft_perm": 86.7, - "basic_monthly_mean": 3277.0, - "basic_monthly_median": 3300.0, - "gross_monthly_mean": 3324.0, - "gross_monthly_median": 3300.0, - "gross_mthly_25_percentile": 3196.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2019, - "employment_rate_overall": 83.3, - "employment_rate_ft_perm": 79.2, - "basic_monthly_mean": 3122.0, - "basic_monthly_median": 3120.0, - "gross_monthly_mean": 3167.0, - "gross_monthly_median": 3220.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2020, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 78.6, - "basic_monthly_mean": 3486.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3575.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3100.0, - "gross_mthly_75_percentile": 3600.0 - }, - { - "year": 2021, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 81.5, - "basic_monthly_mean": 3457.0, - "basic_monthly_median": 3200.0, - "gross_monthly_mean": 3490.0, - "gross_monthly_median": 3300.0, - "gross_mthly_25_percentile": 3200.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2022, - "employment_rate_overall": 67.9, - "employment_rate_ft_perm": 60.7, - "basic_monthly_mean": 3847.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3884.0, - "gross_monthly_median": 3600.0, - "gross_mthly_25_percentile": 3400.0, - "gross_mthly_75_percentile": 4250.0 - } - ] - }, - { - "university": "Singapore Institute of Technology", - "degree": "Bachelor of Arts with Honours in Communication Design", - "school": "The Glasgow School of Art", - "slug": "bachelor-of-arts-with-honours-in-communication-design-sit", - "data": [ - { - "year": 2014, - "employment_rate_overall": 89.1, - "employment_rate_ft_perm": 78.3, - "basic_monthly_mean": 2547.0, - "basic_monthly_median": 2500.0, - "gross_monthly_mean": 2595.0, - "gross_monthly_median": 2500.0, - "gross_mthly_25_percentile": 2400.0, - "gross_mthly_75_percentile": 2800.0 - }, - { - "year": 2015, - "employment_rate_overall": 76.1, - "employment_rate_ft_perm": 54.3, - "basic_monthly_mean": 2896.0, - "basic_monthly_median": 2750.0, - "gross_monthly_mean": 2922.0, - "gross_monthly_median": 2750.0, - "gross_mthly_25_percentile": 2523.0, - "gross_mthly_75_percentile": 2975.0 - }, - { - "year": 2016, - "employment_rate_overall": 91.1, - "employment_rate_ft_perm": 58.9, - "basic_monthly_mean": 2652.0, - "basic_monthly_median": 2600.0, - "gross_monthly_mean": 2652.0, - "gross_monthly_median": 2600.0, - "gross_mthly_25_percentile": 2500.0, - "gross_mthly_75_percentile": 2700.0 - }, - { - "year": 2017, - "employment_rate_overall": 90.7, - "employment_rate_ft_perm": 68.5, - "basic_monthly_mean": 2819.0, - "basic_monthly_median": 2600.0, - "gross_monthly_mean": 2949.0, - "gross_monthly_median": 2700.0, - "gross_mthly_25_percentile": 2500.0, - "gross_mthly_75_percentile": 3200.0 - }, - { - "year": 2018, - "employment_rate_overall": 84.9, - "employment_rate_ft_perm": 54.7, - "basic_monthly_mean": 2818.0, - "basic_monthly_median": 2850.0, - "gross_monthly_mean": 3055.0, - "gross_monthly_median": 2950.0, - "gross_mthly_25_percentile": 2550.0, - "gross_mthly_75_percentile": 3000.0 - }, - { - "year": 2019, - "employment_rate_overall": 78.7, - "employment_rate_ft_perm": 55.3, - "basic_monthly_mean": 2724.0, - "basic_monthly_median": 2800.0, - "gross_monthly_mean": 2832.0, - "gross_monthly_median": 2800.0, - "gross_mthly_25_percentile": 2450.0, - "gross_mthly_75_percentile": 3000.0 - }, - { - "year": 2020, - "employment_rate_overall": 85.7, - "employment_rate_ft_perm": 38.1, - "basic_monthly_mean": 2773.0, - "basic_monthly_median": 2800.0, - "gross_monthly_mean": 2876.0, - "gross_monthly_median": 2800.0, - "gross_mthly_25_percentile": 2500.0, - "gross_mthly_75_percentile": 3000.0 - }, - { - "year": 2021, - "employment_rate_overall": 94.4, - "employment_rate_ft_perm": 59.3, - "basic_monthly_mean": 2951.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 2989.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2700.0, - "gross_mthly_75_percentile": 3200.0 - } - ] - }, - { - "university": "Singapore Institute of Technology", - "degree": "Bachelor of Arts with Honours in Criminology and Security", - "school": "University of Liverpool", - "slug": "bachelor-of-arts-with-honours-in-criminology-and-security-sit", - "data": [ - { - "year": 2016, - "employment_rate_overall": 92.6, - "employment_rate_ft_perm": 81.5, - "basic_monthly_mean": 4096.0, - "basic_monthly_median": 4200.0, - "gross_monthly_mean": 4131.0, - "gross_monthly_median": 4200.0, - "gross_mthly_25_percentile": 3700.0, - "gross_mthly_75_percentile": 4600.0 - }, - { - "year": 2017, - "employment_rate_overall": 86.4, - "employment_rate_ft_perm": 69.5, - "basic_monthly_mean": 3759.0, - "basic_monthly_median": 3800.0, - "gross_monthly_mean": 3825.0, - "gross_monthly_median": 3800.0, - "gross_mthly_25_percentile": 3050.0, - "gross_mthly_75_percentile": 4160.0 - }, - { - "year": 2018, - "employment_rate_overall": 91.9, - "employment_rate_ft_perm": 74.2, - "basic_monthly_mean": 3645.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3726.0, - "gross_monthly_median": 3729.0, - "gross_mthly_25_percentile": 3260.0, - "gross_mthly_75_percentile": 4100.0 - }, - { - "year": 2019, - "employment_rate_overall": 80.2, - "employment_rate_ft_perm": 70.4, - "basic_monthly_mean": 3647.0, - "basic_monthly_median": 3526.0, - "gross_monthly_mean": 3823.0, - "gross_monthly_median": 3695.0, - "gross_mthly_25_percentile": 3400.0, - "gross_mthly_75_percentile": 4050.0 - }, - { - "year": 2020, - "employment_rate_overall": 93.7, - "employment_rate_ft_perm": 68.4, - "basic_monthly_mean": 3634.0, - "basic_monthly_median": 3480.0, - "gross_monthly_mean": 3919.0, - "gross_monthly_median": 3700.0, - "gross_mthly_25_percentile": 3400.0, - "gross_mthly_75_percentile": 4300.0 - }, - { - "year": 2021, - "employment_rate_overall": 95.5, - "employment_rate_ft_perm": 81.8, - "basic_monthly_mean": 3807.0, - "basic_monthly_median": 3600.0, - "gross_monthly_mean": 4001.0, - "gross_monthly_median": 3850.0, - "gross_mthly_25_percentile": 3400.0, - "gross_mthly_75_percentile": 4500.0 - }, - { - "year": 2022, - "employment_rate_overall": 90.5, - "employment_rate_ft_perm": 85.7, - "basic_monthly_mean": 4278.0, - "basic_monthly_median": 4050.0, - "gross_monthly_mean": 4533.0, - "gross_monthly_median": 4561.0, - "gross_mthly_25_percentile": 4000.0, - "gross_mthly_75_percentile": 5293.0 - } - ] - }, - { - "university": "Singapore Institute of Technology", - "degree": "Bachelor of Arts with Honours in Interior Design", - "school": "The Glasgow School of Art", - "slug": "bachelor-of-arts-with-honours-in-interior-design-sit", - "data": [ - { - "year": 2014, - "employment_rate_overall": 93.9, - "employment_rate_ft_perm": 90.9, - "basic_monthly_mean": 2553.0, - "basic_monthly_median": 2500.0, - "gross_monthly_mean": 2583.0, - "gross_monthly_median": 2500.0, - "gross_mthly_25_percentile": 2373.0, - "gross_mthly_75_percentile": 2800.0 - }, - { - "year": 2015, - "employment_rate_overall": 87.5, - "employment_rate_ft_perm": 71.9, - "basic_monthly_mean": 2520.0, - "basic_monthly_median": 2600.0, - "gross_monthly_mean": 2893.0, - "gross_monthly_median": 2700.0, - "gross_mthly_25_percentile": 2500.0, - "gross_mthly_75_percentile": 3025.0 - }, - { - "year": 2016, - "employment_rate_overall": 97.4, - "employment_rate_ft_perm": 76.3, - "basic_monthly_mean": 2467.0, - "basic_monthly_median": 2500.0, - "gross_monthly_mean": 2485.0, - "gross_monthly_median": 2515.0, - "gross_mthly_25_percentile": 2200.0, - "gross_mthly_75_percentile": 2800.0 - }, - { - "year": 2017, - "employment_rate_overall": 92.3, - "employment_rate_ft_perm": 87.2, - "basic_monthly_mean": 2818.0, - "basic_monthly_median": 2700.0, - "gross_monthly_mean": 2841.0, - "gross_monthly_median": 2700.0, - "gross_mthly_25_percentile": 2500.0, - "gross_mthly_75_percentile": 3000.0 - }, - { - "year": 2018, - "employment_rate_overall": 92.3, - "employment_rate_ft_perm": 76.9, - "basic_monthly_mean": 2710.0, - "basic_monthly_median": 2700.0, - "gross_monthly_mean": 2796.0, - "gross_monthly_median": 2775.0, - "gross_mthly_25_percentile": 2500.0, - "gross_mthly_75_percentile": 3000.0 - }, - { - "year": 2019, - "employment_rate_overall": 87.1, - "employment_rate_ft_perm": 80.6, - "basic_monthly_mean": 2692.0, - "basic_monthly_median": 2700.0, - "gross_monthly_mean": 2760.0, - "gross_monthly_median": 2700.0, - "gross_mthly_25_percentile": 2400.0, - "gross_mthly_75_percentile": 3000.0 - }, - { - "year": 2020, - "employment_rate_overall": 83.9, - "employment_rate_ft_perm": 45.2, - "basic_monthly_mean": 2958.0, - "basic_monthly_median": 2500.0, - "gross_monthly_mean": 2992.0, - "gross_monthly_median": 2600.0, - "gross_mthly_25_percentile": 2500.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2021, - "employment_rate_overall": 94.3, - "employment_rate_ft_perm": 65.7, - "basic_monthly_mean": 2761.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 2807.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2500.0, - "gross_mthly_75_percentile": 3100.0 - } - ] - }, - { - "university": "Singapore Institute of Technology", - "degree": "Bachelor of Business Administration in Food Business Management", - "school": "The Culinary Institute of America", - "slug": "bachelor-of-business-administration-in-food-business-management-sit", - "data": [ - { - "year": 2018, - "employment_rate_overall": 86.5, - "employment_rate_ft_perm": 64.9, - "basic_monthly_mean": 2643.0, - "basic_monthly_median": 2530.0, - "gross_monthly_mean": 2929.0, - "gross_monthly_median": 2663.0, - "gross_mthly_25_percentile": 2415.0, - "gross_mthly_75_percentile": 3300.0 - }, - { - "year": 2019, - "employment_rate_overall": 81.0, - "employment_rate_ft_perm": 61.9, - "basic_monthly_mean": 2532.0, - "basic_monthly_median": 2350.0, - "gross_monthly_mean": 2852.0, - "gross_monthly_median": 2625.0, - "gross_mthly_25_percentile": 2200.0, - "gross_mthly_75_percentile": 3350.0 - }, - { - "year": 2020, - "employment_rate_overall": 86.0, - "employment_rate_ft_perm": 66.7, - "basic_monthly_mean": 2497.0, - "basic_monthly_median": 2475.0, - "gross_monthly_mean": 2675.0, - "gross_monthly_median": 2550.0, - "gross_mthly_25_percentile": 2300.0, - "gross_mthly_75_percentile": 2820.0 - }, - { - "year": 2021, - "employment_rate_overall": 91.9, - "employment_rate_ft_perm": 67.7, - "basic_monthly_mean": 2647.0, - "basic_monthly_median": 2500.0, - "gross_monthly_mean": 2817.0, - "gross_monthly_median": 2700.0, - "gross_mthly_25_percentile": 2500.0, - "gross_mthly_75_percentile": 3100.0 - }, - { - "year": 2022, - "employment_rate_overall": 89.5, - "employment_rate_ft_perm": 78.9, - "basic_monthly_mean": 2609.0, - "basic_monthly_median": 2450.0, - "gross_monthly_mean": 2969.0, - "gross_monthly_median": 3050.0, - "gross_mthly_25_percentile": 2300.0, - "gross_mthly_75_percentile": 3500.0 - } - ] - }, - { - "university": "Singapore Institute of Technology", - "degree": "Bachelor of Engineering with Honours in Aerospace Engineering", - "school": "SIT-University of Glasgow", - "slug": "bachelor-of-engineering-with-honours-in-aerospace-engineering-sit", - "data": [ - { - "year": 2014, - "employment_rate_overall": 88.0, - "employment_rate_ft_perm": 88.0, - "basic_monthly_mean": 3396.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3415.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2849.0, - "gross_mthly_75_percentile": 4194.0 - }, - { - "year": 2015, - "employment_rate_overall": 81.6, - "employment_rate_ft_perm": 73.7, - "basic_monthly_mean": 2766.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 2840.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2614.0, - "gross_mthly_75_percentile": 3293.0 - }, - { - "year": 2016, - "employment_rate_overall": 81.6, - "employment_rate_ft_perm": 65.3, - "basic_monthly_mean": 3042.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3277.0, - "gross_monthly_median": 3200.0, - "gross_mthly_25_percentile": 2800.0, - "gross_mthly_75_percentile": 3700.0 - }, - { - "year": 2017, - "employment_rate_overall": 81.3, - "employment_rate_ft_perm": 65.6, - "basic_monthly_mean": 3367.0, - "basic_monthly_median": 3100.0, - "gross_monthly_mean": 3481.0, - "gross_monthly_median": 3200.0, - "gross_mthly_25_percentile": 2950.0, - "gross_mthly_75_percentile": 3700.0 - }, - { - "year": 2018, - "employment_rate_overall": 78.0, - "employment_rate_ft_perm": 70.7, - "basic_monthly_mean": 3440.0, - "basic_monthly_median": 3200.0, - "gross_monthly_mean": 3454.0, - "gross_monthly_median": 3200.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2019, - "employment_rate_overall": 77.1, - "employment_rate_ft_perm": 64.6, - "basic_monthly_mean": 3500.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3597.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3200.0, - "gross_mthly_75_percentile": 4000.0 - }, - { - "year": 2020, - "employment_rate_overall": 91.2, - "employment_rate_ft_perm": 35.3, - "basic_monthly_mean": 4127.0, - "basic_monthly_median": 3900.0, - "gross_monthly_mean": 4159.0, - "gross_monthly_median": 3921.0, - "gross_mthly_25_percentile": 3400.0, - "gross_mthly_75_percentile": 5010.0 - }, - { - "year": 2022, - "employment_rate_overall": 74.3, - "employment_rate_ft_perm": 62.9, - "basic_monthly_mean": 4085.0, - "basic_monthly_median": 3750.0, - "gross_monthly_mean": 4372.0, - "gross_monthly_median": 4200.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 4400.0 - } - ] - }, - { - "university": "Singapore Institute of Technology", - "degree": "Bachelor of Engineering with Honours in Aerospace Systems", - "school": "University of Glasgow", - "slug": "bachelor-of-engineering-with-honours-in-aerospace-systems-sit", - "data": [ - { - "year": 2014, - "employment_rate_overall": 85.7, - "employment_rate_ft_perm": 75.0, - "basic_monthly_mean": 3217.0, - "basic_monthly_median": 3100.0, - "gross_monthly_mean": 3333.0, - "gross_monthly_median": 3150.0, - "gross_mthly_25_percentile": 2900.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2015, - "employment_rate_overall": 83.3, - "employment_rate_ft_perm": 70.8, - "basic_monthly_mean": 3128.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3185.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2882.0, - "gross_mthly_75_percentile": 3300.0 - }, - { - "year": 2016, - "employment_rate_overall": 82.2, - "employment_rate_ft_perm": 64.4, - "basic_monthly_mean": 3312.0, - "basic_monthly_median": 3225.0, - "gross_monthly_mean": 3390.0, - "gross_monthly_median": 3275.0, - "gross_mthly_25_percentile": 2900.0, - "gross_mthly_75_percentile": 4009.0 - }, - { - "year": 2017, - "employment_rate_overall": 80.0, - "employment_rate_ft_perm": 52.5, - "basic_monthly_mean": 3207.0, - "basic_monthly_median": 3125.0, - "gross_monthly_mean": 3280.0, - "gross_monthly_median": 3125.0, - "gross_mthly_25_percentile": 2625.0, - "gross_mthly_75_percentile": 3650.0 - }, - { - "year": 2018, - "employment_rate_overall": 82.4, - "employment_rate_ft_perm": 61.8, - "basic_monthly_mean": 3412.0, - "basic_monthly_median": 3300.0, - "gross_monthly_mean": 3451.0, - "gross_monthly_median": 3380.0, - "gross_mthly_25_percentile": 3025.0, - "gross_mthly_75_percentile": 3875.0 - }, - { - "year": 2019, - "employment_rate_overall": 82.4, - "employment_rate_ft_perm": 67.6, - "basic_monthly_mean": 3863.0, - "basic_monthly_median": 3550.0, - "gross_monthly_mean": 3993.0, - "gross_monthly_median": 3700.0, - "gross_mthly_25_percentile": 3400.0, - "gross_mthly_75_percentile": 4600.0 - }, - { - "year": 2020, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 37.9, - "basic_monthly_mean": 3900.0, - "basic_monthly_median": 3750.0, - "gross_monthly_mean": 3940.0, - "gross_monthly_median": 3750.0, - "gross_mthly_25_percentile": 3400.0, - "gross_mthly_75_percentile": 4600.0 - } - ] - }, - { - "university": "Singapore Institute of Technology", - "degree": "Bachelor of Engineering with Honours in Aircraft Systems Engineering", - "school": "Singapore Institute of Technology (SIT)", - "slug": "bachelor-of-engineering-with-honours-in-aircraft-systems-engineering-sit", - "data": [ - { - "year": 2021, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 91.7, - "basic_monthly_mean": 3297.0, - "basic_monthly_median": 3200.0, - "gross_monthly_mean": 3394.0, - "gross_monthly_median": 3300.0, - "gross_mthly_25_percentile": 2500.0, - "gross_mthly_75_percentile": 4000.0 - }, - { - "year": 2022, - "employment_rate_overall": 91.2, - "employment_rate_ft_perm": 85.3, - "basic_monthly_mean": 4102.0, - "basic_monthly_median": 4400.0, - "gross_monthly_mean": 4168.0, - "gross_monthly_median": 4400.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 4900.0 - } - ] - }, - { - "university": "Singapore Institute of Technology", - "degree": "Bachelor of Engineering with Honours in Chemical Engineering", - "school": "SIT- Newcastle University", - "slug": "bachelor-of-engineering-with-honours-in-chemical-engineering-sit", - "data": [ - { - "year": 2014, - "employment_rate_overall": 90.1, - "employment_rate_ft_perm": 84.5, - "basic_monthly_mean": 3041.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3325.0, - "gross_monthly_median": 3300.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3650.0 - }, - { - "year": 2015, - "employment_rate_overall": 85.5, - "employment_rate_ft_perm": 72.6, - "basic_monthly_mean": 3097.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3405.0, - "gross_monthly_median": 3250.0, - "gross_mthly_25_percentile": 2900.0, - "gross_mthly_75_percentile": 3750.0 - }, - { - "year": 2016, - "employment_rate_overall": 85.9, - "employment_rate_ft_perm": 71.8, - "basic_monthly_mean": 3201.0, - "basic_monthly_median": 3100.0, - "gross_monthly_mean": 3463.0, - "gross_monthly_median": 3300.0, - "gross_mthly_25_percentile": 3080.0, - "gross_mthly_75_percentile": 3650.0 - }, - { - "year": 2017, - "employment_rate_overall": 77.3, - "employment_rate_ft_perm": 62.1, - "basic_monthly_mean": 3061.0, - "basic_monthly_median": 3100.0, - "gross_monthly_mean": 3290.0, - "gross_monthly_median": 3255.0, - "gross_mthly_25_percentile": 2975.0, - "gross_mthly_75_percentile": 3600.0 - }, - { - "year": 2018, - "employment_rate_overall": 84.6, - "employment_rate_ft_perm": 76.9, - "basic_monthly_mean": 3193.0, - "basic_monthly_median": 3100.0, - "gross_monthly_mean": 3451.0, - "gross_monthly_median": 3300.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3600.0 - }, - { - "year": 2019, - "employment_rate_overall": 82.2, - "employment_rate_ft_perm": 73.3, - "basic_monthly_mean": 3217.0, - "basic_monthly_median": 3200.0, - "gross_monthly_mean": 3463.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3200.0, - "gross_mthly_75_percentile": 3600.0 - }, - { - "year": 2020, - "employment_rate_overall": 95.7, - "employment_rate_ft_perm": 47.8, - "basic_monthly_mean": 3095.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3242.0, - "gross_monthly_median": 3200.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2021, - "employment_rate_overall": 79.2, - "employment_rate_ft_perm": 64.2, - "basic_monthly_mean": 3466.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3836.0, - "gross_monthly_median": 3700.0, - "gross_mthly_25_percentile": 3350.0, - "gross_mthly_75_percentile": 4200.0 - }, - { - "year": 2022, - "employment_rate_overall": 79.7, - "employment_rate_ft_perm": 70.3, - "basic_monthly_mean": 3936.0, - "basic_monthly_median": 3900.0, - "gross_monthly_mean": 4216.0, - "gross_monthly_median": 4100.0, - "gross_mthly_25_percentile": 3785.0, - "gross_mthly_75_percentile": 4650.0 - } - ] - }, - { - "university": "Singapore Institute of Technology", - "degree": "Bachelor of Engineering with Honours in Civil Engineering", - "school": "SIT-University of Glasgow", - "slug": "bachelor-of-engineering-with-honours-in-civil-engineering-sit", - "data": [ - { - "year": 2020, - "employment_rate_overall": 97.9, - "employment_rate_ft_perm": 78.7, - "basic_monthly_mean": 3444.0, - "basic_monthly_median": 3400.0, - "gross_monthly_mean": 3518.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3200.0, - "gross_mthly_75_percentile": 3700.0 - }, - { - "year": 2021, - "employment_rate_overall": 92.8, - "employment_rate_ft_perm": 92.8, - "basic_monthly_mean": 3650.0, - "basic_monthly_median": 3600.0, - "gross_monthly_mean": 3719.0, - "gross_monthly_median": 3675.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 3933.0 - }, - { - "year": 2022, - "employment_rate_overall": 90.1, - "employment_rate_ft_perm": 87.3, - "basic_monthly_mean": 3932.0, - "basic_monthly_median": 3800.0, - "gross_monthly_mean": 4006.0, - "gross_monthly_median": 3800.0, - "gross_mthly_25_percentile": 3700.0, - "gross_mthly_75_percentile": 4300.0 - } - ] - }, - { - "university": "Singapore Institute of Technology", - "degree": "Bachelor of Engineering with Honours in Electrical Power Engineering", - "school": "SIT- Newcastle University", - "slug": "bachelor-of-engineering-with-honours-in-electrical-power-engineering-sit", - "data": [ - { - "year": 2015, - "employment_rate_overall": 83.0, - "employment_rate_ft_perm": 77.4, - "basic_monthly_mean": 3334.0, - "basic_monthly_median": 3100.0, - "gross_monthly_mean": 3452.0, - "gross_monthly_median": 3300.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3550.0 - }, - { - "year": 2016, - "employment_rate_overall": 86.4, - "employment_rate_ft_perm": 79.7, - "basic_monthly_mean": 3239.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3440.0, - "gross_monthly_median": 3200.0, - "gross_mthly_25_percentile": 2800.0, - "gross_mthly_75_percentile": 3700.0 - }, - { - "year": 2017, - "employment_rate_overall": 94.4, - "employment_rate_ft_perm": 88.9, - "basic_monthly_mean": 3191.0, - "basic_monthly_median": 3200.0, - "gross_monthly_mean": 3269.0, - "gross_monthly_median": 3200.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3450.0 - }, - { - "year": 2018, - "employment_rate_overall": 94.5, - "employment_rate_ft_perm": 81.8, - "basic_monthly_mean": 3382.0, - "basic_monthly_median": 3300.0, - "gross_monthly_mean": 3438.0, - "gross_monthly_median": 3343.0, - "gross_mthly_25_percentile": 3050.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2019, - "employment_rate_overall": 91.3, - "employment_rate_ft_perm": 82.6, - "basic_monthly_mean": 3489.0, - "basic_monthly_median": 3400.0, - "gross_monthly_mean": 3542.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3250.0, - "gross_mthly_75_percentile": 3600.0 - }, - { - "year": 2020, - "employment_rate_overall": 97.9, - "employment_rate_ft_perm": 68.8, - "basic_monthly_mean": 3501.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3603.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3400.0, - "gross_mthly_75_percentile": 3850.0 - }, - { - "year": 2021, - "employment_rate_overall": 98.3, - "employment_rate_ft_perm": 84.5, - "basic_monthly_mean": 3583.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3691.0, - "gross_monthly_median": 3600.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 3850.0 - }, - { - "year": 2022, - "employment_rate_overall": 86.4, - "employment_rate_ft_perm": 84.7, - "basic_monthly_mean": 4104.0, - "basic_monthly_median": 4000.0, - "gross_monthly_mean": 4180.0, - "gross_monthly_median": 4100.0, - "gross_mthly_25_percentile": 3700.0, - "gross_mthly_75_percentile": 4510.0 - } - ] - }, - { - "university": "Singapore Institute of Technology", - "degree": "Bachelor of Engineering with Honours in Information & Communications Technology (Information Security)", - "school": "Singapore Institute of Technology (SIT)", - "slug": "bachelor-of-engineering-with-honours-in-information--communications-technology-information-security-sit", - "data": [ - { - "year": 2018, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": 4111.0, - "basic_monthly_median": 4000.0, - "gross_monthly_mean": 4116.0, - "gross_monthly_median": 4045.0, - "gross_mthly_25_percentile": 4000.0, - "gross_mthly_75_percentile": 4400.0 - }, - { - "year": 2019, - "employment_rate_overall": 97.5, - "employment_rate_ft_perm": 95.0, - "basic_monthly_mean": 4171.0, - "basic_monthly_median": 4000.0, - "gross_monthly_mean": 4319.0, - "gross_monthly_median": 4100.0, - "gross_mthly_25_percentile": 3900.0, - "gross_mthly_75_percentile": 5000.0 - }, - { - "year": 2020, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 95.9, - "basic_monthly_mean": 4023.0, - "basic_monthly_median": 4000.0, - "gross_monthly_mean": 4237.0, - "gross_monthly_median": 4300.0, - "gross_mthly_25_percentile": 3600.0, - "gross_mthly_75_percentile": 4630.0 - }, - { - "year": 2021, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 98.2, - "basic_monthly_mean": 4934.0, - "basic_monthly_median": 4800.0, - "gross_monthly_mean": 5251.0, - "gross_monthly_median": 4950.0, - "gross_mthly_25_percentile": 4605.0, - "gross_mthly_75_percentile": 5552.0 - }, - { - "year": 2022, - "employment_rate_overall": 98.0, - "employment_rate_ft_perm": 96.0, - "basic_monthly_mean": 4798.0, - "basic_monthly_median": 4800.0, - "gross_monthly_mean": 4927.0, - "gross_monthly_median": 4800.0, - "gross_mthly_25_percentile": 4216.0, - "gross_mthly_75_percentile": 5563.0 - } - ] - }, - { - "university": "Singapore Institute of Technology", - "degree": "Bachelor of Engineering with Honours in Information & Communications Technology (Software Engineering)", - "school": "Singapore Institute of Technology (SIT)", - "slug": "bachelor-of-engineering-with-honours-in-information--communications-technology-software-engineering-sit", - "data": [ - { - "year": 2018, - "employment_rate_overall": 95.7, - "employment_rate_ft_perm": 95.7, - "basic_monthly_mean": 3838.0, - "basic_monthly_median": 4000.0, - "gross_monthly_mean": 3914.0, - "gross_monthly_median": 4000.0, - "gross_mthly_25_percentile": 3600.0, - "gross_mthly_75_percentile": 4300.0 - }, - { - "year": 2019, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 97.4, - "basic_monthly_mean": 4090.0, - "basic_monthly_median": 4034.0, - "gross_monthly_mean": 4188.0, - "gross_monthly_median": 4190.0, - "gross_mthly_25_percentile": 3600.0, - "gross_mthly_75_percentile": 4550.0 - }, - { - "year": 2020, - "employment_rate_overall": 96.2, - "employment_rate_ft_perm": 83.0, - "basic_monthly_mean": 4275.0, - "basic_monthly_median": 4000.0, - "gross_monthly_mean": 4366.0, - "gross_monthly_median": 4000.0, - "gross_mthly_25_percentile": 3600.0, - "gross_mthly_75_percentile": 4750.0 - }, - { - "year": 2021, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 98.0, - "basic_monthly_mean": 5126.0, - "basic_monthly_median": 5000.0, - "gross_monthly_mean": 5215.0, - "gross_monthly_median": 5000.0, - "gross_mthly_25_percentile": 4590.0, - "gross_mthly_75_percentile": 5500.0 - }, - { - "year": 2022, - "employment_rate_overall": 98.1, - "employment_rate_ft_perm": 98.1, - "basic_monthly_mean": 5169.0, - "basic_monthly_median": 5000.0, - "gross_monthly_mean": 5313.0, - "gross_monthly_median": 5200.0, - "gross_mthly_25_percentile": 4798.0, - "gross_mthly_75_percentile": 5900.0 - } - ] - }, - { - "university": "Singapore Institute of Technology", - "degree": "Bachelor of Engineering with Honours in Marine Engineering", - "school": "SIT- Newcastle University", - "slug": "bachelor-of-engineering-with-honours-in-marine-engineering-sit", - "data": [ - { - "year": 2014, - "employment_rate_overall": 92.6, - "employment_rate_ft_perm": 88.9, - "basic_monthly_mean": 3208.0, - "basic_monthly_median": 3100.0, - "gross_monthly_mean": 3334.0, - "gross_monthly_median": 3260.0, - "gross_mthly_25_percentile": 3003.0, - "gross_mthly_75_percentile": 3594.0 - }, - { - "year": 2015, - "employment_rate_overall": 91.7, - "employment_rate_ft_perm": 91.7, - "basic_monthly_mean": 3180.0, - "basic_monthly_median": 3025.0, - "gross_monthly_mean": 3354.0, - "gross_monthly_median": 3225.0, - "gross_mthly_25_percentile": 3050.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2016, - "employment_rate_overall": 95.2, - "employment_rate_ft_perm": 81.0, - "basic_monthly_mean": 3812.0, - "basic_monthly_median": 3425.0, - "gross_monthly_mean": 3956.0, - "gross_monthly_median": 3840.0, - "gross_mthly_25_percentile": 3200.0, - "gross_mthly_75_percentile": 4530.0 - }, - { - "year": 2017, - "employment_rate_overall": 96.2, - "employment_rate_ft_perm": 88.5, - "basic_monthly_mean": 3461.0, - "basic_monthly_median": 3300.0, - "gross_monthly_mean": 3541.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 4000.0 - }, - { - "year": 2018, - "employment_rate_overall": 97.1, - "employment_rate_ft_perm": 94.3, - "basic_monthly_mean": 3374.0, - "basic_monthly_median": 3250.0, - "gross_monthly_mean": 3439.0, - "gross_monthly_median": 3250.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3600.0 - }, - { - "year": 2019, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": 3318.0, - "basic_monthly_median": 3300.0, - "gross_monthly_mean": 3393.0, - "gross_monthly_median": 3300.0, - "gross_mthly_25_percentile": 3200.0, - "gross_mthly_75_percentile": 3521.0 - }, - { - "year": 2020, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 79.2, - "basic_monthly_mean": 3774.0, - "basic_monthly_median": 3650.0, - "gross_monthly_mean": 3821.0, - "gross_monthly_median": 3750.0, - "gross_mthly_25_percentile": 3300.0, - "gross_mthly_75_percentile": 4370.0 - }, - { - "year": 2021, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 90.5, - "basic_monthly_mean": 3598.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3819.0, - "gross_monthly_median": 3750.0, - "gross_mthly_25_percentile": 3400.0, - "gross_mthly_75_percentile": 4250.0 - }, - { - "year": 2022, - "employment_rate_overall": 93.5, - "employment_rate_ft_perm": 93.5, - "basic_monthly_mean": 4069.0, - "basic_monthly_median": 3800.0, - "gross_monthly_mean": 4211.0, - "gross_monthly_median": 3900.0, - "gross_mthly_25_percentile": 3750.0, - "gross_mthly_75_percentile": 4400.0 - } - ] - }, - { - "university": "Singapore Institute of Technology", - "degree": "Bachelor of Engineering with Honours in Mechanical Design Engineering", - "school": "University of Glasgow", - "slug": "bachelor-of-engineering-with-honours-in-mechanical-design-engineering-sit", - "data": [ - { - "year": 2014, - "employment_rate_overall": 92.3, - "employment_rate_ft_perm": 92.3, - "basic_monthly_mean": 3229.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3424.0, - "gross_monthly_median": 3250.0, - "gross_mthly_25_percentile": 2950.0, - "gross_mthly_75_percentile": 3556.0 - }, - { - "year": 2015, - "employment_rate_overall": 72.2, - "employment_rate_ft_perm": 61.1, - "basic_monthly_mean": 3160.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3685.0, - "gross_monthly_median": 3250.0, - "gross_mthly_25_percentile": 2960.0, - "gross_mthly_75_percentile": 4200.0 - }, - { - "year": 2016, - "employment_rate_overall": 87.0, - "employment_rate_ft_perm": 70.4, - "basic_monthly_mean": 3187.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3273.0, - "gross_monthly_median": 3200.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3365.0 - }, - { - "year": 2017, - "employment_rate_overall": 96.6, - "employment_rate_ft_perm": 87.9, - "basic_monthly_mean": 3608.0, - "basic_monthly_median": 3100.0, - "gross_monthly_mean": 3670.0, - "gross_monthly_median": 3200.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3700.0 - }, - { - "year": 2018, - "employment_rate_overall": 94.3, - "employment_rate_ft_perm": 90.6, - "basic_monthly_mean": 3587.0, - "basic_monthly_median": 3400.0, - "gross_monthly_mean": 3718.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3100.0, - "gross_mthly_75_percentile": 4000.0 - }, - { - "year": 2019, - "employment_rate_overall": 97.0, - "employment_rate_ft_perm": 93.9, - "basic_monthly_mean": 3569.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3722.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3300.0, - "gross_mthly_75_percentile": 3800.0 - }, - { - "year": 2020, - "employment_rate_overall": 95.0, - "employment_rate_ft_perm": 53.3, - "basic_monthly_mean": 3461.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3592.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3200.0, - "gross_mthly_75_percentile": 3650.0 - } - ] - }, - { - "university": "Singapore Institute of Technology", - "degree": "Bachelor of Engineering with Honours in Mechanical Design and Manufacturing Engineering", - "school": "SIT- Newcastle University", - "slug": "bachelor-of-engineering-with-honours-in-mechanical-design-and-manufacturing-engineering-sit", - "data": [ - { - "year": 2014, - "employment_rate_overall": 97.1, - "employment_rate_ft_perm": 85.7, - "basic_monthly_mean": 3196.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3273.0, - "gross_monthly_median": 3100.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3338.0 - }, - { - "year": 2015, - "employment_rate_overall": 90.5, - "employment_rate_ft_perm": 83.3, - "basic_monthly_mean": 3069.0, - "basic_monthly_median": 3050.0, - "gross_monthly_mean": 3266.0, - "gross_monthly_median": 3200.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2016, - "employment_rate_overall": 87.0, - "employment_rate_ft_perm": 77.8, - "basic_monthly_mean": 3162.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3344.0, - "gross_monthly_median": 3200.0, - "gross_mthly_25_percentile": 2900.0, - "gross_mthly_75_percentile": 3575.0 - }, - { - "year": 2017, - "employment_rate_overall": 90.5, - "employment_rate_ft_perm": 85.7, - "basic_monthly_mean": 3063.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3145.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2800.0, - "gross_mthly_75_percentile": 3350.0 - }, - { - "year": 2018, - "employment_rate_overall": 93.5, - "employment_rate_ft_perm": 82.3, - "basic_monthly_mean": 3343.0, - "basic_monthly_median": 3200.0, - "gross_monthly_mean": 3484.0, - "gross_monthly_median": 3253.0, - "gross_mthly_25_percentile": 3100.0, - "gross_mthly_75_percentile": 3600.0 - }, - { - "year": 2019, - "employment_rate_overall": 80.0, - "employment_rate_ft_perm": 66.7, - "basic_monthly_mean": 3227.0, - "basic_monthly_median": 3100.0, - "gross_monthly_mean": 3269.0, - "gross_monthly_median": 3100.0, - "gross_mthly_25_percentile": 3050.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2020, - "employment_rate_overall": 94.6, - "employment_rate_ft_perm": 57.1, - "basic_monthly_mean": 3281.0, - "basic_monthly_median": 3300.0, - "gross_monthly_mean": 3443.0, - "gross_monthly_median": 3350.0, - "gross_mthly_25_percentile": 3025.0, - "gross_mthly_75_percentile": 3925.0 - }, - { - "year": 2021, - "employment_rate_overall": 93.4, - "employment_rate_ft_perm": 90.2, - "basic_monthly_mean": 3646.0, - "basic_monthly_median": 3600.0, - "gross_monthly_mean": 3787.0, - "gross_monthly_median": 3650.0, - "gross_mthly_25_percentile": 3600.0, - "gross_mthly_75_percentile": 4000.0 - }, - { - "year": 2022, - "employment_rate_overall": 88.5, - "employment_rate_ft_perm": 80.3, - "basic_monthly_mean": 4084.0, - "basic_monthly_median": 4000.0, - "gross_monthly_mean": 4292.0, - "gross_monthly_median": 4100.0, - "gross_mthly_25_percentile": 3710.0, - "gross_mthly_75_percentile": 4500.0 - } - ] - }, - { - "university": "Singapore Institute of Technology", - "degree": "Bachelor of Engineering with Honours in Mechanical Engineering", - "school": "SIT-University of Glasgow", - "slug": "bachelor-of-engineering-with-honours-in-mechanical-engineering-sit", - "data": [ - { - "year": 2022, - "employment_rate_overall": 82.9, - "employment_rate_ft_perm": 77.6, - "basic_monthly_mean": 4070.0, - "basic_monthly_median": 3900.0, - "gross_monthly_mean": 4236.0, - "gross_monthly_median": 4000.0, - "gross_mthly_25_percentile": 3800.0, - "gross_mthly_75_percentile": 4500.0 - } - ] - }, - { - "university": "Singapore Institute of Technology", - "degree": "Bachelor of Engineering with Honours in Mechatronics", - "school": "University of Glasgow", - "slug": "bachelor-of-engineering-with-honours-in-mechatronics-sit", - "data": [ - { - "year": 2014, - "employment_rate_overall": 93.0, - "employment_rate_ft_perm": 87.3, - "basic_monthly_mean": 3067.0, - "basic_monthly_median": 3050.0, - "gross_monthly_mean": 3209.0, - "gross_monthly_median": 3100.0, - "gross_mthly_25_percentile": 2964.0, - "gross_mthly_75_percentile": 3443.0 - }, - { - "year": 2015, - "employment_rate_overall": 96.4, - "employment_rate_ft_perm": 94.5, - "basic_monthly_mean": 3202.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3404.0, - "gross_monthly_median": 3100.0, - "gross_mthly_25_percentile": 2975.0, - "gross_mthly_75_percentile": 3875.0 - }, - { - "year": 2016, - "employment_rate_overall": 88.7, - "employment_rate_ft_perm": 80.3, - "basic_monthly_mean": 3406.0, - "basic_monthly_median": 3200.0, - "gross_monthly_mean": 3523.0, - "gross_monthly_median": 3300.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3800.0 - }, - { - "year": 2017, - "employment_rate_overall": 94.6, - "employment_rate_ft_perm": 86.5, - "basic_monthly_mean": 3412.0, - "basic_monthly_median": 3050.0, - "gross_monthly_mean": 3595.0, - "gross_monthly_median": 3400.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 4000.0 - }, - { - "year": 2018, - "employment_rate_overall": 93.7, - "employment_rate_ft_perm": 87.3, - "basic_monthly_mean": 3633.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3812.0, - "gross_monthly_median": 3600.0, - "gross_mthly_25_percentile": 3275.0, - "gross_mthly_75_percentile": 4298.0 - }, - { - "year": 2019, - "employment_rate_overall": 93.2, - "employment_rate_ft_perm": 83.1, - "basic_monthly_mean": 3764.0, - "basic_monthly_median": 3600.0, - "gross_monthly_mean": 3793.0, - "gross_monthly_median": 3600.0, - "gross_mthly_25_percentile": 3300.0, - "gross_mthly_75_percentile": 4000.0 - }, - { - "year": 2020, - "employment_rate_overall": 89.3, - "employment_rate_ft_perm": 58.9, - "basic_monthly_mean": 3579.0, - "basic_monthly_median": 3454.0, - "gross_monthly_mean": 3690.0, - "gross_monthly_median": 3600.0, - "gross_mthly_25_percentile": 3200.0, - "gross_mthly_75_percentile": 4000.0 - } - ] - }, - { - "university": "Singapore Institute of Technology", - "degree": "Bachelor of Engineering with Honours in Naval Architecture", - "school": "SIT- Newcastle University", - "slug": "bachelor-of-engineering-with-honours-in-naval-architecture-sit", - "data": [ - { - "year": 2014, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 94.1, - "basic_monthly_mean": 3293.0, - "basic_monthly_median": 3355.0, - "gross_monthly_mean": 3467.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3233.0, - "gross_mthly_75_percentile": 3675.0 - }, - { - "year": 2015, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": 3211.0, - "basic_monthly_median": 3050.0, - "gross_monthly_mean": 3266.0, - "gross_monthly_median": 3141.0, - "gross_mthly_25_percentile": 2900.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2016, - "employment_rate_overall": 90.0, - "employment_rate_ft_perm": 90.0, - "basic_monthly_mean": 3172.0, - "basic_monthly_median": 3250.0, - "gross_monthly_mean": 3239.0, - "gross_monthly_median": 3300.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2017, - "employment_rate_overall": 95.5, - "employment_rate_ft_perm": 95.5, - "basic_monthly_mean": 3451.0, - "basic_monthly_median": 3300.0, - "gross_monthly_mean": 3537.0, - "gross_monthly_median": 3300.0, - "gross_mthly_25_percentile": 3200.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2018, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": 3368.0, - "basic_monthly_median": 3300.0, - "gross_monthly_mean": 3479.0, - "gross_monthly_median": 3400.0, - "gross_mthly_25_percentile": 3300.0, - "gross_mthly_75_percentile": 3800.0 - }, - { - "year": 2020, - "employment_rate_overall": 78.6, - "employment_rate_ft_perm": 42.9, - "basic_monthly_mean": 3217.0, - "basic_monthly_median": 3150.0, - "gross_monthly_mean": 3244.0, - "gross_monthly_median": 3200.0, - "gross_mthly_25_percentile": 2600.0, - "gross_mthly_75_percentile": 3465.0 - }, - { - "year": 2021, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 95.7, - "basic_monthly_mean": 3476.0, - "basic_monthly_median": 3300.0, - "gross_monthly_mean": 3592.0, - "gross_monthly_median": 3400.0, - "gross_mthly_25_percentile": 3250.0, - "gross_mthly_75_percentile": 3850.0 - }, - { - "year": 2022, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": 4390.0, - "basic_monthly_median": 3900.0, - "gross_monthly_mean": 4540.0, - "gross_monthly_median": 4000.0, - "gross_mthly_25_percentile": 3800.0, - "gross_mthly_75_percentile": 5650.0 - } - ] - }, - { - "university": "Singapore Institute of Technology", - "degree": "Bachelor of Engineering with Honours in Offshore Engineering", - "school": "SIT- Newcastle University", - "slug": "bachelor-of-engineering-with-honours-in-offshore-engineering-sit", - "data": [ - { - "year": 2014, - "employment_rate_overall": 91.3, - "employment_rate_ft_perm": 91.3, - "basic_monthly_mean": 3311.0, - "basic_monthly_median": 3200.0, - "gross_monthly_mean": 3467.0, - "gross_monthly_median": 3300.0, - "gross_mthly_25_percentile": 3075.0, - "gross_mthly_75_percentile": 3625.0 - }, - { - "year": 2015, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 94.7, - "basic_monthly_mean": 3166.0, - "basic_monthly_median": 3125.0, - "gross_monthly_mean": 3469.0, - "gross_monthly_median": 3350.0, - "gross_mthly_25_percentile": 3238.0, - "gross_mthly_75_percentile": 3575.0 - }, - { - "year": 2016, - "employment_rate_overall": 86.4, - "employment_rate_ft_perm": 72.7, - "basic_monthly_mean": 3172.0, - "basic_monthly_median": 3275.0, - "gross_monthly_mean": 3286.0, - "gross_monthly_median": 3430.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3600.0 - }, - { - "year": 2017, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 86.7, - "basic_monthly_mean": 3792.0, - "basic_monthly_median": 3300.0, - "gross_monthly_mean": 3866.0, - "gross_monthly_median": 3300.0, - "gross_mthly_25_percentile": 3300.0, - "gross_mthly_75_percentile": 3950.0 - }, - { - "year": 2018, - "employment_rate_overall": 92.3, - "employment_rate_ft_perm": 84.6, - "basic_monthly_mean": 3245.0, - "basic_monthly_median": 3100.0, - "gross_monthly_mean": 3545.0, - "gross_monthly_median": 3510.0, - "gross_mthly_25_percentile": 3100.0, - "gross_mthly_75_percentile": 3850.0 - }, - { - "year": 2020, - "employment_rate_overall": 92.3, - "employment_rate_ft_perm": 69.2, - "basic_monthly_mean": 3921.0, - "basic_monthly_median": 3800.0, - "gross_monthly_mean": 4160.0, - "gross_monthly_median": 4000.0, - "gross_mthly_25_percentile": 3750.0, - "gross_mthly_75_percentile": 4800.0 - }, - { - "year": 2021, - "employment_rate_overall": 82.4, - "employment_rate_ft_perm": 70.6, - "basic_monthly_mean": 3513.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3575.0, - "gross_monthly_median": 3550.0, - "gross_mthly_25_percentile": 3350.0, - "gross_mthly_75_percentile": 3850.0 - }, - { - "year": 2022, - "employment_rate_overall": 90.5, - "employment_rate_ft_perm": 85.7, - "basic_monthly_mean": 3556.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3798.0, - "gross_monthly_median": 3675.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 3900.0 - } - ] - }, - { - "university": "Singapore Institute of Technology", - "degree": "Bachelor of Engineering with Honours in Pharmaceutical Engineering", - "school": "Singapore Institute of Technology (SIT)", - "slug": "bachelor-of-engineering-with-honours-in-pharmaceutical-engineering-sit", - "data": [ - { - "year": 2019, - "employment_rate_overall": 92.2, - "employment_rate_ft_perm": 90.6, - "basic_monthly_mean": 3237.0, - "basic_monthly_median": 3162.0, - "gross_monthly_mean": 3748.0, - "gross_monthly_median": 3660.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 4044.0 - }, - { - "year": 2020, - "employment_rate_overall": 94.2, - "employment_rate_ft_perm": 73.9, - "basic_monthly_mean": 3329.0, - "basic_monthly_median": 3375.0, - "gross_monthly_mean": 3749.0, - "gross_monthly_median": 3740.0, - "gross_mthly_25_percentile": 3400.0, - "gross_mthly_75_percentile": 4000.0 - }, - { - "year": 2021, - "employment_rate_overall": 98.3, - "employment_rate_ft_perm": 87.9, - "basic_monthly_mean": 3423.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3736.0, - "gross_monthly_median": 3600.0, - "gross_mthly_25_percentile": 3300.0, - "gross_mthly_75_percentile": 4000.0 - }, - { - "year": 2022, - "employment_rate_overall": 96.6, - "employment_rate_ft_perm": 91.5, - "basic_monthly_mean": 3791.0, - "basic_monthly_median": 3755.0, - "gross_monthly_mean": 4085.0, - "gross_monthly_median": 3955.0, - "gross_mthly_25_percentile": 3503.0, - "gross_mthly_75_percentile": 4300.0 - } - ] - }, - { - "university": "Singapore Institute of Technology", - "degree": "Bachelor of Engineering with Honours in Sustainable Infrastructure Engineering (Building Services)", - "school": "Singapore Institute of Technology (SIT)", - "slug": "bachelor-of-engineering-with-honours-in-sustainable-infrastructure-engineering-building-services-sit", - "data": [ - { - "year": 2019, - "employment_rate_overall": 92.5, - "employment_rate_ft_perm": 92.5, - "basic_monthly_mean": 3433.0, - "basic_monthly_median": 3360.0, - "gross_monthly_mean": 3484.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3200.0, - "gross_mthly_75_percentile": 3700.0 - }, - { - "year": 2020, - "employment_rate_overall": 98.1, - "employment_rate_ft_perm": 84.6, - "basic_monthly_mean": 3585.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3702.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3375.0, - "gross_mthly_75_percentile": 3800.0 - }, - { - "year": 2021, - "employment_rate_overall": 98.0, - "employment_rate_ft_perm": 96.1, - "basic_monthly_mean": 3707.0, - "basic_monthly_median": 3600.0, - "gross_monthly_mean": 3773.0, - "gross_monthly_median": 3680.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 3950.0 - }, - { - "year": 2022, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 97.6, - "basic_monthly_mean": 3819.0, - "basic_monthly_median": 3725.0, - "gross_monthly_mean": 3879.0, - "gross_monthly_median": 3775.0, - "gross_mthly_25_percentile": 3585.0, - "gross_mthly_75_percentile": 4050.0 - } - ] - }, - { - "university": "Singapore Institute of Technology", - "degree": "Bachelor of Engineering with Honours in Sustainable Infrastructure Engineering (Land)", - "school": "Singapore Institute of Technology (SIT)", - "slug": "bachelor-of-engineering-with-honours-in-sustainable-infrastructure-engineering-land-sit", - "data": [ - { - "year": 2018, - "employment_rate_overall": 98.3, - "employment_rate_ft_perm": 96.6, - "basic_monthly_mean": 3618.0, - "basic_monthly_median": 3456.0, - "gross_monthly_mean": 3688.0, - "gross_monthly_median": 3550.0, - "gross_mthly_25_percentile": 3400.0, - "gross_mthly_75_percentile": 3800.0 - }, - { - "year": 2019, - "employment_rate_overall": 93.8, - "employment_rate_ft_perm": 90.6, - "basic_monthly_mean": 3856.0, - "basic_monthly_median": 3800.0, - "gross_monthly_mean": 3976.0, - "gross_monthly_median": 3842.0, - "gross_mthly_25_percentile": 3700.0, - "gross_mthly_75_percentile": 4210.0 - }, - { - "year": 2020, - "employment_rate_overall": 97.1, - "employment_rate_ft_perm": 77.1, - "basic_monthly_mean": 3823.0, - "basic_monthly_median": 3925.0, - "gross_monthly_mean": 4203.0, - "gross_monthly_median": 4105.0, - "gross_mthly_25_percentile": 3650.0, - "gross_mthly_75_percentile": 4370.0 - }, - { - "year": 2021, - "employment_rate_overall": 96.3, - "employment_rate_ft_perm": 88.9, - "basic_monthly_mean": 3606.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3788.0, - "gross_monthly_median": 3700.0, - "gross_mthly_25_percentile": 3485.0, - "gross_mthly_75_percentile": 4250.0 - }, - { - "year": 2022, - "employment_rate_overall": 93.3, - "employment_rate_ft_perm": 93.3, - "basic_monthly_mean": 4115.0, - "basic_monthly_median": 3700.0, - "gross_monthly_mean": 4303.0, - "gross_monthly_median": 4000.0, - "gross_mthly_25_percentile": 3700.0, - "gross_mthly_75_percentile": 4800.0 - } - ] - }, - { - "university": "Singapore Institute of Technology", - "degree": "Bachelor of Engineering with Honours in Systems Engineering (ElectroMechanical Systems)", - "school": "SIT- DigiPen Institute of Technology", - "slug": "bachelor-of-engineering-with-honours-in-systems-engineering-electromechanical-systems-sit", - "data": [ - { - "year": 2019, - "employment_rate_overall": 95.2, - "employment_rate_ft_perm": 90.5, - "basic_monthly_mean": 3931.0, - "basic_monthly_median": 3921.0, - "gross_monthly_mean": 4024.0, - "gross_monthly_median": 3975.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 4470.0 - }, - { - "year": 2020, - "employment_rate_overall": 95.7, - "employment_rate_ft_perm": 82.6, - "basic_monthly_mean": 4044.0, - "basic_monthly_median": 4090.0, - "gross_monthly_mean": 4114.0, - "gross_monthly_median": 4185.0, - "gross_mthly_25_percentile": 3750.0, - "gross_mthly_75_percentile": 4250.0 - }, - { - "year": 2021, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 95.1, - "basic_monthly_mean": 4086.0, - "basic_monthly_median": 4000.0, - "gross_monthly_mean": 4402.0, - "gross_monthly_median": 4370.0, - "gross_mthly_25_percentile": 3700.0, - "gross_mthly_75_percentile": 4900.0 - }, - { - "year": 2022, - "employment_rate_overall": 92.7, - "employment_rate_ft_perm": 92.7, - "basic_monthly_mean": 4843.0, - "basic_monthly_median": 4800.0, - "gross_monthly_mean": 4913.0, - "gross_monthly_median": 4800.0, - "gross_mthly_25_percentile": 4574.0, - "gross_mthly_75_percentile": 5500.0 - } - ] - }, - { - "university": "Singapore Institute of Technology", - "degree": "Bachelor of Engineering with Honours in Telematics (Intelligent Transportation Systems Engineering)", - "school": "Singapore Institute of Technology (SIT)", - "slug": "bachelor-of-engineering-with-honours-in-telematics-intelligent-transportation-systems-engineering-sit", - "data": [ - { - "year": 2019, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 97.0, - "basic_monthly_mean": 3777.0, - "basic_monthly_median": 3750.0, - "gross_monthly_mean": 3811.0, - "gross_monthly_median": 3750.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 4000.0 - }, - { - "year": 2020, - "employment_rate_overall": 92.9, - "employment_rate_ft_perm": 55.4, - "basic_monthly_mean": 4083.0, - "basic_monthly_median": 4200.0, - "gross_monthly_mean": 4135.0, - "gross_monthly_median": 4200.0, - "gross_mthly_25_percentile": 3380.0, - "gross_mthly_75_percentile": 4800.0 - }, - { - "year": 2021, - "employment_rate_overall": 97.5, - "employment_rate_ft_perm": 85.0, - "basic_monthly_mean": 4086.0, - "basic_monthly_median": 4000.0, - "gross_monthly_mean": 4146.0, - "gross_monthly_median": 4000.0, - "gross_mthly_25_percentile": 3850.0, - "gross_mthly_75_percentile": 4500.0 - }, - { - "year": 2022, - "employment_rate_overall": 81.4, - "employment_rate_ft_perm": 65.1, - "basic_monthly_mean": 4341.0, - "basic_monthly_median": 4500.0, - "gross_monthly_mean": 4400.0, - "gross_monthly_median": 4688.0, - "gross_mthly_25_percentile": 4033.0, - "gross_mthly_75_percentile": 4800.0 - } - ] - }, - { - "university": "Singapore Institute of Technology", - "degree": "Bachelor of Fine Arts in Digital Art and Animation", - "school": "DigiPen Institute of Technology", - "slug": "bachelor-of-fine-arts-in-digital-art-and-animation-sit", - "data": [ - { - "year": 2014, - "employment_rate_overall": 90.6, - "employment_rate_ft_perm": 84.4, - "basic_monthly_mean": 2586.0, - "basic_monthly_median": 2600.0, - "gross_monthly_mean": 2603.0, - "gross_monthly_median": 2600.0, - "gross_mthly_25_percentile": 2300.0, - "gross_mthly_75_percentile": 2885.0 - }, - { - "year": 2015, - "employment_rate_overall": 88.5, - "employment_rate_ft_perm": 65.4, - "basic_monthly_mean": 2643.0, - "basic_monthly_median": 2700.0, - "gross_monthly_mean": 2682.0, - "gross_monthly_median": 2700.0, - "gross_mthly_25_percentile": 2500.0, - "gross_mthly_75_percentile": 2800.0 - }, - { - "year": 2016, - "employment_rate_overall": 73.3, - "employment_rate_ft_perm": 53.3, - "basic_monthly_mean": 3045.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3052.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2700.0, - "gross_mthly_75_percentile": 3016.0 - }, - { - "year": 2017, - "employment_rate_overall": 88.5, - "employment_rate_ft_perm": 69.2, - "basic_monthly_mean": 2859.0, - "basic_monthly_median": 2825.0, - "gross_monthly_mean": 2876.0, - "gross_monthly_median": 2875.0, - "gross_mthly_25_percentile": 2700.0, - "gross_mthly_75_percentile": 3000.0 - }, - { - "year": 2018, - "employment_rate_overall": 91.2, - "employment_rate_ft_perm": 52.9, - "basic_monthly_mean": 2854.0, - "basic_monthly_median": 2800.0, - "gross_monthly_mean": 2861.0, - "gross_monthly_median": 2800.0, - "gross_mthly_25_percentile": 2600.0, - "gross_mthly_75_percentile": 3000.0 - }, - { - "year": 2019, - "employment_rate_overall": 81.3, - "employment_rate_ft_perm": 50.0, - "basic_monthly_mean": 3036.0, - "basic_monthly_median": 3150.0, - "gross_monthly_mean": 3051.0, - "gross_monthly_median": 3150.0, - "gross_mthly_25_percentile": 2750.0, - "gross_mthly_75_percentile": 3275.0 - }, - { - "year": 2020, - "employment_rate_overall": 97.1, - "employment_rate_ft_perm": 70.6, - "basic_monthly_mean": 2845.0, - "basic_monthly_median": 2835.0, - "gross_monthly_mean": 2862.0, - "gross_monthly_median": 2887.0, - "gross_mthly_25_percentile": 2675.0, - "gross_mthly_75_percentile": 3000.0 - }, - { - "year": 2021, - "employment_rate_overall": 80.0, - "employment_rate_ft_perm": 63.3, - "basic_monthly_mean": 3081.0, - "basic_monthly_median": 3200.0, - "gross_monthly_mean": 3125.0, - "gross_monthly_median": 3200.0, - "gross_mthly_25_percentile": 2835.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2022, - "employment_rate_overall": 77.1, - "employment_rate_ft_perm": 54.3, - "basic_monthly_mean": 3606.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3628.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3825.0 - } - ] - }, - { - "university": "Singapore Institute of Technology", - "degree": "Bachelor of Food Technology with Honours", - "school": "SIT- Massey University", - "slug": "bachelor-of-food-technology-with-honours-sit", - "data": [ - { - "year": 2019, - "employment_rate_overall": 93.0, - "employment_rate_ft_perm": 88.4, - "basic_monthly_mean": 2962.0, - "basic_monthly_median": 2975.0, - "gross_monthly_mean": 2978.0, - "gross_monthly_median": 2975.0, - "gross_mthly_25_percentile": 2750.0, - "gross_mthly_75_percentile": 3250.0 - }, - { - "year": 2020, - "employment_rate_overall": 95.2, - "employment_rate_ft_perm": 52.4, - "basic_monthly_mean": 3060.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3084.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2770.0, - "gross_mthly_75_percentile": 3400.0 - }, - { - "year": 2021, - "employment_rate_overall": 96.4, - "employment_rate_ft_perm": 89.1, - "basic_monthly_mean": 3221.0, - "basic_monthly_median": 3300.0, - "gross_monthly_mean": 3322.0, - "gross_monthly_median": 3300.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2022, - "employment_rate_overall": 93.2, - "employment_rate_ft_perm": 81.8, - "basic_monthly_mean": 3272.0, - "basic_monthly_median": 3300.0, - "gross_monthly_mean": 3380.0, - "gross_monthly_median": 3300.0, - "gross_mthly_25_percentile": 3050.0, - "gross_mthly_75_percentile": 3600.0 - } - ] - }, - { - "university": "Singapore Institute of Technology", - "degree": "Bachelor of Hospitality Business with Honours", - "school": "Singapore Institute of Technology (SIT)", - "slug": "bachelor-of-hospitality-business-with-honours-sit", - "data": [ - { - "year": 2017, - "employment_rate_overall": 94.7, - "employment_rate_ft_perm": 84.2, - "basic_monthly_mean": 2713.0, - "basic_monthly_median": 2700.0, - "gross_monthly_mean": 2829.0, - "gross_monthly_median": 2800.0, - "gross_mthly_25_percentile": 2500.0, - "gross_mthly_75_percentile": 3100.0 - }, - { - "year": 2018, - "employment_rate_overall": 92.1, - "employment_rate_ft_perm": 81.6, - "basic_monthly_mean": 2898.0, - "basic_monthly_median": 2800.0, - "gross_monthly_mean": 2991.0, - "gross_monthly_median": 2825.0, - "gross_mthly_25_percentile": 2600.0, - "gross_mthly_75_percentile": 3175.0 - }, - { - "year": 2019, - "employment_rate_overall": 89.1, - "employment_rate_ft_perm": 74.6, - "basic_monthly_mean": 2972.0, - "basic_monthly_median": 2800.0, - "gross_monthly_mean": 3102.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2800.0, - "gross_mthly_75_percentile": 3270.0 - }, - { - "year": 2020, - "employment_rate_overall": 89.9, - "employment_rate_ft_perm": 47.9, - "basic_monthly_mean": 3041.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3148.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2800.0, - "gross_mthly_75_percentile": 3400.0 - }, - { - "year": 2021, - "employment_rate_overall": 96.1, - "employment_rate_ft_perm": 80.3, - "basic_monthly_mean": 3037.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3216.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2800.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2022, - "employment_rate_overall": 95.5, - "employment_rate_ft_perm": 90.0, - "basic_monthly_mean": 3237.0, - "basic_monthly_median": 3200.0, - "gross_monthly_mean": 3469.0, - "gross_monthly_median": 3300.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3740.0 - } - ] - }, - { - "university": "Singapore Institute of Technology", - "degree": "Bachelor of Professional Studies in Culinary Arts Management", - "school": "The Culinary Institute of America", - "slug": "bachelor-of-professional-studies-in-culinary-arts-management-sit", - "data": [ - { - "year": 2014, - "employment_rate_overall": 89.3, - "employment_rate_ft_perm": 89.3, - "basic_monthly_mean": 2430.0, - "basic_monthly_median": 2400.0, - "gross_monthly_mean": 2503.0, - "gross_monthly_median": 2500.0, - "gross_mthly_25_percentile": 2200.0, - "gross_mthly_75_percentile": 2600.0 - }, - { - "year": 2015, - "employment_rate_overall": 92.6, - "employment_rate_ft_perm": 81.5, - "basic_monthly_mean": 2482.0, - "basic_monthly_median": 2300.0, - "gross_monthly_mean": 2586.0, - "gross_monthly_median": 2400.0, - "gross_mthly_25_percentile": 2000.0, - "gross_mthly_75_percentile": 2800.0 - }, - { - "year": 2016, - "employment_rate_overall": 86.2, - "employment_rate_ft_perm": 69.0, - "basic_monthly_mean": 2231.0, - "basic_monthly_median": 2250.0, - "gross_monthly_mean": 2344.0, - "gross_monthly_median": 2300.0, - "gross_mthly_25_percentile": 2000.0, - "gross_mthly_75_percentile": 2500.0 - }, - { - "year": 2017, - "employment_rate_overall": 87.9, - "employment_rate_ft_perm": 54.5, - "basic_monthly_mean": 2357.0, - "basic_monthly_median": 2300.0, - "gross_monthly_mean": 2598.0, - "gross_monthly_median": 2300.0, - "gross_mthly_25_percentile": 2200.0, - "gross_mthly_75_percentile": 3259.0 - } - ] - }, - { - "university": "Singapore Institute of Technology", - "degree": "Bachelor of Science (Air Transport Management)", - "school": "Singapore Institute of Technology (SIT)", - "slug": "bachelor-of-science-air-transport-management-sit", - "data": [ - { - "year": 2022, - "employment_rate_overall": 90.0, - "employment_rate_ft_perm": 80.0, - "basic_monthly_mean": 3888.0, - "basic_monthly_median": 3700.0, - "gross_monthly_mean": 4159.0, - "gross_monthly_median": 3980.0, - "gross_mthly_25_percentile": 3501.0, - "gross_mthly_75_percentile": 4365.0 - } - ] - }, - { - "university": "Singapore Institute of Technology", - "degree": "Bachelor of Science (Diagnostic Radiography)", - "school": "Singapore Institute of Technology (SIT)", - "slug": "bachelor-of-science-diagnostic-radiography-sit", - "data": [ - { - "year": 2021, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": 3670.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3880.0, - "gross_monthly_median": 3700.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 4025.0 - }, - { - "year": 2022, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": 3558.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3836.0, - "gross_monthly_median": 3800.0, - "gross_mthly_25_percentile": 3650.0, - "gross_mthly_75_percentile": 3990.0 - } - ] - }, - { - "university": "Singapore Institute of Technology", - "degree": "Bachelor of Science (Major in Hospitality Management)", - "school": "University of Nevada, Las Vegas", - "slug": "bachelor-of-science-major-in-hospitality-management-sit", - "data": [ - { - "year": 2014, - "employment_rate_overall": 88.8, - "employment_rate_ft_perm": 78.0, - "basic_monthly_mean": 2445.0, - "basic_monthly_median": 2500.0, - "gross_monthly_mean": 2634.0, - "gross_monthly_median": 2500.0, - "gross_mthly_25_percentile": 2300.0, - "gross_mthly_75_percentile": 2900.0 - }, - { - "year": 2015, - "employment_rate_overall": 89.9, - "employment_rate_ft_perm": 82.6, - "basic_monthly_mean": 2515.0, - "basic_monthly_median": 2500.0, - "gross_monthly_mean": 2607.0, - "gross_monthly_median": 2548.0, - "gross_mthly_25_percentile": 2338.0, - "gross_mthly_75_percentile": 2850.0 - } - ] - }, - { - "university": "Singapore Institute of Technology", - "degree": "Bachelor of Science (Occupational Therapy)", - "school": "Singapore Institute of Technology (SIT)", - "slug": "bachelor-of-science-occupational-therapy-sit", - "data": [ - { - "year": 2021, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 98.3, - "basic_monthly_mean": 3521.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3546.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3400.0, - "gross_mthly_75_percentile": 3690.0 - }, - { - "year": 2022, - "employment_rate_overall": 97.1, - "employment_rate_ft_perm": 95.7, - "basic_monthly_mean": 3605.0, - "basic_monthly_median": 3600.0, - "gross_monthly_mean": 3630.0, - "gross_monthly_median": 3669.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 3800.0 - } - ] - }, - { - "university": "Singapore Institute of Technology", - "degree": "Bachelor of Science (Physiotherapy)", - "school": "SIT-Trinity College Dublin", - "slug": "bachelor-of-science-physiotherapy-sit", - "data": [ - { - "year": 2021, - "employment_rate_overall": 97.9, - "employment_rate_ft_perm": 96.8, - "basic_monthly_mean": 3516.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3591.0, - "gross_monthly_median": 3525.0, - "gross_mthly_25_percentile": 3400.0, - "gross_mthly_75_percentile": 3800.0 - }, - { - "year": 2022, - "employment_rate_overall": 98.1, - "employment_rate_ft_perm": 98.1, - "basic_monthly_mean": 3639.0, - "basic_monthly_median": 3630.0, - "gross_monthly_mean": 3697.0, - "gross_monthly_median": 3674.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 3850.0 - } - ] - }, - { - "university": "Singapore Institute of Technology", - "degree": "Bachelor of Science (Radiation Therapy)", - "school": "Singapore Institute of Technology (SIT)", - "slug": "bachelor-of-science-radiation-therapy-sit", - "data": [ - { - "year": 2020, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 83.3, - "basic_monthly_mean": 3380.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3380.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3400.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2021, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": 3310.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3328.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2022, - "employment_rate_overall": 90.9, - "employment_rate_ft_perm": 90.9, - "basic_monthly_mean": 3615.0, - "basic_monthly_median": 3600.0, - "gross_monthly_mean": 3768.0, - "gross_monthly_median": 3775.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 4060.0 - } - ] - }, - { - "university": "Singapore Institute of Technology", - "degree": "Bachelor of Science in Chemical Engineering", - "school": "Technische Universit\u00e4t M\u00fcnchen", - "slug": "bachelor-of-science-in-chemical-engineering-sit", - "data": [ - { - "year": 2014, - "employment_rate_overall": 86.7, - "employment_rate_ft_perm": 86.7, - "basic_monthly_mean": 2954.0, - "basic_monthly_median": 2900.0, - "gross_monthly_mean": 3285.0, - "gross_monthly_median": 3200.0, - "gross_mthly_25_percentile": 2950.0, - "gross_mthly_75_percentile": 3755.0 - }, - { - "year": 2015, - "employment_rate_overall": 87.5, - "employment_rate_ft_perm": 79.2, - "basic_monthly_mean": 2759.0, - "basic_monthly_median": 2800.0, - "gross_monthly_mean": 2970.0, - "gross_monthly_median": 2950.0, - "gross_mthly_25_percentile": 2800.0, - "gross_mthly_75_percentile": 3200.0 - }, - { - "year": 2016, - "employment_rate_overall": 78.6, - "employment_rate_ft_perm": 67.9, - "basic_monthly_mean": 2776.0, - "basic_monthly_median": 2900.0, - "gross_monthly_mean": 3149.0, - "gross_monthly_median": 3130.0, - "gross_mthly_25_percentile": 2500.0, - "gross_mthly_75_percentile": 3700.0 - }, - { - "year": 2017, - "employment_rate_overall": 84.5, - "employment_rate_ft_perm": 74.1, - "basic_monthly_mean": 3061.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3301.0, - "gross_monthly_median": 3200.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3375.0 - }, - { - "year": 2018, - "employment_rate_overall": 83.7, - "employment_rate_ft_perm": 75.5, - "basic_monthly_mean": 3048.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3298.0, - "gross_monthly_median": 3200.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3550.0 - }, - { - "year": 2019, - "employment_rate_overall": 81.8, - "employment_rate_ft_perm": 77.3, - "basic_monthly_mean": 3213.0, - "basic_monthly_median": 3100.0, - "gross_monthly_mean": 3471.0, - "gross_monthly_median": 3300.0, - "gross_mthly_25_percentile": 3110.0, - "gross_mthly_75_percentile": 3600.0 - }, - { - "year": 2020, - "employment_rate_overall": 93.3, - "employment_rate_ft_perm": 48.9, - "basic_monthly_mean": 3147.0, - "basic_monthly_median": 3100.0, - "gross_monthly_mean": 3387.0, - "gross_monthly_median": 3175.0, - "gross_mthly_25_percentile": 2815.0, - "gross_mthly_75_percentile": 3650.0 - }, - { - "year": 2021, - "employment_rate_overall": 95.7, - "employment_rate_ft_perm": 87.0, - "basic_monthly_mean": 3495.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3645.0, - "gross_monthly_median": 3557.0, - "gross_mthly_25_percentile": 3400.0, - "gross_mthly_75_percentile": 3865.0 - }, - { - "year": 2022, - "employment_rate_overall": 94.1, - "employment_rate_ft_perm": 85.3, - "basic_monthly_mean": 3704.0, - "basic_monthly_median": 3600.0, - "gross_monthly_mean": 4002.0, - "gross_monthly_median": 3950.0, - "gross_mthly_25_percentile": 3600.0, - "gross_mthly_75_percentile": 4300.0 - } - ] - }, - { - "university": "Singapore Institute of Technology", - "degree": "Bachelor of Science in Computer Science and Game Design", - "school": "DigiPen Institute of Technology", - "slug": "bachelor-of-science-in-computer-science-and-game-design-sit", - "data": [ - { - "year": 2014, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": 2932.0, - "basic_monthly_median": 2875.0, - "gross_monthly_mean": 2955.0, - "gross_monthly_median": 2975.0, - "gross_mthly_25_percentile": 2800.0, - "gross_mthly_75_percentile": 3075.0 - }, - { - "year": 2016, - "employment_rate_overall": 85.7, - "employment_rate_ft_perm": 85.7, - "basic_monthly_mean": 3312.0, - "basic_monthly_median": 3400.0, - "gross_monthly_mean": 3329.0, - "gross_monthly_median": 3400.0, - "gross_mthly_25_percentile": 3100.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2017, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": 3232.0, - "basic_monthly_median": 3250.0, - "gross_monthly_mean": 3291.0, - "gross_monthly_median": 3250.0, - "gross_mthly_25_percentile": 2900.0, - "gross_mthly_75_percentile": 3600.0 - }, - { - "year": 2018, - "employment_rate_overall": 94.7, - "employment_rate_ft_perm": 89.5, - "basic_monthly_mean": 3570.0, - "basic_monthly_median": 3600.0, - "gross_monthly_mean": 3576.0, - "gross_monthly_median": 3600.0, - "gross_mthly_25_percentile": 3300.0, - "gross_mthly_75_percentile": 4000.0 - }, - { - "year": 2019, - "employment_rate_overall": 91.3, - "employment_rate_ft_perm": 87.0, - "basic_monthly_mean": 3760.0, - "basic_monthly_median": 3800.0, - "gross_monthly_mean": 3791.0, - "gross_monthly_median": 3800.0, - "gross_mthly_25_percentile": 3550.0, - "gross_mthly_75_percentile": 4000.0 - }, - { - "year": 2020, - "employment_rate_overall": 97.7, - "employment_rate_ft_perm": 81.8, - "basic_monthly_mean": 3960.0, - "basic_monthly_median": 4000.0, - "gross_monthly_mean": 3974.0, - "gross_monthly_median": 4000.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 4200.0 - }, - { - "year": 2021, - "employment_rate_overall": 88.2, - "employment_rate_ft_perm": 85.3, - "basic_monthly_mean": 4229.0, - "basic_monthly_median": 4000.0, - "gross_monthly_mean": 4324.0, - "gross_monthly_median": 4000.0, - "gross_mthly_25_percentile": 3700.0, - "gross_mthly_75_percentile": 4968.0 - }, - { - "year": 2022, - "employment_rate_overall": 90.6, - "employment_rate_ft_perm": 84.4, - "basic_monthly_mean": 4593.0, - "basic_monthly_median": 4375.0, - "gross_monthly_mean": 4681.0, - "gross_monthly_median": 4490.0, - "gross_mthly_25_percentile": 4250.0, - "gross_mthly_75_percentile": 5200.0 - } - ] - }, - { - "university": "Singapore Institute of Technology", - "degree": "Bachelor of Science in Computer Science in Real-Time Interactive Simulation", - "school": "DigiPen Institute of Technology", - "slug": "bachelor-of-science-in-computer-science-in-real-time-interactive-simulation-sit", - "data": [ - { - "year": 2014, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": 2859.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 2910.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2700.0, - "gross_mthly_75_percentile": 3300.0 - }, - { - "year": 2015, - "employment_rate_overall": 95.2, - "employment_rate_ft_perm": 90.5, - "basic_monthly_mean": 3332.0, - "basic_monthly_median": 3200.0, - "gross_monthly_mean": 3346.0, - "gross_monthly_median": 3233.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2016, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 92.9, - "basic_monthly_mean": 3729.0, - "basic_monthly_median": 3680.0, - "gross_monthly_mean": 3803.0, - "gross_monthly_median": 4000.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 4200.0 - }, - { - "year": 2017, - "employment_rate_overall": 96.9, - "employment_rate_ft_perm": 90.6, - "basic_monthly_mean": 3898.0, - "basic_monthly_median": 3800.0, - "gross_monthly_mean": 3904.0, - "gross_monthly_median": 3800.0, - "gross_mthly_25_percentile": 3558.0, - "gross_mthly_75_percentile": 4140.0 - }, - { - "year": 2018, - "employment_rate_overall": 96.8, - "employment_rate_ft_perm": 96.8, - "basic_monthly_mean": 4031.0, - "basic_monthly_median": 4000.0, - "gross_monthly_mean": 4088.0, - "gross_monthly_median": 4016.0, - "gross_mthly_25_percentile": 3830.0, - "gross_mthly_75_percentile": 4200.0 - }, - { - "year": 2019, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 94.9, - "basic_monthly_mean": 4447.0, - "basic_monthly_median": 4400.0, - "gross_monthly_mean": 4474.0, - "gross_monthly_median": 4400.0, - "gross_mthly_25_percentile": 4000.0, - "gross_mthly_75_percentile": 5200.0 - }, - { - "year": 2020, - "employment_rate_overall": 97.6, - "employment_rate_ft_perm": 90.5, - "basic_monthly_mean": 4390.0, - "basic_monthly_median": 4200.0, - "gross_monthly_mean": 4399.0, - "gross_monthly_median": 4200.0, - "gross_mthly_25_percentile": 3880.0, - "gross_mthly_75_percentile": 4500.0 - }, - { - "year": 2021, - "employment_rate_overall": 95.1, - "employment_rate_ft_perm": 92.7, - "basic_monthly_mean": 4962.0, - "basic_monthly_median": 4600.0, - "gross_monthly_mean": 4984.0, - "gross_monthly_median": 4600.0, - "gross_mthly_25_percentile": 4300.0, - "gross_mthly_75_percentile": 5175.0 - }, - { - "year": 2022, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 95.6, - "basic_monthly_mean": 5576.0, - "basic_monthly_median": 5500.0, - "gross_monthly_mean": 5679.0, - "gross_monthly_median": 5500.0, - "gross_mthly_25_percentile": 4700.0, - "gross_mthly_75_percentile": 6656.0 - } - ] - }, - { - "university": "Singapore Institute of Technology", - "degree": "Bachelor of Science in Early Childhood Education", - "school": "Wheelock College", - "slug": "bachelor-of-science-in-early-childhood-education-sit", - "data": [ - { - "year": 2014, - "employment_rate_overall": 97.1, - "employment_rate_ft_perm": 97.1, - "basic_monthly_mean": 2509.0, - "basic_monthly_median": 2600.0, - "gross_monthly_mean": 2553.0, - "gross_monthly_median": 2600.0, - "gross_mthly_25_percentile": 2475.0, - "gross_mthly_75_percentile": 2613.0 - }, - { - "year": 2015, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 96.4, - "basic_monthly_mean": 2772.0, - "basic_monthly_median": 2700.0, - "gross_monthly_mean": 2807.0, - "gross_monthly_median": 2700.0, - "gross_mthly_25_percentile": 2608.0, - "gross_mthly_75_percentile": 3000.0 - }, - { - "year": 2016, - "employment_rate_overall": 98.0, - "employment_rate_ft_perm": 92.0, - "basic_monthly_mean": 2705.0, - "basic_monthly_median": 2700.0, - "gross_monthly_mean": 2707.0, - "gross_monthly_median": 2700.0, - "gross_mthly_25_percentile": 2600.0, - "gross_mthly_75_percentile": 2850.0 - }, - { - "year": 2017, - "employment_rate_overall": 96.4, - "employment_rate_ft_perm": 92.9, - "basic_monthly_mean": 2883.0, - "basic_monthly_median": 2900.0, - "gross_monthly_mean": 2890.0, - "gross_monthly_median": 2900.0, - "gross_mthly_25_percentile": 2800.0, - "gross_mthly_75_percentile": 3000.0 - }, - { - "year": 2018, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 98.2, - "basic_monthly_mean": 2897.0, - "basic_monthly_median": 2925.0, - "gross_monthly_mean": 2911.0, - "gross_monthly_median": 2925.0, - "gross_mthly_25_percentile": 2800.0, - "gross_mthly_75_percentile": 3100.0 - } - ] - }, - { - "university": "Singapore Institute of Technology", - "degree": "Bachelor of Science in Electrical Engineering & Information Technology", - "school": "Technische Universit\u00e4t M\u00fcnchen", - "slug": "bachelor-of-science-in-electrical-engineering--information-technology-sit", - "data": [ - { - "year": 2014, - "employment_rate_overall": 85.7, - "employment_rate_ft_perm": 82.1, - "basic_monthly_mean": 3072.0, - "basic_monthly_median": 2900.0, - "gross_monthly_mean": 3141.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2800.0, - "gross_mthly_75_percentile": 3480.0 - }, - { - "year": 2015, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 90.0, - "basic_monthly_mean": 3044.0, - "basic_monthly_median": 3100.0, - "gross_monthly_mean": 3339.0, - "gross_monthly_median": 3250.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3488.0 - }, - { - "year": 2016, - "employment_rate_overall": 90.9, - "employment_rate_ft_perm": 86.4, - "basic_monthly_mean": 2978.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3042.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2825.0, - "gross_mthly_75_percentile": 3350.0 - }, - { - "year": 2017, - "employment_rate_overall": 82.8, - "employment_rate_ft_perm": 82.8, - "basic_monthly_mean": 3504.0, - "basic_monthly_median": 3175.0, - "gross_monthly_mean": 3591.0, - "gross_monthly_median": 3400.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 4000.0 - }, - { - "year": 2018, - "employment_rate_overall": 83.3, - "employment_rate_ft_perm": 69.4, - "basic_monthly_mean": 3506.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3609.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3300.0, - "gross_mthly_75_percentile": 4000.0 - }, - { - "year": 2020, - "employment_rate_overall": 94.7, - "employment_rate_ft_perm": 39.5, - "basic_monthly_mean": 3760.0, - "basic_monthly_median": 3600.0, - "gross_monthly_mean": 3773.0, - "gross_monthly_median": 3600.0, - "gross_mthly_25_percentile": 3350.0, - "gross_mthly_75_percentile": 4000.0 - }, - { - "year": 2021, - "employment_rate_overall": 81.5, - "employment_rate_ft_perm": 74.1, - "basic_monthly_mean": 3649.0, - "basic_monthly_median": 3600.0, - "gross_monthly_mean": 3806.0, - "gross_monthly_median": 3700.0, - "gross_mthly_25_percentile": 3250.0, - "gross_mthly_75_percentile": 4265.0 - }, - { - "year": 2022, - "employment_rate_overall": 95.0, - "employment_rate_ft_perm": 85.0, - "basic_monthly_mean": 4522.0, - "basic_monthly_median": 4200.0, - "gross_monthly_mean": 4606.0, - "gross_monthly_median": 4280.0, - "gross_mthly_25_percentile": 4000.0, - "gross_mthly_75_percentile": 4800.0 - } - ] - }, - { - "university": "Singapore Institute of Technology", - "degree": "Bachelor of Science with Honours in Computing Science", - "school": "SIT-University of Glasgow", - "slug": "bachelor-of-science-with-honours-in-computing-science-sit", - "data": [ - { - "year": 2015, - "employment_rate_overall": 95.6, - "employment_rate_ft_perm": 86.7, - "basic_monthly_mean": 3247.0, - "basic_monthly_median": 3250.0, - "gross_monthly_mean": 3391.0, - "gross_monthly_median": 3300.0, - "gross_mthly_25_percentile": 3152.0, - "gross_mthly_75_percentile": 3400.0 - }, - { - "year": 2016, - "employment_rate_overall": 89.8, - "employment_rate_ft_perm": 81.6, - "basic_monthly_mean": 3645.0, - "basic_monthly_median": 3600.0, - "gross_monthly_mean": 3704.0, - "gross_monthly_median": 3600.0, - "gross_mthly_25_percentile": 3400.0, - "gross_mthly_75_percentile": 3900.0 - }, - { - "year": 2017, - "employment_rate_overall": 95.8, - "employment_rate_ft_perm": 85.9, - "basic_monthly_mean": 3633.0, - "basic_monthly_median": 3600.0, - "gross_monthly_mean": 3724.0, - "gross_monthly_median": 3600.0, - "gross_mthly_25_percentile": 3300.0, - "gross_mthly_75_percentile": 4200.0 - }, - { - "year": 2018, - "employment_rate_overall": 94.7, - "employment_rate_ft_perm": 89.3, - "basic_monthly_mean": 3926.0, - "basic_monthly_median": 3929.0, - "gross_monthly_mean": 3996.0, - "gross_monthly_median": 4000.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 4225.0 - }, - { - "year": 2019, - "employment_rate_overall": 92.3, - "employment_rate_ft_perm": 89.2, - "basic_monthly_mean": 4294.0, - "basic_monthly_median": 4000.0, - "gross_monthly_mean": 4366.0, - "gross_monthly_median": 4200.0, - "gross_mthly_25_percentile": 3700.0, - "gross_mthly_75_percentile": 5100.0 - }, - { - "year": 2020, - "employment_rate_overall": 98.6, - "employment_rate_ft_perm": 89.9, - "basic_monthly_mean": 4517.0, - "basic_monthly_median": 5000.0, - "gross_monthly_mean": 4530.0, - "gross_monthly_median": 5000.0, - "gross_mthly_25_percentile": 4000.0, - "gross_mthly_75_percentile": 5000.0 - }, - { - "year": 2022, - "employment_rate_overall": 91.2, - "employment_rate_ft_perm": 86.8, - "basic_monthly_mean": 4980.0, - "basic_monthly_median": 5000.0, - "gross_monthly_mean": 5113.0, - "gross_monthly_median": 5000.0, - "gross_mthly_25_percentile": 4800.0, - "gross_mthly_75_percentile": 5500.0 - } - ] - }, - { - "university": "Singapore Institute of Technology", - "degree": "Bachelor of Science with Honours in Food and Human Nutrition", - "school": "Newcastle University", - "slug": "bachelor-of-science-with-honours-in-food-and-human-nutrition-sit", - "data": [ - { - "year": 2014, - "employment_rate_overall": 75.0, - "employment_rate_ft_perm": 61.4, - "basic_monthly_mean": 2806.0, - "basic_monthly_median": 2750.0, - "gross_monthly_mean": 2854.0, - "gross_monthly_median": 2800.0, - "gross_mthly_25_percentile": 2500.0, - "gross_mthly_75_percentile": 3170.0 - }, - { - "year": 2015, - "employment_rate_overall": 89.2, - "employment_rate_ft_perm": 81.1, - "basic_monthly_mean": 2683.0, - "basic_monthly_median": 2700.0, - "gross_monthly_mean": 2876.0, - "gross_monthly_median": 2700.0, - "gross_mthly_25_percentile": 2475.0, - "gross_mthly_75_percentile": 3050.0 - }, - { - "year": 2016, - "employment_rate_overall": 86.7, - "employment_rate_ft_perm": 62.2, - "basic_monthly_mean": 2598.0, - "basic_monthly_median": 2600.0, - "gross_monthly_mean": 2707.0, - "gross_monthly_median": 2600.0, - "gross_mthly_25_percentile": 2420.0, - "gross_mthly_75_percentile": 2800.0 - }, - { - "year": 2017, - "employment_rate_overall": 97.7, - "employment_rate_ft_perm": 79.1, - "basic_monthly_mean": 2784.0, - "basic_monthly_median": 2600.0, - "gross_monthly_mean": 2980.0, - "gross_monthly_median": 2700.0, - "gross_mthly_25_percentile": 2475.0, - "gross_mthly_75_percentile": 3200.0 - }, - { - "year": 2018, - "employment_rate_overall": 90.4, - "employment_rate_ft_perm": 69.2, - "basic_monthly_mean": 2837.0, - "basic_monthly_median": 2800.0, - "gross_monthly_mean": 2895.0, - "gross_monthly_median": 2900.0, - "gross_mthly_25_percentile": 2625.0, - "gross_mthly_75_percentile": 3200.0 - } - ] - }, - { - "university": "Singapore Institute of Technology", - "degree": "Bachelor of Science with Honours in Nursing", - "school": "SIT-University of Glasgow", - "slug": "bachelor-of-science-with-honours-in-nursing-sit", - "data": [ - { - "year": 2014, - "employment_rate_overall": 97.2, - "employment_rate_ft_perm": 94.4, - "basic_monthly_mean": 3230.0, - "basic_monthly_median": 3260.0, - "gross_monthly_mean": 3464.0, - "gross_monthly_median": 3511.0, - "gross_mthly_25_percentile": 3115.0, - "gross_mthly_75_percentile": 3860.0 - }, - { - "year": 2015, - "employment_rate_overall": 98.3, - "employment_rate_ft_perm": 96.7, - "basic_monthly_mean": 3304.0, - "basic_monthly_median": 3400.0, - "gross_monthly_mean": 3624.0, - "gross_monthly_median": 3615.0, - "gross_mthly_25_percentile": 3400.0, - "gross_mthly_75_percentile": 3838.0 - }, - { - "year": 2016, - "employment_rate_overall": 92.7, - "employment_rate_ft_perm": 85.5, - "basic_monthly_mean": 3378.0, - "basic_monthly_median": 3400.0, - "gross_monthly_mean": 3600.0, - "gross_monthly_median": 3600.0, - "gross_mthly_25_percentile": 3400.0, - "gross_mthly_75_percentile": 3750.0 - }, - { - "year": 2017, - "employment_rate_overall": 98.2, - "employment_rate_ft_perm": 96.5, - "basic_monthly_mean": 3507.0, - "basic_monthly_median": 3400.0, - "gross_monthly_mean": 3741.0, - "gross_monthly_median": 3650.0, - "gross_mthly_25_percentile": 3600.0, - "gross_mthly_75_percentile": 3900.0 - }, - { - "year": 2018, - "employment_rate_overall": 95.3, - "employment_rate_ft_perm": 90.7, - "basic_monthly_mean": 3260.0, - "basic_monthly_median": 3350.0, - "gross_monthly_mean": 3536.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3350.0, - "gross_mthly_75_percentile": 3800.0 - }, - { - "year": 2019, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 95.8, - "basic_monthly_mean": 3522.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3772.0, - "gross_monthly_median": 3800.0, - "gross_mthly_25_percentile": 3450.0, - "gross_mthly_75_percentile": 4085.0 - }, - { - "year": 2020, - "employment_rate_overall": 96.2, - "employment_rate_ft_perm": 94.2, - "basic_monthly_mean": 3436.0, - "basic_monthly_median": 3270.0, - "gross_monthly_mean": 3725.0, - "gross_monthly_median": 3650.0, - "gross_mthly_25_percentile": 3405.0, - "gross_mthly_75_percentile": 4000.0 - }, - { - "year": 2021, - "employment_rate_overall": 98.3, - "employment_rate_ft_perm": 86.4, - "basic_monthly_mean": 3403.0, - "basic_monthly_median": 3350.0, - "gross_monthly_mean": 3697.0, - "gross_monthly_median": 3700.0, - "gross_mthly_25_percentile": 3350.0, - "gross_mthly_75_percentile": 3990.0 - }, - { - "year": 2022, - "employment_rate_overall": 98.6, - "employment_rate_ft_perm": 88.4, - "basic_monthly_mean": 3511.0, - "basic_monthly_median": 3458.0, - "gross_monthly_mean": 3797.0, - "gross_monthly_median": 3800.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 4100.0 - } - ] - }, - { - "university": "Singapore Management University", - "degree": "Accountancy", - "school": "School of Accountancy (4-year programme)", - "slug": "accountancy-smu", - "data": [ - { - "year": 2009, - "employment_rate_overall": 99.2, - "employment_rate_ft_perm": 95.3, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 3073.0, - "gross_monthly_median": 2500.0, - "gross_mthly_25_percentile": 2400.0, - "gross_mthly_75_percentile": 2950.0 - }, - { - "year": 2010, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 97.9, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 3162.0, - "gross_monthly_median": 2650.0, - "gross_mthly_25_percentile": 2600.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2011, - "employment_rate_overall": 99.4, - "employment_rate_ft_perm": 96.9, - "basic_monthly_mean": 3106.0, - "basic_monthly_median": 2800.0, - "gross_monthly_mean": 3267.0, - "gross_monthly_median": 2900.0, - "gross_mthly_25_percentile": 2700.0, - "gross_mthly_75_percentile": 3600.0 - }, - { - "year": 2012, - "employment_rate_overall": 95.3, - "employment_rate_ft_perm": 93.0, - "basic_monthly_mean": 3204.0, - "basic_monthly_median": 2800.0, - "gross_monthly_mean": 3268.0, - "gross_monthly_median": 2800.0, - "gross_mthly_25_percentile": 2700.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2013, - "employment_rate_overall": 94.2, - "employment_rate_ft_perm": 93.2, - "basic_monthly_mean": 3231.0, - "basic_monthly_median": 2800.0, - "gross_monthly_mean": 3342.0, - "gross_monthly_median": 2825.0, - "gross_mthly_25_percentile": 2700.0, - "gross_mthly_75_percentile": 3430.0 - }, - { - "year": 2014, - "employment_rate_overall": 93.6, - "employment_rate_ft_perm": 91.4, - "basic_monthly_mean": 3375.0, - "basic_monthly_median": 2850.0, - "gross_monthly_mean": 3420.0, - "gross_monthly_median": 2875.0, - "gross_mthly_25_percentile": 2722.0, - "gross_mthly_75_percentile": 3614.0 - }, - { - "year": 2015, - "employment_rate_overall": 97.3, - "employment_rate_ft_perm": 93.0, - "basic_monthly_mean": 3287.0, - "basic_monthly_median": 2900.0, - "gross_monthly_mean": 3427.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2850.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2016, - "employment_rate_overall": 98.5, - "employment_rate_ft_perm": 96.0, - "basic_monthly_mean": 3390.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3455.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2900.0, - "gross_mthly_75_percentile": 3600.0 - }, - { - "year": 2017, - "employment_rate_overall": 98.0, - "employment_rate_ft_perm": 96.6, - "basic_monthly_mean": 3569.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3646.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2920.0, - "gross_mthly_75_percentile": 3600.0 - }, - { - "year": 2018, - "employment_rate_overall": 96.4, - "employment_rate_ft_perm": 92.3, - "basic_monthly_mean": 3576.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3607.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3650.0 - }, - { - "year": 2019, - "employment_rate_overall": 96.4, - "employment_rate_ft_perm": 93.7, - "basic_monthly_mean": 3753.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3802.0, - "gross_monthly_median": 3050.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 4000.0 - }, - { - "year": 2020, - "employment_rate_overall": 94.7, - "employment_rate_ft_perm": 86.0, - "basic_monthly_mean": 3636.0, - "basic_monthly_median": 3050.0, - "gross_monthly_mean": 3694.0, - "gross_monthly_median": 3100.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 4000.0 - }, - { - "year": 2021, - "employment_rate_overall": 98.7, - "employment_rate_ft_perm": 93.0, - "basic_monthly_mean": 3751.0, - "basic_monthly_median": 3400.0, - "gross_monthly_mean": 3814.0, - "gross_monthly_median": 3400.0, - "gross_mthly_25_percentile": 3200.0, - "gross_mthly_75_percentile": 4000.0 - }, - { - "year": 2022, - "employment_rate_overall": 98.1, - "employment_rate_ft_perm": 96.1, - "basic_monthly_mean": 4432.0, - "basic_monthly_median": 3800.0, - "gross_monthly_mean": 4497.0, - "gross_monthly_median": 3825.0, - "gross_mthly_25_percentile": 3600.0, - "gross_mthly_75_percentile": 4600.0 - }, - { - "year": 2023, - "employment_rate_overall": 95.5, - "employment_rate_ft_perm": 94.7, - "basic_monthly_mean": 4404.0, - "basic_monthly_median": 3800.0, - "gross_monthly_mean": 4463.0, - "gross_monthly_median": 3900.0, - "gross_mthly_25_percentile": 3600.0, - "gross_mthly_75_percentile": 4700.0 - } - ] - }, - { - "university": "Singapore Management University", - "degree": "Accountancy Cum Laude and above", - "school": "School of Accountancy (4-year programme)", - "slug": "accountancy-cum-laude-and-above-smu", - "data": [ - { - "year": 2009, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 96.8, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 3586.0, - "gross_monthly_median": 2600.0, - "gross_mthly_25_percentile": 2400.0, - "gross_mthly_75_percentile": 4000.0 - }, - { - "year": 2010, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 95.8, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 3625.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2600.0, - "gross_mthly_75_percentile": 3800.0 - }, - { - "year": 2011, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 98.6, - "basic_monthly_mean": 3496.0, - "basic_monthly_median": 3100.0, - "gross_monthly_mean": 3671.0, - "gross_monthly_median": 3225.0, - "gross_mthly_25_percentile": 2925.0, - "gross_mthly_75_percentile": 4125.0 - }, - { - "year": 2012, - "employment_rate_overall": 98.5, - "employment_rate_ft_perm": 97.0, - "basic_monthly_mean": 3692.0, - "basic_monthly_median": 3225.0, - "gross_monthly_mean": 3765.0, - "gross_monthly_median": 3261.0, - "gross_mthly_25_percentile": 2720.0, - "gross_mthly_75_percentile": 4192.0 - }, - { - "year": 2013, - "employment_rate_overall": 95.2, - "employment_rate_ft_perm": 95.2, - "basic_monthly_mean": 3580.0, - "basic_monthly_median": 2900.0, - "gross_monthly_mean": 3634.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2700.0, - "gross_mthly_75_percentile": 3750.0 - }, - { - "year": 2014, - "employment_rate_overall": 97.4, - "employment_rate_ft_perm": 96.1, - "basic_monthly_mean": 3871.0, - "basic_monthly_median": 3450.0, - "gross_monthly_mean": 3903.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 2875.0, - "gross_mthly_75_percentile": 4300.0 - }, - { - "year": 2015, - "employment_rate_overall": 97.7, - "employment_rate_ft_perm": 97.7, - "basic_monthly_mean": 3597.0, - "basic_monthly_median": 3100.0, - "gross_monthly_mean": 3701.0, - "gross_monthly_median": 3200.0, - "gross_mthly_25_percentile": 2850.0, - "gross_mthly_75_percentile": 4110.0 - }, - { - "year": 2016, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": 3827.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3943.0, - "gross_monthly_median": 3600.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 4583.0 - }, - { - "year": 2017, - "employment_rate_overall": 97.8, - "employment_rate_ft_perm": 97.8, - "basic_monthly_mean": 4037.0, - "basic_monthly_median": 3200.0, - "gross_monthly_mean": 4089.0, - "gross_monthly_median": 3200.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 4645.0 - }, - { - "year": 2018, - "employment_rate_overall": 96.3, - "employment_rate_ft_perm": 95.1, - "basic_monthly_mean": 4396.0, - "basic_monthly_median": 3450.0, - "gross_monthly_mean": 4439.0, - "gross_monthly_median": 3550.0, - "gross_mthly_25_percentile": 3013.0, - "gross_mthly_75_percentile": 4773.0 - }, - { - "year": 2019, - "employment_rate_overall": 97.9, - "employment_rate_ft_perm": 97.9, - "basic_monthly_mean": 4364.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 4431.0, - "gross_monthly_median": 3600.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 5000.0 - }, - { - "year": 2020, - "employment_rate_overall": 96.3, - "employment_rate_ft_perm": 86.1, - "basic_monthly_mean": 3979.0, - "basic_monthly_median": 3600.0, - "gross_monthly_mean": 4057.0, - "gross_monthly_median": 3744.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 4583.0 - }, - { - "year": 2021, - "employment_rate_overall": 97.9, - "employment_rate_ft_perm": 92.6, - "basic_monthly_mean": 4161.0, - "basic_monthly_median": 3700.0, - "gross_monthly_mean": 4213.0, - "gross_monthly_median": 3850.0, - "gross_mthly_25_percentile": 3300.0, - "gross_mthly_75_percentile": 4600.0 - }, - { - "year": 2022, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 98.0, - "basic_monthly_mean": 5040.0, - "basic_monthly_median": 4000.0, - "gross_monthly_mean": 5097.0, - "gross_monthly_median": 4025.0, - "gross_mthly_25_percentile": 3600.0, - "gross_mthly_75_percentile": 5500.0 - }, - { - "year": 2023, - "employment_rate_overall": 96.0, - "employment_rate_ft_perm": 94.9, - "basic_monthly_mean": 5017.0, - "basic_monthly_median": 4500.0, - "gross_monthly_mean": 5069.0, - "gross_monthly_median": 4500.0, - "gross_mthly_25_percentile": 3850.0, - "gross_mthly_75_percentile": 5400.0 - } - ] - }, - { - "university": "Singapore Management University", - "degree": "Business Management", - "school": "School of Business (4-year programme)", - "slug": "business-management-smu", - "data": [ - { - "year": 2009, - "employment_rate_overall": 95.8, - "employment_rate_ft_perm": 82.8, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 3048.0, - "gross_monthly_median": 2800.0, - "gross_mthly_25_percentile": 2400.0, - "gross_mthly_75_percentile": 3325.0 - }, - { - "year": 2010, - "employment_rate_overall": 99.7, - "employment_rate_ft_perm": 90.7, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 3292.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2550.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2011, - "employment_rate_overall": 93.0, - "employment_rate_ft_perm": 87.3, - "basic_monthly_mean": 3189.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3369.0, - "gross_monthly_median": 3020.0, - "gross_mthly_25_percentile": 2600.0, - "gross_mthly_75_percentile": 3800.0 - }, - { - "year": 2012, - "employment_rate_overall": 91.1, - "employment_rate_ft_perm": 85.6, - "basic_monthly_mean": 3207.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3348.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2700.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2013, - "employment_rate_overall": 93.2, - "employment_rate_ft_perm": 87.3, - "basic_monthly_mean": 3344.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3520.0, - "gross_monthly_median": 3200.0, - "gross_mthly_25_percentile": 2800.0, - "gross_mthly_75_percentile": 3750.0 - }, - { - "year": 2014, - "employment_rate_overall": 90.9, - "employment_rate_ft_perm": 86.4, - "basic_monthly_mean": 3630.0, - "basic_monthly_median": 3250.0, - "gross_monthly_mean": 3752.0, - "gross_monthly_median": 3333.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 4000.0 - }, - { - "year": 2015, - "employment_rate_overall": 93.9, - "employment_rate_ft_perm": 88.2, - "basic_monthly_mean": 3513.0, - "basic_monthly_median": 3200.0, - "gross_monthly_mean": 3611.0, - "gross_monthly_median": 3300.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 4000.0 - }, - { - "year": 2016, - "employment_rate_overall": 92.4, - "employment_rate_ft_perm": 84.6, - "basic_monthly_mean": 3727.0, - "basic_monthly_median": 3400.0, - "gross_monthly_mean": 3831.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 4000.0 - }, - { - "year": 2017, - "employment_rate_overall": 93.3, - "employment_rate_ft_perm": 85.7, - "basic_monthly_mean": 3862.0, - "basic_monthly_median": 3475.0, - "gross_monthly_mean": 3995.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3050.0, - "gross_mthly_75_percentile": 4362.0 - }, - { - "year": 2018, - "employment_rate_overall": 91.6, - "employment_rate_ft_perm": 86.5, - "basic_monthly_mean": 4017.0, - "basic_monthly_median": 3600.0, - "gross_monthly_mean": 4133.0, - "gross_monthly_median": 3700.0, - "gross_mthly_25_percentile": 3250.0, - "gross_mthly_75_percentile": 4500.0 - }, - { - "year": 2019, - "employment_rate_overall": 91.0, - "employment_rate_ft_perm": 84.8, - "basic_monthly_mean": 4056.0, - "basic_monthly_median": 3600.0, - "gross_monthly_mean": 4181.0, - "gross_monthly_median": 3750.0, - "gross_mthly_25_percentile": 3300.0, - "gross_mthly_75_percentile": 4600.0 - }, - { - "year": 2020, - "employment_rate_overall": 95.8, - "employment_rate_ft_perm": 68.4, - "basic_monthly_mean": 4183.0, - "basic_monthly_median": 3800.0, - "gross_monthly_mean": 4293.0, - "gross_monthly_median": 3850.0, - "gross_mthly_25_percentile": 3440.0, - "gross_mthly_75_percentile": 4600.0 - }, - { - "year": 2021, - "employment_rate_overall": 96.6, - "employment_rate_ft_perm": 86.0, - "basic_monthly_mean": 4229.0, - "basic_monthly_median": 4000.0, - "gross_monthly_mean": 4371.0, - "gross_monthly_median": 4000.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 4650.0 - }, - { - "year": 2022, - "employment_rate_overall": 94.3, - "employment_rate_ft_perm": 86.5, - "basic_monthly_mean": 4744.0, - "basic_monthly_median": 4208.0, - "gross_monthly_mean": 4937.0, - "gross_monthly_median": 4400.0, - "gross_mthly_25_percentile": 3700.0, - "gross_mthly_75_percentile": 5200.0 - }, - { - "year": 2023, - "employment_rate_overall": 92.4, - "employment_rate_ft_perm": 86.8, - "basic_monthly_mean": 4668.0, - "basic_monthly_median": 4200.0, - "gross_monthly_mean": 4795.0, - "gross_monthly_median": 4436.0, - "gross_mthly_25_percentile": 3800.0, - "gross_mthly_75_percentile": 5200.0 - } - ] - }, - { - "university": "Singapore Management University", - "degree": "Business Management Cum Laude and above", - "school": "School of Business (4-year programme)", - "slug": "business-management-cum-laude-and-above-smu", - "data": [ - { - "year": 2009, - "employment_rate_overall": 96.1, - "employment_rate_ft_perm": 86.7, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 3336.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2500.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2010, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 94.1, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 3750.0, - "gross_monthly_median": 3400.0, - "gross_mthly_25_percentile": 2800.0, - "gross_mthly_75_percentile": 4000.0 - }, - { - "year": 2011, - "employment_rate_overall": 97.4, - "employment_rate_ft_perm": 91.5, - "basic_monthly_mean": 3604.0, - "basic_monthly_median": 3300.0, - "gross_monthly_mean": 3777.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 4100.0 - }, - { - "year": 2012, - "employment_rate_overall": 95.3, - "employment_rate_ft_perm": 93.8, - "basic_monthly_mean": 3794.0, - "basic_monthly_median": 3444.0, - "gross_monthly_mean": 3854.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 2860.0, - "gross_mthly_75_percentile": 4167.0 - }, - { - "year": 2013, - "employment_rate_overall": 95.9, - "employment_rate_ft_perm": 93.8, - "basic_monthly_mean": 3825.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3975.0, - "gross_monthly_median": 3580.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 4100.0 - }, - { - "year": 2014, - "employment_rate_overall": 94.5, - "employment_rate_ft_perm": 94.0, - "basic_monthly_mean": 4019.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 4116.0, - "gross_monthly_median": 3600.0, - "gross_mthly_25_percentile": 3200.0, - "gross_mthly_75_percentile": 4500.0 - }, - { - "year": 2015, - "employment_rate_overall": 98.3, - "employment_rate_ft_perm": 93.3, - "basic_monthly_mean": 4050.0, - "basic_monthly_median": 3800.0, - "gross_monthly_mean": 4130.0, - "gross_monthly_median": 3868.0, - "gross_mthly_25_percentile": 3200.0, - "gross_mthly_75_percentile": 4600.0 - }, - { - "year": 2016, - "employment_rate_overall": 96.1, - "employment_rate_ft_perm": 92.1, - "basic_monthly_mean": 4140.0, - "basic_monthly_median": 3550.0, - "gross_monthly_mean": 4234.0, - "gross_monthly_median": 3660.0, - "gross_mthly_25_percentile": 3250.0, - "gross_mthly_75_percentile": 4583.0 - }, - { - "year": 2017, - "employment_rate_overall": 95.8, - "employment_rate_ft_perm": 92.0, - "basic_monthly_mean": 4364.0, - "basic_monthly_median": 3880.0, - "gross_monthly_mean": 4504.0, - "gross_monthly_median": 4000.0, - "gross_mthly_25_percentile": 3300.0, - "gross_mthly_75_percentile": 5000.0 - }, - { - "year": 2018, - "employment_rate_overall": 97.4, - "employment_rate_ft_perm": 95.6, - "basic_monthly_mean": 4433.0, - "basic_monthly_median": 4000.0, - "gross_monthly_mean": 4544.0, - "gross_monthly_median": 4000.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 4800.0 - }, - { - "year": 2019, - "employment_rate_overall": 93.0, - "employment_rate_ft_perm": 90.4, - "basic_monthly_mean": 4504.0, - "basic_monthly_median": 4000.0, - "gross_monthly_mean": 4614.0, - "gross_monthly_median": 4167.0, - "gross_mthly_25_percentile": 3600.0, - "gross_mthly_75_percentile": 5120.0 - }, - { - "year": 2020, - "employment_rate_overall": 97.5, - "employment_rate_ft_perm": 78.7, - "basic_monthly_mean": 4596.0, - "basic_monthly_median": 4000.0, - "gross_monthly_mean": 4688.0, - "gross_monthly_median": 4000.0, - "gross_mthly_25_percentile": 3600.0, - "gross_mthly_75_percentile": 5000.0 - }, - { - "year": 2021, - "employment_rate_overall": 96.6, - "employment_rate_ft_perm": 90.3, - "basic_monthly_mean": 4705.0, - "basic_monthly_median": 4333.0, - "gross_monthly_mean": 4855.0, - "gross_monthly_median": 4480.0, - "gross_mthly_25_percentile": 3800.0, - "gross_mthly_75_percentile": 5043.0 - }, - { - "year": 2022, - "employment_rate_overall": 97.4, - "employment_rate_ft_perm": 93.1, - "basic_monthly_mean": 5409.0, - "basic_monthly_median": 4600.0, - "gross_monthly_mean": 5630.0, - "gross_monthly_median": 4800.0, - "gross_mthly_25_percentile": 4050.0, - "gross_mthly_75_percentile": 6084.0 - }, - { - "year": 2023, - "employment_rate_overall": 95.5, - "employment_rate_ft_perm": 92.0, - "basic_monthly_mean": 5097.0, - "basic_monthly_median": 4600.0, - "gross_monthly_mean": 5244.0, - "gross_monthly_median": 4875.0, - "gross_mthly_25_percentile": 4000.0, - "gross_mthly_75_percentile": 5500.0 - } - ] - }, - { - "university": "Singapore Management University", - "degree": "Computer Science", - "school": "School of Computing & Information Systems (4-year programme) \u2013 Computer Science", - "slug": "computer-science-smu", - "data": [ - { - "year": 2023, - "employment_rate_overall": 92.7, - "employment_rate_ft_perm": 92.7, - "basic_monthly_mean": 5762.0, - "basic_monthly_median": 5513.0, - "gross_monthly_mean": 6120.0, - "gross_monthly_median": 5800.0, - "gross_mthly_25_percentile": 5100.0, - "gross_mthly_75_percentile": 6500.0 - } - ] - }, - { - "university": "Singapore Management University", - "degree": "Computer Science Cum Laude and above", - "school": "School of Computing & Information Systems (4-year programme) \u2013 Computer Science", - "slug": "computer-science-cum-laude-and-above-smu", - "data": [ - { - "year": 2023, - "employment_rate_overall": 94.1, - "employment_rate_ft_perm": 94.1, - "basic_monthly_mean": 6470.0, - "basic_monthly_median": 6250.0, - "gross_monthly_mean": 6902.0, - "gross_monthly_median": 6250.0, - "gross_mthly_25_percentile": 5500.0, - "gross_mthly_75_percentile": 7752.0 - } - ] - }, - { - "university": "Singapore Management University", - "degree": "Economics", - "school": "School of Economics (4-year programme)", - "slug": "economics-smu", - "data": [ - { - "year": 2009, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 88.9, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 3288.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2500.0, - "gross_mthly_75_percentile": 3763.0 - }, - { - "year": 2010, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 90.2, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 3429.0, - "gross_monthly_median": 3100.0, - "gross_mthly_25_percentile": 2650.0, - "gross_mthly_75_percentile": 3700.0 - }, - { - "year": 2011, - "employment_rate_overall": 94.8, - "employment_rate_ft_perm": 88.9, - "basic_monthly_mean": 3369.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3559.0, - "gross_monthly_median": 3200.0, - "gross_mthly_25_percentile": 2800.0, - "gross_mthly_75_percentile": 3864.0 - }, - { - "year": 2012, - "employment_rate_overall": 90.2, - "employment_rate_ft_perm": 82.7, - "basic_monthly_mean": 3598.0, - "basic_monthly_median": 3300.0, - "gross_monthly_mean": 3768.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 4075.0 - }, - { - "year": 2013, - "employment_rate_overall": 90.6, - "employment_rate_ft_perm": 88.6, - "basic_monthly_mean": 3389.0, - "basic_monthly_median": 3200.0, - "gross_monthly_mean": 3513.0, - "gross_monthly_median": 3339.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3800.0 - }, - { - "year": 2014, - "employment_rate_overall": 90.2, - "employment_rate_ft_perm": 83.9, - "basic_monthly_mean": 3525.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3645.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3175.0, - "gross_mthly_75_percentile": 4000.0 - }, - { - "year": 2015, - "employment_rate_overall": 90.3, - "employment_rate_ft_perm": 85.8, - "basic_monthly_mean": 3798.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3946.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3200.0, - "gross_mthly_75_percentile": 4100.0 - }, - { - "year": 2016, - "employment_rate_overall": 93.4, - "employment_rate_ft_perm": 84.0, - "basic_monthly_mean": 3801.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3906.0, - "gross_monthly_median": 3700.0, - "gross_mthly_25_percentile": 3200.0, - "gross_mthly_75_percentile": 4300.0 - }, - { - "year": 2017, - "employment_rate_overall": 91.3, - "employment_rate_ft_perm": 82.6, - "basic_monthly_mean": 4013.0, - "basic_monthly_median": 3600.0, - "gross_monthly_mean": 4143.0, - "gross_monthly_median": 3700.0, - "gross_mthly_25_percentile": 3300.0, - "gross_mthly_75_percentile": 4583.0 - }, - { - "year": 2018, - "employment_rate_overall": 91.1, - "employment_rate_ft_perm": 85.6, - "basic_monthly_mean": 4017.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 4140.0, - "gross_monthly_median": 3700.0, - "gross_mthly_25_percentile": 3200.0, - "gross_mthly_75_percentile": 4600.0 - }, - { - "year": 2019, - "employment_rate_overall": 87.1, - "employment_rate_ft_perm": 81.3, - "basic_monthly_mean": 4042.0, - "basic_monthly_median": 3800.0, - "gross_monthly_mean": 4159.0, - "gross_monthly_median": 3900.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 4500.0 - }, - { - "year": 2020, - "employment_rate_overall": 91.5, - "employment_rate_ft_perm": 70.5, - "basic_monthly_mean": 4181.0, - "basic_monthly_median": 3750.0, - "gross_monthly_mean": 4290.0, - "gross_monthly_median": 3800.0, - "gross_mthly_25_percentile": 3400.0, - "gross_mthly_75_percentile": 4500.0 - }, - { - "year": 2021, - "employment_rate_overall": 91.8, - "employment_rate_ft_perm": 83.5, - "basic_monthly_mean": 4641.0, - "basic_monthly_median": 4275.0, - "gross_monthly_mean": 4777.0, - "gross_monthly_median": 4435.0, - "gross_mthly_25_percentile": 3800.0, - "gross_mthly_75_percentile": 5250.0 - }, - { - "year": 2022, - "employment_rate_overall": 97.2, - "employment_rate_ft_perm": 89.9, - "basic_monthly_mean": 4665.0, - "basic_monthly_median": 4500.0, - "gross_monthly_mean": 4824.0, - "gross_monthly_median": 4500.0, - "gross_mthly_25_percentile": 4000.0, - "gross_mthly_75_percentile": 5200.0 - }, - { - "year": 2023, - "employment_rate_overall": 93.4, - "employment_rate_ft_perm": 91.3, - "basic_monthly_mean": 4849.0, - "basic_monthly_median": 4500.0, - "gross_monthly_mean": 4937.0, - "gross_monthly_median": 4500.0, - "gross_mthly_25_percentile": 4000.0, - "gross_mthly_75_percentile": 5254.0 - } - ] - }, - { - "university": "Singapore Management University", - "degree": "Economics Cum Laude and above", - "school": "School of Economics (4-year programme)", - "slug": "economics-cum-laude-and-above-smu", - "data": [ - { - "year": 2009, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 92.6, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 3606.0, - "gross_monthly_median": 3200.0, - "gross_mthly_25_percentile": 2800.0, - "gross_mthly_75_percentile": 4000.0 - }, - { - "year": 2010, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 95.0, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 3579.0, - "gross_monthly_median": 3300.0, - "gross_mthly_25_percentile": 2800.0, - "gross_mthly_75_percentile": 3700.0 - }, - { - "year": 2011, - "employment_rate_overall": 94.0, - "employment_rate_ft_perm": 92.0, - "basic_monthly_mean": 3797.0, - "basic_monthly_median": 3475.0, - "gross_monthly_mean": 3999.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3175.0, - "gross_mthly_75_percentile": 4275.0 - }, - { - "year": 2012, - "employment_rate_overall": 89.5, - "employment_rate_ft_perm": 84.2, - "basic_monthly_mean": 3973.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 4053.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 4314.0 - }, - { - "year": 2013, - "employment_rate_overall": 94.0, - "employment_rate_ft_perm": 94.0, - "basic_monthly_mean": 3731.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3820.0, - "gross_monthly_median": 3600.0, - "gross_mthly_25_percentile": 3250.0, - "gross_mthly_75_percentile": 4000.0 - }, - { - "year": 2014, - "employment_rate_overall": 90.6, - "employment_rate_ft_perm": 89.1, - "basic_monthly_mean": 3815.0, - "basic_monthly_median": 3800.0, - "gross_monthly_mean": 3824.0, - "gross_monthly_median": 3800.0, - "gross_mthly_25_percentile": 3300.0, - "gross_mthly_75_percentile": 4350.0 - }, - { - "year": 2015, - "employment_rate_overall": 98.2, - "employment_rate_ft_perm": 92.7, - "basic_monthly_mean": 4249.0, - "basic_monthly_median": 3800.0, - "gross_monthly_mean": 4380.0, - "gross_monthly_median": 3850.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 4700.0 - }, - { - "year": 2016, - "employment_rate_overall": 97.0, - "employment_rate_ft_perm": 92.5, - "basic_monthly_mean": 4315.0, - "basic_monthly_median": 4000.0, - "gross_monthly_mean": 4425.0, - "gross_monthly_median": 4107.0, - "gross_mthly_25_percentile": 3800.0, - "gross_mthly_75_percentile": 4750.0 - }, - { - "year": 2017, - "employment_rate_overall": 93.2, - "employment_rate_ft_perm": 90.5, - "basic_monthly_mean": 4591.0, - "basic_monthly_median": 4000.0, - "gross_monthly_mean": 4737.0, - "gross_monthly_median": 4100.0, - "gross_mthly_25_percentile": 3600.0, - "gross_mthly_75_percentile": 5113.0 - }, - { - "year": 2018, - "employment_rate_overall": 93.4, - "employment_rate_ft_perm": 89.5, - "basic_monthly_mean": 4599.0, - "basic_monthly_median": 4000.0, - "gross_monthly_mean": 4721.0, - "gross_monthly_median": 4000.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 5200.0 - }, - { - "year": 2019, - "employment_rate_overall": 94.2, - "employment_rate_ft_perm": 89.9, - "basic_monthly_mean": 4401.0, - "basic_monthly_median": 4000.0, - "gross_monthly_mean": 4520.0, - "gross_monthly_median": 4038.0, - "gross_mthly_25_percentile": 3600.0, - "gross_mthly_75_percentile": 4600.0 - }, - { - "year": 2020, - "employment_rate_overall": 94.7, - "employment_rate_ft_perm": 82.9, - "basic_monthly_mean": 4670.0, - "basic_monthly_median": 4000.0, - "gross_monthly_mean": 4749.0, - "gross_monthly_median": 4000.0, - "gross_mthly_25_percentile": 3660.0, - "gross_mthly_75_percentile": 5275.0 - }, - { - "year": 2021, - "employment_rate_overall": 94.1, - "employment_rate_ft_perm": 91.2, - "basic_monthly_mean": 5209.0, - "basic_monthly_median": 4750.0, - "gross_monthly_mean": 5310.0, - "gross_monthly_median": 4900.0, - "gross_mthly_25_percentile": 4191.0, - "gross_mthly_75_percentile": 5810.0 - }, - { - "year": 2022, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 98.6, - "basic_monthly_mean": 5021.0, - "basic_monthly_median": 4500.0, - "gross_monthly_mean": 5169.0, - "gross_monthly_median": 4500.0, - "gross_mthly_25_percentile": 4091.0, - "gross_mthly_75_percentile": 5700.0 - }, - { - "year": 2023, - "employment_rate_overall": 95.7, - "employment_rate_ft_perm": 95.7, - "basic_monthly_mean": 5495.0, - "basic_monthly_median": 4833.0, - "gross_monthly_mean": 5565.0, - "gross_monthly_median": 4833.0, - "gross_mthly_25_percentile": 4300.0, - "gross_mthly_75_percentile": 6000.0 - } - ] - }, - { - "university": "Singapore Management University", - "degree": "Information Systems", - "school": "School of Computing & Information Systems (4-year programme) \u2013 Information Systems", - "slug": "information-systems-smu", - "data": [ - { - "year": 2009, - "employment_rate_overall": 96.9, - "employment_rate_ft_perm": 85.9, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 3445.0, - "gross_monthly_median": 2750.0, - "gross_mthly_25_percentile": 2400.0, - "gross_mthly_75_percentile": 3850.0 - }, - { - "year": 2010, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 93.0, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 3474.0, - "gross_monthly_median": 3100.0, - "gross_mthly_25_percentile": 2650.0, - "gross_mthly_75_percentile": 4000.0 - }, - { - "year": 2011, - "employment_rate_overall": 99.2, - "employment_rate_ft_perm": 94.6, - "basic_monthly_mean": 3389.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3637.0, - "gross_monthly_median": 3215.0, - "gross_mthly_25_percentile": 2893.0, - "gross_mthly_75_percentile": 4150.0 - }, - { - "year": 2012, - "employment_rate_overall": 90.2, - "employment_rate_ft_perm": 86.5, - "basic_monthly_mean": 3295.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3383.0, - "gross_monthly_median": 3150.0, - "gross_mthly_25_percentile": 2900.0, - "gross_mthly_75_percentile": 3800.0 - }, - { - "year": 2013, - "employment_rate_overall": 93.6, - "employment_rate_ft_perm": 89.5, - "basic_monthly_mean": 3389.0, - "basic_monthly_median": 3300.0, - "gross_monthly_mean": 3468.0, - "gross_monthly_median": 3300.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3800.0 - }, - { - "year": 2014, - "employment_rate_overall": 92.9, - "employment_rate_ft_perm": 80.6, - "basic_monthly_mean": 3431.0, - "basic_monthly_median": 3225.0, - "gross_monthly_mean": 3530.0, - "gross_monthly_median": 3350.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 4000.0 - }, - { - "year": 2015, - "employment_rate_overall": 94.8, - "employment_rate_ft_perm": 85.9, - "basic_monthly_mean": 3491.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3660.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3200.0, - "gross_mthly_75_percentile": 4110.0 - }, - { - "year": 2016, - "employment_rate_overall": 95.7, - "employment_rate_ft_perm": 91.5, - "basic_monthly_mean": 3837.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3897.0, - "gross_monthly_median": 3600.0, - "gross_mthly_25_percentile": 3200.0, - "gross_mthly_75_percentile": 4167.0 - }, - { - "year": 2017, - "employment_rate_overall": 95.1, - "employment_rate_ft_perm": 91.3, - "basic_monthly_mean": 3922.0, - "basic_monthly_median": 3905.0, - "gross_monthly_mean": 4014.0, - "gross_monthly_median": 4000.0, - "gross_mthly_25_percentile": 3550.0, - "gross_mthly_75_percentile": 4500.0 - }, - { - "year": 2018, - "employment_rate_overall": 93.6, - "employment_rate_ft_perm": 89.5, - "basic_monthly_mean": 4058.0, - "basic_monthly_median": 4000.0, - "gross_monthly_mean": 4160.0, - "gross_monthly_median": 4000.0, - "gross_mthly_25_percentile": 3600.0, - "gross_mthly_75_percentile": 4600.0 - }, - { - "year": 2019, - "employment_rate_overall": 95.1, - "employment_rate_ft_perm": 90.2, - "basic_monthly_mean": 4413.0, - "basic_monthly_median": 4166.0, - "gross_monthly_mean": 4549.0, - "gross_monthly_median": 4300.0, - "gross_mthly_25_percentile": 4000.0, - "gross_mthly_75_percentile": 5000.0 - }, - { - "year": 2020, - "employment_rate_overall": 93.1, - "employment_rate_ft_perm": 83.9, - "basic_monthly_mean": 4548.0, - "basic_monthly_median": 4500.0, - "gross_monthly_mean": 4683.0, - "gross_monthly_median": 4542.0, - "gross_mthly_25_percentile": 4000.0, - "gross_mthly_75_percentile": 5400.0 - }, - { - "year": 2021, - "employment_rate_overall": 98.2, - "employment_rate_ft_perm": 94.6, - "basic_monthly_mean": 4774.0, - "basic_monthly_median": 4860.0, - "gross_monthly_mean": 4906.0, - "gross_monthly_median": 5000.0, - "gross_mthly_25_percentile": 4200.0, - "gross_mthly_75_percentile": 5350.0 - }, - { - "year": 2022, - "employment_rate_overall": 95.1, - "employment_rate_ft_perm": 93.4, - "basic_monthly_mean": 5333.0, - "basic_monthly_median": 5235.0, - "gross_monthly_mean": 5472.0, - "gross_monthly_median": 5400.0, - "gross_mthly_25_percentile": 4700.0, - "gross_mthly_75_percentile": 6166.0 - }, - { - "year": 2023, - "employment_rate_overall": 92.3, - "employment_rate_ft_perm": 88.4, - "basic_monthly_mean": 5381.0, - "basic_monthly_median": 5250.0, - "gross_monthly_mean": 5530.0, - "gross_monthly_median": 5400.0, - "gross_mthly_25_percentile": 4800.0, - "gross_mthly_75_percentile": 6250.0 - } - ] - }, - { - "university": "Singapore Management University", - "degree": "Information Systems Cum Laude and above", - "school": "School of Computing & Information Systems (4-year programme) \u2013 Information Systems", - "slug": "information-systems-cum-laude-and-above-smu", - "data": [ - { - "year": 2009, - "employment_rate_overall": 88.9, - "employment_rate_ft_perm": 72.2, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 3754.0, - "gross_monthly_median": 4000.0, - "gross_mthly_25_percentile": 2800.0, - "gross_mthly_75_percentile": 4600.0 - }, - { - "year": 2010, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 95.0, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 4547.0, - "gross_monthly_median": 4350.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 4950.0 - }, - { - "year": 2011, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 96.0, - "basic_monthly_mean": 4057.0, - "basic_monthly_median": 3800.0, - "gross_monthly_mean": 4294.0, - "gross_monthly_median": 4200.0, - "gross_mthly_25_percentile": 3150.0, - "gross_mthly_75_percentile": 4783.0 - }, - { - "year": 2012, - "employment_rate_overall": 94.7, - "employment_rate_ft_perm": 84.2, - "basic_monthly_mean": 3845.0, - "basic_monthly_median": 3775.0, - "gross_monthly_mean": 3946.0, - "gross_monthly_median": 3831.0, - "gross_mthly_25_percentile": 3105.0, - "gross_mthly_75_percentile": 4100.0 - }, - { - "year": 2013, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 90.9, - "basic_monthly_mean": 3786.0, - "basic_monthly_median": 3725.0, - "gross_monthly_mean": 3862.0, - "gross_monthly_median": 3800.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 4000.0 - }, - { - "year": 2014, - "employment_rate_overall": 97.4, - "employment_rate_ft_perm": 84.2, - "basic_monthly_mean": 4057.0, - "basic_monthly_median": 4000.0, - "gross_monthly_mean": 4151.0, - "gross_monthly_median": 4050.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 4540.0 - }, - { - "year": 2015, - "employment_rate_overall": 97.4, - "employment_rate_ft_perm": 92.1, - "basic_monthly_mean": 3577.0, - "basic_monthly_median": 3800.0, - "gross_monthly_mean": 3834.0, - "gross_monthly_median": 3800.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 4166.0 - }, - { - "year": 2016, - "employment_rate_overall": 97.5, - "employment_rate_ft_perm": 95.0, - "basic_monthly_mean": 4504.0, - "basic_monthly_median": 4167.0, - "gross_monthly_mean": 4603.0, - "gross_monthly_median": 4167.0, - "gross_mthly_25_percentile": 3800.0, - "gross_mthly_75_percentile": 4750.0 - }, - { - "year": 2017, - "employment_rate_overall": 96.1, - "employment_rate_ft_perm": 94.1, - "basic_monthly_mean": 4211.0, - "basic_monthly_median": 4334.0, - "gross_monthly_mean": 4305.0, - "gross_monthly_median": 4334.0, - "gross_mthly_25_percentile": 4000.0, - "gross_mthly_75_percentile": 4750.0 - }, - { - "year": 2018, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 97.2, - "basic_monthly_mean": 4584.0, - "basic_monthly_median": 4650.0, - "gross_monthly_mean": 4659.0, - "gross_monthly_median": 4685.0, - "gross_mthly_25_percentile": 4200.0, - "gross_mthly_75_percentile": 5000.0 - }, - { - "year": 2019, - "employment_rate_overall": 98.0, - "employment_rate_ft_perm": 96.0, - "basic_monthly_mean": 5029.0, - "basic_monthly_median": 5000.0, - "gross_monthly_mean": 5212.0, - "gross_monthly_median": 5000.0, - "gross_mthly_25_percentile": 4300.0, - "gross_mthly_75_percentile": 5550.0 - }, - { - "year": 2020, - "employment_rate_overall": 93.3, - "employment_rate_ft_perm": 93.3, - "basic_monthly_mean": 4903.0, - "basic_monthly_median": 5000.0, - "gross_monthly_mean": 5064.0, - "gross_monthly_median": 5000.0, - "gross_mthly_25_percentile": 4500.0, - "gross_mthly_75_percentile": 5416.0 - }, - { - "year": 2021, - "employment_rate_overall": 97.4, - "employment_rate_ft_perm": 93.6, - "basic_monthly_mean": 5317.0, - "basic_monthly_median": 5050.0, - "gross_monthly_mean": 5499.0, - "gross_monthly_median": 5350.0, - "gross_mthly_25_percentile": 5000.0, - "gross_mthly_75_percentile": 5833.0 - }, - { - "year": 2022, - "employment_rate_overall": 96.0, - "employment_rate_ft_perm": 94.4, - "basic_monthly_mean": 5702.0, - "basic_monthly_median": 5500.0, - "gross_monthly_mean": 5799.0, - "gross_monthly_median": 5638.0, - "gross_mthly_25_percentile": 4900.0, - "gross_mthly_75_percentile": 6500.0 - }, - { - "year": 2023, - "employment_rate_overall": 95.0, - "employment_rate_ft_perm": 93.5, - "basic_monthly_mean": 5710.0, - "basic_monthly_median": 5500.0, - "gross_monthly_mean": 5866.0, - "gross_monthly_median": 5625.0, - "gross_mthly_25_percentile": 5000.0, - "gross_mthly_75_percentile": 6666.0 - } - ] - }, - { - "university": "Singapore Management University", - "degree": "Law", - "school": "School of Law (4-year programme)", - "slug": "law-smu", - "data": [ - { - "year": 2012, - "employment_rate_overall": 98.6, - "employment_rate_ft_perm": 97.2, - "basic_monthly_mean": 4888.0, - "basic_monthly_median": 5000.0, - "gross_monthly_mean": 4975.0, - "gross_monthly_median": 5000.0, - "gross_mthly_25_percentile": 4500.0, - "gross_mthly_75_percentile": 5250.0 - }, - { - "year": 2013, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": 5023.0, - "basic_monthly_median": 4800.0, - "gross_monthly_mean": 5246.0, - "gross_monthly_median": 5000.0, - "gross_mthly_25_percentile": 4500.0, - "gross_mthly_75_percentile": 6000.0 - }, - { - "year": 2014, - "employment_rate_overall": 97.8, - "employment_rate_ft_perm": 95.6, - "basic_monthly_mean": 4932.0, - "basic_monthly_median": 4800.0, - "gross_monthly_mean": 5332.0, - "gross_monthly_median": 5025.0, - "gross_mthly_25_percentile": 4600.0, - "gross_mthly_75_percentile": 5950.0 - }, - { - "year": 2015, - "employment_rate_overall": 99.0, - "employment_rate_ft_perm": 99.0, - "basic_monthly_mean": 4889.0, - "basic_monthly_median": 4600.0, - "gross_monthly_mean": 4997.0, - "gross_monthly_median": 4731.0, - "gross_mthly_25_percentile": 4350.0, - "gross_mthly_75_percentile": 5800.0 - }, - { - "year": 2016, - "employment_rate_overall": 95.8, - "employment_rate_ft_perm": 93.7, - "basic_monthly_mean": 4810.0, - "basic_monthly_median": 4600.0, - "gross_monthly_mean": 4915.0, - "gross_monthly_median": 4850.0, - "gross_mthly_25_percentile": 4200.0, - "gross_mthly_75_percentile": 5800.0 - }, - { - "year": 2017, - "employment_rate_overall": 97.6, - "employment_rate_ft_perm": 94.0, - "basic_monthly_mean": 4778.0, - "basic_monthly_median": 4500.0, - "gross_monthly_mean": 4941.0, - "gross_monthly_median": 5000.0, - "gross_mthly_25_percentile": 4000.0, - "gross_mthly_75_percentile": 5840.0 - }, - { - "year": 2018, - "employment_rate_overall": 92.7, - "employment_rate_ft_perm": 90.8, - "basic_monthly_mean": 4704.0, - "basic_monthly_median": 4500.0, - "gross_monthly_mean": 4856.0, - "gross_monthly_median": 4500.0, - "gross_mthly_25_percentile": 4050.0, - "gross_mthly_75_percentile": 5600.0 - }, - { - "year": 2019, - "employment_rate_overall": 99.1, - "employment_rate_ft_perm": 98.2, - "basic_monthly_mean": 4942.0, - "basic_monthly_median": 4600.0, - "gross_monthly_mean": 5064.0, - "gross_monthly_median": 4900.0, - "gross_mthly_25_percentile": 4200.0, - "gross_mthly_75_percentile": 5800.0 - }, - { - "year": 2020, - "employment_rate_overall": 95.5, - "employment_rate_ft_perm": 91.1, - "basic_monthly_mean": 4729.0, - "basic_monthly_median": 4500.0, - "gross_monthly_mean": 4804.0, - "gross_monthly_median": 4588.0, - "gross_mthly_25_percentile": 4000.0, - "gross_mthly_75_percentile": 5600.0 - }, - { - "year": 2021, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 98.3, - "basic_monthly_mean": 5319.0, - "basic_monthly_median": 5500.0, - "gross_monthly_mean": 5433.0, - "gross_monthly_median": 5600.0, - "gross_mthly_25_percentile": 4500.0, - "gross_mthly_75_percentile": 6000.0 - }, - { - "year": 2022, - "employment_rate_overall": 94.1, - "employment_rate_ft_perm": 91.1, - "basic_monthly_mean": 6063.0, - "basic_monthly_median": 6000.0, - "gross_monthly_mean": 6221.0, - "gross_monthly_median": 6375.0, - "gross_mthly_25_percentile": 5500.0, - "gross_mthly_75_percentile": 6800.0 - }, - { - "year": 2023, - "employment_rate_overall": 99.2, - "employment_rate_ft_perm": 99.2, - "basic_monthly_mean": 6375.0, - "basic_monthly_median": 6500.0, - "gross_monthly_mean": 6509.0, - "gross_monthly_median": 7000.0, - "gross_mthly_25_percentile": 5800.0, - "gross_mthly_75_percentile": 7000.0 - } - ] - }, - { - "university": "Singapore Management University", - "degree": "Law Cum Laude and above", - "school": "School of Law (4-year programme)", - "slug": "law-cum-laude-and-above-smu", - "data": [ - { - "year": 2012, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": 4988.0, - "basic_monthly_median": 5000.0, - "gross_monthly_mean": 5082.0, - "gross_monthly_median": 5000.0, - "gross_mthly_25_percentile": 4650.0, - "gross_mthly_75_percentile": 5450.0 - }, - { - "year": 2013, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": 5329.0, - "basic_monthly_median": 5000.0, - "gross_monthly_mean": 5617.0, - "gross_monthly_median": 5547.0, - "gross_mthly_25_percentile": 4750.0, - "gross_mthly_75_percentile": 6400.0 - }, - { - "year": 2014, - "employment_rate_overall": 97.7, - "employment_rate_ft_perm": 97.7, - "basic_monthly_mean": 5089.0, - "basic_monthly_median": 4900.0, - "gross_monthly_mean": 5571.0, - "gross_monthly_median": 5800.0, - "gross_mthly_25_percentile": 4800.0, - "gross_mthly_75_percentile": 6000.0 - }, - { - "year": 2015, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": 5160.0, - "basic_monthly_median": 4766.0, - "gross_monthly_mean": 5313.0, - "gross_monthly_median": 5000.0, - "gross_mthly_25_percentile": 4500.0, - "gross_mthly_75_percentile": 5995.0 - }, - { - "year": 2016, - "employment_rate_overall": 96.7, - "employment_rate_ft_perm": 96.7, - "basic_monthly_mean": 4950.0, - "basic_monthly_median": 4950.0, - "gross_monthly_mean": 5095.0, - "gross_monthly_median": 5300.0, - "gross_mthly_25_percentile": 4500.0, - "gross_mthly_75_percentile": 5800.0 - }, - { - "year": 2017, - "employment_rate_overall": 97.9, - "employment_rate_ft_perm": 97.9, - "basic_monthly_mean": 5163.0, - "basic_monthly_median": 5450.0, - "gross_monthly_mean": 5287.0, - "gross_monthly_median": 5600.0, - "gross_mthly_25_percentile": 4200.0, - "gross_mthly_75_percentile": 6000.0 - }, - { - "year": 2018, - "employment_rate_overall": 94.4, - "employment_rate_ft_perm": 92.6, - "basic_monthly_mean": 4986.0, - "basic_monthly_median": 4750.0, - "gross_monthly_mean": 5256.0, - "gross_monthly_median": 5513.0, - "gross_mthly_25_percentile": 4500.0, - "gross_mthly_75_percentile": 6000.0 - }, - { - "year": 2019, - "employment_rate_overall": 98.6, - "employment_rate_ft_perm": 97.1, - "basic_monthly_mean": 5136.0, - "basic_monthly_median": 5000.0, - "gross_monthly_mean": 5324.0, - "gross_monthly_median": 5550.0, - "gross_mthly_25_percentile": 4500.0, - "gross_mthly_75_percentile": 6000.0 - }, - { - "year": 2020, - "employment_rate_overall": 97.0, - "employment_rate_ft_perm": 95.5, - "basic_monthly_mean": 5053.0, - "basic_monthly_median": 5000.0, - "gross_monthly_mean": 5141.0, - "gross_monthly_median": 5000.0, - "gross_mthly_25_percentile": 4500.0, - "gross_mthly_75_percentile": 5735.0 - }, - { - "year": 2021, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 98.8, - "basic_monthly_mean": 5613.0, - "basic_monthly_median": 5600.0, - "gross_monthly_mean": 5754.0, - "gross_monthly_median": 5800.0, - "gross_mthly_25_percentile": 5025.0, - "gross_mthly_75_percentile": 6000.0 - }, - { - "year": 2022, - "employment_rate_overall": 92.4, - "employment_rate_ft_perm": 92.4, - "basic_monthly_mean": 6226.0, - "basic_monthly_median": 6338.0, - "gross_monthly_mean": 6429.0, - "gross_monthly_median": 6400.0, - "gross_mthly_25_percentile": 6000.0, - "gross_mthly_75_percentile": 7000.0 - }, - { - "year": 2023, - "employment_rate_overall": 98.9, - "employment_rate_ft_perm": 98.9, - "basic_monthly_mean": 6553.0, - "basic_monthly_median": 7000.0, - "gross_monthly_mean": 6690.0, - "gross_monthly_median": 7000.0, - "gross_mthly_25_percentile": 6200.0, - "gross_mthly_75_percentile": 7000.0 - } - ] - }, - { - "university": "Singapore Management University", - "degree": "Social Sciences", - "school": "School of Social Sciences (4-year programme)", - "slug": "social-sciences-smu", - "data": [ - { - "year": 2009, - "employment_rate_overall": 92.0, - "employment_rate_ft_perm": 72.0, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 2613.0, - "gross_monthly_median": 2500.0, - "gross_mthly_25_percentile": 2275.0, - "gross_mthly_75_percentile": 2850.0 - }, - { - "year": 2010, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 90.5, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 2824.0, - "gross_monthly_median": 2675.0, - "gross_mthly_25_percentile": 2400.0, - "gross_mthly_75_percentile": 3200.0 - }, - { - "year": 2011, - "employment_rate_overall": 96.6, - "employment_rate_ft_perm": 88.5, - "basic_monthly_mean": 2725.0, - "basic_monthly_median": 2700.0, - "gross_monthly_mean": 3043.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2550.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2012, - "employment_rate_overall": 91.8, - "employment_rate_ft_perm": 79.5, - "basic_monthly_mean": 3038.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3289.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2685.0, - "gross_mthly_75_percentile": 3705.0 - }, - { - "year": 2013, - "employment_rate_overall": 86.5, - "employment_rate_ft_perm": 79.8, - "basic_monthly_mean": 3122.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3150.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2600.0, - "gross_mthly_75_percentile": 3320.0 - }, - { - "year": 2015, - "employment_rate_overall": 89.0, - "employment_rate_ft_perm": 83.0, - "basic_monthly_mean": 3306.0, - "basic_monthly_median": 3100.0, - "gross_monthly_mean": 3550.0, - "gross_monthly_median": 3200.0, - "gross_mthly_25_percentile": 2980.0, - "gross_mthly_75_percentile": 3600.0 - }, - { - "year": 2016, - "employment_rate_overall": 91.5, - "employment_rate_ft_perm": 80.4, - "basic_monthly_mean": 3199.0, - "basic_monthly_median": 3100.0, - "gross_monthly_mean": 3311.0, - "gross_monthly_median": 3145.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2017, - "employment_rate_overall": 91.3, - "employment_rate_ft_perm": 78.0, - "basic_monthly_mean": 3344.0, - "basic_monthly_median": 3250.0, - "gross_monthly_mean": 3493.0, - "gross_monthly_median": 3300.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3750.0 - }, - { - "year": 2018, - "employment_rate_overall": 85.6, - "employment_rate_ft_perm": 74.4, - "basic_monthly_mean": 3336.0, - "basic_monthly_median": 3200.0, - "gross_monthly_mean": 3409.0, - "gross_monthly_median": 3210.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3710.0 - }, - { - "year": 2019, - "employment_rate_overall": 92.2, - "employment_rate_ft_perm": 82.8, - "basic_monthly_mean": 3523.0, - "basic_monthly_median": 3400.0, - "gross_monthly_mean": 3629.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3065.0, - "gross_mthly_75_percentile": 4000.0 - }, - { - "year": 2020, - "employment_rate_overall": 89.9, - "employment_rate_ft_perm": 52.8, - "basic_monthly_mean": 3540.0, - "basic_monthly_median": 3360.0, - "gross_monthly_mean": 3626.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3200.0, - "gross_mthly_75_percentile": 4000.0 - }, - { - "year": 2021, - "employment_rate_overall": 94.1, - "employment_rate_ft_perm": 77.1, - "basic_monthly_mean": 3656.0, - "basic_monthly_median": 3465.0, - "gross_monthly_mean": 3836.0, - "gross_monthly_median": 3600.0, - "gross_mthly_25_percentile": 3200.0, - "gross_mthly_75_percentile": 4010.0 - }, - { - "year": 2022, - "employment_rate_overall": 91.4, - "employment_rate_ft_perm": 83.3, - "basic_monthly_mean": 4076.0, - "basic_monthly_median": 3843.0, - "gross_monthly_mean": 4265.0, - "gross_monthly_median": 4000.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 4600.0 - }, - { - "year": 2023, - "employment_rate_overall": 87.0, - "employment_rate_ft_perm": 81.5, - "basic_monthly_mean": 4185.0, - "basic_monthly_median": 3900.0, - "gross_monthly_mean": 4330.0, - "gross_monthly_median": 4000.0, - "gross_mthly_25_percentile": 3600.0, - "gross_mthly_75_percentile": 4780.0 - } - ] - }, - { - "university": "Singapore Management University", - "degree": "Social Sciences Cum Laude and above", - "school": "School of Social Sciences (4-year programme)", - "slug": "social-sciences-cum-laude-and-above-smu", - "data": [ - { - "year": 2009, - "employment_rate_overall": 80.0, - "employment_rate_ft_perm": 73.3, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 2673.0, - "gross_monthly_median": 2850.0, - "gross_mthly_25_percentile": 2350.0, - "gross_mthly_75_percentile": 2950.0 - }, - { - "year": 2010, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 93.3, - "basic_monthly_mean": null, - "basic_monthly_median": null, - "gross_monthly_mean": 3479.0, - "gross_monthly_median": 3250.0, - "gross_mthly_25_percentile": 3200.0, - "gross_mthly_75_percentile": 3875.0 - }, - { - "year": 2011, - "employment_rate_overall": 95.8, - "employment_rate_ft_perm": 87.5, - "basic_monthly_mean": 3128.0, - "basic_monthly_median": 3400.0, - "gross_monthly_mean": 3450.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3100.0, - "gross_mthly_75_percentile": 3700.0 - }, - { - "year": 2012, - "employment_rate_overall": 90.0, - "employment_rate_ft_perm": 86.7, - "basic_monthly_mean": 3334.0, - "basic_monthly_median": 3260.0, - "gross_monthly_mean": 3496.0, - "gross_monthly_median": 3260.0, - "gross_mthly_25_percentile": 2923.0, - "gross_mthly_75_percentile": 4013.0 - }, - { - "year": 2015, - "employment_rate_overall": 93.1, - "employment_rate_ft_perm": 89.7, - "basic_monthly_mean": 3887.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 4012.0, - "gross_monthly_median": 3560.0, - "gross_mthly_25_percentile": 3300.0, - "gross_mthly_75_percentile": 4583.0 - }, - { - "year": 2016, - "employment_rate_overall": 94.9, - "employment_rate_ft_perm": 87.2, - "basic_monthly_mean": 3405.0, - "basic_monthly_median": 3300.0, - "gross_monthly_mean": 3548.0, - "gross_monthly_median": 3400.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3668.0 - }, - { - "year": 2017, - "employment_rate_overall": 87.9, - "employment_rate_ft_perm": 81.8, - "basic_monthly_mean": 3810.0, - "basic_monthly_median": 3600.0, - "gross_monthly_mean": 3938.0, - "gross_monthly_median": 3630.0, - "gross_mthly_25_percentile": 3300.0, - "gross_mthly_75_percentile": 4000.0 - }, - { - "year": 2018, - "employment_rate_overall": 84.2, - "employment_rate_ft_perm": 78.9, - "basic_monthly_mean": 3818.0, - "basic_monthly_median": 3550.0, - "gross_monthly_mean": 3880.0, - "gross_monthly_median": 3600.0, - "gross_mthly_25_percentile": 3200.0, - "gross_mthly_75_percentile": 4100.0 - }, - { - "year": 2019, - "employment_rate_overall": 92.7, - "employment_rate_ft_perm": 90.2, - "basic_monthly_mean": 3599.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3742.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3100.0, - "gross_mthly_75_percentile": 4070.0 - }, - { - "year": 2020, - "employment_rate_overall": 90.6, - "employment_rate_ft_perm": 65.6, - "basic_monthly_mean": 3711.0, - "basic_monthly_median": 3510.0, - "gross_monthly_mean": 3784.0, - "gross_monthly_median": 3510.0, - "gross_mthly_25_percentile": 3230.0, - "gross_mthly_75_percentile": 4200.0 - }, - { - "year": 2021, - "employment_rate_overall": 96.9, - "employment_rate_ft_perm": 86.2, - "basic_monthly_mean": 3856.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 4063.0, - "gross_monthly_median": 3763.0, - "gross_mthly_25_percentile": 3350.0, - "gross_mthly_75_percentile": 4500.0 - }, - { - "year": 2022, - "employment_rate_overall": 94.3, - "employment_rate_ft_perm": 88.6, - "basic_monthly_mean": 4351.0, - "basic_monthly_median": 4008.0, - "gross_monthly_mean": 4576.0, - "gross_monthly_median": 4316.0, - "gross_mthly_25_percentile": 3795.0, - "gross_mthly_75_percentile": 4900.0 - }, - { - "year": 2023, - "employment_rate_overall": 86.8, - "employment_rate_ft_perm": 81.3, - "basic_monthly_mean": 4398.0, - "basic_monthly_median": 4150.0, - "gross_monthly_mean": 4547.0, - "gross_monthly_median": 4312.0, - "gross_mthly_25_percentile": 3700.0, - "gross_mthly_75_percentile": 5000.0 - } - ] - }, - { - "university": "Singapore University of Social Sciences", - "degree": "Bachelor of Accountancy", - "school": "School of Business", - "slug": "bachelor-of-accountancy-suss", - "data": [ - { - "year": 2018, - "employment_rate_overall": 98.7, - "employment_rate_ft_perm": 97.5, - "basic_monthly_mean": 2858.0, - "basic_monthly_median": 2850.0, - "gross_monthly_mean": 2879.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2700.0, - "gross_mthly_75_percentile": 3000.0 - }, - { - "year": 2019, - "employment_rate_overall": 91.1, - "employment_rate_ft_perm": 83.3, - "basic_monthly_mean": 2880.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 2900.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2750.0, - "gross_mthly_75_percentile": 3000.0 - }, - { - "year": 2020, - "employment_rate_overall": 94.6, - "employment_rate_ft_perm": 81.7, - "basic_monthly_mean": 3059.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3116.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3000.0 - }, - { - "year": 2021, - "employment_rate_overall": 98.6, - "employment_rate_ft_perm": 89.0, - "basic_monthly_mean": 3199.0, - "basic_monthly_median": 3200.0, - "gross_monthly_mean": 3231.0, - "gross_monthly_median": 3200.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3400.0 - }, - { - "year": 2022, - "employment_rate_overall": 96.4, - "employment_rate_ft_perm": 94.6, - "basic_monthly_mean": 3576.0, - "basic_monthly_median": 3600.0, - "gross_monthly_mean": 3635.0, - "gross_monthly_median": 3600.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 3663.0 - }, - { - "year": 2023, - "employment_rate_overall": 94.1, - "employment_rate_ft_perm": 94.1, - "basic_monthly_mean": 3560.0, - "basic_monthly_median": 3600.0, - "gross_monthly_mean": 3601.0, - "gross_monthly_median": 3600.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 3600.0 - } - ] - }, - { - "university": "Singapore University of Social Sciences", - "degree": "Bachelor of Early Childhood Education", - "school": "S R Nathan School of Human Development", - "slug": "bachelor-of-early-childhood-education-suss", - "data": [ - { - "year": 2020, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 88.2, - "basic_monthly_mean": 2879.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 2879.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2700.0, - "gross_mthly_75_percentile": 3016.0 - }, - { - "year": 2021, - "employment_rate_overall": 93.0, - "employment_rate_ft_perm": 88.4, - "basic_monthly_mean": 2949.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 2963.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2800.0, - "gross_mthly_75_percentile": 3100.0 - }, - { - "year": 2022, - "employment_rate_overall": 88.1, - "employment_rate_ft_perm": 79.7, - "basic_monthly_mean": 3090.0, - "basic_monthly_median": 3100.0, - "gross_monthly_mean": 3188.0, - "gross_monthly_median": 3200.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3338.0 - }, - { - "year": 2023, - "employment_rate_overall": 83.9, - "employment_rate_ft_perm": 73.2, - "basic_monthly_mean": 3270.0, - "basic_monthly_median": 3300.0, - "gross_monthly_mean": 3328.0, - "gross_monthly_median": 3400.0, - "gross_mthly_25_percentile": 3097.0, - "gross_mthly_75_percentile": 3525.0 - } - ] - }, - { - "university": "Singapore University of Social Sciences", - "degree": "Bachelor of Human Resource Management", - "school": "S R Nathan School of Human Development", - "slug": "bachelor-of-human-resource-management-suss", - "data": [ - { - "year": 2019, - "employment_rate_overall": 87.1, - "employment_rate_ft_perm": 74.2, - "basic_monthly_mean": 2942.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 2975.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2800.0, - "gross_mthly_75_percentile": 3300.0 - }, - { - "year": 2020, - "employment_rate_overall": 90.6, - "employment_rate_ft_perm": 22.6, - "basic_monthly_mean": 2947.0, - "basic_monthly_median": 2750.0, - "gross_monthly_mean": 3051.0, - "gross_monthly_median": 2950.0, - "gross_mthly_25_percentile": 2650.0, - "gross_mthly_75_percentile": 3300.0 - }, - { - "year": 2021, - "employment_rate_overall": 95.6, - "employment_rate_ft_perm": 80.9, - "basic_monthly_mean": 3249.0, - "basic_monthly_median": 3200.0, - "gross_monthly_mean": 3412.0, - "gross_monthly_median": 3200.0, - "gross_mthly_25_percentile": 3000.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2022, - "employment_rate_overall": 93.8, - "employment_rate_ft_perm": 75.0, - "basic_monthly_mean": 3749.0, - "basic_monthly_median": 3525.0, - "gross_monthly_mean": 3874.0, - "gross_monthly_median": 3588.0, - "gross_mthly_25_percentile": 3250.0, - "gross_mthly_75_percentile": 4000.0 - }, - { - "year": 2023, - "employment_rate_overall": 88.6, - "employment_rate_ft_perm": 75.9, - "basic_monthly_mean": 3530.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3650.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3310.0, - "gross_mthly_75_percentile": 3904.0 - } - ] - }, - { - "university": "Singapore University of Social Sciences", - "degree": "Bachelor of Public Safety and Security", - "school": "School of Humanities and Behavioural Sciences", - "slug": "bachelor-of-public-safety-and-security-suss", - "data": [ - { - "year": 2023, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": 4383.0, - "basic_monthly_median": 4330.0, - "gross_monthly_mean": 4709.0, - "gross_monthly_median": 4691.0, - "gross_mthly_25_percentile": 3875.0, - "gross_mthly_75_percentile": 5300.0 - } - ] - }, - { - "university": "Singapore University of Social Sciences", - "degree": "Bachelor of Science in Business Analytics", - "school": "School of Business", - "slug": "bachelor-of-science-in-business-analytics-suss", - "data": [ - { - "year": 2021, - "employment_rate_overall": 93.5, - "employment_rate_ft_perm": 83.9, - "basic_monthly_mean": 4218.0, - "basic_monthly_median": 3800.0, - "gross_monthly_mean": 4372.0, - "gross_monthly_median": 3800.0, - "gross_mthly_25_percentile": 3350.0, - "gross_mthly_75_percentile": 4900.0 - }, - { - "year": 2022, - "employment_rate_overall": 93.0, - "employment_rate_ft_perm": 86.0, - "basic_monthly_mean": 4432.0, - "basic_monthly_median": 4500.0, - "gross_monthly_mean": 4540.0, - "gross_monthly_median": 4660.0, - "gross_mthly_25_percentile": 4000.0, - "gross_mthly_75_percentile": 5000.0 - }, - { - "year": 2023, - "employment_rate_overall": 83.3, - "employment_rate_ft_perm": 83.3, - "basic_monthly_mean": 4670.0, - "basic_monthly_median": 4500.0, - "gross_monthly_mean": 4840.0, - "gross_monthly_median": 4800.0, - "gross_mthly_25_percentile": 4300.0, - "gross_mthly_75_percentile": 5200.0 - } - ] - }, - { - "university": "Singapore University of Social Sciences", - "degree": "Bachelor of Science in Finance", - "school": "School of Business", - "slug": "bachelor-of-science-in-finance-suss", - "data": [ - { - "year": 2018, - "employment_rate_overall": 88.0, - "employment_rate_ft_perm": 84.0, - "basic_monthly_mean": 3364.0, - "basic_monthly_median": 3400.0, - "gross_monthly_mean": 3393.0, - "gross_monthly_median": 3400.0, - "gross_mthly_25_percentile": 3200.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2019, - "employment_rate_overall": 88.6, - "employment_rate_ft_perm": 88.6, - "basic_monthly_mean": 3708.0, - "basic_monthly_median": 3400.0, - "gross_monthly_mean": 3722.0, - "gross_monthly_median": 3450.0, - "gross_mthly_25_percentile": 3085.0, - "gross_mthly_75_percentile": 3750.0 - }, - { - "year": 2020, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 50.0, - "basic_monthly_mean": 3537.0, - "basic_monthly_median": 3163.0, - "gross_monthly_mean": 3854.0, - "gross_monthly_median": 3163.0, - "gross_mthly_25_percentile": 2850.0, - "gross_mthly_75_percentile": 4466.0 - }, - { - "year": 2021, - "employment_rate_overall": 84.4, - "employment_rate_ft_perm": 56.3, - "basic_monthly_mean": 3856.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3862.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3300.0, - "gross_mthly_75_percentile": 4350.0 - }, - { - "year": 2022, - "employment_rate_overall": 97.2, - "employment_rate_ft_perm": 86.1, - "basic_monthly_mean": 4149.0, - "basic_monthly_median": 4000.0, - "gross_monthly_mean": 4483.0, - "gross_monthly_median": 4000.0, - "gross_mthly_25_percentile": 3800.0, - "gross_mthly_75_percentile": 5250.0 - }, - { - "year": 2023, - "employment_rate_overall": 86.0, - "employment_rate_ft_perm": 81.4, - "basic_monthly_mean": 4674.0, - "basic_monthly_median": 4500.0, - "gross_monthly_mean": 4965.0, - "gross_monthly_median": 4500.0, - "gross_mthly_25_percentile": 4000.0, - "gross_mthly_75_percentile": 5200.0 - } - ] - }, - { - "university": "Singapore University of Social Sciences", - "degree": "Bachelor of Science in Marketing", - "school": "School of Business", - "slug": "bachelor-of-science-in-marketing-suss", - "data": [ - { - "year": 2018, - "employment_rate_overall": 94.0, - "employment_rate_ft_perm": 84.0, - "basic_monthly_mean": 2925.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3023.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2650.0, - "gross_mthly_75_percentile": 3245.0 - }, - { - "year": 2019, - "employment_rate_overall": 88.3, - "employment_rate_ft_perm": 70.0, - "basic_monthly_mean": 2993.0, - "basic_monthly_median": 3000.0, - "gross_monthly_mean": 3169.0, - "gross_monthly_median": 3000.0, - "gross_mthly_25_percentile": 2800.0, - "gross_mthly_75_percentile": 3400.0 - }, - { - "year": 2020, - "employment_rate_overall": 92.1, - "employment_rate_ft_perm": 51.3, - "basic_monthly_mean": 3126.0, - "basic_monthly_median": 2900.0, - "gross_monthly_mean": 3246.0, - "gross_monthly_median": 2900.0, - "gross_mthly_25_percentile": 2750.0, - "gross_mthly_75_percentile": 3520.0 - }, - { - "year": 2021, - "employment_rate_overall": 92.4, - "employment_rate_ft_perm": 63.6, - "basic_monthly_mean": 3303.0, - "basic_monthly_median": 3200.0, - "gross_monthly_mean": 3411.0, - "gross_monthly_median": 3275.0, - "gross_mthly_25_percentile": 2820.0, - "gross_mthly_75_percentile": 3600.0 - }, - { - "year": 2022, - "employment_rate_overall": 87.2, - "employment_rate_ft_perm": 75.6, - "basic_monthly_mean": 3664.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3827.0, - "gross_monthly_median": 3600.0, - "gross_mthly_25_percentile": 3220.0, - "gross_mthly_75_percentile": 4100.0 - }, - { - "year": 2023, - "employment_rate_overall": 85.4, - "employment_rate_ft_perm": 67.5, - "basic_monthly_mean": 3670.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3896.0, - "gross_monthly_median": 3600.0, - "gross_mthly_25_percentile": 3400.0, - "gross_mthly_75_percentile": 4040.0 - } - ] - }, - { - "university": "Singapore University of Social Sciences", - "degree": "Bachelor of Science in Supply Chain Management", - "school": "School of Business", - "slug": "bachelor-of-science-in-supply-chain-management-suss", - "data": [ - { - "year": 2020, - "employment_rate_overall": 88.0, - "employment_rate_ft_perm": 36.0, - "basic_monthly_mean": 3125.0, - "basic_monthly_median": 3100.0, - "gross_monthly_mean": 3284.0, - "gross_monthly_median": 3185.0, - "gross_mthly_25_percentile": 2950.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2021, - "employment_rate_overall": 97.4, - "employment_rate_ft_perm": 79.5, - "basic_monthly_mean": 3245.0, - "basic_monthly_median": 3200.0, - "gross_monthly_mean": 3381.0, - "gross_monthly_median": 3300.0, - "gross_mthly_25_percentile": 3025.0, - "gross_mthly_75_percentile": 3500.0 - }, - { - "year": 2022, - "employment_rate_overall": 98.4, - "employment_rate_ft_perm": 90.6, - "basic_monthly_mean": 3629.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3702.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3300.0, - "gross_mthly_75_percentile": 3900.0 - }, - { - "year": 2023, - "employment_rate_overall": 94.2, - "employment_rate_ft_perm": 91.3, - "basic_monthly_mean": 3883.0, - "basic_monthly_median": 3900.0, - "gross_monthly_mean": 4038.0, - "gross_monthly_median": 4000.0, - "gross_mthly_25_percentile": 3600.0, - "gross_mthly_75_percentile": 4363.0 - } - ] - }, - { - "university": "Singapore University of Social Sciences", - "degree": "Bachelor of Social Work", - "school": "S R Nathan School of Human Development", - "slug": "bachelor-of-social-work-suss", - "data": [ - { - "year": 2020, - "employment_rate_overall": 97.3, - "employment_rate_ft_perm": 89.2, - "basic_monthly_mean": 3443.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3486.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3450.0, - "gross_mthly_75_percentile": 3655.0 - }, - { - "year": 2021, - "employment_rate_overall": 94.7, - "employment_rate_ft_perm": 86.8, - "basic_monthly_mean": 3432.0, - "basic_monthly_median": 3530.0, - "gross_monthly_mean": 3461.0, - "gross_monthly_median": 3530.0, - "gross_mthly_25_percentile": 3400.0, - "gross_mthly_75_percentile": 3580.0 - }, - { - "year": 2022, - "employment_rate_overall": 91.9, - "employment_rate_ft_perm": 80.6, - "basic_monthly_mean": 3529.0, - "basic_monthly_median": 3640.0, - "gross_monthly_mean": 3536.0, - "gross_monthly_median": 3640.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 3640.0 - } - ] - }, - { - "university": "Singapore University of Technology and Design", - "degree": "Bachelor of Engineering (Computer Science and Design)", - "school": null, - "slug": "bachelor-of-engineering-computer-science-and-design-sutd", - "data": [ - { - "year": 2021, - "employment_rate_overall": 98.3, - "employment_rate_ft_perm": 96.7, - "basic_monthly_mean": 4936.0, - "basic_monthly_median": 4800.0, - "gross_monthly_mean": 5030.0, - "gross_monthly_median": 4800.0, - "gross_mthly_25_percentile": 4400.0, - "gross_mthly_75_percentile": 5414.0 - }, - { - "year": 2022, - "employment_rate_overall": 91.2, - "employment_rate_ft_perm": 86.8, - "basic_monthly_mean": 5539.0, - "basic_monthly_median": 5000.0, - "gross_monthly_mean": 5725.0, - "gross_monthly_median": 5190.0, - "gross_mthly_25_percentile": 4600.0, - "gross_mthly_75_percentile": 6600.0 - } - ] - }, - { - "university": "Singapore University of Technology and Design", - "degree": "Bachelor of Engineering (Engineering Product Development)", - "school": null, - "slug": "bachelor-of-engineering-engineering-product-development-sutd", - "data": [ - { - "year": 2015, - "employment_rate_overall": 92.5, - "employment_rate_ft_perm": 88.1, - "basic_monthly_mean": 3595.0, - "basic_monthly_median": 3618.0, - "gross_monthly_mean": 3565.0, - "gross_monthly_median": 3600.0, - "gross_mthly_25_percentile": 3400.0, - "gross_mthly_75_percentile": 3800.0 - }, - { - "year": 2016, - "employment_rate_overall": 87.0, - "employment_rate_ft_perm": 79.7, - "basic_monthly_mean": 3620.0, - "basic_monthly_median": 3500.0, - "gross_monthly_mean": 3690.0, - "gross_monthly_median": 3600.0, - "gross_mthly_25_percentile": 3300.0, - "gross_mthly_75_percentile": 3750.0 - }, - { - "year": 2017, - "employment_rate_overall": 89.9, - "employment_rate_ft_perm": 87.3, - "basic_monthly_mean": 3594.0, - "basic_monthly_median": 3600.0, - "gross_monthly_mean": 3638.0, - "gross_monthly_median": 3600.0, - "gross_mthly_25_percentile": 3450.0, - "gross_mthly_75_percentile": 3800.0 - }, - { - "year": 2018, - "employment_rate_overall": 94.7, - "employment_rate_ft_perm": 86.3, - "basic_monthly_mean": 3773.0, - "basic_monthly_median": 3700.0, - "gross_monthly_mean": 3826.0, - "gross_monthly_median": 3700.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 4000.0 - }, - { - "year": 2019, - "employment_rate_overall": 84.2, - "employment_rate_ft_perm": 80.2, - "basic_monthly_mean": 3991.0, - "basic_monthly_median": 3900.0, - "gross_monthly_mean": 4042.0, - "gross_monthly_median": 4000.0, - "gross_mthly_25_percentile": 3660.0, - "gross_mthly_75_percentile": 4500.0 - }, - { - "year": 2020, - "employment_rate_overall": 94.6, - "employment_rate_ft_perm": 82.1, - "basic_monthly_mean": 3809.0, - "basic_monthly_median": 3800.0, - "gross_monthly_mean": 3901.0, - "gross_monthly_median": 3800.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 4150.0 - }, - { - "year": 2021, - "employment_rate_overall": 89.9, - "employment_rate_ft_perm": 85.5, - "basic_monthly_mean": 4047.0, - "basic_monthly_median": 4000.0, - "gross_monthly_mean": 4141.0, - "gross_monthly_median": 4000.0, - "gross_mthly_25_percentile": 3750.0, - "gross_mthly_75_percentile": 4500.0 - }, - { - "year": 2022, - "employment_rate_overall": 94.9, - "employment_rate_ft_perm": 92.3, - "basic_monthly_mean": 4266.0, - "basic_monthly_median": 4150.0, - "gross_monthly_mean": 4408.0, - "gross_monthly_median": 4200.0, - "gross_mthly_25_percentile": 3900.0, - "gross_mthly_75_percentile": 5000.0 - } - ] - }, - { - "university": "Singapore University of Technology and Design", - "degree": "Bachelor of Engineering (Engineering Systems and Design)", - "school": null, - "slug": "bachelor-of-engineering-engineering-systems-and-design-sutd", - "data": [ - { - "year": 2015, - "employment_rate_overall": 80.3, - "employment_rate_ft_perm": 71.8, - "basic_monthly_mean": 3699.0, - "basic_monthly_median": 3450.0, - "gross_monthly_mean": 3763.0, - "gross_monthly_median": 3500.0, - "gross_mthly_25_percentile": 3190.0, - "gross_mthly_75_percentile": 4100.0 - }, - { - "year": 2016, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 93.5, - "basic_monthly_mean": 3695.0, - "basic_monthly_median": 3600.0, - "gross_monthly_mean": 3830.0, - "gross_monthly_median": 3650.0, - "gross_mthly_25_percentile": 3550.0, - "gross_mthly_75_percentile": 4200.0 - }, - { - "year": 2017, - "employment_rate_overall": 91.7, - "employment_rate_ft_perm": 85.4, - "basic_monthly_mean": 3856.0, - "basic_monthly_median": 3800.0, - "gross_monthly_mean": 3956.0, - "gross_monthly_median": 3850.0, - "gross_mthly_25_percentile": 3600.0, - "gross_mthly_75_percentile": 4210.0 - }, - { - "year": 2018, - "employment_rate_overall": 90.0, - "employment_rate_ft_perm": 90.0, - "basic_monthly_mean": 3798.0, - "basic_monthly_median": 3800.0, - "gross_monthly_mean": 3893.0, - "gross_monthly_median": 3800.0, - "gross_mthly_25_percentile": 3600.0, - "gross_mthly_75_percentile": 4000.0 - }, - { - "year": 2019, - "employment_rate_overall": 89.9, - "employment_rate_ft_perm": 87.3, - "basic_monthly_mean": 3944.0, - "basic_monthly_median": 3800.0, - "gross_monthly_mean": 4082.0, - "gross_monthly_median": 4000.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 4400.0 - }, - { - "year": 2020, - "employment_rate_overall": 95.2, - "employment_rate_ft_perm": 77.1, - "basic_monthly_mean": 4195.0, - "basic_monthly_median": 3950.0, - "gross_monthly_mean": 4287.0, - "gross_monthly_median": 4000.0, - "gross_mthly_25_percentile": 3725.0, - "gross_mthly_75_percentile": 4900.0 - }, - { - "year": 2021, - "employment_rate_overall": 95.5, - "employment_rate_ft_perm": 90.9, - "basic_monthly_mean": 4542.0, - "basic_monthly_median": 4500.0, - "gross_monthly_mean": 4778.0, - "gross_monthly_median": 4700.0, - "gross_mthly_25_percentile": 3900.0, - "gross_mthly_75_percentile": 5000.0 - }, - { - "year": 2022, - "employment_rate_overall": 89.5, - "employment_rate_ft_perm": 86.0, - "basic_monthly_mean": 4929.0, - "basic_monthly_median": 4500.0, - "gross_monthly_mean": 5046.0, - "gross_monthly_median": 4500.0, - "gross_mthly_25_percentile": 4000.0, - "gross_mthly_75_percentile": 5300.0 - } - ] - }, - { - "university": "Singapore University of Technology and Design", - "degree": "Bachelor of Engineering (Information Systems Technology and Design)", - "school": null, - "slug": "bachelor-of-engineering-information-systems-technology-and-design-sutd", - "data": [ - { - "year": 2015, - "employment_rate_overall": 86.0, - "employment_rate_ft_perm": 83.7, - "basic_monthly_mean": 3872.0, - "basic_monthly_median": 3700.0, - "gross_monthly_mean": 3952.0, - "gross_monthly_median": 3950.0, - "gross_mthly_25_percentile": 3338.0, - "gross_mthly_75_percentile": 4450.0 - }, - { - "year": 2016, - "employment_rate_overall": 91.9, - "employment_rate_ft_perm": 91.9, - "basic_monthly_mean": 4197.0, - "basic_monthly_median": 4000.0, - "gross_monthly_mean": 4232.0, - "gross_monthly_median": 4000.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 4950.0 - }, - { - "year": 2017, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 100.0, - "basic_monthly_mean": 4146.0, - "basic_monthly_median": 4000.0, - "gross_monthly_mean": 4175.0, - "gross_monthly_median": 4023.0, - "gross_mthly_25_percentile": 3600.0, - "gross_mthly_75_percentile": 4900.0 - }, - { - "year": 2018, - "employment_rate_overall": 97.3, - "employment_rate_ft_perm": 93.3, - "basic_monthly_mean": 4448.0, - "basic_monthly_median": 4300.0, - "gross_monthly_mean": 4544.0, - "gross_monthly_median": 4400.0, - "gross_mthly_25_percentile": 4000.0, - "gross_mthly_75_percentile": 5000.0 - }, - { - "year": 2019, - "employment_rate_overall": 88.8, - "employment_rate_ft_perm": 85.7, - "basic_monthly_mean": 4599.0, - "basic_monthly_median": 4400.0, - "gross_monthly_mean": 4636.0, - "gross_monthly_median": 4400.0, - "gross_mthly_25_percentile": 3800.0, - "gross_mthly_75_percentile": 5000.0 - }, - { - "year": 2020, - "employment_rate_overall": 96.9, - "employment_rate_ft_perm": 85.4, - "basic_monthly_mean": 4581.0, - "basic_monthly_median": 4500.0, - "gross_monthly_mean": 4734.0, - "gross_monthly_median": 4500.0, - "gross_mthly_25_percentile": 4000.0, - "gross_mthly_75_percentile": 5000.0 - } - ] - }, - { - "university": "Singapore University of Technology and Design", - "degree": "Bachelor of Science (Architecture and Sustainable Design)", - "school": null, - "slug": "bachelor-of-science-architecture-and-sustainable-design-sutd", - "data": [ - { - "year": 2018, - "employment_rate_overall": 95.1, - "employment_rate_ft_perm": 88.5, - "basic_monthly_mean": 3848.0, - "basic_monthly_median": 3900.0, - "gross_monthly_mean": 3945.0, - "gross_monthly_median": 4000.0, - "gross_mthly_25_percentile": 3600.0, - "gross_mthly_75_percentile": 4215.0 - }, - { - "year": 2019, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 91.8, - "basic_monthly_mean": 3923.0, - "basic_monthly_median": 3897.0, - "gross_monthly_mean": 3985.0, - "gross_monthly_median": 3900.0, - "gross_mthly_25_percentile": 3600.0, - "gross_mthly_75_percentile": 4100.0 - }, - { - "year": 2020, - "employment_rate_overall": 100.0, - "employment_rate_ft_perm": 95.6, - "basic_monthly_mean": 3897.0, - "basic_monthly_median": 3800.0, - "gross_monthly_mean": 3982.0, - "gross_monthly_median": 3800.0, - "gross_mthly_25_percentile": 3500.0, - "gross_mthly_75_percentile": 4070.0 - }, - { - "year": 2021, - "employment_rate_overall": 96.6, - "employment_rate_ft_perm": 89.7, - "basic_monthly_mean": 3800.0, - "basic_monthly_median": 3801.0, - "gross_monthly_mean": 3842.0, - "gross_monthly_median": 3875.0, - "gross_mthly_25_percentile": 3430.0, - "gross_mthly_75_percentile": 4200.0 - }, - { - "year": 2022, - "employment_rate_overall": 90.6, - "employment_rate_ft_perm": 84.9, - "basic_monthly_mean": 4281.0, - "basic_monthly_median": 4100.0, - "gross_monthly_mean": 4335.0, - "gross_monthly_median": 4100.0, - "gross_mthly_25_percentile": 3900.0, - "gross_mthly_75_percentile": 4500.0 - } - ] - } -] \ No newline at end of file + { + "university": "Nanyang Technological University", + "degree": "Accountancy", + "school": "College of Business (Nanyang Business School)", + "slug": "accountancy-ntu", + "data": [ + { + "year": 2016, + "employment_rate_overall": 97.3, + "employment_rate_ft_perm": 95.1, + "basic_monthly_mean": 3027.0, + "basic_monthly_median": 2900.0, + "gross_monthly_mean": 3063.0, + "gross_monthly_median": 2900.0, + "gross_mthly_25_percentile": 2900.0, + "gross_mthly_75_percentile": 3100.0 + }, + { + "year": 2017, + "employment_rate_overall": 97.1, + "employment_rate_ft_perm": 94.5, + "basic_monthly_mean": 3121.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3166.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2900.0, + "gross_mthly_75_percentile": 3100.0 + }, + { + "year": 2018, + "employment_rate_overall": 94.6, + "employment_rate_ft_perm": 92.2, + "basic_monthly_mean": 3214.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3245.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3200.0 + }, + { + "year": 2019, + "employment_rate_overall": 97.5, + "employment_rate_ft_perm": 94.0, + "basic_monthly_mean": 3220.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3254.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3200.0 + }, + { + "year": 2020, + "employment_rate_overall": 96.0, + "employment_rate_ft_perm": 88.7, + "basic_monthly_mean": 3213.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3228.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3100.0 + }, + { + "year": 2021, + "employment_rate_overall": 97.7, + "employment_rate_ft_perm": 93.0, + "basic_monthly_mean": 3505.0, + "basic_monthly_median": 3300.0, + "gross_monthly_mean": 3539.0, + "gross_monthly_median": 3400.0, + "gross_mthly_25_percentile": 3100.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2022, + "employment_rate_overall": 98.3, + "employment_rate_ft_perm": 97.6, + "basic_monthly_mean": 3965.0, + "basic_monthly_median": 3600.0, + "gross_monthly_mean": 4031.0, + "gross_monthly_median": 3600.0, + "gross_mthly_25_percentile": 3600.0, + "gross_mthly_75_percentile": 4300.0 + }, + { + "year": 2023, + "employment_rate_overall": 96.6, + "employment_rate_ft_perm": 95.5, + "basic_monthly_mean": 4067.0, + "basic_monthly_median": 3600.0, + "gross_monthly_mean": 4119.0, + "gross_monthly_median": 3600.0, + "gross_mthly_25_percentile": 3600.0, + "gross_mthly_75_percentile": 4000.0 + } + ] + }, + { + "university": "Nanyang Technological University", + "degree": "Accountancy (3-yr direct Honours Programme)", + "school": "College of Business (Nanyang Business School)", + "slug": "accountancy-3-yr-direct-honours-programme-ntu", + "data": [ + { + "year": 2009, + "employment_rate_overall": 91.3, + "employment_rate_ft_perm": 90.0, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 2529.0, + "gross_monthly_median": 2400.0, + "gross_mthly_25_percentile": 2400.0, + "gross_mthly_75_percentile": 2500.0 + }, + { + "year": 2010, + "employment_rate_overall": 97.4, + "employment_rate_ft_perm": 97.0, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 2778, + "gross_monthly_median": 2600, + "gross_mthly_25_percentile": 2600, + "gross_mthly_75_percentile": 2775 + }, + { + "year": 2011, + "employment_rate_overall": 97.5, + "employment_rate_ft_perm": 96.3, + "basic_monthly_mean": 2819.0, + "basic_monthly_median": 2700.0, + "gross_monthly_mean": 2900.0, + "gross_monthly_median": 2700.0, + "gross_mthly_25_percentile": 2700.0, + "gross_mthly_75_percentile": 2900.0 + }, + { + "year": 2012, + "employment_rate_overall": 97.6, + "employment_rate_ft_perm": 96.5, + "basic_monthly_mean": 2924.0, + "basic_monthly_median": 2700.0, + "gross_monthly_mean": 2969.0, + "gross_monthly_median": 2720.0, + "gross_mthly_25_percentile": 2700.0, + "gross_mthly_75_percentile": 3000.0 + }, + { + "year": 2013, + "employment_rate_overall": 97.1, + "employment_rate_ft_perm": 95.7, + "basic_monthly_mean": 2850.0, + "basic_monthly_median": 2700.0, + "gross_monthly_mean": 2938.0, + "gross_monthly_median": 2700.0, + "gross_mthly_25_percentile": 2700.0, + "gross_mthly_75_percentile": 2900.0 + }, + { + "year": 2014, + "employment_rate_overall": 96.6, + "employment_rate_ft_perm": 96.1, + "basic_monthly_mean": 2981.0, + "basic_monthly_median": 2800.0, + "gross_monthly_mean": 3003.0, + "gross_monthly_median": 2840.0, + "gross_mthly_25_percentile": 2700.0, + "gross_mthly_75_percentile": 3000.0 + }, + { + "year": 2015, + "employment_rate_overall": 97.3, + "employment_rate_ft_perm": 96.5, + "basic_monthly_mean": 3182.0, + "basic_monthly_median": 2850.0, + "gross_monthly_mean": 3240.0, + "gross_monthly_median": 2875.0, + "gross_mthly_25_percentile": 2850.0, + "gross_mthly_75_percentile": 3125.0 + } + ] + }, + { + "university": "Nanyang Technological University", + "degree": "Accountancy and Business", + "school": "College of Business (Nanyang Business School)", + "slug": "accountancy-and-business-ntu", + "data": [ + { + "year": 2012, + "employment_rate_overall": 96.9, + "employment_rate_ft_perm": 95.9, + "basic_monthly_mean": 3411.0, + "basic_monthly_median": 3250.0, + "gross_monthly_mean": 3464.0, + "gross_monthly_median": 3380.0, + "gross_mthly_25_percentile": 2863.0, + "gross_mthly_75_percentile": 3750.0 + }, + { + "year": 2013, + "employment_rate_overall": 97.4, + "employment_rate_ft_perm": 96.1, + "basic_monthly_mean": 3701.0, + "basic_monthly_median": 3200.0, + "gross_monthly_mean": 3727.0, + "gross_monthly_median": 3350.0, + "gross_mthly_25_percentile": 2900.0, + "gross_mthly_75_percentile": 4000.0 + }, + { + "year": 2014, + "employment_rate_overall": 98.2, + "employment_rate_ft_perm": 95.6, + "basic_monthly_mean": 3539.0, + "basic_monthly_median": 3300.0, + "gross_monthly_mean": 3597.0, + "gross_monthly_median": 3300.0, + "gross_mthly_25_percentile": 2900.0, + "gross_mthly_75_percentile": 4000.0 + }, + { + "year": 2015, + "employment_rate_overall": 98.6, + "employment_rate_ft_perm": 97.3, + "basic_monthly_mean": 4225.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 4438.0, + "gross_monthly_median": 3770.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 4850.0 + }, + { + "year": 2016, + "employment_rate_overall": 97.4, + "employment_rate_ft_perm": 96.6, + "basic_monthly_mean": 3836.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3893.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3100.0, + "gross_mthly_75_percentile": 4250.0 + }, + { + "year": 2017, + "employment_rate_overall": 97.2, + "employment_rate_ft_perm": 94.3, + "basic_monthly_mean": 3830.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3892.0, + "gross_monthly_median": 3600.0, + "gross_mthly_25_percentile": 3013.0, + "gross_mthly_75_percentile": 4317.0 + }, + { + "year": 2018, + "employment_rate_overall": 99.2, + "employment_rate_ft_perm": 97.7, + "basic_monthly_mean": 4391.0, + "basic_monthly_median": 4000.0, + "gross_monthly_mean": 4456.0, + "gross_monthly_median": 4000.0, + "gross_mthly_25_percentile": 3600.0, + "gross_mthly_75_percentile": 4633.0 + }, + { + "year": 2019, + "employment_rate_overall": 97.9, + "employment_rate_ft_perm": 95.2, + "basic_monthly_mean": 4284.0, + "basic_monthly_median": 4000.0, + "gross_monthly_mean": 4359.0, + "gross_monthly_median": 4000.0, + "gross_mthly_25_percentile": 3200.0, + "gross_mthly_75_percentile": 4600.0 + }, + { + "year": 2020, + "employment_rate_overall": 97.6, + "employment_rate_ft_perm": 91.3, + "basic_monthly_mean": 4615.0, + "basic_monthly_median": 4327.0, + "gross_monthly_mean": 4704.0, + "gross_monthly_median": 4405.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 5000.0 + }, + { + "year": 2021, + "employment_rate_overall": 99.2, + "employment_rate_ft_perm": 96.2, + "basic_monthly_mean": 5018.0, + "basic_monthly_median": 4500.0, + "gross_monthly_mean": 5173.0, + "gross_monthly_median": 4500.0, + "gross_mthly_25_percentile": 3700.0, + "gross_mthly_75_percentile": 5858.0 + }, + { + "year": 2022, + "employment_rate_overall": 98.0, + "employment_rate_ft_perm": 96.9, + "basic_monthly_mean": 5473.0, + "basic_monthly_median": 4833.0, + "gross_monthly_mean": 5580.0, + "gross_monthly_median": 4942.0, + "gross_mthly_25_percentile": 4167.0, + "gross_mthly_75_percentile": 6230.0 + }, + { + "year": 2023, + "employment_rate_overall": 97.2, + "employment_rate_ft_perm": 95.4, + "basic_monthly_mean": 4957.0, + "basic_monthly_median": 4500.0, + "gross_monthly_mean": 5030.0, + "gross_monthly_median": 4650.0, + "gross_mthly_25_percentile": 4000.0, + "gross_mthly_75_percentile": 5344.0 + } + ] + }, + { + "university": "Nanyang Technological University", + "degree": "Aerospace Engineering", + "school": "College of Engineering", + "slug": "aerospace-engineering-ntu", + "data": [ + { + "year": 2009, + "employment_rate_overall": 83.3, + "employment_rate_ft_perm": 80.3, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 3066.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2750.0, + "gross_mthly_75_percentile": 3250.0 + }, + { + "year": 2010, + "employment_rate_overall": 98.0, + "employment_rate_ft_perm": 95.9, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 3344, + "gross_monthly_median": 3200, + "gross_mthly_25_percentile": 2750, + "gross_mthly_75_percentile": 3800 + }, + { + "year": 2011, + "employment_rate_overall": 89.9, + "employment_rate_ft_perm": 88.9, + "basic_monthly_mean": 3419.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3489.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3100.0, + "gross_mthly_75_percentile": 3900.0 + }, + { + "year": 2012, + "employment_rate_overall": 87.1, + "employment_rate_ft_perm": 87.1, + "basic_monthly_mean": 3443.0, + "basic_monthly_median": 3300.0, + "gross_monthly_mean": 3578.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3025.0, + "gross_mthly_75_percentile": 3809.0 + }, + { + "year": 2013, + "employment_rate_overall": 95.3, + "employment_rate_ft_perm": 95.3, + "basic_monthly_mean": 3494.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3536.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3100.0, + "gross_mthly_75_percentile": 3816.0 + }, + { + "year": 2014, + "employment_rate_overall": 84.6, + "employment_rate_ft_perm": 82.7, + "basic_monthly_mean": 3715.0, + "basic_monthly_median": 3700.0, + "gross_monthly_mean": 3911.0, + "gross_monthly_median": 3770.0, + "gross_mthly_25_percentile": 3300.0, + "gross_mthly_75_percentile": 4070.0 + }, + { + "year": 2015, + "employment_rate_overall": 86.0, + "employment_rate_ft_perm": 86.0, + "basic_monthly_mean": 3699.0, + "basic_monthly_median": 3650.0, + "gross_monthly_mean": 3724.0, + "gross_monthly_median": 3700.0, + "gross_mthly_25_percentile": 3450.0, + "gross_mthly_75_percentile": 4000.0 + }, + { + "year": 2016, + "employment_rate_overall": 82.4, + "employment_rate_ft_perm": 77.9, + "basic_monthly_mean": 3761.0, + "basic_monthly_median": 3625.0, + "gross_monthly_mean": 3840.0, + "gross_monthly_median": 3675.0, + "gross_mthly_25_percentile": 3350.0, + "gross_mthly_75_percentile": 4435.0 + }, + { + "year": 2017, + "employment_rate_overall": 80.0, + "employment_rate_ft_perm": 75.0, + "basic_monthly_mean": 3645.0, + "basic_monthly_median": 3492.0, + "gross_monthly_mean": 3702.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3250.0, + "gross_mthly_75_percentile": 4210.0 + }, + { + "year": 2018, + "employment_rate_overall": 95.3, + "employment_rate_ft_perm": 88.4, + "basic_monthly_mean": 3710.0, + "basic_monthly_median": 3625.0, + "gross_monthly_mean": 3873.0, + "gross_monthly_median": 3800.0, + "gross_mthly_25_percentile": 3365.0, + "gross_mthly_75_percentile": 4280.0 + }, + { + "year": 2019, + "employment_rate_overall": 87.5, + "employment_rate_ft_perm": 80.7, + "basic_monthly_mean": 3816.0, + "basic_monthly_median": 3700.0, + "gross_monthly_mean": 3939.0, + "gross_monthly_median": 3800.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 4600.0 + }, + { + "year": 2020, + "employment_rate_overall": 91.2, + "employment_rate_ft_perm": 75.8, + "basic_monthly_mean": 4110.0, + "basic_monthly_median": 3980.0, + "gross_monthly_mean": 4284.0, + "gross_monthly_median": 4000.0, + "gross_mthly_25_percentile": 3800.0, + "gross_mthly_75_percentile": 4945.0 + }, + { + "year": 2021, + "employment_rate_overall": 94.4, + "employment_rate_ft_perm": 87.3, + "basic_monthly_mean": 4250.0, + "basic_monthly_median": 4250.0, + "gross_monthly_mean": 4321.0, + "gross_monthly_median": 4471.0, + "gross_mthly_25_percentile": 3792.0, + "gross_mthly_75_percentile": 5000.0 + }, + { + "year": 2022, + "employment_rate_overall": 94.0, + "employment_rate_ft_perm": 93.0, + "basic_monthly_mean": 4752.0, + "basic_monthly_median": 4800.0, + "gross_monthly_mean": 4899.0, + "gross_monthly_median": 5000.0, + "gross_mthly_25_percentile": 4160.0, + "gross_mthly_75_percentile": 5500.0 + }, + { + "year": 2023, + "employment_rate_overall": 87.5, + "employment_rate_ft_perm": 83.8, + "basic_monthly_mean": 4715.0, + "basic_monthly_median": 4500.0, + "gross_monthly_mean": 4845.0, + "gross_monthly_median": 4763.0, + "gross_mthly_25_percentile": 4150.0, + "gross_mthly_75_percentile": 5700.0 + } + ] + }, + { + "university": "Nanyang Technological University", + "degree": "Art, Design and Media", + "school": "College of Humanities, Arts & Social Sciences", + "slug": "art-design-and-media-ntu", + "data": [ + { + "year": 2009, + "employment_rate_overall": 88.3, + "employment_rate_ft_perm": 61.7, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 2431.0, + "gross_monthly_median": 2300.0, + "gross_mthly_25_percentile": 2100.0, + "gross_mthly_75_percentile": 2800.0 + }, + { + "year": 2010, + "employment_rate_overall": 80.2, + "employment_rate_ft_perm": 60.4, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 2600, + "gross_monthly_median": 2600, + "gross_mthly_25_percentile": 2000, + "gross_mthly_75_percentile": 3150 + }, + { + "year": 2011, + "employment_rate_overall": 81.1, + "employment_rate_ft_perm": 55.8, + "basic_monthly_mean": 2408.0, + "basic_monthly_median": 2500.0, + "gross_monthly_mean": 2563.0, + "gross_monthly_median": 2500.0, + "gross_mthly_25_percentile": 2350.0, + "gross_mthly_75_percentile": 3000.0 + }, + { + "year": 2012, + "employment_rate_overall": 81.4, + "employment_rate_ft_perm": 61.9, + "basic_monthly_mean": 2766.0, + "basic_monthly_median": 2700.0, + "gross_monthly_mean": 2783.0, + "gross_monthly_median": 2700.0, + "gross_mthly_25_percentile": 2400.0, + "gross_mthly_75_percentile": 3025.0 + }, + { + "year": 2013, + "employment_rate_overall": 81.6, + "employment_rate_ft_perm": 61.4, + "basic_monthly_mean": 2639.0, + "basic_monthly_median": 2500.0, + "gross_monthly_mean": 2638.0, + "gross_monthly_median": 2500.0, + "gross_mthly_25_percentile": 2300.0, + "gross_mthly_75_percentile": 2900.0 + }, + { + "year": 2014, + "employment_rate_overall": 80.0, + "employment_rate_ft_perm": 68.0, + "basic_monthly_mean": 2761.0, + "basic_monthly_median": 2600.0, + "gross_monthly_mean": 2791.0, + "gross_monthly_median": 2700.0, + "gross_mthly_25_percentile": 2300.0, + "gross_mthly_75_percentile": 3000.0 + }, + { + "year": 2015, + "employment_rate_overall": 79.3, + "employment_rate_ft_perm": 56.9, + "basic_monthly_mean": 3284.0, + "basic_monthly_median": 2800.0, + "gross_monthly_mean": 3457.0, + "gross_monthly_median": 2800.0, + "gross_mthly_25_percentile": 2200.0, + "gross_mthly_75_percentile": 3000.0 + }, + { + "year": 2016, + "employment_rate_overall": 79.7, + "employment_rate_ft_perm": 46.6, + "basic_monthly_mean": 2718.0, + "basic_monthly_median": 2700.0, + "gross_monthly_mean": 2761.0, + "gross_monthly_median": 2700.0, + "gross_mthly_25_percentile": 2500.0, + "gross_mthly_75_percentile": 3000.0 + }, + { + "year": 2018, + "employment_rate_overall": 85.7, + "employment_rate_ft_perm": 53.8, + "basic_monthly_mean": 2930.0, + "basic_monthly_median": 2800.0, + "gross_monthly_mean": 2986.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2600.0, + "gross_mthly_75_percentile": 3300.0 + }, + { + "year": 2019, + "employment_rate_overall": 83.6, + "employment_rate_ft_perm": 50.9, + "basic_monthly_mean": 3031.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3068.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2800.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2020, + "employment_rate_overall": 90.4, + "employment_rate_ft_perm": 35.7, + "basic_monthly_mean": 2858.0, + "basic_monthly_median": 2800.0, + "gross_monthly_mean": 2925.0, + "gross_monthly_median": 2800.0, + "gross_mthly_25_percentile": 2500.0, + "gross_mthly_75_percentile": 3300.0 + }, + { + "year": 2021, + "employment_rate_overall": 86.2, + "employment_rate_ft_perm": 46.6, + "basic_monthly_mean": 3146.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3182.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2650.0, + "gross_mthly_75_percentile": 3675.0 + }, + { + "year": 2022, + "employment_rate_overall": 89.5, + "employment_rate_ft_perm": 63.2, + "basic_monthly_mean": 3303.0, + "basic_monthly_median": 3200.0, + "gross_monthly_mean": 3372.0, + "gross_monthly_median": 3200.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3600.0 + }, + { + "year": 2023, + "employment_rate_overall": 80.6, + "employment_rate_ft_perm": 52.4, + "basic_monthly_mean": 3471.0, + "basic_monthly_median": 3498.0, + "gross_monthly_mean": 3515.0, + "gross_monthly_median": 3498.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3755.0 + } + ] + }, + { + "university": "Nanyang Technological University", + "degree": "Arts (and Education)", + "school": "National Institute of Education (NIE)", + "slug": "arts-and-education-ntu", + "data": [ + { + "year": 2009, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 3109.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2900.0, + "gross_mthly_75_percentile": 3200.0 + }, + { + "year": 2010, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 3281, + "gross_monthly_median": 3200, + "gross_mthly_25_percentile": 3100, + "gross_mthly_75_percentile": 3400 + }, + { + "year": 2011, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": 2958.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3407.0, + "gross_monthly_median": 3300.0, + "gross_mthly_25_percentile": 3300.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2012, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": 3293.0, + "basic_monthly_median": 3400.0, + "gross_monthly_mean": 3430.0, + "gross_monthly_median": 3467.0, + "gross_mthly_25_percentile": 3250.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2013, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": 3413.0, + "basic_monthly_median": 3426.0, + "gross_monthly_mean": 3506.0, + "gross_monthly_median": 3498.0, + "gross_mthly_25_percentile": 3400.0, + "gross_mthly_75_percentile": 3575.0 + }, + { + "year": 2014, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": 3388.0, + "basic_monthly_median": 3400.0, + "gross_monthly_mean": 3536.0, + "gross_monthly_median": 3475.0, + "gross_mthly_25_percentile": 3400.0, + "gross_mthly_75_percentile": 3700.0 + }, + { + "year": 2015, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": 3551.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3622.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 3605.0 + }, + { + "year": 2016, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": 3337.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3525.0, + "gross_monthly_median": 3525.0, + "gross_mthly_25_percentile": 3400.0, + "gross_mthly_75_percentile": 3615.0 + }, + { + "year": 2017, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": 3489.0, + "basic_monthly_median": 3600.0, + "gross_monthly_mean": 3589.0, + "gross_monthly_median": 3600.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 3800.0 + }, + { + "year": 2018, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 99.2, + "basic_monthly_mean": 3618.0, + "basic_monthly_median": 3750.0, + "gross_monthly_mean": 3751.0, + "gross_monthly_median": 3800.0, + "gross_mthly_25_percentile": 3600.0, + "gross_mthly_75_percentile": 3806.0 + }, + { + "year": 2019, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": 3629.0, + "basic_monthly_median": 3800.0, + "gross_monthly_mean": 3710.0, + "gross_monthly_median": 3800.0, + "gross_mthly_25_percentile": 3600.0, + "gross_mthly_75_percentile": 3806.0 + }, + { + "year": 2020, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 98.4, + "basic_monthly_mean": 3582.0, + "basic_monthly_median": 3798.0, + "gross_monthly_mean": 3682.0, + "gross_monthly_median": 3799.0, + "gross_mthly_25_percentile": 3600.0, + "gross_mthly_75_percentile": 3806.0 + }, + { + "year": 2021, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": 3563.0, + "basic_monthly_median": 3754.0, + "gross_monthly_mean": 3718.0, + "gross_monthly_median": 3780.0, + "gross_mthly_25_percentile": 3700.0, + "gross_mthly_75_percentile": 3900.0 + }, + { + "year": 2022, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": 3684.0, + "basic_monthly_median": 4000.0, + "gross_monthly_mean": 4025.0, + "gross_monthly_median": 4129.0, + "gross_mthly_25_percentile": 3750.0, + "gross_mthly_75_percentile": 4300.0 + }, + { + "year": 2023, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": 4023.0, + "basic_monthly_median": 4000.0, + "gross_monthly_mean": 4185.0, + "gross_monthly_median": 4200.0, + "gross_mthly_25_percentile": 3948.0, + "gross_mthly_75_percentile": 4600.0 + } + ] + }, + { + "university": "Nanyang Technological University", + "degree": "Bioengineering", + "school": "College of Engineering", + "slug": "bioengineering-ntu", + "data": [ + { + "year": 2009, + "employment_rate_overall": 87.1, + "employment_rate_ft_perm": 82.3, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 2854.0, + "gross_monthly_median": 2800.0, + "gross_mthly_25_percentile": 2500.0, + "gross_mthly_75_percentile": 3100.0 + }, + { + "year": 2010, + "employment_rate_overall": 82.2, + "employment_rate_ft_perm": 80.0, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 3160, + "gross_monthly_median": 3000, + "gross_mthly_25_percentile": 2600, + "gross_mthly_75_percentile": 3800 + }, + { + "year": 2011, + "employment_rate_overall": 75.8, + "employment_rate_ft_perm": 72.7, + "basic_monthly_mean": 2949.0, + "basic_monthly_median": 2850.0, + "gross_monthly_mean": 3094.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2800.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2012, + "employment_rate_overall": 77.3, + "employment_rate_ft_perm": 72.7, + "basic_monthly_mean": 2920.0, + "basic_monthly_median": 2900.0, + "gross_monthly_mean": 3044.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2800.0, + "gross_mthly_75_percentile": 3375.0 + }, + { + "year": 2013, + "employment_rate_overall": 81.3, + "employment_rate_ft_perm": 68.8, + "basic_monthly_mean": 2952.0, + "basic_monthly_median": 2900.0, + "gross_monthly_mean": 3166.0, + "gross_monthly_median": 3125.0, + "gross_mthly_25_percentile": 2893.0, + "gross_mthly_75_percentile": 3365.0 + }, + { + "year": 2014, + "employment_rate_overall": 79.8, + "employment_rate_ft_perm": 69.7, + "basic_monthly_mean": 2998.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3188.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2825.0, + "gross_mthly_75_percentile": 3400.0 + }, + { + "year": 2015, + "employment_rate_overall": 92.6, + "employment_rate_ft_perm": 76.5, + "basic_monthly_mean": 3079.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3197.0, + "gross_monthly_median": 3113.0, + "gross_mthly_25_percentile": 2900.0, + "gross_mthly_75_percentile": 3450.0 + }, + { + "year": 2016, + "employment_rate_overall": 77.8, + "employment_rate_ft_perm": 63.9, + "basic_monthly_mean": 3151.0, + "basic_monthly_median": 3200.0, + "gross_monthly_mean": 3317.0, + "gross_monthly_median": 3237.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3510.0 + }, + { + "year": 2017, + "employment_rate_overall": 78.3, + "employment_rate_ft_perm": 65.2, + "basic_monthly_mean": 3326.0, + "basic_monthly_median": 3200.0, + "gross_monthly_mean": 3486.0, + "gross_monthly_median": 3419.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3825.0 + }, + { + "year": 2018, + "employment_rate_overall": 77.5, + "employment_rate_ft_perm": 66.2, + "basic_monthly_mean": 3457.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3660.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3200.0, + "gross_mthly_75_percentile": 4000.0 + }, + { + "year": 2019, + "employment_rate_overall": 81.3, + "employment_rate_ft_perm": 64.1, + "basic_monthly_mean": 3445.0, + "basic_monthly_median": 3400.0, + "gross_monthly_mean": 3548.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3200.0, + "gross_mthly_75_percentile": 3700.0 + }, + { + "year": 2020, + "employment_rate_overall": 89.1, + "employment_rate_ft_perm": 43.6, + "basic_monthly_mean": 3428.0, + "basic_monthly_median": 3400.0, + "gross_monthly_mean": 3473.0, + "gross_monthly_median": 3450.0, + "gross_mthly_25_percentile": 3200.0, + "gross_mthly_75_percentile": 3800.0 + }, + { + "year": 2021, + "employment_rate_overall": 90.9, + "employment_rate_ft_perm": 75.8, + "basic_monthly_mean": 3480.0, + "basic_monthly_median": 3483.0, + "gross_monthly_mean": 3654.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3300.0, + "gross_mthly_75_percentile": 3850.0 + }, + { + "year": 2022, + "employment_rate_overall": 93.9, + "employment_rate_ft_perm": 90.9, + "basic_monthly_mean": 4160.0, + "basic_monthly_median": 4000.0, + "gross_monthly_mean": 4419.0, + "gross_monthly_median": 4200.0, + "gross_mthly_25_percentile": 3600.0, + "gross_mthly_75_percentile": 5250.0 + }, + { + "year": 2023, + "employment_rate_overall": 86.7, + "employment_rate_ft_perm": 80.0, + "basic_monthly_mean": 3945.0, + "basic_monthly_median": 4000.0, + "gross_monthly_mean": 4077.0, + "gross_monthly_median": 4043.0, + "gross_mthly_25_percentile": 3775.0, + "gross_mthly_75_percentile": 4450.0 + } + ] + }, + { + "university": "Nanyang Technological University", + "degree": "Biological and Biomedical Sciences", + "school": "College of Science", + "slug": "biological-and-biomedical-sciences-ntu", + "data": [ + { + "year": 2009, + "employment_rate_overall": 90.7, + "employment_rate_ft_perm": 85.0, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 2918.0, + "gross_monthly_median": 2800.0, + "gross_mthly_25_percentile": 2500.0, + "gross_mthly_75_percentile": 3300.0 + }, + { + "year": 2010, + "employment_rate_overall": 84.2, + "employment_rate_ft_perm": 76.3, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 2952, + "gross_monthly_median": 2800, + "gross_mthly_25_percentile": 2600, + "gross_mthly_75_percentile": 3200 + }, + { + "year": 2011, + "employment_rate_overall": 81.2, + "employment_rate_ft_perm": 71.8, + "basic_monthly_mean": 2779.0, + "basic_monthly_median": 2800.0, + "gross_monthly_mean": 2981.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2600.0, + "gross_mthly_75_percentile": 3250.0 + }, + { + "year": 2012, + "employment_rate_overall": 85.4, + "employment_rate_ft_perm": 74.3, + "basic_monthly_mean": 2902.0, + "basic_monthly_median": 2800.0, + "gross_monthly_mean": 3055.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2700.0, + "gross_mthly_75_percentile": 3260.0 + }, + { + "year": 2013, + "employment_rate_overall": 78.6, + "employment_rate_ft_perm": 68.1, + "basic_monthly_mean": 2881.0, + "basic_monthly_median": 2900.0, + "gross_monthly_mean": 3002.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2700.0, + "gross_mthly_75_percentile": 3250.0 + }, + { + "year": 2014, + "employment_rate_overall": 75.1, + "employment_rate_ft_perm": 60.8, + "basic_monthly_mean": 3083.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3174.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2800.0, + "gross_mthly_75_percentile": 3400.0 + }, + { + "year": 2015, + "employment_rate_overall": 74.6, + "employment_rate_ft_perm": 65.3, + "basic_monthly_mean": 3117.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3229.0, + "gross_monthly_median": 3190.0, + "gross_mthly_25_percentile": 2875.0, + "gross_mthly_75_percentile": 3600.0 + }, + { + "year": 2016, + "employment_rate_overall": 80.5, + "employment_rate_ft_perm": 64.0, + "basic_monthly_mean": 3132.0, + "basic_monthly_median": 3100.0, + "gross_monthly_mean": 3222.0, + "gross_monthly_median": 3175.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3550.0 + }, + { + "year": 2017, + "employment_rate_overall": 80.4, + "employment_rate_ft_perm": 62.6, + "basic_monthly_mean": 3177.0, + "basic_monthly_median": 3100.0, + "gross_monthly_mean": 3255.0, + "gross_monthly_median": 3200.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2018, + "employment_rate_overall": 80.1, + "employment_rate_ft_perm": 67.0, + "basic_monthly_mean": 3232.0, + "basic_monthly_median": 3200.0, + "gross_monthly_mean": 3319.0, + "gross_monthly_median": 3250.0, + "gross_mthly_25_percentile": 3035.0, + "gross_mthly_75_percentile": 3650.0 + }, + { + "year": 2019, + "employment_rate_overall": 81.6, + "employment_rate_ft_perm": 66.3, + "basic_monthly_mean": 3315.0, + "basic_monthly_median": 3300.0, + "gross_monthly_mean": 3450.0, + "gross_monthly_median": 3300.0, + "gross_mthly_25_percentile": 3100.0, + "gross_mthly_75_percentile": 3600.0 + }, + { + "year": 2020, + "employment_rate_overall": 88.9, + "employment_rate_ft_perm": 56.7, + "basic_monthly_mean": 3319.0, + "basic_monthly_median": 3300.0, + "gross_monthly_mean": 3401.0, + "gross_monthly_median": 3325.0, + "gross_mthly_25_percentile": 3200.0, + "gross_mthly_75_percentile": 3650.0 + }, + { + "year": 2021, + "employment_rate_overall": 96.8, + "employment_rate_ft_perm": 81.7, + "basic_monthly_mean": 3470.0, + "basic_monthly_median": 3400.0, + "gross_monthly_mean": 3569.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3260.0, + "gross_mthly_75_percentile": 3800.0 + }, + { + "year": 2022, + "employment_rate_overall": 71.4, + "employment_rate_ft_perm": 50.0, + "basic_monthly_mean": 4057.0, + "basic_monthly_median": 3800.0, + "gross_monthly_mean": 4264.0, + "gross_monthly_median": 4050.0, + "gross_mthly_25_percentile": 3700.0, + "gross_mthly_75_percentile": 4300.0 + }, + { + "year": 2022, + "employment_rate_overall": 93.9, + "employment_rate_ft_perm": 83.2, + "basic_monthly_mean": 3688.0, + "basic_monthly_median": 3600.0, + "gross_monthly_mean": 3808.0, + "gross_monthly_median": 3600.0, + "gross_mthly_25_percentile": 3400.0, + "gross_mthly_75_percentile": 4100.0 + }, + { + "year": 2023, + "employment_rate_overall": 88.1, + "employment_rate_ft_perm": 83.9, + "basic_monthly_mean": 3963.0, + "basic_monthly_median": 3850.0, + "gross_monthly_mean": 4116.0, + "gross_monthly_median": 3980.0, + "gross_mthly_25_percentile": 3575.0, + "gross_mthly_75_percentile": 4300.0 + } + ] + }, + { + "university": "Nanyang Technological University", + "degree": "Biomedical Sciences and Chinese Medicine", + "school": "College of Science", + "slug": "biomedical-sciences-and-chinese-medicine-ntu", + "data": [ + { + "year": 2012, + "employment_rate_overall": 96.7, + "employment_rate_ft_perm": 96.7, + "basic_monthly_mean": 2751.0, + "basic_monthly_median": 2819.0, + "gross_monthly_mean": 2830.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2350.0, + "gross_mthly_75_percentile": 3228.0 + }, + { + "year": 2013, + "employment_rate_overall": 90.7, + "employment_rate_ft_perm": 88.4, + "basic_monthly_mean": 2840.0, + "basic_monthly_median": 2800.0, + "gross_monthly_mean": 2883.0, + "gross_monthly_median": 2807.0, + "gross_mthly_25_percentile": 2700.0, + "gross_mthly_75_percentile": 3000.0 + }, + { + "year": 2014, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": 2974.0, + "basic_monthly_median": 2900.0, + "gross_monthly_mean": 3018.0, + "gross_monthly_median": 2900.0, + "gross_mthly_25_percentile": 2786.0, + "gross_mthly_75_percentile": 3400.0 + }, + { + "year": 2015, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": 2832.0, + "basic_monthly_median": 2800.0, + "gross_monthly_mean": 2882.0, + "gross_monthly_median": 2800.0, + "gross_mthly_25_percentile": 2500.0, + "gross_mthly_75_percentile": 3105.0 + }, + { + "year": 2016, + "employment_rate_overall": 94.4, + "employment_rate_ft_perm": 88.9, + "basic_monthly_mean": 2525.0, + "basic_monthly_median": 2400.0, + "gross_monthly_mean": 2577.0, + "gross_monthly_median": 2500.0, + "gross_mthly_25_percentile": 2150.0, + "gross_mthly_75_percentile": 2800.0 + }, + { + "year": 2017, + "employment_rate_overall": 92.0, + "employment_rate_ft_perm": 80.0, + "basic_monthly_mean": 2722.0, + "basic_monthly_median": 2928.0, + "gross_monthly_mean": 2792.0, + "gross_monthly_median": 2950.0, + "gross_mthly_25_percentile": 2500.0, + "gross_mthly_75_percentile": 3035.0 + }, + { + "year": 2018, + "employment_rate_overall": 90.9, + "employment_rate_ft_perm": 81.8, + "basic_monthly_mean": 2941.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 2953.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2700.0, + "gross_mthly_75_percentile": 3100.0 + }, + { + "year": 2019, + "employment_rate_overall": 95.2, + "employment_rate_ft_perm": 85.7, + "basic_monthly_mean": 2964.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 2979.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2780.0, + "gross_mthly_75_percentile": 3200.0 + }, + { + "year": 2020, + "employment_rate_overall": 94.7, + "employment_rate_ft_perm": 84.2, + "basic_monthly_mean": 2950.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 2969.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2800.0, + "gross_mthly_75_percentile": 3150.0 + }, + { + "year": 2021, + "employment_rate_overall": 90.9, + "employment_rate_ft_perm": 77.3, + "basic_monthly_mean": 3023.0, + "basic_monthly_median": 3100.0, + "gross_monthly_mean": 3119.0, + "gross_monthly_median": 3100.0, + "gross_mthly_25_percentile": 2890.0, + "gross_mthly_75_percentile": 3300.0 + }, + { + "year": 2022, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 90.0, + "basic_monthly_mean": 3300.0, + "basic_monthly_median": 3100.0, + "gross_monthly_mean": 3415.0, + "gross_monthly_median": 3175.0, + "gross_mthly_25_percentile": 3080.0, + "gross_mthly_75_percentile": 3300.0 + }, + { + "year": 2023, + "employment_rate_overall": 96.3, + "employment_rate_ft_perm": 85.2, + "basic_monthly_mean": 3297.0, + "basic_monthly_median": 3350.0, + "gross_monthly_mean": 3358.0, + "gross_monthly_median": 3350.0, + "gross_mthly_25_percentile": 3200.0, + "gross_mthly_75_percentile": 3600.0 + } + ] + }, + { + "university": "Nanyang Technological University", + "degree": "Business", + "school": "College of Business (Nanyang Business School)", + "slug": "business-ntu", + "data": [ + { + "year": 2009, + "employment_rate_overall": 92.2, + "employment_rate_ft_perm": 88.3, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 2754.0, + "gross_monthly_median": 2700.0, + "gross_mthly_25_percentile": 2300.0, + "gross_mthly_75_percentile": 3050.0 + }, + { + "year": 2010, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 2950, + "gross_monthly_median": 2800, + "gross_mthly_25_percentile": 2575, + "gross_mthly_75_percentile": 3175 + }, + { + "year": 2011, + "employment_rate_overall": 90.5, + "employment_rate_ft_perm": 87.4, + "basic_monthly_mean": 3092.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3245.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2700.0, + "gross_mthly_75_percentile": 3600.0 + }, + { + "year": 2012, + "employment_rate_overall": 96.3, + "employment_rate_ft_perm": 90.5, + "basic_monthly_mean": 3125.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3268.0, + "gross_monthly_median": 3100.0, + "gross_mthly_25_percentile": 2843.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2013, + "employment_rate_overall": 90.9, + "employment_rate_ft_perm": 85.7, + "basic_monthly_mean": 3053.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3214.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2700.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2014, + "employment_rate_overall": 89.6, + "employment_rate_ft_perm": 80.2, + "basic_monthly_mean": 3231.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3318.0, + "gross_monthly_median": 3100.0, + "gross_mthly_25_percentile": 2800.0, + "gross_mthly_75_percentile": 3600.0 + }, + { + "year": 2015, + "employment_rate_overall": 92.2, + "employment_rate_ft_perm": 87.6, + "basic_monthly_mean": 3343.0, + "basic_monthly_median": 3100.0, + "gross_monthly_mean": 3502.0, + "gross_monthly_median": 3200.0, + "gross_mthly_25_percentile": 2900.0, + "gross_mthly_75_percentile": 3700.0 + }, + { + "year": 2016, + "employment_rate_overall": 89.6, + "employment_rate_ft_perm": 77.1, + "basic_monthly_mean": 3348.0, + "basic_monthly_median": 3200.0, + "gross_monthly_mean": 3444.0, + "gross_monthly_median": 3300.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3800.0 + }, + { + "year": 2017, + "employment_rate_overall": 93.0, + "employment_rate_ft_perm": 80.8, + "basic_monthly_mean": 3530.0, + "basic_monthly_median": 3300.0, + "gross_monthly_mean": 3643.0, + "gross_monthly_median": 3300.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3800.0 + }, + { + "year": 2018, + "employment_rate_overall": 92.6, + "employment_rate_ft_perm": 84.3, + "basic_monthly_mean": 3646.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3776.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3200.0, + "gross_mthly_75_percentile": 4000.0 + }, + { + "year": 2019, + "employment_rate_overall": 93.8, + "employment_rate_ft_perm": 83.1, + "basic_monthly_mean": 3707.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3797.0, + "gross_monthly_median": 3600.0, + "gross_mthly_25_percentile": 3200.0, + "gross_mthly_75_percentile": 4000.0 + }, + { + "year": 2020, + "employment_rate_overall": 95.2, + "employment_rate_ft_perm": 66.8, + "basic_monthly_mean": 3973.0, + "basic_monthly_median": 3750.0, + "gross_monthly_mean": 4113.0, + "gross_monthly_median": 3800.0, + "gross_mthly_25_percentile": 3300.0, + "gross_mthly_75_percentile": 4429.0 + }, + { + "year": 2021, + "employment_rate_overall": 96.2, + "employment_rate_ft_perm": 85.2, + "basic_monthly_mean": 4211.0, + "basic_monthly_median": 4000.0, + "gross_monthly_mean": 4362.0, + "gross_monthly_median": 4000.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 4800.0 + }, + { + "year": 2022, + "employment_rate_overall": 94.5, + "employment_rate_ft_perm": 86.5, + "basic_monthly_mean": 4407.0, + "basic_monthly_median": 4000.0, + "gross_monthly_mean": 4503.0, + "gross_monthly_median": 4015.0, + "gross_mthly_25_percentile": 3600.0, + "gross_mthly_75_percentile": 4800.0 + }, + { + "year": 2023, + "employment_rate_overall": 91.8, + "employment_rate_ft_perm": 85.2, + "basic_monthly_mean": 4472.0, + "basic_monthly_median": 4100.0, + "gross_monthly_mean": 4609.0, + "gross_monthly_median": 4255.0, + "gross_mthly_25_percentile": 3800.0, + "gross_mthly_75_percentile": 5000.0 + } + ] + }, + { + "university": "Nanyang Technological University", + "degree": "Double Degree in Business and Computer Engineering/Computing", + "school": "College of Business (Nanyang Business School)", + "slug": "double-degree-in-business-and-computer-engineeringcomputing-ntu", + "data": [ + { + "year": 2012, + "employment_rate_overall": 95.2, + "employment_rate_ft_perm": 95.2, + "basic_monthly_mean": 3620.0, + "basic_monthly_median": 3400.0, + "gross_monthly_mean": 3651.0, + "gross_monthly_median": 3450.0, + "gross_mthly_25_percentile": 3100.0, + "gross_mthly_75_percentile": 4000.0 + }, + { + "year": 2013, + "employment_rate_overall": 87.5, + "employment_rate_ft_perm": 87.5, + "basic_monthly_mean": 3557.0, + "basic_monthly_median": 3400.0, + "gross_monthly_mean": 3615.0, + "gross_monthly_median": 3400.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 4100.0 + }, + { + "year": 2014, + "employment_rate_overall": 92.9, + "employment_rate_ft_perm": 89.3, + "basic_monthly_mean": 3398.0, + "basic_monthly_median": 3400.0, + "gross_monthly_mean": 3431.0, + "gross_monthly_median": 3450.0, + "gross_mthly_25_percentile": 3232.0, + "gross_mthly_75_percentile": 4000.0 + }, + { + "year": 2015, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": 4036.0, + "basic_monthly_median": 4184.0, + "gross_monthly_mean": 4395.0, + "gross_monthly_median": 4583.0, + "gross_mthly_25_percentile": 3800.0, + "gross_mthly_75_percentile": 4876.0 + }, + { + "year": 2016, + "employment_rate_overall": 94.4, + "employment_rate_ft_perm": 94.4, + "basic_monthly_mean": 4232.0, + "basic_monthly_median": 4000.0, + "gross_monthly_mean": 4407.0, + "gross_monthly_median": 4600.0, + "gross_mthly_25_percentile": 3800.0, + "gross_mthly_75_percentile": 5000.0 + }, + { + "year": 2017, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 95.0, + "basic_monthly_mean": 5036.0, + "basic_monthly_median": 4750.0, + "gross_monthly_mean": 5225.0, + "gross_monthly_median": 5000.0, + "gross_mthly_25_percentile": 4000.0, + "gross_mthly_75_percentile": 5362.0 + }, + { + "year": 2018, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": 4536.0, + "basic_monthly_median": 4450.0, + "gross_monthly_mean": 4572.0, + "gross_monthly_median": 4575.0, + "gross_mthly_25_percentile": 4200.0, + "gross_mthly_75_percentile": 4900.0 + }, + { + "year": 2019, + "employment_rate_overall": 94.4, + "employment_rate_ft_perm": 83.3, + "basic_monthly_mean": 4479.0, + "basic_monthly_median": 4833.0, + "gross_monthly_mean": 4562.0, + "gross_monthly_median": 4833.0, + "gross_mthly_25_percentile": 3600.0, + "gross_mthly_75_percentile": 5000.0 + }, + { + "year": 2020, + "employment_rate_overall": 97.4, + "employment_rate_ft_perm": 97.4, + "basic_monthly_mean": 5216.0, + "basic_monthly_median": 5200.0, + "gross_monthly_mean": 5537.0, + "gross_monthly_median": 5400.0, + "gross_mthly_25_percentile": 5000.0, + "gross_mthly_75_percentile": 5750.0 + }, + { + "year": 2021, + "employment_rate_overall": 93.8, + "employment_rate_ft_perm": 87.5, + "basic_monthly_mean": 6418.0, + "basic_monthly_median": 6300.0, + "gross_monthly_mean": 6578.0, + "gross_monthly_median": 6300.0, + "gross_mthly_25_percentile": 5250.0, + "gross_mthly_75_percentile": 8225.0 + }, + { + "year": 2022, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": 6307.0, + "basic_monthly_median": 6000.0, + "gross_monthly_mean": 6627.0, + "gross_monthly_median": 6500.0, + "gross_mthly_25_percentile": 6000.0, + "gross_mthly_75_percentile": 7500.0 + }, + { + "year": 2023, + "employment_rate_overall": 94.7, + "employment_rate_ft_perm": 89.5, + "basic_monthly_mean": 6616.0, + "basic_monthly_median": 6200.0, + "gross_monthly_mean": 6799.0, + "gross_monthly_median": 6210.0, + "gross_mthly_25_percentile": 5500.0, + "gross_mthly_75_percentile": 7000.0 + } + ] + }, + { + "university": "Nanyang Technological University", + "degree": "Chemical and Biomolecular Engineering", + "school": "College of Engineering", + "slug": "chemical-and-biomolecular-engineering-ntu", + "data": [ + { + "year": 2009, + "employment_rate_overall": 83.2, + "employment_rate_ft_perm": 78.6, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 2990.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2650.0, + "gross_mthly_75_percentile": 3300.0 + }, + { + "year": 2010, + "employment_rate_overall": 93.4, + "employment_rate_ft_perm": 86.3, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 2933, + "gross_monthly_median": 2800, + "gross_mthly_25_percentile": 2500, + "gross_mthly_75_percentile": 3200 + }, + { + "year": 2011, + "employment_rate_overall": 90.8, + "employment_rate_ft_perm": 88.4, + "basic_monthly_mean": 3076.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3276.0, + "gross_monthly_median": 3200.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2012, + "employment_rate_overall": 92.5, + "employment_rate_ft_perm": 90.7, + "basic_monthly_mean": 3208.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3314.0, + "gross_monthly_median": 3275.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3709.0 + }, + { + "year": 2013, + "employment_rate_overall": 87.3, + "employment_rate_ft_perm": 85.1, + "basic_monthly_mean": 3235.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3377.0, + "gross_monthly_median": 3200.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3800.0 + }, + { + "year": 2014, + "employment_rate_overall": 83.8, + "employment_rate_ft_perm": 76.1, + "basic_monthly_mean": 3296.0, + "basic_monthly_median": 3250.0, + "gross_monthly_mean": 3415.0, + "gross_monthly_median": 3400.0, + "gross_mthly_25_percentile": 3200.0, + "gross_mthly_75_percentile": 3575.0 + }, + { + "year": 2015, + "employment_rate_overall": 86.8, + "employment_rate_ft_perm": 80.9, + "basic_monthly_mean": 3156.0, + "basic_monthly_median": 3100.0, + "gross_monthly_mean": 3373.0, + "gross_monthly_median": 3300.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3600.0 + }, + { + "year": 2016, + "employment_rate_overall": 80.6, + "employment_rate_ft_perm": 72.6, + "basic_monthly_mean": 3336.0, + "basic_monthly_median": 3225.0, + "gross_monthly_mean": 3476.0, + "gross_monthly_median": 3400.0, + "gross_mthly_25_percentile": 3200.0, + "gross_mthly_75_percentile": 3800.0 + }, + { + "year": 2017, + "employment_rate_overall": 82.3, + "employment_rate_ft_perm": 75.3, + "basic_monthly_mean": 3326.0, + "basic_monthly_median": 3200.0, + "gross_monthly_mean": 3577.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3200.0, + "gross_mthly_75_percentile": 4000.0 + }, + { + "year": 2018, + "employment_rate_overall": 91.6, + "employment_rate_ft_perm": 86.0, + "basic_monthly_mean": 3461.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3782.0, + "gross_monthly_median": 3600.0, + "gross_mthly_25_percentile": 3300.0, + "gross_mthly_75_percentile": 4200.0 + }, + { + "year": 2019, + "employment_rate_overall": 88.6, + "employment_rate_ft_perm": 78.1, + "basic_monthly_mean": 3681.0, + "basic_monthly_median": 3600.0, + "gross_monthly_mean": 3921.0, + "gross_monthly_median": 3800.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 4300.0 + }, + { + "year": 2020, + "employment_rate_overall": 95.0, + "employment_rate_ft_perm": 83.0, + "basic_monthly_mean": 3732.0, + "basic_monthly_median": 3600.0, + "gross_monthly_mean": 3948.0, + "gross_monthly_median": 3900.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 4300.0 + }, + { + "year": 2021, + "employment_rate_overall": 91.1, + "employment_rate_ft_perm": 84.8, + "basic_monthly_mean": 3784.0, + "basic_monthly_median": 3600.0, + "gross_monthly_mean": 3959.0, + "gross_monthly_median": 3740.0, + "gross_mthly_25_percentile": 3600.0, + "gross_mthly_75_percentile": 4300.0 + }, + { + "year": 2022, + "employment_rate_overall": 96.6, + "employment_rate_ft_perm": 93.3, + "basic_monthly_mean": 4580.0, + "basic_monthly_median": 4500.0, + "gross_monthly_mean": 4733.0, + "gross_monthly_median": 4800.0, + "gross_mthly_25_percentile": 4028.0, + "gross_mthly_75_percentile": 5100.0 + }, + { + "year": 2023, + "employment_rate_overall": 92.0, + "employment_rate_ft_perm": 87.0, + "basic_monthly_mean": 4019.0, + "basic_monthly_median": 4000.0, + "gross_monthly_mean": 4299.0, + "gross_monthly_median": 4200.0, + "gross_mthly_25_percentile": 3950.0, + "gross_mthly_75_percentile": 4550.0 + } + ] + }, + { + "university": "Nanyang Technological University", + "degree": "Chemistry and Biological Chemistry", + "school": "College of Science", + "slug": "chemistry-and-biological-chemistry-ntu", + "data": [ + { + "year": 2009, + "employment_rate_overall": 91.2, + "employment_rate_ft_perm": 82.4, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 2941.0, + "gross_monthly_median": 2900.0, + "gross_mthly_25_percentile": 2600.0, + "gross_mthly_75_percentile": 3300.0 + }, + { + "year": 2010, + "employment_rate_overall": 81.0, + "employment_rate_ft_perm": 74.8, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 2981, + "gross_monthly_median": 3000, + "gross_mthly_25_percentile": 2600, + "gross_mthly_75_percentile": 3300 + }, + { + "year": 2011, + "employment_rate_overall": 79.1, + "employment_rate_ft_perm": 75.1, + "basic_monthly_mean": 2778.0, + "basic_monthly_median": 2800.0, + "gross_monthly_mean": 2956.0, + "gross_monthly_median": 2950.0, + "gross_mthly_25_percentile": 2600.0, + "gross_mthly_75_percentile": 3200.0 + }, + { + "year": 2012, + "employment_rate_overall": 84.2, + "employment_rate_ft_perm": 79.2, + "basic_monthly_mean": 3029.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3127.0, + "gross_monthly_median": 3100.0, + "gross_mthly_25_percentile": 2800.0, + "gross_mthly_75_percentile": 3450.0 + }, + { + "year": 2013, + "employment_rate_overall": 79.8, + "employment_rate_ft_perm": 68.9, + "basic_monthly_mean": 2993.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3083.0, + "gross_monthly_median": 3100.0, + "gross_mthly_25_percentile": 2800.0, + "gross_mthly_75_percentile": 3400.0 + }, + { + "year": 2014, + "employment_rate_overall": 80.5, + "employment_rate_ft_perm": 68.3, + "basic_monthly_mean": 3006.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3321.0, + "gross_monthly_median": 3100.0, + "gross_mthly_25_percentile": 2800.0, + "gross_mthly_75_percentile": 3400.0 + }, + { + "year": 2015, + "employment_rate_overall": 83.9, + "employment_rate_ft_perm": 72.3, + "basic_monthly_mean": 2960.0, + "basic_monthly_median": 2900.0, + "gross_monthly_mean": 3139.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2800.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2016, + "employment_rate_overall": 80.6, + "employment_rate_ft_perm": 64.2, + "basic_monthly_mean": 3119.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3234.0, + "gross_monthly_median": 3149.0, + "gross_mthly_25_percentile": 2925.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2017, + "employment_rate_overall": 70.1, + "employment_rate_ft_perm": 51.1, + "basic_monthly_mean": 3035.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3173.0, + "gross_monthly_median": 3100.0, + "gross_mthly_25_percentile": 2800.0, + "gross_mthly_75_percentile": 3488.0 + }, + { + "year": 2018, + "employment_rate_overall": 77.6, + "employment_rate_ft_perm": 63.9, + "basic_monthly_mean": 3205.0, + "basic_monthly_median": 3167.0, + "gross_monthly_mean": 3427.0, + "gross_monthly_median": 3200.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3725.0 + }, + { + "year": 2019, + "employment_rate_overall": 80.9, + "employment_rate_ft_perm": 66.2, + "basic_monthly_mean": 3246.0, + "basic_monthly_median": 3200.0, + "gross_monthly_mean": 3338.0, + "gross_monthly_median": 3400.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3600.0 + }, + { + "year": 2020, + "employment_rate_overall": 91.9, + "employment_rate_ft_perm": 45.6, + "basic_monthly_mean": 3230.0, + "basic_monthly_median": 3200.0, + "gross_monthly_mean": 3345.0, + "gross_monthly_median": 3245.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3635.0 + }, + { + "year": 2021, + "employment_rate_overall": 90.2, + "employment_rate_ft_perm": 74.4, + "basic_monthly_mean": 3367.0, + "basic_monthly_median": 3400.0, + "gross_monthly_mean": 3501.0, + "gross_monthly_median": 3400.0, + "gross_mthly_25_percentile": 3100.0, + "gross_mthly_75_percentile": 3700.0 + }, + { + "year": 2022, + "employment_rate_overall": 90.8, + "employment_rate_ft_perm": 84.0, + "basic_monthly_mean": 3759.0, + "basic_monthly_median": 3600.0, + "gross_monthly_mean": 3863.0, + "gross_monthly_median": 3700.0, + "gross_mthly_25_percentile": 3400.0, + "gross_mthly_75_percentile": 4200.0 + }, + { + "year": 2023, + "employment_rate_overall": 80.4, + "employment_rate_ft_perm": 66.4, + "basic_monthly_mean": 3822.0, + "basic_monthly_median": 3725.0, + "gross_monthly_mean": 3941.0, + "gross_monthly_median": 3800.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 4200.0 + } + ] + }, + { + "university": "Nanyang Technological University", + "degree": "Chinese", + "school": "College of Humanities, Arts & Social Sciences", + "slug": "chinese-ntu", + "data": [ + { + "year": 2009, + "employment_rate_overall": 98.0, + "employment_rate_ft_perm": 98.0, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 2756.0, + "gross_monthly_median": 2800.0, + "gross_mthly_25_percentile": 2600.0, + "gross_mthly_75_percentile": 2900.0 + }, + { + "year": 2010, + "employment_rate_overall": 93.7, + "employment_rate_ft_perm": 81.0, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 3118, + "gross_monthly_median": 3100, + "gross_mthly_25_percentile": 2650, + "gross_mthly_75_percentile": 3400 + }, + { + "year": 2011, + "employment_rate_overall": 93.8, + "employment_rate_ft_perm": 87.7, + "basic_monthly_mean": 2872.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3044.0, + "gross_monthly_median": 3100.0, + "gross_mthly_25_percentile": 2775.0, + "gross_mthly_75_percentile": 3300.0 + }, + { + "year": 2012, + "employment_rate_overall": 95.5, + "employment_rate_ft_perm": 90.9, + "basic_monthly_mean": 3031.0, + "basic_monthly_median": 3100.0, + "gross_monthly_mean": 3157.0, + "gross_monthly_median": 3180.0, + "gross_mthly_25_percentile": 2975.0, + "gross_mthly_75_percentile": 3450.0 + }, + { + "year": 2013, + "employment_rate_overall": 85.1, + "employment_rate_ft_perm": 80.5, + "basic_monthly_mean": 2818.0, + "basic_monthly_median": 2800.0, + "gross_monthly_mean": 2924.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2600.0, + "gross_mthly_75_percentile": 3300.0 + }, + { + "year": 2014, + "employment_rate_overall": 86.8, + "employment_rate_ft_perm": 75.8, + "basic_monthly_mean": 2927.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3006.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2700.0, + "gross_mthly_75_percentile": 3300.0 + }, + { + "year": 2015, + "employment_rate_overall": 81.8, + "employment_rate_ft_perm": 76.6, + "basic_monthly_mean": 2978.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3045.0, + "gross_monthly_median": 3200.0, + "gross_mthly_25_percentile": 2800.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2016, + "employment_rate_overall": 91.1, + "employment_rate_ft_perm": 74.7, + "basic_monthly_mean": 3239.0, + "basic_monthly_median": 3300.0, + "gross_monthly_mean": 3345.0, + "gross_monthly_median": 3300.0, + "gross_mthly_25_percentile": 3050.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2017, + "employment_rate_overall": 84.6, + "employment_rate_ft_perm": 67.7, + "basic_monthly_mean": 3119.0, + "basic_monthly_median": 3300.0, + "gross_monthly_mean": 3147.0, + "gross_monthly_median": 3300.0, + "gross_mthly_25_percentile": 2750.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2018, + "employment_rate_overall": 86.4, + "employment_rate_ft_perm": 76.3, + "basic_monthly_mean": 3149.0, + "basic_monthly_median": 3150.0, + "gross_monthly_mean": 3260.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3518.0 + }, + { + "year": 2019, + "employment_rate_overall": 90.1, + "employment_rate_ft_perm": 79.0, + "basic_monthly_mean": 3158.0, + "basic_monthly_median": 3150.0, + "gross_monthly_mean": 3260.0, + "gross_monthly_median": 3210.0, + "gross_mthly_25_percentile": 2980.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2020, + "employment_rate_overall": 83.8, + "employment_rate_ft_perm": 63.5, + "basic_monthly_mean": 3251.0, + "basic_monthly_median": 3350.0, + "gross_monthly_mean": 3310.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2021, + "employment_rate_overall": 87.0, + "employment_rate_ft_perm": 72.5, + "basic_monthly_mean": 3376.0, + "basic_monthly_median": 3250.0, + "gross_monthly_mean": 3483.0, + "gross_monthly_median": 3300.0, + "gross_mthly_25_percentile": 3053.0, + "gross_mthly_75_percentile": 3650.0 + }, + { + "year": 2022, + "employment_rate_overall": 91.8, + "employment_rate_ft_perm": 70.5, + "basic_monthly_mean": 3408.0, + "basic_monthly_median": 3300.0, + "gross_monthly_mean": 3566.0, + "gross_monthly_median": 3600.0, + "gross_mthly_25_percentile": 3060.0, + "gross_mthly_75_percentile": 4015.0 + }, + { + "year": 2023, + "employment_rate_overall": 83.6, + "employment_rate_ft_perm": 70.9, + "basic_monthly_mean": 3927.0, + "basic_monthly_median": 4015.0, + "gross_monthly_mean": 4007.0, + "gross_monthly_median": 4090.0, + "gross_mthly_25_percentile": 3450.0, + "gross_mthly_75_percentile": 4530.0 + } + ] + }, + { + "university": "Nanyang Technological University", + "degree": "Civil Engineering", + "school": "College of Engineering", + "slug": "civil-engineering-ntu", + "data": [ + { + "year": 2009, + "employment_rate_overall": 93.3, + "employment_rate_ft_perm": 90.8, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 2769.0, + "gross_monthly_median": 2800.0, + "gross_mthly_25_percentile": 2500.0, + "gross_mthly_75_percentile": 3000.0 + }, + { + "year": 2010, + "employment_rate_overall": 95.2, + "employment_rate_ft_perm": 95.2, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 2911, + "gross_monthly_median": 2900, + "gross_mthly_25_percentile": 2700, + "gross_mthly_75_percentile": 3100 + }, + { + "year": 2011, + "employment_rate_overall": 94.0, + "employment_rate_ft_perm": 94.0, + "basic_monthly_mean": 2959.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3115.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2800.0, + "gross_mthly_75_percentile": 3400.0 + }, + { + "year": 2012, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": 3054.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3270.0, + "gross_monthly_median": 3180.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3400.0 + }, + { + "year": 2013, + "employment_rate_overall": 94.8, + "employment_rate_ft_perm": 93.8, + "basic_monthly_mean": 3091.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3182.0, + "gross_monthly_median": 3100.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3380.0 + }, + { + "year": 2014, + "employment_rate_overall": 93.8, + "employment_rate_ft_perm": 92.9, + "basic_monthly_mean": 3122.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3152.0, + "gross_monthly_median": 3100.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3300.0 + }, + { + "year": 2015, + "employment_rate_overall": 95.3, + "employment_rate_ft_perm": 93.0, + "basic_monthly_mean": 3125.0, + "basic_monthly_median": 3100.0, + "gross_monthly_mean": 3206.0, + "gross_monthly_median": 3200.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3300.0 + }, + { + "year": 2016, + "employment_rate_overall": 92.4, + "employment_rate_ft_perm": 91.6, + "basic_monthly_mean": 3407.0, + "basic_monthly_median": 3250.0, + "gross_monthly_mean": 3505.0, + "gross_monthly_median": 3300.0, + "gross_mthly_25_percentile": 3200.0, + "gross_mthly_75_percentile": 3800.0 + }, + { + "year": 2017, + "employment_rate_overall": 98.5, + "employment_rate_ft_perm": 96.9, + "basic_monthly_mean": 3373.0, + "basic_monthly_median": 3300.0, + "gross_monthly_mean": 3442.0, + "gross_monthly_median": 3400.0, + "gross_mthly_25_percentile": 3190.0, + "gross_mthly_75_percentile": 3675.0 + }, + { + "year": 2018, + "employment_rate_overall": 96.5, + "employment_rate_ft_perm": 96.5, + "basic_monthly_mean": 3521.0, + "basic_monthly_median": 3400.0, + "gross_monthly_mean": 3597.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3200.0, + "gross_mthly_75_percentile": 3816.0 + }, + { + "year": 2019, + "employment_rate_overall": 94.9, + "employment_rate_ft_perm": 90.6, + "basic_monthly_mean": 3525.0, + "basic_monthly_median": 3400.0, + "gross_monthly_mean": 3582.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3300.0, + "gross_mthly_75_percentile": 3900.0 + }, + { + "year": 2020, + "employment_rate_overall": 95.7, + "employment_rate_ft_perm": 87.0, + "basic_monthly_mean": 3458.0, + "basic_monthly_median": 3400.0, + "gross_monthly_mean": 3495.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3200.0, + "gross_mthly_75_percentile": 3800.0 + }, + { + "year": 2021, + "employment_rate_overall": 97.7, + "employment_rate_ft_perm": 92.0, + "basic_monthly_mean": 3596.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3664.0, + "gross_monthly_median": 3540.0, + "gross_mthly_25_percentile": 3400.0, + "gross_mthly_75_percentile": 3800.0 + }, + { + "year": 2022, + "employment_rate_overall": 91.6, + "employment_rate_ft_perm": 88.4, + "basic_monthly_mean": 3699.0, + "basic_monthly_median": 3600.0, + "gross_monthly_mean": 3788.0, + "gross_monthly_median": 3650.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 3975.0 + }, + { + "year": 2023, + "employment_rate_overall": 97.5, + "employment_rate_ft_perm": 95.0, + "basic_monthly_mean": 3905.0, + "basic_monthly_median": 3850.0, + "gross_monthly_mean": 4012.0, + "gross_monthly_median": 4000.0, + "gross_mthly_25_percentile": 3600.0, + "gross_mthly_75_percentile": 4232.0 + } + ] + }, + { + "university": "Nanyang Technological University", + "degree": "Communication Studies", + "school": "College of Humanities, Arts & Social Sciences", + "slug": "communication-studies-ntu", + "data": [ + { + "year": 2009, + "employment_rate_overall": 95.0, + "employment_rate_ft_perm": 78.2, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 2562.0, + "gross_monthly_median": 2600.0, + "gross_mthly_25_percentile": 2100.0, + "gross_mthly_75_percentile": 2900.0 + }, + { + "year": 2010, + "employment_rate_overall": 92.1, + "employment_rate_ft_perm": 81.7, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 2836, + "gross_monthly_median": 2750, + "gross_mthly_25_percentile": 2400, + "gross_mthly_75_percentile": 3200 + }, + { + "year": 2011, + "employment_rate_overall": 89.7, + "employment_rate_ft_perm": 80.3, + "basic_monthly_mean": 2840.0, + "basic_monthly_median": 2800.0, + "gross_monthly_mean": 2960.0, + "gross_monthly_median": 2900.0, + "gross_mthly_25_percentile": 2500.0, + "gross_mthly_75_percentile": 3200.0 + }, + { + "year": 2012, + "employment_rate_overall": 93.1, + "employment_rate_ft_perm": 83.6, + "basic_monthly_mean": 2811.0, + "basic_monthly_median": 2800.0, + "gross_monthly_mean": 2941.0, + "gross_monthly_median": 2900.0, + "gross_mthly_25_percentile": 2500.0, + "gross_mthly_75_percentile": 3200.0 + }, + { + "year": 2013, + "employment_rate_overall": 89.4, + "employment_rate_ft_perm": 79.6, + "basic_monthly_mean": 2893.0, + "basic_monthly_median": 2930.0, + "gross_monthly_mean": 2956.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2700.0, + "gross_mthly_75_percentile": 3250.0 + }, + { + "year": 2014, + "employment_rate_overall": 86.7, + "employment_rate_ft_perm": 77.9, + "basic_monthly_mean": 2891.0, + "basic_monthly_median": 2800.0, + "gross_monthly_mean": 2976.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2600.0, + "gross_mthly_75_percentile": 3294.0 + }, + { + "year": 2015, + "employment_rate_overall": 85.1, + "employment_rate_ft_perm": 74.4, + "basic_monthly_mean": 2921.0, + "basic_monthly_median": 2900.0, + "gross_monthly_mean": 3008.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2600.0, + "gross_mthly_75_percentile": 3330.0 + }, + { + "year": 2016, + "employment_rate_overall": 87.7, + "employment_rate_ft_perm": 69.6, + "basic_monthly_mean": 2938.0, + "basic_monthly_median": 2900.0, + "gross_monthly_mean": 2996.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2575.0, + "gross_mthly_75_percentile": 3365.0 + }, + { + "year": 2017, + "employment_rate_overall": 92.6, + "employment_rate_ft_perm": 62.2, + "basic_monthly_mean": 3134.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3184.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2775.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2018, + "employment_rate_overall": 95.0, + "employment_rate_ft_perm": 84.2, + "basic_monthly_mean": 3085.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3166.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2750.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2019, + "employment_rate_overall": 90.4, + "employment_rate_ft_perm": 69.4, + "basic_monthly_mean": 3220.0, + "basic_monthly_median": 3200.0, + "gross_monthly_mean": 3264.0, + "gross_monthly_median": 3200.0, + "gross_mthly_25_percentile": 2800.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2020, + "employment_rate_overall": 94.9, + "employment_rate_ft_perm": 66.7, + "basic_monthly_mean": 3378.0, + "basic_monthly_median": 3300.0, + "gross_monthly_mean": 3440.0, + "gross_monthly_median": 3340.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3800.0 + }, + { + "year": 2021, + "employment_rate_overall": 96.9, + "employment_rate_ft_perm": 80.8, + "basic_monthly_mean": 3463.0, + "basic_monthly_median": 3375.0, + "gross_monthly_mean": 3548.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3943.0 + }, + { + "year": 2022, + "employment_rate_overall": 94.2, + "employment_rate_ft_perm": 79.7, + "basic_monthly_mean": 3674.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3739.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3200.0, + "gross_mthly_75_percentile": 4200.0 + }, + { + "year": 2023, + "employment_rate_overall": 88.7, + "employment_rate_ft_perm": 77.4, + "basic_monthly_mean": 3625.0, + "basic_monthly_median": 3600.0, + "gross_monthly_mean": 3719.0, + "gross_monthly_median": 3675.0, + "gross_mthly_25_percentile": 3350.0, + "gross_mthly_75_percentile": 4000.0 + } + ] + }, + { + "university": "Nanyang Technological University", + "degree": "Computer Engineering", + "school": "College of Engineering", + "slug": "computer-engineering-ntu", + "data": [ + { + "year": 2009, + "employment_rate_overall": 91.9, + "employment_rate_ft_perm": 89.3, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 2969.0, + "gross_monthly_median": 2900.0, + "gross_mthly_25_percentile": 2700.0, + "gross_mthly_75_percentile": 3200.0 + }, + { + "year": 2010, + "employment_rate_overall": 94.0, + "employment_rate_ft_perm": 90.8, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 3272, + "gross_monthly_median": 3100, + "gross_mthly_25_percentile": 2850, + "gross_mthly_75_percentile": 3600 + }, + { + "year": 2011, + "employment_rate_overall": 95.7, + "employment_rate_ft_perm": 94.0, + "basic_monthly_mean": 3436.0, + "basic_monthly_median": 3200.0, + "gross_monthly_mean": 3577.0, + "gross_monthly_median": 3250.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3800.0 + }, + { + "year": 2012, + "employment_rate_overall": 97.0, + "employment_rate_ft_perm": 95.0, + "basic_monthly_mean": 3262.0, + "basic_monthly_median": 3200.0, + "gross_monthly_mean": 3336.0, + "gross_monthly_median": 3200.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2013, + "employment_rate_overall": 90.3, + "employment_rate_ft_perm": 88.2, + "basic_monthly_mean": 3326.0, + "basic_monthly_median": 3100.0, + "gross_monthly_mean": 3374.0, + "gross_monthly_median": 3175.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3600.0 + }, + { + "year": 2014, + "employment_rate_overall": 91.4, + "employment_rate_ft_perm": 88.8, + "basic_monthly_mean": 3423.0, + "basic_monthly_median": 3300.0, + "gross_monthly_mean": 3512.0, + "gross_monthly_median": 3400.0, + "gross_mthly_25_percentile": 3200.0, + "gross_mthly_75_percentile": 3800.0 + }, + { + "year": 2015, + "employment_rate_overall": 85.1, + "employment_rate_ft_perm": 83.0, + "basic_monthly_mean": 3489.0, + "basic_monthly_median": 3350.0, + "gross_monthly_mean": 3577.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3200.0, + "gross_mthly_75_percentile": 4000.0 + }, + { + "year": 2016, + "employment_rate_overall": 83.3, + "employment_rate_ft_perm": 75.9, + "basic_monthly_mean": 3792.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3833.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3300.0, + "gross_mthly_75_percentile": 4420.0 + }, + { + "year": 2017, + "employment_rate_overall": 95.1, + "employment_rate_ft_perm": 87.8, + "basic_monthly_mean": 3667.0, + "basic_monthly_median": 3600.0, + "gross_monthly_mean": 3743.0, + "gross_monthly_median": 3600.0, + "gross_mthly_25_percentile": 3450.0, + "gross_mthly_75_percentile": 3925.0 + }, + { + "year": 2018, + "employment_rate_overall": 95.8, + "employment_rate_ft_perm": 95.8, + "basic_monthly_mean": 3749.0, + "basic_monthly_median": 3700.0, + "gross_monthly_mean": 3865.0, + "gross_monthly_median": 3775.0, + "gross_mthly_25_percentile": 3400.0, + "gross_mthly_75_percentile": 4200.0 + }, + { + "year": 2019, + "employment_rate_overall": 94.6, + "employment_rate_ft_perm": 94.6, + "basic_monthly_mean": 3994.0, + "basic_monthly_median": 4000.0, + "gross_monthly_mean": 4074.0, + "gross_monthly_median": 4000.0, + "gross_mthly_25_percentile": 3600.0, + "gross_mthly_75_percentile": 4500.0 + }, + { + "year": 2020, + "employment_rate_overall": 97.2, + "employment_rate_ft_perm": 94.4, + "basic_monthly_mean": 4069.0, + "basic_monthly_median": 4100.0, + "gross_monthly_mean": 4136.0, + "gross_monthly_median": 4100.0, + "gross_mthly_25_percentile": 3627.0, + "gross_mthly_75_percentile": 4845.0 + }, + { + "year": 2021, + "employment_rate_overall": 95.8, + "employment_rate_ft_perm": 89.6, + "basic_monthly_mean": 4649.0, + "basic_monthly_median": 4500.0, + "gross_monthly_mean": 4847.0, + "gross_monthly_median": 4500.0, + "gross_mthly_25_percentile": 4000.0, + "gross_mthly_75_percentile": 5000.0 + }, + { + "year": 2022, + "employment_rate_overall": 87.0, + "employment_rate_ft_perm": 85.2, + "basic_monthly_mean": 5366.0, + "basic_monthly_median": 5285.0, + "gross_monthly_mean": 5463.0, + "gross_monthly_median": 5295.0, + "gross_mthly_25_percentile": 4500.0, + "gross_mthly_75_percentile": 6215.0 + }, + { + "year": 2023, + "employment_rate_overall": 89.3, + "employment_rate_ft_perm": 87.5, + "basic_monthly_mean": 5512.0, + "basic_monthly_median": 5400.0, + "gross_monthly_mean": 5631.0, + "gross_monthly_median": 5400.0, + "gross_mthly_25_percentile": 4700.0, + "gross_mthly_75_percentile": 6200.0 + } + ] + }, + { + "university": "Nanyang Technological University", + "degree": "Computer Science", + "school": "College of Engineering", + "slug": "computer-science-ntu", + "data": [ + { + "year": 2009, + "employment_rate_overall": 97.1, + "employment_rate_ft_perm": 94.3, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 2930.0, + "gross_monthly_median": 2900.0, + "gross_mthly_25_percentile": 2600.0, + "gross_mthly_75_percentile": 3250.0 + }, + { + "year": 2010, + "employment_rate_overall": 94.5, + "employment_rate_ft_perm": 91.8, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 3385, + "gross_monthly_median": 3200, + "gross_mthly_25_percentile": 2800, + "gross_mthly_75_percentile": 3700 + }, + { + "year": 2011, + "employment_rate_overall": 87.4, + "employment_rate_ft_perm": 85.1, + "basic_monthly_mean": 3331.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3425.0, + "gross_monthly_median": 3200.0, + "gross_mthly_25_percentile": 2900.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2012, + "employment_rate_overall": 95.9, + "employment_rate_ft_perm": 91.1, + "basic_monthly_mean": 3292.0, + "basic_monthly_median": 3050.0, + "gross_monthly_mean": 3371.0, + "gross_monthly_median": 3192.0, + "gross_mthly_25_percentile": 2863.0, + "gross_mthly_75_percentile": 3700.0 + }, + { + "year": 2013, + "employment_rate_overall": 92.1, + "employment_rate_ft_perm": 88.5, + "basic_monthly_mean": 3249.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3306.0, + "gross_monthly_median": 3125.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3600.0 + }, + { + "year": 2014, + "employment_rate_overall": 94.5, + "employment_rate_ft_perm": 93.7, + "basic_monthly_mean": 3269.0, + "basic_monthly_median": 3200.0, + "gross_monthly_mean": 3304.0, + "gross_monthly_median": 3200.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3700.0 + }, + { + "year": 2015, + "employment_rate_overall": 92.4, + "employment_rate_ft_perm": 91.4, + "basic_monthly_mean": 3489.0, + "basic_monthly_median": 3300.0, + "gross_monthly_mean": 3535.0, + "gross_monthly_median": 3300.0, + "gross_mthly_25_percentile": 3150.0, + "gross_mthly_75_percentile": 3800.0 + }, + { + "year": 2016, + "employment_rate_overall": 94.6, + "employment_rate_ft_perm": 91.4, + "basic_monthly_mean": 3784.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3848.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3300.0, + "gross_mthly_75_percentile": 4333.0 + }, + { + "year": 2017, + "employment_rate_overall": 92.4, + "employment_rate_ft_perm": 86.7, + "basic_monthly_mean": 4078.0, + "basic_monthly_median": 3750.0, + "gross_monthly_mean": 4160.0, + "gross_monthly_median": 3850.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 4500.0 + }, + { + "year": 2018, + "employment_rate_overall": 94.4, + "employment_rate_ft_perm": 93.0, + "basic_monthly_mean": 3970.0, + "basic_monthly_median": 3800.0, + "gross_monthly_mean": 4062.0, + "gross_monthly_median": 4000.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 4500.0 + }, + { + "year": 2019, + "employment_rate_overall": 97.4, + "employment_rate_ft_perm": 95.9, + "basic_monthly_mean": 4270.0, + "basic_monthly_median": 4050.0, + "gross_monthly_mean": 4309.0, + "gross_monthly_median": 4200.0, + "gross_mthly_25_percentile": 3800.0, + "gross_mthly_75_percentile": 4900.0 + }, + { + "year": 2020, + "employment_rate_overall": 92.2, + "employment_rate_ft_perm": 86.1, + "basic_monthly_mean": 4508.0, + "basic_monthly_median": 4250.0, + "gross_monthly_mean": 4558.0, + "gross_monthly_median": 4300.0, + "gross_mthly_25_percentile": 3880.0, + "gross_mthly_75_percentile": 5000.0 + }, + { + "year": 2021, + "employment_rate_overall": 97.0, + "employment_rate_ft_perm": 91.0, + "basic_monthly_mean": 4871.0, + "basic_monthly_median": 4800.0, + "gross_monthly_mean": 4924.0, + "gross_monthly_median": 4800.0, + "gross_mthly_25_percentile": 4200.0, + "gross_mthly_75_percentile": 5450.0 + }, + { + "year": 2022, + "employment_rate_overall": 94.0, + "employment_rate_ft_perm": 91.7, + "basic_monthly_mean": 5515.0, + "basic_monthly_median": 5400.0, + "gross_monthly_mean": 5699.0, + "gross_monthly_median": 5500.0, + "gross_mthly_25_percentile": 4900.0, + "gross_mthly_75_percentile": 6420.0 + }, + { + "year": 2023, + "employment_rate_overall": 88.3, + "employment_rate_ft_perm": 86.5, + "basic_monthly_mean": 5334.0, + "basic_monthly_median": 5200.0, + "gross_monthly_mean": 5440.0, + "gross_monthly_median": 5200.0, + "gross_mthly_25_percentile": 4800.0, + "gross_mthly_75_percentile": 6000.0 + } + ] + }, + { + "university": "Nanyang Technological University", + "degree": "Data Science and Artificial Intelligence", + "school": "College of Engineering", + "slug": "data-science-and-artificial-intelligence-ntu", + "data": [ + { + "year": 2022, + "employment_rate_overall": 88.2, + "employment_rate_ft_perm": 82.4, + "basic_monthly_mean": 6647.0, + "basic_monthly_median": 5625.0, + "gross_monthly_mean": 6749.0, + "gross_monthly_median": 5625.0, + "gross_mthly_25_percentile": 5000.0, + "gross_mthly_75_percentile": 7500.0 + }, + { + "year": 2023, + "employment_rate_overall": 83.3, + "employment_rate_ft_perm": 83.3, + "basic_monthly_mean": 5319.0, + "basic_monthly_median": 5250.0, + "gross_monthly_mean": 5352.0, + "gross_monthly_median": 5250.0, + "gross_mthly_25_percentile": 4600.0, + "gross_mthly_75_percentile": 6250.0 + } + ] + }, + { + "university": "Nanyang Technological University", + "degree": "Double Degree in Engineering and Economics", + "school": "College of Engineering", + "slug": "double-degree-in-engineering-and-economics-ntu", + "data": [ + { + "year": 2020, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 94.1, + "basic_monthly_mean": 4459.0, + "basic_monthly_median": 4450.0, + "gross_monthly_mean": 4516.0, + "gross_monthly_median": 4450.0, + "gross_mthly_25_percentile": 3825.0, + "gross_mthly_75_percentile": 5050.0 + }, + { + "year": 2021, + "employment_rate_overall": 90.9, + "employment_rate_ft_perm": 90.9, + "basic_monthly_mean": 4485.0, + "basic_monthly_median": 4580.0, + "gross_monthly_mean": 4566.0, + "gross_monthly_median": 4583.0, + "gross_mthly_25_percentile": 4530.0, + "gross_mthly_75_percentile": 4900.0 + }, + { + "year": 2022, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": 5150.0, + "basic_monthly_median": 5000.0, + "gross_monthly_mean": 5344.0, + "gross_monthly_median": 5000.0, + "gross_mthly_25_percentile": 4700.0, + "gross_mthly_75_percentile": 5815.0 + }, + { + "year": 2023, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": 5517.0, + "basic_monthly_median": 5285.0, + "gross_monthly_mean": 5812.0, + "gross_monthly_median": 5405.0, + "gross_mthly_25_percentile": 4900.0, + "gross_mthly_75_percentile": 6500.0 + } + ] + }, + { + "university": "Nanyang Technological University", + "degree": "Economics", + "school": "College of Humanities, Arts & Social Sciences", + "slug": "economics-ntu", + "data": [ + { + "year": 2009, + "employment_rate_overall": 91.9, + "employment_rate_ft_perm": 88.7, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 2718.0, + "gross_monthly_median": 2700.0, + "gross_mthly_25_percentile": 2450.0, + "gross_mthly_75_percentile": 2950.0 + }, + { + "year": 2010, + "employment_rate_overall": 86.2, + "employment_rate_ft_perm": 84.6, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 2995, + "gross_monthly_median": 3000, + "gross_mthly_25_percentile": 2800, + "gross_mthly_75_percentile": 3200 + }, + { + "year": 2011, + "employment_rate_overall": 83.5, + "employment_rate_ft_perm": 76.9, + "basic_monthly_mean": 3037.0, + "basic_monthly_median": 2925.0, + "gross_monthly_mean": 3209.0, + "gross_monthly_median": 3150.0, + "gross_mthly_25_percentile": 2800.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2012, + "employment_rate_overall": 84.9, + "employment_rate_ft_perm": 81.1, + "basic_monthly_mean": 3110.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3190.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2725.0, + "gross_mthly_75_percentile": 3534.0 + }, + { + "year": 2013, + "employment_rate_overall": 89.9, + "employment_rate_ft_perm": 83.5, + "basic_monthly_mean": 3085.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3148.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2800.0, + "gross_mthly_75_percentile": 3545.0 + }, + { + "year": 2014, + "employment_rate_overall": 88.7, + "employment_rate_ft_perm": 78.4, + "basic_monthly_mean": 3183.0, + "basic_monthly_median": 3075.0, + "gross_monthly_mean": 3222.0, + "gross_monthly_median": 3200.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2015, + "employment_rate_overall": 87.4, + "employment_rate_ft_perm": 75.9, + "basic_monthly_mean": 3322.0, + "basic_monthly_median": 3200.0, + "gross_monthly_mean": 3496.0, + "gross_monthly_median": 3300.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3800.0 + }, + { + "year": 2016, + "employment_rate_overall": 91.3, + "employment_rate_ft_perm": 79.3, + "basic_monthly_mean": 3385.0, + "basic_monthly_median": 3300.0, + "gross_monthly_mean": 3440.0, + "gross_monthly_median": 3300.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3850.0 + }, + { + "year": 2017, + "employment_rate_overall": 84.7, + "employment_rate_ft_perm": 75.5, + "basic_monthly_mean": 3286.0, + "basic_monthly_median": 3200.0, + "gross_monthly_mean": 3379.0, + "gross_monthly_median": 3240.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3720.0 + }, + { + "year": 2018, + "employment_rate_overall": 90.1, + "employment_rate_ft_perm": 84.0, + "basic_monthly_mean": 3604.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3755.0, + "gross_monthly_median": 3536.0, + "gross_mthly_25_percentile": 3200.0, + "gross_mthly_75_percentile": 3959.0 + }, + { + "year": 2019, + "employment_rate_overall": 88.2, + "employment_rate_ft_perm": 79.8, + "basic_monthly_mean": 3385.0, + "basic_monthly_median": 3300.0, + "gross_monthly_mean": 3453.0, + "gross_monthly_median": 3400.0, + "gross_mthly_25_percentile": 3050.0, + "gross_mthly_75_percentile": 3600.0 + }, + { + "year": 2020, + "employment_rate_overall": 91.8, + "employment_rate_ft_perm": 63.5, + "basic_monthly_mean": 3756.0, + "basic_monthly_median": 3700.0, + "gross_monthly_mean": 3926.0, + "gross_monthly_median": 3797.0, + "gross_mthly_25_percentile": 3400.0, + "gross_mthly_75_percentile": 4050.0 + }, + { + "year": 2021, + "employment_rate_overall": 93.5, + "employment_rate_ft_perm": 88.3, + "basic_monthly_mean": 3658.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3720.0, + "gross_monthly_median": 3650.0, + "gross_mthly_25_percentile": 3300.0, + "gross_mthly_75_percentile": 4000.0 + }, + { + "year": 2022, + "employment_rate_overall": 88.7, + "employment_rate_ft_perm": 81.7, + "basic_monthly_mean": 4187.0, + "basic_monthly_median": 4000.0, + "gross_monthly_mean": 4270.0, + "gross_monthly_median": 4000.0, + "gross_mthly_25_percentile": 3600.0, + "gross_mthly_75_percentile": 4550.0 + }, + { + "year": 2023, + "employment_rate_overall": 80.6, + "employment_rate_ft_perm": 70.9, + "basic_monthly_mean": 4411.0, + "basic_monthly_median": 4150.0, + "gross_monthly_mean": 4561.0, + "gross_monthly_median": 4314.0, + "gross_mthly_25_percentile": 4000.0, + "gross_mthly_75_percentile": 4975.0 + } + ] + }, + { + "university": "Nanyang Technological University", + "degree": "Electrical and Electronic Engineering", + "school": "College of Engineering", + "slug": "electrical-and-electronic-engineering-ntu", + "data": [ + { + "year": 2009, + "employment_rate_overall": 86.2, + "employment_rate_ft_perm": 84.1, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 2909.0, + "gross_monthly_median": 2900.0, + "gross_mthly_25_percentile": 2600.0, + "gross_mthly_75_percentile": 3150.0 + }, + { + "year": 2010, + "employment_rate_overall": 87.5, + "employment_rate_ft_perm": 84.7, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 3110, + "gross_monthly_median": 3000, + "gross_mthly_25_percentile": 2800, + "gross_mthly_75_percentile": 3400 + }, + { + "year": 2011, + "employment_rate_overall": 90.3, + "employment_rate_ft_perm": 87.2, + "basic_monthly_mean": 3082.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3243.0, + "gross_monthly_median": 3100.0, + "gross_mthly_25_percentile": 2900.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2012, + "employment_rate_overall": 90.4, + "employment_rate_ft_perm": 87.6, + "basic_monthly_mean": 3227.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3359.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2013, + "employment_rate_overall": 91.0, + "employment_rate_ft_perm": 88.7, + "basic_monthly_mean": 3133.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3187.0, + "gross_monthly_median": 3100.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3440.0 + }, + { + "year": 2014, + "employment_rate_overall": 90.7, + "employment_rate_ft_perm": 88.4, + "basic_monthly_mean": 3241.0, + "basic_monthly_median": 3175.0, + "gross_monthly_mean": 3336.0, + "gross_monthly_median": 3200.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2015, + "employment_rate_overall": 88.6, + "employment_rate_ft_perm": 86.2, + "basic_monthly_mean": 3345.0, + "basic_monthly_median": 3200.0, + "gross_monthly_mean": 3446.0, + "gross_monthly_median": 3300.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3690.0 + }, + { + "year": 2016, + "employment_rate_overall": 89.1, + "employment_rate_ft_perm": 83.6, + "basic_monthly_mean": 3443.0, + "basic_monthly_median": 3300.0, + "gross_monthly_mean": 3517.0, + "gross_monthly_median": 3400.0, + "gross_mthly_25_percentile": 3190.0, + "gross_mthly_75_percentile": 3800.0 + }, + { + "year": 2017, + "employment_rate_overall": 89.3, + "employment_rate_ft_perm": 85.0, + "basic_monthly_mean": 3532.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3657.0, + "gross_monthly_median": 3600.0, + "gross_mthly_25_percentile": 3200.0, + "gross_mthly_75_percentile": 4000.0 + }, + { + "year": 2018, + "employment_rate_overall": 92.7, + "employment_rate_ft_perm": 91.0, + "basic_monthly_mean": 3625.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3772.0, + "gross_monthly_median": 3600.0, + "gross_mthly_25_percentile": 3323.0, + "gross_mthly_75_percentile": 4000.0 + }, + { + "year": 2019, + "employment_rate_overall": 92.6, + "employment_rate_ft_perm": 87.1, + "basic_monthly_mean": 3769.0, + "basic_monthly_median": 3700.0, + "gross_monthly_mean": 3884.0, + "gross_monthly_median": 3700.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 4000.0 + }, + { + "year": 2020, + "employment_rate_overall": 94.5, + "employment_rate_ft_perm": 75.1, + "basic_monthly_mean": 3925.0, + "basic_monthly_median": 3800.0, + "gross_monthly_mean": 4004.0, + "gross_monthly_median": 3880.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 4370.0 + }, + { + "year": 2021, + "employment_rate_overall": 93.9, + "employment_rate_ft_perm": 88.6, + "basic_monthly_mean": 3978.0, + "basic_monthly_median": 3900.0, + "gross_monthly_mean": 4069.0, + "gross_monthly_median": 4000.0, + "gross_mthly_25_percentile": 3600.0, + "gross_mthly_75_percentile": 4400.0 + }, + { + "year": 2022, + "employment_rate_overall": 92.4, + "employment_rate_ft_perm": 90.2, + "basic_monthly_mean": 4595.0, + "basic_monthly_median": 4500.0, + "gross_monthly_mean": 4723.0, + "gross_monthly_median": 4558.0, + "gross_mthly_25_percentile": 4100.0, + "gross_mthly_75_percentile": 5000.0 + }, + { + "year": 2023, + "employment_rate_overall": 87.1, + "employment_rate_ft_perm": 85.6, + "basic_monthly_mean": 4713.0, + "basic_monthly_median": 4650.0, + "gross_monthly_mean": 4803.0, + "gross_monthly_median": 4800.0, + "gross_mthly_25_percentile": 4200.0, + "gross_mthly_75_percentile": 5100.0 + } + ] + }, + { + "university": "Nanyang Technological University", + "degree": "English", + "school": "College of Humanities, Arts & Social Sciences", + "slug": "english-ntu", + "data": [ + { + "year": 2009, + "employment_rate_overall": 86.7, + "employment_rate_ft_perm": 83.3, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 2580.0, + "gross_monthly_median": 2750.0, + "gross_mthly_25_percentile": 2300.0, + "gross_mthly_75_percentile": 2850.0 + }, + { + "year": 2010, + "employment_rate_overall": 82.5, + "employment_rate_ft_perm": 72.5, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 2603, + "gross_monthly_median": 2700, + "gross_mthly_25_percentile": 2250, + "gross_mthly_75_percentile": 3050 + }, + { + "year": 2011, + "employment_rate_overall": 91.0, + "employment_rate_ft_perm": 81.1, + "basic_monthly_mean": 2754.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 2976.0, + "gross_monthly_median": 3100.0, + "gross_mthly_25_percentile": 2775.0, + "gross_mthly_75_percentile": 3200.0 + }, + { + "year": 2012, + "employment_rate_overall": 90.2, + "employment_rate_ft_perm": 70.5, + "basic_monthly_mean": 3122.0, + "basic_monthly_median": 3200.0, + "gross_monthly_mean": 3179.0, + "gross_monthly_median": 3250.0, + "gross_mthly_25_percentile": 2750.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2013, + "employment_rate_overall": 82.7, + "employment_rate_ft_perm": 67.3, + "basic_monthly_mean": 3087.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3179.0, + "gross_monthly_median": 3100.0, + "gross_mthly_25_percentile": 2800.0, + "gross_mthly_75_percentile": 3400.0 + }, + { + "year": 2014, + "employment_rate_overall": 87.0, + "employment_rate_ft_perm": 63.0, + "basic_monthly_mean": 3137.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3432.0, + "gross_monthly_median": 3100.0, + "gross_mthly_25_percentile": 2800.0, + "gross_mthly_75_percentile": 3990.0 + }, + { + "year": 2015, + "employment_rate_overall": 88.0, + "employment_rate_ft_perm": 74.0, + "basic_monthly_mean": 3238.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3322.0, + "gross_monthly_median": 3314.0, + "gross_mthly_25_percentile": 2604.0, + "gross_mthly_75_percentile": 3743.0 + }, + { + "year": 2016, + "employment_rate_overall": 75.0, + "employment_rate_ft_perm": 54.2, + "basic_monthly_mean": 2974.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 2997.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2700.0, + "gross_mthly_75_percentile": 3400.0 + }, + { + "year": 2017, + "employment_rate_overall": 77.8, + "employment_rate_ft_perm": 50.8, + "basic_monthly_mean": 3042.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3149.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2800.0, + "gross_mthly_75_percentile": 3300.0 + }, + { + "year": 2018, + "employment_rate_overall": 81.6, + "employment_rate_ft_perm": 59.2, + "basic_monthly_mean": 3051.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3124.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2600.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2019, + "employment_rate_overall": 83.8, + "employment_rate_ft_perm": 64.9, + "basic_monthly_mean": 2987.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 2997.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2565.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2020, + "employment_rate_overall": 90.9, + "employment_rate_ft_perm": 43.2, + "basic_monthly_mean": 3507.0, + "basic_monthly_median": 3450.0, + "gross_monthly_mean": 3561.0, + "gross_monthly_median": 3450.0, + "gross_mthly_25_percentile": 3128.0, + "gross_mthly_75_percentile": 3900.0 + }, + { + "year": 2021, + "employment_rate_overall": 95.5, + "employment_rate_ft_perm": 64.2, + "basic_monthly_mean": 3254.0, + "basic_monthly_median": 3300.0, + "gross_monthly_mean": 3354.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3600.0 + }, + { + "year": 2022, + "employment_rate_overall": 94.9, + "employment_rate_ft_perm": 77.2, + "basic_monthly_mean": 3574.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3699.0, + "gross_monthly_median": 3748.0, + "gross_mthly_25_percentile": 3200.0, + "gross_mthly_75_percentile": 4200.0 + }, + { + "year": 2023, + "employment_rate_overall": 83.3, + "employment_rate_ft_perm": 63.0, + "basic_monthly_mean": 3698.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3803.0, + "gross_monthly_median": 3775.0, + "gross_mthly_25_percentile": 3300.0, + "gross_mthly_75_percentile": 4180.0 + } + ] + }, + { + "university": "Nanyang Technological University", + "degree": "Environmental Earth Systems Science", + "school": "College of Science", + "slug": "environmental-earth-systems-science-ntu", + "data": [ + { + "year": 2018, + "employment_rate_overall": 76.2, + "employment_rate_ft_perm": 57.1, + "basic_monthly_mean": 3347.0, + "basic_monthly_median": 3440.0, + "gross_monthly_mean": 3389.0, + "gross_monthly_median": 3440.0, + "gross_mthly_25_percentile": 3150.0, + "gross_mthly_75_percentile": 3900.0 + }, + { + "year": 2019, + "employment_rate_overall": 87.5, + "employment_rate_ft_perm": 79.2, + "basic_monthly_mean": 3401.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3416.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3200.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2020, + "employment_rate_overall": 95.5, + "employment_rate_ft_perm": 63.6, + "basic_monthly_mean": 3637.0, + "basic_monthly_median": 3550.0, + "gross_monthly_mean": 3657.0, + "gross_monthly_median": 3550.0, + "gross_mthly_25_percentile": 3400.0, + "gross_mthly_75_percentile": 3764.0 + }, + { + "year": 2021, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 91.3, + "basic_monthly_mean": 3810.0, + "basic_monthly_median": 3892.0, + "gross_monthly_mean": 3888.0, + "gross_monthly_median": 3950.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 4300.0 + }, + { + "year": 2022, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 88.0, + "basic_monthly_mean": 4406.0, + "basic_monthly_median": 4008.0, + "gross_monthly_mean": 4545.0, + "gross_monthly_median": 4023.0, + "gross_mthly_25_percentile": 3600.0, + "gross_mthly_75_percentile": 4959.0 + }, + { + "year": 2023, + "employment_rate_overall": 96.3, + "employment_rate_ft_perm": 96.3, + "basic_monthly_mean": 4171.0, + "basic_monthly_median": 4038.0, + "gross_monthly_mean": 4202.0, + "gross_monthly_median": 4138.0, + "gross_mthly_25_percentile": 3750.0, + "gross_mthly_75_percentile": 4650.0 + } + ] + }, + { + "university": "Nanyang Technological University", + "degree": "Environmental Engineering", + "school": "College of Engineering", + "slug": "environmental-engineering-ntu", + "data": [ + { + "year": 2009, + "employment_rate_overall": 81.3, + "employment_rate_ft_perm": 76.3, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 2777.0, + "gross_monthly_median": 2600.0, + "gross_mthly_25_percentile": 2500.0, + "gross_mthly_75_percentile": 2900.0 + }, + { + "year": 2010, + "employment_rate_overall": 81.9, + "employment_rate_ft_perm": 76.4, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 2982, + "gross_monthly_median": 3000, + "gross_mthly_25_percentile": 2600, + "gross_mthly_75_percentile": 3200 + }, + { + "year": 2011, + "employment_rate_overall": 84.8, + "employment_rate_ft_perm": 84.8, + "basic_monthly_mean": 2933.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3034.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2800.0, + "gross_mthly_75_percentile": 3300.0 + }, + { + "year": 2012, + "employment_rate_overall": 80.3, + "employment_rate_ft_perm": 69.7, + "basic_monthly_mean": 2988.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3176.0, + "gross_monthly_median": 3099.0, + "gross_mthly_25_percentile": 2800.0, + "gross_mthly_75_percentile": 3375.0 + }, + { + "year": 2013, + "employment_rate_overall": 84.0, + "employment_rate_ft_perm": 81.5, + "basic_monthly_mean": 3091.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3140.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3300.0 + }, + { + "year": 2014, + "employment_rate_overall": 88.9, + "employment_rate_ft_perm": 82.2, + "basic_monthly_mean": 3121.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3111.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2015, + "employment_rate_overall": 89.7, + "employment_rate_ft_perm": 82.1, + "basic_monthly_mean": 3472.0, + "basic_monthly_median": 3200.0, + "gross_monthly_mean": 3673.0, + "gross_monthly_median": 3300.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3835.0 + }, + { + "year": 2016, + "employment_rate_overall": 80.6, + "employment_rate_ft_perm": 74.2, + "basic_monthly_mean": 3156.0, + "basic_monthly_median": 3100.0, + "gross_monthly_mean": 3216.0, + "gross_monthly_median": 3100.0, + "gross_mthly_25_percentile": 2800.0, + "gross_mthly_75_percentile": 3400.0 + }, + { + "year": 2017, + "employment_rate_overall": 71.8, + "employment_rate_ft_perm": 64.1, + "basic_monthly_mean": 3538.0, + "basic_monthly_median": 3475.0, + "gross_monthly_mean": 3588.0, + "gross_monthly_median": 3635.0, + "gross_mthly_25_percentile": 3200.0, + "gross_mthly_75_percentile": 3950.0 + }, + { + "year": 2018, + "employment_rate_overall": 92.1, + "employment_rate_ft_perm": 81.6, + "basic_monthly_mean": 3388.0, + "basic_monthly_median": 3360.0, + "gross_monthly_mean": 3485.0, + "gross_monthly_median": 3400.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2019, + "employment_rate_overall": 83.9, + "employment_rate_ft_perm": 77.4, + "basic_monthly_mean": 3574.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3596.0, + "gross_monthly_median": 3510.0, + "gross_mthly_25_percentile": 3400.0, + "gross_mthly_75_percentile": 3800.0 + }, + { + "year": 2020, + "employment_rate_overall": 90.2, + "employment_rate_ft_perm": 58.5, + "basic_monthly_mean": 3364.0, + "basic_monthly_median": 3375.0, + "gross_monthly_mean": 3444.0, + "gross_monthly_median": 3450.0, + "gross_mthly_25_percentile": 3200.0, + "gross_mthly_75_percentile": 3800.0 + }, + { + "year": 2021, + "employment_rate_overall": 96.6, + "employment_rate_ft_perm": 86.2, + "basic_monthly_mean": 3422.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3487.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3200.0, + "gross_mthly_75_percentile": 3600.0 + }, + { + "year": 2022, + "employment_rate_overall": 93.5, + "employment_rate_ft_perm": 90.3, + "basic_monthly_mean": 3988.0, + "basic_monthly_median": 3800.0, + "gross_monthly_mean": 4139.0, + "gross_monthly_median": 3900.0, + "gross_mthly_25_percentile": 3700.0, + "gross_mthly_75_percentile": 4500.0 + }, + { + "year": 2023, + "employment_rate_overall": 60.6, + "employment_rate_ft_perm": 54.5, + "basic_monthly_mean": 3967.0, + "basic_monthly_median": 3850.0, + "gross_monthly_mean": 4099.0, + "gross_monthly_median": 4115.0, + "gross_mthly_25_percentile": 3800.0, + "gross_mthly_75_percentile": 4337.0 + } + ] + }, + { + "university": "Nanyang Technological University", + "degree": "History", + "school": "College of Humanities, Arts & Social Sciences", + "slug": "history-ntu", + "data": [ + { + "year": 2016, + "employment_rate_overall": 87.2, + "employment_rate_ft_perm": 76.6, + "basic_monthly_mean": 3027.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3082.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2700.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2017, + "employment_rate_overall": 86.0, + "employment_rate_ft_perm": 68.4, + "basic_monthly_mean": 3206.0, + "basic_monthly_median": 3100.0, + "gross_monthly_mean": 3265.0, + "gross_monthly_median": 3200.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3600.0 + }, + { + "year": 2018, + "employment_rate_overall": 74.4, + "employment_rate_ft_perm": 56.4, + "basic_monthly_mean": 3593.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3719.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3260.0, + "gross_mthly_75_percentile": 4150.0 + }, + { + "year": 2019, + "employment_rate_overall": 73.0, + "employment_rate_ft_perm": 56.8, + "basic_monthly_mean": 3449.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3498.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3200.0, + "gross_mthly_75_percentile": 3800.0 + }, + { + "year": 2020, + "employment_rate_overall": 87.2, + "employment_rate_ft_perm": 44.7, + "basic_monthly_mean": 3558.0, + "basic_monthly_median": 3575.0, + "gross_monthly_mean": 3644.0, + "gross_monthly_median": 3650.0, + "gross_mthly_25_percentile": 3250.0, + "gross_mthly_75_percentile": 4025.0 + }, + { + "year": 2021, + "employment_rate_overall": 82.2, + "employment_rate_ft_perm": 66.7, + "basic_monthly_mean": 3724.0, + "basic_monthly_median": 3675.0, + "gross_monthly_mean": 3800.0, + "gross_monthly_median": 3675.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 4000.0 + }, + { + "year": 2022, + "employment_rate_overall": 86.5, + "employment_rate_ft_perm": 80.8, + "basic_monthly_mean": 3819.0, + "basic_monthly_median": 3800.0, + "gross_monthly_mean": 3966.0, + "gross_monthly_median": 4000.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 4250.0 + }, + { + "year": 2023, + "employment_rate_overall": 88.5, + "employment_rate_ft_perm": 73.1, + "basic_monthly_mean": 4105.0, + "basic_monthly_median": 4200.0, + "gross_monthly_mean": 4233.0, + "gross_monthly_median": 4200.0, + "gross_mthly_25_percentile": 3800.0, + "gross_mthly_75_percentile": 4500.0 + } + ] + }, + { + "university": "Nanyang Technological University", + "degree": "Information Engineering and Media", + "school": "College of Engineering", + "slug": "information-engineering-and-media-ntu", + "data": [ + { + "year": 2011, + "employment_rate_overall": 93.8, + "employment_rate_ft_perm": 90.6, + "basic_monthly_mean": 2946.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3196.0, + "gross_monthly_median": 3200.0, + "gross_mthly_25_percentile": 2900.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2012, + "employment_rate_overall": 90.9, + "employment_rate_ft_perm": 87.9, + "basic_monthly_mean": 2905.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 2974.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2600.0, + "gross_mthly_75_percentile": 3319.0 + }, + { + "year": 2013, + "employment_rate_overall": 85.7, + "employment_rate_ft_perm": 79.6, + "basic_monthly_mean": 3160.0, + "basic_monthly_median": 3150.0, + "gross_monthly_mean": 3203.0, + "gross_monthly_median": 3200.0, + "gross_mthly_25_percentile": 2950.0, + "gross_mthly_75_percentile": 3400.0 + }, + { + "year": 2014, + "employment_rate_overall": 85.7, + "employment_rate_ft_perm": 73.2, + "basic_monthly_mean": 3185.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3318.0, + "gross_monthly_median": 3200.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3600.0 + }, + { + "year": 2015, + "employment_rate_overall": 87.3, + "employment_rate_ft_perm": 80.0, + "basic_monthly_mean": 3271.0, + "basic_monthly_median": 3200.0, + "gross_monthly_mean": 3375.0, + "gross_monthly_median": 3275.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2016, + "employment_rate_overall": 94.6, + "employment_rate_ft_perm": 87.5, + "basic_monthly_mean": 3496.0, + "basic_monthly_median": 3350.0, + "gross_monthly_mean": 3570.0, + "gross_monthly_median": 3350.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 4000.0 + }, + { + "year": 2017, + "employment_rate_overall": 86.9, + "employment_rate_ft_perm": 78.7, + "basic_monthly_mean": 3685.0, + "basic_monthly_median": 3677.0, + "gross_monthly_mean": 3790.0, + "gross_monthly_median": 3700.0, + "gross_mthly_25_percentile": 3350.0, + "gross_mthly_75_percentile": 4200.0 + }, + { + "year": 2018, + "employment_rate_overall": 93.2, + "employment_rate_ft_perm": 89.0, + "basic_monthly_mean": 3724.0, + "basic_monthly_median": 3725.0, + "gross_monthly_mean": 3800.0, + "gross_monthly_median": 3750.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 4140.0 + }, + { + "year": 2019, + "employment_rate_overall": 90.7, + "employment_rate_ft_perm": 85.3, + "basic_monthly_mean": 3934.0, + "basic_monthly_median": 3970.0, + "gross_monthly_mean": 4006.0, + "gross_monthly_median": 4000.0, + "gross_mthly_25_percentile": 3600.0, + "gross_mthly_75_percentile": 4350.0 + }, + { + "year": 2020, + "employment_rate_overall": 96.0, + "employment_rate_ft_perm": 70.0, + "basic_monthly_mean": 4085.0, + "basic_monthly_median": 4000.0, + "gross_monthly_mean": 4208.0, + "gross_monthly_median": 4000.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 4500.0 + }, + { + "year": 2021, + "employment_rate_overall": 95.7, + "employment_rate_ft_perm": 88.6, + "basic_monthly_mean": 4247.0, + "basic_monthly_median": 4200.0, + "gross_monthly_mean": 4325.0, + "gross_monthly_median": 4200.0, + "gross_mthly_25_percentile": 3900.0, + "gross_mthly_75_percentile": 4800.0 + }, + { + "year": 2022, + "employment_rate_overall": 95.3, + "employment_rate_ft_perm": 93.8, + "basic_monthly_mean": 5080.0, + "basic_monthly_median": 4950.0, + "gross_monthly_mean": 5187.0, + "gross_monthly_median": 4950.0, + "gross_mthly_25_percentile": 4500.0, + "gross_mthly_75_percentile": 5500.0 + }, + { + "year": 2023, + "employment_rate_overall": 75.0, + "employment_rate_ft_perm": 69.1, + "basic_monthly_mean": 4761.0, + "basic_monthly_median": 4800.0, + "gross_monthly_mean": 4857.0, + "gross_monthly_median": 4800.0, + "gross_mthly_25_percentile": 4400.0, + "gross_mthly_75_percentile": 5100.0 + } + ] + }, + { + "university": "Nanyang Technological University", + "degree": "Interdisciplinary Double Major", + "school": "College of Humanities, Arts & Social Sciences", + "slug": "interdisciplinary-double-major-ntu", + "data": [ + { + "year": 2020, + "employment_rate_overall": 95.8, + "employment_rate_ft_perm": 50.0, + "basic_monthly_mean": 3608.0, + "basic_monthly_median": 3300.0, + "gross_monthly_mean": 3797.0, + "gross_monthly_median": 3854.0, + "gross_mthly_25_percentile": 3200.0, + "gross_mthly_75_percentile": 4500.0 + }, + { + "year": 2021, + "employment_rate_overall": 92.9, + "employment_rate_ft_perm": 75.0, + "basic_monthly_mean": 3794.0, + "basic_monthly_median": 3650.0, + "gross_monthly_mean": 3822.0, + "gross_monthly_median": 3650.0, + "gross_mthly_25_percentile": 3450.0, + "gross_mthly_75_percentile": 4180.0 + }, + { + "year": 2022, + "employment_rate_overall": 87.9, + "employment_rate_ft_perm": 66.7, + "basic_monthly_mean": 4135.0, + "basic_monthly_median": 4200.0, + "gross_monthly_mean": 4258.0, + "gross_monthly_median": 4271.0, + "gross_mthly_25_percentile": 3650.0, + "gross_mthly_75_percentile": 4750.0 + }, + { + "year": 2023, + "employment_rate_overall": 88.9, + "employment_rate_ft_perm": 85.2, + "basic_monthly_mean": 4065.0, + "basic_monthly_median": 4000.0, + "gross_monthly_mean": 4085.0, + "gross_monthly_median": 4000.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 4300.0 + } + ] + }, + { + "university": "Nanyang Technological University", + "degree": "Linguistics and Multilingual Studies", + "school": "College of Humanities, Arts & Social Sciences", + "slug": "linguistics-and-multilingual-studies-ntu", + "data": [ + { + "year": 2012, + "employment_rate_overall": 88.9, + "employment_rate_ft_perm": 66.7, + "basic_monthly_mean": 3039.0, + "basic_monthly_median": 3081.0, + "gross_monthly_mean": 3066.0, + "gross_monthly_median": 3100.0, + "gross_mthly_25_percentile": 2813.0, + "gross_mthly_75_percentile": 3300.0 + }, + { + "year": 2013, + "employment_rate_overall": 90.6, + "employment_rate_ft_perm": 81.3, + "basic_monthly_mean": 2691.0, + "basic_monthly_median": 2600.0, + "gross_monthly_mean": 2725.0, + "gross_monthly_median": 2625.0, + "gross_mthly_25_percentile": 2475.0, + "gross_mthly_75_percentile": 3018.0 + }, + { + "year": 2014, + "employment_rate_overall": 85.7, + "employment_rate_ft_perm": 66.7, + "basic_monthly_mean": 3066.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3148.0, + "gross_monthly_median": 3230.0, + "gross_mthly_25_percentile": 2800.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2015, + "employment_rate_overall": 88.4, + "employment_rate_ft_perm": 55.8, + "basic_monthly_mean": 3475.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3753.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2800.0, + "gross_mthly_75_percentile": 3600.0 + }, + { + "year": 2016, + "employment_rate_overall": 81.8, + "employment_rate_ft_perm": 61.8, + "basic_monthly_mean": 3283.0, + "basic_monthly_median": 3315.0, + "gross_monthly_mean": 3368.0, + "gross_monthly_median": 3365.0, + "gross_mthly_25_percentile": 2960.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2017, + "employment_rate_overall": 80.0, + "employment_rate_ft_perm": 60.0, + "basic_monthly_mean": 3042.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3117.0, + "gross_monthly_median": 3100.0, + "gross_mthly_25_percentile": 2600.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2018, + "employment_rate_overall": 79.2, + "employment_rate_ft_perm": 45.8, + "basic_monthly_mean": 3074.0, + "basic_monthly_median": 3200.0, + "gross_monthly_mean": 3091.0, + "gross_monthly_median": 3200.0, + "gross_mthly_25_percentile": 2900.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2019, + "employment_rate_overall": 81.7, + "employment_rate_ft_perm": 65.0, + "basic_monthly_mean": 3265.0, + "basic_monthly_median": 3160.0, + "gross_monthly_mean": 3365.0, + "gross_monthly_median": 3200.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3740.0 + }, + { + "year": 2020, + "employment_rate_overall": 96.6, + "employment_rate_ft_perm": 63.8, + "basic_monthly_mean": 3371.0, + "basic_monthly_median": 3300.0, + "gross_monthly_mean": 3472.0, + "gross_monthly_median": 3350.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3900.0 + }, + { + "year": 2021, + "employment_rate_overall": 87.2, + "employment_rate_ft_perm": 70.2, + "basic_monthly_mean": 3351.0, + "basic_monthly_median": 3300.0, + "gross_monthly_mean": 3398.0, + "gross_monthly_median": 3300.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3850.0 + }, + { + "year": 2022, + "employment_rate_overall": 94.1, + "employment_rate_ft_perm": 72.5, + "basic_monthly_mean": 3452.0, + "basic_monthly_median": 3400.0, + "gross_monthly_mean": 3513.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3150.0, + "gross_mthly_75_percentile": 3810.0 + }, + { + "year": 2023, + "employment_rate_overall": 80.4, + "employment_rate_ft_perm": 56.9, + "basic_monthly_mean": 3803.0, + "basic_monthly_median": 3800.0, + "gross_monthly_mean": 3899.0, + "gross_monthly_median": 3950.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 4238.0 + } + ] + }, + { + "university": "Nanyang Technological University", + "degree": "Maritime Studies", + "school": "College of Engineering", + "slug": "maritime-studies-ntu", + "data": [ + { + "year": 2009, + "employment_rate_overall": 92.1, + "employment_rate_ft_perm": 89.5, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 2624.0, + "gross_monthly_median": 2500.0, + "gross_mthly_25_percentile": 2350.0, + "gross_mthly_75_percentile": 2900.0 + }, + { + "year": 2010, + "employment_rate_overall": 96.0, + "employment_rate_ft_perm": 92.0, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 2857, + "gross_monthly_median": 2750, + "gross_mthly_25_percentile": 2500, + "gross_mthly_75_percentile": 3125 + }, + { + "year": 2011, + "employment_rate_overall": 98.1, + "employment_rate_ft_perm": 98.1, + "basic_monthly_mean": 2822.0, + "basic_monthly_median": 2800.0, + "gross_monthly_mean": 2906.0, + "gross_monthly_median": 2800.0, + "gross_mthly_25_percentile": 2800.0, + "gross_mthly_75_percentile": 3000.0 + }, + { + "year": 2012, + "employment_rate_overall": 95.7, + "employment_rate_ft_perm": 93.6, + "basic_monthly_mean": 3234.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3336.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2800.0, + "gross_mthly_75_percentile": 3670.0 + }, + { + "year": 2013, + "employment_rate_overall": 95.6, + "employment_rate_ft_perm": 93.3, + "basic_monthly_mean": 3050.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3111.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2850.0, + "gross_mthly_75_percentile": 3200.0 + }, + { + "year": 2014, + "employment_rate_overall": 92.5, + "employment_rate_ft_perm": 92.5, + "basic_monthly_mean": 3163.0, + "basic_monthly_median": 3050.0, + "gross_monthly_mean": 3206.0, + "gross_monthly_median": 3050.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2015, + "employment_rate_overall": 95.0, + "employment_rate_ft_perm": 95.0, + "basic_monthly_mean": 3249.0, + "basic_monthly_median": 3200.0, + "gross_monthly_mean": 3271.0, + "gross_monthly_median": 3200.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3300.0 + }, + { + "year": 2016, + "employment_rate_overall": 94.2, + "employment_rate_ft_perm": 88.5, + "basic_monthly_mean": 3305.0, + "basic_monthly_median": 3300.0, + "gross_monthly_mean": 3328.0, + "gross_monthly_median": 3398.0, + "gross_mthly_25_percentile": 3083.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2017, + "employment_rate_overall": 92.2, + "employment_rate_ft_perm": 92.2, + "basic_monthly_mean": 3279.0, + "basic_monthly_median": 3200.0, + "gross_monthly_mean": 3333.0, + "gross_monthly_median": 3320.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2018, + "employment_rate_overall": 93.3, + "employment_rate_ft_perm": 90.0, + "basic_monthly_mean": 3351.0, + "basic_monthly_median": 3300.0, + "gross_monthly_mean": 3409.0, + "gross_monthly_median": 3350.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3640.0 + }, + { + "year": 2019, + "employment_rate_overall": 98.3, + "employment_rate_ft_perm": 93.2, + "basic_monthly_mean": 3512.0, + "basic_monthly_median": 3400.0, + "gross_monthly_mean": 3669.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3300.0, + "gross_mthly_75_percentile": 3700.0 + }, + { + "year": 2020, + "employment_rate_overall": 90.8, + "employment_rate_ft_perm": 78.5, + "basic_monthly_mean": 3608.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3646.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3300.0, + "gross_mthly_75_percentile": 3875.0 + }, + { + "year": 2021, + "employment_rate_overall": 98.4, + "employment_rate_ft_perm": 95.2, + "basic_monthly_mean": 3697.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3763.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 4000.0 + }, + { + "year": 2022, + "employment_rate_overall": 96.7, + "employment_rate_ft_perm": 95.1, + "basic_monthly_mean": 3842.0, + "basic_monthly_median": 3740.0, + "gross_monthly_mean": 3860.0, + "gross_monthly_median": 3740.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 4060.0 + }, + { + "year": 2023, + "employment_rate_overall": 93.8, + "employment_rate_ft_perm": 92.3, + "basic_monthly_mean": 4223.0, + "basic_monthly_median": 4200.0, + "gross_monthly_mean": 4302.0, + "gross_monthly_median": 4200.0, + "gross_mthly_25_percentile": 4000.0, + "gross_mthly_75_percentile": 4500.0 + } + ] + }, + { + "university": "Nanyang Technological University", + "degree": "Materials Engineering", + "school": "College of Engineering", + "slug": "materials-engineering-ntu", + "data": [ + { + "year": 2009, + "employment_rate_overall": 80.0, + "employment_rate_ft_perm": 75.3, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 2745.0, + "gross_monthly_median": 2800.0, + "gross_mthly_25_percentile": 2500.0, + "gross_mthly_75_percentile": 3000.0 + }, + { + "year": 2010, + "employment_rate_overall": 85.9, + "employment_rate_ft_perm": 82.2, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 3079, + "gross_monthly_median": 3000, + "gross_mthly_25_percentile": 2700, + "gross_mthly_75_percentile": 3300 + }, + { + "year": 2011, + "employment_rate_overall": 87.9, + "employment_rate_ft_perm": 83.6, + "basic_monthly_mean": 2836.0, + "basic_monthly_median": 2900.0, + "gross_monthly_mean": 3047.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2800.0, + "gross_mthly_75_percentile": 3300.0 + }, + { + "year": 2012, + "employment_rate_overall": 86.4, + "employment_rate_ft_perm": 81.3, + "basic_monthly_mean": 3042.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3206.0, + "gross_monthly_median": 3032.0, + "gross_mthly_25_percentile": 2888.0, + "gross_mthly_75_percentile": 3400.0 + }, + { + "year": 2013, + "employment_rate_overall": 82.5, + "employment_rate_ft_perm": 78.9, + "basic_monthly_mean": 2989.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3096.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2800.0, + "gross_mthly_75_percentile": 3300.0 + }, + { + "year": 2014, + "employment_rate_overall": 82.5, + "employment_rate_ft_perm": 77.7, + "basic_monthly_mean": 3145.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3261.0, + "gross_monthly_median": 3150.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3410.0 + }, + { + "year": 2015, + "employment_rate_overall": 82.9, + "employment_rate_ft_perm": 76.8, + "basic_monthly_mean": 3213.0, + "basic_monthly_median": 3100.0, + "gross_monthly_mean": 3397.0, + "gross_monthly_median": 3200.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3600.0 + }, + { + "year": 2016, + "employment_rate_overall": 81.3, + "employment_rate_ft_perm": 73.5, + "basic_monthly_mean": 3197.0, + "basic_monthly_median": 3200.0, + "gross_monthly_mean": 3317.0, + "gross_monthly_median": 3300.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2017, + "employment_rate_overall": 84.9, + "employment_rate_ft_perm": 75.6, + "basic_monthly_mean": 3288.0, + "basic_monthly_median": 3200.0, + "gross_monthly_mean": 3434.0, + "gross_monthly_median": 3375.0, + "gross_mthly_25_percentile": 3200.0, + "gross_mthly_75_percentile": 3700.0 + }, + { + "year": 2018, + "employment_rate_overall": 86.5, + "employment_rate_ft_perm": 81.9, + "basic_monthly_mean": 3457.0, + "basic_monthly_median": 3400.0, + "gross_monthly_mean": 3650.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3200.0, + "gross_mthly_75_percentile": 4000.0 + }, + { + "year": 2019, + "employment_rate_overall": 82.0, + "employment_rate_ft_perm": 76.0, + "basic_monthly_mean": 3601.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3817.0, + "gross_monthly_median": 3600.0, + "gross_mthly_25_percentile": 3300.0, + "gross_mthly_75_percentile": 4175.0 + }, + { + "year": 2020, + "employment_rate_overall": 91.5, + "employment_rate_ft_perm": 69.0, + "basic_monthly_mean": 3613.0, + "basic_monthly_median": 3600.0, + "gross_monthly_mean": 3755.0, + "gross_monthly_median": 3700.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 4000.0 + }, + { + "year": 2021, + "employment_rate_overall": 96.3, + "employment_rate_ft_perm": 83.0, + "basic_monthly_mean": 3701.0, + "basic_monthly_median": 3600.0, + "gross_monthly_mean": 3801.0, + "gross_monthly_median": 3650.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 4000.0 + }, + { + "year": 2022, + "employment_rate_overall": 94.9, + "employment_rate_ft_perm": 92.6, + "basic_monthly_mean": 4300.0, + "basic_monthly_median": 4300.0, + "gross_monthly_mean": 4522.0, + "gross_monthly_median": 4500.0, + "gross_mthly_25_percentile": 3800.0, + "gross_mthly_75_percentile": 5000.0 + }, + { + "year": 2023, + "employment_rate_overall": 83.1, + "employment_rate_ft_perm": 77.9, + "basic_monthly_mean": 4216.0, + "basic_monthly_median": 4200.0, + "gross_monthly_mean": 4351.0, + "gross_monthly_median": 4200.0, + "gross_mthly_25_percentile": 3900.0, + "gross_mthly_75_percentile": 4645.0 + } + ] + }, + { + "university": "Nanyang Technological University", + "degree": "Mathematics and Economics", + "school": "College of Science", + "slug": "mathematics-and-economics-ntu", + "data": [ + { + "year": 2011, + "employment_rate_overall": 91.4, + "employment_rate_ft_perm": 91.4, + "basic_monthly_mean": 3069.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3226.0, + "gross_monthly_median": 3200.0, + "gross_mthly_25_percentile": 2800.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2012, + "employment_rate_overall": 87.5, + "employment_rate_ft_perm": 82.1, + "basic_monthly_mean": 3121.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3180.0, + "gross_monthly_median": 3125.0, + "gross_mthly_25_percentile": 2800.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2014, + "employment_rate_overall": 88.4, + "employment_rate_ft_perm": 87.0, + "basic_monthly_mean": 3155.0, + "basic_monthly_median": 3200.0, + "gross_monthly_mean": 3142.0, + "gross_monthly_median": 3200.0, + "gross_mthly_25_percentile": 2800.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2015, + "employment_rate_overall": 95.3, + "employment_rate_ft_perm": 84.4, + "basic_monthly_mean": 3291.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3440.0, + "gross_monthly_median": 3205.0, + "gross_mthly_25_percentile": 2925.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2016, + "employment_rate_overall": 89.4, + "employment_rate_ft_perm": 72.7, + "basic_monthly_mean": 3346.0, + "basic_monthly_median": 3150.0, + "gross_monthly_mean": 3458.0, + "gross_monthly_median": 3300.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3750.0 + }, + { + "year": 2017, + "employment_rate_overall": 89.8, + "employment_rate_ft_perm": 83.1, + "basic_monthly_mean": 3504.0, + "basic_monthly_median": 3290.0, + "gross_monthly_mean": 3625.0, + "gross_monthly_median": 3400.0, + "gross_mthly_25_percentile": 3013.0, + "gross_mthly_75_percentile": 3775.0 + }, + { + "year": 2018, + "employment_rate_overall": 96.3, + "employment_rate_ft_perm": 83.3, + "basic_monthly_mean": 3481.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3569.0, + "gross_monthly_median": 3600.0, + "gross_mthly_25_percentile": 3200.0, + "gross_mthly_75_percentile": 4000.0 + }, + { + "year": 2019, + "employment_rate_overall": 93.5, + "employment_rate_ft_perm": 84.8, + "basic_monthly_mean": 3838.0, + "basic_monthly_median": 3570.0, + "gross_monthly_mean": 3996.0, + "gross_monthly_median": 3700.0, + "gross_mthly_25_percentile": 3400.0, + "gross_mthly_75_percentile": 4167.0 + }, + { + "year": 2020, + "employment_rate_overall": 87.1, + "employment_rate_ft_perm": 55.7, + "basic_monthly_mean": 3849.0, + "basic_monthly_median": 3832.0, + "gross_monthly_mean": 3949.0, + "gross_monthly_median": 3832.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 4300.0 + } + ] + }, + { + "university": "Nanyang Technological University", + "degree": "Mathematics and Mathematical Sciences", + "school": "College of Science", + "slug": "mathematics-and-mathematical-sciences-ntu", + "data": [ + { + "year": 2009, + "employment_rate_overall": 92.3, + "employment_rate_ft_perm": 88.5, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 2817.0, + "gross_monthly_median": 2800.0, + "gross_mthly_25_percentile": 2500.0, + "gross_mthly_75_percentile": 3000.0 + }, + { + "year": 2010, + "employment_rate_overall": 87.3, + "employment_rate_ft_perm": 81.8, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 3022, + "gross_monthly_median": 2800, + "gross_mthly_25_percentile": 2600, + "gross_mthly_75_percentile": 3100 + }, + { + "year": 2011, + "employment_rate_overall": 87.2, + "employment_rate_ft_perm": 82.1, + "basic_monthly_mean": 2842.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3125.0, + "gross_monthly_median": 3100.0, + "gross_mthly_25_percentile": 2800.0, + "gross_mthly_75_percentile": 3200.0 + }, + { + "year": 2012, + "employment_rate_overall": 94.4, + "employment_rate_ft_perm": 83.3, + "basic_monthly_mean": 3192.0, + "basic_monthly_median": 3200.0, + "gross_monthly_mean": 3364.0, + "gross_monthly_median": 3200.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3600.0 + }, + { + "year": 2013, + "employment_rate_overall": 86.0, + "employment_rate_ft_perm": 83.7, + "basic_monthly_mean": 3169.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3262.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2750.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2014, + "employment_rate_overall": 91.3, + "employment_rate_ft_perm": 79.7, + "basic_monthly_mean": 3022.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3078.0, + "gross_monthly_median": 3200.0, + "gross_mthly_25_percentile": 2800.0, + "gross_mthly_75_percentile": 3300.0 + }, + { + "year": 2015, + "employment_rate_overall": 81.8, + "employment_rate_ft_perm": 72.7, + "basic_monthly_mean": 3254.0, + "basic_monthly_median": 3125.0, + "gross_monthly_mean": 3402.0, + "gross_monthly_median": 3240.0, + "gross_mthly_25_percentile": 2950.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2016, + "employment_rate_overall": 88.5, + "employment_rate_ft_perm": 76.9, + "basic_monthly_mean": 3453.0, + "basic_monthly_median": 3400.0, + "gross_monthly_mean": 3535.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3200.0, + "gross_mthly_75_percentile": 3750.0 + }, + { + "year": 2017, + "employment_rate_overall": 89.7, + "employment_rate_ft_perm": 79.5, + "basic_monthly_mean": 3517.0, + "basic_monthly_median": 3400.0, + "gross_monthly_mean": 3580.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3100.0, + "gross_mthly_75_percentile": 3800.0 + }, + { + "year": 2018, + "employment_rate_overall": 87.1, + "employment_rate_ft_perm": 75.9, + "basic_monthly_mean": 3661.0, + "basic_monthly_median": 3600.0, + "gross_monthly_mean": 3744.0, + "gross_monthly_median": 3650.0, + "gross_mthly_25_percentile": 3360.0, + "gross_mthly_75_percentile": 4000.0 + }, + { + "year": 2019, + "employment_rate_overall": 91.2, + "employment_rate_ft_perm": 79.6, + "basic_monthly_mean": 3741.0, + "basic_monthly_median": 3549.0, + "gross_monthly_mean": 3848.0, + "gross_monthly_median": 3599.0, + "gross_mthly_25_percentile": 3215.0, + "gross_mthly_75_percentile": 4070.0 + }, + { + "year": 2020, + "employment_rate_overall": 92.4, + "employment_rate_ft_perm": 68.9, + "basic_monthly_mean": 3746.0, + "basic_monthly_median": 3600.0, + "gross_monthly_mean": 3823.0, + "gross_monthly_median": 3656.0, + "gross_mthly_25_percentile": 3300.0, + "gross_mthly_75_percentile": 4250.0 + }, + { + "year": 2021, + "employment_rate_overall": 91.0, + "employment_rate_ft_perm": 75.6, + "basic_monthly_mean": 3939.0, + "basic_monthly_median": 3750.0, + "gross_monthly_mean": 4039.0, + "gross_monthly_median": 3806.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 4500.0 + }, + { + "year": 2022, + "employment_rate_overall": 86.5, + "employment_rate_ft_perm": 79.4, + "basic_monthly_mean": 4352.0, + "basic_monthly_median": 4250.0, + "gross_monthly_mean": 4436.0, + "gross_monthly_median": 4300.0, + "gross_mthly_25_percentile": 3799.0, + "gross_mthly_75_percentile": 4800.0 + }, + { + "year": 2023, + "employment_rate_overall": 80.2, + "employment_rate_ft_perm": 73.3, + "basic_monthly_mean": 4545.0, + "basic_monthly_median": 4200.0, + "gross_monthly_mean": 4574.0, + "gross_monthly_median": 4250.0, + "gross_mthly_25_percentile": 3800.0, + "gross_mthly_75_percentile": 4800.0 + } + ] + }, + { + "university": "Nanyang Technological University", + "degree": "Mechanical Engineering", + "school": "College of Engineering", + "slug": "mechanical-engineering-ntu", + "data": [ + { + "year": 2009, + "employment_rate_overall": 82.1, + "employment_rate_ft_perm": 79.1, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 2794.0, + "gross_monthly_median": 2800.0, + "gross_mthly_25_percentile": 2500.0, + "gross_mthly_75_percentile": 3100.0 + }, + { + "year": 2010, + "employment_rate_overall": 90.5, + "employment_rate_ft_perm": 85.7, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 3147, + "gross_monthly_median": 3200, + "gross_mthly_25_percentile": 2700, + "gross_mthly_75_percentile": 3450 + }, + { + "year": 2011, + "employment_rate_overall": 88.5, + "employment_rate_ft_perm": 86.8, + "basic_monthly_mean": 3002.0, + "basic_monthly_median": 2900.0, + "gross_monthly_mean": 3152.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2800.0, + "gross_mthly_75_percentile": 3385.0 + }, + { + "year": 2012, + "employment_rate_overall": 90.6, + "employment_rate_ft_perm": 88.1, + "basic_monthly_mean": 3051.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3272.0, + "gross_monthly_median": 3100.0, + "gross_mthly_25_percentile": 2810.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2013, + "employment_rate_overall": 91.6, + "employment_rate_ft_perm": 89.5, + "basic_monthly_mean": 3125.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3226.0, + "gross_monthly_median": 3100.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2014, + "employment_rate_overall": 90.2, + "employment_rate_ft_perm": 87.8, + "basic_monthly_mean": 3161.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3289.0, + "gross_monthly_median": 3100.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2015, + "employment_rate_overall": 88.0, + "employment_rate_ft_perm": 80.7, + "basic_monthly_mean": 3248.0, + "basic_monthly_median": 3200.0, + "gross_monthly_mean": 3388.0, + "gross_monthly_median": 3250.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3600.0 + }, + { + "year": 2016, + "employment_rate_overall": 86.0, + "employment_rate_ft_perm": 79.9, + "basic_monthly_mean": 3417.0, + "basic_monthly_median": 3300.0, + "gross_monthly_mean": 3505.0, + "gross_monthly_median": 3350.0, + "gross_mthly_25_percentile": 3050.0, + "gross_mthly_75_percentile": 3959.0 + }, + { + "year": 2017, + "employment_rate_overall": 82.7, + "employment_rate_ft_perm": 74.9, + "basic_monthly_mean": 3422.0, + "basic_monthly_median": 3300.0, + "gross_monthly_mean": 3579.0, + "gross_monthly_median": 3450.0, + "gross_mthly_25_percentile": 3100.0, + "gross_mthly_75_percentile": 4000.0 + }, + { + "year": 2018, + "employment_rate_overall": 85.6, + "employment_rate_ft_perm": 81.1, + "basic_monthly_mean": 3448.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3653.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3200.0, + "gross_mthly_75_percentile": 4000.0 + }, + { + "year": 2019, + "employment_rate_overall": 84.5, + "employment_rate_ft_perm": 82.1, + "basic_monthly_mean": 3608.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3728.0, + "gross_monthly_median": 3600.0, + "gross_mthly_25_percentile": 3380.0, + "gross_mthly_75_percentile": 4005.0 + }, + { + "year": 2020, + "employment_rate_overall": 91.7, + "employment_rate_ft_perm": 67.5, + "basic_monthly_mean": 3861.0, + "basic_monthly_median": 3700.0, + "gross_monthly_mean": 3977.0, + "gross_monthly_median": 3850.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 4432.0 + }, + { + "year": 2021, + "employment_rate_overall": 94.0, + "employment_rate_ft_perm": 86.1, + "basic_monthly_mean": 3845.0, + "basic_monthly_median": 3700.0, + "gross_monthly_mean": 4006.0, + "gross_monthly_median": 3800.0, + "gross_mthly_25_percentile": 3570.0, + "gross_mthly_75_percentile": 4400.0 + }, + { + "year": 2022, + "employment_rate_overall": 95.0, + "employment_rate_ft_perm": 91.3, + "basic_monthly_mean": 4381.0, + "basic_monthly_median": 4200.0, + "gross_monthly_mean": 4537.0, + "gross_monthly_median": 4500.0, + "gross_mthly_25_percentile": 3944.0, + "gross_mthly_75_percentile": 5000.0 + }, + { + "year": 2023, + "employment_rate_overall": 85.0, + "employment_rate_ft_perm": 82.5, + "basic_monthly_mean": 4379.0, + "basic_monthly_median": 4250.0, + "gross_monthly_mean": 4481.0, + "gross_monthly_median": 4400.0, + "gross_mthly_25_percentile": 4000.0, + "gross_mthly_75_percentile": 4864.0 + } + ] + }, + { + "university": "Nanyang Technological University", + "degree": "Medicine", + "school": "Lee Kong Chian School of Medicine", + "slug": "medicine-ntu", + "data": [ + { + "year": 2019, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": 4932.0, + "basic_monthly_median": 4700.0, + "gross_monthly_mean": 5661.0, + "gross_monthly_median": 5700.0, + "gross_mthly_25_percentile": 5200.0, + "gross_mthly_75_percentile": 6092.0 + }, + { + "year": 2020, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": 4775.0, + "basic_monthly_median": 4700.0, + "gross_monthly_mean": 5387.0, + "gross_monthly_median": 5250.0, + "gross_mthly_25_percentile": 5000.0, + "gross_mthly_75_percentile": 5900.0 + }, + { + "year": 2021, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": 4702.0, + "basic_monthly_median": 4700.0, + "gross_monthly_mean": 5404.0, + "gross_monthly_median": 5500.0, + "gross_mthly_25_percentile": 5200.0, + "gross_mthly_75_percentile": 5800.0 + }, + { + "year": 2022, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": 4779.0, + "basic_monthly_median": 4700.0, + "gross_monthly_mean": 5532.0, + "gross_monthly_median": 5600.0, + "gross_mthly_25_percentile": 5199.0, + "gross_mthly_75_percentile": 6000.0 + } + ] + }, + { + "university": "Nanyang Technological University", + "degree": "Philosophy", + "school": "College of Humanities, Arts & Social Sciences", + "slug": "philosophy-ntu", + "data": [ + { + "year": 2018, + "employment_rate_overall": 80.0, + "employment_rate_ft_perm": 76.0, + "basic_monthly_mean": 3031.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3126.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2550.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2019, + "employment_rate_overall": 82.6, + "employment_rate_ft_perm": 69.6, + "basic_monthly_mean": 3288.0, + "basic_monthly_median": 3300.0, + "gross_monthly_mean": 3369.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3300.0, + "gross_mthly_75_percentile": 3584.0 + }, + { + "year": 2020, + "employment_rate_overall": 96.3, + "employment_rate_ft_perm": 70.4, + "basic_monthly_mean": 3417.0, + "basic_monthly_median": 3300.0, + "gross_monthly_mean": 3580.0, + "gross_monthly_median": 3650.0, + "gross_mthly_25_percentile": 3300.0, + "gross_mthly_75_percentile": 3850.0 + }, + { + "year": 2021, + "employment_rate_overall": 88.5, + "employment_rate_ft_perm": 57.7, + "basic_monthly_mean": 3394.0, + "basic_monthly_median": 3400.0, + "gross_monthly_mean": 3502.0, + "gross_monthly_median": 3400.0, + "gross_mthly_25_percentile": 2915.0, + "gross_mthly_75_percentile": 4480.0 + }, + { + "year": 2022, + "employment_rate_overall": 78.3, + "employment_rate_ft_perm": 69.6, + "basic_monthly_mean": 3476.0, + "basic_monthly_median": 3300.0, + "gross_monthly_mean": 3515.0, + "gross_monthly_median": 3450.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3700.0 + }, + { + "year": 2023, + "employment_rate_overall": 87.9, + "employment_rate_ft_perm": 78.8, + "basic_monthly_mean": 3864.0, + "basic_monthly_median": 3992.0, + "gross_monthly_mean": 4056.0, + "gross_monthly_median": 4000.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 4550.0 + } + ] + }, + { + "university": "Nanyang Technological University", + "degree": "Physics and Applied Physics", + "school": "College of Science", + "slug": "physics-and-applied-physics-ntu", + "data": [ + { + "year": 2009, + "employment_rate_overall": 77.8, + "employment_rate_ft_perm": 77.8, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 2900.0, + "gross_monthly_median": 2950.0, + "gross_mthly_25_percentile": 2600.0, + "gross_mthly_75_percentile": 3000.0 + }, + { + "year": 2010, + "employment_rate_overall": 91.4, + "employment_rate_ft_perm": 88.6, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 3064, + "gross_monthly_median": 3000, + "gross_mthly_25_percentile": 2700, + "gross_mthly_75_percentile": 3400 + }, + { + "year": 2011, + "employment_rate_overall": 90.9, + "employment_rate_ft_perm": 87.9, + "basic_monthly_mean": 2945.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3024.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2700.0, + "gross_mthly_75_percentile": 3300.0 + }, + { + "year": 2012, + "employment_rate_overall": 85.3, + "employment_rate_ft_perm": 76.5, + "basic_monthly_mean": 3198.0, + "basic_monthly_median": 3100.0, + "gross_monthly_mean": 3284.0, + "gross_monthly_median": 3200.0, + "gross_mthly_25_percentile": 2900.0, + "gross_mthly_75_percentile": 3703.0 + }, + { + "year": 2013, + "employment_rate_overall": 80.8, + "employment_rate_ft_perm": 69.2, + "basic_monthly_mean": 3164.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3208.0, + "gross_monthly_median": 3300.0, + "gross_mthly_25_percentile": 2900.0, + "gross_mthly_75_percentile": 3400.0 + }, + { + "year": 2014, + "employment_rate_overall": 73.7, + "employment_rate_ft_perm": 63.2, + "basic_monthly_mean": 3034.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3241.0, + "gross_monthly_median": 3100.0, + "gross_mthly_25_percentile": 2800.0, + "gross_mthly_75_percentile": 3560.0 + }, + { + "year": 2015, + "employment_rate_overall": 82.1, + "employment_rate_ft_perm": 69.6, + "basic_monthly_mean": 3098.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3186.0, + "gross_monthly_median": 3200.0, + "gross_mthly_25_percentile": 2900.0, + "gross_mthly_75_percentile": 3400.0 + }, + { + "year": 2016, + "employment_rate_overall": 85.7, + "employment_rate_ft_perm": 77.1, + "basic_monthly_mean": 3578.0, + "basic_monthly_median": 3350.0, + "gross_monthly_mean": 3683.0, + "gross_monthly_median": 3450.0, + "gross_mthly_25_percentile": 3100.0, + "gross_mthly_75_percentile": 4000.0 + }, + { + "year": 2017, + "employment_rate_overall": 81.6, + "employment_rate_ft_perm": 61.8, + "basic_monthly_mean": 3367.0, + "basic_monthly_median": 3300.0, + "gross_monthly_mean": 3490.0, + "gross_monthly_median": 3300.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3819.0 + }, + { + "year": 2018, + "employment_rate_overall": 80.2, + "employment_rate_ft_perm": 74.1, + "basic_monthly_mean": 3468.0, + "basic_monthly_median": 3300.0, + "gross_monthly_mean": 3576.0, + "gross_monthly_median": 3400.0, + "gross_mthly_25_percentile": 3025.0, + "gross_mthly_75_percentile": 3800.0 + }, + { + "year": 2019, + "employment_rate_overall": 90.0, + "employment_rate_ft_perm": 78.6, + "basic_monthly_mean": 3782.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3849.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3300.0, + "gross_mthly_75_percentile": 4200.0 + }, + { + "year": 2020, + "employment_rate_overall": 92.6, + "employment_rate_ft_perm": 48.5, + "basic_monthly_mean": 3643.0, + "basic_monthly_median": 3600.0, + "gross_monthly_mean": 3719.0, + "gross_monthly_median": 3700.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 3850.0 + }, + { + "year": 2021, + "employment_rate_overall": 84.5, + "employment_rate_ft_perm": 69.0, + "basic_monthly_mean": 3710.0, + "basic_monthly_median": 3570.0, + "gross_monthly_mean": 3793.0, + "gross_monthly_median": 3600.0, + "gross_mthly_25_percentile": 3384.0, + "gross_mthly_75_percentile": 4000.0 + }, + { + "year": 2022, + "employment_rate_overall": 91.5, + "employment_rate_ft_perm": 84.7, + "basic_monthly_mean": 3917.0, + "basic_monthly_median": 4000.0, + "gross_monthly_mean": 4067.0, + "gross_monthly_median": 4000.0, + "gross_mthly_25_percentile": 3683.0, + "gross_mthly_75_percentile": 4575.0 + }, + { + "year": 2023, + "employment_rate_overall": 80.9, + "employment_rate_ft_perm": 72.3, + "basic_monthly_mean": 3904.0, + "basic_monthly_median": 4000.0, + "gross_monthly_mean": 4076.0, + "gross_monthly_median": 4000.0, + "gross_mthly_25_percentile": 3905.0, + "gross_mthly_75_percentile": 4400.0 + } + ] + }, + { + "university": "Nanyang Technological University", + "degree": "Psychology", + "school": "College of Humanities, Arts & Social Sciences", + "slug": "psychology-ntu", + "data": [ + { + "year": 2009, + "employment_rate_overall": 94.3, + "employment_rate_ft_perm": 81.1, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 2629.0, + "gross_monthly_median": 2700.0, + "gross_mthly_25_percentile": 2250.0, + "gross_mthly_75_percentile": 3000.0 + }, + { + "year": 2010, + "employment_rate_overall": 90.1, + "employment_rate_ft_perm": 81.7, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 2932, + "gross_monthly_median": 3100, + "gross_mthly_25_percentile": 2600, + "gross_mthly_75_percentile": 3300 + }, + { + "year": 2011, + "employment_rate_overall": 92.2, + "employment_rate_ft_perm": 84.4, + "basic_monthly_mean": 2995.0, + "basic_monthly_median": 3075.0, + "gross_monthly_mean": 3125.0, + "gross_monthly_median": 3200.0, + "gross_mthly_25_percentile": 2950.0, + "gross_mthly_75_percentile": 3450.0 + }, + { + "year": 2012, + "employment_rate_overall": 90.0, + "employment_rate_ft_perm": 72.0, + "basic_monthly_mean": 2891.0, + "basic_monthly_median": 2750.0, + "gross_monthly_mean": 2953.0, + "gross_monthly_median": 2800.0, + "gross_mthly_25_percentile": 2500.0, + "gross_mthly_75_percentile": 3302.0 + }, + { + "year": 2013, + "employment_rate_overall": 82.4, + "employment_rate_ft_perm": 71.8, + "basic_monthly_mean": 3007.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3061.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2750.0, + "gross_mthly_75_percentile": 3255.0 + }, + { + "year": 2014, + "employment_rate_overall": 66.7, + "employment_rate_ft_perm": 54.9, + "basic_monthly_mean": 3197.0, + "basic_monthly_median": 3100.0, + "gross_monthly_mean": 3228.0, + "gross_monthly_median": 3100.0, + "gross_mthly_25_percentile": 2800.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2015, + "employment_rate_overall": 73.3, + "employment_rate_ft_perm": 52.0, + "basic_monthly_mean": 3099.0, + "basic_monthly_median": 3121.0, + "gross_monthly_mean": 3264.0, + "gross_monthly_median": 3200.0, + "gross_mthly_25_percentile": 2800.0, + "gross_mthly_75_percentile": 3562.0 + }, + { + "year": 2016, + "employment_rate_overall": 82.1, + "employment_rate_ft_perm": 66.7, + "basic_monthly_mean": 3083.0, + "basic_monthly_median": 3100.0, + "gross_monthly_mean": 3136.0, + "gross_monthly_median": 3200.0, + "gross_mthly_25_percentile": 2800.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2017, + "employment_rate_overall": 78.9, + "employment_rate_ft_perm": 59.2, + "basic_monthly_mean": 3107.0, + "basic_monthly_median": 3107.0, + "gross_monthly_mean": 3151.0, + "gross_monthly_median": 3200.0, + "gross_mthly_25_percentile": 2890.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2018, + "employment_rate_overall": 90.1, + "employment_rate_ft_perm": 78.0, + "basic_monthly_mean": 3316.0, + "basic_monthly_median": 3300.0, + "gross_monthly_mean": 3355.0, + "gross_monthly_median": 3370.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3684.0 + }, + { + "year": 2019, + "employment_rate_overall": 89.2, + "employment_rate_ft_perm": 73.1, + "basic_monthly_mean": 3463.0, + "basic_monthly_median": 3350.0, + "gross_monthly_mean": 3506.0, + "gross_monthly_median": 3400.0, + "gross_mthly_25_percentile": 3100.0, + "gross_mthly_75_percentile": 3800.0 + }, + { + "year": 2020, + "employment_rate_overall": 83.8, + "employment_rate_ft_perm": 53.5, + "basic_monthly_mean": 3315.0, + "basic_monthly_median": 3200.0, + "gross_monthly_mean": 3433.0, + "gross_monthly_median": 3300.0, + "gross_mthly_25_percentile": 3100.0, + "gross_mthly_75_percentile": 3650.0 + }, + { + "year": 2021, + "employment_rate_overall": 91.8, + "employment_rate_ft_perm": 71.8, + "basic_monthly_mean": 3342.0, + "basic_monthly_median": 3300.0, + "gross_monthly_mean": 3362.0, + "gross_monthly_median": 3350.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2022, + "employment_rate_overall": 79.8, + "employment_rate_ft_perm": 69.7, + "basic_monthly_mean": 3688.0, + "basic_monthly_median": 3635.0, + "gross_monthly_mean": 3743.0, + "gross_monthly_median": 3668.0, + "gross_mthly_25_percentile": 3300.0, + "gross_mthly_75_percentile": 4015.0 + }, + { + "year": 2023, + "employment_rate_overall": 83.2, + "employment_rate_ft_perm": 68.4, + "basic_monthly_mean": 3882.0, + "basic_monthly_median": 3800.0, + "gross_monthly_mean": 3913.0, + "gross_monthly_median": 4000.0, + "gross_mthly_25_percentile": 3550.0, + "gross_mthly_75_percentile": 4268.0 + } + ] + }, + { + "university": "Nanyang Technological University", + "degree": "Public Policy and Global Affairs", + "school": "College of Humanities, Arts & Social Sciences", + "slug": "public-policy-and-global-affairs-ntu", + "data": [ + { + "year": 2017, + "employment_rate_overall": 74.1, + "employment_rate_ft_perm": 66.7, + "basic_monthly_mean": 3353.0, + "basic_monthly_median": 3300.0, + "gross_monthly_mean": 3479.0, + "gross_monthly_median": 3395.0, + "gross_mthly_25_percentile": 3160.0, + "gross_mthly_75_percentile": 3750.0 + }, + { + "year": 2018, + "employment_rate_overall": 80.6, + "employment_rate_ft_perm": 71.0, + "basic_monthly_mean": 3501.0, + "basic_monthly_median": 3350.0, + "gross_monthly_mean": 3619.0, + "gross_monthly_median": 3350.0, + "gross_mthly_25_percentile": 3050.0, + "gross_mthly_75_percentile": 4018.0 + }, + { + "year": 2019, + "employment_rate_overall": 90.2, + "employment_rate_ft_perm": 87.8, + "basic_monthly_mean": 3756.0, + "basic_monthly_median": 3691.0, + "gross_monthly_mean": 3868.0, + "gross_monthly_median": 3850.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 4345.0 + }, + { + "year": 2020, + "employment_rate_overall": 92.5, + "employment_rate_ft_perm": 67.5, + "basic_monthly_mean": 3989.0, + "basic_monthly_median": 3710.0, + "gross_monthly_mean": 4043.0, + "gross_monthly_median": 3800.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 4583.0 + }, + { + "year": 2021, + "employment_rate_overall": 83.3, + "employment_rate_ft_perm": 77.1, + "basic_monthly_mean": 4024.0, + "basic_monthly_median": 3778.0, + "gross_monthly_mean": 4105.0, + "gross_monthly_median": 3804.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 4524.0 + }, + { + "year": 2022, + "employment_rate_overall": 97.9, + "employment_rate_ft_perm": 95.7, + "basic_monthly_mean": 4122.0, + "basic_monthly_median": 4088.0, + "gross_monthly_mean": 4167.0, + "gross_monthly_median": 4123.0, + "gross_mthly_25_percentile": 3650.0, + "gross_mthly_75_percentile": 4500.0 + }, + { + "year": 2023, + "employment_rate_overall": 85.1, + "employment_rate_ft_perm": 83.0, + "basic_monthly_mean": 4317.0, + "basic_monthly_median": 4200.0, + "gross_monthly_mean": 4401.0, + "gross_monthly_median": 4202.0, + "gross_mthly_25_percentile": 3800.0, + "gross_mthly_75_percentile": 5124.0 + } + ] + }, + { + "university": "Nanyang Technological University", + "degree": "Science (with Education)", + "school": "National Institute of Education (NIE)", + "slug": "science-with-education-ntu", + "data": [ + { + "year": 2009, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 3030.0, + "gross_monthly_median": 2900.0, + "gross_mthly_25_percentile": 2900.0, + "gross_mthly_75_percentile": 3200.0 + }, + { + "year": 2010, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 3199, + "gross_monthly_median": 3200, + "gross_mthly_25_percentile": 3100, + "gross_mthly_75_percentile": 3300 + }, + { + "year": 2011, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": 2945.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3381.0, + "gross_monthly_median": 3300.0, + "gross_mthly_25_percentile": 3300.0, + "gross_mthly_75_percentile": 3600.0 + }, + { + "year": 2012, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": 3250.0, + "basic_monthly_median": 3300.0, + "gross_monthly_mean": 3428.0, + "gross_monthly_median": 3467.0, + "gross_mthly_25_percentile": 3200.0, + "gross_mthly_75_percentile": 3600.0 + }, + { + "year": 2013, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": 3377.0, + "basic_monthly_median": 3400.0, + "gross_monthly_mean": 3478.0, + "gross_monthly_median": 3498.0, + "gross_mthly_25_percentile": 3300.0, + "gross_mthly_75_percentile": 3800.0 + }, + { + "year": 2014, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": 3358.0, + "basic_monthly_median": 3400.0, + "gross_monthly_mean": 3475.0, + "gross_monthly_median": 3475.0, + "gross_mthly_25_percentile": 3400.0, + "gross_mthly_75_percentile": 3750.0 + }, + { + "year": 2015, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": 3496.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3604.0, + "gross_monthly_median": 3504.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 3855.0 + }, + { + "year": 2016, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": 3438.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3546.0, + "gross_monthly_median": 3525.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 3850.0 + }, + { + "year": 2017, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": 3610.0, + "basic_monthly_median": 3603.0, + "gross_monthly_mean": 3701.0, + "gross_monthly_median": 3701.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 3958.0 + }, + { + "year": 2018, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": 3600.0, + "basic_monthly_median": 3800.0, + "gross_monthly_mean": 3738.0, + "gross_monthly_median": 3800.0, + "gross_mthly_25_percentile": 3600.0, + "gross_mthly_75_percentile": 4000.0 + }, + { + "year": 2019, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": 3719.0, + "basic_monthly_median": 3800.0, + "gross_monthly_mean": 3758.0, + "gross_monthly_median": 3800.0, + "gross_mthly_25_percentile": 3660.0, + "gross_mthly_75_percentile": 3840.0 + }, + { + "year": 2020, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": 3660.0, + "basic_monthly_median": 3799.0, + "gross_monthly_mean": 3744.0, + "gross_monthly_median": 3800.0, + "gross_mthly_25_percentile": 3700.0, + "gross_mthly_75_percentile": 4000.0 + }, + { + "year": 2021, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": 3578.0, + "basic_monthly_median": 3776.0, + "gross_monthly_mean": 3796.0, + "gross_monthly_median": 3904.0, + "gross_mthly_25_percentile": 3727.0, + "gross_mthly_75_percentile": 4000.0 + }, + { + "year": 2022, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": 4106.0, + "basic_monthly_median": 4275.0, + "gross_monthly_mean": 4211.0, + "gross_monthly_median": 4300.0, + "gross_mthly_25_percentile": 4000.0, + "gross_mthly_75_percentile": 4470.0 + }, + { + "year": 2023, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": 3907.0, + "basic_monthly_median": 4000.0, + "gross_monthly_mean": 4370.0, + "gross_monthly_median": 4300.0, + "gross_mthly_25_percentile": 4000.0, + "gross_mthly_75_percentile": 4651.0 + } + ] + }, + { + "university": "Nanyang Technological University", + "degree": "Sociology", + "school": "College of Humanities, Arts & Social Sciences", + "slug": "sociology-ntu", + "data": [ + { + "year": 2009, + "employment_rate_overall": 86.7, + "employment_rate_ft_perm": 86.7, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 2842.0, + "gross_monthly_median": 2900.0, + "gross_mthly_25_percentile": 2700.0, + "gross_mthly_75_percentile": 3000.0 + }, + { + "year": 2010, + "employment_rate_overall": 86.7, + "employment_rate_ft_perm": 76.7, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 2950, + "gross_monthly_median": 3100, + "gross_mthly_25_percentile": 2575, + "gross_mthly_75_percentile": 3200 + }, + { + "year": 2011, + "employment_rate_overall": 86.2, + "employment_rate_ft_perm": 84.5, + "basic_monthly_mean": 2821.0, + "basic_monthly_median": 2900.0, + "gross_monthly_mean": 3055.0, + "gross_monthly_median": 3150.0, + "gross_mthly_25_percentile": 2675.0, + "gross_mthly_75_percentile": 3403.0 + }, + { + "year": 2012, + "employment_rate_overall": 87.5, + "employment_rate_ft_perm": 77.1, + "basic_monthly_mean": 3056.0, + "basic_monthly_median": 3123.0, + "gross_monthly_mean": 3162.0, + "gross_monthly_median": 3200.0, + "gross_mthly_25_percentile": 2800.0, + "gross_mthly_75_percentile": 3588.0 + }, + { + "year": 2013, + "employment_rate_overall": 74.4, + "employment_rate_ft_perm": 55.8, + "basic_monthly_mean": 2980.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3082.0, + "gross_monthly_median": 3100.0, + "gross_mthly_25_percentile": 2800.0, + "gross_mthly_75_percentile": 3310.0 + }, + { + "year": 2014, + "employment_rate_overall": 73.2, + "employment_rate_ft_perm": 67.9, + "basic_monthly_mean": 3002.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3143.0, + "gross_monthly_median": 3100.0, + "gross_mthly_25_percentile": 2800.0, + "gross_mthly_75_percentile": 3260.0 + }, + { + "year": 2015, + "employment_rate_overall": 85.7, + "employment_rate_ft_perm": 79.4, + "basic_monthly_mean": 3260.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3402.0, + "gross_monthly_median": 3125.0, + "gross_mthly_25_percentile": 2700.0, + "gross_mthly_75_percentile": 3600.0 + }, + { + "year": 2016, + "employment_rate_overall": 86.1, + "employment_rate_ft_perm": 63.9, + "basic_monthly_mean": 3279.0, + "basic_monthly_median": 3300.0, + "gross_monthly_mean": 3480.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3850.0 + }, + { + "year": 2017, + "employment_rate_overall": 77.6, + "employment_rate_ft_perm": 62.1, + "basic_monthly_mean": 3263.0, + "basic_monthly_median": 3200.0, + "gross_monthly_mean": 3309.0, + "gross_monthly_median": 3228.0, + "gross_mthly_25_percentile": 2970.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2018, + "employment_rate_overall": 80.2, + "employment_rate_ft_perm": 60.4, + "basic_monthly_mean": 3275.0, + "basic_monthly_median": 3175.0, + "gross_monthly_mean": 3374.0, + "gross_monthly_median": 3220.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3841.0 + }, + { + "year": 2019, + "employment_rate_overall": 86.9, + "employment_rate_ft_perm": 70.5, + "basic_monthly_mean": 3305.0, + "basic_monthly_median": 3200.0, + "gross_monthly_mean": 3441.0, + "gross_monthly_median": 3300.0, + "gross_mthly_25_percentile": 3040.0, + "gross_mthly_75_percentile": 3600.0 + }, + { + "year": 2020, + "employment_rate_overall": 95.4, + "employment_rate_ft_perm": 66.2, + "basic_monthly_mean": 3529.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3598.0, + "gross_monthly_median": 3600.0, + "gross_mthly_25_percentile": 3300.0, + "gross_mthly_75_percentile": 3800.0 + }, + { + "year": 2021, + "employment_rate_overall": 91.3, + "employment_rate_ft_perm": 69.6, + "basic_monthly_mean": 3509.0, + "basic_monthly_median": 3475.0, + "gross_monthly_mean": 3567.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3200.0, + "gross_mthly_75_percentile": 3940.0 + }, + { + "year": 2022, + "employment_rate_overall": 92.9, + "employment_rate_ft_perm": 87.1, + "basic_monthly_mean": 3816.0, + "basic_monthly_median": 3789.0, + "gross_monthly_mean": 3904.0, + "gross_monthly_median": 3800.0, + "gross_mthly_25_percentile": 3450.0, + "gross_mthly_75_percentile": 4200.0 + }, + { + "year": 2023, + "employment_rate_overall": 86.4, + "employment_rate_ft_perm": 74.1, + "basic_monthly_mean": 3849.0, + "basic_monthly_median": 3800.0, + "gross_monthly_mean": 3994.0, + "gross_monthly_median": 4008.0, + "gross_mthly_25_percentile": 3540.0, + "gross_mthly_75_percentile": 4400.0 + } + ] + }, + { + "university": "Nanyang Technological University", + "degree": "Sports Science and Management", + "school": "National Institute of Education (NIE)", + "slug": "sports-science-and-management-ntu", + "data": [ + { + "year": 2013, + "employment_rate_overall": 68.2, + "employment_rate_ft_perm": 59.1, + "basic_monthly_mean": 2968.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 2985.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2700.0, + "gross_mthly_75_percentile": 3400.0 + }, + { + "year": 2014, + "employment_rate_overall": 87.9, + "employment_rate_ft_perm": 69.7, + "basic_monthly_mean": 3076.0, + "basic_monthly_median": 2800.0, + "gross_monthly_mean": 3229.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2700.0, + "gross_mthly_75_percentile": 3590.0 + }, + { + "year": 2015, + "employment_rate_overall": 90.7, + "employment_rate_ft_perm": 72.1, + "basic_monthly_mean": 3232.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3307.0, + "gross_monthly_median": 3295.0, + "gross_mthly_25_percentile": 2900.0, + "gross_mthly_75_percentile": 3600.0 + }, + { + "year": 2016, + "employment_rate_overall": 83.1, + "employment_rate_ft_perm": 66.1, + "basic_monthly_mean": 3196.0, + "basic_monthly_median": 3100.0, + "gross_monthly_mean": 3272.0, + "gross_monthly_median": 3200.0, + "gross_mthly_25_percentile": 2825.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2017, + "employment_rate_overall": 81.1, + "employment_rate_ft_perm": 48.6, + "basic_monthly_mean": 3372.0, + "basic_monthly_median": 3285.0, + "gross_monthly_mean": 3486.0, + "gross_monthly_median": 3450.0, + "gross_mthly_25_percentile": 2800.0, + "gross_mthly_75_percentile": 4000.0 + }, + { + "year": 2018, + "employment_rate_overall": 87.0, + "employment_rate_ft_perm": 61.1, + "basic_monthly_mean": 3172.0, + "basic_monthly_median": 3200.0, + "gross_monthly_mean": 3382.0, + "gross_monthly_median": 3300.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3600.0 + }, + { + "year": 2019, + "employment_rate_overall": 87.0, + "employment_rate_ft_perm": 55.6, + "basic_monthly_mean": 3289.0, + "basic_monthly_median": 3200.0, + "gross_monthly_mean": 3438.0, + "gross_monthly_median": 3350.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3660.0 + }, + { + "year": 2020, + "employment_rate_overall": 91.5, + "employment_rate_ft_perm": 52.5, + "basic_monthly_mean": 3494.0, + "basic_monthly_median": 3240.0, + "gross_monthly_mean": 3661.0, + "gross_monthly_median": 3300.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 4200.0 + }, + { + "year": 2021, + "employment_rate_overall": 86.2, + "employment_rate_ft_perm": 55.4, + "basic_monthly_mean": 3292.0, + "basic_monthly_median": 3300.0, + "gross_monthly_mean": 3438.0, + "gross_monthly_median": 3300.0, + "gross_mthly_25_percentile": 3100.0, + "gross_mthly_75_percentile": 3620.0 + }, + { + "year": 2022, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 74.4, + "basic_monthly_mean": 3657.0, + "basic_monthly_median": 3350.0, + "gross_monthly_mean": 3762.0, + "gross_monthly_median": 3350.0, + "gross_mthly_25_percentile": 3200.0, + "gross_mthly_75_percentile": 4266.0 + }, + { + "year": 2023, + "employment_rate_overall": 92.5, + "employment_rate_ft_perm": 71.7, + "basic_monthly_mean": 3692.0, + "basic_monthly_median": 3623.0, + "gross_monthly_mean": 3837.0, + "gross_monthly_median": 3850.0, + "gross_mthly_25_percentile": 3250.0, + "gross_mthly_75_percentile": 4319.0 + } + ] + }, + { + "university": "National University of Singapore", + "degree": "Bachelor of Applied Science (Hons)", + "school": "Faculty of Science", + "slug": "bachelor-of-applied-science-hons-nus", + "data": [ + { + "year": 2009, + "employment_rate_overall": 88.5, + "employment_rate_ft_perm": 76.9, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 2393.0, + "gross_monthly_median": 2500.0, + "gross_mthly_25_percentile": 2250.0, + "gross_mthly_75_percentile": 2500.0 + }, + { + "year": 2010, + "employment_rate_overall": 83.3, + "employment_rate_ft_perm": 62.5, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 2427.0, + "gross_monthly_median": 2400.0, + "gross_mthly_25_percentile": 2200.0, + "gross_mthly_75_percentile": 2800.0 + }, + { + "year": 2011, + "employment_rate_overall": 90.3, + "employment_rate_ft_perm": 90.3, + "basic_monthly_mean": 2749.0, + "basic_monthly_median": 2700.0, + "gross_monthly_mean": 2890.0, + "gross_monthly_median": 2800.0, + "gross_mthly_25_percentile": 2675.0, + "gross_mthly_75_percentile": 3150.0 + }, + { + "year": 2012, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 93.1, + "basic_monthly_mean": 3006.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3079.0, + "gross_monthly_median": 3100.0, + "gross_mthly_25_percentile": 2975.0, + "gross_mthly_75_percentile": 3300.0 + }, + { + "year": 2013, + "employment_rate_overall": 97.3, + "employment_rate_ft_perm": 97.3, + "basic_monthly_mean": 2850.0, + "basic_monthly_median": 2750.0, + "gross_monthly_mean": 2925.0, + "gross_monthly_median": 2900.0, + "gross_mthly_25_percentile": 2600.0, + "gross_mthly_75_percentile": 3255.0 + }, + { + "year": 2014, + "employment_rate_overall": 95.5, + "employment_rate_ft_perm": 81.8, + "basic_monthly_mean": 2760.0, + "basic_monthly_median": 2750.0, + "gross_monthly_mean": 2831.0, + "gross_monthly_median": 2800.0, + "gross_mthly_25_percentile": 2600.0, + "gross_mthly_75_percentile": 3000.0 + }, + { + "year": 2015, + "employment_rate_overall": 85.2, + "employment_rate_ft_perm": 77.8, + "basic_monthly_mean": 3203.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3355.0, + "gross_monthly_median": 3100.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 4000.0 + }, + { + "year": 2016, + "employment_rate_overall": 81.0, + "employment_rate_ft_perm": 61.9, + "basic_monthly_mean": 2905.0, + "basic_monthly_median": 2800.0, + "gross_monthly_mean": 3058.0, + "gross_monthly_median": 3130.0, + "gross_mthly_25_percentile": 2800.0, + "gross_mthly_75_percentile": 3350.0 + }, + { + "year": 2017, + "employment_rate_overall": 82.1, + "employment_rate_ft_perm": 50.0, + "basic_monthly_mean": 3186.0, + "basic_monthly_median": 3075.0, + "gross_monthly_mean": 3187.0, + "gross_monthly_median": 3085.0, + "gross_mthly_25_percentile": 2800.0, + "gross_mthly_75_percentile": 3200.0 + } + ] + }, + { + "university": "National University of Singapore", + "degree": "Bachelor of Arts", + "school": "Faculty of Arts & Social Sciences", + "slug": "bachelor-of-arts-nus", + "data": [ + { + "year": 2009, + "employment_rate_overall": 87.1, + "employment_rate_ft_perm": 75.9, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 2511.0, + "gross_monthly_median": 2500.0, + "gross_mthly_25_percentile": 2200.0, + "gross_mthly_75_percentile": 2600.0 + }, + { + "year": 2010, + "employment_rate_overall": 86.3, + "employment_rate_ft_perm": 73.7, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 2627.0, + "gross_monthly_median": 2550.0, + "gross_mthly_25_percentile": 2300.0, + "gross_mthly_75_percentile": 2900.0 + }, + { + "year": 2011, + "employment_rate_overall": 85.3, + "employment_rate_ft_perm": 73.8, + "basic_monthly_mean": 2565.0, + "basic_monthly_median": 2500.0, + "gross_monthly_mean": 2763.0, + "gross_monthly_median": 2700.0, + "gross_mthly_25_percentile": 2405.0, + "gross_mthly_75_percentile": 3000.0 + }, + { + "year": 2012, + "employment_rate_overall": 85.7, + "employment_rate_ft_perm": 74.8, + "basic_monthly_mean": 2949.0, + "basic_monthly_median": 2700.0, + "gross_monthly_mean": 3157.0, + "gross_monthly_median": 2825.0, + "gross_mthly_25_percentile": 2500.0, + "gross_mthly_75_percentile": 3200.0 + }, + { + "year": 2013, + "employment_rate_overall": 84.8, + "employment_rate_ft_perm": 70.1, + "basic_monthly_mean": 2741.0, + "basic_monthly_median": 2730.0, + "gross_monthly_mean": 2888.0, + "gross_monthly_median": 2800.0, + "gross_mthly_25_percentile": 2500.0, + "gross_mthly_75_percentile": 3080.0 + }, + { + "year": 2014, + "employment_rate_overall": 81.9, + "employment_rate_ft_perm": 65.3, + "basic_monthly_mean": 2719.0, + "basic_monthly_median": 2750.0, + "gross_monthly_mean": 2883.0, + "gross_monthly_median": 2800.0, + "gross_mthly_25_percentile": 2500.0, + "gross_mthly_75_percentile": 3010.0 + }, + { + "year": 2015, + "employment_rate_overall": 88.4, + "employment_rate_ft_perm": 74.6, + "basic_monthly_mean": 2839.0, + "basic_monthly_median": 2880.0, + "gross_monthly_mean": 2999.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2700.0, + "gross_mthly_75_percentile": 3215.0 + }, + { + "year": 2016, + "employment_rate_overall": 86.1, + "employment_rate_ft_perm": 62.5, + "basic_monthly_mean": 2971.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3063.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2600.0, + "gross_mthly_75_percentile": 3200.0 + }, + { + "year": 2017, + "employment_rate_overall": 85.8, + "employment_rate_ft_perm": 61.9, + "basic_monthly_mean": 3005.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3107.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2700.0, + "gross_mthly_75_percentile": 3300.0 + }, + { + "year": 2018, + "employment_rate_overall": 83.7, + "employment_rate_ft_perm": 56.6, + "basic_monthly_mean": 3169.0, + "basic_monthly_median": 3070.0, + "gross_monthly_mean": 3322.0, + "gross_monthly_median": 3200.0, + "gross_mthly_25_percentile": 2800.0, + "gross_mthly_75_percentile": 3600.0 + }, + { + "year": 2019, + "employment_rate_overall": 84.9, + "employment_rate_ft_perm": 64.5, + "basic_monthly_mean": 3225.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3456.0, + "gross_monthly_median": 3200.0, + "gross_mthly_25_percentile": 2800.0, + "gross_mthly_75_percentile": 3700.0 + }, + { + "year": 2020, + "employment_rate_overall": 90.4, + "employment_rate_ft_perm": 39.8, + "basic_monthly_mean": 3639.0, + "basic_monthly_median": 3100.0, + "gross_monthly_mean": 3868.0, + "gross_monthly_median": 3300.0, + "gross_mthly_25_percentile": 2700.0, + "gross_mthly_75_percentile": 3600.0 + }, + { + "year": 2021, + "employment_rate_overall": 91.4, + "employment_rate_ft_perm": 70.0, + "basic_monthly_mean": 3405.0, + "basic_monthly_median": 3200.0, + "gross_monthly_mean": 3600.0, + "gross_monthly_median": 3200.0, + "gross_mthly_25_percentile": 2850.0, + "gross_mthly_75_percentile": 4100.0 + }, + { + "year": 2022, + "employment_rate_overall": 88.5, + "employment_rate_ft_perm": 76.9, + "basic_monthly_mean": 3808.0, + "basic_monthly_median": 3670.0, + "gross_monthly_mean": 3928.0, + "gross_monthly_median": 3700.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 4000.0 + }, + { + "year": 2023, + "employment_rate_overall": 80.4, + "employment_rate_ft_perm": 66.1, + "basic_monthly_mean": 3942.0, + "basic_monthly_median": 3700.0, + "gross_monthly_mean": 4291.0, + "gross_monthly_median": 3745.0, + "gross_mthly_25_percentile": 3400.0, + "gross_mthly_75_percentile": 5000.0 + } + ] + }, + { + "university": "National University of Singapore", + "degree": "Bachelor of Arts (Architecture)", + "school": "College of Design and Engineering", + "slug": "bachelor-of-arts-architecture-nus", + "data": [ + { + "year": 2010, + "employment_rate_overall": 97.7, + "employment_rate_ft_perm": 97.7, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 3445.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3100.0, + "gross_mthly_75_percentile": 3700.0 + }, + { + "year": 2011, + "employment_rate_overall": 98.6, + "employment_rate_ft_perm": 98.6, + "basic_monthly_mean": 3373.0, + "basic_monthly_median": 3200.0, + "gross_monthly_mean": 3677.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3200.0, + "gross_mthly_75_percentile": 3900.0 + }, + { + "year": 2012, + "employment_rate_overall": 96.7, + "employment_rate_ft_perm": 95.1, + "basic_monthly_mean": 3700.0, + "basic_monthly_median": 3800.0, + "gross_monthly_mean": 3717.0, + "gross_monthly_median": 3800.0, + "gross_mthly_25_percentile": 3470.0, + "gross_mthly_75_percentile": 4000.0 + }, + { + "year": 2014, + "employment_rate_overall": 98.4, + "employment_rate_ft_perm": 95.2, + "basic_monthly_mean": 4290.0, + "basic_monthly_median": 4200.0, + "gross_monthly_mean": 4400.0, + "gross_monthly_median": 4275.0, + "gross_mthly_25_percentile": 4000.0, + "gross_mthly_75_percentile": 4750.0 + }, + { + "year": 2015, + "employment_rate_overall": 97.6, + "employment_rate_ft_perm": 96.4, + "basic_monthly_mean": 4054.0, + "basic_monthly_median": 4114.0, + "gross_monthly_mean": 4099.0, + "gross_monthly_median": 4127.0, + "gross_mthly_25_percentile": 3700.0, + "gross_mthly_75_percentile": 4500.0 + }, + { + "year": 2016, + "employment_rate_overall": 93.2, + "employment_rate_ft_perm": 89.8, + "basic_monthly_mean": 3926.0, + "basic_monthly_median": 4000.0, + "gross_monthly_mean": 3960.0, + "gross_monthly_median": 4000.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 4250.0 + }, + { + "year": 2017, + "employment_rate_overall": 91.3, + "employment_rate_ft_perm": 86.4, + "basic_monthly_mean": 4037.0, + "basic_monthly_median": 4000.0, + "gross_monthly_mean": 4079.0, + "gross_monthly_median": 4000.0, + "gross_mthly_25_percentile": 3780.0, + "gross_mthly_75_percentile": 4300.0 + }, + { + "year": 2019, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 96.0, + "basic_monthly_mean": 4156.0, + "basic_monthly_median": 4010.0, + "gross_monthly_mean": 4199.0, + "gross_monthly_median": 4100.0, + "gross_mthly_25_percentile": 3800.0, + "gross_mthly_75_percentile": 4500.0 + }, + { + "year": 2020, + "employment_rate_overall": 94.0, + "employment_rate_ft_perm": 91.0, + "basic_monthly_mean": 3984.0, + "basic_monthly_median": 4000.0, + "gross_monthly_mean": 4058.0, + "gross_monthly_median": 4000.0, + "gross_mthly_25_percentile": 3650.0, + "gross_mthly_75_percentile": 4300.0 + }, + { + "year": 2021, + "employment_rate_overall": 97.7, + "employment_rate_ft_perm": 96.6, + "basic_monthly_mean": 4090.0, + "basic_monthly_median": 4000.0, + "gross_monthly_mean": 4139.0, + "gross_monthly_median": 4000.0, + "gross_mthly_25_percentile": 3600.0, + "gross_mthly_75_percentile": 4440.0 + }, + { + "year": 2022, + "employment_rate_overall": 96.0, + "employment_rate_ft_perm": 92.0, + "basic_monthly_mean": 4360.0, + "basic_monthly_median": 4300.0, + "gross_monthly_mean": 4481.0, + "gross_monthly_median": 4400.0, + "gross_mthly_25_percentile": 4000.0, + "gross_mthly_75_percentile": 4800.0 + } + ] + }, + { + "university": "National University of Singapore", + "degree": "Bachelor of Arts (Hons)", + "school": "Faculty of Arts & Social Sciences", + "slug": "bachelor-of-arts-hons-nus", + "data": [ + { + "year": 2009, + "employment_rate_overall": 90.1, + "employment_rate_ft_perm": 80.3, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 2689.0, + "gross_monthly_median": 2750.0, + "gross_mthly_25_percentile": 2500.0, + "gross_mthly_75_percentile": 2900.0 + }, + { + "year": 2010, + "employment_rate_overall": 89.3, + "employment_rate_ft_perm": 76.0, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 3021.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2725.0, + "gross_mthly_75_percentile": 3200.0 + }, + { + "year": 2011, + "employment_rate_overall": 94.9, + "employment_rate_ft_perm": 87.3, + "basic_monthly_mean": 2991.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3151.0, + "gross_monthly_median": 3200.0, + "gross_mthly_25_percentile": 2800.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2012, + "employment_rate_overall": 90.7, + "employment_rate_ft_perm": 80.4, + "basic_monthly_mean": 3227.0, + "basic_monthly_median": 3170.0, + "gross_monthly_mean": 3344.0, + "gross_monthly_median": 3200.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3580.0 + }, + { + "year": 2013, + "employment_rate_overall": 86.6, + "employment_rate_ft_perm": 74.6, + "basic_monthly_mean": 3057.0, + "basic_monthly_median": 3200.0, + "gross_monthly_mean": 3154.0, + "gross_monthly_median": 3200.0, + "gross_mthly_25_percentile": 2800.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2014, + "employment_rate_overall": 83.1, + "employment_rate_ft_perm": 76.6, + "basic_monthly_mean": 3141.0, + "basic_monthly_median": 3210.0, + "gross_monthly_mean": 3277.0, + "gross_monthly_median": 3300.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3600.0 + }, + { + "year": 2015, + "employment_rate_overall": 83.0, + "employment_rate_ft_perm": 70.5, + "basic_monthly_mean": 3266.0, + "basic_monthly_median": 3310.0, + "gross_monthly_mean": 3310.0, + "gross_monthly_median": 3310.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3625.0 + }, + { + "year": 2016, + "employment_rate_overall": 90.7, + "employment_rate_ft_perm": 74.1, + "basic_monthly_mean": 3258.0, + "basic_monthly_median": 3300.0, + "gross_monthly_mean": 3321.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3600.0 + }, + { + "year": 2017, + "employment_rate_overall": 88.2, + "employment_rate_ft_perm": 66.7, + "basic_monthly_mean": 3309.0, + "basic_monthly_median": 3300.0, + "gross_monthly_mean": 3391.0, + "gross_monthly_median": 3360.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3600.0 + }, + { + "year": 2018, + "employment_rate_overall": 87.5, + "employment_rate_ft_perm": 60.8, + "basic_monthly_mean": 3290.0, + "basic_monthly_median": 3300.0, + "gross_monthly_mean": 3377.0, + "gross_monthly_median": 3300.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3600.0 + }, + { + "year": 2019, + "employment_rate_overall": 92.7, + "employment_rate_ft_perm": 68.2, + "basic_monthly_mean": 3421.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3537.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3250.0, + "gross_mthly_75_percentile": 3800.0 + }, + { + "year": 2020, + "employment_rate_overall": 93.1, + "employment_rate_ft_perm": 54.2, + "basic_monthly_mean": 3529.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3586.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3300.0, + "gross_mthly_75_percentile": 3854.0 + }, + { + "year": 2021, + "employment_rate_overall": 88.8, + "employment_rate_ft_perm": 68.3, + "basic_monthly_mean": 3619.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3731.0, + "gross_monthly_median": 3650.0, + "gross_mthly_25_percentile": 3400.0, + "gross_mthly_75_percentile": 3983.0 + }, + { + "year": 2022, + "employment_rate_overall": 87.5, + "employment_rate_ft_perm": 74.4, + "basic_monthly_mean": 3889.0, + "basic_monthly_median": 3850.0, + "gross_monthly_mean": 4034.0, + "gross_monthly_median": 4000.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 4390.0 + }, + { + "year": 2023, + "employment_rate_overall": 86.5, + "employment_rate_ft_perm": 73.6, + "basic_monthly_mean": 3926.0, + "basic_monthly_median": 3930.0, + "gross_monthly_mean": 4083.0, + "gross_monthly_median": 4008.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 4500.0 + } + ] + }, + { + "university": "National University of Singapore", + "degree": "Bachelor of Arts (Industrial Design)", + "school": "College of Design and Engineering", + "slug": "bachelor-of-arts-industrial-design-nus", + "data": [ + { + "year": 2012, + "employment_rate_overall": 84.4, + "employment_rate_ft_perm": 59.4, + "basic_monthly_mean": 2765.0, + "basic_monthly_median": 2800.0, + "gross_monthly_mean": 2886.0, + "gross_monthly_median": 2950.0, + "gross_mthly_25_percentile": 2650.0, + "gross_mthly_75_percentile": 3063.0 + }, + { + "year": 2013, + "employment_rate_overall": 82.1, + "employment_rate_ft_perm": 53.6, + "basic_monthly_mean": 3007.0, + "basic_monthly_median": 2650.0, + "gross_monthly_mean": 3023.0, + "gross_monthly_median": 2650.0, + "gross_mthly_25_percentile": 2400.0, + "gross_mthly_75_percentile": 3000.0 + }, + { + "year": 2014, + "employment_rate_overall": 77.3, + "employment_rate_ft_perm": 59.1, + "basic_monthly_mean": 2600.0, + "basic_monthly_median": 2550.0, + "gross_monthly_mean": 2603.0, + "gross_monthly_median": 2565.0, + "gross_mthly_25_percentile": 2200.0, + "gross_mthly_75_percentile": 3000.0 + }, + { + "year": 2015, + "employment_rate_overall": 72.0, + "employment_rate_ft_perm": 60.0, + "basic_monthly_mean": 2907.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 2908.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2700.0, + "gross_mthly_75_percentile": 3200.0 + }, + { + "year": 2016, + "employment_rate_overall": 90.6, + "employment_rate_ft_perm": 65.6, + "basic_monthly_mean": 3282.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3320.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2900.0, + "gross_mthly_75_percentile": 4000.0 + }, + { + "year": 2017, + "employment_rate_overall": 93.3, + "employment_rate_ft_perm": 60.0, + "basic_monthly_mean": 3034.0, + "basic_monthly_median": 2890.0, + "gross_monthly_mean": 3079.0, + "gross_monthly_median": 2920.0, + "gross_mthly_25_percentile": 2600.0, + "gross_mthly_75_percentile": 3200.0 + }, + { + "year": 2018, + "employment_rate_overall": 87.0, + "employment_rate_ft_perm": 69.6, + "basic_monthly_mean": 3309.0, + "basic_monthly_median": 3200.0, + "gross_monthly_mean": 3371.0, + "gross_monthly_median": 3250.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3800.0 + }, + { + "year": 2019, + "employment_rate_overall": 86.2, + "employment_rate_ft_perm": 48.3, + "basic_monthly_mean": 3142.0, + "basic_monthly_median": 3200.0, + "gross_monthly_mean": 3245.0, + "gross_monthly_median": 3300.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2020, + "employment_rate_overall": 90.3, + "employment_rate_ft_perm": 22.6, + "basic_monthly_mean": 3417.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3417.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2021, + "employment_rate_overall": 87.5, + "employment_rate_ft_perm": 75.0, + "basic_monthly_mean": 4146.0, + "basic_monthly_median": 3825.0, + "gross_monthly_mean": 4178.0, + "gross_monthly_median": 3825.0, + "gross_mthly_25_percentile": 3200.0, + "gross_mthly_75_percentile": 4250.0 + }, + { + "year": 2022, + "employment_rate_overall": 66.7, + "employment_rate_ft_perm": 43.3, + "basic_monthly_mean": 4239.0, + "basic_monthly_median": 4500.0, + "gross_monthly_mean": 4270.0, + "gross_monthly_median": 4500.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 4500.0 + }, + { + "year": 2023, + "employment_rate_overall": 85.7, + "employment_rate_ft_perm": 71.4, + "basic_monthly_mean": 4104.0, + "basic_monthly_median": 4000.0, + "gross_monthly_mean": 4139.0, + "gross_monthly_median": 4000.0, + "gross_mthly_25_percentile": 3600.0, + "gross_mthly_75_percentile": 4500.0 + } + ] + }, + { + "university": "National University of Singapore", + "degree": "Bachelor of Arts with Honours", + "school": "Yale-NUS College", + "slug": "bachelor-of-arts-with-honours-nus", + "data": [ + { + "year": 2017, + "employment_rate_overall": 93.5, + "employment_rate_ft_perm": 76.6, + "basic_monthly_mean": 3812.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3956.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3075.0, + "gross_mthly_75_percentile": 4000.0 + }, + { + "year": 2018, + "employment_rate_overall": 90.5, + "employment_rate_ft_perm": 81.1, + "basic_monthly_mean": 4283.0, + "basic_monthly_median": 3600.0, + "gross_monthly_mean": 4381.0, + "gross_monthly_median": 3630.0, + "gross_mthly_25_percentile": 3275.0, + "gross_mthly_75_percentile": 4642.0 + }, + { + "year": 2019, + "employment_rate_overall": 96.0, + "employment_rate_ft_perm": 77.0, + "basic_monthly_mean": 4066.0, + "basic_monthly_median": 3600.0, + "gross_monthly_mean": 4197.0, + "gross_monthly_median": 3684.0, + "gross_mthly_25_percentile": 3400.0, + "gross_mthly_75_percentile": 4567.0 + }, + { + "year": 2020, + "employment_rate_overall": 90.5, + "employment_rate_ft_perm": 65.7, + "basic_monthly_mean": 4242.0, + "basic_monthly_median": 3800.0, + "gross_monthly_mean": 4370.0, + "gross_monthly_median": 3890.0, + "gross_mthly_25_percentile": 3475.0, + "gross_mthly_75_percentile": 5000.0 + }, + { + "year": 2021, + "employment_rate_overall": 88.3, + "employment_rate_ft_perm": 70.8, + "basic_monthly_mean": 4344.0, + "basic_monthly_median": 4000.0, + "gross_monthly_mean": 4453.0, + "gross_monthly_median": 4000.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 5000.0 + }, + { + "year": 2022, + "employment_rate_overall": 87.3, + "employment_rate_ft_perm": 80.5, + "basic_monthly_mean": 5130.0, + "basic_monthly_median": 4500.0, + "gross_monthly_mean": 5418.0, + "gross_monthly_median": 4600.0, + "gross_mthly_25_percentile": 3800.0, + "gross_mthly_75_percentile": 6000.0 + }, + { + "year": 2023, + "employment_rate_overall": 91.3, + "employment_rate_ft_perm": 85.2, + "basic_monthly_mean": 4785.0, + "basic_monthly_median": 4200.0, + "gross_monthly_mean": 4908.0, + "gross_monthly_median": 4250.0, + "gross_mthly_25_percentile": 3850.0, + "gross_mthly_75_percentile": 5500.0 + } + ] + }, + { + "university": "National University of Singapore", + "degree": "Bachelor of Business Administration", + "school": "NUS Business School", + "slug": "bachelor-of-business-administration-nus", + "data": [ + { + "year": 2009, + "employment_rate_overall": 92.0, + "employment_rate_ft_perm": 84.5, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 2677.0, + "gross_monthly_median": 2500.0, + "gross_mthly_25_percentile": 2200.0, + "gross_mthly_75_percentile": 2700.0 + }, + { + "year": 2010, + "employment_rate_overall": 90.4, + "employment_rate_ft_perm": 80.9, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 3008.0, + "gross_monthly_median": 2650.0, + "gross_mthly_25_percentile": 2400.0, + "gross_mthly_75_percentile": 3000.0 + }, + { + "year": 2011, + "employment_rate_overall": 94.6, + "employment_rate_ft_perm": 88.1, + "basic_monthly_mean": 2848.0, + "basic_monthly_median": 2700.0, + "gross_monthly_mean": 3141.0, + "gross_monthly_median": 2975.0, + "gross_mthly_25_percentile": 2600.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2012, + "employment_rate_overall": 88.5, + "employment_rate_ft_perm": 84.2, + "basic_monthly_mean": 3030.0, + "basic_monthly_median": 2800.0, + "gross_monthly_mean": 3238.0, + "gross_monthly_median": 2830.0, + "gross_mthly_25_percentile": 2515.0, + "gross_mthly_75_percentile": 3225.0 + }, + { + "year": 2013, + "employment_rate_overall": 88.7, + "employment_rate_ft_perm": 81.7, + "basic_monthly_mean": 2960.0, + "basic_monthly_median": 2868.0, + "gross_monthly_mean": 3062.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2700.0, + "gross_mthly_75_percentile": 3370.0 + }, + { + "year": 2014, + "employment_rate_overall": 87.9, + "employment_rate_ft_perm": 83.6, + "basic_monthly_mean": 3234.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3367.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2800.0, + "gross_mthly_75_percentile": 3300.0 + }, + { + "year": 2015, + "employment_rate_overall": 88.2, + "employment_rate_ft_perm": 80.3, + "basic_monthly_mean": 3164.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3341.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2800.0, + "gross_mthly_75_percentile": 3700.0 + }, + { + "year": 2016, + "employment_rate_overall": 93.6, + "employment_rate_ft_perm": 80.7, + "basic_monthly_mean": 3232.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3282.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2837.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2017, + "employment_rate_overall": 94.9, + "employment_rate_ft_perm": 87.3, + "basic_monthly_mean": 3770.0, + "basic_monthly_median": 3400.0, + "gross_monthly_mean": 4031.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 4333.0 + }, + { + "year": 2018, + "employment_rate_overall": 95.7, + "employment_rate_ft_perm": 84.8, + "basic_monthly_mean": 3633.0, + "basic_monthly_median": 3150.0, + "gross_monthly_mean": 3732.0, + "gross_monthly_median": 3225.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3750.0 + }, + { + "year": 2019, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 82.6, + "basic_monthly_mean": 4799.0, + "basic_monthly_median": 4000.0, + "gross_monthly_mean": 4925.0, + "gross_monthly_median": 4000.0, + "gross_mthly_25_percentile": 3400.0, + "gross_mthly_75_percentile": 5500.0 + }, + { + "year": 2020, + "employment_rate_overall": 96.3, + "employment_rate_ft_perm": 66.7, + "basic_monthly_mean": 4910.0, + "basic_monthly_median": 4000.0, + "gross_monthly_mean": 5043.0, + "gross_monthly_median": 4150.0, + "gross_mthly_25_percentile": 3300.0, + "gross_mthly_75_percentile": 6100.0 + }, + { + "year": 2021, + "employment_rate_overall": 94.7, + "employment_rate_ft_perm": 81.6, + "basic_monthly_mean": 5199.0, + "basic_monthly_median": 3550.0, + "gross_monthly_mean": 5567.0, + "gross_monthly_median": 3700.0, + "gross_mthly_25_percentile": 3125.0, + "gross_mthly_75_percentile": 7625.0 + }, + { + "year": 2022, + "employment_rate_overall": 87.9, + "employment_rate_ft_perm": 78.8, + "basic_monthly_mean": 5653.0, + "basic_monthly_median": 5000.0, + "gross_monthly_mean": 6026.0, + "gross_monthly_median": 5100.0, + "gross_mthly_25_percentile": 4000.0, + "gross_mthly_75_percentile": 7000.0 + }, + { + "year": 2023, + "employment_rate_overall": 87.8, + "employment_rate_ft_perm": 77.6, + "basic_monthly_mean": 5707.0, + "basic_monthly_median": 5000.0, + "gross_monthly_mean": 6002.0, + "gross_monthly_median": 5167.0, + "gross_mthly_25_percentile": 4077.0, + "gross_mthly_75_percentile": 7500.0 + } + ] + }, + { + "university": "National University of Singapore", + "degree": "Bachelor of Business Administration (Accountancy)", + "school": "NUS Business School", + "slug": "bachelor-of-business-administration-accountancy-nus", + "data": [ + { + "year": 2009, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 97.1, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 2448.0, + "gross_monthly_median": 2400.0, + "gross_mthly_25_percentile": 2400.0, + "gross_mthly_75_percentile": 2500.0 + }, + { + "year": 2010, + "employment_rate_overall": 92.9, + "employment_rate_ft_perm": 85.7, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 2692.0, + "gross_monthly_median": 2600.0, + "gross_mthly_25_percentile": 2600.0, + "gross_mthly_75_percentile": 2600.0 + }, + { + "year": 2011, + "employment_rate_overall": 95.5, + "employment_rate_ft_perm": 95.5, + "basic_monthly_mean": 2478.0, + "basic_monthly_median": 2500.0, + "gross_monthly_mean": 2759.0, + "gross_monthly_median": 2700.0, + "gross_mthly_25_percentile": 2700.0, + "gross_mthly_75_percentile": 2800.0 + }, + { + "year": 2012, + "employment_rate_overall": 96.6, + "employment_rate_ft_perm": 96.6, + "basic_monthly_mean": 2844.0, + "basic_monthly_median": 2700.0, + "gross_monthly_mean": 2882.0, + "gross_monthly_median": 2750.0, + "gross_mthly_25_percentile": 2600.0, + "gross_mthly_75_percentile": 2800.0 + }, + { + "year": 2013, + "employment_rate_overall": 93.3, + "employment_rate_ft_perm": 88.9, + "basic_monthly_mean": 2740.0, + "basic_monthly_median": 2700.0, + "gross_monthly_mean": 2922.0, + "gross_monthly_median": 2700.0, + "gross_mthly_25_percentile": 2700.0, + "gross_mthly_75_percentile": 3018.0 + }, + { + "year": 2014, + "employment_rate_overall": 93.9, + "employment_rate_ft_perm": 89.8, + "basic_monthly_mean": 2836.0, + "basic_monthly_median": 2800.0, + "gross_monthly_mean": 2989.0, + "gross_monthly_median": 2838.0, + "gross_mthly_25_percentile": 2700.0, + "gross_mthly_75_percentile": 3000.0 + }, + { + "year": 2015, + "employment_rate_overall": 97.6, + "employment_rate_ft_perm": 97.6, + "basic_monthly_mean": 2817.0, + "basic_monthly_median": 2850.0, + "gross_monthly_mean": 2983.0, + "gross_monthly_median": 2850.0, + "gross_mthly_25_percentile": 2700.0, + "gross_mthly_75_percentile": 2960.0 + }, + { + "year": 2016, + "employment_rate_overall": 88.6, + "employment_rate_ft_perm": 86.4, + "basic_monthly_mean": 2977.0, + "basic_monthly_median": 2900.0, + "gross_monthly_mean": 3020.0, + "gross_monthly_median": 2963.0, + "gross_mthly_25_percentile": 2800.0, + "gross_mthly_75_percentile": 3100.0 + }, + { + "year": 2017, + "employment_rate_overall": 97.2, + "employment_rate_ft_perm": 94.4, + "basic_monthly_mean": 3396.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3473.0, + "gross_monthly_median": 3025.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3600.0 + }, + { + "year": 2018, + "employment_rate_overall": 95.2, + "employment_rate_ft_perm": 95.2, + "basic_monthly_mean": 3209.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3522.0, + "gross_monthly_median": 3020.0, + "gross_mthly_25_percentile": 2700.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2019, + "employment_rate_overall": 93.8, + "employment_rate_ft_perm": 93.8, + "basic_monthly_mean": 3897.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 4005.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3800.0 + }, + { + "year": 2020, + "employment_rate_overall": 90.9, + "employment_rate_ft_perm": 63.6, + "basic_monthly_mean": 4443.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 4443.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 2800.0, + "gross_mthly_75_percentile": 5500.0 + }, + { + "year": 2021, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": 3380.0, + "basic_monthly_median": 3300.0, + "gross_monthly_mean": 3515.0, + "gross_monthly_median": 3400.0, + "gross_mthly_25_percentile": 3013.0, + "gross_mthly_75_percentile": 3750.0 + }, + { + "year": 2022, + "employment_rate_overall": 93.3, + "employment_rate_ft_perm": 93.3, + "basic_monthly_mean": 5494.0, + "basic_monthly_median": 3800.0, + "gross_monthly_mean": 5560.0, + "gross_monthly_median": 3800.0, + "gross_mthly_25_percentile": 3400.0, + "gross_mthly_75_percentile": 5500.0 + }, + { + "year": 2023, + "employment_rate_overall": 92.3, + "employment_rate_ft_perm": 76.9, + "basic_monthly_mean": 3813.0, + "basic_monthly_median": 3600.0, + "gross_monthly_mean": 4199.0, + "gross_monthly_median": 3600.0, + "gross_mthly_25_percentile": 3520.0, + "gross_mthly_75_percentile": 3820.0 + } + ] + }, + { + "university": "National University of Singapore", + "degree": "Bachelor of Business Administration (Accountancy) (Hons)", + "school": "NUS Business School", + "slug": "bachelor-of-business-administration-accountancy-hons-nus", + "data": [ + { + "year": 2010, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 3081.0, + "gross_monthly_median": 2600.0, + "gross_mthly_25_percentile": 2600.0, + "gross_mthly_75_percentile": 3375.0 + }, + { + "year": 2011, + "employment_rate_overall": 94.4, + "employment_rate_ft_perm": 94.4, + "basic_monthly_mean": 3308.0, + "basic_monthly_median": 2850.0, + "gross_monthly_mean": 3393.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2700.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2012, + "employment_rate_overall": 96.2, + "employment_rate_ft_perm": 96.2, + "basic_monthly_mean": 3391.0, + "basic_monthly_median": 2900.0, + "gross_monthly_mean": 3423.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2700.0, + "gross_mthly_75_percentile": 3475.0 + }, + { + "year": 2013, + "employment_rate_overall": 97.2, + "employment_rate_ft_perm": 94.4, + "basic_monthly_mean": 3065.0, + "basic_monthly_median": 2800.0, + "gross_monthly_mean": 3143.0, + "gross_monthly_median": 2800.0, + "gross_mthly_25_percentile": 2700.0, + "gross_mthly_75_percentile": 3200.0 + }, + { + "year": 2014, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 96.3, + "basic_monthly_mean": 3350.0, + "basic_monthly_median": 2850.0, + "gross_monthly_mean": 3407.0, + "gross_monthly_median": 2912.0, + "gross_mthly_25_percentile": 2800.0, + "gross_mthly_75_percentile": 3614.0 + }, + { + "year": 2015, + "employment_rate_overall": 98.6, + "employment_rate_ft_perm": 98.6, + "basic_monthly_mean": 3547.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3587.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2850.0, + "gross_mthly_75_percentile": 3634.0 + }, + { + "year": 2016, + "employment_rate_overall": 99.0, + "employment_rate_ft_perm": 99.0, + "basic_monthly_mean": 3435.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3465.0, + "gross_monthly_median": 3075.0, + "gross_mthly_25_percentile": 2900.0, + "gross_mthly_75_percentile": 3800.0 + }, + { + "year": 2017, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": 3689.0, + "basic_monthly_median": 3100.0, + "gross_monthly_mean": 3744.0, + "gross_monthly_median": 3125.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 4023.0 + }, + { + "year": 2018, + "employment_rate_overall": 97.6, + "employment_rate_ft_perm": 95.3, + "basic_monthly_mean": 3643.0, + "basic_monthly_median": 3100.0, + "gross_monthly_mean": 3683.0, + "gross_monthly_median": 3200.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 4000.0 + }, + { + "year": 2019, + "employment_rate_overall": 97.8, + "employment_rate_ft_perm": 97.8, + "basic_monthly_mean": 4008.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 4093.0, + "gross_monthly_median": 3600.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 4500.0 + }, + { + "year": 2020, + "employment_rate_overall": 96.8, + "employment_rate_ft_perm": 92.1, + "basic_monthly_mean": 3951.0, + "basic_monthly_median": 3400.0, + "gross_monthly_mean": 4050.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 4425.0 + }, + { + "year": 2021, + "employment_rate_overall": 97.0, + "employment_rate_ft_perm": 96.3, + "basic_monthly_mean": 4124.0, + "basic_monthly_median": 3430.0, + "gross_monthly_mean": 4194.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3200.0, + "gross_mthly_75_percentile": 4600.0 + }, + { + "year": 2022, + "employment_rate_overall": 99.3, + "employment_rate_ft_perm": 97.9, + "basic_monthly_mean": 4619.0, + "basic_monthly_median": 4000.0, + "gross_monthly_mean": 4668.0, + "gross_monthly_median": 4000.0, + "gross_mthly_25_percentile": 3600.0, + "gross_mthly_75_percentile": 5000.0 + }, + { + "year": 2023, + "employment_rate_overall": 96.5, + "employment_rate_ft_perm": 94.4, + "basic_monthly_mean": 4769.0, + "basic_monthly_median": 4000.0, + "gross_monthly_mean": 4850.0, + "gross_monthly_median": 4200.0, + "gross_mthly_25_percentile": 3600.0, + "gross_mthly_75_percentile": 5450.0 + } + ] + }, + { + "university": "National University of Singapore", + "degree": "Bachelor of Business Administration (Hons)", + "school": "NUS Business School", + "slug": "bachelor-of-business-administration-hons-nus", + "data": [ + { + "year": 2009, + "employment_rate_overall": 95.6, + "employment_rate_ft_perm": 92.1, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 3389.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2600.0, + "gross_mthly_75_percentile": 3600.0 + }, + { + "year": 2010, + "employment_rate_overall": 95.5, + "employment_rate_ft_perm": 89.6, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 3232.0, + "gross_monthly_median": 3100.0, + "gross_mthly_25_percentile": 2600.0, + "gross_mthly_75_percentile": 3600.0 + }, + { + "year": 2011, + "employment_rate_overall": 90.4, + "employment_rate_ft_perm": 89.2, + "basic_monthly_mean": 3560.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3871.0, + "gross_monthly_median": 3300.0, + "gross_mthly_25_percentile": 2800.0, + "gross_mthly_75_percentile": 4200.0 + }, + { + "year": 2012, + "employment_rate_overall": 92.6, + "employment_rate_ft_perm": 88.3, + "basic_monthly_mean": 3868.0, + "basic_monthly_median": 3200.0, + "gross_monthly_mean": 3976.0, + "gross_monthly_median": 3200.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 4000.0 + }, + { + "year": 2013, + "employment_rate_overall": 94.6, + "employment_rate_ft_perm": 90.3, + "basic_monthly_mean": 3404.0, + "basic_monthly_median": 3050.0, + "gross_monthly_mean": 3512.0, + "gross_monthly_median": 3200.0, + "gross_mthly_25_percentile": 2800.0, + "gross_mthly_75_percentile": 3800.0 + }, + { + "year": 2014, + "employment_rate_overall": 94.4, + "employment_rate_ft_perm": 90.6, + "basic_monthly_mean": 3979.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 4090.0, + "gross_monthly_median": 3520.0, + "gross_mthly_25_percentile": 3200.0, + "gross_mthly_75_percentile": 4300.0 + }, + { + "year": 2015, + "employment_rate_overall": 96.0, + "employment_rate_ft_perm": 93.1, + "basic_monthly_mean": 4173.0, + "basic_monthly_median": 3750.0, + "gross_monthly_mean": 4326.0, + "gross_monthly_median": 3800.0, + "gross_mthly_25_percentile": 3300.0, + "gross_mthly_75_percentile": 4600.0 + }, + { + "year": 2016, + "employment_rate_overall": 96.4, + "employment_rate_ft_perm": 92.8, + "basic_monthly_mean": 4126.0, + "basic_monthly_median": 3600.0, + "gross_monthly_mean": 4207.0, + "gross_monthly_median": 3620.0, + "gross_mthly_25_percentile": 3258.0, + "gross_mthly_75_percentile": 4500.0 + }, + { + "year": 2017, + "employment_rate_overall": 98.2, + "employment_rate_ft_perm": 93.6, + "basic_monthly_mean": 4272.0, + "basic_monthly_median": 3725.0, + "gross_monthly_mean": 4388.0, + "gross_monthly_median": 3800.0, + "gross_mthly_25_percentile": 3450.0, + "gross_mthly_75_percentile": 4782.0 + }, + { + "year": 2018, + "employment_rate_overall": 96.6, + "employment_rate_ft_perm": 90.9, + "basic_monthly_mean": 4286.0, + "basic_monthly_median": 3800.0, + "gross_monthly_mean": 4424.0, + "gross_monthly_median": 3895.0, + "gross_mthly_25_percentile": 3300.0, + "gross_mthly_75_percentile": 4748.0 + }, + { + "year": 2019, + "employment_rate_overall": 95.5, + "employment_rate_ft_perm": 91.0, + "basic_monthly_mean": 4451.0, + "basic_monthly_median": 4000.0, + "gross_monthly_mean": 4593.0, + "gross_monthly_median": 4150.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 5000.0 + }, + { + "year": 2020, + "employment_rate_overall": 94.9, + "employment_rate_ft_perm": 80.7, + "basic_monthly_mean": 4459.0, + "basic_monthly_median": 4000.0, + "gross_monthly_mean": 4579.0, + "gross_monthly_median": 4000.0, + "gross_mthly_25_percentile": 3600.0, + "gross_mthly_75_percentile": 5000.0 + }, + { + "year": 2021, + "employment_rate_overall": 98.1, + "employment_rate_ft_perm": 93.5, + "basic_monthly_mean": 4828.0, + "basic_monthly_median": 4200.0, + "gross_monthly_mean": 4950.0, + "gross_monthly_median": 4347.0, + "gross_mthly_25_percentile": 3700.0, + "gross_mthly_75_percentile": 5200.0 + }, + { + "year": 2022, + "employment_rate_overall": 97.1, + "employment_rate_ft_perm": 95.7, + "basic_monthly_mean": 5346.0, + "basic_monthly_median": 4600.0, + "gross_monthly_mean": 5519.0, + "gross_monthly_median": 4696.0, + "gross_mthly_25_percentile": 4000.0, + "gross_mthly_75_percentile": 5938.0 + }, + { + "year": 2023, + "employment_rate_overall": 94.5, + "employment_rate_ft_perm": 90.6, + "basic_monthly_mean": 5256.0, + "basic_monthly_median": 4600.0, + "gross_monthly_mean": 5413.0, + "gross_monthly_median": 4800.0, + "gross_mthly_25_percentile": 4000.0, + "gross_mthly_75_percentile": 5800.0 + } + ] + }, + { + "university": "National University of Singapore", + "degree": "Bachelor of Computing (Communications and Media)", + "school": "School of Computing", + "slug": "bachelor-of-computing-communications-and-media-nus", + "data": [ + { + "year": 2009, + "employment_rate_overall": 75.0, + "employment_rate_ft_perm": 70.8, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 2536.0, + "gross_monthly_median": 2650.0, + "gross_mthly_25_percentile": 2000.0, + "gross_mthly_75_percentile": 3000.0 + }, + { + "year": 2010, + "employment_rate_overall": 95.0, + "employment_rate_ft_perm": 90.0, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 2993.0, + "gross_monthly_median": 2800.0, + "gross_mthly_25_percentile": 2550.0, + "gross_mthly_75_percentile": 3494.0 + }, + { + "year": 2011, + "employment_rate_overall": 92.1, + "employment_rate_ft_perm": 81.6, + "basic_monthly_mean": 3106.0, + "basic_monthly_median": 2800.0, + "gross_monthly_mean": 3175.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2750.0, + "gross_mthly_75_percentile": 3300.0 + }, + { + "year": 2012, + "employment_rate_overall": 92.0, + "employment_rate_ft_perm": 88.0, + "basic_monthly_mean": 3046.0, + "basic_monthly_median": 2880.0, + "gross_monthly_mean": 3060.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2625.0, + "gross_mthly_75_percentile": 3340.0 + }, + { + "year": 2013, + "employment_rate_overall": 88.9, + "employment_rate_ft_perm": 77.8, + "basic_monthly_mean": 3350.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3377.0, + "gross_monthly_median": 3050.0, + "gross_mthly_25_percentile": 2825.0, + "gross_mthly_75_percentile": 3425.0 + }, + { + "year": 2014, + "employment_rate_overall": 82.1, + "employment_rate_ft_perm": 82.1, + "basic_monthly_mean": 3107.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3129.0, + "gross_monthly_median": 3088.0, + "gross_mthly_25_percentile": 2900.0, + "gross_mthly_75_percentile": 3300.0 + }, + { + "year": 2015, + "employment_rate_overall": 92.6, + "employment_rate_ft_perm": 85.2, + "basic_monthly_mean": 3230.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3291.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 2800.0, + "gross_mthly_75_percentile": 3800.0 + } + ] + }, + { + "university": "National University of Singapore", + "degree": "Bachelor of Computing (Computer Science)", + "school": "School of Computing", + "slug": "bachelor-of-computing-computer-science-nus", + "data": [ + { + "year": 2009, + "employment_rate_overall": 94.5, + "employment_rate_ft_perm": 89.1, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 2970.0, + "gross_monthly_median": 2900.0, + "gross_mthly_25_percentile": 2700.0, + "gross_mthly_75_percentile": 3290.0 + }, + { + "year": 2010, + "employment_rate_overall": 97.6, + "employment_rate_ft_perm": 92.9, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 3289.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2800.0, + "gross_mthly_75_percentile": 3400.0 + }, + { + "year": 2011, + "employment_rate_overall": 96.0, + "employment_rate_ft_perm": 94.0, + "basic_monthly_mean": 3143.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3376.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2875.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2012, + "employment_rate_overall": 96.2, + "employment_rate_ft_perm": 92.5, + "basic_monthly_mean": 3625.0, + "basic_monthly_median": 3300.0, + "gross_monthly_mean": 3683.0, + "gross_monthly_median": 3300.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 4000.0 + }, + { + "year": 2013, + "employment_rate_overall": 92.4, + "employment_rate_ft_perm": 83.3, + "basic_monthly_mean": 3933.0, + "basic_monthly_median": 3400.0, + "gross_monthly_mean": 3953.0, + "gross_monthly_median": 3425.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 4000.0 + }, + { + "year": 2014, + "employment_rate_overall": 90.6, + "employment_rate_ft_perm": 85.9, + "basic_monthly_mean": 3729.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3712.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3300.0, + "gross_mthly_75_percentile": 4000.0 + }, + { + "year": 2015, + "employment_rate_overall": 97.0, + "employment_rate_ft_perm": 95.0, + "basic_monthly_mean": 3847.0, + "basic_monthly_median": 3700.0, + "gross_monthly_mean": 3890.0, + "gross_monthly_median": 3700.0, + "gross_mthly_25_percentile": 3300.0, + "gross_mthly_75_percentile": 4400.0 + }, + { + "year": 2016, + "employment_rate_overall": 96.3, + "employment_rate_ft_perm": 93.3, + "basic_monthly_mean": 4320.0, + "basic_monthly_median": 4000.0, + "gross_monthly_mean": 4385.0, + "gross_monthly_median": 4000.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 5000.0 + }, + { + "year": 2017, + "employment_rate_overall": 93.5, + "employment_rate_ft_perm": 89.4, + "basic_monthly_mean": 4510.0, + "basic_monthly_median": 4200.0, + "gross_monthly_mean": 4628.0, + "gross_monthly_median": 4285.0, + "gross_mthly_25_percentile": 3656.0, + "gross_mthly_75_percentile": 5000.0 + }, + { + "year": 2018, + "employment_rate_overall": 96.9, + "employment_rate_ft_perm": 91.8, + "basic_monthly_mean": 4577.0, + "basic_monthly_median": 4280.0, + "gross_monthly_mean": 4658.0, + "gross_monthly_median": 4320.0, + "gross_mthly_25_percentile": 3900.0, + "gross_mthly_75_percentile": 5000.0 + }, + { + "year": 2019, + "employment_rate_overall": 92.8, + "employment_rate_ft_perm": 90.6, + "basic_monthly_mean": 5477.0, + "basic_monthly_median": 5000.0, + "gross_monthly_mean": 5571.0, + "gross_monthly_median": 5000.0, + "gross_mthly_25_percentile": 4205.0, + "gross_mthly_75_percentile": 5585.0 + }, + { + "year": 2020, + "employment_rate_overall": 97.1, + "employment_rate_ft_perm": 92.6, + "basic_monthly_mean": 5576.0, + "basic_monthly_median": 5100.0, + "gross_monthly_mean": 5735.0, + "gross_monthly_median": 5243.0, + "gross_mthly_25_percentile": 4400.0, + "gross_mthly_75_percentile": 6316.0 + }, + { + "year": 2021, + "employment_rate_overall": 99.1, + "employment_rate_ft_perm": 96.4, + "basic_monthly_mean": 5898.0, + "basic_monthly_median": 5800.0, + "gross_monthly_mean": 6002.0, + "gross_monthly_median": 6000.0, + "gross_mthly_25_percentile": 5000.0, + "gross_mthly_75_percentile": 6900.0 + }, + { + "year": 2022, + "employment_rate_overall": 96.8, + "employment_rate_ft_perm": 96.1, + "basic_monthly_mean": 6954.0, + "basic_monthly_median": 6500.0, + "gross_monthly_mean": 7121.0, + "gross_monthly_median": 6600.0, + "gross_mthly_25_percentile": 5341.0, + "gross_mthly_75_percentile": 7583.0 + }, + { + "year": 2023, + "employment_rate_overall": 92.4, + "employment_rate_ft_perm": 91.9, + "basic_monthly_mean": 6673.0, + "basic_monthly_median": 6181.0, + "gross_monthly_mean": 6877.0, + "gross_monthly_median": 6333.0, + "gross_mthly_25_percentile": 5500.0, + "gross_mthly_75_percentile": 7700.0 + } + ] + }, + { + "university": "National University of Singapore", + "degree": "Bachelor of Computing (Electronic Commerce)", + "school": "School of Computing", + "slug": "bachelor-of-computing-electronic-commerce-nus", + "data": [ + { + "year": 2009, + "employment_rate_overall": 85.0, + "employment_rate_ft_perm": 82.5, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 2774.0, + "gross_monthly_median": 2700.0, + "gross_mthly_25_percentile": 2450.0, + "gross_mthly_75_percentile": 3000.0 + }, + { + "year": 2010, + "employment_rate_overall": 91.7, + "employment_rate_ft_perm": 87.5, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 3049.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2700.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2011, + "employment_rate_overall": 97.2, + "employment_rate_ft_perm": 97.2, + "basic_monthly_mean": 2936.0, + "basic_monthly_median": 2900.0, + "gross_monthly_mean": 3075.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2720.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2012, + "employment_rate_overall": 97.1, + "employment_rate_ft_perm": 91.4, + "basic_monthly_mean": 3016.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3289.0, + "gross_monthly_median": 3010.0, + "gross_mthly_25_percentile": 2800.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2013, + "employment_rate_overall": 88.9, + "employment_rate_ft_perm": 83.3, + "basic_monthly_mean": 3277.0, + "basic_monthly_median": 3050.0, + "gross_monthly_mean": 3320.0, + "gross_monthly_median": 3080.0, + "gross_mthly_25_percentile": 2800.0, + "gross_mthly_75_percentile": 3553.0 + }, + { + "year": 2014, + "employment_rate_overall": 85.7, + "employment_rate_ft_perm": 85.7, + "basic_monthly_mean": 3183.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3386.0, + "gross_monthly_median": 3200.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2015, + "employment_rate_overall": 90.3, + "employment_rate_ft_perm": 87.1, + "basic_monthly_mean": 3255.0, + "basic_monthly_median": 3300.0, + "gross_monthly_mean": 3301.0, + "gross_monthly_median": 3300.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3500.0 + } + ] + }, + { + "university": "National University of Singapore", + "degree": "Bachelor of Computing (Information Security)", + "school": "School of Computing", + "slug": "bachelor-of-computing-information-security-nus", + "data": [ + { + "year": 2020, + "employment_rate_overall": 90.9, + "employment_rate_ft_perm": 90.9, + "basic_monthly_mean": 4620.0, + "basic_monthly_median": 4650.0, + "gross_monthly_mean": 4746.0, + "gross_monthly_median": 5000.0, + "gross_mthly_25_percentile": 4200.0, + "gross_mthly_75_percentile": 5300.0 + }, + { + "year": 2021, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": 4992.0, + "basic_monthly_median": 5000.0, + "gross_monthly_mean": 5095.0, + "gross_monthly_median": 5400.0, + "gross_mthly_25_percentile": 4305.0, + "gross_mthly_75_percentile": 5500.0 + }, + { + "year": 2022, + "employment_rate_overall": 94.6, + "employment_rate_ft_perm": 91.1, + "basic_monthly_mean": 5274.0, + "basic_monthly_median": 5400.0, + "gross_monthly_mean": 5660.0, + "gross_monthly_median": 5500.0, + "gross_mthly_25_percentile": 4800.0, + "gross_mthly_75_percentile": 6475.0 + }, + { + "year": 2023, + "employment_rate_overall": 89.5, + "employment_rate_ft_perm": 89.5, + "basic_monthly_mean": 5433.0, + "basic_monthly_median": 5451.0, + "gross_monthly_mean": 5707.0, + "gross_monthly_median": 5500.0, + "gross_mthly_25_percentile": 5000.0, + "gross_mthly_75_percentile": 6210.0 + } + ] + }, + { + "university": "National University of Singapore", + "degree": "Bachelor of Computing (Information Systems)", + "school": "School of Computing", + "slug": "bachelor-of-computing-information-systems-nus", + "data": [ + { + "year": 2009, + "employment_rate_overall": 97.8, + "employment_rate_ft_perm": 91.1, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 2918.0, + "gross_monthly_median": 2975.0, + "gross_mthly_25_percentile": 2600.0, + "gross_mthly_75_percentile": 3250.0 + }, + { + "year": 2010, + "employment_rate_overall": 94.3, + "employment_rate_ft_perm": 90.0, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 3384.0, + "gross_monthly_median": 3200.0, + "gross_mthly_25_percentile": 2900.0, + "gross_mthly_75_percentile": 3700.0 + }, + { + "year": 2011, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 98.1, + "basic_monthly_mean": 3409.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3911.0, + "gross_monthly_median": 3400.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 4000.0 + }, + { + "year": 2012, + "employment_rate_overall": 96.5, + "employment_rate_ft_perm": 94.1, + "basic_monthly_mean": 3101.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3169.0, + "gross_monthly_median": 3100.0, + "gross_mthly_25_percentile": 2888.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2013, + "employment_rate_overall": 89.2, + "employment_rate_ft_perm": 83.9, + "basic_monthly_mean": 3266.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3322.0, + "gross_monthly_median": 3005.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3800.0 + }, + { + "year": 2014, + "employment_rate_overall": 95.5, + "employment_rate_ft_perm": 92.0, + "basic_monthly_mean": 3684.0, + "basic_monthly_median": 3352.0, + "gross_monthly_mean": 3789.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3100.0, + "gross_mthly_75_percentile": 4039.0 + }, + { + "year": 2015, + "employment_rate_overall": 97.2, + "employment_rate_ft_perm": 97.2, + "basic_monthly_mean": 3597.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3699.0, + "gross_monthly_median": 3550.0, + "gross_mthly_25_percentile": 3200.0, + "gross_mthly_75_percentile": 4100.0 + }, + { + "year": 2016, + "employment_rate_overall": 94.0, + "employment_rate_ft_perm": 94.0, + "basic_monthly_mean": 3875.0, + "basic_monthly_median": 3800.0, + "gross_monthly_mean": 3969.0, + "gross_monthly_median": 4000.0, + "gross_mthly_25_percentile": 3365.0, + "gross_mthly_75_percentile": 4500.0 + }, + { + "year": 2017, + "employment_rate_overall": 94.5, + "employment_rate_ft_perm": 91.8, + "basic_monthly_mean": 4061.0, + "basic_monthly_median": 4000.0, + "gross_monthly_mean": 4192.0, + "gross_monthly_median": 4000.0, + "gross_mthly_25_percentile": 3550.0, + "gross_mthly_75_percentile": 4592.0 + }, + { + "year": 2018, + "employment_rate_overall": 98.4, + "employment_rate_ft_perm": 95.3, + "basic_monthly_mean": 4338.0, + "basic_monthly_median": 4375.0, + "gross_monthly_mean": 4472.0, + "gross_monthly_median": 4458.0, + "gross_mthly_25_percentile": 4000.0, + "gross_mthly_75_percentile": 5000.0 + }, + { + "year": 2019, + "employment_rate_overall": 95.9, + "employment_rate_ft_perm": 95.9, + "basic_monthly_mean": 4210.0, + "basic_monthly_median": 4000.0, + "gross_monthly_mean": 4330.0, + "gross_monthly_median": 4228.0, + "gross_mthly_25_percentile": 4000.0, + "gross_mthly_75_percentile": 4685.0 + }, + { + "year": 2020, + "employment_rate_overall": 98.6, + "employment_rate_ft_perm": 93.1, + "basic_monthly_mean": 4591.0, + "basic_monthly_median": 4495.0, + "gross_monthly_mean": 4764.0, + "gross_monthly_median": 4500.0, + "gross_mthly_25_percentile": 4000.0, + "gross_mthly_75_percentile": 5400.0 + }, + { + "year": 2021, + "employment_rate_overall": 97.5, + "employment_rate_ft_perm": 96.2, + "basic_monthly_mean": 5087.0, + "basic_monthly_median": 5000.0, + "gross_monthly_mean": 5217.0, + "gross_monthly_median": 5000.0, + "gross_mthly_25_percentile": 4500.0, + "gross_mthly_75_percentile": 5400.0 + }, + { + "year": 2022, + "employment_rate_overall": 95.3, + "employment_rate_ft_perm": 93.0, + "basic_monthly_mean": 5551.0, + "basic_monthly_median": 5300.0, + "gross_monthly_mean": 5672.0, + "gross_monthly_median": 5500.0, + "gross_mthly_25_percentile": 4800.0, + "gross_mthly_75_percentile": 6250.0 + }, + { + "year": 2023, + "employment_rate_overall": 91.4, + "employment_rate_ft_perm": 91.4, + "basic_monthly_mean": 5707.0, + "basic_monthly_median": 5500.0, + "gross_monthly_mean": 5937.0, + "gross_monthly_median": 5500.0, + "gross_mthly_25_percentile": 5000.0, + "gross_mthly_75_percentile": 6000.0 + } + ] + }, + { + "university": "National University of Singapore", + "degree": "Bachelor of Dental Surgery", + "school": "Faculty of Dentistry", + "slug": "bachelor-of-dental-surgery-nus", + "data": [ + { + "year": 2009, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 3176.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3400.0 + }, + { + "year": 2010, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 3116.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3400.0 + }, + { + "year": 2011, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": 3024.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3136.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3400.0 + }, + { + "year": 2012, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": 4224.0, + "basic_monthly_median": 4000.0, + "gross_monthly_mean": 4250.0, + "gross_monthly_median": 4005.0, + "gross_mthly_25_percentile": 4000.0, + "gross_mthly_75_percentile": 4400.0 + }, + { + "year": 2013, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": 4106.0, + "basic_monthly_median": 4000.0, + "gross_monthly_mean": 4106.0, + "gross_monthly_median": 4000.0, + "gross_mthly_25_percentile": 4000.0, + "gross_mthly_75_percentile": 4400.0 + }, + { + "year": 2014, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": 4054.0, + "basic_monthly_median": 4000.0, + "gross_monthly_mean": 4054.0, + "gross_monthly_median": 4000.0, + "gross_mthly_25_percentile": 4000.0, + "gross_mthly_75_percentile": 4020.0 + }, + { + "year": 2015, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": 4053.0, + "basic_monthly_median": 4000.0, + "gross_monthly_mean": 4083.0, + "gross_monthly_median": 4000.0, + "gross_mthly_25_percentile": 4000.0, + "gross_mthly_75_percentile": 4400.0 + }, + { + "year": 2016, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": 4173.0, + "basic_monthly_median": 4050.0, + "gross_monthly_mean": 4221.0, + "gross_monthly_median": 4050.0, + "gross_mthly_25_percentile": 4050.0, + "gross_mthly_75_percentile": 4450.0 + }, + { + "year": 2017, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": 4124.0, + "basic_monthly_median": 4050.0, + "gross_monthly_mean": 4143.0, + "gross_monthly_median": 4050.0, + "gross_mthly_25_percentile": 4000.0, + "gross_mthly_75_percentile": 4400.0 + }, + { + "year": 2018, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": 4148.0, + "basic_monthly_median": 4050.0, + "gross_monthly_mean": 4228.0, + "gross_monthly_median": 4050.0, + "gross_mthly_25_percentile": 4000.0, + "gross_mthly_75_percentile": 4450.0 + }, + { + "year": 2019, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 97.3, + "basic_monthly_mean": 4057.0, + "basic_monthly_median": 4200.0, + "gross_monthly_mean": 4068.0, + "gross_monthly_median": 4200.0, + "gross_mthly_25_percentile": 4000.0, + "gross_mthly_75_percentile": 4500.0 + }, + { + "year": 2020, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": 4202.0, + "basic_monthly_median": 4200.0, + "gross_monthly_mean": 4280.0, + "gross_monthly_median": 4200.0, + "gross_mthly_25_percentile": 4200.0, + "gross_mthly_75_percentile": 4600.0 + }, + { + "year": 2021, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": 4256.0, + "basic_monthly_median": 4200.0, + "gross_monthly_mean": 4286.0, + "gross_monthly_median": 4200.0, + "gross_mthly_25_percentile": 4200.0, + "gross_mthly_75_percentile": 4600.0 + }, + { + "year": 2022, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": 4331.0, + "basic_monthly_median": 4200.0, + "gross_monthly_mean": 4331.0, + "gross_monthly_median": 4200.0, + "gross_mthly_25_percentile": 4200.0, + "gross_mthly_75_percentile": 4600.0 + }, + { + "year": 2023, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": 4586.0, + "basic_monthly_median": 4550.0, + "gross_monthly_mean": 4589.0, + "gross_monthly_median": 4550.0, + "gross_mthly_25_percentile": 4500.0, + "gross_mthly_75_percentile": 4950.0 + } + ] + }, + { + "university": "National University of Singapore", + "degree": "Bachelor of Engineering (Biomedical Engineering)", + "school": "College of Design and Engineering", + "slug": "bachelor-of-engineering-biomedical-engineering-nus", + "data": [ + { + "year": 2009, + "employment_rate_overall": 94.6, + "employment_rate_ft_perm": 83.8, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 2903.0, + "gross_monthly_median": 2900.0, + "gross_mthly_25_percentile": 2500.0, + "gross_mthly_75_percentile": 3100.0 + }, + { + "year": 2010, + "employment_rate_overall": 95.6, + "employment_rate_ft_perm": 75.6, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 2804.0, + "gross_monthly_median": 2700.0, + "gross_mthly_25_percentile": 2500.0, + "gross_mthly_75_percentile": 3000.0 + }, + { + "year": 2011, + "employment_rate_overall": 79.5, + "employment_rate_ft_perm": 79.5, + "basic_monthly_mean": 3142.0, + "basic_monthly_median": 3100.0, + "gross_monthly_mean": 3334.0, + "gross_monthly_median": 3250.0, + "gross_mthly_25_percentile": 2900.0, + "gross_mthly_75_percentile": 3800.0 + }, + { + "year": 2012, + "employment_rate_overall": 86.4, + "employment_rate_ft_perm": 79.5, + "basic_monthly_mean": 2898.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 2971.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2770.0, + "gross_mthly_75_percentile": 3320.0 + }, + { + "year": 2013, + "employment_rate_overall": 74.0, + "employment_rate_ft_perm": 60.0, + "basic_monthly_mean": 2823.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3068.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2720.0, + "gross_mthly_75_percentile": 3250.0 + }, + { + "year": 2014, + "employment_rate_overall": 87.5, + "employment_rate_ft_perm": 77.1, + "basic_monthly_mean": 2966.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3058.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2700.0, + "gross_mthly_75_percentile": 3300.0 + }, + { + "year": 2015, + "employment_rate_overall": 86.2, + "employment_rate_ft_perm": 75.9, + "basic_monthly_mean": 3256.0, + "basic_monthly_median": 3200.0, + "gross_monthly_mean": 3357.0, + "gross_monthly_median": 3300.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2016, + "employment_rate_overall": 91.9, + "employment_rate_ft_perm": 80.6, + "basic_monthly_mean": 3314.0, + "basic_monthly_median": 3100.0, + "gross_monthly_mean": 3366.0, + "gross_monthly_median": 3200.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2017, + "employment_rate_overall": 90.6, + "employment_rate_ft_perm": 81.3, + "basic_monthly_mean": 3215.0, + "basic_monthly_median": 3200.0, + "gross_monthly_mean": 3367.0, + "gross_monthly_median": 3300.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3700.0 + }, + { + "year": 2018, + "employment_rate_overall": 79.4, + "employment_rate_ft_perm": 69.8, + "basic_monthly_mean": 3357.0, + "basic_monthly_median": 3300.0, + "gross_monthly_mean": 3444.0, + "gross_monthly_median": 3389.0, + "gross_mthly_25_percentile": 3280.0, + "gross_mthly_75_percentile": 3650.0 + }, + { + "year": 2019, + "employment_rate_overall": 80.4, + "employment_rate_ft_perm": 68.6, + "basic_monthly_mean": 3480.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3535.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3200.0, + "gross_mthly_75_percentile": 3800.0 + }, + { + "year": 2020, + "employment_rate_overall": 95.8, + "employment_rate_ft_perm": 53.1, + "basic_monthly_mean": 3500.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3577.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3300.0, + "gross_mthly_75_percentile": 3740.0 + }, + { + "year": 2021, + "employment_rate_overall": 94.4, + "employment_rate_ft_perm": 83.3, + "basic_monthly_mean": 3610.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3732.0, + "gross_monthly_median": 3600.0, + "gross_mthly_25_percentile": 3300.0, + "gross_mthly_75_percentile": 4000.0 + }, + { + "year": 2022, + "employment_rate_overall": 97.2, + "employment_rate_ft_perm": 91.6, + "basic_monthly_mean": 4140.0, + "basic_monthly_median": 3800.0, + "gross_monthly_mean": 4268.0, + "gross_monthly_median": 4000.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 5000.0 + }, + { + "year": 2023, + "employment_rate_overall": 87.6, + "employment_rate_ft_perm": 81.4, + "basic_monthly_mean": 4123.0, + "basic_monthly_median": 4000.0, + "gross_monthly_mean": 4243.0, + "gross_monthly_median": 4100.0, + "gross_mthly_25_percentile": 3740.0, + "gross_mthly_75_percentile": 4600.0 + } + ] + }, + { + "university": "National University of Singapore", + "degree": "Bachelor of Engineering (Chemical Engineering)", + "school": "College of Design and Engineering", + "slug": "bachelor-of-engineering-chemical-engineering-nus", + "data": [ + { + "year": 2009, + "employment_rate_overall": 86.8, + "employment_rate_ft_perm": 84.5, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 2989.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2500.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2010, + "employment_rate_overall": 87.6, + "employment_rate_ft_perm": 82.9, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 3259.0, + "gross_monthly_median": 3100.0, + "gross_mthly_25_percentile": 2850.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2011, + "employment_rate_overall": 87.5, + "employment_rate_ft_perm": 83.9, + "basic_monthly_mean": 2959.0, + "basic_monthly_median": 2948.0, + "gross_monthly_mean": 3286.0, + "gross_monthly_median": 3184.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3515.0 + }, + { + "year": 2012, + "employment_rate_overall": 92.4, + "employment_rate_ft_perm": 90.3, + "basic_monthly_mean": 3159.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3335.0, + "gross_monthly_median": 3250.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3510.0 + }, + { + "year": 2013, + "employment_rate_overall": 93.2, + "employment_rate_ft_perm": 90.0, + "basic_monthly_mean": 3245.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3359.0, + "gross_monthly_median": 3175.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3644.0 + }, + { + "year": 2014, + "employment_rate_overall": 83.9, + "employment_rate_ft_perm": 76.4, + "basic_monthly_mean": 3277.0, + "basic_monthly_median": 3200.0, + "gross_monthly_mean": 3434.0, + "gross_monthly_median": 3300.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3650.0 + }, + { + "year": 2015, + "employment_rate_overall": 86.0, + "employment_rate_ft_perm": 82.9, + "basic_monthly_mean": 3400.0, + "basic_monthly_median": 3300.0, + "gross_monthly_mean": 3529.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 4000.0 + }, + { + "year": 2016, + "employment_rate_overall": 85.3, + "employment_rate_ft_perm": 80.3, + "basic_monthly_mean": 3414.0, + "basic_monthly_median": 3250.0, + "gross_monthly_mean": 3562.0, + "gross_monthly_median": 3450.0, + "gross_mthly_25_percentile": 3150.0, + "gross_mthly_75_percentile": 4000.0 + }, + { + "year": 2017, + "employment_rate_overall": 87.8, + "employment_rate_ft_perm": 81.3, + "basic_monthly_mean": 3550.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3727.0, + "gross_monthly_median": 3600.0, + "gross_mthly_25_percentile": 3300.0, + "gross_mthly_75_percentile": 4000.0 + }, + { + "year": 2018, + "employment_rate_overall": 89.9, + "employment_rate_ft_perm": 84.1, + "basic_monthly_mean": 3768.0, + "basic_monthly_median": 3700.0, + "gross_monthly_mean": 4050.0, + "gross_monthly_median": 4000.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 4300.0 + }, + { + "year": 2019, + "employment_rate_overall": 92.4, + "employment_rate_ft_perm": 86.7, + "basic_monthly_mean": 3802.0, + "basic_monthly_median": 3700.0, + "gross_monthly_mean": 3959.0, + "gross_monthly_median": 3950.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 4300.0 + }, + { + "year": 2020, + "employment_rate_overall": 97.0, + "employment_rate_ft_perm": 78.2, + "basic_monthly_mean": 3955.0, + "basic_monthly_median": 4000.0, + "gross_monthly_mean": 4155.0, + "gross_monthly_median": 4000.0, + "gross_mthly_25_percentile": 3700.0, + "gross_mthly_75_percentile": 4500.0 + }, + { + "year": 2021, + "employment_rate_overall": 91.4, + "employment_rate_ft_perm": 84.8, + "basic_monthly_mean": 3793.0, + "basic_monthly_median": 3700.0, + "gross_monthly_mean": 4023.0, + "gross_monthly_median": 3800.0, + "gross_mthly_25_percentile": 3600.0, + "gross_mthly_75_percentile": 4300.0 + }, + { + "year": 2022, + "employment_rate_overall": 96.6, + "employment_rate_ft_perm": 95.5, + "basic_monthly_mean": 4487.0, + "basic_monthly_median": 4400.0, + "gross_monthly_mean": 4690.0, + "gross_monthly_median": 4675.0, + "gross_mthly_25_percentile": 4018.0, + "gross_mthly_75_percentile": 5100.0 + }, + { + "year": 2023, + "employment_rate_overall": 85.7, + "employment_rate_ft_perm": 80.7, + "basic_monthly_mean": 4374.0, + "basic_monthly_median": 4200.0, + "gross_monthly_mean": 4602.0, + "gross_monthly_median": 4405.0, + "gross_mthly_25_percentile": 4000.0, + "gross_mthly_75_percentile": 4760.0 + } + ] + }, + { + "university": "National University of Singapore", + "degree": "Bachelor of Engineering (Civil Engineering)", + "school": "College of Design and Engineering", + "slug": "bachelor-of-engineering-civil-engineering-nus", + "data": [ + { + "year": 2009, + "employment_rate_overall": 96.4, + "employment_rate_ft_perm": 92.9, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 2801.0, + "gross_monthly_median": 2800.0, + "gross_mthly_25_percentile": 2550.0, + "gross_mthly_75_percentile": 3000.0 + }, + { + "year": 2010, + "employment_rate_overall": 98.4, + "employment_rate_ft_perm": 93.5, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 2757.0, + "gross_monthly_median": 2700.0, + "gross_mthly_25_percentile": 2600.0, + "gross_mthly_75_percentile": 2800.0 + }, + { + "year": 2011, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": 2878.0, + "basic_monthly_median": 2900.0, + "gross_monthly_mean": 3126.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2900.0, + "gross_mthly_75_percentile": 3200.0 + }, + { + "year": 2012, + "employment_rate_overall": 98.5, + "employment_rate_ft_perm": 96.9, + "basic_monthly_mean": 3013.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3101.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2900.0, + "gross_mthly_75_percentile": 3200.0 + }, + { + "year": 2013, + "employment_rate_overall": 96.1, + "employment_rate_ft_perm": 94.1, + "basic_monthly_mean": 3140.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3154.0, + "gross_monthly_median": 3050.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3300.0 + }, + { + "year": 2014, + "employment_rate_overall": 97.1, + "employment_rate_ft_perm": 97.1, + "basic_monthly_mean": 3212.0, + "basic_monthly_median": 3200.0, + "gross_monthly_mean": 3281.0, + "gross_monthly_median": 3208.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2015, + "employment_rate_overall": 96.5, + "employment_rate_ft_perm": 95.3, + "basic_monthly_mean": 3300.0, + "basic_monthly_median": 3300.0, + "gross_monthly_mean": 3366.0, + "gross_monthly_median": 3350.0, + "gross_mthly_25_percentile": 3200.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2016, + "employment_rate_overall": 95.3, + "employment_rate_ft_perm": 91.9, + "basic_monthly_mean": 3402.0, + "basic_monthly_median": 3300.0, + "gross_monthly_mean": 3509.0, + "gross_monthly_median": 3420.0, + "gross_mthly_25_percentile": 3200.0, + "gross_mthly_75_percentile": 3800.0 + }, + { + "year": 2017, + "employment_rate_overall": 95.5, + "employment_rate_ft_perm": 90.9, + "basic_monthly_mean": 3361.0, + "basic_monthly_median": 3300.0, + "gross_monthly_mean": 3427.0, + "gross_monthly_median": 3300.0, + "gross_mthly_25_percentile": 3135.0, + "gross_mthly_75_percentile": 3700.0 + }, + { + "year": 2018, + "employment_rate_overall": 91.8, + "employment_rate_ft_perm": 89.8, + "basic_monthly_mean": 3520.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3627.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3300.0, + "gross_mthly_75_percentile": 3900.0 + }, + { + "year": 2019, + "employment_rate_overall": 95.0, + "employment_rate_ft_perm": 93.0, + "basic_monthly_mean": 3685.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3746.0, + "gross_monthly_median": 3600.0, + "gross_mthly_25_percentile": 3400.0, + "gross_mthly_75_percentile": 4025.0 + }, + { + "year": 2020, + "employment_rate_overall": 95.5, + "employment_rate_ft_perm": 86.5, + "basic_monthly_mean": 3661.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3739.0, + "gross_monthly_median": 3590.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 4050.0 + }, + { + "year": 2021, + "employment_rate_overall": 97.3, + "employment_rate_ft_perm": 97.3, + "basic_monthly_mean": 3780.0, + "basic_monthly_median": 3700.0, + "gross_monthly_mean": 3897.0, + "gross_monthly_median": 3700.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 4100.0 + }, + { + "year": 2022, + "employment_rate_overall": 93.8, + "employment_rate_ft_perm": 88.9, + "basic_monthly_mean": 3979.0, + "basic_monthly_median": 3921.0, + "gross_monthly_mean": 4139.0, + "gross_monthly_median": 4000.0, + "gross_mthly_25_percentile": 3700.0, + "gross_mthly_75_percentile": 4400.0 + }, + { + "year": 2023, + "employment_rate_overall": 93.9, + "employment_rate_ft_perm": 87.7, + "basic_monthly_mean": 3966.0, + "basic_monthly_median": 3900.0, + "gross_monthly_mean": 4139.0, + "gross_monthly_median": 4000.0, + "gross_mthly_25_percentile": 3800.0, + "gross_mthly_75_percentile": 4500.0 + } + ] + }, + { + "university": "National University of Singapore", + "degree": "Bachelor of Engineering (Computer Engineering)", + "school": "Multi-Disciplinary Programmes", + "slug": "bachelor-of-engineering-computer-engineering-nus", + "data": [ + { + "year": 2009, + "employment_rate_overall": 91.8, + "employment_rate_ft_perm": 87.8, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 3103.0, + "gross_monthly_median": 2900.0, + "gross_mthly_25_percentile": 2700.0, + "gross_mthly_75_percentile": 3440.0 + }, + { + "year": 2010, + "employment_rate_overall": 92.3, + "employment_rate_ft_perm": 87.2, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 3163.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2700.0, + "gross_mthly_75_percentile": 3700.0 + }, + { + "year": 2011, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 95.5, + "basic_monthly_mean": 3301.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3421.0, + "gross_monthly_median": 3100.0, + "gross_mthly_25_percentile": 2800.0, + "gross_mthly_75_percentile": 3682.0 + }, + { + "year": 2012, + "employment_rate_overall": 94.0, + "employment_rate_ft_perm": 90.0, + "basic_monthly_mean": 3557.0, + "basic_monthly_median": 3200.0, + "gross_monthly_mean": 3630.0, + "gross_monthly_median": 3200.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3942.0 + }, + { + "year": 2013, + "employment_rate_overall": 88.9, + "employment_rate_ft_perm": 85.6, + "basic_monthly_mean": 3592.0, + "basic_monthly_median": 3200.0, + "gross_monthly_mean": 3653.0, + "gross_monthly_median": 3200.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3970.0 + }, + { + "year": 2014, + "employment_rate_overall": 95.2, + "employment_rate_ft_perm": 92.4, + "basic_monthly_mean": 3674.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3762.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3200.0, + "gross_mthly_75_percentile": 4080.0 + }, + { + "year": 2015, + "employment_rate_overall": 91.8, + "employment_rate_ft_perm": 90.6, + "basic_monthly_mean": 4119.0, + "basic_monthly_median": 4000.0, + "gross_monthly_mean": 4252.0, + "gross_monthly_median": 4000.0, + "gross_mthly_25_percentile": 3325.0, + "gross_mthly_75_percentile": 4583.0 + }, + { + "year": 2016, + "employment_rate_overall": 89.1, + "employment_rate_ft_perm": 85.9, + "basic_monthly_mean": 3884.0, + "basic_monthly_median": 3700.0, + "gross_monthly_mean": 3942.0, + "gross_monthly_median": 3900.0, + "gross_mthly_25_percentile": 3467.0, + "gross_mthly_75_percentile": 4500.0 + }, + { + "year": 2017, + "employment_rate_overall": 89.4, + "employment_rate_ft_perm": 84.7, + "basic_monthly_mean": 4010.0, + "basic_monthly_median": 3600.0, + "gross_monthly_mean": 4131.0, + "gross_monthly_median": 3900.0, + "gross_mthly_25_percentile": 3588.0, + "gross_mthly_75_percentile": 4500.0 + }, + { + "year": 2018, + "employment_rate_overall": 88.6, + "employment_rate_ft_perm": 84.3, + "basic_monthly_mean": 4105.0, + "basic_monthly_median": 3800.0, + "gross_monthly_mean": 4188.0, + "gross_monthly_median": 3975.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 4900.0 + }, + { + "year": 2019, + "employment_rate_overall": 92.9, + "employment_rate_ft_perm": 91.7, + "basic_monthly_mean": 4653.0, + "basic_monthly_median": 4000.0, + "gross_monthly_mean": 4732.0, + "gross_monthly_median": 4000.0, + "gross_mthly_25_percentile": 3750.0, + "gross_mthly_75_percentile": 4900.0 + }, + { + "year": 2020, + "employment_rate_overall": 93.7, + "employment_rate_ft_perm": 81.1, + "basic_monthly_mean": 4904.0, + "basic_monthly_median": 5000.0, + "gross_monthly_mean": 4977.0, + "gross_monthly_median": 5000.0, + "gross_mthly_25_percentile": 4080.0, + "gross_mthly_75_percentile": 5500.0 + }, + { + "year": 2021, + "employment_rate_overall": 97.4, + "employment_rate_ft_perm": 91.2, + "basic_monthly_mean": 5345.0, + "basic_monthly_median": 5000.0, + "gross_monthly_mean": 5473.0, + "gross_monthly_median": 5400.0, + "gross_mthly_25_percentile": 4500.0, + "gross_mthly_75_percentile": 6200.0 + }, + { + "year": 2022, + "employment_rate_overall": 94.5, + "employment_rate_ft_perm": 92.7, + "basic_monthly_mean": 6183.0, + "basic_monthly_median": 5900.0, + "gross_monthly_mean": 6367.0, + "gross_monthly_median": 6000.0, + "gross_mthly_25_percentile": 5300.0, + "gross_mthly_75_percentile": 6800.0 + }, + { + "year": 2023, + "employment_rate_overall": 89.9, + "employment_rate_ft_perm": 86.2, + "basic_monthly_mean": 5529.0, + "basic_monthly_median": 5450.0, + "gross_monthly_mean": 5737.0, + "gross_monthly_median": 5595.0, + "gross_mthly_25_percentile": 4900.0, + "gross_mthly_75_percentile": 6355.0 + } + ] + }, + { + "university": "National University of Singapore", + "degree": "Bachelor of Engineering (Electrical Engineering)", + "school": "College of Design and Engineering", + "slug": "bachelor-of-engineering-electrical-engineering-nus", + "data": [ + { + "year": 2009, + "employment_rate_overall": 92.5, + "employment_rate_ft_perm": 89.7, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 2912.0, + "gross_monthly_median": 2900.0, + "gross_mthly_25_percentile": 2500.0, + "gross_mthly_75_percentile": 3150.0 + }, + { + "year": 2010, + "employment_rate_overall": 90.4, + "employment_rate_ft_perm": 88.5, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 3235.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2800.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2011, + "employment_rate_overall": 90.7, + "employment_rate_ft_perm": 88.4, + "basic_monthly_mean": 3171.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3327.0, + "gross_monthly_median": 3100.0, + "gross_mthly_25_percentile": 2900.0, + "gross_mthly_75_percentile": 3600.0 + }, + { + "year": 2012, + "employment_rate_overall": 90.7, + "employment_rate_ft_perm": 87.3, + "basic_monthly_mean": 3125.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3301.0, + "gross_monthly_median": 3100.0, + "gross_mthly_25_percentile": 2924.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2013, + "employment_rate_overall": 88.5, + "employment_rate_ft_perm": 88.0, + "basic_monthly_mean": 3286.0, + "basic_monthly_median": 3100.0, + "gross_monthly_mean": 3334.0, + "gross_monthly_median": 3200.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3600.0 + }, + { + "year": 2014, + "employment_rate_overall": 90.6, + "employment_rate_ft_perm": 88.1, + "basic_monthly_mean": 3306.0, + "basic_monthly_median": 3200.0, + "gross_monthly_mean": 3571.0, + "gross_monthly_median": 3300.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3800.0 + }, + { + "year": 2015, + "employment_rate_overall": 92.1, + "employment_rate_ft_perm": 90.4, + "basic_monthly_mean": 3452.0, + "basic_monthly_median": 3200.0, + "gross_monthly_mean": 3589.0, + "gross_monthly_median": 3300.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3700.0 + }, + { + "year": 2016, + "employment_rate_overall": 91.9, + "employment_rate_ft_perm": 87.6, + "basic_monthly_mean": 3669.0, + "basic_monthly_median": 3400.0, + "gross_monthly_mean": 3765.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3200.0, + "gross_mthly_75_percentile": 4200.0 + }, + { + "year": 2017, + "employment_rate_overall": 89.4, + "employment_rate_ft_perm": 86.5, + "basic_monthly_mean": 3529.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3641.0, + "gross_monthly_median": 3600.0, + "gross_mthly_25_percentile": 3300.0, + "gross_mthly_75_percentile": 3900.0 + }, + { + "year": 2018, + "employment_rate_overall": 91.0, + "employment_rate_ft_perm": 83.4, + "basic_monthly_mean": 3712.0, + "basic_monthly_median": 3600.0, + "gross_monthly_mean": 3982.0, + "gross_monthly_median": 3700.0, + "gross_mthly_25_percentile": 3400.0, + "gross_mthly_75_percentile": 4546.0 + }, + { + "year": 2019, + "employment_rate_overall": 89.6, + "employment_rate_ft_perm": 85.2, + "basic_monthly_mean": 3957.0, + "basic_monthly_median": 3800.0, + "gross_monthly_mean": 4101.0, + "gross_monthly_median": 4000.0, + "gross_mthly_25_percentile": 3600.0, + "gross_mthly_75_percentile": 4600.0 + }, + { + "year": 2020, + "employment_rate_overall": 91.0, + "employment_rate_ft_perm": 75.4, + "basic_monthly_mean": 4256.0, + "basic_monthly_median": 4000.0, + "gross_monthly_mean": 4370.0, + "gross_monthly_median": 4200.0, + "gross_mthly_25_percentile": 3800.0, + "gross_mthly_75_percentile": 5000.0 + }, + { + "year": 2021, + "employment_rate_overall": 95.1, + "employment_rate_ft_perm": 93.0, + "basic_monthly_mean": 4251.0, + "basic_monthly_median": 4000.0, + "gross_monthly_mean": 4377.0, + "gross_monthly_median": 4150.0, + "gross_mthly_25_percentile": 3900.0, + "gross_mthly_75_percentile": 4550.0 + }, + { + "year": 2022, + "employment_rate_overall": 92.2, + "employment_rate_ft_perm": 90.7, + "basic_monthly_mean": 4730.0, + "basic_monthly_median": 4700.0, + "gross_monthly_mean": 4913.0, + "gross_monthly_median": 4800.0, + "gross_mthly_25_percentile": 4380.0, + "gross_mthly_75_percentile": 5500.0 + }, + { + "year": 2023, + "employment_rate_overall": 92.2, + "employment_rate_ft_perm": 89.7, + "basic_monthly_mean": 4790.0, + "basic_monthly_median": 4675.0, + "gross_monthly_mean": 4918.0, + "gross_monthly_median": 4800.0, + "gross_mthly_25_percentile": 4340.0, + "gross_mthly_75_percentile": 5350.0 + } + ] + }, + { + "university": "National University of Singapore", + "degree": "Bachelor of Engineering (Engineering Science)", + "school": "College of Design and Engineering", + "slug": "bachelor-of-engineering-engineering-science-nus", + "data": [ + { + "year": 2010, + "employment_rate_overall": 90.0, + "employment_rate_ft_perm": 75.0, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 2571.0, + "gross_monthly_median": 2750.0, + "gross_mthly_25_percentile": 2500.0, + "gross_mthly_75_percentile": 3000.0 + }, + { + "year": 2011, + "employment_rate_overall": 78.3, + "employment_rate_ft_perm": 78.3, + "basic_monthly_mean": 3078.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3203.0, + "gross_monthly_median": 3170.0, + "gross_mthly_25_percentile": 2950.0, + "gross_mthly_75_percentile": 3250.0 + }, + { + "year": 2012, + "employment_rate_overall": 88.5, + "employment_rate_ft_perm": 76.9, + "basic_monthly_mean": 3152.0, + "basic_monthly_median": 3050.0, + "gross_monthly_mean": 3232.0, + "gross_monthly_median": 3200.0, + "gross_mthly_25_percentile": 2885.0, + "gross_mthly_75_percentile": 3613.0 + }, + { + "year": 2013, + "employment_rate_overall": 86.2, + "employment_rate_ft_perm": 75.9, + "basic_monthly_mean": 2940.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 2960.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2800.0, + "gross_mthly_75_percentile": 3150.0 + }, + { + "year": 2014, + "employment_rate_overall": 81.3, + "employment_rate_ft_perm": 62.5, + "basic_monthly_mean": 3375.0, + "basic_monthly_median": 3300.0, + "gross_monthly_mean": 3465.0, + "gross_monthly_median": 3400.0, + "gross_mthly_25_percentile": 3275.0, + "gross_mthly_75_percentile": 3790.0 + }, + { + "year": 2015, + "employment_rate_overall": 82.6, + "employment_rate_ft_perm": 73.9, + "basic_monthly_mean": 3768.0, + "basic_monthly_median": 3735.0, + "gross_monthly_mean": 3812.0, + "gross_monthly_median": 3800.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 4420.0 + }, + { + "year": 2016, + "employment_rate_overall": 85.2, + "employment_rate_ft_perm": 74.1, + "basic_monthly_mean": 3549.0, + "basic_monthly_median": 3400.0, + "gross_monthly_mean": 3707.0, + "gross_monthly_median": 3740.0, + "gross_mthly_25_percentile": 3350.0, + "gross_mthly_75_percentile": 4026.0 + }, + { + "year": 2017, + "employment_rate_overall": 76.5, + "employment_rate_ft_perm": 64.7, + "basic_monthly_mean": 3783.0, + "basic_monthly_median": 3600.0, + "gross_monthly_mean": 3827.0, + "gross_monthly_median": 3675.0, + "gross_mthly_25_percentile": 3440.0, + "gross_mthly_75_percentile": 4200.0 + }, + { + "year": 2019, + "employment_rate_overall": 84.6, + "employment_rate_ft_perm": 84.6, + "basic_monthly_mean": 4115.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 4285.0, + "gross_monthly_median": 3750.0, + "gross_mthly_25_percentile": 3400.0, + "gross_mthly_75_percentile": 5200.0 + }, + { + "year": 2020, + "employment_rate_overall": 91.3, + "employment_rate_ft_perm": 73.9, + "basic_monthly_mean": 4499.0, + "basic_monthly_median": 4000.0, + "gross_monthly_mean": 4584.0, + "gross_monthly_median": 4000.0, + "gross_mthly_25_percentile": 3765.0, + "gross_mthly_75_percentile": 5000.0 + }, + { + "year": 2021, + "employment_rate_overall": 89.5, + "employment_rate_ft_perm": 68.4, + "basic_monthly_mean": 4189.0, + "basic_monthly_median": 4500.0, + "gross_monthly_mean": 4399.0, + "gross_monthly_median": 4500.0, + "gross_mthly_25_percentile": 4000.0, + "gross_mthly_75_percentile": 4900.0 + }, + { + "year": 2022, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": 4622.0, + "basic_monthly_median": 4450.0, + "gross_monthly_mean": 4659.0, + "gross_monthly_median": 4450.0, + "gross_mthly_25_percentile": 4080.0, + "gross_mthly_75_percentile": 5000.0 + }, + { + "year": 2023, + "employment_rate_overall": 77.8, + "employment_rate_ft_perm": 77.8, + "basic_monthly_mean": 4504.0, + "basic_monthly_median": 4200.0, + "gross_monthly_mean": 4605.0, + "gross_monthly_median": 4500.0, + "gross_mthly_25_percentile": 4000.0, + "gross_mthly_75_percentile": 5200.0 + } + ] + }, + { + "university": "National University of Singapore", + "degree": "Bachelor of Engineering (Environmental Engineering)", + "school": "College of Design and Engineering", + "slug": "bachelor-of-engineering-environmental-engineering-nus", + "data": [ + { + "year": 2009, + "employment_rate_overall": 63.2, + "employment_rate_ft_perm": 63.2, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 2667.0, + "gross_monthly_median": 2650.0, + "gross_mthly_25_percentile": 2350.0, + "gross_mthly_75_percentile": 3000.0 + }, + { + "year": 2010, + "employment_rate_overall": 82.6, + "employment_rate_ft_perm": 82.6, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 2895.0, + "gross_monthly_median": 2800.0, + "gross_mthly_25_percentile": 2700.0, + "gross_mthly_75_percentile": 3200.0 + }, + { + "year": 2011, + "employment_rate_overall": 93.0, + "employment_rate_ft_perm": 88.4, + "basic_monthly_mean": 2962.0, + "basic_monthly_median": 2800.0, + "gross_monthly_mean": 3215.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2800.0, + "gross_mthly_75_percentile": 3300.0 + }, + { + "year": 2012, + "employment_rate_overall": 90.7, + "employment_rate_ft_perm": 83.7, + "basic_monthly_mean": 3111.0, + "basic_monthly_median": 3040.0, + "gross_monthly_mean": 3206.0, + "gross_monthly_median": 3125.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3409.0 + }, + { + "year": 2013, + "employment_rate_overall": 93.8, + "employment_rate_ft_perm": 87.5, + "basic_monthly_mean": 3153.0, + "basic_monthly_median": 3100.0, + "gross_monthly_mean": 3208.0, + "gross_monthly_median": 3110.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2014, + "employment_rate_overall": 95.2, + "employment_rate_ft_perm": 92.9, + "basic_monthly_mean": 3250.0, + "basic_monthly_median": 3200.0, + "gross_monthly_mean": 3215.0, + "gross_monthly_median": 3230.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3422.0 + }, + { + "year": 2015, + "employment_rate_overall": 88.1, + "employment_rate_ft_perm": 85.7, + "basic_monthly_mean": 3318.0, + "basic_monthly_median": 3430.0, + "gross_monthly_mean": 3337.0, + "gross_monthly_median": 3450.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3670.0 + }, + { + "year": 2016, + "employment_rate_overall": 79.3, + "employment_rate_ft_perm": 65.5, + "basic_monthly_mean": 3432.0, + "basic_monthly_median": 3300.0, + "gross_monthly_mean": 3470.0, + "gross_monthly_median": 3350.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3832.0 + }, + { + "year": 2017, + "employment_rate_overall": 86.3, + "employment_rate_ft_perm": 71.2, + "basic_monthly_mean": 3425.0, + "basic_monthly_median": 3100.0, + "gross_monthly_mean": 3546.0, + "gross_monthly_median": 3350.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3800.0 + }, + { + "year": 2018, + "employment_rate_overall": 88.9, + "employment_rate_ft_perm": 74.6, + "basic_monthly_mean": 3411.0, + "basic_monthly_median": 3300.0, + "gross_monthly_mean": 3518.0, + "gross_monthly_median": 3400.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3868.0 + }, + { + "year": 2019, + "employment_rate_overall": 89.5, + "employment_rate_ft_perm": 80.7, + "basic_monthly_mean": 3473.0, + "basic_monthly_median": 3400.0, + "gross_monthly_mean": 3569.0, + "gross_monthly_median": 3400.0, + "gross_mthly_25_percentile": 3200.0, + "gross_mthly_75_percentile": 3900.0 + }, + { + "year": 2020, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 63.2, + "basic_monthly_mean": 3473.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3572.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3250.0, + "gross_mthly_75_percentile": 3875.0 + }, + { + "year": 2021, + "employment_rate_overall": 97.1, + "employment_rate_ft_perm": 88.6, + "basic_monthly_mean": 3572.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3607.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3300.0, + "gross_mthly_75_percentile": 3900.0 + }, + { + "year": 2022, + "employment_rate_overall": 87.1, + "employment_rate_ft_perm": 83.9, + "basic_monthly_mean": 4252.0, + "basic_monthly_median": 4000.0, + "gross_monthly_mean": 4496.0, + "gross_monthly_median": 4200.0, + "gross_mthly_25_percentile": 3850.0, + "gross_mthly_75_percentile": 5000.0 + }, + { + "year": 2023, + "employment_rate_overall": 76.9, + "employment_rate_ft_perm": 74.4, + "basic_monthly_mean": 4199.0, + "basic_monthly_median": 4200.0, + "gross_monthly_mean": 4299.0, + "gross_monthly_median": 4243.0, + "gross_mthly_25_percentile": 3900.0, + "gross_mthly_75_percentile": 4588.0 + } + ] + }, + { + "university": "National University of Singapore", + "degree": "Bachelor of Engineering (Industrial and Systems Engineering)", + "school": "College of Design and Engineering", + "slug": "bachelor-of-engineering-industrial-and-systems-engineering-nus", + "data": [ + { + "year": 2009, + "employment_rate_overall": 97.5, + "employment_rate_ft_perm": 92.5, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 3099.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2650.0, + "gross_mthly_75_percentile": 3450.0 + }, + { + "year": 2010, + "employment_rate_overall": 92.3, + "employment_rate_ft_perm": 90.4, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 3357.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2800.0, + "gross_mthly_75_percentile": 3750.0 + }, + { + "year": 2011, + "employment_rate_overall": 95.6, + "employment_rate_ft_perm": 91.1, + "basic_monthly_mean": 3269.0, + "basic_monthly_median": 3150.0, + "gross_monthly_mean": 3539.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 2900.0, + "gross_mthly_75_percentile": 3950.0 + }, + { + "year": 2012, + "employment_rate_overall": 92.0, + "employment_rate_ft_perm": 90.0, + "basic_monthly_mean": 3323.0, + "basic_monthly_median": 3100.0, + "gross_monthly_mean": 3442.0, + "gross_monthly_median": 3375.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3815.0 + }, + { + "year": 2013, + "employment_rate_overall": 93.9, + "employment_rate_ft_perm": 92.4, + "basic_monthly_mean": 3330.0, + "basic_monthly_median": 3200.0, + "gross_monthly_mean": 3397.0, + "gross_monthly_median": 3200.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3800.0 + }, + { + "year": 2014, + "employment_rate_overall": 96.5, + "employment_rate_ft_perm": 96.5, + "basic_monthly_mean": 3591.0, + "basic_monthly_median": 3350.0, + "gross_monthly_mean": 3719.0, + "gross_monthly_median": 3600.0, + "gross_mthly_25_percentile": 3200.0, + "gross_mthly_75_percentile": 4000.0 + }, + { + "year": 2015, + "employment_rate_overall": 96.1, + "employment_rate_ft_perm": 94.7, + "basic_monthly_mean": 3624.0, + "basic_monthly_median": 3475.0, + "gross_monthly_mean": 3724.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3300.0, + "gross_mthly_75_percentile": 4030.0 + }, + { + "year": 2016, + "employment_rate_overall": 80.3, + "employment_rate_ft_perm": 78.9, + "basic_monthly_mean": 3788.0, + "basic_monthly_median": 3450.0, + "gross_monthly_mean": 3879.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3300.0, + "gross_mthly_75_percentile": 4250.0 + }, + { + "year": 2017, + "employment_rate_overall": 93.3, + "employment_rate_ft_perm": 89.9, + "basic_monthly_mean": 3905.0, + "basic_monthly_median": 3725.0, + "gross_monthly_mean": 4035.0, + "gross_monthly_median": 3875.0, + "gross_mthly_25_percentile": 3450.0, + "gross_mthly_75_percentile": 4200.0 + }, + { + "year": 2018, + "employment_rate_overall": 91.5, + "employment_rate_ft_perm": 87.8, + "basic_monthly_mean": 3889.0, + "basic_monthly_median": 3800.0, + "gross_monthly_mean": 4051.0, + "gross_monthly_median": 3895.0, + "gross_mthly_25_percentile": 3600.0, + "gross_mthly_75_percentile": 4500.0 + }, + { + "year": 2019, + "employment_rate_overall": 97.6, + "employment_rate_ft_perm": 96.5, + "basic_monthly_mean": 4303.0, + "basic_monthly_median": 3850.0, + "gross_monthly_mean": 4451.0, + "gross_monthly_median": 4000.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 4600.0 + }, + { + "year": 2020, + "employment_rate_overall": 97.2, + "employment_rate_ft_perm": 93.0, + "basic_monthly_mean": 4236.0, + "basic_monthly_median": 4010.0, + "gross_monthly_mean": 4337.0, + "gross_monthly_median": 4380.0, + "gross_mthly_25_percentile": 3700.0, + "gross_mthly_75_percentile": 4800.0 + }, + { + "year": 2021, + "employment_rate_overall": 96.7, + "employment_rate_ft_perm": 91.8, + "basic_monthly_mean": 4237.0, + "basic_monthly_median": 4150.0, + "gross_monthly_mean": 4417.0, + "gross_monthly_median": 4500.0, + "gross_mthly_25_percentile": 4000.0, + "gross_mthly_75_percentile": 4900.0 + }, + { + "year": 2022, + "employment_rate_overall": 92.9, + "employment_rate_ft_perm": 92.9, + "basic_monthly_mean": 5137.0, + "basic_monthly_median": 5000.0, + "gross_monthly_mean": 5281.0, + "gross_monthly_median": 5000.0, + "gross_mthly_25_percentile": 4290.0, + "gross_mthly_75_percentile": 5650.0 + }, + { + "year": 2023, + "employment_rate_overall": 94.6, + "employment_rate_ft_perm": 94.6, + "basic_monthly_mean": 4483.0, + "basic_monthly_median": 4500.0, + "gross_monthly_mean": 4744.0, + "gross_monthly_median": 4600.0, + "gross_mthly_25_percentile": 4280.0, + "gross_mthly_75_percentile": 4990.0 + } + ] + }, + { + "university": "National University of Singapore", + "degree": "Bachelor of Engineering (Materials Science and Engineering)", + "school": "College of Design and Engineering", + "slug": "bachelor-of-engineering-materials-science-and-engineering-nus", + "data": [ + { + "year": 2009, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 93.8, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 2880.0, + "gross_monthly_median": 2900.0, + "gross_mthly_25_percentile": 2500.0, + "gross_mthly_75_percentile": 3000.0 + }, + { + "year": 2010, + "employment_rate_overall": 83.9, + "employment_rate_ft_perm": 77.4, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 3107.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2800.0, + "gross_mthly_75_percentile": 3200.0 + }, + { + "year": 2011, + "employment_rate_overall": 91.7, + "employment_rate_ft_perm": 91.7, + "basic_monthly_mean": 2920.0, + "basic_monthly_median": 2900.0, + "gross_monthly_mean": 3255.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2700.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2012, + "employment_rate_overall": 95.2, + "employment_rate_ft_perm": 92.9, + "basic_monthly_mean": 3002.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3139.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2600.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2013, + "employment_rate_overall": 90.9, + "employment_rate_ft_perm": 87.9, + "basic_monthly_mean": 3036.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3169.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3260.0 + }, + { + "year": 2014, + "employment_rate_overall": 78.6, + "employment_rate_ft_perm": 73.8, + "basic_monthly_mean": 3054.0, + "basic_monthly_median": 3100.0, + "gross_monthly_mean": 3350.0, + "gross_monthly_median": 3300.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3600.0 + }, + { + "year": 2015, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 95.0, + "basic_monthly_mean": 3121.0, + "basic_monthly_median": 3200.0, + "gross_monthly_mean": 3391.0, + "gross_monthly_median": 3350.0, + "gross_mthly_25_percentile": 3050.0, + "gross_mthly_75_percentile": 3790.0 + }, + { + "year": 2016, + "employment_rate_overall": 90.2, + "employment_rate_ft_perm": 78.4, + "basic_monthly_mean": 3381.0, + "basic_monthly_median": 3300.0, + "gross_monthly_mean": 3501.0, + "gross_monthly_median": 3540.0, + "gross_mthly_25_percentile": 3200.0, + "gross_mthly_75_percentile": 3900.0 + }, + { + "year": 2017, + "employment_rate_overall": 94.0, + "employment_rate_ft_perm": 86.0, + "basic_monthly_mean": 3269.0, + "basic_monthly_median": 3200.0, + "gross_monthly_mean": 3570.0, + "gross_monthly_median": 3388.0, + "gross_mthly_25_percentile": 3200.0, + "gross_mthly_75_percentile": 3950.0 + }, + { + "year": 2018, + "employment_rate_overall": 88.6, + "employment_rate_ft_perm": 86.4, + "basic_monthly_mean": 3550.0, + "basic_monthly_median": 3600.0, + "gross_monthly_mean": 3794.0, + "gross_monthly_median": 3600.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 4305.0 + }, + { + "year": 2019, + "employment_rate_overall": 78.6, + "employment_rate_ft_perm": 76.2, + "basic_monthly_mean": 3796.0, + "basic_monthly_median": 3700.0, + "gross_monthly_mean": 4086.0, + "gross_monthly_median": 4000.0, + "gross_mthly_25_percentile": 3700.0, + "gross_mthly_75_percentile": 4600.0 + }, + { + "year": 2020, + "employment_rate_overall": 90.3, + "employment_rate_ft_perm": 66.1, + "basic_monthly_mean": 3795.0, + "basic_monthly_median": 3700.0, + "gross_monthly_mean": 3922.0, + "gross_monthly_median": 3900.0, + "gross_mthly_25_percentile": 3600.0, + "gross_mthly_75_percentile": 4200.0 + }, + { + "year": 2021, + "employment_rate_overall": 91.7, + "employment_rate_ft_perm": 87.5, + "basic_monthly_mean": 3899.0, + "basic_monthly_median": 3775.0, + "gross_monthly_mean": 4020.0, + "gross_monthly_median": 3896.0, + "gross_mthly_25_percentile": 3600.0, + "gross_mthly_75_percentile": 4200.0 + }, + { + "year": 2022, + "employment_rate_overall": 92.9, + "employment_rate_ft_perm": 87.1, + "basic_monthly_mean": 4384.0, + "basic_monthly_median": 4360.0, + "gross_monthly_mean": 4539.0, + "gross_monthly_median": 4500.0, + "gross_mthly_25_percentile": 3850.0, + "gross_mthly_75_percentile": 5000.0 + }, + { + "year": 2023, + "employment_rate_overall": 83.0, + "employment_rate_ft_perm": 75.5, + "basic_monthly_mean": 4253.0, + "basic_monthly_median": 4200.0, + "gross_monthly_mean": 4371.0, + "gross_monthly_median": 4346.0, + "gross_mthly_25_percentile": 4000.0, + "gross_mthly_75_percentile": 4700.0 + } + ] + }, + { + "university": "National University of Singapore", + "degree": "Bachelor of Engineering (Mechanical Engineering)", + "school": "College of Design and Engineering", + "slug": "bachelor-of-engineering-mechanical-engineering-nus", + "data": [ + { + "year": 2009, + "employment_rate_overall": 89.7, + "employment_rate_ft_perm": 85.4, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 2966.0, + "gross_monthly_median": 2900.0, + "gross_mthly_25_percentile": 2600.0, + "gross_mthly_75_percentile": 3200.0 + }, + { + "year": 2010, + "employment_rate_overall": 89.3, + "employment_rate_ft_perm": 85.2, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 3067.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2700.0, + "gross_mthly_75_percentile": 3200.0 + }, + { + "year": 2011, + "employment_rate_overall": 91.3, + "employment_rate_ft_perm": 89.4, + "basic_monthly_mean": 2959.0, + "basic_monthly_median": 2900.0, + "gross_monthly_mean": 3143.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2800.0, + "gross_mthly_75_percentile": 3400.0 + }, + { + "year": 2012, + "employment_rate_overall": 92.3, + "employment_rate_ft_perm": 91.4, + "basic_monthly_mean": 3208.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3357.0, + "gross_monthly_median": 3250.0, + "gross_mthly_25_percentile": 2980.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2013, + "employment_rate_overall": 89.1, + "employment_rate_ft_perm": 87.2, + "basic_monthly_mean": 3155.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3319.0, + "gross_monthly_median": 3225.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2014, + "employment_rate_overall": 90.0, + "employment_rate_ft_perm": 88.5, + "basic_monthly_mean": 3160.0, + "basic_monthly_median": 3100.0, + "gross_monthly_mean": 3323.0, + "gross_monthly_median": 3200.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2015, + "employment_rate_overall": 83.3, + "employment_rate_ft_perm": 80.0, + "basic_monthly_mean": 3279.0, + "basic_monthly_median": 3200.0, + "gross_monthly_mean": 3422.0, + "gross_monthly_median": 3300.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3600.0 + }, + { + "year": 2016, + "employment_rate_overall": 86.6, + "employment_rate_ft_perm": 81.0, + "basic_monthly_mean": 3470.0, + "basic_monthly_median": 3300.0, + "gross_monthly_mean": 3560.0, + "gross_monthly_median": 3400.0, + "gross_mthly_25_percentile": 3150.0, + "gross_mthly_75_percentile": 3800.0 + }, + { + "year": 2017, + "employment_rate_overall": 87.3, + "employment_rate_ft_perm": 82.3, + "basic_monthly_mean": 3537.0, + "basic_monthly_median": 3400.0, + "gross_monthly_mean": 3657.0, + "gross_monthly_median": 3450.0, + "gross_mthly_25_percentile": 3100.0, + "gross_mthly_75_percentile": 4000.0 + }, + { + "year": 2018, + "employment_rate_overall": 92.8, + "employment_rate_ft_perm": 86.9, + "basic_monthly_mean": 3684.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3877.0, + "gross_monthly_median": 3700.0, + "gross_mthly_25_percentile": 3300.0, + "gross_mthly_75_percentile": 4100.0 + }, + { + "year": 2019, + "employment_rate_overall": 88.6, + "employment_rate_ft_perm": 86.7, + "basic_monthly_mean": 3745.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3847.0, + "gross_monthly_median": 3700.0, + "gross_mthly_25_percentile": 3400.0, + "gross_mthly_75_percentile": 4300.0 + }, + { + "year": 2020, + "employment_rate_overall": 94.2, + "employment_rate_ft_perm": 69.6, + "basic_monthly_mean": 3832.0, + "basic_monthly_median": 3700.0, + "gross_monthly_mean": 3946.0, + "gross_monthly_median": 3800.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 4200.0 + }, + { + "year": 2021, + "employment_rate_overall": 94.5, + "employment_rate_ft_perm": 89.5, + "basic_monthly_mean": 3965.0, + "basic_monthly_median": 3800.0, + "gross_monthly_mean": 4115.0, + "gross_monthly_median": 3875.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 4550.0 + }, + { + "year": 2022, + "employment_rate_overall": 96.2, + "employment_rate_ft_perm": 91.9, + "basic_monthly_mean": 4594.0, + "basic_monthly_median": 4400.0, + "gross_monthly_mean": 4780.0, + "gross_monthly_median": 4525.0, + "gross_mthly_25_percentile": 4000.0, + "gross_mthly_75_percentile": 5200.0 + }, + { + "year": 2023, + "employment_rate_overall": 89.2, + "employment_rate_ft_perm": 87.9, + "basic_monthly_mean": 4578.0, + "basic_monthly_median": 4320.0, + "gross_monthly_mean": 4722.0, + "gross_monthly_median": 4490.0, + "gross_mthly_25_percentile": 4030.0, + "gross_mthly_75_percentile": 5046.0 + } + ] + }, + { + "university": "National University of Singapore", + "degree": "Bachelor of Environmental Studies", + "school": "Multi-Disciplinary Programmes", + "slug": "bachelor-of-environmental-studies-nus", + "data": [ + { + "year": 2015, + "employment_rate_overall": 71.9, + "employment_rate_ft_perm": 59.4, + "basic_monthly_mean": 3400.0, + "basic_monthly_median": 3462.0, + "gross_monthly_mean": 3433.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3238.0, + "gross_mthly_75_percentile": 3550.0 + }, + { + "year": 2016, + "employment_rate_overall": 83.8, + "employment_rate_ft_perm": 67.6, + "basic_monthly_mean": 3347.0, + "basic_monthly_median": 3250.0, + "gross_monthly_mean": 3399.0, + "gross_monthly_median": 3300.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2017, + "employment_rate_overall": 88.7, + "employment_rate_ft_perm": 62.3, + "basic_monthly_mean": 3297.0, + "basic_monthly_median": 3200.0, + "gross_monthly_mean": 3419.0, + "gross_monthly_median": 3300.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3600.0 + }, + { + "year": 2018, + "employment_rate_overall": 84.2, + "employment_rate_ft_perm": 55.3, + "basic_monthly_mean": 3371.0, + "basic_monthly_median": 3414.0, + "gross_monthly_mean": 3385.0, + "gross_monthly_median": 3414.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3600.0 + }, + { + "year": 2019, + "employment_rate_overall": 88.4, + "employment_rate_ft_perm": 67.4, + "basic_monthly_mean": 3329.0, + "basic_monthly_median": 3300.0, + "gross_monthly_mean": 3332.0, + "gross_monthly_median": 3325.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3600.0 + }, + { + "year": 2020, + "employment_rate_overall": 92.9, + "employment_rate_ft_perm": 47.6, + "basic_monthly_mean": 3251.0, + "basic_monthly_median": 3250.0, + "gross_monthly_mean": 3409.0, + "gross_monthly_median": 3250.0, + "gross_mthly_25_percentile": 3010.0, + "gross_mthly_75_percentile": 3750.0 + }, + { + "year": 2021, + "employment_rate_overall": 97.4, + "employment_rate_ft_perm": 81.6, + "basic_monthly_mean": 3544.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3658.0, + "gross_monthly_median": 3650.0, + "gross_mthly_25_percentile": 3100.0, + "gross_mthly_75_percentile": 3996.0 + }, + { + "year": 2022, + "employment_rate_overall": 91.9, + "employment_rate_ft_perm": 78.4, + "basic_monthly_mean": 3999.0, + "basic_monthly_median": 3800.0, + "gross_monthly_mean": 4000.0, + "gross_monthly_median": 3800.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 4000.0 + }, + { + "year": 2023, + "employment_rate_overall": 96.9, + "employment_rate_ft_perm": 93.8, + "basic_monthly_mean": 4002.0, + "basic_monthly_median": 4000.0, + "gross_monthly_mean": 4142.0, + "gross_monthly_median": 4000.0, + "gross_mthly_25_percentile": 3600.0, + "gross_mthly_75_percentile": 4400.0 + } + ] + }, + { + "university": "National University of Singapore", + "degree": "Bachelor of Landscape Architecture", + "school": "College of Design and Engineering", + "slug": "bachelor-of-landscape-architecture-nus", + "data": [ + { + "year": 2023, + "employment_rate_overall": 93.8, + "employment_rate_ft_perm": 93.8, + "basic_monthly_mean": 3438.0, + "basic_monthly_median": 3450.0, + "gross_monthly_mean": 3506.0, + "gross_monthly_median": 3450.0, + "gross_mthly_25_percentile": 3350.0, + "gross_mthly_75_percentile": 3500.0 + } + ] + }, + { + "university": "National University of Singapore", + "degree": "Bachelor of Laws", + "school": "Faculty of Law", + "slug": "bachelor-of-laws-nus", + "data": [ + { + "year": 2010, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 4770.0, + "gross_monthly_median": 5000.0, + "gross_mthly_25_percentile": 4250.0, + "gross_mthly_75_percentile": 5000.0 + }, + { + "year": 2011, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": 4804.0, + "basic_monthly_median": 5000.0, + "gross_monthly_mean": 5037.0, + "gross_monthly_median": 5000.0, + "gross_mthly_25_percentile": 5000.0, + "gross_mthly_75_percentile": 5075.0 + }, + { + "year": 2012, + "employment_rate_overall": 98.1, + "employment_rate_ft_perm": 98.1, + "basic_monthly_mean": 4866.0, + "basic_monthly_median": 5000.0, + "gross_monthly_mean": 4963.0, + "gross_monthly_median": 5000.0, + "gross_mthly_25_percentile": 4600.0, + "gross_mthly_75_percentile": 5200.0 + }, + { + "year": 2013, + "employment_rate_overall": 98.8, + "employment_rate_ft_perm": 98.2, + "basic_monthly_mean": 4922.0, + "basic_monthly_median": 4800.0, + "gross_monthly_mean": 5099.0, + "gross_monthly_median": 5000.0, + "gross_mthly_25_percentile": 4500.0, + "gross_mthly_75_percentile": 5800.0 + }, + { + "year": 2014, + "employment_rate_overall": 98.2, + "employment_rate_ft_perm": 97.6, + "basic_monthly_mean": 5027.0, + "basic_monthly_median": 5000.0, + "gross_monthly_mean": 5247.0, + "gross_monthly_median": 5150.0, + "gross_mthly_25_percentile": 4800.0, + "gross_mthly_75_percentile": 5800.0 + }, + { + "year": 2015, + "employment_rate_overall": 96.9, + "employment_rate_ft_perm": 96.9, + "basic_monthly_mean": 4866.0, + "basic_monthly_median": 4600.0, + "gross_monthly_mean": 4910.0, + "gross_monthly_median": 4700.0, + "gross_mthly_25_percentile": 4200.0, + "gross_mthly_75_percentile": 5800.0 + }, + { + "year": 2016, + "employment_rate_overall": 97.7, + "employment_rate_ft_perm": 95.9, + "basic_monthly_mean": 4844.0, + "basic_monthly_median": 4775.0, + "gross_monthly_mean": 4898.0, + "gross_monthly_median": 4900.0, + "gross_mthly_25_percentile": 4200.0, + "gross_mthly_75_percentile": 5600.0 + }, + { + "year": 2017, + "employment_rate_overall": 95.8, + "employment_rate_ft_perm": 92.3, + "basic_monthly_mean": 4958.0, + "basic_monthly_median": 5000.0, + "gross_monthly_mean": 5121.0, + "gross_monthly_median": 5000.0, + "gross_mthly_25_percentile": 4500.0, + "gross_mthly_75_percentile": 5600.0 + }, + { + "year": 2018, + "employment_rate_overall": 97.3, + "employment_rate_ft_perm": 92.6, + "basic_monthly_mean": 5070.0, + "basic_monthly_median": 5000.0, + "gross_monthly_mean": 5263.0, + "gross_monthly_median": 5500.0, + "gross_mthly_25_percentile": 4500.0, + "gross_mthly_75_percentile": 5840.0 + }, + { + "year": 2019, + "employment_rate_overall": 95.7, + "employment_rate_ft_perm": 93.0, + "basic_monthly_mean": 5068.0, + "basic_monthly_median": 5000.0, + "gross_monthly_mean": 5160.0, + "gross_monthly_median": 5400.0, + "gross_mthly_25_percentile": 4500.0, + "gross_mthly_75_percentile": 5800.0 + }, + { + "year": 2020, + "employment_rate_overall": 91.8, + "employment_rate_ft_perm": 86.8, + "basic_monthly_mean": 4848.0, + "basic_monthly_median": 4640.0, + "gross_monthly_mean": 5009.0, + "gross_monthly_median": 5000.0, + "gross_mthly_25_percentile": 4400.0, + "gross_mthly_75_percentile": 5600.0 + }, + { + "year": 2021, + "employment_rate_overall": 96.5, + "employment_rate_ft_perm": 93.5, + "basic_monthly_mean": 5398.0, + "basic_monthly_median": 5150.0, + "gross_monthly_mean": 5627.0, + "gross_monthly_median": 5600.0, + "gross_mthly_25_percentile": 4500.0, + "gross_mthly_75_percentile": 6000.0 + }, + { + "year": 2022, + "employment_rate_overall": 97.3, + "employment_rate_ft_perm": 94.6, + "basic_monthly_mean": 5935.0, + "basic_monthly_median": 6000.0, + "gross_monthly_mean": 6182.0, + "gross_monthly_median": 6400.0, + "gross_mthly_25_percentile": 5500.0, + "gross_mthly_75_percentile": 6800.0 + }, + { + "year": 2023, + "employment_rate_overall": 96.9, + "employment_rate_ft_perm": 96.9, + "basic_monthly_mean": 7051.0, + "basic_monthly_median": 7000.0, + "gross_monthly_mean": 7244.0, + "gross_monthly_median": 7000.0, + "gross_mthly_25_percentile": 6000.0, + "gross_mthly_75_percentile": 7100.0 + } + ] + }, + { + "university": "National University of Singapore", + "degree": "Bachelor of Medicine and Bachelor of Surgery", + "school": "Yong Loo Lin School (Medicine)", + "slug": "bachelor-of-medicine-and-bachelor-of-surgery-nus", + "data": [ + { + "year": 2010, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 3852.0, + "gross_monthly_median": 3700.0, + "gross_mthly_25_percentile": 3600.0, + "gross_mthly_75_percentile": 4000.0 + }, + { + "year": 2011, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": 3637.0, + "basic_monthly_median": 3600.0, + "gross_monthly_mean": 4016.0, + "gross_monthly_median": 4000.0, + "gross_mthly_25_percentile": 3600.0, + "gross_mthly_75_percentile": 4500.0 + }, + { + "year": 2012, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": 4374.0, + "basic_monthly_median": 4500.0, + "gross_monthly_mean": 4799.0, + "gross_monthly_median": 4900.0, + "gross_mthly_25_percentile": 4500.0, + "gross_mthly_75_percentile": 5300.0 + }, + { + "year": 2013, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": 4406.0, + "basic_monthly_median": 4500.0, + "gross_monthly_mean": 4741.0, + "gross_monthly_median": 4500.0, + "gross_mthly_25_percentile": 4500.0, + "gross_mthly_75_percentile": 5200.0 + }, + { + "year": 2014, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": 4404.0, + "basic_monthly_median": 4500.0, + "gross_monthly_mean": 4886.0, + "gross_monthly_median": 5000.0, + "gross_mthly_25_percentile": 4500.0, + "gross_mthly_75_percentile": 5200.0 + }, + { + "year": 2015, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": 4352.0, + "basic_monthly_median": 4500.0, + "gross_monthly_mean": 4729.0, + "gross_monthly_median": 4900.0, + "gross_mthly_25_percentile": 4500.0, + "gross_mthly_75_percentile": 5000.0 + }, + { + "year": 2016, + "employment_rate_overall": 99.4, + "employment_rate_ft_perm": 99.4, + "basic_monthly_mean": 4460.0, + "basic_monthly_median": 4500.0, + "gross_monthly_mean": 4887.0, + "gross_monthly_median": 5000.0, + "gross_mthly_25_percentile": 4500.0, + "gross_mthly_75_percentile": 5200.0 + }, + { + "year": 2017, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": 4367.0, + "basic_monthly_median": 4500.0, + "gross_monthly_mean": 4882.0, + "gross_monthly_median": 5000.0, + "gross_mthly_25_percentile": 4500.0, + "gross_mthly_75_percentile": 5305.0 + }, + { + "year": 2019, + "employment_rate_overall": 99.5, + "employment_rate_ft_perm": 99.5, + "basic_monthly_mean": 4607.0, + "basic_monthly_median": 4600.0, + "gross_monthly_mean": 5218.0, + "gross_monthly_median": 5237.0, + "gross_mthly_25_percentile": 4950.0, + "gross_mthly_75_percentile": 5657.0 + }, + { + "year": 2020, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": 4688.0, + "basic_monthly_median": 4700.0, + "gross_monthly_mean": 5306.0, + "gross_monthly_median": 5250.0, + "gross_mthly_25_percentile": 5000.0, + "gross_mthly_75_percentile": 5800.0 + } + ] + }, + { + "university": "National University of Singapore", + "degree": "Bachelor of Music", + "school": "YST Conservatory of Music", + "slug": "bachelor-of-music-nus", + "data": [ + { + "year": 2012, + "employment_rate_overall": 90.0, + "employment_rate_ft_perm": 65.0, + "basic_monthly_mean": 2136.0, + "basic_monthly_median": 2200.0, + "gross_monthly_mean": 2397.0, + "gross_monthly_median": 2500.0, + "gross_mthly_25_percentile": 1900.0, + "gross_mthly_75_percentile": 3000.0 + }, + { + "year": 2015, + "employment_rate_overall": 82.4, + "employment_rate_ft_perm": 41.2, + "basic_monthly_mean": 3244.0, + "basic_monthly_median": 3200.0, + "gross_monthly_mean": 3344.0, + "gross_monthly_median": 3300.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3600.0 + }, + { + "year": 2016, + "employment_rate_overall": 85.7, + "employment_rate_ft_perm": 14.3, + "basic_monthly_mean": 3250.0, + "basic_monthly_median": 3250.0, + "gross_monthly_mean": 3250.0, + "gross_monthly_median": 3250.0, + "gross_mthly_25_percentile": 2999.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2017, + "employment_rate_overall": 73.3, + "employment_rate_ft_perm": 26.7, + "basic_monthly_mean": 2298.0, + "basic_monthly_median": 2025.0, + "gross_monthly_mean": 2500.0, + "gross_monthly_median": 2225.0, + "gross_mthly_25_percentile": 2050.0, + "gross_mthly_75_percentile": 2950.0 + }, + { + "year": 2018, + "employment_rate_overall": 81.0, + "employment_rate_ft_perm": 23.8, + "basic_monthly_mean": 2000.0, + "basic_monthly_median": 1750.0, + "gross_monthly_mean": 2100.0, + "gross_monthly_median": 1800.0, + "gross_mthly_25_percentile": 1500.0, + "gross_mthly_75_percentile": 2700.0 + }, + { + "year": 2019, + "employment_rate_overall": 82.6, + "employment_rate_ft_perm": 39.1, + "basic_monthly_mean": 3531.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3575.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 2875.0, + "gross_mthly_75_percentile": 3900.0 + }, + { + "year": 2020, + "employment_rate_overall": 69.2, + "employment_rate_ft_perm": 15.4, + "basic_monthly_mean": 3163.0, + "basic_monthly_median": 3125.0, + "gross_monthly_mean": 3238.0, + "gross_monthly_median": 3275.0, + "gross_mthly_25_percentile": 3125.0, + "gross_mthly_75_percentile": 3350.0 + }, + { + "year": 2021, + "employment_rate_overall": 82.4, + "employment_rate_ft_perm": 35.3, + "basic_monthly_mean": 3136.0, + "basic_monthly_median": 2958.0, + "gross_monthly_mean": 3203.0, + "gross_monthly_median": 3100.0, + "gross_mthly_25_percentile": 2915.0, + "gross_mthly_75_percentile": 3600.0 + }, + { + "year": 2022, + "employment_rate_overall": 85.7, + "employment_rate_ft_perm": 28.6, + "basic_monthly_mean": 3661.0, + "basic_monthly_median": 3590.0, + "gross_monthly_mean": 3661.0, + "gross_monthly_median": 3590.0, + "gross_mthly_25_percentile": 3350.0, + "gross_mthly_75_percentile": 3973.0 + }, + { + "year": 2023, + "employment_rate_overall": 70.8, + "employment_rate_ft_perm": 50.0, + "basic_monthly_mean": 3766.0, + "basic_monthly_median": 3800.0, + "gross_monthly_mean": 4053.0, + "gross_monthly_median": 4000.0, + "gross_mthly_25_percentile": 3400.0, + "gross_mthly_75_percentile": 4500.0 + } + ] + }, + { + "university": "National University of Singapore", + "degree": "Bachelor of Science", + "school": "Faculty of Science", + "slug": "bachelor-of-science-nus", + "data": [ + { + "year": 2009, + "employment_rate_overall": 87.1, + "employment_rate_ft_perm": 76.5, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 2525.0, + "gross_monthly_median": 2500.0, + "gross_mthly_25_percentile": 2300.0, + "gross_mthly_75_percentile": 2600.0 + }, + { + "year": 2010, + "employment_rate_overall": 81.7, + "employment_rate_ft_perm": 71.4, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 2653.0, + "gross_monthly_median": 2500.0, + "gross_mthly_25_percentile": 2400.0, + "gross_mthly_75_percentile": 2900.0 + }, + { + "year": 2011, + "employment_rate_overall": 79.6, + "employment_rate_ft_perm": 67.2, + "basic_monthly_mean": 2525.0, + "basic_monthly_median": 2500.0, + "gross_monthly_mean": 2741.0, + "gross_monthly_median": 2600.0, + "gross_mthly_25_percentile": 2500.0, + "gross_mthly_75_percentile": 2900.0 + }, + { + "year": 2012, + "employment_rate_overall": 82.6, + "employment_rate_ft_perm": 71.9, + "basic_monthly_mean": 2781.0, + "basic_monthly_median": 2700.0, + "gross_monthly_mean": 2920.0, + "gross_monthly_median": 2800.0, + "gross_mthly_25_percentile": 2575.0, + "gross_mthly_75_percentile": 3104.0 + }, + { + "year": 2013, + "employment_rate_overall": 80.9, + "employment_rate_ft_perm": 65.1, + "basic_monthly_mean": 2726.0, + "basic_monthly_median": 2700.0, + "gross_monthly_mean": 2804.0, + "gross_monthly_median": 2800.0, + "gross_mthly_25_percentile": 2600.0, + "gross_mthly_75_percentile": 3000.0 + }, + { + "year": 2014, + "employment_rate_overall": 76.8, + "employment_rate_ft_perm": 61.4, + "basic_monthly_mean": 2804.0, + "basic_monthly_median": 2800.0, + "gross_monthly_mean": 2973.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2700.0, + "gross_mthly_75_percentile": 3200.0 + }, + { + "year": 2015, + "employment_rate_overall": 84.3, + "employment_rate_ft_perm": 64.2, + "basic_monthly_mean": 2859.0, + "basic_monthly_median": 2900.0, + "gross_monthly_mean": 3052.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2620.0, + "gross_mthly_75_percentile": 3200.0 + }, + { + "year": 2016, + "employment_rate_overall": 84.3, + "employment_rate_ft_perm": 59.4, + "basic_monthly_mean": 2895.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 2995.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2600.0, + "gross_mthly_75_percentile": 3225.0 + }, + { + "year": 2017, + "employment_rate_overall": 76.9, + "employment_rate_ft_perm": 54.5, + "basic_monthly_mean": 3053.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3214.0, + "gross_monthly_median": 3082.0, + "gross_mthly_25_percentile": 2800.0, + "gross_mthly_75_percentile": 3400.0 + }, + { + "year": 2018, + "employment_rate_overall": 81.6, + "employment_rate_ft_perm": 47.2, + "basic_monthly_mean": 3146.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3289.0, + "gross_monthly_median": 3100.0, + "gross_mthly_25_percentile": 2900.0, + "gross_mthly_75_percentile": 3850.0 + }, + { + "year": 2019, + "employment_rate_overall": 84.0, + "employment_rate_ft_perm": 59.3, + "basic_monthly_mean": 3181.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3320.0, + "gross_monthly_median": 3100.0, + "gross_mthly_25_percentile": 2900.0, + "gross_mthly_75_percentile": 3600.0 + }, + { + "year": 2020, + "employment_rate_overall": 86.0, + "employment_rate_ft_perm": 42.1, + "basic_monthly_mean": 3195.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3297.0, + "gross_monthly_median": 3100.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3650.0 + }, + { + "year": 2021, + "employment_rate_overall": 82.4, + "employment_rate_ft_perm": 56.9, + "basic_monthly_mean": 3446.0, + "basic_monthly_median": 3300.0, + "gross_monthly_mean": 3627.0, + "gross_monthly_median": 3527.0, + "gross_mthly_25_percentile": 3100.0, + "gross_mthly_75_percentile": 4000.0 + }, + { + "year": 2022, + "employment_rate_overall": 85.2, + "employment_rate_ft_perm": 63.0, + "basic_monthly_mean": 3630.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3823.0, + "gross_monthly_median": 3600.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 4000.0 + }, + { + "year": 2023, + "employment_rate_overall": 88.2, + "employment_rate_ft_perm": 70.6, + "basic_monthly_mean": 4492.0, + "basic_monthly_median": 4100.0, + "gross_monthly_mean": 4642.0, + "gross_monthly_median": 4250.0, + "gross_mthly_25_percentile": 3650.0, + "gross_mthly_75_percentile": 4800.0 + } + ] + }, + { + "university": "National University of Singapore", + "degree": "Bachelor of Science (Business Analytics)", + "school": "School of Computing", + "slug": "bachelor-of-science-business-analytics-nus", + "data": [ + { + "year": 2017, + "employment_rate_overall": 97.6, + "employment_rate_ft_perm": 97.6, + "basic_monthly_mean": 4114.0, + "basic_monthly_median": 3810.0, + "gross_monthly_mean": 4203.0, + "gross_monthly_median": 4000.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 4766.0 + }, + { + "year": 2018, + "employment_rate_overall": 93.5, + "employment_rate_ft_perm": 93.5, + "basic_monthly_mean": 4432.0, + "basic_monthly_median": 4400.0, + "gross_monthly_mean": 4499.0, + "gross_monthly_median": 4500.0, + "gross_mthly_25_percentile": 4000.0, + "gross_mthly_75_percentile": 5000.0 + }, + { + "year": 2019, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": 4811.0, + "basic_monthly_median": 5000.0, + "gross_monthly_mean": 4881.0, + "gross_monthly_median": 5000.0, + "gross_mthly_25_percentile": 4050.0, + "gross_mthly_75_percentile": 5200.0 + }, + { + "year": 2020, + "employment_rate_overall": 98.0, + "employment_rate_ft_perm": 84.3, + "basic_monthly_mean": 4985.0, + "basic_monthly_median": 5000.0, + "gross_monthly_mean": 5094.0, + "gross_monthly_median": 5000.0, + "gross_mthly_25_percentile": 4480.0, + "gross_mthly_75_percentile": 5800.0 + }, + { + "year": 2021, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": 5437.0, + "basic_monthly_median": 5050.0, + "gross_monthly_mean": 5603.0, + "gross_monthly_median": 5400.0, + "gross_mthly_25_percentile": 4800.0, + "gross_mthly_75_percentile": 6125.0 + }, + { + "year": 2022, + "employment_rate_overall": 96.2, + "employment_rate_ft_perm": 95.2, + "basic_monthly_mean": 5845.0, + "basic_monthly_median": 5500.0, + "gross_monthly_mean": 5966.0, + "gross_monthly_median": 5500.0, + "gross_mthly_25_percentile": 5000.0, + "gross_mthly_75_percentile": 6600.0 + }, + { + "year": 2023, + "employment_rate_overall": 93.6, + "employment_rate_ft_perm": 93.0, + "basic_monthly_mean": 5895.0, + "basic_monthly_median": 5500.0, + "gross_monthly_mean": 6030.0, + "gross_monthly_median": 5500.0, + "gross_mthly_25_percentile": 5000.0, + "gross_mthly_75_percentile": 6600.0 + } + ] + }, + { + "university": "National University of Singapore", + "degree": "Bachelor of Science (Computational Biology)", + "school": "Faculty of Science", + "slug": "bachelor-of-science-computational-biology-nus", + "data": [ + { + "year": 2020, + "employment_rate_overall": 80.0, + "employment_rate_ft_perm": 40.0, + "basic_monthly_mean": 4563.0, + "basic_monthly_median": 4525.0, + "gross_monthly_mean": 4625.0, + "gross_monthly_median": 4650.0, + "gross_mthly_25_percentile": 4250.0, + "gross_mthly_75_percentile": 5000.0 + }, + { + "year": 2021, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": 4655.0, + "basic_monthly_median": 4500.0, + "gross_monthly_mean": 4677.0, + "gross_monthly_median": 4500.0, + "gross_mthly_25_percentile": 4000.0, + "gross_mthly_75_percentile": 5000.0 + } + ] + }, + { + "university": "National University of Singapore", + "degree": "Bachelor of Science (Data Science and Analytics)", + "school": "Faculty of Science", + "slug": "bachelor-of-science-data-science-and-analytics-nus", + "data": [ + { + "year": 2020, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 78.3, + "basic_monthly_mean": 4417.0, + "basic_monthly_median": 4125.0, + "gross_monthly_mean": 4456.0, + "gross_monthly_median": 4125.0, + "gross_mthly_25_percentile": 3900.0, + "gross_mthly_75_percentile": 4900.0 + }, + { + "year": 2021, + "employment_rate_overall": 97.7, + "employment_rate_ft_perm": 95.3, + "basic_monthly_mean": 4819.0, + "basic_monthly_median": 4500.0, + "gross_monthly_mean": 4981.0, + "gross_monthly_median": 4800.0, + "gross_mthly_25_percentile": 4200.0, + "gross_mthly_75_percentile": 5400.0 + }, + { + "year": 2022, + "employment_rate_overall": 96.8, + "employment_rate_ft_perm": 96.8, + "basic_monthly_mean": 5562.0, + "basic_monthly_median": 5500.0, + "gross_monthly_mean": 5616.0, + "gross_monthly_median": 5500.0, + "gross_mthly_25_percentile": 4628.0, + "gross_mthly_75_percentile": 6100.0 + }, + { + "year": 2023, + "employment_rate_overall": 83.2, + "employment_rate_ft_perm": 80.4, + "basic_monthly_mean": 4999.0, + "basic_monthly_median": 5000.0, + "gross_monthly_mean": 5166.0, + "gross_monthly_median": 5000.0, + "gross_mthly_25_percentile": 4500.0, + "gross_mthly_75_percentile": 5500.0 + } + ] + }, + { + "university": "National University of Singapore", + "degree": "Bachelor of Science (Hons)", + "school": "Faculty of Science", + "slug": "bachelor-of-science-hons-nus", + "data": [ + { + "year": 2009, + "employment_rate_overall": 90.7, + "employment_rate_ft_perm": 81.4, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 2932.0, + "gross_monthly_median": 2900.0, + "gross_mthly_25_percentile": 2500.0, + "gross_mthly_75_percentile": 3200.0 + }, + { + "year": 2010, + "employment_rate_overall": 89.2, + "employment_rate_ft_perm": 77.2, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 3049.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2600.0, + "gross_mthly_75_percentile": 3300.0 + }, + { + "year": 2011, + "employment_rate_overall": 91.2, + "employment_rate_ft_perm": 85.3, + "basic_monthly_mean": 3006.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3138.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2800.0, + "gross_mthly_75_percentile": 3450.0 + }, + { + "year": 2012, + "employment_rate_overall": 86.8, + "employment_rate_ft_perm": 76.1, + "basic_monthly_mean": 3090.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3190.0, + "gross_monthly_median": 3135.0, + "gross_mthly_25_percentile": 2900.0, + "gross_mthly_75_percentile": 3410.0 + }, + { + "year": 2013, + "employment_rate_overall": 83.6, + "employment_rate_ft_perm": 74.0, + "basic_monthly_mean": 3101.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3217.0, + "gross_monthly_median": 3100.0, + "gross_mthly_25_percentile": 2868.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2014, + "employment_rate_overall": 86.6, + "employment_rate_ft_perm": 75.8, + "basic_monthly_mean": 3224.0, + "basic_monthly_median": 3200.0, + "gross_monthly_mean": 3328.0, + "gross_monthly_median": 3210.0, + "gross_mthly_25_percentile": 2950.0, + "gross_mthly_75_percentile": 3600.0 + }, + { + "year": 2015, + "employment_rate_overall": 83.9, + "employment_rate_ft_perm": 76.2, + "basic_monthly_mean": 3245.0, + "basic_monthly_median": 3200.0, + "gross_monthly_mean": 3321.0, + "gross_monthly_median": 3300.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3600.0 + }, + { + "year": 2016, + "employment_rate_overall": 84.9, + "employment_rate_ft_perm": 71.7, + "basic_monthly_mean": 3331.0, + "basic_monthly_median": 3300.0, + "gross_monthly_mean": 3386.0, + "gross_monthly_median": 3300.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3650.0 + }, + { + "year": 2017, + "employment_rate_overall": 85.9, + "employment_rate_ft_perm": 69.3, + "basic_monthly_mean": 3340.0, + "basic_monthly_median": 3200.0, + "gross_monthly_mean": 3435.0, + "gross_monthly_median": 3300.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3700.0 + }, + { + "year": 2018, + "employment_rate_overall": 87.3, + "employment_rate_ft_perm": 72.8, + "basic_monthly_mean": 3371.0, + "basic_monthly_median": 3300.0, + "gross_monthly_mean": 3460.0, + "gross_monthly_median": 3400.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3725.0 + }, + { + "year": 2019, + "employment_rate_overall": 88.5, + "employment_rate_ft_perm": 72.3, + "basic_monthly_mean": 3510.0, + "basic_monthly_median": 3355.0, + "gross_monthly_mean": 3605.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3100.0, + "gross_mthly_75_percentile": 3800.0 + }, + { + "year": 2020, + "employment_rate_overall": 93.1, + "employment_rate_ft_perm": 57.4, + "basic_monthly_mean": 3636.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3723.0, + "gross_monthly_median": 3528.0, + "gross_mthly_25_percentile": 3300.0, + "gross_mthly_75_percentile": 4000.0 + }, + { + "year": 2021, + "employment_rate_overall": 92.2, + "employment_rate_ft_perm": 76.5, + "basic_monthly_mean": 3665.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3767.0, + "gross_monthly_median": 3600.0, + "gross_mthly_25_percentile": 3400.0, + "gross_mthly_75_percentile": 4000.0 + }, + { + "year": 2022, + "employment_rate_overall": 90.6, + "employment_rate_ft_perm": 80.1, + "basic_monthly_mean": 4040.0, + "basic_monthly_median": 3720.0, + "gross_monthly_mean": 4174.0, + "gross_monthly_median": 3850.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 4500.0 + }, + { + "year": 2023, + "employment_rate_overall": 89.6, + "employment_rate_ft_perm": 81.7, + "basic_monthly_mean": 4180.0, + "basic_monthly_median": 3985.0, + "gross_monthly_mean": 4290.0, + "gross_monthly_median": 4000.0, + "gross_mthly_25_percentile": 3600.0, + "gross_mthly_75_percentile": 4500.0 + } + ] + }, + { + "university": "National University of Singapore", + "degree": "Bachelor of Science (Nursing)", + "school": "Yong Loo Lin School (Medicine)", + "slug": "bachelor-of-science-nursing-nus", + "data": [ + { + "year": 2009, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 2568.0, + "gross_monthly_median": 2550.0, + "gross_mthly_25_percentile": 2500.0, + "gross_mthly_75_percentile": 2700.0 + }, + { + "year": 2010, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 93.9, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 2655.0, + "gross_monthly_median": 2600.0, + "gross_mthly_25_percentile": 2550.0, + "gross_mthly_75_percentile": 2800.0 + }, + { + "year": 2011, + "employment_rate_overall": 95.6, + "employment_rate_ft_perm": 95.6, + "basic_monthly_mean": 2458.0, + "basic_monthly_median": 2500.0, + "gross_monthly_mean": 2718.0, + "gross_monthly_median": 2750.0, + "gross_mthly_25_percentile": 2550.0, + "gross_mthly_75_percentile": 2800.0 + }, + { + "year": 2012, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 98.0, + "basic_monthly_mean": 2666.0, + "basic_monthly_median": 2750.0, + "gross_monthly_mean": 2866.0, + "gross_monthly_median": 2950.0, + "gross_mthly_25_percentile": 2800.0, + "gross_mthly_75_percentile": 3000.0 + }, + { + "year": 2013, + "employment_rate_overall": 97.5, + "employment_rate_ft_perm": 97.5, + "basic_monthly_mean": 2687.0, + "basic_monthly_median": 2750.0, + "gross_monthly_mean": 2886.0, + "gross_monthly_median": 2950.0, + "gross_mthly_25_percentile": 2700.0, + "gross_mthly_75_percentile": 3050.0 + }, + { + "year": 2014, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 95.6, + "basic_monthly_mean": 2976.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3188.0, + "gross_monthly_median": 3200.0, + "gross_mthly_25_percentile": 3050.0, + "gross_mthly_75_percentile": 3386.0 + }, + { + "year": 2015, + "employment_rate_overall": 97.3, + "employment_rate_ft_perm": 97.3, + "basic_monthly_mean": 3175.0, + "basic_monthly_median": 3200.0, + "gross_monthly_mean": 3356.0, + "gross_monthly_median": 3400.0, + "gross_mthly_25_percentile": 3200.0, + "gross_mthly_75_percentile": 3445.0 + }, + { + "year": 2016, + "employment_rate_overall": 93.2, + "employment_rate_ft_perm": 90.9, + "basic_monthly_mean": 3166.0, + "basic_monthly_median": 3200.0, + "gross_monthly_mean": 3363.0, + "gross_monthly_median": 3400.0, + "gross_mthly_25_percentile": 3200.0, + "gross_mthly_75_percentile": 3425.0 + }, + { + "year": 2017, + "employment_rate_overall": 97.4, + "employment_rate_ft_perm": 97.4, + "basic_monthly_mean": 3165.0, + "basic_monthly_median": 3200.0, + "gross_monthly_mean": 3328.0, + "gross_monthly_median": 3400.0, + "gross_mthly_25_percentile": 3200.0, + "gross_mthly_75_percentile": 3450.0 + }, + { + "year": 2018, + "employment_rate_overall": 94.6, + "employment_rate_ft_perm": 94.6, + "basic_monthly_mean": 3230.0, + "basic_monthly_median": 3250.0, + "gross_monthly_mean": 3469.0, + "gross_monthly_median": 3450.0, + "gross_mthly_25_percentile": 3300.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2019, + "employment_rate_overall": 93.5, + "employment_rate_ft_perm": 89.1, + "basic_monthly_mean": 3123.0, + "basic_monthly_median": 3250.0, + "gross_monthly_mean": 3314.0, + "gross_monthly_median": 3358.0, + "gross_mthly_25_percentile": 3200.0, + "gross_mthly_75_percentile": 3450.0 + }, + { + "year": 2020, + "employment_rate_overall": 97.4, + "employment_rate_ft_perm": 92.2, + "basic_monthly_mean": 3269.0, + "basic_monthly_median": 3250.0, + "gross_monthly_mean": 3489.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3250.0, + "gross_mthly_75_percentile": 3680.0 + }, + { + "year": 2021, + "employment_rate_overall": 96.2, + "employment_rate_ft_perm": 93.3, + "basic_monthly_mean": 3300.0, + "basic_monthly_median": 3350.0, + "gross_monthly_mean": 3530.0, + "gross_monthly_median": 3550.0, + "gross_mthly_25_percentile": 3350.0, + "gross_mthly_75_percentile": 3750.0 + }, + { + "year": 2022, + "employment_rate_overall": 94.8, + "employment_rate_ft_perm": 91.3, + "basic_monthly_mean": 3426.0, + "basic_monthly_median": 3350.0, + "gross_monthly_mean": 3656.0, + "gross_monthly_median": 3600.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 3825.0 + }, + { + "year": 2023, + "employment_rate_overall": 98.1, + "employment_rate_ft_perm": 95.4, + "basic_monthly_mean": 3627.0, + "basic_monthly_median": 3550.0, + "gross_monthly_mean": 3923.0, + "gross_monthly_median": 3850.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 4200.0 + } + ] + }, + { + "university": "National University of Singapore", + "degree": "Bachelor of Science (Nursing) (Hons)", + "school": "Yong Loo Lin School (Medicine)", + "slug": "bachelor-of-science-nursing-hons-nus", + "data": [ + { + "year": 2013, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": 2896.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3042.0, + "gross_monthly_median": 3025.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3200.0 + }, + { + "year": 2014, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": 3123.0, + "basic_monthly_median": 3270.0, + "gross_monthly_mean": 3353.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3270.0, + "gross_mthly_75_percentile": 3600.0 + }, + { + "year": 2015, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": 3219.0, + "basic_monthly_median": 3200.0, + "gross_monthly_mean": 3466.0, + "gross_monthly_median": 3435.0, + "gross_mthly_25_percentile": 3300.0, + "gross_mthly_75_percentile": 3700.0 + }, + { + "year": 2016, + "employment_rate_overall": 95.1, + "employment_rate_ft_perm": 95.1, + "basic_monthly_mean": 3308.0, + "basic_monthly_median": 3300.0, + "gross_monthly_mean": 3529.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3400.0, + "gross_mthly_75_percentile": 3600.0 + }, + { + "year": 2017, + "employment_rate_overall": 91.8, + "employment_rate_ft_perm": 89.8, + "basic_monthly_mean": 3280.0, + "basic_monthly_median": 3300.0, + "gross_monthly_mean": 3462.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3300.0, + "gross_mthly_75_percentile": 3650.0 + }, + { + "year": 2018, + "employment_rate_overall": 98.0, + "employment_rate_ft_perm": 98.0, + "basic_monthly_mean": 3306.0, + "basic_monthly_median": 3350.0, + "gross_monthly_mean": 3546.0, + "gross_monthly_median": 3550.0, + "gross_mthly_25_percentile": 3400.0, + "gross_mthly_75_percentile": 3750.0 + }, + { + "year": 2019, + "employment_rate_overall": 98.8, + "employment_rate_ft_perm": 97.5, + "basic_monthly_mean": 3389.0, + "basic_monthly_median": 3450.0, + "gross_monthly_mean": 3612.0, + "gross_monthly_median": 3650.0, + "gross_mthly_25_percentile": 3515.0, + "gross_mthly_75_percentile": 3750.0 + }, + { + "year": 2020, + "employment_rate_overall": 98.5, + "employment_rate_ft_perm": 97.0, + "basic_monthly_mean": 3371.0, + "basic_monthly_median": 3400.0, + "gross_monthly_mean": 3616.0, + "gross_monthly_median": 3600.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 3750.0 + }, + { + "year": 2021, + "employment_rate_overall": 97.9, + "employment_rate_ft_perm": 96.8, + "basic_monthly_mean": 3482.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3750.0, + "gross_monthly_median": 3750.0, + "gross_mthly_25_percentile": 3550.0, + "gross_mthly_75_percentile": 3950.0 + }, + { + "year": 2022, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 99.0, + "basic_monthly_mean": 3575.0, + "basic_monthly_median": 3550.0, + "gross_monthly_mean": 3834.0, + "gross_monthly_median": 3850.0, + "gross_mthly_25_percentile": 3650.0, + "gross_mthly_75_percentile": 4000.0 + }, + { + "year": 2023, + "employment_rate_overall": 97.8, + "employment_rate_ft_perm": 97.0, + "basic_monthly_mean": 3690.0, + "basic_monthly_median": 3750.0, + "gross_monthly_mean": 3981.0, + "gross_monthly_median": 4000.0, + "gross_mthly_25_percentile": 3700.0, + "gross_mthly_75_percentile": 4250.0 + } + ] + }, + { + "university": "National University of Singapore", + "degree": "Bachelor of Science (Pharmaceutical Science) (Hons)", + "school": "Faculty of Science", + "slug": "bachelor-of-science-pharmaceutical-science-hons-nus", + "data": [ + { + "year": 2022, + "employment_rate_overall": 94.1, + "employment_rate_ft_perm": 76.5, + "basic_monthly_mean": 3769.0, + "basic_monthly_median": 3700.0, + "gross_monthly_mean": 3808.0, + "gross_monthly_median": 3700.0, + "gross_mthly_25_percentile": 3400.0, + "gross_mthly_75_percentile": 4350.0 + }, + { + "year": 2023, + "employment_rate_overall": 96.6, + "employment_rate_ft_perm": 93.1, + "basic_monthly_mean": 3892.0, + "basic_monthly_median": 3700.0, + "gross_monthly_mean": 3999.0, + "gross_monthly_median": 3900.0, + "gross_mthly_25_percentile": 3625.0, + "gross_mthly_75_percentile": 4200.0 + } + ] + }, + { + "university": "National University of Singapore", + "degree": "Bachelor of Science (Pharmacy)", + "school": "Faculty of Science", + "slug": "bachelor-of-science-pharmacy-nus", + "data": [ + { + "year": 2010, + "employment_rate_overall": 98.5, + "employment_rate_ft_perm": 92.3, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 3298.0, + "gross_monthly_median": 3200.0, + "gross_mthly_25_percentile": 3100.0, + "gross_mthly_75_percentile": 3300.0 + }, + { + "year": 2011, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 98.9, + "basic_monthly_mean": 3057.0, + "basic_monthly_median": 3100.0, + "gross_monthly_mean": 3346.0, + "gross_monthly_median": 3300.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2012, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 98.5, + "basic_monthly_mean": 3408.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3560.0, + "gross_monthly_median": 3525.0, + "gross_mthly_25_percentile": 3338.0, + "gross_mthly_75_percentile": 3800.0 + }, + { + "year": 2013, + "employment_rate_overall": 96.4, + "employment_rate_ft_perm": 96.4, + "basic_monthly_mean": 3473.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3540.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3350.0, + "gross_mthly_75_percentile": 3750.0 + }, + { + "year": 2014, + "employment_rate_overall": 98.9, + "employment_rate_ft_perm": 96.7, + "basic_monthly_mean": 3467.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3670.0, + "gross_monthly_median": 3630.0, + "gross_mthly_25_percentile": 3470.0, + "gross_mthly_75_percentile": 4000.0 + }, + { + "year": 2015, + "employment_rate_overall": 99.0, + "employment_rate_ft_perm": 97.9, + "basic_monthly_mean": 3431.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3717.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3400.0, + "gross_mthly_75_percentile": 3929.0 + }, + { + "year": 2016, + "employment_rate_overall": 99.1, + "employment_rate_ft_perm": 97.2, + "basic_monthly_mean": 3500.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3597.0, + "gross_monthly_median": 3600.0, + "gross_mthly_25_percentile": 3300.0, + "gross_mthly_75_percentile": 3950.0 + }, + { + "year": 2017, + "employment_rate_overall": 99.1, + "employment_rate_ft_perm": 94.5, + "basic_monthly_mean": 3473.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3616.0, + "gross_monthly_median": 3600.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 3800.0 + }, + { + "year": 2018, + "employment_rate_overall": 96.6, + "employment_rate_ft_perm": 93.2, + "basic_monthly_mean": 3549.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3723.0, + "gross_monthly_median": 3650.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 3900.0 + }, + { + "year": 2019, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 95.5, + "basic_monthly_mean": 3648.0, + "basic_monthly_median": 3600.0, + "gross_monthly_mean": 3840.0, + "gross_monthly_median": 3750.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 4000.0 + }, + { + "year": 2020, + "employment_rate_overall": 99.3, + "employment_rate_ft_perm": 93.7, + "basic_monthly_mean": 3590.0, + "basic_monthly_median": 3600.0, + "gross_monthly_mean": 3751.0, + "gross_monthly_median": 3700.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 3950.0 + }, + { + "year": 2021, + "employment_rate_overall": 95.9, + "employment_rate_ft_perm": 91.9, + "basic_monthly_mean": 3773.0, + "basic_monthly_median": 3760.0, + "gross_monthly_mean": 3923.0, + "gross_monthly_median": 3915.0, + "gross_mthly_25_percentile": 3636.0, + "gross_mthly_75_percentile": 4200.0 + }, + { + "year": 2022, + "employment_rate_overall": 98.4, + "employment_rate_ft_perm": 95.1, + "basic_monthly_mean": 3829.0, + "basic_monthly_median": 3798.0, + "gross_monthly_mean": 4053.0, + "gross_monthly_median": 4000.0, + "gross_mthly_25_percentile": 3750.0, + "gross_mthly_75_percentile": 4250.0 + } + ] + }, + { + "university": "National University of Singapore", + "degree": "Bachelor of Science (Project and Facilities Management)", + "school": "College of Design and Engineering", + "slug": "bachelor-of-science-project-and-facilities-management-nus", + "data": [ + { + "year": 2010, + "employment_rate_overall": 91.5, + "employment_rate_ft_perm": 89.0, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 2657.0, + "gross_monthly_median": 2500.0, + "gross_mthly_25_percentile": 2425.0, + "gross_mthly_75_percentile": 2800.0 + }, + { + "year": 2011, + "employment_rate_overall": 97.8, + "employment_rate_ft_perm": 96.7, + "basic_monthly_mean": 2627.0, + "basic_monthly_median": 2600.0, + "gross_monthly_mean": 2760.0, + "gross_monthly_median": 2770.0, + "gross_mthly_25_percentile": 2500.0, + "gross_mthly_75_percentile": 3000.0 + }, + { + "year": 2012, + "employment_rate_overall": 92.9, + "employment_rate_ft_perm": 91.8, + "basic_monthly_mean": 2948.0, + "basic_monthly_median": 2900.0, + "gross_monthly_mean": 3046.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2756.0, + "gross_mthly_75_percentile": 3200.0 + }, + { + "year": 2013, + "employment_rate_overall": 96.8, + "employment_rate_ft_perm": 96.8, + "basic_monthly_mean": 2961.0, + "basic_monthly_median": 2980.0, + "gross_monthly_mean": 3025.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2800.0, + "gross_mthly_75_percentile": 3200.0 + }, + { + "year": 2014, + "employment_rate_overall": 95.3, + "employment_rate_ft_perm": 94.1, + "basic_monthly_mean": 3089.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3181.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2900.0, + "gross_mthly_75_percentile": 3360.0 + }, + { + "year": 2015, + "employment_rate_overall": 94.3, + "employment_rate_ft_perm": 90.8, + "basic_monthly_mean": 2989.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3067.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2800.0, + "gross_mthly_75_percentile": 3215.0 + }, + { + "year": 2016, + "employment_rate_overall": 87.8, + "employment_rate_ft_perm": 84.7, + "basic_monthly_mean": 3035.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3113.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2850.0, + "gross_mthly_75_percentile": 3276.0 + }, + { + "year": 2017, + "employment_rate_overall": 90.8, + "employment_rate_ft_perm": 81.7, + "basic_monthly_mean": 3105.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3162.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2900.0, + "gross_mthly_75_percentile": 3300.0 + }, + { + "year": 2018, + "employment_rate_overall": 89.0, + "employment_rate_ft_perm": 84.6, + "basic_monthly_mean": 3189.0, + "basic_monthly_median": 3040.0, + "gross_monthly_mean": 3237.0, + "gross_monthly_median": 3060.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3300.0 + }, + { + "year": 2019, + "employment_rate_overall": 88.3, + "employment_rate_ft_perm": 80.6, + "basic_monthly_mean": 3189.0, + "basic_monthly_median": 3100.0, + "gross_monthly_mean": 3243.0, + "gross_monthly_median": 3155.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3480.0 + }, + { + "year": 2020, + "employment_rate_overall": 92.2, + "employment_rate_ft_perm": 66.7, + "basic_monthly_mean": 3338.0, + "basic_monthly_median": 3200.0, + "gross_monthly_mean": 3400.0, + "gross_monthly_median": 3200.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2021, + "employment_rate_overall": 93.1, + "employment_rate_ft_perm": 92.1, + "basic_monthly_mean": 3424.0, + "basic_monthly_median": 3450.0, + "gross_monthly_mean": 3560.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3200.0, + "gross_mthly_75_percentile": 3700.0 + }, + { + "year": 2022, + "employment_rate_overall": 98.4, + "employment_rate_ft_perm": 92.0, + "basic_monthly_mean": 3612.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3670.0, + "gross_monthly_median": 3555.0, + "gross_mthly_25_percentile": 3375.0, + "gross_mthly_75_percentile": 3855.0 + }, + { + "year": 2023, + "employment_rate_overall": 87.0, + "employment_rate_ft_perm": 83.5, + "basic_monthly_mean": 3907.0, + "basic_monthly_median": 3800.0, + "gross_monthly_mean": 4000.0, + "gross_monthly_median": 3855.0, + "gross_mthly_25_percentile": 3650.0, + "gross_mthly_75_percentile": 4299.0 + } + ] + }, + { + "university": "National University of Singapore", + "degree": "Bachelor of Science (Real Estate)", + "school": "NUS Business School", + "slug": "bachelor-of-science-real-estate-nus", + "data": [ + { + "year": 2009, + "employment_rate_overall": 92.3, + "employment_rate_ft_perm": 87.9, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 2831.0, + "gross_monthly_median": 2600.0, + "gross_mthly_25_percentile": 2400.0, + "gross_mthly_75_percentile": 3000.0 + }, + { + "year": 2010, + "employment_rate_overall": 89.6, + "employment_rate_ft_perm": 88.5, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 2762.0, + "gross_monthly_median": 2650.0, + "gross_mthly_25_percentile": 2400.0, + "gross_mthly_75_percentile": 3000.0 + }, + { + "year": 2011, + "employment_rate_overall": 95.3, + "employment_rate_ft_perm": 94.4, + "basic_monthly_mean": 2752.0, + "basic_monthly_median": 2700.0, + "gross_monthly_mean": 2888.0, + "gross_monthly_median": 2800.0, + "gross_mthly_25_percentile": 2500.0, + "gross_mthly_75_percentile": 3000.0 + }, + { + "year": 2012, + "employment_rate_overall": 92.6, + "employment_rate_ft_perm": 89.8, + "basic_monthly_mean": 2914.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3042.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2700.0, + "gross_mthly_75_percentile": 3260.0 + }, + { + "year": 2013, + "employment_rate_overall": 89.2, + "employment_rate_ft_perm": 89.2, + "basic_monthly_mean": 2839.0, + "basic_monthly_median": 2800.0, + "gross_monthly_mean": 2988.0, + "gross_monthly_median": 2900.0, + "gross_mthly_25_percentile": 2600.0, + "gross_mthly_75_percentile": 3179.0 + }, + { + "year": 2014, + "employment_rate_overall": 93.1, + "employment_rate_ft_perm": 89.2, + "basic_monthly_mean": 2931.0, + "basic_monthly_median": 2950.0, + "gross_monthly_mean": 3108.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2750.0, + "gross_mthly_75_percentile": 3300.0 + }, + { + "year": 2015, + "employment_rate_overall": 93.9, + "employment_rate_ft_perm": 89.6, + "basic_monthly_mean": 3146.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3325.0, + "gross_monthly_median": 3100.0, + "gross_mthly_25_percentile": 2810.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2016, + "employment_rate_overall": 94.6, + "employment_rate_ft_perm": 92.4, + "basic_monthly_mean": 3247.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3368.0, + "gross_monthly_median": 3200.0, + "gross_mthly_25_percentile": 2950.0, + "gross_mthly_75_percentile": 3735.0 + }, + { + "year": 2017, + "employment_rate_overall": 93.8, + "employment_rate_ft_perm": 88.7, + "basic_monthly_mean": 3090.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3168.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2800.0, + "gross_mthly_75_percentile": 3300.0 + }, + { + "year": 2018, + "employment_rate_overall": 91.7, + "employment_rate_ft_perm": 85.1, + "basic_monthly_mean": 3295.0, + "basic_monthly_median": 3300.0, + "gross_monthly_mean": 3372.0, + "gross_monthly_median": 3300.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3600.0 + }, + { + "year": 2019, + "employment_rate_overall": 95.3, + "employment_rate_ft_perm": 89.6, + "basic_monthly_mean": 3431.0, + "basic_monthly_median": 3400.0, + "gross_monthly_mean": 3494.0, + "gross_monthly_median": 3400.0, + "gross_mthly_25_percentile": 3100.0, + "gross_mthly_75_percentile": 3650.0 + }, + { + "year": 2020, + "employment_rate_overall": 95.1, + "employment_rate_ft_perm": 68.6, + "basic_monthly_mean": 3609.0, + "basic_monthly_median": 3600.0, + "gross_monthly_mean": 3682.0, + "gross_monthly_median": 3630.0, + "gross_mthly_25_percentile": 3200.0, + "gross_mthly_75_percentile": 4000.0 + }, + { + "year": 2021, + "employment_rate_overall": 94.5, + "employment_rate_ft_perm": 82.4, + "basic_monthly_mean": 3692.0, + "basic_monthly_median": 3575.0, + "gross_monthly_mean": 3863.0, + "gross_monthly_median": 3700.0, + "gross_mthly_25_percentile": 3400.0, + "gross_mthly_75_percentile": 4000.0 + }, + { + "year": 2022, + "employment_rate_overall": 99.0, + "employment_rate_ft_perm": 95.1, + "basic_monthly_mean": 3924.0, + "basic_monthly_median": 3800.0, + "gross_monthly_mean": 4062.0, + "gross_monthly_median": 3850.0, + "gross_mthly_25_percentile": 3600.0, + "gross_mthly_75_percentile": 4400.0 + }, + { + "year": 2023, + "employment_rate_overall": 92.0, + "employment_rate_ft_perm": 86.6, + "basic_monthly_mean": 4097.0, + "basic_monthly_median": 4000.0, + "gross_monthly_mean": 4239.0, + "gross_monthly_median": 4000.0, + "gross_mthly_25_percentile": 3800.0, + "gross_mthly_75_percentile": 4500.0 + } + ] + }, + { + "university": "National University of Singapore", + "degree": "Bachelor of Science with Honours", + "school": "Yale-NUS College", + "slug": "bachelor-of-science-with-honours-nus", + "data": [ + { + "year": 2017, + "employment_rate_overall": 91.7, + "employment_rate_ft_perm": 75.0, + "basic_monthly_mean": 4362.0, + "basic_monthly_median": 4083.0, + "gross_monthly_mean": 4362.0, + "gross_monthly_median": 4083.0, + "gross_mthly_25_percentile": 3600.0, + "gross_mthly_75_percentile": 4875.0 + }, + { + "year": 2018, + "employment_rate_overall": 89.5, + "employment_rate_ft_perm": 78.9, + "basic_monthly_mean": 5017.0, + "basic_monthly_median": 4800.0, + "gross_monthly_mean": 5136.0, + "gross_monthly_median": 4800.0, + "gross_mthly_25_percentile": 3600.0, + "gross_mthly_75_percentile": 6435.0 + }, + { + "year": 2019, + "employment_rate_overall": 94.7, + "employment_rate_ft_perm": 89.5, + "basic_monthly_mean": 6962.0, + "basic_monthly_median": 5000.0, + "gross_monthly_mean": 7139.0, + "gross_monthly_median": 5000.0, + "gross_mthly_25_percentile": 4150.0, + "gross_mthly_75_percentile": 9967.0 + }, + { + "year": 2020, + "employment_rate_overall": 92.6, + "employment_rate_ft_perm": 77.8, + "basic_monthly_mean": 5615.0, + "basic_monthly_median": 5350.0, + "gross_monthly_mean": 5798.0, + "gross_monthly_median": 5350.0, + "gross_mthly_25_percentile": 4225.0, + "gross_mthly_75_percentile": 6485.0 + }, + { + "year": 2021, + "employment_rate_overall": 94.6, + "employment_rate_ft_perm": 83.8, + "basic_monthly_mean": 4779.0, + "basic_monthly_median": 4500.0, + "gross_monthly_mean": 4952.0, + "gross_monthly_median": 4500.0, + "gross_mthly_25_percentile": 3800.0, + "gross_mthly_75_percentile": 5650.0 + }, + { + "year": 2022, + "employment_rate_overall": 96.3, + "employment_rate_ft_perm": 88.9, + "basic_monthly_mean": 6764.0, + "basic_monthly_median": 5875.0, + "gross_monthly_mean": 6879.0, + "gross_monthly_median": 6038.0, + "gross_mthly_25_percentile": 4500.0, + "gross_mthly_75_percentile": 9000.0 + }, + { + "year": 2023, + "employment_rate_overall": 82.9, + "employment_rate_ft_perm": 82.9, + "basic_monthly_mean": 5381.0, + "basic_monthly_median": 4500.0, + "gross_monthly_mean": 5490.0, + "gross_monthly_median": 4600.0, + "gross_mthly_25_percentile": 4100.0, + "gross_mthly_75_percentile": 6372.0 + } + ] + }, + { + "university": "National University of Singapore", + "degree": "Bachelor of Social Sciences", + "school": "Faculty of Arts & Social Sciences", + "slug": "bachelor-of-social-sciences-nus", + "data": [ + { + "year": 2009, + "employment_rate_overall": 92.6, + "employment_rate_ft_perm": 81.2, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 2845.0, + "gross_monthly_median": 2750.0, + "gross_mthly_25_percentile": 2500.0, + "gross_mthly_75_percentile": 3150.0 + }, + { + "year": 2010, + "employment_rate_overall": 89.2, + "employment_rate_ft_perm": 80.9, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 3062.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2600.0, + "gross_mthly_75_percentile": 3335.0 + }, + { + "year": 2011, + "employment_rate_overall": 91.8, + "employment_rate_ft_perm": 84.9, + "basic_monthly_mean": 2878.0, + "basic_monthly_median": 2813.0, + "gross_monthly_mean": 3088.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2700.0, + "gross_mthly_75_percentile": 3350.0 + }, + { + "year": 2012, + "employment_rate_overall": 89.1, + "employment_rate_ft_perm": 84.3, + "basic_monthly_mean": 3151.0, + "basic_monthly_median": 3160.0, + "gross_monthly_mean": 3290.0, + "gross_monthly_median": 3200.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3600.0 + }, + { + "year": 2013, + "employment_rate_overall": 88.1, + "employment_rate_ft_perm": 76.8, + "basic_monthly_mean": 3098.0, + "basic_monthly_median": 3100.0, + "gross_monthly_mean": 3210.0, + "gross_monthly_median": 3200.0, + "gross_mthly_25_percentile": 2800.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2014, + "employment_rate_overall": 88.7, + "employment_rate_ft_perm": 80.1, + "basic_monthly_mean": 3192.0, + "basic_monthly_median": 3200.0, + "gross_monthly_mean": 3304.0, + "gross_monthly_median": 3250.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3600.0 + }, + { + "year": 2015, + "employment_rate_overall": 88.6, + "employment_rate_ft_perm": 79.8, + "basic_monthly_mean": 3317.0, + "basic_monthly_median": 3300.0, + "gross_monthly_mean": 3442.0, + "gross_monthly_median": 3310.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3686.0 + }, + { + "year": 2016, + "employment_rate_overall": 89.5, + "employment_rate_ft_perm": 73.3, + "basic_monthly_mean": 3341.0, + "basic_monthly_median": 3300.0, + "gross_monthly_mean": 3423.0, + "gross_monthly_median": 3300.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3650.0 + }, + { + "year": 2017, + "employment_rate_overall": 88.3, + "employment_rate_ft_perm": 74.7, + "basic_monthly_mean": 3365.0, + "basic_monthly_median": 3300.0, + "gross_monthly_mean": 3443.0, + "gross_monthly_median": 3300.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3750.0 + }, + { + "year": 2018, + "employment_rate_overall": 88.2, + "employment_rate_ft_perm": 74.5, + "basic_monthly_mean": 3459.0, + "basic_monthly_median": 3400.0, + "gross_monthly_mean": 3526.0, + "gross_monthly_median": 3400.0, + "gross_mthly_25_percentile": 3200.0, + "gross_mthly_75_percentile": 3800.0 + }, + { + "year": 2019, + "employment_rate_overall": 88.0, + "employment_rate_ft_perm": 75.9, + "basic_monthly_mean": 3590.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3674.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3212.0, + "gross_mthly_75_percentile": 3850.0 + }, + { + "year": 2020, + "employment_rate_overall": 93.5, + "employment_rate_ft_perm": 65.3, + "basic_monthly_mean": 3597.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3666.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3345.0, + "gross_mthly_75_percentile": 3875.0 + }, + { + "year": 2021, + "employment_rate_overall": 92.5, + "employment_rate_ft_perm": 78.2, + "basic_monthly_mean": 3757.0, + "basic_monthly_median": 3531.0, + "gross_monthly_mean": 3850.0, + "gross_monthly_median": 3600.0, + "gross_mthly_25_percentile": 3400.0, + "gross_mthly_75_percentile": 4100.0 + }, + { + "year": 2022, + "employment_rate_overall": 92.3, + "employment_rate_ft_perm": 81.1, + "basic_monthly_mean": 3935.0, + "basic_monthly_median": 3650.0, + "gross_monthly_mean": 4056.0, + "gross_monthly_median": 3795.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 4350.0 + }, + { + "year": 2023, + "employment_rate_overall": 89.0, + "employment_rate_ft_perm": 80.7, + "basic_monthly_mean": 4173.0, + "basic_monthly_median": 4000.0, + "gross_monthly_mean": 4304.0, + "gross_monthly_median": 4015.0, + "gross_mthly_25_percentile": 3720.0, + "gross_mthly_75_percentile": 4500.0 + } + ] + }, + { + "university": "Singapore Institute of Technology", + "degree": "Bachelor in Science (Diagnostic Radiography)", + "school": "SIT / SIT-Trinity College Dublin / Trinity College Dublin", + "slug": "bachelor-in-science-diagnostic-radiography-sit", + "data": [ + { + "year": 2015, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": 3322.0, + "basic_monthly_median": 3300.0, + "gross_monthly_mean": 3486.0, + "gross_monthly_median": 3488.0, + "gross_mthly_25_percentile": 3313.0, + "gross_mthly_75_percentile": 3650.0 + }, + { + "year": 2016, + "employment_rate_overall": 88.2, + "employment_rate_ft_perm": 88.2, + "basic_monthly_mean": 3406.0, + "basic_monthly_median": 3385.0, + "gross_monthly_mean": 3628.0, + "gross_monthly_median": 3660.0, + "gross_mthly_25_percentile": 3400.0, + "gross_mthly_75_percentile": 3930.0 + }, + { + "year": 2018, + "employment_rate_overall": 95.8, + "employment_rate_ft_perm": 87.5, + "basic_monthly_mean": 3476.0, + "basic_monthly_median": 3300.0, + "gross_monthly_mean": 3571.0, + "gross_monthly_median": 3350.0, + "gross_mthly_25_percentile": 3300.0, + "gross_mthly_75_percentile": 3800.0 + }, + { + "year": 2020, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": 3446.0, + "basic_monthly_median": 3400.0, + "gross_monthly_mean": 3685.0, + "gross_monthly_median": 3650.0, + "gross_mthly_25_percentile": 3400.0, + "gross_mthly_75_percentile": 3859.0 + } + ] + }, + { + "university": "Singapore Institute of Technology", + "degree": "Bachelor in Science (Occupational Therapy)", + "school": "SIT / SIT-Trinity College Dublin / Trinity College Dublin", + "slug": "bachelor-in-science-occupational-therapy-sit", + "data": [ + { + "year": 2014, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": 3127.0, + "basic_monthly_median": 3100.0, + "gross_monthly_mean": 3151.0, + "gross_monthly_median": 3100.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3338.0 + }, + { + "year": 2015, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": 3126.0, + "basic_monthly_median": 3120.0, + "gross_monthly_mean": 3149.0, + "gross_monthly_median": 3125.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3225.0 + }, + { + "year": 2016, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": 3297.0, + "basic_monthly_median": 3200.0, + "gross_monthly_mean": 3301.0, + "gross_monthly_median": 3200.0, + "gross_mthly_25_percentile": 3100.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2017, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 97.1, + "basic_monthly_mean": 3217.0, + "basic_monthly_median": 3250.0, + "gross_monthly_mean": 3258.0, + "gross_monthly_median": 3300.0, + "gross_mthly_25_percentile": 3020.0, + "gross_mthly_75_percentile": 3450.0 + }, + { + "year": 2018, + "employment_rate_overall": 96.6, + "employment_rate_ft_perm": 96.6, + "basic_monthly_mean": 3409.0, + "basic_monthly_median": 3450.0, + "gross_monthly_mean": 3431.0, + "gross_monthly_median": 3460.0, + "gross_mthly_25_percentile": 3300.0, + "gross_mthly_75_percentile": 3610.0 + }, + { + "year": 2019, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": 3429.0, + "basic_monthly_median": 3400.0, + "gross_monthly_mean": 3466.0, + "gross_monthly_median": 3425.0, + "gross_mthly_25_percentile": 3308.0, + "gross_mthly_75_percentile": 3650.0 + }, + { + "year": 2020, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": 3510.0, + "basic_monthly_median": 3400.0, + "gross_monthly_mean": 3542.0, + "gross_monthly_median": 3400.0, + "gross_mthly_25_percentile": 3364.0, + "gross_mthly_75_percentile": 3629.0 + } + ] + }, + { + "university": "Singapore Institute of Technology", + "degree": "Bachelor in Science (Physiotherapy)", + "school": "SIT / SIT-Trinity College Dublin / Trinity College Dublin", + "slug": "bachelor-in-science-physiotherapy-sit", + "data": [ + { + "year": 2014, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": 3204.0, + "basic_monthly_median": 3200.0, + "gross_monthly_mean": 3229.0, + "gross_monthly_median": 3200.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2015, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 98.3, + "basic_monthly_mean": 3234.0, + "basic_monthly_median": 3200.0, + "gross_monthly_mean": 3310.0, + "gross_monthly_median": 3222.0, + "gross_mthly_25_percentile": 3200.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2016, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": 3310.0, + "basic_monthly_median": 3300.0, + "gross_monthly_mean": 3344.0, + "gross_monthly_median": 3300.0, + "gross_mthly_25_percentile": 3240.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2017, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 96.8, + "basic_monthly_mean": 3483.0, + "basic_monthly_median": 3350.0, + "gross_monthly_mean": 3489.0, + "gross_monthly_median": 3400.0, + "gross_mthly_25_percentile": 3300.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2018, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": 3258.0, + "basic_monthly_median": 3300.0, + "gross_monthly_mean": 3276.0, + "gross_monthly_median": 3300.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3600.0 + }, + { + "year": 2019, + "employment_rate_overall": 98.3, + "employment_rate_ft_perm": 98.3, + "basic_monthly_mean": 3479.0, + "basic_monthly_median": 3400.0, + "gross_monthly_mean": 3498.0, + "gross_monthly_median": 3400.0, + "gross_mthly_25_percentile": 3400.0, + "gross_mthly_75_percentile": 3620.0 + }, + { + "year": 2020, + "employment_rate_overall": 98.2, + "employment_rate_ft_perm": 96.3, + "basic_monthly_mean": 3485.0, + "basic_monthly_median": 3480.0, + "gross_monthly_mean": 3518.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3400.0, + "gross_mthly_75_percentile": 3700.0 + } + ] + }, + { + "university": "Singapore Institute of Technology", + "degree": "Bachelor of Accountancy with Honours", + "school": "Singapore Institute of Technology (SIT)", + "slug": "bachelor-of-accountancy-with-honours-sit", + "data": [ + { + "year": 2017, + "employment_rate_overall": 94.1, + "employment_rate_ft_perm": 92.1, + "basic_monthly_mean": 3073.0, + "basic_monthly_median": 3050.0, + "gross_monthly_mean": 3113.0, + "gross_monthly_median": 3088.0, + "gross_mthly_25_percentile": 2975.0, + "gross_mthly_75_percentile": 3250.0 + }, + { + "year": 2018, + "employment_rate_overall": 96.3, + "employment_rate_ft_perm": 91.5, + "basic_monthly_mean": 3188.0, + "basic_monthly_median": 3050.0, + "gross_monthly_mean": 3216.0, + "gross_monthly_median": 3075.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3250.0 + }, + { + "year": 2019, + "employment_rate_overall": 93.7, + "employment_rate_ft_perm": 89.2, + "basic_monthly_mean": 3181.0, + "basic_monthly_median": 3100.0, + "gross_monthly_mean": 3239.0, + "gross_monthly_median": 3100.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3250.0 + }, + { + "year": 2020, + "employment_rate_overall": 97.4, + "employment_rate_ft_perm": 69.8, + "basic_monthly_mean": 3107.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3120.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3200.0 + }, + { + "year": 2021, + "employment_rate_overall": 97.7, + "employment_rate_ft_perm": 86.8, + "basic_monthly_mean": 3363.0, + "basic_monthly_median": 3400.0, + "gross_monthly_mean": 3431.0, + "gross_monthly_median": 3400.0, + "gross_mthly_25_percentile": 3200.0, + "gross_mthly_75_percentile": 3460.0 + }, + { + "year": 2022, + "employment_rate_overall": 91.8, + "employment_rate_ft_perm": 91.8, + "basic_monthly_mean": 3812.0, + "basic_monthly_median": 3600.0, + "gross_monthly_mean": 3841.0, + "gross_monthly_median": 3600.0, + "gross_mthly_25_percentile": 3600.0, + "gross_mthly_75_percentile": 4000.0 + } + ] + }, + { + "university": "Singapore Institute of Technology", + "degree": "Bachelor of Arts in Game Design", + "school": "DigiPen Institute of Technology", + "slug": "bachelor-of-arts-in-game-design-sit", + "data": [ + { + "year": 2014, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 86.7, + "basic_monthly_mean": 2490.0, + "basic_monthly_median": 2700.0, + "gross_monthly_mean": 2490.0, + "gross_monthly_median": 2700.0, + "gross_mthly_25_percentile": 2575.0, + "gross_mthly_75_percentile": 2800.0 + }, + { + "year": 2017, + "employment_rate_overall": 96.2, + "employment_rate_ft_perm": 92.3, + "basic_monthly_mean": 3040.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3067.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2800.0, + "gross_mthly_75_percentile": 3200.0 + }, + { + "year": 2018, + "employment_rate_overall": 86.7, + "employment_rate_ft_perm": 86.7, + "basic_monthly_mean": 3277.0, + "basic_monthly_median": 3300.0, + "gross_monthly_mean": 3324.0, + "gross_monthly_median": 3300.0, + "gross_mthly_25_percentile": 3196.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2019, + "employment_rate_overall": 83.3, + "employment_rate_ft_perm": 79.2, + "basic_monthly_mean": 3122.0, + "basic_monthly_median": 3120.0, + "gross_monthly_mean": 3167.0, + "gross_monthly_median": 3220.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2020, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 78.6, + "basic_monthly_mean": 3486.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3575.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3100.0, + "gross_mthly_75_percentile": 3600.0 + }, + { + "year": 2021, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 81.5, + "basic_monthly_mean": 3457.0, + "basic_monthly_median": 3200.0, + "gross_monthly_mean": 3490.0, + "gross_monthly_median": 3300.0, + "gross_mthly_25_percentile": 3200.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2022, + "employment_rate_overall": 67.9, + "employment_rate_ft_perm": 60.7, + "basic_monthly_mean": 3847.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3884.0, + "gross_monthly_median": 3600.0, + "gross_mthly_25_percentile": 3400.0, + "gross_mthly_75_percentile": 4250.0 + } + ] + }, + { + "university": "Singapore Institute of Technology", + "degree": "Bachelor of Arts with Honours in Communication Design", + "school": "The Glasgow School of Art", + "slug": "bachelor-of-arts-with-honours-in-communication-design-sit", + "data": [ + { + "year": 2014, + "employment_rate_overall": 89.1, + "employment_rate_ft_perm": 78.3, + "basic_monthly_mean": 2547.0, + "basic_monthly_median": 2500.0, + "gross_monthly_mean": 2595.0, + "gross_monthly_median": 2500.0, + "gross_mthly_25_percentile": 2400.0, + "gross_mthly_75_percentile": 2800.0 + }, + { + "year": 2015, + "employment_rate_overall": 76.1, + "employment_rate_ft_perm": 54.3, + "basic_monthly_mean": 2896.0, + "basic_monthly_median": 2750.0, + "gross_monthly_mean": 2922.0, + "gross_monthly_median": 2750.0, + "gross_mthly_25_percentile": 2523.0, + "gross_mthly_75_percentile": 2975.0 + }, + { + "year": 2016, + "employment_rate_overall": 91.1, + "employment_rate_ft_perm": 58.9, + "basic_monthly_mean": 2652.0, + "basic_monthly_median": 2600.0, + "gross_monthly_mean": 2652.0, + "gross_monthly_median": 2600.0, + "gross_mthly_25_percentile": 2500.0, + "gross_mthly_75_percentile": 2700.0 + }, + { + "year": 2017, + "employment_rate_overall": 90.7, + "employment_rate_ft_perm": 68.5, + "basic_monthly_mean": 2819.0, + "basic_monthly_median": 2600.0, + "gross_monthly_mean": 2949.0, + "gross_monthly_median": 2700.0, + "gross_mthly_25_percentile": 2500.0, + "gross_mthly_75_percentile": 3200.0 + }, + { + "year": 2018, + "employment_rate_overall": 84.9, + "employment_rate_ft_perm": 54.7, + "basic_monthly_mean": 2818.0, + "basic_monthly_median": 2850.0, + "gross_monthly_mean": 3055.0, + "gross_monthly_median": 2950.0, + "gross_mthly_25_percentile": 2550.0, + "gross_mthly_75_percentile": 3000.0 + }, + { + "year": 2019, + "employment_rate_overall": 78.7, + "employment_rate_ft_perm": 55.3, + "basic_monthly_mean": 2724.0, + "basic_monthly_median": 2800.0, + "gross_monthly_mean": 2832.0, + "gross_monthly_median": 2800.0, + "gross_mthly_25_percentile": 2450.0, + "gross_mthly_75_percentile": 3000.0 + }, + { + "year": 2020, + "employment_rate_overall": 85.7, + "employment_rate_ft_perm": 38.1, + "basic_monthly_mean": 2773.0, + "basic_monthly_median": 2800.0, + "gross_monthly_mean": 2876.0, + "gross_monthly_median": 2800.0, + "gross_mthly_25_percentile": 2500.0, + "gross_mthly_75_percentile": 3000.0 + }, + { + "year": 2021, + "employment_rate_overall": 94.4, + "employment_rate_ft_perm": 59.3, + "basic_monthly_mean": 2951.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 2989.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2700.0, + "gross_mthly_75_percentile": 3200.0 + } + ] + }, + { + "university": "Singapore Institute of Technology", + "degree": "Bachelor of Arts with Honours in Criminology and Security", + "school": "University of Liverpool", + "slug": "bachelor-of-arts-with-honours-in-criminology-and-security-sit", + "data": [ + { + "year": 2016, + "employment_rate_overall": 92.6, + "employment_rate_ft_perm": 81.5, + "basic_monthly_mean": 4096.0, + "basic_monthly_median": 4200.0, + "gross_monthly_mean": 4131.0, + "gross_monthly_median": 4200.0, + "gross_mthly_25_percentile": 3700.0, + "gross_mthly_75_percentile": 4600.0 + }, + { + "year": 2017, + "employment_rate_overall": 86.4, + "employment_rate_ft_perm": 69.5, + "basic_monthly_mean": 3759.0, + "basic_monthly_median": 3800.0, + "gross_monthly_mean": 3825.0, + "gross_monthly_median": 3800.0, + "gross_mthly_25_percentile": 3050.0, + "gross_mthly_75_percentile": 4160.0 + }, + { + "year": 2018, + "employment_rate_overall": 91.9, + "employment_rate_ft_perm": 74.2, + "basic_monthly_mean": 3645.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3726.0, + "gross_monthly_median": 3729.0, + "gross_mthly_25_percentile": 3260.0, + "gross_mthly_75_percentile": 4100.0 + }, + { + "year": 2019, + "employment_rate_overall": 80.2, + "employment_rate_ft_perm": 70.4, + "basic_monthly_mean": 3647.0, + "basic_monthly_median": 3526.0, + "gross_monthly_mean": 3823.0, + "gross_monthly_median": 3695.0, + "gross_mthly_25_percentile": 3400.0, + "gross_mthly_75_percentile": 4050.0 + }, + { + "year": 2020, + "employment_rate_overall": 93.7, + "employment_rate_ft_perm": 68.4, + "basic_monthly_mean": 3634.0, + "basic_monthly_median": 3480.0, + "gross_monthly_mean": 3919.0, + "gross_monthly_median": 3700.0, + "gross_mthly_25_percentile": 3400.0, + "gross_mthly_75_percentile": 4300.0 + }, + { + "year": 2021, + "employment_rate_overall": 95.5, + "employment_rate_ft_perm": 81.8, + "basic_monthly_mean": 3807.0, + "basic_monthly_median": 3600.0, + "gross_monthly_mean": 4001.0, + "gross_monthly_median": 3850.0, + "gross_mthly_25_percentile": 3400.0, + "gross_mthly_75_percentile": 4500.0 + }, + { + "year": 2022, + "employment_rate_overall": 90.5, + "employment_rate_ft_perm": 85.7, + "basic_monthly_mean": 4278.0, + "basic_monthly_median": 4050.0, + "gross_monthly_mean": 4533.0, + "gross_monthly_median": 4561.0, + "gross_mthly_25_percentile": 4000.0, + "gross_mthly_75_percentile": 5293.0 + } + ] + }, + { + "university": "Singapore Institute of Technology", + "degree": "Bachelor of Arts with Honours in Interior Design", + "school": "The Glasgow School of Art", + "slug": "bachelor-of-arts-with-honours-in-interior-design-sit", + "data": [ + { + "year": 2014, + "employment_rate_overall": 93.9, + "employment_rate_ft_perm": 90.9, + "basic_monthly_mean": 2553.0, + "basic_monthly_median": 2500.0, + "gross_monthly_mean": 2583.0, + "gross_monthly_median": 2500.0, + "gross_mthly_25_percentile": 2373.0, + "gross_mthly_75_percentile": 2800.0 + }, + { + "year": 2015, + "employment_rate_overall": 87.5, + "employment_rate_ft_perm": 71.9, + "basic_monthly_mean": 2520.0, + "basic_monthly_median": 2600.0, + "gross_monthly_mean": 2893.0, + "gross_monthly_median": 2700.0, + "gross_mthly_25_percentile": 2500.0, + "gross_mthly_75_percentile": 3025.0 + }, + { + "year": 2016, + "employment_rate_overall": 97.4, + "employment_rate_ft_perm": 76.3, + "basic_monthly_mean": 2467.0, + "basic_monthly_median": 2500.0, + "gross_monthly_mean": 2485.0, + "gross_monthly_median": 2515.0, + "gross_mthly_25_percentile": 2200.0, + "gross_mthly_75_percentile": 2800.0 + }, + { + "year": 2017, + "employment_rate_overall": 92.3, + "employment_rate_ft_perm": 87.2, + "basic_monthly_mean": 2818.0, + "basic_monthly_median": 2700.0, + "gross_monthly_mean": 2841.0, + "gross_monthly_median": 2700.0, + "gross_mthly_25_percentile": 2500.0, + "gross_mthly_75_percentile": 3000.0 + }, + { + "year": 2018, + "employment_rate_overall": 92.3, + "employment_rate_ft_perm": 76.9, + "basic_monthly_mean": 2710.0, + "basic_monthly_median": 2700.0, + "gross_monthly_mean": 2796.0, + "gross_monthly_median": 2775.0, + "gross_mthly_25_percentile": 2500.0, + "gross_mthly_75_percentile": 3000.0 + }, + { + "year": 2019, + "employment_rate_overall": 87.1, + "employment_rate_ft_perm": 80.6, + "basic_monthly_mean": 2692.0, + "basic_monthly_median": 2700.0, + "gross_monthly_mean": 2760.0, + "gross_monthly_median": 2700.0, + "gross_mthly_25_percentile": 2400.0, + "gross_mthly_75_percentile": 3000.0 + }, + { + "year": 2020, + "employment_rate_overall": 83.9, + "employment_rate_ft_perm": 45.2, + "basic_monthly_mean": 2958.0, + "basic_monthly_median": 2500.0, + "gross_monthly_mean": 2992.0, + "gross_monthly_median": 2600.0, + "gross_mthly_25_percentile": 2500.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2021, + "employment_rate_overall": 94.3, + "employment_rate_ft_perm": 65.7, + "basic_monthly_mean": 2761.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 2807.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2500.0, + "gross_mthly_75_percentile": 3100.0 + } + ] + }, + { + "university": "Singapore Institute of Technology", + "degree": "Bachelor of Business Administration in Food Business Management", + "school": "The Culinary Institute of America", + "slug": "bachelor-of-business-administration-in-food-business-management-sit", + "data": [ + { + "year": 2018, + "employment_rate_overall": 86.5, + "employment_rate_ft_perm": 64.9, + "basic_monthly_mean": 2643.0, + "basic_monthly_median": 2530.0, + "gross_monthly_mean": 2929.0, + "gross_monthly_median": 2663.0, + "gross_mthly_25_percentile": 2415.0, + "gross_mthly_75_percentile": 3300.0 + }, + { + "year": 2019, + "employment_rate_overall": 81.0, + "employment_rate_ft_perm": 61.9, + "basic_monthly_mean": 2532.0, + "basic_monthly_median": 2350.0, + "gross_monthly_mean": 2852.0, + "gross_monthly_median": 2625.0, + "gross_mthly_25_percentile": 2200.0, + "gross_mthly_75_percentile": 3350.0 + }, + { + "year": 2020, + "employment_rate_overall": 86.0, + "employment_rate_ft_perm": 66.7, + "basic_monthly_mean": 2497.0, + "basic_monthly_median": 2475.0, + "gross_monthly_mean": 2675.0, + "gross_monthly_median": 2550.0, + "gross_mthly_25_percentile": 2300.0, + "gross_mthly_75_percentile": 2820.0 + }, + { + "year": 2021, + "employment_rate_overall": 91.9, + "employment_rate_ft_perm": 67.7, + "basic_monthly_mean": 2647.0, + "basic_monthly_median": 2500.0, + "gross_monthly_mean": 2817.0, + "gross_monthly_median": 2700.0, + "gross_mthly_25_percentile": 2500.0, + "gross_mthly_75_percentile": 3100.0 + }, + { + "year": 2022, + "employment_rate_overall": 89.5, + "employment_rate_ft_perm": 78.9, + "basic_monthly_mean": 2609.0, + "basic_monthly_median": 2450.0, + "gross_monthly_mean": 2969.0, + "gross_monthly_median": 3050.0, + "gross_mthly_25_percentile": 2300.0, + "gross_mthly_75_percentile": 3500.0 + } + ] + }, + { + "university": "Singapore Institute of Technology", + "degree": "Bachelor of Engineering with Honours in Aerospace Engineering", + "school": "SIT-University of Glasgow", + "slug": "bachelor-of-engineering-with-honours-in-aerospace-engineering-sit", + "data": [ + { + "year": 2014, + "employment_rate_overall": 88.0, + "employment_rate_ft_perm": 88.0, + "basic_monthly_mean": 3396.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3415.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2849.0, + "gross_mthly_75_percentile": 4194.0 + }, + { + "year": 2015, + "employment_rate_overall": 81.6, + "employment_rate_ft_perm": 73.7, + "basic_monthly_mean": 2766.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 2840.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2614.0, + "gross_mthly_75_percentile": 3293.0 + }, + { + "year": 2016, + "employment_rate_overall": 81.6, + "employment_rate_ft_perm": 65.3, + "basic_monthly_mean": 3042.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3277.0, + "gross_monthly_median": 3200.0, + "gross_mthly_25_percentile": 2800.0, + "gross_mthly_75_percentile": 3700.0 + }, + { + "year": 2017, + "employment_rate_overall": 81.3, + "employment_rate_ft_perm": 65.6, + "basic_monthly_mean": 3367.0, + "basic_monthly_median": 3100.0, + "gross_monthly_mean": 3481.0, + "gross_monthly_median": 3200.0, + "gross_mthly_25_percentile": 2950.0, + "gross_mthly_75_percentile": 3700.0 + }, + { + "year": 2018, + "employment_rate_overall": 78.0, + "employment_rate_ft_perm": 70.7, + "basic_monthly_mean": 3440.0, + "basic_monthly_median": 3200.0, + "gross_monthly_mean": 3454.0, + "gross_monthly_median": 3200.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2019, + "employment_rate_overall": 77.1, + "employment_rate_ft_perm": 64.6, + "basic_monthly_mean": 3500.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3597.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3200.0, + "gross_mthly_75_percentile": 4000.0 + }, + { + "year": 2020, + "employment_rate_overall": 91.2, + "employment_rate_ft_perm": 35.3, + "basic_monthly_mean": 4127.0, + "basic_monthly_median": 3900.0, + "gross_monthly_mean": 4159.0, + "gross_monthly_median": 3921.0, + "gross_mthly_25_percentile": 3400.0, + "gross_mthly_75_percentile": 5010.0 + }, + { + "year": 2022, + "employment_rate_overall": 74.3, + "employment_rate_ft_perm": 62.9, + "basic_monthly_mean": 4085.0, + "basic_monthly_median": 3750.0, + "gross_monthly_mean": 4372.0, + "gross_monthly_median": 4200.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 4400.0 + } + ] + }, + { + "university": "Singapore Institute of Technology", + "degree": "Bachelor of Engineering with Honours in Aerospace Systems", + "school": "University of Glasgow", + "slug": "bachelor-of-engineering-with-honours-in-aerospace-systems-sit", + "data": [ + { + "year": 2014, + "employment_rate_overall": 85.7, + "employment_rate_ft_perm": 75.0, + "basic_monthly_mean": 3217.0, + "basic_monthly_median": 3100.0, + "gross_monthly_mean": 3333.0, + "gross_monthly_median": 3150.0, + "gross_mthly_25_percentile": 2900.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2015, + "employment_rate_overall": 83.3, + "employment_rate_ft_perm": 70.8, + "basic_monthly_mean": 3128.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3185.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2882.0, + "gross_mthly_75_percentile": 3300.0 + }, + { + "year": 2016, + "employment_rate_overall": 82.2, + "employment_rate_ft_perm": 64.4, + "basic_monthly_mean": 3312.0, + "basic_monthly_median": 3225.0, + "gross_monthly_mean": 3390.0, + "gross_monthly_median": 3275.0, + "gross_mthly_25_percentile": 2900.0, + "gross_mthly_75_percentile": 4009.0 + }, + { + "year": 2017, + "employment_rate_overall": 80.0, + "employment_rate_ft_perm": 52.5, + "basic_monthly_mean": 3207.0, + "basic_monthly_median": 3125.0, + "gross_monthly_mean": 3280.0, + "gross_monthly_median": 3125.0, + "gross_mthly_25_percentile": 2625.0, + "gross_mthly_75_percentile": 3650.0 + }, + { + "year": 2018, + "employment_rate_overall": 82.4, + "employment_rate_ft_perm": 61.8, + "basic_monthly_mean": 3412.0, + "basic_monthly_median": 3300.0, + "gross_monthly_mean": 3451.0, + "gross_monthly_median": 3380.0, + "gross_mthly_25_percentile": 3025.0, + "gross_mthly_75_percentile": 3875.0 + }, + { + "year": 2019, + "employment_rate_overall": 82.4, + "employment_rate_ft_perm": 67.6, + "basic_monthly_mean": 3863.0, + "basic_monthly_median": 3550.0, + "gross_monthly_mean": 3993.0, + "gross_monthly_median": 3700.0, + "gross_mthly_25_percentile": 3400.0, + "gross_mthly_75_percentile": 4600.0 + }, + { + "year": 2020, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 37.9, + "basic_monthly_mean": 3900.0, + "basic_monthly_median": 3750.0, + "gross_monthly_mean": 3940.0, + "gross_monthly_median": 3750.0, + "gross_mthly_25_percentile": 3400.0, + "gross_mthly_75_percentile": 4600.0 + } + ] + }, + { + "university": "Singapore Institute of Technology", + "degree": "Bachelor of Engineering with Honours in Aircraft Systems Engineering", + "school": "Singapore Institute of Technology (SIT)", + "slug": "bachelor-of-engineering-with-honours-in-aircraft-systems-engineering-sit", + "data": [ + { + "year": 2021, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 91.7, + "basic_monthly_mean": 3297.0, + "basic_monthly_median": 3200.0, + "gross_monthly_mean": 3394.0, + "gross_monthly_median": 3300.0, + "gross_mthly_25_percentile": 2500.0, + "gross_mthly_75_percentile": 4000.0 + }, + { + "year": 2022, + "employment_rate_overall": 91.2, + "employment_rate_ft_perm": 85.3, + "basic_monthly_mean": 4102.0, + "basic_monthly_median": 4400.0, + "gross_monthly_mean": 4168.0, + "gross_monthly_median": 4400.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 4900.0 + } + ] + }, + { + "university": "Singapore Institute of Technology", + "degree": "Bachelor of Engineering with Honours in Chemical Engineering", + "school": "SIT- Newcastle University", + "slug": "bachelor-of-engineering-with-honours-in-chemical-engineering-sit", + "data": [ + { + "year": 2014, + "employment_rate_overall": 90.1, + "employment_rate_ft_perm": 84.5, + "basic_monthly_mean": 3041.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3325.0, + "gross_monthly_median": 3300.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3650.0 + }, + { + "year": 2015, + "employment_rate_overall": 85.5, + "employment_rate_ft_perm": 72.6, + "basic_monthly_mean": 3097.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3405.0, + "gross_monthly_median": 3250.0, + "gross_mthly_25_percentile": 2900.0, + "gross_mthly_75_percentile": 3750.0 + }, + { + "year": 2016, + "employment_rate_overall": 85.9, + "employment_rate_ft_perm": 71.8, + "basic_monthly_mean": 3201.0, + "basic_monthly_median": 3100.0, + "gross_monthly_mean": 3463.0, + "gross_monthly_median": 3300.0, + "gross_mthly_25_percentile": 3080.0, + "gross_mthly_75_percentile": 3650.0 + }, + { + "year": 2017, + "employment_rate_overall": 77.3, + "employment_rate_ft_perm": 62.1, + "basic_monthly_mean": 3061.0, + "basic_monthly_median": 3100.0, + "gross_monthly_mean": 3290.0, + "gross_monthly_median": 3255.0, + "gross_mthly_25_percentile": 2975.0, + "gross_mthly_75_percentile": 3600.0 + }, + { + "year": 2018, + "employment_rate_overall": 84.6, + "employment_rate_ft_perm": 76.9, + "basic_monthly_mean": 3193.0, + "basic_monthly_median": 3100.0, + "gross_monthly_mean": 3451.0, + "gross_monthly_median": 3300.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3600.0 + }, + { + "year": 2019, + "employment_rate_overall": 82.2, + "employment_rate_ft_perm": 73.3, + "basic_monthly_mean": 3217.0, + "basic_monthly_median": 3200.0, + "gross_monthly_mean": 3463.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3200.0, + "gross_mthly_75_percentile": 3600.0 + }, + { + "year": 2020, + "employment_rate_overall": 95.7, + "employment_rate_ft_perm": 47.8, + "basic_monthly_mean": 3095.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3242.0, + "gross_monthly_median": 3200.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2021, + "employment_rate_overall": 79.2, + "employment_rate_ft_perm": 64.2, + "basic_monthly_mean": 3466.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3836.0, + "gross_monthly_median": 3700.0, + "gross_mthly_25_percentile": 3350.0, + "gross_mthly_75_percentile": 4200.0 + }, + { + "year": 2022, + "employment_rate_overall": 79.7, + "employment_rate_ft_perm": 70.3, + "basic_monthly_mean": 3936.0, + "basic_monthly_median": 3900.0, + "gross_monthly_mean": 4216.0, + "gross_monthly_median": 4100.0, + "gross_mthly_25_percentile": 3785.0, + "gross_mthly_75_percentile": 4650.0 + } + ] + }, + { + "university": "Singapore Institute of Technology", + "degree": "Bachelor of Engineering with Honours in Civil Engineering", + "school": "SIT-University of Glasgow", + "slug": "bachelor-of-engineering-with-honours-in-civil-engineering-sit", + "data": [ + { + "year": 2020, + "employment_rate_overall": 97.9, + "employment_rate_ft_perm": 78.7, + "basic_monthly_mean": 3444.0, + "basic_monthly_median": 3400.0, + "gross_monthly_mean": 3518.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3200.0, + "gross_mthly_75_percentile": 3700.0 + }, + { + "year": 2021, + "employment_rate_overall": 92.8, + "employment_rate_ft_perm": 92.8, + "basic_monthly_mean": 3650.0, + "basic_monthly_median": 3600.0, + "gross_monthly_mean": 3719.0, + "gross_monthly_median": 3675.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 3933.0 + }, + { + "year": 2022, + "employment_rate_overall": 90.1, + "employment_rate_ft_perm": 87.3, + "basic_monthly_mean": 3932.0, + "basic_monthly_median": 3800.0, + "gross_monthly_mean": 4006.0, + "gross_monthly_median": 3800.0, + "gross_mthly_25_percentile": 3700.0, + "gross_mthly_75_percentile": 4300.0 + } + ] + }, + { + "university": "Singapore Institute of Technology", + "degree": "Bachelor of Engineering with Honours in Electrical Power Engineering", + "school": "SIT- Newcastle University", + "slug": "bachelor-of-engineering-with-honours-in-electrical-power-engineering-sit", + "data": [ + { + "year": 2015, + "employment_rate_overall": 83.0, + "employment_rate_ft_perm": 77.4, + "basic_monthly_mean": 3334.0, + "basic_monthly_median": 3100.0, + "gross_monthly_mean": 3452.0, + "gross_monthly_median": 3300.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3550.0 + }, + { + "year": 2016, + "employment_rate_overall": 86.4, + "employment_rate_ft_perm": 79.7, + "basic_monthly_mean": 3239.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3440.0, + "gross_monthly_median": 3200.0, + "gross_mthly_25_percentile": 2800.0, + "gross_mthly_75_percentile": 3700.0 + }, + { + "year": 2017, + "employment_rate_overall": 94.4, + "employment_rate_ft_perm": 88.9, + "basic_monthly_mean": 3191.0, + "basic_monthly_median": 3200.0, + "gross_monthly_mean": 3269.0, + "gross_monthly_median": 3200.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3450.0 + }, + { + "year": 2018, + "employment_rate_overall": 94.5, + "employment_rate_ft_perm": 81.8, + "basic_monthly_mean": 3382.0, + "basic_monthly_median": 3300.0, + "gross_monthly_mean": 3438.0, + "gross_monthly_median": 3343.0, + "gross_mthly_25_percentile": 3050.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2019, + "employment_rate_overall": 91.3, + "employment_rate_ft_perm": 82.6, + "basic_monthly_mean": 3489.0, + "basic_monthly_median": 3400.0, + "gross_monthly_mean": 3542.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3250.0, + "gross_mthly_75_percentile": 3600.0 + }, + { + "year": 2020, + "employment_rate_overall": 97.9, + "employment_rate_ft_perm": 68.8, + "basic_monthly_mean": 3501.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3603.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3400.0, + "gross_mthly_75_percentile": 3850.0 + }, + { + "year": 2021, + "employment_rate_overall": 98.3, + "employment_rate_ft_perm": 84.5, + "basic_monthly_mean": 3583.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3691.0, + "gross_monthly_median": 3600.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 3850.0 + }, + { + "year": 2022, + "employment_rate_overall": 86.4, + "employment_rate_ft_perm": 84.7, + "basic_monthly_mean": 4104.0, + "basic_monthly_median": 4000.0, + "gross_monthly_mean": 4180.0, + "gross_monthly_median": 4100.0, + "gross_mthly_25_percentile": 3700.0, + "gross_mthly_75_percentile": 4510.0 + } + ] + }, + { + "university": "Singapore Institute of Technology", + "degree": "Bachelor of Engineering with Honours in Information & Communications Technology (Information Security)", + "school": "Singapore Institute of Technology (SIT)", + "slug": "bachelor-of-engineering-with-honours-in-information--communications-technology-information-security-sit", + "data": [ + { + "year": 2018, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": 4111.0, + "basic_monthly_median": 4000.0, + "gross_monthly_mean": 4116.0, + "gross_monthly_median": 4045.0, + "gross_mthly_25_percentile": 4000.0, + "gross_mthly_75_percentile": 4400.0 + }, + { + "year": 2019, + "employment_rate_overall": 97.5, + "employment_rate_ft_perm": 95.0, + "basic_monthly_mean": 4171.0, + "basic_monthly_median": 4000.0, + "gross_monthly_mean": 4319.0, + "gross_monthly_median": 4100.0, + "gross_mthly_25_percentile": 3900.0, + "gross_mthly_75_percentile": 5000.0 + }, + { + "year": 2020, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 95.9, + "basic_monthly_mean": 4023.0, + "basic_monthly_median": 4000.0, + "gross_monthly_mean": 4237.0, + "gross_monthly_median": 4300.0, + "gross_mthly_25_percentile": 3600.0, + "gross_mthly_75_percentile": 4630.0 + }, + { + "year": 2021, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 98.2, + "basic_monthly_mean": 4934.0, + "basic_monthly_median": 4800.0, + "gross_monthly_mean": 5251.0, + "gross_monthly_median": 4950.0, + "gross_mthly_25_percentile": 4605.0, + "gross_mthly_75_percentile": 5552.0 + }, + { + "year": 2022, + "employment_rate_overall": 98.0, + "employment_rate_ft_perm": 96.0, + "basic_monthly_mean": 4798.0, + "basic_monthly_median": 4800.0, + "gross_monthly_mean": 4927.0, + "gross_monthly_median": 4800.0, + "gross_mthly_25_percentile": 4216.0, + "gross_mthly_75_percentile": 5563.0 + } + ] + }, + { + "university": "Singapore Institute of Technology", + "degree": "Bachelor of Engineering with Honours in Information & Communications Technology (Software Engineering)", + "school": "Singapore Institute of Technology (SIT)", + "slug": "bachelor-of-engineering-with-honours-in-information--communications-technology-software-engineering-sit", + "data": [ + { + "year": 2018, + "employment_rate_overall": 95.7, + "employment_rate_ft_perm": 95.7, + "basic_monthly_mean": 3838.0, + "basic_monthly_median": 4000.0, + "gross_monthly_mean": 3914.0, + "gross_monthly_median": 4000.0, + "gross_mthly_25_percentile": 3600.0, + "gross_mthly_75_percentile": 4300.0 + }, + { + "year": 2019, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 97.4, + "basic_monthly_mean": 4090.0, + "basic_monthly_median": 4034.0, + "gross_monthly_mean": 4188.0, + "gross_monthly_median": 4190.0, + "gross_mthly_25_percentile": 3600.0, + "gross_mthly_75_percentile": 4550.0 + }, + { + "year": 2020, + "employment_rate_overall": 96.2, + "employment_rate_ft_perm": 83.0, + "basic_monthly_mean": 4275.0, + "basic_monthly_median": 4000.0, + "gross_monthly_mean": 4366.0, + "gross_monthly_median": 4000.0, + "gross_mthly_25_percentile": 3600.0, + "gross_mthly_75_percentile": 4750.0 + }, + { + "year": 2021, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 98.0, + "basic_monthly_mean": 5126.0, + "basic_monthly_median": 5000.0, + "gross_monthly_mean": 5215.0, + "gross_monthly_median": 5000.0, + "gross_mthly_25_percentile": 4590.0, + "gross_mthly_75_percentile": 5500.0 + }, + { + "year": 2022, + "employment_rate_overall": 98.1, + "employment_rate_ft_perm": 98.1, + "basic_monthly_mean": 5169.0, + "basic_monthly_median": 5000.0, + "gross_monthly_mean": 5313.0, + "gross_monthly_median": 5200.0, + "gross_mthly_25_percentile": 4798.0, + "gross_mthly_75_percentile": 5900.0 + } + ] + }, + { + "university": "Singapore Institute of Technology", + "degree": "Bachelor of Engineering with Honours in Marine Engineering", + "school": "SIT- Newcastle University", + "slug": "bachelor-of-engineering-with-honours-in-marine-engineering-sit", + "data": [ + { + "year": 2014, + "employment_rate_overall": 92.6, + "employment_rate_ft_perm": 88.9, + "basic_monthly_mean": 3208.0, + "basic_monthly_median": 3100.0, + "gross_monthly_mean": 3334.0, + "gross_monthly_median": 3260.0, + "gross_mthly_25_percentile": 3003.0, + "gross_mthly_75_percentile": 3594.0 + }, + { + "year": 2015, + "employment_rate_overall": 91.7, + "employment_rate_ft_perm": 91.7, + "basic_monthly_mean": 3180.0, + "basic_monthly_median": 3025.0, + "gross_monthly_mean": 3354.0, + "gross_monthly_median": 3225.0, + "gross_mthly_25_percentile": 3050.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2016, + "employment_rate_overall": 95.2, + "employment_rate_ft_perm": 81.0, + "basic_monthly_mean": 3812.0, + "basic_monthly_median": 3425.0, + "gross_monthly_mean": 3956.0, + "gross_monthly_median": 3840.0, + "gross_mthly_25_percentile": 3200.0, + "gross_mthly_75_percentile": 4530.0 + }, + { + "year": 2017, + "employment_rate_overall": 96.2, + "employment_rate_ft_perm": 88.5, + "basic_monthly_mean": 3461.0, + "basic_monthly_median": 3300.0, + "gross_monthly_mean": 3541.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 4000.0 + }, + { + "year": 2018, + "employment_rate_overall": 97.1, + "employment_rate_ft_perm": 94.3, + "basic_monthly_mean": 3374.0, + "basic_monthly_median": 3250.0, + "gross_monthly_mean": 3439.0, + "gross_monthly_median": 3250.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3600.0 + }, + { + "year": 2019, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": 3318.0, + "basic_monthly_median": 3300.0, + "gross_monthly_mean": 3393.0, + "gross_monthly_median": 3300.0, + "gross_mthly_25_percentile": 3200.0, + "gross_mthly_75_percentile": 3521.0 + }, + { + "year": 2020, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 79.2, + "basic_monthly_mean": 3774.0, + "basic_monthly_median": 3650.0, + "gross_monthly_mean": 3821.0, + "gross_monthly_median": 3750.0, + "gross_mthly_25_percentile": 3300.0, + "gross_mthly_75_percentile": 4370.0 + }, + { + "year": 2021, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 90.5, + "basic_monthly_mean": 3598.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3819.0, + "gross_monthly_median": 3750.0, + "gross_mthly_25_percentile": 3400.0, + "gross_mthly_75_percentile": 4250.0 + }, + { + "year": 2022, + "employment_rate_overall": 93.5, + "employment_rate_ft_perm": 93.5, + "basic_monthly_mean": 4069.0, + "basic_monthly_median": 3800.0, + "gross_monthly_mean": 4211.0, + "gross_monthly_median": 3900.0, + "gross_mthly_25_percentile": 3750.0, + "gross_mthly_75_percentile": 4400.0 + } + ] + }, + { + "university": "Singapore Institute of Technology", + "degree": "Bachelor of Engineering with Honours in Mechanical Design Engineering", + "school": "University of Glasgow", + "slug": "bachelor-of-engineering-with-honours-in-mechanical-design-engineering-sit", + "data": [ + { + "year": 2014, + "employment_rate_overall": 92.3, + "employment_rate_ft_perm": 92.3, + "basic_monthly_mean": 3229.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3424.0, + "gross_monthly_median": 3250.0, + "gross_mthly_25_percentile": 2950.0, + "gross_mthly_75_percentile": 3556.0 + }, + { + "year": 2015, + "employment_rate_overall": 72.2, + "employment_rate_ft_perm": 61.1, + "basic_monthly_mean": 3160.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3685.0, + "gross_monthly_median": 3250.0, + "gross_mthly_25_percentile": 2960.0, + "gross_mthly_75_percentile": 4200.0 + }, + { + "year": 2016, + "employment_rate_overall": 87.0, + "employment_rate_ft_perm": 70.4, + "basic_monthly_mean": 3187.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3273.0, + "gross_monthly_median": 3200.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3365.0 + }, + { + "year": 2017, + "employment_rate_overall": 96.6, + "employment_rate_ft_perm": 87.9, + "basic_monthly_mean": 3608.0, + "basic_monthly_median": 3100.0, + "gross_monthly_mean": 3670.0, + "gross_monthly_median": 3200.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3700.0 + }, + { + "year": 2018, + "employment_rate_overall": 94.3, + "employment_rate_ft_perm": 90.6, + "basic_monthly_mean": 3587.0, + "basic_monthly_median": 3400.0, + "gross_monthly_mean": 3718.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3100.0, + "gross_mthly_75_percentile": 4000.0 + }, + { + "year": 2019, + "employment_rate_overall": 97.0, + "employment_rate_ft_perm": 93.9, + "basic_monthly_mean": 3569.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3722.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3300.0, + "gross_mthly_75_percentile": 3800.0 + }, + { + "year": 2020, + "employment_rate_overall": 95.0, + "employment_rate_ft_perm": 53.3, + "basic_monthly_mean": 3461.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3592.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3200.0, + "gross_mthly_75_percentile": 3650.0 + } + ] + }, + { + "university": "Singapore Institute of Technology", + "degree": "Bachelor of Engineering with Honours in Mechanical Design and Manufacturing Engineering", + "school": "SIT- Newcastle University", + "slug": "bachelor-of-engineering-with-honours-in-mechanical-design-and-manufacturing-engineering-sit", + "data": [ + { + "year": 2014, + "employment_rate_overall": 97.1, + "employment_rate_ft_perm": 85.7, + "basic_monthly_mean": 3196.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3273.0, + "gross_monthly_median": 3100.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3338.0 + }, + { + "year": 2015, + "employment_rate_overall": 90.5, + "employment_rate_ft_perm": 83.3, + "basic_monthly_mean": 3069.0, + "basic_monthly_median": 3050.0, + "gross_monthly_mean": 3266.0, + "gross_monthly_median": 3200.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2016, + "employment_rate_overall": 87.0, + "employment_rate_ft_perm": 77.8, + "basic_monthly_mean": 3162.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3344.0, + "gross_monthly_median": 3200.0, + "gross_mthly_25_percentile": 2900.0, + "gross_mthly_75_percentile": 3575.0 + }, + { + "year": 2017, + "employment_rate_overall": 90.5, + "employment_rate_ft_perm": 85.7, + "basic_monthly_mean": 3063.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3145.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2800.0, + "gross_mthly_75_percentile": 3350.0 + }, + { + "year": 2018, + "employment_rate_overall": 93.5, + "employment_rate_ft_perm": 82.3, + "basic_monthly_mean": 3343.0, + "basic_monthly_median": 3200.0, + "gross_monthly_mean": 3484.0, + "gross_monthly_median": 3253.0, + "gross_mthly_25_percentile": 3100.0, + "gross_mthly_75_percentile": 3600.0 + }, + { + "year": 2019, + "employment_rate_overall": 80.0, + "employment_rate_ft_perm": 66.7, + "basic_monthly_mean": 3227.0, + "basic_monthly_median": 3100.0, + "gross_monthly_mean": 3269.0, + "gross_monthly_median": 3100.0, + "gross_mthly_25_percentile": 3050.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2020, + "employment_rate_overall": 94.6, + "employment_rate_ft_perm": 57.1, + "basic_monthly_mean": 3281.0, + "basic_monthly_median": 3300.0, + "gross_monthly_mean": 3443.0, + "gross_monthly_median": 3350.0, + "gross_mthly_25_percentile": 3025.0, + "gross_mthly_75_percentile": 3925.0 + }, + { + "year": 2021, + "employment_rate_overall": 93.4, + "employment_rate_ft_perm": 90.2, + "basic_monthly_mean": 3646.0, + "basic_monthly_median": 3600.0, + "gross_monthly_mean": 3787.0, + "gross_monthly_median": 3650.0, + "gross_mthly_25_percentile": 3600.0, + "gross_mthly_75_percentile": 4000.0 + }, + { + "year": 2022, + "employment_rate_overall": 88.5, + "employment_rate_ft_perm": 80.3, + "basic_monthly_mean": 4084.0, + "basic_monthly_median": 4000.0, + "gross_monthly_mean": 4292.0, + "gross_monthly_median": 4100.0, + "gross_mthly_25_percentile": 3710.0, + "gross_mthly_75_percentile": 4500.0 + } + ] + }, + { + "university": "Singapore Institute of Technology", + "degree": "Bachelor of Engineering with Honours in Mechanical Engineering", + "school": "SIT-University of Glasgow", + "slug": "bachelor-of-engineering-with-honours-in-mechanical-engineering-sit", + "data": [ + { + "year": 2022, + "employment_rate_overall": 82.9, + "employment_rate_ft_perm": 77.6, + "basic_monthly_mean": 4070.0, + "basic_monthly_median": 3900.0, + "gross_monthly_mean": 4236.0, + "gross_monthly_median": 4000.0, + "gross_mthly_25_percentile": 3800.0, + "gross_mthly_75_percentile": 4500.0 + } + ] + }, + { + "university": "Singapore Institute of Technology", + "degree": "Bachelor of Engineering with Honours in Mechatronics", + "school": "University of Glasgow", + "slug": "bachelor-of-engineering-with-honours-in-mechatronics-sit", + "data": [ + { + "year": 2014, + "employment_rate_overall": 93.0, + "employment_rate_ft_perm": 87.3, + "basic_monthly_mean": 3067.0, + "basic_monthly_median": 3050.0, + "gross_monthly_mean": 3209.0, + "gross_monthly_median": 3100.0, + "gross_mthly_25_percentile": 2964.0, + "gross_mthly_75_percentile": 3443.0 + }, + { + "year": 2015, + "employment_rate_overall": 96.4, + "employment_rate_ft_perm": 94.5, + "basic_monthly_mean": 3202.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3404.0, + "gross_monthly_median": 3100.0, + "gross_mthly_25_percentile": 2975.0, + "gross_mthly_75_percentile": 3875.0 + }, + { + "year": 2016, + "employment_rate_overall": 88.7, + "employment_rate_ft_perm": 80.3, + "basic_monthly_mean": 3406.0, + "basic_monthly_median": 3200.0, + "gross_monthly_mean": 3523.0, + "gross_monthly_median": 3300.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3800.0 + }, + { + "year": 2017, + "employment_rate_overall": 94.6, + "employment_rate_ft_perm": 86.5, + "basic_monthly_mean": 3412.0, + "basic_monthly_median": 3050.0, + "gross_monthly_mean": 3595.0, + "gross_monthly_median": 3400.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 4000.0 + }, + { + "year": 2018, + "employment_rate_overall": 93.7, + "employment_rate_ft_perm": 87.3, + "basic_monthly_mean": 3633.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3812.0, + "gross_monthly_median": 3600.0, + "gross_mthly_25_percentile": 3275.0, + "gross_mthly_75_percentile": 4298.0 + }, + { + "year": 2019, + "employment_rate_overall": 93.2, + "employment_rate_ft_perm": 83.1, + "basic_monthly_mean": 3764.0, + "basic_monthly_median": 3600.0, + "gross_monthly_mean": 3793.0, + "gross_monthly_median": 3600.0, + "gross_mthly_25_percentile": 3300.0, + "gross_mthly_75_percentile": 4000.0 + }, + { + "year": 2020, + "employment_rate_overall": 89.3, + "employment_rate_ft_perm": 58.9, + "basic_monthly_mean": 3579.0, + "basic_monthly_median": 3454.0, + "gross_monthly_mean": 3690.0, + "gross_monthly_median": 3600.0, + "gross_mthly_25_percentile": 3200.0, + "gross_mthly_75_percentile": 4000.0 + } + ] + }, + { + "university": "Singapore Institute of Technology", + "degree": "Bachelor of Engineering with Honours in Naval Architecture", + "school": "SIT- Newcastle University", + "slug": "bachelor-of-engineering-with-honours-in-naval-architecture-sit", + "data": [ + { + "year": 2014, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 94.1, + "basic_monthly_mean": 3293.0, + "basic_monthly_median": 3355.0, + "gross_monthly_mean": 3467.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3233.0, + "gross_mthly_75_percentile": 3675.0 + }, + { + "year": 2015, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": 3211.0, + "basic_monthly_median": 3050.0, + "gross_monthly_mean": 3266.0, + "gross_monthly_median": 3141.0, + "gross_mthly_25_percentile": 2900.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2016, + "employment_rate_overall": 90.0, + "employment_rate_ft_perm": 90.0, + "basic_monthly_mean": 3172.0, + "basic_monthly_median": 3250.0, + "gross_monthly_mean": 3239.0, + "gross_monthly_median": 3300.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2017, + "employment_rate_overall": 95.5, + "employment_rate_ft_perm": 95.5, + "basic_monthly_mean": 3451.0, + "basic_monthly_median": 3300.0, + "gross_monthly_mean": 3537.0, + "gross_monthly_median": 3300.0, + "gross_mthly_25_percentile": 3200.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2018, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": 3368.0, + "basic_monthly_median": 3300.0, + "gross_monthly_mean": 3479.0, + "gross_monthly_median": 3400.0, + "gross_mthly_25_percentile": 3300.0, + "gross_mthly_75_percentile": 3800.0 + }, + { + "year": 2020, + "employment_rate_overall": 78.6, + "employment_rate_ft_perm": 42.9, + "basic_monthly_mean": 3217.0, + "basic_monthly_median": 3150.0, + "gross_monthly_mean": 3244.0, + "gross_monthly_median": 3200.0, + "gross_mthly_25_percentile": 2600.0, + "gross_mthly_75_percentile": 3465.0 + }, + { + "year": 2021, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 95.7, + "basic_monthly_mean": 3476.0, + "basic_monthly_median": 3300.0, + "gross_monthly_mean": 3592.0, + "gross_monthly_median": 3400.0, + "gross_mthly_25_percentile": 3250.0, + "gross_mthly_75_percentile": 3850.0 + }, + { + "year": 2022, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": 4390.0, + "basic_monthly_median": 3900.0, + "gross_monthly_mean": 4540.0, + "gross_monthly_median": 4000.0, + "gross_mthly_25_percentile": 3800.0, + "gross_mthly_75_percentile": 5650.0 + } + ] + }, + { + "university": "Singapore Institute of Technology", + "degree": "Bachelor of Engineering with Honours in Offshore Engineering", + "school": "SIT- Newcastle University", + "slug": "bachelor-of-engineering-with-honours-in-offshore-engineering-sit", + "data": [ + { + "year": 2014, + "employment_rate_overall": 91.3, + "employment_rate_ft_perm": 91.3, + "basic_monthly_mean": 3311.0, + "basic_monthly_median": 3200.0, + "gross_monthly_mean": 3467.0, + "gross_monthly_median": 3300.0, + "gross_mthly_25_percentile": 3075.0, + "gross_mthly_75_percentile": 3625.0 + }, + { + "year": 2015, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 94.7, + "basic_monthly_mean": 3166.0, + "basic_monthly_median": 3125.0, + "gross_monthly_mean": 3469.0, + "gross_monthly_median": 3350.0, + "gross_mthly_25_percentile": 3238.0, + "gross_mthly_75_percentile": 3575.0 + }, + { + "year": 2016, + "employment_rate_overall": 86.4, + "employment_rate_ft_perm": 72.7, + "basic_monthly_mean": 3172.0, + "basic_monthly_median": 3275.0, + "gross_monthly_mean": 3286.0, + "gross_monthly_median": 3430.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3600.0 + }, + { + "year": 2017, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 86.7, + "basic_monthly_mean": 3792.0, + "basic_monthly_median": 3300.0, + "gross_monthly_mean": 3866.0, + "gross_monthly_median": 3300.0, + "gross_mthly_25_percentile": 3300.0, + "gross_mthly_75_percentile": 3950.0 + }, + { + "year": 2018, + "employment_rate_overall": 92.3, + "employment_rate_ft_perm": 84.6, + "basic_monthly_mean": 3245.0, + "basic_monthly_median": 3100.0, + "gross_monthly_mean": 3545.0, + "gross_monthly_median": 3510.0, + "gross_mthly_25_percentile": 3100.0, + "gross_mthly_75_percentile": 3850.0 + }, + { + "year": 2020, + "employment_rate_overall": 92.3, + "employment_rate_ft_perm": 69.2, + "basic_monthly_mean": 3921.0, + "basic_monthly_median": 3800.0, + "gross_monthly_mean": 4160.0, + "gross_monthly_median": 4000.0, + "gross_mthly_25_percentile": 3750.0, + "gross_mthly_75_percentile": 4800.0 + }, + { + "year": 2021, + "employment_rate_overall": 82.4, + "employment_rate_ft_perm": 70.6, + "basic_monthly_mean": 3513.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3575.0, + "gross_monthly_median": 3550.0, + "gross_mthly_25_percentile": 3350.0, + "gross_mthly_75_percentile": 3850.0 + }, + { + "year": 2022, + "employment_rate_overall": 90.5, + "employment_rate_ft_perm": 85.7, + "basic_monthly_mean": 3556.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3798.0, + "gross_monthly_median": 3675.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 3900.0 + } + ] + }, + { + "university": "Singapore Institute of Technology", + "degree": "Bachelor of Engineering with Honours in Pharmaceutical Engineering", + "school": "Singapore Institute of Technology (SIT)", + "slug": "bachelor-of-engineering-with-honours-in-pharmaceutical-engineering-sit", + "data": [ + { + "year": 2019, + "employment_rate_overall": 92.2, + "employment_rate_ft_perm": 90.6, + "basic_monthly_mean": 3237.0, + "basic_monthly_median": 3162.0, + "gross_monthly_mean": 3748.0, + "gross_monthly_median": 3660.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 4044.0 + }, + { + "year": 2020, + "employment_rate_overall": 94.2, + "employment_rate_ft_perm": 73.9, + "basic_monthly_mean": 3329.0, + "basic_monthly_median": 3375.0, + "gross_monthly_mean": 3749.0, + "gross_monthly_median": 3740.0, + "gross_mthly_25_percentile": 3400.0, + "gross_mthly_75_percentile": 4000.0 + }, + { + "year": 2021, + "employment_rate_overall": 98.3, + "employment_rate_ft_perm": 87.9, + "basic_monthly_mean": 3423.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3736.0, + "gross_monthly_median": 3600.0, + "gross_mthly_25_percentile": 3300.0, + "gross_mthly_75_percentile": 4000.0 + }, + { + "year": 2022, + "employment_rate_overall": 96.6, + "employment_rate_ft_perm": 91.5, + "basic_monthly_mean": 3791.0, + "basic_monthly_median": 3755.0, + "gross_monthly_mean": 4085.0, + "gross_monthly_median": 3955.0, + "gross_mthly_25_percentile": 3503.0, + "gross_mthly_75_percentile": 4300.0 + } + ] + }, + { + "university": "Singapore Institute of Technology", + "degree": "Bachelor of Engineering with Honours in Sustainable Infrastructure Engineering (Building Services)", + "school": "Singapore Institute of Technology (SIT)", + "slug": "bachelor-of-engineering-with-honours-in-sustainable-infrastructure-engineering-building-services-sit", + "data": [ + { + "year": 2019, + "employment_rate_overall": 92.5, + "employment_rate_ft_perm": 92.5, + "basic_monthly_mean": 3433.0, + "basic_monthly_median": 3360.0, + "gross_monthly_mean": 3484.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3200.0, + "gross_mthly_75_percentile": 3700.0 + }, + { + "year": 2020, + "employment_rate_overall": 98.1, + "employment_rate_ft_perm": 84.6, + "basic_monthly_mean": 3585.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3702.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3375.0, + "gross_mthly_75_percentile": 3800.0 + }, + { + "year": 2021, + "employment_rate_overall": 98.0, + "employment_rate_ft_perm": 96.1, + "basic_monthly_mean": 3707.0, + "basic_monthly_median": 3600.0, + "gross_monthly_mean": 3773.0, + "gross_monthly_median": 3680.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 3950.0 + }, + { + "year": 2022, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 97.6, + "basic_monthly_mean": 3819.0, + "basic_monthly_median": 3725.0, + "gross_monthly_mean": 3879.0, + "gross_monthly_median": 3775.0, + "gross_mthly_25_percentile": 3585.0, + "gross_mthly_75_percentile": 4050.0 + } + ] + }, + { + "university": "Singapore Institute of Technology", + "degree": "Bachelor of Engineering with Honours in Sustainable Infrastructure Engineering (Land)", + "school": "Singapore Institute of Technology (SIT)", + "slug": "bachelor-of-engineering-with-honours-in-sustainable-infrastructure-engineering-land-sit", + "data": [ + { + "year": 2018, + "employment_rate_overall": 98.3, + "employment_rate_ft_perm": 96.6, + "basic_monthly_mean": 3618.0, + "basic_monthly_median": 3456.0, + "gross_monthly_mean": 3688.0, + "gross_monthly_median": 3550.0, + "gross_mthly_25_percentile": 3400.0, + "gross_mthly_75_percentile": 3800.0 + }, + { + "year": 2019, + "employment_rate_overall": 93.8, + "employment_rate_ft_perm": 90.6, + "basic_monthly_mean": 3856.0, + "basic_monthly_median": 3800.0, + "gross_monthly_mean": 3976.0, + "gross_monthly_median": 3842.0, + "gross_mthly_25_percentile": 3700.0, + "gross_mthly_75_percentile": 4210.0 + }, + { + "year": 2020, + "employment_rate_overall": 97.1, + "employment_rate_ft_perm": 77.1, + "basic_monthly_mean": 3823.0, + "basic_monthly_median": 3925.0, + "gross_monthly_mean": 4203.0, + "gross_monthly_median": 4105.0, + "gross_mthly_25_percentile": 3650.0, + "gross_mthly_75_percentile": 4370.0 + }, + { + "year": 2021, + "employment_rate_overall": 96.3, + "employment_rate_ft_perm": 88.9, + "basic_monthly_mean": 3606.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3788.0, + "gross_monthly_median": 3700.0, + "gross_mthly_25_percentile": 3485.0, + "gross_mthly_75_percentile": 4250.0 + }, + { + "year": 2022, + "employment_rate_overall": 93.3, + "employment_rate_ft_perm": 93.3, + "basic_monthly_mean": 4115.0, + "basic_monthly_median": 3700.0, + "gross_monthly_mean": 4303.0, + "gross_monthly_median": 4000.0, + "gross_mthly_25_percentile": 3700.0, + "gross_mthly_75_percentile": 4800.0 + } + ] + }, + { + "university": "Singapore Institute of Technology", + "degree": "Bachelor of Engineering with Honours in Systems Engineering (ElectroMechanical Systems)", + "school": "SIT- DigiPen Institute of Technology", + "slug": "bachelor-of-engineering-with-honours-in-systems-engineering-electromechanical-systems-sit", + "data": [ + { + "year": 2019, + "employment_rate_overall": 95.2, + "employment_rate_ft_perm": 90.5, + "basic_monthly_mean": 3931.0, + "basic_monthly_median": 3921.0, + "gross_monthly_mean": 4024.0, + "gross_monthly_median": 3975.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 4470.0 + }, + { + "year": 2020, + "employment_rate_overall": 95.7, + "employment_rate_ft_perm": 82.6, + "basic_monthly_mean": 4044.0, + "basic_monthly_median": 4090.0, + "gross_monthly_mean": 4114.0, + "gross_monthly_median": 4185.0, + "gross_mthly_25_percentile": 3750.0, + "gross_mthly_75_percentile": 4250.0 + }, + { + "year": 2021, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 95.1, + "basic_monthly_mean": 4086.0, + "basic_monthly_median": 4000.0, + "gross_monthly_mean": 4402.0, + "gross_monthly_median": 4370.0, + "gross_mthly_25_percentile": 3700.0, + "gross_mthly_75_percentile": 4900.0 + }, + { + "year": 2022, + "employment_rate_overall": 92.7, + "employment_rate_ft_perm": 92.7, + "basic_monthly_mean": 4843.0, + "basic_monthly_median": 4800.0, + "gross_monthly_mean": 4913.0, + "gross_monthly_median": 4800.0, + "gross_mthly_25_percentile": 4574.0, + "gross_mthly_75_percentile": 5500.0 + } + ] + }, + { + "university": "Singapore Institute of Technology", + "degree": "Bachelor of Engineering with Honours in Telematics (Intelligent Transportation Systems Engineering)", + "school": "Singapore Institute of Technology (SIT)", + "slug": "bachelor-of-engineering-with-honours-in-telematics-intelligent-transportation-systems-engineering-sit", + "data": [ + { + "year": 2019, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 97.0, + "basic_monthly_mean": 3777.0, + "basic_monthly_median": 3750.0, + "gross_monthly_mean": 3811.0, + "gross_monthly_median": 3750.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 4000.0 + }, + { + "year": 2020, + "employment_rate_overall": 92.9, + "employment_rate_ft_perm": 55.4, + "basic_monthly_mean": 4083.0, + "basic_monthly_median": 4200.0, + "gross_monthly_mean": 4135.0, + "gross_monthly_median": 4200.0, + "gross_mthly_25_percentile": 3380.0, + "gross_mthly_75_percentile": 4800.0 + }, + { + "year": 2021, + "employment_rate_overall": 97.5, + "employment_rate_ft_perm": 85.0, + "basic_monthly_mean": 4086.0, + "basic_monthly_median": 4000.0, + "gross_monthly_mean": 4146.0, + "gross_monthly_median": 4000.0, + "gross_mthly_25_percentile": 3850.0, + "gross_mthly_75_percentile": 4500.0 + }, + { + "year": 2022, + "employment_rate_overall": 81.4, + "employment_rate_ft_perm": 65.1, + "basic_monthly_mean": 4341.0, + "basic_monthly_median": 4500.0, + "gross_monthly_mean": 4400.0, + "gross_monthly_median": 4688.0, + "gross_mthly_25_percentile": 4033.0, + "gross_mthly_75_percentile": 4800.0 + } + ] + }, + { + "university": "Singapore Institute of Technology", + "degree": "Bachelor of Fine Arts in Digital Art and Animation", + "school": "DigiPen Institute of Technology", + "slug": "bachelor-of-fine-arts-in-digital-art-and-animation-sit", + "data": [ + { + "year": 2014, + "employment_rate_overall": 90.6, + "employment_rate_ft_perm": 84.4, + "basic_monthly_mean": 2586.0, + "basic_monthly_median": 2600.0, + "gross_monthly_mean": 2603.0, + "gross_monthly_median": 2600.0, + "gross_mthly_25_percentile": 2300.0, + "gross_mthly_75_percentile": 2885.0 + }, + { + "year": 2015, + "employment_rate_overall": 88.5, + "employment_rate_ft_perm": 65.4, + "basic_monthly_mean": 2643.0, + "basic_monthly_median": 2700.0, + "gross_monthly_mean": 2682.0, + "gross_monthly_median": 2700.0, + "gross_mthly_25_percentile": 2500.0, + "gross_mthly_75_percentile": 2800.0 + }, + { + "year": 2016, + "employment_rate_overall": 73.3, + "employment_rate_ft_perm": 53.3, + "basic_monthly_mean": 3045.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3052.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2700.0, + "gross_mthly_75_percentile": 3016.0 + }, + { + "year": 2017, + "employment_rate_overall": 88.5, + "employment_rate_ft_perm": 69.2, + "basic_monthly_mean": 2859.0, + "basic_monthly_median": 2825.0, + "gross_monthly_mean": 2876.0, + "gross_monthly_median": 2875.0, + "gross_mthly_25_percentile": 2700.0, + "gross_mthly_75_percentile": 3000.0 + }, + { + "year": 2018, + "employment_rate_overall": 91.2, + "employment_rate_ft_perm": 52.9, + "basic_monthly_mean": 2854.0, + "basic_monthly_median": 2800.0, + "gross_monthly_mean": 2861.0, + "gross_monthly_median": 2800.0, + "gross_mthly_25_percentile": 2600.0, + "gross_mthly_75_percentile": 3000.0 + }, + { + "year": 2019, + "employment_rate_overall": 81.3, + "employment_rate_ft_perm": 50.0, + "basic_monthly_mean": 3036.0, + "basic_monthly_median": 3150.0, + "gross_monthly_mean": 3051.0, + "gross_monthly_median": 3150.0, + "gross_mthly_25_percentile": 2750.0, + "gross_mthly_75_percentile": 3275.0 + }, + { + "year": 2020, + "employment_rate_overall": 97.1, + "employment_rate_ft_perm": 70.6, + "basic_monthly_mean": 2845.0, + "basic_monthly_median": 2835.0, + "gross_monthly_mean": 2862.0, + "gross_monthly_median": 2887.0, + "gross_mthly_25_percentile": 2675.0, + "gross_mthly_75_percentile": 3000.0 + }, + { + "year": 2021, + "employment_rate_overall": 80.0, + "employment_rate_ft_perm": 63.3, + "basic_monthly_mean": 3081.0, + "basic_monthly_median": 3200.0, + "gross_monthly_mean": 3125.0, + "gross_monthly_median": 3200.0, + "gross_mthly_25_percentile": 2835.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2022, + "employment_rate_overall": 77.1, + "employment_rate_ft_perm": 54.3, + "basic_monthly_mean": 3606.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3628.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3825.0 + } + ] + }, + { + "university": "Singapore Institute of Technology", + "degree": "Bachelor of Food Technology with Honours", + "school": "SIT- Massey University", + "slug": "bachelor-of-food-technology-with-honours-sit", + "data": [ + { + "year": 2019, + "employment_rate_overall": 93.0, + "employment_rate_ft_perm": 88.4, + "basic_monthly_mean": 2962.0, + "basic_monthly_median": 2975.0, + "gross_monthly_mean": 2978.0, + "gross_monthly_median": 2975.0, + "gross_mthly_25_percentile": 2750.0, + "gross_mthly_75_percentile": 3250.0 + }, + { + "year": 2020, + "employment_rate_overall": 95.2, + "employment_rate_ft_perm": 52.4, + "basic_monthly_mean": 3060.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3084.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2770.0, + "gross_mthly_75_percentile": 3400.0 + }, + { + "year": 2021, + "employment_rate_overall": 96.4, + "employment_rate_ft_perm": 89.1, + "basic_monthly_mean": 3221.0, + "basic_monthly_median": 3300.0, + "gross_monthly_mean": 3322.0, + "gross_monthly_median": 3300.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2022, + "employment_rate_overall": 93.2, + "employment_rate_ft_perm": 81.8, + "basic_monthly_mean": 3272.0, + "basic_monthly_median": 3300.0, + "gross_monthly_mean": 3380.0, + "gross_monthly_median": 3300.0, + "gross_mthly_25_percentile": 3050.0, + "gross_mthly_75_percentile": 3600.0 + } + ] + }, + { + "university": "Singapore Institute of Technology", + "degree": "Bachelor of Hospitality Business with Honours", + "school": "Singapore Institute of Technology (SIT)", + "slug": "bachelor-of-hospitality-business-with-honours-sit", + "data": [ + { + "year": 2017, + "employment_rate_overall": 94.7, + "employment_rate_ft_perm": 84.2, + "basic_monthly_mean": 2713.0, + "basic_monthly_median": 2700.0, + "gross_monthly_mean": 2829.0, + "gross_monthly_median": 2800.0, + "gross_mthly_25_percentile": 2500.0, + "gross_mthly_75_percentile": 3100.0 + }, + { + "year": 2018, + "employment_rate_overall": 92.1, + "employment_rate_ft_perm": 81.6, + "basic_monthly_mean": 2898.0, + "basic_monthly_median": 2800.0, + "gross_monthly_mean": 2991.0, + "gross_monthly_median": 2825.0, + "gross_mthly_25_percentile": 2600.0, + "gross_mthly_75_percentile": 3175.0 + }, + { + "year": 2019, + "employment_rate_overall": 89.1, + "employment_rate_ft_perm": 74.6, + "basic_monthly_mean": 2972.0, + "basic_monthly_median": 2800.0, + "gross_monthly_mean": 3102.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2800.0, + "gross_mthly_75_percentile": 3270.0 + }, + { + "year": 2020, + "employment_rate_overall": 89.9, + "employment_rate_ft_perm": 47.9, + "basic_monthly_mean": 3041.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3148.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2800.0, + "gross_mthly_75_percentile": 3400.0 + }, + { + "year": 2021, + "employment_rate_overall": 96.1, + "employment_rate_ft_perm": 80.3, + "basic_monthly_mean": 3037.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3216.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2800.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2022, + "employment_rate_overall": 95.5, + "employment_rate_ft_perm": 90.0, + "basic_monthly_mean": 3237.0, + "basic_monthly_median": 3200.0, + "gross_monthly_mean": 3469.0, + "gross_monthly_median": 3300.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3740.0 + } + ] + }, + { + "university": "Singapore Institute of Technology", + "degree": "Bachelor of Professional Studies in Culinary Arts Management", + "school": "The Culinary Institute of America", + "slug": "bachelor-of-professional-studies-in-culinary-arts-management-sit", + "data": [ + { + "year": 2014, + "employment_rate_overall": 89.3, + "employment_rate_ft_perm": 89.3, + "basic_monthly_mean": 2430.0, + "basic_monthly_median": 2400.0, + "gross_monthly_mean": 2503.0, + "gross_monthly_median": 2500.0, + "gross_mthly_25_percentile": 2200.0, + "gross_mthly_75_percentile": 2600.0 + }, + { + "year": 2015, + "employment_rate_overall": 92.6, + "employment_rate_ft_perm": 81.5, + "basic_monthly_mean": 2482.0, + "basic_monthly_median": 2300.0, + "gross_monthly_mean": 2586.0, + "gross_monthly_median": 2400.0, + "gross_mthly_25_percentile": 2000.0, + "gross_mthly_75_percentile": 2800.0 + }, + { + "year": 2016, + "employment_rate_overall": 86.2, + "employment_rate_ft_perm": 69.0, + "basic_monthly_mean": 2231.0, + "basic_monthly_median": 2250.0, + "gross_monthly_mean": 2344.0, + "gross_monthly_median": 2300.0, + "gross_mthly_25_percentile": 2000.0, + "gross_mthly_75_percentile": 2500.0 + }, + { + "year": 2017, + "employment_rate_overall": 87.9, + "employment_rate_ft_perm": 54.5, + "basic_monthly_mean": 2357.0, + "basic_monthly_median": 2300.0, + "gross_monthly_mean": 2598.0, + "gross_monthly_median": 2300.0, + "gross_mthly_25_percentile": 2200.0, + "gross_mthly_75_percentile": 3259.0 + } + ] + }, + { + "university": "Singapore Institute of Technology", + "degree": "Bachelor of Science (Air Transport Management)", + "school": "Singapore Institute of Technology (SIT)", + "slug": "bachelor-of-science-air-transport-management-sit", + "data": [ + { + "year": 2022, + "employment_rate_overall": 90.0, + "employment_rate_ft_perm": 80.0, + "basic_monthly_mean": 3888.0, + "basic_monthly_median": 3700.0, + "gross_monthly_mean": 4159.0, + "gross_monthly_median": 3980.0, + "gross_mthly_25_percentile": 3501.0, + "gross_mthly_75_percentile": 4365.0 + } + ] + }, + { + "university": "Singapore Institute of Technology", + "degree": "Bachelor of Science (Diagnostic Radiography)", + "school": "Singapore Institute of Technology (SIT)", + "slug": "bachelor-of-science-diagnostic-radiography-sit", + "data": [ + { + "year": 2021, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": 3670.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3880.0, + "gross_monthly_median": 3700.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 4025.0 + }, + { + "year": 2022, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": 3558.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3836.0, + "gross_monthly_median": 3800.0, + "gross_mthly_25_percentile": 3650.0, + "gross_mthly_75_percentile": 3990.0 + } + ] + }, + { + "university": "Singapore Institute of Technology", + "degree": "Bachelor of Science (Major in Hospitality Management)", + "school": "University of Nevada, Las Vegas", + "slug": "bachelor-of-science-major-in-hospitality-management-sit", + "data": [ + { + "year": 2014, + "employment_rate_overall": 88.8, + "employment_rate_ft_perm": 78.0, + "basic_monthly_mean": 2445.0, + "basic_monthly_median": 2500.0, + "gross_monthly_mean": 2634.0, + "gross_monthly_median": 2500.0, + "gross_mthly_25_percentile": 2300.0, + "gross_mthly_75_percentile": 2900.0 + }, + { + "year": 2015, + "employment_rate_overall": 89.9, + "employment_rate_ft_perm": 82.6, + "basic_monthly_mean": 2515.0, + "basic_monthly_median": 2500.0, + "gross_monthly_mean": 2607.0, + "gross_monthly_median": 2548.0, + "gross_mthly_25_percentile": 2338.0, + "gross_mthly_75_percentile": 2850.0 + } + ] + }, + { + "university": "Singapore Institute of Technology", + "degree": "Bachelor of Science (Occupational Therapy)", + "school": "Singapore Institute of Technology (SIT)", + "slug": "bachelor-of-science-occupational-therapy-sit", + "data": [ + { + "year": 2021, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 98.3, + "basic_monthly_mean": 3521.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3546.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3400.0, + "gross_mthly_75_percentile": 3690.0 + }, + { + "year": 2022, + "employment_rate_overall": 97.1, + "employment_rate_ft_perm": 95.7, + "basic_monthly_mean": 3605.0, + "basic_monthly_median": 3600.0, + "gross_monthly_mean": 3630.0, + "gross_monthly_median": 3669.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 3800.0 + } + ] + }, + { + "university": "Singapore Institute of Technology", + "degree": "Bachelor of Science (Physiotherapy)", + "school": "SIT-Trinity College Dublin", + "slug": "bachelor-of-science-physiotherapy-sit", + "data": [ + { + "year": 2021, + "employment_rate_overall": 97.9, + "employment_rate_ft_perm": 96.8, + "basic_monthly_mean": 3516.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3591.0, + "gross_monthly_median": 3525.0, + "gross_mthly_25_percentile": 3400.0, + "gross_mthly_75_percentile": 3800.0 + }, + { + "year": 2022, + "employment_rate_overall": 98.1, + "employment_rate_ft_perm": 98.1, + "basic_monthly_mean": 3639.0, + "basic_monthly_median": 3630.0, + "gross_monthly_mean": 3697.0, + "gross_monthly_median": 3674.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 3850.0 + } + ] + }, + { + "university": "Singapore Institute of Technology", + "degree": "Bachelor of Science (Radiation Therapy)", + "school": "Singapore Institute of Technology (SIT)", + "slug": "bachelor-of-science-radiation-therapy-sit", + "data": [ + { + "year": 2020, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 83.3, + "basic_monthly_mean": 3380.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3380.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3400.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2021, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": 3310.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3328.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2022, + "employment_rate_overall": 90.9, + "employment_rate_ft_perm": 90.9, + "basic_monthly_mean": 3615.0, + "basic_monthly_median": 3600.0, + "gross_monthly_mean": 3768.0, + "gross_monthly_median": 3775.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 4060.0 + } + ] + }, + { + "university": "Singapore Institute of Technology", + "degree": "Bachelor of Science in Chemical Engineering", + "school": "Technische Universit\u00e4t M\u00fcnchen", + "slug": "bachelor-of-science-in-chemical-engineering-sit", + "data": [ + { + "year": 2014, + "employment_rate_overall": 86.7, + "employment_rate_ft_perm": 86.7, + "basic_monthly_mean": 2954.0, + "basic_monthly_median": 2900.0, + "gross_monthly_mean": 3285.0, + "gross_monthly_median": 3200.0, + "gross_mthly_25_percentile": 2950.0, + "gross_mthly_75_percentile": 3755.0 + }, + { + "year": 2015, + "employment_rate_overall": 87.5, + "employment_rate_ft_perm": 79.2, + "basic_monthly_mean": 2759.0, + "basic_monthly_median": 2800.0, + "gross_monthly_mean": 2970.0, + "gross_monthly_median": 2950.0, + "gross_mthly_25_percentile": 2800.0, + "gross_mthly_75_percentile": 3200.0 + }, + { + "year": 2016, + "employment_rate_overall": 78.6, + "employment_rate_ft_perm": 67.9, + "basic_monthly_mean": 2776.0, + "basic_monthly_median": 2900.0, + "gross_monthly_mean": 3149.0, + "gross_monthly_median": 3130.0, + "gross_mthly_25_percentile": 2500.0, + "gross_mthly_75_percentile": 3700.0 + }, + { + "year": 2017, + "employment_rate_overall": 84.5, + "employment_rate_ft_perm": 74.1, + "basic_monthly_mean": 3061.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3301.0, + "gross_monthly_median": 3200.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3375.0 + }, + { + "year": 2018, + "employment_rate_overall": 83.7, + "employment_rate_ft_perm": 75.5, + "basic_monthly_mean": 3048.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3298.0, + "gross_monthly_median": 3200.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3550.0 + }, + { + "year": 2019, + "employment_rate_overall": 81.8, + "employment_rate_ft_perm": 77.3, + "basic_monthly_mean": 3213.0, + "basic_monthly_median": 3100.0, + "gross_monthly_mean": 3471.0, + "gross_monthly_median": 3300.0, + "gross_mthly_25_percentile": 3110.0, + "gross_mthly_75_percentile": 3600.0 + }, + { + "year": 2020, + "employment_rate_overall": 93.3, + "employment_rate_ft_perm": 48.9, + "basic_monthly_mean": 3147.0, + "basic_monthly_median": 3100.0, + "gross_monthly_mean": 3387.0, + "gross_monthly_median": 3175.0, + "gross_mthly_25_percentile": 2815.0, + "gross_mthly_75_percentile": 3650.0 + }, + { + "year": 2021, + "employment_rate_overall": 95.7, + "employment_rate_ft_perm": 87.0, + "basic_monthly_mean": 3495.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3645.0, + "gross_monthly_median": 3557.0, + "gross_mthly_25_percentile": 3400.0, + "gross_mthly_75_percentile": 3865.0 + }, + { + "year": 2022, + "employment_rate_overall": 94.1, + "employment_rate_ft_perm": 85.3, + "basic_monthly_mean": 3704.0, + "basic_monthly_median": 3600.0, + "gross_monthly_mean": 4002.0, + "gross_monthly_median": 3950.0, + "gross_mthly_25_percentile": 3600.0, + "gross_mthly_75_percentile": 4300.0 + } + ] + }, + { + "university": "Singapore Institute of Technology", + "degree": "Bachelor of Science in Computer Science and Game Design", + "school": "DigiPen Institute of Technology", + "slug": "bachelor-of-science-in-computer-science-and-game-design-sit", + "data": [ + { + "year": 2014, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": 2932.0, + "basic_monthly_median": 2875.0, + "gross_monthly_mean": 2955.0, + "gross_monthly_median": 2975.0, + "gross_mthly_25_percentile": 2800.0, + "gross_mthly_75_percentile": 3075.0 + }, + { + "year": 2016, + "employment_rate_overall": 85.7, + "employment_rate_ft_perm": 85.7, + "basic_monthly_mean": 3312.0, + "basic_monthly_median": 3400.0, + "gross_monthly_mean": 3329.0, + "gross_monthly_median": 3400.0, + "gross_mthly_25_percentile": 3100.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2017, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": 3232.0, + "basic_monthly_median": 3250.0, + "gross_monthly_mean": 3291.0, + "gross_monthly_median": 3250.0, + "gross_mthly_25_percentile": 2900.0, + "gross_mthly_75_percentile": 3600.0 + }, + { + "year": 2018, + "employment_rate_overall": 94.7, + "employment_rate_ft_perm": 89.5, + "basic_monthly_mean": 3570.0, + "basic_monthly_median": 3600.0, + "gross_monthly_mean": 3576.0, + "gross_monthly_median": 3600.0, + "gross_mthly_25_percentile": 3300.0, + "gross_mthly_75_percentile": 4000.0 + }, + { + "year": 2019, + "employment_rate_overall": 91.3, + "employment_rate_ft_perm": 87.0, + "basic_monthly_mean": 3760.0, + "basic_monthly_median": 3800.0, + "gross_monthly_mean": 3791.0, + "gross_monthly_median": 3800.0, + "gross_mthly_25_percentile": 3550.0, + "gross_mthly_75_percentile": 4000.0 + }, + { + "year": 2020, + "employment_rate_overall": 97.7, + "employment_rate_ft_perm": 81.8, + "basic_monthly_mean": 3960.0, + "basic_monthly_median": 4000.0, + "gross_monthly_mean": 3974.0, + "gross_monthly_median": 4000.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 4200.0 + }, + { + "year": 2021, + "employment_rate_overall": 88.2, + "employment_rate_ft_perm": 85.3, + "basic_monthly_mean": 4229.0, + "basic_monthly_median": 4000.0, + "gross_monthly_mean": 4324.0, + "gross_monthly_median": 4000.0, + "gross_mthly_25_percentile": 3700.0, + "gross_mthly_75_percentile": 4968.0 + }, + { + "year": 2022, + "employment_rate_overall": 90.6, + "employment_rate_ft_perm": 84.4, + "basic_monthly_mean": 4593.0, + "basic_monthly_median": 4375.0, + "gross_monthly_mean": 4681.0, + "gross_monthly_median": 4490.0, + "gross_mthly_25_percentile": 4250.0, + "gross_mthly_75_percentile": 5200.0 + } + ] + }, + { + "university": "Singapore Institute of Technology", + "degree": "Bachelor of Science in Computer Science in Real-Time Interactive Simulation", + "school": "DigiPen Institute of Technology", + "slug": "bachelor-of-science-in-computer-science-in-real-time-interactive-simulation-sit", + "data": [ + { + "year": 2014, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": 2859.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 2910.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2700.0, + "gross_mthly_75_percentile": 3300.0 + }, + { + "year": 2015, + "employment_rate_overall": 95.2, + "employment_rate_ft_perm": 90.5, + "basic_monthly_mean": 3332.0, + "basic_monthly_median": 3200.0, + "gross_monthly_mean": 3346.0, + "gross_monthly_median": 3233.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2016, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 92.9, + "basic_monthly_mean": 3729.0, + "basic_monthly_median": 3680.0, + "gross_monthly_mean": 3803.0, + "gross_monthly_median": 4000.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 4200.0 + }, + { + "year": 2017, + "employment_rate_overall": 96.9, + "employment_rate_ft_perm": 90.6, + "basic_monthly_mean": 3898.0, + "basic_monthly_median": 3800.0, + "gross_monthly_mean": 3904.0, + "gross_monthly_median": 3800.0, + "gross_mthly_25_percentile": 3558.0, + "gross_mthly_75_percentile": 4140.0 + }, + { + "year": 2018, + "employment_rate_overall": 96.8, + "employment_rate_ft_perm": 96.8, + "basic_monthly_mean": 4031.0, + "basic_monthly_median": 4000.0, + "gross_monthly_mean": 4088.0, + "gross_monthly_median": 4016.0, + "gross_mthly_25_percentile": 3830.0, + "gross_mthly_75_percentile": 4200.0 + }, + { + "year": 2019, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 94.9, + "basic_monthly_mean": 4447.0, + "basic_monthly_median": 4400.0, + "gross_monthly_mean": 4474.0, + "gross_monthly_median": 4400.0, + "gross_mthly_25_percentile": 4000.0, + "gross_mthly_75_percentile": 5200.0 + }, + { + "year": 2020, + "employment_rate_overall": 97.6, + "employment_rate_ft_perm": 90.5, + "basic_monthly_mean": 4390.0, + "basic_monthly_median": 4200.0, + "gross_monthly_mean": 4399.0, + "gross_monthly_median": 4200.0, + "gross_mthly_25_percentile": 3880.0, + "gross_mthly_75_percentile": 4500.0 + }, + { + "year": 2021, + "employment_rate_overall": 95.1, + "employment_rate_ft_perm": 92.7, + "basic_monthly_mean": 4962.0, + "basic_monthly_median": 4600.0, + "gross_monthly_mean": 4984.0, + "gross_monthly_median": 4600.0, + "gross_mthly_25_percentile": 4300.0, + "gross_mthly_75_percentile": 5175.0 + }, + { + "year": 2022, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 95.6, + "basic_monthly_mean": 5576.0, + "basic_monthly_median": 5500.0, + "gross_monthly_mean": 5679.0, + "gross_monthly_median": 5500.0, + "gross_mthly_25_percentile": 4700.0, + "gross_mthly_75_percentile": 6656.0 + } + ] + }, + { + "university": "Singapore Institute of Technology", + "degree": "Bachelor of Science in Early Childhood Education", + "school": "Wheelock College", + "slug": "bachelor-of-science-in-early-childhood-education-sit", + "data": [ + { + "year": 2014, + "employment_rate_overall": 97.1, + "employment_rate_ft_perm": 97.1, + "basic_monthly_mean": 2509.0, + "basic_monthly_median": 2600.0, + "gross_monthly_mean": 2553.0, + "gross_monthly_median": 2600.0, + "gross_mthly_25_percentile": 2475.0, + "gross_mthly_75_percentile": 2613.0 + }, + { + "year": 2015, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 96.4, + "basic_monthly_mean": 2772.0, + "basic_monthly_median": 2700.0, + "gross_monthly_mean": 2807.0, + "gross_monthly_median": 2700.0, + "gross_mthly_25_percentile": 2608.0, + "gross_mthly_75_percentile": 3000.0 + }, + { + "year": 2016, + "employment_rate_overall": 98.0, + "employment_rate_ft_perm": 92.0, + "basic_monthly_mean": 2705.0, + "basic_monthly_median": 2700.0, + "gross_monthly_mean": 2707.0, + "gross_monthly_median": 2700.0, + "gross_mthly_25_percentile": 2600.0, + "gross_mthly_75_percentile": 2850.0 + }, + { + "year": 2017, + "employment_rate_overall": 96.4, + "employment_rate_ft_perm": 92.9, + "basic_monthly_mean": 2883.0, + "basic_monthly_median": 2900.0, + "gross_monthly_mean": 2890.0, + "gross_monthly_median": 2900.0, + "gross_mthly_25_percentile": 2800.0, + "gross_mthly_75_percentile": 3000.0 + }, + { + "year": 2018, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 98.2, + "basic_monthly_mean": 2897.0, + "basic_monthly_median": 2925.0, + "gross_monthly_mean": 2911.0, + "gross_monthly_median": 2925.0, + "gross_mthly_25_percentile": 2800.0, + "gross_mthly_75_percentile": 3100.0 + } + ] + }, + { + "university": "Singapore Institute of Technology", + "degree": "Bachelor of Science in Electrical Engineering & Information Technology", + "school": "Technische Universit\u00e4t M\u00fcnchen", + "slug": "bachelor-of-science-in-electrical-engineering--information-technology-sit", + "data": [ + { + "year": 2014, + "employment_rate_overall": 85.7, + "employment_rate_ft_perm": 82.1, + "basic_monthly_mean": 3072.0, + "basic_monthly_median": 2900.0, + "gross_monthly_mean": 3141.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2800.0, + "gross_mthly_75_percentile": 3480.0 + }, + { + "year": 2015, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 90.0, + "basic_monthly_mean": 3044.0, + "basic_monthly_median": 3100.0, + "gross_monthly_mean": 3339.0, + "gross_monthly_median": 3250.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3488.0 + }, + { + "year": 2016, + "employment_rate_overall": 90.9, + "employment_rate_ft_perm": 86.4, + "basic_monthly_mean": 2978.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3042.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2825.0, + "gross_mthly_75_percentile": 3350.0 + }, + { + "year": 2017, + "employment_rate_overall": 82.8, + "employment_rate_ft_perm": 82.8, + "basic_monthly_mean": 3504.0, + "basic_monthly_median": 3175.0, + "gross_monthly_mean": 3591.0, + "gross_monthly_median": 3400.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 4000.0 + }, + { + "year": 2018, + "employment_rate_overall": 83.3, + "employment_rate_ft_perm": 69.4, + "basic_monthly_mean": 3506.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3609.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3300.0, + "gross_mthly_75_percentile": 4000.0 + }, + { + "year": 2020, + "employment_rate_overall": 94.7, + "employment_rate_ft_perm": 39.5, + "basic_monthly_mean": 3760.0, + "basic_monthly_median": 3600.0, + "gross_monthly_mean": 3773.0, + "gross_monthly_median": 3600.0, + "gross_mthly_25_percentile": 3350.0, + "gross_mthly_75_percentile": 4000.0 + }, + { + "year": 2021, + "employment_rate_overall": 81.5, + "employment_rate_ft_perm": 74.1, + "basic_monthly_mean": 3649.0, + "basic_monthly_median": 3600.0, + "gross_monthly_mean": 3806.0, + "gross_monthly_median": 3700.0, + "gross_mthly_25_percentile": 3250.0, + "gross_mthly_75_percentile": 4265.0 + }, + { + "year": 2022, + "employment_rate_overall": 95.0, + "employment_rate_ft_perm": 85.0, + "basic_monthly_mean": 4522.0, + "basic_monthly_median": 4200.0, + "gross_monthly_mean": 4606.0, + "gross_monthly_median": 4280.0, + "gross_mthly_25_percentile": 4000.0, + "gross_mthly_75_percentile": 4800.0 + } + ] + }, + { + "university": "Singapore Institute of Technology", + "degree": "Bachelor of Science with Honours in Computing Science", + "school": "SIT-University of Glasgow", + "slug": "bachelor-of-science-with-honours-in-computing-science-sit", + "data": [ + { + "year": 2015, + "employment_rate_overall": 95.6, + "employment_rate_ft_perm": 86.7, + "basic_monthly_mean": 3247.0, + "basic_monthly_median": 3250.0, + "gross_monthly_mean": 3391.0, + "gross_monthly_median": 3300.0, + "gross_mthly_25_percentile": 3152.0, + "gross_mthly_75_percentile": 3400.0 + }, + { + "year": 2016, + "employment_rate_overall": 89.8, + "employment_rate_ft_perm": 81.6, + "basic_monthly_mean": 3645.0, + "basic_monthly_median": 3600.0, + "gross_monthly_mean": 3704.0, + "gross_monthly_median": 3600.0, + "gross_mthly_25_percentile": 3400.0, + "gross_mthly_75_percentile": 3900.0 + }, + { + "year": 2017, + "employment_rate_overall": 95.8, + "employment_rate_ft_perm": 85.9, + "basic_monthly_mean": 3633.0, + "basic_monthly_median": 3600.0, + "gross_monthly_mean": 3724.0, + "gross_monthly_median": 3600.0, + "gross_mthly_25_percentile": 3300.0, + "gross_mthly_75_percentile": 4200.0 + }, + { + "year": 2018, + "employment_rate_overall": 94.7, + "employment_rate_ft_perm": 89.3, + "basic_monthly_mean": 3926.0, + "basic_monthly_median": 3929.0, + "gross_monthly_mean": 3996.0, + "gross_monthly_median": 4000.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 4225.0 + }, + { + "year": 2019, + "employment_rate_overall": 92.3, + "employment_rate_ft_perm": 89.2, + "basic_monthly_mean": 4294.0, + "basic_monthly_median": 4000.0, + "gross_monthly_mean": 4366.0, + "gross_monthly_median": 4200.0, + "gross_mthly_25_percentile": 3700.0, + "gross_mthly_75_percentile": 5100.0 + }, + { + "year": 2020, + "employment_rate_overall": 98.6, + "employment_rate_ft_perm": 89.9, + "basic_monthly_mean": 4517.0, + "basic_monthly_median": 5000.0, + "gross_monthly_mean": 4530.0, + "gross_monthly_median": 5000.0, + "gross_mthly_25_percentile": 4000.0, + "gross_mthly_75_percentile": 5000.0 + }, + { + "year": 2022, + "employment_rate_overall": 91.2, + "employment_rate_ft_perm": 86.8, + "basic_monthly_mean": 4980.0, + "basic_monthly_median": 5000.0, + "gross_monthly_mean": 5113.0, + "gross_monthly_median": 5000.0, + "gross_mthly_25_percentile": 4800.0, + "gross_mthly_75_percentile": 5500.0 + } + ] + }, + { + "university": "Singapore Institute of Technology", + "degree": "Bachelor of Science with Honours in Food and Human Nutrition", + "school": "Newcastle University", + "slug": "bachelor-of-science-with-honours-in-food-and-human-nutrition-sit", + "data": [ + { + "year": 2014, + "employment_rate_overall": 75.0, + "employment_rate_ft_perm": 61.4, + "basic_monthly_mean": 2806.0, + "basic_monthly_median": 2750.0, + "gross_monthly_mean": 2854.0, + "gross_monthly_median": 2800.0, + "gross_mthly_25_percentile": 2500.0, + "gross_mthly_75_percentile": 3170.0 + }, + { + "year": 2015, + "employment_rate_overall": 89.2, + "employment_rate_ft_perm": 81.1, + "basic_monthly_mean": 2683.0, + "basic_monthly_median": 2700.0, + "gross_monthly_mean": 2876.0, + "gross_monthly_median": 2700.0, + "gross_mthly_25_percentile": 2475.0, + "gross_mthly_75_percentile": 3050.0 + }, + { + "year": 2016, + "employment_rate_overall": 86.7, + "employment_rate_ft_perm": 62.2, + "basic_monthly_mean": 2598.0, + "basic_monthly_median": 2600.0, + "gross_monthly_mean": 2707.0, + "gross_monthly_median": 2600.0, + "gross_mthly_25_percentile": 2420.0, + "gross_mthly_75_percentile": 2800.0 + }, + { + "year": 2017, + "employment_rate_overall": 97.7, + "employment_rate_ft_perm": 79.1, + "basic_monthly_mean": 2784.0, + "basic_monthly_median": 2600.0, + "gross_monthly_mean": 2980.0, + "gross_monthly_median": 2700.0, + "gross_mthly_25_percentile": 2475.0, + "gross_mthly_75_percentile": 3200.0 + }, + { + "year": 2018, + "employment_rate_overall": 90.4, + "employment_rate_ft_perm": 69.2, + "basic_monthly_mean": 2837.0, + "basic_monthly_median": 2800.0, + "gross_monthly_mean": 2895.0, + "gross_monthly_median": 2900.0, + "gross_mthly_25_percentile": 2625.0, + "gross_mthly_75_percentile": 3200.0 + } + ] + }, + { + "university": "Singapore Institute of Technology", + "degree": "Bachelor of Science with Honours in Nursing", + "school": "SIT-University of Glasgow", + "slug": "bachelor-of-science-with-honours-in-nursing-sit", + "data": [ + { + "year": 2014, + "employment_rate_overall": 97.2, + "employment_rate_ft_perm": 94.4, + "basic_monthly_mean": 3230.0, + "basic_monthly_median": 3260.0, + "gross_monthly_mean": 3464.0, + "gross_monthly_median": 3511.0, + "gross_mthly_25_percentile": 3115.0, + "gross_mthly_75_percentile": 3860.0 + }, + { + "year": 2015, + "employment_rate_overall": 98.3, + "employment_rate_ft_perm": 96.7, + "basic_monthly_mean": 3304.0, + "basic_monthly_median": 3400.0, + "gross_monthly_mean": 3624.0, + "gross_monthly_median": 3615.0, + "gross_mthly_25_percentile": 3400.0, + "gross_mthly_75_percentile": 3838.0 + }, + { + "year": 2016, + "employment_rate_overall": 92.7, + "employment_rate_ft_perm": 85.5, + "basic_monthly_mean": 3378.0, + "basic_monthly_median": 3400.0, + "gross_monthly_mean": 3600.0, + "gross_monthly_median": 3600.0, + "gross_mthly_25_percentile": 3400.0, + "gross_mthly_75_percentile": 3750.0 + }, + { + "year": 2017, + "employment_rate_overall": 98.2, + "employment_rate_ft_perm": 96.5, + "basic_monthly_mean": 3507.0, + "basic_monthly_median": 3400.0, + "gross_monthly_mean": 3741.0, + "gross_monthly_median": 3650.0, + "gross_mthly_25_percentile": 3600.0, + "gross_mthly_75_percentile": 3900.0 + }, + { + "year": 2018, + "employment_rate_overall": 95.3, + "employment_rate_ft_perm": 90.7, + "basic_monthly_mean": 3260.0, + "basic_monthly_median": 3350.0, + "gross_monthly_mean": 3536.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3350.0, + "gross_mthly_75_percentile": 3800.0 + }, + { + "year": 2019, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 95.8, + "basic_monthly_mean": 3522.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3772.0, + "gross_monthly_median": 3800.0, + "gross_mthly_25_percentile": 3450.0, + "gross_mthly_75_percentile": 4085.0 + }, + { + "year": 2020, + "employment_rate_overall": 96.2, + "employment_rate_ft_perm": 94.2, + "basic_monthly_mean": 3436.0, + "basic_monthly_median": 3270.0, + "gross_monthly_mean": 3725.0, + "gross_monthly_median": 3650.0, + "gross_mthly_25_percentile": 3405.0, + "gross_mthly_75_percentile": 4000.0 + }, + { + "year": 2021, + "employment_rate_overall": 98.3, + "employment_rate_ft_perm": 86.4, + "basic_monthly_mean": 3403.0, + "basic_monthly_median": 3350.0, + "gross_monthly_mean": 3697.0, + "gross_monthly_median": 3700.0, + "gross_mthly_25_percentile": 3350.0, + "gross_mthly_75_percentile": 3990.0 + }, + { + "year": 2022, + "employment_rate_overall": 98.6, + "employment_rate_ft_perm": 88.4, + "basic_monthly_mean": 3511.0, + "basic_monthly_median": 3458.0, + "gross_monthly_mean": 3797.0, + "gross_monthly_median": 3800.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 4100.0 + } + ] + }, + { + "university": "Singapore Management University", + "degree": "Accountancy", + "school": "School of Accountancy (4-year programme)", + "slug": "accountancy-smu", + "data": [ + { + "year": 2009, + "employment_rate_overall": 99.2, + "employment_rate_ft_perm": 95.3, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 3073.0, + "gross_monthly_median": 2500.0, + "gross_mthly_25_percentile": 2400.0, + "gross_mthly_75_percentile": 2950.0 + }, + { + "year": 2010, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 97.9, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 3162.0, + "gross_monthly_median": 2650.0, + "gross_mthly_25_percentile": 2600.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2011, + "employment_rate_overall": 99.4, + "employment_rate_ft_perm": 96.9, + "basic_monthly_mean": 3106.0, + "basic_monthly_median": 2800.0, + "gross_monthly_mean": 3267.0, + "gross_monthly_median": 2900.0, + "gross_mthly_25_percentile": 2700.0, + "gross_mthly_75_percentile": 3600.0 + }, + { + "year": 2012, + "employment_rate_overall": 95.3, + "employment_rate_ft_perm": 93.0, + "basic_monthly_mean": 3204.0, + "basic_monthly_median": 2800.0, + "gross_monthly_mean": 3268.0, + "gross_monthly_median": 2800.0, + "gross_mthly_25_percentile": 2700.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2013, + "employment_rate_overall": 94.2, + "employment_rate_ft_perm": 93.2, + "basic_monthly_mean": 3231.0, + "basic_monthly_median": 2800.0, + "gross_monthly_mean": 3342.0, + "gross_monthly_median": 2825.0, + "gross_mthly_25_percentile": 2700.0, + "gross_mthly_75_percentile": 3430.0 + }, + { + "year": 2014, + "employment_rate_overall": 93.6, + "employment_rate_ft_perm": 91.4, + "basic_monthly_mean": 3375.0, + "basic_monthly_median": 2850.0, + "gross_monthly_mean": 3420.0, + "gross_monthly_median": 2875.0, + "gross_mthly_25_percentile": 2722.0, + "gross_mthly_75_percentile": 3614.0 + }, + { + "year": 2015, + "employment_rate_overall": 97.3, + "employment_rate_ft_perm": 93.0, + "basic_monthly_mean": 3287.0, + "basic_monthly_median": 2900.0, + "gross_monthly_mean": 3427.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2850.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2016, + "employment_rate_overall": 98.5, + "employment_rate_ft_perm": 96.0, + "basic_monthly_mean": 3390.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3455.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2900.0, + "gross_mthly_75_percentile": 3600.0 + }, + { + "year": 2017, + "employment_rate_overall": 98.0, + "employment_rate_ft_perm": 96.6, + "basic_monthly_mean": 3569.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3646.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2920.0, + "gross_mthly_75_percentile": 3600.0 + }, + { + "year": 2018, + "employment_rate_overall": 96.4, + "employment_rate_ft_perm": 92.3, + "basic_monthly_mean": 3576.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3607.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3650.0 + }, + { + "year": 2019, + "employment_rate_overall": 96.4, + "employment_rate_ft_perm": 93.7, + "basic_monthly_mean": 3753.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3802.0, + "gross_monthly_median": 3050.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 4000.0 + }, + { + "year": 2020, + "employment_rate_overall": 94.7, + "employment_rate_ft_perm": 86.0, + "basic_monthly_mean": 3636.0, + "basic_monthly_median": 3050.0, + "gross_monthly_mean": 3694.0, + "gross_monthly_median": 3100.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 4000.0 + }, + { + "year": 2021, + "employment_rate_overall": 98.7, + "employment_rate_ft_perm": 93.0, + "basic_monthly_mean": 3751.0, + "basic_monthly_median": 3400.0, + "gross_monthly_mean": 3814.0, + "gross_monthly_median": 3400.0, + "gross_mthly_25_percentile": 3200.0, + "gross_mthly_75_percentile": 4000.0 + }, + { + "year": 2022, + "employment_rate_overall": 98.1, + "employment_rate_ft_perm": 96.1, + "basic_monthly_mean": 4432.0, + "basic_monthly_median": 3800.0, + "gross_monthly_mean": 4497.0, + "gross_monthly_median": 3825.0, + "gross_mthly_25_percentile": 3600.0, + "gross_mthly_75_percentile": 4600.0 + }, + { + "year": 2023, + "employment_rate_overall": 95.5, + "employment_rate_ft_perm": 94.7, + "basic_monthly_mean": 4404.0, + "basic_monthly_median": 3800.0, + "gross_monthly_mean": 4463.0, + "gross_monthly_median": 3900.0, + "gross_mthly_25_percentile": 3600.0, + "gross_mthly_75_percentile": 4700.0 + } + ] + }, + { + "university": "Singapore Management University", + "degree": "Accountancy Cum Laude and above", + "school": "School of Accountancy (4-year programme)", + "slug": "accountancy-cum-laude-and-above-smu", + "data": [ + { + "year": 2009, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 96.8, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 3586.0, + "gross_monthly_median": 2600.0, + "gross_mthly_25_percentile": 2400.0, + "gross_mthly_75_percentile": 4000.0 + }, + { + "year": 2010, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 95.8, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 3625.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2600.0, + "gross_mthly_75_percentile": 3800.0 + }, + { + "year": 2011, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 98.6, + "basic_monthly_mean": 3496.0, + "basic_monthly_median": 3100.0, + "gross_monthly_mean": 3671.0, + "gross_monthly_median": 3225.0, + "gross_mthly_25_percentile": 2925.0, + "gross_mthly_75_percentile": 4125.0 + }, + { + "year": 2012, + "employment_rate_overall": 98.5, + "employment_rate_ft_perm": 97.0, + "basic_monthly_mean": 3692.0, + "basic_monthly_median": 3225.0, + "gross_monthly_mean": 3765.0, + "gross_monthly_median": 3261.0, + "gross_mthly_25_percentile": 2720.0, + "gross_mthly_75_percentile": 4192.0 + }, + { + "year": 2013, + "employment_rate_overall": 95.2, + "employment_rate_ft_perm": 95.2, + "basic_monthly_mean": 3580.0, + "basic_monthly_median": 2900.0, + "gross_monthly_mean": 3634.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2700.0, + "gross_mthly_75_percentile": 3750.0 + }, + { + "year": 2014, + "employment_rate_overall": 97.4, + "employment_rate_ft_perm": 96.1, + "basic_monthly_mean": 3871.0, + "basic_monthly_median": 3450.0, + "gross_monthly_mean": 3903.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 2875.0, + "gross_mthly_75_percentile": 4300.0 + }, + { + "year": 2015, + "employment_rate_overall": 97.7, + "employment_rate_ft_perm": 97.7, + "basic_monthly_mean": 3597.0, + "basic_monthly_median": 3100.0, + "gross_monthly_mean": 3701.0, + "gross_monthly_median": 3200.0, + "gross_mthly_25_percentile": 2850.0, + "gross_mthly_75_percentile": 4110.0 + }, + { + "year": 2016, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": 3827.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3943.0, + "gross_monthly_median": 3600.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 4583.0 + }, + { + "year": 2017, + "employment_rate_overall": 97.8, + "employment_rate_ft_perm": 97.8, + "basic_monthly_mean": 4037.0, + "basic_monthly_median": 3200.0, + "gross_monthly_mean": 4089.0, + "gross_monthly_median": 3200.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 4645.0 + }, + { + "year": 2018, + "employment_rate_overall": 96.3, + "employment_rate_ft_perm": 95.1, + "basic_monthly_mean": 4396.0, + "basic_monthly_median": 3450.0, + "gross_monthly_mean": 4439.0, + "gross_monthly_median": 3550.0, + "gross_mthly_25_percentile": 3013.0, + "gross_mthly_75_percentile": 4773.0 + }, + { + "year": 2019, + "employment_rate_overall": 97.9, + "employment_rate_ft_perm": 97.9, + "basic_monthly_mean": 4364.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 4431.0, + "gross_monthly_median": 3600.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 5000.0 + }, + { + "year": 2020, + "employment_rate_overall": 96.3, + "employment_rate_ft_perm": 86.1, + "basic_monthly_mean": 3979.0, + "basic_monthly_median": 3600.0, + "gross_monthly_mean": 4057.0, + "gross_monthly_median": 3744.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 4583.0 + }, + { + "year": 2021, + "employment_rate_overall": 97.9, + "employment_rate_ft_perm": 92.6, + "basic_monthly_mean": 4161.0, + "basic_monthly_median": 3700.0, + "gross_monthly_mean": 4213.0, + "gross_monthly_median": 3850.0, + "gross_mthly_25_percentile": 3300.0, + "gross_mthly_75_percentile": 4600.0 + }, + { + "year": 2022, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 98.0, + "basic_monthly_mean": 5040.0, + "basic_monthly_median": 4000.0, + "gross_monthly_mean": 5097.0, + "gross_monthly_median": 4025.0, + "gross_mthly_25_percentile": 3600.0, + "gross_mthly_75_percentile": 5500.0 + }, + { + "year": 2023, + "employment_rate_overall": 96.0, + "employment_rate_ft_perm": 94.9, + "basic_monthly_mean": 5017.0, + "basic_monthly_median": 4500.0, + "gross_monthly_mean": 5069.0, + "gross_monthly_median": 4500.0, + "gross_mthly_25_percentile": 3850.0, + "gross_mthly_75_percentile": 5400.0 + } + ] + }, + { + "university": "Singapore Management University", + "degree": "Business Management", + "school": "School of Business (4-year programme)", + "slug": "business-management-smu", + "data": [ + { + "year": 2009, + "employment_rate_overall": 95.8, + "employment_rate_ft_perm": 82.8, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 3048.0, + "gross_monthly_median": 2800.0, + "gross_mthly_25_percentile": 2400.0, + "gross_mthly_75_percentile": 3325.0 + }, + { + "year": 2010, + "employment_rate_overall": 99.7, + "employment_rate_ft_perm": 90.7, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 3292.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2550.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2011, + "employment_rate_overall": 93.0, + "employment_rate_ft_perm": 87.3, + "basic_monthly_mean": 3189.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3369.0, + "gross_monthly_median": 3020.0, + "gross_mthly_25_percentile": 2600.0, + "gross_mthly_75_percentile": 3800.0 + }, + { + "year": 2012, + "employment_rate_overall": 91.1, + "employment_rate_ft_perm": 85.6, + "basic_monthly_mean": 3207.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3348.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2700.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2013, + "employment_rate_overall": 93.2, + "employment_rate_ft_perm": 87.3, + "basic_monthly_mean": 3344.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3520.0, + "gross_monthly_median": 3200.0, + "gross_mthly_25_percentile": 2800.0, + "gross_mthly_75_percentile": 3750.0 + }, + { + "year": 2014, + "employment_rate_overall": 90.9, + "employment_rate_ft_perm": 86.4, + "basic_monthly_mean": 3630.0, + "basic_monthly_median": 3250.0, + "gross_monthly_mean": 3752.0, + "gross_monthly_median": 3333.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 4000.0 + }, + { + "year": 2015, + "employment_rate_overall": 93.9, + "employment_rate_ft_perm": 88.2, + "basic_monthly_mean": 3513.0, + "basic_monthly_median": 3200.0, + "gross_monthly_mean": 3611.0, + "gross_monthly_median": 3300.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 4000.0 + }, + { + "year": 2016, + "employment_rate_overall": 92.4, + "employment_rate_ft_perm": 84.6, + "basic_monthly_mean": 3727.0, + "basic_monthly_median": 3400.0, + "gross_monthly_mean": 3831.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 4000.0 + }, + { + "year": 2017, + "employment_rate_overall": 93.3, + "employment_rate_ft_perm": 85.7, + "basic_monthly_mean": 3862.0, + "basic_monthly_median": 3475.0, + "gross_monthly_mean": 3995.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3050.0, + "gross_mthly_75_percentile": 4362.0 + }, + { + "year": 2018, + "employment_rate_overall": 91.6, + "employment_rate_ft_perm": 86.5, + "basic_monthly_mean": 4017.0, + "basic_monthly_median": 3600.0, + "gross_monthly_mean": 4133.0, + "gross_monthly_median": 3700.0, + "gross_mthly_25_percentile": 3250.0, + "gross_mthly_75_percentile": 4500.0 + }, + { + "year": 2019, + "employment_rate_overall": 91.0, + "employment_rate_ft_perm": 84.8, + "basic_monthly_mean": 4056.0, + "basic_monthly_median": 3600.0, + "gross_monthly_mean": 4181.0, + "gross_monthly_median": 3750.0, + "gross_mthly_25_percentile": 3300.0, + "gross_mthly_75_percentile": 4600.0 + }, + { + "year": 2020, + "employment_rate_overall": 95.8, + "employment_rate_ft_perm": 68.4, + "basic_monthly_mean": 4183.0, + "basic_monthly_median": 3800.0, + "gross_monthly_mean": 4293.0, + "gross_monthly_median": 3850.0, + "gross_mthly_25_percentile": 3440.0, + "gross_mthly_75_percentile": 4600.0 + }, + { + "year": 2021, + "employment_rate_overall": 96.6, + "employment_rate_ft_perm": 86.0, + "basic_monthly_mean": 4229.0, + "basic_monthly_median": 4000.0, + "gross_monthly_mean": 4371.0, + "gross_monthly_median": 4000.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 4650.0 + }, + { + "year": 2022, + "employment_rate_overall": 94.3, + "employment_rate_ft_perm": 86.5, + "basic_monthly_mean": 4744.0, + "basic_monthly_median": 4208.0, + "gross_monthly_mean": 4937.0, + "gross_monthly_median": 4400.0, + "gross_mthly_25_percentile": 3700.0, + "gross_mthly_75_percentile": 5200.0 + }, + { + "year": 2023, + "employment_rate_overall": 92.4, + "employment_rate_ft_perm": 86.8, + "basic_monthly_mean": 4668.0, + "basic_monthly_median": 4200.0, + "gross_monthly_mean": 4795.0, + "gross_monthly_median": 4436.0, + "gross_mthly_25_percentile": 3800.0, + "gross_mthly_75_percentile": 5200.0 + } + ] + }, + { + "university": "Singapore Management University", + "degree": "Business Management Cum Laude and above", + "school": "School of Business (4-year programme)", + "slug": "business-management-cum-laude-and-above-smu", + "data": [ + { + "year": 2009, + "employment_rate_overall": 96.1, + "employment_rate_ft_perm": 86.7, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 3336.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2500.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2010, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 94.1, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 3750.0, + "gross_monthly_median": 3400.0, + "gross_mthly_25_percentile": 2800.0, + "gross_mthly_75_percentile": 4000.0 + }, + { + "year": 2011, + "employment_rate_overall": 97.4, + "employment_rate_ft_perm": 91.5, + "basic_monthly_mean": 3604.0, + "basic_monthly_median": 3300.0, + "gross_monthly_mean": 3777.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 4100.0 + }, + { + "year": 2012, + "employment_rate_overall": 95.3, + "employment_rate_ft_perm": 93.8, + "basic_monthly_mean": 3794.0, + "basic_monthly_median": 3444.0, + "gross_monthly_mean": 3854.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 2860.0, + "gross_mthly_75_percentile": 4167.0 + }, + { + "year": 2013, + "employment_rate_overall": 95.9, + "employment_rate_ft_perm": 93.8, + "basic_monthly_mean": 3825.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3975.0, + "gross_monthly_median": 3580.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 4100.0 + }, + { + "year": 2014, + "employment_rate_overall": 94.5, + "employment_rate_ft_perm": 94.0, + "basic_monthly_mean": 4019.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 4116.0, + "gross_monthly_median": 3600.0, + "gross_mthly_25_percentile": 3200.0, + "gross_mthly_75_percentile": 4500.0 + }, + { + "year": 2015, + "employment_rate_overall": 98.3, + "employment_rate_ft_perm": 93.3, + "basic_monthly_mean": 4050.0, + "basic_monthly_median": 3800.0, + "gross_monthly_mean": 4130.0, + "gross_monthly_median": 3868.0, + "gross_mthly_25_percentile": 3200.0, + "gross_mthly_75_percentile": 4600.0 + }, + { + "year": 2016, + "employment_rate_overall": 96.1, + "employment_rate_ft_perm": 92.1, + "basic_monthly_mean": 4140.0, + "basic_monthly_median": 3550.0, + "gross_monthly_mean": 4234.0, + "gross_monthly_median": 3660.0, + "gross_mthly_25_percentile": 3250.0, + "gross_mthly_75_percentile": 4583.0 + }, + { + "year": 2017, + "employment_rate_overall": 95.8, + "employment_rate_ft_perm": 92.0, + "basic_monthly_mean": 4364.0, + "basic_monthly_median": 3880.0, + "gross_monthly_mean": 4504.0, + "gross_monthly_median": 4000.0, + "gross_mthly_25_percentile": 3300.0, + "gross_mthly_75_percentile": 5000.0 + }, + { + "year": 2018, + "employment_rate_overall": 97.4, + "employment_rate_ft_perm": 95.6, + "basic_monthly_mean": 4433.0, + "basic_monthly_median": 4000.0, + "gross_monthly_mean": 4544.0, + "gross_monthly_median": 4000.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 4800.0 + }, + { + "year": 2019, + "employment_rate_overall": 93.0, + "employment_rate_ft_perm": 90.4, + "basic_monthly_mean": 4504.0, + "basic_monthly_median": 4000.0, + "gross_monthly_mean": 4614.0, + "gross_monthly_median": 4167.0, + "gross_mthly_25_percentile": 3600.0, + "gross_mthly_75_percentile": 5120.0 + }, + { + "year": 2020, + "employment_rate_overall": 97.5, + "employment_rate_ft_perm": 78.7, + "basic_monthly_mean": 4596.0, + "basic_monthly_median": 4000.0, + "gross_monthly_mean": 4688.0, + "gross_monthly_median": 4000.0, + "gross_mthly_25_percentile": 3600.0, + "gross_mthly_75_percentile": 5000.0 + }, + { + "year": 2021, + "employment_rate_overall": 96.6, + "employment_rate_ft_perm": 90.3, + "basic_monthly_mean": 4705.0, + "basic_monthly_median": 4333.0, + "gross_monthly_mean": 4855.0, + "gross_monthly_median": 4480.0, + "gross_mthly_25_percentile": 3800.0, + "gross_mthly_75_percentile": 5043.0 + }, + { + "year": 2022, + "employment_rate_overall": 97.4, + "employment_rate_ft_perm": 93.1, + "basic_monthly_mean": 5409.0, + "basic_monthly_median": 4600.0, + "gross_monthly_mean": 5630.0, + "gross_monthly_median": 4800.0, + "gross_mthly_25_percentile": 4050.0, + "gross_mthly_75_percentile": 6084.0 + }, + { + "year": 2023, + "employment_rate_overall": 95.5, + "employment_rate_ft_perm": 92.0, + "basic_monthly_mean": 5097.0, + "basic_monthly_median": 4600.0, + "gross_monthly_mean": 5244.0, + "gross_monthly_median": 4875.0, + "gross_mthly_25_percentile": 4000.0, + "gross_mthly_75_percentile": 5500.0 + } + ] + }, + { + "university": "Singapore Management University", + "degree": "Computer Science", + "school": "School of Computing & Information Systems (4-year programme) \u2013 Computer Science", + "slug": "computer-science-smu", + "data": [ + { + "year": 2023, + "employment_rate_overall": 92.7, + "employment_rate_ft_perm": 92.7, + "basic_monthly_mean": 5762.0, + "basic_monthly_median": 5513.0, + "gross_monthly_mean": 6120.0, + "gross_monthly_median": 5800.0, + "gross_mthly_25_percentile": 5100.0, + "gross_mthly_75_percentile": 6500.0 + } + ] + }, + { + "university": "Singapore Management University", + "degree": "Computer Science Cum Laude and above", + "school": "School of Computing & Information Systems (4-year programme) \u2013 Computer Science", + "slug": "computer-science-cum-laude-and-above-smu", + "data": [ + { + "year": 2023, + "employment_rate_overall": 94.1, + "employment_rate_ft_perm": 94.1, + "basic_monthly_mean": 6470.0, + "basic_monthly_median": 6250.0, + "gross_monthly_mean": 6902.0, + "gross_monthly_median": 6250.0, + "gross_mthly_25_percentile": 5500.0, + "gross_mthly_75_percentile": 7752.0 + } + ] + }, + { + "university": "Singapore Management University", + "degree": "Economics", + "school": "School of Economics (4-year programme)", + "slug": "economics-smu", + "data": [ + { + "year": 2009, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 88.9, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 3288.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2500.0, + "gross_mthly_75_percentile": 3763.0 + }, + { + "year": 2010, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 90.2, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 3429.0, + "gross_monthly_median": 3100.0, + "gross_mthly_25_percentile": 2650.0, + "gross_mthly_75_percentile": 3700.0 + }, + { + "year": 2011, + "employment_rate_overall": 94.8, + "employment_rate_ft_perm": 88.9, + "basic_monthly_mean": 3369.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3559.0, + "gross_monthly_median": 3200.0, + "gross_mthly_25_percentile": 2800.0, + "gross_mthly_75_percentile": 3864.0 + }, + { + "year": 2012, + "employment_rate_overall": 90.2, + "employment_rate_ft_perm": 82.7, + "basic_monthly_mean": 3598.0, + "basic_monthly_median": 3300.0, + "gross_monthly_mean": 3768.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 4075.0 + }, + { + "year": 2013, + "employment_rate_overall": 90.6, + "employment_rate_ft_perm": 88.6, + "basic_monthly_mean": 3389.0, + "basic_monthly_median": 3200.0, + "gross_monthly_mean": 3513.0, + "gross_monthly_median": 3339.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3800.0 + }, + { + "year": 2014, + "employment_rate_overall": 90.2, + "employment_rate_ft_perm": 83.9, + "basic_monthly_mean": 3525.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3645.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3175.0, + "gross_mthly_75_percentile": 4000.0 + }, + { + "year": 2015, + "employment_rate_overall": 90.3, + "employment_rate_ft_perm": 85.8, + "basic_monthly_mean": 3798.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3946.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3200.0, + "gross_mthly_75_percentile": 4100.0 + }, + { + "year": 2016, + "employment_rate_overall": 93.4, + "employment_rate_ft_perm": 84.0, + "basic_monthly_mean": 3801.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3906.0, + "gross_monthly_median": 3700.0, + "gross_mthly_25_percentile": 3200.0, + "gross_mthly_75_percentile": 4300.0 + }, + { + "year": 2017, + "employment_rate_overall": 91.3, + "employment_rate_ft_perm": 82.6, + "basic_monthly_mean": 4013.0, + "basic_monthly_median": 3600.0, + "gross_monthly_mean": 4143.0, + "gross_monthly_median": 3700.0, + "gross_mthly_25_percentile": 3300.0, + "gross_mthly_75_percentile": 4583.0 + }, + { + "year": 2018, + "employment_rate_overall": 91.1, + "employment_rate_ft_perm": 85.6, + "basic_monthly_mean": 4017.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 4140.0, + "gross_monthly_median": 3700.0, + "gross_mthly_25_percentile": 3200.0, + "gross_mthly_75_percentile": 4600.0 + }, + { + "year": 2019, + "employment_rate_overall": 87.1, + "employment_rate_ft_perm": 81.3, + "basic_monthly_mean": 4042.0, + "basic_monthly_median": 3800.0, + "gross_monthly_mean": 4159.0, + "gross_monthly_median": 3900.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 4500.0 + }, + { + "year": 2020, + "employment_rate_overall": 91.5, + "employment_rate_ft_perm": 70.5, + "basic_monthly_mean": 4181.0, + "basic_monthly_median": 3750.0, + "gross_monthly_mean": 4290.0, + "gross_monthly_median": 3800.0, + "gross_mthly_25_percentile": 3400.0, + "gross_mthly_75_percentile": 4500.0 + }, + { + "year": 2021, + "employment_rate_overall": 91.8, + "employment_rate_ft_perm": 83.5, + "basic_monthly_mean": 4641.0, + "basic_monthly_median": 4275.0, + "gross_monthly_mean": 4777.0, + "gross_monthly_median": 4435.0, + "gross_mthly_25_percentile": 3800.0, + "gross_mthly_75_percentile": 5250.0 + }, + { + "year": 2022, + "employment_rate_overall": 97.2, + "employment_rate_ft_perm": 89.9, + "basic_monthly_mean": 4665.0, + "basic_monthly_median": 4500.0, + "gross_monthly_mean": 4824.0, + "gross_monthly_median": 4500.0, + "gross_mthly_25_percentile": 4000.0, + "gross_mthly_75_percentile": 5200.0 + }, + { + "year": 2023, + "employment_rate_overall": 93.4, + "employment_rate_ft_perm": 91.3, + "basic_monthly_mean": 4849.0, + "basic_monthly_median": 4500.0, + "gross_monthly_mean": 4937.0, + "gross_monthly_median": 4500.0, + "gross_mthly_25_percentile": 4000.0, + "gross_mthly_75_percentile": 5254.0 + } + ] + }, + { + "university": "Singapore Management University", + "degree": "Economics Cum Laude and above", + "school": "School of Economics (4-year programme)", + "slug": "economics-cum-laude-and-above-smu", + "data": [ + { + "year": 2009, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 92.6, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 3606.0, + "gross_monthly_median": 3200.0, + "gross_mthly_25_percentile": 2800.0, + "gross_mthly_75_percentile": 4000.0 + }, + { + "year": 2010, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 95.0, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 3579.0, + "gross_monthly_median": 3300.0, + "gross_mthly_25_percentile": 2800.0, + "gross_mthly_75_percentile": 3700.0 + }, + { + "year": 2011, + "employment_rate_overall": 94.0, + "employment_rate_ft_perm": 92.0, + "basic_monthly_mean": 3797.0, + "basic_monthly_median": 3475.0, + "gross_monthly_mean": 3999.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3175.0, + "gross_mthly_75_percentile": 4275.0 + }, + { + "year": 2012, + "employment_rate_overall": 89.5, + "employment_rate_ft_perm": 84.2, + "basic_monthly_mean": 3973.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 4053.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 4314.0 + }, + { + "year": 2013, + "employment_rate_overall": 94.0, + "employment_rate_ft_perm": 94.0, + "basic_monthly_mean": 3731.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3820.0, + "gross_monthly_median": 3600.0, + "gross_mthly_25_percentile": 3250.0, + "gross_mthly_75_percentile": 4000.0 + }, + { + "year": 2014, + "employment_rate_overall": 90.6, + "employment_rate_ft_perm": 89.1, + "basic_monthly_mean": 3815.0, + "basic_monthly_median": 3800.0, + "gross_monthly_mean": 3824.0, + "gross_monthly_median": 3800.0, + "gross_mthly_25_percentile": 3300.0, + "gross_mthly_75_percentile": 4350.0 + }, + { + "year": 2015, + "employment_rate_overall": 98.2, + "employment_rate_ft_perm": 92.7, + "basic_monthly_mean": 4249.0, + "basic_monthly_median": 3800.0, + "gross_monthly_mean": 4380.0, + "gross_monthly_median": 3850.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 4700.0 + }, + { + "year": 2016, + "employment_rate_overall": 97.0, + "employment_rate_ft_perm": 92.5, + "basic_monthly_mean": 4315.0, + "basic_monthly_median": 4000.0, + "gross_monthly_mean": 4425.0, + "gross_monthly_median": 4107.0, + "gross_mthly_25_percentile": 3800.0, + "gross_mthly_75_percentile": 4750.0 + }, + { + "year": 2017, + "employment_rate_overall": 93.2, + "employment_rate_ft_perm": 90.5, + "basic_monthly_mean": 4591.0, + "basic_monthly_median": 4000.0, + "gross_monthly_mean": 4737.0, + "gross_monthly_median": 4100.0, + "gross_mthly_25_percentile": 3600.0, + "gross_mthly_75_percentile": 5113.0 + }, + { + "year": 2018, + "employment_rate_overall": 93.4, + "employment_rate_ft_perm": 89.5, + "basic_monthly_mean": 4599.0, + "basic_monthly_median": 4000.0, + "gross_monthly_mean": 4721.0, + "gross_monthly_median": 4000.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 5200.0 + }, + { + "year": 2019, + "employment_rate_overall": 94.2, + "employment_rate_ft_perm": 89.9, + "basic_monthly_mean": 4401.0, + "basic_monthly_median": 4000.0, + "gross_monthly_mean": 4520.0, + "gross_monthly_median": 4038.0, + "gross_mthly_25_percentile": 3600.0, + "gross_mthly_75_percentile": 4600.0 + }, + { + "year": 2020, + "employment_rate_overall": 94.7, + "employment_rate_ft_perm": 82.9, + "basic_monthly_mean": 4670.0, + "basic_monthly_median": 4000.0, + "gross_monthly_mean": 4749.0, + "gross_monthly_median": 4000.0, + "gross_mthly_25_percentile": 3660.0, + "gross_mthly_75_percentile": 5275.0 + }, + { + "year": 2021, + "employment_rate_overall": 94.1, + "employment_rate_ft_perm": 91.2, + "basic_monthly_mean": 5209.0, + "basic_monthly_median": 4750.0, + "gross_monthly_mean": 5310.0, + "gross_monthly_median": 4900.0, + "gross_mthly_25_percentile": 4191.0, + "gross_mthly_75_percentile": 5810.0 + }, + { + "year": 2022, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 98.6, + "basic_monthly_mean": 5021.0, + "basic_monthly_median": 4500.0, + "gross_monthly_mean": 5169.0, + "gross_monthly_median": 4500.0, + "gross_mthly_25_percentile": 4091.0, + "gross_mthly_75_percentile": 5700.0 + }, + { + "year": 2023, + "employment_rate_overall": 95.7, + "employment_rate_ft_perm": 95.7, + "basic_monthly_mean": 5495.0, + "basic_monthly_median": 4833.0, + "gross_monthly_mean": 5565.0, + "gross_monthly_median": 4833.0, + "gross_mthly_25_percentile": 4300.0, + "gross_mthly_75_percentile": 6000.0 + } + ] + }, + { + "university": "Singapore Management University", + "degree": "Information Systems", + "school": "School of Computing & Information Systems (4-year programme) \u2013 Information Systems", + "slug": "information-systems-smu", + "data": [ + { + "year": 2009, + "employment_rate_overall": 96.9, + "employment_rate_ft_perm": 85.9, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 3445.0, + "gross_monthly_median": 2750.0, + "gross_mthly_25_percentile": 2400.0, + "gross_mthly_75_percentile": 3850.0 + }, + { + "year": 2010, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 93.0, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 3474.0, + "gross_monthly_median": 3100.0, + "gross_mthly_25_percentile": 2650.0, + "gross_mthly_75_percentile": 4000.0 + }, + { + "year": 2011, + "employment_rate_overall": 99.2, + "employment_rate_ft_perm": 94.6, + "basic_monthly_mean": 3389.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3637.0, + "gross_monthly_median": 3215.0, + "gross_mthly_25_percentile": 2893.0, + "gross_mthly_75_percentile": 4150.0 + }, + { + "year": 2012, + "employment_rate_overall": 90.2, + "employment_rate_ft_perm": 86.5, + "basic_monthly_mean": 3295.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3383.0, + "gross_monthly_median": 3150.0, + "gross_mthly_25_percentile": 2900.0, + "gross_mthly_75_percentile": 3800.0 + }, + { + "year": 2013, + "employment_rate_overall": 93.6, + "employment_rate_ft_perm": 89.5, + "basic_monthly_mean": 3389.0, + "basic_monthly_median": 3300.0, + "gross_monthly_mean": 3468.0, + "gross_monthly_median": 3300.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3800.0 + }, + { + "year": 2014, + "employment_rate_overall": 92.9, + "employment_rate_ft_perm": 80.6, + "basic_monthly_mean": 3431.0, + "basic_monthly_median": 3225.0, + "gross_monthly_mean": 3530.0, + "gross_monthly_median": 3350.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 4000.0 + }, + { + "year": 2015, + "employment_rate_overall": 94.8, + "employment_rate_ft_perm": 85.9, + "basic_monthly_mean": 3491.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3660.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3200.0, + "gross_mthly_75_percentile": 4110.0 + }, + { + "year": 2016, + "employment_rate_overall": 95.7, + "employment_rate_ft_perm": 91.5, + "basic_monthly_mean": 3837.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3897.0, + "gross_monthly_median": 3600.0, + "gross_mthly_25_percentile": 3200.0, + "gross_mthly_75_percentile": 4167.0 + }, + { + "year": 2017, + "employment_rate_overall": 95.1, + "employment_rate_ft_perm": 91.3, + "basic_monthly_mean": 3922.0, + "basic_monthly_median": 3905.0, + "gross_monthly_mean": 4014.0, + "gross_monthly_median": 4000.0, + "gross_mthly_25_percentile": 3550.0, + "gross_mthly_75_percentile": 4500.0 + }, + { + "year": 2018, + "employment_rate_overall": 93.6, + "employment_rate_ft_perm": 89.5, + "basic_monthly_mean": 4058.0, + "basic_monthly_median": 4000.0, + "gross_monthly_mean": 4160.0, + "gross_monthly_median": 4000.0, + "gross_mthly_25_percentile": 3600.0, + "gross_mthly_75_percentile": 4600.0 + }, + { + "year": 2019, + "employment_rate_overall": 95.1, + "employment_rate_ft_perm": 90.2, + "basic_monthly_mean": 4413.0, + "basic_monthly_median": 4166.0, + "gross_monthly_mean": 4549.0, + "gross_monthly_median": 4300.0, + "gross_mthly_25_percentile": 4000.0, + "gross_mthly_75_percentile": 5000.0 + }, + { + "year": 2020, + "employment_rate_overall": 93.1, + "employment_rate_ft_perm": 83.9, + "basic_monthly_mean": 4548.0, + "basic_monthly_median": 4500.0, + "gross_monthly_mean": 4683.0, + "gross_monthly_median": 4542.0, + "gross_mthly_25_percentile": 4000.0, + "gross_mthly_75_percentile": 5400.0 + }, + { + "year": 2021, + "employment_rate_overall": 98.2, + "employment_rate_ft_perm": 94.6, + "basic_monthly_mean": 4774.0, + "basic_monthly_median": 4860.0, + "gross_monthly_mean": 4906.0, + "gross_monthly_median": 5000.0, + "gross_mthly_25_percentile": 4200.0, + "gross_mthly_75_percentile": 5350.0 + }, + { + "year": 2022, + "employment_rate_overall": 95.1, + "employment_rate_ft_perm": 93.4, + "basic_monthly_mean": 5333.0, + "basic_monthly_median": 5235.0, + "gross_monthly_mean": 5472.0, + "gross_monthly_median": 5400.0, + "gross_mthly_25_percentile": 4700.0, + "gross_mthly_75_percentile": 6166.0 + }, + { + "year": 2023, + "employment_rate_overall": 92.3, + "employment_rate_ft_perm": 88.4, + "basic_monthly_mean": 5381.0, + "basic_monthly_median": 5250.0, + "gross_monthly_mean": 5530.0, + "gross_monthly_median": 5400.0, + "gross_mthly_25_percentile": 4800.0, + "gross_mthly_75_percentile": 6250.0 + } + ] + }, + { + "university": "Singapore Management University", + "degree": "Information Systems Cum Laude and above", + "school": "School of Computing & Information Systems (4-year programme) \u2013 Information Systems", + "slug": "information-systems-cum-laude-and-above-smu", + "data": [ + { + "year": 2009, + "employment_rate_overall": 88.9, + "employment_rate_ft_perm": 72.2, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 3754.0, + "gross_monthly_median": 4000.0, + "gross_mthly_25_percentile": 2800.0, + "gross_mthly_75_percentile": 4600.0 + }, + { + "year": 2010, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 95.0, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 4547.0, + "gross_monthly_median": 4350.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 4950.0 + }, + { + "year": 2011, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 96.0, + "basic_monthly_mean": 4057.0, + "basic_monthly_median": 3800.0, + "gross_monthly_mean": 4294.0, + "gross_monthly_median": 4200.0, + "gross_mthly_25_percentile": 3150.0, + "gross_mthly_75_percentile": 4783.0 + }, + { + "year": 2012, + "employment_rate_overall": 94.7, + "employment_rate_ft_perm": 84.2, + "basic_monthly_mean": 3845.0, + "basic_monthly_median": 3775.0, + "gross_monthly_mean": 3946.0, + "gross_monthly_median": 3831.0, + "gross_mthly_25_percentile": 3105.0, + "gross_mthly_75_percentile": 4100.0 + }, + { + "year": 2013, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 90.9, + "basic_monthly_mean": 3786.0, + "basic_monthly_median": 3725.0, + "gross_monthly_mean": 3862.0, + "gross_monthly_median": 3800.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 4000.0 + }, + { + "year": 2014, + "employment_rate_overall": 97.4, + "employment_rate_ft_perm": 84.2, + "basic_monthly_mean": 4057.0, + "basic_monthly_median": 4000.0, + "gross_monthly_mean": 4151.0, + "gross_monthly_median": 4050.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 4540.0 + }, + { + "year": 2015, + "employment_rate_overall": 97.4, + "employment_rate_ft_perm": 92.1, + "basic_monthly_mean": 3577.0, + "basic_monthly_median": 3800.0, + "gross_monthly_mean": 3834.0, + "gross_monthly_median": 3800.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 4166.0 + }, + { + "year": 2016, + "employment_rate_overall": 97.5, + "employment_rate_ft_perm": 95.0, + "basic_monthly_mean": 4504.0, + "basic_monthly_median": 4167.0, + "gross_monthly_mean": 4603.0, + "gross_monthly_median": 4167.0, + "gross_mthly_25_percentile": 3800.0, + "gross_mthly_75_percentile": 4750.0 + }, + { + "year": 2017, + "employment_rate_overall": 96.1, + "employment_rate_ft_perm": 94.1, + "basic_monthly_mean": 4211.0, + "basic_monthly_median": 4334.0, + "gross_monthly_mean": 4305.0, + "gross_monthly_median": 4334.0, + "gross_mthly_25_percentile": 4000.0, + "gross_mthly_75_percentile": 4750.0 + }, + { + "year": 2018, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 97.2, + "basic_monthly_mean": 4584.0, + "basic_monthly_median": 4650.0, + "gross_monthly_mean": 4659.0, + "gross_monthly_median": 4685.0, + "gross_mthly_25_percentile": 4200.0, + "gross_mthly_75_percentile": 5000.0 + }, + { + "year": 2019, + "employment_rate_overall": 98.0, + "employment_rate_ft_perm": 96.0, + "basic_monthly_mean": 5029.0, + "basic_monthly_median": 5000.0, + "gross_monthly_mean": 5212.0, + "gross_monthly_median": 5000.0, + "gross_mthly_25_percentile": 4300.0, + "gross_mthly_75_percentile": 5550.0 + }, + { + "year": 2020, + "employment_rate_overall": 93.3, + "employment_rate_ft_perm": 93.3, + "basic_monthly_mean": 4903.0, + "basic_monthly_median": 5000.0, + "gross_monthly_mean": 5064.0, + "gross_monthly_median": 5000.0, + "gross_mthly_25_percentile": 4500.0, + "gross_mthly_75_percentile": 5416.0 + }, + { + "year": 2021, + "employment_rate_overall": 97.4, + "employment_rate_ft_perm": 93.6, + "basic_monthly_mean": 5317.0, + "basic_monthly_median": 5050.0, + "gross_monthly_mean": 5499.0, + "gross_monthly_median": 5350.0, + "gross_mthly_25_percentile": 5000.0, + "gross_mthly_75_percentile": 5833.0 + }, + { + "year": 2022, + "employment_rate_overall": 96.0, + "employment_rate_ft_perm": 94.4, + "basic_monthly_mean": 5702.0, + "basic_monthly_median": 5500.0, + "gross_monthly_mean": 5799.0, + "gross_monthly_median": 5638.0, + "gross_mthly_25_percentile": 4900.0, + "gross_mthly_75_percentile": 6500.0 + }, + { + "year": 2023, + "employment_rate_overall": 95.0, + "employment_rate_ft_perm": 93.5, + "basic_monthly_mean": 5710.0, + "basic_monthly_median": 5500.0, + "gross_monthly_mean": 5866.0, + "gross_monthly_median": 5625.0, + "gross_mthly_25_percentile": 5000.0, + "gross_mthly_75_percentile": 6666.0 + } + ] + }, + { + "university": "Singapore Management University", + "degree": "Law", + "school": "School of Law (4-year programme)", + "slug": "law-smu", + "data": [ + { + "year": 2012, + "employment_rate_overall": 98.6, + "employment_rate_ft_perm": 97.2, + "basic_monthly_mean": 4888.0, + "basic_monthly_median": 5000.0, + "gross_monthly_mean": 4975.0, + "gross_monthly_median": 5000.0, + "gross_mthly_25_percentile": 4500.0, + "gross_mthly_75_percentile": 5250.0 + }, + { + "year": 2013, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": 5023.0, + "basic_monthly_median": 4800.0, + "gross_monthly_mean": 5246.0, + "gross_monthly_median": 5000.0, + "gross_mthly_25_percentile": 4500.0, + "gross_mthly_75_percentile": 6000.0 + }, + { + "year": 2014, + "employment_rate_overall": 97.8, + "employment_rate_ft_perm": 95.6, + "basic_monthly_mean": 4932.0, + "basic_monthly_median": 4800.0, + "gross_monthly_mean": 5332.0, + "gross_monthly_median": 5025.0, + "gross_mthly_25_percentile": 4600.0, + "gross_mthly_75_percentile": 5950.0 + }, + { + "year": 2015, + "employment_rate_overall": 99.0, + "employment_rate_ft_perm": 99.0, + "basic_monthly_mean": 4889.0, + "basic_monthly_median": 4600.0, + "gross_monthly_mean": 4997.0, + "gross_monthly_median": 4731.0, + "gross_mthly_25_percentile": 4350.0, + "gross_mthly_75_percentile": 5800.0 + }, + { + "year": 2016, + "employment_rate_overall": 95.8, + "employment_rate_ft_perm": 93.7, + "basic_monthly_mean": 4810.0, + "basic_monthly_median": 4600.0, + "gross_monthly_mean": 4915.0, + "gross_monthly_median": 4850.0, + "gross_mthly_25_percentile": 4200.0, + "gross_mthly_75_percentile": 5800.0 + }, + { + "year": 2017, + "employment_rate_overall": 97.6, + "employment_rate_ft_perm": 94.0, + "basic_monthly_mean": 4778.0, + "basic_monthly_median": 4500.0, + "gross_monthly_mean": 4941.0, + "gross_monthly_median": 5000.0, + "gross_mthly_25_percentile": 4000.0, + "gross_mthly_75_percentile": 5840.0 + }, + { + "year": 2018, + "employment_rate_overall": 92.7, + "employment_rate_ft_perm": 90.8, + "basic_monthly_mean": 4704.0, + "basic_monthly_median": 4500.0, + "gross_monthly_mean": 4856.0, + "gross_monthly_median": 4500.0, + "gross_mthly_25_percentile": 4050.0, + "gross_mthly_75_percentile": 5600.0 + }, + { + "year": 2019, + "employment_rate_overall": 99.1, + "employment_rate_ft_perm": 98.2, + "basic_monthly_mean": 4942.0, + "basic_monthly_median": 4600.0, + "gross_monthly_mean": 5064.0, + "gross_monthly_median": 4900.0, + "gross_mthly_25_percentile": 4200.0, + "gross_mthly_75_percentile": 5800.0 + }, + { + "year": 2020, + "employment_rate_overall": 95.5, + "employment_rate_ft_perm": 91.1, + "basic_monthly_mean": 4729.0, + "basic_monthly_median": 4500.0, + "gross_monthly_mean": 4804.0, + "gross_monthly_median": 4588.0, + "gross_mthly_25_percentile": 4000.0, + "gross_mthly_75_percentile": 5600.0 + }, + { + "year": 2021, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 98.3, + "basic_monthly_mean": 5319.0, + "basic_monthly_median": 5500.0, + "gross_monthly_mean": 5433.0, + "gross_monthly_median": 5600.0, + "gross_mthly_25_percentile": 4500.0, + "gross_mthly_75_percentile": 6000.0 + }, + { + "year": 2022, + "employment_rate_overall": 94.1, + "employment_rate_ft_perm": 91.1, + "basic_monthly_mean": 6063.0, + "basic_monthly_median": 6000.0, + "gross_monthly_mean": 6221.0, + "gross_monthly_median": 6375.0, + "gross_mthly_25_percentile": 5500.0, + "gross_mthly_75_percentile": 6800.0 + }, + { + "year": 2023, + "employment_rate_overall": 99.2, + "employment_rate_ft_perm": 99.2, + "basic_monthly_mean": 6375.0, + "basic_monthly_median": 6500.0, + "gross_monthly_mean": 6509.0, + "gross_monthly_median": 7000.0, + "gross_mthly_25_percentile": 5800.0, + "gross_mthly_75_percentile": 7000.0 + } + ] + }, + { + "university": "Singapore Management University", + "degree": "Law Cum Laude and above", + "school": "School of Law (4-year programme)", + "slug": "law-cum-laude-and-above-smu", + "data": [ + { + "year": 2012, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": 4988.0, + "basic_monthly_median": 5000.0, + "gross_monthly_mean": 5082.0, + "gross_monthly_median": 5000.0, + "gross_mthly_25_percentile": 4650.0, + "gross_mthly_75_percentile": 5450.0 + }, + { + "year": 2013, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": 5329.0, + "basic_monthly_median": 5000.0, + "gross_monthly_mean": 5617.0, + "gross_monthly_median": 5547.0, + "gross_mthly_25_percentile": 4750.0, + "gross_mthly_75_percentile": 6400.0 + }, + { + "year": 2014, + "employment_rate_overall": 97.7, + "employment_rate_ft_perm": 97.7, + "basic_monthly_mean": 5089.0, + "basic_monthly_median": 4900.0, + "gross_monthly_mean": 5571.0, + "gross_monthly_median": 5800.0, + "gross_mthly_25_percentile": 4800.0, + "gross_mthly_75_percentile": 6000.0 + }, + { + "year": 2015, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": 5160.0, + "basic_monthly_median": 4766.0, + "gross_monthly_mean": 5313.0, + "gross_monthly_median": 5000.0, + "gross_mthly_25_percentile": 4500.0, + "gross_mthly_75_percentile": 5995.0 + }, + { + "year": 2016, + "employment_rate_overall": 96.7, + "employment_rate_ft_perm": 96.7, + "basic_monthly_mean": 4950.0, + "basic_monthly_median": 4950.0, + "gross_monthly_mean": 5095.0, + "gross_monthly_median": 5300.0, + "gross_mthly_25_percentile": 4500.0, + "gross_mthly_75_percentile": 5800.0 + }, + { + "year": 2017, + "employment_rate_overall": 97.9, + "employment_rate_ft_perm": 97.9, + "basic_monthly_mean": 5163.0, + "basic_monthly_median": 5450.0, + "gross_monthly_mean": 5287.0, + "gross_monthly_median": 5600.0, + "gross_mthly_25_percentile": 4200.0, + "gross_mthly_75_percentile": 6000.0 + }, + { + "year": 2018, + "employment_rate_overall": 94.4, + "employment_rate_ft_perm": 92.6, + "basic_monthly_mean": 4986.0, + "basic_monthly_median": 4750.0, + "gross_monthly_mean": 5256.0, + "gross_monthly_median": 5513.0, + "gross_mthly_25_percentile": 4500.0, + "gross_mthly_75_percentile": 6000.0 + }, + { + "year": 2019, + "employment_rate_overall": 98.6, + "employment_rate_ft_perm": 97.1, + "basic_monthly_mean": 5136.0, + "basic_monthly_median": 5000.0, + "gross_monthly_mean": 5324.0, + "gross_monthly_median": 5550.0, + "gross_mthly_25_percentile": 4500.0, + "gross_mthly_75_percentile": 6000.0 + }, + { + "year": 2020, + "employment_rate_overall": 97.0, + "employment_rate_ft_perm": 95.5, + "basic_monthly_mean": 5053.0, + "basic_monthly_median": 5000.0, + "gross_monthly_mean": 5141.0, + "gross_monthly_median": 5000.0, + "gross_mthly_25_percentile": 4500.0, + "gross_mthly_75_percentile": 5735.0 + }, + { + "year": 2021, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 98.8, + "basic_monthly_mean": 5613.0, + "basic_monthly_median": 5600.0, + "gross_monthly_mean": 5754.0, + "gross_monthly_median": 5800.0, + "gross_mthly_25_percentile": 5025.0, + "gross_mthly_75_percentile": 6000.0 + }, + { + "year": 2022, + "employment_rate_overall": 92.4, + "employment_rate_ft_perm": 92.4, + "basic_monthly_mean": 6226.0, + "basic_monthly_median": 6338.0, + "gross_monthly_mean": 6429.0, + "gross_monthly_median": 6400.0, + "gross_mthly_25_percentile": 6000.0, + "gross_mthly_75_percentile": 7000.0 + }, + { + "year": 2023, + "employment_rate_overall": 98.9, + "employment_rate_ft_perm": 98.9, + "basic_monthly_mean": 6553.0, + "basic_monthly_median": 7000.0, + "gross_monthly_mean": 6690.0, + "gross_monthly_median": 7000.0, + "gross_mthly_25_percentile": 6200.0, + "gross_mthly_75_percentile": 7000.0 + } + ] + }, + { + "university": "Singapore Management University", + "degree": "Social Sciences", + "school": "School of Social Sciences (4-year programme)", + "slug": "social-sciences-smu", + "data": [ + { + "year": 2009, + "employment_rate_overall": 92.0, + "employment_rate_ft_perm": 72.0, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 2613.0, + "gross_monthly_median": 2500.0, + "gross_mthly_25_percentile": 2275.0, + "gross_mthly_75_percentile": 2850.0 + }, + { + "year": 2010, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 90.5, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 2824.0, + "gross_monthly_median": 2675.0, + "gross_mthly_25_percentile": 2400.0, + "gross_mthly_75_percentile": 3200.0 + }, + { + "year": 2011, + "employment_rate_overall": 96.6, + "employment_rate_ft_perm": 88.5, + "basic_monthly_mean": 2725.0, + "basic_monthly_median": 2700.0, + "gross_monthly_mean": 3043.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2550.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2012, + "employment_rate_overall": 91.8, + "employment_rate_ft_perm": 79.5, + "basic_monthly_mean": 3038.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3289.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2685.0, + "gross_mthly_75_percentile": 3705.0 + }, + { + "year": 2013, + "employment_rate_overall": 86.5, + "employment_rate_ft_perm": 79.8, + "basic_monthly_mean": 3122.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3150.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2600.0, + "gross_mthly_75_percentile": 3320.0 + }, + { + "year": 2015, + "employment_rate_overall": 89.0, + "employment_rate_ft_perm": 83.0, + "basic_monthly_mean": 3306.0, + "basic_monthly_median": 3100.0, + "gross_monthly_mean": 3550.0, + "gross_monthly_median": 3200.0, + "gross_mthly_25_percentile": 2980.0, + "gross_mthly_75_percentile": 3600.0 + }, + { + "year": 2016, + "employment_rate_overall": 91.5, + "employment_rate_ft_perm": 80.4, + "basic_monthly_mean": 3199.0, + "basic_monthly_median": 3100.0, + "gross_monthly_mean": 3311.0, + "gross_monthly_median": 3145.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2017, + "employment_rate_overall": 91.3, + "employment_rate_ft_perm": 78.0, + "basic_monthly_mean": 3344.0, + "basic_monthly_median": 3250.0, + "gross_monthly_mean": 3493.0, + "gross_monthly_median": 3300.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3750.0 + }, + { + "year": 2018, + "employment_rate_overall": 85.6, + "employment_rate_ft_perm": 74.4, + "basic_monthly_mean": 3336.0, + "basic_monthly_median": 3200.0, + "gross_monthly_mean": 3409.0, + "gross_monthly_median": 3210.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3710.0 + }, + { + "year": 2019, + "employment_rate_overall": 92.2, + "employment_rate_ft_perm": 82.8, + "basic_monthly_mean": 3523.0, + "basic_monthly_median": 3400.0, + "gross_monthly_mean": 3629.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3065.0, + "gross_mthly_75_percentile": 4000.0 + }, + { + "year": 2020, + "employment_rate_overall": 89.9, + "employment_rate_ft_perm": 52.8, + "basic_monthly_mean": 3540.0, + "basic_monthly_median": 3360.0, + "gross_monthly_mean": 3626.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3200.0, + "gross_mthly_75_percentile": 4000.0 + }, + { + "year": 2021, + "employment_rate_overall": 94.1, + "employment_rate_ft_perm": 77.1, + "basic_monthly_mean": 3656.0, + "basic_monthly_median": 3465.0, + "gross_monthly_mean": 3836.0, + "gross_monthly_median": 3600.0, + "gross_mthly_25_percentile": 3200.0, + "gross_mthly_75_percentile": 4010.0 + }, + { + "year": 2022, + "employment_rate_overall": 91.4, + "employment_rate_ft_perm": 83.3, + "basic_monthly_mean": 4076.0, + "basic_monthly_median": 3843.0, + "gross_monthly_mean": 4265.0, + "gross_monthly_median": 4000.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 4600.0 + }, + { + "year": 2023, + "employment_rate_overall": 87.0, + "employment_rate_ft_perm": 81.5, + "basic_monthly_mean": 4185.0, + "basic_monthly_median": 3900.0, + "gross_monthly_mean": 4330.0, + "gross_monthly_median": 4000.0, + "gross_mthly_25_percentile": 3600.0, + "gross_mthly_75_percentile": 4780.0 + } + ] + }, + { + "university": "Singapore Management University", + "degree": "Social Sciences Cum Laude and above", + "school": "School of Social Sciences (4-year programme)", + "slug": "social-sciences-cum-laude-and-above-smu", + "data": [ + { + "year": 2009, + "employment_rate_overall": 80.0, + "employment_rate_ft_perm": 73.3, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 2673.0, + "gross_monthly_median": 2850.0, + "gross_mthly_25_percentile": 2350.0, + "gross_mthly_75_percentile": 2950.0 + }, + { + "year": 2010, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 93.3, + "basic_monthly_mean": null, + "basic_monthly_median": null, + "gross_monthly_mean": 3479.0, + "gross_monthly_median": 3250.0, + "gross_mthly_25_percentile": 3200.0, + "gross_mthly_75_percentile": 3875.0 + }, + { + "year": 2011, + "employment_rate_overall": 95.8, + "employment_rate_ft_perm": 87.5, + "basic_monthly_mean": 3128.0, + "basic_monthly_median": 3400.0, + "gross_monthly_mean": 3450.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3100.0, + "gross_mthly_75_percentile": 3700.0 + }, + { + "year": 2012, + "employment_rate_overall": 90.0, + "employment_rate_ft_perm": 86.7, + "basic_monthly_mean": 3334.0, + "basic_monthly_median": 3260.0, + "gross_monthly_mean": 3496.0, + "gross_monthly_median": 3260.0, + "gross_mthly_25_percentile": 2923.0, + "gross_mthly_75_percentile": 4013.0 + }, + { + "year": 2015, + "employment_rate_overall": 93.1, + "employment_rate_ft_perm": 89.7, + "basic_monthly_mean": 3887.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 4012.0, + "gross_monthly_median": 3560.0, + "gross_mthly_25_percentile": 3300.0, + "gross_mthly_75_percentile": 4583.0 + }, + { + "year": 2016, + "employment_rate_overall": 94.9, + "employment_rate_ft_perm": 87.2, + "basic_monthly_mean": 3405.0, + "basic_monthly_median": 3300.0, + "gross_monthly_mean": 3548.0, + "gross_monthly_median": 3400.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3668.0 + }, + { + "year": 2017, + "employment_rate_overall": 87.9, + "employment_rate_ft_perm": 81.8, + "basic_monthly_mean": 3810.0, + "basic_monthly_median": 3600.0, + "gross_monthly_mean": 3938.0, + "gross_monthly_median": 3630.0, + "gross_mthly_25_percentile": 3300.0, + "gross_mthly_75_percentile": 4000.0 + }, + { + "year": 2018, + "employment_rate_overall": 84.2, + "employment_rate_ft_perm": 78.9, + "basic_monthly_mean": 3818.0, + "basic_monthly_median": 3550.0, + "gross_monthly_mean": 3880.0, + "gross_monthly_median": 3600.0, + "gross_mthly_25_percentile": 3200.0, + "gross_mthly_75_percentile": 4100.0 + }, + { + "year": 2019, + "employment_rate_overall": 92.7, + "employment_rate_ft_perm": 90.2, + "basic_monthly_mean": 3599.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3742.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3100.0, + "gross_mthly_75_percentile": 4070.0 + }, + { + "year": 2020, + "employment_rate_overall": 90.6, + "employment_rate_ft_perm": 65.6, + "basic_monthly_mean": 3711.0, + "basic_monthly_median": 3510.0, + "gross_monthly_mean": 3784.0, + "gross_monthly_median": 3510.0, + "gross_mthly_25_percentile": 3230.0, + "gross_mthly_75_percentile": 4200.0 + }, + { + "year": 2021, + "employment_rate_overall": 96.9, + "employment_rate_ft_perm": 86.2, + "basic_monthly_mean": 3856.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 4063.0, + "gross_monthly_median": 3763.0, + "gross_mthly_25_percentile": 3350.0, + "gross_mthly_75_percentile": 4500.0 + }, + { + "year": 2022, + "employment_rate_overall": 94.3, + "employment_rate_ft_perm": 88.6, + "basic_monthly_mean": 4351.0, + "basic_monthly_median": 4008.0, + "gross_monthly_mean": 4576.0, + "gross_monthly_median": 4316.0, + "gross_mthly_25_percentile": 3795.0, + "gross_mthly_75_percentile": 4900.0 + }, + { + "year": 2023, + "employment_rate_overall": 86.8, + "employment_rate_ft_perm": 81.3, + "basic_monthly_mean": 4398.0, + "basic_monthly_median": 4150.0, + "gross_monthly_mean": 4547.0, + "gross_monthly_median": 4312.0, + "gross_mthly_25_percentile": 3700.0, + "gross_mthly_75_percentile": 5000.0 + } + ] + }, + { + "university": "Singapore University of Social Sciences", + "degree": "Bachelor of Accountancy", + "school": "School of Business", + "slug": "bachelor-of-accountancy-suss", + "data": [ + { + "year": 2018, + "employment_rate_overall": 98.7, + "employment_rate_ft_perm": 97.5, + "basic_monthly_mean": 2858.0, + "basic_monthly_median": 2850.0, + "gross_monthly_mean": 2879.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2700.0, + "gross_mthly_75_percentile": 3000.0 + }, + { + "year": 2019, + "employment_rate_overall": 91.1, + "employment_rate_ft_perm": 83.3, + "basic_monthly_mean": 2880.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 2900.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2750.0, + "gross_mthly_75_percentile": 3000.0 + }, + { + "year": 2020, + "employment_rate_overall": 94.6, + "employment_rate_ft_perm": 81.7, + "basic_monthly_mean": 3059.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3116.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3000.0 + }, + { + "year": 2021, + "employment_rate_overall": 98.6, + "employment_rate_ft_perm": 89.0, + "basic_monthly_mean": 3199.0, + "basic_monthly_median": 3200.0, + "gross_monthly_mean": 3231.0, + "gross_monthly_median": 3200.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3400.0 + }, + { + "year": 2022, + "employment_rate_overall": 96.4, + "employment_rate_ft_perm": 94.6, + "basic_monthly_mean": 3576.0, + "basic_monthly_median": 3600.0, + "gross_monthly_mean": 3635.0, + "gross_monthly_median": 3600.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 3663.0 + }, + { + "year": 2023, + "employment_rate_overall": 94.1, + "employment_rate_ft_perm": 94.1, + "basic_monthly_mean": 3560.0, + "basic_monthly_median": 3600.0, + "gross_monthly_mean": 3601.0, + "gross_monthly_median": 3600.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 3600.0 + } + ] + }, + { + "university": "Singapore University of Social Sciences", + "degree": "Bachelor of Early Childhood Education", + "school": "S R Nathan School of Human Development", + "slug": "bachelor-of-early-childhood-education-suss", + "data": [ + { + "year": 2020, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 88.2, + "basic_monthly_mean": 2879.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 2879.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2700.0, + "gross_mthly_75_percentile": 3016.0 + }, + { + "year": 2021, + "employment_rate_overall": 93.0, + "employment_rate_ft_perm": 88.4, + "basic_monthly_mean": 2949.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 2963.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2800.0, + "gross_mthly_75_percentile": 3100.0 + }, + { + "year": 2022, + "employment_rate_overall": 88.1, + "employment_rate_ft_perm": 79.7, + "basic_monthly_mean": 3090.0, + "basic_monthly_median": 3100.0, + "gross_monthly_mean": 3188.0, + "gross_monthly_median": 3200.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3338.0 + }, + { + "year": 2023, + "employment_rate_overall": 83.9, + "employment_rate_ft_perm": 73.2, + "basic_monthly_mean": 3270.0, + "basic_monthly_median": 3300.0, + "gross_monthly_mean": 3328.0, + "gross_monthly_median": 3400.0, + "gross_mthly_25_percentile": 3097.0, + "gross_mthly_75_percentile": 3525.0 + } + ] + }, + { + "university": "Singapore University of Social Sciences", + "degree": "Bachelor of Human Resource Management", + "school": "S R Nathan School of Human Development", + "slug": "bachelor-of-human-resource-management-suss", + "data": [ + { + "year": 2019, + "employment_rate_overall": 87.1, + "employment_rate_ft_perm": 74.2, + "basic_monthly_mean": 2942.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 2975.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2800.0, + "gross_mthly_75_percentile": 3300.0 + }, + { + "year": 2020, + "employment_rate_overall": 90.6, + "employment_rate_ft_perm": 22.6, + "basic_monthly_mean": 2947.0, + "basic_monthly_median": 2750.0, + "gross_monthly_mean": 3051.0, + "gross_monthly_median": 2950.0, + "gross_mthly_25_percentile": 2650.0, + "gross_mthly_75_percentile": 3300.0 + }, + { + "year": 2021, + "employment_rate_overall": 95.6, + "employment_rate_ft_perm": 80.9, + "basic_monthly_mean": 3249.0, + "basic_monthly_median": 3200.0, + "gross_monthly_mean": 3412.0, + "gross_monthly_median": 3200.0, + "gross_mthly_25_percentile": 3000.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2022, + "employment_rate_overall": 93.8, + "employment_rate_ft_perm": 75.0, + "basic_monthly_mean": 3749.0, + "basic_monthly_median": 3525.0, + "gross_monthly_mean": 3874.0, + "gross_monthly_median": 3588.0, + "gross_mthly_25_percentile": 3250.0, + "gross_mthly_75_percentile": 4000.0 + }, + { + "year": 2023, + "employment_rate_overall": 88.6, + "employment_rate_ft_perm": 75.9, + "basic_monthly_mean": 3530.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3650.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3310.0, + "gross_mthly_75_percentile": 3904.0 + } + ] + }, + { + "university": "Singapore University of Social Sciences", + "degree": "Bachelor of Public Safety and Security", + "school": "School of Humanities and Behavioural Sciences", + "slug": "bachelor-of-public-safety-and-security-suss", + "data": [ + { + "year": 2023, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": 4383.0, + "basic_monthly_median": 4330.0, + "gross_monthly_mean": 4709.0, + "gross_monthly_median": 4691.0, + "gross_mthly_25_percentile": 3875.0, + "gross_mthly_75_percentile": 5300.0 + } + ] + }, + { + "university": "Singapore University of Social Sciences", + "degree": "Bachelor of Science in Business Analytics", + "school": "School of Business", + "slug": "bachelor-of-science-in-business-analytics-suss", + "data": [ + { + "year": 2021, + "employment_rate_overall": 93.5, + "employment_rate_ft_perm": 83.9, + "basic_monthly_mean": 4218.0, + "basic_monthly_median": 3800.0, + "gross_monthly_mean": 4372.0, + "gross_monthly_median": 3800.0, + "gross_mthly_25_percentile": 3350.0, + "gross_mthly_75_percentile": 4900.0 + }, + { + "year": 2022, + "employment_rate_overall": 93.0, + "employment_rate_ft_perm": 86.0, + "basic_monthly_mean": 4432.0, + "basic_monthly_median": 4500.0, + "gross_monthly_mean": 4540.0, + "gross_monthly_median": 4660.0, + "gross_mthly_25_percentile": 4000.0, + "gross_mthly_75_percentile": 5000.0 + }, + { + "year": 2023, + "employment_rate_overall": 83.3, + "employment_rate_ft_perm": 83.3, + "basic_monthly_mean": 4670.0, + "basic_monthly_median": 4500.0, + "gross_monthly_mean": 4840.0, + "gross_monthly_median": 4800.0, + "gross_mthly_25_percentile": 4300.0, + "gross_mthly_75_percentile": 5200.0 + } + ] + }, + { + "university": "Singapore University of Social Sciences", + "degree": "Bachelor of Science in Finance", + "school": "School of Business", + "slug": "bachelor-of-science-in-finance-suss", + "data": [ + { + "year": 2018, + "employment_rate_overall": 88.0, + "employment_rate_ft_perm": 84.0, + "basic_monthly_mean": 3364.0, + "basic_monthly_median": 3400.0, + "gross_monthly_mean": 3393.0, + "gross_monthly_median": 3400.0, + "gross_mthly_25_percentile": 3200.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2019, + "employment_rate_overall": 88.6, + "employment_rate_ft_perm": 88.6, + "basic_monthly_mean": 3708.0, + "basic_monthly_median": 3400.0, + "gross_monthly_mean": 3722.0, + "gross_monthly_median": 3450.0, + "gross_mthly_25_percentile": 3085.0, + "gross_mthly_75_percentile": 3750.0 + }, + { + "year": 2020, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 50.0, + "basic_monthly_mean": 3537.0, + "basic_monthly_median": 3163.0, + "gross_monthly_mean": 3854.0, + "gross_monthly_median": 3163.0, + "gross_mthly_25_percentile": 2850.0, + "gross_mthly_75_percentile": 4466.0 + }, + { + "year": 2021, + "employment_rate_overall": 84.4, + "employment_rate_ft_perm": 56.3, + "basic_monthly_mean": 3856.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3862.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3300.0, + "gross_mthly_75_percentile": 4350.0 + }, + { + "year": 2022, + "employment_rate_overall": 97.2, + "employment_rate_ft_perm": 86.1, + "basic_monthly_mean": 4149.0, + "basic_monthly_median": 4000.0, + "gross_monthly_mean": 4483.0, + "gross_monthly_median": 4000.0, + "gross_mthly_25_percentile": 3800.0, + "gross_mthly_75_percentile": 5250.0 + }, + { + "year": 2023, + "employment_rate_overall": 86.0, + "employment_rate_ft_perm": 81.4, + "basic_monthly_mean": 4674.0, + "basic_monthly_median": 4500.0, + "gross_monthly_mean": 4965.0, + "gross_monthly_median": 4500.0, + "gross_mthly_25_percentile": 4000.0, + "gross_mthly_75_percentile": 5200.0 + } + ] + }, + { + "university": "Singapore University of Social Sciences", + "degree": "Bachelor of Science in Marketing", + "school": "School of Business", + "slug": "bachelor-of-science-in-marketing-suss", + "data": [ + { + "year": 2018, + "employment_rate_overall": 94.0, + "employment_rate_ft_perm": 84.0, + "basic_monthly_mean": 2925.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3023.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2650.0, + "gross_mthly_75_percentile": 3245.0 + }, + { + "year": 2019, + "employment_rate_overall": 88.3, + "employment_rate_ft_perm": 70.0, + "basic_monthly_mean": 2993.0, + "basic_monthly_median": 3000.0, + "gross_monthly_mean": 3169.0, + "gross_monthly_median": 3000.0, + "gross_mthly_25_percentile": 2800.0, + "gross_mthly_75_percentile": 3400.0 + }, + { + "year": 2020, + "employment_rate_overall": 92.1, + "employment_rate_ft_perm": 51.3, + "basic_monthly_mean": 3126.0, + "basic_monthly_median": 2900.0, + "gross_monthly_mean": 3246.0, + "gross_monthly_median": 2900.0, + "gross_mthly_25_percentile": 2750.0, + "gross_mthly_75_percentile": 3520.0 + }, + { + "year": 2021, + "employment_rate_overall": 92.4, + "employment_rate_ft_perm": 63.6, + "basic_monthly_mean": 3303.0, + "basic_monthly_median": 3200.0, + "gross_monthly_mean": 3411.0, + "gross_monthly_median": 3275.0, + "gross_mthly_25_percentile": 2820.0, + "gross_mthly_75_percentile": 3600.0 + }, + { + "year": 2022, + "employment_rate_overall": 87.2, + "employment_rate_ft_perm": 75.6, + "basic_monthly_mean": 3664.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3827.0, + "gross_monthly_median": 3600.0, + "gross_mthly_25_percentile": 3220.0, + "gross_mthly_75_percentile": 4100.0 + }, + { + "year": 2023, + "employment_rate_overall": 85.4, + "employment_rate_ft_perm": 67.5, + "basic_monthly_mean": 3670.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3896.0, + "gross_monthly_median": 3600.0, + "gross_mthly_25_percentile": 3400.0, + "gross_mthly_75_percentile": 4040.0 + } + ] + }, + { + "university": "Singapore University of Social Sciences", + "degree": "Bachelor of Science in Supply Chain Management", + "school": "School of Business", + "slug": "bachelor-of-science-in-supply-chain-management-suss", + "data": [ + { + "year": 2020, + "employment_rate_overall": 88.0, + "employment_rate_ft_perm": 36.0, + "basic_monthly_mean": 3125.0, + "basic_monthly_median": 3100.0, + "gross_monthly_mean": 3284.0, + "gross_monthly_median": 3185.0, + "gross_mthly_25_percentile": 2950.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2021, + "employment_rate_overall": 97.4, + "employment_rate_ft_perm": 79.5, + "basic_monthly_mean": 3245.0, + "basic_monthly_median": 3200.0, + "gross_monthly_mean": 3381.0, + "gross_monthly_median": 3300.0, + "gross_mthly_25_percentile": 3025.0, + "gross_mthly_75_percentile": 3500.0 + }, + { + "year": 2022, + "employment_rate_overall": 98.4, + "employment_rate_ft_perm": 90.6, + "basic_monthly_mean": 3629.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3702.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3300.0, + "gross_mthly_75_percentile": 3900.0 + }, + { + "year": 2023, + "employment_rate_overall": 94.2, + "employment_rate_ft_perm": 91.3, + "basic_monthly_mean": 3883.0, + "basic_monthly_median": 3900.0, + "gross_monthly_mean": 4038.0, + "gross_monthly_median": 4000.0, + "gross_mthly_25_percentile": 3600.0, + "gross_mthly_75_percentile": 4363.0 + } + ] + }, + { + "university": "Singapore University of Social Sciences", + "degree": "Bachelor of Social Work", + "school": "S R Nathan School of Human Development", + "slug": "bachelor-of-social-work-suss", + "data": [ + { + "year": 2020, + "employment_rate_overall": 97.3, + "employment_rate_ft_perm": 89.2, + "basic_monthly_mean": 3443.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3486.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3450.0, + "gross_mthly_75_percentile": 3655.0 + }, + { + "year": 2021, + "employment_rate_overall": 94.7, + "employment_rate_ft_perm": 86.8, + "basic_monthly_mean": 3432.0, + "basic_monthly_median": 3530.0, + "gross_monthly_mean": 3461.0, + "gross_monthly_median": 3530.0, + "gross_mthly_25_percentile": 3400.0, + "gross_mthly_75_percentile": 3580.0 + }, + { + "year": 2022, + "employment_rate_overall": 91.9, + "employment_rate_ft_perm": 80.6, + "basic_monthly_mean": 3529.0, + "basic_monthly_median": 3640.0, + "gross_monthly_mean": 3536.0, + "gross_monthly_median": 3640.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 3640.0 + } + ] + }, + { + "university": "Singapore University of Technology and Design", + "degree": "Bachelor of Engineering (Computer Science and Design)", + "school": null, + "slug": "bachelor-of-engineering-computer-science-and-design-sutd", + "data": [ + { + "year": 2021, + "employment_rate_overall": 98.3, + "employment_rate_ft_perm": 96.7, + "basic_monthly_mean": 4936.0, + "basic_monthly_median": 4800.0, + "gross_monthly_mean": 5030.0, + "gross_monthly_median": 4800.0, + "gross_mthly_25_percentile": 4400.0, + "gross_mthly_75_percentile": 5414.0 + }, + { + "year": 2022, + "employment_rate_overall": 91.2, + "employment_rate_ft_perm": 86.8, + "basic_monthly_mean": 5539.0, + "basic_monthly_median": 5000.0, + "gross_monthly_mean": 5725.0, + "gross_monthly_median": 5190.0, + "gross_mthly_25_percentile": 4600.0, + "gross_mthly_75_percentile": 6600.0 + } + ] + }, + { + "university": "Singapore University of Technology and Design", + "degree": "Bachelor of Engineering (Engineering Product Development)", + "school": null, + "slug": "bachelor-of-engineering-engineering-product-development-sutd", + "data": [ + { + "year": 2015, + "employment_rate_overall": 92.5, + "employment_rate_ft_perm": 88.1, + "basic_monthly_mean": 3595.0, + "basic_monthly_median": 3618.0, + "gross_monthly_mean": 3565.0, + "gross_monthly_median": 3600.0, + "gross_mthly_25_percentile": 3400.0, + "gross_mthly_75_percentile": 3800.0 + }, + { + "year": 2016, + "employment_rate_overall": 87.0, + "employment_rate_ft_perm": 79.7, + "basic_monthly_mean": 3620.0, + "basic_monthly_median": 3500.0, + "gross_monthly_mean": 3690.0, + "gross_monthly_median": 3600.0, + "gross_mthly_25_percentile": 3300.0, + "gross_mthly_75_percentile": 3750.0 + }, + { + "year": 2017, + "employment_rate_overall": 89.9, + "employment_rate_ft_perm": 87.3, + "basic_monthly_mean": 3594.0, + "basic_monthly_median": 3600.0, + "gross_monthly_mean": 3638.0, + "gross_monthly_median": 3600.0, + "gross_mthly_25_percentile": 3450.0, + "gross_mthly_75_percentile": 3800.0 + }, + { + "year": 2018, + "employment_rate_overall": 94.7, + "employment_rate_ft_perm": 86.3, + "basic_monthly_mean": 3773.0, + "basic_monthly_median": 3700.0, + "gross_monthly_mean": 3826.0, + "gross_monthly_median": 3700.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 4000.0 + }, + { + "year": 2019, + "employment_rate_overall": 84.2, + "employment_rate_ft_perm": 80.2, + "basic_monthly_mean": 3991.0, + "basic_monthly_median": 3900.0, + "gross_monthly_mean": 4042.0, + "gross_monthly_median": 4000.0, + "gross_mthly_25_percentile": 3660.0, + "gross_mthly_75_percentile": 4500.0 + }, + { + "year": 2020, + "employment_rate_overall": 94.6, + "employment_rate_ft_perm": 82.1, + "basic_monthly_mean": 3809.0, + "basic_monthly_median": 3800.0, + "gross_monthly_mean": 3901.0, + "gross_monthly_median": 3800.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 4150.0 + }, + { + "year": 2021, + "employment_rate_overall": 89.9, + "employment_rate_ft_perm": 85.5, + "basic_monthly_mean": 4047.0, + "basic_monthly_median": 4000.0, + "gross_monthly_mean": 4141.0, + "gross_monthly_median": 4000.0, + "gross_mthly_25_percentile": 3750.0, + "gross_mthly_75_percentile": 4500.0 + }, + { + "year": 2022, + "employment_rate_overall": 94.9, + "employment_rate_ft_perm": 92.3, + "basic_monthly_mean": 4266.0, + "basic_monthly_median": 4150.0, + "gross_monthly_mean": 4408.0, + "gross_monthly_median": 4200.0, + "gross_mthly_25_percentile": 3900.0, + "gross_mthly_75_percentile": 5000.0 + } + ] + }, + { + "university": "Singapore University of Technology and Design", + "degree": "Bachelor of Engineering (Engineering Systems and Design)", + "school": null, + "slug": "bachelor-of-engineering-engineering-systems-and-design-sutd", + "data": [ + { + "year": 2015, + "employment_rate_overall": 80.3, + "employment_rate_ft_perm": 71.8, + "basic_monthly_mean": 3699.0, + "basic_monthly_median": 3450.0, + "gross_monthly_mean": 3763.0, + "gross_monthly_median": 3500.0, + "gross_mthly_25_percentile": 3190.0, + "gross_mthly_75_percentile": 4100.0 + }, + { + "year": 2016, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 93.5, + "basic_monthly_mean": 3695.0, + "basic_monthly_median": 3600.0, + "gross_monthly_mean": 3830.0, + "gross_monthly_median": 3650.0, + "gross_mthly_25_percentile": 3550.0, + "gross_mthly_75_percentile": 4200.0 + }, + { + "year": 2017, + "employment_rate_overall": 91.7, + "employment_rate_ft_perm": 85.4, + "basic_monthly_mean": 3856.0, + "basic_monthly_median": 3800.0, + "gross_monthly_mean": 3956.0, + "gross_monthly_median": 3850.0, + "gross_mthly_25_percentile": 3600.0, + "gross_mthly_75_percentile": 4210.0 + }, + { + "year": 2018, + "employment_rate_overall": 90.0, + "employment_rate_ft_perm": 90.0, + "basic_monthly_mean": 3798.0, + "basic_monthly_median": 3800.0, + "gross_monthly_mean": 3893.0, + "gross_monthly_median": 3800.0, + "gross_mthly_25_percentile": 3600.0, + "gross_mthly_75_percentile": 4000.0 + }, + { + "year": 2019, + "employment_rate_overall": 89.9, + "employment_rate_ft_perm": 87.3, + "basic_monthly_mean": 3944.0, + "basic_monthly_median": 3800.0, + "gross_monthly_mean": 4082.0, + "gross_monthly_median": 4000.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 4400.0 + }, + { + "year": 2020, + "employment_rate_overall": 95.2, + "employment_rate_ft_perm": 77.1, + "basic_monthly_mean": 4195.0, + "basic_monthly_median": 3950.0, + "gross_monthly_mean": 4287.0, + "gross_monthly_median": 4000.0, + "gross_mthly_25_percentile": 3725.0, + "gross_mthly_75_percentile": 4900.0 + }, + { + "year": 2021, + "employment_rate_overall": 95.5, + "employment_rate_ft_perm": 90.9, + "basic_monthly_mean": 4542.0, + "basic_monthly_median": 4500.0, + "gross_monthly_mean": 4778.0, + "gross_monthly_median": 4700.0, + "gross_mthly_25_percentile": 3900.0, + "gross_mthly_75_percentile": 5000.0 + }, + { + "year": 2022, + "employment_rate_overall": 89.5, + "employment_rate_ft_perm": 86.0, + "basic_monthly_mean": 4929.0, + "basic_monthly_median": 4500.0, + "gross_monthly_mean": 5046.0, + "gross_monthly_median": 4500.0, + "gross_mthly_25_percentile": 4000.0, + "gross_mthly_75_percentile": 5300.0 + } + ] + }, + { + "university": "Singapore University of Technology and Design", + "degree": "Bachelor of Engineering (Information Systems Technology and Design)", + "school": null, + "slug": "bachelor-of-engineering-information-systems-technology-and-design-sutd", + "data": [ + { + "year": 2015, + "employment_rate_overall": 86.0, + "employment_rate_ft_perm": 83.7, + "basic_monthly_mean": 3872.0, + "basic_monthly_median": 3700.0, + "gross_monthly_mean": 3952.0, + "gross_monthly_median": 3950.0, + "gross_mthly_25_percentile": 3338.0, + "gross_mthly_75_percentile": 4450.0 + }, + { + "year": 2016, + "employment_rate_overall": 91.9, + "employment_rate_ft_perm": 91.9, + "basic_monthly_mean": 4197.0, + "basic_monthly_median": 4000.0, + "gross_monthly_mean": 4232.0, + "gross_monthly_median": 4000.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 4950.0 + }, + { + "year": 2017, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 100.0, + "basic_monthly_mean": 4146.0, + "basic_monthly_median": 4000.0, + "gross_monthly_mean": 4175.0, + "gross_monthly_median": 4023.0, + "gross_mthly_25_percentile": 3600.0, + "gross_mthly_75_percentile": 4900.0 + }, + { + "year": 2018, + "employment_rate_overall": 97.3, + "employment_rate_ft_perm": 93.3, + "basic_monthly_mean": 4448.0, + "basic_monthly_median": 4300.0, + "gross_monthly_mean": 4544.0, + "gross_monthly_median": 4400.0, + "gross_mthly_25_percentile": 4000.0, + "gross_mthly_75_percentile": 5000.0 + }, + { + "year": 2019, + "employment_rate_overall": 88.8, + "employment_rate_ft_perm": 85.7, + "basic_monthly_mean": 4599.0, + "basic_monthly_median": 4400.0, + "gross_monthly_mean": 4636.0, + "gross_monthly_median": 4400.0, + "gross_mthly_25_percentile": 3800.0, + "gross_mthly_75_percentile": 5000.0 + }, + { + "year": 2020, + "employment_rate_overall": 96.9, + "employment_rate_ft_perm": 85.4, + "basic_monthly_mean": 4581.0, + "basic_monthly_median": 4500.0, + "gross_monthly_mean": 4734.0, + "gross_monthly_median": 4500.0, + "gross_mthly_25_percentile": 4000.0, + "gross_mthly_75_percentile": 5000.0 + } + ] + }, + { + "university": "Singapore University of Technology and Design", + "degree": "Bachelor of Science (Architecture and Sustainable Design)", + "school": null, + "slug": "bachelor-of-science-architecture-and-sustainable-design-sutd", + "data": [ + { + "year": 2018, + "employment_rate_overall": 95.1, + "employment_rate_ft_perm": 88.5, + "basic_monthly_mean": 3848.0, + "basic_monthly_median": 3900.0, + "gross_monthly_mean": 3945.0, + "gross_monthly_median": 4000.0, + "gross_mthly_25_percentile": 3600.0, + "gross_mthly_75_percentile": 4215.0 + }, + { + "year": 2019, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 91.8, + "basic_monthly_mean": 3923.0, + "basic_monthly_median": 3897.0, + "gross_monthly_mean": 3985.0, + "gross_monthly_median": 3900.0, + "gross_mthly_25_percentile": 3600.0, + "gross_mthly_75_percentile": 4100.0 + }, + { + "year": 2020, + "employment_rate_overall": 100.0, + "employment_rate_ft_perm": 95.6, + "basic_monthly_mean": 3897.0, + "basic_monthly_median": 3800.0, + "gross_monthly_mean": 3982.0, + "gross_monthly_median": 3800.0, + "gross_mthly_25_percentile": 3500.0, + "gross_mthly_75_percentile": 4070.0 + }, + { + "year": 2021, + "employment_rate_overall": 96.6, + "employment_rate_ft_perm": 89.7, + "basic_monthly_mean": 3800.0, + "basic_monthly_median": 3801.0, + "gross_monthly_mean": 3842.0, + "gross_monthly_median": 3875.0, + "gross_mthly_25_percentile": 3430.0, + "gross_mthly_75_percentile": 4200.0 + }, + { + "year": 2022, + "employment_rate_overall": 90.6, + "employment_rate_ft_perm": 84.9, + "basic_monthly_mean": 4281.0, + "basic_monthly_median": 4100.0, + "gross_monthly_mean": 4335.0, + "gross_monthly_median": 4100.0, + "gross_mthly_25_percentile": 3900.0, + "gross_mthly_75_percentile": 4500.0 + } + ] + } +] diff --git a/src/lib/data.ts b/src/lib/data.ts index a971b61..589de31 100644 --- a/src/lib/data.ts +++ b/src/lib/data.ts @@ -4,54 +4,54 @@ import url from "./data.json?url"; import { browser } from "$app/environment"; import { PREV_YEAR } from "./constants"; import type { - GESData, - FlatRecord, - WinnersRecord, - YearlyRecord, + GESData, + FlatRecord, + WinnersRecord, + YearlyRecord, } from "$lib/types"; type _IntermediateSearchResult = { - record: GESData; - score: number; + record: GESData; + score: number; }; /** Helper to flatten the data for simpler processing */ export function getFlattened(): FlatRecord[] { - return _.flatMap(degrees, (item) => { - return item.data.map((d) => { - return { - university: item.university, - school: item.school, - degree: item.degree, - slug: item.slug, - ...d, - }; - }); - }); + return _.flatMap(degrees, (item) => { + return item.data.map((d) => { + return { + university: item.university, + school: item.school, + degree: item.degree, + slug: item.slug, + ...d, + }; + }); + }); } export let local: GESData[]; if (browser) { - fetch(url).then(async (request) => { - local = await request.json(); - }); + fetch(url).then(async (request) => { + local = await request.json(); + }); } export const degrees: GESData[] = data; export function topK( - year: number = PREV_YEAR, - K: number = 1_000_000 + year: number = PREV_YEAR, + K: number = 1_000_000, ): FlatRecord[] { - let filtered = getFlattened(); - filtered = _.filter(filtered, { year: year }); - filtered = _.orderBy( - filtered, - ["gross_monthly_median", "gross_mthly_75_percentile", "gross_monthly_mean"], - ["desc", "desc", "desc"] - ); - return _.take(filtered, K); + let filtered = getFlattened(); + filtered = _.filter(filtered, { year: year }); + filtered = _.orderBy( + filtered, + ["gross_monthly_median", "gross_mthly_75_percentile", "gross_monthly_mean"], + ["desc", "desc", "desc"], + ); + return _.take(filtered, K); } /** @@ -59,83 +59,83 @@ export function topK( * in turn is a concatenation of - */ export function search( - data: GESData[], - query: string | null, - exactMatch: boolean = false + data: GESData[], + query: string | null, + exactMatch: boolean = false, ) { - const results: _IntermediateSearchResult[] = []; - if (!query) return []; - - const terms = query.toLowerCase().trim().split(/\s+/); - - for (const record of data) { - let score = 0; - let match = true; - const slug = record.slug.toLowerCase(); - - for (const term of terms) { - if (exactMatch) { - if (slug != term) { - match = false; - break; - } - } else if (!slug.includes(term)) { - match = false; - break; - } - score += 1 + slug.indexOf(term) / slug.length; - } - if (match) { - results.push({ record, score }); - } - } - - // sort by score - _.orderBy(results, ["score"], ["desc"]); - - return results.map((result) => result.record); + const results: _IntermediateSearchResult[] = []; + if (!query) return []; + + const terms = query.toLowerCase().trim().split(/\s+/); + + for (const record of data) { + let score = 0; + let match = true; + const slug = record.slug.toLowerCase(); + + for (const term of terms) { + if (exactMatch) { + if (slug != term) { + match = false; + break; + } + } else if (!slug.includes(term)) { + match = false; + break; + } + score += 1 + slug.indexOf(term) / slug.length; + } + if (match) { + results.push({ record, score }); + } + } + + // sort by score + _.orderBy(results, ["score"], ["desc"]); + + return results.map((result) => result.record); } export function getMovement( - year: number, - k: number = 5, - q: number = 5, - lag: number = 1, - metric: keyof YearlyRecord = "gross_monthly_median" + year: number, + k: number = 5, + q: number = 5, + lag: number = 1, + metric: keyof YearlyRecord = "gross_monthly_median", ): Record { - // filter data for year & year - 1 - const eligibleRecords = data.filter((record) => { - const currentYearData = record.data.find((d) => d.year === year); - const previousYearData = record.data.find((d) => d.year === year - lag); - return currentYearData && previousYearData; - }); - - // Calculate percentage change and add it to the record - const recordsWithPctChange = eligibleRecords.map((record) => { - const currentYearData = record.data.find((d) => d.year === year)!; - const previousYearData = record.data.find((d) => d.year === year - lag)!; - const x1 = previousYearData[metric]; - const x2 = currentYearData[metric]; - const pctChange = x1 && x2 ? ((x2 - x1) / x1) * 100 : -Infinity; - return { ...record, pctChange }; - }); - - // Sort by percentage change in descending order - const sortedRecords = _.orderBy( - recordsWithPctChange, - ["pctChange"], - ["desc"] - ); - - const topKWinners = sortedRecords.filter((r) => r.pctChange > 0).slice(0, k); - const bottomQLosers = _.orderBy( - sortedRecords.filter((r) => r.pctChange < 0).slice(-q), - ["pctChange"], - ["asc"] - ); - - return { - best: topKWinners, - worst: bottomQLosers, - }; + // filter data for year & year - 1 + const eligibleRecords = data.filter((record) => { + const currentYearData = record.data.find((d) => d.year === year); + const previousYearData = record.data.find((d) => d.year === year - lag); + return currentYearData && previousYearData; + }); + + // Calculate percentage change and add it to the record + const recordsWithPctChange = eligibleRecords.map((record) => { + const currentYearData = record.data.find((d) => d.year === year)!; + const previousYearData = record.data.find((d) => d.year === year - lag)!; + const x1 = previousYearData[metric]; + const x2 = currentYearData[metric]; + const pctChange = x1 && x2 ? ((x2 - x1) / x1) * 100 : -Infinity; + return { ...record, pctChange }; + }); + + // Sort by percentage change in descending order + const sortedRecords = _.orderBy( + recordsWithPctChange, + ["pctChange"], + ["desc"], + ); + + const topKWinners = sortedRecords.filter((r) => r.pctChange > 0).slice(0, k); + const bottomQLosers = _.orderBy( + sortedRecords.filter((r) => r.pctChange < 0).slice(-q), + ["pctChange"], + ["asc"], + ); + + return { + best: topKWinners, + worst: bottomQLosers, + }; } diff --git a/src/lib/download.ts b/src/lib/download.ts index eb72b6e..31dcec8 100644 --- a/src/lib/download.ts +++ b/src/lib/download.ts @@ -1,69 +1,69 @@ import { browser } from "$app/environment"; function saveAs(url: string, fileName: string) { - if (!browser) return; - const a = document.createElement("a"); - a.href = url; - a.download = fileName; - document.body.appendChild(a); - a.click(); - document.body.removeChild(a); - URL.revokeObjectURL(url); + if (!browser) return; + const a = document.createElement("a"); + a.href = url; + a.download = fileName; + document.body.appendChild(a); + a.click(); + document.body.removeChild(a); + URL.revokeObjectURL(url); } const DEFAULT_FILE_NAME = "data"; export function downloadAsJSON( - rows: any[], - fileName: string = DEFAULT_FILE_NAME + rows: any[], + fileName: string = DEFAULT_FILE_NAME, ) { - if (!browser) return; + if (!browser) return; - const blob = new Blob([JSON.stringify(rows, null, 4)], { - type: "application/json", - }); - const url = URL.createObjectURL(blob); - saveAs(url, `${fileName}.json`); + const blob = new Blob([JSON.stringify(rows, null, 4)], { + type: "application/json", + }); + const url = URL.createObjectURL(blob); + saveAs(url, `${fileName}.json`); } export function downloadAsCSV( - rows: any[], - fileName: string = DEFAULT_FILE_NAME + rows: any[], + fileName: string = DEFAULT_FILE_NAME, ) { - if (!browser) return; - if (rows.length === 0) return; - const headers = Object.keys(rows[0]).join(","); - const csvRows = rows - .map((row) => { - const rowValues = Object.values(row).map((value: any) => { - // handle values where there is already a comma inside - const escaped = value ? value.toString().replace("/,/g", "\\,") : ""; - return `"${escaped}"`; - }); - return rowValues.join(","); - }) - .join("\n"); - const csvData = `${headers}\n${csvRows}`; - const blob = new Blob([csvData], { type: "text/csv;charset=utf-8;" }); - const url = URL.createObjectURL(blob); - saveAs(url, `${fileName}.csv`); + if (!browser) return; + if (rows.length === 0) return; + const headers = Object.keys(rows[0]).join(","); + const csvRows = rows + .map((row) => { + const rowValues = Object.values(row).map((value: any) => { + // handle values where there is already a comma inside + const escaped = value ? value.toString().replace("/,/g", "\\,") : ""; + return `"${escaped}"`; + }); + return rowValues.join(","); + }) + .join("\n"); + const csvData = `${headers}\n${csvRows}`; + const blob = new Blob([csvData], { type: "text/csv;charset=utf-8;" }); + const url = URL.createObjectURL(blob); + saveAs(url, `${fileName}.csv`); } export async function downloadFromURL( - url: string, - fileName: string = "studywhat" + url: string, + fileName: string = "studywhat", ) { - if (!browser) return; + if (!browser) return; - const response = await fetch(url); - if (!response.ok) { - throw new Error(`Failed to fetch data from ${url}`); - } + const response = await fetch(url); + if (!response.ok) { + throw new Error(`Failed to fetch data from ${url}`); + } - const data = await response.json(); - const blob = new Blob([JSON.stringify(data, null, 4)], { - type: "application/json", - }); - const blobUrl = URL.createObjectURL(blob); - saveAs(blobUrl, `${fileName}.json`); + const data = await response.json(); + const blob = new Blob([JSON.stringify(data, null, 4)], { + type: "application/json", + }); + const blobUrl = URL.createObjectURL(blob); + saveAs(blobUrl, `${fileName}.json`); } diff --git a/src/lib/stats.ts b/src/lib/stats.ts index c717810..6eacfd9 100644 --- a/src/lib/stats.ts +++ b/src/lib/stats.ts @@ -1,7 +1,7 @@ export type HistDatum = { - idx: number; - bin: string; - freq: number; + idx: number; + bin: string; + freq: number; }; /** @@ -11,63 +11,63 @@ export type HistDatum = { * @returns array of objects for histogram {idx: number, bin: string, freq: number} */ export function zip(a1: any[], a2: any[]) { - if (a1.length !== a2.length) return []; + if (a1.length !== a2.length) return []; - const res: HistDatum[] = []; - let curIdx = 1; + const res: HistDatum[] = []; + let curIdx = 1; - a1.forEach((ele, idx) => { - const obj = { - idx: curIdx, - bin: ele, - freq: a2[idx], - }; - curIdx++; - res.push(obj); - }); + a1.forEach((ele, idx) => { + const obj = { + idx: curIdx, + bin: ele, + freq: a2[idx], + }; + curIdx++; + res.push(obj); + }); - return res; + return res; } /** * Takes a SORTED array `a` and computes the median */ export function median(a: number[]) { - const len = a.length; - const mid = Math.floor(len / 2); + const len = a.length; + const mid = Math.floor(len / 2); - if (len % 2 !== 0) return a[mid]; - return (a[mid - 1] + a[mid]) / 2; + if (len % 2 !== 0) return a[mid]; + return (a[mid - 1] + a[mid]) / 2; } /** * Takes an array of int/float and computes the quantiles */ export function quantiles(a: number[]) { - const sorted = [...a].sort((x, y) => x - y); - const len = sorted.length; - const mid = Math.floor(len / 2); + const sorted = [...a].sort((x, y) => x - y); + const len = sorted.length; + const mid = Math.floor(len / 2); - return { - q1: median(sorted.slice(0, mid)), - q2: median(sorted), - q3: median(sorted.slice(mid + 1)), - }; + return { + q1: median(sorted.slice(0, mid)), + q2: median(sorted), + q3: median(sorted.slice(mid + 1)), + }; } export function mean(a: number[]) { - const sum = a.reduce((a, b) => a + b, 0); - return sum / a.length; + const sum = a.reduce((a, b) => a + b, 0); + return sum / a.length; } export function variance(a: number[]) { - const mu = mean(a); - const N = a.length; + const mu = mean(a); + const N = a.length; - let sum = 0; - for (const x_i of a) { - sum += (x_i - mu) ** 2; - } + let sum = 0; + for (const x_i of a) { + sum += (x_i - mu) ** 2; + } - return sum / N; + return sum / N; } diff --git a/src/lib/types.d.ts b/src/lib/types.d.ts index 4f59365..7616c4d 100644 --- a/src/lib/types.d.ts +++ b/src/lib/types.d.ts @@ -1,34 +1,34 @@ interface BaseSalary { - basic_monthly_mean: number | null; - basic_monthly_median: number | null; + basic_monthly_mean: number | null; + basic_monthly_median: number | null; } interface GrossSalary { - gross_monthly_mean: number; - gross_monthly_median: number; - gross_mthly_25_percentile: number; - gross_mthly_75_percentile: number; + gross_monthly_mean: number; + gross_monthly_median: number; + gross_mthly_25_percentile: number; + gross_mthly_75_percentile: number; } interface EmploymentRates { - employment_rate_overall: number; - employment_rate_ft_perm: number; + employment_rate_overall: number; + employment_rate_ft_perm: number; } export type YearlyRecord = { year: number } & EmploymentRates & - BaseSalary & - GrossSalary; + BaseSalary & + GrossSalary; export interface GESData { - university: string; - degree: string; - school: string | null; - slug: string; - data: YearlyRecord[]; + university: string; + degree: string; + school: string | null; + slug: string; + data: YearlyRecord[]; } export type FlatRecord = Omit; export interface WinnersRecord extends GESData { - pctChange: number; + pctChange: number; } diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index bd7c4c5..138d92e 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -1,45 +1,45 @@ - StudyWhat - + StudyWhat +
-
- - - -
- {#if !isHome} - - - - {/if} - -
-
- - - -
-
+
+ + + +
+ {#if !isHome} + + + + {/if} + +
+
+ + + +
+
-
- -
+
+ +
diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 48280aa..778ff8b 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -1,45 +1,45 @@
- {#if data.gainAndLoss.best.length > 2} -
- -

Winners 1Y (%)

- -

Movement

- -
-
-
- {#each data.gainAndLoss.best as record} - - {/each} -
- {/if} - {#if data.gainAndLoss.worst.length > 2} -
- -

Losers 1Y (%)

-
-
- {#each data.gainAndLoss.worst as record} - - {/each} -
- {/if} + {#if data.gainAndLoss.best.length > 2} +
+ +

Winners 1Y (%)

+ +

Movement

+ +
+
+
+ {#each data.gainAndLoss.best as record} + + {/each} +
+ {/if} + {#if data.gainAndLoss.worst.length > 2} +
+ +

Losers 1Y (%)

+
+
+ {#each data.gainAndLoss.worst as record} + + {/each} +
+ {/if}
-
- -
-
- -

- Graduate Median Incomes by Degree -

-
- -
-
- -
- - - - -
-
- - is better -
-
-
-
-
-
-
- -

Distribution of Median Incomes

-
-

- Note: Frequency in terms of degrees, not graduates -

-
- -
+
+ +
+
+ +

+ Graduate Median Incomes by Degree +

+
+ +
+
+ +
+ + + + +
+
+ + is better +
+
+
+
+
+
+
+ +

Distribution of Median Incomes

+
+

+ Note: Frequency in terms of degrees, not graduates +

+
+ +
-
- -

Data Table

-
- -
- - -
- - - - - - - - - - - long2short[row.university]} /> - - - - - {#each $rows as row} - - - - - - - - - {/each} - -
long2short[row.university]} - >UniversityDegreeGross Median25th75thEmployment Rate
{long2short[row.university]} - {row.degree} - - ${row.gross_monthly_median.toLocaleString()}${row.gross_mthly_25_percentile.toLocaleString()}${row.gross_mthly_75_percentile.toLocaleString()}{row.employment_rate_overall}%
- +
+ +

Data Table

+
+ +
+ + +
+ + + + + + + + + + + long2short[row.university]} /> + + + + + {#each $rows as row} + + + + + + + + + {/each} + +
long2short[row.university]} + >UniversityDegreeGross Median25th75thEmployment Rate
{long2short[row.university]} + {row.degree} + + ${row.gross_monthly_median.toLocaleString()}${row.gross_mthly_25_percentile.toLocaleString()}${row.gross_mthly_75_percentile.toLocaleString()}{row.employment_rate_overall}%
+
diff --git a/src/routes/+page.ts b/src/routes/+page.ts index b27bbba..ddbf5ac 100644 --- a/src/routes/+page.ts +++ b/src/routes/+page.ts @@ -2,8 +2,8 @@ import { PREV_YEAR } from "$lib/constants"; import { topK, getMovement } from "$lib/data"; export async function load({ url }) { - const year = Number(url.searchParams.get("year")) || PREV_YEAR; - const top = topK(year); - const gainAndLoss = getMovement(year); - return { year, top, gainAndLoss }; + const year = Number(url.searchParams.get("year")) || PREV_YEAR; + const top = topK(year); + const gainAndLoss = getMovement(year); + return { year, top, gainAndLoss }; } diff --git a/src/routes/api/degree/[slug]/+server.ts b/src/routes/api/degree/[slug]/+server.ts index b4140e1..0d42061 100644 --- a/src/routes/api/degree/[slug]/+server.ts +++ b/src/routes/api/degree/[slug]/+server.ts @@ -2,7 +2,7 @@ import { error, json } from "@sveltejs/kit"; import { degrees } from "$lib/data"; export function GET({ params }) { - const record = degrees.find((r) => r.slug === params.slug); - if (!record) error(404); - return json(record); + const record = degrees.find((r) => r.slug === params.slug); + if (!record) error(404); + return json(record); } diff --git a/src/routes/api/search/+server.ts b/src/routes/api/search/+server.ts index d919fd3..65adda3 100644 --- a/src/routes/api/search/+server.ts +++ b/src/routes/api/search/+server.ts @@ -2,7 +2,7 @@ import { search, degrees } from "$lib/data"; import { json } from "@sveltejs/kit"; export function GET({ url }) { - const query = url.searchParams.get("q"); - const results = search(degrees, query); - return json(results); + const query = url.searchParams.get("q"); + const results = search(degrees, query); + return json(results); } diff --git a/src/routes/degree/[slug]/+page.svelte b/src/routes/degree/[slug]/+page.svelte index a975d01..e5e82bf 100644 --- a/src/routes/degree/[slug]/+page.svelte +++ b/src/routes/degree/[slug]/+page.svelte @@ -1,217 +1,217 @@ - {data.degree.degree} | {data.degree.university} | {data.degree - .school} - + {data.degree.degree} | {data.degree.university} | {data.degree + .school} +
-
-
- University Logo -
-
- {data.degree.university} -
-

- {data.degree.school ?? "N/A"} -

-

- {data.degree.degree} -

-
-
-
-
- - - - -
-
+
+
+ University Logo +
+
+ {data.degree.university} +
+

+ {data.degree.school ?? "N/A"} +

+

+ {data.degree.degree} +

+
+
+
+
+ + + + +
+
- {#if data.degree.data.length >= 2} -
- -
- -

Gross Income

-
- -
-
- - > 0} /> - - - -
+ {#if data.degree.data.length >= 2} +
+ +
+ +

Gross Income

+
+ +
+
+ + > 0} /> + + + +
- -
- -

Employment Rate

-
- -
-
- - > 0} /> - - - -
-
- {/if} + +
+ +

Employment Rate

+
+ +
+
+ + > 0} /> + + + +
+
+ {/if} -
-
- -

Data Table

-
- -
- - -
- - - - - - - - - - - - - {#each $rows as row} - - - - - - - - - - {/each} - -
YearMedian25th75thMeanEmploymentAllEmploymentFT
{row.year}{row.gross_monthly_median.toLocaleString()}{row.gross_mthly_25_percentile.toLocaleString()}{row.gross_mthly_75_percentile.toLocaleString()}{row.gross_monthly_mean.toLocaleString()}{row.employment_rate_overall}%{row.employment_rate_ft_perm}%
- -
+
+
+ +

Data Table

+
+ +
+ + +
+ + + + + + + + + + + + + {#each $rows as row} + + + + + + + + + + {/each} + +
YearMedian25th75thMeanEmploymentAllEmploymentFT
{row.year}{row.gross_monthly_median.toLocaleString()}{row.gross_mthly_25_percentile.toLocaleString()}{row.gross_mthly_75_percentile.toLocaleString()}{row.gross_monthly_mean.toLocaleString()}{row.employment_rate_overall}%{row.employment_rate_ft_perm}%
+ +
diff --git a/src/routes/degree/[slug]/+page.ts b/src/routes/degree/[slug]/+page.ts index 3407a60..e6b5d32 100644 --- a/src/routes/degree/[slug]/+page.ts +++ b/src/routes/degree/[slug]/+page.ts @@ -3,17 +3,17 @@ import { error } from "@sveltejs/kit"; import type { GESData } from "$lib/types"; export async function load({ fetch, params }) { - const slug = params.slug; - let degree: GESData | undefined; + const slug = params.slug; + let degree: GESData | undefined; - if (local) { - degree = local.find((d) => d.slug === slug); - if (!degree) error(404); - } else { - const response = await fetch(`/api/degree/${slug}`); - if (!response.ok) error(response.status); - degree = (await response.json()) as GESData; - } + if (local) { + degree = local.find((d) => d.slug === slug); + if (!degree) error(404); + } else { + const response = await fetch(`/api/degree/${slug}`); + if (!response.ok) error(response.status); + degree = (await response.json()) as GESData; + } - return { degree }; + return { degree }; } diff --git a/src/routes/disclaimers/+page.svelte b/src/routes/disclaimers/+page.svelte index 5fc6c9f..d1ac2e5 100644 --- a/src/routes/disclaimers/+page.svelte +++ b/src/routes/disclaimers/+page.svelte @@ -1,262 +1,262 @@ - Disclaimers & Dataset Download - + Disclaimers & Dataset Download +
-
-

Attribution

- This site contains information from - - Graduate Employment Survey - NTU, NUS, SIT, SMU, SUSS & SUTD - which is made available under the terms of - - Singapore Open Data License version 1.0 - - accessed at {new Date().toLocaleDateString("en-SG")}. The dataset was - further extended by the author and is made available under the same license. -
+
+

Attribution

+ This site contains information from + + Graduate Employment Survey - NTU, NUS, SIT, SMU, SUSS & SUTD + which is made available under the terms of + + Singapore Open Data License version 1.0 + + accessed at {new Date().toLocaleDateString("en-SG")}. The dataset was + further extended by the author and is made available under the same license. +
-
-

Disclaimer

-

- The data published in this document is provided on an “as is” basis - without any warranties of any kind. To the fullest extent permitted by - law, the author does not warrant and hereby disclaims any warranty as to - the accuracy, correctness, completeness, reliability or fitness for any - particular purpose of such data. The reader of this document assumes all - responsibility and risk for the use of such data. the author shall not be - liable for any damage or loss of any kind caused as a result (directly or - indirectly) of the use of such data, including but not limited to any - damage or loss suffered as a result of reliance on the data published in - this document -

-
+
+

Disclaimer

+

+ The data published in this document is provided on an “as is” basis + without any warranties of any kind. To the fullest extent permitted by + law, the author does not warrant and hereby disclaims any warranty as to + the accuracy, correctness, completeness, reliability or fitness for any + particular purpose of such data. The reader of this document assumes all + responsibility and risk for the use of such data. the author shall not be + liable for any damage or loss of any kind caused as a result (directly or + indirectly) of the use of such data, including but not limited to any + damage or loss suffered as a result of reliance on the data published in + this document +

+
-
-

Data Schema

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
TitleColumn nameData typeUnit of measureDescription
YearyearDatetime (Year) "YYYY"--
UniversityuniversityText (General)--
SchoolschoolText (General)--
DegreedegreeText (General)--
Overall Employment Rate (%)employment_rate_overallText (General)-Overall employment rate refers to the number of graduates working - in full-time permanent, part-time, temporary or freelance basis, as - a proportion of graduates in the labour force (i.e. those who were - working, or not working but actively looking and available for work) - approximately 6 months after completing their final examinations.
Full-Time Permanent Employment Rate (%)employment_rate_ft_permText (General)-Full-time permanent employment rate refers to the number of - graduates in employment of at least 35 hours a week and where the - employment is not temporary (including contracts of one year or - more), as a proportion of graduates in the labour force (i.e. those - who were working, or not working but actively looking and available - for work) approximately 6 months after completing their final - examinations.
Basic Monthly Salary - Mean (S$)basic_monthly_meanText (General)-Basic monthly salary pertains only to full-time permanently - employed graduates. It comprises basic pay before deduction of the - employee’s CPF contributions and personal income tax. Employer’s CPF - contributions, bonuses, stock options, overtime payments, - commissions, fixed allowances, other regular cash payments, lump sum - payments, and payments-in-kind are excluded.
Basic Monthly Salary - Median (S$)basic_monthly_medianText (General)-Basic monthly salary pertains only to full-time permanently - employed graduates. It comprises basic pay before deduction of the - employee’s CPF contributions and personal income tax. Employer’s CPF - contributions, bonuses, stock options, overtime payments, - commissions, fixed allowances, other regular cash payments, lump sum - payments, and payments-in-kind are excluded.
Gross Monthly Salary - Mean (S$)gross_monthly_meanText (General)-Gross monthly salary pertains only to full-time permanently - employed graduates. It comprises basic salary, overtime payments, - commissions, fixed allowances, and other regular cash payments, - before deductions of the employee’s CPF contributions and personal - income tax. Employer’s CPF contributions, bonuses, stock options, - lump sum payments, and payments-in-kind are excluded.
Gross Monthly Salary - Median (S$)gross_monthly_medianText (General)-Gross monthly salary pertains only to full-time permanently - employed graduates. It comprises basic salary, overtime payments, - commissions, fixed allowances, and other regular cash payments, - before deductions of the employee’s CPF contributions and personal - income tax. Employer’s CPF contributions, bonuses, stock options, - lump sum payments, and payments-in-kind are excluded.
Gross Monthly Salary - 25th Percentile (S$)gross_mthly_25_percentileText (General)-Gross monthly salary pertains only to full-time permanently - employed graduates. It comprises basic salary, overtime payments, - commissions, fixed allowances, and other regular cash payments, - before deductions of the employee’s CPF contributions and personal - income tax. Employer’s CPF contributions, bonuses, stock options, - lump sum payments, and payments-in-kind are excluded.
Gross Monthly Salary - 75th Percentile (S$)gross_mthly_75_percentileText (General)-Gross monthly salary pertains only to full-time permanently - employed graduates. It comprises basic salary, overtime payments, - commissions, fixed allowances, and other regular cash payments, - before deductions of the employee’s CPF contributions and personal - income tax. Employer’s CPF contributions, bonuses, stock options, - lump sum payments, and payments-in-kind are excluded.
-

- **For caveats related to individual datasets, refer to the source material - from MOE as they vary over time. In general, data on law, medicine, - pharmacy and architecture graduates are obtained from a follow-up survey - after graduates have completed their one-year practical law - course/pupillage/housemanship/first-year residency/practical training. -

-
+
+

Data Schema

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TitleColumn nameData typeUnit of measureDescription
YearyearDatetime (Year) "YYYY"--
UniversityuniversityText (General)--
SchoolschoolText (General)--
DegreedegreeText (General)--
Overall Employment Rate (%)employment_rate_overallText (General)-Overall employment rate refers to the number of graduates working + in full-time permanent, part-time, temporary or freelance basis, as + a proportion of graduates in the labour force (i.e. those who were + working, or not working but actively looking and available for work) + approximately 6 months after completing their final examinations.
Full-Time Permanent Employment Rate (%)employment_rate_ft_permText (General)-Full-time permanent employment rate refers to the number of + graduates in employment of at least 35 hours a week and where the + employment is not temporary (including contracts of one year or + more), as a proportion of graduates in the labour force (i.e. those + who were working, or not working but actively looking and available + for work) approximately 6 months after completing their final + examinations.
Basic Monthly Salary - Mean (S$)basic_monthly_meanText (General)-Basic monthly salary pertains only to full-time permanently + employed graduates. It comprises basic pay before deduction of the + employee’s CPF contributions and personal income tax. Employer’s CPF + contributions, bonuses, stock options, overtime payments, + commissions, fixed allowances, other regular cash payments, lump sum + payments, and payments-in-kind are excluded.
Basic Monthly Salary - Median (S$)basic_monthly_medianText (General)-Basic monthly salary pertains only to full-time permanently + employed graduates. It comprises basic pay before deduction of the + employee’s CPF contributions and personal income tax. Employer’s CPF + contributions, bonuses, stock options, overtime payments, + commissions, fixed allowances, other regular cash payments, lump sum + payments, and payments-in-kind are excluded.
Gross Monthly Salary - Mean (S$)gross_monthly_meanText (General)-Gross monthly salary pertains only to full-time permanently + employed graduates. It comprises basic salary, overtime payments, + commissions, fixed allowances, and other regular cash payments, + before deductions of the employee’s CPF contributions and personal + income tax. Employer’s CPF contributions, bonuses, stock options, + lump sum payments, and payments-in-kind are excluded.
Gross Monthly Salary - Median (S$)gross_monthly_medianText (General)-Gross monthly salary pertains only to full-time permanently + employed graduates. It comprises basic salary, overtime payments, + commissions, fixed allowances, and other regular cash payments, + before deductions of the employee’s CPF contributions and personal + income tax. Employer’s CPF contributions, bonuses, stock options, + lump sum payments, and payments-in-kind are excluded.
Gross Monthly Salary - 25th Percentile (S$)gross_mthly_25_percentileText (General)-Gross monthly salary pertains only to full-time permanently + employed graduates. It comprises basic salary, overtime payments, + commissions, fixed allowances, and other regular cash payments, + before deductions of the employee’s CPF contributions and personal + income tax. Employer’s CPF contributions, bonuses, stock options, + lump sum payments, and payments-in-kind are excluded.
Gross Monthly Salary - 75th Percentile (S$)gross_mthly_75_percentileText (General)-Gross monthly salary pertains only to full-time permanently + employed graduates. It comprises basic salary, overtime payments, + commissions, fixed allowances, and other regular cash payments, + before deductions of the employee’s CPF contributions and personal + income tax. Employer’s CPF contributions, bonuses, stock options, + lump sum payments, and payments-in-kind are excluded.
+

+ **For caveats related to individual datasets, refer to the source material + from MOE as they vary over time. In general, data on law, medicine, + pharmacy and architecture graduates are obtained from a follow-up survey + after graduates have completed their one-year practical law + course/pupillage/housemanship/first-year residency/practical training. +

+
-
-

Downloads

-

Last updated at: {new Date().toLocaleDateString()}

- - -
+
+

Downloads

+

Last updated at: {new Date().toLocaleDateString()}

+ + +
-
-

Open Source

-

This project is open source & is accepting contributions.

-

- Repository (Web): Contains the source code of the web app (SvelteKit) -

-

- Repository (PDF Scraper): Contains miscallaneous scripts used for scraping tables for PDFs - sourced from the Ministry of Education -

-
+
+

Open Source

+

This project is open source & is accepting contributions.

+

+ Repository (Web): Contains the source code of the web app (SvelteKit) +

+

+ Repository (PDF Scraper): Contains miscallaneous scripts used for scraping tables for PDFs + sourced from the Ministry of Education +

+
diff --git a/src/routes/movement/+page.svelte b/src/routes/movement/+page.svelte index 77ef775..4ba3ed6 100644 --- a/src/routes/movement/+page.svelte +++ b/src/routes/movement/+page.svelte @@ -1,216 +1,216 @@ - Movement - + Movement +
-
- -

Movement

-
-
- -
- - -
+
+ +

Movement

+
+
+ +
+ + +
- -
- - -
+ +
+ + +
- -
- - -
- -

Winners and Losers

- - - -
-
+ +
+ + +
+ +

Winners and Losers

+ + + +
+
-
-
- -

Winners

-
- {#if data.best.length > 0} - - - - - - - - - - - {#each data.best as row} - - - - - - - {/each} - -
UniversitySchoolDegreeGain (%)
{long2short[row.university]}{row.school ?? "-"} - {row.degree} - {row.pctChange.toFixed(2)}
- {:else} -
😢 no winners 😢
- {/if} -
-
-
- -

Losers

-
- {#if data.worst.length > 0} - - - - - - - - - - - {#each data.worst as row} - - - - - - - {/each} - -
UniversitySchoolDegreeLoss (%)
{long2short[row.university]}{row.school ?? "-"} - {row.degree} - {row.pctChange.toFixed(2)}
- {:else} -
🎉 no losers 🎉
- {/if} -
+
+
+ +

Winners

+
+ {#if data.best.length > 0} + + + + + + + + + + + {#each data.best as row} + + + + + + + {/each} + +
UniversitySchoolDegreeGain (%)
{long2short[row.university]}{row.school ?? "-"} + {row.degree} + {row.pctChange.toFixed(2)}
+ {:else} +
😢 no winners 😢
+ {/if} +
+
+
+ +

Losers

+
+ {#if data.worst.length > 0} + + + + + + + + + + + {#each data.worst as row} + + + + + + + {/each} + +
UniversitySchoolDegreeLoss (%)
{long2short[row.university]}{row.school ?? "-"} + {row.degree} + {row.pctChange.toFixed(2)}
+ {:else} +
🎉 no losers 🎉
+ {/if} +
diff --git a/src/routes/movement/+page.ts b/src/routes/movement/+page.ts index 2dcc5a5..1daf53b 100644 --- a/src/routes/movement/+page.ts +++ b/src/routes/movement/+page.ts @@ -3,11 +3,11 @@ import { PREV_YEAR } from "$lib/constants"; import type { YearlyRecord } from "$lib/types.js"; export function load({ url }) { - const year = Number(url.searchParams.get("year")) || PREV_YEAR; - const lag = Number(url.searchParams.get("lag")) || 1; - const metric = (url.searchParams.get("metric") || - "gross_monthly_median") as keyof YearlyRecord; + const year = Number(url.searchParams.get("year")) || PREV_YEAR; + const lag = Number(url.searchParams.get("lag")) || 1; + const metric = (url.searchParams.get("metric") || + "gross_monthly_median") as keyof YearlyRecord; - const { best, worst } = getMovement(year, 1000000, 1000000, lag, metric); - return { best, worst, year, lag, metric }; + const { best, worst } = getMovement(year, 1000000, 1000000, lag, metric); + return { best, worst, year, lag, metric }; } diff --git a/src/routes/search/+page.svelte b/src/routes/search/+page.svelte index 8cad195..7e1c76d 100644 --- a/src/routes/search/+page.svelte +++ b/src/routes/search/+page.svelte @@ -1,6 +1,6 @@ diff --git a/src/routes/search/+page.ts b/src/routes/search/+page.ts index f506eba..1e2d7b2 100644 --- a/src/routes/search/+page.ts +++ b/src/routes/search/+page.ts @@ -2,17 +2,17 @@ import { local, search } from "$lib/data"; import type { GESData } from "$lib/types"; export async function load({ fetch, url }) { - const query = url.searchParams.get("q"); - let degrees: GESData[]; + const query = url.searchParams.get("q"); + let degrees: GESData[]; - if (!query) { - degrees = []; - } else if (local) { - degrees = search(local, query); - } else { - const response = await fetch(`/api/search?q=${query}`); - degrees = await response.json(); - } + if (!query) { + degrees = []; + } else if (local) { + degrees = search(local, query); + } else { + const response = await fetch(`/api/search?q=${query}`); + degrees = await response.json(); + } - return { degrees }; + return { degrees }; } diff --git a/tailwind.config.ts b/tailwind.config.ts index a71c7b0..8089e04 100644 --- a/tailwind.config.ts +++ b/tailwind.config.ts @@ -1,13 +1,13 @@ import type { Config } from "tailwindcss"; const config: Config = { - content: ["./src/**/*.{html,js,svelte,ts}"], + content: ["./src/**/*.{html,js,svelte,ts}"], - theme: { - extend: {}, - }, + theme: { + extend: {}, + }, - plugins: [], + plugins: [], }; export default config; diff --git a/tsconfig.json b/tsconfig.json index 666ebae..e7a0b11 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,19 +1,19 @@ { - "extends": "./.svelte-kit/tsconfig.json", - "compilerOptions": { - "allowJs": true, - "checkJs": true, - "esModuleInterop": true, - "forceConsistentCasingInFileNames": true, - "resolveJsonModule": true, - "skipLibCheck": true, - "sourceMap": true, - "strict": true, - "moduleResolution": "bundler", - "allowSyntheticDefaultImports": true, - } - // Path aliases are handled by https://kit.svelte.dev/docs/configuration#alias - // - // If you want to overwrite includes/excludes, make sure to copy over the relevant includes/excludes - // from the referenced tsconfig.json - TypeScript does not merge them in + "extends": "./.svelte-kit/tsconfig.json", + "compilerOptions": { + "allowJs": true, + "checkJs": true, + "esModuleInterop": true, + "forceConsistentCasingInFileNames": true, + "resolveJsonModule": true, + "skipLibCheck": true, + "sourceMap": true, + "strict": true, + "moduleResolution": "bundler", + "allowSyntheticDefaultImports": true + } + // Path aliases are handled by https://kit.svelte.dev/docs/configuration#alias + // + // If you want to overwrite includes/excludes, make sure to copy over the relevant includes/excludes + // from the referenced tsconfig.json - TypeScript does not merge them in } diff --git a/vite.config.ts b/vite.config.ts index bbf8c7d..80864b9 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -1,6 +1,6 @@ -import { sveltekit } from '@sveltejs/kit/vite'; -import { defineConfig } from 'vite'; +import { sveltekit } from "@sveltejs/kit/vite"; +import { defineConfig } from "vite"; export default defineConfig({ - plugins: [sveltekit()] + plugins: [sveltekit()], });