From ff4062e59517666b5567905c3faf12f7a2db0337 Mon Sep 17 00:00:00 2001 From: John Hileman <106003582+jhileman07@users.noreply.github.com> Date: Sat, 27 Sep 2025 13:47:04 -0500 Subject: [PATCH 1/5] Add NUTC --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 47e0154..2fd6677 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,17 @@ **This repository is auto-updated by a GitHub action. Please do not manually change this file.** +## Northwestern Trading Competition (NUTC) + +Applications open now! + +NU FinTech club will be hosting NUTC on Saturday, October 18. Apply today @ [nuft.dev/nutc](https://nuft.dev/nutc) to join us for a day of algorithm development and networking with leading quant firms. + +![Northwestern University Trading Competition (1)](https://github.com/user-attachments/assets/2a688e52-0f33-4bcf-a94f-fef50458b4c0) + + +## Contributing + Feel free to submit a new job posting or suggest a change by submitting a pull request 🙏 Are you a firm looking to reach quant interns? Let us know at [nuft@u.northwestern.edu](mailto:nuft@u.northwestern.edu) and we will take care of adding your positions. From b1b30b351a01518f7f57abed84a8b2dd12fba450 Mon Sep 17 00:00:00 2001 From: John Hileman <106003582+jhileman07@users.noreply.github.com> Date: Sat, 27 Sep 2025 13:53:56 -0500 Subject: [PATCH 2/5] fixing bc i can't read --- README.md | 11 ----------- src/lib/statics.ml | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 2fd6677..47e0154 100644 --- a/README.md +++ b/README.md @@ -2,17 +2,6 @@ **This repository is auto-updated by a GitHub action. Please do not manually change this file.** -## Northwestern Trading Competition (NUTC) - -Applications open now! - -NU FinTech club will be hosting NUTC on Saturday, October 18. Apply today @ [nuft.dev/nutc](https://nuft.dev/nutc) to join us for a day of algorithm development and networking with leading quant firms. - -![Northwestern University Trading Competition (1)](https://github.com/user-attachments/assets/2a688e52-0f33-4bcf-a94f-fef50458b4c0) - - -## Contributing - Feel free to submit a new job posting or suggest a change by submitting a pull request 🙏 Are you a firm looking to reach quant interns? Let us know at [nuft@u.northwestern.edu](mailto:nuft@u.northwestern.edu) and we will take care of adding your positions. diff --git a/src/lib/statics.ml b/src/lib/statics.ml index ac13962..792ac48 100644 --- a/src/lib/statics.ml +++ b/src/lib/statics.ml @@ -12,6 +12,17 @@ let introduction_blurb () = Printf.sprintf {|%s +## Northwestern Trading Competition (NUTC) + +Applications open now! + +NU FinTech club will be hosting NUTC on Saturday, October 18. Apply today @ [nuft.dev/nutc](https://nuft.dev/nutc) to join us for a day of algorithm development and networking with leading quant firms. + +![Northwestern University Trading Competition (1)](https://github.com/user-attachments/assets/2a688e52-0f33-4bcf-a94f-fef50458b4c0) + + +## Contributing + **This repository is auto-updated by a GitHub action. Please do not manually change this file.** Feel free to submit a new job posting or suggest a change by submitting a pull request 🙏 From 163b56cc121d20059a97f3144926949289a3edf5 Mon Sep 17 00:00:00 2001 From: Andrew Li Date: Sat, 27 Sep 2025 17:54:17 -0500 Subject: [PATCH 3/5] make action run on message change --- .github/workflows/lint-and-compile-workflow.yml | 2 ++ data/pdf-partners.yaml | 8 -------- 2 files changed, 2 insertions(+), 8 deletions(-) delete mode 100644 data/pdf-partners.yaml diff --git a/.github/workflows/lint-and-compile-workflow.yml b/.github/workflows/lint-and-compile-workflow.yml index e3bb9a8..4dcc2b6 100644 --- a/.github/workflows/lint-and-compile-workflow.yml +++ b/.github/workflows/lint-and-compile-workflow.yml @@ -6,11 +6,13 @@ on: - "main" paths: - data/** + - src/lib/statics.ml pull_request: branches: - "main" paths: - data/** + - src/lib/statics.ml jobs: compile: diff --git a/data/pdf-partners.yaml b/data/pdf-partners.yaml deleted file mode 100644 index c72c8f0..0000000 --- a/data/pdf-partners.yaml +++ /dev/null @@ -1,8 +0,0 @@ -name: "PDT Partners" -website: "https://pdtpartners.com/careers" -locations: "NYC" -notes: "Founded by Pete Muller, very collaborative and secretive culture similar to Rentech. Recruits college students for mainly SWE but some SWE/QR combo roles (dependent on team). Exclusively recruits PhD students for full-time QR roles." -roles: - - role_type: "SWE" - links: - - url: "https://job-boards.greenhouse.io/pdtpartners/jobs/7073180" From 1bc3a863017ae1e33db494351b3a5a892b64e1b7 Mon Sep 17 00:00:00 2001 From: Andrew Li Date: Sat, 27 Sep 2025 17:54:35 -0500 Subject: [PATCH 4/5] renamed a file to pdt partners, not pdf partners --- data/pdt-partners.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 data/pdt-partners.yaml diff --git a/data/pdt-partners.yaml b/data/pdt-partners.yaml new file mode 100644 index 0000000..c72c8f0 --- /dev/null +++ b/data/pdt-partners.yaml @@ -0,0 +1,8 @@ +name: "PDT Partners" +website: "https://pdtpartners.com/careers" +locations: "NYC" +notes: "Founded by Pete Muller, very collaborative and secretive culture similar to Rentech. Recruits college students for mainly SWE but some SWE/QR combo roles (dependent on team). Exclusively recruits PhD students for full-time QR roles." +roles: + - role_type: "SWE" + links: + - url: "https://job-boards.greenhouse.io/pdtpartners/jobs/7073180" From 79db77d1f16b99148a66357c0bf6c90f47f01f64 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 27 Sep 2025 23:00:52 +0000 Subject: [PATCH 5/5] [bot] auto-update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 47e0154..6d1a98c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,16 @@ # Summer 2026 Quant Internships +## Northwestern Trading Competition (NUTC) + +Applications open now! + +NU FinTech club will be hosting NUTC on Saturday, October 18. Apply today @ [nuft.dev/nutc](https://nuft.dev/nutc) to join us for a day of algorithm development and networking with leading quant firms. + +![Northwestern University Trading Competition (1)](https://github.com/user-attachments/assets/2a688e52-0f33-4bcf-a94f-fef50458b4c0) + + +## Contributing + **This repository is auto-updated by a GitHub action. Please do not manually change this file.** Feel free to submit a new job posting or suggest a change by submitting a pull request 🙏