This is my poster for the 2026 Directed Reading Program at UCSB. We define elliptic curves, endow the set of rational points on such a curve with a group structure, then seek to prove that group is finitely generated.
- The
poster.pdffile is the latest export of the poster, the code for which is contained insrc/. - The poster content can be found in
src/poster.typ,src/sections.typ, andsrc/references.bib. The images are stored as PNGs insrc/assets/. - The
src/generate-assets.sageSageMath script creates plots of two elliptic curves and exports them tosrc/assets/. - The
src/curve-family/directory contains a SageMath script that generates rational points on a family of elliptic curves, then loops through real coordinates and matches them to nearby rational points. The Processing script turns the exported data into an image.
For this project, I used the simple-research-poster Typst template by Jesse Cobb and Nate Annau, both participants of the 2025 DRP. The poster specifications were sourced from their project's repository.