Paul Sutton

CV

Scismic Webinars

Further to a recent post on the current run of Scismic webinars. I have found their youtube channel with all the previous webinars on.

Well worth viewing. There is also the Create a winning CV webinar on the [Overleaf](https://www.overleaf.com] website that was presented by Scismic a while back.

Tags

#Webinar,#Scismic,#LifeScience,#BioTech,#CV,#Resume,#Careers


MastodonPeertubeQoto sign up

Donate using Liberapay

LaTeX – Customising the Overleaf / Scismic CV

I made some modification to the Scismic CV template to make it suitable for my needs, however some of these modifications may be useful to others.

Firstly the sectioning on this is excellent, especially if combined with lists

\section{Education: The Open University}
\begin{itemize}
\item Certificate in Contemporary Science, Open University, 2012 
\end{itemize}

What is also useful is being able to comment out individual entries. This is good if a specific course is not applicable to the post you are applying for. To do this just place a % at the start of the line.

%\item Planets: an introduction, (S196),                                2006

This is fine, but what about whole sections such as a specific job or volunteer entry?

Firstly add this to your preamble

\usepackage{comment} % allow comments

Then add this before and after the section you want to remove

\begin{comment}
\end{comment} 

The nice thing about this, is that by commenting these out

%\begin{comment}
%\end{comment} 

The entry is restored.

While not strictly needed you can add clickable urls in to your CV

\usepackage{hyperref} % allow urls in document
\hypersetup{
	colorlinks,
	citecolor=black,
	filecolor=black,
	linkcolor=black,
	urlcolor=black
} % set up hyperref

Goes in your preamble, while using the following makes a line of text a url which people can click, use sparingly though.

\url{http://your-url.co.uk/}

I have also added page numbers, which can be useful.

\usepackage{fancyhdr}
\usepackage{datetime}

\fancyhf{}
\fancyfoot[R]{}
\fancyfoot[L]{\thepage}
\pagestyle{fancy}

This is not perfect, but does work.

Hopefully these tips are helpful to people. This template is really flexible and overleaf have quite a few very professional looking templates. [6] along with cover letter templates [7].

I have added a section on jobs and employment to my forum [8].

Links

1 LaTeX Project 2 Learn LaTeX 3 Scismic 4 Overleaf 5 Scismic's Recommended CV Template for Biotech and Pharma Jobs 6 Overleaf CV Templates 7 Overleaf cover letter templates 8 Tuxiversity Forum

TAGS

#LaTeX,#CV,#Overleaf,#Scismic,#Customisation

Donate using Liberapay

Creative Commons Licence
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License


MastodonPeertubeQoto sign up

Donate using Liberapay

Scismic Careers Fair

I attended the Scismic virtual careers fair yesterday (21st July). Excellent event and really useful. I am not looking for biotech jobs, but I did find the CV work shop useful, esp scanning through CVs to pick out key words / skills etc.

Looking forward to future events, workshops, webinars etc.

REFERENCES

TAGS

#Scisnic,#BioTechnology,#Careers,#Fair,#Event,#Help,#Jobs,#Advice,#CV,#Resume,#Profile,#LinkedIn,#Interview

Donate using Liberapay

Creative Commons Licence
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License


MastodonPeertubeQoto sign up

Donate using Liberapay

Avoiding Interview mistakes

Last night, I attended a webinar on avoiding interview mistakes. This was presented by Scismic [1], who specialise in Biotechnology. However the tips and advice given are applicable across a wide range of industries.

This was really good, and lots of really useful advice which I will be using going forward in my job search.

As I first learned about Scismic, from a CV webinar, they presented in collaboration with Overleaf. I have included a link to the Overleaf webinar page. It should be possible to view a recording of this.

REFERENCES

1 Scismic 2 Create a winning CV Webinar

TAGS

#Jobs,#Recruitment,#Applications,#Interview,#Avoiding, #Mistakes,#Scismic,#Webinar,#BioTechnology,#CV,#Resume,#Overleaf,#LaTeX

Donate using Liberapay

Creative Commons Licence
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License


MastodonPeertubeQoto sign up

Donate using Liberapay