diff --git a/README.md b/README.md index 8fc6ea5..2d2ea04 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/brilliant-CV b/brilliant-CV index e6314a7..e234b7a 160000 --- a/brilliant-CV +++ b/brilliant-CV @@ -1 +1 @@ -Subproject commit e6314a770f7424ebe42dd4a73614246d4d90bd1c +Subproject commit e234b7aa2005eb4fce590f82d6140595831119a0 diff --git a/metadata.typ b/metadata.typ index 5c1db87..587cd0a 100644 --- a/metadata.typ +++ b/metadata.typ @@ -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 = ( @@ -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 \ No newline at end of file diff --git a/output/CV.pdf b/output/CV.pdf index 1bd60cf..092ed69 100644 Binary files a/output/CV.pdf and b/output/CV.pdf differ