autoCV icon indicating copy to clipboard operation
autoCV copied to clipboard

automatic generation of CV

Results 10 autoCV issues
Sort by recently updated
recently updated
newest added

The package builds and installs correctly here but when trying to run it I have the error "can't find '__main__' module in ". This is after following the instructions on...

Running the test suite on Windows 10 with TeXMaker lead to the following failure: ``` ______________________________________________ test_latex_cv_write_latex ______________________________________________ latexcv = tmpdir_factory = TempdirFactory(_tmppath_factory=TempPathFactory(_given_basetemp=None, _trace=, _basetemp=WindowsPath('C:/Users/xxx/AppData/Local/Temp/pytest-of-mph648/pytest-0'))) def test_latex_cv_write_latex(latexcv, tmpdir_factory): outfile =...

the current testing strategy has unwanted dependencies between tests. should rewrite using a strategy that decouples the individual tests

The initial release of the code (1.0a0) leaves a lot to be desired. In the next few weeks I am planning to refactor it, with a few goals in mind:...

It would probably not be too difficult to set it up so that it can be run either inside a docker with auto-installation of latex, or directly on host and...

Per https://twitter.com/choldgraf/status/1264941141364899840?s=20 from @choldgraf: One thought: it might be nice to cleanly separate our the "pull my credentials from various open sources" step and the "render my cv with latex"...

https://twitter.com/neuralreckoning/status/1264944287600476160?s=20 Feature suggestion: some simple templating to format CVs to different requirements. I've often seen very specific requirements for different jobs/grants/etc.

List of papers authored by a person and number of citations per article can be obtained via Semantic Scholar API: https://api.semanticscholar.org/ This could be used to, for example, highlight most...

Editorial board membership and reviwer service might be possible to acquire automatically via Publons API: https://publons.com/api/v2/

currently the code requires that all of the necessary files are in the current working directory. it would be useful to allow a command line setting for make_cv.py that would...