this post was submitted on 22 May 2024
975 points (97.8% liked)

Science Memes

15539 readers
3643 users here now

Welcome to c/science_memes @ Mander.xyz!

A place for majestic STEMLORD peacocking, as well as memes about the realities of working in a lab.



Rules

  1. Don't throw mud. Behave like an intellectual and remember the human.
  2. Keep it rooted (on topic).
  3. No spam.
  4. Infographics welcome, get schooled.

This is a science community. We use the Dawkins definition of meme.



Research Committee

Other Mander Communities

Science and Research

Biology and Life Sciences

Physical Sciences

Humanities and Social Sciences

Practical and Applied Sciences

Memes

Miscellaneous

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] notthebees@reddthat.com 54 points 1 year ago (8 children)

I should write my resume in LaTeX.

[–] CorvidCawder@sh.itjust.works 22 points 1 year ago (1 children)

Done it and highly recommend it

[–] prashanthvsdvn@lemmy.world 3 points 1 year ago (2 children)

Do you have a good LaTeX template for it. I did make a data driven based LaTeX pdf for my resume but it’s a nightmare when applying for jobs these days, since they have that ATS parser nonsense, which will throw the entire resume down if it isn’t as very plain and boring word document without much formatting.

[–] CorvidCawder@sh.itjust.works 2 points 1 year ago

It depends heavily on region. I personally don't think I ever had issues with parsers. I used the awesome CV template as a base. It's fairly simple while still not being completely boring. You can find it on GitHub or overleaf iirc (it's been a while).

[–] fossilesque@mander.xyz 1 points 1 year ago (1 children)

Overleaf probably has a template.

[–] prashanthvsdvn@lemmy.world 3 points 1 year ago (1 children)

Overleaf have hundreds of them. The problem is not the availability or using them. The problem is before your resume reaches a human, it is filtered via a ATS parser and generally it doesn’t like any fancy formatting. So unless your resume is machine readable, it automatically trashes your resume out.

I was vehemently sitting on my Data driven LaTeX typeset resume for months but didn’t have much success until I took a plain old word template and ported everything there. It is what it is.

[–] fossilesque@mander.xyz 1 points 1 year ago* (last edited 1 year ago)

Ever see StirlingPDF? You can just get it into a PDF then make sure it is compatible with that tool. It's a Swiss Army Knife.

[–] magnor@lemmy.magnor.ovh 14 points 1 year ago (2 children)

Wait there are other ways to write a resume?

[–] prashanthvsdvn@lemmy.world 2 points 1 year ago

I know it’s a long video but you have no idea what’s possible.

https://youtu.be/cMlRAiQUdD8

[–] PlexSheep@infosec.pub 1 points 1 year ago* (last edited 1 year ago) (1 children)

HTML. Some it people have their CV on their personal website.

(And CSS and JS, I guess)

[–] magnor@lemmy.magnor.ovh 1 points 1 year ago

I do too, by embedding a pdf :p.

Oh, maybe I should try mathjax...

[–] v_krishna@lemmy.ml 10 points 1 year ago

Haha my first thought seeing this meme is "do you want to start writing LaTeX by hand? Because this is how you start..."

[–] urda@lebowski.social 5 points 1 year ago

I have it is so worth it. I then use GitHub / GitLab releases to “release” a built PDF for my reference.

[–] bl_r@lemmy.dbzer0.com 4 points 1 year ago

I wrote mine in LaTeX, highly recommend.

I mean, I spent years writing LaTeX for school so it was real simple and mindless. YMMV

[–] Vorticity@lemmy.world 4 points 1 year ago

I do this using overleaf. It's been much easier to maintain and update since switching.

[–] TrickDacy@lemmy.world 2 points 1 year ago (1 children)

I have enjoyed switching mine to HTML format which I then generate a PDF from. The only downside is that different browsers can render stuff slightly different, but that's normally fixable with one line css change. And it's not like I need to update my resume constantly on different machines.

[–] ulterno@lemmy.kde.social 6 points 1 year ago* (last edited 1 year ago) (2 children)

I was on Word, then LibreOffice Writer.
Now thinking of making it a markdown source, with CSS styling to get an HTML based PDF. This way, the same source can be used on a webpage with different generation code.

This seems to me, to be simpler than L^A^T~E~X, but still good enough for a resume.

[–] justme@lemmy.dbzer0.com 4 points 1 year ago (2 children)

There is a standard called json-resume with a lot of generators for html and pdf or react-resume which is more like a CMS (not entirely sure about spelling, to lazy to search for it now)

[–] justme@lemmy.dbzer0.com 1 points 1 year ago

But I need to add that I never made it work for me because they are not really good for scientific CVs

[–] ulterno@lemmy.kde.social 0 points 1 year ago

Interesting, but not appealing to me.
I have already been enchanted by discount and mesmerised by kramdown.

[–] TrickDacy@lemmy.world 1 points 1 year ago (1 children)

I like this idea. What tool do you use for converting the markdown to html?

[–] ulterno@lemmy.kde.social 1 points 1 year ago* (last edited 1 year ago)

kramdown and discount are 2 fun little tools.

  • kramdown is more fully featured and is a Ruby Gem.
  • discount is made in C and is more suitable if you are using it in an on-the-fly render process (∵ lesser CPU cycles), but it has lesser ~~functionality~~ features.