Science Score: 18.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.6%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: Rxzh
  • Language: TeX
  • Default Branch: main
  • Size: 192 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 3 years ago · Last pushed over 1 year ago
Metadata Files
Readme Citation

README.md

autoCV

A clean CV template in LaTeX along with a GitHub action that complies the *.tex file and publishes a new PDF version when new changes are pushed to the repo

Template Design

The template is designed to be clean with sections for - Tabular sections for Work Experience, Education and Projects - Support for including a list of publications read from a *.bib file - Header with Font Awesome icons

Quickstart

  • Fork this repo (you can use the Use this template button)
  • Modify the cv.tex file and push changes to your repo
  • The complied PDF will be available under the build branch

Optionally, while forking this repo, you can get a direct link to the generated PDF which you can use on your website, LinkedIn etc. that will always point to the latest version of your CV. For this, after editing your copy of cv.tex and pushing changes to your repo, under Settings -> Pages set your Github Pages source to the build directory

Now, once your site is published, your CV will be accessible at: https://username.github.io/autoCV/cv.pdf

This template on Overleaf

Overleaf

Also, if you have a premium subscription to Overleaf, you can use Overleaf's GitHub integration to push changes to your GitHub repo directly from Overleaf.

Detailed Instructions..

.. are available here

Issues

Please start a new discussion or issue if you encounter problems

Owner

  • Login: Rxzh
  • Kind: user
  • Location: Paris
  • Company: MINES ParisTech

Citation (citations.bib)

@article{article,
author = {Belamri, Pierre and Mahé, Maxence and Bujalance Martín, Jesús},
year = {2021},
url = {https://arxiv.org/pdf/2105.09719.pdf},
month = {05},
pages = {},
title = {Towards a Sample Efficient Reinforcement Learning Pipeline for Vision Based Robotics}
}

GitHub Events

Total
Last Year

Dependencies

.github/workflows/build.yml actions
  • actions/checkout v2 composite
  • actions/download-artifact v2 composite
  • actions/upload-artifact v2 composite
  • dante-ev/latex-action latest composite
  • peaceiris/actions-gh-pages v3 composite