From 20d4b7b0e6182040499e63320d28d892ca82d42e Mon Sep 17 00:00:00 2001 From: Rijul Mukherjee Date: Sat, 6 Sep 2025 18:10:01 -0400 Subject: [PATCH] feat: add projects.toml for username rijulm-cmu --- projects/rijulm-cmu.toml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 projects/rijulm-cmu.toml diff --git a/projects/rijulm-cmu.toml b/projects/rijulm-cmu.toml new file mode 100644 index 0000000..e172e9d --- /dev/null +++ b/projects/rijulm-cmu.toml @@ -0,0 +1,19 @@ +name = "rijulm-cmu" + +# none of my projects are on github yet, so i am filling this in the best i can. sorry. + +[[projects]] +name = "college-swipe" +description = "I provided front-end design support for an app that helped students narrow down colleges to apply to and save their favorites in lists." +language = "React Native" +stars = 0 + +[[projects]] +name = "scioly-detector" +description = "A weighing scale made with a breadboard and force sensing resistor that converted voltage to weights using statistical analysis." +language = "Python" + +[[projects]] +name = "cancer-analysis" +description = "a survival model that analyzed patient data and found a potential correlation between the method of cancer mutations and the survival time of patients." +language = "R"