@tonguetoquill/collection 0.2.3 → 0.2.5-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (102) hide show
  1. package/LICENSE +201 -201
  2. package/README.md +39 -39
  3. package/index.d.ts +2 -2
  4. package/index.js +8 -8
  5. package/package.json +41 -41
  6. package/quills/af4141/0.1.0/Quill.yaml +88 -88
  7. package/quills/af4141/0.1.0/design/TASK.md +19 -19
  8. package/quills/af4141/0.1.0/example.md +35 -35
  9. package/quills/af4141/0.1.0/packages/typst-af4141/FIELDS.json +3169 -3169
  10. package/quills/af4141/0.1.0/packages/typst-af4141/form.typ +538 -538
  11. package/quills/af4141/0.1.0/packages/typst-af4141/lib.typ +227 -227
  12. package/quills/af4141/0.1.0/packages/typst-af4141/typst.toml +7 -7
  13. package/quills/af4141/0.1.0/plate.typ +48 -48
  14. package/quills/classic_resume/0.1.0/Quill.yaml +118 -118
  15. package/quills/classic_resume/0.1.0/example.md +232 -232
  16. package/quills/classic_resume/0.1.0/packages/ttq-classic-resume/LICENSE +21 -21
  17. package/quills/classic_resume/0.1.0/packages/ttq-classic-resume/README.md +38 -38
  18. package/quills/classic_resume/0.1.0/packages/ttq-classic-resume/src/components.typ +184 -184
  19. package/quills/classic_resume/0.1.0/packages/ttq-classic-resume/src/layout.typ +42 -42
  20. package/quills/classic_resume/0.1.0/packages/ttq-classic-resume/src/lib.typ +5 -5
  21. package/quills/classic_resume/0.1.0/packages/ttq-classic-resume/typst.toml +26 -26
  22. package/quills/classic_resume/0.1.0/plate.typ +44 -44
  23. package/quills/cmu_letter/0.1.0/.quillignore +30 -30
  24. package/quills/cmu_letter/0.1.0/Quill.yaml +64 -64
  25. package/quills/cmu_letter/0.1.0/assets/cmu-wordmark.svg +174 -174
  26. package/quills/cmu_letter/0.1.0/example.md +30 -30
  27. package/quills/cmu_letter/0.1.0/packages/tonguetoquill-cmu-letter/LICENSE +21 -21
  28. package/quills/cmu_letter/0.1.0/packages/tonguetoquill-cmu-letter/fonts/README.txt +100 -100
  29. package/quills/cmu_letter/0.1.0/packages/tonguetoquill-cmu-letter/src/backmatter.typ +13 -13
  30. package/quills/cmu_letter/0.1.0/packages/tonguetoquill-cmu-letter/src/config.typ +39 -39
  31. package/quills/cmu_letter/0.1.0/packages/tonguetoquill-cmu-letter/src/frontmatter.typ +72 -72
  32. package/quills/cmu_letter/0.1.0/packages/tonguetoquill-cmu-letter/src/lib.typ +47 -47
  33. package/quills/cmu_letter/0.1.0/packages/tonguetoquill-cmu-letter/src/mainmatter.typ +42 -42
  34. package/quills/cmu_letter/0.1.0/packages/tonguetoquill-cmu-letter/src/primitives.typ +70 -70
  35. package/quills/cmu_letter/0.1.0/packages/tonguetoquill-cmu-letter/src/utils.typ +85 -85
  36. package/quills/cmu_letter/0.1.0/packages/tonguetoquill-cmu-letter/typst.toml +17 -17
  37. package/quills/cmu_letter/0.1.0/plate.typ +19 -19
  38. package/quills/daf4392/0.1.0/Quill.yaml +110 -0
  39. package/quills/daf4392/0.1.0/assets/arimo-v35-latin-700.ttf +0 -0
  40. package/quills/daf4392/0.1.0/assets/arimo-v35-latin-700italic.ttf +0 -0
  41. package/quills/daf4392/0.1.0/assets/arimo-v35-latin-italic.ttf +0 -0
  42. package/quills/daf4392/0.1.0/assets/arimo-v35-latin-regular.ttf +0 -0
  43. package/quills/daf4392/0.1.0/assets/page1.png +0 -0
  44. package/quills/daf4392/0.1.0/example.md +33 -0
  45. package/quills/daf4392/0.1.0/packages/daf4392page2_pkg/FIELDS.json +9 -0
  46. package/quills/daf4392/0.1.0/packages/daf4392page2_pkg/form.typ +14 -0
  47. package/quills/daf4392/0.1.0/packages/daf4392page2_pkg/lib.typ +227 -0
  48. package/quills/daf4392/0.1.0/packages/daf4392page2_pkg/out/debug.typ +4 -0
  49. package/quills/daf4392/0.1.0/packages/daf4392page2_pkg/out/example.typ +4 -0
  50. package/quills/daf4392/0.1.0/packages/daf4392page2_pkg/page1.png +0 -0
  51. package/quills/daf4392/0.1.0/packages/daf4392page2_pkg/typst.toml +7 -0
  52. package/quills/daf4392/0.1.0/plate.typ +60 -0
  53. package/quills/taro/0.1.0/Quill.yaml +29 -29
  54. package/quills/taro/0.1.0/example.md +26 -26
  55. package/quills/taro/0.1.0/plate.typ +31 -31
  56. package/quills/usaf_memo/0.1.0/.quillignore +30 -30
  57. package/quills/usaf_memo/0.1.0/Quill.yaml +209 -209
  58. package/quills/usaf_memo/0.1.0/example.md +54 -54
  59. package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/LICENSE +21 -21
  60. package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/fonts/Cinzel/LICENSE +93 -93
  61. package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/fonts/CopperplateCC/LICENSE.md +79 -79
  62. package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/fonts/NimbusRomanNo9L/GNU General Public License.txt +339 -339
  63. package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/src/backmatter.typ +28 -28
  64. package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/src/body.typ +332 -332
  65. package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/src/config.typ +63 -63
  66. package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/src/frontmatter.typ +114 -114
  67. package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/src/indorsement.typ +118 -118
  68. package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/src/lib.typ +55 -55
  69. package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/src/mainmatter.typ +32 -32
  70. package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/src/primitives.typ +272 -272
  71. package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/src/utils.typ +377 -377
  72. package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/typst.toml +16 -16
  73. package/quills/usaf_memo/0.1.0/plate.typ +74 -74
  74. package/quills/usaf_memo/0.2.0/.quillignore +30 -30
  75. package/quills/usaf_memo/0.2.0/Quill.yaml +219 -219
  76. package/quills/usaf_memo/0.2.0/example.md +55 -55
  77. package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/.gitignore +6 -6
  78. package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/LICENSE +21 -21
  79. package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/fonts/Cinzel/LICENSE +93 -93
  80. package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/fonts/CopperplateCC/LICENSE.md +79 -79
  81. package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/fonts/NimbusRomanNo9L/GNU General Public License.txt +339 -339
  82. package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/src/backmatter.typ +28 -28
  83. package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/src/body.typ +333 -333
  84. package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/src/config.typ +64 -64
  85. package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/src/frontmatter.typ +114 -114
  86. package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/src/indorsement.typ +118 -118
  87. package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/src/lib.typ +55 -55
  88. package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/src/mainmatter.typ +32 -32
  89. package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/src/primitives.typ +293 -293
  90. package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/src/utils.typ +374 -374
  91. package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/typst.toml +27 -27
  92. package/quills/usaf_memo/0.2.0/plate.typ +75 -75
  93. package/templates/af4141.md +88 -88
  94. package/templates/cmu_letter_template.md +37 -37
  95. package/templates/daf4392.md +33 -0
  96. package/templates/loc.md +78 -78
  97. package/templates/pass_request.md +43 -43
  98. package/templates/rebuttal.md +55 -55
  99. package/templates/taro.md +26 -26
  100. package/templates/templates.json +55 -49
  101. package/templates/usaf_template.md +23 -23
  102. package/templates/ussf_template.md +29 -29
