Skip to content

Instantly share code, notes, and snippets.

@bryan-lunt
Created June 22, 2017 01:25
Show Gist options
  • Save bryan-lunt/719e4f121bf96d5f7d213870997dcd43 to your computer and use it in GitHub Desktop.
Save bryan-lunt/719e4f121bf96d5f7d213870997dcd43 to your computer and use it in GitHub Desktop.
\documentclass[12pt]{amsart}
\usepackage{geometry} % see geometry.pdf on how to lay out the page. There's lots.
\geometry{a4paper} % or letter or a5paper or ... etc
% \geometry{landscape} % rotated page geometry
% See the ``Article customise'' template for come common customisations
\title{An example of using bibtex}
\author{Bryan Lunt}
\date{2017-6-20} % delete this line to display the current date
%%% BEGIN DOCUMENT
\begin{document}
\maketitle
\tableofcontents
\section{a section}
ipso loro foobar
\subsection{a subsection}
Here, I will cite a paper \cite{Maiuri2011} by someone in the bibliography.
\bibliographystyle{ieeetr}
\bibliography{mybib}
\end{document}
@article{Maiuri2011,
abstract = {Averaged estimates of RNA polymerase II (RNAPII) elongation rates in mammalian cells have been shown to range between 1.3 and 4.3 kb min(-1). In this work, nascent RNAs from an integrated human immunodeficiency virus type 1-derived vector were detectable at the single living cell level by fluorescent RNA tagging. At steady state, a constant number of RNAs was measured corresponding to a minimal density of polymerases with negligible fluctuations over time. Recovery of fluorescence after photobleaching was complete within seconds, indicating a high rate of RNA biogenesis. The calculated transcription rate above 50 kb min(-1) points towards a wide dynamic range of RNAPII velocities in living cells.},
author = {Maiuri, Paolo and Knezevich, Anna and {De Marco}, Alex and Mazza, Davide and Kula, Anna and McNally, Jim G and Marcello, Alessandro},
doi = {10.1038/embor.2011.196},
file = {:Users/lunt/Desktop/chemProjPapers/2017{\_}5{\_}3{\_}papers{\_}polII{\_}speed{\_}pausing/embor2011196a.pdf:pdf},
isbn = {1469-3178 (Electronic)$\backslash$r1469-221X (Linking)},
issn = {1469-221X},
journal = {EMBO reports},
keywords = {hiv,live imaging,rna polymerase ii,transcription},
month = {oct},
number = {12},
pages = {1280--1285},
pmid = {22015688},
publisher = {Nature Publishing Group},
title = {{Fast transcription rates of RNA polymerase II in human cells}},
url = {http://dx.doi.org/10.1038/embor.2011.196 http://embor.embopress.org/cgi/doi/10.1038/embor.2011.196},
volume = {12},
year = {2011}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment