Bibliography: day 1
This commit is contained in:
parent
7ea37eab83
commit
0aa3c68db9
3 changed files with 503 additions and 0 deletions
44
biblio/main.tex
Normal file
44
biblio/main.tex
Normal file
|
@ -0,0 +1,44 @@
|
|||
\documentclass[english, a4paper, 12pt]{article}
|
||||
\usepackage{cours}
|
||||
\setmainlanguage{english}
|
||||
|
||||
\usepackage[
|
||||
backend=biber,
|
||||
sorting=ynt,
|
||||
style=iso-authoryear
|
||||
]{biblatex}
|
||||
\bibliography{library}
|
||||
|
||||
\title{M2 Internship\\\huge Bibliography review}
|
||||
\author{Edgar P. Burkhart}
|
||||
|
||||
\begin{document}
|
||||
\maketitle
|
||||
|
||||
\section{Research strategy}
|
||||
\subsection{Extracting components from buoy data}
|
||||
\paragraph{incident and reflected wave separation}
|
||||
\cite{mansard1980measurement}: extract incident and reflected spectra from
|
||||
spectrum measurements at three different points.
|
||||
\cite{suh2001separation,frigaard1995time,baldock1999separation,
|
||||
roge2019estimation,andersen2017estimation}
|
||||
|
||||
\paragraph{incident and reflected wave separation single gauge}
|
||||
\paragraph{incident and reflected wave separation puv method}
|
||||
Probablement très intéressant: \cite{inch2016accurate}:
|
||||
\cite{sheremet2002observations,guza1977resonant}
|
||||
|
||||
\cite{pedersen2007resolving}
|
||||
\paragraph{puv method}
|
||||
\cite{sobey1999locally}
|
||||
\paragraph{artha breakwater reflection}
|
||||
\cite{poncet2020wave,larroque2018situ}
|
||||
|
||||
\subsection{Reflection}
|
||||
\paragraph{wave reflection analysis}
|
||||
\cite{davidson1996new}
|
||||
|
||||
|
||||
\nocite{*}
|
||||
\printbibliography
|
||||
\end{document}
|
Reference in a new issue