Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/_site/
/.jekyll-cache/
5 changes: 4 additions & 1 deletion digprint-ara.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ permalink: /digprint-ara

### قائمة طقم المعدات

[expand]

1. كاميرا نيكون D810
![](../assets/img/digprint/image13.png)
2. عدسات الكاميرا
Expand Down Expand Up @@ -67,6 +69,8 @@ permalink: /digprint-ara
22. مشبك، و كابلات قابلة للمط ، وادوات ربط المعدات
23. ورقة ملونة للخلفية

[/expand]

### إعدادات ما قبل إلتقاط الصور

* مراجعة كافة أدلة التعليمات والوثائق.
Expand Down Expand Up @@ -254,7 +258,6 @@ permalink: /digprint-ara
### مواصفات الملف في لمحة

* تنسيق ملف الصور الرئيسية: TIFF
* تنسيق ملف للمشتقات: JPEG أو PDF / PDFa
* درجة وضوح الانتاج : ppi 600 - 400
* عمق بت: 8 بت لكل قناة (إجمالي 24 بت)
* اللون: يجب ألا يتجاوز الضوء RGB 250 - 250 - 250، والظلال لا تقل عن 5 - 5 - 5، والتحقق من الرسم البياني لهذه المعلومات.
Expand Down
4 changes: 4 additions & 0 deletions digprint-arm.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ permalink: /digprint-arm

### Սարքավորումների ցանկ

[expand]

1. Nikon D810 տեսախցիկ
![](../assets/img/digprint/image13.png)

Expand Down Expand Up @@ -83,6 +85,8 @@ permalink: /digprint-arm

23. Գունավոր պաստառի թուղթ

[/expand]

### Նախակորզման նախապատրաստություն

* ՎԵՐԱՆԱՅԵՔ ՑՈՒՑՈՒՄՆԵՐԻ ԲՈԼՈՐ ՁԵՌՆԱՐԿՆԵՐԸ ԵՎ ՓԱՍՏԱԹՂԹԵՐԸ
Expand Down
1 change: 0 additions & 1 deletion digprint.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
23 changes: 11 additions & 12 deletions terms.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down