UNPKG

@rr0/cms

Version:

RR0 Content Management System (CMS)

32 lines (31 loc) 1.67 kB
import { UfoSearchCaseType } from "./UfoSearchCase.js"; import { Level2Date as EdtfDate } from "@rr0/time"; export const ufoSearchTestCases = [ { id: "979AEFAA", time: new EdtfDate({ year: 0 }), desc: "Greek and Roman records of UFO's", key_vals: { url: `<a href="timeline.html#979AEFAA">0's #0</a>` }, ref: "[Keziah Poster](https://github.com/richgel999/uap_resources/blob/main/Keziah58.pdf)", search: "greek roman record ufo keziah poster", source: "Maj2", source_id: "Maj2_1", type: UfoSearchCaseType.sighting }, { id: "F91D10A9", time: new EdtfDate({ year: 34, month: 4 }), desc: "A white, round object, accompanied by 10 small stars, flew overhead. The pattern suggests the stars might have been in formation with the main object, making it an unusual possible meteor event.", key_vals: { url: `<a href="timeline.html#F91D10A9">4/34 #1</a>` }, location: "China", ref: "[_Wonders in the Sky: Unexplained Aerial Objects From Antiquity To Modern Times_, by Jacques Vallée and Chris Aubeck, 2009](https://archive.org/details/JacquesValleeChrisAubeckWondersInTheSkyUnexplainedAerialObjectsFromAntiquityToModernTimes/mode/2up)", search: "white round object accompani 10 small star flew overhead pattern suggest star might format main object make unusu possibl meteor event wonder sky unexplain aerial object antiqu modern time jacqu valle chri aubeck 2009 china", source: "WondersInTheSky", source_id: "WondersInTheSky_23", type: UfoSearchCaseType.sighting } ];