Skip to content

Commit

Permalink
feat: add AI prompt and keywords injection functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
mintyfrankie committed May 31, 2024
1 parent 41e7b4c commit f4260f6
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
- **Separation of style and content**: version control your CV entries in the `modules` folder, without touching the styling and typesetting of your CV / Cover Letter _(hey, I am not talking about **Macrohard Word**, you know)_
- **Quick twitches on the visual**: add company logos, put your shiny company name or your coolest title at the first line globally or per-document needs
- **Multilingual support**: centrally store your multilingual CVs (English + French + German + Chinese + Japanese if you are superb) and change output language in a blink
- *(NEW)* **AI Prompt and Keywords Injection**: Fight against the abuse of ATS system or GenAI screening by injecting invisible AI prompt or keyword list automatically.

## Preview

Expand Down
2 changes: 1 addition & 1 deletion brilliant-CV
14 changes: 9 additions & 5 deletions metadata.typ
Original file line number Diff line number Diff line change
Expand Up @@ -18,28 +18,28 @@
//extraInfo: "",
)


/* Language-specific */
// Add your own languages while the keys must match the varLanguage variable
#let headerQuoteInternational = (
"": [Experienced Data Analyst looking for a full time job starting from now],
"en": [Experienced Data Analyst looking for a full time job starting from now],
"fr": [Analyste de données expérimenté à la recherche d'un emploi à temps plein disponible dès maintenant],
"zh": [具有丰富经验的数据分析师,随时可入职]
"fr": [Analyste de données expérimenté à la recherche d'un emploi à temps plein
disponible dès maintenant],
"zh": [具有丰富经验的数据分析师,随时可入职],
)

#let cvFooterInternational = (
"": "Curriculum vitae",
"en": "Curriculum vitae",
"fr": "Résumé",
"zh": "简历"
"zh": "简历",
)

#let letterFooterInternational = (
"": "Cover Letter",
"en": "Cover Letter",
"fr": "Lettre de motivation",
"zh": "申请信"
"zh": "申请信",
)

#let nonLatinOverwriteInfo = (
Expand All @@ -59,3 +59,7 @@
#let varEntrySocietyFirst = false // Decide if you want to put your company in bold or your position in bold

#let varDisplayLogo = true // Decide if you want to display organisation logo or not

#let ifAIInjection = false // Decide if you want to inject AI prompt or not

#let keywordsInjectionList = ("Data Analyst", "GCP", "Python", "SQL", "Tableau",) // Leave blank if you don't want to inject keywords
Binary file modified output/CV.pdf
Binary file not shown.

0 comments on commit f4260f6

Please sign in to comment.