@@ -1,232 +1,232 @@
1
- ---
2
- QUILL: classic_resume@0.1
3
- name: John Doe
4
- contacts:
5
- - john.doe@example.com
6
- - (555) 123-4567
7
- - github.com/johndoe
8
- - linkedin.com/in/johndoe
9
- - Pittsburgh, PA
10
- ---
11
-
12
- ---
13
- CARD: certifications_section
14
- title: Active Certifications
15
- cells:
16
- - Offensive Security Certified Professional (OSCP)
17
- - GIAC Cyber Threat Intelligence (GCTI)
18
- - CompTIA CASP+, CySA+, Sec+, Net+, A+, Proj+
19
- - GIAC Machine Learning Engineer (GMLE)
20
- ---
21
-
22
- ---
23
- CARD: skills_section
24
- title: Skills
25
- cells:
26
- - category: Programming
27
- skills: Python, R, JS, C#, Rust, PowerShell, CI/CD
28
- - category: Data Science
29
- skills: ML/statistics, TensorFlow, AI Engineering
30
- - category: IT & Cybersecurity
31
- skills: AD DS, Splunk, Metasploit, Wireshark, Nessus
32
- - category: Cloud
33
- skills: AWS EC2/S3, Helm, Docker, Serverless
34
- ---
35
-
36
- ---
37
- CARD: experience_section
38
- title: Work Experience
39
- headingLeft: Templar Archives Research Division
40
- headingRight: August 2024 – Present
41
- subheadingLeft: Psionic Research Analyst
42
- subheadingRight: Aiur
43
- ---
44
-
45
- - Analyzed Khala disruption patterns following Amon's corruption, developing countermeasures to protect remaining neural link infrastructure.
46
- - Building automated threat detection pipelines using Khaydarin crystal arrays to monitor Void energy signatures across the sector.
47
-
48
- ---
49
- CARD: experience_section
50
- headingLeft: Terran Dominion Ghost Academy
51
- headingRight: May 2025 – July 2025
52
- subheadingLeft: Covert Ops Trainee
53
- subheadingRight: Tarsonis (Remote)
54
- ---
55
-
56
- - Developed tactical HUD displays for Ghost operatives integrating real-time Zerg hive cluster intelligence.
57
- - Created automated target acquisition systems for nuclear launch protocols; involved cloaking field calibration and EMP targeting.
58
- - Discovered (and reported) a critical vulnerability in Adjutant defense networks exploitable by Zerg Infestors.
59
-
60
- ---
61
- CARD: experience_section
62
- headingLeft: Abathur's Evolution Pit
63
- headingRight: June 2023 – July 2023
64
- subheadingLeft: Biomass Research Intern
65
- subheadingRight: Char
66
- ---
67
-
68
- - Developed tracking algorithms for Overlord surveillance networks; supported pattern-of-life analysis for Terran outpost elimination.
69
- - Prototyped a creep tumor optimization tool featuring swarm pathfinding, resource node mapping, and hatchery placement recommendations.
70
-
71
- ---
72
- CARD: experience_section
73
- headingLeft: Raynor's Raiders
74
- headingRight: January 2018 – June 2020
75
- subheadingLeft: Combat Engineer
76
- subheadingRight: Mar Sara
77
- ---
78
-
79
- - Administered Hyperion shipboard systems, SCV maintenance protocols, and bunker defense automation for 30,000+ colonists.
80
- - Developed siege tank targeting scripts, delivered Zerg threat briefs, and integrated supply depot optimization procedures.
81
- - Achieved Distinguished Graduate honors at the Mar Sara Militia Academy.
82
- - Awarded the Raynor's Star and Mar Sara Defense Medal for meritorious service against the Swarm.
83
-
84
- ---
85
- CARD: experience_section
86
- title: Education
87
- headingLeft: Carnegie Mellon University
88
- headingRight: December 2025
89
- subheadingLeft: Master of Information Technology Strategy
90
- subheadingRight: Pittsburgh, PA
91
- ---
92
-
93
- ---
94
- CARD: experience_section
95
- headingLeft: United States Air Force Academy
96
- headingRight: May 2024
97
- subheadingLeft: BS, Data Science
98
- subheadingRight: Colorado Springs, CO
99
- ---
100
-
101
- - Distinguished Graduate (top 10%); Chinese language minor (L2+/R1 on DLPT).
102
- - Delogrand deputy captain, cyber combat lead, and web exploit SME.
103
- - Professor Bradley A. Warner Data Science Catalyst and Top Cadet in Computer Networks.
104
-
105
- ---
106
- CARD: experience_section
107
- headingLeft: Western Governors University
108
- headingRight: April 2022
109
- subheadingLeft: BS, Cybersecurity and Information Assurance
110
- subheadingRight: Remote
111
- ---
112
-
113
- ---
114
- CARD: experience_section
115
- headingLeft: Community College of the Air Force
116
- headingRight: February 2019
117
- subheadingLeft: AS, Information Systems Technology
118
- subheadingRight: Remote
119
- ---
120
-
121
- ---
122
- CARD: experience_section
123
- title: Cyber Competition
124
- headingLeft: 1st in SANS Academy Cup 2024
125
- ---
126
-
127
- - Competed as the Delogrand Web Exploit SME, solving SQLi, API, and HTTP packet crafting problems.
128
- - Also placed first in SANS Core Netwars competition.
129
-
130
- ---
131
- CARD: experience_section
132
- headingLeft: 1st in NCX 2023
133
- ---
134
-
135
- - Developed strategies, defensive scripts, and exploits for the Cyber Combat event.
136
- - Analyzed logs with Bash and Python for the Data Analysis event.
137
-
138
- ---
139
- CARD: experience_section
140
- headingLeft: 1st in SANS Academy Cup 2023
141
- ---
142
-
143
- - Competed as the Delogrand Web Exploit SME, solving XSS, XXE, SQLi, and HTTP crafting problems.
144
- - Took first place against rival Army, Navy, and Coast Guard service academy teams.
145
-
146
- ---
147
- CARD: experience_section
148
- headingLeft: 1st in RMCS 2023
149
- ---
150
-
151
- - Competed as the Delogrand Web Exploit SME, solving obfuscated JS, Wasm, XSS, and SQLi problems.
152
-
153
- ---
154
- CARD: experience_section
155
- headingLeft: 1st in NCX 2022
156
- ---
157
-
158
- - Trained and strategized teams for the Cyber Combat event.
159
-
160
- ---
161
- CARD: projects_section
162
- title: Projects
163
- name: TongueToQuill
164
- url: https://www.tonguetoquill.com
165
- ---
166
-
167
- - Rich markdown editor for perfectly formatted USAF and USSF documents with Claude MCP integration.
168
-
169
- ---
170
- CARD: projects_section
171
- name: Quillmark
172
- url: https://github.com/nibsbin/quillmark
173
- ---
174
-
175
- - Parameterization engine for generating arbitrarily typesetted documents from markdown content.
176
-
177
- ---
178
- CARD: projects_section
179
- name: RoboRA
180
- url: https://github.com/nibsbin/RoboRA
181
- ---
182
-
183
- - AI research automation framework for Dr. Nadiya Kostyuk's research on global cyber policy.
184
-
185
- ---
186
- CARD: projects_section
187
- name: Scraipe
188
- url: https://pypi.org/project/scraipe/
189
- ---
190
-
191
- - An asynchronous scraping and enrichment library to automate cybersecurity research.
192
-
193
- ---
194
- CARD: projects_section
195
- name: Quandry
196
- url: https://quandry.streamlit.app/
197
- ---
198
-
199
- - LLM Expectation Engine to automate security and behavior evaluation of LLM models.
200
- - Awarded 1st place out of 11 teams in CMU's Fall 2024 Information Security, Privacy, and Policy poster fair.
201
-
202
- ---
203
- CARD: projects_section
204
- name: Streamlit Scroll Navigation
205
- url: https://pypi.org/project/streamlit-scroll-navigation/
206
- ---
207
-
208
- - Published a Streamlit-featured PyPI package to help data scientists create fluid single-page applications.
209
-
210
- ---
211
- CARD: projects_section
212
- name: ADSBLookup
213
- url: <closed source>
214
- ---
215
-
216
- - Reversed the internal API of a popular ADSB web service to pull comprehensive live ADSB datasets; ported and exposed attributes in a user-friendly, Pandas-compatible Python library for data scientists.
217
-
218
- ---
219
- CARD: projects_section
220
- name: OSCP LaTeX Report Template
221
- url: https://github.com/SnpM/oscp-latex-report-template
222
- ---
223
-
224
- - Published a report template that features custom commands for streamlined penetration test documentation.
225
-
226
- ---
227
- CARD: projects_section
228
- name: Lockstep Framework
229
- url: https://github.com/SnpM/LockstepFramework
230
- ---
231
-
232
- - As a budding programmer, I created a popular RTS engine with custom-built deterministic physics.
1
+ ---
2
+ QUILL: classic_resume@0.1
3
+ name: John Doe
4
+ contacts:
5
+ - john.doe@example.com
6
+ - (555) 123-4567
7
+ - github.com/johndoe
8
+ - linkedin.com/in/johndoe
9
+ - Pittsburgh, PA
10
+ ---
11
+
12
+ ---
13
+ CARD: certifications_section
14
+ title: Active Certifications
15
+ cells:
16
+ - Offensive Security Certified Professional (OSCP)
17
+ - GIAC Cyber Threat Intelligence (GCTI)
18
+ - CompTIA CASP+, CySA+, Sec+, Net+, A+, Proj+
19
+ - GIAC Machine Learning Engineer (GMLE)
20
+ ---
21
+
22
+ ---
23
+ CARD: skills_section
24
+ title: Skills
25
+ cells:
26
+ - category: Programming
27
+ skills: Python, R, JS, C#, Rust, PowerShell, CI/CD
28
+ - category: Data Science
29
+ skills: ML/statistics, TensorFlow, AI Engineering
30
+ - category: IT & Cybersecurity
31
+ skills: AD DS, Splunk, Metasploit, Wireshark, Nessus
32
+ - category: Cloud
33
+ skills: AWS EC2/S3, Helm, Docker, Serverless
34
+ ---
35
+
36
+ ---
37
+ CARD: experience_section
38
+ title: Work Experience
39
+ headingLeft: Templar Archives Research Division
40
+ headingRight: August 2024 – Present
41
+ subheadingLeft: Psionic Research Analyst
42
+ subheadingRight: Aiur
43
+ ---
44
+
45
+ - Analyzed Khala disruption patterns following Amon's corruption, developing countermeasures to protect remaining neural link infrastructure.
46
+ - Building automated threat detection pipelines using Khaydarin crystal arrays to monitor Void energy signatures across the sector.
47
+
48
+ ---
49
+ CARD: experience_section
50
+ headingLeft: Terran Dominion Ghost Academy
51
+ headingRight: May 2025 – July 2025
52
+ subheadingLeft: Covert Ops Trainee
53
+ subheadingRight: Tarsonis (Remote)
54
+ ---
55
+
56
+ - Developed tactical HUD displays for Ghost operatives integrating real-time Zerg hive cluster intelligence.
57
+ - Created automated target acquisition systems for nuclear launch protocols; involved cloaking field calibration and EMP targeting.
58
+ - Discovered (and reported) a critical vulnerability in Adjutant defense networks exploitable by Zerg Infestors.
59
+
60
+ ---
61
+ CARD: experience_section
62
+ headingLeft: Abathur's Evolution Pit
63
+ headingRight: June 2023 – July 2023
64
+ subheadingLeft: Biomass Research Intern
65
+ subheadingRight: Char
66
+ ---
67
+
68
+ - Developed tracking algorithms for Overlord surveillance networks; supported pattern-of-life analysis for Terran outpost elimination.
69
+ - Prototyped a creep tumor optimization tool featuring swarm pathfinding, resource node mapping, and hatchery placement recommendations.
70
+
71
+ ---
72
+ CARD: experience_section
73
+ headingLeft: Raynor's Raiders
74
+ headingRight: January 2018 – June 2020
75
+ subheadingLeft: Combat Engineer
76
+ subheadingRight: Mar Sara
77
+ ---
78
+
79
+ - Administered Hyperion shipboard systems, SCV maintenance protocols, and bunker defense automation for 30,000+ colonists.
80
+ - Developed siege tank targeting scripts, delivered Zerg threat briefs, and integrated supply depot optimization procedures.
81
+ - Achieved Distinguished Graduate honors at the Mar Sara Militia Academy.
82
+ - Awarded the Raynor's Star and Mar Sara Defense Medal for meritorious service against the Swarm.
83
+
84
+ ---
85
+ CARD: experience_section
86
+ title: Education
87
+ headingLeft: Carnegie Mellon University
88
+ headingRight: December 2025
89
+ subheadingLeft: Master of Information Technology Strategy
90
+ subheadingRight: Pittsburgh, PA
91
+ ---
92
+
93
+ ---
94
+ CARD: experience_section
95
+ headingLeft: United States Air Force Academy
96
+ headingRight: May 2024
97
+ subheadingLeft: BS, Data Science
98
+ subheadingRight: Colorado Springs, CO
99
+ ---
100
+
101
+ - Distinguished Graduate (top 10%); Chinese language minor (L2+/R1 on DLPT).
102
+ - Delogrand deputy captain, cyber combat lead, and web exploit SME.
103
+ - Professor Bradley A. Warner Data Science Catalyst and Top Cadet in Computer Networks.
104
+
105
+ ---
106
+ CARD: experience_section
107
+ headingLeft: Western Governors University
108
+ headingRight: April 2022
109
+ subheadingLeft: BS, Cybersecurity and Information Assurance
110
+ subheadingRight: Remote
111
+ ---
112
+
113
+ ---
114
+ CARD: experience_section
115
+ headingLeft: Community College of the Air Force
116
+ headingRight: February 2019
117
+ subheadingLeft: AS, Information Systems Technology
118
+ subheadingRight: Remote
119
+ ---
120
+
121
+ ---
122
+ CARD: experience_section
123
+ title: Cyber Competition
124
+ headingLeft: 1st in SANS Academy Cup 2024
125
+ ---
126
+
127
+ - Competed as the Delogrand Web Exploit SME, solving SQLi, API, and HTTP packet crafting problems.
128
+ - Also placed first in SANS Core Netwars competition.
129
+
130
+ ---
131
+ CARD: experience_section
132
+ headingLeft: 1st in NCX 2023
133
+ ---
134
+
135
+ - Developed strategies, defensive scripts, and exploits for the Cyber Combat event.
136
+ - Analyzed logs with Bash and Python for the Data Analysis event.
137
+
138
+ ---
139
+ CARD: experience_section
140
+ headingLeft: 1st in SANS Academy Cup 2023
141
+ ---
142
+
143
+ - Competed as the Delogrand Web Exploit SME, solving XSS, XXE, SQLi, and HTTP crafting problems.
144
+ - Took first place against rival Army, Navy, and Coast Guard service academy teams.
145
+
146
+ ---
147
+ CARD: experience_section
148
+ headingLeft: 1st in RMCS 2023
149
+ ---
150
+
151
+ - Competed as the Delogrand Web Exploit SME, solving obfuscated JS, Wasm, XSS, and SQLi problems.
152
+
153
+ ---
154
+ CARD: experience_section
155
+ headingLeft: 1st in NCX 2022
156
+ ---
157
+
158
+ - Trained and strategized teams for the Cyber Combat event.
159
+
160
+ ---
161
+ CARD: projects_section
162
+ title: Projects
163
+ name: TongueToQuill
164
+ url: https://www.tonguetoquill.com
165
+ ---
166
+
167
+ - Rich markdown editor for perfectly formatted USAF and USSF documents with Claude MCP integration.
168
+
169
+ ---
170
+ CARD: projects_section
171
+ name: Quillmark
172
+ url: https://github.com/nibsbin/quillmark
173
+ ---
174
+
175
+ - Parameterization engine for generating arbitrarily typesetted documents from markdown content.
176
+
177
+ ---
178
+ CARD: projects_section
179
+ name: RoboRA
180
+ url: https://github.com/nibsbin/RoboRA
181
+ ---
182
+
183
+ - AI research automation framework for Dr. Nadiya Kostyuk's research on global cyber policy.
184
+
185
+ ---
186
+ CARD: projects_section
187
+ name: Scraipe
188
+ url: https://pypi.org/project/scraipe/
189
+ ---
190
+
191
+ - An asynchronous scraping and enrichment library to automate cybersecurity research.
192
+
193
+ ---
194
+ CARD: projects_section
195
+ name: Quandry
196
+ url: https://quandry.streamlit.app/
197
+ ---
198
+
199
+ - LLM Expectation Engine to automate security and behavior evaluation of LLM models.
200
+ - Awarded 1st place out of 11 teams in CMU's Fall 2024 Information Security, Privacy, and Policy poster fair.
201
+
202
+ ---
203
+ CARD: projects_section
204
+ name: Streamlit Scroll Navigation
205
+ url: https://pypi.org/project/streamlit-scroll-navigation/
206
+ ---
207
+
208
+ - Published a Streamlit-featured PyPI package to help data scientists create fluid single-page applications.
209
+
210
+ ---
211
+ CARD: projects_section
212
+ name: ADSBLookup
213
+ url: <closed source>
214
+ ---
215
+
216
+ - Reversed the internal API of a popular ADSB web service to pull comprehensive live ADSB datasets; ported and exposed attributes in a user-friendly, Pandas-compatible Python library for data scientists.
217
+
218
+ ---
219
+ CARD: projects_section
220
+ name: OSCP LaTeX Report Template
221
+ url: https://github.com/SnpM/oscp-latex-report-template
222
+ ---
223
+
224
+ - Published a report template that features custom commands for streamlined penetration test documentation.
225
+
226
+ ---
227
+ CARD: projects_section
228
+ name: Lockstep Framework
229
+ url: https://github.com/SnpM/LockstepFramework
230
+ ---
231
+
232
+ - As a budding programmer, I created a popular RTS engine with custom-built deterministic physics.
@@ -1,21 +1,21 @@
1
- MIT License
2
-
3
- Copyright (c) 2024 Nibs
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
1
+ MIT License
2
+
3
+ Copyright (c) 2024 Nibs
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -1,38 +1,38 @@
1
- # <img src="https://www.tonguetoquill.com/favicon.svg" alt="Tongue to Quill (TTQ) Logo" style="width:24px;"/> TTQ Classic Resume
2
-
3
- [![github-repository](https://img.shields.io/badge/GitHub-Repository-blue?logo=github)](https://github.com/nibsbin/ttq-classic-resume)
4
- [![typst-universe](https://img.shields.io/badge/Typst-Universe-aqua)](https://typst.app/universe/package/ttq-classic-resume)
5
- [![nibs](https://img.shields.io/badge/author-Nibs-white?logo=github)](https://github.com/nibsbin)
6
-
7
- A clean, professional resume template for Typst with a refined, dense layout optimized for single-page resumes.
8
-
9
- Maintained by [TongueToQuill](https://www.tonguetoquill.com)
10
-
11
- ## Preview
12
-
13
- <p align="center">
14
- <img src="thumbnail.png" alt="Resume Template Preview" width="600">
15
- </p>
16
-
17
- See the [template](template/resume.typ) for complete working resume.
18
-
19
- ## Quick Start
20
-
21
- **Using Typst CLI:**
22
-
23
- ```bash
24
- typst init @preview/ttq-classic-resume:0.1.0
25
- typst compile resume.typ
26
- ```
27
-
28
- **Using [typst.app](https://typst.app):**
29
-
30
- Click "Start from template" and search for `ttq-classic-resume`.
31
-
32
- ## Documentation
33
-
34
- For documentation and example, see the [template](template/resume.typ).
35
-
36
- ## License
37
-
38
- MIT
1
+ # <img src="https://www.tonguetoquill.com/favicon.svg" alt="Tongue to Quill (TTQ) Logo" style="width:24px;"/> TTQ Classic Resume
2
+
3
+ [![github-repository](https://img.shields.io/badge/GitHub-Repository-blue?logo=github)](https://github.com/nibsbin/ttq-classic-resume)
4
+ [![typst-universe](https://img.shields.io/badge/Typst-Universe-aqua)](https://typst.app/universe/package/ttq-classic-resume)
5
+ [![nibs](https://img.shields.io/badge/author-Nibs-white?logo=github)](https://github.com/nibsbin)
6
+
7
+ A clean, professional resume template for Typst with a refined, dense layout optimized for single-page resumes.
8
+
9
+ Maintained by [TongueToQuill](https://www.tonguetoquill.com)
10
+
11
+ ## Preview
12
+
13
+ <p align="center">
14
+ <img src="thumbnail.png" alt="Resume Template Preview" width="600">
15
+ </p>
16
+
17
+ See the [template](template/resume.typ) for complete working resume.
18
+
19
+ ## Quick Start
20
+
21
+ **Using Typst CLI:**
22
+
23
+ ```bash
24
+ typst init @preview/ttq-classic-resume:0.1.0
25
+ typst compile resume.typ
26
+ ```
27
+
28
+ **Using [typst.app](https://typst.app):**
29
+
30
+ Click "Start from template" and search for `ttq-classic-resume`.
31
+
32
+ ## Documentation
33
+
34
+ For documentation and example, see the [template](template/resume.typ).
35
+
36
+ ## License
37
+
38
+ MIT