From b8442976f281fa05bf520337bc3fa71f58e90172 Mon Sep 17 00:00:00 2001 From: jaketompkins97 <56805476+jaketompkins97@users.noreply.github.com> Date: Tue, 3 Mar 2020 10:46:29 -0800 Subject: [PATCH 1/4] Update digprint.md --- digprint.md | 1 - 1 file changed, 1 deletion(-) diff --git a/digprint.md b/digprint.md index c0e245f..a163d88 100644 --- a/digprint.md +++ b/digprint.md @@ -267,7 +267,6 @@ Processing includes the following: ### File Specifications at a Glance * File format for master images: TIFF -* File format for derivatives: JPEG or PDF/PDFa * Output resolution: 400 - 600ppi * Bit depth: 8 bits per channel (24 bit total) * Color: RGB highlights should not exceed 250 - 250 - 250, shadows no lower than 5 - 5 - 5, check histogram for this information From 0980716e1a4e65b1be2ab91b61110416a01a0395 Mon Sep 17 00:00:00 2001 From: jaketompkins97 <56805476+jaketompkins97@users.noreply.github.com> Date: Tue, 3 Mar 2020 10:49:49 -0800 Subject: [PATCH 2/4] Update digprint-ara.md --- digprint-ara.md | 1 - 1 file changed, 1 deletion(-) diff --git a/digprint-ara.md b/digprint-ara.md index b24486b..531ca06 100644 --- a/digprint-ara.md +++ b/digprint-ara.md @@ -254,7 +254,6 @@ permalink: /digprint-ara ### مواصفات الملف في لمحة * تنسيق ملف الصور الرئيسية: TIFF -* تنسيق ملف للمشتقات: JPEG أو PDF / PDFa * درجة وضوح الانتاج : ppi 600 - 400 * عمق بت: 8 بت لكل قناة (إجمالي 24 بت) * اللون: يجب ألا يتجاوز الضوء RGB 250 - 250 - 250، والظلال لا تقل عن 5 - 5 - 5، والتحقق من الرسم البياني لهذه المعلومات. From a767c230ff904e4e415ad2ffdd24350d884d66e4 Mon Sep 17 00:00:00 2001 From: Dawn Childress Date: Tue, 3 Mar 2020 10:50:21 -0800 Subject: [PATCH 3/4] add expand feature to digprint-ara and digprint-arm --- digprint-ara.md | 4 ++++ digprint-arm.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/digprint-ara.md b/digprint-ara.md index b24486b..04c33c5 100644 --- a/digprint-ara.md +++ b/digprint-ara.md @@ -11,6 +11,8 @@ permalink: /digprint-ara ### قائمة طقم المعدات +[expand] + 1. كاميرا نيكون D810 ![](../assets/img/digprint/image13.png) 2. عدسات الكاميرا @@ -67,6 +69,8 @@ permalink: /digprint-ara 22. مشبك، و كابلات قابلة للمط ، وادوات ربط المعدات 23. ورقة ملونة للخلفية +[/expand] + ### إعدادات ما قبل إلتقاط الصور * مراجعة كافة أدلة التعليمات والوثائق. diff --git a/digprint-arm.md b/digprint-arm.md index 5ba2cc4..0453687 100644 --- a/digprint-arm.md +++ b/digprint-arm.md @@ -12,6 +12,8 @@ permalink: /digprint-arm ### Սարքավորումների ցանկ +[expand] + 1. Nikon D810 տեսախցիկ ![](../assets/img/digprint/image13.png) @@ -83,6 +85,8 @@ permalink: /digprint-arm 23. Գունավոր պաստառի թուղթ +[/expand] + ### Նախակորզման նախապատրաստություն * ՎԵՐԱՆԱՅԵՔ ՑՈՒՑՈՒՄՆԵՐԻ ԲՈԼՈՐ ՁԵՌՆԱՐԿՆԵՐԸ ԵՎ ՓԱՍՏԱԹՂԹԵՐԸ From 1eeb6698fae7f4c9a9925e9c365b3814f0955b76 Mon Sep 17 00:00:00 2001 From: Dawn Childress Date: Fri, 13 Nov 2020 19:12:57 -0800 Subject: [PATCH 4/4] update date fields/examples --- .gitignore | 1 + terms.md | 23 +++++++++++------------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.gitignore b/.gitignore index bd3f1fa..ab2d677 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /_site/ +/.jekyll-cache/ diff --git a/terms.md b/terms.md index 91ee726..d177e89 100644 --- a/terms.md +++ b/terms.md @@ -115,23 +115,22 @@ Where exact dates are unknown, metadata contributors should provide a range of p #### A. Date (human) (Recommended) This is a human-readable date that will display on the item view page. -#### B. Date (ISO) (Required) +#### B. Date.created [single OR start/end] (Required) A machine-readable date suitable for processing (e.g. search limiting, results sorting), following the format `YYYY-MM-DD` (year-month-day). -For a date range in the **Date (ISO) column**, separate the starting and end dates with a forward slash `/`. +In the metadata template spreadsheet, notice there are separate columns in the spreadsheet for a single date vs. a date range. Use the fields following the examples below: *EXAMPLES* -| Date (human) | Date (ISO) | -| -- | -- | -| August 26, 2016 | 2016-08-26 | -| 26 de agosto de 2016 | 2016-08-26 | -| Aug 26, 2016 | 2016-08-02 | -| August 2001 | 2001-08 | -| 2013-2016 | 2013/2016 | -| Between 1967 and 1985 | 1967/1985 | -| 19th century | 1801/1900 | -| July or August 1991 | 1991-07/1991-08 | +| Date (human) | Date.created (single) | Date.created (start) | Date.created (end) | +| -- | -- | -- | -- | +| 1965 | 1965 | | | +| 1967-1985 | | 1967 | 1985 | +| August 02, 1969 | 1969-08-02 | | | +| Between 1967 and 1985 | | 1967 | 1985 | +| August 2001 | | 2001-08-01 | 2001-08-31 | +| 19th century | | 1801 | 1900 | +| July or August 1991 | | 1991-07 | 1991-08 | ### 6. Language (Required) The language in which the content of the resource is expressed.