From b1bb4a1971a379d0daa385d600e106dbdda89da3 Mon Sep 17 00:00:00 2001
From: Fawzi Mohamed <fawzi.mohamed@fhi-berlin.mpg.de>
Date: Fri, 19 Jan 2018 00:26:39 +0100
Subject: [PATCH] uploader and upload date to section_calculation_info

---
 .../nomad_meta_info/public.nomadmetainfo.json  | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/meta_info/nomad_meta_info/public.nomadmetainfo.json b/meta_info/nomad_meta_info/public.nomadmetainfo.json
index cd8044e..acdb119 100644
--- a/meta_info/nomad_meta_info/public.nomadmetainfo.json
+++ b/meta_info/nomad_meta_info/public.nomadmetainfo.json
@@ -657,6 +657,24 @@
       "superNames": [
         "section_calculation_to_folder_refs"
       ]
+    }, {
+      "description": "Upload date of the calculation, given as total number of milliseconds is the elapsed since the unix epoch (1 January 1970)",
+      "dtypeStr": "i64",
+      "name": "calculation_upload_date",
+      "repeats": true,
+      "shape": [],
+      "superNames": [
+        "section_calculation_info"
+      ]
+    }, {
+      "description": "Name of the uploader of this calculation, given as lastamen, firstname",
+      "dtypeStr": "C",
+      "name": "calculation_uploader_name",
+      "repeats": true,
+      "shape": [],
+      "superNames": [
+        "section_calculation_info"
+      ]
     }, {
       "derived": true,
       "description": "String that specifies the centering, origin and basis vector settings of the 3D space group that defines the symmetry group of the simulated physical system (see section_system). Values are as defined by spglib.",
-- 
GitLab