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/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 🙏 diff --git a/data/pdf-partners.yaml b/data/pdt-partners.yaml similarity index 100% rename from data/pdf-partners.yaml rename to data/pdt-partners.yaml 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 🙏