This repository contains the built of my CV using the resume template from the R package pagedown. This is a very basic version. The idea is to develop it further by adding 3 fancier features:
- Substitute the text from the Markdown with code snippets (predominantly based on dplyr() that use the data to build interactive text;
- Create some fancy infographics – animated bar chart of my skills framed with my project history;
- Word clouds using Wordcloud2() the frequency of the terms in my tokenised CV masked with some fancy images or letter initials *The main obstacles to get the above features done now instead of going with the basic version of my CV:
- The need to recreate the CSS template for the resume;
- Need a bit more work to get the charts animated and loaded in the resume (again CSS and learning a bit more about gganimate())
- Currently the Wordcloud2 does not work quite well with masking – the image comes out blank I tried to go around that with ggplot(), but the outcome ws not good enough, maybe I will try with Python
If anyone decides to play with the ideas above, please do so and let me know how it went