Index: src/Deltares.DSoilModel.Setup/Deltares.DSoilModel.Setup.wixproj
===================================================================
diff -u -r1064 -r1066
--- src/Deltares.DSoilModel.Setup/Deltares.DSoilModel.Setup.wixproj (.../Deltares.DSoilModel.Setup.wixproj) (revision 1064)
+++ src/Deltares.DSoilModel.Setup/Deltares.DSoilModel.Setup.wixproj (.../Deltares.DSoilModel.Setup.wixproj) (revision 1066)
@@ -13,8 +13,6 @@
Package
- $(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets
- $(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets
Deltares.DSoilModel.Setup
@@ -74,7 +72,6 @@
-
Index: doc/LaTeX/WTI_References/BOIReleaseNotesLatexClass.cls
===================================================================
diff -u
--- doc/LaTeX/WTI_References/BOIReleaseNotesLatexClass.cls (revision 0)
+++ doc/LaTeX/WTI_References/BOIReleaseNotesLatexClass.cls (revision 1066)
@@ -0,0 +1,476 @@
+\NeedsTeXFormat{LaTeX2e}[1995/12/01]
+\ProvidesClass{deltares_memo}
+ [2011/07/25 v1.0 Deltares memo class]
+\DeclareOption{onecolumn}{\OptionNotUsed}
+\makeatletter
+
+\newif\if@ddraft
+\@ddraftfalse
+\DeclareOption{ddraft}{%
+ \@ddrafttrue%
+}
+\newif\if@dutch
+\@dutchfalse
+\DeclareOption{dutch}{%
+ \@dutchtrue%
+}
+
+\DeclareOption*{\PassOptionsToClass{\CurrentOption}{article}}
+\ProcessOptions\relax
+\LoadClass[11pt,twoside,a4paper,titlepage]{article}
+
+%------------------------------------------------------------------------------
+
+\usepackage[scaled=.92]{helvet}
+\def\rmdefault{phv}
+\DeclareMathSizes{\@xipt}{\@xipt}{8}{6}
+\renewcommand{\ttdefault}{pcr} % courier lettertype, needed for bold face in verbatim environment
+
+%------------------------------------------------------------------------------
+
+\usepackage{sectsty} % to set section fonts
+\allsectionsfont{\fontfamily{phv}\selectfont} % helvetica
+
+%------------------------------------------------------------------------------
+
+\usepackage[utf8]{inputenc}
+\usepackage[T1]{fontenc}
+\usepackage[pdftex]{graphicx}
+\usepackage{epstopdf}
+\usepackage{color}
+\usepackage{frcursive} % needed for 'write' letter (French Cursive), use in processes library
+\usepackage{float} % needed to force the location of figures \begin{figure}[H]
+\usepackage{textcomp} % needed for the promille sign: \textperthousand
+\usepackage[final]{pdfpages} % needed for cover pages
+
+\if@dutch
+ \usepackage[dutch]{babel}
+\fi
+
+\usepackage{svn-multi}
+\usepackage{tabularx}
+\usepackage{longtable}
+\usepackage{verbatim}
+\usepackage{fancyvrb} % needed for framed verbatim environment
+\usepackage{calc}
+\usepackage{wrapfig}
+\usepackage{caption}
+\usepackage{subcaption} % two or more figures in a figure-environment
+\usepackage{url}
+\usepackage{moreverb}
+\usepackage{rotating} % needed for rotating text in tables
+\usepackage{nameref}
+\usepackage{import} % needed for nested \input{...} -> \import{...}{...}
+\usepackage{marginnote} % needed to place a margin text in a table environment
+
+\usepackage{amstext} % for \text command in math environment
+%
+
+% to align equations left add [fleqn] as option to amsmath
+%
+\usepackage[fleqn]{amsmath}
+\usepackage{amssymb}
+\usepackage[amssymb,textstyle]{SIunits}
+\usepackage{paralist} % inline enumeration
+
+\usepackage[destlabel, pagebackref,pdfborder={0 0 0}, bookmarksnumbered=true, colorlinks=true, linkcolor=blue, citecolor=blue]{hyperref}
+\usepackage{lastpage}
+
+\usepackage{datetime} % to generate a timestamp
+\settimeformat{hhmmsstime}
+\renewcommand{\dateseparator}{-}
+\yyyymmdddate
+
+%------------------------------------------------------------------------------
+
+\hoffset -1in \voffset -1in
+\setlength{\baselineskip}{4.5mm}
+
+\topmargin 1.5cm
+\headheight 1cm
+\headsep \baselineskip
+\setlength{\textheight}{29.7cm-5cm-\baselineskip-4\baselineskip}
+\footskip 1cm
+% 1.5cm remaining
+
+\oddsidemargin 3.7cm
+\setlength{\textwidth}{21cm-5.8cm}
+\marginparsep 0mm
+\marginparwidth 0mm
+\evensidemargin 2cm
+
+%------------------------------------------------------------------------------
+\if@ddraft
+ \def\draftname{}%
+ \AtBeginDocument{%
+ \RequirePackage{draftwatermark}%
+ \SetWatermarkAngle{54.7}%
+ \SetWatermarkScale{5}%
+ \SetWatermarkFontSize{1cm}%
+ \SetWatermarkLightness{0.92}%
+ \SetWatermarkText{DRAFT}%
+
+ \renewcommand\sc@watermark{%
+ \setlength{\@tempdimb}{.63\paperwidth}%
+ \setlength{\@tempdimc}{-.58\paperheight}%
+ \put(\strip@pt\@tempdimb,\strip@pt\@tempdimc){%
+ \makebox(0,0){\rotatebox{\sc@wm@angle}{%
+ \scalebox{\sc@wm@scale}{%
+ \expandafter\expandafter\expandafter\textcolor
+ \expandafter\sc@wm@colormodel\expandafter{\sc@wm@colorspecs}{%
+ \fontsize{\sc@wm@fontsize}{10.0\sc@wm@fontsize}
+ \selectfont
+ \sc@wm@text}}}}}}
+ }
+\else
+ \def\draftname{}
+\fi
+%------------------------------------------------------------------------------
+\raggedbottom
+
+\def\letterName#1{\gdef\@letterName{#1}}
+\def\letterAddress#1{\gdef\@letterAddress{#1}}
+\def\letterCity#1{\gdef\@letterCity{#1}}
+\def\letterCountry#1{\gdef\@letterCountry{#1}}
+\def\letterDate#1{\gdef\@letterDate{#1}}
+\def\letterEmail#1{\gdef\@letterEmail{#1}}
+\def\letterSubject#1{\gdef\@letterSubject{#1}}
+\def\letterTitular#1{\gdef\@letterTitular{#1}}
+
+\def\@letterName{use \texttt{$\backslash$letterName\{\ldots\}}}
+\def\@letterAddress{use \texttt{$\backslash$letterAddress\{\ldots\}}}
+\def\@letterCity{use \texttt{$\backslash$letterCity\{\ldots\}}}
+\def\@letterCountry{use \texttt{$\backslash$letterCountry\{\ldots\}}}
+\def\@letterDate{use \texttt{$\backslash$letterDate\{\ldots\}}}
+\def\@letterEmail{use \texttt{$\backslash$letterEmail\{\ldots\}}}
+\def\@letterSubject{use \texttt{$\backslash$letterSubject\{\ldots\}}}
+
+% \title{\@program\\\@subtitle\\\@manualtype}
+\newcommand{\thechap}{$\;$\leftmark{}$\;$}
+
+
+%------------------------------------------------------------------------------
+
+\def\HUGE{\@setsize\Huge{40pt}\xxvpt\@xxvpt}
+\definecolor{gris}{RGB}{128,128,128} % deltares sand
+
+%------------------------------------------------------------------------------
+\newcommand{\helv}{%
+\fontfamily{phv}\selectfont}
+
+\if@dutch
+ \def\@Name{naam}
+ \def\@Address{adres}
+ \def\@City{stad}
+ \def\@Date{Datum}
+ \def\@EMail{E-mail}
+ \def\@Subject{Onderwerp}
+ \def\@letterTitular{dhr., mevr.}
+ \def\@ChamberOfCommerce{Postbus 177, 2600 MH Delft, Boussinesqweg 1, 2629 HV Delft, Nederland, T +31(0)88\,335\,8273, F +31(0)88\,335\,8582, www.deltares.nl. \newline Deltares is ingeschreven in het handelsregister van de Kamer van Koophandel Haaglanden onder nummer 41146461 als Stichting Deltares.
+}
+\else
+ \def\@name{name}
+ \def\@address{address}
+ \def\@city{city}
+ \def\@Date{Date}
+ \def\@EMail{E-mail}
+ \def\@Subject{Subject}
+ \def\@letterTitular{Mr., Ms.}
+ \def\@ChamberOfCommerce{P.O.\ Box 177, 2600 MH Delft, Boussinesqweg 1, 2629 HV Delft, The Netherlands, T +31(0)88\,335\,8273, F +31(0)88\,335\,8582, www.deltares.nl. \newline Deltares is registered with the trade register of the Chamber of Commerce Haaglanden with number 41146461, as Foundation 'Stichting Deltares'.
+}
+\fi
+
+%------------------------------------------------------------------------------
+%
+% Change header and footer
+%
+\usepackage{fancyhdr}
+\newcommand{\headerfont}{\fontfamily{phv}\selectfont}
+\newcommand{\letterOnset}{\@letterTitular}
+%\newcommand{\headerfont}{\selectfont}
+\def\footersize{\@setsize\scriptsize{9pt}\viipt\@viipt}
+\pagestyle{fancy}
+\fancyhead{}
+\setlength{\headheight}{6\baselineskip}
+\fancyhead[LO,LE]{ \headerfont }
+\fancyhead[CO,CE]{ \headerfont }
+\fancyhead[RO,RE]{ \headerfont \includegraphics[height=6\baselineskip]{pictures/deltares_namelogo.pdf}}
+\fancyfoot{}
+\fancyfoot[LO,RE]{\headerfont }
+\fancyfoot[CO,CE]{\headerfont }
+\fancyfoot[RO,LE]{\headerfont }
+
+\renewcommand{\headrulewidth}{0pt}
+
+\fancypagestyle{plain}{%
+ \fancyhead{}%
+ \fancyhead[LO,RE]{\headerfont }%
+ \fancyhead[CO,CE]{\headerfont }%
+ \fancyhead[RO,LE]{\headerfont }%
+ \fancyfoot{}%
+ \fancyfoot[LO,RE]{\headerfont \footersize \@ChamberOfCommerce}%
+ \fancyfoot[CO,CE]{\headerfont }%
+ \fancyfoot[RO,LE]{\headerfont }
+}
+
+\addtocounter{secnumdepth}{1}
+\setlength{\parskip}{\baselineskip/2}
+\setlength{\parindent}{0pt}
+\setlength{\parsep}{1pt}
+\setlength{\partopsep}{1pt}
+
+%------------------------------------------------------------------------------
+%
+% MEMO header
+%
+%------------------------------------------------------------------------------
+\def\deltarestitle{
+ \vspace*{0mm}% needed to get adress on the right place (behind the envelop window)
+ \begin{tabular}{@{}p{\textwidth}}
+ {{\@letterName}} \\
+ {{\@letterAddress}} \\
+ {{\@letterCity}} \\
+ {{\@letterCountry}}
+ \end{tabular}
+%
+ \vskip 6\baselineskip
+ {%\color{gris}
+ \begin{tabular}{@{}p{45mm}p{\textwidth-45mm-19pt}}
+ \footnotesize{\textbf{\@Date}} & \footnotesize{\textbf{\@EMail}} \\
+ \@letterDate & \@letterEmail
+ \end{tabular}
+ }
+ \vskip 1\baselineskip
+ {%\color{gris}
+ \begin{tabular}{@{}p{\textwidth}}
+ \footnotesize{\textbf{\@Subject}} \\
+ \@letterSubject \\
+ \end{tabular}
+ }
+%
+ \vskip 2\baselineskip
+ \let\deltarestitle\relax
+ \thispagestyle{plain}
+}
+
+
+%------------------------------------------------------------------------------
+%
+% To change the caption of tables and figures.
+% Format is defautl or `hang' wich aligns caption to the right of the figure statement
+\captionsetup{format=default,margin=0.9cm,font=small,labelfont=sl,textfont=sl}
+%
+%------------------------------------------------------------------------------
+%
+% Define a more advanced remark environment that writes Remark if there is only
+% one item and that writes Remarks if there are multiple items.
+%
+\usepackage{ifthen}
+%
+%
+\RecustomVerbatimEnvironment
+ {Verbatim}{Verbatim}
+ {fontsize=\footnotesize}
+%
+
+
+%
+%------------------------------------------------------------------------------
+% Bring items closer together in list environments
+%
+\let\orig@Itemize =\itemize
+\let\orig@Enumerate =\enumerate
+\let\orig@Description =\description
+% Zero the vertical spacing parameters
+\def\Nospacing{\itemsep=0pt\topsep=0pt\partopsep=0pt\parskip=0pt\parsep=0pt}
+\renewenvironment{itemize}{\orig@Itemize\Nospacing}{\endlist}
+\renewenvironment{enumerate}{\orig@Enumerate\Nospacing}{\endlist}
+\renewenvironment{description}{\orig@Description\Nospacing}{\endlist}
+
+%\renewcommand\labelitemi{$\diamond$}
+%\renewcommand\labelitemii{$\triangleright$}
+%\renewcommand\labelitemiii{-}
+
+\renewcommand{\labelenumi}{\arabic{enumi}}
+\renewcommand{\labelenumii}{\arabic{enumi}.\arabic{enumii}}
+\renewcommand{\labelenumiii}{\arabic{enumi}.\arabic{enumii}.\arabic{enumiii}}
+
+%------------------------------------------------------------------------------
+
+\def\nonumchapter#1{%
+ \chapter*{#1}%
+ \addcontentsline{toc}{chapter}{#1}%
+ \markboth{#1}{}}
+
+%------------------------------------------------------------------------------
+
+\newcommand{\clearemptydoublepage}{\newpage{\pagestyle{empty}\cleardoublepage}}
+\newcommand{\STRUT}{\rule{0in}{3ex}}
+
+\newcommand{\Deltares}{Deltares}
+\newcommand{\WL}{{WL\,$|$\,Delft Hydraulics}}
+\newcommand{\degr}{\ensuremath{^\circ}}
+\newcommand{\tenlog}{ \ensuremath{\ {}^{10}\!\log} }
+
+\newcommand{\window}[1]{\textbf{#1}}
+\newcommand{\menu}[1]{\textit{#1}}
+\newcommand{\button}[1]{\textit{#1}}
+\newcommand{\file}[1]{$<${#1}$>$}
+\newcommand{\dir}[1]{$<${#1}$>$}
+\newcommand{\ginput}[1]{``#1''}
+\newcommand{\command}[1]{{\normalfont\ttfamily #1}}
+\newcommand{\block}[1]{\textbf{\rmfamily #1}}
+\newcommand{\keyw}[1]{{\normalfont\ttfamily #1}}
+\newcommand{\unitbrackets}[1]{[#1]}
+\newcommand{\ext}[1]{$<$#1$>$}
+\newcommand{\key}[1]{\texttt{#1}}
+\newcommand{\function}[1]{\textit{#1}}
+
+\DeclareRobustCommand\dotp{\mathpalette\dotp@{.5}} % bullet for the dot product
+\newcommand\dotp@[2]{\mathbin{\vcenter{\hbox{\scalebox{#2}{$\m@th#1\bullet$}}}}}
+\newcommand{\ssquare}{\stackrel{\scriptscriptstyle\square}{{}}} % small square for itemize list
+
+\newcommand{\option}[1]{\vspace{0.5cm}\underline{#1}} % Geeft een optie aan, vooral gebruikt in WAQ TRM
+% todo macro: usage of package marginnote
+\renewcommand*{\raggedleftmarginnote}{\raggedleft}
+\renewcommand*{\raggedrightmarginnote}{\raggedright}
+\newcommand{\todo}[1]{
+ {\color[rgb]{0,0.2,0.5}\textbf{TODO(??):} }%
+ \protect\marginnote{\textbf{TODO}}%
+ {\color[rgb]{0,0.2,0.5}\slshape #1}%
+}
+
+%% Referencing
+\newcommand*\Autoref[1]{%
+ \begingroup
+ \if@dutch
+ \def\appendixautorefname{Appendix}%
+ \def\chapterautorefname{Hoofdstuk}%
+ \def\equationautorefname{Vergelijking}%
+ \def\figureautorefname{Figuur}%
+ \def\footnoteautorefname{Voetnoot}%
+ \def\itemautorefname{Item}%
+ \def\pageautorefname{Bladzijde}%
+ \def\paragraphautorefname{Paragraaf}%
+ \def\partautorefname{Deel}%
+ \def\sectionautorefname{Paragraaf}%
+ \def\subparagraphautorefname{Paragraaf}%
+ \def\subsectionautorefname{Paragraaf}%
+ \def\subsubsectionautorefname{Paragraaf}%
+ \def\tableautorefname{Tabel}%
+ \def\theoremautorefname{Theorema}%
+ \else
+ \def\appendixautorefname{Appendix}%
+ \def\chapterautorefname{Chapter}%
+ \def\equationautorefname{Equation}%
+ \def\figureautorefname{Figure}%
+ \def\footnoteautorefname{Footnote}%
+ \def\itemautorefname{Item}%
+ \def\pageautorefname{Page}%
+ \def\paragraphautorefname{Section}%
+ \def\partautorefname{Part}%
+ \def\sectionautorefname{Section}%
+ \def\subparagraphautorefname{Section}%
+ \def\subsectionautorefname{Section}%
+ \def\subsubsectionautorefname{Section}%
+ \def\tableautorefname{Table}%
+ \def\theoremautorefname{Theorem}%
+ \fi
+ % ...
+ \autoref{#1}%
+ \endgroup%
+}
+
+\if@dutch
+ \def\appendixautorefname{appendix}%
+ \def\chapterautorefname{hoofdstuk}%
+ \def\equationautorefname{vergelijking}%
+ \def\figureautorefname{figuur}%
+ \def\footnoteautorefname{voetnoot}%
+ \def\itemautorefname{item}%
+ \def\pageautorefname{bladzijde}%
+ \def\paragraphautorefname{paragraaf}%
+ \def\partautorefname{deel}%
+ \def\sectionautorefname{paragraaf}%
+ \def\subparagraphautorefname{paragraaf}%
+ \def\subsectionautorefname{paragraaf}%
+ \def\subsubsectionautorefname{paragraaf}%
+ \def\tableautorefname{tabel}%
+ \def\theoremautorefname{theorema}%
+\else
+ \def\appendixautorefname{Appendix}%
+ \def\chapterautorefname{chapter}%
+ \def\equationautorefname{Equation}%
+ \def\figureautorefname{Figure}%
+ \def\footnoteautorefname{footnote}%
+ \def\itemautorefname{item}%
+ \def\pageautorefname{page}%
+ \def\paragraphautorefname{section}%
+ \def\partautorefname{Part}%
+ \def\sectionautorefname{section}%
+ \def\subparagraphautorefname{section}%
+ \def\subsectionautorefname{section}%
+ \def\subsubsectionautorefname{section}%
+ \def\tableautorefname{Table}%
+ \def\theoremautorefname{Theorem}%
+\fi
+
+\newcommand{\Cref}[1]{Chapter~\ref{#1}}
+\newcommand{\Sref}[1]{Section~\ref{#1}}
+\newcommand{\Fref}[1]{Figure~\ref{#1}}
+\if@dutch
+ \newcommand{\Frefs}[2]{Figuren~\ref{#1} en \ref{#2}}
+ \newcommand{\Freft}[2]{Figuren~\ref{#1} tot \ref{#2}}
+\else
+ \newcommand{\Frefs}[2]{Figures~\ref{#1} and \ref{#2}}
+ \newcommand{\Freft}[2]{Figures~\ref{#1} to \ref{#2}}
+\fi
+\newcommand{\Aref}[1]{Algorithm~\ref{#1}}
+\newcommand{\Apref}[1]{Appendix~\ref{#1}}
+\newcommand{\Tref}[1]{Table~\ref{#1}}
+\newcommand{\Eref}[1]{Equation~\ref{#1}}
+
+
+\hyphenation{bathy-metry fa-vour-able}
+
+\def\execute{%
+ \begingroup%
+ \catcode`\%=12%
+ \catcode`\\=12%
+ \executeaux}%
+ \def\executeaux#1{\immediate\write18{#1}%
+ \endgroup%
+}
+
+\renewcommand\paragraph{\looseness-1%
+ \@startsection{paragraph}{4}{\z@}%
+ {-3.25ex\@plus -1ex \@minus -.2ex}%
+ {1pt}%
+ {\fontfamily{phv}\normalsize\bfseries}}
+
+%\def\promille{\leavevmode\kern-.05em
+%\raise.5ex\hbox{\the\scriptfont0 0}\kern-.15em/\kern-.15em
+%\lower.25ex\hbox{\the\scriptfont0 00}}
+
+\newcommand{\promille}{%
+ \relax\ifmmode\promillezeichen
+ \else\leavevmode\(\mathsurround=0pt\promillezeichen\)\fi}
+\newcommand{\promillezeichen}{%
+ \kern-.05em%
+ \raise.5ex\hbox{\the\scriptfont0 0}%
+ \kern-.15em/\kern-.15em%
+ \lower.25ex\hbox{\the\scriptfont0 00}}
+
+
+%------------------------------------------------------------------------------
+\newcommand{\diff}[3][1]{\ensuremath{\frac{d \ifthenelse{\equal{#1}{1}}{}{^#1} {#2}}{d {#3} \ifthenelse{\equal{#1}{1}}{}{^#1}}}}
+\newcommand{\pdiff}[3][1]{\ensuremath{\frac{\partial \ifthenelse{\equal{#1}{1}}{}{^#1} {#2}}{\partial {#3} \ifthenelse{\equal{#1}{1}}{}{^#1}}}}
+
+\newcommand{\perscomm}[1]{\citetext{#1, pers.\ comm.}}
+\usepackage{natbib}
+\bibpunct[, ]{(}{)}{;}{a}{,}{,}
+\renewcommand\bibsection{}
+\bibliographystyle{deltares_chicago_like}
+%\usepackage{chapterbib}
+\makeatother
+
Index: doc/LaTeX/WTI_References/wti_references.bib
===================================================================
diff -u -r996 -r1066
--- doc/LaTeX/WTI_References/wti_references.bib (.../wti_references.bib) (revision 996)
+++ doc/LaTeX/WTI_References/wti_references.bib (.../wti_references.bib) (revision 1066)
@@ -2,7 +2,170 @@
@Preamble{eck}
+@Other{WTINonFunctionalRequirementsList,
+ Title = {List of all functional and non-functional WTI software requirements},
+ Author = {van Putten, H.},
+ Crossref = {List of all functional and non-functional WTI software requirement, 28/04/2016, fundament software.xlsx},
+ Language = {Dutch},
+ Month = {April},
+ Owner = {trp},
+ Timestamp = {2016.11.14},
+ Year = {28/04/2016}
+}
+@TechReport{Adriaanse2015,
+ Title = {Failure Mechanism Module Grass Wave Impact Zone, Technical Design},
+ Author = {Adriaanse, B.L.},
+ Institution = {Deltares},
+ Year = {2015},
+ Month = {Augustus},
+ Number = {1220043-002-HYE-0007, final},
+
+ Owner = {trp},
+ Timestamp = {2016.04.12}
+}
+
+@TechReport{GrassWaveImpactKernel_TechnicalDesign,
+ author = {The, T.},
+ title = {Failure Mechanism Module Grass Wave Impact Zone, Technical Design},
+ institution = {Deltares},
+ year = {2016},
+ number = {1230095-002-HYE-0025, version 1.2, final},
+ month = {Augustus},
+ owner = {trp},
+ timestamp = {2016.04.12},
+}
+
+@TechReport{GrassWaveRunupKernel_TechnicalDesign,
+ Title = {Failure Mechanism Module Grass Wave Run-up Zone, Technical Design},
+ Author = {Adriaanse, B.L.},
+ Institution = {Deltares},
+ Year = {2015},
+ Month = {July},
+ Number = {1220043-002-HYE-0006, final},
+
+ Owner = {trp},
+ Timestamp = {2016.04.12}
+}
+
+@Article{Alonso1976,
+ Title = {Risk Analysis of Slopes and its Application to Canadian Sensitive Clays},
+ Author = {Alonso, E.E.},
+ Journal = {Geotechnique},
+ Year = {1976},
+ Volume = {vol. 26, no 3},
+
+ Owner = {mooim_ar},
+ Timestamp = {2013.09.26}
+}
+
+@Article{Bishop1955,
+ Title = {The Use of the Slip Circle in the Stability Analysis of Earth Slopes},
+ Author = {Bishop, A.W.},
+ Journal = {Geotechnique},
+ Year = {1955},
+ Pages = {7-17},
+ Volume = {5},
+
+ Owner = {trp},
+ Timestamp = {2016.05.02}
+}
+
+@TechReport{AsphaltWaveImpactUI_TechnicalDesign,
+ Title = {BM Asfalt Golfklap - Technical Design},
+ Author = {Bokma, J.},
+ Institution = {Deltares},
+ Year = {2016},
+ Month = {Octobre},
+ Number = {12300095-002-HYE-0016, version 1.1, final},
+
+ Owner = {markus},
+ Timestamp = {2016.06.24}
+}
+
+@TechReport{GrassUI_FunctionalDesign,
+ author = {van der Zwan, I.},
+ institution = {Deltares},
+ title = {BM - Gras Buitentalud - Functional Design},
+ number = {1230088-041-DSC-0008, version 1.1, final},
+ month = {July},
+ owner = {trp},
+ timestamp = {2019.04.12},
+ year = {2019},
+}
+
+@TechReport{GrassUI_TechnicalDesign,
+ Title = {BM - Gras Buitentalud - Technical Design},
+ Author = {Bokma, J.},
+ Institution = {Deltares},
+ Year = {2019},
+ Month = {July},
+ Number = {1230088-041-DSC-0004, version 2.0, final},
+
+ Owner = {trp},
+ Timestamp = {2019.25.07}
+}
+
+@TechReport{MacroStabilityUI_TechnicalDesign,
+ Title = {BM MacroStabiliteit},
+ Author = {Bokma, J.},
+ Institution = {Deltares},
+ Year = {2016},
+ Month = {June},
+ Number = {1230088-040-DSC-0004, version 1},
+
+ Owner = {trp},
+ Timestamp = {2016.06.16}
+}
+
+@TechReport{PipingKernel_TechnicalDesign,
+ Title = {WTI2017 Failure Mechanisms - Piping Kernel, Technical Design},
+ Author = {Bokma, J.},
+ Institution = {Deltares},
+ Year = {2015},
+ Month = {July},
+ Number = {1209442.002, version 1.2, final},
+
+ Owner = {trp},
+ Timestamp = {2016.04.12}
+}
+
+@TechReport{WaveImpactAsphaltKernel_FunctionalDesign,
+ Title = {WTI-2017 Failure mechanisms - Wave lmpact Asphalt kernel, Requirements and Functional Design},
+ Author = {Bokma, J.},
+ Institution = {Deltares},
+ Year = {2015},
+ Month = {Augustus},
+ Number = {1207814.008, version 1.2},
+
+ Owner = {trp},
+ Timestamp = {2016.04.12}
+}
+
+@TechReport{WaveImpactAsphaltKernel_TechnicalDesign,
+ Title = {WTI2017 Failure Mechanisms - Wave Impact Asphalt Kernel, Technical Design},
+ Author = {Bokma, J.},
+ Institution = {Deltares},
+ Year = {2013},
+ Month = {September},
+ Number = {1207814.008, version 1.0},
+
+ Owner = {trp},
+ Timestamp = {2016.04.12}
+}
+
+@TechReport{PipingKernel_TestPlan,
+ Title = {WTI-2017 Failure mechanisms - Piping kernel, Test Plan},
+ Author = {Bokma, J. and Lindhout, P.},
+ Institution = {Deltares},
+ Year = {2014},
+ Month = {June},
+ Number = {1209442.002, version 1.1, final},
+
+ Owner = {trp},
+ Timestamp = {2016.04.12}
+}
+
@TechReport{WTIGeneralRequirements,
Title = {RTO Design (General requirements and design rules for WTI software)},
Author = {Brinkman, R.},
@@ -15,26 +178,142 @@
Timestamp = {2016.05.31}
}
-@TechReport{Eisen,
+@Article{Calle1990,
+ Title = {PROSTAB: A Computer Model for Probabilistic Analysis of Stability of Slopes},
+ Author = {Calle, E. O. F.},
+ Journal = {GeoDelft report CO-266484/32 (in Dutch)},
+ Year = {1990},
+
+ Owner = {mooim_ar},
+ Timestamp = {2013.09.27}
+}
+
+@Article{Calle1985,
+ Title = {Probabilistic Approach of Stability of Earth Slopes},
+ Author = {Calle, E. O. F.},
+ Journal = {Proc. XI-th ICSMFE, San Francisco},
+ Year = {1985},
+
+ Owner = {mooim_ar},
+ Timestamp = {2013.09.27}
+}
+
+@Article{CUR1992,
+ Title = {Publicatie 162: Construeren met grond Grondconstructies op en in weinig draagkrachtige en sterk samendrukbare ondergrond},
+ Author = {CUR},
+ Year = {1992},
+ Note = {Civieltechnischcentrum Uitvoering en Regelgeving},
+
+ Owner = {mooim_ar},
+ Timestamp = {2013.09.27}
+}
+
+@TechReport{BasisrapportWTI2017,
Title = {Basisrapport WTI 2017},
Author = {De Waal, J.P.},
Institution = {Deltares},
Year = {2016},
Number = {122078-001-GEO-004},
- Owner = {trp},
- Timestamp = {2016.06.01}
+ Date = {2016-01-29},
+ Owner = {zwan_ie},
+ Timestamp = {2017-06-28}
}
-@Manual{DSoilModel_Manual,
- Title = {D-Soil Model Gebruikersdhandleiding, versie 1.1},
+@TechReport{VerificationReportDGeoStability18_1,
+ Title = {D-Geo Stability - Verification Report - Version 18.1},
Author = {Deltares},
- Year = {December 2016},
+ Institution = {Deltares},
+ Year = {2018},
Owner = {trp},
- Timestamp = {2016.06.01}
+ Timestamp = {2018.01.30}
}
+@TechReport{MacroStabilityKernel_TechnicalDocumentation,
+ author = {Doxygen},
+ title = {Macrostability kernel, Technical Documentation},
+ institution = {Deltares},
+ year = {2023},
+ owner = {trp},
+ timestamp = {2018-03-19},
+}
+
+@TechReport{AsphaltWaveImpactUI_TechnicalDocumentation,
+ Title = {User Interface for BM Asfalt Golfklap - Technical documentation, Generated by Doxygen 1.8.10},
+ Author = {Doxygen},
+ Institution = {Deltares},
+ Year = {2016},
+ Month = {November},
+
+ Owner = {trp},
+ Timestamp = {2016.11.01}
+}
+
+@TechReport{GrassUI_TechnicalDocumentation,
+ Title = {Grass Erosion Outerslope Wave Impact - Technical documentation, Generated by Doxygen 1.8.10},
+ Author = {Doxygen},
+ Institution = {Deltares},
+ Year = {2016},
+ Month = {November},
+
+ Owner = {trp},
+ Timestamp = {2016.11.03}
+}
+
+@TechReport{WaveImpactAsphaltKernel_TechnicalDocumentation,
+ Title = {WTI-WaveImpact Asphalt Kernel - Technical documentation, Generated by Doxygen 1.8.10},
+ Author = {Doxygen},
+ Institution = {Deltares},
+ Year = {2016},
+ Month = {November},
+
+ Owner = {trp},
+ Timestamp = {2016.11.01}
+}
+
+@TechReport{MacroStabilityKernel_TechnicalDesign,
+ author = {Nuttall, J. D. \& The, B. S. T. I. M.},
+ title = {Macrostability kernel, Technical design version 23.1.1},
+ institution = {Deltares},
+ year = {2023},
+ number = {11201140-000-DSC-0008},
+ owner = {trp},
+ timestamp = {2018-03-19},
+}
+
+@TechReport{MacroStabilityKernel_FunctionalDesign,
+ author = {Brinkman, R. and Nuttal, J. D. and Trompille, V.},
+ title = {Macrostability kernel, Functional design version 23.1.1},
+ institution = {Deltares},
+ year = {2023},
+ number = {11201140-000-DSC-0007},
+ owner = {trp},
+ timestamp = {2018-03-19},
+}
+
+@TechReport{Duinen2015,
+ Title = {Testrapport WTI Kernel Macrostabiliteit},
+ Author = {van Duinen, A.},
+ Institution = {Deltares},
+ Year = {2015},
+ Month = {27 February},
+
+ Owner = {trp},
+ Timestamp = {2016.06.10}
+}
+
+@TechReport{ReportComparisonAlexander2,
+ Title = {Testrapport WTI Kernel Macrostabiliteit},
+ Author = {van Duinen, A.},
+ Institution = {Deltares},
+ Year = {2015},
+ Month = {27 February},
+
+ Owner = {trp},
+ Timestamp = {2016.06.10}
+}
+
@TechReport{TestRapportMacrostability_vanDuinen,
Title = {Testrapport WTI Kernel Macrostabiliteit,},
Author = {van Duinen, A.},
@@ -46,17 +325,109 @@
Timestamp = {2016.05.02}
}
-@TechReport{Basisuitgangspunten,
- Title = {Uiitgangspunten WT12017},
- Author = {Knoeff, H. and De Waal, J.P.},
+@TechReport{Memo_CPhi0,
+ Title = {c en phi = 0 bij macrostabiliteit in WTI 2017},
+ Author = {van Duinen, A.},
Institution = {Deltares},
Year = {2014},
- Number = {1209429-001-GEO-0011},
+ Month = {11 March},
+ Number = {1209434-012-GEO-0003},
+ Type = {Memo},
Owner = {trp},
- Timestamp = {2016.06.01}
+ Timestamp = {2016.05.02}
}
+@TechReport{Memo_WaternetCreatorWTI2017,
+ Title = {Schematisering waterspanningen in WTI 2017 (Ringtoets)},
+ Author = {van Duinen, A.},
+ Institution = {Deltares},
+ Year = {2014},
+ Month = {11 March},
+ Number = {1209434-012-GEO-0002},
+ Type = {Memo},
+
+ Owner = {trp},
+ Timestamp = {2016.05.02}
+}
+
+@TechReport{Memo_Zonering,
+ Title = {Zonering bij macrostabiliteit in WTI 2017},
+ Author = {van Duinen, A.},
+ Institution = {Deltares},
+ Year = {2014},
+ Month = {21 February},
+ Number = {1209434-012-GEO-0001},
+
+ Owner = {trp},
+ Timestamp = {2016.05.02}
+}
+
+@TechReport{ReportComparisonAlexander1,
+ Title = {Testen WTI Kernel Macrostabiliteit 03042015},
+ Author = {van Duinen, A. and al.},
+ Institution = {Deltares},
+ Year = {2015},
+
+ Owner = {trp},
+ Timestamp = {2016.06.10}
+}
+
+@TechReport{PipingKernel_FunctionalDesign,
+ author = {Van Geer, P.},
+ title = {WTI2017 Failure mechanisms - Kernel Piping, Requirements and Functional Design},
+ institution = {Deltares},
+ year = {2017},
+ number = {1220084-008-GEO-0001, version 7, definitief},
+ month = {September},
+ owner = {trp},
+ timestamp = {2017-12-07},
+}
+
+@TechReport{MacroStabilityUI_TechnicalDocumentation,
+ Title = {User Interface for Macro Stability - Technical documentation},
+ Author = {Generated},
+ Institution = {Deltares},
+ Year = {2016},
+
+ Owner = {markus},
+ Timestamp = {2016.06.10}
+}
+
+@TechReport{UitgangspuntenWTI,
+ Title = {Uitgangspunten WTI 2017},
+ Author = {Knoeff H. and De Waal J.P.},
+ Institution = {Deltares},
+ Year = {2014},
+ Number = {1209429-0010-GEO-0011},
+
+ Date = {2014-10-17},
+ Owner = {zwan_ie},
+ Timestamp = {2017-06-28}
+}
+
+@TechReport{WaveImpactAsphaltKernel_ScientificDoc,
+ Title = {Specificaties rekenhart GOLFKLAP (C\#)},
+ Author = {`t Hart, R.},
+ Institution = {Deltares},
+ Year = {2015},
+ Month = {October},
+ Number = {1220086-009-HYE-0001, version 1, definitief},
+
+ Owner = {trp},
+ Timestamp = {2016.04.12}
+}
+
+@Electronic{Hoven2015,
+ Title = {WaveImpact Asphalt Kernel Master Sheet Tests},
+ Author = {Hoven, A. van and Trompille, V.},
+ Url = {https://repos.deltares.nl/repos/FailureMechanisms/FailureMechanisms/WaveImpact/trunk/doc/Sheet Tests WaveImpact Asphalt Kernel.xls},
+ Year = {2015},
+
+ Owner = {markus},
+ Timestamp = {2016.05.31}
+}
+
@TechReport{WTIParameterList,
Title = {WTI Parameterlijst},
Author = {Lam, K.S.},
@@ -71,7 +442,7 @@
@Book{vanMarcke1983,
Title = {Random Fields, Analysis and Synthesis},
- Author = {van Marcke, M.E.},
+ Author = {Vanmarcke, M.E.},
Publisher = {MIT Press},
Year = {1983},
Number = {ISBN 0-262-22026-1},
@@ -80,6 +451,75 @@
Timestamp = {2016.05.02}
}
+@TechReport{AsphaltWaveImpactUI_TestPlan,
+ Title = {BM Asfalt Golfklap UI, Test Plan},
+ Author = {Markus, A.A.},
+ Institution = {Deltares},
+ Year = {2016},
+ Month = {October},
+ Number = {1230095-002-HYE-0020, version 2.0, final},
+
+ Owner = {markus},
+ Timestamp = {2016.07.06}
+}
+
+@Article{Morgenstern1965,
+ Title = {The analysis of the stability of general slip surfaces},
+ Author = {Morgenstern, N.R. and Price, V.E.},
+ Journal = {Geotechnique},
+ Year = {1965},
+ Pages = {79-93},
+ Volume = {15},
+
+ Owner = {trp},
+ Timestamp = {2016.05.02}
+}
+
+@Book{NEN6740:1997,
+ Title = {NEN 6740, Dutch Design Code TGB; Geotechnical Structures},
+ Author = {NEN},
+ Year = {1997},
+
+ Owner = {mooim_ar},
+ Timestamp = {2013.09.27}
+}
+
+@Article{PhoonAndKulhawy19991,
+ Title = {Evaluation of geotechnical property variability},
+ Author = {Phoon, K. K. and Kulhawy, F. H.},
+ Journal = {Can. Geotech. Journal},
+ Year = {1999},
+ Pages = {625-639},
+ Volume = {no 36},
+
+ Owner = {mooim_ar},
+ Timestamp = {2013.09.27}
+}
+
+@Article{PhoonAndKulhawy19992,
+ Title = {Characterization of geotechnical variability},
+ Author = {Phoon, K. K. and Kulhawy, F. H.},
+ Journal = {Can. Geotech. Journal},
+ Year = {1999},
+ Pages = {625-639},
+ Volume = {no 36},
+
+ Owner = {mooim_ar},
+ Timestamp = {2013.09.27}
+}
+
+@Electronic{ProposalTechincalFunctionalDesign,
+ Title = {Voorstel voor technische en functionele ontwerpen voor het WTI software instrumentarium},
+ Author = {van Putten, H.},
+ Month = {march},
+ Organization = {Deltares},
+ Year = {2016},
+
+ File = {Word document for the memo:N\:\\Projects\\1230000\\1230088\\C. Report - advise\\036 Acceptatie software\\standard\\1209430-000-DSC-0077-v1.1-m-Voorstel voor technische en functionele ontwerpen voor het WTI software instrumentarium.docx:Word 2007+},
+ Owner = {markus},
+ Timestamp = {2016.06.06}
+}
+
@TechReport{AcceptatieTestPlan,
Title = {Acceptatietestplan -- Plan voor acceptatie van de WTI2017 software},
Author = {van Putten, H. and Witlox, P.},
@@ -102,6 +542,39 @@
Timestamp = {2016.04.12}
}
+@TechReport{MacroStabilityReliability,
+ author = {Schweckendiek, T. and van der Krogt, M. and Rijneveld, B. and Martins Teixeira, A.},
+ title = {Handreiking Faalkansanalyse Macrostabiliteit},
+ institution = {Deltares},
+ year = {2017},
+ date = {2017-10-03},
+ number = {11200575-016-GEO-0005},
+ url = {http://publications.deltares.nl/11200575_016.pdf},
+}
+
+@TechReport{Sellmeijer2010,
+ Title = {Beschrijving toetsproces piping, Aangepaste managementsamenvatting},
+ Author = {Sellmeijer, H.},
+ Institution = {Deltares},
+ Year = {2010},
+
+ Owner = {trp},
+ Timestamp = {2016.05.31}
+}
+
+@Article{Spencer1967,
+ Title = {A method of analysis of the stability of embankments assuming parallel interslice forces},
+ Author = {Spencer, E.},
+ Journal = {Geotechnique},
+ Year = {1967},
+ Number = {1},
+ Pages = {11-26},
+ Volume = {17},
+
+ Owner = {trp},
+ Timestamp = {2016.05.02}
+}
+
@Book{TAWReport,
Title = {Technisch Rapport Waterspanningen bij dijken (2004)},
Author = {TAW},
@@ -124,67 +597,545 @@
Url = {www.helpdeskwater.nl/publish/pages/5173/ad009-technischrapportzandmeevoerendewellen.pdf}
}
-@TechReport{DSoilModel_TechnicalDesign,
- Title = {WTI 2017 D-Soil Model - Technical Design},
- Author = {The, B.S.T.I.M.},
+@TechReport{TAvdW1994,
+ Title = {Handreiking Constructief ontwerpen},
+ Author = {TAW},
+ Institution = {Technische Adviescommissie voor de Waterkeringen},
+ Year = {1994},
+ Month = {March},
+
+ Owner = {mooim_ar},
+ Timestamp = {2013.09.27}
+}
+
+@TechReport{TAvdW1989,
+ Title = {Leidraad voor het ontwerpen van rivierdijken, Deel 2 -- Benedenrivierengebied},
+ Author = {TAW},
+ Institution = {Technische Adviescommissie voor de Waterkeringen},
+ Year = {1989},
+ Month = {October},
+ Note = {Uitgeverij Waltman. Delft.},
+
+ Owner = {mooim_ar},
+ Timestamp = {2013.09.27}
+}
+
+@TechReport{WaveImpactAsphaltKernel_ErrataTechnicalDesign,
+ Title = {Memo - Errata to Technical Design WaveImpact kernel},
+ Author = {The, T.},
Institution = {Deltares},
- Year = {December 2016},
- Month = {August},
- Number = {1209430-003-DSC-0021, version 1.5},
+ Year = {12 Sept. 2016},
+ Number = {1230095-002-HYE-0023},
Owner = {trp},
- Timestamp = {2016.06.01}
+ Timestamp = {2016.09.13}
}
-@TechReport{DSoilModel_TestReport_16_1_1,
- Title = {D-Soil Model - Test report for version 16.1.1},
- Author = {Trompille, V.},
+@TechReport{The2016,
+ Title = {User Interface Asphalt Wave Impact},
+ Author = {The, Tom},
Institution = {Deltares},
- Year = {June 2016},
- Month = {June},
- Number = {1230088-026-DSC-0006, version 1},
+ Year = {2016},
+ Owner = {markus},
+ Timestamp = {2016.06.24}
+}
+
+@TechReport{AsphaltWaveImpactUI_FunctionalDesign,
+ Title = {BM Asfalt Golfklap, Functional Design},
+ Author = {The, T. \& Bokma, J.},
+ Institution = {Deltares},
+ Year = {2016},
+ Month = {October},
+ Number = {1230095-002-HYE-0019, version 1.3, final},
+
+ Owner = {markus},
+ Timestamp = {2016.07.06}
+}
+
+@TechReport{DSLFormsGeo_TestReport_16_1_5,
+ Title = {Delta Shell Light Forms Geo - Test Report for version 16.1.5},
+ Author = {Trompille,. V.},
+ Institution = {Deltares},
+ Year = {2016},
+ Month = {December},
+ Number = {1221017-000},
+
Owner = {trp},
- Timestamp = {2016.06.01}
+ Timestamp = {2016.12.13}
}
-@TechReport{DSoilModel_TestReport_17_1_1,
- Title = {D-Soil Model - Test report for version 17.1.1},
+@TechReport{Trompille2016d,
+ Title = {Delta Shell Light Forms Geo - Test Report for version 16.1.5},
+ Author = {Trompille,. V.},
+ Institution = {Deltares},
+ Year = {2016},
+ Month = {December},
+ Number = {1221017-000},
+
+ Owner = {trp},
+ Timestamp = {2016.12.13}
+}
+
+@Electronic{PipingKernel_Spreadsheet,
+ Title = {Master Sheet Tests Piping Kernel RTO.xlsm},
Author = {Trompille, V.},
+ Url = {https://repos.deltares.nl/repos/FailureMechanisms/FailureMechanisms/DikesPiping/trunk/doc},
+
+ Owner = {trp},
+ Timestamp = {2016.05.31}
+}
+
+@Electronic{Trompille,
+ Title = {WaveImpact Asphalt Kernel Master Sheet Tests},
+ Author = {Trompille, V.},
+ Url = {https://repos.deltares.nl/repos/FailureMechanisms/FailureMechanisms/WaveImpact/trunk/doc/Sheet Tests WaveImpact Asphalt Kernel.xls},
+
+ Owner = {markus},
+ Timestamp = {2016.05.31}
+}
+
+@TechReport{MacroStabilityKernel_TestPlan,
+ author = {Trompille, V.},
+ title = {Macrostability kernel, Test plan version 23.1.1},
+ institution = {Deltares},
+ year = {2023},
+ number = {11201140-000-DSC-0009},
+ owner = {trp},
+ timestamp = {2018-03-19},
+}
+
+@TechReport{MacroStabilityKernel_TestReport,
+ author = {Trompille, V.},
+ title = {Macrostability kernel, Test report version 23.1.1},
+ institution = {Deltares},
+ year = {2023},
+ number = {11201140-000-DSC-0010},
+ owner = {trp},
+ timestamp = {2018-03-19},
+}
+
+@TechReport{MacroStabilityKernel_TestReport_17_2_1,
+ Title = {WTI2017 Failure mechanisms - MacroStability Kernel, Test Report for version 17.2.1},
+ Author = {Trompille, V.},
Institution = {Deltares},
- Year = {January 2017},
+ Year = {2017},
+ Month = {September},
+ Number = {1230095-002-HYE-0013, version 3, final},
+
+ Owner = {trp},
+ Timestamp = {2016.04.12}
+}
+
+@TechReport{Trompille2017,
+ Title = {WBI-2017 Failure mechanisms - Wave Impact Asphalt Kernel, Test Report for version 17.1.1},
+ Author = {V. Trompille},
+ Institution = {Deltares},
+ Year = {2017},
Month = {January},
- Number = {1230088-026-DSC-0006, version 3.0},
+ Number = {1230095-002-HYE-0024, version 3.0},
Owner = {trp},
- Timestamp = {2016.06.01}
+ Timestamp = {2017.01.26}
}
-@TechReport{DSoilModel_TestPlan,
- Title = {D-Soil Model - Test Plan},
+@TechReport{WaveImpactAsphaltKernel_TestReport_17_1_1,
+ Title = {WBI-2017 Failure mechanisms - Wave Impact Asphalt Kernel, Test Report for version 17.1.1},
+ Author = {V. Trompille},
+ Institution = {Deltares},
+ Year = {2017},
+ Month = {January},
+ Number = {1230095-002-HYE-0024, version 3.0},
+
+ Owner = {trp},
+ Timestamp = {2017.01.26}
+}
+
+@Electronic{AsphaltWaveImpactUI_Spreadsheet,
+ Title = {Master Sheet Tests BM AsfaltGolfklap.xls},
+ Author = {V. Trompille},
+ Month = {October},
+ Url = {https://repos.deltares.nl/repos/FailureMechanisms/Applications/BmAsfaltGolfklap/trunk/doc},
+ Year = {2016},
+
+ Owner = {trp},
+ Timestamp = {2016.10.28}
+}
+
+@TechReport{DSLCore_TestReport_16_1_5,
+ Title = {Delta Shell Light Core - Test Report for version 16.1.5},
Author = {Trompille, V.},
Institution = {Deltares},
- Year = {August 2016},
- Month = {August},
- Number = {1230088-026-DSC-0002, version 3},
+ Year = {2016},
+ Month = {December},
+ Number = {1221017-000},
Owner = {trp},
- Timestamp = {2016.06.01}
+ Timestamp = {2016.12.13}
}
+@TechReport{DSLFormsMap_TestReport_16_1_5,
+ Title = {Delta Shell Light Forms Map - Test Report for version 16.1.5},
+ Author = {Trompille, V.},
+ Institution = {Deltares},
+ Year = {2016},
+ Month = {December},
+ Number = {1221017-000},
+
+ Owner = {trp},
+ Timestamp = {2016.12.13}
+}
+
+@TechReport{DSLFormsStandard_TestReport_16_1_5,
+ Title = {Delta Shell Light Forms Standard - Test Report for version 16.1.5},
+ Author = {Trompille, V.},
+ Institution = {Deltares},
+ Year = {2016},
+ Month = {December},
+ Number = {1221017-000},
+
+ Owner = {trp},
+ Timestamp = {2016.12.13}
+}
+
+@TechReport{DSLGeo_TestReport_16_1_5,
+ Title = {Delta Shell Light Geo - Test Report for version 16.1.5},
+ Author = {Trompille, V.},
+ Institution = {Deltares},
+ Year = {2016},
+ Month = {December},
+ Number = {1221017-000},
+
+ Owner = {trp},
+ Timestamp = {2016.12.13}
+}
+
+@TechReport{DSLGeographic_TestReport_16_1_5,
+ Title = {Delta Shell Light Geographic - Test Report for version 16.1.5},
+ Author = {Trompille, V.},
+ Institution = {Deltares},
+ Year = {2016},
+ Month = {December},
+ Number = {1221017-000},
+
+ Owner = {trp},
+ Timestamp = {2016.12.13}
+}
+
+@TechReport{DSLGeoIO_TestReport_16_1_5,
+ Title = {Delta Shell Light Geo I/O - Test Report for version 16.1.5},
+ Author = {Trompille, V.},
+ Institution = {Deltares},
+ Year = {2016},
+ Month = {December},
+ Number = {1221017-000},
+
+ Owner = {trp},
+ Timestamp = {2016.12.13}
+}
+
+@TechReport{DSLProbabilistic_TestReport_16_1_5,
+ author = {V. Trompille},
+ title = {Delta Shell Light Probabilistic - Test Report for version 16.1.5},
+ institution = {Deltares},
+ year = {2016},
+ number = {1221017-000},
+ month = {December},
+ owner = {trp},
+ timestamp = {2016.12.13},
+}
+
+@TechReport{GrassUI_TestPlan,
+ Title = {BM - Gras Buitentalud, Test Plan},
+ Author = {Smyrniou, E.},
+ Institution = {Deltares},
+ Year = {2019},
+ Month = {July},
+ Number = {1230088-041-DSC-0001, version 1.3, final},
+
+ Owner = {smy},
+ Timestamp = {2019.07.30}
+}
+
+@TechReport{GrassUI_TestReport,
+ Title = {BM - Gras Buitentalud},
+ Author = {Trompille, V.},
+ Institution = {Deltares},
+ Year = {2016},
+ Month = {November},
+ Number = {1230088-041-DSC-0007, Version 1.2, final},
+
+ Owner = {trp},
+ Timestamp = {2016.11.03}
+}
+
+@TechReport{MacroStabilityKernel_TestReport_16_1_1,
+ Title = {WTI2017 Failure mechanisms - MacroStability Kernel, Test Report for version 16.1.1},
+ Author = {Trompille, V.},
+ Institution = {Deltares},
+ Year = {2016},
+ Month = {May},
+ Number = {1230095-002-HYE-0013},
+
+ Owner = {trp},
+ Timestamp = {2016.04.12}
+}
+
+@TechReport{MacroStabilityKernel_TestReport_16_2_1,
+ Title = {WTI2017 Failure mechanisms - MacroStability Kernel, Test Report for version 16.2.1},
+ Author = {Trompille, V.},
+ Institution = {Deltares},
+ Year = {2016},
+ Month = {December},
+ Number = {1230095-002-HYE-0013, version 2, final},
+
+ Owner = {trp},
+ Timestamp = {2016.04.12}
+}
+
+@TechReport{MacroStabilityUI_TestPlan,
+ Title = {BM MacroStabiliteit UI - Test Plan},
+ Author = {Trompille, V.},
+ Institution = {Deltares},
+ Year = {2016},
+ Month = {December},
+ Number = {1230088-040-DSC-0002, version 1.2, final},
+
+ Owner = {markus},
+ Timestamp = {2016.06.10}
+}
+
+@TechReport{Trompille2016,
+ Title = {WTI2017 Failure mechanisms - MacroStability Kernel, Test Report for version 16.1.1},
+ Author = {Trompille, V.},
+ Institution = {Deltares},
+ Year = {2016},
+ Month = {May},
+ Number = {1230095-002-HYE-0013},
+
+ Owner = {trp},
+ Timestamp = {2016.04.12}
+}
+
+@TechReport{Trompille2016a,
+ Title = {Delta Shell Light Geographic - Test Report for version 16.1.5},
+ Author = {Trompille, V.},
+ Institution = {Deltares},
+ Year = {2016},
+ Month = {December},
+ Number = {1221017-000},
+
+ Owner = {trp},
+ Timestamp = {2016.12.13}
+}
+
+@TechReport{Trompille2016b,
+ Title = {Delta Shell Light Core - Test Report for version 16.1.5},
+ Author = {Trompille, V.},
+ Institution = {Deltares},
+ Year = {2016},
+ Month = {December},
+ Number = {1221017-000},
+
+ Owner = {trp},
+ Timestamp = {2016.12.13}
+}
+
+@TechReport{Trompille2016c,
+ Title = {Delta Shell Light Forms Standard - Test Report for version 16.1.5},
+ Author = {Trompille, V.},
+ Institution = {Deltares},
+ Year = {2016},
+ Month = {December},
+ Number = {1221017-000},
+
+ Owner = {trp},
+ Timestamp = {2016.12.13}
+}
+
+@TechReport{GrassWaveImpactKernel_TestPlan,
+ author = {Trompille, V.},
+ title = {Failure Mechanism Module Grass Wave Impact Zone, Test Plan},
+ institution = {Deltares},
+ year = {2019},
+ number = {1220043-002-HYE-0011, version 2, final},
+ month = {September},
+ owner = {trp},
+ timestamp = {2016.04.12},
+}
+
+@TechReport{GrassWaveImpactKernel_TestReport_15_2_1,
+ author = {Trompille, V.},
+ title = {Failure Mechanism Module Grass Wave Impact Zone - Test Report for version 15.2.1},
+ institution = {Deltares},
+ year = {2015},
+ number = {1220043-002-HYE-0035, version 1, final},
+ month = {December},
+ owner = {trp},
+ timestamp = {2016.04.11},
+}
+
+@TechReport{GrassWaveImpactKernel_TestReport_19_1_1,
+ author = {Trompille, V.},
+ title = {Failure Mechanism Module Grass Wave Impact Zone - Test Report for version 19.1.1},
+ institution = {Deltares},
+ year = {2019},
+ number = {1230095-002-HYE-0008, version 4, final},
+ month = {July},
+ owner = {trp},
+ timestamp = {2019.07.22},
+}
+
+@TechReport{GrassWaveRunupKernel_TestPlan,
+ Title = {Failure Mechanism Module Grass Wave Runup Zone, Test Plan},
+ Author = {Trompille, V.},
+ Institution = {Deltares},
+ Year = {2015},
+ Month = {September},
+ Number = {1220043-002-HYE-0015, version 1.0, final},
+
+ Owner = {trp},
+ Timestamp = {2016.04.12}
+}
+
+@TechReport{GrassWaveRunupKernel_TestReport_15_2_1,
+ Title = {Failure Mechanism Module Grass Wave Runup Zone Kernel, Test Report for version 15.2.1},
+ Author = {Trompille, V.},
+ Institution = {Deltares},
+ Year = {2015},
+ Month = {December},
+ Number = {1220043-002-HYE-0034, version 1.0, final},
+
+ Owner = {trp},
+ Timestamp = {2016.04.12}
+}
+
+@TechReport{GrassWaveRunupKernel_TestReport_19_1_1,
+ Title = {Failure Mechanism Module Grass Wave Runup Zone Kernel, Test Report for version 19.1.1},
+ Author = {Smyrniou, E.},
+ Institution = {Deltares},
+ Year = {2019},
+ Month = {July},
+ Number = {1230095-002-HYE-0006, version 3.0, final},
+
+ Owner = {trp},
+ Timestamp = {2019.07.26}
+}
+
+
+@TechReport{MacroStabilityKernel_TestReport_15_2_1,
+ Title = {WTI2017 Failure mechanisms - MacroStability Kernel, Test Report for version 15.2.1},
+ Author = {Trompille, V.},
+ Institution = {Deltares},
+ Year = {2015},
+ Month = {December},
+ Number = {1220043-002-HYE-0044},
+
+ Owner = {trp},
+ Timestamp = {2016.04.12}
+}
+
+@TechReport{Trompille2015,
+ Title = {Failure Mechanism Module Grass Wave Impact Zone, Test Plan},
+ Author = {Trompille, V.},
+ Institution = {Deltares},
+ Year = {2015},
+ Month = {September},
+ Number = {1220043-002-HYE-0011, version 1, final},
+
+ Owner = {trp},
+ Timestamp = {2016.04.12}
+}
+
+@TechReport{Trompille2015a,
+ Title = {Failure Mechanism Module Grass Wave Impact Zone - Test Report for version 15.2.1},
+ Author = {Trompille, V.},
+ Institution = {Deltares},
+ Year = {2015},
+ Month = {December},
+ Number = {1220043-002-HYE-0035, version 1, final},
+
+ Owner = {trp},
+ Timestamp = {2016.04.11}
+}
+
+@TechReport{Trompille2015b,
+ Title = {WTI2017 Failure mechanisms - MacroStability Kernel, Test Report for version 15.2.1},
+ Author = {Trompille, V.},
+ Institution = {Deltares},
+ Year = {2015},
+ Month = {December},
+ Number = {1220043-002-HYE-0044},
+
+ Owner = {trp},
+ Timestamp = {2016.04.12}
+}
+
+@TechReport{WaveImpactAsphaltKernel_TestPlan,
+ Title = {WTI2017 Failure Mechanisms - Wave lmpact Asphalt Kernel, Test Plan},
+ Author = {Trompille, V.},
+ Institution = {Deltares},
+ Year = {2015},
+ Month = {September},
+ Number = {1207814.008, version 1, final},
+
+ Owner = {trp},
+ Timestamp = {2016.04.12}
+}
+
+@TechReport{WaveImpactAsphaltKernel_TestReport_15_2_1,
+ Title = {WTI-2017 Failure mechanisms - Wave Impact Asphalt Kernel, Test Report for version 15.2.1},
+ Author = {Trompille, V.},
+ Institution = {Deltares},
+ Year = {2015},
+ Month = {December},
+ Number = {1220043-002-HYE-0032, version 1.0, final},
+
+ Owner = {trp},
+ Timestamp = {2016.04.12}
+}
+
+@Electronic{WaveImpactAsphaltKernel_Spreadsheet,
+ author = {Trompille, V.},
+ title = {Master Sheet Tests WaveImpact Kernel.xlsx},
+ year = {2014},
+ url = {https://repos.deltares.nl/repos/FailureMechanisms/FailureMechanisms/WaveImpact/trunk/doc},
+ month = {Octobre},
+ owner = {trp},
+ timestamp = {2016.09.12},
+}
+
+@Electronic{MacroStabilityKernel_Spreadsheet,
+ author = {Trompille, V.},
+ title = {Master Sheet Tests Macrostability Kernel.xlsx},
+ year = {2013},
+ url = {https://repos.deltares.nl/repos/FailureMechanisms/FailureMechanisms/MacroStability/trunk/test/Spreadsheets},
+ owner = {trp},
+ timestamp = {2016.06.10},
+}
+
@InProceedings{Van2001,
Title = {New approach for uplift induced slope failure},
Author = {Van, M.A.},
Booktitle = {XVth International Conference on Soil Mechanics and Geotechnical Engineering, Istanbul},
Year = {2001},
Pages = {2285-2288},
- Journal = {XVth International
-Conference on Soil Mechanics and Geotechnical Engineering, Istanbul},
+ Journal = {XVth International Conference on Soil Mechanics and Geotechnical Engineering, Istanbul},
Owner = {trp},
Timestamp = {2016.05.02}
}
+@Article{Verruijt1982,
+ Title = {Collegedictaat b22: Grondmechanica CUR -- Civiele},
+ Author = {Verruijt},
+ Year = {1982},
+ Note = {Technische Hogeschool Delft, afdeling Civiele Techniek, vakgroep Geotechniek},
+
+ Owner = {mooim_ar},
+ Timestamp = {2013.09.27}
+}
+
@Electronic{Verruijt_SoilMechanics,
Title = {Soil Mechanics},
Author = {Verruijt, A.},
@@ -206,17 +1157,109 @@
Timestamp = {2016.05.02}
}
-@TechReport{DSoilModel_FunctionalDesign,
- author = {van der Zwan, I.},
- title = {Functional Design D-Soil Model},
+@TechReport{GrassWaveImpactKernel_FunctionalDesign,
+ author = {de Waal, J.P.},
+ title = {Failure Mechanism Module Grass Wave Impact Zone, Requirements and Functional Design},
institution = {Deltares},
- year = {September 2017},
- number = {1230088-026-DSC-0001, version 5},
- month = {August},
+ year = {2019},
+ number = {1220043-002-HYE-0025, version 3, final},
+ month = {September},
owner = {trp},
- timestamp = {2016.06.01},
+ timestamp = {2016.04.12},
}
+@TechReport{GrassWaveRunupKernel_FunctionalDesign,
+ Title = {Failure Mechanism Module Grass Wave Runup Zone, Requirements and Functional Design},
+ Author = {de Waal, H. and van Hoven, A.},
+ Institution = {Deltares},
+ Year = {2015},
+ Month = {October},
+ Number = {1220043-002-HYE-0004, version 2, final},
+
+ Owner = {trp},
+ Timestamp = {2016.04.12}
+}
+
+@TechReport{Waal2015,
+ Title = {Failure Mechanism Module Grass Wave Impact Zone, Requirements and Functional Design},
+ Author = {de Waal, H. and van Hoven, A.},
+ Institution = {Deltares},
+ Year = {2015},
+ Month = {September},
+ Number = {1220043-002-HYE-0025, version 2, final},
+
+ Owner = {trp},
+ Timestamp = {2016.04.12}
+}
+
+@TechReport{DSoilModel_Projectplan2017,
+ Title = {D-Soil Model Projectplan 2017},
+ Author = {Zwan, van der I.},
+ Year = {2017},
+
+ Date = {2017-03-17}
+}
+
+@TechReport{MacroStabilityUI_Projectplan2017,
+ Title = {BM - Macrostabiliteit Projectplan 2017},
+ Author = {Zwan, van der I.},
+ Year = {2017},
+
+ Date = {2017-03-08}
+}
+
+@TechReport{Zwan2017,
+ Title = {BM - Macrostabiliteit - Functional Design},
+ Author = {Zwan, van der I.},
+ Institution = {Deltares},
+ Year = {2017},
+ Month = {September},
+ Number = {1230088-040-DSC-0009, version 4, final},
+
+ Owner = {trp},
+ Timestamp = {2016.04.11}
+}
+
+@TechReport{Zwan2017a,
+ Title = {WTI-2017 Failure mechanisms - MacroStability kernel, Requirements and Functional Design},
+ Author = {Zwan, van der I.},
+ Institution = {Deltares},
+ Year = {2017},
+ Month = {September},
+ Number = {12300953-002-HYE-0014, version 4, final},
+
+ Owner = {trp},
+ Timestamp = {2016.04.12}
+}
+
+@TechReport{MacroStabilityUI_FunctionalDesign,
+ Title = {User Interface for Macro Stability - Functional Design},
+ Author = {Zwan, van der I.},
+ Institution = {Deltares},
+ Year = {2016},
+ Month = {December},
+ Number = {1230088-040-DSC-0009, version 3},
+
+ Owner = {trp},
+ Timestamp = {2016.04.11}
+}
+
+@Electronic{Websitewass,
+ Title = {Program UTEXAS3, http://www.wass.entpe.fr/steph/engstef/case/engcomp.htm},
+
+ Owner = {mooim_ar},
+ Timestamp = {2013.09.27}
+}
+
+@TechReport{Clouterre1993,
+ Title = {Soil Nailing Recommendations-1991 for Designing, Calculating, Constructing and Inspecting Earth Support Systems Using Soil Nailing (English Translation)},
+ Institution = {Recommendations CLOUTERRE 1991},
+ Year = {July 1993},
+
+ Owner = {mooim_ar},
+ Timestamp = {2013.09.27}
+}
+
@TechReport{FC2015,
Title = {Modeling Ground Water Flow through Dikes for Real Time Stability Assessment},
Institution = {FC2015},
@@ -226,4 +1269,524 @@
Timestamp = {2016.05.31}
}
+@TechReport{SBWPiping2011,
+ Title = {SBW Piping HP.9. Technisch Rapport Zandmeevoerende Wellen, Herziene versie},
+ Institution = {Deltares},
+ Year = {2011},
+ Number = {1202123-003},
+
+ Owner = {trp},
+ Timestamp = {2016.05.31}
+}
+
+@TechReport{StructuresNonClosureTechnicalDesign,
+ author = {Tom The},
+ title = {WTI2017 Failure Mechanisms - Non closure structures - Technical Design},
+ institution = {Deltares},
+ year = {2016},
+ number = {1230095-002-HYE-0009},
+}
+
+@TechReport{StructuresHeightTechnicalDesign,
+ author = {Tom The},
+ title = {WTI2017 Failure Mechanisms - Height structures - Technical Design},
+ institution = {Deltares},
+ year = {2016},
+ date = {2016-12-01},
+ number = {1230095-002-HYE-0010},
+}
+
+@TechReport{StructuresFailureOverallTechnicalDesign,
+ author = {Tom The},
+ title = {WTI2017 Failure Mechanisms - Structural Failure - Technical Design},
+ institution = {Deltares},
+ year = {2016},
+ number = {1230095-002-HYE-0011},
+}
+
+@TechReport{RevetmentTechnicalDesign,
+ author = {Jan Kramer},
+ title = {WTI/RTO Package: Block Revetment Failure Mechanism Library - Technical Design},
+ institution = {Deltares},
+ year = {2016},
+}
+
+@TechReport{StructuresFailureGodaSubsetTechnicalDesign,
+ author = {J. Beckers},
+ title = {Technical Design Limit State Functions STCO},
+ institution = {Deltares},
+ year = {2015},
+ number = {1209442-002-HYE-0006},
+}
+
+@TechReport{DikesOvertoppingTechnicalDesign,
+ author = {Edwin Spee},
+ title = {WTI2017 Failure Mechanisms - Dikes Overtopping Kernel - Technical Design},
+ institution = {Deltares},
+ year = {2017},
+}
+
+@misc{vnkpiping,
+ author = {Deltares},
+ editor = {Tom The},
+ title = {MPiping},
+ year = {2009},
+ date = {2009-11-30},
+ howpublished = "\url{http://dserie.deltares.nl/DGWebPiping/default.aspx}",
+}
+
+@TechReport{WBI2017OrganisatieBenO,
+ author = {J.P. de Waal},
+ title = {Organisatie beheer en onderhoud WBI2017 producten},
+ institution = {Deltares},
+ year = {2017},
+ date = {2017-09-01},
+ number = {11200574-009-GEO-000},
+}
+
+@TechReport{PipingDoorlatendheidRekentoolFunctionalDesign,
+ author = {Tom The},
+ title = {Piping Doorlatendheid Rekentool Functional Design},
+ institution = {Deltares},
+ year = {2018},
+ date = {2018-07-01},
+ number = {11202231-002-HYE-0009},
+}
+
+@TechReport{PipingPermeabilityToolFunctionalDesign,
+ author = {Tom The},
+ title = {Piping Permeability Tool Functional Design},
+ institution = {Deltares},
+ year = {2018},
+ date = {2018-07-01},
+ number = {11202231-002-HYE-0005},
+}
+
+@TechReport{PipingPermeabilityToolTechnicalDocumentation,
+ author = {Doxygen},
+ title = {Piping Permeability Tool Technical Documentation},
+ institution = {Deltares},
+ year = {2018},
+ date = {2018-07-01},
+}
+
+@TechReport{PipingDoorlatendheidRekentoolTechnicalDesign,
+ author = {Carles Salvador {Soriano Pérez}},
+ title = {Piping Doorlatendheid Rekentool Technical Design},
+ institution = {Deltares},
+ year = {2018},
+ date = {2018-07-01},
+ number = {11202231-002-HYE-0011},
+}
+
+@TechReport{PipingPermeabilityToolTechnicalDesign,
+ author = {Carles Salvador {Soriano Pérez}},
+ title = {Piping Permeability Tool Technical Design},
+ institution = {Deltares},
+ year = {2018},
+ date = {2018-07-01},
+ number = {11202231-002-HYE-0006},
+}
+
+@TechReport{PipingPermeabilityToolTestReport18_1,
+ author = {Carles Salvador {Soriano Pérez}},
+ title = {Piping Permeability Tool Test Report 18.1},
+ institution = {Deltares},
+ year = {2018},
+ date = {2018-07-01},
+ number = {11202231-002-HYE-0007},
+}
+
+@TechReport{PipingPermeabilityToolTestPlan,
+ author = {Carles Salvador {Soriano Pérez}},
+ title = {Piping Permeability Tool Test Plan},
+ institution = {Deltares},
+ year = {2018},
+ date = {2018-07-01},
+ number = {11202231-002-HYE-0008},
+}
+
+@TechReport{PipingDoorlatendheidRekentoolTechnicalDocumentation,
+ author = {Doxygen},
+ title = {Piping Doorlatendheid Rekentool Technical Documentation},
+ institution = {Deltares},
+ year = {2018},
+ date = {2018-07-01},
+}
+
+@TechReport{PipingDoorlatendheidRekentoolTestPlan,
+ author = {Carles Salvador {Soriano Pérez}},
+ title = {Piping Doorlatendheid Rekentool Test Plan},
+ institution = {Deltares},
+ year = {2018},
+ date = {2018-07-01},
+ number = {11202231-002-HYE-0012},
+}
+
+@TechReport{PipingDoorlatendheidRekentoolTestReport18_1,
+ author = {Carles Salvador {Soriano Pérez}},
+ title = {Piping Doorlatendheid Rekentool Test Report 18.1},
+ institution = {Deltares},
+ year = {2018},
+ date = {2018-07-01},
+ number = {11202231-002-HYE-0013},
+}
+
+@TechReport{PipingDoorlatendheidRekentoolManual,
+ author = {Tom The},
+ title = {Piping Doorlatendheid Rekentool Handleiding},
+ institution = {Deltares},
+ year = {2018},
+ date = {2018-07-01},
+ number = {11202231-002-HYE-0010},
+}
+
+@InProceedings{WBI2016,
+ author = {gebruikers van het WBI and instrumentarium Zuiderwagenplein and 2 and 8224 AD and LELYSTAD and Postbus and 3500 GE and UTRECHT and T and 0320 and F and 0320 and www.rijkswaterstaat.nl},
+ title = {RWS ONGECLASSIFICEERD Rijkswaterstaat Water, Verkeer en Leefomgeving},
+ groups = {soriano:6},
+ year = {2016},
+}
+
+@Electronic{PipingPermeabilityTestDocument,
+ Title = {Master spreadsheet Piping Permeability Tool},
+ Author = {Trompille, V.},
+ Url = {https://repos.deltares.nl/repos/FailureMechanisms/FailureMechanisms/PipingPermeabilityTool/trunk/test/Master spreadsheet Piping Permeability Tool.xlsx},
+ Year = {2018},
+ Owner = {van and Trompille, V.},
+ Timestamp = {2018.07.12}
+}
+
+@Electronic{PipingDoorlatendheidTestDocument,
+ Title = {Piping Doorlatendheid Master Sheet Tests},
+ Author = {The, Tom.},
+ Url = {https://repos.deltares.nl/repos/FailureMechanisms/Applications/PipingDoorlatendheidRekentool/trunk/test/TestDocuments/Piping Doorlatendheid Rekentool testdocument.xlsx},
+ Year = {2018},
+ Owner = {markus},
+ Timestamp = {2018.07.16}
+}
+
+@WWW{mvvmPattern,
+ author = {David Britch, Craig Dunn, Poulad},
+ editor = {Microsoft Xamarin},
+ title = {The Model-View-ViewModel Pattern},
+ year = {2017},
+ date = {2017-07-08},
+ url = {https://docs.microsoft.com/en-us/xamarin/xamarin-forms/enterprise-application-patterns/mvvm},
+}
+
+@WWW{UMLet,
+ author = {UMLet},
+ editor = {GNU General Public License},
+ title = {http://www.umlet.com/},
+ year = {2018},
+ date = {2018-07-20},
+ url = {http://www.umlet.com/},
+}
+
+@Report{VTV_TD_2016,
+ author = {De Bruijn, H. and De Vries, G. and 't Hart, R.},
+ title = {Voorschrift Toetsen op Veiligheid, Technisch Deel (rapport 1220078-000-GEO-0009, version 2, 22 feb. 2012, definitif)},
+ type = {resreport},
+ institution = {Deltares},
+ year = {2016},
+ date = {2016-02-22},
+ number = {1220078-000-GEO-0009},
+}
+
+@Report{HTVZ_2012,
+ author = {Rijkswaterstaat},
+ title = {Handreiking Toetsen Voorland Zettingsvloeiing t.b.v. het opstellen van het beheerdersoordeel (BO) in de verlengde derde toetsronde (Definitief)},
+ type = {resreport},
+ institution = {Ministerie van Infrastructuur en Milieu},
+ year = {2012},
+ date = {2012-10-25},
+}
+
+@Report{RVPW_2016,
+ author = {Rijkswaterstaat},
+ title = {Regeling veiligheid primaire waterkeringen 2017 - Bijlage III Sterkte en veiligheid},
+ type = {resreport},
+ institution = {Ministerie van Infrastructuur en Milieu},
+ year = {2016},
+ date = {2016-04-22},
+}
+
+@Book{VTV_2006,
+ author = {Rijkswaterstaat},
+ title = {Voorschrift Toetsen op Veiligheid - Primaire Waterkeringen (2006)},
+ year = {2007},
+ date = {2007-09-01},
+ editor = {Minsiterie van Verkeer en Waterstaat},
+}
+
+@Report{ABFSHMBreach2011,
+ author = {Tabak, F.},
+ title = {Analysis of Breach Flow Slides with HMBreach (Deltares report)},
+ type = {techreport},
+ institution = {Deltares},
+ year = {2011},
+ date = {2011-12-29},
+ pages = {112},
+}
+
+@Report{OVWHMbreach2009,
+ author = {Mastbergen, D. R.},
+ title = {Oeverstabiliteit bij verdieping waterbodems - Rekenmodel HMBreach (Delft Cluster rapport DC 04 43 11, Sept. 2009, definitief)},
+ type = {techreport},
+ institution = {Delft Cluster},
+ year = {2009},
+}
+
+@Manual{SLIQ2DManual2009,
+ author = {van den Ham, G.},
+ editor = {Delft Cluster},
+ title = {Statische verweking talud - Handleiding Windows versie SLIQ2D},
+ year = {2009},
+}
+
+@Report{Smale2018,
+ author = {Smale, A. J.},
+ title = {Kansverdeling golfhoogte in GEBU-oploopzone},
+ type = {memo},
+ institution = {Deltares},
+ year = {2018},
+ date = {2018-05-25},
+ number = {11202226-012-GEO-0001},
+}
+
+@TechReport{GrassWaveImpactKernel_TechnicalDocumentation,
+ author = {Doxygen},
+ title = {Failure Mechanism Module Grass Wave Impact Zone, Technical Documentation},
+ year = {2019},
+}
+
+@Report{HTGD_2012,
+ author = {Rijkswaterstaat},
+ title = {Handreiking Toetsen Grasbekledingen op Dijken t.b.v. het opstellen van het beheerdersoordeel (BO) in de verlengde derde toetsronde},
+ year = {2012},
+}
+
+@Report{Kruse2010,
+ author = {Kruse, G.A.M.},
+ title = {Studie voor richtlijnen klei op dijktaluds in het rivierengebied, rapportnummer 1202512-000-GEO-0002},
+ institution = {Deltares},
+ year = {2010},
+}
+
+@Report{VanHovenMemo2015,
+ author = {Van Hoven, A.},
+ title = {Deltares memo, Grass erosion model in wave impact zone},
+ institution = {Deltares},
+ year = {2015},
+}
+
+@Report{VanHovenMemoBenchmarks2015,
+ author = {Van Hoven, A.},
+ title = {Deltares memo 1220086-004-HYE-005, Benchmarks wave impact},
+ institution = {Deltares},
+ year = {2015},
+}
+
+@Electronic{GrassWaveImpactKernel_Spreadsheet,
+ author = {Deltares},
+ title = {Failure Mechanism Module Grass Wave Impact Zone, BenchmarksGrasslmpact.xlsx},
+ year = {2019},
+ url = {https://repos.deltares.nl/repos/FailureMechanisms/FailureMechanisms/GrassErosionOuterslopeWavelmpactltrunk/test/BenchmarksGrasslmpact.xlsx},
+}
+
+@TechReport{TAvdW1985,
+ author = {TAW},
+ title = {Leidraad voor het ontwerpen van rivierdijken, Deel 1 -- Bovenrivierengebied},
+ institution = {Technische Adviescommissie voor de Waterkeringen},
+ year = {1985},
+ note = {Staatsuitgeverij - 's Gravenhage - september 1985},
+ owner = {the},
+ timestamp = {2019-11-12},
+}
+
+@TechReport{HandboekZettingsvloeiing1994,
+ author = {Stoutjesdijk, T. P.},
+ title = {Handboek zettingsvloeiing CO-353260/10},
+ institution = {Grondmechanica Delft},
+ year = {1994},
+}
+
+@Article{Mastbergen2003,
+ author = {Mastbergen, D.R. \& van den Berg, J.H.},
+ title = {Breaching in fine sands and the generation of sustained turbiditycurrents in submarine canyons},
+ journal = {Sedimentology},
+ year = {2003},
+ editor = {International Association of Sedimentologists},
+}
+
+@Article{Winterwerp1992,
+ author = {J.C. Winterwerp, W.T. Bakker, D.R. Mastbergen and H. van Rossum},
+ title = {Hyperconcentrated Sand-Water Mixture Flows over Erodible Bed},
+ journal = {Journal of Hydraulic Engineering},
+ year = {1992},
+ volume = {118},
+ number = {11},
+}
+
+@Manual{SchematiseringshandleidingZettingsvloeiing2019,
+ author = {Rijkswaterstaat},
+ editor = {Ministerie van Infrastructuur en Waterstaat},
+ title = {Schematiseringshandleiding zettingsvloeiing, Definitief, versie 2.0},
+ year = {2019},
+ date = {2019-11-28},
+ pages = {75},
+}
+
+@Report{CURAanbeveling113,
+ author = {CUR-commissie},
+ title = {CUR Aanbeveling 113 - Oeverstabiliteit bij Zandwinputten},
+ institution = {CUR Bouw \& Infra},
+ year = {2008},
+}
+
+@TechReport{WaternetCreator_TestPlan,
+ author = {Trompille, V.},
+ title = {Waternet Creator BOI - Test Plan (version 1)},
+ institution = {Deltares},
+ year = {2021},
+}
+
+@TechReport{WaternetCreator_FunctionalDesign,
+ author = {Trompille, V.},
+ title = {Waternet Creator BOI - Functional Design (version 1)},
+ institution = {Deltares},
+ year = {2021},
+}
+
+@TechReport{MacroStabilityReliability_TechnicalDocumentation,
+ author = {Doxygen},
+ title = {Macrostability Reliability kernel - Technical Documentation},
+ institution = {Deltares},
+ year = {2023},
+}
+
+@TechReport{WaternetCreator_TestReport,
+ author = {Trompille, V.},
+ title = {Waternet Creator BOI - Test Report (version 1)},
+ institution = {Deltares},
+ year = {2021},
+}
+
+@TechReport{WaternetCreator_TechnicalDesign,
+ author = {Trompille, V.},
+ title = {Waternet Creator BOI - Technical Design (version 1)},
+ institution = {Deltares},
+ year = {2021},
+}
+
+@TechReport{GrassWaveRunupKernel_TestReport_21_1_1,
+ author = {Trompille, V.},
+ title = {Failure Mechanism Module Grass Wave Runup Zone Kernel, Test Report for version 21.1.1 (version 1.5)},
+ institution = {Deltares},
+ year = {2021},
+ month = {July},
+ owner = {trp},
+ timestamp = {2019.07.26},
+}
+
+@TechReport{MacroStabilityReliability_TestPlan,
+ author = {Trompille, V.},
+ title = {Macrostability Reliability kernel - Test Plan},
+ institution = {Deltares},
+ year = {2023},
+}
+
+@TechReport{MacroStabilityReliability_TestReport,
+ author = {Trompille, V.},
+ title = {Macrostability Reliability kernel - Test Report},
+ institution = {Deltares},
+ year = {2023},
+}
+
+@TechReport{MacroStabilityReliability_FunctionalDesign,
+ author = {Trompille, V.},
+ title = {Macrostability Reliability kernel - Functional Design},
+ institution = {Deltares},
+ year = {2023},
+}
+
+@TechReport{MacroStabilityReliability_TechnicalDesign,
+ author = {Bokma, J.},
+ title = {Macrostability Reliability kernel - Technical Design},
+ institution = {Deltares},
+ year = {2023},
+}
+
+@TechReport{WaternetCreator_TechnicalDocumentation,
+ author = {Doxygen},
+ title = {Waternet Creator BOI - Technical Documentation},
+ institution = {Deltares},
+ year = {2021},
+}
+
+@TechReport{FlowSlideKernel_FunctionalDesign,
+ author = {V. Trompille},
+ title = {Flow Slide kernel - Functional Design (version 1.0, draft)},
+ institution = {Deltares},
+ year = {2021},
+}
+
+@TechReport{FlowSlideKernel_TestReport_20_1_2,
+ author = {V. Trompille},
+ title = {Flow Slide kernel - Test Report, Flow Slide version 20.1.2 (draft)},
+ institution = {Deltares},
+ year = {2021},
+}
+
+@TechReport{FlowSlideKernelTechnicalDesign,
+ author = {B.S.T.I.M. The},
+ date = {December 2021},
+ institution = {Deltares},
+ title = {Flow Slide Kernel - Technical Design},
+}
+
+@TechReport{FlowSlideKernelTestPlan,
+ author = {dr. V. Trompille},
+ date = {December 2021},
+ institution = {Deltares},
+ title = {Flow Slide Kernel - Test Plan},
+}
+
+@TechReport{FlowSlideKernelTechnicalDocumentation,
+ author = {Doxygen},
+ date = {December 2021},
+ institution = {Deltares},
+ title = {Flow Slide Kernel - Technical Documentation},
+}
+
+@Electronic{FlowSlideKernel_Spreadsheet,
+ author = {V. Trompille},
+ title = {D-Flow Slide - Master Spreadsheet.xlsx},
+ year = {2021},
+ url = {https://repos.deltares.nl/repos/FailureMechanisms/FailureMechanisms/FlowSlide/trunk/test/Spreadsheets%20for%20Benchmarks},
+}
+
+@TechReport{DSL_ProgrammersManual,
+ author = {R. Brinkman},
+ date = {Feb. 2014},
+ institution = {Deltares},
+ title = {Deltares Framework},
+ number = {1209430-000-DSC-0020},
+}
+
+@TechReport{ProbabilisticToolkitUserManual,
+ author = {Brinkman, R.},
+ date = {2023-03-01},
+ institution = {Deltares},
+ title = {Probabilistic Toolkit User Manual},
+ year = {2023},
+}
+
@Comment{jabref-meta: databaseType:biblatex;}
+
+@Comment{jabref-meta: grouping:
+0 AllEntriesGroup:;
+1 StaticGroup:Markings\;2\;1\;\;\;\;;
+2 StaticGroup:soriano:6\;2\;1\;\;\;\;;
+}