Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dating a 'running' event in positions.csv #4

Open
pbrazda opened this issue Dec 8, 2019 · 4 comments
Open

Dating a 'running' event in positions.csv #4

pbrazda opened this issue Dec 8, 2019 · 4 comments

Comments

@pbrazda
Copy link

pbrazda commented Dec 8, 2019

Hi!

Thank you for compiling this!

While trying to play with it and add my details a question came up:
How shall I put an event or position into positions.csv if it is still running, so it has no 'end' date.
For example; I was hired 2015-2017 at one Uni, and moved to another one (still there), so that is 2017- . In this case the first one will be ranked first, and the actually running one would be ranked second (but it should be the other way around).

Maybe other parameters are used for the ranking if the end date is not given?

Do you have any tips to go around this?

Thanks!

Peter

@AntoineSoetewey
Copy link

AntoineSoetewey commented Apr 15, 2020

Dear Nick, thanks again for your work!

I am currently editing my cv and, like @pbrazda, I believe it would be great to be able to show that a position is a current position. I thought of something like "2017-Present" or "2017-". At the moment, I simply enter "2017-2020", but it looks like the position ended in 2020.

Best,
Antoine

@nstrayer
Copy link
Owner

Hi @AntoineSoetewey and @pbrazda ,

This should be relatively straight forward. Let me have a look at it in the next day or so and get back to you. Right now the dates are kept as dates to allow sorting, but I think adding a simple "present" marker should be straightfoward to implement and obviously useful

@nstrayer
Copy link
Owner

Hi @AntoineSoetewey and @pbrazda ,

Check out what I've done on the branch current_end_date. Here's the diff for the changes.

Basically, now if you set the end column of your data to be either empty or "{C,c}urrent" or "{N/n}ow", it is indicated as such in the report. If you leave it empty the value written is "Current". Here's an example of my CV done with this. In this example, I left the end date for my first education and research experience entries empty.
Screen Shot 2020-04-21 at 2 25 44 PM

@AntoineSoetewey
Copy link

it's perfect! thanks a lot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants