prompt-lists 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/Gemfile +6 -0
- data/Gemfile.lock +26 -0
- data/LICENSE +33 -0
- data/README.md +9 -0
- data/lib/prompt_lists.rb +69 -0
- data/lists/animal/all.yml +1872 -0
- data/lists/animal/bird.yml +918 -0
- data/lists/animal/deep-sea.yml +74 -0
- data/lists/animal/dinosaur.yml +93 -0
- data/lists/animal/dog-breed.yml +670 -0
- data/lists/animal/insect.yml +133 -0
- data/lists/animal/mammal.yml +186 -0
- data/lists/animal/popular.yml +145 -0
- data/lists/animal/sea.yml +89 -0
- data/lists/architecture/architect.yml +190 -0
- data/lists/architecture/extreme-location.yml +49 -0
- data/lists/architecture/famous-building.yml +126 -0
- data/lists/architecture/home.yml +22 -0
- data/lists/architecture/interior-design.yml +39 -0
- data/lists/architecture/interior-keywords.yml +104 -0
- data/lists/architecture/material.yml +103 -0
- data/lists/architecture/style-detailed.yml +104 -0
- data/lists/architecture/style.yml +202 -0
- data/lists/architecture/term.yml +130 -0
- data/lists/art/painting-keyword.yml +74 -0
- data/lists/art/painting-technique.yml +98 -0
- data/lists/art/pattern.yml +104 -0
- data/lists/art/sculpture.yml +74 -0
- data/lists/art/style.yml +64 -0
- data/lists/art/type.yml +193 -0
- data/lists/artist/all.yml +1762 -0
- data/lists/artist/common.yml +416 -0
- data/lists/artist/concept.yml +37 -0
- data/lists/artist/dark.yml +19 -0
- data/lists/artist/illustrator.yml +60 -0
- data/lists/artist/painter.yml +42 -0
- data/lists/artist/with-really-strong-affects.yml +31 -0
- data/lists/artist/with-strong-affects.yml +151 -0
- data/lists/audio/sound-effect.yml +254 -0
- data/lists/audio/voice.yml +102 -0
- data/lists/business/brand.yml +291 -0
- data/lists/character/action.yml +53 -0
- data/lists/character/anime.yml +169 -0
- data/lists/character/child.yml +58 -0
- data/lists/character/coming-of-age.yml +55 -0
- data/lists/character/famous.yml +375 -0
- data/lists/character/fantasy.yml +56 -0
- data/lists/character/general.yml +109 -0
- data/lists/character/monster.yml +116 -0
- data/lists/character/romantic.yml +43 -0
- data/lists/character/scifi.yml +55 -0
- data/lists/character/superhero.yml +101 -0
- data/lists/character/supervillain.yml +98 -0
- data/lists/cinematic/animation-studio.yml +68 -0
- data/lists/cinematic/animation.yml +19 -0
- data/lists/cinematic/coloring.yml +39 -0
- data/lists/cinematic/director.yml +51 -0
- data/lists/cinematic/effect.yml +38 -0
- data/lists/cinematic/genre.yml +180 -0
- data/lists/cinematic/keyword.yml +24 -0
- data/lists/cinematic/moment.yml +220 -0
- data/lists/cinematic/movie.yml +147 -0
- data/lists/cinematic/shot.yml +58 -0
- data/lists/color/all.yml +50 -0
- data/lists/color/depth.yml +14 -0
- data/lists/color/modifier.yml +58 -0
- data/lists/color/pair.yml +29 -0
- data/lists/color/palette.yml +77 -0
- data/lists/color/perception.yml +25 -0
- data/lists/fashion/accessory.yml +157 -0
- data/lists/fashion/cultural.yml +102 -0
- data/lists/fashion/designer.yml +107 -0
- data/lists/fashion/feminine.yml +156 -0
- data/lists/fashion/hair-feminine.yml +104 -0
- data/lists/fashion/hair-masculine.yml +104 -0
- data/lists/fashion/masculine.yml +177 -0
- data/lists/fashion/outfit-feminine.yml +65 -0
- data/lists/fashion/scifi.yml +54 -0
- data/lists/fashion/type.yml +54 -0
- data/lists/feeling/all.yml +491 -0
- data/lists/feeling/creepy.yml +43 -0
- data/lists/feeling/loved.yml +110 -0
- data/lists/feeling/melancholy.yml +49 -0
- data/lists/feeling/unnerved.yml +46 -0
- data/lists/food/bakery.yml +157 -0
- data/lists/food/bbq.yml +28 -0
- data/lists/food/breakfast.yml +73 -0
- data/lists/food/cuisine.yml +104 -0
- data/lists/food/fast.yml +149 -0
- data/lists/food/fruit.yml +113 -0
- data/lists/geography/city.yml +22959 -0
- data/lists/geography/country.yml +203 -0
- data/lists/geography/ethnic-group.yml +1062 -0
- data/lists/geography/language.yml +615 -0
- data/lists/geography/nationality.yml +210 -0
- data/lists/geography/territory.yml +83 -0
- data/lists/interaction/couple-negative.yml +54 -0
- data/lists/interaction/couple.yml +53 -0
- data/lists/interaction/crowd.yml +48 -0
- data/lists/interaction/group.yml +54 -0
- data/lists/interaction/individual-detailed.yml +198 -0
- data/lists/interaction/individual.yml +408 -0
- data/lists/keyword/detailed.yml +44 -0
- data/lists/keyword/epic.yml +113 -0
- data/lists/keyword/genre.yml +49 -0
- data/lists/keyword/glitch.yml +42 -0
- data/lists/keyword/modifier.yml +73 -0
- data/lists/keyword/negative.yml +73 -0
- data/lists/keyword/prayer.yml +53 -0
- data/lists/keyword/trending.yml +22 -0
- data/lists/keyword/unusual.yml +48 -0
- data/lists/music/artist.yml +100 -0
- data/lists/music/bpm.yml +24 -0
- data/lists/music/composer.yml +176 -0
- data/lists/music/drop.yml +24 -0
- data/lists/music/dynamic.yml +75 -0
- data/lists/music/feature.yml +189 -0
- data/lists/music/genre.yml +290 -0
- data/lists/music/harmony.yml +24 -0
- data/lists/music/instrument.yml +194 -0
- data/lists/music/key.yml +24 -0
- data/lists/music/melody.yml +81 -0
- data/lists/music/mode.yml +41 -0
- data/lists/music/mood.yml +103 -0
- data/lists/music/percussive.yml +135 -0
- data/lists/music/recording.yml +57 -0
- data/lists/music/rhythm.yml +13 -0
- data/lists/music/song-section.yml +23 -0
- data/lists/music/vocal.yml +104 -0
- data/lists/nature/area-of-natural-beauty.yml +618 -0
- data/lists/nature/flower.yml +501 -0
- data/lists/nature/scene-modifier.yml +35 -0
- data/lists/nature/scene.yml +68 -0
- data/lists/nature/texture.yml +153 -0
- data/lists/nature/tree.yml +144 -0
- data/lists/nature/tropical-houseplant.yml +90 -0
- data/lists/nature/weather.yml +130 -0
- data/lists/nature/wood.yml +52 -0
- data/lists/people/beautiful-feminine.yml +30 -0
- data/lists/people/beautiful-masculine.yml +91 -0
- data/lists/people/body-type.yml +101 -0
- data/lists/people/celebrity.yml +641 -0
- data/lists/people/common.yml +18 -0
- data/lists/people/couple.yml +21 -0
- data/lists/people/dance.yml +103 -0
- data/lists/people/expression.yml +434 -0
- data/lists/people/eye-color.yml +30 -0
- data/lists/people/festival.yml +43 -0
- data/lists/people/group.yml +46 -0
- data/lists/people/hobby.yml +281 -0
- data/lists/people/job.yml +604 -0
- data/lists/people/pose-portrait.yml +29 -0
- data/lists/people/pose.yml +153 -0
- data/lists/photography/camera.yml +170 -0
- data/lists/photography/film.yml +84 -0
- data/lists/photography/landscape-keyword.yml +70 -0
- data/lists/photography/landscape-subject-detailed.yml +145 -0
- data/lists/photography/landscape-subject.yml +114 -0
- data/lists/photography/lens.yml +70 -0
- data/lists/photography/light.yml +124 -0
- data/lists/photography/photographer.yml +948 -0
- data/lists/photography/portrait-photographer.yml +68 -0
- data/lists/photography/summer-scene.yml +34 -0
- data/lists/photography/summer-tropical-beach.yml +54 -0
- data/lists/photojournalism/news-extreme.yml +54 -0
- data/lists/photojournalism/news-normal.yml +43 -0
- data/lists/photojournalism/news-specific.yml +24 -0
- data/lists/photojournalism/style-protest.yml +24 -0
- data/lists/photojournalism/types.yml +73 -0
- data/lists/places/home.yml +87 -0
- data/lists/places/public.yml +78 -0
- data/lists/places/room.yml +35 -0
- data/lists/plot/action.yml +54 -0
- data/lists/plot/arthouse.yml +54 -0
- data/lists/plot/fantasy.yml +54 -0
- data/lists/plot/general.yml +97 -0
- data/lists/plot/horror.yml +53 -0
- data/lists/plot/musical.yml +54 -0
- data/lists/plot/romance.yml +53 -0
- data/lists/plot/scifi-cyberpunk.yml +54 -0
- data/lists/plot/scifi.yml +173 -0
- data/lists/plot/war.yml +54 -0
- data/lists/science/astronomy.yml +34 -0
- data/lists/science/chemical-element.yml +122 -0
- data/lists/science/geometry.yml +93 -0
- data/lists/science/medical-images.yml +24 -0
- data/lists/set/describe-style.yml +17760 -0
- data/lists/set/describe-subject.yml +255734 -0
- data/lists/set/parti.yml +1639 -0
- data/lists/thing/adjective.yml +54 -0
- data/lists/thing/city.yml +193 -0
- data/lists/thing/everyday.yml +228 -0
- data/lists/thing/fantasy.yml +130 -0
- data/lists/thing/gadget.yml +405 -0
- data/lists/thing/icon.yml +115 -0
- data/lists/thing/office.yml +53 -0
- data/lists/thing/scary.yml +193 -0
- data/lists/thing/sci-fi.yml +192 -0
- data/lists/thing/space.yml +141 -0
- data/lists/thing/summer.yml +52 -0
- data/lists/time/century.yml +16 -0
- data/lists/time/day-of-year.yml +369 -0
- data/lists/time/decade.yml +15 -0
- data/lists/time/era.yml +91 -0
- data/lists/time/time-of-day.yml +34 -0
- data/lists/time/year.yml +205 -0
- data/lists/typography/feature.yml +46 -0
- data/lists/typography/font-type.yml +45 -0
- data/lists/typography/font.yml +68 -0
- data/lists/typography/style.yml +57 -0
- data/lists/typography/word-art.yml +104 -0
- data/lists/vehicle/car.yml +309 -0
- data/lists/vehicle/classic-car.yml +148 -0
- data/lists/vehicle/famous-car.yml +42 -0
- data/lists/vehicle/fast-car.yml +81 -0
- data/lists/vehicle/type.yml +104 -0
- data/lists/video-game/action.yml +300 -0
- data/lists/video-game/designer.yml +54 -0
- data/lists/video-game/engine.yml +54 -0
- data/lists/video-game/game.yml +306 -0
- data/lists/video-game/region.yml +104 -0
- data/lists/word/adjective.yml +4984 -0
- data/lists/word/adverb.yml +1802 -0
- data/lists/word/noun.yml +24393 -0
- data/lists/word/verb.yml +9954 -0
- metadata +299 -0
@@ -0,0 +1,68 @@
|
|
1
|
+
---
|
2
|
+
title: Portrait photographers
|
3
|
+
category: photography
|
4
|
+
---
|
5
|
+
alec soth
|
6
|
+
andreas gursky
|
7
|
+
andres serrano
|
8
|
+
annie leibovitz
|
9
|
+
annie liebovitz
|
10
|
+
august sander
|
11
|
+
bill brandt
|
12
|
+
brassaï
|
13
|
+
bruce davidson
|
14
|
+
bruce gilden
|
15
|
+
bruce weber
|
16
|
+
cindy sherman
|
17
|
+
daido moriyama
|
18
|
+
dan winters
|
19
|
+
david lachapelle
|
20
|
+
diane arbus
|
21
|
+
dorothea lange
|
22
|
+
douglas kirkland
|
23
|
+
edward steichen
|
24
|
+
edward weston
|
25
|
+
ellen von unwerth
|
26
|
+
elliott erwitt
|
27
|
+
gordon parks
|
28
|
+
gregory crewdson
|
29
|
+
helmut newton
|
30
|
+
henri cartier-bresson
|
31
|
+
herb ritts
|
32
|
+
hiroshi sugimoto
|
33
|
+
inez & vinoodh
|
34
|
+
irving penn
|
35
|
+
james nachtwey
|
36
|
+
jeff wall
|
37
|
+
joel meyerowitz
|
38
|
+
julia margaret cameron
|
39
|
+
jürgen teller
|
40
|
+
lewis hine
|
41
|
+
man ray
|
42
|
+
margaret bourke-white
|
43
|
+
mario testino
|
44
|
+
martin parr
|
45
|
+
mert & marcus
|
46
|
+
nan goldin
|
47
|
+
nick knight
|
48
|
+
nobuyoshi araki
|
49
|
+
patrick demarchelier
|
50
|
+
peter lindbergh
|
51
|
+
peter menzel
|
52
|
+
platon
|
53
|
+
richard avedon
|
54
|
+
robert frank
|
55
|
+
robert mapplethorpe
|
56
|
+
ryan mcginley
|
57
|
+
sebastião salgado
|
58
|
+
steve mccurry
|
59
|
+
steven meisel
|
60
|
+
terry richardson
|
61
|
+
tim walker
|
62
|
+
timothy greenfield-sanders
|
63
|
+
walker evans
|
64
|
+
weegee
|
65
|
+
william eggleston
|
66
|
+
william klein
|
67
|
+
wolfgang tillmans
|
68
|
+
yousuf karsh
|
@@ -0,0 +1,34 @@
|
|
1
|
+
---
|
2
|
+
title: Summer scene
|
3
|
+
category: photography
|
4
|
+
---
|
5
|
+
a beach at sunset
|
6
|
+
a beach with a long pier stretching out to sea
|
7
|
+
a beachside boardwalk lined with palm trees
|
8
|
+
a boat ride on a river or lake
|
9
|
+
a canopy of green leaves forming a tunnel over a pathway
|
10
|
+
a cascading waterfall in a forest glade
|
11
|
+
a city park with lush green trees and flowers in full bloom
|
12
|
+
a colorful garden filled with tulips, daisies, and other summer blooms
|
13
|
+
a country road winding through fields and forests
|
14
|
+
a family camping trip in the mountains
|
15
|
+
a family picnic on a blanket in a park
|
16
|
+
a farmer's market overflowing with fresh produce
|
17
|
+
a field of wildflowers under a bright blue sky
|
18
|
+
a garden filled with butterflies and hummingbirds
|
19
|
+
a lake surrounded by colorful sailboats
|
20
|
+
a lighthouse on a rocky shoreline
|
21
|
+
a lush forest with a peaceful stream running through it
|
22
|
+
a meadow of lavender or other fragrant herbs
|
23
|
+
a mountain lake surrounded by trees
|
24
|
+
a quaint village with flower boxes in every window
|
25
|
+
a rolling green hill dotted with grazing sheep
|
26
|
+
a rural farm with fields of crops and grazing cows
|
27
|
+
a scenic drive along a winding country road
|
28
|
+
a small town square with a fountain and flowers
|
29
|
+
a sunrise over a wheat field
|
30
|
+
a thunderstorm rolling in over a prairie landscape
|
31
|
+
a village fair with games, rides, and cotton candy
|
32
|
+
a vineyard with rows of grapevines stretching towards the horizon
|
33
|
+
a vintage car parked in front of a colorful building
|
34
|
+
sunflowers stretching towards the sun
|
@@ -0,0 +1,54 @@
|
|
1
|
+
---
|
2
|
+
title: Summer tropical beach
|
3
|
+
category: photography
|
4
|
+
---
|
5
|
+
a cloudless sky, painted in shades of blue and white
|
6
|
+
a collection of brightly colored fishing boats bobbing in the water
|
7
|
+
a collection of colorful beach towels draped over chairs and umbrellas
|
8
|
+
a collection of colorful beach umbrellas providing welcome shade
|
9
|
+
a cool, refreshing sea breeze blowing in from the ocean
|
10
|
+
a dazzling display of stars overhead on a clear night
|
11
|
+
a distant island visible on the horizon, like a mirage
|
12
|
+
a flock of pelicans soaring gracefully overhead
|
13
|
+
a flock of seagulls diving into the water for fish
|
14
|
+
a friendly game of beach volleyball in progress
|
15
|
+
a lone beach umbrella casting a welcome patch of shade
|
16
|
+
a pair of lazy hammocks strung up between two palm trees
|
17
|
+
a picture-perfect sunset, with oranges and pinks streaking across the sky
|
18
|
+
a row of towering palm trees swaying in the gentle breeze
|
19
|
+
a school of playful dolphins jumping and diving in the distance
|
20
|
+
a sun-kissed beach populated by happy vacationers and locals alike
|
21
|
+
a vibrant, colorful reef visible just offshore
|
22
|
+
a warm, golden sun shining down from a clear blue sky
|
23
|
+
brightly colored seashells scattered along the beach
|
24
|
+
crystal clear turquoise waters lapping gently against the shore
|
25
|
+
gentle waves rolling in and out, leaving a lacy pattern of foam on the sand
|
26
|
+
soft, powdery white sand stretching as far as the eye can see
|
27
|
+
the distant sound of a steel drum band playing island music
|
28
|
+
the feel of the warm, tropical sun on your face and body
|
29
|
+
the feel of warm sand between your toes as you walk along the shore
|
30
|
+
the gentle lapping of water on the shore, like a lullaby
|
31
|
+
the gentle rhythm of waves lulling you into a state of relaxation
|
32
|
+
the gentle rustling of palm fronds overhead
|
33
|
+
the gentle sound of water lapping at the shore, like a soothing balm
|
34
|
+
the rhythmic sound of waves crashing against the shore
|
35
|
+
the salty scent of sea air mingling with the fragrant aroma of tropical flowers
|
36
|
+
the salty taste of sea spray on your lips
|
37
|
+
the scent of coconut oil wafting on the breeze
|
38
|
+
the sight of a brilliant rainbow appearing over the water
|
39
|
+
the sight of a distant lighthouse on a rocky outcrop
|
40
|
+
the sight of a lone sailboat gliding serenely across the water
|
41
|
+
the sight of a lone seagull soaring overhead
|
42
|
+
the sight of a lone surfer riding the waves
|
43
|
+
the sight of a school of colorful tropical fish darting just beneath the surface
|
44
|
+
the sight of crabs scurrying along the shoreline
|
45
|
+
the soothing sound of palm fronds rustling in the breeze
|
46
|
+
the sound of distant reggae music adding to the tropical vibe
|
47
|
+
the sound of distant thunderstorms, adding an air of mystery to the scene
|
48
|
+
the sound of gentle rain falling on the water's surface
|
49
|
+
the sound of gentle waves lapping against the shore, like a whisper
|
50
|
+
the sound of laughter and joy from vacationers enjoying themselves
|
51
|
+
the sound of seagulls and other shorebirds calling out to one another
|
52
|
+
the sound of the wind whispering through the palm
|
53
|
+
the warm touch of the sun on your skin as you stretch out on the sand
|
54
|
+
the warm, golden light of the sun setting over the water
|
@@ -0,0 +1,54 @@
|
|
1
|
+
---
|
2
|
+
title: News extreme
|
3
|
+
category: photojournalism
|
4
|
+
---
|
5
|
+
a group of hackers successfully steal millions from a major bank
|
6
|
+
a huge protest against an ai company that's taken over people's jobs
|
7
|
+
a major celebrity's private life is exposed in a major scandal
|
8
|
+
a major city is hit by a massive blizzard, shutting down transportation and power
|
9
|
+
a major corporation is caught in a massive bribery scandal
|
10
|
+
a major economic recession hits the global economy
|
11
|
+
a major historical artifact is discovered, rewriting history as we know it
|
12
|
+
a major new art installation is unveiled in a major city
|
13
|
+
a major new discovery in the world of artificial intelligence
|
14
|
+
a major new discovery in the world of astronomy
|
15
|
+
a major new discovery in the world of astrophysics
|
16
|
+
a major new discovery in the world of genetics
|
17
|
+
a major new discovery in the world of materials science
|
18
|
+
a major new discovery in the world of neuroscience
|
19
|
+
a major new discovery in the world of quantum physics
|
20
|
+
a major new discovery in the world of robotics
|
21
|
+
a major political scandal threatens a major leader's career
|
22
|
+
a major scientific breakthrough in the fight against cancer
|
23
|
+
a major sporting event is rocked by a cheating scandal
|
24
|
+
a major tech company's headquarters is destroyed in a terrorist attack
|
25
|
+
a major terrorist attack is thwarted by authorities
|
26
|
+
a massive cyber attack that shuts down a major city's power grid
|
27
|
+
a massive data leak exposes the private information of millions
|
28
|
+
a massive earthquake strikes a major metropolitan area
|
29
|
+
a massive heatwave hits a major city, causing widespread power outages and water shortages
|
30
|
+
a massive hurricane hits a major city, flooding streets and homes
|
31
|
+
a massive new casino is built in a major city, bringing in billions of dollars
|
32
|
+
a massive new dinosaur fossil is discovered
|
33
|
+
a massive new environmental law is passed
|
34
|
+
a massive oil spill devastates a coastal community
|
35
|
+
a massive tornado tears through a major city
|
36
|
+
a massive wildfire burns through a major national park
|
37
|
+
a new designer drug takes the world by storm, causing a major public health crisis
|
38
|
+
a new form of ai becomes self-aware and begins acting on its own
|
39
|
+
a new form of clean energy is discovered that is cheaper than coal
|
40
|
+
a new form of social media changes the world
|
41
|
+
a new form of transportation is unveiled, completely revolutionizing travel
|
42
|
+
a new global disease epidemic threatens the world
|
43
|
+
a new species of primate is discovered
|
44
|
+
a new type of energy storage technology is discovered, making renewable energy even more feasible
|
45
|
+
a new type of food additive is discovered to be causing cancer in humans
|
46
|
+
a new type of terrorist attack that targets major sporting events is carried out
|
47
|
+
a new type of virus threatens to wipe out an entire species of animal
|
48
|
+
a revolutionary new form of renewable energy is discovered
|
49
|
+
a rogue asteroid is set to collide with the earth in 10 years
|
50
|
+
a small island nation becomes the first to achieve 100% renewable energy
|
51
|
+
a team of astronauts discovers a new habitable planet
|
52
|
+
first contact with extraterrestrial life
|
53
|
+
massive volcanic eruption in the middle of a city
|
54
|
+
megalodon shark sightings off the coast
|
@@ -0,0 +1,43 @@
|
|
1
|
+
---
|
2
|
+
title: News normal
|
3
|
+
category: photojournalism
|
4
|
+
---
|
5
|
+
a breakthrough in the fight against cancer or other major diseases
|
6
|
+
a historic election, with record voter turnout and a groundbreaking candidate
|
7
|
+
a historic moment, such as the first manned mission to mars or the discovery of a new planet
|
8
|
+
a humanitarian crisis, such as a refugee crisis or famine, that leaves people struggling to survive
|
9
|
+
a major art exhibition, featuring groundbreaking works by contemporary artists
|
10
|
+
a major breakthrough in space exploration, such as the discovery of a new planet or the launch of a new mission to the moon
|
11
|
+
a major business scandal, such as a ponzi scheme or insider trading
|
12
|
+
a major celebrity scandal, involving infidelity or drug abuse
|
13
|
+
a major civil rights movement, such as the fight for lgbtq+ equality or women's rights
|
14
|
+
a major climate change summit, bringing together world leaders to discuss solutions to the crisis
|
15
|
+
a major climate disaster, such as a tornado or a record-breaking heatwave
|
16
|
+
a major crime investigation, such as a serial killer or notorious gang
|
17
|
+
a major cultural festival, celebrating the traditions and customs of a particular group or region
|
18
|
+
a major cultural revolution, such as the rise of social justice movements or the me too movement
|
19
|
+
a major development in international relations, such as a new trade deal or a new peace treaty
|
20
|
+
a major educational development, such as a new policy or program aimed at improving student outcomes
|
21
|
+
a major environmental crisis, such as deforestation or coral reef destruction
|
22
|
+
a major environmental initiative, such as the creation of a new national park or the protection of a threatened species
|
23
|
+
a major financial crisis, such as a stock market crash or a bank bailout
|
24
|
+
a major geopolitical event, such as a peace treaty or a declaration of war
|
25
|
+
a major global health crisis, such as the spread of a new virus or the resurgence of an old one
|
26
|
+
a major natural disaster, such as a hurricane or earthquake, that leaves thousands of people displaced
|
27
|
+
a major political scandal, involving a high-ranking official in a major world government
|
28
|
+
a major political scandal, involving allegations of corruption or abuse of power
|
29
|
+
a major religious festival, such as the hajj or kumbh mela
|
30
|
+
a major scientific breakthrough, such as a new form of renewable energy or a new vaccine
|
31
|
+
a major scientific conference, featuring presentations by top researchers from around the world
|
32
|
+
a major social media scandal, such as the cambridge analytica scandal or the instagram algorithm controversy
|
33
|
+
a major sporting event, such as the olympics or world cup, that brings together athletes from around the world
|
34
|
+
a major technology conference, bringing together innovators and entrepreneurs from around the world
|
35
|
+
a major world crisis, such as the covid-19 pandemic or a global economic recession
|
36
|
+
a mass protest against police brutality and systemic racism
|
37
|
+
a mass shooting or act of domestic terrorism, leaving communities reeling from the violence
|
38
|
+
a massive oil spill, devastating a major coastal community and harming wildlife
|
39
|
+
a massive wildfire, spreading through a national forest and destroying homes and communities
|
40
|
+
a natural phenomenon, such as a solar eclipse or meteor shower, that captures the world's attention
|
41
|
+
a new scientific discovery, such as a new species of animal or a groundbreaking new technology
|
42
|
+
a political protest, aimed at overturning a controversial law or policy
|
43
|
+
a technological breakthrough, such as a new form of renewable energy or a cure for a major disease
|
@@ -0,0 +1,24 @@
|
|
1
|
+
---
|
2
|
+
title: News specific
|
3
|
+
category: photojournalism
|
4
|
+
---
|
5
|
+
a breakthrough in the fight against cancer: researchers develop a new type of cancer treatment that uses the body's own immune system to target and destroy cancer cells
|
6
|
+
a historic election: a record number of women are elected to congress, marking a major milestone in the fight for gender equality in politics
|
7
|
+
a historic moment: the first manned mission to mars successfully lands on the red planet, opening up a new era of space exploration
|
8
|
+
a humanitarian crisis: a civil war in yemen leads to a widespread famine and humanitarian crisis, with millions of people facing starvation and disease
|
9
|
+
a major celebrity scandal: a top hollywood actor is caught in a massive cheating scandal, leading to the collapse of his marriage and a major hit to his career
|
10
|
+
a major civil rights movement: the black lives matter movement gains widespread support and leads to major policy changes, including police reform and the removal of confederate statues
|
11
|
+
a major climate change summit: leaders from around the world gather in paris to discuss a new global agreement on reducing carbon emissions and slowing the effects of climate change
|
12
|
+
a major crime investigation: detectives solve a years-long cold case, finally bringing a notorious serial killer to justice
|
13
|
+
a major environmental crisis: a massive oil spill off the coast of brazil threatens wildlife and fishing communities, leading to calls for greater regulation of the oil industry
|
14
|
+
a major natural disaster: a powerful hurricane slams into the coast of florida, causing massive flooding and leaving hundreds of thousands of residents without power
|
15
|
+
a major political scandal: a top government official is caught in a sexting scandal, leading to calls for his resignation and damaging his political career
|
16
|
+
a major sporting event: the world cup is held in qatar, bringing together teams from around the world and drawing massive crowds of enthusiastic fans
|
17
|
+
a major world crisis: the covid-19 pandemic sweeps across the globe, leading to millions of deaths and upending daily life for billions of people
|
18
|
+
a mass protest against police brutality and systemic racism: thousands march through the streets of new york city, demanding justice for victims of police violence and systemic racism in the criminal justice system
|
19
|
+
a mass shooting or act of domestic terrorism: a gunman opens fire at a crowded concert in las vegas, killing dozens and injuring hundreds more
|
20
|
+
a massive wildfire: a fire sweeps through the australian outback, destroying homes and forcing thousands of residents to evacuate
|
21
|
+
a natural phenomenon: a total solar eclipse is visible across the united states, drawing massive crowds and stunning viewers with its otherworldly beauty
|
22
|
+
a new scientific discovery: scientists discover a new species of dinosaur, providing new insights into the prehistoric world and sparking excitement among paleontologists and the public alike
|
23
|
+
a political protest: demonstrators gather outside the white house to protest the government's immigration policies, calling for greater protection for undocumented immigrants and refugees
|
24
|
+
a technological breakthrough: scientists create a new type of battery that is both more efficient and less expensive than existing technologies, revolutionizing the energy industry
|
@@ -0,0 +1,24 @@
|
|
1
|
+
---
|
2
|
+
title: Style protest
|
3
|
+
category: photojournalism
|
4
|
+
---
|
5
|
+
action photography: capturing the movement and energy of the protesters in action
|
6
|
+
aerial photography: providing a unique and expansive view of the protests and the surrounding environment
|
7
|
+
artistic photojournalism: using creative techniques and visual storytelling to convey the mood and emotions of the protests
|
8
|
+
black and white photography: creating a timeless and classic aesthetic that emphasizes contrast and emotion
|
9
|
+
candid photography: capturing the spontaneous moments of protests and the raw emotions of the participants
|
10
|
+
color photography: capturing the vibrancy and energy of protests using bold and vivid colors
|
11
|
+
creative lighting photography: using creative lighting techniques to add drama and impact to protest images
|
12
|
+
documentary photography: providing a historical record of the protests and the people involved
|
13
|
+
environmental portraiture: taking portraits of the protesters and the people affected by the issues being addressed
|
14
|
+
high-contrast photography: emphasizing the stark contrasts between light and dark to create a bold and impactful image
|
15
|
+
high-speed photography: using fast shutter speeds to capture fast-paced action and movement
|
16
|
+
long exposure photography: using slow shutter speeds to capture movement and blur
|
17
|
+
low-light photography: capturing the mood and atmosphere of protests that occur at night or in low light conditions
|
18
|
+
macro photography: focusing on the small details of protests and individual participants
|
19
|
+
multi-media storytelling: using a combination of photography, video, and audio to tell a powerful and impactful story about the protests and the issues they address
|
20
|
+
panoramic photography: capturing the scale and size of large-scale protests and demonstrations
|
21
|
+
photojournalistic essay: using a series of photographs to tell a story about the protests and the issues they are addressing
|
22
|
+
retro photography: using vintage or outdated equipment to create a unique and stylized look
|
23
|
+
snapshots: capturing the small, intimate moments of protests that might be overlooked by other forms of photojournalism
|
24
|
+
street photography: capturing the atmosphere of the protests and the surrounding environment
|
@@ -0,0 +1,73 @@
|
|
1
|
+
---
|
2
|
+
title: Types of photojournalism
|
3
|
+
category: photojournalism
|
4
|
+
---
|
5
|
+
aging and retirement
|
6
|
+
aging infrastructure and maintenance issues
|
7
|
+
agriculture and farming
|
8
|
+
alternative lifestyles and subcultures
|
9
|
+
art and culture events
|
10
|
+
business and finance
|
11
|
+
cannabis legalization and drug policy
|
12
|
+
coverage of anti-government and pro-democracy protests
|
13
|
+
coverage of environmental protests and movements, including climate strikes and protests against fossil fuels
|
14
|
+
coverage of human rights abuses and violations
|
15
|
+
coverage of labor and workers' rights protests and strikes
|
16
|
+
coverage of political rallies and protests
|
17
|
+
coverage of protests and movements related to immigration and refugee rights
|
18
|
+
coverage of student protests and movements, including those for gun control and against student debt
|
19
|
+
crime and law enforcement
|
20
|
+
culture and tradition
|
21
|
+
disabilities and accessibility
|
22
|
+
disaster and emergency situations
|
23
|
+
education and academia
|
24
|
+
elections and voting
|
25
|
+
energy and resource extraction
|
26
|
+
entertainment and celebrity culture
|
27
|
+
environmental issues
|
28
|
+
environmental photojournalism, focusing on the impact of industry on natural habitats
|
29
|
+
family and relationships
|
30
|
+
fashion and style
|
31
|
+
food and cuisine
|
32
|
+
gender identity and gender expression
|
33
|
+
gun control and gun violence
|
34
|
+
health and healthcare
|
35
|
+
homelessness and poverty
|
36
|
+
housing and urban development
|
37
|
+
humanitarian crises and aid efforts
|
38
|
+
immigration and refugees
|
39
|
+
internet and social media
|
40
|
+
investigative reporting on corporate corruption and misconduct
|
41
|
+
investigative reporting on government corruption and scandals
|
42
|
+
investigative reporting on police brutality and misconduct
|
43
|
+
investigative reporting on the impact of big tech on society and privacy concerns
|
44
|
+
investigative reporting on the impact of the pharmaceutical industry on healthcare and prescription drug pricing
|
45
|
+
investigative reporting on the prison industrial complex and criminal justice system
|
46
|
+
labor and workers' rights
|
47
|
+
lgbtq+ families and parenting
|
48
|
+
lgbtq+ issues and rights
|
49
|
+
medical breakthroughs and innovations
|
50
|
+
mental health and illness
|
51
|
+
natural landscapes and cityscapes
|
52
|
+
news events
|
53
|
+
photojournalistic coverage of the lgbtq+ community and their struggles for equal rights
|
54
|
+
photojournalistic coverage of the refugee crisis and displacement
|
55
|
+
photojournalistic documentation of poverty and inequality
|
56
|
+
photojournalistic documentation of social movements and protests, including black lives matter and the women's march
|
57
|
+
photojournalistic documentation of the impact of gentrification and urban development on communities
|
58
|
+
politics and political campaigns
|
59
|
+
pop culture and entertainment events
|
60
|
+
racial and ethnic identity and diversity
|
61
|
+
religion and spirituality
|
62
|
+
religious festivals and celebrations
|
63
|
+
science and technology
|
64
|
+
scientific research and discoveries
|
65
|
+
social justice and activism
|
66
|
+
sports and athletics
|
67
|
+
transportation and infrastructure
|
68
|
+
travel and tourism
|
69
|
+
urbanization and gentrification
|
70
|
+
war and conflict
|
71
|
+
war and conflict photography, documenting the impact of violence on civilians
|
72
|
+
wildlife and conservation
|
73
|
+
women's rights and feminism
|
@@ -0,0 +1,87 @@
|
|
1
|
+
---
|
2
|
+
title: Homes
|
3
|
+
category: places
|
4
|
+
---
|
5
|
+
a frame
|
6
|
+
adobe home
|
7
|
+
apartment
|
8
|
+
barge
|
9
|
+
barn
|
10
|
+
brownstone
|
11
|
+
bungalow
|
12
|
+
cabin
|
13
|
+
cape cod
|
14
|
+
carriage house
|
15
|
+
castle
|
16
|
+
cave
|
17
|
+
cave house
|
18
|
+
chalet
|
19
|
+
cob home
|
20
|
+
colonial
|
21
|
+
condominium
|
22
|
+
container home
|
23
|
+
cottage
|
24
|
+
craftsman
|
25
|
+
detached house
|
26
|
+
dome home
|
27
|
+
dormer
|
28
|
+
duplex
|
29
|
+
earth sheltered home
|
30
|
+
earthship
|
31
|
+
farmhouse
|
32
|
+
floating home
|
33
|
+
fourplex
|
34
|
+
garage apartment
|
35
|
+
geodesic dome
|
36
|
+
glass house
|
37
|
+
green roof home
|
38
|
+
guest house
|
39
|
+
house
|
40
|
+
houseboat
|
41
|
+
hut
|
42
|
+
igloo
|
43
|
+
in-law suite
|
44
|
+
living roof home
|
45
|
+
loft
|
46
|
+
log cabin
|
47
|
+
mansion
|
48
|
+
manufactured home
|
49
|
+
micro home
|
50
|
+
midcentury modern
|
51
|
+
mobile home
|
52
|
+
modular home
|
53
|
+
motorhome
|
54
|
+
multigenerational home
|
55
|
+
nursing home
|
56
|
+
orphanage
|
57
|
+
patio home
|
58
|
+
playhouse
|
59
|
+
prefab home
|
60
|
+
ranch
|
61
|
+
rooming house
|
62
|
+
shared housing
|
63
|
+
shed
|
64
|
+
shipping container home
|
65
|
+
shotgun house
|
66
|
+
single family home
|
67
|
+
skyscraper
|
68
|
+
solar home
|
69
|
+
stone home
|
70
|
+
straw bale home
|
71
|
+
teepee
|
72
|
+
tent
|
73
|
+
thatched roof home
|
74
|
+
tiny home
|
75
|
+
tipi
|
76
|
+
tower
|
77
|
+
townhouse
|
78
|
+
trailer
|
79
|
+
treehouse
|
80
|
+
triplex
|
81
|
+
tudor
|
82
|
+
underwater home
|
83
|
+
victorian
|
84
|
+
villa
|
85
|
+
wigwam
|
86
|
+
yacht
|
87
|
+
yurt
|
@@ -0,0 +1,78 @@
|
|
1
|
+
---
|
2
|
+
title: Public places
|
3
|
+
category: places
|
4
|
+
---
|
5
|
+
airport
|
6
|
+
amusement park
|
7
|
+
aquarium
|
8
|
+
art gallery
|
9
|
+
art museum
|
10
|
+
baseball field
|
11
|
+
basketball court
|
12
|
+
beach
|
13
|
+
beach access
|
14
|
+
beach park
|
15
|
+
beach resort
|
16
|
+
beach restaurant
|
17
|
+
biking trail
|
18
|
+
boardwalk
|
19
|
+
boat ramp
|
20
|
+
botanical garden
|
21
|
+
bus station
|
22
|
+
carnival
|
23
|
+
children's museum
|
24
|
+
college campus
|
25
|
+
community center
|
26
|
+
community park
|
27
|
+
concert hall
|
28
|
+
driving range
|
29
|
+
farmers market
|
30
|
+
fire station
|
31
|
+
fishing pier
|
32
|
+
food court
|
33
|
+
fountain
|
34
|
+
government building
|
35
|
+
hiking trail
|
36
|
+
history museum
|
37
|
+
hospital
|
38
|
+
ice rink
|
39
|
+
library
|
40
|
+
library park
|
41
|
+
lighthouse
|
42
|
+
marina
|
43
|
+
market
|
44
|
+
mini golf course
|
45
|
+
movie theater
|
46
|
+
museum
|
47
|
+
nature reserve
|
48
|
+
nature trail
|
49
|
+
park
|
50
|
+
park and ride lot
|
51
|
+
picnic area
|
52
|
+
pier
|
53
|
+
planetarium
|
54
|
+
police station
|
55
|
+
post office
|
56
|
+
public garden
|
57
|
+
public golf course
|
58
|
+
public pool
|
59
|
+
public swimming pool
|
60
|
+
school
|
61
|
+
science center
|
62
|
+
sculpture garden
|
63
|
+
seafront promenade
|
64
|
+
shopping district
|
65
|
+
shopping mall
|
66
|
+
skate park
|
67
|
+
skateboard park
|
68
|
+
soccer field
|
69
|
+
sports field
|
70
|
+
sports stadium
|
71
|
+
state fair
|
72
|
+
tennis court
|
73
|
+
town square
|
74
|
+
train station
|
75
|
+
water park
|
76
|
+
wildlife sanctuary
|
77
|
+
zoo
|
78
|
+
zoo park
|
@@ -0,0 +1,35 @@
|
|
1
|
+
---
|
2
|
+
title: Rooms
|
3
|
+
category: room
|
4
|
+
---
|
5
|
+
attic
|
6
|
+
basement
|
7
|
+
bathroom
|
8
|
+
bedroom
|
9
|
+
boardroom
|
10
|
+
break room
|
11
|
+
conference room
|
12
|
+
copy room
|
13
|
+
deck
|
14
|
+
den
|
15
|
+
garage
|
16
|
+
guest room
|
17
|
+
home office
|
18
|
+
kitchen
|
19
|
+
laundry room
|
20
|
+
living room
|
21
|
+
mail room
|
22
|
+
media room
|
23
|
+
meeting room
|
24
|
+
mudroom
|
25
|
+
patio
|
26
|
+
playroom
|
27
|
+
pool house
|
28
|
+
porch
|
29
|
+
rec room
|
30
|
+
reception
|
31
|
+
server room
|
32
|
+
shed
|
33
|
+
storage room
|
34
|
+
sunroom
|
35
|
+
training room
|
@@ -0,0 +1,54 @@
|
|
1
|
+
---
|
2
|
+
title: Action plots
|
3
|
+
category: plot
|
4
|
+
---
|
5
|
+
breaking into a secure location
|
6
|
+
dealing with a corrupt government or law enforcement
|
7
|
+
defending against a cyber attack or hacking attempt
|
8
|
+
defending against a home invasion or siege
|
9
|
+
defending against a military attack
|
10
|
+
defending against a supernatural threat
|
11
|
+
defending against a zombie outbreak
|
12
|
+
escaping from a burning building or other disaster
|
13
|
+
escaping from a collapsed building or tunnel
|
14
|
+
escaping from a dangerous animal attack
|
15
|
+
escaping from a dangerous maze or labyrinth
|
16
|
+
escaping from a dangerous prison
|
17
|
+
escaping from a hazardous environment or extreme weather
|
18
|
+
escaping from a helicopter crash or other airborne disaster
|
19
|
+
escaping from a prison break or jailbreak
|
20
|
+
escaping from a sinking ship or other maritime disaster
|
21
|
+
infiltrating a cartel or organized crime group
|
22
|
+
infiltrating a criminal organization
|
23
|
+
infiltrating a secret laboratory or research facility
|
24
|
+
infiltrating a secret society or cult
|
25
|
+
infiltrating a spy or espionage organization
|
26
|
+
overcoming challenges in a post-apocalyptic world
|
27
|
+
overcoming personal conflicts to work together
|
28
|
+
overcoming personal demons or fears
|
29
|
+
overcoming physical challenges or obstacles
|
30
|
+
participating in a heist or caper
|
31
|
+
participating in a high-speed car chase
|
32
|
+
participating in a high-stakes game or contest
|
33
|
+
participating in a survival-of-the-fittest competition
|
34
|
+
preventing a dangerous weapon from falling into the wrong hands
|
35
|
+
pursuing a fleeing criminal
|
36
|
+
rescuing a captive from a jungle or wilderness
|
37
|
+
rescuing a captive or hostage
|
38
|
+
rescuing a loved one from danger
|
39
|
+
rescuing a stranded or lost team or crew
|
40
|
+
rescuing survivors of a natural disaster
|
41
|
+
robbing a bank or high-security facility
|
42
|
+
saving a city from destruction
|
43
|
+
saving a group of people from a dangerous situation
|
44
|
+
saving a kidnapped vip or important figure
|
45
|
+
saving the world from a dangerous virus or disease
|
46
|
+
stealing valuable items or documents
|
47
|
+
stopping a criminal mastermind from enacting their plan
|
48
|
+
stopping a dangerous new technology or invention from falling into the wrong hands
|
49
|
+
stopping a mass murderer or serial killer
|
50
|
+
stopping a political uprising or revolution
|
51
|
+
stopping a rogue ai or weapon of mass destruction
|
52
|
+
stopping a rogue government agency or corporation
|
53
|
+
stopping a terrorist attack
|
54
|
+
surviving in a wilderness or jungle
|