Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/lint-and-compile-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ on:
- "main"
paths:
- data/**
- src/lib/statics.ml
pull_request:
branches:
- "main"
paths:
- data/**
- src/lib/statics.ml

jobs:
compile:
Expand Down
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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 🙏
Expand Down
File renamed without changes.
11 changes: 11 additions & 0 deletions src/lib/statics.ml
Original file line number Diff line number Diff line change
Expand Up @@ -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 🙏
Expand Down