File size: 3,211 Bytes
6af5ff5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
API_KEY = ''
GEMINI_KEY = ''
FORMAT_LONG = '''{
  "sightingDetails": {
    "DenseNarrativeSection": "Short Free-form dense narrative description of the event from the omniscient perspective, including any relevant information ",
    "trustScore" : "A reliability score from 0-100 based on the UAP/UFO report",
    "date": "YYYY-MM-DD",
    "timeOfDay": "HH:MM (24-hour format)",
    "location": {
      "name": "Specific Location",
      "latitude": "Decimal Degrees",
      "longitude": "Decimal Degrees"
    },
    "weatherConditions": {
      "generalDescription": "Description of weather",
      "visibility": "Clear, Partially Cloudy, etc.",
      "cloudCover": "Percentage or description",
      "extremePhenomena": "Any extreme weather conditions"
    },
    "sightingDuration": "Duration in hours or minutes",
    "uapCharacteristics": {
      "size": "Description or comparison",
      "shape": "The Shape of the object",
      "color": "Description of colors and patterns",
      "altitude": "Estimated or measured altitude",
      "speed": "Estimated or measured speed",
      "movementPattern": "Zigzagging, straight line, stationary, etc.",
      "changeInAppearance": "Details of any transformations",
      "sound": "Description of any associated sounds",
      "electromagneticEffects": "Any disturbances in electronic devices",
      "visualClarity": "Clarity of object's appearance",
      "detailedStructure": "Description of surface, texture, etc.",
      "presenceHumanoids": "Presence of humanoids (Yes/No)",
      "presenceSounds": "Presence of sound (Yes/No)",
      "presenceLights": "Presence of lights (Yes/No)",
    },
    "observerDetails": {
      "numberOfWitnesses": "Number of witnesses",
      "observerBackground": {
        "occupation": "Occupation",
        "experienceWithAircraft": "Experience with aircraft or aerial phenomena"
      },
      "psychologicalEffects": "Psychological/Emotional effects on observer",
      "emotionalStateBeforeSighting": "Observer's emotional state before sighting",
      "behavioralResponse": "Observer's reaction during the sighting",
      "subsequentEffects": "Physical or psychological effects post-sighting"
    },
    "evidence": {
      "photographic": "Available/Not available",
      "video": "Available/Not available",
      "url": "URL",
    },
    "additionalInformation": {
      "interactionWithEnvironment": "Effects on surroundings",
      "wildlifeBehavior": "Any unusual animal behavior",
      "previousActivity": "History of similar sightings in the area",
      "flightCharacteristics": "Detailed flight pattern description",
      "radarData": "Available/Not available",
      "airTrafficCommunications": "Reports from nearby aircraft or control towers",
      "officialResponses": "Governmental or scientific responses",
      "historicalComparisons": "Reference to similar historical sightings",
      "communicationAttempts": "Perceived attempts at communication from UAP",
      "temporalAnomalies": "Reports of lost time or time discrepancies",
      "anomalyDuration": "Specific times for changes in UAP appearance/behavior",
      "sightingFrequency": "Frequency of sightings by the observer"
    },
  }
}'''