diff --git a/deposit/DoorKeeper/src/main/java/nl/mpi/tla/flat/deposit/action/EasyBag.java b/deposit/DoorKeeper/src/main/java/nl/mpi/tla/flat/deposit/action/EasyBag.java
index 19ead710..37c58f46 100644
--- a/deposit/DoorKeeper/src/main/java/nl/mpi/tla/flat/deposit/action/EasyBag.java
+++ b/deposit/DoorKeeper/src/main/java/nl/mpi/tla/flat/deposit/action/EasyBag.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 menzowi
+ * Copyright (C) 2016 menzowi
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/deposit/DoorKeeper/src/main/java/nl/mpi/tla/flat/deposit/action/PackageAssembly.java b/deposit/DoorKeeper/src/main/java/nl/mpi/tla/flat/deposit/action/PackageAssembly.java
index c0b03a65..68ed664d 100644
--- a/deposit/DoorKeeper/src/main/java/nl/mpi/tla/flat/deposit/action/PackageAssembly.java
+++ b/deposit/DoorKeeper/src/main/java/nl/mpi/tla/flat/deposit/action/PackageAssembly.java
@@ -39,7 +39,7 @@ public class PackageAssembly extends AbstractAction {
@Override
public boolean perform(Context context) throws DepositException {
try {
- File dir = new File(getParameter("dir","./resources"));
+ File dir = new File(getParameter("dir","./data"));
if (!dir.exists())
FileUtils.forceMkdir(dir);
int downloads = 0;
diff --git a/deposit/DoorKeeper/src/test/resources/flat-deposit.xml b/deposit/DoorKeeper/src/test/resources/flat-deposit.xml
index 5fcbac4c..13ec54dd 100644
--- a/deposit/DoorKeeper/src/test/resources/flat-deposit.xml
+++ b/deposit/DoorKeeper/src/test/resources/flat-deposit.xml
@@ -11,11 +11,13 @@
-
+
+ -->
@@ -31,29 +33,43 @@
-
+
-
-
+
+ -->
+
-
+
-
+
-
+
-
+
@@ -62,10 +78,13 @@
+
-
-
+
@@ -73,7 +92,9 @@
-
+
@@ -81,21 +102,25 @@
-
-
+
+ -->
+
-
+ -->
diff --git a/documents/2016-LREC-FLAT.pdf b/documents/2016-LREC-FLAT.pdf
index 515c1718..9f9c578e 100644
Binary files a/documents/2016-LREC-FLAT.pdf and b/documents/2016-LREC-FLAT.pdf differ