mirror of
https://github.com/mit-regressions/viewer.git
synced 2025-04-09 14:20:15 -04:00
Update metadata_schema.md
This commit is contained in:
parent
12b53f9654
commit
b1689a0de6
|
@ -5,8 +5,8 @@
|
||||||
"start": "",
|
"start": "",
|
||||||
"end": "",
|
"end": "",
|
||||||
"uid": "",
|
"uid": "",
|
||||||
"type": {"music","commentary","transcript","video_source","narration_source", "ohms"}
|
"type": "music" | "commentary" | "transcript" | "video_source" | "narration_source" | "ohms"
|
||||||
"data": {}
|
"data": {}
|
||||||
}
|
}
|
||||||
|
|
||||||
```
|
```
|
||||||
|
@ -26,7 +26,7 @@
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### **transcript**
|
##### **transcript**
|
||||||
|
|
||||||
```jsx
|
```jsx
|
||||||
{
|
{
|
||||||
|
@ -35,7 +35,7 @@
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### **footage_source**
|
##### **footage_source**
|
||||||
|
|
||||||
```jsx
|
```jsx
|
||||||
{
|
{
|
||||||
|
@ -52,7 +52,7 @@
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### **narration_source**
|
##### **narration_source**
|
||||||
|
|
||||||
```jsx
|
```jsx
|
||||||
{
|
{
|
||||||
|
@ -69,7 +69,9 @@
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### **ohms** (or **concept**) ([http://ohda.matrix.msu.edu/2014/11/indexing-interviews-in-ohms/](http://ohda.matrix.msu.edu/2014/11/indexing-interviews-in-ohms/))
|
##### **ohms** (or **general_concept**)
|
||||||
|
|
||||||
|
Based on [oral history metadata standard](http://ohda.matrix.msu.edu/2014/11/indexing-interviews-in-ohms/)
|
||||||
|
|
||||||
```jsx
|
```jsx
|
||||||
{ // directly copied from webvtt-player (which copies the OHMS standard)
|
{ // directly copied from webvtt-player (which copies the OHMS standard)
|
||||||
|
@ -93,4 +95,4 @@
|
||||||
"hyperlink_text_alt":, ""
|
"hyperlink_text_alt":, ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue
Block a user