This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\copy (select raw_date, sitename, cultivar, trait, method, mean | |
from traits_and_yields_view_private | |
sitename like '%Season 4%' and sitename ~ 'Range (20|30)$') | |
to ~/season4traits.csv delimiter ',' csv header; | |
\copy (select raw_date, sitename, cultivar, trait, method, mean | |
from traits_and_yields_view_private | |
sitename like '%Season 6%' and sitename ~ 'Range (20|30)$') | |
to ~/season6traits.csv delimiter ',' csv header; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\documentclass{article} | |
\usepackage{caption}% http://ctan.org/pkg/caption | |
\usepackage{lipsum}% http://ctan.org/pkg/lipsum | |
\usepackage[demo]{graphicx}% http://ctan.org/pkg/graphicx | |
\begin{document} | |
\tableofcontents | |
\section{First section} | |
\lipsum[1] | |
\begin{figure}[p] | |
\centering \includegraphics{image1} |