diff --git a/00-preface.Rmd b/00-preface.Rmd index 50f5250..9647b27 100644 --- a/00-preface.Rmd +++ b/00-preface.Rmd @@ -1,9 +1,3 @@ -```{r index-1, echo=FALSE} -is_on_ghactions <- identical(Sys.getenv("GITHUB_ACTIONS"), "true") -is_online <- curl::has_internet() -is_html <- knitr::is_html_output() -is_latex <- knitr::is_latex_output() -``` # Preface {-} diff --git a/01-introduction.Rmd b/01-introduction.Rmd index baef2ae..b280211 100644 --- a/01-introduction.Rmd +++ b/01-introduction.Rmd @@ -1,20 +1,7 @@ \mainmatter -```{r index-1, echo=FALSE} -is_on_ghactions <- identical(Sys.getenv("GITHUB_ACTIONS"), "true") -is_online <- curl::has_internet() -is_html <- knitr::is_html_output() -is_latex <- knitr::is_latex_output() -if (is_html) { - out_width <- 500 -} else if (is_latex) { - out_width <-"100%" -} - -``` - -# Introduction {-} +# Introduction Late in the night on July 29th, during the height of the 2020 Uprising in Portland (OR), as protesters gathered outside the Hatfield Federal Courthouse to fight for racial justice, the Department of Homeland Security (DHS)'s Customs and Border Protection (CBP) used a thermal fogger to deploy unknown chemical agents on the crowd: @@ -23,7 +10,7 @@ Late in the night on July 29th, during the height of the 2020 Uprising in Portla (ref:imgportland20200729) CBP agent using a thermal fogger in front of the federal courthouse, Portland OR [@Brown2020]. -```{r imgportland20200729, echo=FALSE, out.width = out_width, fig.cap="(ref:imgportland20200729)", fig.align = "center", fig.alt = "Fully riot-geared and for some reason in green camo US Homeland Security agents (to the middle and the left of the photo) behind a row of two-foot tall, one-foot radius metal posts, behind a metal grate wall over 7 feet tall with metal support beams and concrete pylon buttressing. In the front of the left side is an agent holding a plastic clear riot shield, through which you can see a patch that say 'Border Patrol Federal Agent' in yellow and some insignia patches as well. In the middle are the agents in camo, one with a hand on the shoulder of another who is operating a thermal fogger machine shooting gas through the fence. The machine is maybe four or five feet long and has a body not unlike a bush whacker with a two-cycle engine, but fueling a vaporizer instead of a rotor. The agent is holding the machine with their right hand visibly and there is a black strap across their shoulder holding it up. The machine is mostly shiny metal, although the tip is showing signs of corrosion (no surprise based on the compounds and heat) and the supports of the body are a bright green"} +```{r imgportland20200729, echo=FALSE, out.width = out_width_500, fig.cap="(ref:imgportland20200729)", fig.align = "center", fig.alt = "Fully riot-geared and for some reason in green camo US Homeland Security agents (to the middle and the left of the photo) behind a row of two-foot tall, one-foot radius metal posts, behind a metal grate wall over 7 feet tall with metal support beams and concrete pylon buttressing. In the front of the left side is an agent holding a plastic clear riot shield, through which you can see a patch that say 'Border Patrol Federal Agent' in yellow and some insignia patches as well. In the middle are the agents in camo, one with a hand on the shoulder of another who is operating a thermal fogger machine shooting gas through the fence. The machine is maybe four or five feet long and has a body not unlike a bush whacker with a two-cycle engine, but fueling a vaporizer instead of a rotor. The agent is holding the machine with their right hand visibly and there is a black strap across their shoulder holding it up. The machine is mostly shiny metal, although the tip is showing signs of corrosion (no surprise based on the compounds and heat) and the supports of the body are a bright green"} knitr::include_graphics("img/portland_2020_07_29.jpg") ``` @@ -37,7 +24,7 @@ Despite repeated use of thermal foggers to deploy chemical weapons over the last Although not all of the weapon's history is documented, enough is that we can quickly dispel the myth that this deployment was _new_ in any notable sense other than being recent. -## The Science of Thermal Fogging {- #Science} +## The Science of Thermal Fogging {#Science} Broadly speaking, a fog is a visible aerosol that hangs in the air near the ground, and while it occurs on its own accord, humans have devised a variety of methods to generate fog. And many, if not all, of those methods have been used to deploy chemical weapons on people. @@ -51,7 +38,7 @@ These models were quickly supplanted by foggers leveraging resonant [pulsejet te (ref:imgCrockett1969) Concept drawing from the International Association of Chiefs of Police chemical agents manual [@Crockett1969]. -```{r imgCrockett1969, echo = FALSE, out.width = out_width, fig.cap = "(ref:imgCrockett1969)", fig.align = "center", fig.alt = "B/W image drawing with text from an old white paper book. The text says FOG DISSEMINATION at the top then a paragraph with `Fog dissemination devices operate by rapidly vaporizing a high boiling point liquid agent formulation. This is accomplished by injecting the liquid agent into a hot gas flow and allowing the vaporized agent to contact the cooler ambient air where the agent condenses into a fog and ultimately into extremely small agent particles.` In the middle is the drawing with a square on the left with a long rectangle coming out of it to the right with a cloud out the further end of the rectangle. There are bits of text around it, pointing to the box it says `FUEL`, `SPARK`, and `COMBUSTION CHAMBER`. in the middle of the rectange it says `HOT GASES` in the middle of arrows pointing out towards the cloud. Along the rectangle another injection area is noted for `Liquid Agent Injection` Text on the bottom says `FIGURE 4. FOG DISSEMINATION. A liquid chemical agent is vaporized by a hot gas flow and released as a fog cloud`."} +```{r imgCrockett1969, echo = FALSE, out.width = out_width_500, fig.cap = "(ref:imgCrockett1969)", fig.align = "center", fig.alt = "B/W image drawing with text from an old white paper book. The text says FOG DISSEMINATION at the top then a paragraph with `Fog dissemination devices operate by rapidly vaporizing a high boiling point liquid agent formulation. This is accomplished by injecting the liquid agent into a hot gas flow and allowing the vaporized agent to contact the cooler ambient air where the agent condenses into a fog and ultimately into extremely small agent particles.` In the middle is the drawing with a square on the left with a long rectangle coming out of it to the right with a cloud out the further end of the rectangle. There are bits of text around it, pointing to the box it says `FUEL`, `SPARK`, and `COMBUSTION CHAMBER`. in the middle of the rectange it says `HOT GASES` in the middle of arrows pointing out towards the cloud. Along the rectangle another injection area is noted for `Liquid Agent Injection` Text on the bottom says `FIGURE 4. FOG DISSEMINATION. A liquid chemical agent is vaporized by a hot gas flow and released as a fog cloud`."} knitr::include_graphics("img/Crockett1969.png") ``` diff --git a/02-vietnam.Rmd b/02-vietnam.Rmd index 9eb8b86..50107a4 100644 --- a/02-vietnam.Rmd +++ b/02-vietnam.Rmd @@ -1,23 +1,6 @@ -```{r index-1, echo=FALSE} -is_on_ghactions <- identical(Sys.getenv("GITHUB_ACTIONS"), "true") -is_online <- curl::has_internet() -is_html <- knitr::is_html_output() -is_latex <- knitr::is_latex_output() -if (is_html) { - out_width0 <- 650 - out_width <- 500 - out_width2 <- 400 -} else if (is_latex) { - out_width0 <-"100%" - out_width <-"100%" - out_width2 <-"100%" -} -``` - - -# A Colonial Tool {- #Vietnam} +# A Colonial Tool {#Vietnam} The modern day use of thermal foggers for chemical weapons deployment was born from the American colonization of Vietnam in the mid-to-late-20th Century [@USMACV1965; @Bunker1996]. @@ -25,15 +8,15 @@ The modern day use of thermal foggers for chemical weapons deployment was born f (ref:imgvcmm) US Military deploying a thermal fogger into a Vietnamese tunnel [@Delf2012]. -```{r imgvcmm, out.width = out_width, fig.cap="(ref:imgvcmm)", fig.alt = "Book illustration (colorful, hand-rendered style) of green-clad US military service members in helmets flak vests, boots, etc, standing around a thermal fogger in the foreground. The fogger is a non-portable Mity Mite style fogger with a big reservoir and giant vacuum style hose running through a green tarp that's lying on the ground and covering the tunnel entrance. They are in a clearing with huts and the jungle in the background.", echo = FALSE, fig.align = "center"} +```{r imgvcmm, out.width = out_width_500, fig.cap="(ref:imgvcmm)", fig.alt = "Book illustration (colorful, hand-rendered style) of green-clad US military service members in helmets flak vests, boots, etc, standing around a thermal fogger in the foreground. The fogger is a non-portable Mity Mite style fogger with a big reservoir and giant vacuum style hose running through a green tarp that's lying on the ground and covering the tunnel entrance. They are in a clearing with huts and the jungle in the background.", echo = FALSE, fig.align = "center"} knitr::include_graphics("img/vcmm.jpg") ```
-## Context {-} +## Context -### Mosquito Control {-} +### Mosquito Control Early in the deployment of US troops to occupy Vietnam, the need for large scale mosquito control became so great that soldiers began improvising insecticide foggers by piping insecticide into diesel truck exhaust: @@ -44,7 +27,7 @@ Early in the deployment of US troops to occupy Vietnam, the need for large scale The hack turned out to be __*4,500 times*__ more effective, covering nine square miles per day compared to 50,000 square feet (0.002 square miles) per day using a conventional manually operated fogger [@Spicknall1969]. Given widespread mosquito concerns and the preponderance on diesel drums, the truck approach spread, and the concept of fogging was understood among servicemembers [@USMACV1965; @Spicknall1969]. -### Tunnels {-} +### Tunnels As the occupation continued, underground bunkers and tunnels dug by the Viet Cong (VC) and People's Army of Vietnam (PAV) became a dominant presence on the both the literal and figurative battlefields [@Rottman2006; @Rottman2012]. @@ -52,7 +35,7 @@ As the occupation continued, underground bunkers and tunnels dug by the Viet Con (ref:imgtunnels) Hypothetical Vietnamese village with a two-level bunker tunnel system [@Hanesalo1996]. -```{r imgtunnels, out.width = out_width, fig.cap="(ref:imgtunnels)", fig.alt = "Book illustration (blank and greys, hand-rendered style) of a two-level village tunnel system, connecting most of the structures with defensive trenches and bunkers. There are eight houses surrounding a community building and the nearest ones are cut-away so you can see into them and the ground beneath them, which shows the tunnels and bunkers. Each house has a shelter and they are connected via tunnels. There is a puji-stake moat with a sharpened bamboo fence around it surrounding the village and there's one road in, with a gate at the fence. There is a river or open water of some kind on the other side of the fence and then some fields and jungle. The community building is two stories and is next to a single flag on a pole in the center of the village. The flag is blank, and so functionally white.", echo = FALSE, fig.align = "center"} +```{r imgtunnels, out.width = out_width_500, fig.cap="(ref:imgtunnels)", fig.alt = "Book illustration (blank and greys, hand-rendered style) of a two-level village tunnel system, connecting most of the structures with defensive trenches and bunkers. There are eight houses surrounding a community building and the nearest ones are cut-away so you can see into them and the ground beneath them, which shows the tunnels and bunkers. Each house has a shelter and they are connected via tunnels. There is a puji-stake moat with a sharpened bamboo fence around it surrounding the village and there's one road in, with a gate at the fence. There is a river or open water of some kind on the other side of the fence and then some fields and jungle. The community building is two stories and is next to a single flag on a pole in the center of the village. The flag is blank, and so functionally white.", echo = FALSE, fig.align = "center"} knitr::include_graphics("img/tunnels.jpg") ```
@@ -64,15 +47,15 @@ The specialized forces designated for the work were dubbed "Tunnel Rats" and tea (ref:imgratmask) Tunnel rat in a gas mask, undated [@Hemmings2019] -```{r imgratmask, out.width = out_width2, fig.cap="(ref:imgratmask)", fig.alt = "B/W image. Open trench at bottom, center. Pipe runs across trench and into the dirt on either side. Person in gas mask crouched below pipe looking up and forward. Leg in pants and lace up boot stretched over trench leaning against right edge. Other leg and boot partially visible on left. Hand holding lit cigarette resting on foot on left.", echo = FALSE, fig.align = "center"} +```{r imgratmask, out.width = out_width_400, fig.cap="(ref:imgratmask)", fig.alt = "B/W image. Open trench at bottom, center. Pipe runs across trench and into the dirt on either side. Person in gas mask crouched below pipe looking up and forward. Leg in pants and lace up boot stretched over trench leaning against right edge. Other leg and boot partially visible on left. Hand holding lit cigarette resting on foot on left.", echo = FALSE, fig.align = "center"} knitr::include_graphics("img/rat_mask.png") ```
-## Genesis {- #Genesis} +## Genesis {#Genesis} -### Implementation {- #FirstUse} +### Implementation {#FirstUse} In October of 1965, the USMACV (United States Military Assistance Command, Vietnam) was supporting the South Vietnamese Army's (ARVN) III Corps in a "search and destroy" operation in the Iron Triangle, an area known to house an elaborate Viet Cong tunnel system [@USMACV1965]. @@ -80,7 +63,7 @@ In October of 1965, the USMACV (United States Military Assistance Command, Vietn (ref:imgirontriangle) US-defined War Zones C, D, and the Iron Triangle near Saigon, Vietnam [@USArmy2005] -```{r imgirontriangle, out.width = out_width2, fig.cap="(ref:imgirontriangle)", fig.alt = "Text-book style map of the III Corps Tactical Zone from 1965-1967, according to the legend. This is the area of Vietnam around Saigon, with some of the South China Sea visible to the south at the bottom and Cambodia to the north west in the upper left portion. Major highways and cities are indicated on the map, but the main points are the color highlighted boundaries of the two war zones and the iron triangle, which are all in reddish organge, and the full tactical zone in a darker blue. There is text in the bottom left that says Map 13 and there is a unit bar in the legend that gives distances in both miles and kilometers.", echo = FALSE, fig.align = "center"} +```{r imgirontriangle, out.width = out_width_400, fig.cap="(ref:imgirontriangle)", fig.alt = "Text-book style map of the III Corps Tactical Zone from 1965-1967, according to the legend. This is the area of Vietnam around Saigon, with some of the South China Sea visible to the south at the bottom and Cambodia to the north west in the upper left portion. Major highways and cities are indicated on the map, but the main points are the color highlighted boundaries of the two war zones and the iron triangle, which are all in reddish organge, and the full tactical zone in a darker blue. There is text in the bottom left that says Map 13 and there is a unit bar in the legend that gives distances in both miles and kilometers.", echo = FALSE, fig.align = "center"} knitr::include_graphics("img/iron_triangle.jpg") ``` @@ -106,7 +89,7 @@ Note that there is no mention of use by USMACV prior to this deployment [@USMACV
-### What About Not In Tunnels? {-} +### What About Not In Tunnels? Seeing the Mity Mite in action got the wheels turning in the heads of USMACV officers, and the idea of deploying the fogger outside of tunnels was on the table [@USMACV1965]. @@ -122,7 +105,7 @@ At the time, however, the set up used powder, pot, and grenade sources of chemic (ref:imgmitymite) Technical drawing of a backpack fogger [@USMACV1965] -```{r imgmitymite, out.width = out_width, fig.cap="(ref:imgmitymite)", fig.alt = "Technical rendering sketch of a tank with the words Mity Mite on the side. Funnel on bottom of tank leads to exhaust hose below and pipe on bottom of tank has small flexible hose attaching to exhaust hose as well. Exhaust hose comes from below and curves upward to the right. Below the tanks and attached by a frame is a small motor.", echo = FALSE, fig.align = "center"} +```{r imgmitymite, out.width = out_width_500, fig.cap="(ref:imgmitymite)", fig.alt = "Technical rendering sketch of a tank with the words Mity Mite on the side. Funnel on bottom of tank leads to exhaust hose below and pipe on bottom of tank has small flexible hose attaching to exhaust hose as well. Exhaust hose comes from below and curves upward to the right. Below the tanks and attached by a frame is a small motor.", echo = FALSE, fig.align = "center"} knitr::include_graphics("img/mity_mite.jpg") ``` @@ -130,7 +113,7 @@ knitr::include_graphics("img/mity_mite.jpg")
-## Expansion {-} +## Expansion The practice caught on quickly, and Mity Mites were soon issued to ARVN units [@USMACV1965] and became common tools for Tunnel Rats [@Rottman2012]. @@ -138,7 +121,7 @@ The practice caught on quickly, and Mity Mites were soon issued to ARVN units [@ (ref:imgmightymite) A soldier uses a backpack Mity Mite to fog a tunnel [@USArmy1966] -```{r imgmightymite, out.width = out_width, fig.cap="(ref:imgmightymite)", fig.alt = "B/W image in a dirt field. Helmeted soldier on one knee with tank strapped on back. Lifting a board with left hand and holding an exhaust tube from the tank under the board with right hand.", echo = FALSE, fig.align = "center"} +```{r imgmightymite, out.width = out_width_500, fig.cap="(ref:imgmightymite)", fig.alt = "B/W image in a dirt field. Helmeted soldier on one knee with tank strapped on back. Lifting a board with left hand and holding an exhaust tube from the tank under the board with right hand.", echo = FALSE, fig.align = "center"} knitr::include_graphics("img/mighty_mite.png") ``` @@ -153,7 +136,7 @@ And by 1968's Battle of Khe Sanh, it was standard practice to use foggers for tu (ref:imgunpacktest) Engineers unpack and test a Mitey-Mite blower [@USAES]. -```{r imgunpacktest, out.width = out_width, fig.cap="(ref:imgunpacktest)", fig.alt = "B/W image. In a clearing in a densely vegetated area, a small tank with an exhaust pipe blowing fog to the right. The cloud of fog covers much of the right side. Towards the back, 2 people wearing helmets and fatigues with sleeves rolled up stand with hands on hips on either side of the fogger, watching it.", echo = FALSE, fig.align = "center"} +```{r imgunpacktest, out.width = out_width_500, fig.cap="(ref:imgunpacktest)", fig.alt = "B/W image. In a clearing in a densely vegetated area, a small tank with an exhaust pipe blowing fog to the right. The cloud of fog covers much of the right side. Towards the back, 2 people wearing helmets and fatigues with sleeves rolled up stand with hands on hips on either side of the fogger, watching it.", echo = FALSE, fig.align = "center"} knitr::include_graphics("img/unpack_test.jpg") @@ -169,7 +152,7 @@ In 1969, the US Army Limited War Laboratory published a report on chemical weapo (ref:imgtablea212) Existing and proposed fogging devices [@Samuelsetal1969]. -```{r imgtablea212, out.width = out_width0, fig.cap="(ref:imgtablea212)", fig.alt = "Screen cap of a photo copy of an old report, it's black and white and in bad shape, but legible for the most part. It's Table A.2.1.2, Chemical Sprays and Foggers. There are columns: Device/Model, Manufacturer, Description, Estimated Cost (for development or for purchase), and Status (available already or needing development). There are 6 rows, one for each Device/Model: MK17 Pepper Fog CS-Tear Smoke Generator, MK XII, Turb A Fog Tear Gas Dispenser, Federal Dust Projector 271, Dynafog 70, and a propsed vehicle based fogger based on the mosquito fogging approach.", echo = FALSE, fig.align = "center"} +```{r imgtablea212, out.width = out_width_650, fig.cap="(ref:imgtablea212)", fig.alt = "Screen cap of a photo copy of an old report, it's black and white and in bad shape, but legible for the most part. It's Table A.2.1.2, Chemical Sprays and Foggers. There are columns: Device/Model, Manufacturer, Description, Estimated Cost (for development or for purchase), and Status (available already or needing development). There are 6 rows, one for each Device/Model: MK17 Pepper Fog CS-Tear Smoke Generator, MK XII, Turb A Fog Tear Gas Dispenser, Federal Dust Projector 271, Dynafog 70, and a propsed vehicle based fogger based on the mosquito fogging approach.", echo = FALSE, fig.align = "center"} knitr::include_graphics("img/tablea212.jpg") @@ -178,7 +161,7 @@ knitr::include_graphics("img/tablea212.jpg")
-## International Melting Pot {-} +## International Melting Pot Other countries explicitly supported the US colonization in Vietnam, providing a pathway for the fogger to be rapidly picked up by the armed forces of other nations. @@ -189,7 +172,7 @@ By 1966 the Australian Tunnel Rats were particularly fond of fogging tunnels wit (ref:vietnamaus1) Double Acetylene Generator and a Mighty Mite Air Blower Used to Blow Fumes into Viet Cong Tunnels [@vietnam_aus1] -```{r vietnamaus1, out.width = out_width, fig.cap="(ref:vietnamaus1)", fig.alt = "Black and white photo of a Mighty Mite blower on the left and two containers of acetylene in the middle, both containers are metal boxes with labeling in small white text and then some bladder bag on top. There are large vaccum size hozes coming off the blower and going off frame to the right. The scene is the ground of a jungle that has been cleared a little, there are trees and foliage in the background and dense but matted down grass in the fore.", echo = FALSE, fig.align = "center"} +```{r vietnamaus1, out.width = out_width_500, fig.cap="(ref:vietnamaus1)", fig.alt = "Black and white photo of a Mighty Mite blower on the left and two containers of acetylene in the middle, both containers are metal boxes with labeling in small white text and then some bladder bag on top. There are large vaccum size hozes coming off the blower and going off frame to the right. The scene is the ground of a jungle that has been cleared a little, there are trees and foliage in the background and dense but matted down grass in the fore.", echo = FALSE, fig.align = "center"} knitr::include_graphics("img/vietnam_aus1.jpg") ``` @@ -201,7 +184,7 @@ knitr::include_graphics("img/vietnam_aus1.jpg") (ref:imgvietnamaus2) Mighty Mite Machine Used to Contaminate Viet Cong Tunnel Systems with Acetylene [@vietnam_aus2] -```{r imgvietnamaus2, out.width = out_width, fig.cap="(ref:imgvietnamaus2)", fig.alt = "An individual crouches on the ground next to a blower, facing off to the right, with his left hand slightly resting on it. The photo is aimed down at this person, so the two people looking at the fogger while standing are partially visible from the feet upwards. The photo is an old black and white image and there are items around the sides that are difficult to make out, including potentially a cache of chemical weapons grenades on the right side and some sandbacks in the back.", echo = FALSE, fig.align = "center"} +```{r imgvietnamaus2, out.width = out_width_500, fig.cap="(ref:imgvietnamaus2)", fig.alt = "An individual crouches on the ground next to a blower, facing off to the right, with his left hand slightly resting on it. The photo is aimed down at this person, so the two people looking at the fogger while standing are partially visible from the feet upwards. The photo is an old black and white image and there are items around the sides that are difficult to make out, including potentially a cache of chemical weapons grenades on the right side and some sandbacks in the back.", echo = FALSE, fig.align = "center"} knitr::include_graphics("img/vietnam_aus2.jpg") ``` diff --git a/03-return.Rmd b/03-return.Rmd index eb6a776..6d58e13 100644 --- a/03-return.Rmd +++ b/03-return.Rmd @@ -1,20 +1,6 @@ -```{r index-1, echo=FALSE} -is_on_ghactions <- identical(Sys.getenv("GITHUB_ACTIONS"), "true") -is_online <- curl::has_internet() -is_html <- knitr::is_html_output() -is_latex <- knitr::is_latex_output() -if (is_html) { - out_width <- 500 - out_width2 <- 300 -} else if (is_latex) { - out_width <-"100%" - out_width2 <-"75%" -} -``` - -# Domestic Applications {- #TheReturn} +# Domestic Applications {#TheReturn} As to be expected following the basic trajectory of an Imperial Boomerang [@Cesaire1950; @Arendt1951; @Foucault1976], the repressive technique (thermal fogging) developed by an imperialist country (USA) to control colonial territories (Vietnam) was brought home by the imperialist nation to use on its own people [@Graham2013]. @@ -22,13 +8,13 @@ Indeed, it took just _three years_ from initial deployment [in Vietnam on Octobe In alignment with the general "Imperial Circuit of Tear Gas" [@Schrader2019] between the US and Vietnam, the return of the fogger was aided significantly by the weapons industry, militarization of US police forces, transition of veterans to law enforcement upon returning home, and substantial propaganda in specialized and generalized outlets. -## Manufacturers {-} +## Manufacturers American companies quickly jumped at the opportunity to refine the bulky, complicated Mitey Mite and sell thermal foggers to the military and domestic police departments. As early as 1969, The International Association of Chiefs of Police included a detailed section on thermal fogging and available models in their Chemical Agents Manual [@Crockett1969], providing prime trade-focused marketing. Indeed, both [Federal Laboratories](#FederalLaboratories) and [General Ordnance Equipment Corporation](#GOEC) models were included. -### Sears Roebuck {-} +### Sears Roebuck The original Mighty Mite that [established](#FirstUse) the fogger as a method of chemical dispersal was manufactured by Sears, Roebuck, and Co. for insecticide application [@Applegate1969]. @@ -36,7 +22,7 @@ The original Mighty Mite that [established](#FirstUse) the fogger as a method of (ref:imgM106) M-106 Mity Mite Thermal Fogger, as promoted to law enforcement in @Applegate1969. -```{r imgM106, out.width = out_width, fig.alt = "Yellowed black and white photo of a stationary Mighty Mite thermal fogger. It's a backpack fogger, so there's a giant hose that's like a vacuum hose wrapped around in the middle and then another one coming off of the actual backpack, which is upright in the middle back right. there is a metal frame and a large reservoir tank sitting on top of the engine and other aspects of the machinery. There is a tube running out to the end of the hose nose from the back pack. On the right side of the image is a scale bar that makes it seem like the backpack is 24 inches tall." , echo = FALSE, fig.cap = "(ref:imgM106)", fig.align = "center"} +```{r imgM106, out.width = out_width_500, fig.alt = "Yellowed black and white photo of a stationary Mighty Mite thermal fogger. It's a backpack fogger, so there's a giant hose that's like a vacuum hose wrapped around in the middle and then another one coming off of the actual backpack, which is upright in the middle back right. there is a metal frame and a large reservoir tank sitting on top of the engine and other aspects of the machinery. There is a tube running out to the end of the hose nose from the back pack. On the right side of the image is a scale bar that makes it seem like the backpack is 24 inches tall." , echo = FALSE, fig.cap = "(ref:imgM106)", fig.align = "center"} knitr::include_graphics("img/M106.png") ``` @@ -48,7 +34,7 @@ The bulkiness of the Mity Mite backpack proved to be a hindrance in mobile appli (ref:imgjetfogger) Hand-held two-cycle thermal fogger [@Crockett1969]. -```{r imgjetfogger, out.width = out_width, fig.alt = "Black and white technical drawing of a hand-held 2-cycle thermal fogger. The drawing is pretty minimal, but shows enough detail, in particular around the engine and fan, to get a sense of how it operates. There are also a few labels pointing out via arrows what the Recould Rope Starter, Fuel Tank, Carrying Handle, Creifugal Blower Assemble, and Air/Agent Exit Ports are, and to the where the Vaporized Agent is injected into the air stream.", echo = FALSE, fig.cap = "(ref:imgjetfogger)", fig.align = "center"} +```{r imgjetfogger, out.width = out_width_500, fig.alt = "Black and white technical drawing of a hand-held 2-cycle thermal fogger. The drawing is pretty minimal, but shows enough detail, in particular around the engine and fan, to get a sense of how it operates. There are also a few labels pointing out via arrows what the Recould Rope Starter, Fuel Tank, Carrying Handle, Creifugal Blower Assemble, and Air/Agent Exit Ports are, and to the where the Vaporized Agent is injected into the air stream.", echo = FALSE, fig.cap = "(ref:imgjetfogger)", fig.align = "center"} knitr::include_graphics("img/jetfogger.jpg") ``` @@ -57,24 +43,24 @@ knitr::include_graphics("img/jetfogger.jpg") Sears does not appear to have entered The Mity Mite into the law enforcement market, perhaps due to the company's existing legacy branding, and the model never established itself in the domestic market. -### Federal Laboratories {- #FederalLaboratories} +### Federal Laboratories {#FederalLaboratories} Federal Laboratories, one of the major US manufacturers of chemical weapons starting after World War I, developed a hand-held 2-cycle thermal fogger that did not need a backpack or hoses: (ref:img298) The Federal Laboratories "Federal Fogger 298" [@FedLabs298]. -```{r img298, out.width = out_width2, fig.alt = "Black and white photo of a thermal fogger that is basically a 2-cycle weed-wacker engine on top of a chemical agent metal drum with a nozzle sticking out to the right that is about a yard long, it's dark and has some hardware on it. The drum says Federal Fogger and then other things that are illegible. The drum is a dark color and the main engine is light, with a dark handle and strap." , echo = FALSE, fig.cap = "(ref:img298)", fig.align = "center"} +```{r img298, out.width = out_width_300, fig.alt = "Black and white photo of a thermal fogger that is basically a 2-cycle weed-wacker engine on top of a chemical agent metal drum with a nozzle sticking out to the right that is about a yard long, it's dark and has some hardware on it. The drum says Federal Fogger and then other things that are illegible. The drum is a dark color and the main engine is light, with a dark handle and strap." , echo = FALSE, fig.cap = "(ref:img298)", fig.align = "center"} knitr::include_graphics("img/federal_fogger_crop.jpg") ``` (ref:fedlabimg) Officer demonstrating the Federal Laboratories 298 [@Applegate1992]. -```{r fedlabimg, out.width = out_width2, fig.alt = "Black and white photo of police officer in a gas mask and riot helmet with the shield flipped up and full uniform, but not riot gear. The officer is holding a hand-held fogger that has a white top on the part, some shiny metal in the middle and then dark on the bottom with a dark nozzle that is spewing some fog. The officer is standing in a field in front of a forest." , echo = FALSE, fig.cap = "(ref:fedlabimg)", fig.align = "center"} +```{r fedlabimg, out.width = out_width_300, fig.alt = "Black and white photo of police officer in a gas mask and riot helmet with the shield flipped up and full uniform, but not riot gear. The officer is holding a hand-held fogger that has a white top on the part, some shiny metal in the middle and then dark on the bottom with a dark nozzle that is spewing some fog. The officer is standing in a field in front of a forest." , echo = FALSE, fig.cap = "(ref:fedlabimg)", fig.align = "center"} knitr::include_graphics("img/federal_labs.jpg") ``` -### General Ordnance Equipment Corporation {- #GOEC} +### General Ordnance Equipment Corporation {#GOEC} The General Ordnance Equipment Corporation (GOEC), who invented and trademarked Chemical Mace earlier in the decade, had been bought-out by Smith and Wesson by the late 1960s when the fogger market opened up [@Gross2014]. @@ -89,7 +75,7 @@ While GOEC did develop and sell a stationary 2-cycle model for vehicle mounting, (ref:goecpf) General Ordnance Equipment Corporation thermal fogger [@GOECphoto], as shown in @Applegate1969. -```{r goecpf, out.width = out_width, fig.alt = "Yellowed black and white photo of a stationary pepper fog thermal fogger pointed to the left sitting by itself. The main body is a square box that's dark with a tag in the middle that's lighter and has dark writing on it that says pepper fog g o e c. The nozzle points to the left and is a longer thinner tube about twice as long as the main body. It is also dark and has a metal cage around it that is sparse and shiny. There's also a handle and some knobs on the top of the item and something that's a little bit difficult to make out off the back of the main body." , echo = FALSE, fig.cap = "(ref:goecpf)", fig.align = "center"} +```{r goecpf, out.width = out_width_500, fig.alt = "Yellowed black and white photo of a stationary pepper fog thermal fogger pointed to the left sitting by itself. The main body is a square box that's dark with a tag in the middle that's lighter and has dark writing on it that says pepper fog g o e c. The nozzle points to the left and is a longer thinner tube about twice as long as the main body. It is also dark and has a metal cage around it that is sparse and shiny. There's also a handle and some knobs on the top of the item and something that's a little bit difficult to make out off the back of the main body." , echo = FALSE, fig.cap = "(ref:goecpf)", fig.align = "center"} knitr::include_graphics("img/goec_pf.png") ``` @@ -102,7 +88,7 @@ They immediately began a heavy marketing campaign for their new invention, takin (ref:imggoecad1969) GOEC advertisement [@GOECad1969]. -```{r imggoecad1969, out.width = out_width, fig.alt = "Photocopied, blurried black and white magazine spread advertisement for General Ordnance Equipment Company (GOEC). The ad shows both their chemical mace and their fogger, although the fogger takes up 3/4 of the page. The left side has two main panels, one for each weapon, the top is a mace one showing an officer spraying mace into someone's face and the bottom part is the picture of the person fogging the railroad. The right side is an explainer on the pepper fogger that has three photos (including a repeat of the railroad one) at the top, the item image in the middle, and then a whole bunch of specs that are too blury to read" , echo = FALSE, fig.cap = "(ref:imggoecad1969)", fig.align = "center"} +```{r imggoecad1969, out.width = out_width_500, fig.alt = "Photocopied, blurried black and white magazine spread advertisement for General Ordnance Equipment Company (GOEC). The ad shows both their chemical mace and their fogger, although the fogger takes up 3/4 of the page. The left side has two main panels, one for each weapon, the top is a mace one showing an officer spraying mace into someone's face and the bottom part is the picture of the person fogging the railroad. The right side is an explainer on the pepper fogger that has three photos (including a repeat of the railroad one) at the top, the item image in the middle, and then a whole bunch of specs that are too blury to read" , echo = FALSE, fig.cap = "(ref:imggoecad1969)", fig.align = "center"} knitr::include_graphics("img/GOECad1969.png") ``` @@ -113,7 +99,7 @@ They also leveraged the connection between local law enforcement and the press t It is perhaps no surprise then that virtually all of the foggers photographed being used in the US prior to 2020 are GOEC models. -### Defense Technology {- #DefenseTechnology} +### Defense Technology {#DefenseTechnology} The corporate descendent of both GOEC and Federal Labs and current owner of the legacy branding ([Safariland](https://www.safariland.com) subsidiary [Defense Technology](https://www.defense-technology.com)) continues to sell items under a ["Pepper Fog" line](https://www.defense-technology.com/product-category/pepper-foggers/), including a ["pepper fog generator"](https://www.defense-technology.com/product/pepper-fog-generator/) that utilizes the same pulse-jet generation technique [@DTPFG]: @@ -121,7 +107,7 @@ The corporate descendent of both GOEC and Federal Labs and current owner of the (ref:imgdefensetechgepf) Product image for thermal fogger [@DTPFGphoto]. -```{r imgdefensetechgepf, out.width = out_width, fig.alt = "Yellow-gold box shape tool with a handle on top, an image of an eagle in flight on the side, and some gauges on top.The back of the box tapers and appears to have switches and controls. Coming out of the front is a long tube that narrows at the end. The tube has a wire cage surrounding it." , echo = FALSE, fig.cap = "(ref:imgdefensetechgepf)", fig.align = "center"} +```{r imgdefensetechgepf, out.width = out_width_500, fig.alt = "Yellow-gold box shape tool with a handle on top, an image of an eagle in flight on the side, and some gauges on top.The back of the box tapers and appears to have switches and controls. Coming out of the front is a long tube that narrows at the end. The tube has a wire cage surrounding it." , echo = FALSE, fig.cap = "(ref:imgdefensetechgepf)", fig.align = "center"} knitr::include_graphics("img/defense_tech_gepf.png") ``` @@ -129,7 +115,7 @@ knitr::include_graphics("img/defense_tech_gepf.png") This has supplanted the models produced by the corporate ancestors to Defense Technology, which were bulkier and considerably heavier [@Samuelsetal1969]. -## Rex Applegate {-} +## Rex Applegate A major figure in the translation of military "riot suppression" tactics to domestic law enforcement in the 1960s and 1970s was a former US Army Lt. Colonel named [Rex Applegate](https://en.wikipedia.org/wiki/Rex_Applegate). Applegate took a commission as a second leuitenant, but had a lung ailment kept him from serving in combat in World War II and so was assigned to Military Police Company before being tapped by [Col. William Donovan](https://en.wikipedia.org/wiki/William_J._Donovan) to build and run the School for Spies and Assassins in the Office of Strategic Services [@Goldstein1998]. @@ -142,13 +128,13 @@ Indeed, Rex published what can only be described as a long-form written sales pi (ref:imgdemo) Demonstration of a pepper fogger [@Applegate1970] -```{r imgdemo, out.width = out_width, fig.alt = "Black and white photo of a person using a pepper fogger across some railroad tracks. The person is standing in the mid ground on the left side of the photo and fogging towards the right mid-ground where the train tracks come from. The fog obscures the origins of the tracks off to the background on the right side of the photo. Behind the person on the left side is a taller tree along short building a car and some foliage. Further behind is a ridge of some kind with trees on it. The train tracks are old and partially overgrown." , echo = FALSE, fig.cap = "(ref:imgdemo)", fig.align = "center"} +```{r imgdemo, out.width = out_width_500, fig.alt = "Black and white photo of a person using a pepper fogger across some railroad tracks. The person is standing in the mid ground on the left side of the photo and fogging towards the right mid-ground where the train tracks come from. The fog obscures the origins of the tracks off to the background on the right side of the photo. Behind the person on the left side is a taller tree along short building a car and some foliage. Further behind is a ridge of some kind with trees on it. The train tracks are old and partially overgrown." , echo = FALSE, fig.cap = "(ref:imgdemo)", fig.align = "center"} knitr::include_graphics("img/demo.png") ```
-## News Media Propaganda {- #Propa} +## News Media Propaganda {#Propa} Alongside the more overtly pro-police-use-of-chemical-weapons propaganda of Rex Applegate were other, perhaps more subtle forms of pro-fogger propaganda [@Macomber1970]. @@ -158,7 +144,7 @@ Newspapers around the country were more than happy to print "articles" that prom (ref:imgVance1970) Amarillo Texas Police Sergent Jerry Austin with a thermal fogger and shotgun [@Vance1970]. Amarillo's 1970 population was 127,010 [@USCB1970]. -```{r imgVance1970, out.width = out_width, fig.alt = "Black and white newspaper clipping of an officer standing in front of a open garage door, next to a police car that is partially in frame on the left and front areas. A GOEC-style thermal fogger sits on the hood of the car in front of the officer, pointing towards and to the left of the camera. The officer is wearing beat clothing and a cop hat and also has a shotgun." , echo = FALSE, fig.cap = "(ref:imgVance1970)", fig.align = "center"} +```{r imgVance1970, out.width = out_width_500, fig.alt = "Black and white newspaper clipping of an officer standing in front of a open garage door, next to a police car that is partially in frame on the left and front areas. A GOEC-style thermal fogger sits on the hood of the car in front of the officer, pointing towards and to the left of the camera. The officer is wearing beat clothing and a cop hat and also has a shotgun." , echo = FALSE, fig.cap = "(ref:imgVance1970)", fig.align = "center"} knitr::include_graphics("img/Vance1970.jpg") ``` @@ -168,7 +154,7 @@ knitr::include_graphics("img/Vance1970.jpg") (ref:imgAmanphoto1970) Richland County (Ohio) Sheriff's Captain Robert Dysart demonstrating a thermal fogger to a crowd of >200 people [@Amanphoto1970]. Richland County's 1970 population was 129,997 [@USCB1970]. -```{r imgAmanphoto1970, out.width = out_width, fig.alt = "Black and white newspaper clipping of an officer standing in a field just front a forest/brush line, fogging out into the open area as part of a demonstration. The officer is wearing a riot helmet and coveralls and has the fogger slug over their right arm with a strap they are also holding with their left hand. The officer stands in the left part of the frame, fogging to the right, using a GOEC-style fogger with the nozzle tip right in the middle of the photo." , echo = FALSE, fig.cap = "(ref:imgAmanphoto1970)", fig.align = "center"} +```{r imgAmanphoto1970, out.width = out_width_500, fig.alt = "Black and white newspaper clipping of an officer standing in a field just front a forest/brush line, fogging out into the open area as part of a demonstration. The officer is wearing a riot helmet and coveralls and has the fogger slug over their right arm with a strap they are also holding with their left hand. The officer stands in the left part of the frame, fogging to the right, using a GOEC-style fogger with the nozzle tip right in the middle of the photo." , echo = FALSE, fig.cap = "(ref:imgAmanphoto1970)", fig.align = "center"} knitr::include_graphics("img/Amanphoto1970.jpg") ``` @@ -180,7 +166,7 @@ knitr::include_graphics("img/Amanphoto1970.jpg") (ref:imgGaylord1971) A McHenry County (Illinois) Sheriff's officer fogs some grass in a rural landscape during a training and press demo day [@Gaylord1971; @PlainDealer1971]. McHenry County's 1970 population was 111,555 [@USCB1970]. -```{r imgGaylord1971, out.width = out_width, fig.alt = "Black and white photo of an individual standing in a grass field with wood horse fence and trees and barns in the background. The individual is in light clothes and a black cap and is using both hands to hold a pepper fogger, which they are using to fog some grass on the right side of the photo. they are facing the camera, so the classic GOEC label is visible." , echo = FALSE, fig.cap = "(ref:imgGaylord1971)", fig.align = "center"} +```{r imgGaylord1971, out.width = out_width_500, fig.alt = "Black and white photo of an individual standing in a grass field with wood horse fence and trees and barns in the background. The individual is in light clothes and a black cap and is using both hands to hold a pepper fogger, which they are using to fog some grass on the right side of the photo. they are facing the camera, so the classic GOEC label is visible." , echo = FALSE, fig.cap = "(ref:imgGaylord1971)", fig.align = "center"} knitr::include_graphics("img/Gaylord1971.jpg") ``` @@ -192,14 +178,14 @@ knitr::include_graphics("img/Gaylord1971.jpg") (ref:imgWinter1970) Scott County (Iowa) deputy sheriff Jim Lewis, left, holds a new grenade launcher and a riot gun while Sheriff William Strout displays a pepper fogger and gas mask [@Winter1970]. Scott County's 1970 population was 142,687 [@USCB1970]. -```{r imgWinter1970, out.width = out_width, fig.alt = "Black and white newspaper clipping of two officers standing in front of a large brick wall. Scott County deputy sheriff Jim Lewis, left, holds a new grenade launcher and a riot gun. he is donning a standard beat uniform with a bucket hat. Sheriff William Strout is on the right in street clothes and is holding a GOEC pepper fogger in his right hand and gas mask in his left. The officers are making an X with the barrells of the grenade launcher and fogger." , echo = FALSE, fig.cap = "(ref:imgWinter1970)", fig.align = "center"} +```{r imgWinter1970, out.width = out_width_300, fig.alt = "Black and white newspaper clipping of two officers standing in front of a large brick wall. Scott County deputy sheriff Jim Lewis, left, holds a new grenade launcher and a riot gun. he is donning a standard beat uniform with a bucket hat. Sheriff William Strout is on the right in street clothes and is holding a GOEC pepper fogger in his right hand and gas mask in his left. The officers are making an X with the barrells of the grenade launcher and fogger." , echo = FALSE, fig.cap = "(ref:imgWinter1970)", fig.align = "center"} knitr::include_graphics("img/Winter1970.jpg") ```
-### Gary Wills {-} +### Gary Wills Pulitzer Prize-winning [Garry Wills](https://en.wikipedia.org/wiki/Garry_Wills) (who at the time was considerably more conservative than he came to be later) penned an op-ed that ran in (at least) The Herald Statesman (Yonkers, New York) [@Wills1971a], The Daily Item (Port Chester, New York) [@Wills1971b], The Charlotte News (Charlotte, North Carolina) [@Wills1971c], and The Philadelphia Inquirer [@Wills1971d] in April 1971 in which he basically tells all the cry babies (pun intended) to suck it up because he "would not be afraid to undergo such experiences [as being pepper fogged] again" [@Wills1971a]. diff --git a/04-conventions.Rmd b/04-conventions.Rmd index 001cea3..9a3f9d9 100644 --- a/04-conventions.Rmd +++ b/04-conventions.Rmd @@ -1,20 +1,5 @@ -```{r index-1, echo=FALSE} -is_on_ghactions <- identical(Sys.getenv("GITHUB_ACTIONS"), "true") -is_online <- curl::has_internet() -is_html <- knitr::is_html_output() -is_latex <- knitr::is_latex_output() -if (is_html) { - out_width <- 500 - out_width2 <- 300 -} else if (is_latex) { - out_width <-"100%" - out_width2 <-"75%" -} - -``` - -# The 1968 Conventions {- #The1968Conventions} +# The 1968 National Conventions {#The1968Conventions} Deployment of chemical weapons on United States civilians by domestic law enforcement began in earnest in the late 1960s during the height of anti-war and civil rights protests, kicked off in particular by the 1968 Republican (Miami, Florida) and Democratic (Chicago, IL) National Conventions [@McArdle2018; @TaylorandMorris2018]. As a result of a [heavy propaganda and branding campaign](#TheReturn), the thermal fogger was just becoming a mainstay of early police chemical weapons arsenals. @@ -23,7 +8,9 @@ Importantly, by the summer of 1968, the Florida Highway Patrol, Chicago Police D Beyond their legacy as the first domestic fogger deployments, the lingering impact of the 1968 Conventions was felt for years to come. The Kansas City (Missouri) Police Department armed up their chemical weapons cache in advance of the 1976 Republican National Convention, including purchase of fogger fluids [@Hudson1976]. -## Miami, August 8 {- #MiamiFL1968_08_08} +## RNC + +### Miami, August 8 {#MiamiFL1968_08_08} The first use of a thermal fogger to deploy chemical weapons in the US that I have been able to uncover was during the "[Liberty City Riots](https://en.wikipedia.org/wiki/1968_Miami_riot)", which took place in during the [1968 Republican National Convention](https://en.wikipedia.org/wiki/1968_Republican_National_Convention) (RNC) in Miami, Florida [@Tschenschlok1995; @Tschenschlok1996; @McArdle2018]. A white reporter with the Miami Herald attempted to gain access to rally of concerned Black people that was meant to be only among Black people that was occurring in Liberty City, a Black neighborhood, on August 7th [@Tschenschlok1995; @Tschenschlok1996]. @@ -39,7 +26,9 @@ FHP used the truck-mounted thermal foggers indiscriminately and caused visible s The fog quickly spread into neighborhood homes, forcing residents outside to seek fresh air [@Tschenschlok1995]. -## Chicago, August 26 - 29 {- #ChicagoIL1968_08_26} +## DNC + +### Chicago, August 26 - 29 {#ChicagoIL1968_08_26} Later that month anti-war protests took place in Chicago, Illinois during the [Democratic National Convention](https://en.wikipedia.org/wiki/1968_Democratic_National_Convention), and a massive force of law enforcement (Chicago Police with assistance from over 6,000 National Guard members and 6,000 Army troops [@TaylorandMorris2018]) responded excessively, including with chemical weapons, on network news [@Schultz1969; @Karnow1983; @Farber1988; @Langguth2000]. After four days, hundreds had been given medical assistance for exposure to chemical weapons [@TaylorandMorris2018]. @@ -52,7 +41,7 @@ As such, I consider this a very likely deployment. I am continuing to search for evidence. -## Berkeley, August 31 {- #BerkeleyCA1968_08_31} +### Berkeley, August 31 {#BerkeleyCA1968_08_31} A demonstration in Berkeley, California was called by the Young Socialist Alliance, Independent Socialist Club, and the Black Panther Party in solidarity with anti-war protesters in Chicago who the police had recently brutalized [@PatersonEveningNews1968_08_31; @TheCapitalTimes1968_08_31], including [use of a pepper fogger](#ChicagoIL1968_08_26) [@TheDailyTribune1969_02_21]. In response, police brutalized the protesters, and in the process brought out a hand-held pepper fogger, a "new police weapon... which produced a gas that caused sneezing" [@PatersonEveningNews1968_08_31]. @@ -61,7 +50,7 @@ In response, police brutalized the protesters, and in the process brought out a (ref:imgberkeley19680831) Deployment of a thermal fogger by police in Berkeley, CA [@UPIphoto1968]. -```{r imgberkeley19680831, echo=FALSE, out.width = out_width, fig.cap="(ref:imgberkeley19680831)", fig.align = "center", fig.alt = "B/W newspaper clipping. To left is an officer wearing long pants, long sleeved shirt, and a helmet walking forward carrying a fogger in the right hand. The fogger is blowing fog through a tube and a cloud is forming. Background is a storefront window and door. To the right 2 people are moving away from the fog, leaning on one another, and covering their faces with their hands."} +```{r imgberkeley19680831, echo=FALSE, out.width = out_width_500, fig.cap="(ref:imgberkeley19680831)", fig.align = "center", fig.alt = "B/W newspaper clipping. To left is an officer wearing long pants, long sleeved shirt, and a helmet walking forward carrying a fogger in the right hand. The fogger is blowing fog through a tube and a cloud is forming. Background is a storefront window and door. To the right 2 people are moving away from the fog, leaning on one another, and covering their faces with their hands."} knitr::include_graphics("img/berkeley_1968_08_31.png") ``` @@ -76,7 +65,7 @@ The GOEC thermal fogger was so new, it would not have a trademarked name ("Peppe (ref:imggoecpf) Product image for thermal fogger [@GOECphoto]. -```{r imggoecpf, echo=FALSE, out.width = out_width, fig.cap="(ref:imggoecpf)", fig.align = "center", fig.alt = "Yellowed black and white photo of a stationary pepper fog thermal fogger pointed to the left sitting by itself. The main body is a square box that's dark with a tag in the middle that's lighter and has dark writing on it that says pepper fog g o e c. The nozzle points to the left and is a longer thinner tube about twice as long as the main body. It is also dark and has a metal cage around it that is sparse and shiny. There's also a handle and some knobs on the top of the item and something that's a little bit difficult to make out off the back of the main body."} +```{r imggoecpf, echo=FALSE, out.width = out_width_500, fig.cap="(ref:imggoecpf)", fig.align = "center", fig.alt = "Yellowed black and white photo of a stationary pepper fog thermal fogger pointed to the left sitting by itself. The main body is a square box that's dark with a tag in the middle that's lighter and has dark writing on it that says pepper fog g o e c. The nozzle points to the left and is a longer thinner tube about twice as long as the main body. It is also dark and has a metal cage around it that is sparse and shiny. There's also a handle and some knobs on the top of the item and something that's a little bit difficult to make out off the back of the main body."} knitr::include_graphics("img/goec_pf.png") ``` @@ -84,12 +73,12 @@ knitr::include_graphics("img/goec_pf.png")
-## Coming Soon To A Town Near You! {-} +## Coming Soon To A Town Near You! Following the conventions, the fogger quickly became a part of the law enforcement arsenal. US police had a hard time containing their glee when purchasing and testing thermal foggers for use on domestic civilians, as a general media blitz played out across the country through the late 1960s and early 1970s [@PlainDealer1971]. -### Illinois {-} +### Illinois In the wake of the [1968 Democratic National Convention](#ChicagoIL1968_08_26), Chicago-area police played an outsized role in promoting the propaganda line. The pepper fogger was touted as being able to "empty a house fast" by Cook County Illinois Sheriff Joseph Woods [@MtVernonRegisterNews1969_04_09; @DailyDispatch1969_04_09], a definitely off-spec and dangerous use [@Nixalite2009b]. @@ -108,7 +97,7 @@ In news reports, the foggers were described as > > --- @Robinson1972. -### Florida {-} +### Florida Similarly, following the [1968 Republican National Convention](#MiamiFL1968_08_08), Florida law enforcement took to the fogger [@Cain1968]. In Sanford (1970 pop. 17,393; @USCB1970), the local police department purchased a fogger for use with [CN gas](https://en.wikipedia.org/wiki/Phenacyl_chloride), noting that it could shoot fog 20 ft for up to a 15 minute stretch, and so would be effective for controlling large masses [@Cain1968]. @@ -118,13 +107,13 @@ They had, however, only used it in training and for demoing to the media [@Cain1 (ref:imgOrlandoEveningStar1968) Sanford Police Officer Roy Williams shows off a fogger [@OrlandoEveningStar1968]. -```{r imgOrlandoEveningStar1968, alt="Black and white newspaper clipping. A single officer stands in front of a ranch house style building, wearing a normal beat uniform. The officer is holding a GOEC-style pepper fogger aimed at the left of the photo to where the opening of the barrel is in the middle of the frame. The fogger is emitting a cloud of smoke obscuring the left side of the photo. ", out.width = out_width, echo = FALSE, fig.cap = "(ref:imgOrlandoEveningStar1968)", fig.align = "center"} +```{r imgOrlandoEveningStar1968, alt="Black and white newspaper clipping. A single officer stands in front of a ranch house style building, wearing a normal beat uniform. The officer is holding a GOEC-style pepper fogger aimed at the left of the photo to where the opening of the barrel is in the middle of the frame. The fogger is emitting a cloud of smoke obscuring the left side of the photo. ", out.width = out_width_500, echo = FALSE, fig.cap = "(ref:imgOrlandoEveningStar1968)", fig.align = "center"} knitr::include_graphics("img/OrlandoEveningStar1968.jpg") ```
-### California {-} +### California Eager to not be shown up by the police in Berkeley, by 1970, the Los Angeles Sheriff's Department had already purchased their own fogger for their "big artillery" to use "when other forms of persuasion have failed" and started a media campaign [@Michals1970]. The department and new state regulations required officers to be trained in chemical weapons use, which was set up through Officer Robert Hawkins [@Michals1970]. @@ -133,17 +122,17 @@ The department and new state regulations required officers to be trained in chem (ref:imgCopleyNewsService1970) Los Angeles Sheriff's Department Officer demonstrating a fogger [@CopleyNewsService1970]. -```{r imgCopleyNewsService1970, alt="Black and white newspaper clipping. A single officer stands in front of a some shrubs and trees house style building, wearing a normal beat uniform. The officer is holding a GOEC-style pepper fogger aimed at the right of the photo to where the opening of the barrel is pointed away but in the middle of the frame. The fogger is emitting a cloud of smoke obscuring the right side of the photo. ", out.width = out_width , echo = FALSE, fig.cap = "(ref:imgCopleyNewsService1970)", fig.align = "center"} +```{r imgCopleyNewsService1970, alt="Black and white newspaper clipping. A single officer stands in front of a some shrubs and trees house style building, wearing a normal beat uniform. The officer is holding a GOEC-style pepper fogger aimed at the right of the photo to where the opening of the barrel is pointed away but in the middle of the frame. The fogger is emitting a cloud of smoke obscuring the right side of the photo. ", out.width = out_width_500 , echo = FALSE, fig.cap = "(ref:imgCopleyNewsService1970)", fig.align = "center"} knitr::include_graphics("img/CopleyNewsService1970.jpg") ```
-### National Guard {-} +### National Guard Following the Kent State Massacre, the Ohio National Guard, as well as others around the country began equipping their forces with thermal foggers, using the death of those students as justification for massive purchaing of "less lethal" options [@Bandy1970]. -### Small Town USA {-} +### Small Town USA No matter the size of the town, by the early 70s, police wanted in on that sweet sweet fogger action. The Brigham City (Utah; 1970 pop. 14,007; @USCB1970) Police Department leveraged federal Omnibus Crime Act money to purchase a variety of weapons to use against protesters in 1971 [@BoxElderAgencies1971]. @@ -167,7 +156,7 @@ Gaston County North Caolina (1970 pop. 47,322; @USCB1970) Sheriffs purchased a f (ref:imgTheGastoniaGazetteSun19701004) Gaston County Sheriff's Deputy Anne Huffsteller poses with a thermal fogger [@TheGastoniaGazetteSun1970_10_04]. -```{r imgTheGastoniaGazetteSun19701004, alt="Black and white newspaper clipping. A single officer is behind a fogger and other objects. The officer is wearing a beat uniform and has curly light hair. the officer is only visible from the mid waist upwards, and the photo is very washed out so it is hard to distinguish items or details. ", out.width = out_width , echo = FALSE, fig.cap = "(ref:imgTheGastoniaGazetteSun19701004)", fig.align = "center"} +```{r imgTheGastoniaGazetteSun19701004, alt="Black and white newspaper clipping. A single officer is behind a fogger and other objects. The officer is wearing a beat uniform and has curly light hair. the officer is only visible from the mid waist upwards, and the photo is very washed out so it is hard to distinguish items or details. ", out.width = out_width_500 , echo = FALSE, fig.cap = "(ref:imgTheGastoniaGazetteSun19701004)", fig.align = "center"} knitr::include_graphics("img/TheGastoniaGazetteSun1970_10_04.jpg") ``` @@ -181,7 +170,7 @@ The Storm Lake Iowa (1970 pop. 8,591; @USCB1970) purchased a fogger in 1971 in a The article/ad mentions that officers have used foggers "on occasion" in Des Moines (Iowa's capital; 1970 pop. 201,404; @USCB1970) in addition to [one instance on the University of Iowa's campus](#IowaCity) [@DesMoinesTribune1975_05_06], although I have not located contemporaneous mentions. -### Crossing to Canada {- #Canada} +### Crossing to Canada {#Canada} Canadian law enforcement was also quick to jump on the fogger train and the media were just as happy to propagandize their use [@Patterson1976]. A convention of US and Canadian police chiefs held in Halifax, Nova Scotia in 1976 provided a glimpse into the state of affairs by mid-decade, at which point a supply chain had clearly been developed, although weapons salesmen refused to be named or have their statements linked to employers [@Patterson1976]. @@ -190,7 +179,7 @@ A convention of US and Canadian police chiefs held in Halifax, Nova Scotia in 19 (ref:imgMacKenzie1976) Sergeant Al Oakley shows off a pepper fogger [@MacKenzie1976]. -```{r imgMacKenzie1976, alt="Black and white newspaper clipping from the middle panel of a trip-tych. A single officer stands in front of a brick building, wearing a riot helmet that's light with a police logo on it and the chinstrap is undone. The officer is wearing a flak jacket loosely and holding a GOEC-style pepper fogger aimed at the front right of the photo to where the opening of the barrel is just in frame. The darkness of the fogger body and the officer's pants and jacket make the bottom left of the photo a bit of a black mush. ", out.width=out_width2 , echo = FALSE, fig.cap = "(ref:imgMacKenzie1976)", fig.align = "center"} +```{r imgMacKenzie1976, alt="Black and white newspaper clipping from the middle panel of a trip-tych. A single officer stands in front of a brick building, wearing a riot helmet that's light with a police logo on it and the chinstrap is undone. The officer is wearing a flak jacket loosely and holding a GOEC-style pepper fogger aimed at the front right of the photo to where the opening of the barrel is just in frame. The darkness of the fogger body and the officer's pants and jacket make the bottom left of the photo a bit of a black mush. ", out.width=out_width_300 , echo = FALSE, fig.cap = "(ref:imgMacKenzie1976)", fig.align = "center"} knitr::include_graphics("img/MacKenzie1976.jpg") ``` diff --git a/05-scholastic_endeavors.Rmd b/05-scholastic_endeavors.Rmd index 2797a4d..ad0e46b 100644 --- a/05-scholastic_endeavors.Rmd +++ b/05-scholastic_endeavors.Rmd @@ -1,18 +1,5 @@ -```{r index-1, echo=FALSE} -is_on_ghactions <- identical(Sys.getenv("GITHUB_ACTIONS"), "true") -is_online <- curl::has_internet() -is_html <- knitr::is_html_output() -is_latex <- knitr::is_latex_output() -if (is_html) { - out_width <- 500 -} else if (is_latex) { - out_width <-"100%" -} - -``` - -# Scholastic Endeavors {-} +# Scholastic Endeavors Perhaps instigated by the willingness of the California Highway Patrol to use chemical weapons (including thermal foggers) in [Berkeley on and around the University of California campus during the 1968 Convention protests](#BerkeleyCA1968_08_31), many law enforcement agencies escalated anti-war and racial just protests in University towns during the 1960s and 1970s via chemical weapons. @@ -21,9 +8,9 @@ The willingness of police to fog literally any place where undergraduates standi Use of fogger-based chemical weapons against students, particularly students of color, was not limited to college campuses, but extended to high and middle schools. -## University Cities {-} +## University Cities -### Durham {-} +### Durham Durham North Carolina Police broke up the "Allen Building Demonstration" taking place February 13 1969 on the campus of Duke University in Durham using a variety of weapons, including a thermal fogger [@DMH1969; @Schreiberetal1971a; @Schreiberetal1971b]. The police reportedly chased protesters across campus with the fogger, including using it inside Duke Chapel [@Schreiberetal1971a; @Schreiberetal1971b]. @@ -32,7 +19,7 @@ The police reportedly chased protesters across campus with the fogger, including (ref:imgdurham196902131) Deployment of a thermal fogger by police on Duke Campus [@DMH1969]. -```{r imgdurham196902131, echo = FALSE, out.width = out_width, fig.cap = "(ref:imgdurham196902131)", fig.align = "center", fig.alt = "B/W Image: One person wearing gas mask and helmet, centered, stepping to the right. Person is holding slim white club in left hand and pepper-fogger in right hand. Fogger is pointing forward and a white cloud is surrounding the person to the front, back, and behind. The remaining background is black."} +```{r imgdurham196902131, echo = FALSE, out.width = out_width_500, fig.cap = "(ref:imgdurham196902131)", fig.align = "center", fig.alt = "B/W Image: One person wearing gas mask and helmet, centered, stepping to the right. Person is holding slim white club in left hand and pepper-fogger in right hand. Fogger is pointing forward and a white cloud is surrounding the person to the front, back, and behind. The remaining background is black."} knitr::include_graphics("img/durham_1969_02_13_1.jpg") ``` @@ -42,7 +29,7 @@ knitr::include_graphics("img/durham_1969_02_13_1.jpg") (ref:imgdurham196902132) Police with pepper fogger on Duke campus [@DMH1969]. -```{r imgdurham196902132, echo = FALSE, out.width = out_width, fig.cap = "(ref:imgdurham196902132)", fig.align = "center", fig.alt = "B/W Image: Background has brick building with steps. In front of the building from center to right, a line of 5 police officers facing front and wearing helmets & gas masks holding slim white clubs about a yard long. They are standing with legs apart and clubs in both hands in front of their bodies. On the left 5 officers similarly dressed, facing towards one another. Four slim clubs are visible, and one officer is holding what appears to be a fogger in one arm hanging down at the side."} +```{r imgdurham196902132, echo = FALSE, out.width = out_width_500, fig.cap = "(ref:imgdurham196902132)", fig.align = "center", fig.alt = "B/W Image: Background has brick building with steps. In front of the building from center to right, a line of 5 police officers facing front and wearing helmets & gas masks holding slim white clubs about a yard long. They are standing with legs apart and clubs in both hands in front of their bodies. On the left 5 officers similarly dressed, facing towards one another. Four slim clubs are visible, and one officer is holding what appears to be a fogger in one arm hanging down at the side."} knitr::include_graphics("img/durham_1969_02_13_2.jpg") ``` @@ -51,9 +38,9 @@ knitr::include_graphics("img/durham_1969_02_13_2.jpg") -### Berkeley {-} +### Berkeley -#### February 21 1969 {- #BerkeleyCA1969_02_21} +#### February 21 1969 {#BerkeleyCA1969_02_21} A year after [using the fogger on a protest held in solidarity with the Chicago Protest](#ChicagoIL1968_08_26), police in Berkeley again deployed a fogger to clear demonstrators including striking students from outside a University Regents and Sproul Hall plaza on the University of California campus. @@ -61,7 +48,7 @@ A year after [using the fogger on a protest held in solidarity with the Chicago (ref:imgberkeley19690221a) Police use a pepper fogger and other chemical weapons to clear a University plaza [@APphoto1969a]. -```{r imgberkeley19690221a, echo = FALSE, out.width = out_width, fig.cap = "(ref:imgberkeley19690221a)", fig.align = "center", fig.alt = "B/W newspaper clipping. Four people walking towards camera wearing helmets with face shields. Person on the left wearing white shirt and tie has several items hanging from belt. In right hand carrying radio with extended antenna. On right side person dressed in all black standing with a wide stance and holding pepper-fogger at hip height in right hand aimed forward. In center two more people dressed in all black, one with a short stick or club in left hand. Background is mostly cloudy with someone behind white shirt person, holding some sort of stick aloft. Glimpses of additional bodies are visible in the cloudy background. "} +```{r imgberkeley19690221a, echo = FALSE, out.width = out_width_500, fig.cap = "(ref:imgberkeley19690221a)", fig.align = "center", fig.alt = "B/W newspaper clipping. Four people walking towards camera wearing helmets with face shields. Person on the left wearing white shirt and tie has several items hanging from belt. In right hand carrying radio with extended antenna. On right side person dressed in all black standing with a wide stance and holding pepper-fogger at hip height in right hand aimed forward. In center two more people dressed in all black, one with a short stick or club in left hand. Background is mostly cloudy with someone behind white shirt person, holding some sort of stick aloft. Glimpses of additional bodies are visible in the cloudy background. "} knitr::include_graphics("img/berkeley_1969_02_21a.jpg") ``` @@ -73,7 +60,7 @@ This deployment was covered in papers across the country including the Press-Tel (ref:imgberkeley19690221b) Police engulf a University plaza in chemical fog [@APphoto1969a]. -```{r imgberkeley19690221b, echo = FALSE, out.width = out_width, fig.cap = "(ref:imgberkeley19690221b)", fig.align = "center", fig.alt = "B/W newspaper clipping. Rather difficult to make out the people differentially in the background, but there's a large group of folks standing in the back part of the photo, the mid ground is relatively empty but filling with a cloud of white smoke eminating from an area on the left that appears to be an officer holding a thermal fogger. Behind everyone is the student union. "} +```{r imgberkeley19690221b, echo = FALSE, out.width = out_width_500, fig.cap = "(ref:imgberkeley19690221b)", fig.align = "center", fig.alt = "B/W newspaper clipping. Rather difficult to make out the people differentially in the background, but there's a large group of folks standing in the back part of the photo, the mid ground is relatively empty but filling with a cloud of white smoke eminating from an area on the left that appears to be an officer holding a thermal fogger. Behind everyone is the student union. "} knitr::include_graphics("img/berkeley_1969_02_21b.jpg") ``` @@ -81,7 +68,7 @@ knitr::include_graphics("img/berkeley_1969_02_21b.jpg") Canadian newspapers detailed the fogger use as well, specifically the Red Deer Advocate Red Deer, Alberta, Canada) [@RedDeerAdvocate1969_02_21] and The Leader-Post (Regina, Saskatchewan) [@TheLeaderPost1969_02_21]. -#### February 28 1969 {-} +#### February 28 1969 The following week, the police in Berkeley were joined by California National Guard troops to attack strikers, and continued to use the pepper fogger [@TheMiamiNews1969_03_01; @PressandSunBulletin1969_03_01]. @@ -89,7 +76,7 @@ The following week, the police in Berkeley were joined by California National Gu (ref:imgberkeley196902281) National guardsmen and police fog UC Berkeley [@APphoto1969c]. -```{r imgberkeley196902281, echo = FALSE, out.width = out_width, fig.cap = "(ref:imgberkeley196902281)", fig.align = "center", fig.alt = "Guardsmen with bayonetted rifles and sheriff's deputies with tear and and pepper fogger walking through UC campus: B/W newspaper clipping: Eight people in masks, shields, and tied boots walking from left to right, the one in front wearing a spray fogger strapped on back and holding the hose and nozzle in front. A cloud of fog is spraying from the nozzle. The second person is carrying a bayoneted rifle upright. The others are only partially visible as they are passing behind a tree. On the right ahead of the others an additional helmeted person can be seen turning towards the left. Two slim trees are in the foreground."} +```{r imgberkeley196902281, echo = FALSE, out.width = out_width_500, fig.cap = "(ref:imgberkeley196902281)", fig.align = "center", fig.alt = "Guardsmen with bayonetted rifles and sheriff's deputies with tear and and pepper fogger walking through UC campus: B/W newspaper clipping: Eight people in masks, shields, and tied boots walking from left to right, the one in front wearing a spray fogger strapped on back and holding the hose and nozzle in front. A cloud of fog is spraying from the nozzle. The second person is carrying a bayoneted rifle upright. The others are only partially visible as they are passing behind a tree. On the right ahead of the others an additional helmeted person can be seen turning towards the left. Two slim trees are in the foreground."} knitr::include_graphics("img/berkeley_1969_02_28_1.jpg") ``` @@ -100,7 +87,7 @@ knitr::include_graphics("img/berkeley_1969_02_28_1.jpg") (ref:imgberkeley196902282) View from behind of the police using a pepper fogger on striking students [@APphoto1969d]. -```{r imgberkeley196902282, echo = FALSE, out.width = out_width, fig.cap = "(ref:imgberkeley196902282)", fig.align = "center", fig.alt = "Four people walking away from camera, wearing helmets and holsters. Lead person has a fogger on their back and is holding the hose on the right spraying a fog ahead of them. Person on the right is carrying a bayoneted rifle raised above the left shoulder. The four are walking into the fog they’ve produced. There are some small trees to the right."} +```{r imgberkeley196902282, echo = FALSE, out.width = out_width_500, fig.cap = "(ref:imgberkeley196902282)", fig.align = "center", fig.alt = "Four people walking away from camera, wearing helmets and holsters. Lead person has a fogger on their back and is holding the hose on the right spraying a fog ahead of them. Person on the right is carrying a bayoneted rifle raised above the left shoulder. The four are walking into the fog they’ve produced. There are some small trees to the right."} knitr::include_graphics("img/berkeley_1969_02_28_2.jpg") ``` @@ -109,7 +96,7 @@ knitr::include_graphics("img/berkeley_1969_02_28_2.jpg") -#### May 15 1969 {-} +#### May 15 1969 Alameda County sheriffs deployed a pepper fogger on UC Berkeley's campus again during the "People's Park Riots" of 1969 [@LATimes1969; @Hayes1970]. @@ -126,14 +113,14 @@ The Sheriffs were joined by the California National Guard once again, who this t knitr::include_graphics("img/gasjeep.JPEG") ``` -### Seattle {-} +### Seattle Seattle Washington police deployed CN and CS gas via a new pepper fogger in their clash with "hundreds of unruly youths in the University District" on August 14 1969 [@StatesmanJournal1969_08_17]. Witnesses recounted that the machine was "highly effective", filling "2-3 blocks of a street with tear gas in about a minute" [@StatesmanJournal1969_08_17]. -### College Park {- #CollegeParkMD1970_05_04} +### College Park {#CollegeParkMD1970_05_04} On May 4th 1970, students gathered at campuses around the country to protest President Nixon's expansion of war into Cambodia, inlcuding in at the University of MAryland (UMD) campus in College Park [@WAS2013]. Police responded with chemical weapons that did not deter the protest, but rather moved it around the campus [@Cabe1970]. @@ -144,7 +131,7 @@ By later in the day, UMD students had heard about the Ohio National Guard shooti (ref:imgCabe1970) Police fog the University of Maryland [@Cabe1970]. -```{r imgCabe1970, echo = FALSE, out.width = out_width, fig.cap = "(ref:imgCabe1970)", fig.align = "center", fig.alt = "Black and white photo of a college quad with brick facade white column buildingsbehind trees around the left, back, and part of right sides of the frame. Eight or so police officers walking away from the camera wear riot gear. A few in dark, a few in light. One in light near the front is carrying a fogger with a shoulder strap and spraying a big cloud off to the left, obscuring a large portion of the photograph."} +```{r imgCabe1970, echo = FALSE, out.width = out_width_500, fig.cap = "(ref:imgCabe1970)", fig.align = "center", fig.alt = "Black and white photo of a college quad with brick facade white column buildingsbehind trees around the left, back, and part of right sides of the frame. Eight or so police officers walking away from the camera wear riot gear. A few in dark, a few in light. One in light near the front is carrying a fogger with a shoulder strap and spraying a big cloud off to the left, obscuring a large portion of the photograph."} knitr::include_graphics("img/Cabe1970.jpg") ``` @@ -154,7 +141,7 @@ knitr::include_graphics("img/Cabe1970.jpg") (ref:imgOates1970) Police fog the University of Maryland Chapel [@Cabe1970]. -```{r imgOates1970, echo = FALSE, out.width = out_width, fig.cap = "(ref:imgOates1970)", fig.align = "center", fig.alt = "Black and white photo of a college A whole bunch of police officers stand on or in front of a short (3 ft) brick wall surrounding the open field. A road, grass, and sidewalk are on this side of the wall, and a tree is just over it on that side. The open field behind the wall is filled with fog from one or perhaps two individuals fogging the chapel, which is where a large crowd gathers on the steps in the background. The chapel has a brick facade and white columns and a very large spire clock tower. The student protesters are visible on the steps of the chapel holding sigms."} +```{r imgOates1970, echo = FALSE, out.width = out_width_500, fig.cap = "(ref:imgOates1970)", fig.align = "center", fig.alt = "Black and white photo of a college A whole bunch of police officers stand on or in front of a short (3 ft) brick wall surrounding the open field. A road, grass, and sidewalk are on this side of the wall, and a tree is just over it on that side. The open field behind the wall is filled with fog from one or perhaps two individuals fogging the chapel, which is where a large crowd gathers on the steps in the background. The chapel has a brick facade and white columns and a very large spire clock tower. The student protesters are visible on the steps of the chapel holding sigms."} knitr::include_graphics("img/Oates1970.jpg") ``` @@ -167,13 +154,13 @@ The Maryland State Police liked the [GOEC](#GOEC) fogger so much they included i (ref:imgMSP) Maryland State Police's [GOEC](#GOEC) pepper fogger [@MSP]. -```{r imgMSP, echo = FALSE, out.width = out_width, fig.cap = "(ref:imgMSP)", fig.align = "center", fig.alt = "Black and white photo of a GOEC Pepper Fog fogger on a white ground with a maryland state police badge and in front of a brick wall. The fogger is in the mid right and points off to the left."} +```{r imgMSP, echo = FALSE, out.width = out_width_500, fig.cap = "(ref:imgMSP)", fig.align = "center", fig.alt = "Black and white photo of a GOEC Pepper Fog fogger on a white ground with a maryland state police badge and in front of a brick wall. The fogger is in the mid right and points off to the left."} knitr::include_graphics("img/MSP.jpg") ```
-### Iowa City {- #IowaCity} +### Iowa City {#IowaCity} Johnson County sheriffs - including two deputies carrying pepper foggers - used chemical weapons against protesters in Iowa City, Iowa IA on May 6 1971 [@Eckholt1971]. @@ -181,7 +168,7 @@ The chemicals deployed smelled like insecticides and were described in print as -### Minneapolis {- #Minneapolis1972_05_10} +### Minneapolis {#Minneapolis1972_05_10} Thousands of anti-war protesters gathered in cities around the US on May 10 1972 to demonstrate against the use of mines in Vietnam harbors [@ArgusLeader1972_05_11a]. In Minneapolis, crowds totalling a thousand protestered gathered on and near the University of Minnesota campus and police responded with chemical weapons deployed via grenades, sprays, a helicopter and a thermal fogger [@ArgusLeader1972_05_11b; @StarTribune1972_05_11]. @@ -189,7 +176,7 @@ In Minneapolis, crowds totalling a thousand protestered gathered on and near the The fogger was used to direct the crowd around campus and spread gas over large areas, such as the area known as Scholars Walk (~0.25 mile from Washington Avenue to the Auditorium) [@StarTribune1972_05_11]. -### Gainesville {-} +### Gainesville Similarly to the anti-mine protests in [Minneapolis](#Minneapolis1972_05_10), on the campus of the University of Florida in Gainesville, Florida Highway Patrol deployed a riot vehicle dubbed "The Monster" which "spewed tear gas" [@ArgusLeader1972_05_11b]. Although a fogger is not mentioned specifically, this is the same agency (Florida Highway Patrol) that first [deployed thermal foggers via a truck](Liberty City #MiamiFL1968_08_08) in 1968 [@Tschenschlok1995; @Lorentzen2018]. @@ -197,7 +184,7 @@ Although a fogger is not mentioned specifically, this is the same agency (Florid -## High Schools {-} +## High Schools As soon as they laid their hands on foggers, law enforcement extended their use from [universities]{#Universities} to high schools, specifically using the weapons against Black youth protesters. @@ -205,14 +192,14 @@ I will stop to repeat that again so that we (myself included) can all reflect on Law enforcement agents used chemical weapons against Black junior and high school students during the Civil Rights Era, including a weapon (the thermal fogger) developed not even five years prior to [gas Vietnamese soldiers and civilians from tunnels](#Vietnam). -### San Gordonio {- #SanGordonio} +### San Gordonio {#SanGordonio} Although undated, this photograph printed in The Delta Democrat-Times (Greenville, Mississippi Thursday) [@TheDeltaDemocratTimes1969_11_20] on November 20, 1969 references a "recent" use of the fogger on students. (ref:imgsanbernardino1969xxxx) Police use a pepper fogger on students at San Gordonio High School [@UPIphoto1969]. -```{r imgsanbernardino1969xxxx, echo = FALSE, out.width = out_width, fig.cap = "(ref:imgsanbernardino1969xxxx)", fig.align = "center", fig.alt = "B/W faded image: To the left is a person wearing a uniform with a patch on the shoulder and a helmet. In their right hand is the nozzle to a fogger and it appears to be emitting fog. There is a white fog cloud covering most of the rest of the image."} +```{r imgsanbernardino1969xxxx, echo = FALSE, out.width = out_width_500, fig.cap = "(ref:imgsanbernardino1969xxxx)", fig.align = "center", fig.alt = "B/W faded image: To the left is a person wearing a uniform with a patch on the shoulder and a helmet. In their right hand is the nozzle to a fogger and it appears to be emitting fog. There is a white fog cloud covering most of the rest of the image."} knitr::include_graphics("img/san_bernardino_1969_xx_xx.jpg") ``` @@ -223,7 +210,7 @@ On that day, a combination of San Bernardino police, San Bernardino County sheri -### Lawrence {- #Lawrence1970_04_21} +### Lawrence {#Lawrence1970_04_21} Lawrence, Kansas Police used tear gas, including from a thermal fogger, on April 21st, 1970 against Black high school and junior high students, their parents, and community members [@Monhollon2002]. The students had gathered that day after a week-long stand-off with administration in response to their failures to meet their demands regarding Black representation in curriculum, hiring, sports, and awards [@Monhollon2002]. @@ -238,7 +225,7 @@ The next day, police were ready with heavy chemical weaponry, including the [GOE (ref:imglawrence19700421) Police bring a [GOEC](#GOEC) pepper fogger to gas Black high school and junior high students at Lawrence High School [@UKA1970]. -```{r imglawrence19700421, echo = FALSE, out.width = out_width, fig.cap = "(ref:imglawrence19700421)", fig.align = "center", fig.alt = "yellowed B/W faded image of police officers standing on a T of a sidewalk blocking the space from a group of predominately Black young people, who are standing behind them on the grass and facing the camera. Behind them are some cars and houses across a stree. The officer in the front left of the frame is carrying a Pepper Fog GOEC fogger."} +```{r imglawrence19700421, echo = FALSE, out.width = out_width_500, fig.cap = "(ref:imglawrence19700421)", fig.align = "center", fig.alt = "yellowed B/W faded image of police officers standing on a T of a sidewalk blocking the space from a group of predominately Black young people, who are standing behind them on the grass and facing the camera. Behind them are some cars and houses across a stree. The officer in the front left of the frame is carrying a Pepper Fog GOEC fogger."} knitr::include_graphics("img/lawrence_1970_04_21.jpg") ``` diff --git a/06-broaden.Rmd b/06-broaden.Rmd index 1b1b76d..c8ce842 100644 --- a/06-broaden.Rmd +++ b/06-broaden.Rmd @@ -1,44 +1,31 @@ -```{r index-1, echo=FALSE} -is_on_ghactions <- identical(Sys.getenv("GITHUB_ACTIONS"), "true") -is_online <- curl::has_internet() -is_html <- knitr::is_html_output() -is_latex <- knitr::is_latex_output() -if (is_html) { - out_width <- 500 -} else if (is_latex) { - out_width <-"100%" -} - -``` - -# Broadening Application {-} +# Broadening Application The use of foggers, while not commonly overt, spread throughout the 1970s and 1980s, occasionally making an appearance in news media reports. -## Racial Justice {-} +## Racial Justice Police are generally more apt to use heavy responses including chemical weapons against Black protesters in general [@DSPDX2020]. It is therefore not surprising to learn that law enforcement use foggers to deploy chemical weapons on racial justice protests. Indeed, the first use of the fogger in the United States was during the [Liberty City Riots](#MiamiFL1968_08_08), a police action in response to Black community organizations holding conversation among themselves. -### Danville IL {-} +### Danville IL Foggers have been used in a variety of cities, not just major metropolitan areas. Danville, Illinois (1970 pop. 42,570; [@USCB1970]) Police used a pepper fogger to disperse a crowd of Black protesters that had used picnic tables to barricade a street through their neighborhood on a second night of demonstrations [@Palladium-Item1969], August 10th 1969. -### Rodney King {-} +### Rodney King Although mentioned in a few outlets during the 1992 police response to the protests in response to the verdict in the Rodney King case, I have yet to find documentation of foggers being used explicitly during that time [@Askren1992]. For example, Riley County (Kansas; 1970 pop. 56,788; @USCB1970) Sheriffs had a fogger in their arsenal in 1992 according to Director Alvan Johnson [@Askren1992]. -## Labor {-} +## Labor Another common target of police force are labor activists, and so it is not suprising to see the fogger being deployed against strikers at least once in US history. -### North Kingstown RI, March 22 1982 {-} +### North Kingstown RI, March 22 1982 The Brown and Sharpe company called in local police and Rhode Island State Police officers to help try to break a (at the time) 22-long strike at their factory in North Kingstown, Rhode Island [@TheLexingtonHerald1982_03_23; @Carbone2017]. A North Kingstown officer named TJ Varone deployed tear gas via a pepper fogger on a group of 75 people, primarily workers' wives and Brown University students, that was blocking the main entrance to the tool factory [@TheLexingtonHerald1982_03_23; @Carbone2017]. @@ -46,7 +33,7 @@ The picketers braved the gas for a considerable amount of time, requiring close- (ref:imgnorthKingstown1982322) Police fog striking workers and their families [@APphoto1982]. -```{r imgnorthKingstown1982322, echo = FALSE, out.width = out_width, fig.cap = "(ref:imgnorthKingstown1982322)", fig.align = "center", fig.alt = "B/W newspaper clipping: To the left there are several people crouched on the ground with their heads down and covered. Behind them is a small crowd of people turning and moving away. To the right are three officials in helmets and masks facing the people on the ground and holding a fogger in front that is spraying a cloud of fog right over those on the ground."} +```{r imgnorthKingstown1982322, echo = FALSE, out.width = out_width_500, fig.cap = "(ref:imgnorthKingstown1982322)", fig.align = "center", fig.alt = "B/W newspaper clipping: To the left there are several people crouched on the ground with their heads down and covered. Behind them is a small crowd of people turning and moving away. To the right are three officials in helmets and masks facing the people on the ground and holding a fogger in front that is spraying a cloud of fog right over those on the ground."} knitr::include_graphics("img/north_Kingstown_1982_3_22.png") ``` @@ -59,18 +46,18 @@ Newspaper and television coverage of the fogging circled the globe [@Carbone2017 -## Celebrations {-} +## Celebrations On occasion, police forces have used foggers against protests or riots that are more of a celebratory nature but still do not respond to their commands to disperse. -### 1974 NHRA Nationals {-} +### 1974 NHRA Nationals Indiana State Police used a pepper fogger and gas grenades on a crowd of 2,000 drag racing fans blocking a highway between the track and campsites at the Hot Rod Association's US Nationals in Clermont IN, September 1 1974 [@Courier1974_09_02; @TheBillingsGazette1982_01_10]. -### 1975 New Years Eve {-} +### 1975 New Years Eve New Year's Eve 1975 was apparently quite raucous in Florida, as many cities experienced revelry that got out-of-hand enough to elicit police use of force [@TheTampaTribune1976_01_02]. In Ft. Lauderdale, party-goers pulled down a traffic light and police deployed multiple foggers on a crowd of 2,500 on the beach [@TheTampaTribune1976_01_02]. @@ -79,7 +66,7 @@ In Ft. Lauderdale, party-goers pulled down a traffic light and police deployed m (ref:imgftlauderdale19751231) Police carrying pepper foggers towards the beach [@UPIphoto1975]. -```{r imgftlauderdale19751231, echo = FALSE, out.width = out_width, fig.cap = "(ref:imgftlauderdale19751231)", fig.align = "center", fig.alt = "B/W image: Two people in foreground wearing helmets and face shields with gas masks and uniforms with short sleeves walking towards the camera, carrying boxy looking tools with nozzles pointing forward, with both hands. Person behind, also in short sleeve uniform, helmet, and gas mask carrying slim sabre or rod across the body. Behind these people seem to be more people but there are no clear details."} +```{r imgftlauderdale19751231, echo = FALSE, out.width = out_width_500, fig.cap = "(ref:imgftlauderdale19751231)", fig.align = "center", fig.alt = "B/W image: Two people in foreground wearing helmets and face shields with gas masks and uniforms with short sleeves walking towards the camera, carrying boxy looking tools with nozzles pointing forward, with both hands. Person behind, also in short sleeve uniform, helmet, and gas mask carrying slim sabre or rod across the body. Behind these people seem to be more people but there are no clear details."} knitr::include_graphics("img/ft_lauderdale_1975_12_31.png") ``` @@ -90,11 +77,11 @@ The mayhem was noteworthy enough to garner publication in the Berkeley Gazette [ -## Trainging Accidents {-} +## Trainging Accidents While not an intentional deployment, in at least one documented incident, a pepper fogger used in firefighter training exercises caused severe symptoms and led to an investigation [@Judd1981]. -### Bullitt Volunteer Fire Department {-} +### Bullitt Volunteer Fire Department On December 15 1981, The Southeast Bullitt Volunteer Fire Department In Kentucky was conducting a smoke training exercise using a pepper fogger on loan from the fire marshal's office when their "victim" and 16 others (including firefighters) began experiencing coughing fits, headaches, and chest pains [@Judd1981]. diff --git a/07-the_carceral_system.Rmd b/07-the_carceral_system.Rmd index 302dbe6..fab9614 100644 --- a/07-the_carceral_system.Rmd +++ b/07-the_carceral_system.Rmd @@ -1,26 +1,11 @@ - -```{r index-1, echo=FALSE} -is_on_ghactions <- identical(Sys.getenv("GITHUB_ACTIONS"), "true") -is_online <- curl::has_internet() -is_html <- knitr::is_html_output() -is_latex <- knitr::is_latex_output() -if (is_html) { - out_width <- 500 -} else if (is_latex) { - out_width <-"100%" -} - -``` - - -# The Carceral System {- #CarceralSystem} +# The Carceral System {#CarceralSystem} Like many chemical weapons devices, thermal foggers are used in local, state, and federal carceral systems. Unfortunately most deployments go undocumented or such documents never see the light of day. It seems that the only time we find out about prisoners being fogged is when a serious incident occurs triggering outside investigations and the judicial system. -## Big Mac {- #BigMac} +## Big Mac {#BigMac} In the 1970s, the McAlester ("Big Mac") Oklahoma State Penitentiary was the site of considerable resistance and rioting by inmates [@TheRag1975; @WinterSoldier1975]. A major tool used by the guards in retaliation was tear gas, which they deployed via shot shells, grenades, and pepper foggers [@Allen1974a; @Allen1975a; @Allen1975b; @Coffey1975b]. @@ -39,13 +24,13 @@ Although the guards involved were indicted by a grand jury and brought to trial, -## Union Correctional {-} +## Union Correctional According to the superintendent, a riot was caused in the Florida State Prison's Union Correctional Institution in Raiford on July 5th, 1981 by 22 prisoners who were intoxicated, and the only way to subdue them was to deploy a thermal fogger [@TallahasseeDemocrat1981_07_07]. As a result of two officers being "slightly injured" and three inmates being stabbed, an investigation was launched that caused the event to be picked up in the newspapers [@TallahasseeDemocrat1981_07_07]. -## Dade County {-} +## Dade County Dade County Sheriffs used foggers to sweep a field on July 17th 1974 in search of a murder suspect that had eluded K-9 units, helicopters, a plane, and an attempt to flush him out by burning the field [@TampaBayTimes1974_07_18]. The suspect was so well dug in that he could withstand significant gassing that surprised a Sheriff's sergeant who participated in the operation [@TampaBayTimes1974_07_18]. diff --git a/08-cbp.Rmd b/08-cbp.Rmd index 675c826..cf3f834 100644 --- a/08-cbp.Rmd +++ b/08-cbp.Rmd @@ -1,23 +1,10 @@ -```{r index-1, echo=FALSE} -is_on_ghactions <- identical(Sys.getenv("GITHUB_ACTIONS"), "true") -is_online <- curl::has_internet() -is_html <- knitr::is_html_output() -is_latex <- knitr::is_latex_output() -if (is_html) { - out_width <- 500 -} else if (is_latex) { - out_width <-"100%" -} - -``` - -# Border Patrol: A Second Boomeranging {- #CBP} +# Border Patrol: A Second Boomeranging {#CBP} United States Border Patrol (BP) has played an outsized role in policing and corrections within the federal immigration system and abroad both in support of armed services and independently [@Miller2019]. Indeed, BP has provided another boomeranging of the Imperial Tetherball that bridges the Vietnam-era and present-day domestic applications via export to foreign governments for use in controling their own populaces. -## International Trafficking {-} +## International Trafficking Within a year and a half of the fogger's arrival to US domestic police agencies, BP agents were engaging foreign governments independent of the military on chemical weapons deployment including using thermal foggers. During April 25 - May 9 of 1970, Raymond Dee Bond, a Border Patrol agent with decades of experience, sold $15,000 worth of chemical weaponry to the Mexican federal government [@ValleyMorningStar1973_08_04]. @@ -27,22 +14,22 @@ Although indicted by a federal grand jury, Bond was able to escape prosecution b Given the extensive reach of Border Patrol into Central and South America fueled in particular by the 'Drug War' [@Chepesiuk1999], it is reasonable to expect that this was not an isolated event. -## BORTAC {-} +## BORTAC By 2020, the Border Patrol Tactical Unit (BORTAC) had been established to, among other tasks, provide particularly extreme responses to domestic as well as foreign uprisings [@CBP2006; @CBP2014; @CBP2018]. BORTAC is truly a global domestic law enforcement agency, operating in 28 countries (they were willing to publicly disclose as of 2006; @CBP2006), providing a wide range of services [@CBP2014; @Miller2019]. -BORTAC's specific genesis was focused on riots in federal immigration detention centers [@CBP2006; @CBP2014], noteworthy given the use of thermal foggers in the United States [carceral system](@CarceralSystem). +BORTAC's specific genesis was focused on riots in federal immigration detention centers [@CBP2006; @CBP2014], noteworthy given the use of thermal foggers in the United States [carceral system](#CarceralSystem). Border Patrol agents from the El Paso unit specifically were deployed to police protests in El Paso in addition to being sent to Portland and other cities like Albuquerque, New Mexico [@Borunda2020]. -### Portland OR {- #PortlandOR2020_2021} +### Portland OR {#PortlandOR2020_2021} The thermal fogger made a very visible return to the public sphere in July of 2020, when US Customs and Border Protection (CBP) officers brought a bright-green version to Portland, OR during the [2020 Black Lives Matter protests](#PortlandOR2020_07_29) [@pb20202021]. Since then, the fogger has been deployed [three additional times by CBP in Portland](#PortlandORICE2020_2021), all at the property Immigration and Customs Enforcement (ICE) rents on the South Waterfront. -#### July 29 2020 {- #PortlandOR2020_07_29} +#### July 29 2020 {#PortlandOR2020_07_29} At the beginning of July 2020, then-president Trump deployed Department of Homeland Security (DHS) agents to "protect" federal property in Portland, OR [@DHS2020; @Flanigan2020; @Trump2020]. During the final days of the visible presence and response of federal agents in Summer 2020, Customs and Border Protection (CBP) unveiled their thermal fogger [@Recompiler2020_07_29], which has been identified through photos as an [IGEBA TF35](https://www.nixalite.com/product/igeba-tf-35) thermal fogger from Nixalite of America Inc. @@ -54,7 +41,7 @@ This machine is designed and marketed for bird control, and while "_training too (ref:imgportland202007292) CBP agent deploying chemical agent via thermal fogger in front of the federal courthouse [@Brown2020]. -```{r imgportland202007292, echo=FALSE, out.width = out_width, fig.cap="(ref:imgportland202007292)", fig.align = "center", fig.alt = "Fully riot-geared and for some reason in green camo US Homeland Security agents (to the middle and the left of the photo) behind a row of two-foot tall, one-foot radius metal posts, behind a metal grate wall over 7 feet tall with metal support beams and concrete pylon buttressing. In the front of the left side is an agent holding a plastic clear riot shield, through which you can see a patch that say 'Border Patrol Federal Agent' in yellow and some insignia patches as well. In the middle are the agents in camo, one with a hand on the shoulder of another who is operating a thermal fogger machine shooting gas through the fence. The machine is maybe four or five feet long and has a body not unlike a bush whacker with a two-cycle engine, but fueling a vaporizer instead of a rotor. The agent is holding the machine with their right hand visibly and there is a black strap across their shoulder holding it up. The machine is mostly shiny metal, although the tip is showing signs of corrosion (no surprise based on the compounds and heat) and the supports of the body are a bright green."} +```{r imgportland202007292, echo=FALSE, out.width = out_width_500, fig.cap="(ref:imgportland202007292)", fig.align = "center", fig.alt = "Fully riot-geared and for some reason in green camo US Homeland Security agents (to the middle and the left of the photo) behind a row of two-foot tall, one-foot radius metal posts, behind a metal grate wall over 7 feet tall with metal support beams and concrete pylon buttressing. In the front of the left side is an agent holding a plastic clear riot shield, through which you can see a patch that say 'Border Patrol Federal Agent' in yellow and some insignia patches as well. In the middle are the agents in camo, one with a hand on the shoulder of another who is operating a thermal fogger machine shooting gas through the fence. The machine is maybe four or five feet long and has a body not unlike a bush whacker with a two-cycle engine, but fueling a vaporizer instead of a rotor. The agent is holding the machine with their right hand visibly and there is a black strap across their shoulder holding it up. The machine is mostly shiny metal, although the tip is showing signs of corrosion (no surprise based on the compounds and heat) and the supports of the body are a bright green."} knitr::include_graphics("img/portland_2020_07_29.jpg") ``` @@ -62,7 +49,7 @@ knitr::include_graphics("img/portland_2020_07_29.jpg") -#### Abolish ICE: Immigration and Customs Enforcement Rental Property {- #PortlandORICE2020_2021} +#### Abolish ICE: Immigration and Customs Enforcement Rental Property {#PortlandORICE2020_2021} While the thermal fogger hasn't been deployed at the federal Courthouse in downtown Portland since July 29 2020, it has been used repeatedly by Department of Homeland Security agents at the private property US Immigration and Customs Enforcement (ICE) rents to use as a holding center for deportees in the South Waterfront neighborhood [@Simonis2021] -- the same building that saw the weeks-long Ocuppy ICE protests in 2018 [@Dubois2018]. @@ -76,13 +63,13 @@ After marching to the ICE rental property, individuals tied the balloons to the (ref:imgportland20201017) CBP agent fogging a South Waterfront neighborhood [@Lake2020]. -```{r imgportland20201017, echo = FALSE, out.width = out_width, fig.cap = "(ref:imgportland20201017)", fig.align = "center", fig.alt = "One person in green protective gear, wearing a bulletproof vest with weapons strapped to the body and wearing a helmet and gas mask is walking to the left carrying a fogger in the right hand arm extended down, nozzle pointing forward. A cloud of gas is coming from the nozzle. Next to them is someone dressed all in black with a bullet proof vest with the word POLICE across the back, also wearing a helmet and gas mask. It is night and there are additional clouds of gas and the shapes of people in the background. source: https://twitter.com/MasonLakePhoto/status/1317869903345414144"} +```{r imgportland20201017, echo = FALSE, out.width = out_width_500, fig.cap = "(ref:imgportland20201017)", fig.align = "center", fig.alt = "One person in green protective gear, wearing a bulletproof vest with weapons strapped to the body and wearing a helmet and gas mask is walking to the left carrying a fogger in the right hand arm extended down, nozzle pointing forward. A cloud of gas is coming from the nozzle. Next to them is someone dressed all in black with a bullet proof vest with the word POLICE across the back, also wearing a helmet and gas mask. It is night and there are additional clouds of gas and the shapes of people in the background."} knitr::include_graphics("img/portland_2020_10_17.png") ```
-#### Inaugration 2021 {- #J20} +#### Inaugration 2021 {#J20} The same fogger (or at least the same model) was again brought out at the ICE rental property on January 20th 2021 during the Inauguration Day ("J20") Abolish ICE protests in response to an individual spray painting a piece of plywood tacked outside the building [@Recompiler2021_01_20]. The fogged up and down multiple blocks, with visible plumes entering units in the adjacent apartment complexes and covering the playground of an adjacent public school [@Recompiler2021_01_20; @Simonis2021]. @@ -91,7 +78,7 @@ The fogged up and down multiple blocks, with visible plumes entering units in th (ref:imgportland20210120) CBP officer holding thermal fogger [@Staab2021]. -```{r imgportland20210120, echo = FALSE, out.width = out_width, fig.cap = "(ref:imgportland20210120)", fig.align = "center", fig.alt = "Night in a city, building lights in the background. One person standing alone in the center of a road, shown from the waist to the ankles. The person is wearing work pants with covered pockets at the thighs and calves, long sleeve shirt, and a glove on the right hand. In the left hand they are gripping the handle of a neon green fogger tool. The long black nozzle, covered with a wire cage, projects backwards and the motor is towards the front. It is being held at hip height; the arm holding it is relaxed down."} +```{r imgportland20210120, echo = FALSE, out.width = out_width_500, fig.cap = "(ref:imgportland20210120)", fig.align = "center", fig.alt = "Night in a city, building lights in the background. One person standing alone in the center of a road, shown from the waist to the ankles. The person is wearing work pants with covered pockets at the thighs and calves, long sleeve shirt, and a glove on the right hand. In the left hand they are gripping the handle of a neon green fogger tool. The long black nozzle, covered with a wire cage, projects backwards and the motor is towards the front. It is being held at hip height; the arm holding it is relaxed down."} knitr::include_graphics("img/portland_2021_01_20.png") ``` @@ -104,7 +91,7 @@ That weekend, CBP deployed the fogger again during Abolish ICE protests, this ti (ref:imgportland202101231) CBP agent holding thermal fogger [@Lewis-Rolland2021a]. -```{r imgportland202101231, echo = FALSE, out.width = out_width, fig.cap = "(ref:imgportland202101231)", fig.align = "center", fig.alt = "Night time with the light from a street light visible in the background. Two officers dressed in full protective gear with bulletproof vests holding supplies on, with the word POLICE stenciled in yellow. They are both wearing helmets and gas masks. The nearer one is holding a gas fogger in the right hand. Thefogger looks like a long tube between 3 and 4 feet long with a handle and motor parts near the back. The tube is covered with a wire cage until about the last half foot, which is a plain and narrower tube. Behind these two officers are some dimly lit buildings and one or two other officers but they are not clear."} +```{r imgportland202101231, echo = FALSE, out.width = out_width_500, fig.cap = "(ref:imgportland202101231)", fig.align = "center", fig.alt = "Night time with the light from a street light visible in the background. Two officers dressed in full protective gear with bulletproof vests holding supplies on, with the word POLICE stenciled in yellow. They are both wearing helmets and gas masks. The nearer one is holding a gas fogger in the right hand. Thefogger looks like a long tube between 3 and 4 feet long with a handle and motor parts near the back. The tube is covered with a wire cage until about the last half foot, which is a plain and narrower tube. Behind these two officers are some dimly lit buildings and one or two other officers but they are not clear."} knitr::include_graphics("img/portland_2021_01_23_1.png") ``` @@ -116,7 +103,7 @@ knitr::include_graphics("img/portland_2021_01_23_1.png") (ref:imgportland202101232) CBP agent fogging an intersection in the South Waterfront neighborhood [@Lewis-Rolland2021b]. -```{r imgportland202101232, echo = FALSE, out.width = out_width, fig.cap = "(ref:imgportland202101232)", fig.align = "center", fig.alt = "Nine people wearing full protective gear including helmets and gas masks standing spread out across a street at night. One is holding a gas fogger in one hand and gas is spewing and a cloud is forming in front of them. There is also some gas cloud behind the group. All of them seem to be wearing weapons on their gear but details are not clear. It is night. There is a grey building in the background with a red door and red trim. A white stripe on the roadway has the words MELT ICE spray painted on it."} +```{r imgportland202101232, echo = FALSE, out.width = out_width_500, fig.cap = "(ref:imgportland202101232)", fig.align = "center", fig.alt = "Nine people wearing full protective gear including helmets and gas masks standing spread out across a street at night. One is holding a gas fogger in one hand and gas is spewing and a cloud is forming in front of them. There is also some gas cloud behind the group. All of them seem to be wearing weapons on their gear but details are not clear. It is night. There is a grey building in the background with a red door and red trim. A white stripe on the roadway has the words MELT ICE spray painted on it."} knitr::include_graphics("img/portland_2021_01_23_2.png") ``` diff --git a/09-conclusion.Rmd b/09-conclusion.Rmd index 4c9eb63..281853b 100644 --- a/09-conclusion.Rmd +++ b/09-conclusion.Rmd @@ -1,20 +1,6 @@ +# Conclusion {#Conclusion} -```{r index-1, echo=FALSE} -is_on_ghactions <- identical(Sys.getenv("GITHUB_ACTIONS"), "true") -is_online <- curl::has_internet() -is_html <- knitr::is_html_output() -is_latex <- knitr::is_latex_output() -if (is_html) { - out_width <- 500 -} else if (is_latex) { - out_width <-"100%" -} - -``` - -# Conclusion {- #Conclusion} - -Although the use of a thermal fogger by US CBP to deploy chemical weapons on racial justice protesters in Portland in 2020 and 2021 appeared novel to many, the truth is that it is just the most recent chapter in acylical narrative stretching back half a century and spanning the globe. +Although the use of a thermal fogger by US CBP to deploy chemical weapons on racial justice protesters in Portland in 2020 and 2021 appeared novel to many, the truth is that it is just the most recent chapter in a cylical narrative stretching back half a century and spanning the globe. Spawned from the US military occupation of Vietnam, the thermal fogger has always been a tool for suppressing resistance among the populace. Its initial transition to the American homefront was rapid and smooth, with retired military law enforcement eager to deploy them against civil rights and anti-war protesters. @@ -26,7 +12,7 @@ Agents from the same units within CBP then brought the fogger back home again, f Throughout all of this, the fogger was used to maim and even kill individuals while targeting the marginalized, many of whom have stories that have not been heard publicly. I hope that through this work, I can call attention to the shared history across generations, spark conversations, and facilitate story telling to illuminate the impacts of the thermal fogger on human people beings. -Building on the concept of an Imperial Boomerang, I propose that the trajectory of the thermal fogger can be thought of as an Imperial Tetherball, with multiple depatures and returns. +Building on the concept of an Imperial Boomerang, I propose that the trajectory of the thermal fogger can be thought of as an Imperial Tetherball, with multiple departures and returns. Key questions from my perspective are then: - what perpetuates the momentum of the fogger, facilitating it to swing around more than once? diff --git a/90-appendices.Rmd b/90-appendices.Rmd new file mode 100644 index 0000000..361cbbe --- /dev/null +++ b/90-appendices.Rmd @@ -0,0 +1,33 @@ +\cleardoublepage + +# (APPENDIX) Appendices {-} + + +# Figure Descriptions {#AltTexts} + +Alt-text descriptions for figures in the book: + + +```{r retrieve-chunk-opt, include = FALSE} +chunks_with_alt <- knitr::all_labels(nzchar(fig.alt)) +chunks_content <- knitr::knit_code$get(chunks_with_alt) +chunks_opts <- lapply(chunks_content, function(x) attr(x, "chunk_opts")) +if(any(names(chunks_opts) == "cover")){ + chunks_opts[["cover"]] <- NULL +} +``` + + +```{r write-appendix, results = 'asis', echo = FALSE} + +l <- lapply(seq_along(chunks_opts), function(opt_ind) { + + opt <- chunks_opts[[opt_ind]] + knitr::knit_expand(text = "* Figure \\@ref(fig:{{label}}): {{alt_text}}", + alt_text = opt$fig.alt, + label = opt$label) + +}) + +cat(unlist(l), sep = "\n\n") +``` \ No newline at end of file diff --git a/99-references.Rmd b/99-references.Rmd index b87e9bf..c3a46ff 100644 --- a/99-references.Rmd +++ b/99-references.Rmd @@ -1,13 +1,2 @@ - -```{r index-1, echo=FALSE} -is_on_ghactions <- identical(Sys.getenv("GITHUB_ACTIONS"), "true") -is_online <- curl::has_internet() -is_html <- knitr::is_html_output() -is_latex <- knitr::is_latex_output() -``` - -```{asis ref, include=is_html} - # References {- #References} -``` diff --git a/_book/00-preface.md b/_book/00-preface.md deleted file mode 100644 index 2e76fad..0000000 --- a/_book/00-preface.md +++ /dev/null @@ -1,80 +0,0 @@ - - -# Preface {-} - -[An archived version of this book is available on Zenodo](https://doi.org/10.5281/zenodo.4850406). - -## Content Warning {-} - -This book deals with police and corrections violence in frank terminology. -Pictures of chemical weapons being deployed on individuals, including those passively resisting, are included, but no injuries, blood, gore, etc. are shown. -Casualties, including fatalities, are discussed, including an individual being killed by corrections officers. - -## Land Acknowledgment {-} - -This work's impetus comes from present-day Portland, Oregon, United States of America -- the Indigenous land of the Chinook people, who were colonized and spread across multiple federally recognized tribes in Oregon, Washington and Idaho including Cowlitz, Siletz, Wasco, and Yakima. - -Chemical weapons are a common tool among imperialist regimes. -The events cataloged in this book occur at many locations across the present-day United States and internationally, with specific references to Canada, Mexico, and Vietnam, where colonizing forces of (predominately Northwestern) Europe have used forced labor from enslaved Black people to impose significant force on Indigenous cultures and individuals. - -No words can fully encompass the place in which each of the stories told in this book occur. -I will work to add important contextual information and acknowledgments, and please remember that each use of a thermal fogger or other brutal police force described here impacted many, many lives. - -I ask you to take time to reflect on the countless individuals from communities, tribes, peoples, and cultures around the world that have been fogged with some chemical agent whose names we will never know, whose stories we will never hear. - -## Inherent Bias {-} - -This book has been produced by collating historical documentation and records, which are inherently biased towards the views of white, male colonizers, as will be plainly evident in the documents. -As such, it is important to recognize that there are almost certainly records that I have not yet found or which have been lost to time. -Even more critical, however, is that many uses of thermal foggers have likely never been recorded at all (even if "legally required"), as will be made clear through the documents that have been recovered. - -## Author Position {-} - -I, [Dr. Juniper L. Simonis](https://juniperlsimonis.com) (_they/them/theirs_), am a 36-year-old middle-class, white, non-binary, queer, physically and psychologically disabled person. -I come to the study of the history of chemical weapons use in America via my personal experience being the recipient of law enforcement's chemical weapons and my ensuing scientific research into its impacts on the environment. - -I have a PhD in Ecology and Evolutionary Biology from Cornell, where I studied aquatic ecology and biogeochemistry -- disciplines I have put to use to studying the impact of chemical weapons. -Through my ecological research, I have uncovered historical and current information into the impacts of chemical weapons that I was not seeing being represented in the present day broad cultural discourse. - -From this need to share historical information came this book, a way for me to pass along a window into the racist, classist, capitalistic, and colonialistic throughline of the thermal fogger. - -I am an abolitionist in multiple senses: I believe that the use of chemical weapons, police, and the carceral system should all be abolished, full-stop. - -Through this work, I have discovered an extensive history that makes me feel a deep connection to my protest elders who experienced thermal foggers decades ago. -I hope that my work will bring light to their stories. -We are but the most recent chapter in a long history of United States Law Enforcement using chemical weapons against its own people. - -## Financial Statement {-} - -All work for this product was conducted by Dr. Juniper L. Simonis via internal time at DAPPER Stats. -No external funding was provided. - -## Licenses {-} - -This book it created under a [dual license](https://github.com/chemicalweaponsresearch/thermal_fogger/blob/main/LICENSE.md) that recognizes a separation between the software and non-software components. -All underlying documents (photos, etc.) are cited in the [References](#References) and references do not indicate the original licensor endorses this book or its authors. - -## Acknowledgments {-} - -My deepest heartfelt condolences to the family of Robert Forsythe. -I cannot even begin to imagine the impact Bobby's murder and the subsequent trial and media presence had on you and your community. -I hope that by shining a light on his story now, more people will come to understand just how horrendous the prison system is and fight for its abolition. - -The story of Robert Forsythe is almost certainly not unique, and only public knowledge because of the trial against the corrections officers. -I recognize that many others have been killed by thermal foggers, yet we will never know their names. - -This booklet is based on a variety of sources past and present, and to the journalists and photographers: thank you for sharing your work with the world. - -I have no idea how many people have been involved in digitizing historical newspapers, as their names are never on anything, but y'all are fantastic and I appreciate you so much. - -Sandra Simonis provided significant help with writing alt-text for images. - -Twitter users NewNameJeanette and WillHickox notified me of the [Lawrence High School](#Lawrence1970_04_21) protest and use of the thermal fogger, for which I am very thankful. - -Christophe Dervieux provided an example of how to render figure alt-text in an appendix: https://cderv.rbind.io/2021/06/29/fig-alt-appendix/. - -The cover image is based on @Lewis-Rolland2021a. - -## Contribute Information {-} - -If you are aware of incidents where a pepper fogger was used to deploy chemical weapons that we have not included, please reach out [via the Chem Weapons Research Website](https://chemicalweaponsresearch.com/contact/) or submit an [issue](https://github.com/chemicalweaponsresearch/thermal_fogger/issues/new/choose) or [pull request](https://github.com/chemicalweaponsresearch/thermal_fogger/compare) on our [GitHub repository for the book](https://github.com/chemicalweaponsresearch/thermal_fogger). diff --git a/_book/01-introduction.md b/_book/01-introduction.md deleted file mode 100644 index 7170bf5..0000000 --- a/_book/01-introduction.md +++ /dev/null @@ -1,64 +0,0 @@ -\mainmatter - - - - -# Introduction {-} - - -Late in the night on July 29th, during the height of the 2020 Uprising in Portland (OR), as protesters gathered outside the Hatfield Federal Courthouse to fight for racial justice, the Department of Homeland Security (DHS)'s Customs and Border Protection (CBP) used a thermal fogger to deploy unknown chemical agents on the crowd: - -
- -(ref:imgportland20200729) CBP agent using a thermal fogger in front of the federal courthouse, Portland OR [@Brown2020]. - -
-Fully riot-geared and for some reason in green camo US Homeland Security agents (to the middle and the left of the photo) behind a row of two-foot tall, one-foot radius metal posts, behind a metal grate wall over 7 feet tall with metal support beams and concrete pylon buttressing. In the front of the left side is an agent holding a plastic clear riot shield, through which you can see a patch that say 'Border Patrol Federal Agent' in yellow and some insignia patches as well. In the middle are the agents in camo, one with a hand on the shoulder of another who is operating a thermal fogger machine shooting gas through the fence. The machine is maybe four or five feet long and has a body not unlike a bush whacker with a two-cycle engine, but fueling a vaporizer instead of a rotor. The agent is holding the machine with their right hand visibly and there is a black strap across their shoulder holding it up. The machine is mostly shiny metal, although the tip is showing signs of corrosion (no surprise based on the compounds and heat) and the supports of the body are a bright green -

(\#fig:imgportland20200729)(ref:imgportland20200729)

-
- -
- -With this seemingly novel usage, DHS made a large swath of the populace aware of an insidious weapon that is actually not new, but -- in fact -- was [birthed](#Genesis) in the American occupation of Vietnam, [perfected](#The1968Convensions) for use against domestic protesters in the 1960s and '70s, and [sent abroad](#CBP) via CBP in the years since. -The subsequent [return](#PortlandOR2020_2021) of the thermal fogger to use against civilians domestically by the same domestic law enforcement agency (CBP) that sent it abroad after its initial domestic use is an extension of the classical Imperialist Boomerang [@Cesaire1950; @Arendt1951; @Foucault1976; @Graham2013] that can be more aptly described as a tetherball. - -Despite repeated use of thermal foggers to deploy chemical weapons over the last half century, the device appears to have slipped from the zeitgeist, only to reemerge in the city that experienced the most visible federal deployment of chemical weapons [@Flanigan2020] and weapons-based incidents of police brutality at racial justice protests (regardless of population size) [@pb20202021], perhaps due to the noteworthy density of photographers and videographers. - -Although not all of the weapon's history is documented, enough is that we can quickly dispel the myth that this deployment was _new_ in any notable sense other than being recent. - - -## The Science of Thermal Fogging {- #Science} - -Broadly speaking, a fog is a visible aerosol that hangs in the air near the ground, and while it occurs on its own accord, humans have devised a variety of methods to generate fog. -And many, if not all, of those methods have been used to deploy chemical weapons on people. -The focus of this book is on __thermal__ fogging. -The idea behind thermal fogging is the same whether you're targeting mosquitoes in a marsh or protesters on a street: flash-vaporize a liquid being forced into a stream of cooler air, causing a fog to form as it condenses; move to increase the size of the cloud. - -The original chemical weapons thermal foggers employed the exhaust lines of diesel trucks or manifolds of 2-cycle engines to heat the formulation, which worked but were bulky and difficult to control in open areas [@Crockett1969]. -These models were quickly supplanted by foggers leveraging resonant [pulsejet technology](https://en.wikipedia.org/wiki/Pulsejet) that were streamlined, lighter, and gave control of the stream to the operator [@Applegate1969] - -
- -(ref:imgCrockett1969) Concept drawing from the International Association of Chiefs of Police chemical agents manual [@Crockett1969]. - -
-B/W image drawing with text from an old white paper book. The text says FOG DISSEMINATION at the top then a paragraph with `Fog dissemination devices operate by rapidly vaporizing a high boiling point liquid agent formulation. This is accomplished by injecting the liquid agent into a hot gas flow and allowing the vaporized agent to contact the cooler ambient air where the agent condenses into a fog and ultimately into extremely small agent particles.` In the middle is the drawing with a square on the left with a long rectangle coming out of it to the right with a cloud out the further end of the rectangle. There are bits of text around it, pointing to the box it says `FUEL`, `SPARK`, and `COMBUSTION CHAMBER`. in the middle of the rectange it says `HOT GASES` in the middle of arrows pointing out towards the cloud. Along the rectangle another injection area is noted for `Liquid Agent Injection` Text on the bottom says `FIGURE 4. FOG DISSEMINATION. A liquid chemical agent is vaporized by a hot gas flow and released as a fog cloud`. -

(\#fig:imgCrockett1969)(ref:imgCrockett1969)

-
- -
- -Regardless of the heating method specifics, the machine creates a visible fog from the mixture of gasoline exhaust, chemical weapons, and ambient air moisture, as desired. - -Although the mixture does cool considerably from its peak temperature before being released, the chemicals are heated to such high temperatures that they thermally decompose, creating a much more toxic mixture of gases that condense to form the fog. -Indeed, the thermal cracking temperatures of common chemical contemporary chemical weapons are well below the temperatures achieved in a thermal fogger: - -- Phenacyl chloride (CN): 248 C [@Compton1987] -- 2-chlorobenzalmalononitrile (CS): 450 - 550 C [@Xueetal2015] -- Oleoresin Capsicum (OC): < 200 C [@HendersonandHenderson1992] -- Hexachloroethane (HC): 185 C [@IARC1979] -- Terephthalic Acid (TPA): 445 C [@KimyonokandUluturk2016] - -As a result, it is impossible for anyone to definitively know what chemicals they are fogging someone with, but it is fair to say the mixtures are likely to have considerably higher toxicities than product labels and safety sheets indicate, which are already concerning [@defteccs]. - - diff --git a/_book/02-vietnam.md b/_book/02-vietnam.md deleted file mode 100644 index ee6f447..0000000 --- a/_book/02-vietnam.md +++ /dev/null @@ -1,200 +0,0 @@ - - - - -# A Colonial Tool {- #Vietnam} - -The modern day use of thermal foggers for chemical weapons deployment was born from the American colonization of Vietnam in the mid-to-late-20th Century [@USMACV1965; @Bunker1996]. - -
- -(ref:imgvcmm) US Military deploying a thermal fogger into a Vietnamese tunnel [@Delf2012]. - -
-Book illustration (colorful, hand-rendered style) of green-clad US military service members in helmets flak vests, boots, etc, standing around a thermal fogger in the foreground. The fogger is a non-portable Mity Mite style fogger with a big reservoir and giant vacuum style hose running through a green tarp that's lying on the ground and covering the tunnel entrance. They are in a clearing with huts and the jungle in the background. -

(\#fig:imgvcmm)(ref:imgvcmm)

-
-
- - -## Context {-} - -### Mosquito Control {-} - -Early in the deployment of US troops to occupy Vietnam, the need for large scale mosquito control became so great that soldiers began improvising insecticide foggers by piping insecticide into diesel truck exhaust: - -> An insecticide fogger, one of the most useful improvisations, was made by mounting a [55-gallon oil] drum filled with 6 to 7 percent malathion insecticide in diesel oil ... on a 3/4-ton truck and spraying the poisonous mixture out with the exhaust from the vehicle. The insecticide is drawn from the drum by the partial vacuum in a line connected to the exhaust pipe just behind the manifold, and sprayed out under pressure of the exhaust. -> -> --- @Spicknall1969 - -The hack turned out to be __*4,500 times*__ more effective, covering nine square miles per day compared to 50,000 square feet (0.002 square miles) per day using a conventional manually operated fogger [@Spicknall1969]. -Given widespread mosquito concerns and the preponderance on diesel drums, the truck approach spread, and the concept of fogging was understood among servicemembers [@USMACV1965; @Spicknall1969]. - -### Tunnels {-} - -As the occupation continued, underground bunkers and tunnels dug by the Viet Cong (VC) and People's Army of Vietnam (PAV) became a dominant presence on the both the literal and figurative battlefields [@Rottman2006; @Rottman2012]. - -
- -(ref:imgtunnels) Hypothetical Vietnamese village with a two-level bunker tunnel system [@Hanesalo1996]. - -
-Book illustration (blank and greys, hand-rendered style) of a two-level village tunnel system, connecting most of the structures with defensive trenches and bunkers. There are eight houses surrounding a community building and the nearest ones are cut-away so you can see into them and the ground beneath them, which shows the tunnels and bunkers. Each house has a shelter and they are connected via tunnels. There is a puji-stake moat with a sharpened bamboo fence around it surrounding the village and there's one road in, with a gate at the fence. There is a river or open water of some kind on the other side of the fence and then some fields and jungle. The community building is two stories and is next to a single flag on a pole in the center of the village. The flag is blank, and so functionally white. -

(\#fig:imgtunnels)(ref:imgtunnels)

-
-
- -Soldiers from the US, Australian, New Zealand, and other armies were tasked with clearing the tunnels and "rooting out" inhabitants [@Hemmings2019]. -The specialized forces designated for the work were dubbed "Tunnel Rats" and tear gas was part of their arsenal to "flush" individuals from caves, which they regularly deployed via pyrotechnic grenades and powdered explosives [@NewYorkTimes1977; @Rottman2006]. - -
- -(ref:imgratmask) Tunnel rat in a gas mask, undated [@Hemmings2019] - -
-B/W image. Open trench at bottom, center. Pipe runs across trench and into the dirt on either side. Person in gas mask crouched below pipe looking up and forward. Leg in pants and lace up boot stretched over trench leaning against right edge. Other leg and boot partially visible on left. Hand holding lit cigarette resting on foot on left. -

(\#fig:imgratmask)(ref:imgratmask)

-
- -
- -## Genesis {- #Genesis} - -### Implementation {- #FirstUse} - -In October of 1965, the USMACV (United States Military Assistance Command, Vietnam) was supporting the South Vietnamese Army's (ARVN) III Corps in a "search and destroy" operation in the Iron Triangle, an area known to house an elaborate Viet Cong tunnel system [@USMACV1965]. - -
- -(ref:imgirontriangle) US-defined War Zones C, D, and the Iron Triangle near Saigon, Vietnam [@USArmy2005] - -
-Text-book style map of the III Corps Tactical Zone from 1965-1967, according to the legend. This is the area of Vietnam around Saigon, with some of the South China Sea visible to the south at the bottom and Cambodia to the north west in the upper left portion. Major highways and cities are indicated on the map, but the main points are the color highlighted boundaries of the two war zones and the iron triangle, which are all in reddish organge, and the full tactical zone in a darker blue. There is text in the bottom left that says Map 13 and there is a unit bar in the legend that gives distances in both miles and kilometers. -

(\#fig:imgirontriangle)(ref:imgirontriangle)

-
- -
- - -The US Chemical Advisor to the ARVN's Chemical Team participated in planning the operation, and suggested using a Mity Mite (a.k.a. Mitey Mite, Mighty Mite) 2-cycle thermal fogger to aid in clearing tunnels. -A 6-member unit of ARVN Chemical Team members was organized on October 7th for implementation of the fogger [@USMACV1965]. -The next day, the force located a tunnel and set into motion an elaborate scheme to fog the tunnels with [hexachloroethane (HC)](https://chemicalweaponsresearch.com/hc) smoke from burning pots, marking the first known tactical use of a thermal fogger to deploy chemical weapons agents [@USMACV1965; @Rottman2012]. -Overall, the endeavor was dubbed a success, despite the tunnel already being empty [@USMACV1965]. - -Although (highly toxic; @Simonis2020) munitions smoke was used in this application, it was noted that tear gas would be "very effective in flushing VC from tunnels" should there been any present [@USMACV1965]. - -According to the *Lessons Learned* report filed by the USMACV the next month, - -> This is believed to have been the first tactical employment of Mity Mite _by ARVN_. [emphasis added] -> -> --- @USMACV1965 - -Note that there is no mention of use by USMACV prior to this deployment [@USMACV1965]. - - -
- - -### What About Not In Tunnels? {-} - -Seeing the Mity Mite in action got the wheels turning in the heads of USMACV officers, and the idea of deploying the fogger outside of tunnels was on the table [@USMACV1965]. - -This is made clear in the *Lessons Learned* report, where they state that the - -> Mity Mite portable blower can be used to ... generate an agent cloud for use against unmasked personnel __in the open__ ... [emphasis added] -> -> --- @USMACV1965. - -At the time, however, the set up used powder, pot, and grenade sources of chemical agents, which was inefficient and required extensive supplies and gasoline reserves [@USMACV1965]. - -
- -(ref:imgmitymite) Technical drawing of a backpack fogger [@USMACV1965] - -
-Technical rendering sketch of a tank with the words Mity Mite on the side. Funnel on bottom of tank leads to exhaust hose below and pipe on bottom of tank has small flexible hose attaching to exhaust hose as well. Exhaust hose comes from below and curves upward to the right. Below the tanks and attached by a frame is a small motor. -

(\#fig:imgmitymite)(ref:imgmitymite)

-
- -
- - -## Expansion {-} - -The practice caught on quickly, and Mity Mites were soon issued to ARVN units [@USMACV1965] and became common tools for Tunnel Rats [@Rottman2012]. - -
- -(ref:imgmightymite) A soldier uses a backpack Mity Mite to fog a tunnel [@USArmy1966] - -
-B/W image in a dirt field. Helmeted soldier on one knee with tank strapped on back. Lifting a board with left hand and holding an exhaust tube from the tank under the board with right hand. -

(\#fig:imgmightymite)(ref:imgmightymite)

-
- - -
- -The Army used foggers to pump "air" or "smoke" into tunnels in combination with "riot control agents" during Operation Cedar falls in 1967 [@Lehrer1968]. -And by 1968's Battle of Khe Sanh, it was standard practice to use foggers for tunnel excavation as well as mosquito and fly control [@Rottman2006]. - -
- -(ref:imgunpacktest) Engineers unpack and test a Mitey-Mite blower [@USAES]. - -
-B/W image. In a clearing in a densely vegetated area, a small tank with an exhaust pipe blowing fog to the right. The cloud of fog covers much of the right side. Towards the back, 2 people wearing helmets and fatigues with sleeves rolled up stand with hands on hips on either side of the fogger, watching it. -

(\#fig:imgunpacktest)(ref:imgunpacktest)

-
- - -
- -In 1969, the US Army Limited War Laboratory published a report on chemical weapons that included a section on foggers and agents for use in them, naming the [General Ordinance Equipment Corporation](#GOEC) and [Federal Laboratories](#DefenseTech) models that were already in production and a propsed development of a formalized truck-based fogger [@Samuelsetal1969]: - - -
- -(ref:imgtablea212) Existing and proposed fogging devices [@Samuelsetal1969]. - -
-Screen cap of a photo copy of an old report, it's black and white and in bad shape, but legible for the most part. It's Table A.2.1.2, Chemical Sprays and Foggers. There are columns: Device/Model, Manufacturer, Description, Estimated Cost (for development or for purchase), and Status (available already or needing development). There are 6 rows, one for each Device/Model: MK17 Pepper Fog CS-Tear Smoke Generator, MK XII, Turb A Fog Tear Gas Dispenser, Federal Dust Projector 271, Dynafog 70, and a propsed vehicle based fogger based on the mosquito fogging approach. -

(\#fig:imgtablea212)(ref:imgtablea212)

-
- - -
- -## International Melting Pot {-} - -Other countries explicitly supported the US colonization in Vietnam, providing a pathway for the fogger to be rapidly picked up by the armed forces of other nations. - -By 1966 the Australian Tunnel Rats were particularly fond of fogging tunnels with acetylene [@vietnam_aus1; @vietnam_aus2]. - - -
- -(ref:vietnamaus1) Double Acetylene Generator and a Mighty Mite Air Blower Used to Blow Fumes into Viet Cong Tunnels [@vietnam_aus1] - -
-Black and white photo of a Mighty Mite blower on the left and two containers of acetylene in the middle, both containers are metal boxes with labeling in small white text and then some bladder bag on top. There are large vaccum size hozes coming off the blower and going off frame to the right. The scene is the ground of a jungle that has been cleared a little, there are trees and foliage in the background and dense but matted down grass in the fore. -

(\#fig:vietnamaus1)(ref:vietnamaus1)

-
- - -
- -
- -(ref:imgvietnamaus2) Mighty Mite Machine Used to Contaminate Viet Cong Tunnel Systems with Acetylene [@vietnam_aus2] - -
-An individual crouches on the ground next to a blower, facing off to the right, with his left hand slightly resting on it. The photo is aimed down at this person, so the two people looking at the fogger while standing are partially visible from the feet upwards. The photo is an old black and white image and there are items around the sides that are difficult to make out, including potentially a cache of chemical weapons grenades on the right side and some sandbacks in the back. -

(\#fig:imgvietnamaus2)(ref:imgvietnamaus2)

-
- - -
- -[As expected](#TheReturn), the fogger quickly made it to Australian police departments, although with a decidedly negative response from the news media, who called it "highly controversial" admist a Sydney Police spending scandal [@Allen1972]. -Unnamed Australian arms experts who spoke on background said there was no application for the fogger in the country [@Allen1972], although that hasn't stopped its use elsewhere. diff --git a/_book/03-return.md b/_book/03-return.md deleted file mode 100644 index d12d695..0000000 --- a/_book/03-return.md +++ /dev/null @@ -1,209 +0,0 @@ - - - -# Domestic Applications {- #TheReturn} - -As to be expected following the basic trajectory of an Imperial Boomerang [@Cesaire1950; @Arendt1951; @Foucault1976], the repressive technique (thermal fogging) developed by an imperialist country (USA) to control colonial territories (Vietnam) was brought home by the imperialist nation to use on its own people [@Graham2013]. - -Indeed, it took just _three years_ from initial deployment [in Vietnam on October 8 1965](#FirstUse) to first application in the United States to gas Black racial justice protesters in [Miami, Florida on August 8th, 1968](#MiamiFL1968_08_08) during the Liberty City Riots [@Tschenschlok1995; @Lorentzen2018]. - -In alignment with the general "Imperial Circuit of Tear Gas" [@Schrader2019] between the US and Vietnam, the return of the fogger was aided significantly by the weapons industry, militarization of US police forces, transition of veterans to law enforcement upon returning home, and substantial propaganda in specialized and generalized outlets. - -## Manufacturers {-} - -American companies quickly jumped at the opportunity to refine the bulky, complicated Mitey Mite and sell thermal foggers to the military and domestic police departments. -As early as 1969, The International Association of Chiefs of Police included a detailed section on thermal fogging and available models in their Chemical Agents Manual [@Crockett1969], providing prime trade-focused marketing. -Indeed, both [Federal Laboratories](#FederalLaboratories) and [General Ordnance Equipment Corporation](#GOEC) models were included. - -### Sears Roebuck {-} - -The original Mighty Mite that [established](#FirstUse) the fogger as a method of chemical dispersal was manufactured by Sears, Roebuck, and Co. for insecticide application [@Applegate1969]. - -
- -(ref:imgM106) M-106 Mity Mite Thermal Fogger, as promoted to law enforcement in @Applegate1969. - -
-Yellowed black and white photo of a stationary Mighty Mite thermal fogger. It's a backpack fogger, so there's a giant hose that's like a vacuum hose wrapped around in the middle and then another one coming off of the actual backpack, which is upright in the middle back right. there is a metal frame and a large reservoir tank sitting on top of the engine and other aspects of the machinery. There is a tube running out to the end of the hose nose from the back pack. On the right side of the image is a scale bar that makes it seem like the backpack is 24 inches tall. -

(\#fig:imgM106)(ref:imgM106)

-
- -
- -The bulkiness of the Mity Mite backpack proved to be a hindrance in mobile application, however, and while chemical weapons corporations began their fogger lines with hand-held models using 2-cycle engines, there was a push to produce a more streamlined and specialized tool for fogging chemical weapons at civilians [@Applegate1969; @Applegate1970]. - -
- -(ref:imgjetfogger) Hand-held two-cycle thermal fogger [@Crockett1969]. - -
-Black and white technical drawing of a hand-held 2-cycle thermal fogger. The drawing is pretty minimal, but shows enough detail, in particular around the engine and fan, to get a sense of how it operates. There are also a few labels pointing out via arrows what the Recould Rope Starter, Fuel Tank, Carrying Handle, Creifugal Blower Assemble, and Air/Agent Exit Ports are, and to the where the Vaporized Agent is injected into the air stream. -

(\#fig:imgjetfogger)(ref:imgjetfogger)

-
- -
- -Sears does not appear to have entered The Mity Mite into the law enforcement market, perhaps due to the company's existing legacy branding, and the model never established itself in the domestic market. - - -### Federal Laboratories {- #FederalLaboratories} - -Federal Laboratories, one of the major US manufacturers of chemical weapons starting after World War I, developed a hand-held 2-cycle thermal fogger that did not need a backpack or hoses: - -(ref:img298) The Federal Laboratories "Federal Fogger 298" [@FedLabs298]. - -
-Black and white photo of a thermal fogger that is basically a 2-cycle weed-wacker engine on top of a chemical agent metal drum with a nozzle sticking out to the right that is about a yard long, it's dark and has some hardware on it. The drum says Federal Fogger and then other things that are illegible. The drum is a dark color and the main engine is light, with a dark handle and strap. -

(\#fig:img298)(ref:img298)

-
- -(ref:fedlabimg) Officer demonstrating the Federal Laboratories 298 [@Applegate1992]. - -
-Black and white photo of police officer in a gas mask and riot helmet with the shield flipped up and full uniform, but not riot gear. The officer is holding a hand-held fogger that has a white top on the part, some shiny metal in the middle and then dark on the bottom with a dark nozzle that is spewing some fog. The officer is standing in a field in front of a forest. -

(\#fig:fedlabimg)(ref:fedlabimg)

-
- - -### General Ordnance Equipment Corporation {- #GOEC} - -The General Ordnance Equipment Corporation (GOEC), who invented and trademarked Chemical Mace earlier in the decade, had been bought-out by Smith and Wesson by the late 1960s when the fogger market opened up [@Gross2014]. - -Alan Litman, the brains behind GOEC, retained leadership of chemical weapons development after the buy-out, however [@Gross2014], and he must have seen an opportunity, as GOEC began selling hand-held thermal foggers in July 1968 [@Applegate1969]. - -They named their units "Pepper Fog" generators, a nod to their apparent ability to "pepper" the recipient with more concentrated bursts of fog if desired, compared to the steady stream output from the Mity Mite [@Applegate1969], and applied for a trademark on the phrase in October of the same year [@USTPO2018]. -By the end of August 1969, GOEC (and thus Smith and Wesson) had received the trademark on "Pepper Fog", which they (and subsequent owners) retained until it expired in 1991 [@USTPO2018]. - -While GOEC did develop and sell a stationary 2-cycle model for vehicle mounting, it was their hand-held pulse-jet model that took the market by storm [@Crockett1969]. - -
- -(ref:goecpf) General Ordnance Equipment Corporation thermal fogger [@GOECphoto], as shown in @Applegate1969. - -
-Yellowed black and white photo of a stationary pepper fog thermal fogger pointed to the left sitting by itself. The main body is a square box that's dark with a tag in the middle that's lighter and has dark writing on it that says pepper fog g o e c. The nozzle points to the left and is a longer thinner tube about twice as long as the main body. It is also dark and has a metal cage around it that is sparse and shiny. There's also a handle and some knobs on the top of the item and something that's a little bit difficult to make out off the back of the main body. -

(\#fig:goecpf)(ref:goecpf)

-
- -
- - -They immediately began a heavy marketing campaign for their new invention, taking out full-page ads in police magazines [@GOECad1969; @GOECadLNS1970; @GOECadObserver1970]: - -
- -(ref:imggoecad1969) GOEC advertisement [@GOECad1969]. - -
-Photocopied, blurried black and white magazine spread advertisement for General Ordnance Equipment Company (GOEC). The ad shows both their chemical mace and their fogger, although the fogger takes up 3/4 of the page. The left side has two main panels, one for each weapon, the top is a mace one showing an officer spraying mace into someone's face and the bottom part is the picture of the person fogging the railroad. The right side is an explainer on the pepper fogger that has three photos (including a repeat of the railroad one) at the top, the item image in the middle, and then a whole bunch of specs that are too blury to read -

(\#fig:imggoecad1969)(ref:imggoecad1969)

-
- -
- -They also leveraged the connection between local law enforcement and the press to generate [free marketing](#Propa) with an [international reach](#Canada). - -It is perhaps no surprise then that virtually all of the foggers photographed being used in the US prior to 2020 are GOEC models. - - -### Defense Technology {- #DefenseTechnology} - -The corporate descendent of both GOEC and Federal Labs and current owner of the legacy branding ([Safariland](https://www.safariland.com) subsidiary [Defense Technology](https://www.defense-technology.com)) continues to sell items under a ["Pepper Fog" line](https://www.defense-technology.com/product-category/pepper-foggers/), including a ["pepper fog generator"](https://www.defense-technology.com/product/pepper-fog-generator/) that utilizes the same pulse-jet generation technique [@DTPFG]: - -
- -(ref:imgdefensetechgepf) Product image for thermal fogger [@DTPFGphoto]. - -
-Yellow-gold box shape tool with a handle on top, an image of an eagle in flight on the side, and some gauges on top.The back of the box tapers and appears to have switches and controls. Coming out of the front is a long tube that narrows at the end. The tube has a wire cage surrounding it. -

(\#fig:imgdefensetechgepf)(ref:imgdefensetechgepf)

-
- -
- -This has supplanted the models produced by the corporate ancestors to Defense Technology, which were bulkier and considerably heavier [@Samuelsetal1969]. - -## Rex Applegate {-} - -A major figure in the translation of military "riot suppression" tactics to domestic law enforcement in the 1960s and 1970s was a former US Army Lt. Colonel named [Rex Applegate](https://en.wikipedia.org/wiki/Rex_Applegate). -Applegate took a commission as a second leuitenant, but had a lung ailment kept him from serving in combat in World War II and so was assigned to Military Police Company before being tapped by [Col. William Donovan](https://en.wikipedia.org/wiki/William_J._Donovan) to build and run the School for Spies and Assassins in the Office of Strategic Services [@Goldstein1998]. -Larger than life, Rex even served as bodyguard to President Franklin Roosevelt, before retiring and moving to Mexico at the end of World War II to consult with Central and South American governments on "riot control" [@Goldstein1998]. - -Applegate returned to the US in the 1960s during the civil rights and anti-war protest era and began proselytizing the good word of the thermal fogger [@Applegate1969; @Applegate1970]. -Indeed, Rex published what can only be described as a long-form written sales pitch for the GOEC Pepper Fog thermal fogger in the highly circulated _Guns_ magazine in 1970 [@Applegate1970]. - -
- -(ref:imgdemo) Demonstration of a pepper fogger [@Applegate1970] - -
-Black and white photo of a person using a pepper fogger across some railroad tracks. The person is standing in the mid ground on the left side of the photo and fogging towards the right mid-ground where the train tracks come from. The fog obscures the origins of the tracks off to the background on the right side of the photo. Behind the person on the left side is a taller tree along short building a car and some foliage. Further behind is a ridge of some kind with trees on it. The train tracks are old and partially overgrown. -

(\#fig:imgdemo)(ref:imgdemo)

-
- -
- -## News Media Propaganda {- #Propa} - - -Alongside the more overtly pro-police-use-of-chemical-weapons propaganda of Rex Applegate were other, perhaps more subtle forms of pro-fogger propaganda [@Macomber1970]. -Newspapers around the country were more than happy to print "articles" that promoted the new arsenals police departments were building [@LaPrade1970], complete with product demo photos. - -
- -(ref:imgVance1970) Amarillo Texas Police Sergent Jerry Austin with a thermal fogger and shotgun [@Vance1970]. Amarillo's 1970 population was 127,010 [@USCB1970]. - -
-Black and white newspaper clipping of an officer standing in front of a open garage door, next to a police car that is partially in frame on the left and front areas. A GOEC-style thermal fogger sits on the hood of the car in front of the officer, pointing towards and to the left of the camera. The officer is wearing beat clothing and a cop hat and also has a shotgun. -

(\#fig:imgVance1970)(ref:imgVance1970)

-
- -
- -
- -(ref:imgAmanphoto1970) Richland County (Ohio) Sheriff's Captain Robert Dysart demonstrating a thermal fogger to a crowd of >200 people [@Amanphoto1970]. Richland County's 1970 population was 129,997 [@USCB1970]. - -
-Black and white newspaper clipping of an officer standing in a field just front a forest/brush line, fogging out into the open area as part of a demonstration. The officer is wearing a riot helmet and coveralls and has the fogger slug over their right arm with a strap they are also holding with their left hand. The officer stands in the left part of the frame, fogging to the right, using a GOEC-style fogger with the nozzle tip right in the middle of the photo. -

(\#fig:imgAmanphoto1970)(ref:imgAmanphoto1970)

-
- -
- -[General Ordnance Equipment Corporation](#GOEC)'s Pepper Fog model seems to have been the favorite, at least amongst the departments showing off their new cool toys for photographs. - -
- -(ref:imgGaylord1971) A McHenry County (Illinois) Sheriff's officer fogs some grass in a rural landscape during a training and press demo day [@Gaylord1971; @PlainDealer1971]. McHenry County's 1970 population was 111,555 [@USCB1970]. - -
-Black and white photo of an individual standing in a grass field with wood horse fence and trees and barns in the background. The individual is in light clothes and a black cap and is using both hands to hold a pepper fogger, which they are using to fog some grass on the right side of the photo. they are facing the camera, so the classic GOEC label is visible. -

(\#fig:imgGaylord1971)(ref:imgGaylord1971)

-
- -
- - - -
- -(ref:imgWinter1970) Scott County (Iowa) deputy sheriff Jim Lewis, left, holds a new grenade launcher and a riot gun while Sheriff William Strout displays a pepper fogger and gas mask [@Winter1970]. Scott County's 1970 population was 142,687 [@USCB1970]. - -
-Black and white newspaper clipping of two officers standing in front of a large brick wall. Scott County deputy sheriff Jim Lewis, left, holds a new grenade launcher and a riot gun. he is donning a standard beat uniform with a bucket hat. Sheriff William Strout is on the right in street clothes and is holding a GOEC pepper fogger in his right hand and gas mask in his left. The officers are making an X with the barrells of the grenade launcher and fogger. -

(\#fig:imgWinter1970)(ref:imgWinter1970)

-
- -
- - -### Gary Wills {-} - -Pulitzer Prize-winning [Garry Wills](https://en.wikipedia.org/wiki/Garry_Wills) (who at the time was considerably more conservative than he came to be later) penned an op-ed that ran in (at least) The Herald Statesman (Yonkers, New York) [@Wills1971a], The Daily Item (Port Chester, New York) [@Wills1971b], The Charlotte News (Charlotte, North Carolina) [@Wills1971c], and The Philadelphia Inquirer [@Wills1971d] in April 1971 in which he basically tells all the cry babies (pun intended) to suck it up because he "would not be afraid to undergo such experiences [as being pepper fogged] again" [@Wills1971a]. - -Notably, he touts the leading belief at the time that somehow thermal fogging is a "safe immobilizer of individuals" [@Wills1971a], despite the weapon not being demonstrably safer than gas grenades and not only not "immobilizing" but explicitly designed to mobilize immobile resisters. -Wills interestingly deems chemical weapons as "safer than dogs, which get out of control, bite bystanders (and even other cops) as well as 'the bad guys'" [@Wills1971a], despite their being indiscriminate to the point of impacting bystanders, police officers, etc.. - -He concludes his piece by calling tear gas "humane in ... foreign wars [and] domestic encounters" [@Wills1971a], speaking clearly to the return of the trip of the classically defined Imperial Boomerang [@Cesaire1950; @Arendt1951; @Foucault1976]. - diff --git a/_book/04-conventions.md b/_book/04-conventions.md deleted file mode 100644 index 56e6545..0000000 --- a/_book/04-conventions.md +++ /dev/null @@ -1,189 +0,0 @@ - - - -# The 1968 Conventions {- #The1968Conventions} - -Deployment of chemical weapons on United States civilians by domestic law enforcement began in earnest in the late 1960s during the height of anti-war and civil rights protests, kicked off in particular by the 1968 Republican (Miami, Florida) and Democratic (Chicago, IL) National Conventions [@McArdle2018; @TaylorandMorris2018]. -As a result of a [heavy propaganda and branding campaign](#TheReturn), the thermal fogger was just becoming a mainstay of early police chemical weapons arsenals. -Importantly, by the summer of 1968, the Florida Highway Patrol, Chicago Police Department, and California State Police all had purchased foggers. - -Beyond their legacy as the first domestic fogger deployments, the lingering impact of the 1968 Conventions was felt for years to come. -The Kansas City (Missouri) Police Department armed up their chemical weapons cache in advance of the 1976 Republican National Convention, including purchase of fogger fluids [@Hudson1976]. - -## Miami, August 8 {- #MiamiFL1968_08_08} - -The first use of a thermal fogger to deploy chemical weapons in the US that I have been able to uncover was during the "[Liberty City Riots](https://en.wikipedia.org/wiki/1968_Miami_riot)", which took place in during the [1968 Republican National Convention](https://en.wikipedia.org/wiki/1968_Republican_National_Convention) (RNC) in Miami, Florida [@Tschenschlok1995; @Tschenschlok1996; @McArdle2018]. -A white reporter with the Miami Herald attempted to gain access to rally of concerned Black people that was meant to be only among Black people that was occurring in Liberty City, a Black neighborhood, on August 7th [@Tschenschlok1995; @Tschenschlok1996]. -When the reporter was ejected from the rally, Miami police responded with a large and heavy presence and during the standoff, a white motorist with a "Wallace for President" bumper sticker attempted to drive through but was met with resistance and drove into another car, and fled the scene on foot [@Tschenschlok1995; @Lorentzen2018]. - -Miami police used chemical weapons the night of the 7th, but the fogger did not make an appearance until the subsequent day. -Local, state, and federal officials met with Black organizational representatives the night of the 7th and had agreed to continue discussions the morning of the 8th, but instead sent staffers rather than appear themselves, which effectively ended discussions [@Tschenschlok1995; @Tschenschlok1996]. -Apparently, Miami Police Department was unable to manage the situation and Florida Highway Patrol (FHP) was called in by the city [@Tschenschlok1995]. - -FHP used a truck with multiple foggers [@Lorentzen2018], described as "essentially a modified version of an insect-control machine" that "spread a thick fog of tear gas throughout the riot zone" [@Tschenschlok1995]. - -FHP used the truck-mounted thermal foggers indiscriminately and caused visible symptoms (gagging, etc.) in all present, including a 5-month old [@McArdle2018]. -The fog quickly spread into neighborhood homes, forcing residents outside to seek fresh air [@Tschenschlok1995]. - - -## Chicago, August 26 - 29 {- #ChicagoIL1968_08_26} - -Later that month anti-war protests took place in Chicago, Illinois during the [Democratic National Convention](https://en.wikipedia.org/wiki/1968_Democratic_National_Convention), and a massive force of law enforcement (Chicago Police with assistance from over 6,000 National Guard members and 6,000 Army troops [@TaylorandMorris2018]) responded excessively, including with chemical weapons, on network news [@Schultz1969; @Karnow1983; @Farber1988; @Langguth2000]. -After four days, hundreds had been given medical assistance for exposure to chemical weapons [@TaylorandMorris2018]. - -Although I have yet to find contemporary documentation of fogger use during the convention, an AP report on fogger use in [Berkeley the year later](#BerkeleyCA1969_02_21) states - -> A similar device was used during demonstrations in Chicago during the Democratic convention last summer. - @TheDailyTribune1969_02_21 - -As such, I consider this a very likely deployment. -I am continuing to search for evidence. - - -## Berkeley, August 31 {- #BerkeleyCA1968_08_31} - -A demonstration in Berkeley, California was called by the Young Socialist Alliance, Independent Socialist Club, and the Black Panther Party in solidarity with anti-war protesters in Chicago who the police had recently brutalized [@PatersonEveningNews1968_08_31; @TheCapitalTimes1968_08_31], including [use of a pepper fogger](#ChicagoIL1968_08_26) [@TheDailyTribune1969_02_21]. -In response, police brutalized the protesters, and in the process brought out a hand-held pepper fogger, a "new police weapon... which produced a gas that caused sneezing" [@PatersonEveningNews1968_08_31]. - -
- -(ref:imgberkeley19680831) Deployment of a thermal fogger by police in Berkeley, CA [@UPIphoto1968]. - -
-B/W newspaper clipping. To left is an officer wearing long pants, long sleeved shirt, and a helmet walking forward carrying a fogger in the right hand. The fogger is blowing fog through a tube and a cloud is forming. Background is a storefront window and door. To the right 2 people are moving away from the fog, leaning on one another, and covering their faces with their hands. -

(\#fig:imgberkeley19680831)(ref:imgberkeley19680831)

-
- - -Deployment of the thermal fogger was covered in newspapers around the country including Paterson, New Jersey [@PatersonEveningNews1968_08_31]; Hanford, California [@TheHanfordSentinel1968_08_31]; Honolulu, Hawaii [@TheHonoluluAdvertiser1968_09_01]; St. Louis, Missouri [@StLouisPostDispatch1968_08_31]; Franklin, Pennsylvania [@TheNewsHerald1968_08_31]; Madison, Wisconsin [@TheCapitalTimes1968_08_31]; and El Paso, Texas [@ElPasoHeraldPost1968_08_31], a city whose significance was already budding. - -It is clear from the photograph shared with the United Press International (UPI) copy that the fogger used is a [GOEC](#GOEC) brand pepper fogger, which hit the market the month prior [@USTPO2018]. -The GOEC thermal fogger was so new, it would not have a trademarked name ("Pepper Fog") for another year [@USTPO2018]. - -
- -(ref:imggoecpf) Product image for thermal fogger [@GOECphoto]. - -
-Yellowed black and white photo of a stationary pepper fog thermal fogger pointed to the left sitting by itself. The main body is a square box that's dark with a tag in the middle that's lighter and has dark writing on it that says pepper fog g o e c. The nozzle points to the left and is a longer thinner tube about twice as long as the main body. It is also dark and has a metal cage around it that is sparse and shiny. There's also a handle and some knobs on the top of the item and something that's a little bit difficult to make out off the back of the main body. -

(\#fig:imggoecpf)(ref:imggoecpf)

-
- -
- - -## Coming Soon To A Town Near You! {-} - -Following the conventions, the fogger quickly became a part of the law enforcement arsenal. -US police had a hard time containing their glee when purchasing and testing thermal foggers for use on domestic civilians, as a general media blitz played out across the country through the late 1960s and early 1970s [@PlainDealer1971]. - -### Illinois {-} - -In the wake of the [1968 Democratic National Convention](#ChicagoIL1968_08_26), Chicago-area police played an outsized role in promoting the propaganda line. -The pepper fogger was touted as being able to "empty a house fast" by Cook County Illinois Sheriff Joseph Woods [@MtVernonRegisterNews1969_04_09; @DailyDispatch1969_04_09], a definitely off-spec and dangerous use [@Nixalite2009b]. -The volume of fog emitted was also said to be able to fill [Soldier Field (capacity 61,500 fans)](https://en.wikipedia.org/wiki/Soldier_Field) in under a minute [@DailyDispatch1969_04_09]. -Regardless, the Chicago-area Sheriff decided they needed three of them [@DailyDispatch1969_04_09]. -The Sheriff's Major in charge of chemical arsenal Anthony Yucevicius noted the fogger's psychological effect on recipients, as well saying - -> They make a terrifying noise and probably will have a scare effect on crowds. -> -> --- @TheTerreHauteTribune1969_04_08. - -Use expanded among and within states, as by 1972 the Illinois State Police also purchased three foggers, which they trained with in Springfield [@Robinson1972]. -In news reports, the foggers were described as - -> a cross between a machine gun, a power lawn mower, and a sun lamp. -> -> --- @Robinson1972. - -### Florida {-} - -Similarly, following the [1968 Republican National Convention](#MiamiFL1968_08_08), Florida law enforcement took to the fogger [@Cain1968]. -In Sanford (1970 pop. 17,393; @USCB1970), the local police department purchased a fogger for use with [CN gas](https://en.wikipedia.org/wiki/Phenacyl_chloride), noting that it could shoot fog 20 ft for up to a 15 minute stretch, and so would be effective for controlling large masses [@Cain1968]. -They had, however, only used it in training and for demoing to the media [@Cain1968]. - -
- -(ref:imgOrlandoEveningStar1968) Sanford Police Officer Roy Williams shows off a fogger [@OrlandoEveningStar1968]. - -
-(ref:imgOrlandoEveningStar1968) -

(\#fig:imgOrlandoEveningStar1968)(ref:imgOrlandoEveningStar1968)

-
- -
- -### California {-} - -Eager to not be shown up by the police in Berkeley, by 1970, the Los Angeles Sheriff's Department had already purchased their own fogger for their "big artillery" to use "when other forms of persuasion have failed" and started a media campaign [@Michals1970]. -The department and new state regulations required officers to be trained in chemical weapons use, which was set up through Officer Robert Hawkins [@Michals1970]. - -
- -(ref:imgCopleyNewsService1970) Los Angeles Sheriff's Department Officer demonstrating a fogger [@CopleyNewsService1970]. - -
-(ref:imgCopleyNewsService1970) -

(\#fig:imgCopleyNewsService1970)(ref:imgCopleyNewsService1970)

-
- -
- -### National Guard {-} - -Following the Kent State Massacre, the Ohio National Guard, as well as others around the country began equipping their forces with thermal foggers, using the death of those students as justification for massive purchaing of "less lethal" options [@Bandy1970]. - -### Small Town USA {-} - -No matter the size of the town, by the early 70s, police wanted in on that sweet sweet fogger action. -The Brigham City (Utah; 1970 pop. 14,007; @USCB1970) Police Department leveraged federal Omnibus Crime Act money to purchase a variety of weapons to use against protesters in 1971 [@BoxElderAgencies1971]. - -Police Chief Jay Christensen noted that the fogger provides a longer shelf-life than grenades and reportage noted that it - -> emits a continuous stream of smoke, chemical irritants, or **whatever solution** is fed into it. [emphasis added] -> -> --- @Robinson1972 - -Use of federal funds to purchase chemical weapons, and specifically foggers, was not limited to one department. -Cities, counties, and states across the country used Omnibus Crime Bill money to up their chemical weapons caches, including foggers [@Conheim1972]. -For example, Oakland County in Michigan (1970 pop. 907,871; @USCB1970) purchased two pepper foggers for their South County Tactical Mobile Unit with part of their $21,066 in 1970 [@Conheim1972]. - -Oneota New York (1970 pop. 16,030; @USCB1970) purchased a fogger in 1969 during the anti-war demonstrations, although the department bungled its response to protests [@Griffin1973]. -As came to light during a public probe, Oneota Police Chief Joseph F. DeSalvatore requested a limited amount of training in the budget, and officers were therefore unable to deploy the fogger or other chemical weapons [@Griffin1973]. - -Gaston County North Caolina (1970 pop. 47,322; @USCB1970) Sheriffs purchased a fogger, which they turned on but not used to dispense agents multiple times by 1970 in their jail system "when there's been trouble brewing" [@Balloch1970]. - -
- -(ref:imgTheGastoniaGazetteSun19701004) Gaston County Sheriff's Deputy Anne Huffsteller poses with a thermal fogger [@TheGastoniaGazetteSun1970_10_04]. - -
-(ref:imgTheGastoniaGazetteSun19701004) -

(\#fig:imgTheGastoniaGazetteSun19701004)(ref:imgTheGastoniaGazetteSun19701004)

-
- -
- -Apparently the threat of [death by chemical weapons fog](#BigMac) is sufficient to scare detained individuals into compliance. - - -Within a few years, however, departments began to realize they had no need for the machines, and began selling them with no use aside from testing [@DesMoinesTribune1975_05_06]. -The Storm Lake Iowa (1970 pop. 8,591; @USCB1970) purchased a fogger in 1971 in advance of a motorcycle rally that never happened, and used free advertising in local media in attempts to pawn it [@DesMoinesTribune1975_05_06]. -The article/ad mentions that officers have used foggers "on occasion" in Des Moines (Iowa's capital; 1970 pop. 201,404; @USCB1970) in addition to [one instance on the University of Iowa's campus](#IowaCity) [@DesMoinesTribune1975_05_06], although I have not located contemporaneous mentions. - - -### Crossing to Canada {- #Canada} - -Canadian law enforcement was also quick to jump on the fogger train and the media were just as happy to propagandize their use [@Patterson1976]. -A convention of US and Canadian police chiefs held in Halifax, Nova Scotia in 1976 provided a glimpse into the state of affairs by mid-decade, at which point a supply chain had clearly been developed, although weapons salesmen refused to be named or have their statements linked to employers [@Patterson1976]. - -
- -(ref:imgMacKenzie1976) Sergeant Al Oakley shows off a pepper fogger [@MacKenzie1976]. - -
-(ref:imgMacKenzie1976) -

(\#fig:imgMacKenzie1976)(ref:imgMacKenzie1976)

-
- -
- diff --git a/_book/05-scholastic_endeavors.md b/_book/05-scholastic_endeavors.md deleted file mode 100644 index 5921663..0000000 --- a/_book/05-scholastic_endeavors.md +++ /dev/null @@ -1,245 +0,0 @@ - - - -# Scholastic Endeavors {-} - -Perhaps instigated by the willingness of the California Highway Patrol to use chemical weapons (including thermal foggers) in [Berkeley on and around the University of California campus during the 1968 Convention protests](#BerkeleyCA1968_08_31), many law enforcement agencies escalated anti-war and racial just protests in University towns during the 1960s and 1970s via chemical weapons. - -The willingness of police to fog literally any place where undergraduates standing up for racial justice and against imperialism were gathering was highlighted in May of 1970 when [Maryland State Police deployed chemical weapons via thermal fogger into the University of Maryland Chapel](#CollegeParkMD1970_05_04) [@Cabe1970]. - -Use of fogger-based chemical weapons against students, particularly students of color, was not limited to college campuses, but extended to high and middle schools. - - -## University Cities {-} - -### Durham {-} - -Durham North Carolina Police broke up the "Allen Building Demonstration" taking place February 13 1969 on the campus of Duke University in Durham using a variety of weapons, including a thermal fogger [@DMH1969; @Schreiberetal1971a; @Schreiberetal1971b]. -The police reportedly chased protesters across campus with the fogger, including using it inside Duke Chapel [@Schreiberetal1971a; @Schreiberetal1971b]. - -
- -(ref:imgdurham196902131) Deployment of a thermal fogger by police on Duke Campus [@DMH1969]. - -
-B/W Image: One person wearing gas mask and helmet, centered, stepping to the right. Person is holding slim white club in left hand and pepper-fogger in right hand. Fogger is pointing forward and a white cloud is surrounding the person to the front, back, and behind. The remaining background is black. -

(\#fig:imgdurham196902131)(ref:imgdurham196902131)

-
- -
- -
- -(ref:imgdurham196902132) Police with pepper fogger on Duke campus [@DMH1969]. - -
-B/W Image: Background has brick building with steps. In front of the building from center to right, a line of 5 police officers facing front and wearing helmets & gas masks holding slim white clubs about a yard long. They are standing with legs apart and clubs in both hands in front of their bodies. On the left 5 officers similarly dressed, facing towards one another. Four slim clubs are visible, and one officer is holding what appears to be a fogger in one arm hanging down at the side. -

(\#fig:imgdurham196902132)(ref:imgdurham196902132)

-
- -
- - - -### Berkeley {-} - -#### February 21 1969 {- #BerkeleyCA1969_02_21} - -A year after [using the fogger on a protest held in solidarity with the Chicago Protest](#ChicagoIL1968_08_26), police in Berkeley again deployed a fogger to clear demonstrators including striking students from outside a University Regents and Sproul Hall plaza on the University of California campus. - -
- -(ref:imgberkeley19690221a) Police use a pepper fogger and other chemical weapons to clear a University plaza [@APphoto1969a]. - -
-B/W newspaper clipping. Four people walking towards camera wearing helmets with face shields. Person on the left wearing white shirt and tie has several items hanging from belt. In right hand carrying radio with extended antenna. On right side person dressed in all black standing with a wide stance and holding pepper-fogger at hip height in right hand aimed forward. In center two more people dressed in all black, one with a short stick or club in left hand. Background is mostly cloudy with someone behind white shirt person, holding some sort of stick aloft.  Glimpses of additional bodies are visible in the cloudy background.    -

(\#fig:imgberkeley19690221a)(ref:imgberkeley19690221a)

-
- -
- -This deployment was covered in papers across the country including the Press-Telegram (Long Beach, California) [@PressTelegram1969_02_21], The Jackson Sun (Jackson, Tennessee) [@TheJacksonSun1969_02_21], The Daily Tribune (Wisconsin Rapids, Wisconsin) [@TheDailyTribune1969_02_21], The Sumter Daily Item (Sumter, South Carolina) [@TheSumterDailyItem1969_02_21], The New Mexican (Santa Fe, New Mexico) [@TheNewMexican1969_02_21], Janesville Daily Gazette (Janesville, Wisconsin) [@JanesvilleDailyGazette1969_02_22], and Messenger-Inquirer (Owensboro, Kentucky) [@MessengerInquirer1969_02_22]. - -
- -(ref:imgberkeley19690221b) Police engulf a University plaza in chemical fog [@APphoto1969a]. - -
-B/W newspaper clipping. Rather difficult to make out the people differentially in the background, but there's a large group of folks standing in the back part of the photo, the mid ground is relatively empty but filling with a cloud of white smoke eminating from an area on the left that appears to be an officer holding a thermal fogger. Behind everyone is the student union. -

(\#fig:imgberkeley19690221b)(ref:imgberkeley19690221b)

-
- -
- -Canadian newspapers detailed the fogger use as well, specifically the Red Deer Advocate Red Deer, Alberta, Canada) [@RedDeerAdvocate1969_02_21] and The Leader-Post (Regina, Saskatchewan) [@TheLeaderPost1969_02_21]. - -#### February 28 1969 {-} - -The following week, the police in Berkeley were joined by California National Guard troops to attack strikers, and continued to use the pepper fogger [@TheMiamiNews1969_03_01; @PressandSunBulletin1969_03_01]. - -
- -(ref:imgberkeley196902281) National guardsmen and police fog UC Berkeley [@APphoto1969c]. - -
-Guardsmen with bayonetted rifles and sheriff's deputies with tear and and pepper fogger walking through UC campus: B/W newspaper clipping:  Eight people in masks, shields, and tied boots walking from left to right, the one in front wearing a spray fogger strapped on back and holding the hose and nozzle in front. A cloud of fog is spraying from the nozzle. The second person is carrying a bayoneted rifle upright. The others are only partially visible as they are passing behind a tree. On the right ahead of the others an additional helmeted person can be seen turning towards the left. Two slim trees are in the foreground. -

(\#fig:imgberkeley196902281)(ref:imgberkeley196902281)

-
- -
- - -
- -(ref:imgberkeley196902282) View from behind of the police using a pepper fogger on striking students [@APphoto1969d]. - -
-Four people walking away from camera, wearing helmets and holsters. Lead person has a fogger on their back and is holding the hose on the right spraying a fog ahead of them. Person on the right is carrying a bayoneted rifle raised above the left shoulder. The four are walking into the fog they’ve produced. There are some small trees to the right. -

(\#fig:imgberkeley196902282)(ref:imgberkeley196902282)

-
- -
- - - - -#### May 15 1969 {-} - -Alameda County sheriffs deployed a pepper fogger on UC Berkeley's campus again during the "People's Park Riots" of 1969 [@LATimes1969; @Hayes1970]. - -The riot apparently started when the university tried to prevent individuals living on the street from a volunteer-run park they built on a lot owned by the school [@ThePressDemocrat1970_10_13]. - - -The Sheriffs were joined by the California National Guard once again, who this time fogged neighborhoods from the back of a Jeep: - -
- -(ref:gasjeep) California National Guard's Gas Jeep [@gasjeep]. - -
-B/W photo of An old style open-top army jeep with two National Guard troops in the front and one in the rear, the one in the rear is operating a thermal fogger. They are driving down what appears to be a residential street from right to left. There are houses and cars behind them and no one in sight on the street/sidewalk/etc. -

(\#fig:gasjeep)(ref:gasjeep)

-
- -### Seattle {-} - -Seattle Washington police deployed CN and CS gas via a new pepper fogger in their clash with "hundreds of unruly youths in the University District" on August 14 1969 [@StatesmanJournal1969_08_17]. -Witnesses recounted that the machine was "highly effective", filling "2-3 blocks of a street with tear gas in about a minute" [@StatesmanJournal1969_08_17]. - - - -### College Park {- #CollegeParkMD1970_05_04} - -On May 4th 1970, students gathered at campuses around the country to protest President Nixon's expansion of war into Cambodia, inlcuding in at the University of MAryland (UMD) campus in College Park [@WAS2013]. -Police responded with chemical weapons that did not deter the protest, but rather moved it around the campus [@Cabe1970]. -By later in the day, UMD students had heard about the Ohio National Guard shooting four Kent State students and took up a position in front on and inside the UMD Chapel [@WAS2013], which did not stop the chemical weapons barrage or the use of the fogger specifically [@Oates1970] - - -
- -(ref:imgCabe1970) Police fog the University of Maryland [@Cabe1970]. - -
-Black and white photo of a college quad with brick facade white column buildingsbehind trees around the left, back, and part of right sides of the frame. Eight or so police officers walking away from the camera wear riot gear. A few in dark, a few in light. One in light near the front is carrying a fogger with a shoulder strap and spraying a big cloud off to the left, obscuring a large portion of the photograph. -

(\#fig:imgCabe1970)(ref:imgCabe1970)

-
- -
- -
- -(ref:imgOates1970) Police fog the University of Maryland Chapel [@Cabe1970]. - -
-Black and white photo of a college A whole bunch of police officers stand on or in front of a short (3 ft) brick wall surrounding the open field. A road, grass, and sidewalk are on this side of the wall, and a tree is just over it on that side. The open field behind the wall is filled with fog from one or perhaps two individuals fogging the chapel, which is where a large crowd gathers on the steps in the background. The chapel has a brick facade and white columns and a very large spire clock tower. The student protesters are visible on the steps of the chapel holding sigms. -

(\#fig:imgOates1970)(ref:imgOates1970)

-
- -
- -The Maryland State Police liked the [GOEC](#GOEC) fogger so much they included it in their Manual on Civil Disturbances as a tool for deploying [CS gas](https://en.wikipedia.org/wiki/CS_gas) [@MSP]: - - -
- -(ref:imgMSP) Maryland State Police's [GOEC](#GOEC) pepper fogger [@MSP]. - -
-Black and white photo of a GOEC Pepper Fog fogger on a white ground with a maryland state police badge and in front of a brick wall. The fogger is in the mid right and points off to the left. -

(\#fig:imgMSP)(ref:imgMSP)

-
- -
- -### Iowa City {- #IowaCity} - -Johnson County sheriffs - including two deputies carrying pepper foggers - used chemical weapons against protesters in Iowa City, Iowa IA on May 6 1971 [@Eckholt1971]. - -The chemicals deployed smelled like insecticides and were described in print as "unidentified" because the Sheriff refused to publicly name the compounds, including to the news media [@Eckholt1971]. - - - -### Minneapolis {- #Minneapolis1972_05_10} - -Thousands of anti-war protesters gathered in cities around the US on May 10 1972 to demonstrate against the use of mines in Vietnam harbors [@ArgusLeader1972_05_11a]. -In Minneapolis, crowds totalling a thousand protestered gathered on and near the University of Minnesota campus and police responded with chemical weapons deployed via grenades, sprays, a helicopter and a thermal fogger [@ArgusLeader1972_05_11b; @StarTribune1972_05_11]. - -The fogger was used to direct the crowd around campus and spread gas over large areas, such as the area known as Scholars Walk (~0.25 mile from Washington Avenue to the Auditorium) [@StarTribune1972_05_11]. - - -### Gainesville {-} - -Similarly to the anti-mine protests in [Minneapolis](#Minneapolis1972_05_10), on the campus of the University of Florida in Gainesville, Florida Highway Patrol deployed a riot vehicle dubbed "The Monster" which "spewed tear gas" [@ArgusLeader1972_05_11b]. -Although a fogger is not mentioned specifically, this is the same agency (Florida Highway Patrol) that first [deployed thermal foggers via a truck](Liberty City #MiamiFL1968_08_08) in 1968 [@Tschenschlok1995; @Lorentzen2018]. - - - - -## High Schools {-} - -As soon as they laid their hands on foggers, law enforcement extended their use from [universities]{#Universities} to high schools, specifically using the weapons against Black youth protesters. - -I will stop to repeat that again so that we (myself included) can all reflect on this. - -Law enforcement agents used chemical weapons against Black junior and high school students during the Civil Rights Era, including a weapon (the thermal fogger) developed not even five years prior to [gas Vietnamese soldiers and civilians from tunnels](#Vietnam). - -### San Gordonio {- #SanGordonio} - -Although undated, this photograph printed in The Delta Democrat-Times (Greenville, Mississippi Thursday) [@TheDeltaDemocratTimes1969_11_20] on November 20, 1969 references a "recent" use of the fogger on students. - - -(ref:imgsanbernardino1969xxxx) Police use a pepper fogger on students at San Gordonio High School [@UPIphoto1969]. - -
-B/W faded image: To the left is a person wearing a uniform with a patch on the shoulder and a helmet. In their right hand is the nozzle to a fogger and it appears to be emitting fog. There is a white fog cloud covering most of the rest of the image. -

(\#fig:imgsanbernardino1969xxxx)(ref:imgsanbernardino1969xxxx)

-
- -
- -Use of the thermal fogger by police that day seems likely, given their more documented deployment of it on December 3, 1971. -On that day, a combination of San Bernardino police, San Bernardino County sheriffs, and California Highway Patrol used tear gas from a pepper fogger to break up a "major racial confrontation" among students at San Gorgonio High School and across a 20-block area surrounding campus [@Yetzeretal1971]. - - - -### Lawrence {- #Lawrence1970_04_21} - -Lawrence, Kansas Police used tear gas, including from a thermal fogger, on April 21st, 1970 against Black high school and junior high students, their parents, and community members [@Monhollon2002]. -The students had gathered that day after a week-long stand-off with administration in response to their failures to meet their demands regarding Black representation in curriculum, hiring, sports, and awards [@Monhollon2002]. - -Black students had occuppied the principal's office on May 13th and prominent members of the office occupation were arrested from the school that day and promptly suspended from school [@Monhollon2002]. -Racial tensions escalated over the subsequent week flamed by presence and actions of the local Klu Klux Klan and Minutemen, some of whom were also police officers [@Monhollon2002]. -The night of April 20th, the school board held a meeting where they barred suspended students from participating and did not reinstate them, nor did they address the demands, and there was a mass walkout [@Monhollon2002]. - -The next day, police were ready with heavy chemical weaponry, including the [GOEC Pepper Fog](#GOEC) fogger: - -
- -(ref:imglawrence19700421) Police bring a [GOEC](#GOEC) pepper fogger to gas Black high school and junior high students at Lawrence High School [@UKA1970]. - -
-yellowed B/W faded image of police officers standing on a T of a sidewalk blocking the space from a group of predominately Black young people, who are standing behind them on the grass and facing the camera. Behind them are some cars and houses across a stree. The officer in the front left of the frame is carrying a Pepper Fog GOEC fogger. -

(\#fig:imglawrence19700421)(ref:imglawrence19700421)

-
- -
diff --git a/_book/06-broaden.md b/_book/06-broaden.md deleted file mode 100644 index 1186070..0000000 --- a/_book/06-broaden.md +++ /dev/null @@ -1,93 +0,0 @@ - - - -# Broadening Application {-} - -The use of foggers, while not commonly overt, spread throughout the 1970s and 1980s, occasionally making an appearance in news media reports. - -## Racial Justice {-} - -Police are generally more apt to use heavy responses including chemical weapons against Black protesters in general [@DSPDX2020]. -It is therefore not surprising to learn that law enforcement use foggers to deploy chemical weapons on racial justice protests. -Indeed, the first use of the fogger in the United States was during the [Liberty City Riots](#MiamiFL1968_08_08), a police action in response to Black community organizations holding conversation among themselves. - -### Danville IL {-} - -Foggers have been used in a variety of cities, not just major metropolitan areas. - -Danville, Illinois (1970 pop. 42,570; [@USCB1970]) Police used a pepper fogger to disperse a crowd of Black protesters that had used picnic tables to barricade a street through their neighborhood on a second night of demonstrations [@Palladium-Item1969], August 10th 1969. - -### Rodney King {-} - -Although mentioned in a few outlets during the 1992 police response to the protests in response to the verdict in the Rodney King case, I have yet to find documentation of foggers being used explicitly during that time [@Askren1992]. -For example, Riley County (Kansas; 1970 pop. 56,788; @USCB1970) Sheriffs had a fogger in their arsenal in 1992 according to Director Alvan Johnson [@Askren1992]. - - -## Labor {-} - -Another common target of police force are labor activists, and so it is not suprising to see the fogger being deployed against strikers at least once in US history. - -### North Kingstown RI, March 22 1982 {-} - -The Brown and Sharpe company called in local police and Rhode Island State Police officers to help try to break a (at the time) 22-long strike at their factory in North Kingstown, Rhode Island [@TheLexingtonHerald1982_03_23; @Carbone2017]. -A North Kingstown officer named TJ Varone deployed tear gas via a pepper fogger on a group of 75 people, primarily workers' wives and Brown University students, that was blocking the main entrance to the tool factory [@TheLexingtonHerald1982_03_23; @Carbone2017]. -The picketers braved the gas for a considerable amount of time, requiring close-range fogging to finally disperse them [@Carbone2017]. - -(ref:imgnorthKingstown1982322) Police fog striking workers and their families [@APphoto1982]. - -
-B/W newspaper clipping: To the left there are several people crouched on the ground with their heads down and covered. Behind them is a small crowd of people turning and moving away. To the right are three officials in helmets and masks facing the people on the ground and holding a fogger in front that is spraying a cloud of fog right over those on the ground. -

(\#fig:imgnorthKingstown1982322)(ref:imgnorthKingstown1982322)

-
- -
- -The fogging did not, however, break the strike [@Carbone2017]. - -Newspaper and television coverage of the fogging circled the globe [@Carbone2017]. - - - - -## Celebrations {-} - -On occasion, police forces have used foggers against protests or riots that are more of a celebratory nature but still do not respond to their commands to disperse. - - -### 1974 NHRA Nationals {-} - -Indiana State Police used a pepper fogger and gas grenades on a crowd of 2,000 drag racing fans blocking a highway between the track and campsites at the Hot Rod Association's US Nationals in Clermont IN, September 1 1974 [@Courier1974_09_02; @TheBillingsGazette1982_01_10]. - - - -### 1975 New Years Eve {-} - -New Year's Eve 1975 was apparently quite raucous in Florida, as many cities experienced revelry that got out-of-hand enough to elicit police use of force [@TheTampaTribune1976_01_02]. -In Ft. Lauderdale, party-goers pulled down a traffic light and police deployed multiple foggers on a crowd of 2,500 on the beach [@TheTampaTribune1976_01_02]. - -
- -(ref:imgftlauderdale19751231) Police carrying pepper foggers towards the beach [@UPIphoto1975]. - -
-B/W image: Two people in foreground wearing helmets and face shields with gas masks and uniforms with short sleeves walking towards the camera, carrying boxy looking tools with nozzles pointing forward, with both hands. Person behind, also in short sleeve uniform, helmet, and gas mask carrying slim sabre or rod across the body. Behind these people seem to be more people but there are no clear details. -

(\#fig:imgftlauderdale19751231)(ref:imgftlauderdale19751231)

-
- -
- - -The mayhem was noteworthy enough to garner publication in the Berkeley Gazette [@BerkeleyGazette1976_01_02] as well as the Tampa Tribune [@TheTampaTribune1976_01_02]. - - - -## Trainging Accidents {-} - -While not an intentional deployment, in at least one documented incident, a pepper fogger used in firefighter training exercises caused severe symptoms and led to an investigation [@Judd1981]. - -### Bullitt Volunteer Fire Department {-} - -On December 15 1981, The Southeast Bullitt Volunteer Fire Department In Kentucky was conducting a smoke training exercise using a pepper fogger on loan from the fire marshal's office when their "victim" and 16 others (including firefighters) began experiencing coughing fits, headaches, and chest pains [@Judd1981]. - -Although Smith and Wesson (the Pepper Fogger manufacturer at the time) claimed this was a one-off incident, the Kentucky State Fire Marshal's office had received other reports of firefighters becoming sick when using foggers in smoke training [@Judd1981]. -Residue tests later revealed no unexpected compounds [@TheCourierJournal1982_01_10], indicating the toxicity had come from the design-for-use "safe" smoke. diff --git a/_book/07-the_carceral_system.md b/_book/07-the_carceral_system.md deleted file mode 100644 index 0317841..0000000 --- a/_book/07-the_carceral_system.md +++ /dev/null @@ -1,41 +0,0 @@ - - - - -# The Carceral System {- #CarceralSystem} - -Like many chemical weapons devices, thermal foggers are used in local, state, and federal carceral systems. -Unfortunately most deployments go undocumented or such documents never see the light of day. -It seems that the only time we find out about prisoners being fogged is when a serious incident occurs triggering outside investigations and the judicial system. - - -## Big Mac {- #BigMac} - -In the 1970s, the McAlester ("Big Mac") Oklahoma State Penitentiary was the site of considerable resistance and rioting by inmates [@TheRag1975; @WinterSoldier1975]. -A major tool used by the guards in retaliation was tear gas, which they deployed via shot shells, grenades, and pepper foggers [@Allen1974a; @Allen1975a; @Allen1975b; @Coffey1975b]. -Given its use here, it is highly likely that the Oklahoma State Penitentiary system used pepper foggers before (and likely after) [@Johnson1974]. - -The guards regularly isolated the uprising's leaders in the solitary confinement building known as "The Rock", sealed the building, and gassed it so thick it lasted for days [@Allen1974b; @TheRag1975]. -During the May 20 1974 gassings in response to riots, Black prisoner Robert Forsythe, a 33-year old serving time for a robbery, happened to be in solitary confinement due to being caught with contraband money and was not associated with the uprising directly, and so inexperienced with the effects of gas [@Johnson1974; @TheRag1975; @Wilson1993]. -Although reports are conflicting on details, guards started fogging and gassing prisoners who were, at most, rattling their doors [@Hobbs1974]. -The likely reason for the barrage was retaliatory, as it was "unjustified" according to a veteran guard [@Coffey1975a]. - -During the gassings, a pepper fogger was specifically used in the building and created "fumes of gas [that] were awfully heavy, one of the worst I've ever seen" according to veteran corrections officers' trial testimony [@Allen1975b; @Coffey1975a]. -The gassing lasted for four hours despite yells for help, resulting in serious injuries including burned and blistered skin, eyes swollen shut, and breathing difficulties [@Coffey1975b]. -That intense fogging and lack of medical attention over the next two days were main factors contributing to Forsythe's injuries and death two days later, according to medical experts' testimony [@Allen1974b; @Allen1975a; @Allen1975b]. - -Although the guards involved were indicted by a grand jury and brought to trial, they ultimately were acquitted of all charges [@UPI1975a; @UPI1975b]. - - - -## Union Correctional {-} - -According to the superintendent, a riot was caused in the Florida State Prison's Union Correctional Institution in Raiford on July 5th, 1981 by 22 prisoners who were intoxicated, and the only way to subdue them was to deploy a thermal fogger [@TallahasseeDemocrat1981_07_07]. -As a result of two officers being "slightly injured" and three inmates being stabbed, an investigation was launched that caused the event to be picked up in the newspapers [@TallahasseeDemocrat1981_07_07]. - - -## Dade County {-} - -Dade County Sheriffs used foggers to sweep a field on July 17th 1974 in search of a murder suspect that had eluded K-9 units, helicopters, a plane, and an attempt to flush him out by burning the field [@TampaBayTimes1974_07_18]. -The suspect was so well dug in that he could withstand significant gassing that surprised a Sheriff's sergeant who participated in the operation [@TampaBayTimes1974_07_18]. - diff --git a/_book/08-cbp.md b/_book/08-cbp.md deleted file mode 100644 index 10c03b6..0000000 --- a/_book/08-cbp.md +++ /dev/null @@ -1,118 +0,0 @@ - - - -# Border Patrol: A Second Boomeranging {- #CBP} - -United States Border Patrol (BP) has played an outsized role in policing and corrections within the federal immigration system and abroad both in support of armed services and independently [@Miller2019]. -Indeed, BP has provided another boomeranging of the Imperial Tetherball that bridges the Vietnam-era and present-day domestic applications via export to foreign governments for use in controling their own populaces. - -## International Trafficking {-} - -Within a year and a half of the fogger's arrival to US domestic police agencies, BP agents were engaging foreign governments independent of the military on chemical weapons deployment including using thermal foggers. -During April 25 - May 9 of 1970, Raymond Dee Bond, a Border Patrol agent with decades of experience, sold $15,000 worth of chemical weaponry to the Mexican federal government [@ValleyMorningStar1973_08_04]. -Included in the cache were multiple pepper foggers and formulations [@ValleyMorningStar1973_08_04]. -Bond was caught and charges with weapons trafficking and acting as a foreign agent without notifying the Secretary of State [@DailyNews1972_10_27]. -Although indicted by a federal grand jury, Bond was able to escape prosecution by resigning from his position [@ValleyMorningStar1973_08_04]. - -Given the extensive reach of Border Patrol into Central and South America fueled in particular by the 'Drug War' [@Chepesiuk1999], it is reasonable to expect that this was not an isolated event. - -## BORTAC {-} - -By 2020, the Border Patrol Tactical Unit (BORTAC) had been established to, among other tasks, provide particularly extreme responses to domestic as well as foreign uprisings [@CBP2006; @CBP2014; @CBP2018]. -BORTAC is truly a global domestic law enforcement agency, operating in 28 countries (they were willing to publicly disclose as of 2006; @CBP2006), providing a wide range of services [@CBP2014; @Miller2019]. -BORTAC's specific genesis was focused on riots in federal immigration detention centers [@CBP2006; @CBP2014], noteworthy given the use of thermal foggers in the United States [carceral system](@CarceralSystem). - -Border Patrol agents from the El Paso unit specifically were deployed to police protests in El Paso in addition to being sent to Portland and other cities like Albuquerque, New Mexico [@Borunda2020]. - - -### Portland OR {- #PortlandOR2020_2021} - -The thermal fogger made a very visible return to the public sphere in July of 2020, when US Customs and Border Protection (CBP) officers brought a bright-green version to Portland, OR during the [2020 Black Lives Matter protests](#PortlandOR2020_07_29) [@pb20202021]. -Since then, the fogger has been deployed [three additional times by CBP in Portland](#PortlandORICE2020_2021), all at the property Immigration and Customs Enforcement (ICE) rents on the South Waterfront. - - -#### July 29 2020 {- #PortlandOR2020_07_29} - -At the beginning of July 2020, then-president Trump deployed Department of Homeland Security (DHS) agents to "protect" federal property in Portland, OR [@DHS2020; @Flanigan2020; @Trump2020]. -During the final days of the visible presence and response of federal agents in Summer 2020, Customs and Border Protection (CBP) unveiled their thermal fogger [@Recompiler2020_07_29], which has been identified through photos as an [IGEBA TF35](https://www.nixalite.com/product/igeba-tf-35) thermal fogger from Nixalite of America Inc. -This machine is designed and marketed for bird control, and while "_training tool for military/law enforcement_" is listed among its uses [@Nixalite2009a], its safety requirements explicitly state: - -> "_**19. Do not fog directly against persons...During operation keep distance of minimum [10 ft].**_" - [@Nixalite2009b] - -
- -(ref:imgportland202007292) CBP agent deploying chemical agent via thermal fogger in front of the federal courthouse [@Brown2020]. - -
-Fully riot-geared and for some reason in green camo US Homeland Security agents (to the middle and the left of the photo) behind a row of two-foot tall, one-foot radius metal posts, behind a metal grate wall over 7 feet tall with metal support beams and concrete pylon buttressing. In the front of the left side is an agent holding a plastic clear riot shield, through which you can see a patch that say 'Border Patrol Federal Agent' in yellow and some insignia patches as well. In the middle are the agents in camo, one with a hand on the shoulder of another who is operating a thermal fogger machine shooting gas through the fence. The machine is maybe four or five feet long and has a body not unlike a bush whacker with a two-cycle engine, but fueling a vaporizer instead of a rotor. The agent is holding the machine with their right hand visibly and there is a black strap across their shoulder holding it up. The machine is mostly shiny metal, although the tip is showing signs of corrosion (no surprise based on the compounds and heat) and the supports of the body are a bright green. -

(\#fig:imgportland202007292)(ref:imgportland202007292)

-
- -
- - - -#### Abolish ICE: Immigration and Customs Enforcement Rental Property {- #PortlandORICE2020_2021} - -While the thermal fogger hasn't been deployed at the federal Courthouse in downtown Portland since July 29 2020, it has been used repeatedly by Department of Homeland Security agents at the private property US Immigration and Customs Enforcement (ICE) rents to use as a holding center for deportees in the South Waterfront neighborhood [@Simonis2021] -- the same building that saw the weeks-long Ocuppy ICE protests in 2018 [@Dubois2018]. - -The first of such deployments occurred during the fall of 2020. - -Along with cities across the country, Portland hosted many events on October 17th focused around the racial and gender justice [@Recompiler2020_10_17]. -In the evening, there was a gathering at Willamette Park in the Southwest part of the city, where organizers passed out balloons detailing harrowing experiences of migrants and immigrants detained by ICE [@Recompiler2020_10_17]. -After marching to the ICE rental property, individuals tied the balloons to the gate to the parking garage, and Department of Homeland Security (DHS) agents including Customs and Border Protection (CBP) officers deployed massive amounts of chemical weapons, including via a thermal fogger, throughout the neighborhood [@Recompiler2020_10_17]. - -
- -(ref:imgportland20201017) CBP agent fogging a South Waterfront neighborhood [@Lake2020]. - -
-One person in green protective gear, wearing a bulletproof vest with weapons strapped to the body and wearing a helmet and gas mask is walking to the left carrying a fogger in the right hand arm extended down, nozzle pointing forward. A cloud of gas is coming from the nozzle. Next to them is someone dressed all in black with a bullet proof vest with the word POLICE across the back, also wearing a helmet and gas mask. It is night and there are additional clouds of gas and the shapes of people in the background. source: https://twitter.com/MasonLakePhoto/status/1317869903345414144 -

(\#fig:imgportland20201017)(ref:imgportland20201017)

-
- -
- -#### Inaugration 2021 {- #J20} - -The same fogger (or at least the same model) was again brought out at the ICE rental property on January 20th 2021 during the Inauguration Day ("J20") Abolish ICE protests in response to an individual spray painting a piece of plywood tacked outside the building [@Recompiler2021_01_20]. -The fogged up and down multiple blocks, with visible plumes entering units in the adjacent apartment complexes and covering the playground of an adjacent public school [@Recompiler2021_01_20; @Simonis2021]. - -
- -(ref:imgportland20210120) CBP officer holding thermal fogger [@Staab2021]. - -
-Night in a city, building lights in the background. One person standing alone in the center of a road, shown from the waist to the ankles. The person is wearing work pants with covered pockets at the thighs and calves, long sleeve shirt, and a glove on the right hand. In the left hand they are gripping the handle of a neon green fogger tool. The long black nozzle, covered with a wire cage, projects backwards and the motor is towards the front. It is being held at hip height; the arm holding it is relaxed down. -

(\#fig:imgportland20210120)(ref:imgportland20210120)

-
- -
- -That weekend, CBP deployed the fogger again during Abolish ICE protests, this time gassing even more of the neighborhood, including the local public school and veterans-preference housing [@Recompiler2021_01_23; @Simonis2021]. - - -
- -(ref:imgportland202101231) CBP agent holding thermal fogger [@Lewis-Rolland2021a]. - -
-Night time with the light from a street light visible in the background. Two officers dressed in full protective gear with bulletproof vests holding supplies on, with the word POLICE stenciled in yellow. They are both wearing helmets and gas masks. The nearer one is holding a gas fogger in the right hand. Thefogger looks like a long tube between 3 and 4 feet long with a handle and motor parts near the back. The tube is covered with a wire cage until about the last half foot, which is a plain and narrower tube. Behind these two officers are some dimly lit buildings and one or two other officers but they are not clear. -

(\#fig:imgportland202101231)(ref:imgportland202101231)

-
- -
- - - -
- -(ref:imgportland202101232) CBP agent fogging an intersection in the South Waterfront neighborhood [@Lewis-Rolland2021b]. - -
-Nine people wearing full protective gear including helmets and gas masks standing spread out across a street at night. One is holding a gas fogger in one hand and gas is spewing and a cloud is forming in front of them. There is also some gas cloud behind the group. All of them seem to be wearing weapons on their gear but details are not clear. It is night. There is a grey building in the background with a red door and red trim. A white stripe on the roadway has the words MELT ICE spray painted on it. -

(\#fig:imgportland202101232)(ref:imgportland202101232)

-
- -
- diff --git a/_book/09-conclusion.md b/_book/09-conclusion.md deleted file mode 100644 index e80d356..0000000 --- a/_book/09-conclusion.md +++ /dev/null @@ -1,28 +0,0 @@ - - - -# Conclusion {- #Conclusion} - -Although the use of a thermal fogger by US CBP to deploy chemical weapons on racial justice protesters in Portland in 2020 and 2021 appeared novel to many, the truth is that it is just the most recent chapter in acylical narrative stretching back half a century and spanning the globe. - -Spawned from the US military occupation of Vietnam, the thermal fogger has always been a tool for suppressing resistance among the populace. -Its initial transition to the American homefront was rapid and smooth, with retired military law enforcement eager to deploy them against civil rights and anti-war protesters. - -As the fogger grew less popular with police and faded from public view in the past few decades, its use was maintained in the carceral system -Simultaneously, foggers were peddled by US CBP Agents overseas -- a second deployment. -Agents from the same units within CBP then brought the fogger back home again, for a second return. - -Throughout all of this, the fogger was used to maim and even kill individuals while targeting the marginalized, many of whom have stories that have not been heard publicly. -I hope that through this work, I can call attention to the shared history across generations, spark conversations, and facilitate story telling to illuminate the impacts of the thermal fogger on human people beings. - -Building on the concept of an Imperial Boomerang, I propose that the trajectory of the thermal fogger can be thought of as an Imperial Tetherball, with multiple depatures and returns. -Key questions from my perspective are then: - -- what perpetuates the momentum of the fogger, facilitating it to swing around more than once? -- what routes exist for subsequent rotations where the fogger could be deployed overseas and then brought home again? - -Clearly, this topic deserves more theoretical evaluation, as well. - -While the thermal fogger is still presently _in play_ in Portland, countless other departments around the world have these machines of war sitting in their arsenals, primed and ready. - -And we still don't even know what comes out of the exhaust nozzle. diff --git a/_book/99-references.md b/_book/99-references.md deleted file mode 100644 index 230cbd2..0000000 --- a/_book/99-references.md +++ /dev/null @@ -1,5 +0,0 @@ - - - - -# References {- #References} diff --git a/_book/AltTexts.html b/_book/AltTexts.html new file mode 100644 index 0000000..548d1f3 --- /dev/null +++ b/_book/AltTexts.html @@ -0,0 +1,282 @@ + + + + + + + A Figure Descriptions | The Thermal Fogger + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+ + +
+
+ +
+
+

A Figure Descriptions

+

Alt-text descriptions for figures in the book:

+
    +
  • Figure 1.1: Fully riot-geared and for some reason in green camo US Homeland Security agents (to the middle and the left of the photo) behind a row of two-foot tall, one-foot radius metal posts, behind a metal grate wall over 7 feet tall with metal support beams and concrete pylon buttressing. In the front of the left side is an agent holding a plastic clear riot shield, through which you can see a patch that say ‘Border Patrol Federal Agent’ in yellow and some insignia patches as well. In the middle are the agents in camo, one with a hand on the shoulder of another who is operating a thermal fogger machine shooting gas through the fence. The machine is maybe four or five feet long and has a body not unlike a bush whacker with a two-cycle engine, but fueling a vaporizer instead of a rotor. The agent is holding the machine with their right hand visibly and there is a black strap across their shoulder holding it up. The machine is mostly shiny metal, although the tip is showing signs of corrosion (no surprise based on the compounds and heat) and the supports of the body are a bright green

  • +
  • Figure 1.2: B/W image drawing with text from an old white paper book. The text says FOG DISSEMINATION at the top then a paragraph with Fog dissemination devices operate by rapidly vaporizing a high boiling point liquid agent formulation. This is accomplished by injecting the liquid agent into a hot gas flow and allowing the vaporized agent to contact the cooler ambient air where the agent condenses into a fog and ultimately into extremely small agent particles. In the middle is the drawing with a square on the left with a long rectangle coming out of it to the right with a cloud out the further end of the rectangle. There are bits of text around it, pointing to the box it says FUEL, SPARK, and COMBUSTION CHAMBER. in the middle of the rectange it says HOT GASES in the middle of arrows pointing out towards the cloud. Along the rectangle another injection area is noted for Liquid Agent Injection Text on the bottom says FIGURE 4. FOG DISSEMINATION. A liquid chemical agent is vaporized by a hot gas flow and released as a fog cloud.

  • +
  • Figure 2.1: Book illustration (colorful, hand-rendered style) of green-clad US military service members in helmets flak vests, boots, etc, standing around a thermal fogger in the foreground. The fogger is a non-portable Mity Mite style fogger with a big reservoir and giant vacuum style hose running through a green tarp that’s lying on the ground and covering the tunnel entrance. They are in a clearing with huts and the jungle in the background.

  • +
  • Figure 2.2: Book illustration (blank and greys, hand-rendered style) of a two-level village tunnel system, connecting most of the structures with defensive trenches and bunkers. There are eight houses surrounding a community building and the nearest ones are cut-away so you can see into them and the ground beneath them, which shows the tunnels and bunkers. Each house has a shelter and they are connected via tunnels. There is a puji-stake moat with a sharpened bamboo fence around it surrounding the village and there’s one road in, with a gate at the fence. There is a river or open water of some kind on the other side of the fence and then some fields and jungle. The community building is two stories and is next to a single flag on a pole in the center of the village. The flag is blank, and so functionally white.

  • +
  • Figure 2.3: B/W image. Open trench at bottom, center. Pipe runs across trench and into the dirt on either side. Person in gas mask crouched below pipe looking up and forward. Leg in pants and lace up boot stretched over trench leaning against right edge. Other leg and boot partially visible on left. Hand holding lit cigarette resting on foot on left.

  • +
  • Figure 2.4: Text-book style map of the III Corps Tactical Zone from 1965-1967, according to the legend. This is the area of Vietnam around Saigon, with some of the South China Sea visible to the south at the bottom and Cambodia to the north west in the upper left portion. Major highways and cities are indicated on the map, but the main points are the color highlighted boundaries of the two war zones and the iron triangle, which are all in reddish organge, and the full tactical zone in a darker blue. There is text in the bottom left that says Map 13 and there is a unit bar in the legend that gives distances in both miles and kilometers.

  • +
  • Figure 2.5: Technical rendering sketch of a tank with the words Mity Mite on the side. Funnel on bottom of tank leads to exhaust hose below and pipe on bottom of tank has small flexible hose attaching to exhaust hose as well. Exhaust hose comes from below and curves upward to the right. Below the tanks and attached by a frame is a small motor.

  • +
  • Figure 2.6: B/W image in a dirt field. Helmeted soldier on one knee with tank strapped on back. Lifting a board with left hand and holding an exhaust tube from the tank under the board with right hand.

  • +
  • Figure 2.7: B/W image. In a clearing in a densely vegetated area, a small tank with an exhaust pipe blowing fog to the right. The cloud of fog covers much of the right side. Towards the back, 2 people wearing helmets and fatigues with sleeves rolled up stand with hands on hips on either side of the fogger, watching it.

  • +
  • Figure 2.8: Screen cap of a photo copy of an old report, it’s black and white and in bad shape, but legible for the most part. It’s Table A.2.1.2, Chemical Sprays and Foggers. There are columns: Device/Model, Manufacturer, Description, Estimated Cost (for development or for purchase), and Status (available already or needing development). There are 6 rows, one for each Device/Model: MK17 Pepper Fog CS-Tear Smoke Generator, MK XII, Turb A Fog Tear Gas Dispenser, Federal Dust Projector 271, Dynafog 70, and a propsed vehicle based fogger based on the mosquito fogging approach.

  • +
  • Figure 2.9: Black and white photo of a Mighty Mite blower on the left and two containers of acetylene in the middle, both containers are metal boxes with labeling in small white text and then some bladder bag on top. There are large vaccum size hozes coming off the blower and going off frame to the right. The scene is the ground of a jungle that has been cleared a little, there are trees and foliage in the background and dense but matted down grass in the fore.

  • +
  • Figure 2.10: An individual crouches on the ground next to a blower, facing off to the right, with his left hand slightly resting on it. The photo is aimed down at this person, so the two people looking at the fogger while standing are partially visible from the feet upwards. The photo is an old black and white image and there are items around the sides that are difficult to make out, including potentially a cache of chemical weapons grenades on the right side and some sandbacks in the back.

  • +
  • Figure 3.1: Yellowed black and white photo of a stationary Mighty Mite thermal fogger. It’s a backpack fogger, so there’s a giant hose that’s like a vacuum hose wrapped around in the middle and then another one coming off of the actual backpack, which is upright in the middle back right. there is a metal frame and a large reservoir tank sitting on top of the engine and other aspects of the machinery. There is a tube running out to the end of the hose nose from the back pack. On the right side of the image is a scale bar that makes it seem like the backpack is 24 inches tall.

  • +
  • Figure 3.2: Black and white technical drawing of a hand-held 2-cycle thermal fogger. The drawing is pretty minimal, but shows enough detail, in particular around the engine and fan, to get a sense of how it operates. There are also a few labels pointing out via arrows what the Recould Rope Starter, Fuel Tank, Carrying Handle, Creifugal Blower Assemble, and Air/Agent Exit Ports are, and to the where the Vaporized Agent is injected into the air stream.

  • +
  • Figure 3.3: Black and white photo of a thermal fogger that is basically a 2-cycle weed-wacker engine on top of a chemical agent metal drum with a nozzle sticking out to the right that is about a yard long, it’s dark and has some hardware on it. The drum says Federal Fogger and then other things that are illegible. The drum is a dark color and the main engine is light, with a dark handle and strap.

  • +
  • Figure 3.4: Black and white photo of police officer in a gas mask and riot helmet with the shield flipped up and full uniform, but not riot gear. The officer is holding a hand-held fogger that has a white top on the part, some shiny metal in the middle and then dark on the bottom with a dark nozzle that is spewing some fog. The officer is standing in a field in front of a forest.

  • +
  • Figure 3.5: Yellowed black and white photo of a stationary pepper fog thermal fogger pointed to the left sitting by itself. The main body is a square box that’s dark with a tag in the middle that’s lighter and has dark writing on it that says pepper fog g o e c. The nozzle points to the left and is a longer thinner tube about twice as long as the main body. It is also dark and has a metal cage around it that is sparse and shiny. There’s also a handle and some knobs on the top of the item and something that’s a little bit difficult to make out off the back of the main body.

  • +
  • Figure 3.6: Photocopied, blurried black and white magazine spread advertisement for General Ordnance Equipment Company (GOEC). The ad shows both their chemical mace and their fogger, although the fogger takes up 3/4 of the page. The left side has two main panels, one for each weapon, the top is a mace one showing an officer spraying mace into someone’s face and the bottom part is the picture of the person fogging the railroad. The right side is an explainer on the pepper fogger that has three photos (including a repeat of the railroad one) at the top, the item image in the middle, and then a whole bunch of specs that are too blury to read

  • +
  • Figure 3.7: Yellow-gold box shape tool with a handle on top, an image of an eagle in flight on the side, and some gauges on top.The back of the box tapers and appears to have switches and controls. Coming out of the front is a long tube that narrows at the end. The tube has a wire cage surrounding it.

  • +
  • Figure 3.8: Black and white photo of a person using a pepper fogger across some railroad tracks. The person is standing in the mid ground on the left side of the photo and fogging towards the right mid-ground where the train tracks come from. The fog obscures the origins of the tracks off to the background on the right side of the photo. Behind the person on the left side is a taller tree along short building a car and some foliage. Further behind is a ridge of some kind with trees on it. The train tracks are old and partially overgrown.

  • +
  • Figure 3.9: Black and white newspaper clipping of an officer standing in front of a open garage door, next to a police car that is partially in frame on the left and front areas. A GOEC-style thermal fogger sits on the hood of the car in front of the officer, pointing towards and to the left of the camera. The officer is wearing beat clothing and a cop hat and also has a shotgun.

  • +
  • Figure 3.10: Black and white newspaper clipping of an officer standing in a field just front a forest/brush line, fogging out into the open area as part of a demonstration. The officer is wearing a riot helmet and coveralls and has the fogger slug over their right arm with a strap they are also holding with their left hand. The officer stands in the left part of the frame, fogging to the right, using a GOEC-style fogger with the nozzle tip right in the middle of the photo.

  • +
  • Figure 3.11: Black and white photo of an individual standing in a grass field with wood horse fence and trees and barns in the background. The individual is in light clothes and a black cap and is using both hands to hold a pepper fogger, which they are using to fog some grass on the right side of the photo. they are facing the camera, so the classic GOEC label is visible.

  • +
  • Figure 3.12: Black and white newspaper clipping of two officers standing in front of a large brick wall. Scott County deputy sheriff Jim Lewis, left, holds a new grenade launcher and a riot gun. he is donning a standard beat uniform with a bucket hat. Sheriff William Strout is on the right in street clothes and is holding a GOEC pepper fogger in his right hand and gas mask in his left. The officers are making an X with the barrells of the grenade launcher and fogger.

  • +
  • Figure 4.1: B/W newspaper clipping. To left is an officer wearing long pants, long sleeved shirt, and a helmet walking forward carrying a fogger in the right hand. The fogger is blowing fog through a tube and a cloud is forming. Background is a storefront window and door. To the right 2 people are moving away from the fog, leaning on one another, and covering their faces with their hands.

  • +
  • Figure 4.2: Yellowed black and white photo of a stationary pepper fog thermal fogger pointed to the left sitting by itself. The main body is a square box that’s dark with a tag in the middle that’s lighter and has dark writing on it that says pepper fog g o e c. The nozzle points to the left and is a longer thinner tube about twice as long as the main body. It is also dark and has a metal cage around it that is sparse and shiny. There’s also a handle and some knobs on the top of the item and something that’s a little bit difficult to make out off the back of the main body.

  • +
  • Figure 5.1: B/W Image: One person wearing gas mask and helmet, centered, stepping to the right. Person is holding slim white club in left hand and pepper-fogger in right hand. Fogger is pointing forward and a white cloud is surrounding the person to the front, back, and behind. The remaining background is black.

  • +
  • Figure 5.2: B/W Image: Background has brick building with steps. In front of the building from center to right, a line of 5 police officers facing front and wearing helmets & gas masks holding slim white clubs about a yard long. They are standing with legs apart and clubs in both hands in front of their bodies. On the left 5 officers similarly dressed, facing towards one another. Four slim clubs are visible, and one officer is holding what appears to be a fogger in one arm hanging down at the side.

  • +
  • Figure 5.3: B/W newspaper clipping. Four people walking towards camera wearing helmets with face shields. Person on the left wearing white shirt and tie has several items hanging from belt. In right hand carrying radio with extended antenna. On right side person dressed in all black standing with a wide stance and holding pepper-fogger at hip height in right hand aimed forward. In center two more people dressed in all black, one with a short stick or club in left hand. Background is mostly cloudy with someone behind white shirt person, holding some sort of stick aloft. Glimpses of additional bodies are visible in the cloudy background.

  • +
  • Figure 5.4: B/W newspaper clipping. Rather difficult to make out the people differentially in the background, but there’s a large group of folks standing in the back part of the photo, the mid ground is relatively empty but filling with a cloud of white smoke eminating from an area on the left that appears to be an officer holding a thermal fogger. Behind everyone is the student union.

  • +
  • Figure 5.5: Guardsmen with bayonetted rifles and sheriff’s deputies with tear and and pepper fogger walking through UC campus: B/W newspaper clipping: Eight people in masks, shields, and tied boots walking from left to right, the one in front wearing a spray fogger strapped on back and holding the hose and nozzle in front. A cloud of fog is spraying from the nozzle. The second person is carrying a bayoneted rifle upright. The others are only partially visible as they are passing behind a tree. On the right ahead of the others an additional helmeted person can be seen turning towards the left. Two slim trees are in the foreground.

  • +
  • Figure 5.6: Four people walking away from camera, wearing helmets and holsters. Lead person has a fogger on their back and is holding the hose on the right spraying a fog ahead of them. Person on the right is carrying a bayoneted rifle raised above the left shoulder. The four are walking into the fog they’ve produced. There are some small trees to the right.

  • +
  • Figure 5.7: B/W photo of An old style open-top army jeep with two National Guard troops in the front and one in the rear, the one in the rear is operating a thermal fogger. They are driving down what appears to be a residential street from right to left. There are houses and cars behind them and no one in sight on the street/sidewalk/etc.

  • +
  • Figure 5.8: Black and white photo of a college quad with brick facade white column buildingsbehind trees around the left, back, and part of right sides of the frame. Eight or so police officers walking away from the camera wear riot gear. A few in dark, a few in light. One in light near the front is carrying a fogger with a shoulder strap and spraying a big cloud off to the left, obscuring a large portion of the photograph.

  • +
  • Figure 5.9: Black and white photo of a college A whole bunch of police officers stand on or in front of a short (3 ft) brick wall surrounding the open field. A road, grass, and sidewalk are on this side of the wall, and a tree is just over it on that side. The open field behind the wall is filled with fog from one or perhaps two individuals fogging the chapel, which is where a large crowd gathers on the steps in the background. The chapel has a brick facade and white columns and a very large spire clock tower. The student protesters are visible on the steps of the chapel holding sigms.

  • +
  • Figure 5.10: Black and white photo of a GOEC Pepper Fog fogger on a white ground with a maryland state police badge and in front of a brick wall. The fogger is in the mid right and points off to the left.

  • +
  • Figure 5.11: B/W faded image: To the left is a person wearing a uniform with a patch on the shoulder and a helmet. In their right hand is the nozzle to a fogger and it appears to be emitting fog. There is a white fog cloud covering most of the rest of the image.

  • +
  • Figure 5.12: yellowed B/W faded image of police officers standing on a T of a sidewalk blocking the space from a group of predominately Black young people, who are standing behind them on the grass and facing the camera. Behind them are some cars and houses across a stree. The officer in the front left of the frame is carrying a Pepper Fog GOEC fogger.

  • +
  • Figure 6.1: B/W newspaper clipping: To the left there are several people crouched on the ground with their heads down and covered. Behind them is a small crowd of people turning and moving away. To the right are three officials in helmets and masks facing the people on the ground and holding a fogger in front that is spraying a cloud of fog right over those on the ground.

  • +
  • Figure 6.2: B/W image: Two people in foreground wearing helmets and face shields with gas masks and uniforms with short sleeves walking towards the camera, carrying boxy looking tools with nozzles pointing forward, with both hands. Person behind, also in short sleeve uniform, helmet, and gas mask carrying slim sabre or rod across the body. Behind these people seem to be more people but there are no clear details.

  • +
  • Figure 8.1: Fully riot-geared and for some reason in green camo US Homeland Security agents (to the middle and the left of the photo) behind a row of two-foot tall, one-foot radius metal posts, behind a metal grate wall over 7 feet tall with metal support beams and concrete pylon buttressing. In the front of the left side is an agent holding a plastic clear riot shield, through which you can see a patch that say ‘Border Patrol Federal Agent’ in yellow and some insignia patches as well. In the middle are the agents in camo, one with a hand on the shoulder of another who is operating a thermal fogger machine shooting gas through the fence. The machine is maybe four or five feet long and has a body not unlike a bush whacker with a two-cycle engine, but fueling a vaporizer instead of a rotor. The agent is holding the machine with their right hand visibly and there is a black strap across their shoulder holding it up. The machine is mostly shiny metal, although the tip is showing signs of corrosion (no surprise based on the compounds and heat) and the supports of the body are a bright green.

  • +
  • Figure 8.2: One person in green protective gear, wearing a bulletproof vest with weapons strapped to the body and wearing a helmet and gas mask is walking to the left carrying a fogger in the right hand arm extended down, nozzle pointing forward. A cloud of gas is coming from the nozzle. Next to them is someone dressed all in black with a bullet proof vest with the word POLICE across the back, also wearing a helmet and gas mask. It is night and there are additional clouds of gas and the shapes of people in the background.

  • +
  • Figure 8.3: Night in a city, building lights in the background. One person standing alone in the center of a road, shown from the waist to the ankles. The person is wearing work pants with covered pockets at the thighs and calves, long sleeve shirt, and a glove on the right hand. In the left hand they are gripping the handle of a neon green fogger tool. The long black nozzle, covered with a wire cage, projects backwards and the motor is towards the front. It is being held at hip height; the arm holding it is relaxed down.

  • +
  • Figure 8.4: Night time with the light from a street light visible in the background. Two officers dressed in full protective gear with bulletproof vests holding supplies on, with the word POLICE stenciled in yellow. They are both wearing helmets and gas masks. The nearer one is holding a gas fogger in the right hand. Thefogger looks like a long tube between 3 and 4 feet long with a handle and motor parts near the back. The tube is covered with a wire cage until about the last half foot, which is a plain and narrower tube. Behind these two officers are some dimly lit buildings and one or two other officers but they are not clear.

  • +
  • Figure 8.5: Nine people wearing full protective gear including helmets and gas masks standing spread out across a street at night. One is holding a gas fogger in one hand and gas is spewing and a cloud is forming in front of them. There is also some gas cloud behind the group. All of them seem to be wearing weapons on their gear but details are not clear. It is night. There is a grey building in the background with a red door and red trim. A white stripe on the roadway has the words MELT ICE spray painted on it.

  • +
+ +
+
+ +
+
+
+ + +
+
+ + + + + + + + + + + + + + diff --git a/_book/BigMac.html b/_book/BigMac.html index aa92d4d..4c4cbf1 100644 --- a/_book/BigMac.html +++ b/_book/BigMac.html @@ -4,11 +4,11 @@ - Big Mac | The Thermal Fogger + 7.1 Big Mac | The Thermal Fogger - + @@ -16,7 +16,7 @@ - + @@ -95,7 +95,7 @@
  • Thermal Fogger
  • -
  • +
  • Cover
  • Preface
  • -
  • Introduction +
  • 1 Introduction
  • -
  • A Colonial Tool +
  • 2 A Colonial Tool
  • -
  • Domestic Applications +
  • 3 Domestic Applications
  • -
  • The 1968 Conventions +
  • 4 The 1968 National Conventions
  • -
  • Scholastic Endeavors +
  • 5 Scholastic Endeavors
  • -
  • Broadening Application +
  • 6 Broadening Application
  • -
  • The Carceral System +
  • 7 The Carceral System
  • -
  • Border Patrol: A Second Boomeranging +
  • 8 Border Patrol: A Second Boomeranging
  • -
  • Conclusion
  • +
  • 9 Conclusion
  • +
  • Appendices
  • +
  • A Figure Descriptions
  • References
  • Chemical Weapons Research Consortium
  • @@ -176,18 +177,18 @@

    -
    -

    Big Mac

    -

    In the 1970s, the McAlester (“Big Mac”) Oklahoma State Penitentiary was the site of considerable resistance and rioting by inmates (The Rag 1975; Winter Soldier 1975). -A major tool used by the guards in retaliation was tear gas, which they deployed via shot shells, grenades, and pepper foggers (R. B. Allen 1974a, 1975a, 1975b; Coffey 1975b). +

    +

    7.1 Big Mac

    +

    In the 1970s, the McAlester (“Big Mac”) Oklahoma State Penitentiary was the site of considerable resistance and rioting by inmates (Winter Soldier 1975, The Rag 1975). +A major tool used by the guards in retaliation was tear gas, which they deployed via shot shells, grenades, and pepper foggers (Allen 1974a, 1975a, 1975b, Coffey 1975b). Given its use here, it is highly likely that the Oklahoma State Penitentiary system used pepper foggers before (and likely after) (Johnson 1974).

    -

    The guards regularly isolated the uprising’s leaders in the solitary confinement building known as “The Rock,” sealed the building, and gassed it so thick it lasted for days (R. B. Allen 1974b; The Rag 1975). -During the May 20 1974 gassings in response to riots, Black prisoner Robert Forsythe, a 33-year old serving time for a robbery, happened to be in solitary confinement due to being caught with contraband money and was not associated with the uprising directly, and so inexperienced with the effects of gas (Johnson 1974; The Rag 1975; Wilson 1993). +

    The guards regularly isolated the uprising’s leaders in the solitary confinement building known as “The Rock,” sealed the building, and gassed it so thick it lasted for days (Allen 1974b, The Rag 1975). +During the May 20 1974 gassings in response to riots, Black prisoner Robert Forsythe, a 33-year old serving time for a robbery, happened to be in solitary confinement due to being caught with contraband money and was not associated with the uprising directly, and so inexperienced with the effects of gas (Johnson 1974, The Rag 1975, Wilson 1993). Although reports are conflicting on details, guards started fogging and gassing prisoners who were, at most, rattling their doors (Hobbs 1974). The likely reason for the barrage was retaliatory, as it was “unjustified” according to a veteran guard (Coffey 1975a).

    -

    During the gassings, a pepper fogger was specifically used in the building and created “fumes of gas [that] were awfully heavy, one of the worst I’ve ever seen” according to veteran corrections officers’ trial testimony (R. B. Allen 1975b; Coffey 1975a). +

    During the gassings, a pepper fogger was specifically used in the building and created “fumes of gas [that] were awfully heavy, one of the worst I’ve ever seen” according to veteran corrections officers’ trial testimony (Allen 1975b, Coffey 1975a). The gassing lasted for four hours despite yells for help, resulting in serious injuries including burned and blistered skin, eyes swollen shut, and breathing difficulties (Coffey 1975b). -That intense fogging and lack of medical attention over the next two days were main factors contributing to Forsythe’s injuries and death two days later, according to medical experts’ testimony (R. B. Allen 1974b, 1975a, 1975b).

    +That intense fogging and lack of medical attention over the next two days were main factors contributing to Forsythe’s injuries and death two days later, according to medical experts’ testimony (Allen 1974b, 1975a, 1975b).

    Although the guards involved were indicted by a grand jury and brought to trial, they ultimately were acquitted of all charges (United Press International 1975b, 1975c).

    diff --git a/_book/CBP.html b/_book/CBP.html index 8241601..fa4c98b 100644 --- a/_book/CBP.html +++ b/_book/CBP.html @@ -4,11 +4,11 @@ - Border Patrol: A Second Boomeranging | The Thermal Fogger + Chapter 8 Border Patrol: A Second Boomeranging | The Thermal Fogger - + @@ -16,7 +16,7 @@ - + @@ -95,7 +95,7 @@
  • Thermal Fogger
  • -
  • +
  • Cover
  • Preface
  • -
  • Introduction +
  • 1 Introduction
  • -
  • A Colonial Tool +
  • 2 A Colonial Tool
  • -
  • Domestic Applications +
  • 3 Domestic Applications
  • -
  • The 1968 Conventions +
  • 4 The 1968 National Conventions
  • -
  • Scholastic Endeavors +
  • 5 Scholastic Endeavors
  • -
  • Broadening Application +
  • 6 Broadening Application
  • -
  • The Carceral System +
  • 7 The Carceral System
  • -
  • Border Patrol: A Second Boomeranging +
  • 8 Border Patrol: A Second Boomeranging
  • -
  • Conclusion
  • +
  • 9 Conclusion
  • +
  • Appendices
  • +
  • A Figure Descriptions
  • References
  • Chemical Weapons Research Consortium
  • @@ -176,8 +177,8 @@

    -
    -

    Border Patrol: A Second Boomeranging

    +
    +

    Chapter 8 Border Patrol: A Second Boomeranging

    United States Border Patrol (BP) has played an outsized role in policing and corrections within the federal immigration system and abroad both in support of armed services and independently (Miller 2019). Indeed, BP has provided another boomeranging of the Imperial Tetherball that bridges the Vietnam-era and present-day domestic applications via export to foreign governments for use in controling their own populaces.

    diff --git a/_book/CarceralSystem.html b/_book/CarceralSystem.html index c1827f1..24fd5b0 100644 --- a/_book/CarceralSystem.html +++ b/_book/CarceralSystem.html @@ -4,11 +4,11 @@ - The Carceral System | The Thermal Fogger + Chapter 7 The Carceral System | The Thermal Fogger - + @@ -16,7 +16,7 @@ - + @@ -95,7 +95,7 @@
  • Thermal Fogger
  • -
  • +
  • Cover
  • Preface
  • -
  • Introduction +
  • 1 Introduction
  • -
  • A Colonial Tool +
  • 2 A Colonial Tool
  • -
  • Domestic Applications +
  • 3 Domestic Applications
  • -
  • The 1968 Conventions +
  • 4 The 1968 National Conventions
  • -
  • Scholastic Endeavors +
  • 5 Scholastic Endeavors
  • -
  • Broadening Application +
  • 6 Broadening Application
  • -
  • The Carceral System +
  • 7 The Carceral System
  • -
  • Border Patrol: A Second Boomeranging +
  • 8 Border Patrol: A Second Boomeranging
  • -
  • Conclusion
  • +
  • 9 Conclusion
  • +
  • Appendices
  • +
  • A Figure Descriptions
  • References
  • Chemical Weapons Research Consortium
  • @@ -176,8 +177,8 @@

    -
    -

    The Carceral System

    +
    +

    Chapter 7 The Carceral System

    Like many chemical weapons devices, thermal foggers are used in local, state, and federal carceral systems. Unfortunately most deployments go undocumented or such documents never see the light of day. It seems that the only time we find out about prisoners being fogged is when a serious incident occurs triggering outside investigations and the judicial system.

    diff --git a/_book/ChicagoIL1968-08-26.html b/_book/ChicagoIL1968-08-26.html deleted file mode 100644 index 6bf3701..0000000 --- a/_book/ChicagoIL1968-08-26.html +++ /dev/null @@ -1,240 +0,0 @@ - - - - - - - Chicago, August 26 - 29 | The Thermal Fogger - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - - - -
    -
    - - -
    -
    - -
    -
    -

    Chicago, August 26 - 29

    -

    Later that month anti-war protests took place in Chicago, Illinois during the Democratic National Convention, and a massive force of law enforcement (Chicago Police with assistance from over 6,000 National Guard members and 6,000 Army troops (Taylor and Morris 2018)) responded excessively, including with chemical weapons, on network news (Schultz 1969; Karnow 1983; Farber 1988; Langguth 2000). -After four days, hundreds had been given medical assistance for exposure to chemical weapons (Taylor and Morris 2018).

    -

    Although I have yet to find contemporary documentation of fogger use during the convention, an AP report on fogger use in Berkeley the year later states

    -
    -

    A similar device was used during demonstrations in Chicago during the Democratic convention last summer. - Associated Press (1969b)

    -
    -

    As such, I consider this a very likely deployment. -I am continuing to search for evidence.

    -
    -
    - -
    -
    -
    - - -
    -
    - - - - - - - - - - - - - - diff --git a/_book/Conclusion.html b/_book/Conclusion.html index 3eb4a18..822ee2e 100644 --- a/_book/Conclusion.html +++ b/_book/Conclusion.html @@ -4,11 +4,11 @@ - Conclusion | The Thermal Fogger + Chapter 9 Conclusion | The Thermal Fogger - + @@ -16,7 +16,7 @@ - + @@ -32,7 +32,7 @@ - + @@ -95,7 +95,7 @@
  • Thermal Fogger
  • -
  • +
  • Cover
  • Preface
  • -
  • Introduction +
  • 1 Introduction
  • -
  • A Colonial Tool +
  • 2 A Colonial Tool
  • -
  • Domestic Applications +
  • 3 Domestic Applications
  • -
  • The 1968 Conventions +
  • 4 The 1968 National Conventions
  • -
  • Scholastic Endeavors +
  • 5 Scholastic Endeavors
  • -
  • Broadening Application +
  • 6 Broadening Application
  • -
  • The Carceral System +
  • 7 The Carceral System
  • -
  • Border Patrol: A Second Boomeranging +
  • 8 Border Patrol: A Second Boomeranging
  • -
  • Conclusion
  • +
  • 9 Conclusion
  • +
  • Appendices
  • +
  • A Figure Descriptions
  • References
  • Chemical Weapons Research Consortium
  • @@ -176,9 +177,9 @@

    -
    -

    Conclusion

    -

    Although the use of a thermal fogger by US CBP to deploy chemical weapons on racial justice protesters in Portland in 2020 and 2021 appeared novel to many, the truth is that it is just the most recent chapter in acylical narrative stretching back half a century and spanning the globe.

    +
    +

    Chapter 9 Conclusion

    +

    Although the use of a thermal fogger by US CBP to deploy chemical weapons on racial justice protesters in Portland in 2020 and 2021 appeared novel to many, the truth is that it is just the most recent chapter in a cylical narrative stretching back half a century and spanning the globe.

    Spawned from the US military occupation of Vietnam, the thermal fogger has always been a tool for suppressing resistance among the populace. Its initial transition to the American homefront was rapid and smooth, with retired military law enforcement eager to deploy them against civil rights and anti-war protesters.

    As the fogger grew less popular with police and faded from public view in the past few decades, its use was maintained in the carceral system @@ -186,7 +187,7 @@

    Conclusion

    Agents from the same units within CBP then brought the fogger back home again, for a second return.

    Throughout all of this, the fogger was used to maim and even kill individuals while targeting the marginalized, many of whom have stories that have not been heard publicly. I hope that through this work, I can call attention to the shared history across generations, spark conversations, and facilitate story telling to illuminate the impacts of the thermal fogger on human people beings.

    -

    Building on the concept of an Imperial Boomerang, I propose that the trajectory of the thermal fogger can be thought of as an Imperial Tetherball, with multiple depatures and returns. +

    Building on the concept of an Imperial Boomerang, I propose that the trajectory of the thermal fogger can be thought of as an Imperial Tetherball, with multiple departures and returns. Key questions from my perspective are then:

    • what perpetuates the momentum of the fogger, facilitating it to swing around more than once?
    • @@ -197,13 +198,16 @@

      Conclusion

      And we still don’t even know what comes out of the exhaust nozzle.

    + + +

    - +

    diff --git a/_book/Genesis.html b/_book/Genesis.html index 74deaf1..f06b044 100644 --- a/_book/Genesis.html +++ b/_book/Genesis.html @@ -4,11 +4,11 @@ - Genesis | The Thermal Fogger + 2.2 Genesis | The Thermal Fogger - + @@ -16,7 +16,7 @@ - + @@ -95,7 +95,7 @@
  • Thermal Fogger
  • -
  • +
  • Cover
  • Preface
  • -
  • Introduction +
  • 1 Introduction
  • -
  • A Colonial Tool +
  • 2 A Colonial Tool
  • -
  • Domestic Applications +
  • 3 Domestic Applications
  • -
  • The 1968 Conventions +
  • 4 The 1968 National Conventions
  • -
  • Scholastic Endeavors +
  • 5 Scholastic Endeavors
  • -
  • Broadening Application +
  • 6 Broadening Application
  • -
  • The Carceral System +
  • 7 The Carceral System
  • -
  • Border Patrol: A Second Boomeranging +
  • 8 Border Patrol: A Second Boomeranging
  • -
  • Conclusion
  • +
  • 9 Conclusion
  • +
  • Appendices
  • +
  • A Figure Descriptions
  • References
  • Chemical Weapons Research Consortium
  • @@ -176,23 +177,23 @@

    -
    -

    Genesis

    -
    -

    Implementation

    +
    +

    2.2 Genesis

    +
    +

    2.2.1 Implementation

    In October of 1965, the USMACV (United States Military Assistance Command, Vietnam) was supporting the South Vietnamese Army’s (ARVN) III Corps in a “search and destroy” operation in the Iron Triangle, an area known to house an elaborate Viet Cong tunnel system (USMACV 1965).


    Text-book style map of the III Corps Tactical Zone from 1965-1967, according to the legend. This is the area of Vietnam around Saigon, with some of the South China Sea visible to the south at the bottom and Cambodia to the north west in the upper left portion. Major highways and cities are indicated on the map, but the main points are the color highlighted boundaries of the two war zones and the iron triangle, which are all in reddish organge, and the full tactical zone in a darker blue. There is text in the bottom left that says Map 13 and there is a unit bar in the legend that gives distances in both miles and kilometers.

    -Figure 6: US-defined War Zones C, D, and the Iron Triangle near Saigon, Vietnam (US Army 2005) +FIGURE 2.4: US-defined War Zones C, D, and the Iron Triangle near Saigon, Vietnam (US Army 2005)


    The US Chemical Advisor to the ARVN’s Chemical Team participated in planning the operation, and suggested using a Mity Mite (a.k.a. Mitey Mite, Mighty Mite) 2-cycle thermal fogger to aid in clearing tunnels. A 6-member unit of ARVN Chemical Team members was organized on October 7th for implementation of the fogger (USMACV 1965). -The next day, the force located a tunnel and set into motion an elaborate scheme to fog the tunnels with hexachloroethane (HC) smoke from burning pots, marking the first known tactical use of a thermal fogger to deploy chemical weapons agents (USMACV 1965; Rottman 2012). +The next day, the force located a tunnel and set into motion an elaborate scheme to fog the tunnels with hexachloroethane (HC) smoke from burning pots, marking the first known tactical use of a thermal fogger to deploy chemical weapons agents (USMACV 1965, Rottman 2012). Overall, the endeavor was dubbed a success, despite the tunnel already being empty (USMACV 1965).

    Although (highly toxic; Simonis (2020)) munitions smoke was used in this application, it was noted that tear gas would be “very effective in flushing VC from tunnels” should there been any present (USMACV 1965).

    According to the Lessons Learned report filed by the USMACV the next month,

    @@ -203,8 +204,8 @@

    Implementation

    Note that there is no mention of use by USMACV prior to this deployment (USMACV 1965).


    -
    -

    What About Not In Tunnels?

    +
    +

    2.2.2 What About Not In Tunnels?

    Seeing the Mity Mite in action got the wheels turning in the heads of USMACV officers, and the idea of deploying the fogger outside of tunnels was on the table (USMACV 1965).

    This is made clear in the Lessons Learned report, where they state that the

    @@ -217,7 +218,7 @@

    What About Not In Tunnels?

    Technical rendering sketch of a tank with the words Mity Mite on the side. Funnel on bottom of tank leads to exhaust hose below and pipe on bottom of tank has small flexible hose attaching to exhaust hose as well. Exhaust hose comes from below and curves upward to the right. Below the tanks and attached by a frame is a small motor.

    -Figure 7: Technical drawing of a backpack fogger (USMACV 1965) +FIGURE 2.5: Technical drawing of a backpack fogger (USMACV 1965)


    diff --git a/_book/Propa.html b/_book/Propa.html index 8bb4654..73bbf2a 100644 --- a/_book/Propa.html +++ b/_book/Propa.html @@ -4,11 +4,11 @@ - News Media Propaganda | The Thermal Fogger + 3.3 News Media Propaganda | The Thermal Fogger - + @@ -16,7 +16,7 @@ - + @@ -95,7 +95,7 @@
  • Thermal Fogger
  • -
  • +
  • Cover
  • Preface
  • -
  • Introduction +
  • 1 Introduction
  • -
  • A Colonial Tool +
  • 2 A Colonial Tool
  • -
  • Domestic Applications +
  • 3 Domestic Applications
  • -
  • The 1968 Conventions +
  • 4 The 1968 National Conventions
  • -
  • Scholastic Endeavors +
  • 5 Scholastic Endeavors
  • -
  • Broadening Application +
  • 6 Broadening Application
  • -
  • The Carceral System +
  • 7 The Carceral System
  • -
  • Border Patrol: A Second Boomeranging +
  • 8 Border Patrol: A Second Boomeranging
  • -
  • Conclusion
  • +
  • 9 Conclusion
  • +
  • Appendices
  • +
  • A Figure Descriptions
  • References
  • Chemical Weapons Research Consortium
  • @@ -176,8 +177,8 @@

    -
    -

    News Media Propaganda

    +
    +

    3.3 News Media Propaganda

    Alongside the more overtly pro-police-use-of-chemical-weapons propaganda of Rex Applegate were other, perhaps more subtle forms of pro-fogger propaganda (Macomber 1970). Newspapers around the country were more than happy to print “articles” that promoted the new arsenals police departments were building (LaPrade 1970), complete with product demo photos.


    @@ -185,7 +186,7 @@

    News Media Propaganda

    Black and white newspaper clipping of an officer standing in front of a open garage door, next to a police car that is partially in frame on the left and front areas. A GOEC-style thermal fogger sits on the hood of the car in front of the officer, pointing towards and to the left of the camera. The officer is wearing beat clothing and a cop hat and also has a shotgun.

    -Figure 21: Amarillo Texas Police Sergent Jerry Austin with a thermal fogger and shotgun (Vance 1970). Amarillo’s 1970 population was 127,010 (USCB 1971). +FIGURE 3.9: Amarillo Texas Police Sergent Jerry Austin with a thermal fogger and shotgun (Vance 1970). Amarillo’s 1970 population was 127,010 (USCB 1971).


    @@ -194,7 +195,7 @@

    News Media Propaganda

    Black and white newspaper clipping of an officer standing in a field just front a forest/brush line, fogging out into the open area as part of a demonstration. The officer is wearing a riot helmet and coveralls and has the fogger slug over their right arm with a strap they are also holding with their left hand. The officer stands in the left part of the frame, fogging to the right, using a GOEC-style fogger with the nozzle tip right in the middle of the photo.

    -Figure 22: Richland County (Ohio) Sheriff’s Captain Robert Dysart demonstrating a thermal fogger to a crowd of >200 people (Aman 1970). Richland County’s 1970 population was 129,997 (USCB 1971). +FIGURE 3.10: Richland County (Ohio) Sheriff’s Captain Robert Dysart demonstrating a thermal fogger to a crowd of >200 people (Aman 1970). Richland County’s 1970 population was 129,997 (USCB 1971).


    @@ -204,25 +205,25 @@

    News Media Propaganda

    Black and white photo of an individual standing in a grass field with wood horse fence and trees and barns in the background. The individual is in light clothes and a black cap and is using both hands to hold a pepper fogger, which they are using to fog some grass on the right side of the photo. they are facing the camera, so the classic GOEC label is visible.

    -Figure 23: A McHenry County (Illinois) Sheriff’s officer fogs some grass in a rural landscape during a training and press demo day (Wayne Gaylord 1971; The McHenry Plaindealer 1971). McHenry County’s 1970 population was 111,555 (USCB 1971). +FIGURE 3.11: A McHenry County (Illinois) Sheriff’s officer fogs some grass in a rural landscape during a training and press demo day (The McHenry Plaindealer 1971, Wayne Gaylord 1971). McHenry County’s 1970 population was 111,555 (USCB 1971).



    -Black and white newspaper clipping of two officers standing in front of a large brick wall. Scott County deputy sheriff Jim Lewis, left, holds a new grenade launcher and a riot gun. he is donning a standard beat uniform with a bucket hat. Sheriff William Strout is on the right in street clothes and is holding a GOEC pepper fogger in his right hand and gas mask in his left. The officers are making an X with the barrells of the grenade launcher and fogger. +Black and white newspaper clipping of two officers standing in front of a large brick wall. Scott County deputy sheriff Jim Lewis, left, holds a new grenade launcher and a riot gun. he is donning a standard beat uniform with a bucket hat. Sheriff William Strout is on the right in street clothes and is holding a GOEC pepper fogger in his right hand and gas mask in his left. The officers are making an X with the barrells of the grenade launcher and fogger.

    -Figure 24: Scott County (Iowa) deputy sheriff Jim Lewis, left, holds a new grenade launcher and a riot gun while Sheriff William Strout displays a pepper fogger and gas mask (Winter 1970). Scott County’s 1970 population was 142,687 (USCB 1971). +FIGURE 3.12: Scott County (Iowa) deputy sheriff Jim Lewis, left, holds a new grenade launcher and a riot gun while Sheriff William Strout displays a pepper fogger and gas mask (Winter 1970). Scott County’s 1970 population was 142,687 (USCB 1971).


    -
    -

    Gary Wills

    +
    +

    3.3.1 Gary Wills

    Pulitzer Prize-winning Garry Wills (who at the time was considerably more conservative than he came to be later) penned an op-ed that ran in (at least) The Herald Statesman (Yonkers, New York) (Wills 1971a), The Daily Item (Port Chester, New York) (Wills 1971b), The Charlotte News (Charlotte, North Carolina) (Wills 1971c), and The Philadelphia Inquirer (Wills 1971d) in April 1971 in which he basically tells all the cry babies (pun intended) to suck it up because he “would not be afraid to undergo such experiences [as being pepper fogged] again” (Wills 1971a).

    Notably, he touts the leading belief at the time that somehow thermal fogging is a “safe immobilizer of individuals” (Wills 1971a), despite the weapon not being demonstrably safer than gas grenades and not only not “immobilizing” but explicitly designed to mobilize immobile resisters. Wills interestingly deems chemical weapons as “safer than dogs, which get out of control, bite bystanders (and even other cops) as well as ‘the bad guys’” (Wills 1971a), despite their being indiscriminate to the point of impacting bystanders, police officers, etc..

    -

    He concludes his piece by calling tear gas “humane in … foreign wars [and] domestic encounters” (Wills 1971a), speaking clearly to the return of the trip of the classically defined Imperial Boomerang (Césaire 1950; Arendt 1951; Foucault 1976).

    +

    He concludes his piece by calling tear gas “humane in … foreign wars [and] domestic encounters” (Wills 1971a), speaking clearly to the return of the trip of the classically defined Imperial Boomerang (Césaire 1950, Arendt 1951, Foucault 1976).

    diff --git a/_book/References.html b/_book/References.html index 55fa1a7..179a47b 100644 --- a/_book/References.html +++ b/_book/References.html @@ -31,7 +31,7 @@ - + @@ -95,7 +95,7 @@
  • Thermal Fogger
  • -
  • +
  • Cover
  • Preface
  • -
  • Introduction +
  • 1 Introduction
  • -
  • A Colonial Tool +
  • 2 A Colonial Tool
  • -
  • Domestic Applications +
  • 3 Domestic Applications
  • -
  • The 1968 Conventions +
  • 4 The 1968 National Conventions
  • -
  • Scholastic Endeavors +
  • 5 Scholastic Endeavors
  • -
  • Broadening Application +
  • 6 Broadening Application
  • -
  • The Carceral System +
  • 7 The Carceral System
  • -
  • Border Patrol: A Second Boomeranging +
  • 8 Border Patrol: A Second Boomeranging
  • -
  • Conclusion
  • +
  • 9 Conclusion
  • +
  • Appendices
  • +
  • A Figure Descriptions
  • References
  • Chemical Weapons Research Consortium
  • @@ -179,540 +180,540 @@

    References

    -
    +
    -Allen, Peter. 1972. “Police in Secret Tests of Giant "Pepper Fogger".” The Sydney Morning Herald, June, 3, 14. +Allen, P. 1972. Police in secret tests of giant "pepper fogger". The Sydney Morning Herald 1972-06-18:3, 14.
    -Allen, R. B. 1974a. “Dying Man’s Pleas Related by Convict.” The Daily Oklahoman, June. +Allen, R. B. 1974a. Dying man’s pleas related by convict. The Daily Oklahoman 1974-06-17.
    -———. 1974b. “Move Isolates Rebel Convicts.” The Daily Oklahoman, October. +Allen, R. B. 1974b. Move isolates rebel convicts. The Daily Oklahoman 1974-10-22.
    -———. 1975a. “Jurors Hear Witness to Prison Gas Death.” The Daily Oklahoman, January. +Allen, R. B. 1975a. Jurors hear witness to prison gas death. The Daily Oklahoman 1975-01-07.
    -———. 1975b. “Unavailability of Medical Aid at "Rock" Cited.” The Daily Oklahoman, January. +Allen, R. B. 1975b. Unavailability of medical aid at "rock" cited. The Daily Oklahoman 1975-01-10.
    -Aman, Dick. 1970. “Sheriff’s Captain Robert Dysart and His "Buck Rogers" Pepper Fogger at Riot-Control Demonstration.” News-Journal. Mansfield, OH, USA. +Aman, D. 1970, April 4. Sheriff’s captain robert dysart and his "buck rogers" pepper fogger at riot-control demonstration. Mansfield, OH, USA.
    -Applegate, Rex. 1969. Riot Control - Materiel and Technique. Harrisburg, PA, USA: Stackpole Books. +Applegate, R. 1969. Riot control - materiel and technique. Stackpole Books, Harrisburg, PA, USA.
    -———. 1970. “Guns and the Law: Pepper Foggers.” Guns, September, 30–31. +Applegate, R. 1970. Guns and the law: Pepper foggers. Guns 1970-09-01:30–31.
    -———. 1992. Riot Control - Materiel and Technique. 2nd ed. Harrisburg, PA, USA: Stackpole Books. +Applegate, R. 1992. Riot control - materiel and technique. Second edition. Stackpole Books, Harrisburg, PA, USA.
    -Arendt, Hannah. 1951. The Origins of Totalitarianism. New York, NY, USA: Schocken Books. +Arendt, H. 1951. The origins of totalitarianism. Schocken Books, New York, NY, USA.
    -Askren, Marisa G. 1992. “How Much Force Is Proper? RCPD Officers Confront That Question on Patrol,” May, 1, 3. -
    -
    -Associated Press. 1969a. “Battle at Berkeley in Cloud of Tear Gas.” The Leader Post, February, 1. +Askren, M. G. 1992. How much force is proper? RCPD officers confront that question on patrol. The Manhattan Mercury 1992-05-10:1, 3.
    -———. 1969b. “Pepper Fogger Lays down a Screen.” The Daily Tribune, February, 1. +Associated Press. 1969a. Pepper fogger lays down a screen. The Daily Tribune 1969-02-21:1.
    -———. 1969f. “Pepper Fogger Lays down a Screen.” The Red Deer Advocate, February, 1. +Associated Press. 1969f. Pepper fogger lays down a screen. The Red Deer Advocate 1969-02-21:1.
    -———. 1969d. “Pepper Fogger Lays down a Screen.” The Sumter Daily, February, 1. +Associated Press. 1969d. Pepper fogger lays down a screen. The Sumter Daily 1969-02-21:1.
    -———. 1969c. “Pepper Fogger Lays down a Screen.” The Jackson Sun, February, 9. +Associated Press. 1969c. Pepper fogger lays down a screen. The Jackson Sun 1969-02-21:9. +
    +
    +Associated Press. 1969g. Battle at berkeley in cloud of tear gas. The Leader Post 1969-09-21:1.
    -———. 1969e. “Pepper Fogger Lays down a Screen.” The New Mexican, February, 1. +Associated Press. 1969e. Pepper fogger lays down a screen. The New Mexican 1969-02-21:1.
    -———. 1969g. “Pepper Fogger Provides a Screen.” Press-Telegram, February, 4. -
    -
    -———. 1969h. “Pepper Fogger.” Janesville Daily Gazette, February, 1. +Associated Press. 1969b. Pepper fogger provides a screen. Press-Telegram 1969-02-21:4.
    -———. 1969i. “Pepper Fogger Lays down a Screen.” Messenger-Inquirer, February, 1. +Associated Press. 1969i. Pepper fogger lays down a screen. Messenger-Inquirer 1969-02-22:1. +
    +
    +Associated Press. 1969h. Pepper fogger. Janesville Daily Gazette 1969-02-22:1.
    -———. 1969j. Berkeley, CA, USA. +Associated Press. 1969j, February 28. Berkeley, CA, USA.
    -———. 1969k. Berkeley, CA, USA. +Associated Press. 1969k, February 28. Berkeley, CA, USA.
    -———. 1969l. Berkeley, CA, USA. +Associated Press. 1969l, February 28. Berkeley, CA, USA.
    -———. 1969m. “Guardsmen.” The Miami News Tribune, March, 3A. +Associated Press. 1969m. Guardsmen. The Miami News Tribune 1969-03-01:3A.
    -———. 1969n. “Guardsmen Charge Students.” Press and Sun Bulletin, March, 3A. +Associated Press. 1969n. Guardsmen charge students. Press and Sun Bulletin 1969-03-01:3A.
    -———. 1969o. “Negroes and Police Battle in Illinois.” Palladium-Item, August. +Associated Press. 1969o. Negroes and police battle in illinois. Palladium-Item 1969-08-11.
    -———. 1969p. “Pepper Fogger Stops Unruly Youth in Seattle.” Associated Press, August. -
    -
    -———. 1972a. “Guards Arrive on Campus at Minnesota.” Argus-Leader, May. +Associated Press. 1969p. Pepper fogger stops unruly youth in seattle. Associated Press 1969-08-17.
    -———. 1972b. “Thousands Demonstrate Against Mines.” Argus-Leader, May. +Associated Press. 1972a. Thousands demonstrate against mines. Argus-Leader 1972-05-11.
    -
    -———. 1974a. “Drag Race Fans Riot at Nationals.” The Billings Gazette, September. +
    +Associated Press. 1972b. Guards arrive on campus at minnesota. Argus-Leader 1972-05-11.
    -———. 1974b. “Melee Breaks Out at NHRA Nationals.” The Courier, September. +Associated Press. 1974a. Melee breaks out at NHRA nationals. The Courier 1974-09-02. +
    +
    +Associated Press. 1974b. Drag race fans riot at nationals. The Billings Gazette 1974-09-02.
    -———. 1982a. North Kingstown, RI, USA. +Associated Press. 1982a, March 22. North Kingstown, RI, USA.
    -———. 1982b. “Protest at Factory.” Lexington Herald, March. +Associated Press. 1982b. Protest at factory. Lexington Herald 1982-03-23.
    -Associated Press, and United Press International. 1974. “Abductor Collects Payment, Slays Two.” Tampa Bay Times, July, 1B, 11B. +Associated Press, and United Press International. 1974. Abductor collects payment, slays two. Tampa Bay Times 1974-07-18:1B, 11B.
    -Bandy, Don. 1970. “What Has Happened in Ohio National Guard Since May?” October, C8. +Bandy, D. 1970. What has happened in ohio national guard since may? The Akron Beacon Journal 1970-10-28:C8.
    -Borunda, Daniel. 2020. “El Paso Border Patrol Teams Among Federal Forces Sent to Protests in Other Cities.” El Paso Times, July. https://www.elpasotimes.com/story/news/local/el-paso/2020/07/23/border-patrol-agents-bortac-el-paso-deployed-portland-protests/3288083001/. +Borunda, D. 2020. El paso border patrol teams among federal forces sent to protests in other cities. El Paso Times 2020-07-23.
    -Box Elder Agencies. 1971. “Riot Control Items Coming,” June, 12A. +Box Elder Agencies. 1971. Riot control items coming. The Ogden Standard Examiner 1971-06-24:12A.
    -Brown, Doug. 2020. Portland, OR, USA. https://twitter.com/dougbrown8/status/1288727075197657088/photo/1. +Brown, D. 2020, July 29. https://twitter.com/dougbrown8/status/1288727075197657088/photo/1, Portland, OR, USA.
    -Bunker, Robert J. 1996. “Nonlethal Weapons: Terms and References.” INSS Occasional Papers, no. 15 (December): 1–99. +Bunker, R. J. 1996. Nonlethal weapons: Terms and references. INSS Occasional Papers 15:1–99.
    -Cabe, Brig. 1970. https://www.flickr.com/photos/washington_area_spark/8878226358/. +Cabe, B. 1970. in Washington Area Spark, editor. D.c. Public library washington star collection. https://www.flickr.com/photos/washington_area_spark/8878226358/, Baltimore, MD, USA.
    -Cain, June. 1968. “New Fogger Replaces Police Billy,” November, 28. +Cain, J. 1968. New fogger replaces police billy. Orlando Evening Star 1968-11-15:28.
    -Carbone, G. M. 2017. Brown and Sharpe and the Measure of American Industry: Making the Precision Machine Tools That Enabled Manufacturing, 1833-2001. Jefferson, NC, USA: McFarland; Company, Inc. +Carbone, G. M. 2017. Brown and Sharpe and the Measure of American Industry: Making the Precision Machine Tools That Enabled Manufacturing, 1833-2001. McFarland; Company, Inc, Jefferson, NC, USA.
    -Césaire, Aimé. 1950. Discourse on Colonialism. Paris, France: Éditions Réclame. +Césaire, A. 1950. Discourse on colonialism. Éditions Réclame, Paris, France.
    -Chepesiuk, Ron. 1999. The War on Drugs: An International Encyclopedia. Santa Barbara, CA, USA. https://archive.org/details/warondrugsintern0000chep. +Chepesiuk, R. 1999. The war on drugs: An international encyclopedia. https://archive.org/details/warondrugsintern0000chep, Santa Barbara, CA, USA.
    -Coffey, I. 1975a. “Veteran Guard Terms Gassing "Unjustified".” The Daily Oklahoman, June. +Coffey, I. 1975a. Veteran guard terms gassing "unjustified". The Daily Oklahoman 1975-06-26.
    -———. 1975b. “Trio Gives Testimony in Fatal Gassing Trial.” The Daily Oklahoman, June. +Coffey, I. 1975b. Trio gives testimony in fatal gassing trial. The Daily Oklahoman 1975-06-27.
    -Compton, J. A. F. 1987. Military Chemical and Biological Agents: Chemical and Toxicological Properties. Caldwell, NJ, USA: Telford Press. +Compton, J. A. F. 1987. Military chemical and biological agents: Chemical and toxicological properties. Page 215. Telford Press, Caldwell, NJ, USA.
    -Conheim, Maryanne. 1972. “Federal Funds Finance Anti-Riot Arsenals,” May, 3, 8. +Conheim, M. 1972. Federal funds finance anti-riot arsenals. Detroit Free Press 1972-05-12:3, 8.
    -Copley News Service. 1970. “Tear Dispenser.” Colorado Springs, CO, USA: Colorado Springs Gazette-Telegraph. +Copley News Service. 1970, May 12. Tear dispenser. Colorado Springs, CO, USA.
    -Crockett, Thompson S. 1969. Police Chemical Agents Manual. 530240. Washington, DC, USA: International Association of Chiefs of Police, Professional Standards Division. +Crockett, T. S. 1969. Police chemical agents manual. International Association of Chiefs of Police, Professional Standards Division, Washington, DC, USA.
    -Defense Technology. 2015. “Pepper Fog CS Formulation,” March. http://sds.chemtel.net/webclients/safariland/finished_goods/Defense%20Technology%204010%20-%20Pepper%20Fog%20CS%20Formulation.pdf. +Defense Technology. 2015. Pepper fog CS formulation.
    -Delf, Brian. 2012. “Tunnel Rat in Vietnam.” New York, NY, USA: Osprey Publishing Limited. +Delf, B. 2012. Tunnel rat in vietnam. Osprey Publishing Limited, New York, NY, USA.
    -Des Moines Tribune. 1975. For Sale: Pepper Fogger, Low Miles; Immac. Cond. May, 3. +Des Moines Tribune. 1975. For Sale: Pepper Fogger, Low Miles; Immac. Cond. Des Moines Tribune 1975-05-06:3.
    -Dubois, Steven. 2018. “Protesters Ordered to Leave ICE Property.” Statesman Journal, June. +Dubois, S. 2018. Protesters ordered to leave ICE property. Statesman Journal 2018-06-26.
    -Eckholt, L. 1971. Offer $5,000 reward for Iowa City blast arrests; Protest leaders schedule workshops aimed at U of I.” Des Moines Register, May. +Eckholt, L. 1971. Offer $5,000 reward for Iowa City blast arrests; Protest leaders schedule workshops aimed at U of I. Des Moines Register 1971-05-08.
    -Faas, Horst. 1977. “Vietnamese Recalls Agonies of Tunnel War.” The New York Times, October. https://www.nytimes.com/1977/10/13/archives/vietnamese-recalls-agonies-of-tunnel-war.html. +Faas, H. 1977. Vietnamese recalls agonies of tunnel war. The New York Times 1977-10-13.
    -Farber, David. 1988. Chicago ’68. Chicago, IL, USA: University of Chicago Press. +Farber, D. 1988. Chicago ’68. University of Chicago Press, Chicago, IL, USA.
    -Federal Laboratories. 1980. “Federal Fogger Model 298.” Saltsburg, PA, USA. +Federal Laboratories. 1980. Federal fogger model 298. Saltsburg, PA, USA.
    -Flanigan, Kaitlin. 2020. “Docs: Homeland Security’s Portland Protest Mission Called "Operation Diligent Valor".” KOIN 6 News, July. https://www.koin.com/news/protests/docs-homeland-securitys-portland-protests-mission-called-operation-diligent-valor/. +Flanigan, K. 2020. Docs: Homeland security’s portland protest mission called "operation diligent valor". KOIN 6 News 2020-07-23.
    -Foucault, Michel. 1976. “Society Must Be Defended.” -
    -
    -General Ordnance Equipment Corporation. 1969a. “PEPPER FOG Tear Smoke Generator.” +Foucault, M. 1976. Society must be defended.
    -———. 1969b. “Street Cleaner.” Harrisburg, PA, USA. +General Ordnance Equipment Corporation. 1969a. Street cleaner. Page 185 in R. Applegate, editor. Riot control - materiel and technique. Stackpole Books, Harrisburg, PA, USA. +
    +
    +General Ordnance Equipment Corporation. 1969b. PEPPER FOG tear smoke generator.
    -———. 1969c. “To Take the Violence Out of Men’s Minds with the Least Violent Means:” Liberation News Service, no. 199 (October). https://content.wisconsinhistory.org/digital/collection/p15932coll8/id/67765. +General Ordnance Equipment Corporation. 1969c. To take the violence out of men’s minds with the least violent means: Liberation News Service 199.
    -———. 1970. “Street Cleaner.” Observer 13 (6): Back Page. https://digitalcommons.bard.edu/cgi/viewcontent.cgi?article=1128&context=observer. +General Ordnance Equipment Corporation. 1970. Street cleaner. Observer 13:Back Page.
    -Goldstein, Richard. 1998. “Rex Applegate, 84, Instructor of Deadly Skills.” The New York Times, July. https://www.nytimes.com/1998/07/27/us/rex-applegate-84-instructor-of-deadly-skills.html. +Goldstein, R. 1998. Rex applegate, 84, instructor of deadly skills. The New York Times 1998-07-27.
    -Graham, Stephen. 2013. “Foucault’s Boomerang: The New Military Urbanism.” Open Democracy, February. https://www.opendemocracy.net/en/opensecurity/foucaults-boomerang-new-military-urbanism/. +Graham, S. 2013. Foucault’s boomerang: The new military urbanism. Open Democracy 2013-02-14.
    -Griffin, Leo. 1973. “Chief Says Police Trained to LImit Allowed by Budget,” January, 3. +Griffin, L. 1973. Chief says police trained to LImit allowed by budget. Press and Sun Bulletin 1973-01-11:3.
    -Gross, Daniel A. 2014. “The Forgotten History of Mace, Designed by a 29-Year-Old and Reinvented as a Police Weapon.” Smithsonian Magazine, November. https://www.smithsonianmag.com/history/forgotten-history-mace-designed-29-year-old-and-reinvented-police-weapon-180953239/. +Gross, D. A. 2014. The forgotten history of mace, designed by a 29-year-old and reinvented as a police weapon. Smithsonian Magazine.
    -Hanesalo, Bruce A. 1996. Tunnel Warfare, Volume 4: Asian Tunnel Warfare. Golden Valley, MN, USA: Military/Info Publishing. +Hanesalo, B. A. 1996. Tunnel Warfare, Volume 4: Asian Tunnel Warfare. Military/Info Publishing, Golden Valley, MN, USA.
    -Harris, Mike. 1969a. “Pepper Fogger Joins Arsenal,” April, 16. +Harris, M. 1969a. Pepper fogger joins arsenal. The Terre Haute Tribune 1969-04-08:16.
    -———. 1969b. “’Pepper Fogger’ Can Empty a House Fast,” April, 26. +Harris, M. 1969b. ’Pepper fogger’ can empty a house fast. Mt. Vernon Register-News 1969-04-09:26.
    -———. 1969c. “’Pepper Fogger’ Can Fill Soldier Field with Gas in Minute,” April, 28. +Harris, M. 1969c. ’Pepper fogger’ can fill soldier field with gas in minute. The Daily Dispatch 1969-04-09:28.
    -Hayes, E. 1970. “Grand Jury Riot Report Reviewed.” Oakland Tribune, September. +Hayes, E. 1970. Grand jury riot report reviewed. Oakland Tribune 1970-09-04.
    -Hemmings, Jay. 2019. “Amazing Pictures of Tunnel Rats: The Warriors Who Infiltrated Underground Tunnels in the Vietnam War.” War History Online, January. https://www.warhistoryonline.com/instant-articles/the-tunnel-rats-vietnam-war.html. +Hemmings, J. 2019. Amazing pictures of tunnel rats: The warriors who infiltrated underground tunnels in the vietnam war. War History Online.
    -Henderson, David E., and Susan K. Henderson. 1992. “Thermal Decomposition of Capsaicin. 1. Interactions with Oleic Acid at High Temperatures.” Journal of Agricultural and Food Chemistry 40 (11): 2263–68. https://doi.org/10.1021/jf00023a042. +Henderson, D. E., and S. K. Henderson. 1992. Thermal decomposition of capsaicin. 1. Interactions with oleic acid at high temperatures. Journal of Agricultural and Food Chemistry 40:2263–2268.
    -Hobbs, C. 1974. “Jury to Probe Prison Gassing.” The Daily Oklahoman, October. +Hobbs, C. 1974. Jury to probe prison gassing. The Daily Oklahoman 1974-10-22.
    -Hudson, Repps B. 1976. “Overtime Bonanza for Police,” March, 1–2. +Hudson, R. B. 1976. Overtime bonanza for police. The Kansas City Times 1976-03-16:1–2.
    -IARC. 1979. Monographs on the Evaluation of the Carcinogenic Risk of Chemicals to Humans. Geneva: World Health Organization, International Agency for Research on Cancer, 1972-PRESENT. Vol. 20. https://monographs.iarc.fr/ENG/Classification/index.php. +IARC. 1979. Monographs on the evaluation of the carcinogenic risk of chemicals to humans. Geneva: World health organization, international agency for research on cancer, 1972-PRESENT. Page 468. https://monographs.iarc.fr/ENG/Classification/index.php.
    -Johnson, J. 1974. “Permanent Gassing Ban Under Study.” The Daily Oklahoman, May. +Johnson, J. 1974. Permanent gassing ban under study. The Daily Oklahoman 1974-05-25.
    -Jolley, Roger, and Cornelia Olive. 1969. “25 Injured in Clash of Students and Police After Black Seizure of Duke Campus Building,” Summer. https://exhibits.library.duke.edu/exhibits/show/black-students-matter--allen-/item/1901. +Jolley, R., and C. Olive. 1969, Summer 2. 25 injured in clash of students and police after black seizure of duke campus building. https://exhibits.library.duke.edu/exhibits/show/black-students-matter--allen-/item/1901.
    -Judd, Alan. 1981. “State Fire Marshal Begins Probe into Illness During Rescue Session.” The Courier-Journal, December. +Judd, A. 1981. State fire marshal begins probe into illness during rescue session. The Courier-Journal 1981-12-22.
    -Karnow, Stanley. 1983. Vietnam a History. New York, NY, USA: Viking Press. +Karnow, S. 1983. Vietnam a history. Viking Press, New York, NY, USA.
    -Kimyonok, A. Begüm Elmas, and Mehmet Ulutürk. 2016. “Determination of the Thermal Decomposition Products of Terephthalic Acid by Using Curie-Point Pyrolyzer.” Journal of Energetic Materials 34 (2): 113–22. https://doi.org/10.1080/07370652.2015.1005773. +Kimyonok, A. B. E., and M. Ulutürk. 2016. Determination of the thermal decomposition products of terephthalic acid by using curie-point pyrolyzer. Journal of Energetic Materials 34:113–122.
    -Lake, Mason. 2020. Portland, OR, USA. https://twitter.com/MasonLakePhoto/status/1317869903345414144. +Lake, M. 2020, October 17. https://twitter.com/MasonLakePhoto/status/1317869903345414144, Portland, OR, USA.
    -Langguth, A. J. 2000. Our Vietnam: The War 1954-1975. New York, NY, USA: Simon; Schuster. +Langguth, A. J. 2000. Our vietnam: The war 1954-1975. Simon; Schuster, New York, NY, USA.
    -LaPrade, Steve. 1970. “Amarillo’s Police Arsenal Holds Variety of Crowd Control Aids.” The Amarillo Globe Times, March, 24. +LaPrade, S. 1970. Amarillo’s police arsenal holds variety of crowd control aids. The Amarillo Globe Times 1970-03-24:24.
    -Lehrer, Glenn H. 1968. “Viet Cong Tunnels.” The Military Engineer Vietnam Commemorative Issue: 61–63. http://www.jstor.org/stable/26357656. +Lehrer, G. H. 1968. Viet cong tunnels. The Military Engineer Vietnam Commemorative volume:61–63.
    -Lewis-Rolland, M. 2021a. Portland, OR, USA. https://twitter.com/MathieuLRolland/status/1353427314348986373/photo/1. +Lewis-Rolland, M. 2021a, January 23. https://twitter.com/MathieuLRolland/status/1353427314348986373/photo/1, Portland, OR, USA.
    -———. 2021b. Portland, OR, USA. https://twitter.com/MathieuLRolland/status/1353427325405126656/photo/3. +Lewis-Rolland, M. 2021b, January 23. https://twitter.com/MathieuLRolland/status/1353427325405126656/photo/3, Portland, OR, USA.
    -Lorentze, Christian. 2018. “The Riot Stuff.” Bookforum. https://www.bookforum.com/print/2502/covering-the-chaos-outside-1968-s-presidential-conventions-19685. +Lorentze, C. 2018. The riot stuff. Bookforum Summer 2018.
    -Los Angeles Times. 1969. “People’s Park Not Worth the Battle so Far.” The Delta Democrat-Times, November. +Los Angeles Times. 1969. People’s park not worth the battle so far. The Delta Democrat-Times 1969-11-20.
    -MacGregor, Alexander Hugh ’Sandy’. 1966a. “Double Acetylene Generator and a Mighty Mite Air Blower Used to Blow Fumes into Viet Cong Tunnels.” Phuoc Tuy Province, VN: Australian War Memorial. https://www.awm.gov.au/collection/C239314?image=1. +MacGregor, A. H. ’Sandy’. 1966a. Double acetylene generator and a mighty mite air blower used to blow fumes into viet cong tunnels. Australian War Memorial.
    -———. 1966b. “Mighty Mite Machine Used to Contaminate Viet Cong Tunnel Systems with Acetylene.” Phuoc Tuy Province, VN: Australian War Memorial. https://www.awm.gov.au/collection/C239314?image=1. +MacGregor, A. H. ’Sandy’. 1966b. Mighty mite machine used to contaminate viet cong tunnel systems with acetylene. Australian War Memorial.
    -MacKenzie, Bev. 1976. “Pepper Fogger.” Windsor, OR, CA: The Windsor Star. +MacKenzie, B. 1976, October 9. Pepper fogger. The Windsor Star, Windsor, OR, CA.
    -Macomber, Frank. 1970. “Alternative to Violence: The Shape of Nonlethal Weapons,” November, 6. +Macomber, F. 1970. Alternative to violence: The shape of nonlethal weapons. Portage Daily Register 1970-11-10:6.
    -Maryland State Police. 1972. “Manual on Civil Disturbances.” 26778. MD, USA: National Criminal Justice Reference Service. https://www.ojp.gov/ncjrs/virtual-library/abstracts/maryland-manual-civil-disturbances. +Maryland State Police. 1972. Manual on civil disturbances. https://www.ojp.gov/ncjrs/virtual-library/abstracts/maryland-manual-civil-disturbances; National Criminal Justice Reference Service, MD, USA.
    -McArdle, T. 2018. “How Three Violent Days Gripped a Black Miami Neighborhood as Nixon Was Nominated in 1968.” The Washington Post, August. https://www.washingtonpost.com/news/retropolis/wp/2018/08/07/how-three-violent-days-gripped-a-black-miami-neighborhood-as-nixon-was-nominated-in-1968/. +McArdle, T. 2018. How three violent days gripped a black miami neighborhood as nixon was nominated in 1968. The Washington Post 2018-08-07.
    -Michals, Gene. 1970. “Quiet Way to Quiet a Rioter,” May, 5. +Michals, G. 1970. Quiet way to quiet a rioter. Colorado Springs Gazette-Telegraph 1970-05-12:5.
    -Miller, Todd. 2019. “Empire of Borders.” Tuscon Weekly, August. https://www.tucsonweekly.com/tucson/empire-of-borders/Content?oid=26230690. +Miller, T. 2019. Empire of borders. Tuscon Weekly 2019-08-01.
    -Monhollon, Rusty L. 2002. ’This Is America?’ The Sixties in Lawrence, Kansas. New York, NY, USA: PALGRAVE. +Monhollon, R. L. 2002. ’This is america?’ The sixties in lawrence, kansas. PALGRAVE, New York, NY, USA.
    -Morman, A., Z. Williams, D. Smith, and A. C. Randolph. 2020. “Riot Control Agents: Systemic Reassessment of Adverse Effects on Health, Mental Stability, and Social Inequities.” Portland, OR, USA: Don’t Shoot PDX. https://www.dontshootpdx.org/wp-content/uploads/2020/06/DSPFinal-RCAreport4SocialChange-AM.AR_.ZW_.DS-.pdf. +Morman, A., Z. Williams, D. Smith, and A. C. Randolph. 2020. Riot control agents: Systemic reassessment of adverse effects on health, mental stability, and social inequities. https://www.dontshootpdx.org/wp-content/uploads/2020/06/DSPFinal-RCAreport4SocialChange-AM.AR_.ZW_.DS-.pdf; Don’t Shoot PDX, Portland, OR, USA.
    -Nixalite. 2009a. “TF-35 Thermal Fogger Brochure.” Capser, WY, USA. https://www.nixalite.com/SiteContent/Documents/PDFs/TF35.pdf. +Nixalite. 2009b. TF-35 thermal fogger brochure. https://www.nixalite.com/SiteContent/Documents/PDFs/TF35.pdf, Capser, WY, USA.
    -———. 2009b. “TF-35 Thermal Fogger Owners Manual.” Capser, WY, USA. https://www.nixalite.com/SiteContent/Documents/PDFs/IGEBA%20TF35%20OWNERS%20MANUAL.pdf. +Nixalite. 2009a. TF-35 thermal fogger owners manual. https://www.nixalite.com/SiteContent/Documents/PDFs/IGEBA%20TF35%20OWNERS%20MANUAL.pdf, Capser, WY, USA.
    -Oates, Walter. 1970. https://www.flickr.com/photos/washington_area_spark/27910799119/in/album-72157631184115662/. +Oates, W. 1970. in Washington Area Spark, editor. D.c. Public library washington star collection. https://www.flickr.com/photos/washington_area_spark/27910799119/in/album-72157631184115662/; Washington Post, Baltimore, MD, USA.
    -Orlando Evening Star. 1968. “Fogger Belches Smoke.” Orland, FL, USA: Orlando Evening Star. +Orlando Evening Star. 1968, November 15. Fogger belches smoke. Orland, FL, USA.
    -Patterson, Paul. 1976. “Their Business Is Riot Guns, Armor, and Nebulizers.” Windsor, OR, CA: The Windsor Star. +Patterson, P. 1976, October 9. Their business is riot guns, armor, and nebulizers. Windsor, OR, CA.
    -PB2020 Team. 2021. “Police Brutality During US Protests.” https://2020pb.com/. +PB2020 Team. 2021. Police brutality during US protests. https://2020pb.com/.
    -Robinson, Michael. 1972. “Learning How to Curb Riot,” January, B10. +Robinson, M. 1972. Learning how to curb riot. The Phantagraph Sun 1972-01-30:B10.
    -Rosenberg, Michael. 1969. “Gas Jeep.” Berkeley, CA, USA. http://www.peoplespark.org/69gall5.html. +Rosenberg, M. 1969, May 15. Gas jeep. http://www.peoplespark.org/69gall5.html, Berkeley, CA, USA.
    -Rottman, Gordon L. 2006. Viet Cong and NVA Tunnels and Fortifications of the Vietnam War. Vol. Fortress. 48. New York, NY, USA: Osprey Publishing Limited. +Rottman, G. L. 2006. Viet cong and NVA tunnels and fortifications of the vietnam war. Osprey Publishing Limited, New York, NY, USA.
    -———. 2012. Tunnel Rat in Vietnam. Vol. Warrior. 161. New York, NY, USA: Osprey Publishing Limited. -
    -
    -Safariland, LLC. 2020a. “Pepper Fogger Generator Golden Each Technical Specifications.” Capser, WY, USA: Defense Technology. +Rottman, G. L. 2012. Tunnel rat in vietnam. Osprey Publishing Limited, New York, NY, USA.
    -———. 2020b. Casper, WY, USA. https://www.defense-technology.com/product/pepper-fog-generator/. +Safariland, LLC. 2020b, June. https://www.defense-technology.com/product/pepper-fog-generator/, Casper, WY, USA. +
    +
    +Safariland, LLC. 2020a. Pepper fogger generator golden each technical specifications. Defense Technology, Capser, WY, USA.
    -Sal. 2020a. RE: Portland. Portland, OR, USA: Recompiler Magazine. https://pdx.recompilermag.com/2020/07/30/protests-for-july-29/. +Sal. 2020a, July 30. Protests for july 29. https://pdx.recompilermag.com/2020/07/30/protests-for-july-29/; Recompiler Magazine, Portland, OR, USA.
    -———. 2020b. RE: Portland. Portland, OR, USA: Recompiler Magazine. https://pdx.recompilermag.com/2020/10/17/protests-for-october-17/. +Sal. 2020b, October 17. Protests for october 17. https://pdx.recompilermag.com/2020/10/17/protests-for-october-17/; Recompiler Magazine, Portland, OR, USA.
    -———. 2021a. RE: Portland. Portland, OR, USA: Recompiler Magazine. https://pdx.recompilermag.com/2021/01/20/january-20-2021-protest-abolish-ice/. +Sal. 2021a. January 20, 2021 protests - abolish ICE.
    -———. 2021b. RE: Portland. Portland, OR, USA: Recompiler Magazine. https://pdx.recompilermag.com/2021/01/23/january-23-2021-protest-abolish-ice/. +Sal. 2021b, January 23. January 23, 2021 protests - abolish ICE. https://pdx.recompilermag.com/2021/01/23/january-23-2021-protest-abolish-ice/; Recompiler Magazine, Portland, OR, USA.
    -Samuels, David W., Donald O. Egner, and Donald Campbell. 1969. “Riot Control: Analysis and Catalog.” 69-14. Abardeen Proving Ground, MD, USA: US Army Limited Wat Laboratory. +Samuels, D. W., D. O. Egner, and D. Campbell. 1969. Riot control: Analysis and catalog. US Army Limited Wat Laboratory, Abardeen Proving Ground, MD, USA. +
    +
    +School, U. A. E. 2003. How army engineers cleared viet cong tunnels. The Army Engineer in Vietnam 62.
    -Schrader, Sutart. 2019. Badges Without Borders: How Global Counterinsurgency Transformed American Policing. American Crossroads 56. Berkeley, CA, USA: University of California Press. +Schrader, S. 2019. Badges without borders: How global counterinsurgency transformed american policing. University of California Press, Berkeley, CA, USA.
    -Schreiber, W. L., S. K. Billingsley, R. E. Schafer, J. G. Rogers, and E. W. Rounds. 1971a. “The Identification, Description, and Evaluation of Law Enforcement Command and Control Problems Related to Crowds and Demonstrations.” NCJRS, no. I. https://www.ojp.gov/ncjrs/virtual-library/abstracts/identification-description-and-evaluation-law-enforcement-command. +Schreiber, W. L., S. K. Billingsley, R. E. Schafer, J. G. Rogers, and E. W. Rounds. 1971a. The identification, description, and evaluation of law enforcement command and control problems related to crowds and demonstrations. NCJRS.
    -———. 1971b. “The Identification, Description, and Evaluation of Law Enforcement Command and Control Problems Related to Crowds and Demonstrations.” NCJRS, no. II. https://www.ojp.gov/ncjrs/virtual-library/abstracts/identification-description-and-evaluation-law-enforcement-command. +Schreiber, W. L., S. K. Billingsley, R. E. Schafer, J. G. Rogers, and E. W. Rounds. 1971b. The identification, description, and evaluation of law enforcement command and control problems related to crowds and demonstrations. NCJRS.
    -Schultz, John. 1969. No One Was Killed: The Democratic National Convention, August 1968. Chicago, IL, USA: University of Chicago Press. +Schultz, J. 1969. No one was killed: The democratic national convention, august 1968. University of Chicago Press, Chicago, IL, USA.
    -Simonis, Juniper L. 2020. “Quantifying Use of Lethal ZnCl2 on Black Lives Matter Demonstrators by United States Homeland Security,” September. https://doi.org/10.5281/zenodo.4059329. +Simonis, J. L. 2020. Quantifying use of lethal ZnCl2 on black lives matter demonstrators by united states homeland security.
    -———. 2021. “Impacts of Chemical Weapons on the Cottonwood School of Civics and Science.” In. Portland, OR, USA: Presented to Cottonwood School of Civics; Science. +Simonis, J. L. 2021. Impacts of chemical weapons on the cottonwood school of civics and science. Presented to Cottonwood School of Civics; Science, Portland, OR, USA.
    -Spicknall, T. E. 1969. “Civilian Repairs and Utilities in the Combat Zone.” The Military Engineer Vietnam Commemorative Issue: 74–77. http://www.jstor.org/stable/26357660. +Spicknall, T. E. 1969. Civilian repairs and utilities in the combat zone. The Military Engineer Vietnam Commemorative volume:74–77.
    -Staab, M. 2021. Portland, OR, USA. https://twitter.com/MaranieRae/status/1352394871080816641/photo/1. +Staab, M. 2021, January 20. https://twitter.com/MaranieRae/status/1352394871080816641/photo/1, Portland, OR, USA.
    -Star Tribune. 1972. “Guard Moves to ’u’ After Antiwar Violence.” Star Tribune, May. +Star Tribune. 1972. Guard moves to ’u’ after antiwar violence. Star Tribune 1972-05-11.
    -———. 1973. “Border Patrol Agent Released from Charges.” Valley Morning Star, August. +Star Tribune. 1973. Border patrol agent released from charges. Valley Morning Star 1973-08-04.
    -Taylor, David, and Sam Morris. 2018. “The Whole World Is Watching: How the 1968 Chicago ’Police Riot’ Shocked America and Divided the Nation.” The Guardian, August. https://www.theguardian.com/us-news/ng-interactive/2018/aug/19/the-whole-world-is-watching-chicago-police-riot-vietnam-war-regan. +Taylor, D., and S. Morris. 2018. The whole world is watching: How the 1968 chicago ’police riot’ shocked america and divided the nation. The Guardian 2018-08-19.
    -The Courier-Journal. 1982. “Fire-Training Smoke Wasn’t Tainted.” The Courier-Journal, January. -
    -
    -The Gastonian Gazette Sun. 1970a. “Many Police Carry Mace, Some Not Willing to Use It.” The Gastonian Gazette Sun. Gastonia, NC, USA. +The Courier-Journal. 1982. Fire-training smoke wasn’t tainted. The Courier-Journal 1982-01-10.
    -———. 1970b. “PEPPER FOGGER.” The Gastonian Gazette Sun. Gastonia, NC, USA. +The Gastonian Gazette Sun. 1970b, October 5. PEPPER FOGGER. Gastonia, NC, USA. +
    +
    +The Gastonian Gazette Sun. 1970a, October 5. Many police carry mace, some not willing to use it. Gastonia, NC, USA.
    -The McHenry Plaindealer. 1971. “Hold Country Field Day Problem Demonstration.” The McHenry Plaindealer. McHenry, IL, USA. +The McHenry Plaindealer. 1971, October 13. Hold country field day problem demonstration. McHenry, IL, USA.
    -The Rag. 1975. “Oklahoma Prison Guards Indicted in Death of Prisoner.” The Rag IX (February). +The Rag. 1975. Oklahoma prison guards indicted in death of prisoner. The Rag IX.
    -Trump, Donald J. 2020. “Executive Order on Protecting American Monuments, Memorials, and Statues and Combating Recent Criminal Violence.” https://web.archive.org/web/20200726002840/https://www.whitehouse.gov/presidential-actions/executive-order-protecting-american-monuments-memorials-statues-combating-recent-criminal-violence/. +Trump, D. J. 2020, June 26. Executive order on protecting american monuments, memorials, and statues and combating recent criminal violence. https://web.archive.org/web/20200726002840/https://www.whitehouse.gov/presidential-actions/executive-order-protecting-american-monuments-memorials-statues-combating-recent-criminal-violence/.
    -Tschenschlok, Eric G. 1995. “Long Road to Rebellion: Miami’s Liberty City Riot of 1968.” Master’s thesis, Florida Atlantic University. +Tschenschlok, E. G. 1995. Long road to rebellion: Miami’s liberty city riot of 1968. Master’s thesis, Florida Atlantic University.
    -———. 1996. “Long Time Coming: Miami’s Liberty City Riot of 1968.” The Florida Historical Quarterly 74: 440–60. https://www.jstor.org/stable/30148880. +Tschenschlok, E. G. 1996. Long time coming: Miami’s liberty city riot of 1968. The Florida Historical Quarterly 74:440–460.
    -
    -United Press International. 1968a. The News-Herald, August, 1. +
    +United Press International. 1968c, August 31. Berkeley, CA, USA.
    -———. 1968b. “Berkeley Violent.” Paterson Evening News, August, 1. +United Press International. 1968a. Berkeley violent. Paterson Evening News 1968-08-31:1.
    -———. 1968c. “Officer Wounded in Clash at Berkeley.” The Hanford Sentinel, August, 1–2. +United Press International. 1968d. Officer wounded in clash at berkeley. The Hanford Sentinel 1968-08-31:1–2.
    -
    -———. 1968d. “Policeman Shot as Violence Erupts at Berkeley Protest.” The Capital Times, August, 2. +
    +United Press International. 1968e. Riot control by the nose. St. Louis Post Dispatch 1968-08-31:1.
    -
    -———. 1968e. “Policeman Shot in Radical Rally.” El Paso Herald-Post, August, A1–2. +
    +United Press International. 1968f. The News-Herald 1968-08-31:1.
    -
    -———. 1968f. “Riot Control by the Nose.” St. Louis Post Dispatch, August, 1. +
    +United Press International. 1968b. Policeman shot as violence erupts at berkeley protest. The Capital Times 1968-08-31:2.
    -
    -———. 1968g. Berkeley, CA, USA. +
    +United Press International. 1968g. Policeman shot in radical rally. El Paso Herald-Post 1968-08-31:A1–A2.
    -———. 1968h. “Gas Routs Berkeley Protesters.” The Honolulu Advertiser, September, 5. -
    -
    -———. 1969a. “Gas Gun.” Greenville, MS, USA. +United Press International. 1968h. Gas routs berkeley protesters. The Honolulu Advertiser 1968-09-01:5.
    -———. 1969b. San Bernardino, CA, USA. +United Press International. 1969b, November 20. San Bernardino, CA, USA. +
    +
    +United Press International. 1969a, November 20. Gas gun. Greenville, MS, USA.
    -———. 1970. “Ex-Lawman Shot Because "Not Practical to Arrest".” The Press Democrat, October. +United Press International. 1970. Ex-lawman shot because "not practical to arrest". The Press Democrat 1970-10-13.
    -———. 1972. “Border Cop Held in Arms Selling.” Daily News, October, 8. +United Press International. 1972. Border cop held in arms selling. Daily News 1972-10-27:8.
    -———. 1975a. Ft. Lauderdale, FL, USA. +United Press International. 1975a, January 2. Ft. Lauderdale, FL, USA.
    -———. 1975b. “In Prison Probe – US Grand Jury Indicts Officers.” Sapulpa Daily News, January. +United Press International. 1975b. In prison probe – US grand jury indicts officers. Sapulpa Daily News 1975-01-28.
    -———. 1975c. “US Jury Acquits Prison Guards.” Sapulpa Daily News, July. +United Press International. 1975c. US jury acquits prison guards. Sapulpa Daily News 1975-07-11.
    -———. 1976a. “New Year’s Revelers, Police Clash.” Pasco Tribune, January. +United Press International. 1976a. New year’s revelers, police clash. Pasco Tribune 1976-01-02.
    -———. 1976b. “Tear-Gas Guns.” Berkeley Gazette, January. +United Press International. 1976b. Tear-gas guns. Berkeley Gazette 1976-01-02.
    -———. 1981. “Prisoners Moved After Disturbance.” Tallahassee Democrat, July, 1. +United Press International. 1981. Prisoners moved after disturbance. Tallahassee Democrat 1981-07-07:1.
    -University of Kansas Archives. 1970. Lawrence, KS, USA. +University of Kansas Archives. 1970, April 21. Lawrence, KS, USA.
    -US Army. 1966. “Mighty Mite.” Military Review XLVI (8). https://cgsc.contentdm.oclc.org/digital/collection/p124201coll1/id/632. +US Army. 1966. Mighty mite. Military Review XLVI.
    -———. 2005. “III Corps Tactical Zone.” -
    -
    -USAES. 2003. “How Army Engineers Cleared Viet Cong Tunnels,” The army engineer in vietnam, no. 62 (January). https://www.usace.army.mil/About/History/Historical-Vignettes/Military-Construction-Combat/062-Viet-Cong-Tunnels/. +US Army. 2005. III corps tactical zone.
    -USCB. 1971. “1970 Census.” Washington, DC, USA. +USCB. 1971. 1970 census. Washington, DC, USA.
    -USCBP. 2006. “CBP Border Patrol Tactical Unit Graduates 20th Class.” U.S. Customs and Border Protection Today, May. https://web.archive.org/web/20090514211514/http://www.cbp.gov/xp/CustomsToday/2006/may/tactical_unit.xml. +USCBP. 2006. CBP border patrol tactical unit graduates 20th class. U.S. Customs and Border Protection Today 2006-05-01.
    -———. 2014. “Border Patrol Tactical Unit Fact Sheet.” Washington, DC, USA. https://www.cbp.gov/sites/default/files/documents/Border%20Patrol%20Tactical%20Unit.pdf. +USCBP. 2014. Border patrol tactical unit fact sheet. https://www.cbp.gov/sites/default/files/documents/Border%20Patrol%20Tactical%20Unit.pdf, Washington, DC, USA.
    -———. 2018. “Border Patrol Special Operations Group Fact Sheet.” Washington, DC, USA. https://www.cbp.gov/sites/default/files/assets/documents/2018-Aug/border-patrol-special-operations-group.pdf. +USCBP. 2018. Border patrol special operations group fact sheet. https://www.cbp.gov/sites/default/files/assets/documents/2018-Aug/border-patrol-special-operations-group.pdf, Washington, DC, USA.
    -USDHS. 2020. “DHS Announces New Task Force to Protect American Monuments, Memorials, and Statues.” https://www.dhs.gov/news/2020/07/01/dhs-announces-new-task-force-protect-american-monuments-memorials-and-statues. +USDHS. 2020, July 1. DHS announces new task force to protect american monuments, memorials, and statues. https://www.dhs.gov/news/2020/07/01/dhs-announces-new-task-force-protect-american-monuments-memorials-and-statues.
    -USMACV. 1965. “Operational Employment of the Mity Mite Portable Blower.” Lessons Learned 52. +USMACV. 1965. Operational employment of the mity mite portable blower. Lessons Learned.
    -USTPO. 2018. “General Ordnance Equipment Corporation: Pepper Fog.” https://uspto.report/TM/72310456. +USTPO. 2018. General ordnance equipment corporation: Pepper fog. https://uspto.report/TM/72310456.
    -Vance, Tyler. 1970. “Sgt. Jerry Austin ... Wiht [Sic] "Pepper Fogger" and Trusty Shotgun.” The Amarillo Globe Times. Amarillo, TX, USA. +Vance, T. 1970, March 24. Sgt. Jerry austin ... Wiht [sic] "pepper fogger" and trusty shotgun. Amarillo, TX, USA.
    -Washington Area Spark. 2013. https://washingtonareaspark.com/2013/05/29/30-days-in-may-u-of-md-1970/. +Washington Area Spark. 2013. Thirty days in may: U of MD 1970. Washington Area Spark.
    -Wayne Gaylord. 1971. “The Pepper Fogger with One Quart of Tear Gas Solution Does the Job of 300 Grenades.” The McHenry Plaindealer. McHenry, IL, USA. +Wayne Gaylord. 1971, October 13. The pepper fogger with one quart of tear gas solution does the job of 300 grenades. McHenry, IL, USA.
    -Wills, Garry. 1971a. “Tear Gas Tears.” The Herald Statesman, April. +Wills, G. 1971a. Tear gas tears. The Herald Statesman 1971-04-07.
    -———. 1971b. “Tear Gas Tears.” The Daily Item, April. +Wills, G. 1971b. Tear gas tears. The Daily Item 1971-04-07.
    -———. 1971c. “Far, Far Too Many Tears over Tear Gas.” The Charlotte News, April. +Wills, G. 1971c. Far, far too many tears over tear gas. The Charlotte News 1974-04-10.
    -———. 1971d. “Tear Gas Is Humane in "Certain Situations".” The Philadelphia Inquirer, April. +Wills, G. 1971d. Tear gas is humane in "certain situations". The Philadelphia Inquirer 1971-04-10.
    -Wilson, S. D. 1993. “Coming Home: The Birth and Spirit in America’s Gulag.” In The American Indian in the White Man’s Prisons: A Story of Genocide. A Collective Statement by Native American Prisoners, Former Prisoners, and Spiritual Leaders of North America, edited by L. R. Reed. +Wilson, S. D. 1993. Coming home: The birth and spirit in america’s gulag. in L. R. Reed, editor. The american indian in the white man’s prisons: A story of genocide. A collective statement by native american prisoners, former prisoners, and spiritual leaders of north america.
    -Winter, Max. 1970. “Scott County Deputy Sheriff Jim Lewis, Left, Holds a New Grenade Launcher and a Riot Gun While Sheriff William Strout Displays a Pepper Fogger and Gas Mask.” Quad-City Times. Davenport, IA, USA. +Winter, M. 1970, October 10. Scott county deputy sheriff jim lewis, left, holds a new grenade launcher and a riot gun while sheriff william strout displays a pepper fogger and gas mask. Davenport, IA, USA.
    -Winter Soldier. 1975. “McAlester.” Winter Soldier 5 (February): 11. +Winter Soldier. 1975. McAlester. Winter Soldier 2:11.
    -Xue, Tian, Yong-he Han, Qi-zhi Zhao, and Ning Lyu. 2015. “Thermal Decomposition of CS by TG/DSC-FITR and PY-GC/MS.” In Proceedings of the 2015 International Conference on Mechatronics, Electronic, Industrial and Control Engineering, 912–16. Atlantis Press. https://doi.org/https://doi.org/10.2991/meic-15.2015.208. +Xue, T., Y. Han, Q. Zhao, and N. Lyu. 2015. Thermal decomposition of CS by TG/DSC-FITR and PY-GC/MS. Pages 912–916 Proceedings of the 2015 international conference on mechatronics, electronic, industrial and control engineering. https://doi.org/10.2991/meic-15.2015.208; Atlantis Press.
    -Yetzer, C., B. Smith, P. Sheeran, L. Harris, and D. Pollock. 1971. “Police Use Tear Gas to Break up Fights at San Gorgonio High.” The San Bernardino County Sun, December, 1, 3. +Yetzer, C., B. Smith, P. Sheeran, L. Harris, and D. Pollock. 1971. Police use tear gas to break up fights at san gorgonio high. The San Bernardino County Sun 1971-12-04:1, 3.
    @@ -721,7 +722,7 @@

    References

    - +
    diff --git a/_book/Science.html b/_book/Science.html index ab2c2d3..6f120c0 100644 --- a/_book/Science.html +++ b/_book/Science.html @@ -4,11 +4,11 @@ - The Science of Thermal Fogging | The Thermal Fogger + 1.1 The Science of Thermal Fogging | The Thermal Fogger - + @@ -16,7 +16,7 @@ - + @@ -95,7 +95,7 @@
  • Thermal Fogger
  • -
  • +
  • Cover
  • Preface
  • -
  • Introduction +
  • 1 Introduction
  • -
  • A Colonial Tool +
  • 2 A Colonial Tool
  • -
  • Domestic Applications +
  • 3 Domestic Applications
  • -
  • The 1968 Conventions +
  • 4 The 1968 National Conventions
  • -
  • Scholastic Endeavors +
  • 5 Scholastic Endeavors
  • -
  • Broadening Application +
  • 6 Broadening Application
  • -
  • The Carceral System +
  • 7 The Carceral System
  • -
  • Border Patrol: A Second Boomeranging +
  • 8 Border Patrol: A Second Boomeranging
  • -
  • Conclusion
  • +
  • 9 Conclusion
  • +
  • Appendices
  • +
  • A Figure Descriptions
  • References
  • Chemical Weapons Research Consortium
  • @@ -176,8 +177,8 @@

    -
    -

    The Science of Thermal Fogging

    +
    +

    1.1 The Science of Thermal Fogging

    Broadly speaking, a fog is a visible aerosol that hangs in the air near the ground, and while it occurs on its own accord, humans have devised a variety of methods to generate fog. And many, if not all, of those methods have been used to deploy chemical weapons on people. The focus of this book is on thermal fogging. @@ -189,7 +190,7 @@

    The Science of Thermal Fogging

    B/W image drawing with text from an old white paper book. The text says FOG DISSEMINATION at the top then a paragraph with `Fog dissemination devices operate by rapidly vaporizing a high boiling point liquid agent formulation. This is accomplished by injecting the liquid agent into a hot gas flow and allowing the vaporized agent to contact the cooler ambient air where the agent condenses into a fog and ultimately into extremely small agent particles.` In the middle is the drawing with a square on the left with a long rectangle coming out of it to the right with a cloud out the further end of the rectangle. There are bits of text around it, pointing to the box it says `FUEL`, `SPARK`, and `COMBUSTION CHAMBER`. in the middle of the rectange it says `HOT GASES` in the middle of arrows pointing out towards the cloud. Along the rectangle another injection area is noted for `Liquid Agent Injection` Text on the bottom says `FIGURE 4. FOG DISSEMINATION. A liquid chemical agent is vaporized by a hot gas flow and released as a fog cloud`.

    -Figure 2: Concept drawing from the International Association of Chiefs of Police chemical agents manual (Crockett 1969). +FIGURE 1.2: Concept drawing from the International Association of Chiefs of Police chemical agents manual (Crockett 1969).


    diff --git a/_book/The1968Conventions.html b/_book/The1968Conventions.html index 51be08c..0136bff 100644 --- a/_book/The1968Conventions.html +++ b/_book/The1968Conventions.html @@ -4,11 +4,11 @@ - The 1968 Conventions | The Thermal Fogger + Chapter 4 The 1968 National Conventions | The Thermal Fogger - + @@ -16,7 +16,7 @@ - + @@ -32,7 +32,7 @@ - + @@ -95,7 +95,7 @@
  • Thermal Fogger
  • -
  • +
  • Cover
  • Preface
  • -
  • Introduction +
  • 1 Introduction
  • -
  • A Colonial Tool +
  • 2 A Colonial Tool
  • -
  • Domestic Applications +
  • 3 Domestic Applications
  • -
  • The 1968 Conventions +
  • 4 The 1968 National Conventions
  • -
  • Scholastic Endeavors +
  • 5 Scholastic Endeavors
  • -
  • Broadening Application +
  • 6 Broadening Application
  • -
  • The Carceral System +
  • 7 The Carceral System
  • -
  • Border Patrol: A Second Boomeranging +
  • 8 Border Patrol: A Second Boomeranging
  • -
  • Conclusion
  • +
  • 9 Conclusion
  • +
  • Appendices
  • +
  • A Figure Descriptions
  • References
  • Chemical Weapons Research Consortium
  • @@ -176,9 +177,9 @@

    -
    -

    The 1968 Conventions

    -

    Deployment of chemical weapons on United States civilians by domestic law enforcement began in earnest in the late 1960s during the height of anti-war and civil rights protests, kicked off in particular by the 1968 Republican (Miami, Florida) and Democratic (Chicago, IL) National Conventions (McArdle 2018; Taylor and Morris 2018). +

    +

    Chapter 4 The 1968 National Conventions

    +

    Deployment of chemical weapons on United States civilians by domestic law enforcement began in earnest in the late 1960s during the height of anti-war and civil rights protests, kicked off in particular by the 1968 Republican (Miami, Florida) and Democratic (Chicago, IL) National Conventions (McArdle 2018, Taylor and Morris 2018). As a result of a heavy propaganda and branding campaign, the thermal fogger was just becoming a mainstay of early police chemical weapons arsenals. Importantly, by the summer of 1968, the Florida Highway Patrol, Chicago Police Department, and California State Police all had purchased foggers.

    Beyond their legacy as the first domestic fogger deployments, the lingering impact of the 1968 Conventions was felt for years to come. @@ -190,7 +191,7 @@

    The 1968 Conventions

    - +

    diff --git a/_book/TheReturn.html b/_book/TheReturn.html index b48be1b..60af5b7 100644 --- a/_book/TheReturn.html +++ b/_book/TheReturn.html @@ -4,11 +4,11 @@ - Domestic Applications | The Thermal Fogger + Chapter 3 Domestic Applications | The Thermal Fogger - + @@ -16,7 +16,7 @@ - + @@ -95,7 +95,7 @@
  • Thermal Fogger
  • -
  • +
  • Cover
  • Preface
  • -
  • Introduction +
  • 1 Introduction
  • -
  • A Colonial Tool +
  • 2 A Colonial Tool
  • -
  • Domestic Applications +
  • 3 Domestic Applications
  • -
  • The 1968 Conventions +
  • 4 The 1968 National Conventions
  • -
  • Scholastic Endeavors +
  • 5 Scholastic Endeavors
  • -
  • Broadening Application +
  • 6 Broadening Application
  • -
  • The Carceral System +
  • 7 The Carceral System
  • -
  • Border Patrol: A Second Boomeranging +
  • 8 Border Patrol: A Second Boomeranging
  • -
  • Conclusion
  • +
  • 9 Conclusion
  • +
  • Appendices
  • +
  • A Figure Descriptions
  • References
  • Chemical Weapons Research Consortium
  • @@ -176,10 +177,10 @@

    -
    -

    Domestic Applications

    -

    As to be expected following the basic trajectory of an Imperial Boomerang (Césaire 1950; Arendt 1951; Foucault 1976), the repressive technique (thermal fogging) developed by an imperialist country (USA) to control colonial territories (Vietnam) was brought home by the imperialist nation to use on its own people (Graham 2013).

    -

    Indeed, it took just three years from initial deployment in Vietnam on October 8 1965 to first application in the United States to gas Black racial justice protesters in Miami, Florida on August 8th, 1968 during the Liberty City Riots (Tschenschlok 1995; Lorentze 2018).

    +
    +

    Chapter 3 Domestic Applications

    +

    As to be expected following the basic trajectory of an Imperial Boomerang (Césaire 1950, Arendt 1951, Foucault 1976), the repressive technique (thermal fogging) developed by an imperialist country (USA) to control colonial territories (Vietnam) was brought home by the imperialist nation to use on its own people (Graham 2013).

    +

    Indeed, it took just three years from initial deployment in Vietnam on October 8 1965 to first application in the United States to gas Black racial justice protesters in Miami, Florida on August 8th, 1968 during the Liberty City Riots (Tschenschlok 1995, Lorentze 2018).

    In alignment with the general “Imperial Circuit of Tear Gas” (Schrader 2019) between the US and Vietnam, the return of the fogger was aided significantly by the weapons industry, militarization of US police forces, transition of veterans to law enforcement upon returning home, and substantial propaganda in specialized and generalized outlets.

    diff --git a/_book/Vietnam.html b/_book/Vietnam.html index 2e4da99..ddd47b5 100644 --- a/_book/Vietnam.html +++ b/_book/Vietnam.html @@ -4,11 +4,11 @@ - A Colonial Tool | The Thermal Fogger + Chapter 2 A Colonial Tool | The Thermal Fogger - + @@ -16,7 +16,7 @@ - + @@ -95,7 +95,7 @@
  • Thermal Fogger
  • -
  • +
  • Cover
  • Preface
  • -
  • Introduction +
  • 1 Introduction
  • -
  • A Colonial Tool +
  • 2 A Colonial Tool
  • -
  • Domestic Applications +
  • 3 Domestic Applications
  • -
  • The 1968 Conventions +
  • 4 The 1968 National Conventions
  • -
  • Scholastic Endeavors +
  • 5 Scholastic Endeavors
  • -
  • Broadening Application +
  • 6 Broadening Application
  • -
  • The Carceral System +
  • 7 The Carceral System
  • -
  • Border Patrol: A Second Boomeranging +
  • 8 Border Patrol: A Second Boomeranging
  • -
  • Conclusion
  • +
  • 9 Conclusion
  • +
  • Appendices
  • +
  • A Figure Descriptions
  • References
  • Chemical Weapons Research Consortium
  • @@ -176,15 +177,15 @@

    -
    -

    A Colonial Tool

    -

    The modern day use of thermal foggers for chemical weapons deployment was born from the American colonization of Vietnam in the mid-to-late-20th Century (USMACV 1965; Bunker 1996).

    +
    +

    Chapter 2 A Colonial Tool

    +

    The modern day use of thermal foggers for chemical weapons deployment was born from the American colonization of Vietnam in the mid-to-late-20th Century (USMACV 1965, Bunker 1996).


    Book illustration (colorful, hand-rendered style) of green-clad US military service members in helmets flak vests, boots, etc, standing around a thermal fogger in the foreground. The fogger is a non-portable Mity Mite style fogger with a big reservoir and giant vacuum style hose running through a green tarp that's lying on the ground and covering the tunnel entrance. They are in a clearing with huts and the jungle in the background.

    -Figure 3: US Military deploying a thermal fogger into a Vietnamese tunnel (Delf 2012). +FIGURE 2.1: US Military deploying a thermal fogger into a Vietnamese tunnel (Delf 2012).


    diff --git a/_book/acknowledgments.html b/_book/acknowledgments.html index e6a5fc3..15b4050 100644 --- a/_book/acknowledgments.html +++ b/_book/acknowledgments.html @@ -95,7 +95,7 @@
  • Thermal Fogger
  • -
  • +
  • Cover
  • Preface
  • -
  • Introduction +
  • 1 Introduction
  • -
  • A Colonial Tool +
  • 2 A Colonial Tool
  • -
  • Domestic Applications +
  • 3 Domestic Applications
  • -
  • The 1968 Conventions +
  • 4 The 1968 National Conventions
  • -
  • Scholastic Endeavors +
  • 5 Scholastic Endeavors
  • -
  • Broadening Application +
  • 6 Broadening Application
  • -
  • The Carceral System +
  • 7 The Carceral System
  • -
  • Border Patrol: A Second Boomeranging +
  • 8 Border Patrol: A Second Boomeranging
  • -
  • Conclusion
  • +
  • 9 Conclusion
  • +
  • Appendices
  • +
  • A Figure Descriptions
  • References
  • Chemical Weapons Research Consortium
  • diff --git a/_book/author-position.html b/_book/author-position.html index 16d3f63..e10e04a 100644 --- a/_book/author-position.html +++ b/_book/author-position.html @@ -95,7 +95,7 @@
  • Thermal Fogger
  • -
  • +
  • Cover
  • Preface
  • -
  • Introduction +
  • 1 Introduction
  • -
  • A Colonial Tool +
  • 2 A Colonial Tool
  • -
  • Domestic Applications +
  • 3 Domestic Applications
  • -
  • The 1968 Conventions +
  • 4 The 1968 National Conventions
  • -
  • Scholastic Endeavors +
  • 5 Scholastic Endeavors
  • -
  • Broadening Application +
  • 6 Broadening Application
  • -
  • The Carceral System +
  • 7 The Carceral System
  • -
  • Border Patrol: A Second Boomeranging +
  • 8 Border Patrol: A Second Boomeranging
  • -
  • Conclusion
  • +
  • 9 Conclusion
  • +
  • Appendices
  • +
  • A Figure Descriptions
  • References
  • Chemical Weapons Research Consortium
  • diff --git a/_book/bortac.html b/_book/bortac.html index d05dd38..0c10b61 100644 --- a/_book/bortac.html +++ b/_book/bortac.html @@ -4,11 +4,11 @@ - BORTAC | The Thermal Fogger + 8.2 BORTAC | The Thermal Fogger - + @@ -16,7 +16,7 @@ - + @@ -95,7 +95,7 @@
  • Thermal Fogger
  • -
  • +
  • Cover
  • Preface
  • -
  • Introduction +
  • 1 Introduction
  • -
  • A Colonial Tool +
  • 2 A Colonial Tool
  • -
  • Domestic Applications +
  • 3 Domestic Applications
  • -
  • The 1968 Conventions +
  • 4 The 1968 National Conventions
  • -
  • Scholastic Endeavors +
  • 5 Scholastic Endeavors
  • -
  • Broadening Application +
  • 6 Broadening Application
  • -
  • The Carceral System +
  • 7 The Carceral System
  • -
  • Border Patrol: A Second Boomeranging +
  • 8 Border Patrol: A Second Boomeranging
  • -
  • Conclusion
  • +
  • 9 Conclusion
  • +
  • Appendices
  • +
  • A Figure Descriptions
  • References
  • Chemical Weapons Research Consortium
  • @@ -176,36 +177,36 @@

    -
    -

    BORTAC

    +
    +

    8.2 BORTAC

    By 2020, the Border Patrol Tactical Unit (BORTAC) had been established to, among other tasks, provide particularly extreme responses to domestic as well as foreign uprisings (USCBP 2006, 2014, 2018). -BORTAC is truly a global domestic law enforcement agency, operating in 28 countries (they were willing to publicly disclose as of 2006; USCBP (2006)), providing a wide range of services (USCBP 2014; Miller 2019). -BORTAC’s specific genesis was focused on riots in federal immigration detention centers (USCBP 2006, 2014), noteworthy given the use of thermal foggers in the United States carceral system.

    +BORTAC is truly a global domestic law enforcement agency, operating in 28 countries (they were willing to publicly disclose as of 2006; USCBP (2006)), providing a wide range of services (USCBP 2014, Miller 2019). +BORTAC’s specific genesis was focused on riots in federal immigration detention centers (USCBP 2006, 2014), noteworthy given the use of thermal foggers in the United States carceral system.

    Border Patrol agents from the El Paso unit specifically were deployed to police protests in El Paso in addition to being sent to Portland and other cities like Albuquerque, New Mexico (Borunda 2020).

    -
    -

    Portland OR

    +
    +

    8.2.1 Portland OR

    The thermal fogger made a very visible return to the public sphere in July of 2020, when US Customs and Border Protection (CBP) officers brought a bright-green version to Portland, OR during the 2020 Black Lives Matter protests (PB2020 Team 2021). Since then, the fogger has been deployed three additional times by CBP in Portland, all at the property Immigration and Customs Enforcement (ICE) rents on the South Waterfront.

    -
    -

    July 29 2020

    -

    At the beginning of July 2020, then-president Trump deployed Department of Homeland Security (DHS) agents to “protect” federal property in Portland, OR (USDHS 2020; Flanigan 2020; Trump 2020). +

    +

    8.2.1.1 July 29 2020

    +

    At the beginning of July 2020, then-president Trump deployed Department of Homeland Security (DHS) agents to “protect” federal property in Portland, OR (Trump 2020, USDHS 2020, Flanigan 2020). During the final days of the visible presence and response of federal agents in Summer 2020, Customs and Border Protection (CBP) unveiled their thermal fogger (Sal 2020a), which has been identified through photos as an IGEBA TF35 thermal fogger from Nixalite of America Inc. -This machine is designed and marketed for bird control, and while “training tool for military/law enforcement” is listed among its uses (Nixalite 2009a), its safety requirements explicitly state:

    +This machine is designed and marketed for bird control, and while “training tool for military/law enforcement” is listed among its uses (Nixalite 2009b), its safety requirements explicitly state:

    -

    19. Do not fog directly against persons…During operation keep distance of minimum [10 ft].” - (Nixalite 2009b)

    +

    19. Do not fog directly against persons…During operation keep distance of minimum [10 ft].” - (Nixalite 2009a)


    Fully riot-geared and for some reason in green camo US Homeland Security agents (to the middle and the left of the photo) behind a row of two-foot tall, one-foot radius metal posts, behind a metal grate wall over 7 feet tall with metal support beams and concrete pylon buttressing. In the front of the left side is an agent holding a plastic clear riot shield, through which you can see a patch that say 'Border Patrol Federal Agent' in yellow and some insignia patches as well. In the middle are the agents in camo, one with a hand on the shoulder of another who is operating a thermal fogger machine shooting gas through the fence. The machine is maybe four or five feet long and has a body not unlike a bush whacker with a two-cycle engine, but fueling a vaporizer instead of a rotor. The agent is holding the machine with their right hand visibly and there is a black strap across their shoulder holding it up. The machine is mostly shiny metal, although the tip is showing signs of corrosion (no surprise based on the compounds and heat) and the supports of the body are a bright green.

    -Figure 45: CBP agent deploying chemical agent via thermal fogger in front of the federal courthouse (Brown 2020). +FIGURE 8.1: CBP agent deploying chemical agent via thermal fogger in front of the federal courthouse (Brown 2020).


    -
    -

    Abolish ICE: Immigration and Customs Enforcement Rental Property

    +
    +

    8.2.1.2 Abolish ICE: Immigration and Customs Enforcement Rental Property

    While the thermal fogger hasn’t been deployed at the federal Courthouse in downtown Portland since July 29 2020, it has been used repeatedly by Department of Homeland Security agents at the private property US Immigration and Customs Enforcement (ICE) rents to use as a holding center for deportees in the South Waterfront neighborhood (Simonis 2021) – the same building that saw the weeks-long Ocuppy ICE protests in 2018 (Dubois 2018).

    The first of such deployments occurred during the fall of 2020.

    Along with cities across the country, Portland hosted many events on October 17th focused around the racial and gender justice (Sal 2020b). @@ -214,33 +215,33 @@

    Abolish ICE: Immigration and Customs Enforcement Rental Property


    -One person in green protective gear, wearing a bulletproof vest with weapons strapped to the body and wearing a helmet and gas mask is walking to the left carrying a fogger in the right hand arm extended down, nozzle pointing forward. A cloud of gas is coming from the nozzle. Next to them is someone dressed all in black with a bullet proof vest with the word POLICE across the back, also wearing a helmet and gas mask. It is night and there are additional clouds of gas and the shapes of people in the background. source: https://twitter.com/MasonLakePhoto/status/1317869903345414144 +One person in green protective gear, wearing a bulletproof vest with weapons strapped to the body and wearing a helmet and gas mask is walking to the left carrying a fogger in the right hand arm extended down, nozzle pointing forward. A cloud of gas is coming from the nozzle. Next to them is someone dressed all in black with a bullet proof vest with the word POLICE across the back, also wearing a helmet and gas mask. It is night and there are additional clouds of gas and the shapes of people in the background.

    -Figure 46: CBP agent fogging a South Waterfront neighborhood (Lake 2020). +FIGURE 8.2: CBP agent fogging a South Waterfront neighborhood (Lake 2020).


    -
    -

    Inaugration 2021

    +
    +

    8.2.1.3 Inaugration 2021

    The same fogger (or at least the same model) was again brought out at the ICE rental property on January 20th 2021 during the Inauguration Day (“J20”) Abolish ICE protests in response to an individual spray painting a piece of plywood tacked outside the building (Sal 2021a). -The fogged up and down multiple blocks, with visible plumes entering units in the adjacent apartment complexes and covering the playground of an adjacent public school (Sal 2021a; Simonis 2021).

    +The fogged up and down multiple blocks, with visible plumes entering units in the adjacent apartment complexes and covering the playground of an adjacent public school (Simonis 2021, Sal 2021a).


    Night in a city, building lights in the background. One person standing alone in the center of a road, shown from the waist to the ankles. The person is wearing work pants with covered pockets at the thighs and calves, long sleeve shirt, and a glove on the right hand. In the left hand they are gripping the handle of a neon green fogger tool. The long black nozzle, covered with a wire cage, projects backwards and the motor is towards the front. It is being held at hip height; the arm holding it is relaxed down.

    -Figure 47: CBP officer holding thermal fogger (Staab 2021). +FIGURE 8.3: CBP officer holding thermal fogger (Staab 2021).


    -

    That weekend, CBP deployed the fogger again during Abolish ICE protests, this time gassing even more of the neighborhood, including the local public school and veterans-preference housing (Sal 2021b; Simonis 2021).

    +

    That weekend, CBP deployed the fogger again during Abolish ICE protests, this time gassing even more of the neighborhood, including the local public school and veterans-preference housing (Simonis 2021, Sal 2021b).


    Night time with the light from a street light visible in the background. Two officers dressed in full protective gear with bulletproof vests holding supplies on, with the word POLICE stenciled in yellow. They are both wearing helmets and gas masks. The nearer one is holding a gas fogger in the right hand. Thefogger looks like a long tube between 3 and 4 feet long with a handle and motor parts near the back. The tube is covered with a wire cage until about the last half foot, which is a plain and narrower tube. Behind these two officers are some dimly lit buildings and one or two other officers but they are not clear.

    -Figure 48: CBP agent holding thermal fogger (Lewis-Rolland 2021a). +FIGURE 8.4: CBP agent holding thermal fogger (Lewis-Rolland 2021a).


    @@ -249,7 +250,7 @@

    Inaugration 2021

    Nine people wearing full protective gear including helmets and gas masks standing spread out across a street at night. One is holding a gas fogger in one hand and gas is spewing and a cloud is forming in front of them. There is also some gas cloud behind the group. All of them seem to be wearing weapons on their gear but details are not clear. It is night. There is a grey building in the background with a red door and red trim. A white stripe on the roadway has the words MELT ICE spray painted on it.

    -Figure 49: CBP agent fogging an intersection in the South Waterfront neighborhood (Lewis-Rolland 2021b). +FIGURE 8.5: CBP agent fogging an intersection in the South Waterfront neighborhood (Lewis-Rolland 2021b).


    diff --git a/_book/broadening-application.html b/_book/broadening-application.html index cd4ec89..5db2111 100644 --- a/_book/broadening-application.html +++ b/_book/broadening-application.html @@ -4,11 +4,11 @@ - Broadening Application | The Thermal Fogger + Chapter 6 Broadening Application | The Thermal Fogger - + @@ -16,7 +16,7 @@ - + @@ -95,7 +95,7 @@
  • Thermal Fogger
  • -
  • +
  • Cover
  • Preface
  • -
  • Introduction +
  • 1 Introduction
  • -
  • A Colonial Tool +
  • 2 A Colonial Tool
  • -
  • Domestic Applications +
  • 3 Domestic Applications
  • -
  • The 1968 Conventions +
  • 4 The 1968 National Conventions
  • -
  • Scholastic Endeavors +
  • 5 Scholastic Endeavors
  • -
  • Broadening Application +
  • 6 Broadening Application
  • -
  • The Carceral System +
  • 7 The Carceral System
  • -
  • Border Patrol: A Second Boomeranging +
  • 8 Border Patrol: A Second Boomeranging
  • -
  • Conclusion
  • +
  • 9 Conclusion
  • +
  • Appendices
  • +
  • A Figure Descriptions
  • References
  • Chemical Weapons Research Consortium
  • @@ -176,8 +177,8 @@

    -
    -

    Broadening Application

    +
    +

    Chapter 6 Broadening Application

    The use of foggers, while not commonly overt, spread throughout the 1970s and 1980s, occasionally making an appearance in news media reports.

    diff --git a/_book/celebrations.html b/_book/celebrations.html index eb91a38..548b8aa 100644 --- a/_book/celebrations.html +++ b/_book/celebrations.html @@ -4,11 +4,11 @@ - Celebrations | The Thermal Fogger + 6.3 Celebrations | The Thermal Fogger - + @@ -16,7 +16,7 @@ - + @@ -95,7 +95,7 @@
  • Thermal Fogger
  • -
  • +
  • Cover
  • Preface
  • -
  • Introduction +
  • 1 Introduction
  • -
  • A Colonial Tool +
  • 2 A Colonial Tool
  • -
  • Domestic Applications +
  • 3 Domestic Applications
  • -
  • The 1968 Conventions +
  • 4 The 1968 National Conventions
  • -
  • Scholastic Endeavors +
  • 5 Scholastic Endeavors
  • -
  • Broadening Application +
  • 6 Broadening Application
  • -
  • The Carceral System +
  • 7 The Carceral System
  • -
  • Border Patrol: A Second Boomeranging +
  • 8 Border Patrol: A Second Boomeranging
  • -
  • Conclusion
  • +
  • 9 Conclusion
  • +
  • Appendices
  • +
  • A Figure Descriptions
  • References
  • Chemical Weapons Research Consortium
  • @@ -176,15 +177,15 @@

    -
    -

    Celebrations

    +
    +

    6.3 Celebrations

    On occasion, police forces have used foggers against protests or riots that are more of a celebratory nature but still do not respond to their commands to disperse.

    -
    -

    1974 NHRA Nationals

    -

    Indiana State Police used a pepper fogger and gas grenades on a crowd of 2,000 drag racing fans blocking a highway between the track and campsites at the Hot Rod Association’s US Nationals in Clermont IN, September 1 1974 (Associated Press 1974b, 1974a).

    +
    +

    6.3.1 1974 NHRA Nationals

    +

    Indiana State Police used a pepper fogger and gas grenades on a crowd of 2,000 drag racing fans blocking a highway between the track and campsites at the Hot Rod Association’s US Nationals in Clermont IN, September 1 1974 (Associated Press 1974a, 1974b).

    -
    -

    1975 New Years Eve

    +
    +

    6.3.2 1975 New Years Eve

    New Year’s Eve 1975 was apparently quite raucous in Florida, as many cities experienced revelry that got out-of-hand enough to elicit police use of force (United Press International 1976a). In Ft. Lauderdale, party-goers pulled down a traffic light and police deployed multiple foggers on a crowd of 2,500 on the beach (United Press International 1976a).


    @@ -192,7 +193,7 @@

    1975 New Years Eve

    B/W image: Two people in foreground wearing helmets and face shields with gas masks and uniforms with short sleeves walking towards the camera, carrying boxy looking tools with nozzles pointing forward, with both hands. Person behind, also in short sleeve uniform, helmet, and gas mask carrying slim sabre or rod across the body. Behind these people seem to be more people but there are no clear details.

    -Figure 44: Police carrying pepper foggers towards the beach (United Press International 1975a). +FIGURE 6.2: Police carrying pepper foggers towards the beach (United Press International 1975a).


    diff --git a/_book/coming-soon-to-a-town-near-you.html b/_book/coming-soon-to-a-town-near-you.html index 3181f7b..d50b174 100644 --- a/_book/coming-soon-to-a-town-near-you.html +++ b/_book/coming-soon-to-a-town-near-you.html @@ -4,11 +4,11 @@ - Coming Soon To A Town Near You! | The Thermal Fogger + 4.3 Coming Soon To A Town Near You! | The Thermal Fogger - + @@ -16,7 +16,7 @@ - + @@ -31,7 +31,7 @@ - + @@ -95,7 +95,7 @@
  • Thermal Fogger
  • -
  • +
  • Cover
  • Preface
  • -
  • Introduction +
  • 1 Introduction
  • -
  • A Colonial Tool +
  • 2 A Colonial Tool
  • -
  • Domestic Applications +
  • 3 Domestic Applications
  • -
  • The 1968 Conventions +
  • 4 The 1968 National Conventions
  • -
  • Scholastic Endeavors +
  • 5 Scholastic Endeavors
  • -
  • Broadening Application +
  • 6 Broadening Application
  • -
  • The Carceral System +
  • 7 The Carceral System
  • -
  • Border Patrol: A Second Boomeranging +
  • 8 Border Patrol: A Second Boomeranging
  • -
  • Conclusion
  • +
  • 9 Conclusion
  • +
  • Appendices
  • +
  • A Figure Descriptions
  • References
  • Chemical Weapons Research Consortium
  • @@ -176,14 +177,14 @@

    -
    -

    Coming Soon To A Town Near You!

    +
    +

    4.3 Coming Soon To A Town Near You!

    Following the conventions, the fogger quickly became a part of the law enforcement arsenal. US police had a hard time containing their glee when purchasing and testing thermal foggers for use on domestic civilians, as a general media blitz played out across the country through the late 1960s and early 1970s (The McHenry Plaindealer 1971).

    -
    -

    Illinois

    -

    In the wake of the 1968 Democratic National Convention, Chicago-area police played an outsized role in promoting the propaganda line. -The pepper fogger was touted as being able to “empty a house fast” by Cook County Illinois Sheriff Joseph Woods (Harris 1969b, 1969c), a definitely off-spec and dangerous use (Nixalite 2009b). +

    +

    4.3.1 Illinois

    +

    In the wake of the 1968 Democratic National Convention, Chicago-area police played an outsized role in promoting the propaganda line. +The pepper fogger was touted as being able to “empty a house fast” by Cook County Illinois Sheriff Joseph Woods (Harris 1969b, 1969c), a definitely off-spec and dangerous use (Nixalite 2009a). The volume of fog emitted was also said to be able to fill Soldier Field (capacity 61,500 fans) in under a minute (Harris 1969c). Regardless, the Chicago-area Sheriff decided they needed three of them (Harris 1969c). The Sheriff’s Major in charge of chemical arsenal Anthony Yucevicius noted the fogger’s psychological effect on recipients, as well saying

    @@ -198,9 +199,9 @@

    Illinois

    Robinson (1972).

    -
    -

    Florida

    -

    Similarly, following the 1968 Republican National Convention, Florida law enforcement took to the fogger (Cain 1968). +

    +

    4.3.2 Florida

    +

    Similarly, following the 1968 Republican National Convention, Florida law enforcement took to the fogger (Cain 1968). In Sanford (1970 pop. 17,393; USCB (1971)), the local police department purchased a fogger for use with CN gas, noting that it could shoot fog 20 ft for up to a 15 minute stretch, and so would be effective for controlling large masses (Cain 1968). They had, however, only used it in training and for demoing to the media (Cain 1968).


    @@ -208,13 +209,13 @@

    Florida

    Sanford Police Officer Roy Williams shows off a fogger (Orlando Evening Star 1968).

    -Figure 27: Sanford Police Officer Roy Williams shows off a fogger (Orlando Evening Star 1968). +FIGURE 4.3: Sanford Police Officer Roy Williams shows off a fogger (Orlando Evening Star 1968).


    -
    -

    California

    +
    +

    4.3.3 California

    Eager to not be shown up by the police in Berkeley, by 1970, the Los Angeles Sheriff’s Department had already purchased their own fogger for their “big artillery” to use “when other forms of persuasion have failed” and started a media campaign (Michals 1970). The department and new state regulations required officers to be trained in chemical weapons use, which was set up through Officer Robert Hawkins (Michals 1970).


    @@ -222,17 +223,17 @@

    California

    Los Angeles Sheriff’s Department Officer demonstrating a fogger (Copley News Service 1970).

    -Figure 28: Los Angeles Sheriff’s Department Officer demonstrating a fogger (Copley News Service 1970). +FIGURE 4.4: Los Angeles Sheriff’s Department Officer demonstrating a fogger (Copley News Service 1970).


    -
    -

    National Guard

    +
    +

    4.3.4 National Guard

    Following the Kent State Massacre, the Ohio National Guard, as well as others around the country began equipping their forces with thermal foggers, using the death of those students as justification for massive purchaing of “less lethal” options (Bandy 1970).

    -
    -

    Small Town USA

    +
    +

    4.3.5 Small Town USA

    No matter the size of the town, by the early 70s, police wanted in on that sweet sweet fogger action. The Brigham City (Utah; 1970 pop. 14,007; USCB (1971)) Police Department leveraged federal Omnibus Crime Act money to purchase a variety of weapons to use against protesters in 1971 (Box Elder Agencies 1971).

    Police Chief Jay Christensen noted that the fogger provides a longer shelf-life than grenades and reportage noted that it

    @@ -251,7 +252,7 @@

    Small Town USA

    Gaston County Sheriff’s Deputy Anne Huffsteller poses with a thermal fogger (The Gastonian Gazette Sun 1970b).

    -Figure 29: Gaston County Sheriff’s Deputy Anne Huffsteller poses with a thermal fogger (The Gastonian Gazette Sun 1970b). +FIGURE 4.5: Gaston County Sheriff’s Deputy Anne Huffsteller poses with a thermal fogger (The Gastonian Gazette Sun 1970b).


    @@ -260,8 +261,8 @@

    Small Town USA

    The Storm Lake Iowa (1970 pop. 8,591; USCB (1971)) purchased a fogger in 1971 in advance of a motorcycle rally that never happened, and used free advertising in local media in attempts to pawn it (Des Moines Tribune 1975). The article/ad mentions that officers have used foggers “on occasion” in Des Moines (Iowa’s capital; 1970 pop. 201,404; USCB (1971)) in addition to one instance on the University of Iowa’s campus (Des Moines Tribune 1975), although I have not located contemporaneous mentions.

    -
    -

    Crossing to Canada

    +
    +

    4.3.6 Crossing to Canada

    Canadian law enforcement was also quick to jump on the fogger train and the media were just as happy to propagandize their use (Patterson 1976). A convention of US and Canadian police chiefs held in Halifax, Nova Scotia in 1976 provided a glimpse into the state of affairs by mid-decade, at which point a supply chain had clearly been developed, although weapons salesmen refused to be named or have their statements linked to employers (Patterson 1976).


    @@ -269,7 +270,7 @@

    Crossing to Canada

    Sergeant Al Oakley shows off a pepper fogger (MacKenzie 1976).

    -Figure 30: Sergeant Al Oakley shows off a pepper fogger (MacKenzie 1976). +FIGURE 4.6: Sergeant Al Oakley shows off a pepper fogger (MacKenzie 1976).


    @@ -282,7 +283,7 @@

    Crossing to Canada

    - +
    diff --git a/_book/content-warning.html b/_book/content-warning.html index fcecd52..cb4fc9f 100644 --- a/_book/content-warning.html +++ b/_book/content-warning.html @@ -95,7 +95,7 @@
  • Thermal Fogger
  • -
  • +
  • Cover
  • Preface
  • -
  • Introduction +
  • 1 Introduction
  • -
  • A Colonial Tool +
  • 2 A Colonial Tool
  • -
  • Domestic Applications +
  • 3 Domestic Applications
  • -
  • The 1968 Conventions +
  • 4 The 1968 National Conventions
  • -
  • Scholastic Endeavors +
  • 5 Scholastic Endeavors
  • -
  • Broadening Application +
  • 6 Broadening Application
  • -
  • The Carceral System +
  • 7 The Carceral System
  • -
  • Border Patrol: A Second Boomeranging +
  • 8 Border Patrol: A Second Boomeranging
  • -
  • Conclusion
  • +
  • 9 Conclusion
  • +
  • Appendices
  • +
  • A Figure Descriptions
  • References
  • Chemical Weapons Research Consortium
  • diff --git a/_book/context.html b/_book/context.html index 2ce8fd2..b16b410 100644 --- a/_book/context.html +++ b/_book/context.html @@ -4,11 +4,11 @@ - Context | The Thermal Fogger + 2.1 Context | The Thermal Fogger - + @@ -16,7 +16,7 @@ - + @@ -95,7 +95,7 @@
  • Thermal Fogger
  • -
  • +
  • Cover
  • Preface
  • -
  • Introduction +
  • 1 Introduction
  • -
  • A Colonial Tool +
  • 2 A Colonial Tool
  • -
  • Domestic Applications +
  • 3 Domestic Applications
  • -
  • The 1968 Conventions +
  • 4 The 1968 National Conventions
  • -
  • Scholastic Endeavors +
  • 5 Scholastic Endeavors
  • -
  • Broadening Application +
  • 6 Broadening Application
  • -
  • The Carceral System +
  • 7 The Carceral System
  • -
  • Border Patrol: A Second Boomeranging +
  • 8 Border Patrol: A Second Boomeranging
  • -
  • Conclusion
  • +
  • 9 Conclusion
  • +
  • Appendices
  • +
  • A Figure Descriptions
  • References
  • Chemical Weapons Research Consortium
  • @@ -176,38 +177,38 @@

    -
    -

    Context

    -
    -

    Mosquito Control

    +
    +

    2.1 Context

    +
    +

    2.1.1 Mosquito Control

    Early in the deployment of US troops to occupy Vietnam, the need for large scale mosquito control became so great that soldiers began improvising insecticide foggers by piping insecticide into diesel truck exhaust:

    An insecticide fogger, one of the most useful improvisations, was made by mounting a [55-gallon oil] drum filled with 6 to 7 percent malathion insecticide in diesel oil … on a 3/4-ton truck and spraying the poisonous mixture out with the exhaust from the vehicle. The insecticide is drawn from the drum by the partial vacuum in a line connected to the exhaust pipe just behind the manifold, and sprayed out under pressure of the exhaust.

    Spicknall (1969)

    The hack turned out to be 4,500 times more effective, covering nine square miles per day compared to 50,000 square feet (0.002 square miles) per day using a conventional manually operated fogger (Spicknall 1969). -Given widespread mosquito concerns and the preponderance on diesel drums, the truck approach spread, and the concept of fogging was understood among servicemembers (USMACV 1965; Spicknall 1969).

    +Given widespread mosquito concerns and the preponderance on diesel drums, the truck approach spread, and the concept of fogging was understood among servicemembers (USMACV 1965, Spicknall 1969).

    -
    -

    Tunnels

    +
    +

    2.1.2 Tunnels

    As the occupation continued, underground bunkers and tunnels dug by the Viet Cong (VC) and People’s Army of Vietnam (PAV) became a dominant presence on the both the literal and figurative battlefields (Rottman 2006, 2012).


    Book illustration (blank and greys, hand-rendered style) of a two-level village tunnel system, connecting most of the structures with defensive trenches and bunkers. There are eight houses surrounding a community building and the nearest ones are cut-away so you can see into them and the ground beneath them, which shows the tunnels and bunkers. Each house has a shelter and they are connected via tunnels. There is a puji-stake moat with a sharpened bamboo fence around it surrounding the village and there's one road in, with a gate at the fence. There is a river or open water of some kind on the other side of the fence and then some fields and jungle. The community building is two stories and is next to a single flag on a pole in the center of the village. The flag is blank, and so functionally white.

    -Figure 4: Hypothetical Vietnamese village with a two-level bunker tunnel system (Hanesalo 1996). +FIGURE 2.2: Hypothetical Vietnamese village with a two-level bunker tunnel system (Hanesalo 1996).


    Soldiers from the US, Australian, New Zealand, and other armies were tasked with clearing the tunnels and “rooting out” inhabitants (Hemmings 2019). -The specialized forces designated for the work were dubbed “Tunnel Rats” and tear gas was part of their arsenal to “flush” individuals from caves, which they regularly deployed via pyrotechnic grenades and powdered explosives (Faas 1977; Rottman 2006).

    +The specialized forces designated for the work were dubbed “Tunnel Rats” and tear gas was part of their arsenal to “flush” individuals from caves, which they regularly deployed via pyrotechnic grenades and powdered explosives (Faas 1977, Rottman 2006).


    B/W image. Open trench at bottom, center. Pipe runs across trench and into the dirt on either side. Person in gas mask crouched below pipe looking up and forward. Leg in pants and lace up boot stretched over trench leaning against right edge. Other leg and boot partially visible on left. Hand holding lit cigarette resting on foot on left.

    -Figure 5: Tunnel rat in a gas mask, undated (Hemmings 2019) +FIGURE 2.3: Tunnel rat in a gas mask, undated (Hemmings 2019)


    diff --git a/_book/contribute-information.html b/_book/contribute-information.html index d678e52..5e42d7e 100644 --- a/_book/contribute-information.html +++ b/_book/contribute-information.html @@ -95,7 +95,7 @@
  • Thermal Fogger
  • -
  • +
  • Cover
  • Preface
  • -
  • Introduction +
  • 1 Introduction
  • -
  • A Colonial Tool +
  • 2 A Colonial Tool
  • -
  • Domestic Applications +
  • 3 Domestic Applications
  • -
  • The 1968 Conventions +
  • 4 The 1968 National Conventions
  • -
  • Scholastic Endeavors +
  • 5 Scholastic Endeavors
  • -
  • Broadening Application +
  • 6 Broadening Application
  • -
  • The Carceral System +
  • 7 The Carceral System
  • -
  • Border Patrol: A Second Boomeranging +
  • 8 Border Patrol: A Second Boomeranging
  • -
  • Conclusion
  • +
  • 9 Conclusion
  • +
  • Appendices
  • +
  • A Figure Descriptions
  • References
  • Chemical Weapons Research Consortium
  • diff --git a/_book/dade-county.html b/_book/dade-county.html index 78b0408..ce58117 100644 --- a/_book/dade-county.html +++ b/_book/dade-county.html @@ -4,11 +4,11 @@ - Dade County | The Thermal Fogger + 7.3 Dade County | The Thermal Fogger - + @@ -16,7 +16,7 @@ - + @@ -95,7 +95,7 @@
  • Thermal Fogger
  • -
  • +
  • Cover
  • Preface
  • -
  • Introduction +
  • 1 Introduction
  • -
  • A Colonial Tool +
  • 2 A Colonial Tool
  • -
  • Domestic Applications +
  • 3 Domestic Applications
  • -
  • The 1968 Conventions +
  • 4 The 1968 National Conventions
  • -
  • Scholastic Endeavors +
  • 5 Scholastic Endeavors
  • -
  • Broadening Application +
  • 6 Broadening Application
  • -
  • The Carceral System +
  • 7 The Carceral System
  • -
  • Border Patrol: A Second Boomeranging +
  • 8 Border Patrol: A Second Boomeranging
  • -
  • Conclusion
  • +
  • 9 Conclusion
  • +
  • Appendices
  • +
  • A Figure Descriptions
  • References
  • Chemical Weapons Research Consortium
  • @@ -176,8 +177,8 @@

    -
    -

    Dade County

    +
    +

    7.3 Dade County

    Dade County Sheriffs used foggers to sweep a field on July 17th 1974 in search of a murder suspect that had eluded K-9 units, helicopters, a plane, and an attempt to flush him out by burning the field (Associated Press and United Press International 1974). The suspect was so well dug in that he could withstand significant gassing that surprised a Sheriff’s sergeant who participated in the operation (Associated Press and United Press International 1974).

    diff --git a/_book/BerkeleyCA1968-08-31.html b/_book/dnc.html similarity index 52% rename from _book/BerkeleyCA1968-08-31.html rename to _book/dnc.html index 462743c..b1c2482 100644 --- a/_book/BerkeleyCA1968-08-31.html +++ b/_book/dnc.html @@ -4,11 +4,11 @@ - Berkeley, August 31 | The Thermal Fogger + 4.2 DNC | The Thermal Fogger - + @@ -16,7 +16,7 @@ - + @@ -31,7 +31,7 @@ - + @@ -95,7 +95,7 @@
  • Thermal Fogger
  • -
  • +
  • Cover
  • Preface
  • -
  • Introduction +
  • 1 Introduction
  • -
  • A Colonial Tool +
  • 2 A Colonial Tool
  • -
  • Domestic Applications +
  • 3 Domestic Applications
  • -
  • The 1968 Conventions +
  • 4 The 1968 National Conventions
  • -
  • Scholastic Endeavors +
  • 5 Scholastic Endeavors
  • -
  • Broadening Application +
  • 6 Broadening Application
  • -
  • The Carceral System +
  • 7 The Carceral System
  • -
  • Border Patrol: A Second Boomeranging +
  • 8 Border Patrol: A Second Boomeranging
  • -
  • Conclusion
  • +
  • 9 Conclusion
  • +
  • Appendices
  • +
  • A Figure Descriptions
  • References
  • Chemical Weapons Research Consortium
  • @@ -176,19 +177,32 @@

    -
    -

    Berkeley, August 31

    -

    A demonstration in Berkeley, California was called by the Young Socialist Alliance, Independent Socialist Club, and the Black Panther Party in solidarity with anti-war protesters in Chicago who the police had recently brutalized (United Press International 1968b, 1968d), including use of a pepper fogger (Associated Press 1969b). -In response, police brutalized the protesters, and in the process brought out a hand-held pepper fogger, a “new police weapon… which produced a gas that caused sneezing” (United Press International 1968b).

    +
    +

    4.2 DNC

    +
    +

    4.2.1 Chicago, August 26 - 29

    +

    Later that month anti-war protests took place in Chicago, Illinois during the Democratic National Convention, and a massive force of law enforcement (Chicago Police with assistance from over 6,000 National Guard members and 6,000 Army troops (Taylor and Morris 2018)) responded excessively, including with chemical weapons, on network news (Schultz 1969, Karnow 1983, Farber 1988, Langguth 2000). +After four days, hundreds had been given medical assistance for exposure to chemical weapons (Taylor and Morris 2018).

    +

    Although I have yet to find contemporary documentation of fogger use during the convention, an AP report on fogger use in Berkeley the year later states

    +
    +

    A similar device was used during demonstrations in Chicago during the Democratic convention last summer. - Associated Press (1969a)

    +
    +

    As such, I consider this a very likely deployment. +I am continuing to search for evidence.

    +
    +
    +

    4.2.2 Berkeley, August 31

    +

    A demonstration in Berkeley, California was called by the Young Socialist Alliance, Independent Socialist Club, and the Black Panther Party in solidarity with anti-war protesters in Chicago who the police had recently brutalized (United Press International 1968a, 1968b), including use of a pepper fogger (Associated Press 1969a). +In response, police brutalized the protesters, and in the process brought out a hand-held pepper fogger, a “new police weapon… which produced a gas that caused sneezing” (United Press International 1968a).


    B/W newspaper clipping. To left is an officer wearing long pants, long sleeved shirt, and a helmet walking forward carrying a fogger in the right hand. The fogger is blowing fog through a tube and a cloud is forming. Background is a storefront window and door. To the right 2 people are moving away from the fog, leaning on one another, and covering their faces with their hands.

    -Figure 25: Deployment of a thermal fogger by police in Berkeley, CA (United Press International 1968g). +FIGURE 4.1: Deployment of a thermal fogger by police in Berkeley, CA (United Press International 1968c).

    -

    Deployment of the thermal fogger was covered in newspapers around the country including Paterson, New Jersey (United Press International 1968b); Hanford, California (United Press International 1968c); Honolulu, Hawaii (United Press International 1968h); St. Louis, Missouri (United Press International 1968f); Franklin, Pennsylvania (United Press International 1968a); Madison, Wisconsin (United Press International 1968d); and El Paso, Texas (United Press International 1968e), a city whose significance was already budding.

    +

    Deployment of the thermal fogger was covered in newspapers around the country including Paterson, New Jersey (United Press International 1968a); Hanford, California (United Press International 1968d); Honolulu, Hawaii (United Press International 1968h); St. Louis, Missouri (United Press International 1968e); Franklin, Pennsylvania (United Press International 1968f); Madison, Wisconsin (United Press International 1968b); and El Paso, Texas (United Press International 1968g), a city whose significance was already budding.

    It is clear from the photograph shared with the United Press International (UPI) copy that the fogger used is a GOEC brand pepper fogger, which hit the market the month prior (USTPO 2018). The GOEC thermal fogger was so new, it would not have a trademarked name (“Pepper Fog”) for another year (USTPO 2018).


    @@ -196,17 +210,18 @@

    Berkeley, August 31

    Yellowed black and white photo of a stationary pepper fog thermal fogger pointed to the left sitting by itself. The main body is a square box that's dark with a tag in the middle that's lighter and has dark writing on it that says pepper fog g o e c. The nozzle points to the left and is a longer thinner tube about twice as long as the main body. It is also dark and has a metal cage around it that is sparse and shiny. There's also a handle and some knobs on the top of the item and something that's a little bit difficult to make out off the back of the main body.

    -Figure 26: Product image for thermal fogger (General Ordnance Equipment Corporation 1969b). +FIGURE 4.2: Product image for thermal fogger (General Ordnance Equipment Corporation 1969a).


    +

    - +

    diff --git a/_book/expansion.html b/_book/expansion.html index d09a42c..8c7812f 100644 --- a/_book/expansion.html +++ b/_book/expansion.html @@ -4,11 +4,11 @@ - Expansion | The Thermal Fogger + 2.3 Expansion | The Thermal Fogger - + @@ -16,7 +16,7 @@ - + @@ -95,7 +95,7 @@
  • Thermal Fogger
  • -
  • +
  • Cover
  • Preface
  • -
  • Introduction +
  • 1 Introduction
  • -
  • A Colonial Tool +
  • 2 A Colonial Tool
  • -
  • Domestic Applications +
  • 3 Domestic Applications
  • -
  • The 1968 Conventions +
  • 4 The 1968 National Conventions
  • -
  • Scholastic Endeavors +
  • 5 Scholastic Endeavors
  • -
  • Broadening Application +
  • 6 Broadening Application
  • -
  • The Carceral System +
  • 7 The Carceral System
  • -
  • Border Patrol: A Second Boomeranging +
  • 8 Border Patrol: A Second Boomeranging
  • -
  • Conclusion
  • +
  • 9 Conclusion
  • +
  • Appendices
  • +
  • A Figure Descriptions
  • References
  • Chemical Weapons Research Consortium
  • @@ -176,15 +177,15 @@

    -
    -

    Expansion

    +
    +

    2.3 Expansion

    The practice caught on quickly, and Mity Mites were soon issued to ARVN units (USMACV 1965) and became common tools for Tunnel Rats (Rottman 2012).


    B/W image in a dirt field. Helmeted soldier on one knee with tank strapped on back. Lifting a board with left hand and holding an exhaust tube from the tank under the board with right hand.

    -Figure 8: A soldier uses a backpack Mity Mite to fog a tunnel (US Army 1966) +FIGURE 2.6: A soldier uses a backpack Mity Mite to fog a tunnel (US Army 1966)


    @@ -195,17 +196,17 @@

    Expansion

    B/W image. In a clearing in a densely vegetated area, a small tank with an exhaust pipe blowing fog to the right. The cloud of fog covers much of the right side. Towards the back, 2 people wearing helmets and fatigues with sleeves rolled up stand with hands on hips on either side of the fogger, watching it.

    -Figure 9: Engineers unpack and test a Mitey-Mite blower (USAES 2003). +FIGURE 2.7: Engineers unpack and test a Mitey-Mite blower (School 2003).


    -

    In 1969, the US Army Limited War Laboratory published a report on chemical weapons that included a section on foggers and agents for use in them, naming the General Ordinance Equipment Corporation and Federal Laboratories models that were already in production and a propsed development of a formalized truck-based fogger (Samuels, Egner, and Campbell 1969):

    +

    In 1969, the US Army Limited War Laboratory published a report on chemical weapons that included a section on foggers and agents for use in them, naming the General Ordinance Equipment Corporation and Federal Laboratories models that were already in production and a propsed development of a formalized truck-based fogger (Samuels et al. 1969):


    Screen cap of a photo copy of an old report, it's black and white and in bad shape, but legible for the most part. It's Table A.2.1.2, Chemical Sprays and Foggers. There are columns: Device/Model, Manufacturer, Description, Estimated Cost (for development or for purchase), and Status (available already or needing development). There are 6 rows, one for each Device/Model: MK17 Pepper Fog CS-Tear Smoke Generator, MK XII, Turb A Fog Tear Gas Dispenser, Federal Dust Projector 271, Dynafog 70, and a propsed vehicle based fogger based on the mosquito fogging approach.

    -Figure 10: Existing and proposed fogging devices (Samuels, Egner, and Campbell 1969). +FIGURE 2.8: Existing and proposed fogging devices (Samuels et al. 1969).


    diff --git a/_book/financial-statement.html b/_book/financial-statement.html index 8a91ab8..770784b 100644 --- a/_book/financial-statement.html +++ b/_book/financial-statement.html @@ -95,7 +95,7 @@
  • Thermal Fogger
  • -
  • +
  • Cover
  • Preface
  • -
  • Introduction +
  • 1 Introduction
  • -
  • A Colonial Tool +
  • 2 A Colonial Tool
  • -
  • Domestic Applications +
  • 3 Domestic Applications
  • -
  • The 1968 Conventions +
  • 4 The 1968 National Conventions
  • -
  • Scholastic Endeavors +
  • 5 Scholastic Endeavors
  • -
  • Broadening Application +
  • 6 Broadening Application
  • -
  • The Carceral System +
  • 7 The Carceral System
  • -
  • Border Patrol: A Second Boomeranging +
  • 8 Border Patrol: A Second Boomeranging
  • -
  • Conclusion
  • +
  • 9 Conclusion
  • +
  • Appendices
  • +
  • A Figure Descriptions
  • References
  • Chemical Weapons Research Consortium
  • diff --git a/_book/fogger_book.epub b/_book/fogger_book.epub index 370993f..eee6468 100644 Binary files a/_book/fogger_book.epub and b/_book/fogger_book.epub differ diff --git a/_book/fogger_book.pdf b/_book/fogger_book.pdf index 62dd2d2..04ebe97 100644 Binary files a/_book/fogger_book.pdf and b/_book/fogger_book.pdf differ diff --git a/_book/fogger_book.tex b/_book/fogger_book.tex index 85db7eb..bca8b7f 100644 --- a/_book/fogger_book.tex +++ b/_book/fogger_book.tex @@ -1,11 +1,22 @@ % Options for packages loaded elsewhere \PassOptionsToPackage{unicode}{hyperref} \PassOptionsToPackage{hyphens}{url} -\PassOptionsToPackage{dvipsnames,svgnames*,x11names*}{xcolor} +\PassOptionsToPackage{dvipsnames,svgnames,x11names}{xcolor} % \documentclass[ 11pt, - titlepage]{krantz} +]{krantz} +\title{The Thermal Fogger} +\usepackage{etoolbox} +\makeatletter +\providecommand{\subtitle}[1]{% add subtitle to \maketitle + \apptocmd{\@title}{\par {\large #1 \par}}{}{} +} +\makeatother +\subtitle{An Imperial Tetherball} +\author{Dr.~Juniper L. Simonis} +\date{2021-07-05} + \usepackage{amsmath,amssymb} \usepackage{lmodern} \usepackage{iftex} @@ -57,23 +68,33 @@ % Allow footnotes in longtable head/foot \IfFileExists{footnotehyper.sty}{\usepackage{footnotehyper}}{\usepackage{footnote}} \makesavenoteenv{longtable} -\usepackage{graphicx} -\makeatletter -\def\maxwidth{\ifdim\Gin@nat@width>\linewidth\linewidth\else\Gin@nat@width\fi} -\def\maxheight{\ifdim\Gin@nat@height>\textheight\textheight\else\Gin@nat@height\fi} -\makeatother -% Scale images if necessary, so that they will not overflow the page -% margins by default, and it is still possible to overwrite the defaults -% using explicit options in \includegraphics[width, height, ...]{} -\setkeys{Gin}{width=\maxwidth,height=\maxheight,keepaspectratio} -% Set default figure placement to htbp -\makeatletter -\def\fps@figure{htbp} -\makeatother \setlength{\emergencystretch}{3em} % prevent overfull lines \providecommand{\tightlist}{% \setlength{\itemsep}{0pt}\setlength{\parskip}{0pt}} \setcounter{secnumdepth}{5} +\newlength{\cslhangindent} +\setlength{\cslhangindent}{1.5em} +\newlength{\csllabelwidth} +\setlength{\csllabelwidth}{3em} +\newlength{\cslentryspacingunit} % times entry-spacing +\setlength{\cslentryspacingunit}{\parskip} +\newenvironment{CSLReferences}[2] % #1 hanging-ident, #2 entry spacing + {% don't indent paragraphs + \setlength{\parindent}{0pt} + % turn on hanging indent if param 1 is 1 + \ifodd #1 + \let\oldpar\par + \def\par{\hangindent=\cslhangindent\oldpar} + \fi + % set entry spacing + \setlength{\parskip}{#2\cslentryspacingunit} + }% + {} +\usepackage{calc} +\newcommand{\CSLBlock}[1]{#1\hfill\break} +\newcommand{\CSLLeftMargin}[1]{\parbox[t]{\csllabelwidth}{#1}} +\newcommand{\CSLRightInline}[1]{\parbox[t]{\linewidth - \csllabelwidth}{#1}\break} +\newcommand{\CSLIndent}[1]{\hspace{\cslhangindent}#1} \usepackage{booktabs} \usepackage{longtable} \usepackage[bf,singlelinecheck=off]{caption} @@ -183,29 +204,11 @@ \ifLuaTeX \usepackage{selnolig} % disable illegal ligatures \fi -\usepackage[]{natbib} -\bibliographystyle{apalike} - -\title{The Thermal Fogger} -\usepackage{etoolbox} -\makeatletter -\providecommand{\subtitle}[1]{% add subtitle to \maketitle - \apptocmd{\@title}{\par {\large #1 \par}}{}{} -} -\makeatother -\subtitle{An Imperial Tetherball} -\author{Dr.~Juniper L. Simonis} -\date{2021-07-05} \begin{document} \maketitle -%\cleardoublepage\newpage\thispagestyle{empty}\null -%\cleardoublepage\newpage\thispagestyle{empty}\null - -\setlength{\abovedisplayskip}{-5pt} -\setlength{\abovedisplayshortskip}{-5pt} { \hypersetup{linkcolor=} @@ -302,7 +305,7 @@ \section*{Acknowledgments}\label{acknowledgments}} Christophe Dervieux provided an example of how to render figure alt-text in an appendix: \url{https://cderv.rbind.io/2021/06/29/fig-alt-appendix/}. -The cover image is based on \citet{Lewis-Rolland2021a}. +The cover image is based on \protect\hyperlink{ref-Lewis-Rolland2021a}{Lewis-Rolland} (\protect\hyperlink{ref-Lewis-Rolland2021a}{2021a}). \hypertarget{contribute-information}{% \section*{Contribute Information}\label{contribute-information}} @@ -313,8 +316,7 @@ \section*{Contribute Information}\label{contribute-information}} \mainmatter \hypertarget{introduction}{% -\chapter*{Introduction}\label{introduction}} - +\chapter{Introduction}\label{introduction}} Late in the night on July 29th, during the height of the 2020 Uprising in Portland (OR), as protesters gathered outside the Hatfield Federal Courthouse to fight for racial justice, the Department of Homeland Security (DHS)'s Customs and Border Protection (CBP) used a thermal fogger to deploy unknown chemical agents on the crowd: @@ -326,27 +328,26 @@ \chapter*{Introduction}\label{introduction}} } -\caption{CBP agent using a thermal fogger in front of the federal courthouse, Portland OR \citep{Brown2020}.}\label{fig:imgportland20200729} +\caption{CBP agent using a thermal fogger in front of the federal courthouse, Portland OR (\protect\hyperlink{ref-Brown2020}{Brown 2020}).}\label{fig:imgportland20200729} \end{figure} With this seemingly novel usage, DHS made a large swath of the populace aware of an insidious weapon that is actually not new, but -- in fact -- was \protect\hyperlink{Genesis}{birthed} in the American occupation of Vietnam, \protect\hyperlink{The1968Convensions}{perfected} for use against domestic protesters in the 1960s and '70s, and \protect\hyperlink{CBP}{sent abroad} via CBP in the years since. -The subsequent \protect\hyperlink{PortlandOR2020_2021}{return} of the thermal fogger to use against civilians domestically by the same domestic law enforcement agency (CBP) that sent it abroad after its initial domestic use is an extension of the classical Imperialist Boomerang \citep{Cesaire1950, Arendt1951, Foucault1976, Graham2013} that can be more aptly described as a tetherball. +The subsequent \protect\hyperlink{PortlandOR2020_2021}{return} of the thermal fogger to use against civilians domestically by the same domestic law enforcement agency (CBP) that sent it abroad after its initial domestic use is an extension of the classical Imperialist Boomerang (\protect\hyperlink{ref-Cesaire1950}{Césaire 1950}, \protect\hyperlink{ref-Arendt1951}{Arendt 1951}, \protect\hyperlink{ref-Foucault1976}{Foucault 1976}, \protect\hyperlink{ref-Graham2013}{Graham 2013}) that can be more aptly described as a tetherball. -Despite repeated use of thermal foggers to deploy chemical weapons over the last half century, the device appears to have slipped from the zeitgeist, only to reemerge in the city that experienced the most visible federal deployment of chemical weapons \citep{Flanigan2020} and weapons-based incidents of police brutality at racial justice protests (regardless of population size) \citep{pb20202021}, perhaps due to the noteworthy density of photographers and videographers. +Despite repeated use of thermal foggers to deploy chemical weapons over the last half century, the device appears to have slipped from the zeitgeist, only to reemerge in the city that experienced the most visible federal deployment of chemical weapons (\protect\hyperlink{ref-Flanigan2020}{Flanigan 2020}) and weapons-based incidents of police brutality at racial justice protests (regardless of population size) (\protect\hyperlink{ref-pb20202021}{PB2020 Team 2021}), perhaps due to the noteworthy density of photographers and videographers. Although not all of the weapon's history is documented, enough is that we can quickly dispel the myth that this deployment was \emph{new} in any notable sense other than being recent. \hypertarget{Science}{% -\section*{The Science of Thermal Fogging}\label{Science}} - +\section{The Science of Thermal Fogging}\label{Science}} Broadly speaking, a fog is a visible aerosol that hangs in the air near the ground, and while it occurs on its own accord, humans have devised a variety of methods to generate fog. And many, if not all, of those methods have been used to deploy chemical weapons on people. The focus of this book is on \textbf{thermal} fogging. The idea behind thermal fogging is the same whether you're targeting mosquitoes in a marsh or protesters on a street: flash-vaporize a liquid being forced into a stream of cooler air, causing a fog to form as it condenses; move to increase the size of the cloud. -The original chemical weapons thermal foggers employed the exhaust lines of diesel trucks or manifolds of 2-cycle engines to heat the formulation, which worked but were bulky and difficult to control in open areas \citep{Crockett1969}. -These models were quickly supplanted by foggers leveraging resonant \href{https://en.wikipedia.org/wiki/Pulsejet}{pulsejet technology} that were streamlined, lighter, and gave control of the stream to the operator \citep{Applegate1969} +The original chemical weapons thermal foggers employed the exhaust lines of diesel trucks or manifolds of 2-cycle engines to heat the formulation, which worked but were bulky and difficult to control in open areas (\protect\hyperlink{ref-Crockett1969}{Crockett 1969}). +These models were quickly supplanted by foggers leveraging resonant \href{https://en.wikipedia.org/wiki/Pulsejet}{pulsejet technology} that were streamlined, lighter, and gave control of the stream to the operator (\protect\hyperlink{ref-Applegate1969}{Applegate 1969}) @@ -356,7 +357,7 @@ \section*{The Science of Thermal Fogging}\label{Science}} } -\caption{Concept drawing from the International Association of Chiefs of Police chemical agents manual \citep{Crockett1969}.}\label{fig:imgCrockett1969} +\caption{Concept drawing from the International Association of Chiefs of Police chemical agents manual (\protect\hyperlink{ref-Crockett1969}{Crockett 1969}).}\label{fig:imgCrockett1969} \end{figure} Regardless of the heating method specifics, the machine creates a visible fog from the mixture of gasoline exhaust, chemical weapons, and ambient air moisture, as desired. @@ -367,24 +368,23 @@ \section*{The Science of Thermal Fogging}\label{Science}} \begin{itemize} \tightlist \item - Phenacyl chloride (CN): 248 C \citep{Compton1987} + Phenacyl chloride (CN): 248 C (\protect\hyperlink{ref-Compton1987}{Compton 1987}) \item - 2-chlorobenzalmalononitrile (CS): 450 - 550 C \citep{Xueetal2015} + 2-chlorobenzalmalononitrile (CS): 450 - 550 C (\protect\hyperlink{ref-Xueetal2015}{Xue et al. 2015}) \item - Oleoresin Capsicum (OC): \textless{} 200 C \citep{HendersonandHenderson1992} + Oleoresin Capsicum (OC): \textless{} 200 C (\protect\hyperlink{ref-HendersonandHenderson1992}{Henderson and Henderson 1992}) \item - Hexachloroethane (HC): 185 C \citep{IARC1979} + Hexachloroethane (HC): 185 C (\protect\hyperlink{ref-IARC1979}{IARC 1979}) \item - Terephthalic Acid (TPA): 445 C \citep{KimyonokandUluturk2016} + Terephthalic Acid (TPA): 445 C (\protect\hyperlink{ref-KimyonokandUluturk2016}{Kimyonok and Ulutürk 2016}) \end{itemize} -As a result, it is impossible for anyone to definitively know what chemicals they are fogging someone with, but it is fair to say the mixtures are likely to have considerably higher toxicities than product labels and safety sheets indicate, which are already concerning \citep{defteccs}. +As a result, it is impossible for anyone to definitively know what chemicals they are fogging someone with, but it is fair to say the mixtures are likely to have considerably higher toxicities than product labels and safety sheets indicate, which are already concerning (\protect\hyperlink{ref-defteccs}{Defense Technology 2015}). \hypertarget{Vietnam}{% -\chapter*{A Colonial Tool}\label{Vietnam}} - +\chapter{A Colonial Tool}\label{Vietnam}} -The modern day use of thermal foggers for chemical weapons deployment was born from the American colonization of Vietnam in the mid-to-late-20th Century \citep{USMACV1965, Bunker1996}. +The modern day use of thermal foggers for chemical weapons deployment was born from the American colonization of Vietnam in the mid-to-late-20th Century (\protect\hyperlink{ref-USMACV1965}{USMACV 1965}, \protect\hyperlink{ref-Bunker1996}{Bunker 1996}). @@ -394,33 +394,30 @@ \chapter*{A Colonial Tool}\label{Vietnam}} } -\caption{US Military deploying a thermal fogger into a Vietnamese tunnel \citep{Delf2012}.}\label{fig:imgvcmm} +\caption{US Military deploying a thermal fogger into a Vietnamese tunnel (\protect\hyperlink{ref-Delf2012}{Delf 2012}).}\label{fig:imgvcmm} \end{figure} \hypertarget{context}{% -\section*{Context}\label{context}} - +\section{Context}\label{context}} \hypertarget{mosquito-control}{% -\subsection*{Mosquito Control}\label{mosquito-control}} - +\subsection{Mosquito Control}\label{mosquito-control}} Early in the deployment of US troops to occupy Vietnam, the need for large scale mosquito control became so great that soldiers began improvising insecticide foggers by piping insecticide into diesel truck exhaust: \begin{quote} An insecticide fogger, one of the most useful improvisations, was made by mounting a {[}55-gallon oil{]} drum filled with 6 to 7 percent malathion insecticide in diesel oil \ldots{} on a 3/4-ton truck and spraying the poisonous mixture out with the exhaust from the vehicle. The insecticide is drawn from the drum by the partial vacuum in a line connected to the exhaust pipe just behind the manifold, and sprayed out under pressure of the exhaust. -\VA{--- \citet{Spicknall1969}}{} +\VA{--- \protect\hyperlink{ref-Spicknall1969}{Spicknall} (\protect\hyperlink{ref-Spicknall1969}{1969})}{} \end{quote} -The hack turned out to be \textbf{\emph{4,500 times}} more effective, covering nine square miles per day compared to 50,000 square feet (0.002 square miles) per day using a conventional manually operated fogger \citep{Spicknall1969}. -Given widespread mosquito concerns and the preponderance on diesel drums, the truck approach spread, and the concept of fogging was understood among servicemembers \citep{USMACV1965, Spicknall1969}. +The hack turned out to be \textbf{\emph{4,500 times}} more effective, covering nine square miles per day compared to 50,000 square feet (0.002 square miles) per day using a conventional manually operated fogger (\protect\hyperlink{ref-Spicknall1969}{Spicknall 1969}). +Given widespread mosquito concerns and the preponderance on diesel drums, the truck approach spread, and the concept of fogging was understood among servicemembers (\protect\hyperlink{ref-USMACV1965}{USMACV 1965}, \protect\hyperlink{ref-Spicknall1969}{Spicknall 1969}). \hypertarget{tunnels}{% -\subsection*{Tunnels}\label{tunnels}} +\subsection{Tunnels}\label{tunnels}} - -As the occupation continued, underground bunkers and tunnels dug by the Viet Cong (VC) and People's Army of Vietnam (PAV) became a dominant presence on the both the literal and figurative battlefields \citep{Rottman2006, Rottman2012}. +As the occupation continued, underground bunkers and tunnels dug by the Viet Cong (VC) and People's Army of Vietnam (PAV) became a dominant presence on the both the literal and figurative battlefields (\protect\hyperlink{ref-Rottman2006}{Rottman 2006}, \protect\hyperlink{ref-Rottman2012}{2012}). @@ -430,11 +427,11 @@ \subsection*{Tunnels}\label{tunnels}} } -\caption{Hypothetical Vietnamese village with a two-level bunker tunnel system \citep{Hanesalo1996}.}\label{fig:imgtunnels} +\caption{Hypothetical Vietnamese village with a two-level bunker tunnel system (\protect\hyperlink{ref-Hanesalo1996}{Hanesalo 1996}).}\label{fig:imgtunnels} \end{figure} -Soldiers from the US, Australian, New Zealand, and other armies were tasked with clearing the tunnels and ``rooting out'' inhabitants \citep{Hemmings2019}. -The specialized forces designated for the work were dubbed ``Tunnel Rats'' and tear gas was part of their arsenal to ``flush'' individuals from caves, which they regularly deployed via pyrotechnic grenades and powdered explosives \citep{NewYorkTimes1977, Rottman2006}. +Soldiers from the US, Australian, New Zealand, and other armies were tasked with clearing the tunnels and ``rooting out'' inhabitants (\protect\hyperlink{ref-Hemmings2019}{Hemmings 2019}). +The specialized forces designated for the work were dubbed ``Tunnel Rats'' and tear gas was part of their arsenal to ``flush'' individuals from caves, which they regularly deployed via pyrotechnic grenades and powdered explosives (\protect\hyperlink{ref-NewYorkTimes1977}{Faas 1977}, \protect\hyperlink{ref-Rottman2006}{Rottman 2006}). @@ -444,18 +441,16 @@ \subsection*{Tunnels}\label{tunnels}} } -\caption{Tunnel rat in a gas mask, undated \citep{Hemmings2019}}\label{fig:imgratmask} +\caption{Tunnel rat in a gas mask, undated (\protect\hyperlink{ref-Hemmings2019}{Hemmings 2019})}\label{fig:imgratmask} \end{figure} \hypertarget{Genesis}{% -\section*{Genesis}\label{Genesis}} - +\section{Genesis}\label{Genesis}} \hypertarget{FirstUse}{% -\subsection*{Implementation}\label{FirstUse}} - +\subsection{Implementation}\label{FirstUse}} -In October of 1965, the USMACV (United States Military Assistance Command, Vietnam) was supporting the South Vietnamese Army's (ARVN) III Corps in a ``search and destroy'' operation in the Iron Triangle, an area known to house an elaborate Viet Cong tunnel system \citep{USMACV1965}. +In October of 1965, the USMACV (United States Military Assistance Command, Vietnam) was supporting the South Vietnamese Army's (ARVN) III Corps in a ``search and destroy'' operation in the Iron Triangle, an area known to house an elaborate Viet Cong tunnel system (\protect\hyperlink{ref-USMACV1965}{USMACV 1965}). @@ -465,41 +460,40 @@ \subsection*{Implementation}\label{FirstUse}} } -\caption{US-defined War Zones C, D, and the Iron Triangle near Saigon, Vietnam \citep{USArmy2005}}\label{fig:imgirontriangle} +\caption{US-defined War Zones C, D, and the Iron Triangle near Saigon, Vietnam (\protect\hyperlink{ref-USArmy2005}{US Army 2005})}\label{fig:imgirontriangle} \end{figure} The US Chemical Advisor to the ARVN's Chemical Team participated in planning the operation, and suggested using a Mity Mite (a.k.a. Mitey Mite, Mighty Mite) 2-cycle thermal fogger to aid in clearing tunnels. -A 6-member unit of ARVN Chemical Team members was organized on October 7th for implementation of the fogger \citep{USMACV1965}. -The next day, the force located a tunnel and set into motion an elaborate scheme to fog the tunnels with \href{https://chemicalweaponsresearch.com/hc}{hexachloroethane (HC)} smoke from burning pots, marking the first known tactical use of a thermal fogger to deploy chemical weapons agents \citep{USMACV1965, Rottman2012}. -Overall, the endeavor was dubbed a success, despite the tunnel already being empty \citep{USMACV1965}. +A 6-member unit of ARVN Chemical Team members was organized on October 7th for implementation of the fogger (\protect\hyperlink{ref-USMACV1965}{USMACV 1965}). +The next day, the force located a tunnel and set into motion an elaborate scheme to fog the tunnels with \href{https://chemicalweaponsresearch.com/hc}{hexachloroethane (HC)} smoke from burning pots, marking the first known tactical use of a thermal fogger to deploy chemical weapons agents (\protect\hyperlink{ref-USMACV1965}{USMACV 1965}, \protect\hyperlink{ref-Rottman2012}{Rottman 2012}). +Overall, the endeavor was dubbed a success, despite the tunnel already being empty (\protect\hyperlink{ref-USMACV1965}{USMACV 1965}). -Although (highly toxic; \citet{Simonis2020}) munitions smoke was used in this application, it was noted that tear gas would be ``very effective in flushing VC from tunnels'' should there been any present \citep{USMACV1965}. +Although (highly toxic; \protect\hyperlink{ref-Simonis2020}{Simonis} (\protect\hyperlink{ref-Simonis2020}{2020})) munitions smoke was used in this application, it was noted that tear gas would be ``very effective in flushing VC from tunnels'' should there been any present (\protect\hyperlink{ref-USMACV1965}{USMACV 1965}). According to the \emph{Lessons Learned} report filed by the USMACV the next month, \begin{quote} This is believed to have been the first tactical employment of Mity Mite \emph{by ARVN}. {[}emphasis added{]} -\VA{--- \citet{USMACV1965}}{} +\VA{--- \protect\hyperlink{ref-USMACV1965}{USMACV} (\protect\hyperlink{ref-USMACV1965}{1965})}{} \end{quote} -Note that there is no mention of use by USMACV prior to this deployment \citep{USMACV1965}. +Note that there is no mention of use by USMACV prior to this deployment (\protect\hyperlink{ref-USMACV1965}{USMACV 1965}). \hypertarget{what-about-not-in-tunnels}{% -\subsection*{What About Not In Tunnels?}\label{what-about-not-in-tunnels}} +\subsection{What About Not In Tunnels?}\label{what-about-not-in-tunnels}} - -Seeing the Mity Mite in action got the wheels turning in the heads of USMACV officers, and the idea of deploying the fogger outside of tunnels was on the table \citep{USMACV1965}. +Seeing the Mity Mite in action got the wheels turning in the heads of USMACV officers, and the idea of deploying the fogger outside of tunnels was on the table (\protect\hyperlink{ref-USMACV1965}{USMACV 1965}). This is made clear in the \emph{Lessons Learned} report, where they state that the \begin{quote} Mity Mite portable blower can be used to \ldots{} generate an agent cloud for use against unmasked personnel \textbf{in the open} \ldots{} {[}emphasis added{]} -\VA{--- \citet{USMACV1965}.}{} +\VA{--- \protect\hyperlink{ref-USMACV1965}{USMACV} (\protect\hyperlink{ref-USMACV1965}{1965}).}{} \end{quote} -At the time, however, the set up used powder, pot, and grenade sources of chemical agents, which was inefficient and required extensive supplies and gasoline reserves \citep{USMACV1965}. +At the time, however, the set up used powder, pot, and grenade sources of chemical agents, which was inefficient and required extensive supplies and gasoline reserves (\protect\hyperlink{ref-USMACV1965}{USMACV 1965}). @@ -509,14 +503,13 @@ \subsection*{What About Not In Tunnels?}\label{what-about-not-in-tunnels}} } -\caption{Technical drawing of a backpack fogger \citep{USMACV1965}}\label{fig:imgmitymite} +\caption{Technical drawing of a backpack fogger (\protect\hyperlink{ref-USMACV1965}{USMACV 1965})}\label{fig:imgmitymite} \end{figure} \hypertarget{expansion}{% -\section*{Expansion}\label{expansion}} - +\section{Expansion}\label{expansion}} -The practice caught on quickly, and Mity Mites were soon issued to ARVN units \citep{USMACV1965} and became common tools for Tunnel Rats \citep{Rottman2012}. +The practice caught on quickly, and Mity Mites were soon issued to ARVN units (\protect\hyperlink{ref-USMACV1965}{USMACV 1965}) and became common tools for Tunnel Rats (\protect\hyperlink{ref-Rottman2012}{Rottman 2012}). @@ -526,11 +519,11 @@ \section*{Expansion}\label{expansion}} } -\caption{A soldier uses a backpack Mity Mite to fog a tunnel \citep{USArmy1966}}\label{fig:imgmightymite} +\caption{A soldier uses a backpack Mity Mite to fog a tunnel (\protect\hyperlink{ref-USArmy1966}{US Army 1966})}\label{fig:imgmightymite} \end{figure} -The Army used foggers to pump ``air'' or ``smoke'' into tunnels in combination with ``riot control agents'' during Operation Cedar falls in 1967 \citep{Lehrer1968}. -And by 1968's Battle of Khe Sanh, it was standard practice to use foggers for tunnel excavation as well as mosquito and fly control \citep{Rottman2006}. +The Army used foggers to pump ``air'' or ``smoke'' into tunnels in combination with ``riot control agents'' during Operation Cedar falls in 1967 (\protect\hyperlink{ref-Lehrer1968}{Lehrer 1968}). +And by 1968's Battle of Khe Sanh, it was standard practice to use foggers for tunnel excavation as well as mosquito and fly control (\protect\hyperlink{ref-Rottman2006}{Rottman 2006}). @@ -540,10 +533,10 @@ \section*{Expansion}\label{expansion}} } -\caption{Engineers unpack and test a Mitey-Mite blower \citep{USAES}.}\label{fig:imgunpacktest} +\caption{Engineers unpack and test a Mitey-Mite blower (\protect\hyperlink{ref-USAES}{School 2003}).}\label{fig:imgunpacktest} \end{figure} -In 1969, the US Army Limited War Laboratory published a report on chemical weapons that included a section on foggers and agents for use in them, naming the \protect\hyperlink{GOEC}{General Ordinance Equipment Corporation} and \protect\hyperlink{DefenseTech}{Federal Laboratories} models that were already in production and a propsed development of a formalized truck-based fogger \citep{Samuelsetal1969}: +In 1969, the US Army Limited War Laboratory published a report on chemical weapons that included a section on foggers and agents for use in them, naming the \protect\hyperlink{GOEC}{General Ordinance Equipment Corporation} and \protect\hyperlink{DefenseTech}{Federal Laboratories} models that were already in production and a propsed development of a formalized truck-based fogger (\protect\hyperlink{ref-Samuelsetal1969}{Samuels et al. 1969}): @@ -553,16 +546,15 @@ \section*{Expansion}\label{expansion}} } -\caption{Existing and proposed fogging devices \citep{Samuelsetal1969}.}\label{fig:imgtablea212} +\caption{Existing and proposed fogging devices (\protect\hyperlink{ref-Samuelsetal1969}{Samuels et al. 1969}).}\label{fig:imgtablea212} \end{figure} \hypertarget{international-melting-pot}{% -\section*{International Melting Pot}\label{international-melting-pot}} - +\section{International Melting Pot}\label{international-melting-pot}} Other countries explicitly supported the US colonization in Vietnam, providing a pathway for the fogger to be rapidly picked up by the armed forces of other nations. -By 1966 the Australian Tunnel Rats were particularly fond of fogging tunnels with acetylene \citep{vietnam_aus1, vietnam_aus2}. +By 1966 the Australian Tunnel Rats were particularly fond of fogging tunnels with acetylene (\protect\hyperlink{ref-vietnam_aus1}{MacGregor 1966a}, \protect\hyperlink{ref-vietnam_aus2}{1966b}). @@ -572,7 +564,7 @@ \section*{International Melting Pot}\label{international-melting-pot}} } -\caption{Double Acetylene Generator and a Mighty Mite Air Blower Used to Blow Fumes into Viet Cong Tunnels \citep{vietnam_aus1}}\label{fig:vietnamaus1} +\caption{Double Acetylene Generator and a Mighty Mite Air Blower Used to Blow Fumes into Viet Cong Tunnels (\protect\hyperlink{ref-vietnam_aus1}{MacGregor 1966a})}\label{fig:vietnamaus1} \end{figure} @@ -583,35 +575,32 @@ \section*{International Melting Pot}\label{international-melting-pot}} } -\caption{Mighty Mite Machine Used to Contaminate Viet Cong Tunnel Systems with Acetylene \citep{vietnam_aus2}}\label{fig:imgvietnamaus2} +\caption{Mighty Mite Machine Used to Contaminate Viet Cong Tunnel Systems with Acetylene (\protect\hyperlink{ref-vietnam_aus2}{MacGregor 1966b})}\label{fig:imgvietnamaus2} \end{figure} -\protect\hyperlink{TheReturn}{As expected}, the fogger quickly made it to Australian police departments, although with a decidedly negative response from the news media, who called it ``highly controversial'' admist a Sydney Police spending scandal \citep{Allen1972}. -Unnamed Australian arms experts who spoke on background said there was no application for the fogger in the country \citep{Allen1972}, although that hasn't stopped its use elsewhere. +\protect\hyperlink{TheReturn}{As expected}, the fogger quickly made it to Australian police departments, although with a decidedly negative response from the news media, who called it ``highly controversial'' admist a Sydney Police spending scandal (\protect\hyperlink{ref-Allen1972}{Allen 1972}). +Unnamed Australian arms experts who spoke on background said there was no application for the fogger in the country (\protect\hyperlink{ref-Allen1972}{Allen 1972}), although that hasn't stopped its use elsewhere. \hypertarget{TheReturn}{% -\chapter*{Domestic Applications}\label{TheReturn}} - +\chapter{Domestic Applications}\label{TheReturn}} -As to be expected following the basic trajectory of an Imperial Boomerang \citep{Cesaire1950, Arendt1951, Foucault1976}, the repressive technique (thermal fogging) developed by an imperialist country (USA) to control colonial territories (Vietnam) was brought home by the imperialist nation to use on its own people \citep{Graham2013}. +As to be expected following the basic trajectory of an Imperial Boomerang (\protect\hyperlink{ref-Cesaire1950}{Césaire 1950}, \protect\hyperlink{ref-Arendt1951}{Arendt 1951}, \protect\hyperlink{ref-Foucault1976}{Foucault 1976}), the repressive technique (thermal fogging) developed by an imperialist country (USA) to control colonial territories (Vietnam) was brought home by the imperialist nation to use on its own people (\protect\hyperlink{ref-Graham2013}{Graham 2013}). -Indeed, it took just \emph{three years} from initial deployment \protect\hyperlink{FirstUse}{in Vietnam on October 8 1965} to first application in the United States to gas Black racial justice protesters in \protect\hyperlink{MiamiFL1968_08_08}{Miami, Florida on August 8th, 1968} during the Liberty City Riots \citep{Tschenschlok1995, Lorentzen2018}. +Indeed, it took just \emph{three years} from initial deployment \protect\hyperlink{FirstUse}{in Vietnam on October 8 1965} to first application in the United States to gas Black racial justice protesters in \protect\hyperlink{MiamiFL1968_08_08}{Miami, Florida on August 8th, 1968} during the Liberty City Riots (\protect\hyperlink{ref-Tschenschlok1995}{Tschenschlok 1995}, \protect\hyperlink{ref-Lorentzen2018}{Lorentze 2018}). -In alignment with the general ``Imperial Circuit of Tear Gas'' \citep{Schrader2019} between the US and Vietnam, the return of the fogger was aided significantly by the weapons industry, militarization of US police forces, transition of veterans to law enforcement upon returning home, and substantial propaganda in specialized and generalized outlets. +In alignment with the general ``Imperial Circuit of Tear Gas'' (\protect\hyperlink{ref-Schrader2019}{Schrader 2019}) between the US and Vietnam, the return of the fogger was aided significantly by the weapons industry, militarization of US police forces, transition of veterans to law enforcement upon returning home, and substantial propaganda in specialized and generalized outlets. \hypertarget{manufacturers}{% -\section*{Manufacturers}\label{manufacturers}} - +\section{Manufacturers}\label{manufacturers}} American companies quickly jumped at the opportunity to refine the bulky, complicated Mitey Mite and sell thermal foggers to the military and domestic police departments. -As early as 1969, The International Association of Chiefs of Police included a detailed section on thermal fogging and available models in their Chemical Agents Manual \citep{Crockett1969}, providing prime trade-focused marketing. +As early as 1969, The International Association of Chiefs of Police included a detailed section on thermal fogging and available models in their Chemical Agents Manual (\protect\hyperlink{ref-Crockett1969}{Crockett 1969}), providing prime trade-focused marketing. Indeed, both \protect\hyperlink{FederalLaboratories}{Federal Laboratories} and \protect\hyperlink{GOEC}{General Ordnance Equipment Corporation} models were included. \hypertarget{sears-roebuck}{% -\subsection*{Sears Roebuck}\label{sears-roebuck}} +\subsection{Sears Roebuck}\label{sears-roebuck}} - -The original Mighty Mite that \protect\hyperlink{FirstUse}{established} the fogger as a method of chemical dispersal was manufactured by Sears, Roebuck, and Co.~for insecticide application \citep{Applegate1969}. +The original Mighty Mite that \protect\hyperlink{FirstUse}{established} the fogger as a method of chemical dispersal was manufactured by Sears, Roebuck, and Co.~for insecticide application (\protect\hyperlink{ref-Applegate1969}{Applegate 1969}). @@ -621,10 +610,10 @@ \subsection*{Sears Roebuck}\label{sears-roebuck}} } -\caption{M-106 Mity Mite Thermal Fogger, as promoted to law enforcement in \citet{Applegate1969}.}\label{fig:imgM106} +\caption{M-106 Mity Mite Thermal Fogger, as promoted to law enforcement in \protect\hyperlink{ref-Applegate1969}{Applegate} (\protect\hyperlink{ref-Applegate1969}{1969}).}\label{fig:imgM106} \end{figure} -The bulkiness of the Mity Mite backpack proved to be a hindrance in mobile application, however, and while chemical weapons corporations began their fogger lines with hand-held models using 2-cycle engines, there was a push to produce a more streamlined and specialized tool for fogging chemical weapons at civilians \citep{Applegate1969, Applegate1970}. +The bulkiness of the Mity Mite backpack proved to be a hindrance in mobile application, however, and while chemical weapons corporations began their fogger lines with hand-held models using 2-cycle engines, there was a push to produce a more streamlined and specialized tool for fogging chemical weapons at civilians (\protect\hyperlink{ref-Applegate1969}{Applegate 1969}, \protect\hyperlink{ref-Applegate1970}{1970}). @@ -634,14 +623,13 @@ \subsection*{Sears Roebuck}\label{sears-roebuck}} } -\caption{Hand-held two-cycle thermal fogger \citep{Crockett1969}.}\label{fig:imgjetfogger} +\caption{Hand-held two-cycle thermal fogger (\protect\hyperlink{ref-Crockett1969}{Crockett 1969}).}\label{fig:imgjetfogger} \end{figure} Sears does not appear to have entered The Mity Mite into the law enforcement market, perhaps due to the company's existing legacy branding, and the model never established itself in the domestic market. \hypertarget{FederalLaboratories}{% -\subsection*{Federal Laboratories}\label{FederalLaboratories}} - +\subsection{Federal Laboratories}\label{FederalLaboratories}} Federal Laboratories, one of the major US manufacturers of chemical weapons starting after World War I, developed a hand-held 2-cycle thermal fogger that did not need a backpack or hoses: @@ -653,7 +641,7 @@ \subsection*{Federal Laboratories}\label{FederalLaboratories}} } -\caption{The Federal Laboratories ``Federal Fogger 298'' \citep{FedLabs298}.}\label{fig:img298} +\caption{The Federal Laboratories ``Federal Fogger 298'' (\protect\hyperlink{ref-FedLabs298}{Federal Laboratories 1980}).}\label{fig:img298} \end{figure} @@ -664,21 +652,20 @@ \subsection*{Federal Laboratories}\label{FederalLaboratories}} } -\caption{Officer demonstrating the Federal Laboratories 298 \citep{Applegate1992}.}\label{fig:fedlabimg} +\caption{Officer demonstrating the Federal Laboratories 298 (\protect\hyperlink{ref-Applegate1992}{Applegate 1992}).}\label{fig:fedlabimg} \end{figure} \hypertarget{GOEC}{% -\subsection*{General Ordnance Equipment Corporation}\label{GOEC}} +\subsection{General Ordnance Equipment Corporation}\label{GOEC}} +The General Ordnance Equipment Corporation (GOEC), who invented and trademarked Chemical Mace earlier in the decade, had been bought-out by Smith and Wesson by the late 1960s when the fogger market opened up (\protect\hyperlink{ref-Gross2014}{Gross 2014}). -The General Ordnance Equipment Corporation (GOEC), who invented and trademarked Chemical Mace earlier in the decade, had been bought-out by Smith and Wesson by the late 1960s when the fogger market opened up \citep{Gross2014}. +Alan Litman, the brains behind GOEC, retained leadership of chemical weapons development after the buy-out, however (\protect\hyperlink{ref-Gross2014}{Gross 2014}), and he must have seen an opportunity, as GOEC began selling hand-held thermal foggers in July 1968 (\protect\hyperlink{ref-Applegate1969}{Applegate 1969}). -Alan Litman, the brains behind GOEC, retained leadership of chemical weapons development after the buy-out, however \citep{Gross2014}, and he must have seen an opportunity, as GOEC began selling hand-held thermal foggers in July 1968 \citep{Applegate1969}. +They named their units ``Pepper Fog'' generators, a nod to their apparent ability to ``pepper'' the recipient with more concentrated bursts of fog if desired, compared to the steady stream output from the Mity Mite (\protect\hyperlink{ref-Applegate1969}{Applegate 1969}), and applied for a trademark on the phrase in October of the same year (\protect\hyperlink{ref-USTPO2018}{USTPO 2018}). +By the end of August 1969, GOEC (and thus Smith and Wesson) had received the trademark on ``Pepper Fog,'' which they (and subsequent owners) retained until it expired in 1991 (\protect\hyperlink{ref-USTPO2018}{USTPO 2018}). -They named their units ``Pepper Fog'' generators, a nod to their apparent ability to ``pepper'' the recipient with more concentrated bursts of fog if desired, compared to the steady stream output from the Mity Mite \citep{Applegate1969}, and applied for a trademark on the phrase in October of the same year \citep{USTPO2018}. -By the end of August 1969, GOEC (and thus Smith and Wesson) had received the trademark on ``Pepper Fog'', which they (and subsequent owners) retained until it expired in 1991 \citep{USTPO2018}. - -While GOEC did develop and sell a stationary 2-cycle model for vehicle mounting, it was their hand-held pulse-jet model that took the market by storm \citep{Crockett1969}. +While GOEC did develop and sell a stationary 2-cycle model for vehicle mounting, it was their hand-held pulse-jet model that took the market by storm (\protect\hyperlink{ref-Crockett1969}{Crockett 1969}). @@ -688,10 +675,10 @@ \subsection*{General Ordnance Equipment Corporation}\label{GOEC}} } -\caption{General Ordnance Equipment Corporation thermal fogger \citep{GOECphoto}, as shown in \citet{Applegate1969}.}\label{fig:goecpf} +\caption{General Ordnance Equipment Corporation thermal fogger (\protect\hyperlink{ref-GOECphoto}{General Ordnance Equipment Corporation 1969a}), as shown in \protect\hyperlink{ref-Applegate1969}{Applegate} (\protect\hyperlink{ref-Applegate1969}{1969}).}\label{fig:goecpf} \end{figure} -They immediately began a heavy marketing campaign for their new invention, taking out full-page ads in police magazines \citep{GOECad1969, GOECadLNS1970, GOECadObserver1970}: +They immediately began a heavy marketing campaign for their new invention, taking out full-page ads in police magazines (\protect\hyperlink{ref-GOECad1969}{General Ordnance Equipment Corporation 1969b}, \protect\hyperlink{ref-GOECadLNS1970}{1969c}, \protect\hyperlink{ref-GOECadObserver1970}{1970}): @@ -701,7 +688,7 @@ \subsection*{General Ordnance Equipment Corporation}\label{GOEC}} } -\caption{GOEC advertisement \citep{GOECad1969}.}\label{fig:imggoecad1969} +\caption{GOEC advertisement (\protect\hyperlink{ref-GOECad1969}{General Ordnance Equipment Corporation 1969b}).}\label{fig:imggoecad1969} \end{figure} They also leveraged the connection between local law enforcement and the press to generate \protect\hyperlink{Propa}{free marketing} with an \protect\hyperlink{Canada}{international reach}. @@ -709,10 +696,9 @@ \subsection*{General Ordnance Equipment Corporation}\label{GOEC}} It is perhaps no surprise then that virtually all of the foggers photographed being used in the US prior to 2020 are GOEC models. \hypertarget{DefenseTechnology}{% -\subsection*{Defense Technology}\label{DefenseTechnology}} - +\subsection{Defense Technology}\label{DefenseTechnology}} -The corporate descendent of both GOEC and Federal Labs and current owner of the legacy branding (\href{https://www.safariland.com}{Safariland} subsidiary \href{https://www.defense-technology.com}{Defense Technology}) continues to sell items under a \href{https://www.defense-technology.com/product-category/pepper-foggers/}{``Pepper Fog'' line}, including a \href{https://www.defense-technology.com/product/pepper-fog-generator/}{``pepper fog generator''} that utilizes the same pulse-jet generation technique \citep{DTPFG}: +The corporate descendent of both GOEC and Federal Labs and current owner of the legacy branding (\href{https://www.safariland.com}{Safariland} subsidiary \href{https://www.defense-technology.com}{Defense Technology}) continues to sell items under a \href{https://www.defense-technology.com/product-category/pepper-foggers/}{``Pepper Fog'' line}, including a \href{https://www.defense-technology.com/product/pepper-fog-generator/}{``pepper fog generator''} that utilizes the same pulse-jet generation technique (\protect\hyperlink{ref-DTPFG}{Safariland, LLC 2020a}): @@ -722,21 +708,20 @@ \subsection*{Defense Technology}\label{DefenseTechnology}} } -\caption{Product image for thermal fogger \citep{DTPFGphoto}.}\label{fig:imgdefensetechgepf} +\caption{Product image for thermal fogger (\protect\hyperlink{ref-DTPFGphoto}{Safariland, LLC 2020b}).}\label{fig:imgdefensetechgepf} \end{figure} -This has supplanted the models produced by the corporate ancestors to Defense Technology, which were bulkier and considerably heavier \citep{Samuelsetal1969}. +This has supplanted the models produced by the corporate ancestors to Defense Technology, which were bulkier and considerably heavier (\protect\hyperlink{ref-Samuelsetal1969}{Samuels et al. 1969}). \hypertarget{rex-applegate}{% -\section*{Rex Applegate}\label{rex-applegate}} - +\section{Rex Applegate}\label{rex-applegate}} A major figure in the translation of military ``riot suppression'' tactics to domestic law enforcement in the 1960s and 1970s was a former US Army Lt. Colonel named \href{https://en.wikipedia.org/wiki/Rex_Applegate}{Rex Applegate}. -Applegate took a commission as a second leuitenant, but had a lung ailment kept him from serving in combat in World War II and so was assigned to Military Police Company before being tapped by \href{https://en.wikipedia.org/wiki/William_J._Donovan}{Col. William Donovan} to build and run the School for Spies and Assassins in the Office of Strategic Services \citep{Goldstein1998}. -Larger than life, Rex even served as bodyguard to President Franklin Roosevelt, before retiring and moving to Mexico at the end of World War II to consult with Central and South American governments on ``riot control'' \citep{Goldstein1998}. +Applegate took a commission as a second leuitenant, but had a lung ailment kept him from serving in combat in World War II and so was assigned to Military Police Company before being tapped by \href{https://en.wikipedia.org/wiki/William_J._Donovan}{Col. William Donovan} to build and run the School for Spies and Assassins in the Office of Strategic Services (\protect\hyperlink{ref-Goldstein1998}{Goldstein 1998}). +Larger than life, Rex even served as bodyguard to President Franklin Roosevelt, before retiring and moving to Mexico at the end of World War II to consult with Central and South American governments on ``riot control'' (\protect\hyperlink{ref-Goldstein1998}{Goldstein 1998}). -Applegate returned to the US in the 1960s during the civil rights and anti-war protest era and began proselytizing the good word of the thermal fogger \citep{Applegate1969, Applegate1970}. -Indeed, Rex published what can only be described as a long-form written sales pitch for the GOEC Pepper Fog thermal fogger in the highly circulated \emph{Guns} magazine in 1970 \citep{Applegate1970}. +Applegate returned to the US in the 1960s during the civil rights and anti-war protest era and began proselytizing the good word of the thermal fogger (\protect\hyperlink{ref-Applegate1969}{Applegate 1969}, \protect\hyperlink{ref-Applegate1970}{1970}). +Indeed, Rex published what can only be described as a long-form written sales pitch for the GOEC Pepper Fog thermal fogger in the highly circulated \emph{Guns} magazine in 1970 (\protect\hyperlink{ref-Applegate1970}{Applegate 1970}). @@ -746,15 +731,14 @@ \section*{Rex Applegate}\label{rex-applegate}} } -\caption{Demonstration of a pepper fogger \citep{Applegate1970}}\label{fig:imgdemo} +\caption{Demonstration of a pepper fogger (\protect\hyperlink{ref-Applegate1970}{Applegate 1970})}\label{fig:imgdemo} \end{figure} \hypertarget{Propa}{% -\section*{News Media Propaganda}\label{Propa}} +\section{News Media Propaganda}\label{Propa}} - -Alongside the more overtly pro-police-use-of-chemical-weapons propaganda of Rex Applegate were other, perhaps more subtle forms of pro-fogger propaganda \citep{Macomber1970}. -Newspapers around the country were more than happy to print ``articles'' that promoted the new arsenals police departments were building \citep{LaPrade1970}, complete with product demo photos. +Alongside the more overtly pro-police-use-of-chemical-weapons propaganda of Rex Applegate were other, perhaps more subtle forms of pro-fogger propaganda (\protect\hyperlink{ref-Macomber1970}{Macomber 1970}). +Newspapers around the country were more than happy to print ``articles'' that promoted the new arsenals police departments were building (\protect\hyperlink{ref-LaPrade1970}{LaPrade 1970}), complete with product demo photos. @@ -764,7 +748,7 @@ \section*{News Media Propaganda}\label{Propa}} } -\caption{Amarillo Texas Police Sergent Jerry Austin with a thermal fogger and shotgun \citep{Vance1970}. Amarillo's 1970 population was 127,010 \citep{USCB1970}.}\label{fig:imgVance1970} +\caption{Amarillo Texas Police Sergent Jerry Austin with a thermal fogger and shotgun (\protect\hyperlink{ref-Vance1970}{Vance 1970}). Amarillo's 1970 population was 127,010 (\protect\hyperlink{ref-USCB1970}{USCB 1971}).}\label{fig:imgVance1970} \end{figure} @@ -775,7 +759,7 @@ \section*{News Media Propaganda}\label{Propa}} } -\caption{Richland County (Ohio) Sheriff's Captain Robert Dysart demonstrating a thermal fogger to a crowd of \textgreater200 people \citep{Amanphoto1970}. Richland County's 1970 population was 129,997 \citep{USCB1970}.}\label{fig:imgAmanphoto1970} +\caption{Richland County (Ohio) Sheriff's Captain Robert Dysart demonstrating a thermal fogger to a crowd of \textgreater200 people (\protect\hyperlink{ref-Amanphoto1970}{Aman 1970}). Richland County's 1970 population was 129,997 (\protect\hyperlink{ref-USCB1970}{USCB 1971}).}\label{fig:imgAmanphoto1970} \end{figure} \protect\hyperlink{GOEC}{General Ordnance Equipment Corporation}'s Pepper Fog model seems to have been the favorite, at least amongst the departments showing off their new cool toys for photographs. @@ -788,81 +772,82 @@ \section*{News Media Propaganda}\label{Propa}} } -\caption{A McHenry County (Illinois) Sheriff's officer fogs some grass in a rural landscape during a training and press demo day \citep{Gaylord1971, PlainDealer1971}. McHenry County's 1970 population was 111,555 \citep{USCB1970}.}\label{fig:imgGaylord1971} +\caption{A McHenry County (Illinois) Sheriff's officer fogs some grass in a rural landscape during a training and press demo day (\protect\hyperlink{ref-PlainDealer1971}{The McHenry Plaindealer 1971}, \protect\hyperlink{ref-Gaylord1971}{Wayne Gaylord 1971}). McHenry County's 1970 population was 111,555 (\protect\hyperlink{ref-USCB1970}{USCB 1971}).}\label{fig:imgGaylord1971} \end{figure} \begin{figure} -{\centering \includegraphics[width=1\linewidth]{img/Winter1970} +{\centering \includegraphics[width=0.75\linewidth]{img/Winter1970} } -\caption{Scott County (Iowa) deputy sheriff Jim Lewis, left, holds a new grenade launcher and a riot gun while Sheriff William Strout displays a pepper fogger and gas mask \citep{Winter1970}. Scott County's 1970 population was 142,687 \citep{USCB1970}.}\label{fig:imgWinter1970} +\caption{Scott County (Iowa) deputy sheriff Jim Lewis, left, holds a new grenade launcher and a riot gun while Sheriff William Strout displays a pepper fogger and gas mask (\protect\hyperlink{ref-Winter1970}{Winter 1970}). Scott County's 1970 population was 142,687 (\protect\hyperlink{ref-USCB1970}{USCB 1971}).}\label{fig:imgWinter1970} \end{figure} \hypertarget{gary-wills}{% -\subsection*{Gary Wills}\label{gary-wills}} - +\subsection{Gary Wills}\label{gary-wills}} -Pulitzer Prize-winning \href{https://en.wikipedia.org/wiki/Garry_Wills}{Garry Wills} (who at the time was considerably more conservative than he came to be later) penned an op-ed that ran in (at least) The Herald Statesman (Yonkers, New York) \citep{Wills1971a}, The Daily Item (Port Chester, New York) \citep{Wills1971b}, The Charlotte News (Charlotte, North Carolina) \citep{Wills1971c}, and The Philadelphia Inquirer \citep{Wills1971d} in April 1971 in which he basically tells all the cry babies (pun intended) to suck it up because he ``would not be afraid to undergo such experiences {[}as being pepper fogged{]} again'' \citep{Wills1971a}. +Pulitzer Prize-winning \href{https://en.wikipedia.org/wiki/Garry_Wills}{Garry Wills} (who at the time was considerably more conservative than he came to be later) penned an op-ed that ran in (at least) The Herald Statesman (Yonkers, New York) (\protect\hyperlink{ref-Wills1971a}{Wills 1971a}), The Daily Item (Port Chester, New York) (\protect\hyperlink{ref-Wills1971b}{Wills 1971b}), The Charlotte News (Charlotte, North Carolina) (\protect\hyperlink{ref-Wills1971c}{Wills 1971c}), and The Philadelphia Inquirer (\protect\hyperlink{ref-Wills1971d}{Wills 1971d}) in April 1971 in which he basically tells all the cry babies (pun intended) to suck it up because he ``would not be afraid to undergo such experiences {[}as being pepper fogged{]} again'' (\protect\hyperlink{ref-Wills1971a}{Wills 1971a}). -Notably, he touts the leading belief at the time that somehow thermal fogging is a ``safe immobilizer of individuals'' \citep{Wills1971a}, despite the weapon not being demonstrably safer than gas grenades and not only not ``immobilizing'' but explicitly designed to mobilize immobile resisters. -Wills interestingly deems chemical weapons as ``safer than dogs, which get out of control, bite bystanders (and even other cops) as well as `the bad guys'\,'' \citep{Wills1971a}, despite their being indiscriminate to the point of impacting bystanders, police officers, etc.. +Notably, he touts the leading belief at the time that somehow thermal fogging is a ``safe immobilizer of individuals'' (\protect\hyperlink{ref-Wills1971a}{Wills 1971a}), despite the weapon not being demonstrably safer than gas grenades and not only not ``immobilizing'' but explicitly designed to mobilize immobile resisters. +Wills interestingly deems chemical weapons as ``safer than dogs, which get out of control, bite bystanders (and even other cops) as well as `the bad guys'\,'' (\protect\hyperlink{ref-Wills1971a}{Wills 1971a}), despite their being indiscriminate to the point of impacting bystanders, police officers, etc.. -He concludes his piece by calling tear gas ``humane in \ldots{} foreign wars {[}and{]} domestic encounters'' \citep{Wills1971a}, speaking clearly to the return of the trip of the classically defined Imperial Boomerang \citep{Cesaire1950, Arendt1951, Foucault1976}. +He concludes his piece by calling tear gas ``humane in \ldots{} foreign wars {[}and{]} domestic encounters'' (\protect\hyperlink{ref-Wills1971a}{Wills 1971a}), speaking clearly to the return of the trip of the classically defined Imperial Boomerang (\protect\hyperlink{ref-Cesaire1950}{Césaire 1950}, \protect\hyperlink{ref-Arendt1951}{Arendt 1951}, \protect\hyperlink{ref-Foucault1976}{Foucault 1976}). \hypertarget{The1968Conventions}{% -\chapter*{The 1968 Conventions}\label{The1968Conventions}} - +\chapter{The 1968 National Conventions}\label{The1968Conventions}} -Deployment of chemical weapons on United States civilians by domestic law enforcement began in earnest in the late 1960s during the height of anti-war and civil rights protests, kicked off in particular by the 1968 Republican (Miami, Florida) and Democratic (Chicago, IL) National Conventions \citep{McArdle2018, TaylorandMorris2018}. +Deployment of chemical weapons on United States civilians by domestic law enforcement began in earnest in the late 1960s during the height of anti-war and civil rights protests, kicked off in particular by the 1968 Republican (Miami, Florida) and Democratic (Chicago, IL) National Conventions (\protect\hyperlink{ref-McArdle2018}{McArdle 2018}, \protect\hyperlink{ref-TaylorandMorris2018}{Taylor and Morris 2018}). As a result of a \protect\hyperlink{TheReturn}{heavy propaganda and branding campaign}, the thermal fogger was just becoming a mainstay of early police chemical weapons arsenals. Importantly, by the summer of 1968, the Florida Highway Patrol, Chicago Police Department, and California State Police all had purchased foggers. Beyond their legacy as the first domestic fogger deployments, the lingering impact of the 1968 Conventions was felt for years to come. -The Kansas City (Missouri) Police Department armed up their chemical weapons cache in advance of the 1976 Republican National Convention, including purchase of fogger fluids \citep{Hudson1976}. +The Kansas City (Missouri) Police Department armed up their chemical weapons cache in advance of the 1976 Republican National Convention, including purchase of fogger fluids (\protect\hyperlink{ref-Hudson1976}{Hudson 1976}). -\hypertarget{MiamiFL1968_08_08}{% -\section*{Miami, August 8}\label{MiamiFL1968_08_08}} +\hypertarget{rnc}{% +\section{RNC}\label{rnc}} +\hypertarget{MiamiFL1968_08_08}{% +\subsection{Miami, August 8}\label{MiamiFL1968_08_08}} -The first use of a thermal fogger to deploy chemical weapons in the US that I have been able to uncover was during the ``\href{https://en.wikipedia.org/wiki/1968_Miami_riot}{Liberty City Riots}'', which took place in during the \href{https://en.wikipedia.org/wiki/1968_Republican_National_Convention}{1968 Republican National Convention} (RNC) in Miami, Florida \citep{Tschenschlok1995, Tschenschlok1996, McArdle2018}. -A white reporter with the Miami Herald attempted to gain access to rally of concerned Black people that was meant to be only among Black people that was occurring in Liberty City, a Black neighborhood, on August 7th \citep{Tschenschlok1995, Tschenschlok1996}. -When the reporter was ejected from the rally, Miami police responded with a large and heavy presence and during the standoff, a white motorist with a ``Wallace for President'' bumper sticker attempted to drive through but was met with resistance and drove into another car, and fled the scene on foot \citep{Tschenschlok1995, Lorentzen2018}. +The first use of a thermal fogger to deploy chemical weapons in the US that I have been able to uncover was during the ``\href{https://en.wikipedia.org/wiki/1968_Miami_riot}{Liberty City Riots},'' which took place in during the \href{https://en.wikipedia.org/wiki/1968_Republican_National_Convention}{1968 Republican National Convention} (RNC) in Miami, Florida (\protect\hyperlink{ref-Tschenschlok1995}{Tschenschlok 1995}, \protect\hyperlink{ref-Tschenschlok1996}{1996}, \protect\hyperlink{ref-McArdle2018}{McArdle 2018}). +A white reporter with the Miami Herald attempted to gain access to rally of concerned Black people that was meant to be only among Black people that was occurring in Liberty City, a Black neighborhood, on August 7th (\protect\hyperlink{ref-Tschenschlok1995}{Tschenschlok 1995}, \protect\hyperlink{ref-Tschenschlok1996}{1996}). +When the reporter was ejected from the rally, Miami police responded with a large and heavy presence and during the standoff, a white motorist with a ``Wallace for President'' bumper sticker attempted to drive through but was met with resistance and drove into another car, and fled the scene on foot (\protect\hyperlink{ref-Tschenschlok1995}{Tschenschlok 1995}, \protect\hyperlink{ref-Lorentzen2018}{Lorentze 2018}). Miami police used chemical weapons the night of the 7th, but the fogger did not make an appearance until the subsequent day. -Local, state, and federal officials met with Black organizational representatives the night of the 7th and had agreed to continue discussions the morning of the 8th, but instead sent staffers rather than appear themselves, which effectively ended discussions \citep{Tschenschlok1995, Tschenschlok1996}. -Apparently, Miami Police Department was unable to manage the situation and Florida Highway Patrol (FHP) was called in by the city \citep{Tschenschlok1995}. +Local, state, and federal officials met with Black organizational representatives the night of the 7th and had agreed to continue discussions the morning of the 8th, but instead sent staffers rather than appear themselves, which effectively ended discussions (\protect\hyperlink{ref-Tschenschlok1995}{Tschenschlok 1995}, \protect\hyperlink{ref-Tschenschlok1996}{1996}). +Apparently, Miami Police Department was unable to manage the situation and Florida Highway Patrol (FHP) was called in by the city (\protect\hyperlink{ref-Tschenschlok1995}{Tschenschlok 1995}). -FHP used a truck with multiple foggers \citep{Lorentzen2018}, described as ``essentially a modified version of an insect-control machine'' that ``spread a thick fog of tear gas throughout the riot zone'' \citep{Tschenschlok1995}. +FHP used a truck with multiple foggers (\protect\hyperlink{ref-Lorentzen2018}{Lorentze 2018}), described as ``essentially a modified version of an insect-control machine'' that ``spread a thick fog of tear gas throughout the riot zone'' (\protect\hyperlink{ref-Tschenschlok1995}{Tschenschlok 1995}). -FHP used the truck-mounted thermal foggers indiscriminately and caused visible symptoms (gagging, etc.) in all present, including a 5-month old \citep{McArdle2018}. -The fog quickly spread into neighborhood homes, forcing residents outside to seek fresh air \citep{Tschenschlok1995}. +FHP used the truck-mounted thermal foggers indiscriminately and caused visible symptoms (gagging, etc.) in all present, including a 5-month old (\protect\hyperlink{ref-McArdle2018}{McArdle 2018}). +The fog quickly spread into neighborhood homes, forcing residents outside to seek fresh air (\protect\hyperlink{ref-Tschenschlok1995}{Tschenschlok 1995}). -\hypertarget{ChicagoIL1968_08_26}{% -\section*{Chicago, August 26 - 29}\label{ChicagoIL1968_08_26}} +\hypertarget{dnc}{% +\section{DNC}\label{dnc}} +\hypertarget{ChicagoIL1968_08_26}{% +\subsection{Chicago, August 26 - 29}\label{ChicagoIL1968_08_26}} -Later that month anti-war protests took place in Chicago, Illinois during the \href{https://en.wikipedia.org/wiki/1968_Democratic_National_Convention}{Democratic National Convention}, and a massive force of law enforcement (Chicago Police with assistance from over 6,000 National Guard members and 6,000 Army troops \citep{TaylorandMorris2018}) responded excessively, including with chemical weapons, on network news \citep{Schultz1969, Karnow1983, Farber1988, Langguth2000}. -After four days, hundreds had been given medical assistance for exposure to chemical weapons \citep{TaylorandMorris2018}. +Later that month anti-war protests took place in Chicago, Illinois during the \href{https://en.wikipedia.org/wiki/1968_Democratic_National_Convention}{Democratic National Convention}, and a massive force of law enforcement (Chicago Police with assistance from over 6,000 National Guard members and 6,000 Army troops (\protect\hyperlink{ref-TaylorandMorris2018}{Taylor and Morris 2018})) responded excessively, including with chemical weapons, on network news (\protect\hyperlink{ref-Schultz1969}{Schultz 1969}, \protect\hyperlink{ref-Karnow1983}{Karnow 1983}, \protect\hyperlink{ref-Farber1988}{Farber 1988}, \protect\hyperlink{ref-Langguth2000}{Langguth 2000}). +After four days, hundreds had been given medical assistance for exposure to chemical weapons (\protect\hyperlink{ref-TaylorandMorris2018}{Taylor and Morris 2018}). Although I have yet to find contemporary documentation of fogger use during the convention, an AP report on fogger use in \protect\hyperlink{BerkeleyCA1969_02_21}{Berkeley the year later} states \begin{quote} -A similar device was used during demonstrations in Chicago during the Democratic convention last summer. - \citet{TheDailyTribune1969_02_21} +A similar device was used during demonstrations in Chicago during the Democratic convention last summer. - \protect\hyperlink{ref-TheDailyTribune1969_02_21}{Associated Press} (\protect\hyperlink{ref-TheDailyTribune1969_02_21}{1969a}) \end{quote} As such, I consider this a very likely deployment. I am continuing to search for evidence. \hypertarget{BerkeleyCA1968_08_31}{% -\section*{Berkeley, August 31}\label{BerkeleyCA1968_08_31}} - +\subsection{Berkeley, August 31}\label{BerkeleyCA1968_08_31}} -A demonstration in Berkeley, California was called by the Young Socialist Alliance, Independent Socialist Club, and the Black Panther Party in solidarity with anti-war protesters in Chicago who the police had recently brutalized \citep{PatersonEveningNews1968_08_31, TheCapitalTimes1968_08_31}, including \protect\hyperlink{ChicagoIL1968_08_26}{use of a pepper fogger} \citep{TheDailyTribune1969_02_21}. -In response, police brutalized the protesters, and in the process brought out a hand-held pepper fogger, a ``new police weapon\ldots{} which produced a gas that caused sneezing'' \citep{PatersonEveningNews1968_08_31}. +A demonstration in Berkeley, California was called by the Young Socialist Alliance, Independent Socialist Club, and the Black Panther Party in solidarity with anti-war protesters in Chicago who the police had recently brutalized (\protect\hyperlink{ref-PatersonEveningNews1968_08_31}{United Press International 1968a}, \protect\hyperlink{ref-TheCapitalTimes1968_08_31}{1968b}), including \protect\hyperlink{ChicagoIL1968_08_26}{use of a pepper fogger} (\protect\hyperlink{ref-TheDailyTribune1969_02_21}{Associated Press 1969a}). +In response, police brutalized the protesters, and in the process brought out a hand-held pepper fogger, a ``new police weapon\ldots{} which produced a gas that caused sneezing'' (\protect\hyperlink{ref-PatersonEveningNews1968_08_31}{United Press International 1968a}). @@ -872,13 +857,13 @@ \section*{Berkeley, August 31}\label{BerkeleyCA1968_08_31}} } -\caption{Deployment of a thermal fogger by police in Berkeley, CA \citep{UPIphoto1968}.}\label{fig:imgberkeley19680831} +\caption{Deployment of a thermal fogger by police in Berkeley, CA (\protect\hyperlink{ref-UPIphoto1968}{United Press International 1968c}).}\label{fig:imgberkeley19680831} \end{figure} -Deployment of the thermal fogger was covered in newspapers around the country including Paterson, New Jersey \citep{PatersonEveningNews1968_08_31}; Hanford, California \citep{TheHanfordSentinel1968_08_31}; Honolulu, Hawaii \citep{TheHonoluluAdvertiser1968_09_01}; St.~Louis, Missouri \citep{StLouisPostDispatch1968_08_31}; Franklin, Pennsylvania \citep{TheNewsHerald1968_08_31}; Madison, Wisconsin \citep{TheCapitalTimes1968_08_31}; and El Paso, Texas \citep{ElPasoHeraldPost1968_08_31}, a city whose significance was already budding. +Deployment of the thermal fogger was covered in newspapers around the country including Paterson, New Jersey (\protect\hyperlink{ref-PatersonEveningNews1968_08_31}{United Press International 1968a}); Hanford, California (\protect\hyperlink{ref-TheHanfordSentinel1968_08_31}{United Press International 1968d}); Honolulu, Hawaii (\protect\hyperlink{ref-TheHonoluluAdvertiser1968_09_01}{United Press International 1968h}); St.~Louis, Missouri (\protect\hyperlink{ref-StLouisPostDispatch1968_08_31}{United Press International 1968e}); Franklin, Pennsylvania (\protect\hyperlink{ref-TheNewsHerald1968_08_31}{United Press International 1968f}); Madison, Wisconsin (\protect\hyperlink{ref-TheCapitalTimes1968_08_31}{United Press International 1968b}); and El Paso, Texas (\protect\hyperlink{ref-ElPasoHeraldPost1968_08_31}{United Press International 1968g}), a city whose significance was already budding. -It is clear from the photograph shared with the United Press International (UPI) copy that the fogger used is a \protect\hyperlink{GOEC}{GOEC} brand pepper fogger, which hit the market the month prior \citep{USTPO2018}. -The GOEC thermal fogger was so new, it would not have a trademarked name (``Pepper Fog'') for another year \citep{USTPO2018}. +It is clear from the photograph shared with the United Press International (UPI) copy that the fogger used is a \protect\hyperlink{GOEC}{GOEC} brand pepper fogger, which hit the market the month prior (\protect\hyperlink{ref-USTPO2018}{USTPO 2018}). +The GOEC thermal fogger was so new, it would not have a trademarked name (``Pepper Fog'') for another year (\protect\hyperlink{ref-USTPO2018}{USTPO 2018}). @@ -888,48 +873,45 @@ \section*{Berkeley, August 31}\label{BerkeleyCA1968_08_31}} } -\caption{Product image for thermal fogger \citep{GOECphoto}.}\label{fig:imggoecpf} +\caption{Product image for thermal fogger (\protect\hyperlink{ref-GOECphoto}{General Ordnance Equipment Corporation 1969a}).}\label{fig:imggoecpf} \end{figure} \hypertarget{coming-soon-to-a-town-near-you}{% -\section*{Coming Soon To A Town Near You!}\label{coming-soon-to-a-town-near-you}} - +\section{Coming Soon To A Town Near You!}\label{coming-soon-to-a-town-near-you}} Following the conventions, the fogger quickly became a part of the law enforcement arsenal. -US police had a hard time containing their glee when purchasing and testing thermal foggers for use on domestic civilians, as a general media blitz played out across the country through the late 1960s and early 1970s \citep{PlainDealer1971}. +US police had a hard time containing their glee when purchasing and testing thermal foggers for use on domestic civilians, as a general media blitz played out across the country through the late 1960s and early 1970s (\protect\hyperlink{ref-PlainDealer1971}{The McHenry Plaindealer 1971}). \hypertarget{illinois}{% -\subsection*{Illinois}\label{illinois}} - +\subsection{Illinois}\label{illinois}} In the wake of the \protect\hyperlink{ChicagoIL1968_08_26}{1968 Democratic National Convention}, Chicago-area police played an outsized role in promoting the propaganda line. -The pepper fogger was touted as being able to ``empty a house fast'' by Cook County Illinois Sheriff Joseph Woods \citep{MtVernonRegisterNews1969_04_09, DailyDispatch1969_04_09}, a definitely off-spec and dangerous use \citep{Nixalite2009b}. -The volume of fog emitted was also said to be able to fill \href{https://en.wikipedia.org/wiki/Soldier_Field}{Soldier Field (capacity 61,500 fans)} in under a minute \citep{DailyDispatch1969_04_09}. -Regardless, the Chicago-area Sheriff decided they needed three of them \citep{DailyDispatch1969_04_09}. +The pepper fogger was touted as being able to ``empty a house fast'' by Cook County Illinois Sheriff Joseph Woods (\protect\hyperlink{ref-MtVernonRegisterNews1969_04_09}{Harris 1969b}, \protect\hyperlink{ref-DailyDispatch1969_04_09}{1969c}), a definitely off-spec and dangerous use (\protect\hyperlink{ref-Nixalite2009b}{Nixalite 2009a}). +The volume of fog emitted was also said to be able to fill \href{https://en.wikipedia.org/wiki/Soldier_Field}{Soldier Field (capacity 61,500 fans)} in under a minute (\protect\hyperlink{ref-DailyDispatch1969_04_09}{Harris 1969c}). +Regardless, the Chicago-area Sheriff decided they needed three of them (\protect\hyperlink{ref-DailyDispatch1969_04_09}{Harris 1969c}). The Sheriff's Major in charge of chemical arsenal Anthony Yucevicius noted the fogger's psychological effect on recipients, as well saying \begin{quote} They make a terrifying noise and probably will have a scare effect on crowds. -\VA{--- \citet{TheTerreHauteTribune1969_04_08}.}{} +\VA{--- \protect\hyperlink{ref-TheTerreHauteTribune1969_04_08}{Harris} (\protect\hyperlink{ref-TheTerreHauteTribune1969_04_08}{1969a}).}{} \end{quote} -Use expanded among and within states, as by 1972 the Illinois State Police also purchased three foggers, which they trained with in Springfield \citep{Robinson1972}. +Use expanded among and within states, as by 1972 the Illinois State Police also purchased three foggers, which they trained with in Springfield (\protect\hyperlink{ref-Robinson1972}{Robinson 1972}). In news reports, the foggers were described as \begin{quote} a cross between a machine gun, a power lawn mower, and a sun lamp. -\VA{--- \citet{Robinson1972}.}{} +\VA{--- \protect\hyperlink{ref-Robinson1972}{Robinson} (\protect\hyperlink{ref-Robinson1972}{1972}).}{} \end{quote} \hypertarget{florida}{% -\subsection*{Florida}\label{florida}} - +\subsection{Florida}\label{florida}} -Similarly, following the \protect\hyperlink{MiamiFL1968_08_08}{1968 Republican National Convention}, Florida law enforcement took to the fogger \citep{Cain1968}. -In Sanford (1970 pop. 17,393; \citet{USCB1970}), the local police department purchased a fogger for use with \href{https://en.wikipedia.org/wiki/Phenacyl_chloride}{CN gas}, noting that it could shoot fog 20 ft for up to a 15 minute stretch, and so would be effective for controlling large masses \citep{Cain1968}. -They had, however, only used it in training and for demoing to the media \citep{Cain1968}. +Similarly, following the \protect\hyperlink{MiamiFL1968_08_08}{1968 Republican National Convention}, Florida law enforcement took to the fogger (\protect\hyperlink{ref-Cain1968}{Cain 1968}). +In Sanford (1970 pop. 17,393; \protect\hyperlink{ref-USCB1970}{USCB} (\protect\hyperlink{ref-USCB1970}{1971})), the local police department purchased a fogger for use with \href{https://en.wikipedia.org/wiki/Phenacyl_chloride}{CN gas}, noting that it could shoot fog 20 ft for up to a 15 minute stretch, and so would be effective for controlling large masses (\protect\hyperlink{ref-Cain1968}{Cain 1968}). +They had, however, only used it in training and for demoing to the media (\protect\hyperlink{ref-Cain1968}{Cain 1968}). @@ -939,15 +921,14 @@ \subsection*{Florida}\label{florida}} } -\caption{Sanford Police Officer Roy Williams shows off a fogger \citep{OrlandoEveningStar1968}.}\label{fig:imgOrlandoEveningStar1968} +\caption{Sanford Police Officer Roy Williams shows off a fogger (\protect\hyperlink{ref-OrlandoEveningStar1968}{Orlando Evening Star 1968}).}\label{fig:imgOrlandoEveningStar1968} \end{figure} \hypertarget{california}{% -\subsection*{California}\label{california}} +\subsection{California}\label{california}} - -Eager to not be shown up by the police in Berkeley, by 1970, the Los Angeles Sheriff's Department had already purchased their own fogger for their ``big artillery'' to use ``when other forms of persuasion have failed'' and started a media campaign \citep{Michals1970}. -The department and new state regulations required officers to be trained in chemical weapons use, which was set up through Officer Robert Hawkins \citep{Michals1970}. +Eager to not be shown up by the police in Berkeley, by 1970, the Los Angeles Sheriff's Department had already purchased their own fogger for their ``big artillery'' to use ``when other forms of persuasion have failed'' and started a media campaign (\protect\hyperlink{ref-Michals1970}{Michals 1970}). +The department and new state regulations required officers to be trained in chemical weapons use, which was set up through Officer Robert Hawkins (\protect\hyperlink{ref-Michals1970}{Michals 1970}). @@ -957,38 +938,36 @@ \subsection*{California}\label{california}} } -\caption{Los Angeles Sheriff's Department Officer demonstrating a fogger \citep{CopleyNewsService1970}.}\label{fig:imgCopleyNewsService1970} +\caption{Los Angeles Sheriff's Department Officer demonstrating a fogger (\protect\hyperlink{ref-CopleyNewsService1970}{Copley News Service 1970}).}\label{fig:imgCopleyNewsService1970} \end{figure} \hypertarget{national-guard}{% -\subsection*{National Guard}\label{national-guard}} - +\subsection{National Guard}\label{national-guard}} -Following the Kent State Massacre, the Ohio National Guard, as well as others around the country began equipping their forces with thermal foggers, using the death of those students as justification for massive purchaing of ``less lethal'' options \citep{Bandy1970}. +Following the Kent State Massacre, the Ohio National Guard, as well as others around the country began equipping their forces with thermal foggers, using the death of those students as justification for massive purchaing of ``less lethal'' options (\protect\hyperlink{ref-Bandy1970}{Bandy 1970}). \hypertarget{small-town-usa}{% -\subsection*{Small Town USA}\label{small-town-usa}} - +\subsection{Small Town USA}\label{small-town-usa}} No matter the size of the town, by the early 70s, police wanted in on that sweet sweet fogger action. -The Brigham City (Utah; 1970 pop. 14,007; \citet{USCB1970}) Police Department leveraged federal Omnibus Crime Act money to purchase a variety of weapons to use against protesters in 1971 \citep{BoxElderAgencies1971}. +The Brigham City (Utah; 1970 pop. 14,007; \protect\hyperlink{ref-USCB1970}{USCB} (\protect\hyperlink{ref-USCB1970}{1971})) Police Department leveraged federal Omnibus Crime Act money to purchase a variety of weapons to use against protesters in 1971 (\protect\hyperlink{ref-BoxElderAgencies1971}{Box Elder Agencies 1971}). Police Chief Jay Christensen noted that the fogger provides a longer shelf-life than grenades and reportage noted that it \begin{quote} emits a continuous stream of smoke, chemical irritants, or \textbf{whatever solution} is fed into it. {[}emphasis added{]} -\VA{--- \citet{Robinson1972}}{} +\VA{--- \protect\hyperlink{ref-Robinson1972}{Robinson} (\protect\hyperlink{ref-Robinson1972}{1972})}{} \end{quote} Use of federal funds to purchase chemical weapons, and specifically foggers, was not limited to one department. -Cities, counties, and states across the country used Omnibus Crime Bill money to up their chemical weapons caches, including foggers \citep{Conheim1972}. -For example, Oakland County in Michigan (1970 pop. 907,871; \citet{USCB1970}) purchased two pepper foggers for their South County Tactical Mobile Unit with part of their \$21,066 in 1970 \citep{Conheim1972}. +Cities, counties, and states across the country used Omnibus Crime Bill money to up their chemical weapons caches, including foggers (\protect\hyperlink{ref-Conheim1972}{Conheim 1972}). +For example, Oakland County in Michigan (1970 pop. 907,871; \protect\hyperlink{ref-USCB1970}{USCB} (\protect\hyperlink{ref-USCB1970}{1971})) purchased two pepper foggers for their South County Tactical Mobile Unit with part of their \$21,066 in 1970 (\protect\hyperlink{ref-Conheim1972}{Conheim 1972}). -Oneota New York (1970 pop. 16,030; \citet{USCB1970}) purchased a fogger in 1969 during the anti-war demonstrations, although the department bungled its response to protests \citep{Griffin1973}. -As came to light during a public probe, Oneota Police Chief Joseph F. DeSalvatore requested a limited amount of training in the budget, and officers were therefore unable to deploy the fogger or other chemical weapons \citep{Griffin1973}. +Oneota New York (1970 pop. 16,030; \protect\hyperlink{ref-USCB1970}{USCB} (\protect\hyperlink{ref-USCB1970}{1971})) purchased a fogger in 1969 during the anti-war demonstrations, although the department bungled its response to protests (\protect\hyperlink{ref-Griffin1973}{Griffin 1973}). +As came to light during a public probe, Oneota Police Chief Joseph F. DeSalvatore requested a limited amount of training in the budget, and officers were therefore unable to deploy the fogger or other chemical weapons (\protect\hyperlink{ref-Griffin1973}{Griffin 1973}). -Gaston County North Caolina (1970 pop. 47,322; \citet{USCB1970}) Sheriffs purchased a fogger, which they turned on but not used to dispense agents multiple times by 1970 in their jail system ``when there's been trouble brewing'' \citep{Balloch1970}. +Gaston County North Caolina (1970 pop. 47,322; \protect\hyperlink{ref-USCB1970}{USCB} (\protect\hyperlink{ref-USCB1970}{1971})) Sheriffs purchased a fogger, which they turned on but not used to dispense agents multiple times by 1970 in their jail system ``when there's been trouble brewing'' (\protect\hyperlink{ref-Balloch1970}{The Gastonian Gazette Sun 1970a}). @@ -998,21 +977,20 @@ \subsection*{Small Town USA}\label{small-town-usa}} } -\caption{Gaston County Sheriff's Deputy Anne Huffsteller poses with a thermal fogger \citep{TheGastoniaGazetteSun1970_10_04}.}\label{fig:imgTheGastoniaGazetteSun19701004} +\caption{Gaston County Sheriff's Deputy Anne Huffsteller poses with a thermal fogger (\protect\hyperlink{ref-TheGastoniaGazetteSun1970_10_04}{The Gastonian Gazette Sun 1970b}).}\label{fig:imgTheGastoniaGazetteSun19701004} \end{figure} Apparently the threat of \protect\hyperlink{BigMac}{death by chemical weapons fog} is sufficient to scare detained individuals into compliance. -Within a few years, however, departments began to realize they had no need for the machines, and began selling them with no use aside from testing \citep{DesMoinesTribune1975_05_06}. -The Storm Lake Iowa (1970 pop. 8,591; \citet{USCB1970}) purchased a fogger in 1971 in advance of a motorcycle rally that never happened, and used free advertising in local media in attempts to pawn it \citep{DesMoinesTribune1975_05_06}. -The article/ad mentions that officers have used foggers ``on occasion'' in Des Moines (Iowa's capital; 1970 pop. 201,404; \citet{USCB1970}) in addition to \protect\hyperlink{IowaCity}{one instance on the University of Iowa's campus} \citep{DesMoinesTribune1975_05_06}, although I have not located contemporaneous mentions. +Within a few years, however, departments began to realize they had no need for the machines, and began selling them with no use aside from testing (\protect\hyperlink{ref-DesMoinesTribune1975_05_06}{Des Moines Tribune 1975}). +The Storm Lake Iowa (1970 pop. 8,591; \protect\hyperlink{ref-USCB1970}{USCB} (\protect\hyperlink{ref-USCB1970}{1971})) purchased a fogger in 1971 in advance of a motorcycle rally that never happened, and used free advertising in local media in attempts to pawn it (\protect\hyperlink{ref-DesMoinesTribune1975_05_06}{Des Moines Tribune 1975}). +The article/ad mentions that officers have used foggers ``on occasion'' in Des Moines (Iowa's capital; 1970 pop. 201,404; \protect\hyperlink{ref-USCB1970}{USCB} (\protect\hyperlink{ref-USCB1970}{1971})) in addition to \protect\hyperlink{IowaCity}{one instance on the University of Iowa's campus} (\protect\hyperlink{ref-DesMoinesTribune1975_05_06}{Des Moines Tribune 1975}), although I have not located contemporaneous mentions. \hypertarget{Canada}{% -\subsection*{Crossing to Canada}\label{Canada}} - +\subsection{Crossing to Canada}\label{Canada}} -Canadian law enforcement was also quick to jump on the fogger train and the media were just as happy to propagandize their use \citep{Patterson1976}. -A convention of US and Canadian police chiefs held in Halifax, Nova Scotia in 1976 provided a glimpse into the state of affairs by mid-decade, at which point a supply chain had clearly been developed, although weapons salesmen refused to be named or have their statements linked to employers \citep{Patterson1976}. +Canadian law enforcement was also quick to jump on the fogger train and the media were just as happy to propagandize their use (\protect\hyperlink{ref-Patterson1976}{Patterson 1976}). +A convention of US and Canadian police chiefs held in Halifax, Nova Scotia in 1976 provided a glimpse into the state of affairs by mid-decade, at which point a supply chain had clearly been developed, although weapons salesmen refused to be named or have their statements linked to employers (\protect\hyperlink{ref-Patterson1976}{Patterson 1976}). @@ -1022,29 +1000,26 @@ \subsection*{Crossing to Canada}\label{Canada}} } -\caption{Sergeant Al Oakley shows off a pepper fogger \citep{MacKenzie1976}.}\label{fig:imgMacKenzie1976} +\caption{Sergeant Al Oakley shows off a pepper fogger (\protect\hyperlink{ref-MacKenzie1976}{MacKenzie 1976}).}\label{fig:imgMacKenzie1976} \end{figure} \hypertarget{scholastic-endeavors}{% -\chapter*{Scholastic Endeavors}\label{scholastic-endeavors}} - +\chapter{Scholastic Endeavors}\label{scholastic-endeavors}} Perhaps instigated by the willingness of the California Highway Patrol to use chemical weapons (including thermal foggers) in \protect\hyperlink{BerkeleyCA1968_08_31}{Berkeley on and around the University of California campus during the 1968 Convention protests}, many law enforcement agencies escalated anti-war and racial just protests in University towns during the 1960s and 1970s via chemical weapons. -The willingness of police to fog literally any place where undergraduates standing up for racial justice and against imperialism were gathering was highlighted in May of 1970 when \protect\hyperlink{CollegeParkMD1970_05_04}{Maryland State Police deployed chemical weapons via thermal fogger into the University of Maryland Chapel} \citep{Cabe1970}. +The willingness of police to fog literally any place where undergraduates standing up for racial justice and against imperialism were gathering was highlighted in May of 1970 when \protect\hyperlink{CollegeParkMD1970_05_04}{Maryland State Police deployed chemical weapons via thermal fogger into the University of Maryland Chapel} (\protect\hyperlink{ref-Cabe1970}{Cabe 1970}). Use of fogger-based chemical weapons against students, particularly students of color, was not limited to college campuses, but extended to high and middle schools. \hypertarget{university-cities}{% -\section*{University Cities}\label{university-cities}} - +\section{University Cities}\label{university-cities}} \hypertarget{durham}{% -\subsection*{Durham}\label{durham}} - +\subsection{Durham}\label{durham}} -Durham North Carolina Police broke up the ``Allen Building Demonstration'' taking place February 13 1969 on the campus of Duke University in Durham using a variety of weapons, including a thermal fogger \citep{DMH1969, Schreiberetal1971a, Schreiberetal1971b}. -The police reportedly chased protesters across campus with the fogger, including using it inside Duke Chapel \citep{Schreiberetal1971a, Schreiberetal1971b}. +Durham North Carolina Police broke up the ``Allen Building Demonstration'' taking place February 13 1969 on the campus of Duke University in Durham using a variety of weapons, including a thermal fogger (\protect\hyperlink{ref-DMH1969}{Jolley and Olive 1969}, \protect\hyperlink{ref-Schreiberetal1971a}{Schreiber et al. 1971a}, \protect\hyperlink{ref-Schreiberetal1971b}{1971b}). +The police reportedly chased protesters across campus with the fogger, including using it inside Duke Chapel (\protect\hyperlink{ref-Schreiberetal1971a}{Schreiber et al. 1971a}, \protect\hyperlink{ref-Schreiberetal1971b}{1971b}). @@ -1054,7 +1029,7 @@ \subsection*{Durham}\label{durham}} } -\caption{Deployment of a thermal fogger by police on Duke Campus \citep{DMH1969}.}\label{fig:imgdurham196902131} +\caption{Deployment of a thermal fogger by police on Duke Campus (\protect\hyperlink{ref-DMH1969}{Jolley and Olive 1969}).}\label{fig:imgdurham196902131} \end{figure} @@ -1065,16 +1040,14 @@ \subsection*{Durham}\label{durham}} } -\caption{Police with pepper fogger on Duke campus \citep{DMH1969}.}\label{fig:imgdurham196902132} +\caption{Police with pepper fogger on Duke campus (\protect\hyperlink{ref-DMH1969}{Jolley and Olive 1969}).}\label{fig:imgdurham196902132} \end{figure} \hypertarget{berkeley}{% -\subsection*{Berkeley}\label{berkeley}} - +\subsection{Berkeley}\label{berkeley}} \hypertarget{BerkeleyCA1969_02_21}{% -\subsubsection*{February 21 1969}\label{BerkeleyCA1969_02_21}} - +\subsubsection{February 21 1969}\label{BerkeleyCA1969_02_21}} A year after \protect\hyperlink{ChicagoIL1968_08_26}{using the fogger on a protest held in solidarity with the Chicago Protest}, police in Berkeley again deployed a fogger to clear demonstrators including striking students from outside a University Regents and Sproul Hall plaza on the University of California campus. @@ -1086,10 +1059,10 @@ \subsubsection*{February 21 1969}\label{BerkeleyCA1969_02_21}} } -\caption{Police use a pepper fogger and other chemical weapons to clear a University plaza \citep{APphoto1969a}.}\label{fig:imgberkeley19690221a} +\caption{Police use a pepper fogger and other chemical weapons to clear a University plaza (\protect\hyperlink{ref-APphoto1969a}{Associated Press 1969j}).}\label{fig:imgberkeley19690221a} \end{figure} -This deployment was covered in papers across the country including the Press-Telegram (Long Beach, California) \citep{PressTelegram1969_02_21}, The Jackson Sun (Jackson, Tennessee) \citep{TheJacksonSun1969_02_21}, The Daily Tribune (Wisconsin Rapids, Wisconsin) \citep{TheDailyTribune1969_02_21}, The Sumter Daily Item (Sumter, South Carolina) \citep{TheSumterDailyItem1969_02_21}, The New Mexican (Santa Fe, New Mexico) \citep{TheNewMexican1969_02_21}, Janesville Daily Gazette (Janesville, Wisconsin) \citep{JanesvilleDailyGazette1969_02_22}, and Messenger-Inquirer (Owensboro, Kentucky) \citep{MessengerInquirer1969_02_22}. +This deployment was covered in papers across the country including the Press-Telegram (Long Beach, California) (\protect\hyperlink{ref-PressTelegram1969_02_21}{Associated Press 1969b}), The Jackson Sun (Jackson, Tennessee) (\protect\hyperlink{ref-TheJacksonSun1969_02_21}{Associated Press 1969c}), The Daily Tribune (Wisconsin Rapids, Wisconsin) (\protect\hyperlink{ref-TheDailyTribune1969_02_21}{Associated Press 1969a}), The Sumter Daily Item (Sumter, South Carolina) (\protect\hyperlink{ref-TheSumterDailyItem1969_02_21}{Associated Press 1969d}), The New Mexican (Santa Fe, New Mexico) (\protect\hyperlink{ref-TheNewMexican1969_02_21}{Associated Press 1969e}), Janesville Daily Gazette (Janesville, Wisconsin) (\protect\hyperlink{ref-JanesvilleDailyGazette1969_02_22}{Associated Press 1969h}), and Messenger-Inquirer (Owensboro, Kentucky) (\protect\hyperlink{ref-MessengerInquirer1969_02_22}{Associated Press 1969i}). @@ -1099,16 +1072,15 @@ \subsubsection*{February 21 1969}\label{BerkeleyCA1969_02_21}} } -\caption{Police engulf a University plaza in chemical fog \citep{APphoto1969a}.}\label{fig:imgberkeley19690221b} +\caption{Police engulf a University plaza in chemical fog (\protect\hyperlink{ref-APphoto1969a}{Associated Press 1969j}).}\label{fig:imgberkeley19690221b} \end{figure} -Canadian newspapers detailed the fogger use as well, specifically the Red Deer Advocate Red Deer, Alberta, Canada) \citep{RedDeerAdvocate1969_02_21} and The Leader-Post (Regina, Saskatchewan) \citep{TheLeaderPost1969_02_21}. +Canadian newspapers detailed the fogger use as well, specifically the Red Deer Advocate Red Deer, Alberta, Canada) (\protect\hyperlink{ref-RedDeerAdvocate1969_02_21}{Associated Press 1969f}) and The Leader-Post (Regina, Saskatchewan) (\protect\hyperlink{ref-TheLeaderPost1969_02_21}{Associated Press 1969g}). \hypertarget{february-28-1969}{% -\subsubsection*{February 28 1969}\label{february-28-1969}} - +\subsubsection{February 28 1969}\label{february-28-1969}} -The following week, the police in Berkeley were joined by California National Guard troops to attack strikers, and continued to use the pepper fogger \citep{TheMiamiNews1969_03_01, PressandSunBulletin1969_03_01}. +The following week, the police in Berkeley were joined by California National Guard troops to attack strikers, and continued to use the pepper fogger (\protect\hyperlink{ref-TheMiamiNews1969_03_01}{Associated Press 1969m}, \protect\hyperlink{ref-PressandSunBulletin1969_03_01}{1969n}). @@ -1118,7 +1090,7 @@ \subsubsection*{February 28 1969}\label{february-28-1969}} } -\caption{National guardsmen and police fog UC Berkeley \citep{APphoto1969c}.}\label{fig:imgberkeley196902281} +\caption{National guardsmen and police fog UC Berkeley (\protect\hyperlink{ref-APphoto1969c}{Associated Press 1969k}).}\label{fig:imgberkeley196902281} \end{figure} @@ -1129,16 +1101,15 @@ \subsubsection*{February 28 1969}\label{february-28-1969}} } -\caption{View from behind of the police using a pepper fogger on striking students \citep{APphoto1969d}.}\label{fig:imgberkeley196902282} +\caption{View from behind of the police using a pepper fogger on striking students (\protect\hyperlink{ref-APphoto1969d}{Associated Press 1969l}).}\label{fig:imgberkeley196902282} \end{figure} \hypertarget{may-15-1969}{% -\subsubsection*{May 15 1969}\label{may-15-1969}} +\subsubsection{May 15 1969}\label{may-15-1969}} +Alameda County sheriffs deployed a pepper fogger on UC Berkeley's campus again during the ``People's Park Riots'' of 1969 (\protect\hyperlink{ref-LATimes1969}{Los Angeles Times 1969}, \protect\hyperlink{ref-Hayes1970}{Hayes 1970}). -Alameda County sheriffs deployed a pepper fogger on UC Berkeley's campus again during the ``People's Park Riots'' of 1969 \citep{LATimes1969, Hayes1970}. - -The riot apparently started when the university tried to prevent individuals living on the street from a volunteer-run park they built on a lot owned by the school \citep{ThePressDemocrat1970_10_13}. +The riot apparently started when the university tried to prevent individuals living on the street from a volunteer-run park they built on a lot owned by the school (\protect\hyperlink{ref-ThePressDemocrat1970_10_13}{United Press International 1970}). The Sheriffs were joined by the California National Guard once again, who this time fogged neighborhoods from the back of a Jeep: @@ -1146,27 +1117,25 @@ \subsubsection*{May 15 1969}\label{may-15-1969}} \begin{figure} -{\centering \includegraphics{img/gasjeep} +{\centering \includegraphics[width=9.69in]{img/gasjeep} } -\caption{California National Guard's Gas Jeep \citep{gasjeep}.}\label{fig:gasjeep} +\caption{California National Guard's Gas Jeep (\protect\hyperlink{ref-gasjeep}{Rosenberg 1969}).}\label{fig:gasjeep} \end{figure} \hypertarget{seattle}{% -\subsection*{Seattle}\label{seattle}} - +\subsection{Seattle}\label{seattle}} -Seattle Washington police deployed CN and CS gas via a new pepper fogger in their clash with ``hundreds of unruly youths in the University District'' on August 14 1969 \citep{StatesmanJournal1969_08_17}. -Witnesses recounted that the machine was ``highly effective'', filling ``2-3 blocks of a street with tear gas in about a minute'' \citep{StatesmanJournal1969_08_17}. +Seattle Washington police deployed CN and CS gas via a new pepper fogger in their clash with ``hundreds of unruly youths in the University District'' on August 14 1969 (\protect\hyperlink{ref-StatesmanJournal1969_08_17}{Associated Press 1969p}). +Witnesses recounted that the machine was ``highly effective,'' filling ``2-3 blocks of a street with tear gas in about a minute'' (\protect\hyperlink{ref-StatesmanJournal1969_08_17}{Associated Press 1969p}). \hypertarget{CollegeParkMD1970_05_04}{% -\subsection*{College Park}\label{CollegeParkMD1970_05_04}} +\subsection{College Park}\label{CollegeParkMD1970_05_04}} - -On May 4th 1970, students gathered at campuses around the country to protest President Nixon's expansion of war into Cambodia, inlcuding in at the University of MAryland (UMD) campus in College Park \citep{WAS2013}. -Police responded with chemical weapons that did not deter the protest, but rather moved it around the campus \citep{Cabe1970}. -By later in the day, UMD students had heard about the Ohio National Guard shooting four Kent State students and took up a position in front on and inside the UMD Chapel \citep{WAS2013}, which did not stop the chemical weapons barrage or the use of the fogger specifically \citep{Oates1970} +On May 4th 1970, students gathered at campuses around the country to protest President Nixon's expansion of war into Cambodia, inlcuding in at the University of MAryland (UMD) campus in College Park (\protect\hyperlink{ref-WAS2013}{Washington Area Spark 2013}). +Police responded with chemical weapons that did not deter the protest, but rather moved it around the campus (\protect\hyperlink{ref-Cabe1970}{Cabe 1970}). +By later in the day, UMD students had heard about the Ohio National Guard shooting four Kent State students and took up a position in front on and inside the UMD Chapel (\protect\hyperlink{ref-WAS2013}{Washington Area Spark 2013}), which did not stop the chemical weapons barrage or the use of the fogger specifically (\protect\hyperlink{ref-Oates1970}{Oates 1970}) @@ -1176,7 +1145,7 @@ \subsection*{College Park}\label{CollegeParkMD1970_05_04}} } -\caption{Police fog the University of Maryland \citep{Cabe1970}.}\label{fig:imgCabe1970} +\caption{Police fog the University of Maryland (\protect\hyperlink{ref-Cabe1970}{Cabe 1970}).}\label{fig:imgCabe1970} \end{figure} @@ -1187,10 +1156,10 @@ \subsection*{College Park}\label{CollegeParkMD1970_05_04}} } -\caption{Police fog the University of Maryland Chapel \citep{Cabe1970}.}\label{fig:imgOates1970} +\caption{Police fog the University of Maryland Chapel (\protect\hyperlink{ref-Cabe1970}{Cabe 1970}).}\label{fig:imgOates1970} \end{figure} -The Maryland State Police liked the \protect\hyperlink{GOEC}{GOEC} fogger so much they included it in their Manual on Civil Disturbances as a tool for deploying \href{https://en.wikipedia.org/wiki/CS_gas}{CS gas} \citep{MSP}: +The Maryland State Police liked the \protect\hyperlink{GOEC}{GOEC} fogger so much they included it in their Manual on Civil Disturbances as a tool for deploying \href{https://en.wikipedia.org/wiki/CS_gas}{CS gas} (\protect\hyperlink{ref-MSP}{Maryland State Police 1972}): @@ -1200,36 +1169,32 @@ \subsection*{College Park}\label{CollegeParkMD1970_05_04}} } -\caption{Maryland State Police's \protect\hyperlink{GOEC}{GOEC} pepper fogger \citep{MSP}.}\label{fig:imgMSP} +\caption{Maryland State Police's \protect\hyperlink{GOEC}{GOEC} pepper fogger (\protect\hyperlink{ref-MSP}{Maryland State Police 1972}).}\label{fig:imgMSP} \end{figure} \hypertarget{IowaCity}{% -\subsection*{Iowa City}\label{IowaCity}} - +\subsection{Iowa City}\label{IowaCity}} -Johnson County sheriffs - including two deputies carrying pepper foggers - used chemical weapons against protesters in Iowa City, Iowa IA on May 6 1971 \citep{Eckholt1971}. +Johnson County sheriffs - including two deputies carrying pepper foggers - used chemical weapons against protesters in Iowa City, Iowa IA on May 6 1971 (\protect\hyperlink{ref-Eckholt1971}{Eckholt 1971}). -The chemicals deployed smelled like insecticides and were described in print as ``unidentified'' because the Sheriff refused to publicly name the compounds, including to the news media \citep{Eckholt1971}. +The chemicals deployed smelled like insecticides and were described in print as ``unidentified'' because the Sheriff refused to publicly name the compounds, including to the news media (\protect\hyperlink{ref-Eckholt1971}{Eckholt 1971}). \hypertarget{Minneapolis1972_05_10}{% -\subsection*{Minneapolis}\label{Minneapolis1972_05_10}} - +\subsection{Minneapolis}\label{Minneapolis1972_05_10}} -Thousands of anti-war protesters gathered in cities around the US on May 10 1972 to demonstrate against the use of mines in Vietnam harbors \citep{ArgusLeader1972_05_11a}. -In Minneapolis, crowds totalling a thousand protestered gathered on and near the University of Minnesota campus and police responded with chemical weapons deployed via grenades, sprays, a helicopter and a thermal fogger \citep{ArgusLeader1972_05_11b, StarTribune1972_05_11}. +Thousands of anti-war protesters gathered in cities around the US on May 10 1972 to demonstrate against the use of mines in Vietnam harbors (\protect\hyperlink{ref-ArgusLeader1972_05_11a}{Associated Press 1972a}). +In Minneapolis, crowds totalling a thousand protestered gathered on and near the University of Minnesota campus and police responded with chemical weapons deployed via grenades, sprays, a helicopter and a thermal fogger (\protect\hyperlink{ref-ArgusLeader1972_05_11b}{Associated Press 1972b}, \protect\hyperlink{ref-StarTribune1972_05_11}{Star Tribune 1972}). -The fogger was used to direct the crowd around campus and spread gas over large areas, such as the area known as Scholars Walk (\textasciitilde0.25 mile from Washington Avenue to the Auditorium) \citep{StarTribune1972_05_11}. +The fogger was used to direct the crowd around campus and spread gas over large areas, such as the area known as Scholars Walk (\textasciitilde0.25 mile from Washington Avenue to the Auditorium) (\protect\hyperlink{ref-StarTribune1972_05_11}{Star Tribune 1972}). \hypertarget{gainesville}{% -\subsection*{Gainesville}\label{gainesville}} +\subsection{Gainesville}\label{gainesville}} - -Similarly to the anti-mine protests in \protect\hyperlink{Minneapolis1972_05_10}{Minneapolis}, on the campus of the University of Florida in Gainesville, Florida Highway Patrol deployed a riot vehicle dubbed ``The Monster'' which ``spewed tear gas'' \citep{ArgusLeader1972_05_11b}. -Although a fogger is not mentioned specifically, this is the same agency (Florida Highway Patrol) that first \href{Liberty\%20City\%20\#MiamiFL1968_08_08}{deployed thermal foggers via a truck} in 1968 \citep{Tschenschlok1995, Lorentzen2018}. +Similarly to the anti-mine protests in \protect\hyperlink{Minneapolis1972_05_10}{Minneapolis}, on the campus of the University of Florida in Gainesville, Florida Highway Patrol deployed a riot vehicle dubbed ``The Monster'' which ``spewed tear gas'' (\protect\hyperlink{ref-ArgusLeader1972_05_11b}{Associated Press 1972b}). +Although a fogger is not mentioned specifically, this is the same agency (Florida Highway Patrol) that first \href{Liberty\%20City\%20\#MiamiFL1968_08_08}{deployed thermal foggers via a truck} in 1968 (\protect\hyperlink{ref-Tschenschlok1995}{Tschenschlok 1995}, \protect\hyperlink{ref-Lorentzen2018}{Lorentze 2018}). \hypertarget{high-schools}{% -\section*{High Schools}\label{high-schools}} - +\section{High Schools}\label{high-schools}} As soon as they laid their hands on foggers, law enforcement extended their use from \protect\hypertarget{Universities}{}{universities} to high schools, specifically using the weapons against Black youth protesters. @@ -1238,10 +1203,9 @@ \section*{High Schools}\label{high-schools}} Law enforcement agents used chemical weapons against Black junior and high school students during the Civil Rights Era, including a weapon (the thermal fogger) developed not even five years prior to \protect\hyperlink{Vietnam}{gas Vietnamese soldiers and civilians from tunnels}. \hypertarget{SanGordonio}{% -\subsection*{San Gordonio}\label{SanGordonio}} +\subsection{San Gordonio}\label{SanGordonio}} - -Although undated, this photograph printed in The Delta Democrat-Times (Greenville, Mississippi Thursday) \citep{TheDeltaDemocratTimes1969_11_20} on November 20, 1969 references a ``recent'' use of the fogger on students. +Although undated, this photograph printed in The Delta Democrat-Times (Greenville, Mississippi Thursday) (\protect\hyperlink{ref-TheDeltaDemocratTimes1969_11_20}{United Press International 1969a}) on November 20, 1969 references a ``recent'' use of the fogger on students. @@ -1251,22 +1215,21 @@ \subsection*{San Gordonio}\label{SanGordonio}} } -\caption{Police use a pepper fogger on students at San Gordonio High School \citep{UPIphoto1969}.}\label{fig:imgsanbernardino1969xxxx} +\caption{Police use a pepper fogger on students at San Gordonio High School (\protect\hyperlink{ref-UPIphoto1969}{United Press International 1969b}).}\label{fig:imgsanbernardino1969xxxx} \end{figure} Use of the thermal fogger by police that day seems likely, given their more documented deployment of it on December 3, 1971. -On that day, a combination of San Bernardino police, San Bernardino County sheriffs, and California Highway Patrol used tear gas from a pepper fogger to break up a ``major racial confrontation'' among students at San Gorgonio High School and across a 20-block area surrounding campus \citep{Yetzeretal1971}. +On that day, a combination of San Bernardino police, San Bernardino County sheriffs, and California Highway Patrol used tear gas from a pepper fogger to break up a ``major racial confrontation'' among students at San Gorgonio High School and across a 20-block area surrounding campus (\protect\hyperlink{ref-Yetzeretal1971}{Yetzer et al. 1971}). \hypertarget{Lawrence1970_04_21}{% -\subsection*{Lawrence}\label{Lawrence1970_04_21}} - +\subsection{Lawrence}\label{Lawrence1970_04_21}} -Lawrence, Kansas Police used tear gas, including from a thermal fogger, on April 21st, 1970 against Black high school and junior high students, their parents, and community members \citep{Monhollon2002}. -The students had gathered that day after a week-long stand-off with administration in response to their failures to meet their demands regarding Black representation in curriculum, hiring, sports, and awards \citep{Monhollon2002}. +Lawrence, Kansas Police used tear gas, including from a thermal fogger, on April 21st, 1970 against Black high school and junior high students, their parents, and community members (\protect\hyperlink{ref-Monhollon2002}{Monhollon 2002}). +The students had gathered that day after a week-long stand-off with administration in response to their failures to meet their demands regarding Black representation in curriculum, hiring, sports, and awards (\protect\hyperlink{ref-Monhollon2002}{Monhollon 2002}). -Black students had occuppied the principal's office on May 13th and prominent members of the office occupation were arrested from the school that day and promptly suspended from school \citep{Monhollon2002}. -Racial tensions escalated over the subsequent week flamed by presence and actions of the local Klu Klux Klan and Minutemen, some of whom were also police officers \citep{Monhollon2002}. -The night of April 20th, the school board held a meeting where they barred suspended students from participating and did not reinstate them, nor did they address the demands, and there was a mass walkout \citep{Monhollon2002}. +Black students had occuppied the principal's office on May 13th and prominent members of the office occupation were arrested from the school that day and promptly suspended from school (\protect\hyperlink{ref-Monhollon2002}{Monhollon 2002}). +Racial tensions escalated over the subsequent week flamed by presence and actions of the local Klu Klux Klan and Minutemen, some of whom were also police officers (\protect\hyperlink{ref-Monhollon2002}{Monhollon 2002}). +The night of April 20th, the school board held a meeting where they barred suspended students from participating and did not reinstate them, nor did they address the demands, and there was a mass walkout (\protect\hyperlink{ref-Monhollon2002}{Monhollon 2002}). The next day, police were ready with heavy chemical weaponry, including the \protect\hyperlink{GOEC}{GOEC Pepper Fog} fogger: @@ -1278,51 +1241,45 @@ \subsection*{Lawrence}\label{Lawrence1970_04_21}} } -\caption{Police bring a \protect\hyperlink{GOEC}{GOEC} pepper fogger to gas Black high school and junior high students at Lawrence High School \citep{UKA1970}.}\label{fig:imglawrence19700421} +\caption{Police bring a \protect\hyperlink{GOEC}{GOEC} pepper fogger to gas Black high school and junior high students at Lawrence High School (\protect\hyperlink{ref-UKA1970}{University of Kansas Archives 1970}).}\label{fig:imglawrence19700421} \end{figure} \hypertarget{broadening-application}{% -\chapter*{Broadening Application}\label{broadening-application}} - +\chapter{Broadening Application}\label{broadening-application}} The use of foggers, while not commonly overt, spread throughout the 1970s and 1980s, occasionally making an appearance in news media reports. \hypertarget{racial-justice}{% -\section*{Racial Justice}\label{racial-justice}} +\section{Racial Justice}\label{racial-justice}} - -Police are generally more apt to use heavy responses including chemical weapons against Black protesters in general \citep{DSPDX2020}. +Police are generally more apt to use heavy responses including chemical weapons against Black protesters in general (\protect\hyperlink{ref-DSPDX2020}{Morman et al. 2020}). It is therefore not surprising to learn that law enforcement use foggers to deploy chemical weapons on racial justice protests. Indeed, the first use of the fogger in the United States was during the \protect\hyperlink{MiamiFL1968_08_08}{Liberty City Riots}, a police action in response to Black community organizations holding conversation among themselves. \hypertarget{danville-il}{% -\subsection*{Danville IL}\label{danville-il}} - +\subsection{Danville IL}\label{danville-il}} Foggers have been used in a variety of cities, not just major metropolitan areas. -Danville, Illinois (1970 pop. 42,570; \citep{USCB1970}) Police used a pepper fogger to disperse a crowd of Black protesters that had used picnic tables to barricade a street through their neighborhood on a second night of demonstrations \citep{Palladium-Item1969}, August 10th 1969. +Danville, Illinois (1970 pop. 42,570; (\protect\hyperlink{ref-USCB1970}{USCB 1971})) Police used a pepper fogger to disperse a crowd of Black protesters that had used picnic tables to barricade a street through their neighborhood on a second night of demonstrations (\protect\hyperlink{ref-Palladium-Item1969}{Associated Press 1969o}), August 10th 1969. \hypertarget{rodney-king}{% -\subsection*{Rodney King}\label{rodney-king}} +\subsection{Rodney King}\label{rodney-king}} - -Although mentioned in a few outlets during the 1992 police response to the protests in response to the verdict in the Rodney King case, I have yet to find documentation of foggers being used explicitly during that time \citep{Askren1992}. -For example, Riley County (Kansas; 1970 pop. 56,788; \citet{USCB1970}) Sheriffs had a fogger in their arsenal in 1992 according to Director Alvan Johnson \citep{Askren1992}. +Although mentioned in a few outlets during the 1992 police response to the protests in response to the verdict in the Rodney King case, I have yet to find documentation of foggers being used explicitly during that time (\protect\hyperlink{ref-Askren1992}{Askren 1992}). +For example, Riley County (Kansas; 1970 pop. 56,788; \protect\hyperlink{ref-USCB1970}{USCB} (\protect\hyperlink{ref-USCB1970}{1971})) Sheriffs had a fogger in their arsenal in 1992 according to Director Alvan Johnson (\protect\hyperlink{ref-Askren1992}{Askren 1992}). \hypertarget{labor}{% -\section*{Labor}\label{labor}} - +\section{Labor}\label{labor}} Another common target of police force are labor activists, and so it is not suprising to see the fogger being deployed against strikers at least once in US history. \hypertarget{north-kingstown-ri-march-22-1982}{% -\subsection*{North Kingstown RI, March 22 1982}\label{north-kingstown-ri-march-22-1982}} - +\subsection{North Kingstown RI, March 22 1982}\label{north-kingstown-ri-march-22-1982}} -The Brown and Sharpe company called in local police and Rhode Island State Police officers to help try to break a (at the time) 22-long strike at their factory in North Kingstown, Rhode Island \citep{TheLexingtonHerald1982_03_23, Carbone2017}. -A North Kingstown officer named TJ Varone deployed tear gas via a pepper fogger on a group of 75 people, primarily workers' wives and Brown University students, that was blocking the main entrance to the tool factory \citep{TheLexingtonHerald1982_03_23, Carbone2017}. -The picketers braved the gas for a considerable amount of time, requiring close-range fogging to finally disperse them \citep{Carbone2017}. +The Brown and Sharpe company called in local police and Rhode Island State Police officers to help try to break a (at the time) 22-long strike at their factory in North Kingstown, Rhode Island (\protect\hyperlink{ref-TheLexingtonHerald1982_03_23}{Associated Press 1982b}, \protect\hyperlink{ref-Carbone2017}{Carbone 2017}). +A North Kingstown officer named TJ Varone deployed tear gas via a pepper fogger on a group of 75 people, primarily workers' wives and Brown University students, that was blocking the main entrance to the tool factory (\protect\hyperlink{ref-TheLexingtonHerald1982_03_23}{Associated Press 1982b}, \protect\hyperlink{ref-Carbone2017}{Carbone 2017}). +The picketers braved the gas for a considerable amount of time, requiring close-range fogging to finally disperse them (\protect\hyperlink{ref-Carbone2017}{Carbone 2017}). @@ -1332,31 +1289,28 @@ \subsection*{North Kingstown RI, March 22 1982}\label{north-kingstown-ri-march-2 } -\caption{Police fog striking workers and their families \citep{APphoto1982}.}\label{fig:imgnorthKingstown1982322} +\caption{Police fog striking workers and their families (\protect\hyperlink{ref-APphoto1982}{Associated Press 1982a}).}\label{fig:imgnorthKingstown1982322} \end{figure} -The fogging did not, however, break the strike \citep{Carbone2017}. +The fogging did not, however, break the strike (\protect\hyperlink{ref-Carbone2017}{Carbone 2017}). -Newspaper and television coverage of the fogging circled the globe \citep{Carbone2017}. +Newspaper and television coverage of the fogging circled the globe (\protect\hyperlink{ref-Carbone2017}{Carbone 2017}). \hypertarget{celebrations}{% -\section*{Celebrations}\label{celebrations}} - +\section{Celebrations}\label{celebrations}} On occasion, police forces have used foggers against protests or riots that are more of a celebratory nature but still do not respond to their commands to disperse. \hypertarget{nhra-nationals}{% -\subsection*{1974 NHRA Nationals}\label{nhra-nationals}} - +\subsection{1974 NHRA Nationals}\label{nhra-nationals}} -Indiana State Police used a pepper fogger and gas grenades on a crowd of 2,000 drag racing fans blocking a highway between the track and campsites at the Hot Rod Association's US Nationals in Clermont IN, September 1 1974 \citep{Courier1974_09_02, TheBillingsGazette1982_01_10}. +Indiana State Police used a pepper fogger and gas grenades on a crowd of 2,000 drag racing fans blocking a highway between the track and campsites at the Hot Rod Association's US Nationals in Clermont IN, September 1 1974 (\protect\hyperlink{ref-Courier1974_09_02}{Associated Press 1974a}, \protect\hyperlink{ref-TheBillingsGazette1982_01_10}{1974b}). \hypertarget{new-years-eve}{% -\subsection*{1975 New Years Eve}\label{new-years-eve}} +\subsection{1975 New Years Eve}\label{new-years-eve}} - -New Year's Eve 1975 was apparently quite raucous in Florida, as many cities experienced revelry that got out-of-hand enough to elicit police use of force \citep{TheTampaTribune1976_01_02}. -In Ft. Lauderdale, party-goers pulled down a traffic light and police deployed multiple foggers on a crowd of 2,500 on the beach \citep{TheTampaTribune1976_01_02}. +New Year's Eve 1975 was apparently quite raucous in Florida, as many cities experienced revelry that got out-of-hand enough to elicit police use of force (\protect\hyperlink{ref-TheTampaTribune1976_01_02}{United Press International 1976a}). +In Ft. Lauderdale, party-goers pulled down a traffic light and police deployed multiple foggers on a crowd of 2,500 on the beach (\protect\hyperlink{ref-TheTampaTribune1976_01_02}{United Press International 1976a}). @@ -1366,113 +1320,102 @@ \subsection*{1975 New Years Eve}\label{new-years-eve}} } -\caption{Police carrying pepper foggers towards the beach \citep{UPIphoto1975}.}\label{fig:imgftlauderdale19751231} +\caption{Police carrying pepper foggers towards the beach (\protect\hyperlink{ref-UPIphoto1975}{United Press International 1975a}).}\label{fig:imgftlauderdale19751231} \end{figure} -The mayhem was noteworthy enough to garner publication in the Berkeley Gazette \citep{BerkeleyGazette1976_01_02} as well as the Tampa Tribune \citep{TheTampaTribune1976_01_02}. +The mayhem was noteworthy enough to garner publication in the Berkeley Gazette (\protect\hyperlink{ref-BerkeleyGazette1976_01_02}{United Press International 1976b}) as well as the Tampa Tribune (\protect\hyperlink{ref-TheTampaTribune1976_01_02}{United Press International 1976a}). \hypertarget{trainging-accidents}{% -\section*{Trainging Accidents}\label{trainging-accidents}} - +\section{Trainging Accidents}\label{trainging-accidents}} -While not an intentional deployment, in at least one documented incident, a pepper fogger used in firefighter training exercises caused severe symptoms and led to an investigation \citep{Judd1981}. +While not an intentional deployment, in at least one documented incident, a pepper fogger used in firefighter training exercises caused severe symptoms and led to an investigation (\protect\hyperlink{ref-Judd1981}{Judd 1981}). \hypertarget{bullitt-volunteer-fire-department}{% -\subsection*{Bullitt Volunteer Fire Department}\label{bullitt-volunteer-fire-department}} - +\subsection{Bullitt Volunteer Fire Department}\label{bullitt-volunteer-fire-department}} -On December 15 1981, The Southeast Bullitt Volunteer Fire Department In Kentucky was conducting a smoke training exercise using a pepper fogger on loan from the fire marshal's office when their ``victim'' and 16 others (including firefighters) began experiencing coughing fits, headaches, and chest pains \citep{Judd1981}. +On December 15 1981, The Southeast Bullitt Volunteer Fire Department In Kentucky was conducting a smoke training exercise using a pepper fogger on loan from the fire marshal's office when their ``victim'' and 16 others (including firefighters) began experiencing coughing fits, headaches, and chest pains (\protect\hyperlink{ref-Judd1981}{Judd 1981}). -Although Smith and Wesson (the Pepper Fogger manufacturer at the time) claimed this was a one-off incident, the Kentucky State Fire Marshal's office had received other reports of firefighters becoming sick when using foggers in smoke training \citep{Judd1981}. -Residue tests later revealed no unexpected compounds \citep{TheCourierJournal1982_01_10}, indicating the toxicity had come from the design-for-use ``safe'' smoke. +Although Smith and Wesson (the Pepper Fogger manufacturer at the time) claimed this was a one-off incident, the Kentucky State Fire Marshal's office had received other reports of firefighters becoming sick when using foggers in smoke training (\protect\hyperlink{ref-Judd1981}{Judd 1981}). +Residue tests later revealed no unexpected compounds (\protect\hyperlink{ref-TheCourierJournal1982_01_10}{The Courier-Journal 1982}), indicating the toxicity had come from the design-for-use ``safe'' smoke. \hypertarget{CarceralSystem}{% -\chapter*{The Carceral System}\label{CarceralSystem}} - +\chapter{The Carceral System}\label{CarceralSystem}} Like many chemical weapons devices, thermal foggers are used in local, state, and federal carceral systems. Unfortunately most deployments go undocumented or such documents never see the light of day. It seems that the only time we find out about prisoners being fogged is when a serious incident occurs triggering outside investigations and the judicial system. \hypertarget{BigMac}{% -\section*{Big Mac}\label{BigMac}} - +\section{Big Mac}\label{BigMac}} -In the 1970s, the McAlester (``Big Mac'') Oklahoma State Penitentiary was the site of considerable resistance and rioting by inmates \citep{TheRag1975, WinterSoldier1975}. -A major tool used by the guards in retaliation was tear gas, which they deployed via shot shells, grenades, and pepper foggers \citep{Allen1974a, Allen1975a, Allen1975b, Coffey1975b}. -Given its use here, it is highly likely that the Oklahoma State Penitentiary system used pepper foggers before (and likely after) \citep{Johnson1974}. +In the 1970s, the McAlester (``Big Mac'') Oklahoma State Penitentiary was the site of considerable resistance and rioting by inmates (\protect\hyperlink{ref-WinterSoldier1975}{Winter Soldier 1975}, \protect\hyperlink{ref-TheRag1975}{The Rag 1975}). +A major tool used by the guards in retaliation was tear gas, which they deployed via shot shells, grenades, and pepper foggers (\protect\hyperlink{ref-Allen1974a}{Allen 1974a}, \protect\hyperlink{ref-Allen1975a}{1975a}, \protect\hyperlink{ref-Allen1975b}{1975b}, \protect\hyperlink{ref-Coffey1975b}{Coffey 1975b}). +Given its use here, it is highly likely that the Oklahoma State Penitentiary system used pepper foggers before (and likely after) (\protect\hyperlink{ref-Johnson1974}{Johnson 1974}). -The guards regularly isolated the uprising's leaders in the solitary confinement building known as ``The Rock'', sealed the building, and gassed it so thick it lasted for days \citep{Allen1974b, TheRag1975}. -During the May 20 1974 gassings in response to riots, Black prisoner Robert Forsythe, a 33-year old serving time for a robbery, happened to be in solitary confinement due to being caught with contraband money and was not associated with the uprising directly, and so inexperienced with the effects of gas \citep{Johnson1974, TheRag1975, Wilson1993}. -Although reports are conflicting on details, guards started fogging and gassing prisoners who were, at most, rattling their doors \citep{Hobbs1974}. -The likely reason for the barrage was retaliatory, as it was ``unjustified'' according to a veteran guard \citep{Coffey1975a}. +The guards regularly isolated the uprising's leaders in the solitary confinement building known as ``The Rock,'' sealed the building, and gassed it so thick it lasted for days (\protect\hyperlink{ref-Allen1974b}{Allen 1974b}, \protect\hyperlink{ref-TheRag1975}{The Rag 1975}). +During the May 20 1974 gassings in response to riots, Black prisoner Robert Forsythe, a 33-year old serving time for a robbery, happened to be in solitary confinement due to being caught with contraband money and was not associated with the uprising directly, and so inexperienced with the effects of gas (\protect\hyperlink{ref-Johnson1974}{Johnson 1974}, \protect\hyperlink{ref-TheRag1975}{The Rag 1975}, \protect\hyperlink{ref-Wilson1993}{Wilson 1993}). +Although reports are conflicting on details, guards started fogging and gassing prisoners who were, at most, rattling their doors (\protect\hyperlink{ref-Hobbs1974}{Hobbs 1974}). +The likely reason for the barrage was retaliatory, as it was ``unjustified'' according to a veteran guard (\protect\hyperlink{ref-Coffey1975a}{Coffey 1975a}). -During the gassings, a pepper fogger was specifically used in the building and created ``fumes of gas {[}that{]} were awfully heavy, one of the worst I've ever seen'' according to veteran corrections officers' trial testimony \citep{Allen1975b, Coffey1975a}. -The gassing lasted for four hours despite yells for help, resulting in serious injuries including burned and blistered skin, eyes swollen shut, and breathing difficulties \citep{Coffey1975b}. -That intense fogging and lack of medical attention over the next two days were main factors contributing to Forsythe's injuries and death two days later, according to medical experts' testimony \citep{Allen1974b, Allen1975a, Allen1975b}. +During the gassings, a pepper fogger was specifically used in the building and created ``fumes of gas {[}that{]} were awfully heavy, one of the worst I've ever seen'' according to veteran corrections officers' trial testimony (\protect\hyperlink{ref-Allen1975b}{Allen 1975b}, \protect\hyperlink{ref-Coffey1975a}{Coffey 1975a}). +The gassing lasted for four hours despite yells for help, resulting in serious injuries including burned and blistered skin, eyes swollen shut, and breathing difficulties (\protect\hyperlink{ref-Coffey1975b}{Coffey 1975b}). +That intense fogging and lack of medical attention over the next two days were main factors contributing to Forsythe's injuries and death two days later, according to medical experts' testimony (\protect\hyperlink{ref-Allen1974b}{Allen 1974b}, \protect\hyperlink{ref-Allen1975a}{1975a}, \protect\hyperlink{ref-Allen1975b}{1975b}). -Although the guards involved were indicted by a grand jury and brought to trial, they ultimately were acquitted of all charges \citep{UPI1975a, UPI1975b}. +Although the guards involved were indicted by a grand jury and brought to trial, they ultimately were acquitted of all charges (\protect\hyperlink{ref-UPI1975a}{United Press International 1975b}, \protect\hyperlink{ref-UPI1975b}{1975c}). \hypertarget{union-correctional}{% -\section*{Union Correctional}\label{union-correctional}} - +\section{Union Correctional}\label{union-correctional}} -According to the superintendent, a riot was caused in the Florida State Prison's Union Correctional Institution in Raiford on July 5th, 1981 by 22 prisoners who were intoxicated, and the only way to subdue them was to deploy a thermal fogger \citep{TallahasseeDemocrat1981_07_07}. -As a result of two officers being ``slightly injured'' and three inmates being stabbed, an investigation was launched that caused the event to be picked up in the newspapers \citep{TallahasseeDemocrat1981_07_07}. +According to the superintendent, a riot was caused in the Florida State Prison's Union Correctional Institution in Raiford on July 5th, 1981 by 22 prisoners who were intoxicated, and the only way to subdue them was to deploy a thermal fogger (\protect\hyperlink{ref-TallahasseeDemocrat1981_07_07}{United Press International 1981}). +As a result of two officers being ``slightly injured'' and three inmates being stabbed, an investigation was launched that caused the event to be picked up in the newspapers (\protect\hyperlink{ref-TallahasseeDemocrat1981_07_07}{United Press International 1981}). \hypertarget{dade-county}{% -\section*{Dade County}\label{dade-county}} +\section{Dade County}\label{dade-county}} - -Dade County Sheriffs used foggers to sweep a field on July 17th 1974 in search of a murder suspect that had eluded K-9 units, helicopters, a plane, and an attempt to flush him out by burning the field \citep{TampaBayTimes1974_07_18}. -The suspect was so well dug in that he could withstand significant gassing that surprised a Sheriff's sergeant who participated in the operation \citep{TampaBayTimes1974_07_18}. +Dade County Sheriffs used foggers to sweep a field on July 17th 1974 in search of a murder suspect that had eluded K-9 units, helicopters, a plane, and an attempt to flush him out by burning the field (\protect\hyperlink{ref-TampaBayTimes1974_07_18}{Associated Press and United Press International 1974}). +The suspect was so well dug in that he could withstand significant gassing that surprised a Sheriff's sergeant who participated in the operation (\protect\hyperlink{ref-TampaBayTimes1974_07_18}{Associated Press and United Press International 1974}). \hypertarget{CBP}{% -\chapter*{Border Patrol: A Second Boomeranging}\label{CBP}} - +\chapter{Border Patrol: A Second Boomeranging}\label{CBP}} -United States Border Patrol (BP) has played an outsized role in policing and corrections within the federal immigration system and abroad both in support of armed services and independently \citep{Miller2019}. +United States Border Patrol (BP) has played an outsized role in policing and corrections within the federal immigration system and abroad both in support of armed services and independently (\protect\hyperlink{ref-Miller2019}{Miller 2019}). Indeed, BP has provided another boomeranging of the Imperial Tetherball that bridges the Vietnam-era and present-day domestic applications via export to foreign governments for use in controling their own populaces. \hypertarget{international-trafficking}{% -\section*{International Trafficking}\label{international-trafficking}} - +\section{International Trafficking}\label{international-trafficking}} Within a year and a half of the fogger's arrival to US domestic police agencies, BP agents were engaging foreign governments independent of the military on chemical weapons deployment including using thermal foggers. -During April 25 - May 9 of 1970, Raymond Dee Bond, a Border Patrol agent with decades of experience, sold \$15,000 worth of chemical weaponry to the Mexican federal government \citep{ValleyMorningStar1973_08_04}. -Included in the cache were multiple pepper foggers and formulations \citep{ValleyMorningStar1973_08_04}. -Bond was caught and charges with weapons trafficking and acting as a foreign agent without notifying the Secretary of State \citep{DailyNews1972_10_27}. -Although indicted by a federal grand jury, Bond was able to escape prosecution by resigning from his position \citep{ValleyMorningStar1973_08_04}. +During April 25 - May 9 of 1970, Raymond Dee Bond, a Border Patrol agent with decades of experience, sold \$15,000 worth of chemical weaponry to the Mexican federal government (\protect\hyperlink{ref-ValleyMorningStar1973_08_04}{Star Tribune 1973}). +Included in the cache were multiple pepper foggers and formulations (\protect\hyperlink{ref-ValleyMorningStar1973_08_04}{Star Tribune 1973}). +Bond was caught and charges with weapons trafficking and acting as a foreign agent without notifying the Secretary of State (\protect\hyperlink{ref-DailyNews1972_10_27}{United Press International 1972}). +Although indicted by a federal grand jury, Bond was able to escape prosecution by resigning from his position (\protect\hyperlink{ref-ValleyMorningStar1973_08_04}{Star Tribune 1973}). -Given the extensive reach of Border Patrol into Central and South America fueled in particular by the `Drug War' \citep{Chepesiuk1999}, it is reasonable to expect that this was not an isolated event. +Given the extensive reach of Border Patrol into Central and South America fueled in particular by the `Drug War' (\protect\hyperlink{ref-Chepesiuk1999}{Chepesiuk 1999}), it is reasonable to expect that this was not an isolated event. \hypertarget{bortac}{% -\section*{BORTAC}\label{bortac}} +\section{BORTAC}\label{bortac}} +By 2020, the Border Patrol Tactical Unit (BORTAC) had been established to, among other tasks, provide particularly extreme responses to domestic as well as foreign uprisings (\protect\hyperlink{ref-CBP2006}{USCBP 2006}, \protect\hyperlink{ref-CBP2014}{2014}, \protect\hyperlink{ref-CBP2018}{2018}). +BORTAC is truly a global domestic law enforcement agency, operating in 28 countries (they were willing to publicly disclose as of 2006; \protect\hyperlink{ref-CBP2006}{USCBP} (\protect\hyperlink{ref-CBP2006}{2006})), providing a wide range of services (\protect\hyperlink{ref-CBP2014}{USCBP 2014}, \protect\hyperlink{ref-Miller2019}{Miller 2019}). +BORTAC's specific genesis was focused on riots in federal immigration detention centers (\protect\hyperlink{ref-CBP2006}{USCBP 2006}, \protect\hyperlink{ref-CBP2014}{2014}), noteworthy given the use of thermal foggers in the United States \protect\hyperlink{CarceralSystem}{carceral system}. -By 2020, the Border Patrol Tactical Unit (BORTAC) had been established to, among other tasks, provide particularly extreme responses to domestic as well as foreign uprisings \citep{CBP2006, CBP2014, CBP2018}. -BORTAC is truly a global domestic law enforcement agency, operating in 28 countries (they were willing to publicly disclose as of 2006; \citet{CBP2006}), providing a wide range of services \citep{CBP2014, Miller2019}. -BORTAC's specific genesis was focused on riots in federal immigration detention centers \citep{CBP2006, CBP2014}, noteworthy given the use of thermal foggers in the United States \href{@CarceralSystem}{carceral system}. - -Border Patrol agents from the El Paso unit specifically were deployed to police protests in El Paso in addition to being sent to Portland and other cities like Albuquerque, New Mexico \citep{Borunda2020}. +Border Patrol agents from the El Paso unit specifically were deployed to police protests in El Paso in addition to being sent to Portland and other cities like Albuquerque, New Mexico (\protect\hyperlink{ref-Borunda2020}{Borunda 2020}). \hypertarget{PortlandOR2020_2021}{% -\subsection*{Portland OR}\label{PortlandOR2020_2021}} - +\subsection{Portland OR}\label{PortlandOR2020_2021}} -The thermal fogger made a very visible return to the public sphere in July of 2020, when US Customs and Border Protection (CBP) officers brought a bright-green version to Portland, OR during the \protect\hyperlink{PortlandOR2020_07_29}{2020 Black Lives Matter protests} \citep{pb20202021}. +The thermal fogger made a very visible return to the public sphere in July of 2020, when US Customs and Border Protection (CBP) officers brought a bright-green version to Portland, OR during the \protect\hyperlink{PortlandOR2020_07_29}{2020 Black Lives Matter protests} (\protect\hyperlink{ref-pb20202021}{PB2020 Team 2021}). Since then, the fogger has been deployed \protect\hyperlink{PortlandORICE2020_2021}{three additional times by CBP in Portland}, all at the property Immigration and Customs Enforcement (ICE) rents on the South Waterfront. \hypertarget{PortlandOR2020_07_29}{% -\subsubsection*{July 29 2020}\label{PortlandOR2020_07_29}} +\subsubsection{July 29 2020}\label{PortlandOR2020_07_29}} - -At the beginning of July 2020, then-president Trump deployed Department of Homeland Security (DHS) agents to ``protect'' federal property in Portland, OR \citep{DHS2020, Flanigan2020, Trump2020}. -During the final days of the visible presence and response of federal agents in Summer 2020, Customs and Border Protection (CBP) unveiled their thermal fogger \citep{Recompiler2020_07_29}, which has been identified through photos as an \href{https://www.nixalite.com/product/igeba-tf-35}{IGEBA TF35} thermal fogger from Nixalite of America Inc. -This machine is designed and marketed for bird control, and while ``\emph{training tool for military/law enforcement}'' is listed among its uses \citep{Nixalite2009a}, its safety requirements explicitly state: +At the beginning of July 2020, then-president Trump deployed Department of Homeland Security (DHS) agents to ``protect'' federal property in Portland, OR (\protect\hyperlink{ref-Trump2020}{Trump 2020}, \protect\hyperlink{ref-DHS2020}{USDHS 2020}, \protect\hyperlink{ref-Flanigan2020}{Flanigan 2020}). +During the final days of the visible presence and response of federal agents in Summer 2020, Customs and Border Protection (CBP) unveiled their thermal fogger (\protect\hyperlink{ref-Recompiler2020_07_29}{Sal 2020a}), which has been identified through photos as an \href{https://www.nixalite.com/product/igeba-tf-35}{IGEBA TF35} thermal fogger from Nixalite of America Inc. +This machine is designed and marketed for bird control, and while ``\emph{training tool for military/law enforcement}'' is listed among its uses (\protect\hyperlink{ref-Nixalite2009a}{Nixalite 2009b}), its safety requirements explicitly state: \begin{quote} -``\emph{\textbf{19. Do not fog directly against persons\ldots During operation keep distance of minimum {[}10 ft{]}.}}'' - \citep{Nixalite2009b} +``\emph{\textbf{19. Do not fog directly against persons\ldots During operation keep distance of minimum {[}10 ft{]}.}}'' - (\protect\hyperlink{ref-Nixalite2009b}{Nixalite 2009a}) \end{quote} @@ -1483,20 +1426,19 @@ \subsubsection*{July 29 2020}\label{PortlandOR2020_07_29}} } -\caption{CBP agent deploying chemical agent via thermal fogger in front of the federal courthouse \citep{Brown2020}.}\label{fig:imgportland202007292} +\caption{CBP agent deploying chemical agent via thermal fogger in front of the federal courthouse (\protect\hyperlink{ref-Brown2020}{Brown 2020}).}\label{fig:imgportland202007292} \end{figure} \hypertarget{PortlandORICE2020_2021}{% -\subsubsection*{Abolish ICE: Immigration and Customs Enforcement Rental Property}\label{PortlandORICE2020_2021}} - +\subsubsection{Abolish ICE: Immigration and Customs Enforcement Rental Property}\label{PortlandORICE2020_2021}} -While the thermal fogger hasn't been deployed at the federal Courthouse in downtown Portland since July 29 2020, it has been used repeatedly by Department of Homeland Security agents at the private property US Immigration and Customs Enforcement (ICE) rents to use as a holding center for deportees in the South Waterfront neighborhood \citep{Simonis2021} -- the same building that saw the weeks-long Ocuppy ICE protests in 2018 \citep{Dubois2018}. +While the thermal fogger hasn't been deployed at the federal Courthouse in downtown Portland since July 29 2020, it has been used repeatedly by Department of Homeland Security agents at the private property US Immigration and Customs Enforcement (ICE) rents to use as a holding center for deportees in the South Waterfront neighborhood (\protect\hyperlink{ref-Simonis2021}{Simonis 2021}) -- the same building that saw the weeks-long Ocuppy ICE protests in 2018 (\protect\hyperlink{ref-Dubois2018}{Dubois 2018}). The first of such deployments occurred during the fall of 2020. -Along with cities across the country, Portland hosted many events on October 17th focused around the racial and gender justice \citep{Recompiler2020_10_17}. -In the evening, there was a gathering at Willamette Park in the Southwest part of the city, where organizers passed out balloons detailing harrowing experiences of migrants and immigrants detained by ICE \citep{Recompiler2020_10_17}. -After marching to the ICE rental property, individuals tied the balloons to the gate to the parking garage, and Department of Homeland Security (DHS) agents including Customs and Border Protection (CBP) officers deployed massive amounts of chemical weapons, including via a thermal fogger, throughout the neighborhood \citep{Recompiler2020_10_17}. +Along with cities across the country, Portland hosted many events on October 17th focused around the racial and gender justice (\protect\hyperlink{ref-Recompiler2020_10_17}{Sal 2020b}). +In the evening, there was a gathering at Willamette Park in the Southwest part of the city, where organizers passed out balloons detailing harrowing experiences of migrants and immigrants detained by ICE (\protect\hyperlink{ref-Recompiler2020_10_17}{Sal 2020b}). +After marching to the ICE rental property, individuals tied the balloons to the gate to the parking garage, and Department of Homeland Security (DHS) agents including Customs and Border Protection (CBP) officers deployed massive amounts of chemical weapons, including via a thermal fogger, throughout the neighborhood (\protect\hyperlink{ref-Recompiler2020_10_17}{Sal 2020b}). @@ -1506,15 +1448,14 @@ \subsubsection*{Abolish ICE: Immigration and Customs Enforcement Rental Property } -\caption{CBP agent fogging a South Waterfront neighborhood \citep{Lake2020}.}\label{fig:imgportland20201017} +\caption{CBP agent fogging a South Waterfront neighborhood (\protect\hyperlink{ref-Lake2020}{Lake 2020}).}\label{fig:imgportland20201017} \end{figure} \hypertarget{J20}{% -\subsubsection*{Inaugration 2021}\label{J20}} - +\subsubsection{Inaugration 2021}\label{J20}} -The same fogger (or at least the same model) was again brought out at the ICE rental property on January 20th 2021 during the Inauguration Day (``J20'') Abolish ICE protests in response to an individual spray painting a piece of plywood tacked outside the building \citep{Recompiler2021_01_20}. -The fogged up and down multiple blocks, with visible plumes entering units in the adjacent apartment complexes and covering the playground of an adjacent public school \citep{Recompiler2021_01_20, Simonis2021}. +The same fogger (or at least the same model) was again brought out at the ICE rental property on January 20th 2021 during the Inauguration Day (``J20'') Abolish ICE protests in response to an individual spray painting a piece of plywood tacked outside the building (\protect\hyperlink{ref-Recompiler2021_01_20}{Sal 2021a}). +The fogged up and down multiple blocks, with visible plumes entering units in the adjacent apartment complexes and covering the playground of an adjacent public school (\protect\hyperlink{ref-Simonis2021}{Simonis 2021}, \protect\hyperlink{ref-Recompiler2021_01_20}{Sal 2021a}). @@ -1524,10 +1465,10 @@ \subsubsection*{Inaugration 2021}\label{J20}} } -\caption{CBP officer holding thermal fogger \citep{Staab2021}.}\label{fig:imgportland20210120} +\caption{CBP officer holding thermal fogger (\protect\hyperlink{ref-Staab2021}{Staab 2021}).}\label{fig:imgportland20210120} \end{figure} -That weekend, CBP deployed the fogger again during Abolish ICE protests, this time gassing even more of the neighborhood, including the local public school and veterans-preference housing \citep{Recompiler2021_01_23, Simonis2021}. +That weekend, CBP deployed the fogger again during Abolish ICE protests, this time gassing even more of the neighborhood, including the local public school and veterans-preference housing (\protect\hyperlink{ref-Simonis2021}{Simonis 2021}, \protect\hyperlink{ref-Recompiler2021_01_23}{Sal 2021b}). @@ -1537,7 +1478,7 @@ \subsubsection*{Inaugration 2021}\label{J20}} } -\caption{CBP agent holding thermal fogger \citep{Lewis-Rolland2021a}.}\label{fig:imgportland202101231} +\caption{CBP agent holding thermal fogger (\protect\hyperlink{ref-Lewis-Rolland2021a}{Lewis-Rolland 2021a}).}\label{fig:imgportland202101231} \end{figure} @@ -1548,14 +1489,13 @@ \subsubsection*{Inaugration 2021}\label{J20}} } -\caption{CBP agent fogging an intersection in the South Waterfront neighborhood \citep{Lewis-Rolland2021b}.}\label{fig:imgportland202101232} +\caption{CBP agent fogging an intersection in the South Waterfront neighborhood (\protect\hyperlink{ref-Lewis-Rolland2021b}{Lewis-Rolland 2021b}).}\label{fig:imgportland202101232} \end{figure} \hypertarget{Conclusion}{% -\chapter*{Conclusion}\label{Conclusion}} +\chapter{Conclusion}\label{Conclusion}} - -Although the use of a thermal fogger by US CBP to deploy chemical weapons on racial justice protesters in Portland in 2020 and 2021 appeared novel to many, the truth is that it is just the most recent chapter in acylical narrative stretching back half a century and spanning the globe. +Although the use of a thermal fogger by US CBP to deploy chemical weapons on racial justice protesters in Portland in 2020 and 2021 appeared novel to many, the truth is that it is just the most recent chapter in a cylical narrative stretching back half a century and spanning the globe. Spawned from the US military occupation of Vietnam, the thermal fogger has always been a tool for suppressing resistance among the populace. Its initial transition to the American homefront was rapid and smooth, with retired military law enforcement eager to deploy them against civil rights and anti-war protesters. @@ -1567,7 +1507,7 @@ \chapter*{Conclusion}\label{Conclusion}} Throughout all of this, the fogger was used to maim and even kill individuals while targeting the marginalized, many of whom have stories that have not been heard publicly. I hope that through this work, I can call attention to the shared history across generations, spark conversations, and facilitate story telling to illuminate the impacts of the thermal fogger on human people beings. -Building on the concept of an Imperial Boomerang, I propose that the trajectory of the thermal fogger can be thought of as an Imperial Tetherball, with multiple depatures and returns. +Building on the concept of an Imperial Boomerang, I propose that the trajectory of the thermal fogger can be thought of as an Imperial Tetherball, with multiple departures and returns. Key questions from my perspective are then: \begin{itemize} @@ -1584,7 +1524,651 @@ \chapter*{Conclusion}\label{Conclusion}} And we still don't even know what comes out of the exhaust nozzle. - \bibliography{packages.bib,references.bib} +\cleardoublepage + +\hypertarget{appendix-appendices}{% +\appendix \addcontentsline{toc}{chapter}{\appendixname}} + + +\hypertarget{AltTexts}{% +\chapter{Figure Descriptions}\label{AltTexts}} + +Alt-text descriptions for figures in the book: + +\begin{itemize} +\item + Figure \ref{fig:imgportland20200729}: Fully riot-geared and for some reason in green camo US Homeland Security agents (to the middle and the left of the photo) behind a row of two-foot tall, one-foot radius metal posts, behind a metal grate wall over 7 feet tall with metal support beams and concrete pylon buttressing. In the front of the left side is an agent holding a plastic clear riot shield, through which you can see a patch that say `Border Patrol Federal Agent' in yellow and some insignia patches as well. In the middle are the agents in camo, one with a hand on the shoulder of another who is operating a thermal fogger machine shooting gas through the fence. The machine is maybe four or five feet long and has a body not unlike a bush whacker with a two-cycle engine, but fueling a vaporizer instead of a rotor. The agent is holding the machine with their right hand visibly and there is a black strap across their shoulder holding it up. The machine is mostly shiny metal, although the tip is showing signs of corrosion (no surprise based on the compounds and heat) and the supports of the body are a bright green +\item + Figure \ref{fig:imgCrockett1969}: B/W image drawing with text from an old white paper book. The text says FOG DISSEMINATION at the top then a paragraph with \texttt{Fog\ dissemination\ devices\ operate\ by\ rapidly\ vaporizing\ a\ high\ boiling\ point\ liquid\ agent\ formulation.\ This\ is\ accomplished\ by\ injecting\ the\ liquid\ agent\ into\ a\ hot\ gas\ flow\ and\ allowing\ the\ vaporized\ agent\ to\ contact\ the\ cooler\ ambient\ air\ where\ the\ agent\ condenses\ into\ a\ fog\ and\ ultimately\ into\ extremely\ small\ agent\ particles.} In the middle is the drawing with a square on the left with a long rectangle coming out of it to the right with a cloud out the further end of the rectangle. There are bits of text around it, pointing to the box it says \texttt{FUEL}, \texttt{SPARK}, and \texttt{COMBUSTION\ CHAMBER}. in the middle of the rectange it says \texttt{HOT\ GASES} in the middle of arrows pointing out towards the cloud. Along the rectangle another injection area is noted for \texttt{Liquid\ Agent\ Injection} Text on the bottom says \texttt{FIGURE\ 4.\ FOG\ DISSEMINATION.\ A\ liquid\ chemical\ agent\ is\ vaporized\ by\ a\ hot\ gas\ flow\ and\ released\ as\ a\ fog\ cloud}. +\item + Figure \ref{fig:imgvcmm}: Book illustration (colorful, hand-rendered style) of green-clad US military service members in helmets flak vests, boots, etc, standing around a thermal fogger in the foreground. The fogger is a non-portable Mity Mite style fogger with a big reservoir and giant vacuum style hose running through a green tarp that's lying on the ground and covering the tunnel entrance. They are in a clearing with huts and the jungle in the background. +\item + Figure \ref{fig:imgtunnels}: Book illustration (blank and greys, hand-rendered style) of a two-level village tunnel system, connecting most of the structures with defensive trenches and bunkers. There are eight houses surrounding a community building and the nearest ones are cut-away so you can see into them and the ground beneath them, which shows the tunnels and bunkers. Each house has a shelter and they are connected via tunnels. There is a puji-stake moat with a sharpened bamboo fence around it surrounding the village and there's one road in, with a gate at the fence. There is a river or open water of some kind on the other side of the fence and then some fields and jungle. The community building is two stories and is next to a single flag on a pole in the center of the village. The flag is blank, and so functionally white. +\item + Figure \ref{fig:imgratmask}: B/W image. Open trench at bottom, center. Pipe runs across trench and into the dirt on either side. Person in gas mask crouched below pipe looking up and forward. Leg in pants and lace up boot stretched over trench leaning against right edge. Other leg and boot partially visible on left. Hand holding lit cigarette resting on foot on left. +\item + Figure \ref{fig:imgirontriangle}: Text-book style map of the III Corps Tactical Zone from 1965-1967, according to the legend. This is the area of Vietnam around Saigon, with some of the South China Sea visible to the south at the bottom and Cambodia to the north west in the upper left portion. Major highways and cities are indicated on the map, but the main points are the color highlighted boundaries of the two war zones and the iron triangle, which are all in reddish organge, and the full tactical zone in a darker blue. There is text in the bottom left that says Map 13 and there is a unit bar in the legend that gives distances in both miles and kilometers. +\item + Figure \ref{fig:imgmitymite}: Technical rendering sketch of a tank with the words Mity Mite on the side. Funnel on bottom of tank leads to exhaust hose below and pipe on bottom of tank has small flexible hose attaching to exhaust hose as well. Exhaust hose comes from below and curves upward to the right. Below the tanks and attached by a frame is a small motor. +\item + Figure \ref{fig:imgmightymite}: B/W image in a dirt field. Helmeted soldier on one knee with tank strapped on back. Lifting a board with left hand and holding an exhaust tube from the tank under the board with right hand. +\item + Figure \ref{fig:imgunpacktest}: B/W image. In a clearing in a densely vegetated area, a small tank with an exhaust pipe blowing fog to the right. The cloud of fog covers much of the right side. Towards the back, 2 people wearing helmets and fatigues with sleeves rolled up stand with hands on hips on either side of the fogger, watching it. +\item + Figure \ref{fig:imgtablea212}: Screen cap of a photo copy of an old report, it's black and white and in bad shape, but legible for the most part. It's Table A.2.1.2, Chemical Sprays and Foggers. There are columns: Device/Model, Manufacturer, Description, Estimated Cost (for development or for purchase), and Status (available already or needing development). There are 6 rows, one for each Device/Model: MK17 Pepper Fog CS-Tear Smoke Generator, MK XII, Turb A Fog Tear Gas Dispenser, Federal Dust Projector 271, Dynafog 70, and a propsed vehicle based fogger based on the mosquito fogging approach. +\item + Figure \ref{fig:vietnamaus1}: Black and white photo of a Mighty Mite blower on the left and two containers of acetylene in the middle, both containers are metal boxes with labeling in small white text and then some bladder bag on top. There are large vaccum size hozes coming off the blower and going off frame to the right. The scene is the ground of a jungle that has been cleared a little, there are trees and foliage in the background and dense but matted down grass in the fore. +\item + Figure \ref{fig:imgvietnamaus2}: An individual crouches on the ground next to a blower, facing off to the right, with his left hand slightly resting on it. The photo is aimed down at this person, so the two people looking at the fogger while standing are partially visible from the feet upwards. The photo is an old black and white image and there are items around the sides that are difficult to make out, including potentially a cache of chemical weapons grenades on the right side and some sandbacks in the back. +\item + Figure \ref{fig:imgM106}: Yellowed black and white photo of a stationary Mighty Mite thermal fogger. It's a backpack fogger, so there's a giant hose that's like a vacuum hose wrapped around in the middle and then another one coming off of the actual backpack, which is upright in the middle back right. there is a metal frame and a large reservoir tank sitting on top of the engine and other aspects of the machinery. There is a tube running out to the end of the hose nose from the back pack. On the right side of the image is a scale bar that makes it seem like the backpack is 24 inches tall. +\item + Figure \ref{fig:imgjetfogger}: Black and white technical drawing of a hand-held 2-cycle thermal fogger. The drawing is pretty minimal, but shows enough detail, in particular around the engine and fan, to get a sense of how it operates. There are also a few labels pointing out via arrows what the Recould Rope Starter, Fuel Tank, Carrying Handle, Creifugal Blower Assemble, and Air/Agent Exit Ports are, and to the where the Vaporized Agent is injected into the air stream. +\item + Figure \ref{fig:img298}: Black and white photo of a thermal fogger that is basically a 2-cycle weed-wacker engine on top of a chemical agent metal drum with a nozzle sticking out to the right that is about a yard long, it's dark and has some hardware on it. The drum says Federal Fogger and then other things that are illegible. The drum is a dark color and the main engine is light, with a dark handle and strap. +\item + Figure \ref{fig:fedlabimg}: Black and white photo of police officer in a gas mask and riot helmet with the shield flipped up and full uniform, but not riot gear. The officer is holding a hand-held fogger that has a white top on the part, some shiny metal in the middle and then dark on the bottom with a dark nozzle that is spewing some fog. The officer is standing in a field in front of a forest. +\item + Figure \ref{fig:goecpf}: Yellowed black and white photo of a stationary pepper fog thermal fogger pointed to the left sitting by itself. The main body is a square box that's dark with a tag in the middle that's lighter and has dark writing on it that says pepper fog g o e c.~The nozzle points to the left and is a longer thinner tube about twice as long as the main body. It is also dark and has a metal cage around it that is sparse and shiny. There's also a handle and some knobs on the top of the item and something that's a little bit difficult to make out off the back of the main body. +\item + Figure \ref{fig:imggoecad1969}: Photocopied, blurried black and white magazine spread advertisement for General Ordnance Equipment Company (GOEC). The ad shows both their chemical mace and their fogger, although the fogger takes up 3/4 of the page. The left side has two main panels, one for each weapon, the top is a mace one showing an officer spraying mace into someone's face and the bottom part is the picture of the person fogging the railroad. The right side is an explainer on the pepper fogger that has three photos (including a repeat of the railroad one) at the top, the item image in the middle, and then a whole bunch of specs that are too blury to read +\item + Figure \ref{fig:imgdefensetechgepf}: Yellow-gold box shape tool with a handle on top, an image of an eagle in flight on the side, and some gauges on top.The back of the box tapers and appears to have switches and controls. Coming out of the front is a long tube that narrows at the end. The tube has a wire cage surrounding it. +\item + Figure \ref{fig:imgdemo}: Black and white photo of a person using a pepper fogger across some railroad tracks. The person is standing in the mid ground on the left side of the photo and fogging towards the right mid-ground where the train tracks come from. The fog obscures the origins of the tracks off to the background on the right side of the photo. Behind the person on the left side is a taller tree along short building a car and some foliage. Further behind is a ridge of some kind with trees on it. The train tracks are old and partially overgrown. +\item + Figure \ref{fig:imgVance1970}: Black and white newspaper clipping of an officer standing in front of a open garage door, next to a police car that is partially in frame on the left and front areas. A GOEC-style thermal fogger sits on the hood of the car in front of the officer, pointing towards and to the left of the camera. The officer is wearing beat clothing and a cop hat and also has a shotgun. +\item + Figure \ref{fig:imgAmanphoto1970}: Black and white newspaper clipping of an officer standing in a field just front a forest/brush line, fogging out into the open area as part of a demonstration. The officer is wearing a riot helmet and coveralls and has the fogger slug over their right arm with a strap they are also holding with their left hand. The officer stands in the left part of the frame, fogging to the right, using a GOEC-style fogger with the nozzle tip right in the middle of the photo. +\item + Figure \ref{fig:imgGaylord1971}: Black and white photo of an individual standing in a grass field with wood horse fence and trees and barns in the background. The individual is in light clothes and a black cap and is using both hands to hold a pepper fogger, which they are using to fog some grass on the right side of the photo. they are facing the camera, so the classic GOEC label is visible. +\item + Figure \ref{fig:imgWinter1970}: Black and white newspaper clipping of two officers standing in front of a large brick wall. Scott County deputy sheriff Jim Lewis, left, holds a new grenade launcher and a riot gun. he is donning a standard beat uniform with a bucket hat. Sheriff William Strout is on the right in street clothes and is holding a GOEC pepper fogger in his right hand and gas mask in his left. The officers are making an X with the barrells of the grenade launcher and fogger. +\item + Figure \ref{fig:imgberkeley19680831}: B/W newspaper clipping. To left is an officer wearing long pants, long sleeved shirt, and a helmet walking forward carrying a fogger in the right hand. The fogger is blowing fog through a tube and a cloud is forming. Background is a storefront window and door. To the right 2 people are moving away from the fog, leaning on one another, and covering their faces with their hands. +\item + Figure \ref{fig:imggoecpf}: Yellowed black and white photo of a stationary pepper fog thermal fogger pointed to the left sitting by itself. The main body is a square box that's dark with a tag in the middle that's lighter and has dark writing on it that says pepper fog g o e c.~The nozzle points to the left and is a longer thinner tube about twice as long as the main body. It is also dark and has a metal cage around it that is sparse and shiny. There's also a handle and some knobs on the top of the item and something that's a little bit difficult to make out off the back of the main body. +\item + Figure \ref{fig:imgdurham196902131}: B/W Image: One person wearing gas mask and helmet, centered, stepping to the right. Person is holding slim white club in left hand and pepper-fogger in right hand. Fogger is pointing forward and a white cloud is surrounding the person to the front, back, and behind. The remaining background is black. +\item + Figure \ref{fig:imgdurham196902132}: B/W Image: Background has brick building with steps. In front of the building from center to right, a line of 5 police officers facing front and wearing helmets \& gas masks holding slim white clubs about a yard long. They are standing with legs apart and clubs in both hands in front of their bodies. On the left 5 officers similarly dressed, facing towards one another. Four slim clubs are visible, and one officer is holding what appears to be a fogger in one arm hanging down at the side. +\item + Figure \ref{fig:imgberkeley19690221a}: B/W newspaper clipping. Four people walking towards camera wearing helmets with face shields. Person on the left wearing white shirt and tie has several items hanging from belt. In right hand carrying radio with extended antenna. On right side person dressed in all black standing with a wide stance and holding pepper-fogger at hip height in right hand aimed forward. In center two more people dressed in all black, one with a short stick or club in left hand. Background is mostly cloudy with someone behind white shirt person, holding some sort of stick aloft. Glimpses of additional bodies are visible in the cloudy background. +\item + Figure \ref{fig:imgberkeley19690221b}: B/W newspaper clipping. Rather difficult to make out the people differentially in the background, but there's a large group of folks standing in the back part of the photo, the mid ground is relatively empty but filling with a cloud of white smoke eminating from an area on the left that appears to be an officer holding a thermal fogger. Behind everyone is the student union. +\item + Figure \ref{fig:imgberkeley196902281}: Guardsmen with bayonetted rifles and sheriff's deputies with tear and and pepper fogger walking through UC campus: B/W newspaper clipping: Eight people in masks, shields, and tied boots walking from left to right, the one in front wearing a spray fogger strapped on back and holding the hose and nozzle in front. A cloud of fog is spraying from the nozzle. The second person is carrying a bayoneted rifle upright. The others are only partially visible as they are passing behind a tree. On the right ahead of the others an additional helmeted person can be seen turning towards the left. Two slim trees are in the foreground. +\item + Figure \ref{fig:imgberkeley196902282}: Four people walking away from camera, wearing helmets and holsters. Lead person has a fogger on their back and is holding the hose on the right spraying a fog ahead of them. Person on the right is carrying a bayoneted rifle raised above the left shoulder. The four are walking into the fog they've produced. There are some small trees to the right. +\item + Figure \ref{fig:gasjeep}: B/W photo of An old style open-top army jeep with two National Guard troops in the front and one in the rear, the one in the rear is operating a thermal fogger. They are driving down what appears to be a residential street from right to left. There are houses and cars behind them and no one in sight on the street/sidewalk/etc. +\item + Figure \ref{fig:imgCabe1970}: Black and white photo of a college quad with brick facade white column buildingsbehind trees around the left, back, and part of right sides of the frame. Eight or so police officers walking away from the camera wear riot gear. A few in dark, a few in light. One in light near the front is carrying a fogger with a shoulder strap and spraying a big cloud off to the left, obscuring a large portion of the photograph. +\item + Figure \ref{fig:imgOates1970}: Black and white photo of a college A whole bunch of police officers stand on or in front of a short (3 ft) brick wall surrounding the open field. A road, grass, and sidewalk are on this side of the wall, and a tree is just over it on that side. The open field behind the wall is filled with fog from one or perhaps two individuals fogging the chapel, which is where a large crowd gathers on the steps in the background. The chapel has a brick facade and white columns and a very large spire clock tower. The student protesters are visible on the steps of the chapel holding sigms. +\item + Figure \ref{fig:imgMSP}: Black and white photo of a GOEC Pepper Fog fogger on a white ground with a maryland state police badge and in front of a brick wall. The fogger is in the mid right and points off to the left. +\item + Figure \ref{fig:imgsanbernardino1969xxxx}: B/W faded image: To the left is a person wearing a uniform with a patch on the shoulder and a helmet. In their right hand is the nozzle to a fogger and it appears to be emitting fog. There is a white fog cloud covering most of the rest of the image. +\item + Figure \ref{fig:imglawrence19700421}: yellowed B/W faded image of police officers standing on a T of a sidewalk blocking the space from a group of predominately Black young people, who are standing behind them on the grass and facing the camera. Behind them are some cars and houses across a stree. The officer in the front left of the frame is carrying a Pepper Fog GOEC fogger. +\item + Figure \ref{fig:imgnorthKingstown1982322}: B/W newspaper clipping: To the left there are several people crouched on the ground with their heads down and covered. Behind them is a small crowd of people turning and moving away. To the right are three officials in helmets and masks facing the people on the ground and holding a fogger in front that is spraying a cloud of fog right over those on the ground. +\item + Figure \ref{fig:imgftlauderdale19751231}: B/W image: Two people in foreground wearing helmets and face shields with gas masks and uniforms with short sleeves walking towards the camera, carrying boxy looking tools with nozzles pointing forward, with both hands. Person behind, also in short sleeve uniform, helmet, and gas mask carrying slim sabre or rod across the body. Behind these people seem to be more people but there are no clear details. +\item + Figure \ref{fig:imgportland202007292}: Fully riot-geared and for some reason in green camo US Homeland Security agents (to the middle and the left of the photo) behind a row of two-foot tall, one-foot radius metal posts, behind a metal grate wall over 7 feet tall with metal support beams and concrete pylon buttressing. In the front of the left side is an agent holding a plastic clear riot shield, through which you can see a patch that say `Border Patrol Federal Agent' in yellow and some insignia patches as well. In the middle are the agents in camo, one with a hand on the shoulder of another who is operating a thermal fogger machine shooting gas through the fence. The machine is maybe four or five feet long and has a body not unlike a bush whacker with a two-cycle engine, but fueling a vaporizer instead of a rotor. The agent is holding the machine with their right hand visibly and there is a black strap across their shoulder holding it up. The machine is mostly shiny metal, although the tip is showing signs of corrosion (no surprise based on the compounds and heat) and the supports of the body are a bright green. +\item + Figure \ref{fig:imgportland20201017}: One person in green protective gear, wearing a bulletproof vest with weapons strapped to the body and wearing a helmet and gas mask is walking to the left carrying a fogger in the right hand arm extended down, nozzle pointing forward. A cloud of gas is coming from the nozzle. Next to them is someone dressed all in black with a bullet proof vest with the word POLICE across the back, also wearing a helmet and gas mask. It is night and there are additional clouds of gas and the shapes of people in the background. +\item + Figure \ref{fig:imgportland20210120}: Night in a city, building lights in the background. One person standing alone in the center of a road, shown from the waist to the ankles. The person is wearing work pants with covered pockets at the thighs and calves, long sleeve shirt, and a glove on the right hand. In the left hand they are gripping the handle of a neon green fogger tool. The long black nozzle, covered with a wire cage, projects backwards and the motor is towards the front. It is being held at hip height; the arm holding it is relaxed down. +\item + Figure \ref{fig:imgportland202101231}: Night time with the light from a street light visible in the background. Two officers dressed in full protective gear with bulletproof vests holding supplies on, with the word POLICE stenciled in yellow. They are both wearing helmets and gas masks. The nearer one is holding a gas fogger in the right hand. Thefogger looks like a long tube between 3 and 4 feet long with a handle and motor parts near the back. The tube is covered with a wire cage until about the last half foot, which is a plain and narrower tube. Behind these two officers are some dimly lit buildings and one or two other officers but they are not clear. +\item + Figure \ref{fig:imgportland202101232}: Nine people wearing full protective gear including helmets and gas masks standing spread out across a street at night. One is holding a gas fogger in one hand and gas is spewing and a cloud is forming in front of them. There is also some gas cloud behind the group. All of them seem to be wearing weapons on their gear but details are not clear. It is night. There is a grey building in the background with a red door and red trim. A white stripe on the roadway has the words MELT ICE spray painted on it. +\end{itemize} + +\hypertarget{References}{% +\chapter*{References}\label{References}} + + +\hypertarget{refs}{} +\begin{CSLReferences}{1}{0} +\leavevmode\vadjust pre{\hypertarget{ref-Allen1972}{}}% +Allen, P. 1972. Police in secret tests of giant "pepper fogger". The Sydney Morning Herald 1972-06-18:3, 14. + +\leavevmode\vadjust pre{\hypertarget{ref-Allen1974a}{}}% +Allen, R. B. 1974a. Dying man's pleas related by convict. The Daily Oklahoman 1974-06-17. + +\leavevmode\vadjust pre{\hypertarget{ref-Allen1974b}{}}% +Allen, R. B. 1974b. Move isolates rebel convicts. The Daily Oklahoman 1974-10-22. + +\leavevmode\vadjust pre{\hypertarget{ref-Allen1975a}{}}% +Allen, R. B. 1975a. Jurors hear witness to prison gas death. The Daily Oklahoman 1975-01-07. + +\leavevmode\vadjust pre{\hypertarget{ref-Allen1975b}{}}% +Allen, R. B. 1975b. Unavailability of medical aid at "rock" cited. The Daily Oklahoman 1975-01-10. + +\leavevmode\vadjust pre{\hypertarget{ref-Amanphoto1970}{}}% +Aman, D. 1970, April 4. Sheriff's captain robert dysart and his "buck rogers" pepper fogger at riot-control demonstration. Mansfield, OH, USA. + +\leavevmode\vadjust pre{\hypertarget{ref-Applegate1969}{}}% +Applegate, R. 1969. Riot control - materiel and technique. Stackpole Books, Harrisburg, PA, USA. + +\leavevmode\vadjust pre{\hypertarget{ref-Applegate1970}{}}% +Applegate, R. 1970. Guns and the law: Pepper foggers. Guns 1970-09-01:30--31. + +\leavevmode\vadjust pre{\hypertarget{ref-Applegate1992}{}}% +Applegate, R. 1992. Riot control - materiel and technique. Second edition. Stackpole Books, Harrisburg, PA, USA. + +\leavevmode\vadjust pre{\hypertarget{ref-Arendt1951}{}}% +Arendt, H. 1951. The origins of totalitarianism. Schocken Books, New York, NY, USA. + +\leavevmode\vadjust pre{\hypertarget{ref-Askren1992}{}}% +Askren, M. G. 1992. How much force is proper? RCPD officers confront that question on patrol. The Manhattan Mercury 1992-05-10:1, 3. + +\leavevmode\vadjust pre{\hypertarget{ref-TheDailyTribune1969_02_21}{}}% +Associated Press. 1969a. Pepper fogger lays down a screen. The Daily Tribune 1969-02-21:1. + +\leavevmode\vadjust pre{\hypertarget{ref-RedDeerAdvocate1969_02_21}{}}% +Associated Press. 1969f. Pepper fogger lays down a screen. The Red Deer Advocate 1969-02-21:1. + +\leavevmode\vadjust pre{\hypertarget{ref-TheSumterDailyItem1969_02_21}{}}% +Associated Press. 1969d. Pepper fogger lays down a screen. The Sumter Daily 1969-02-21:1. + +\leavevmode\vadjust pre{\hypertarget{ref-TheJacksonSun1969_02_21}{}}% +Associated Press. 1969c. Pepper fogger lays down a screen. The Jackson Sun 1969-02-21:9. + +\leavevmode\vadjust pre{\hypertarget{ref-TheLeaderPost1969_02_21}{}}% +Associated Press. 1969g. Battle at berkeley in cloud of tear gas. The Leader Post 1969-09-21:1. + +\leavevmode\vadjust pre{\hypertarget{ref-TheNewMexican1969_02_21}{}}% +Associated Press. 1969e. Pepper fogger lays down a screen. The New Mexican 1969-02-21:1. + +\leavevmode\vadjust pre{\hypertarget{ref-PressTelegram1969_02_21}{}}% +Associated Press. 1969b. Pepper fogger provides a screen. Press-Telegram 1969-02-21:4. + +\leavevmode\vadjust pre{\hypertarget{ref-MessengerInquirer1969_02_22}{}}% +Associated Press. 1969i. Pepper fogger lays down a screen. Messenger-Inquirer 1969-02-22:1. + +\leavevmode\vadjust pre{\hypertarget{ref-JanesvilleDailyGazette1969_02_22}{}}% +Associated Press. 1969h. Pepper fogger. Janesville Daily Gazette 1969-02-22:1. + +\leavevmode\vadjust pre{\hypertarget{ref-APphoto1969a}{}}% +Associated Press. 1969j, February 28. Berkeley, CA, USA. + +\leavevmode\vadjust pre{\hypertarget{ref-APphoto1969c}{}}% +Associated Press. 1969k, February 28. Berkeley, CA, USA. + +\leavevmode\vadjust pre{\hypertarget{ref-APphoto1969d}{}}% +Associated Press. 1969l, February 28. Berkeley, CA, USA. + +\leavevmode\vadjust pre{\hypertarget{ref-TheMiamiNews1969_03_01}{}}% +Associated Press. 1969m. Guardsmen. The Miami News Tribune 1969-03-01:3A. + +\leavevmode\vadjust pre{\hypertarget{ref-PressandSunBulletin1969_03_01}{}}% +Associated Press. 1969n. Guardsmen charge students. Press and Sun Bulletin 1969-03-01:3A. + +\leavevmode\vadjust pre{\hypertarget{ref-Palladium-Item1969}{}}% +Associated Press. 1969o. Negroes and police battle in illinois. Palladium-Item 1969-08-11. + +\leavevmode\vadjust pre{\hypertarget{ref-StatesmanJournal1969_08_17}{}}% +Associated Press. 1969p. Pepper fogger stops unruly youth in seattle. Associated Press 1969-08-17. + +\leavevmode\vadjust pre{\hypertarget{ref-ArgusLeader1972_05_11a}{}}% +Associated Press. 1972a. Thousands demonstrate against mines. Argus-Leader 1972-05-11. + +\leavevmode\vadjust pre{\hypertarget{ref-ArgusLeader1972_05_11b}{}}% +Associated Press. 1972b. Guards arrive on campus at minnesota. Argus-Leader 1972-05-11. + +\leavevmode\vadjust pre{\hypertarget{ref-Courier1974_09_02}{}}% +Associated Press. 1974a. Melee breaks out at NHRA nationals. The Courier 1974-09-02. + +\leavevmode\vadjust pre{\hypertarget{ref-TheBillingsGazette1982_01_10}{}}% +Associated Press. 1974b. Drag race fans riot at nationals. The Billings Gazette 1974-09-02. + +\leavevmode\vadjust pre{\hypertarget{ref-APphoto1982}{}}% +Associated Press. 1982a, March 22. North Kingstown, RI, USA. + +\leavevmode\vadjust pre{\hypertarget{ref-TheLexingtonHerald1982_03_23}{}}% +Associated Press. 1982b. Protest at factory. Lexington Herald 1982-03-23. + +\leavevmode\vadjust pre{\hypertarget{ref-TampaBayTimes1974_07_18}{}}% +Associated Press, and United Press International. 1974. Abductor collects payment, slays two. Tampa Bay Times 1974-07-18:1B, 11B. + +\leavevmode\vadjust pre{\hypertarget{ref-Bandy1970}{}}% +Bandy, D. 1970. What has happened in ohio national guard since may? The Akron Beacon Journal 1970-10-28:C8. + +\leavevmode\vadjust pre{\hypertarget{ref-Borunda2020}{}}% +Borunda, D. 2020. El paso border patrol teams among federal forces sent to protests in other cities. El Paso Times 2020-07-23. + +\leavevmode\vadjust pre{\hypertarget{ref-BoxElderAgencies1971}{}}% +Box Elder Agencies. 1971. Riot control items coming. The Ogden Standard Examiner 1971-06-24:12A. + +\leavevmode\vadjust pre{\hypertarget{ref-Brown2020}{}}% +Brown, D. 2020, July 29. \url{https://twitter.com/dougbrown8/status/1288727075197657088/photo/1}, Portland, OR, USA. + +\leavevmode\vadjust pre{\hypertarget{ref-Bunker1996}{}}% +Bunker, R. J. 1996. Nonlethal weapons: Terms and references. INSS Occasional Papers 15:1--99. + +\leavevmode\vadjust pre{\hypertarget{ref-Cabe1970}{}}% +Cabe, B. 1970. \emph{in} Washington Area Spark, editor. D.c. Public library washington star collection. \url{https://www.flickr.com/photos/washington_area_spark/8878226358/}, Baltimore, MD, USA. + +\leavevmode\vadjust pre{\hypertarget{ref-Cain1968}{}}% +Cain, J. 1968. New fogger replaces police billy. Orlando Evening Star 1968-11-15:28. + +\leavevmode\vadjust pre{\hypertarget{ref-Carbone2017}{}}% +Carbone, G. M. 2017. {Brown and Sharpe and the Measure of American Industry: Making the Precision Machine Tools That Enabled Manufacturing, 1833-2001}. McFarland; Company, Inc, Jefferson, NC, USA. + +\leavevmode\vadjust pre{\hypertarget{ref-Cesaire1950}{}}% +Césaire, A. 1950. Discourse on colonialism. Éditions Réclame, Paris, France. + +\leavevmode\vadjust pre{\hypertarget{ref-Chepesiuk1999}{}}% +Chepesiuk, R. 1999. The war on drugs: An international encyclopedia. \url{https://archive.org/details/warondrugsintern0000chep}, Santa Barbara, CA, USA. + +\leavevmode\vadjust pre{\hypertarget{ref-Coffey1975a}{}}% +Coffey, I. 1975a. Veteran guard terms gassing "unjustified". The Daily Oklahoman 1975-06-26. + +\leavevmode\vadjust pre{\hypertarget{ref-Coffey1975b}{}}% +Coffey, I. 1975b. Trio gives testimony in fatal gassing trial. The Daily Oklahoman 1975-06-27. + +\leavevmode\vadjust pre{\hypertarget{ref-Compton1987}{}}% +Compton, J. A. F. 1987. Military chemical and biological agents: Chemical and toxicological properties. Page 215. Telford Press, Caldwell, NJ, USA. + +\leavevmode\vadjust pre{\hypertarget{ref-Conheim1972}{}}% +Conheim, M. 1972. Federal funds finance anti-riot arsenals. Detroit Free Press 1972-05-12:3, 8. + +\leavevmode\vadjust pre{\hypertarget{ref-CopleyNewsService1970}{}}% +Copley News Service. 1970, May 12. Tear dispenser. Colorado Springs, CO, USA. + +\leavevmode\vadjust pre{\hypertarget{ref-Crockett1969}{}}% +Crockett, T. S. 1969. Police chemical agents manual. International Association of Chiefs of Police, Professional Standards Division, Washington, DC, USA. + +\leavevmode\vadjust pre{\hypertarget{ref-defteccs}{}}% +Defense Technology. 2015. Pepper fog CS formulation. + +\leavevmode\vadjust pre{\hypertarget{ref-Delf2012}{}}% +Delf, B. 2012. Tunnel rat in vietnam. Osprey Publishing Limited, New York, NY, USA. + +\leavevmode\vadjust pre{\hypertarget{ref-DesMoinesTribune1975_05_06}{}}% +Des Moines Tribune. 1975. {For Sale: Pepper Fogger, Low Miles; Immac. Cond.} Des Moines Tribune 1975-05-06:3. + +\leavevmode\vadjust pre{\hypertarget{ref-Dubois2018}{}}% +Dubois, S. 2018. Protesters ordered to leave ICE property. Statesman Journal 2018-06-26. + +\leavevmode\vadjust pre{\hypertarget{ref-Eckholt1971}{}}% +Eckholt, L. 1971. {Offer \$5,000 reward for Iowa City blast arrests; Protest leaders schedule workshops aimed at U of I}. Des Moines Register 1971-05-08. + +\leavevmode\vadjust pre{\hypertarget{ref-NewYorkTimes1977}{}}% +Faas, H. 1977. Vietnamese recalls agonies of tunnel war. The New York Times 1977-10-13. + +\leavevmode\vadjust pre{\hypertarget{ref-Farber1988}{}}% +Farber, D. 1988. Chicago '68. University of Chicago Press, Chicago, IL, USA. + +\leavevmode\vadjust pre{\hypertarget{ref-FedLabs298}{}}% +Federal Laboratories. 1980. Federal fogger model 298. Saltsburg, PA, USA. + +\leavevmode\vadjust pre{\hypertarget{ref-Flanigan2020}{}}% +Flanigan, K. 2020. Docs: Homeland security's portland protest mission called "operation diligent valor". KOIN 6 News 2020-07-23. + +\leavevmode\vadjust pre{\hypertarget{ref-Foucault1976}{}}% +Foucault, M. 1976. Society must be defended. + +\leavevmode\vadjust pre{\hypertarget{ref-GOECphoto}{}}% +General Ordnance Equipment Corporation. 1969a. Street cleaner. Page 185 \emph{in} R. Applegate, editor. Riot control - materiel and technique. Stackpole Books, Harrisburg, PA, USA. + +\leavevmode\vadjust pre{\hypertarget{ref-GOECad1969}{}}% +General Ordnance Equipment Corporation. 1969b. PEPPER FOG tear smoke generator. + +\leavevmode\vadjust pre{\hypertarget{ref-GOECadLNS1970}{}}% +General Ordnance Equipment Corporation. 1969c. To take the violence out of men's minds with the least violent means: Liberation News Service 199. + +\leavevmode\vadjust pre{\hypertarget{ref-GOECadObserver1970}{}}% +General Ordnance Equipment Corporation. 1970. Street cleaner. Observer 13:Back Page. + +\leavevmode\vadjust pre{\hypertarget{ref-Goldstein1998}{}}% +Goldstein, R. 1998. Rex applegate, 84, instructor of deadly skills. The New York Times 1998-07-27. + +\leavevmode\vadjust pre{\hypertarget{ref-Graham2013}{}}% +Graham, S. 2013. Foucault's boomerang: The new military urbanism. Open Democracy 2013-02-14. + +\leavevmode\vadjust pre{\hypertarget{ref-Griffin1973}{}}% +Griffin, L. 1973. Chief says police trained to LImit allowed by budget. Press and Sun Bulletin 1973-01-11:3. + +\leavevmode\vadjust pre{\hypertarget{ref-Gross2014}{}}% +Gross, D. A. 2014. The forgotten history of mace, designed by a 29-year-old and reinvented as a police weapon. Smithsonian Magazine. + +\leavevmode\vadjust pre{\hypertarget{ref-Hanesalo1996}{}}% +Hanesalo, B. A. 1996. {Tunnel Warfare, Volume 4: Asian Tunnel Warfare}. Military/Info Publishing, Golden Valley, MN, USA. + +\leavevmode\vadjust pre{\hypertarget{ref-TheTerreHauteTribune1969_04_08}{}}% +Harris, M. 1969a. Pepper fogger joins arsenal. The Terre Haute Tribune 1969-04-08:16. + +\leavevmode\vadjust pre{\hypertarget{ref-MtVernonRegisterNews1969_04_09}{}}% +Harris, M. 1969b. 'Pepper fogger' can empty a house fast. Mt. Vernon Register-News 1969-04-09:26. + +\leavevmode\vadjust pre{\hypertarget{ref-DailyDispatch1969_04_09}{}}% +Harris, M. 1969c. 'Pepper fogger' can fill soldier field with gas in minute. The Daily Dispatch 1969-04-09:28. + +\leavevmode\vadjust pre{\hypertarget{ref-Hayes1970}{}}% +Hayes, E. 1970. Grand jury riot report reviewed. Oakland Tribune 1970-09-04. + +\leavevmode\vadjust pre{\hypertarget{ref-Hemmings2019}{}}% +Hemmings, J. 2019. Amazing pictures of tunnel rats: The warriors who infiltrated underground tunnels in the vietnam war. War History Online. + +\leavevmode\vadjust pre{\hypertarget{ref-HendersonandHenderson1992}{}}% +Henderson, D. E., and S. K. Henderson. 1992. Thermal decomposition of capsaicin. 1. Interactions with oleic acid at high temperatures. Journal of Agricultural and Food Chemistry 40:2263--2268. + +\leavevmode\vadjust pre{\hypertarget{ref-Hobbs1974}{}}% +Hobbs, C. 1974. Jury to probe prison gassing. The Daily Oklahoman 1974-10-22. + +\leavevmode\vadjust pre{\hypertarget{ref-Hudson1976}{}}% +Hudson, R. B. 1976. Overtime bonanza for police. The Kansas City Times 1976-03-16:1--2. + +\leavevmode\vadjust pre{\hypertarget{ref-IARC1979}{}}% +IARC. 1979. Monographs on the evaluation of the carcinogenic risk of chemicals to humans. Geneva: World health organization, international agency for research on cancer, 1972-PRESENT. Page 468. \url{https://monographs.iarc.fr/ENG/Classification/index.php}. + +\leavevmode\vadjust pre{\hypertarget{ref-Johnson1974}{}}% +Johnson, J. 1974. Permanent gassing ban under study. The Daily Oklahoman 1974-05-25. + +\leavevmode\vadjust pre{\hypertarget{ref-DMH1969}{}}% +Jolley, R., and C. Olive. 1969, Summer 2. 25 injured in clash of students and police after black seizure of duke campus building. \url{https://exhibits.library.duke.edu/exhibits/show/black-students-matter--allen-/item/1901}. + +\leavevmode\vadjust pre{\hypertarget{ref-Judd1981}{}}% +Judd, A. 1981. State fire marshal begins probe into illness during rescue session. The Courier-Journal 1981-12-22. + +\leavevmode\vadjust pre{\hypertarget{ref-Karnow1983}{}}% +Karnow, S. 1983. Vietnam a history. Viking Press, New York, NY, USA. + +\leavevmode\vadjust pre{\hypertarget{ref-KimyonokandUluturk2016}{}}% +Kimyonok, A. B. E., and M. Ulutürk. 2016. Determination of the thermal decomposition products of terephthalic acid by using curie-point pyrolyzer. Journal of Energetic Materials 34:113--122. + +\leavevmode\vadjust pre{\hypertarget{ref-Lake2020}{}}% +Lake, M. 2020, October 17. \url{https://twitter.com/MasonLakePhoto/status/1317869903345414144}, Portland, OR, USA. + +\leavevmode\vadjust pre{\hypertarget{ref-Langguth2000}{}}% +Langguth, A. J. 2000. Our vietnam: The war 1954-1975. Simon; Schuster, New York, NY, USA. + +\leavevmode\vadjust pre{\hypertarget{ref-LaPrade1970}{}}% +LaPrade, S. 1970. Amarillo's police arsenal holds variety of crowd control aids. The Amarillo Globe Times 1970-03-24:24. + +\leavevmode\vadjust pre{\hypertarget{ref-Lehrer1968}{}}% +Lehrer, G. H. 1968. Viet cong tunnels. The Military Engineer Vietnam Commemorative volume:61--63. + +\leavevmode\vadjust pre{\hypertarget{ref-Lewis-Rolland2021a}{}}% +Lewis-Rolland, M. 2021a, January 23. \url{https://twitter.com/MathieuLRolland/status/1353427314348986373/photo/1}, Portland, OR, USA. + +\leavevmode\vadjust pre{\hypertarget{ref-Lewis-Rolland2021b}{}}% +Lewis-Rolland, M. 2021b, January 23. \url{https://twitter.com/MathieuLRolland/status/1353427325405126656/photo/3}, Portland, OR, USA. + +\leavevmode\vadjust pre{\hypertarget{ref-Lorentzen2018}{}}% +Lorentze, C. 2018. The riot stuff. Bookforum Summer 2018. + +\leavevmode\vadjust pre{\hypertarget{ref-LATimes1969}{}}% +Los Angeles Times. 1969. People's park not worth the battle so far. The Delta Democrat-Times 1969-11-20. + +\leavevmode\vadjust pre{\hypertarget{ref-vietnam_aus1}{}}% +MacGregor, A. H. 'Sandy'. 1966a. Double acetylene generator and a mighty mite air blower used to blow fumes into viet cong tunnels. Australian War Memorial. + +\leavevmode\vadjust pre{\hypertarget{ref-vietnam_aus2}{}}% +MacGregor, A. H. 'Sandy'. 1966b. Mighty mite machine used to contaminate viet cong tunnel systems with acetylene. Australian War Memorial. + +\leavevmode\vadjust pre{\hypertarget{ref-MacKenzie1976}{}}% +MacKenzie, B. 1976, October 9. Pepper fogger. The Windsor Star, Windsor, OR, CA. + +\leavevmode\vadjust pre{\hypertarget{ref-Macomber1970}{}}% +Macomber, F. 1970. Alternative to violence: The shape of nonlethal weapons. Portage Daily Register 1970-11-10:6. + +\leavevmode\vadjust pre{\hypertarget{ref-MSP}{}}% +Maryland State Police. 1972. Manual on civil disturbances. \url{https://www.ojp.gov/ncjrs/virtual-library/abstracts/maryland-manual-civil-disturbances}; National Criminal Justice Reference Service, MD, USA. + +\leavevmode\vadjust pre{\hypertarget{ref-McArdle2018}{}}% +McArdle, T. 2018. How three violent days gripped a black miami neighborhood as nixon was nominated in 1968. The Washington Post 2018-08-07. + +\leavevmode\vadjust pre{\hypertarget{ref-Michals1970}{}}% +Michals, G. 1970. Quiet way to quiet a rioter. Colorado Springs Gazette-Telegraph 1970-05-12:5. + +\leavevmode\vadjust pre{\hypertarget{ref-Miller2019}{}}% +Miller, T. 2019. Empire of borders. Tuscon Weekly 2019-08-01. + +\leavevmode\vadjust pre{\hypertarget{ref-Monhollon2002}{}}% +Monhollon, R. L. 2002. 'This is america?' The sixties in lawrence, kansas. PALGRAVE, New York, NY, USA. + +\leavevmode\vadjust pre{\hypertarget{ref-DSPDX2020}{}}% +Morman, A., Z. Williams, D. Smith, and A. C. Randolph. 2020. Riot control agents: Systemic reassessment of adverse effects on health, mental stability, and social inequities. \url{https://www.dontshootpdx.org/wp-content/uploads/2020/06/DSPFinal-RCAreport4SocialChange-AM.AR_.ZW_.DS-.pdf}; Don't Shoot PDX, Portland, OR, USA. + +\leavevmode\vadjust pre{\hypertarget{ref-Nixalite2009a}{}}% +Nixalite. 2009b. TF-35 thermal fogger brochure. \url{https://www.nixalite.com/SiteContent/Documents/PDFs/TF35.pdf}, Capser, WY, USA. + +\leavevmode\vadjust pre{\hypertarget{ref-Nixalite2009b}{}}% +Nixalite. 2009a. TF-35 thermal fogger owners manual. \url{https://www.nixalite.com/SiteContent/Documents/PDFs/IGEBA\%20TF35\%20OWNERS\%20MANUAL.pdf}, Capser, WY, USA. + +\leavevmode\vadjust pre{\hypertarget{ref-Oates1970}{}}% +Oates, W. 1970. \emph{in} Washington Area Spark, editor. D.c. Public library washington star collection. \url{https://www.flickr.com/photos/washington_area_spark/27910799119/in/album-72157631184115662/}; Washington Post, Baltimore, MD, USA. + +\leavevmode\vadjust pre{\hypertarget{ref-OrlandoEveningStar1968}{}}% +Orlando Evening Star. 1968, November 15. Fogger belches smoke. Orland, FL, USA. + +\leavevmode\vadjust pre{\hypertarget{ref-Patterson1976}{}}% +Patterson, P. 1976, October 9. Their business is riot guns, armor, and nebulizers. Windsor, OR, CA. + +\leavevmode\vadjust pre{\hypertarget{ref-pb20202021}{}}% +PB2020 Team. 2021. Police brutality during US protests. \url{https://2020pb.com/}. + +\leavevmode\vadjust pre{\hypertarget{ref-Robinson1972}{}}% +Robinson, M. 1972. Learning how to curb riot. The Phantagraph Sun 1972-01-30:B10. + +\leavevmode\vadjust pre{\hypertarget{ref-gasjeep}{}}% +Rosenberg, M. 1969, May 15. Gas jeep. \url{http://www.peoplespark.org/69gall5.html}, Berkeley, CA, USA. + +\leavevmode\vadjust pre{\hypertarget{ref-Rottman2006}{}}% +Rottman, G. L. 2006. Viet cong and NVA tunnels and fortifications of the vietnam war. Osprey Publishing Limited, New York, NY, USA. + +\leavevmode\vadjust pre{\hypertarget{ref-Rottman2012}{}}% +Rottman, G. L. 2012. Tunnel rat in vietnam. Osprey Publishing Limited, New York, NY, USA. + +\leavevmode\vadjust pre{\hypertarget{ref-DTPFGphoto}{}}% +Safariland, LLC. 2020b, June. \url{https://www.defense-technology.com/product/pepper-fog-generator/}, Casper, WY, USA. + +\leavevmode\vadjust pre{\hypertarget{ref-DTPFG}{}}% +Safariland, LLC. 2020a. Pepper fogger generator golden each technical specifications. Defense Technology, Capser, WY, USA. + +\leavevmode\vadjust pre{\hypertarget{ref-Recompiler2020_07_29}{}}% +Sal. 2020a, July 30. Protests for july 29. \url{https://pdx.recompilermag.com/2020/07/30/protests-for-july-29/}; Recompiler Magazine, Portland, OR, USA. + +\leavevmode\vadjust pre{\hypertarget{ref-Recompiler2020_10_17}{}}% +Sal. 2020b, October 17. Protests for october 17. \url{https://pdx.recompilermag.com/2020/10/17/protests-for-october-17/}; Recompiler Magazine, Portland, OR, USA. + +\leavevmode\vadjust pre{\hypertarget{ref-Recompiler2021_01_20}{}}% +Sal. 2021a. January 20, 2021 protests - abolish ICE. + +\leavevmode\vadjust pre{\hypertarget{ref-Recompiler2021_01_23}{}}% +Sal. 2021b, January 23. January 23, 2021 protests - abolish ICE. \url{https://pdx.recompilermag.com/2021/01/23/january-23-2021-protest-abolish-ice/}; Recompiler Magazine, Portland, OR, USA. + +\leavevmode\vadjust pre{\hypertarget{ref-Samuelsetal1969}{}}% +Samuels, D. W., D. O. Egner, and D. Campbell. 1969. Riot control: Analysis and catalog. US Army Limited Wat Laboratory, Abardeen Proving Ground, MD, USA. + +\leavevmode\vadjust pre{\hypertarget{ref-USAES}{}}% +School, U. A. E. 2003. How army engineers cleared viet cong tunnels. The Army Engineer in Vietnam 62. + +\leavevmode\vadjust pre{\hypertarget{ref-Schrader2019}{}}% +Schrader, S. 2019. Badges without borders: How global counterinsurgency transformed american policing. University of California Press, Berkeley, CA, USA. + +\leavevmode\vadjust pre{\hypertarget{ref-Schreiberetal1971a}{}}% +Schreiber, W. L., S. K. Billingsley, R. E. Schafer, J. G. Rogers, and E. W. Rounds. 1971a. The identification, description, and evaluation of law enforcement command and control problems related to crowds and demonstrations. NCJRS. + +\leavevmode\vadjust pre{\hypertarget{ref-Schreiberetal1971b}{}}% +Schreiber, W. L., S. K. Billingsley, R. E. Schafer, J. G. Rogers, and E. W. Rounds. 1971b. The identification, description, and evaluation of law enforcement command and control problems related to crowds and demonstrations. NCJRS. + +\leavevmode\vadjust pre{\hypertarget{ref-Schultz1969}{}}% +Schultz, J. 1969. No one was killed: The democratic national convention, august 1968. University of Chicago Press, Chicago, IL, USA. + +\leavevmode\vadjust pre{\hypertarget{ref-Simonis2020}{}}% +Simonis, J. L. 2020. Quantifying use of lethal ZnCl2 on black lives matter demonstrators by united states homeland security. + +\leavevmode\vadjust pre{\hypertarget{ref-Simonis2021}{}}% +Simonis, J. L. 2021. Impacts of chemical weapons on the cottonwood school of civics and science. Presented to Cottonwood School of Civics; Science, Portland, OR, USA. + +\leavevmode\vadjust pre{\hypertarget{ref-Spicknall1969}{}}% +Spicknall, T. E. 1969. Civilian repairs and utilities in the combat zone. The Military Engineer Vietnam Commemorative volume:74--77. + +\leavevmode\vadjust pre{\hypertarget{ref-Staab2021}{}}% +Staab, M. 2021, January 20. \url{https://twitter.com/MaranieRae/status/1352394871080816641/photo/1}, Portland, OR, USA. + +\leavevmode\vadjust pre{\hypertarget{ref-StarTribune1972_05_11}{}}% +Star Tribune. 1972. Guard moves to 'u' after antiwar violence. Star Tribune 1972-05-11. + +\leavevmode\vadjust pre{\hypertarget{ref-ValleyMorningStar1973_08_04}{}}% +Star Tribune. 1973. Border patrol agent released from charges. Valley Morning Star 1973-08-04. + +\leavevmode\vadjust pre{\hypertarget{ref-TaylorandMorris2018}{}}% +Taylor, D., and S. Morris. 2018. The whole world is watching: How the 1968 chicago 'police riot' shocked america and divided the nation. The Guardian 2018-08-19. + +\leavevmode\vadjust pre{\hypertarget{ref-TheCourierJournal1982_01_10}{}}% +The Courier-Journal. 1982. Fire-training smoke wasn't tainted. The Courier-Journal 1982-01-10. + +\leavevmode\vadjust pre{\hypertarget{ref-TheGastoniaGazetteSun1970_10_04}{}}% +The Gastonian Gazette Sun. 1970b, October 5. PEPPER FOGGER. Gastonia, NC, USA. + +\leavevmode\vadjust pre{\hypertarget{ref-Balloch1970}{}}% +The Gastonian Gazette Sun. 1970a, October 5. Many police carry mace, some not willing to use it. Gastonia, NC, USA. + +\leavevmode\vadjust pre{\hypertarget{ref-PlainDealer1971}{}}% +The McHenry Plaindealer. 1971, October 13. Hold country field day problem demonstration. McHenry, IL, USA. + +\leavevmode\vadjust pre{\hypertarget{ref-TheRag1975}{}}% +The Rag. 1975. Oklahoma prison guards indicted in death of prisoner. The Rag IX. + +\leavevmode\vadjust pre{\hypertarget{ref-Trump2020}{}}% +Trump, D. J. 2020, June 26. Executive order on protecting american monuments, memorials, and statues and combating recent criminal violence. \url{https://web.archive.org/web/20200726002840/https://www.whitehouse.gov/presidential-actions/executive-order-protecting-american-monuments-memorials-statues-combating-recent-criminal-violence/}. + +\leavevmode\vadjust pre{\hypertarget{ref-Tschenschlok1995}{}}% +Tschenschlok, E. G. 1995. Long road to rebellion: Miami's liberty city riot of 1968. Master's thesis, Florida Atlantic University. + +\leavevmode\vadjust pre{\hypertarget{ref-Tschenschlok1996}{}}% +Tschenschlok, E. G. 1996. Long time coming: Miami's liberty city riot of 1968. The Florida Historical Quarterly 74:440--460. + +\leavevmode\vadjust pre{\hypertarget{ref-UPIphoto1968}{}}% +United Press International. 1968c, August 31. Berkeley, CA, USA. + +\leavevmode\vadjust pre{\hypertarget{ref-PatersonEveningNews1968_08_31}{}}% +United Press International. 1968a. Berkeley violent. Paterson Evening News 1968-08-31:1. + +\leavevmode\vadjust pre{\hypertarget{ref-TheHanfordSentinel1968_08_31}{}}% +United Press International. 1968d. Officer wounded in clash at berkeley. The Hanford Sentinel 1968-08-31:1--2. + +\leavevmode\vadjust pre{\hypertarget{ref-StLouisPostDispatch1968_08_31}{}}% +United Press International. 1968e. Riot control by the nose. St. Louis Post Dispatch 1968-08-31:1. + +\leavevmode\vadjust pre{\hypertarget{ref-TheNewsHerald1968_08_31}{}}% +United Press International. 1968f. The News-Herald 1968-08-31:1. + +\leavevmode\vadjust pre{\hypertarget{ref-TheCapitalTimes1968_08_31}{}}% +United Press International. 1968b. Policeman shot as violence erupts at berkeley protest. The Capital Times 1968-08-31:2. + +\leavevmode\vadjust pre{\hypertarget{ref-ElPasoHeraldPost1968_08_31}{}}% +United Press International. 1968g. Policeman shot in radical rally. El Paso Herald-Post 1968-08-31:A1--A2. + +\leavevmode\vadjust pre{\hypertarget{ref-TheHonoluluAdvertiser1968_09_01}{}}% +United Press International. 1968h. Gas routs berkeley protesters. The Honolulu Advertiser 1968-09-01:5. + +\leavevmode\vadjust pre{\hypertarget{ref-UPIphoto1969}{}}% +United Press International. 1969b, November 20. San Bernardino, CA, USA. + +\leavevmode\vadjust pre{\hypertarget{ref-TheDeltaDemocratTimes1969_11_20}{}}% +United Press International. 1969a, November 20. Gas gun. Greenville, MS, USA. + +\leavevmode\vadjust pre{\hypertarget{ref-ThePressDemocrat1970_10_13}{}}% +United Press International. 1970. Ex-lawman shot because "not practical to arrest". The Press Democrat 1970-10-13. + +\leavevmode\vadjust pre{\hypertarget{ref-DailyNews1972_10_27}{}}% +United Press International. 1972. Border cop held in arms selling. Daily News 1972-10-27:8. + +\leavevmode\vadjust pre{\hypertarget{ref-UPIphoto1975}{}}% +United Press International. 1975a, January 2. Ft. Lauderdale, FL, USA. + +\leavevmode\vadjust pre{\hypertarget{ref-UPI1975a}{}}% +United Press International. 1975b. In prison probe -- US grand jury indicts officers. Sapulpa Daily News 1975-01-28. + +\leavevmode\vadjust pre{\hypertarget{ref-UPI1975b}{}}% +United Press International. 1975c. US jury acquits prison guards. Sapulpa Daily News 1975-07-11. + +\leavevmode\vadjust pre{\hypertarget{ref-TheTampaTribune1976_01_02}{}}% +United Press International. 1976a. New year's revelers, police clash. Pasco Tribune 1976-01-02. + +\leavevmode\vadjust pre{\hypertarget{ref-BerkeleyGazette1976_01_02}{}}% +United Press International. 1976b. Tear-gas guns. Berkeley Gazette 1976-01-02. + +\leavevmode\vadjust pre{\hypertarget{ref-TallahasseeDemocrat1981_07_07}{}}% +United Press International. 1981. Prisoners moved after disturbance. Tallahassee Democrat 1981-07-07:1. + +\leavevmode\vadjust pre{\hypertarget{ref-UKA1970}{}}% +University of Kansas Archives. 1970, April 21. Lawrence, KS, USA. + +\leavevmode\vadjust pre{\hypertarget{ref-USArmy1966}{}}% +US Army. 1966. Mighty mite. Military Review XLVI. + +\leavevmode\vadjust pre{\hypertarget{ref-USArmy2005}{}}% +US Army. 2005. III corps tactical zone. + +\leavevmode\vadjust pre{\hypertarget{ref-USCB1970}{}}% +USCB. 1971. 1970 census. Washington, DC, USA. + +\leavevmode\vadjust pre{\hypertarget{ref-CBP2006}{}}% +USCBP. 2006. CBP border patrol tactical unit graduates 20th class. U.S. Customs and Border Protection Today 2006-05-01. + +\leavevmode\vadjust pre{\hypertarget{ref-CBP2014}{}}% +USCBP. 2014. Border patrol tactical unit fact sheet. \url{https://www.cbp.gov/sites/default/files/documents/Border\%20Patrol\%20Tactical\%20Unit.pdf}, Washington, DC, USA. + +\leavevmode\vadjust pre{\hypertarget{ref-CBP2018}{}}% +USCBP. 2018. Border patrol special operations group fact sheet. \url{https://www.cbp.gov/sites/default/files/assets/documents/2018-Aug/border-patrol-special-operations-group.pdf}, Washington, DC, USA. + +\leavevmode\vadjust pre{\hypertarget{ref-DHS2020}{}}% +USDHS. 2020, July 1. DHS announces new task force to protect american monuments, memorials, and statues. \url{https://www.dhs.gov/news/2020/07/01/dhs-announces-new-task-force-protect-american-monuments-memorials-and-statues}. + +\leavevmode\vadjust pre{\hypertarget{ref-USMACV1965}{}}% +USMACV. 1965. Operational employment of the mity mite portable blower. Lessons Learned. + +\leavevmode\vadjust pre{\hypertarget{ref-USTPO2018}{}}% +USTPO. 2018. General ordnance equipment corporation: Pepper fog. \url{https://uspto.report/TM/72310456}. + +\leavevmode\vadjust pre{\hypertarget{ref-Vance1970}{}}% +Vance, T. 1970, March 24. Sgt. Jerry austin ... Wiht {[}sic{]} "pepper fogger" and trusty shotgun. Amarillo, TX, USA. + +\leavevmode\vadjust pre{\hypertarget{ref-WAS2013}{}}% +Washington Area Spark. 2013. Thirty days in may: U of MD 1970. {Washington Area Spark}. + +\leavevmode\vadjust pre{\hypertarget{ref-Gaylord1971}{}}% +Wayne Gaylord. 1971, October 13. The pepper fogger with one quart of tear gas solution does the job of 300 grenades. McHenry, IL, USA. + +\leavevmode\vadjust pre{\hypertarget{ref-Wills1971a}{}}% +Wills, G. 1971a. Tear gas tears. The Herald Statesman 1971-04-07. + +\leavevmode\vadjust pre{\hypertarget{ref-Wills1971b}{}}% +Wills, G. 1971b. Tear gas tears. The Daily Item 1971-04-07. + +\leavevmode\vadjust pre{\hypertarget{ref-Wills1971c}{}}% +Wills, G. 1971c. Far, far too many tears over tear gas. The Charlotte News 1974-04-10. + +\leavevmode\vadjust pre{\hypertarget{ref-Wills1971d}{}}% +Wills, G. 1971d. Tear gas is humane in "certain situations". The Philadelphia Inquirer 1971-04-10. + +\leavevmode\vadjust pre{\hypertarget{ref-Wilson1993}{}}% +Wilson, S. D. 1993. Coming home: The birth and spirit in america's gulag. \emph{in} L. R. Reed, editor. The american indian in the white man's prisons: A story of genocide. A collective statement by native american prisoners, former prisoners, and spiritual leaders of north america. + +\leavevmode\vadjust pre{\hypertarget{ref-Winter1970}{}}% +Winter, M. 1970, October 10. Scott county deputy sheriff jim lewis, left, holds a new grenade launcher and a riot gun while sheriff william strout displays a pepper fogger and gas mask. Davenport, IA, USA. + +\leavevmode\vadjust pre{\hypertarget{ref-WinterSoldier1975}{}}% +Winter Soldier. 1975. McAlester. Winter Soldier 2:11. + +\leavevmode\vadjust pre{\hypertarget{ref-Xueetal2015}{}}% +Xue, T., Y. Han, Q. Zhao, and N. Lyu. 2015. Thermal decomposition of CS by TG/DSC-FITR and PY-GC/MS. Pages 912--916 Proceedings of the 2015 international conference on mechatronics, electronic, industrial and control engineering. \url{https://doi.org/10.2991/meic-15.2015.208}; Atlantis Press. + +\leavevmode\vadjust pre{\hypertarget{ref-Yetzeretal1971}{}}% +Yetzer, C., B. Smith, P. Sheeran, L. Harris, and D. Pollock. 1971. Police use tear gas to break up fights at san gorgonio high. The San Bernardino County Sun 1971-12-04:1, 3. + +\end{CSLReferences} \printindex diff --git a/_book/high-schools.html b/_book/high-schools.html index f821087..c34f329 100644 --- a/_book/high-schools.html +++ b/_book/high-schools.html @@ -4,11 +4,11 @@ - High Schools | The Thermal Fogger + 5.2 High Schools | The Thermal Fogger - + @@ -16,7 +16,7 @@ - + @@ -95,7 +95,7 @@
  • Thermal Fogger
  • -
  • +
  • Cover
  • Preface
  • -
  • Introduction +
  • 1 Introduction
  • -
  • A Colonial Tool +
  • 2 A Colonial Tool
  • -
  • Domestic Applications +
  • 3 Domestic Applications
  • -
  • The 1968 Conventions +
  • 4 The 1968 National Conventions
  • -
  • Scholastic Endeavors +
  • 5 Scholastic Endeavors
  • -
  • Broadening Application +
  • 6 Broadening Application
  • -
  • The Carceral System +
  • 7 The Carceral System
  • -
  • Border Patrol: A Second Boomeranging +
  • 8 Border Patrol: A Second Boomeranging
  • -
  • Conclusion
  • +
  • 9 Conclusion
  • +
  • Appendices
  • +
  • A Figure Descriptions
  • References
  • Chemical Weapons Research Consortium
  • @@ -176,27 +177,27 @@

    -
    -

    High Schools

    +
    +

    5.2 High Schools

    As soon as they laid their hands on foggers, law enforcement extended their use from universities to high schools, specifically using the weapons against Black youth protesters.

    I will stop to repeat that again so that we (myself included) can all reflect on this.

    Law enforcement agents used chemical weapons against Black junior and high school students during the Civil Rights Era, including a weapon (the thermal fogger) developed not even five years prior to gas Vietnamese soldiers and civilians from tunnels.

    -
    -

    San Gordonio

    +
    +

    5.2.1 San Gordonio

    Although undated, this photograph printed in The Delta Democrat-Times (Greenville, Mississippi Thursday) (United Press International 1969a) on November 20, 1969 references a “recent” use of the fogger on students.

    B/W faded image: To the left is a person wearing a uniform with a patch on the shoulder and a helmet. In their right hand is the nozzle to a fogger and it appears to be emitting fog. There is a white fog cloud covering most of the rest of the image.

    -Figure 41: Police use a pepper fogger on students at San Gordonio High School (United Press International 1969b). +FIGURE 5.11: Police use a pepper fogger on students at San Gordonio High School (United Press International 1969b).


    Use of the thermal fogger by police that day seems likely, given their more documented deployment of it on December 3, 1971. On that day, a combination of San Bernardino police, San Bernardino County sheriffs, and California Highway Patrol used tear gas from a pepper fogger to break up a “major racial confrontation” among students at San Gorgonio High School and across a 20-block area surrounding campus (Yetzer et al. 1971).

    -
    -

    Lawrence

    +
    +

    5.2.2 Lawrence

    Lawrence, Kansas Police used tear gas, including from a thermal fogger, on April 21st, 1970 against Black high school and junior high students, their parents, and community members (Monhollon 2002). The students had gathered that day after a week-long stand-off with administration in response to their failures to meet their demands regarding Black representation in curriculum, hiring, sports, and awards (Monhollon 2002).

    Black students had occuppied the principal’s office on May 13th and prominent members of the office occupation were arrested from the school that day and promptly suspended from school (Monhollon 2002). @@ -208,7 +209,7 @@

    Lawrence

    yellowed B/W faded image of police officers standing on a T of a sidewalk blocking the space from a group of predominately Black young people, who are standing behind them on the grass and facing the camera. Behind them are some cars and houses across a stree. The officer in the front left of the frame is carrying a Pepper Fog GOEC fogger.

    -Figure 42: Police bring a GOEC pepper fogger to gas Black high school and junior high students at Lawrence High School (University of Kansas Archives 1970). +FIGURE 5.12: Police bring a GOEC pepper fogger to gas Black high school and junior high students at Lawrence High School (University of Kansas Archives 1970).


    diff --git a/_book/index.html b/_book/index.html index 0aaeaa7..2001075 100644 --- a/_book/index.html +++ b/_book/index.html @@ -95,7 +95,7 @@
  • Thermal Fogger
  • -
  • +
  • Cover
  • Preface
  • -
  • Introduction +
  • 1 Introduction
  • -
  • A Colonial Tool +
  • 2 A Colonial Tool
  • -
  • Domestic Applications +
  • 3 Domestic Applications
  • -
  • The 1968 Conventions +
  • 4 The 1968 National Conventions
  • -
  • Scholastic Endeavors +
  • 5 Scholastic Endeavors
  • -
  • Broadening Application +
  • 6 Broadening Application
  • -
  • The Carceral System +
  • 7 The Carceral System
  • -
  • Border Patrol: A Second Boomeranging +
  • 8 Border Patrol: A Second Boomeranging
  • -
  • Conclusion
  • +
  • 9 Conclusion
  • +
  • Appendices
  • +
  • A Figure Descriptions
  • References
  • Chemical Weapons Research Consortium
  • @@ -182,8 +183,8 @@

    An Imperial Tetherball

    Dr. Juniper L. Simonis

    2021-07-05

    -
    -

    +
    +

    Cover

    Cover for the book, which has fogger clouds as background and says The Thermal Fogger An Imperial Thetherball at the top and Dr Juniper L Simonis they/them/theirs in the bottom right. The focal image is a blurred, sketched over, re-rendered, and otherwise edited photo of a US Customs and Border Protection agent in all green and tan camo riot gear holding a thermal fogger in their right hand.

    diff --git a/_book/index.md b/_book/index.md deleted file mode 100644 index 20d9df6..0000000 --- a/_book/index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "The Thermal Fogger" -subtitle: "An Imperial Tetherball" -author: "Dr. Juniper L. Simonis" -date: "2021-07-05" -description: "The history of use of thermal fogging in chemical warfare." -github-repo: "chemicalweaponsresearch/thermal_fogger" -cover-image: "img/cover.png" -url: "thermalfogger.chemicalweaponsresearch.com" -colorlinks: yes -graphics: yes -bibliography: [packages.bib, references.bib] -biblio-style: apalike -link-citations: yes -knit: bookdown::render_book -site: bookdown::bookdown_site -documentclass: krantz -lof: yes -monofontoptions: "Scale=0.7" -fontsize: 11pt -classoption: titlepage -favicon: "img/icon.png" ---- - - - -# {-} - -Cover for the book, which has fogger clouds as background and says The Thermal Fogger An Imperial Thetherball at the top and Dr Juniper L Simonis they/them/theirs in the bottom right. The focal image is a blurred, sketched over, re-rendered, and otherwise edited photo of a US Customs and Border Protection agent in all green and tan camo riot gear holding a thermal fogger in their right hand. - - - diff --git a/_book/inherent-bias.html b/_book/inherent-bias.html index 2b5e220..73885b8 100644 --- a/_book/inherent-bias.html +++ b/_book/inherent-bias.html @@ -95,7 +95,7 @@
  • Thermal Fogger
  • -
  • +
  • Cover
  • Preface
  • -
  • Introduction +
  • 1 Introduction
  • -
  • A Colonial Tool +
  • 2 A Colonial Tool
  • -
  • Domestic Applications +
  • 3 Domestic Applications
  • -
  • The 1968 Conventions +
  • 4 The 1968 National Conventions
  • -
  • Scholastic Endeavors +
  • 5 Scholastic Endeavors
  • -
  • Broadening Application +
  • 6 Broadening Application
  • -
  • The Carceral System +
  • 7 The Carceral System
  • -
  • Border Patrol: A Second Boomeranging +
  • 8 Border Patrol: A Second Boomeranging
  • -
  • Conclusion
  • +
  • 9 Conclusion
  • +
  • Appendices
  • +
  • A Figure Descriptions
  • References
  • Chemical Weapons Research Consortium
  • diff --git a/_book/international-melting-pot.html b/_book/international-melting-pot.html index 778b7ed..156e4ae 100644 --- a/_book/international-melting-pot.html +++ b/_book/international-melting-pot.html @@ -4,11 +4,11 @@ - International Melting Pot | The Thermal Fogger + 2.4 International Melting Pot | The Thermal Fogger - + @@ -16,7 +16,7 @@ - + @@ -95,7 +95,7 @@
  • Thermal Fogger
  • -
  • +
  • Cover
  • Preface
  • -
  • Introduction +
  • 1 Introduction
  • -
  • A Colonial Tool +
  • 2 A Colonial Tool
  • -
  • Domestic Applications +
  • 3 Domestic Applications
  • -
  • The 1968 Conventions +
  • 4 The 1968 National Conventions
  • -
  • Scholastic Endeavors +
  • 5 Scholastic Endeavors
  • -
  • Broadening Application +
  • 6 Broadening Application
  • -
  • The Carceral System +
  • 7 The Carceral System
  • -
  • Border Patrol: A Second Boomeranging +
  • 8 Border Patrol: A Second Boomeranging
  • -
  • Conclusion
  • +
  • 9 Conclusion
  • +
  • Appendices
  • +
  • A Figure Descriptions
  • References
  • Chemical Weapons Research Consortium
  • @@ -176,8 +177,8 @@

    -
    -

    International Melting Pot

    +
    +

    2.4 International Melting Pot

    Other countries explicitly supported the US colonization in Vietnam, providing a pathway for the fogger to be rapidly picked up by the armed forces of other nations.

    By 1966 the Australian Tunnel Rats were particularly fond of fogging tunnels with acetylene (MacGregor 1966a, 1966b).


    @@ -185,7 +186,7 @@

    International Melting Pot

    Black and white photo of a Mighty Mite blower on the left and two containers of acetylene in the middle, both containers are metal boxes with labeling in small white text and then some bladder bag on top. There are large vaccum size hozes coming off the blower and going off frame to the right. The scene is the ground of a jungle that has been cleared a little, there are trees and foliage in the background and dense but matted down grass in the fore.

    -Figure 11: Double Acetylene Generator and a Mighty Mite Air Blower Used to Blow Fumes into Viet Cong Tunnels (MacGregor 1966a) +FIGURE 2.9: Double Acetylene Generator and a Mighty Mite Air Blower Used to Blow Fumes into Viet Cong Tunnels (MacGregor 1966a)


    @@ -194,12 +195,12 @@

    International Melting Pot

    An individual crouches on the ground next to a blower, facing off to the right, with his left hand slightly resting on it. The photo is aimed down at this person, so the two people looking at the fogger while standing are partially visible from the feet upwards. The photo is an old black and white image and there are items around the sides that are difficult to make out, including potentially a cache of chemical weapons grenades on the right side and some sandbacks in the back.

    -Figure 12: Mighty Mite Machine Used to Contaminate Viet Cong Tunnel Systems with Acetylene (MacGregor 1966b) +FIGURE 2.10: Mighty Mite Machine Used to Contaminate Viet Cong Tunnel Systems with Acetylene (MacGregor 1966b)


    -

    As expected, the fogger quickly made it to Australian police departments, although with a decidedly negative response from the news media, who called it “highly controversial” admist a Sydney Police spending scandal (P. Allen 1972). -Unnamed Australian arms experts who spoke on background said there was no application for the fogger in the country (P. Allen 1972), although that hasn’t stopped its use elsewhere.

    +

    As expected, the fogger quickly made it to Australian police departments, although with a decidedly negative response from the news media, who called it “highly controversial” admist a Sydney Police spending scandal (Allen 1972). +Unnamed Australian arms experts who spoke on background said there was no application for the fogger in the country (Allen 1972), although that hasn’t stopped its use elsewhere.

    diff --git a/_book/international-trafficking.html b/_book/international-trafficking.html index 070ec12..1883be3 100644 --- a/_book/international-trafficking.html +++ b/_book/international-trafficking.html @@ -4,11 +4,11 @@ - International Trafficking | The Thermal Fogger + 8.1 International Trafficking | The Thermal Fogger - + @@ -16,7 +16,7 @@ - + @@ -95,7 +95,7 @@
  • Thermal Fogger
  • -
  • +
  • Cover
  • Preface
  • -
  • Introduction +
  • 1 Introduction
  • -
  • A Colonial Tool +
  • 2 A Colonial Tool
  • -
  • Domestic Applications +
  • 3 Domestic Applications
  • -
  • The 1968 Conventions +
  • 4 The 1968 National Conventions
  • -
  • Scholastic Endeavors +
  • 5 Scholastic Endeavors
  • -
  • Broadening Application +
  • 6 Broadening Application
  • -
  • The Carceral System +
  • 7 The Carceral System
  • -
  • Border Patrol: A Second Boomeranging +
  • 8 Border Patrol: A Second Boomeranging
  • -
  • Conclusion
  • +
  • 9 Conclusion
  • +
  • Appendices
  • +
  • A Figure Descriptions
  • References
  • Chemical Weapons Research Consortium
  • @@ -176,8 +177,8 @@

    -
    -

    International Trafficking

    +
    +

    8.1 International Trafficking

    Within a year and a half of the fogger’s arrival to US domestic police agencies, BP agents were engaging foreign governments independent of the military on chemical weapons deployment including using thermal foggers. During April 25 - May 9 of 1970, Raymond Dee Bond, a Border Patrol agent with decades of experience, sold $15,000 worth of chemical weaponry to the Mexican federal government (Star Tribune 1973). Included in the cache were multiple pepper foggers and formulations (Star Tribune 1973). diff --git a/_book/introduction.html b/_book/introduction.html index fefd259..d095c18 100644 --- a/_book/introduction.html +++ b/_book/introduction.html @@ -4,11 +4,11 @@ - Introduction | The Thermal Fogger + Chapter 1 Introduction | The Thermal Fogger - + @@ -16,7 +16,7 @@ - + @@ -95,7 +95,7 @@

  • Thermal Fogger
  • -
  • +
  • Cover
  • Preface
  • -
  • Introduction +
  • 1 Introduction
  • -
  • A Colonial Tool +
  • 2 A Colonial Tool
  • -
  • Domestic Applications +
  • 3 Domestic Applications
  • -
  • The 1968 Conventions +
  • 4 The 1968 National Conventions
  • -
  • Scholastic Endeavors +
  • 5 Scholastic Endeavors
  • -
  • Broadening Application +
  • 6 Broadening Application
  • -
  • The Carceral System +
  • 7 The Carceral System
  • -
  • Border Patrol: A Second Boomeranging +
  • 8 Border Patrol: A Second Boomeranging
  • -
  • Conclusion
  • +
  • 9 Conclusion
  • +
  • Appendices
  • +
  • A Figure Descriptions
  • References
  • Chemical Weapons Research Consortium
  • @@ -176,20 +177,20 @@

    -
    -

    Introduction

    +
    +

    Chapter 1 Introduction

    Late in the night on July 29th, during the height of the 2020 Uprising in Portland (OR), as protesters gathered outside the Hatfield Federal Courthouse to fight for racial justice, the Department of Homeland Security (DHS)’s Customs and Border Protection (CBP) used a thermal fogger to deploy unknown chemical agents on the crowd:


    Fully riot-geared and for some reason in green camo US Homeland Security agents (to the middle and the left of the photo) behind a row of two-foot tall, one-foot radius metal posts, behind a metal grate wall over 7 feet tall with metal support beams and concrete pylon buttressing. In the front of the left side is an agent holding a plastic clear riot shield, through which you can see a patch that say 'Border Patrol Federal Agent' in yellow and some insignia patches as well. In the middle are the agents in camo, one with a hand on the shoulder of another who is operating a thermal fogger machine shooting gas through the fence. The machine is maybe four or five feet long and has a body not unlike a bush whacker with a two-cycle engine, but fueling a vaporizer instead of a rotor. The agent is holding the machine with their right hand visibly and there is a black strap across their shoulder holding it up. The machine is mostly shiny metal, although the tip is showing signs of corrosion (no surprise based on the compounds and heat) and the supports of the body are a bright green

    -Figure 1: CBP agent using a thermal fogger in front of the federal courthouse, Portland OR (Brown 2020). +FIGURE 1.1: CBP agent using a thermal fogger in front of the federal courthouse, Portland OR (Brown 2020).


    With this seemingly novel usage, DHS made a large swath of the populace aware of an insidious weapon that is actually not new, but – in fact – was birthed in the American occupation of Vietnam, perfected for use against domestic protesters in the 1960s and ’70s, and sent abroad via CBP in the years since. -The subsequent return of the thermal fogger to use against civilians domestically by the same domestic law enforcement agency (CBP) that sent it abroad after its initial domestic use is an extension of the classical Imperialist Boomerang (Césaire 1950; Arendt 1951; Foucault 1976; Graham 2013) that can be more aptly described as a tetherball.

    +The subsequent return of the thermal fogger to use against civilians domestically by the same domestic law enforcement agency (CBP) that sent it abroad after its initial domestic use is an extension of the classical Imperialist Boomerang (Césaire 1950, Arendt 1951, Foucault 1976, Graham 2013) that can be more aptly described as a tetherball.

    Despite repeated use of thermal foggers to deploy chemical weapons over the last half century, the device appears to have slipped from the zeitgeist, only to reemerge in the city that experienced the most visible federal deployment of chemical weapons (Flanigan 2020) and weapons-based incidents of police brutality at racial justice protests (regardless of population size) (PB2020 Team 2021), perhaps due to the noteworthy density of photographers and videographers.

    Although not all of the weapon’s history is documented, enough is that we can quickly dispel the myth that this deployment was new in any notable sense other than being recent.

    diff --git a/_book/labor.html b/_book/labor.html index a68df29..0c723e4 100644 --- a/_book/labor.html +++ b/_book/labor.html @@ -4,11 +4,11 @@ - Labor | The Thermal Fogger + 6.2 Labor | The Thermal Fogger - + @@ -16,7 +16,7 @@ - + @@ -95,7 +95,7 @@
  • Thermal Fogger
  • -
  • +
  • Cover
  • Preface
  • -
  • Introduction +
  • 1 Introduction
  • -
  • A Colonial Tool +
  • 2 A Colonial Tool
  • -
  • Domestic Applications +
  • 3 Domestic Applications
  • -
  • The 1968 Conventions +
  • 4 The 1968 National Conventions
  • -
  • Scholastic Endeavors +
  • 5 Scholastic Endeavors
  • -
  • Broadening Application +
  • 6 Broadening Application
  • -
  • The Carceral System +
  • 7 The Carceral System
  • -
  • Border Patrol: A Second Boomeranging +
  • 8 Border Patrol: A Second Boomeranging
  • -
  • Conclusion
  • +
  • 9 Conclusion
  • +
  • Appendices
  • +
  • A Figure Descriptions
  • References
  • Chemical Weapons Research Consortium
  • @@ -176,19 +177,19 @@

    -
    -

    Labor

    +
    +

    6.2 Labor

    Another common target of police force are labor activists, and so it is not suprising to see the fogger being deployed against strikers at least once in US history.

    -
    -

    North Kingstown RI, March 22 1982

    -

    The Brown and Sharpe company called in local police and Rhode Island State Police officers to help try to break a (at the time) 22-long strike at their factory in North Kingstown, Rhode Island (Associated Press 1982b; Carbone 2017). -A North Kingstown officer named TJ Varone deployed tear gas via a pepper fogger on a group of 75 people, primarily workers’ wives and Brown University students, that was blocking the main entrance to the tool factory (Associated Press 1982b; Carbone 2017). +

    +

    6.2.1 North Kingstown RI, March 22 1982

    +

    The Brown and Sharpe company called in local police and Rhode Island State Police officers to help try to break a (at the time) 22-long strike at their factory in North Kingstown, Rhode Island (Associated Press 1982b, Carbone 2017). +A North Kingstown officer named TJ Varone deployed tear gas via a pepper fogger on a group of 75 people, primarily workers’ wives and Brown University students, that was blocking the main entrance to the tool factory (Associated Press 1982b, Carbone 2017). The picketers braved the gas for a considerable amount of time, requiring close-range fogging to finally disperse them (Carbone 2017).

    B/W newspaper clipping: To the left there are several people crouched on the ground with their heads down and covered. Behind them is a small crowd of people turning and moving away. To the right are three officials in helmets and masks facing the people on the ground and holding a fogger in front that is spraying a cloud of fog right over those on the ground.

    -Figure 43: Police fog striking workers and their families (Associated Press 1982a). +FIGURE 6.1: Police fog striking workers and their families (Associated Press 1982a).


    diff --git a/_book/land-acknowledgment.html b/_book/land-acknowledgment.html index 0987b30..5f82a4c 100644 --- a/_book/land-acknowledgment.html +++ b/_book/land-acknowledgment.html @@ -95,7 +95,7 @@
  • Thermal Fogger
  • -
  • +
  • Cover
  • Preface
  • -
  • Introduction +
  • 1 Introduction
  • -
  • A Colonial Tool +
  • 2 A Colonial Tool
  • -
  • Domestic Applications +
  • 3 Domestic Applications
  • -
  • The 1968 Conventions +
  • 4 The 1968 National Conventions
  • -
  • Scholastic Endeavors +
  • 5 Scholastic Endeavors
  • -
  • Broadening Application +
  • 6 Broadening Application
  • -
  • The Carceral System +
  • 7 The Carceral System
  • -
  • Border Patrol: A Second Boomeranging +
  • 8 Border Patrol: A Second Boomeranging
  • -
  • Conclusion
  • +
  • 9 Conclusion
  • +
  • Appendices
  • +
  • A Figure Descriptions
  • References
  • Chemical Weapons Research Consortium
  • diff --git a/_book/licenses.html b/_book/licenses.html index a3c3b1b..280c507 100644 --- a/_book/licenses.html +++ b/_book/licenses.html @@ -95,7 +95,7 @@
  • Thermal Fogger
  • -
  • +
  • Cover
  • Preface
  • -
  • Introduction +
  • 1 Introduction
  • -
  • A Colonial Tool +
  • 2 A Colonial Tool
  • -
  • Domestic Applications +
  • 3 Domestic Applications
  • -
  • The 1968 Conventions +
  • 4 The 1968 National Conventions
  • -
  • Scholastic Endeavors +
  • 5 Scholastic Endeavors
  • -
  • Broadening Application +
  • 6 Broadening Application
  • -
  • The Carceral System +
  • 7 The Carceral System
  • -
  • Border Patrol: A Second Boomeranging +
  • 8 Border Patrol: A Second Boomeranging
  • -
  • Conclusion
  • +
  • 9 Conclusion
  • +
  • Appendices
  • +
  • A Figure Descriptions
  • References
  • Chemical Weapons Research Consortium
  • diff --git a/_book/manufacturers.html b/_book/manufacturers.html index 8ee95b8..9ba301d 100644 --- a/_book/manufacturers.html +++ b/_book/manufacturers.html @@ -4,11 +4,11 @@ - Manufacturers | The Thermal Fogger + 3.1 Manufacturers | The Thermal Fogger - + @@ -16,7 +16,7 @@ - + @@ -95,7 +95,7 @@
  • Thermal Fogger
  • -
  • +
  • Cover
  • Preface
  • -
  • Introduction +
  • 1 Introduction
  • -
  • A Colonial Tool +
  • 2 A Colonial Tool
  • -
  • Domestic Applications +
  • 3 Domestic Applications
  • -
  • The 1968 Conventions +
  • 4 The 1968 National Conventions
  • -
  • Scholastic Endeavors +
  • 5 Scholastic Endeavors
  • -
  • Broadening Application +
  • 6 Broadening Application
  • -
  • The Carceral System +
  • 7 The Carceral System
  • -
  • Border Patrol: A Second Boomeranging +
  • 8 Border Patrol: A Second Boomeranging
  • -
  • Conclusion
  • +
  • 9 Conclusion
  • +
  • Appendices
  • +
  • A Figure Descriptions
  • References
  • Chemical Weapons Research Consortium
  • @@ -176,20 +177,20 @@

    -
    -

    Manufacturers

    +
    +

    3.1 Manufacturers

    American companies quickly jumped at the opportunity to refine the bulky, complicated Mitey Mite and sell thermal foggers to the military and domestic police departments. As early as 1969, The International Association of Chiefs of Police included a detailed section on thermal fogging and available models in their Chemical Agents Manual (Crockett 1969), providing prime trade-focused marketing. Indeed, both Federal Laboratories and General Ordnance Equipment Corporation models were included.

    -
    -

    Sears Roebuck

    +
    +

    3.1.1 Sears Roebuck

    The original Mighty Mite that established the fogger as a method of chemical dispersal was manufactured by Sears, Roebuck, and Co. for insecticide application (Applegate 1969).


    Yellowed black and white photo of a stationary Mighty Mite thermal fogger. It's a backpack fogger, so there's a giant hose that's like a vacuum hose wrapped around in the middle and then another one coming off of the actual backpack, which is upright in the middle back right. there is a metal frame and a large reservoir tank sitting on top of the engine and other aspects of the machinery. There is a tube running out to the end of the hose nose from the back pack. On the right side of the image is a scale bar that makes it seem like the backpack is 24 inches tall.

    -Figure 13: M-106 Mity Mite Thermal Fogger, as promoted to law enforcement in Applegate (1969). +FIGURE 3.1: M-106 Mity Mite Thermal Fogger, as promoted to law enforcement in Applegate (1969).


    @@ -199,32 +200,32 @@

    Sears Roebuck

    Black and white technical drawing of a hand-held 2-cycle thermal fogger. The drawing is pretty minimal, but shows enough detail, in particular around the engine and fan, to get a sense of how it operates. There are also a few labels pointing out via arrows what the Recould Rope Starter, Fuel Tank, Carrying Handle, Creifugal Blower Assemble, and Air/Agent Exit Ports are, and to the where the Vaporized Agent is injected into the air stream.

    -Figure 14: Hand-held two-cycle thermal fogger (Crockett 1969). +FIGURE 3.2: Hand-held two-cycle thermal fogger (Crockett 1969).


    Sears does not appear to have entered The Mity Mite into the law enforcement market, perhaps due to the company’s existing legacy branding, and the model never established itself in the domestic market.

    -
    -

    Federal Laboratories

    +
    +

    3.1.2 Federal Laboratories

    Federal Laboratories, one of the major US manufacturers of chemical weapons starting after World War I, developed a hand-held 2-cycle thermal fogger that did not need a backpack or hoses:

    Black and white photo of a thermal fogger that is basically a 2-cycle weed-wacker engine on top of a chemical agent metal drum with a nozzle sticking out to the right that is about a yard long, it's dark and has some hardware on it. The drum says Federal Fogger and then other things that are illegible. The drum is a dark color and the main engine is light, with a dark handle and strap.

    -Figure 15: The Federal Laboratories “Federal Fogger 298” (Federal Laboratories 1980). +FIGURE 3.3: The Federal Laboratories “Federal Fogger 298” (Federal Laboratories 1980).

    Black and white photo of police officer in a gas mask and riot helmet with the shield flipped up and full uniform, but not riot gear. The officer is holding a hand-held fogger that has a white top on the part, some shiny metal in the middle and then dark on the bottom with a dark nozzle that is spewing some fog. The officer is standing in a field in front of a forest.

    -Figure 16: Officer demonstrating the Federal Laboratories 298 (Applegate 1992). +FIGURE 3.4: Officer demonstrating the Federal Laboratories 298 (Applegate 1992).

    -
    -

    General Ordnance Equipment Corporation

    +
    +

    3.1.3 General Ordnance Equipment Corporation

    The General Ordnance Equipment Corporation (GOEC), who invented and trademarked Chemical Mace earlier in the decade, had been bought-out by Smith and Wesson by the late 1960s when the fogger market opened up (Gross 2014).

    Alan Litman, the brains behind GOEC, retained leadership of chemical weapons development after the buy-out, however (Gross 2014), and he must have seen an opportunity, as GOEC began selling hand-held thermal foggers in July 1968 (Applegate 1969).

    They named their units “Pepper Fog” generators, a nod to their apparent ability to “pepper” the recipient with more concentrated bursts of fog if desired, compared to the steady stream output from the Mity Mite (Applegate 1969), and applied for a trademark on the phrase in October of the same year (USTPO 2018). @@ -235,36 +236,36 @@

    General Ordnance Equipment Corporation

    Yellowed black and white photo of a stationary pepper fog thermal fogger pointed to the left sitting by itself. The main body is a square box that's dark with a tag in the middle that's lighter and has dark writing on it that says pepper fog g o e c. The nozzle points to the left and is a longer thinner tube about twice as long as the main body. It is also dark and has a metal cage around it that is sparse and shiny. There's also a handle and some knobs on the top of the item and something that's a little bit difficult to make out off the back of the main body.

    -Figure 17: General Ordnance Equipment Corporation thermal fogger (General Ordnance Equipment Corporation 1969b), as shown in Applegate (1969). +FIGURE 3.5: General Ordnance Equipment Corporation thermal fogger (General Ordnance Equipment Corporation 1969a), as shown in Applegate (1969).


    -

    They immediately began a heavy marketing campaign for their new invention, taking out full-page ads in police magazines (General Ordnance Equipment Corporation 1969a, 1969c, 1970):

    +

    They immediately began a heavy marketing campaign for their new invention, taking out full-page ads in police magazines (General Ordnance Equipment Corporation 1969b, 1969c, 1970):


    Photocopied, blurried black and white magazine spread advertisement for General Ordnance Equipment Company (GOEC). The ad shows both their chemical mace and their fogger, although the fogger takes up 3/4 of the page. The left side has two main panels, one for each weapon, the top is a mace one showing an officer spraying mace into someone's face and the bottom part is the picture of the person fogging the railroad. The right side is an explainer on the pepper fogger that has three photos (including a repeat of the railroad one) at the top, the item image in the middle, and then a whole bunch of specs that are too blury to read

    -Figure 18: GOEC advertisement (General Ordnance Equipment Corporation 1969a). +FIGURE 3.6: GOEC advertisement (General Ordnance Equipment Corporation 1969b).


    They also leveraged the connection between local law enforcement and the press to generate free marketing with an international reach.

    It is perhaps no surprise then that virtually all of the foggers photographed being used in the US prior to 2020 are GOEC models.

    -
    -

    Defense Technology

    +
    +

    3.1.4 Defense Technology

    The corporate descendent of both GOEC and Federal Labs and current owner of the legacy branding (Safariland subsidiary Defense Technology) continues to sell items under a “Pepper Fog” line, including a “pepper fog generator” that utilizes the same pulse-jet generation technique (Safariland, LLC 2020a):


    Yellow-gold box shape tool with a handle on top, an image of an eagle in flight on the side, and some gauges on top.The back of the box tapers and appears to have switches and controls. Coming out of the front is a long tube that narrows at the end. The tube has a wire cage surrounding it.

    -Figure 19: Product image for thermal fogger (Safariland, LLC 2020b). +FIGURE 3.7: Product image for thermal fogger (Safariland, LLC 2020b).


    -

    This has supplanted the models produced by the corporate ancestors to Defense Technology, which were bulkier and considerably heavier (Samuels, Egner, and Campbell 1969).

    +

    This has supplanted the models produced by the corporate ancestors to Defense Technology, which were bulkier and considerably heavier (Samuels et al. 1969).

    diff --git a/_book/preface.html b/_book/preface.html index e96ccf7..51ffeef 100644 --- a/_book/preface.html +++ b/_book/preface.html @@ -95,7 +95,7 @@
  • Thermal Fogger
  • -
  • +
  • Cover
  • Preface
  • -
  • Introduction +
  • 1 Introduction
  • -
  • A Colonial Tool +
  • 2 A Colonial Tool
  • -
  • Domestic Applications +
  • 3 Domestic Applications
  • -
  • The 1968 Conventions +
  • 4 The 1968 National Conventions
  • -
  • Scholastic Endeavors +
  • 5 Scholastic Endeavors
  • -
  • Broadening Application +
  • 6 Broadening Application
  • -
  • The Carceral System +
  • 7 The Carceral System
  • -
  • Border Patrol: A Second Boomeranging +
  • 8 Border Patrol: A Second Boomeranging
  • -
  • Conclusion
  • +
  • 9 Conclusion
  • +
  • Appendices
  • +
  • A Figure Descriptions
  • References
  • Chemical Weapons Research Consortium
  • diff --git a/_book/racial-justice.html b/_book/racial-justice.html index cf1dca8..66c4d22 100644 --- a/_book/racial-justice.html +++ b/_book/racial-justice.html @@ -4,11 +4,11 @@ - Racial Justice | The Thermal Fogger + 6.1 Racial Justice | The Thermal Fogger - + @@ -16,7 +16,7 @@ - + @@ -95,7 +95,7 @@
  • Thermal Fogger
  • -
  • +
  • Cover
  • Preface
  • -
  • Introduction +
  • 1 Introduction
  • -
  • A Colonial Tool +
  • 2 A Colonial Tool
  • -
  • Domestic Applications +
  • 3 Domestic Applications
  • -
  • The 1968 Conventions +
  • 4 The 1968 National Conventions
  • -
  • Scholastic Endeavors +
  • 5 Scholastic Endeavors
  • -
  • Broadening Application +
  • 6 Broadening Application
  • -
  • The Carceral System +
  • 7 The Carceral System
  • -
  • Border Patrol: A Second Boomeranging +
  • 8 Border Patrol: A Second Boomeranging
  • -
  • Conclusion
  • +
  • 9 Conclusion
  • +
  • Appendices
  • +
  • A Figure Descriptions
  • References
  • Chemical Weapons Research Consortium
  • @@ -176,18 +177,18 @@

    -
    -

    Racial Justice

    +
    +

    6.1 Racial Justice

    Police are generally more apt to use heavy responses including chemical weapons against Black protesters in general (Morman et al. 2020). It is therefore not surprising to learn that law enforcement use foggers to deploy chemical weapons on racial justice protests. -Indeed, the first use of the fogger in the United States was during the Liberty City Riots, a police action in response to Black community organizations holding conversation among themselves.

    -
    -

    Danville IL

    +Indeed, the first use of the fogger in the United States was during the Liberty City Riots, a police action in response to Black community organizations holding conversation among themselves.

    +
    +

    6.1.1 Danville IL

    Foggers have been used in a variety of cities, not just major metropolitan areas.

    Danville, Illinois (1970 pop. 42,570; (USCB 1971)) Police used a pepper fogger to disperse a crowd of Black protesters that had used picnic tables to barricade a street through their neighborhood on a second night of demonstrations (Associated Press 1969o), August 10th 1969.

    -
    -

    Rodney King

    +
    +

    6.1.2 Rodney King

    Although mentioned in a few outlets during the 1992 police response to the protests in response to the verdict in the Rodney King case, I have yet to find documentation of foggers being used explicitly during that time (Askren 1992). For example, Riley County (Kansas; 1970 pop. 56,788; USCB (1971)) Sheriffs had a fogger in their arsenal in 1992 according to Director Alvan Johnson (Askren 1992).

    diff --git a/_book/reference-keys.txt b/_book/reference-keys.txt index f98d479..92cb72c 100644 --- a/_book/reference-keys.txt +++ b/_book/reference-keys.txt @@ -47,3 +47,75 @@ fig:imgportland20201017 fig:imgportland20210120 fig:imgportland202101231 fig:imgportland202101232 +introduction +Science +Vietnam +context +mosquito-control +tunnels +Genesis +FirstUse +what-about-not-in-tunnels +expansion +international-melting-pot +TheReturn +manufacturers +sears-roebuck +FederalLaboratories +GOEC +DefenseTechnology +rex-applegate +Propa +gary-wills +The1968Conventions +rnc +MiamiFL1968_08_08 +dnc +ChicagoIL1968_08_26 +BerkeleyCA1968_08_31 +coming-soon-to-a-town-near-you +illinois +florida +california +national-guard +small-town-usa +Canada +scholastic-endeavors +university-cities +durham +berkeley +BerkeleyCA1969_02_21 +february-28-1969 +may-15-1969 +seattle +CollegeParkMD1970_05_04 +IowaCity +Minneapolis1972_05_10 +gainesville +high-schools +SanGordonio +Lawrence1970_04_21 +broadening-application +racial-justice +danville-il +rodney-king +labor +north-kingstown-ri-march-22-1982 +celebrations +nhra-nationals +new-years-eve +trainging-accidents +bullitt-volunteer-fire-department +CarceralSystem +BigMac +union-correctional +dade-county +CBP +international-trafficking +bortac +PortlandOR2020_2021 +PortlandOR2020_07_29 +PortlandORICE2020_2021 +J20 +Conclusion +AltTexts diff --git a/_book/rex-applegate.html b/_book/rex-applegate.html index d42e584..03026f9 100644 --- a/_book/rex-applegate.html +++ b/_book/rex-applegate.html @@ -4,11 +4,11 @@ - Rex Applegate | The Thermal Fogger + 3.2 Rex Applegate | The Thermal Fogger - + @@ -16,7 +16,7 @@ - + @@ -95,7 +95,7 @@
  • Thermal Fogger
  • -
  • +
  • Cover
  • Preface
  • -
  • Introduction +
  • 1 Introduction
  • -
  • A Colonial Tool +
  • 2 A Colonial Tool
  • -
  • Domestic Applications +
  • 3 Domestic Applications
  • -
  • The 1968 Conventions +
  • 4 The 1968 National Conventions
  • -
  • Scholastic Endeavors +
  • 5 Scholastic Endeavors
  • -
  • Broadening Application +
  • 6 Broadening Application
  • -
  • The Carceral System +
  • 7 The Carceral System
  • -
  • Border Patrol: A Second Boomeranging +
  • 8 Border Patrol: A Second Boomeranging
  • -
  • Conclusion
  • +
  • 9 Conclusion
  • +
  • Appendices
  • +
  • A Figure Descriptions
  • References
  • Chemical Weapons Research Consortium
  • @@ -176,8 +177,8 @@

    -
    -

    Rex Applegate

    +
    +

    3.2 Rex Applegate

    A major figure in the translation of military “riot suppression” tactics to domestic law enforcement in the 1960s and 1970s was a former US Army Lt. Colonel named Rex Applegate. Applegate took a commission as a second leuitenant, but had a lung ailment kept him from serving in combat in World War II and so was assigned to Military Police Company before being tapped by Col. William Donovan to build and run the School for Spies and Assassins in the Office of Strategic Services (Goldstein 1998). Larger than life, Rex even served as bodyguard to President Franklin Roosevelt, before retiring and moving to Mexico at the end of World War II to consult with Central and South American governments on “riot control” (Goldstein 1998).

    @@ -188,7 +189,7 @@

    Rex Applegate

    Black and white photo of a person using a pepper fogger across some railroad tracks. The person is standing in the mid ground on the left side of the photo and fogging towards the right mid-ground where the train tracks come from. The fog obscures the origins of the tracks off to the background on the right side of the photo. Behind the person on the left side is a taller tree along short building a car and some foliage. Further behind is a ridge of some kind with trees on it. The train tracks are old and partially overgrown.

    -Figure 20: Demonstration of a pepper fogger (Applegate 1970) +FIGURE 3.8: Demonstration of a pepper fogger (Applegate 1970)


    diff --git a/_book/MiamiFL1968-08-08.html b/_book/rnc.html similarity index 61% rename from _book/MiamiFL1968-08-08.html rename to _book/rnc.html index a7db48e..df402fa 100644 --- a/_book/MiamiFL1968-08-08.html +++ b/_book/rnc.html @@ -4,11 +4,11 @@ - Miami, August 8 | The Thermal Fogger + 4.1 RNC | The Thermal Fogger - + @@ -16,7 +16,7 @@ - + @@ -32,7 +32,7 @@ - + @@ -95,7 +95,7 @@
  • Thermal Fogger
  • -
  • +
  • Cover
  • Preface
  • -
  • Introduction +
  • 1 Introduction
  • -
  • A Colonial Tool +
  • 2 A Colonial Tool
  • -
  • Domestic Applications +
  • 3 Domestic Applications
  • -
  • The 1968 Conventions +
  • 4 The 1968 National Conventions
  • -
  • Scholastic Endeavors +
  • 5 Scholastic Endeavors
  • -
  • Broadening Application +
  • 6 Broadening Application
  • -
  • The Carceral System +
  • 7 The Carceral System
  • -
  • Border Patrol: A Second Boomeranging +
  • 8 Border Patrol: A Second Boomeranging
  • -
  • Conclusion
  • +
  • 9 Conclusion
  • +
  • Appendices
  • +
  • A Figure Descriptions
  • References
  • Chemical Weapons Research Consortium
  • @@ -176,17 +177,20 @@

    -
    -

    Miami, August 8

    -

    The first use of a thermal fogger to deploy chemical weapons in the US that I have been able to uncover was during the “Liberty City Riots,” which took place in during the 1968 Republican National Convention (RNC) in Miami, Florida (Tschenschlok 1995, 1996; McArdle 2018). +

    +

    4.1 RNC

    +
    +

    4.1.1 Miami, August 8

    +

    The first use of a thermal fogger to deploy chemical weapons in the US that I have been able to uncover was during the “Liberty City Riots,” which took place in during the 1968 Republican National Convention (RNC) in Miami, Florida (Tschenschlok 1995, 1996, McArdle 2018). A white reporter with the Miami Herald attempted to gain access to rally of concerned Black people that was meant to be only among Black people that was occurring in Liberty City, a Black neighborhood, on August 7th (Tschenschlok 1995, 1996). -When the reporter was ejected from the rally, Miami police responded with a large and heavy presence and during the standoff, a white motorist with a “Wallace for President” bumper sticker attempted to drive through but was met with resistance and drove into another car, and fled the scene on foot (Tschenschlok 1995; Lorentze 2018).

    +When the reporter was ejected from the rally, Miami police responded with a large and heavy presence and during the standoff, a white motorist with a “Wallace for President” bumper sticker attempted to drive through but was met with resistance and drove into another car, and fled the scene on foot (Tschenschlok 1995, Lorentze 2018).

    Miami police used chemical weapons the night of the 7th, but the fogger did not make an appearance until the subsequent day. Local, state, and federal officials met with Black organizational representatives the night of the 7th and had agreed to continue discussions the morning of the 8th, but instead sent staffers rather than appear themselves, which effectively ended discussions (Tschenschlok 1995, 1996). Apparently, Miami Police Department was unable to manage the situation and Florida Highway Patrol (FHP) was called in by the city (Tschenschlok 1995).

    FHP used a truck with multiple foggers (Lorentze 2018), described as “essentially a modified version of an insect-control machine” that “spread a thick fog of tear gas throughout the riot zone” (Tschenschlok 1995).

    FHP used the truck-mounted thermal foggers indiscriminately and caused visible symptoms (gagging, etc.) in all present, including a 5-month old (McArdle 2018). The fog quickly spread into neighborhood homes, forcing residents outside to seek fresh air (Tschenschlok 1995).

    +
    @@ -194,7 +198,7 @@

    Miami, August 8

    - +
    diff --git a/_book/scholastic-endeavors.html b/_book/scholastic-endeavors.html index 50b6964..6100338 100644 --- a/_book/scholastic-endeavors.html +++ b/_book/scholastic-endeavors.html @@ -4,11 +4,11 @@ - Scholastic Endeavors | The Thermal Fogger + Chapter 5 Scholastic Endeavors | The Thermal Fogger - + @@ -16,7 +16,7 @@ - + @@ -95,7 +95,7 @@
  • Thermal Fogger
  • -
  • +
  • Cover
  • Preface
  • -
  • Introduction +
  • 1 Introduction
  • -
  • A Colonial Tool +
  • 2 A Colonial Tool
  • -
  • Domestic Applications +
  • 3 Domestic Applications
  • -
  • The 1968 Conventions +
  • 4 The 1968 National Conventions
  • -
  • Scholastic Endeavors +
  • 5 Scholastic Endeavors
  • -
  • Broadening Application +
  • 6 Broadening Application
  • -
  • The Carceral System +
  • 7 The Carceral System
  • -
  • Border Patrol: A Second Boomeranging +
  • 8 Border Patrol: A Second Boomeranging
  • -
  • Conclusion
  • +
  • 9 Conclusion
  • +
  • Appendices
  • +
  • A Figure Descriptions
  • References
  • Chemical Weapons Research Consortium
  • @@ -176,9 +177,9 @@

    -
    -

    Scholastic Endeavors

    -

    Perhaps instigated by the willingness of the California Highway Patrol to use chemical weapons (including thermal foggers) in Berkeley on and around the University of California campus during the 1968 Convention protests, many law enforcement agencies escalated anti-war and racial just protests in University towns during the 1960s and 1970s via chemical weapons.

    +
    +

    Chapter 5 Scholastic Endeavors

    +

    Perhaps instigated by the willingness of the California Highway Patrol to use chemical weapons (including thermal foggers) in Berkeley on and around the University of California campus during the 1968 Convention protests, many law enforcement agencies escalated anti-war and racial just protests in University towns during the 1960s and 1970s via chemical weapons.

    The willingness of police to fog literally any place where undergraduates standing up for racial justice and against imperialism were gathering was highlighted in May of 1970 when Maryland State Police deployed chemical weapons via thermal fogger into the University of Maryland Chapel (Cabe 1970).

    Use of fogger-based chemical weapons against students, particularly students of color, was not limited to college campuses, but extended to high and middle schools.

    diff --git a/_book/search_index.json b/_book/search_index.json index 04f9987..5c1bf10 100644 --- a/_book/search_index.json +++ b/_book/search_index.json @@ -1 +1 @@ -[["index.html", "The Thermal Fogger An Imperial Tetherball ", " The Thermal Fogger An Imperial Tetherball Dr. Juniper L. Simonis 2021-07-05 "],["preface.html", "Preface", " Preface An archived version of this book is available on Zenodo. "],["content-warning.html", "Content Warning", " Content Warning This book deals with police and corrections violence in frank terminology. Pictures of chemical weapons being deployed on individuals, including those passively resisting, are included, but no injuries, blood, gore, etc. are shown. Casualties, including fatalities, are discussed, including an individual being killed by corrections officers. "],["land-acknowledgment.html", "Land Acknowledgment", " Land Acknowledgment This works impetus comes from present-day Portland, Oregon, United States of America the Indigenous land of the Chinook people, who were colonized and spread across multiple federally recognized tribes in Oregon, Washington and Idaho including Cowlitz, Siletz, Wasco, and Yakima. Chemical weapons are a common tool among imperialist regimes. The events cataloged in this book occur at many locations across the present-day United States and internationally, with specific references to Canada, Mexico, and Vietnam, where colonizing forces of (predominately Northwestern) Europe have used forced labor from enslaved Black people to impose significant force on Indigenous cultures and individuals. No words can fully encompass the place in which each of the stories told in this book occur. I will work to add important contextual information and acknowledgments, and please remember that each use of a thermal fogger or other brutal police force described here impacted many, many lives. I ask you to take time to reflect on the countless individuals from communities, tribes, peoples, and cultures around the world that have been fogged with some chemical agent whose names we will never know, whose stories we will never hear. "],["inherent-bias.html", "Inherent Bias", " Inherent Bias This book has been produced by collating historical documentation and records, which are inherently biased towards the views of white, male colonizers, as will be plainly evident in the documents. As such, it is important to recognize that there are almost certainly records that I have not yet found or which have been lost to time. Even more critical, however, is that many uses of thermal foggers have likely never been recorded at all (even if legally required), as will be made clear through the documents that have been recovered. "],["author-position.html", "Author Position", " Author Position I, Dr. Juniper L. Simonis (they/them/theirs), am a 36-year-old middle-class, white, non-binary, queer, physically and psychologically disabled person. I come to the study of the history of chemical weapons use in America via my personal experience being the recipient of law enforcements chemical weapons and my ensuing scientific research into its impacts on the environment. I have a PhD in Ecology and Evolutionary Biology from Cornell, where I studied aquatic ecology and biogeochemistry disciplines I have put to use to studying the impact of chemical weapons. Through my ecological research, I have uncovered historical and current information into the impacts of chemical weapons that I was not seeing being represented in the present day broad cultural discourse. From this need to share historical information came this book, a way for me to pass along a window into the racist, classist, capitalistic, and colonialistic throughline of the thermal fogger. I am an abolitionist in multiple senses: I believe that the use of chemical weapons, police, and the carceral system should all be abolished, full-stop. Through this work, I have discovered an extensive history that makes me feel a deep connection to my protest elders who experienced thermal foggers decades ago. I hope that my work will bring light to their stories. We are but the most recent chapter in a long history of United States Law Enforcement using chemical weapons against its own people. "],["financial-statement.html", "Financial Statement", " Financial Statement All work for this product was conducted by Dr. Juniper L. Simonis via internal time at DAPPER Stats. No external funding was provided. "],["licenses.html", "Licenses", " Licenses This book it created under a dual license that recognizes a separation between the software and non-software components. All underlying documents (photos, etc.) are cited in the References and references do not indicate the original licensor endorses this book or its authors. "],["acknowledgments.html", "Acknowledgments", " Acknowledgments My deepest heartfelt condolences to the family of Robert Forsythe. I cannot even begin to imagine the impact Bobbys murder and the subsequent trial and media presence had on you and your community. I hope that by shining a light on his story now, more people will come to understand just how horrendous the prison system is and fight for its abolition. The story of Robert Forsythe is almost certainly not unique, and only public knowledge because of the trial against the corrections officers. I recognize that many others have been killed by thermal foggers, yet we will never know their names. This booklet is based on a variety of sources past and present, and to the journalists and photographers: thank you for sharing your work with the world. I have no idea how many people have been involved in digitizing historical newspapers, as their names are never on anything, but yall are fantastic and I appreciate you so much. Sandra Simonis provided significant help with writing alt-text for images. Twitter users NewNameJeanette and WillHickox notified me of the Lawrence High School protest and use of the thermal fogger, for which I am very thankful. Christophe Dervieux provided an example of how to render figure alt-text in an appendix: https://cderv.rbind.io/2021/06/29/fig-alt-appendix/. The cover image is based on Lewis-Rolland (2021a). "],["contribute-information.html", "Contribute Information", " Contribute Information If you are aware of incidents where a pepper fogger was used to deploy chemical weapons that we have not included, please reach out via the Chem Weapons Research Website or submit an issue or pull request on our GitHub repository for the book. "],["introduction.html", "Introduction", " Introduction Late in the night on July 29th, during the height of the 2020 Uprising in Portland (OR), as protesters gathered outside the Hatfield Federal Courthouse to fight for racial justice, the Department of Homeland Security (DHS)s Customs and Border Protection (CBP) used a thermal fogger to deploy unknown chemical agents on the crowd: Figure 1: CBP agent using a thermal fogger in front of the federal courthouse, Portland OR (Brown 2020). With this seemingly novel usage, DHS made a large swath of the populace aware of an insidious weapon that is actually not new, but in fact was birthed in the American occupation of Vietnam, perfected for use against domestic protesters in the 1960s and 70s, and sent abroad via CBP in the years since. The subsequent return of the thermal fogger to use against civilians domestically by the same domestic law enforcement agency (CBP) that sent it abroad after its initial domestic use is an extension of the classical Imperialist Boomerang (Césaire 1950; Arendt 1951; Foucault 1976; Graham 2013) that can be more aptly described as a tetherball. Despite repeated use of thermal foggers to deploy chemical weapons over the last half century, the device appears to have slipped from the zeitgeist, only to reemerge in the city that experienced the most visible federal deployment of chemical weapons (Flanigan 2020) and weapons-based incidents of police brutality at racial justice protests (regardless of population size) (PB2020 Team 2021), perhaps due to the noteworthy density of photographers and videographers. Although not all of the weapons history is documented, enough is that we can quickly dispel the myth that this deployment was new in any notable sense other than being recent. "],["Science.html", "The Science of Thermal Fogging", " The Science of Thermal Fogging Broadly speaking, a fog is a visible aerosol that hangs in the air near the ground, and while it occurs on its own accord, humans have devised a variety of methods to generate fog. And many, if not all, of those methods have been used to deploy chemical weapons on people. The focus of this book is on thermal fogging. The idea behind thermal fogging is the same whether youre targeting mosquitoes in a marsh or protesters on a street: flash-vaporize a liquid being forced into a stream of cooler air, causing a fog to form as it condenses; move to increase the size of the cloud. The original chemical weapons thermal foggers employed the exhaust lines of diesel trucks or manifolds of 2-cycle engines to heat the formulation, which worked but were bulky and difficult to control in open areas (Crockett 1969). These models were quickly supplanted by foggers leveraging resonant pulsejet technology that were streamlined, lighter, and gave control of the stream to the operator (Applegate 1969) Figure 2: Concept drawing from the International Association of Chiefs of Police chemical agents manual (Crockett 1969). Regardless of the heating method specifics, the machine creates a visible fog from the mixture of gasoline exhaust, chemical weapons, and ambient air moisture, as desired. Although the mixture does cool considerably from its peak temperature before being released, the chemicals are heated to such high temperatures that they thermally decompose, creating a much more toxic mixture of gases that condense to form the fog. Indeed, the thermal cracking temperatures of common chemical contemporary chemical weapons are well below the temperatures achieved in a thermal fogger: Phenacyl chloride (CN): 248 C (Compton 1987) 2-chlorobenzalmalononitrile (CS): 450 - 550 C (Xue et al. 2015) Oleoresin Capsicum (OC): < 200 C (Henderson and Henderson 1992) Hexachloroethane (HC): 185 C (IARC 1979) Terephthalic Acid (TPA): 445 C (Kimyonok and Ulutürk 2016) As a result, it is impossible for anyone to definitively know what chemicals they are fogging someone with, but it is fair to say the mixtures are likely to have considerably higher toxicities than product labels and safety sheets indicate, which are already concerning (Defense Technology 2015). "],["Vietnam.html", "A Colonial Tool", " A Colonial Tool The modern day use of thermal foggers for chemical weapons deployment was born from the American colonization of Vietnam in the mid-to-late-20th Century (USMACV 1965; Bunker 1996). Figure 3: US Military deploying a thermal fogger into a Vietnamese tunnel (Delf 2012). "],["context.html", "Context", " Context Mosquito Control Early in the deployment of US troops to occupy Vietnam, the need for large scale mosquito control became so great that soldiers began improvising insecticide foggers by piping insecticide into diesel truck exhaust: An insecticide fogger, one of the most useful improvisations, was made by mounting a [55-gallon oil] drum filled with 6 to 7 percent malathion insecticide in diesel oil on a 3/4-ton truck and spraying the poisonous mixture out with the exhaust from the vehicle. The insecticide is drawn from the drum by the partial vacuum in a line connected to the exhaust pipe just behind the manifold, and sprayed out under pressure of the exhaust. Spicknall (1969) The hack turned out to be 4,500 times more effective, covering nine square miles per day compared to 50,000 square feet (0.002 square miles) per day using a conventional manually operated fogger (Spicknall 1969). Given widespread mosquito concerns and the preponderance on diesel drums, the truck approach spread, and the concept of fogging was understood among servicemembers (USMACV 1965; Spicknall 1969). Tunnels As the occupation continued, underground bunkers and tunnels dug by the Viet Cong (VC) and Peoples Army of Vietnam (PAV) became a dominant presence on the both the literal and figurative battlefields (Rottman 2006, 2012). Figure 4: Hypothetical Vietnamese village with a two-level bunker tunnel system (Hanesalo 1996). Soldiers from the US, Australian, New Zealand, and other armies were tasked with clearing the tunnels and rooting out inhabitants (Hemmings 2019). The specialized forces designated for the work were dubbed Tunnel Rats and tear gas was part of their arsenal to flush individuals from caves, which they regularly deployed via pyrotechnic grenades and powdered explosives (Faas 1977; Rottman 2006). Figure 5: Tunnel rat in a gas mask, undated (Hemmings 2019) "],["Genesis.html", "Genesis", " Genesis Implementation In October of 1965, the USMACV (United States Military Assistance Command, Vietnam) was supporting the South Vietnamese Armys (ARVN) III Corps in a search and destroy operation in the Iron Triangle, an area known to house an elaborate Viet Cong tunnel system (USMACV 1965). Figure 6: US-defined War Zones C, D, and the Iron Triangle near Saigon, Vietnam (US Army 2005) The US Chemical Advisor to the ARVNs Chemical Team participated in planning the operation, and suggested using a Mity Mite (a.k.a. Mitey Mite, Mighty Mite) 2-cycle thermal fogger to aid in clearing tunnels. A 6-member unit of ARVN Chemical Team members was organized on October 7th for implementation of the fogger (USMACV 1965). The next day, the force located a tunnel and set into motion an elaborate scheme to fog the tunnels with hexachloroethane (HC) smoke from burning pots, marking the first known tactical use of a thermal fogger to deploy chemical weapons agents (USMACV 1965; Rottman 2012). Overall, the endeavor was dubbed a success, despite the tunnel already being empty (USMACV 1965). Although (highly toxic; Simonis (2020)) munitions smoke was used in this application, it was noted that tear gas would be very effective in flushing VC from tunnels should there been any present (USMACV 1965). According to the Lessons Learned report filed by the USMACV the next month, This is believed to have been the first tactical employment of Mity Mite by ARVN. [emphasis added] USMACV (1965) Note that there is no mention of use by USMACV prior to this deployment (USMACV 1965). What About Not In Tunnels? Seeing the Mity Mite in action got the wheels turning in the heads of USMACV officers, and the idea of deploying the fogger outside of tunnels was on the table (USMACV 1965). This is made clear in the Lessons Learned report, where they state that the Mity Mite portable blower can be used to generate an agent cloud for use against unmasked personnel in the open [emphasis added] USMACV (1965). At the time, however, the set up used powder, pot, and grenade sources of chemical agents, which was inefficient and required extensive supplies and gasoline reserves (USMACV 1965). Figure 7: Technical drawing of a backpack fogger (USMACV 1965) "],["expansion.html", "Expansion", " Expansion The practice caught on quickly, and Mity Mites were soon issued to ARVN units (USMACV 1965) and became common tools for Tunnel Rats (Rottman 2012). Figure 8: A soldier uses a backpack Mity Mite to fog a tunnel (US Army 1966) The Army used foggers to pump air or smoke into tunnels in combination with riot control agents during Operation Cedar falls in 1967 (Lehrer 1968). And by 1968s Battle of Khe Sanh, it was standard practice to use foggers for tunnel excavation as well as mosquito and fly control (Rottman 2006). Figure 9: Engineers unpack and test a Mitey-Mite blower (USAES 2003). In 1969, the US Army Limited War Laboratory published a report on chemical weapons that included a section on foggers and agents for use in them, naming the General Ordinance Equipment Corporation and Federal Laboratories models that were already in production and a propsed development of a formalized truck-based fogger (Samuels, Egner, and Campbell 1969): Figure 10: Existing and proposed fogging devices (Samuels, Egner, and Campbell 1969). "],["international-melting-pot.html", "International Melting Pot", " International Melting Pot Other countries explicitly supported the US colonization in Vietnam, providing a pathway for the fogger to be rapidly picked up by the armed forces of other nations. By 1966 the Australian Tunnel Rats were particularly fond of fogging tunnels with acetylene (MacGregor 1966a, 1966b). Figure 11: Double Acetylene Generator and a Mighty Mite Air Blower Used to Blow Fumes into Viet Cong Tunnels (MacGregor 1966a) Figure 12: Mighty Mite Machine Used to Contaminate Viet Cong Tunnel Systems with Acetylene (MacGregor 1966b) As expected, the fogger quickly made it to Australian police departments, although with a decidedly negative response from the news media, who called it highly controversial admist a Sydney Police spending scandal (P. Allen 1972). Unnamed Australian arms experts who spoke on background said there was no application for the fogger in the country (P. Allen 1972), although that hasnt stopped its use elsewhere. "],["TheReturn.html", "Domestic Applications", " Domestic Applications As to be expected following the basic trajectory of an Imperial Boomerang (Césaire 1950; Arendt 1951; Foucault 1976), the repressive technique (thermal fogging) developed by an imperialist country (USA) to control colonial territories (Vietnam) was brought home by the imperialist nation to use on its own people (Graham 2013). Indeed, it took just three years from initial deployment in Vietnam on October 8 1965 to first application in the United States to gas Black racial justice protesters in Miami, Florida on August 8th, 1968 during the Liberty City Riots (Tschenschlok 1995; Lorentze 2018). In alignment with the general Imperial Circuit of Tear Gas (Schrader 2019) between the US and Vietnam, the return of the fogger was aided significantly by the weapons industry, militarization of US police forces, transition of veterans to law enforcement upon returning home, and substantial propaganda in specialized and generalized outlets. "],["manufacturers.html", "Manufacturers", " Manufacturers American companies quickly jumped at the opportunity to refine the bulky, complicated Mitey Mite and sell thermal foggers to the military and domestic police departments. As early as 1969, The International Association of Chiefs of Police included a detailed section on thermal fogging and available models in their Chemical Agents Manual (Crockett 1969), providing prime trade-focused marketing. Indeed, both Federal Laboratories and General Ordnance Equipment Corporation models were included. Sears Roebuck The original Mighty Mite that established the fogger as a method of chemical dispersal was manufactured by Sears, Roebuck, and Co. for insecticide application (Applegate 1969). Figure 13: M-106 Mity Mite Thermal Fogger, as promoted to law enforcement in Applegate (1969). The bulkiness of the Mity Mite backpack proved to be a hindrance in mobile application, however, and while chemical weapons corporations began their fogger lines with hand-held models using 2-cycle engines, there was a push to produce a more streamlined and specialized tool for fogging chemical weapons at civilians (Applegate 1969, 1970). Figure 14: Hand-held two-cycle thermal fogger (Crockett 1969). Sears does not appear to have entered The Mity Mite into the law enforcement market, perhaps due to the companys existing legacy branding, and the model never established itself in the domestic market. Federal Laboratories Federal Laboratories, one of the major US manufacturers of chemical weapons starting after World War I, developed a hand-held 2-cycle thermal fogger that did not need a backpack or hoses: Figure 15: The Federal Laboratories Federal Fogger 298 (Federal Laboratories 1980). Figure 16: Officer demonstrating the Federal Laboratories 298 (Applegate 1992). General Ordnance Equipment Corporation The General Ordnance Equipment Corporation (GOEC), who invented and trademarked Chemical Mace earlier in the decade, had been bought-out by Smith and Wesson by the late 1960s when the fogger market opened up (Gross 2014). Alan Litman, the brains behind GOEC, retained leadership of chemical weapons development after the buy-out, however (Gross 2014), and he must have seen an opportunity, as GOEC began selling hand-held thermal foggers in July 1968 (Applegate 1969). They named their units Pepper Fog generators, a nod to their apparent ability to pepper the recipient with more concentrated bursts of fog if desired, compared to the steady stream output from the Mity Mite (Applegate 1969), and applied for a trademark on the phrase in October of the same year (USTPO 2018). By the end of August 1969, GOEC (and thus Smith and Wesson) had received the trademark on Pepper Fog, which they (and subsequent owners) retained until it expired in 1991 (USTPO 2018). While GOEC did develop and sell a stationary 2-cycle model for vehicle mounting, it was their hand-held pulse-jet model that took the market by storm (Crockett 1969). Figure 17: General Ordnance Equipment Corporation thermal fogger (General Ordnance Equipment Corporation 1969b), as shown in Applegate (1969). They immediately began a heavy marketing campaign for their new invention, taking out full-page ads in police magazines (General Ordnance Equipment Corporation 1969a, 1969c, 1970): Figure 18: GOEC advertisement (General Ordnance Equipment Corporation 1969a). They also leveraged the connection between local law enforcement and the press to generate free marketing with an international reach. It is perhaps no surprise then that virtually all of the foggers photographed being used in the US prior to 2020 are GOEC models. Defense Technology The corporate descendent of both GOEC and Federal Labs and current owner of the legacy branding (Safariland subsidiary Defense Technology) continues to sell items under a Pepper Fog line, including a pepper fog generator that utilizes the same pulse-jet generation technique (Safariland, LLC 2020a): Figure 19: Product image for thermal fogger (Safariland, LLC 2020b). This has supplanted the models produced by the corporate ancestors to Defense Technology, which were bulkier and considerably heavier (Samuels, Egner, and Campbell 1969). "],["rex-applegate.html", "Rex Applegate", " Rex Applegate A major figure in the translation of military riot suppression tactics to domestic law enforcement in the 1960s and 1970s was a former US Army Lt. Colonel named Rex Applegate. Applegate took a commission as a second leuitenant, but had a lung ailment kept him from serving in combat in World War II and so was assigned to Military Police Company before being tapped by Col. William Donovan to build and run the School for Spies and Assassins in the Office of Strategic Services (Goldstein 1998). Larger than life, Rex even served as bodyguard to President Franklin Roosevelt, before retiring and moving to Mexico at the end of World War II to consult with Central and South American governments on riot control (Goldstein 1998). Applegate returned to the US in the 1960s during the civil rights and anti-war protest era and began proselytizing the good word of the thermal fogger (Applegate 1969, 1970). Indeed, Rex published what can only be described as a long-form written sales pitch for the GOEC Pepper Fog thermal fogger in the highly circulated Guns magazine in 1970 (Applegate 1970). Figure 20: Demonstration of a pepper fogger (Applegate 1970) "],["Propa.html", "News Media Propaganda", " News Media Propaganda Alongside the more overtly pro-police-use-of-chemical-weapons propaganda of Rex Applegate were other, perhaps more subtle forms of pro-fogger propaganda (Macomber 1970). Newspapers around the country were more than happy to print articles that promoted the new arsenals police departments were building (LaPrade 1970), complete with product demo photos. Figure 21: Amarillo Texas Police Sergent Jerry Austin with a thermal fogger and shotgun (Vance 1970). Amarillos 1970 population was 127,010 (USCB 1971). Figure 22: Richland County (Ohio) Sheriffs Captain Robert Dysart demonstrating a thermal fogger to a crowd of >200 people (Aman 1970). Richland Countys 1970 population was 129,997 (USCB 1971). General Ordnance Equipment Corporations Pepper Fog model seems to have been the favorite, at least amongst the departments showing off their new cool toys for photographs. Figure 23: A McHenry County (Illinois) Sheriffs officer fogs some grass in a rural landscape during a training and press demo day (Wayne Gaylord 1971; The McHenry Plaindealer 1971). McHenry Countys 1970 population was 111,555 (USCB 1971). Figure 24: Scott County (Iowa) deputy sheriff Jim Lewis, left, holds a new grenade launcher and a riot gun while Sheriff William Strout displays a pepper fogger and gas mask (Winter 1970). Scott Countys 1970 population was 142,687 (USCB 1971). Gary Wills Pulitzer Prize-winning Garry Wills (who at the time was considerably more conservative than he came to be later) penned an op-ed that ran in (at least) The Herald Statesman (Yonkers, New York) (Wills 1971a), The Daily Item (Port Chester, New York) (Wills 1971b), The Charlotte News (Charlotte, North Carolina) (Wills 1971c), and The Philadelphia Inquirer (Wills 1971d) in April 1971 in which he basically tells all the cry babies (pun intended) to suck it up because he would not be afraid to undergo such experiences [as being pepper fogged] again (Wills 1971a). Notably, he touts the leading belief at the time that somehow thermal fogging is a safe immobilizer of individuals (Wills 1971a), despite the weapon not being demonstrably safer than gas grenades and not only not immobilizing but explicitly designed to mobilize immobile resisters. Wills interestingly deems chemical weapons as safer than dogs, which get out of control, bite bystanders (and even other cops) as well as the bad guys (Wills 1971a), despite their being indiscriminate to the point of impacting bystanders, police officers, etc.. He concludes his piece by calling tear gas humane in foreign wars [and] domestic encounters (Wills 1971a), speaking clearly to the return of the trip of the classically defined Imperial Boomerang (Césaire 1950; Arendt 1951; Foucault 1976). "],["The1968Conventions.html", "The 1968 Conventions", " The 1968 Conventions Deployment of chemical weapons on United States civilians by domestic law enforcement began in earnest in the late 1960s during the height of anti-war and civil rights protests, kicked off in particular by the 1968 Republican (Miami, Florida) and Democratic (Chicago, IL) National Conventions (McArdle 2018; Taylor and Morris 2018). As a result of a heavy propaganda and branding campaign, the thermal fogger was just becoming a mainstay of early police chemical weapons arsenals. Importantly, by the summer of 1968, the Florida Highway Patrol, Chicago Police Department, and California State Police all had purchased foggers. Beyond their legacy as the first domestic fogger deployments, the lingering impact of the 1968 Conventions was felt for years to come. The Kansas City (Missouri) Police Department armed up their chemical weapons cache in advance of the 1976 Republican National Convention, including purchase of fogger fluids (Hudson 1976). "],["MiamiFL1968-08-08.html", "Miami, August 8", " Miami, August 8 The first use of a thermal fogger to deploy chemical weapons in the US that I have been able to uncover was during the Liberty City Riots, which took place in during the 1968 Republican National Convention (RNC) in Miami, Florida (Tschenschlok 1995, 1996; McArdle 2018). A white reporter with the Miami Herald attempted to gain access to rally of concerned Black people that was meant to be only among Black people that was occurring in Liberty City, a Black neighborhood, on August 7th (Tschenschlok 1995, 1996). When the reporter was ejected from the rally, Miami police responded with a large and heavy presence and during the standoff, a white motorist with a Wallace for President bumper sticker attempted to drive through but was met with resistance and drove into another car, and fled the scene on foot (Tschenschlok 1995; Lorentze 2018). Miami police used chemical weapons the night of the 7th, but the fogger did not make an appearance until the subsequent day. Local, state, and federal officials met with Black organizational representatives the night of the 7th and had agreed to continue discussions the morning of the 8th, but instead sent staffers rather than appear themselves, which effectively ended discussions (Tschenschlok 1995, 1996). Apparently, Miami Police Department was unable to manage the situation and Florida Highway Patrol (FHP) was called in by the city (Tschenschlok 1995). FHP used a truck with multiple foggers (Lorentze 2018), described as essentially a modified version of an insect-control machine that spread a thick fog of tear gas throughout the riot zone (Tschenschlok 1995). FHP used the truck-mounted thermal foggers indiscriminately and caused visible symptoms (gagging, etc.) in all present, including a 5-month old (McArdle 2018). The fog quickly spread into neighborhood homes, forcing residents outside to seek fresh air (Tschenschlok 1995). "],["ChicagoIL1968-08-26.html", "Chicago, August 26 - 29", " Chicago, August 26 - 29 Later that month anti-war protests took place in Chicago, Illinois during the Democratic National Convention, and a massive force of law enforcement (Chicago Police with assistance from over 6,000 National Guard members and 6,000 Army troops (Taylor and Morris 2018)) responded excessively, including with chemical weapons, on network news (Schultz 1969; Karnow 1983; Farber 1988; Langguth 2000). After four days, hundreds had been given medical assistance for exposure to chemical weapons (Taylor and Morris 2018). Although I have yet to find contemporary documentation of fogger use during the convention, an AP report on fogger use in Berkeley the year later states A similar device was used during demonstrations in Chicago during the Democratic convention last summer. - Associated Press (1969b) As such, I consider this a very likely deployment. I am continuing to search for evidence. "],["BerkeleyCA1968-08-31.html", "Berkeley, August 31", " Berkeley, August 31 A demonstration in Berkeley, California was called by the Young Socialist Alliance, Independent Socialist Club, and the Black Panther Party in solidarity with anti-war protesters in Chicago who the police had recently brutalized (United Press International 1968b, 1968d), including use of a pepper fogger (Associated Press 1969b). In response, police brutalized the protesters, and in the process brought out a hand-held pepper fogger, a new police weapon which produced a gas that caused sneezing (United Press International 1968b). Figure 25: Deployment of a thermal fogger by police in Berkeley, CA (United Press International 1968g). Deployment of the thermal fogger was covered in newspapers around the country including Paterson, New Jersey (United Press International 1968b); Hanford, California (United Press International 1968c); Honolulu, Hawaii (United Press International 1968h); St. Louis, Missouri (United Press International 1968f); Franklin, Pennsylvania (United Press International 1968a); Madison, Wisconsin (United Press International 1968d); and El Paso, Texas (United Press International 1968e), a city whose significance was already budding. It is clear from the photograph shared with the United Press International (UPI) copy that the fogger used is a GOEC brand pepper fogger, which hit the market the month prior (USTPO 2018). The GOEC thermal fogger was so new, it would not have a trademarked name (Pepper Fog) for another year (USTPO 2018). Figure 26: Product image for thermal fogger (General Ordnance Equipment Corporation 1969b). "],["coming-soon-to-a-town-near-you.html", "Coming Soon To A Town Near You!", " Coming Soon To A Town Near You! Following the conventions, the fogger quickly became a part of the law enforcement arsenal. US police had a hard time containing their glee when purchasing and testing thermal foggers for use on domestic civilians, as a general media blitz played out across the country through the late 1960s and early 1970s (The McHenry Plaindealer 1971). Illinois In the wake of the 1968 Democratic National Convention, Chicago-area police played an outsized role in promoting the propaganda line. The pepper fogger was touted as being able to empty a house fast by Cook County Illinois Sheriff Joseph Woods (Harris 1969b, 1969c), a definitely off-spec and dangerous use (Nixalite 2009b). The volume of fog emitted was also said to be able to fill Soldier Field (capacity 61,500 fans) in under a minute (Harris 1969c). Regardless, the Chicago-area Sheriff decided they needed three of them (Harris 1969c). The Sheriffs Major in charge of chemical arsenal Anthony Yucevicius noted the foggers psychological effect on recipients, as well saying They make a terrifying noise and probably will have a scare effect on crowds. Harris (1969a). Use expanded among and within states, as by 1972 the Illinois State Police also purchased three foggers, which they trained with in Springfield (Robinson 1972). In news reports, the foggers were described as a cross between a machine gun, a power lawn mower, and a sun lamp. Robinson (1972). Florida Similarly, following the 1968 Republican National Convention, Florida law enforcement took to the fogger (Cain 1968). In Sanford (1970 pop. 17,393; USCB (1971)), the local police department purchased a fogger for use with CN gas, noting that it could shoot fog 20 ft for up to a 15 minute stretch, and so would be effective for controlling large masses (Cain 1968). They had, however, only used it in training and for demoing to the media (Cain 1968). Figure 27: Sanford Police Officer Roy Williams shows off a fogger (Orlando Evening Star 1968). California Eager to not be shown up by the police in Berkeley, by 1970, the Los Angeles Sheriffs Department had already purchased their own fogger for their big artillery to use when other forms of persuasion have failed and started a media campaign (Michals 1970). The department and new state regulations required officers to be trained in chemical weapons use, which was set up through Officer Robert Hawkins (Michals 1970). Figure 28: Los Angeles Sheriffs Department Officer demonstrating a fogger (Copley News Service 1970). National Guard Following the Kent State Massacre, the Ohio National Guard, as well as others around the country began equipping their forces with thermal foggers, using the death of those students as justification for massive purchaing of less lethal options (Bandy 1970). Small Town USA No matter the size of the town, by the early 70s, police wanted in on that sweet sweet fogger action. The Brigham City (Utah; 1970 pop. 14,007; USCB (1971)) Police Department leveraged federal Omnibus Crime Act money to purchase a variety of weapons to use against protesters in 1971 (Box Elder Agencies 1971). Police Chief Jay Christensen noted that the fogger provides a longer shelf-life than grenades and reportage noted that it emits a continuous stream of smoke, chemical irritants, or whatever solution is fed into it. [emphasis added] Robinson (1972) Use of federal funds to purchase chemical weapons, and specifically foggers, was not limited to one department. Cities, counties, and states across the country used Omnibus Crime Bill money to up their chemical weapons caches, including foggers (Conheim 1972). For example, Oakland County in Michigan (1970 pop. 907,871; USCB (1971)) purchased two pepper foggers for their South County Tactical Mobile Unit with part of their $21,066 in 1970 (Conheim 1972). Oneota New York (1970 pop. 16,030; USCB (1971)) purchased a fogger in 1969 during the anti-war demonstrations, although the department bungled its response to protests (Griffin 1973). As came to light during a public probe, Oneota Police Chief Joseph F. DeSalvatore requested a limited amount of training in the budget, and officers were therefore unable to deploy the fogger or other chemical weapons (Griffin 1973). Gaston County North Caolina (1970 pop. 47,322; USCB (1971)) Sheriffs purchased a fogger, which they turned on but not used to dispense agents multiple times by 1970 in their jail system when theres been trouble brewing (The Gastonian Gazette Sun 1970a). Figure 29: Gaston County Sheriffs Deputy Anne Huffsteller poses with a thermal fogger (The Gastonian Gazette Sun 1970b). Apparently the threat of death by chemical weapons fog is sufficient to scare detained individuals into compliance. Within a few years, however, departments began to realize they had no need for the machines, and began selling them with no use aside from testing (Des Moines Tribune 1975). The Storm Lake Iowa (1970 pop. 8,591; USCB (1971)) purchased a fogger in 1971 in advance of a motorcycle rally that never happened, and used free advertising in local media in attempts to pawn it (Des Moines Tribune 1975). The article/ad mentions that officers have used foggers on occasion in Des Moines (Iowas capital; 1970 pop. 201,404; USCB (1971)) in addition to one instance on the University of Iowas campus (Des Moines Tribune 1975), although I have not located contemporaneous mentions. Crossing to Canada Canadian law enforcement was also quick to jump on the fogger train and the media were just as happy to propagandize their use (Patterson 1976). A convention of US and Canadian police chiefs held in Halifax, Nova Scotia in 1976 provided a glimpse into the state of affairs by mid-decade, at which point a supply chain had clearly been developed, although weapons salesmen refused to be named or have their statements linked to employers (Patterson 1976). Figure 30: Sergeant Al Oakley shows off a pepper fogger (MacKenzie 1976). "],["scholastic-endeavors.html", "Scholastic Endeavors", " Scholastic Endeavors Perhaps instigated by the willingness of the California Highway Patrol to use chemical weapons (including thermal foggers) in Berkeley on and around the University of California campus during the 1968 Convention protests, many law enforcement agencies escalated anti-war and racial just protests in University towns during the 1960s and 1970s via chemical weapons. The willingness of police to fog literally any place where undergraduates standing up for racial justice and against imperialism were gathering was highlighted in May of 1970 when Maryland State Police deployed chemical weapons via thermal fogger into the University of Maryland Chapel (Cabe 1970). Use of fogger-based chemical weapons against students, particularly students of color, was not limited to college campuses, but extended to high and middle schools. "],["university-cities.html", "University Cities", " University Cities Durham Durham North Carolina Police broke up the Allen Building Demonstration taking place February 13 1969 on the campus of Duke University in Durham using a variety of weapons, including a thermal fogger (Jolley and Olive 1969; Schreiber et al. 1971a, 1971b). The police reportedly chased protesters across campus with the fogger, including using it inside Duke Chapel (Schreiber et al. 1971a, 1971b). Figure 31: Deployment of a thermal fogger by police on Duke Campus (Jolley and Olive 1969). Figure 32: Police with pepper fogger on Duke campus (Jolley and Olive 1969). Berkeley February 21 1969 A year after using the fogger on a protest held in solidarity with the Chicago Protest, police in Berkeley again deployed a fogger to clear demonstrators including striking students from outside a University Regents and Sproul Hall plaza on the University of California campus. Figure 33: Police use a pepper fogger and other chemical weapons to clear a University plaza (Associated Press 1969j). This deployment was covered in papers across the country including the Press-Telegram (Long Beach, California) (Associated Press 1969g), The Jackson Sun (Jackson, Tennessee) (Associated Press 1969c), The Daily Tribune (Wisconsin Rapids, Wisconsin) (Associated Press 1969b), The Sumter Daily Item (Sumter, South Carolina) (Associated Press 1969d), The New Mexican (Santa Fe, New Mexico) (Associated Press 1969e), Janesville Daily Gazette (Janesville, Wisconsin) (Associated Press 1969h), and Messenger-Inquirer (Owensboro, Kentucky) (Associated Press 1969i). Figure 34: Police engulf a University plaza in chemical fog (Associated Press 1969j). Canadian newspapers detailed the fogger use as well, specifically the Red Deer Advocate Red Deer, Alberta, Canada) (Associated Press 1969f) and The Leader-Post (Regina, Saskatchewan) (Associated Press 1969a). February 28 1969 The following week, the police in Berkeley were joined by California National Guard troops to attack strikers, and continued to use the pepper fogger (Associated Press 1969m, 1969n). Figure 35: National guardsmen and police fog UC Berkeley (Associated Press 1969k). Figure 36: View from behind of the police using a pepper fogger on striking students (Associated Press 1969l). May 15 1969 Alameda County sheriffs deployed a pepper fogger on UC Berkeleys campus again during the Peoples Park Riots of 1969 (Los Angeles Times 1969; Hayes 1970). The riot apparently started when the university tried to prevent individuals living on the street from a volunteer-run park they built on a lot owned by the school (United Press International 1970). The Sheriffs were joined by the California National Guard once again, who this time fogged neighborhoods from the back of a Jeep: Figure 37: California National Guards Gas Jeep (Rosenberg 1969). Seattle Seattle Washington police deployed CN and CS gas via a new pepper fogger in their clash with hundreds of unruly youths in the University District on August 14 1969 (Associated Press 1969p). Witnesses recounted that the machine was highly effective, filling 2-3 blocks of a street with tear gas in about a minute (Associated Press 1969p). College Park On May 4th 1970, students gathered at campuses around the country to protest President Nixons expansion of war into Cambodia, inlcuding in at the University of MAryland (UMD) campus in College Park (Washington Area Spark 2013). Police responded with chemical weapons that did not deter the protest, but rather moved it around the campus (Cabe 1970). By later in the day, UMD students had heard about the Ohio National Guard shooting four Kent State students and took up a position in front on and inside the UMD Chapel (Washington Area Spark 2013), which did not stop the chemical weapons barrage or the use of the fogger specifically (Oates 1970) Figure 38: Police fog the University of Maryland (Cabe 1970). Figure 39: Police fog the University of Maryland Chapel (Cabe 1970). The Maryland State Police liked the GOEC fogger so much they included it in their Manual on Civil Disturbances as a tool for deploying CS gas (Maryland State Police 1972): Figure 40: Maryland State Polices GOEC pepper fogger (Maryland State Police 1972). Iowa City Johnson County sheriffs - including two deputies carrying pepper foggers - used chemical weapons against protesters in Iowa City, Iowa IA on May 6 1971 (Eckholt 1971). The chemicals deployed smelled like insecticides and were described in print as unidentified because the Sheriff refused to publicly name the compounds, including to the news media (Eckholt 1971). Minneapolis Thousands of anti-war protesters gathered in cities around the US on May 10 1972 to demonstrate against the use of mines in Vietnam harbors (Associated Press 1972b). In Minneapolis, crowds totalling a thousand protestered gathered on and near the University of Minnesota campus and police responded with chemical weapons deployed via grenades, sprays, a helicopter and a thermal fogger (Associated Press 1972a; Star Tribune 1972). The fogger was used to direct the crowd around campus and spread gas over large areas, such as the area known as Scholars Walk (~0.25 mile from Washington Avenue to the Auditorium) (Star Tribune 1972). Gainesville Similarly to the anti-mine protests in Minneapolis, on the campus of the University of Florida in Gainesville, Florida Highway Patrol deployed a riot vehicle dubbed The Monster which spewed tear gas (Associated Press 1972a). Although a fogger is not mentioned specifically, this is the same agency (Florida Highway Patrol) that first deployed thermal foggers via a truck in 1968 (Tschenschlok 1995; Lorentze 2018). "],["high-schools.html", "High Schools", " High Schools As soon as they laid their hands on foggers, law enforcement extended their use from universities to high schools, specifically using the weapons against Black youth protesters. I will stop to repeat that again so that we (myself included) can all reflect on this. Law enforcement agents used chemical weapons against Black junior and high school students during the Civil Rights Era, including a weapon (the thermal fogger) developed not even five years prior to gas Vietnamese soldiers and civilians from tunnels. San Gordonio Although undated, this photograph printed in The Delta Democrat-Times (Greenville, Mississippi Thursday) (United Press International 1969a) on November 20, 1969 references a recent use of the fogger on students. Figure 41: Police use a pepper fogger on students at San Gordonio High School (United Press International 1969b). Use of the thermal fogger by police that day seems likely, given their more documented deployment of it on December 3, 1971. On that day, a combination of San Bernardino police, San Bernardino County sheriffs, and California Highway Patrol used tear gas from a pepper fogger to break up a major racial confrontation among students at San Gorgonio High School and across a 20-block area surrounding campus (Yetzer et al. 1971). Lawrence Lawrence, Kansas Police used tear gas, including from a thermal fogger, on April 21st, 1970 against Black high school and junior high students, their parents, and community members (Monhollon 2002). The students had gathered that day after a week-long stand-off with administration in response to their failures to meet their demands regarding Black representation in curriculum, hiring, sports, and awards (Monhollon 2002). Black students had occuppied the principals office on May 13th and prominent members of the office occupation were arrested from the school that day and promptly suspended from school (Monhollon 2002). Racial tensions escalated over the subsequent week flamed by presence and actions of the local Klu Klux Klan and Minutemen, some of whom were also police officers (Monhollon 2002). The night of April 20th, the school board held a meeting where they barred suspended students from participating and did not reinstate them, nor did they address the demands, and there was a mass walkout (Monhollon 2002). The next day, police were ready with heavy chemical weaponry, including the GOEC Pepper Fog fogger: Figure 42: Police bring a GOEC pepper fogger to gas Black high school and junior high students at Lawrence High School (University of Kansas Archives 1970). "],["broadening-application.html", "Broadening Application", " Broadening Application The use of foggers, while not commonly overt, spread throughout the 1970s and 1980s, occasionally making an appearance in news media reports. "],["racial-justice.html", "Racial Justice", " Racial Justice Police are generally more apt to use heavy responses including chemical weapons against Black protesters in general (Morman et al. 2020). It is therefore not surprising to learn that law enforcement use foggers to deploy chemical weapons on racial justice protests. Indeed, the first use of the fogger in the United States was during the Liberty City Riots, a police action in response to Black community organizations holding conversation among themselves. Danville IL Foggers have been used in a variety of cities, not just major metropolitan areas. Danville, Illinois (1970 pop. 42,570; (USCB 1971)) Police used a pepper fogger to disperse a crowd of Black protesters that had used picnic tables to barricade a street through their neighborhood on a second night of demonstrations (Associated Press 1969o), August 10th 1969. Rodney King Although mentioned in a few outlets during the 1992 police response to the protests in response to the verdict in the Rodney King case, I have yet to find documentation of foggers being used explicitly during that time (Askren 1992). For example, Riley County (Kansas; 1970 pop. 56,788; USCB (1971)) Sheriffs had a fogger in their arsenal in 1992 according to Director Alvan Johnson (Askren 1992). "],["labor.html", "Labor", " Labor Another common target of police force are labor activists, and so it is not suprising to see the fogger being deployed against strikers at least once in US history. North Kingstown RI, March 22 1982 The Brown and Sharpe company called in local police and Rhode Island State Police officers to help try to break a (at the time) 22-long strike at their factory in North Kingstown, Rhode Island (Associated Press 1982b; Carbone 2017). A North Kingstown officer named TJ Varone deployed tear gas via a pepper fogger on a group of 75 people, primarily workers wives and Brown University students, that was blocking the main entrance to the tool factory (Associated Press 1982b; Carbone 2017). The picketers braved the gas for a considerable amount of time, requiring close-range fogging to finally disperse them (Carbone 2017). Figure 43: Police fog striking workers and their families (Associated Press 1982a). The fogging did not, however, break the strike (Carbone 2017). Newspaper and television coverage of the fogging circled the globe (Carbone 2017). "],["celebrations.html", "Celebrations", " Celebrations On occasion, police forces have used foggers against protests or riots that are more of a celebratory nature but still do not respond to their commands to disperse. 1974 NHRA Nationals Indiana State Police used a pepper fogger and gas grenades on a crowd of 2,000 drag racing fans blocking a highway between the track and campsites at the Hot Rod Associations US Nationals in Clermont IN, September 1 1974 (Associated Press 1974b, 1974a). 1975 New Years Eve New Years Eve 1975 was apparently quite raucous in Florida, as many cities experienced revelry that got out-of-hand enough to elicit police use of force (United Press International 1976a). In Ft. Lauderdale, party-goers pulled down a traffic light and police deployed multiple foggers on a crowd of 2,500 on the beach (United Press International 1976a). Figure 44: Police carrying pepper foggers towards the beach (United Press International 1975a). The mayhem was noteworthy enough to garner publication in the Berkeley Gazette (United Press International 1976b) as well as the Tampa Tribune (United Press International 1976a). "],["trainging-accidents.html", "Trainging Accidents", " Trainging Accidents While not an intentional deployment, in at least one documented incident, a pepper fogger used in firefighter training exercises caused severe symptoms and led to an investigation (Judd 1981). Bullitt Volunteer Fire Department On December 15 1981, The Southeast Bullitt Volunteer Fire Department In Kentucky was conducting a smoke training exercise using a pepper fogger on loan from the fire marshals office when their victim and 16 others (including firefighters) began experiencing coughing fits, headaches, and chest pains (Judd 1981). Although Smith and Wesson (the Pepper Fogger manufacturer at the time) claimed this was a one-off incident, the Kentucky State Fire Marshals office had received other reports of firefighters becoming sick when using foggers in smoke training (Judd 1981). Residue tests later revealed no unexpected compounds (The Courier-Journal 1982), indicating the toxicity had come from the design-for-use safe smoke. "],["CarceralSystem.html", "The Carceral System", " The Carceral System Like many chemical weapons devices, thermal foggers are used in local, state, and federal carceral systems. Unfortunately most deployments go undocumented or such documents never see the light of day. It seems that the only time we find out about prisoners being fogged is when a serious incident occurs triggering outside investigations and the judicial system. "],["BigMac.html", "Big Mac", " Big Mac In the 1970s, the McAlester (Big Mac) Oklahoma State Penitentiary was the site of considerable resistance and rioting by inmates (The Rag 1975; Winter Soldier 1975). A major tool used by the guards in retaliation was tear gas, which they deployed via shot shells, grenades, and pepper foggers (R. B. Allen 1974a, 1975a, 1975b; Coffey 1975b). Given its use here, it is highly likely that the Oklahoma State Penitentiary system used pepper foggers before (and likely after) (Johnson 1974). The guards regularly isolated the uprisings leaders in the solitary confinement building known as The Rock, sealed the building, and gassed it so thick it lasted for days (R. B. Allen 1974b; The Rag 1975). During the May 20 1974 gassings in response to riots, Black prisoner Robert Forsythe, a 33-year old serving time for a robbery, happened to be in solitary confinement due to being caught with contraband money and was not associated with the uprising directly, and so inexperienced with the effects of gas (Johnson 1974; The Rag 1975; Wilson 1993). Although reports are conflicting on details, guards started fogging and gassing prisoners who were, at most, rattling their doors (Hobbs 1974). The likely reason for the barrage was retaliatory, as it was unjustified according to a veteran guard (Coffey 1975a). During the gassings, a pepper fogger was specifically used in the building and created fumes of gas [that] were awfully heavy, one of the worst Ive ever seen according to veteran corrections officers trial testimony (R. B. Allen 1975b; Coffey 1975a). The gassing lasted for four hours despite yells for help, resulting in serious injuries including burned and blistered skin, eyes swollen shut, and breathing difficulties (Coffey 1975b). That intense fogging and lack of medical attention over the next two days were main factors contributing to Forsythes injuries and death two days later, according to medical experts testimony (R. B. Allen 1974b, 1975a, 1975b). Although the guards involved were indicted by a grand jury and brought to trial, they ultimately were acquitted of all charges (United Press International 1975b, 1975c). "],["union-correctional.html", "Union Correctional", " Union Correctional According to the superintendent, a riot was caused in the Florida State Prisons Union Correctional Institution in Raiford on July 5th, 1981 by 22 prisoners who were intoxicated, and the only way to subdue them was to deploy a thermal fogger (United Press International 1981). As a result of two officers being slightly injured and three inmates being stabbed, an investigation was launched that caused the event to be picked up in the newspapers (United Press International 1981). "],["dade-county.html", "Dade County", " Dade County Dade County Sheriffs used foggers to sweep a field on July 17th 1974 in search of a murder suspect that had eluded K-9 units, helicopters, a plane, and an attempt to flush him out by burning the field (Associated Press and United Press International 1974). The suspect was so well dug in that he could withstand significant gassing that surprised a Sheriffs sergeant who participated in the operation (Associated Press and United Press International 1974). "],["CBP.html", "Border Patrol: A Second Boomeranging", " Border Patrol: A Second Boomeranging United States Border Patrol (BP) has played an outsized role in policing and corrections within the federal immigration system and abroad both in support of armed services and independently (Miller 2019). Indeed, BP has provided another boomeranging of the Imperial Tetherball that bridges the Vietnam-era and present-day domestic applications via export to foreign governments for use in controling their own populaces. "],["international-trafficking.html", "International Trafficking", " International Trafficking Within a year and a half of the foggers arrival to US domestic police agencies, BP agents were engaging foreign governments independent of the military on chemical weapons deployment including using thermal foggers. During April 25 - May 9 of 1970, Raymond Dee Bond, a Border Patrol agent with decades of experience, sold $15,000 worth of chemical weaponry to the Mexican federal government (Star Tribune 1973). Included in the cache were multiple pepper foggers and formulations (Star Tribune 1973). Bond was caught and charges with weapons trafficking and acting as a foreign agent without notifying the Secretary of State (United Press International 1972). Although indicted by a federal grand jury, Bond was able to escape prosecution by resigning from his position (Star Tribune 1973). Given the extensive reach of Border Patrol into Central and South America fueled in particular by the Drug War (Chepesiuk 1999), it is reasonable to expect that this was not an isolated event. "],["bortac.html", "BORTAC", " BORTAC By 2020, the Border Patrol Tactical Unit (BORTAC) had been established to, among other tasks, provide particularly extreme responses to domestic as well as foreign uprisings (USCBP 2006, 2014, 2018). BORTAC is truly a global domestic law enforcement agency, operating in 28 countries (they were willing to publicly disclose as of 2006; USCBP (2006)), providing a wide range of services (USCBP 2014; Miller 2019). BORTACs specific genesis was focused on riots in federal immigration detention centers (USCBP 2006, 2014), noteworthy given the use of thermal foggers in the United States carceral system. Border Patrol agents from the El Paso unit specifically were deployed to police protests in El Paso in addition to being sent to Portland and other cities like Albuquerque, New Mexico (Borunda 2020). Portland OR The thermal fogger made a very visible return to the public sphere in July of 2020, when US Customs and Border Protection (CBP) officers brought a bright-green version to Portland, OR during the 2020 Black Lives Matter protests (PB2020 Team 2021). Since then, the fogger has been deployed three additional times by CBP in Portland, all at the property Immigration and Customs Enforcement (ICE) rents on the South Waterfront. July 29 2020 At the beginning of July 2020, then-president Trump deployed Department of Homeland Security (DHS) agents to protect federal property in Portland, OR (USDHS 2020; Flanigan 2020; Trump 2020). During the final days of the visible presence and response of federal agents in Summer 2020, Customs and Border Protection (CBP) unveiled their thermal fogger (Sal 2020a), which has been identified through photos as an IGEBA TF35 thermal fogger from Nixalite of America Inc. This machine is designed and marketed for bird control, and while training tool for military/law enforcement is listed among its uses (Nixalite 2009a), its safety requirements explicitly state: 19. Do not fog directly against personsDuring operation keep distance of minimum [10 ft]. - (Nixalite 2009b) Figure 45: CBP agent deploying chemical agent via thermal fogger in front of the federal courthouse (Brown 2020). Abolish ICE: Immigration and Customs Enforcement Rental Property While the thermal fogger hasnt been deployed at the federal Courthouse in downtown Portland since July 29 2020, it has been used repeatedly by Department of Homeland Security agents at the private property US Immigration and Customs Enforcement (ICE) rents to use as a holding center for deportees in the South Waterfront neighborhood (Simonis 2021) the same building that saw the weeks-long Ocuppy ICE protests in 2018 (Dubois 2018). The first of such deployments occurred during the fall of 2020. Along with cities across the country, Portland hosted many events on October 17th focused around the racial and gender justice (Sal 2020b). In the evening, there was a gathering at Willamette Park in the Southwest part of the city, where organizers passed out balloons detailing harrowing experiences of migrants and immigrants detained by ICE (Sal 2020b). After marching to the ICE rental property, individuals tied the balloons to the gate to the parking garage, and Department of Homeland Security (DHS) agents including Customs and Border Protection (CBP) officers deployed massive amounts of chemical weapons, including via a thermal fogger, throughout the neighborhood (Sal 2020b). Figure 46: CBP agent fogging a South Waterfront neighborhood (Lake 2020). Inaugration 2021 The same fogger (or at least the same model) was again brought out at the ICE rental property on January 20th 2021 during the Inauguration Day (J20) Abolish ICE protests in response to an individual spray painting a piece of plywood tacked outside the building (Sal 2021a). The fogged up and down multiple blocks, with visible plumes entering units in the adjacent apartment complexes and covering the playground of an adjacent public school (Sal 2021a; Simonis 2021). Figure 47: CBP officer holding thermal fogger (Staab 2021). That weekend, CBP deployed the fogger again during Abolish ICE protests, this time gassing even more of the neighborhood, including the local public school and veterans-preference housing (Sal 2021b; Simonis 2021). Figure 48: CBP agent holding thermal fogger (Lewis-Rolland 2021a). Figure 49: CBP agent fogging an intersection in the South Waterfront neighborhood (Lewis-Rolland 2021b). "],["Conclusion.html", "Conclusion", " Conclusion Although the use of a thermal fogger by US CBP to deploy chemical weapons on racial justice protesters in Portland in 2020 and 2021 appeared novel to many, the truth is that it is just the most recent chapter in acylical narrative stretching back half a century and spanning the globe. Spawned from the US military occupation of Vietnam, the thermal fogger has always been a tool for suppressing resistance among the populace. Its initial transition to the American homefront was rapid and smooth, with retired military law enforcement eager to deploy them against civil rights and anti-war protesters. As the fogger grew less popular with police and faded from public view in the past few decades, its use was maintained in the carceral system Simultaneously, foggers were peddled by US CBP Agents overseas a second deployment. Agents from the same units within CBP then brought the fogger back home again, for a second return. Throughout all of this, the fogger was used to maim and even kill individuals while targeting the marginalized, many of whom have stories that have not been heard publicly. I hope that through this work, I can call attention to the shared history across generations, spark conversations, and facilitate story telling to illuminate the impacts of the thermal fogger on human people beings. Building on the concept of an Imperial Boomerang, I propose that the trajectory of the thermal fogger can be thought of as an Imperial Tetherball, with multiple depatures and returns. Key questions from my perspective are then: what perpetuates the momentum of the fogger, facilitating it to swing around more than once? what routes exist for subsequent rotations where the fogger could be deployed overseas and then brought home again? Clearly, this topic deserves more theoretical evaluation, as well. While the thermal fogger is still presently in play in Portland, countless other departments around the world have these machines of war sitting in their arsenals, primed and ready. And we still dont even know what comes out of the exhaust nozzle. "],["References.html", "References", " References "]] +[["index.html", "The Thermal Fogger An Imperial Tetherball Cover", " The Thermal Fogger An Imperial Tetherball Dr. Juniper L. Simonis 2021-07-05 Cover "],["preface.html", "Preface", " Preface An archived version of this book is available on Zenodo. "],["content-warning.html", "Content Warning", " Content Warning This book deals with police and corrections violence in frank terminology. Pictures of chemical weapons being deployed on individuals, including those passively resisting, are included, but no injuries, blood, gore, etc. are shown. Casualties, including fatalities, are discussed, including an individual being killed by corrections officers. "],["land-acknowledgment.html", "Land Acknowledgment", " Land Acknowledgment This works impetus comes from present-day Portland, Oregon, United States of America the Indigenous land of the Chinook people, who were colonized and spread across multiple federally recognized tribes in Oregon, Washington and Idaho including Cowlitz, Siletz, Wasco, and Yakima. Chemical weapons are a common tool among imperialist regimes. The events cataloged in this book occur at many locations across the present-day United States and internationally, with specific references to Canada, Mexico, and Vietnam, where colonizing forces of (predominately Northwestern) Europe have used forced labor from enslaved Black people to impose significant force on Indigenous cultures and individuals. No words can fully encompass the place in which each of the stories told in this book occur. I will work to add important contextual information and acknowledgments, and please remember that each use of a thermal fogger or other brutal police force described here impacted many, many lives. I ask you to take time to reflect on the countless individuals from communities, tribes, peoples, and cultures around the world that have been fogged with some chemical agent whose names we will never know, whose stories we will never hear. "],["inherent-bias.html", "Inherent Bias", " Inherent Bias This book has been produced by collating historical documentation and records, which are inherently biased towards the views of white, male colonizers, as will be plainly evident in the documents. As such, it is important to recognize that there are almost certainly records that I have not yet found or which have been lost to time. Even more critical, however, is that many uses of thermal foggers have likely never been recorded at all (even if legally required), as will be made clear through the documents that have been recovered. "],["author-position.html", "Author Position", " Author Position I, Dr. Juniper L. Simonis (they/them/theirs), am a 36-year-old middle-class, white, non-binary, queer, physically and psychologically disabled person. I come to the study of the history of chemical weapons use in America via my personal experience being the recipient of law enforcements chemical weapons and my ensuing scientific research into its impacts on the environment. I have a PhD in Ecology and Evolutionary Biology from Cornell, where I studied aquatic ecology and biogeochemistry disciplines I have put to use to studying the impact of chemical weapons. Through my ecological research, I have uncovered historical and current information into the impacts of chemical weapons that I was not seeing being represented in the present day broad cultural discourse. From this need to share historical information came this book, a way for me to pass along a window into the racist, classist, capitalistic, and colonialistic throughline of the thermal fogger. I am an abolitionist in multiple senses: I believe that the use of chemical weapons, police, and the carceral system should all be abolished, full-stop. Through this work, I have discovered an extensive history that makes me feel a deep connection to my protest elders who experienced thermal foggers decades ago. I hope that my work will bring light to their stories. We are but the most recent chapter in a long history of United States Law Enforcement using chemical weapons against its own people. "],["financial-statement.html", "Financial Statement", " Financial Statement All work for this product was conducted by Dr. Juniper L. Simonis via internal time at DAPPER Stats. No external funding was provided. "],["licenses.html", "Licenses", " Licenses This book it created under a dual license that recognizes a separation between the software and non-software components. All underlying documents (photos, etc.) are cited in the References and references do not indicate the original licensor endorses this book or its authors. "],["acknowledgments.html", "Acknowledgments", " Acknowledgments My deepest heartfelt condolences to the family of Robert Forsythe. I cannot even begin to imagine the impact Bobbys murder and the subsequent trial and media presence had on you and your community. I hope that by shining a light on his story now, more people will come to understand just how horrendous the prison system is and fight for its abolition. The story of Robert Forsythe is almost certainly not unique, and only public knowledge because of the trial against the corrections officers. I recognize that many others have been killed by thermal foggers, yet we will never know their names. This booklet is based on a variety of sources past and present, and to the journalists and photographers: thank you for sharing your work with the world. I have no idea how many people have been involved in digitizing historical newspapers, as their names are never on anything, but yall are fantastic and I appreciate you so much. Sandra Simonis provided significant help with writing alt-text for images. Twitter users NewNameJeanette and WillHickox notified me of the Lawrence High School protest and use of the thermal fogger, for which I am very thankful. Christophe Dervieux provided an example of how to render figure alt-text in an appendix: https://cderv.rbind.io/2021/06/29/fig-alt-appendix/. The cover image is based on Lewis-Rolland (2021a). "],["contribute-information.html", "Contribute Information", " Contribute Information If you are aware of incidents where a pepper fogger was used to deploy chemical weapons that we have not included, please reach out via the Chem Weapons Research Website or submit an issue or pull request on our GitHub repository for the book. "],["introduction.html", "Chapter 1 Introduction", " Chapter 1 Introduction Late in the night on July 29th, during the height of the 2020 Uprising in Portland (OR), as protesters gathered outside the Hatfield Federal Courthouse to fight for racial justice, the Department of Homeland Security (DHS)s Customs and Border Protection (CBP) used a thermal fogger to deploy unknown chemical agents on the crowd: FIGURE 1.1: CBP agent using a thermal fogger in front of the federal courthouse, Portland OR (Brown 2020). With this seemingly novel usage, DHS made a large swath of the populace aware of an insidious weapon that is actually not new, but in fact was birthed in the American occupation of Vietnam, perfected for use against domestic protesters in the 1960s and 70s, and sent abroad via CBP in the years since. The subsequent return of the thermal fogger to use against civilians domestically by the same domestic law enforcement agency (CBP) that sent it abroad after its initial domestic use is an extension of the classical Imperialist Boomerang (Césaire 1950, Arendt 1951, Foucault 1976, Graham 2013) that can be more aptly described as a tetherball. Despite repeated use of thermal foggers to deploy chemical weapons over the last half century, the device appears to have slipped from the zeitgeist, only to reemerge in the city that experienced the most visible federal deployment of chemical weapons (Flanigan 2020) and weapons-based incidents of police brutality at racial justice protests (regardless of population size) (PB2020 Team 2021), perhaps due to the noteworthy density of photographers and videographers. Although not all of the weapons history is documented, enough is that we can quickly dispel the myth that this deployment was new in any notable sense other than being recent. "],["Science.html", "1.1 The Science of Thermal Fogging", " 1.1 The Science of Thermal Fogging Broadly speaking, a fog is a visible aerosol that hangs in the air near the ground, and while it occurs on its own accord, humans have devised a variety of methods to generate fog. And many, if not all, of those methods have been used to deploy chemical weapons on people. The focus of this book is on thermal fogging. The idea behind thermal fogging is the same whether youre targeting mosquitoes in a marsh or protesters on a street: flash-vaporize a liquid being forced into a stream of cooler air, causing a fog to form as it condenses; move to increase the size of the cloud. The original chemical weapons thermal foggers employed the exhaust lines of diesel trucks or manifolds of 2-cycle engines to heat the formulation, which worked but were bulky and difficult to control in open areas (Crockett 1969). These models were quickly supplanted by foggers leveraging resonant pulsejet technology that were streamlined, lighter, and gave control of the stream to the operator (Applegate 1969) FIGURE 1.2: Concept drawing from the International Association of Chiefs of Police chemical agents manual (Crockett 1969). Regardless of the heating method specifics, the machine creates a visible fog from the mixture of gasoline exhaust, chemical weapons, and ambient air moisture, as desired. Although the mixture does cool considerably from its peak temperature before being released, the chemicals are heated to such high temperatures that they thermally decompose, creating a much more toxic mixture of gases that condense to form the fog. Indeed, the thermal cracking temperatures of common chemical contemporary chemical weapons are well below the temperatures achieved in a thermal fogger: Phenacyl chloride (CN): 248 C (Compton 1987) 2-chlorobenzalmalononitrile (CS): 450 - 550 C (Xue et al. 2015) Oleoresin Capsicum (OC): < 200 C (Henderson and Henderson 1992) Hexachloroethane (HC): 185 C (IARC 1979) Terephthalic Acid (TPA): 445 C (Kimyonok and Ulutürk 2016) As a result, it is impossible for anyone to definitively know what chemicals they are fogging someone with, but it is fair to say the mixtures are likely to have considerably higher toxicities than product labels and safety sheets indicate, which are already concerning (Defense Technology 2015). "],["Vietnam.html", "Chapter 2 A Colonial Tool", " Chapter 2 A Colonial Tool The modern day use of thermal foggers for chemical weapons deployment was born from the American colonization of Vietnam in the mid-to-late-20th Century (USMACV 1965, Bunker 1996). FIGURE 2.1: US Military deploying a thermal fogger into a Vietnamese tunnel (Delf 2012). "],["context.html", "2.1 Context", " 2.1 Context 2.1.1 Mosquito Control Early in the deployment of US troops to occupy Vietnam, the need for large scale mosquito control became so great that soldiers began improvising insecticide foggers by piping insecticide into diesel truck exhaust: An insecticide fogger, one of the most useful improvisations, was made by mounting a [55-gallon oil] drum filled with 6 to 7 percent malathion insecticide in diesel oil on a 3/4-ton truck and spraying the poisonous mixture out with the exhaust from the vehicle. The insecticide is drawn from the drum by the partial vacuum in a line connected to the exhaust pipe just behind the manifold, and sprayed out under pressure of the exhaust. Spicknall (1969) The hack turned out to be 4,500 times more effective, covering nine square miles per day compared to 50,000 square feet (0.002 square miles) per day using a conventional manually operated fogger (Spicknall 1969). Given widespread mosquito concerns and the preponderance on diesel drums, the truck approach spread, and the concept of fogging was understood among servicemembers (USMACV 1965, Spicknall 1969). 2.1.2 Tunnels As the occupation continued, underground bunkers and tunnels dug by the Viet Cong (VC) and Peoples Army of Vietnam (PAV) became a dominant presence on the both the literal and figurative battlefields (Rottman 2006, 2012). FIGURE 2.2: Hypothetical Vietnamese village with a two-level bunker tunnel system (Hanesalo 1996). Soldiers from the US, Australian, New Zealand, and other armies were tasked with clearing the tunnels and rooting out inhabitants (Hemmings 2019). The specialized forces designated for the work were dubbed Tunnel Rats and tear gas was part of their arsenal to flush individuals from caves, which they regularly deployed via pyrotechnic grenades and powdered explosives (Faas 1977, Rottman 2006). FIGURE 2.3: Tunnel rat in a gas mask, undated (Hemmings 2019) "],["Genesis.html", "2.2 Genesis", " 2.2 Genesis 2.2.1 Implementation In October of 1965, the USMACV (United States Military Assistance Command, Vietnam) was supporting the South Vietnamese Armys (ARVN) III Corps in a search and destroy operation in the Iron Triangle, an area known to house an elaborate Viet Cong tunnel system (USMACV 1965). FIGURE 2.4: US-defined War Zones C, D, and the Iron Triangle near Saigon, Vietnam (US Army 2005) The US Chemical Advisor to the ARVNs Chemical Team participated in planning the operation, and suggested using a Mity Mite (a.k.a. Mitey Mite, Mighty Mite) 2-cycle thermal fogger to aid in clearing tunnels. A 6-member unit of ARVN Chemical Team members was organized on October 7th for implementation of the fogger (USMACV 1965). The next day, the force located a tunnel and set into motion an elaborate scheme to fog the tunnels with hexachloroethane (HC) smoke from burning pots, marking the first known tactical use of a thermal fogger to deploy chemical weapons agents (USMACV 1965, Rottman 2012). Overall, the endeavor was dubbed a success, despite the tunnel already being empty (USMACV 1965). Although (highly toxic; Simonis (2020)) munitions smoke was used in this application, it was noted that tear gas would be very effective in flushing VC from tunnels should there been any present (USMACV 1965). According to the Lessons Learned report filed by the USMACV the next month, This is believed to have been the first tactical employment of Mity Mite by ARVN. [emphasis added] USMACV (1965) Note that there is no mention of use by USMACV prior to this deployment (USMACV 1965). 2.2.2 What About Not In Tunnels? Seeing the Mity Mite in action got the wheels turning in the heads of USMACV officers, and the idea of deploying the fogger outside of tunnels was on the table (USMACV 1965). This is made clear in the Lessons Learned report, where they state that the Mity Mite portable blower can be used to generate an agent cloud for use against unmasked personnel in the open [emphasis added] USMACV (1965). At the time, however, the set up used powder, pot, and grenade sources of chemical agents, which was inefficient and required extensive supplies and gasoline reserves (USMACV 1965). FIGURE 2.5: Technical drawing of a backpack fogger (USMACV 1965) "],["expansion.html", "2.3 Expansion", " 2.3 Expansion The practice caught on quickly, and Mity Mites were soon issued to ARVN units (USMACV 1965) and became common tools for Tunnel Rats (Rottman 2012). FIGURE 2.6: A soldier uses a backpack Mity Mite to fog a tunnel (US Army 1966) The Army used foggers to pump air or smoke into tunnels in combination with riot control agents during Operation Cedar falls in 1967 (Lehrer 1968). And by 1968s Battle of Khe Sanh, it was standard practice to use foggers for tunnel excavation as well as mosquito and fly control (Rottman 2006). FIGURE 2.7: Engineers unpack and test a Mitey-Mite blower (School 2003). In 1969, the US Army Limited War Laboratory published a report on chemical weapons that included a section on foggers and agents for use in them, naming the General Ordinance Equipment Corporation and Federal Laboratories models that were already in production and a propsed development of a formalized truck-based fogger (Samuels et al. 1969): FIGURE 2.8: Existing and proposed fogging devices (Samuels et al. 1969). "],["international-melting-pot.html", "2.4 International Melting Pot", " 2.4 International Melting Pot Other countries explicitly supported the US colonization in Vietnam, providing a pathway for the fogger to be rapidly picked up by the armed forces of other nations. By 1966 the Australian Tunnel Rats were particularly fond of fogging tunnels with acetylene (MacGregor 1966a, 1966b). FIGURE 2.9: Double Acetylene Generator and a Mighty Mite Air Blower Used to Blow Fumes into Viet Cong Tunnels (MacGregor 1966a) FIGURE 2.10: Mighty Mite Machine Used to Contaminate Viet Cong Tunnel Systems with Acetylene (MacGregor 1966b) As expected, the fogger quickly made it to Australian police departments, although with a decidedly negative response from the news media, who called it highly controversial admist a Sydney Police spending scandal (Allen 1972). Unnamed Australian arms experts who spoke on background said there was no application for the fogger in the country (Allen 1972), although that hasnt stopped its use elsewhere. "],["TheReturn.html", "Chapter 3 Domestic Applications", " Chapter 3 Domestic Applications As to be expected following the basic trajectory of an Imperial Boomerang (Césaire 1950, Arendt 1951, Foucault 1976), the repressive technique (thermal fogging) developed by an imperialist country (USA) to control colonial territories (Vietnam) was brought home by the imperialist nation to use on its own people (Graham 2013). Indeed, it took just three years from initial deployment in Vietnam on October 8 1965 to first application in the United States to gas Black racial justice protesters in Miami, Florida on August 8th, 1968 during the Liberty City Riots (Tschenschlok 1995, Lorentze 2018). In alignment with the general Imperial Circuit of Tear Gas (Schrader 2019) between the US and Vietnam, the return of the fogger was aided significantly by the weapons industry, militarization of US police forces, transition of veterans to law enforcement upon returning home, and substantial propaganda in specialized and generalized outlets. "],["manufacturers.html", "3.1 Manufacturers", " 3.1 Manufacturers American companies quickly jumped at the opportunity to refine the bulky, complicated Mitey Mite and sell thermal foggers to the military and domestic police departments. As early as 1969, The International Association of Chiefs of Police included a detailed section on thermal fogging and available models in their Chemical Agents Manual (Crockett 1969), providing prime trade-focused marketing. Indeed, both Federal Laboratories and General Ordnance Equipment Corporation models were included. 3.1.1 Sears Roebuck The original Mighty Mite that established the fogger as a method of chemical dispersal was manufactured by Sears, Roebuck, and Co. for insecticide application (Applegate 1969). FIGURE 3.1: M-106 Mity Mite Thermal Fogger, as promoted to law enforcement in Applegate (1969). The bulkiness of the Mity Mite backpack proved to be a hindrance in mobile application, however, and while chemical weapons corporations began their fogger lines with hand-held models using 2-cycle engines, there was a push to produce a more streamlined and specialized tool for fogging chemical weapons at civilians (Applegate 1969, 1970). FIGURE 3.2: Hand-held two-cycle thermal fogger (Crockett 1969). Sears does not appear to have entered The Mity Mite into the law enforcement market, perhaps due to the companys existing legacy branding, and the model never established itself in the domestic market. 3.1.2 Federal Laboratories Federal Laboratories, one of the major US manufacturers of chemical weapons starting after World War I, developed a hand-held 2-cycle thermal fogger that did not need a backpack or hoses: FIGURE 3.3: The Federal Laboratories Federal Fogger 298 (Federal Laboratories 1980). FIGURE 3.4: Officer demonstrating the Federal Laboratories 298 (Applegate 1992). 3.1.3 General Ordnance Equipment Corporation The General Ordnance Equipment Corporation (GOEC), who invented and trademarked Chemical Mace earlier in the decade, had been bought-out by Smith and Wesson by the late 1960s when the fogger market opened up (Gross 2014). Alan Litman, the brains behind GOEC, retained leadership of chemical weapons development after the buy-out, however (Gross 2014), and he must have seen an opportunity, as GOEC began selling hand-held thermal foggers in July 1968 (Applegate 1969). They named their units Pepper Fog generators, a nod to their apparent ability to pepper the recipient with more concentrated bursts of fog if desired, compared to the steady stream output from the Mity Mite (Applegate 1969), and applied for a trademark on the phrase in October of the same year (USTPO 2018). By the end of August 1969, GOEC (and thus Smith and Wesson) had received the trademark on Pepper Fog, which they (and subsequent owners) retained until it expired in 1991 (USTPO 2018). While GOEC did develop and sell a stationary 2-cycle model for vehicle mounting, it was their hand-held pulse-jet model that took the market by storm (Crockett 1969). FIGURE 3.5: General Ordnance Equipment Corporation thermal fogger (General Ordnance Equipment Corporation 1969a), as shown in Applegate (1969). They immediately began a heavy marketing campaign for their new invention, taking out full-page ads in police magazines (General Ordnance Equipment Corporation 1969b, 1969c, 1970): FIGURE 3.6: GOEC advertisement (General Ordnance Equipment Corporation 1969b). They also leveraged the connection between local law enforcement and the press to generate free marketing with an international reach. It is perhaps no surprise then that virtually all of the foggers photographed being used in the US prior to 2020 are GOEC models. 3.1.4 Defense Technology The corporate descendent of both GOEC and Federal Labs and current owner of the legacy branding (Safariland subsidiary Defense Technology) continues to sell items under a Pepper Fog line, including a pepper fog generator that utilizes the same pulse-jet generation technique (Safariland, LLC 2020a): FIGURE 3.7: Product image for thermal fogger (Safariland, LLC 2020b). This has supplanted the models produced by the corporate ancestors to Defense Technology, which were bulkier and considerably heavier (Samuels et al. 1969). "],["rex-applegate.html", "3.2 Rex Applegate", " 3.2 Rex Applegate A major figure in the translation of military riot suppression tactics to domestic law enforcement in the 1960s and 1970s was a former US Army Lt. Colonel named Rex Applegate. Applegate took a commission as a second leuitenant, but had a lung ailment kept him from serving in combat in World War II and so was assigned to Military Police Company before being tapped by Col. William Donovan to build and run the School for Spies and Assassins in the Office of Strategic Services (Goldstein 1998). Larger than life, Rex even served as bodyguard to President Franklin Roosevelt, before retiring and moving to Mexico at the end of World War II to consult with Central and South American governments on riot control (Goldstein 1998). Applegate returned to the US in the 1960s during the civil rights and anti-war protest era and began proselytizing the good word of the thermal fogger (Applegate 1969, 1970). Indeed, Rex published what can only be described as a long-form written sales pitch for the GOEC Pepper Fog thermal fogger in the highly circulated Guns magazine in 1970 (Applegate 1970). FIGURE 3.8: Demonstration of a pepper fogger (Applegate 1970) "],["Propa.html", "3.3 News Media Propaganda", " 3.3 News Media Propaganda Alongside the more overtly pro-police-use-of-chemical-weapons propaganda of Rex Applegate were other, perhaps more subtle forms of pro-fogger propaganda (Macomber 1970). Newspapers around the country were more than happy to print articles that promoted the new arsenals police departments were building (LaPrade 1970), complete with product demo photos. FIGURE 3.9: Amarillo Texas Police Sergent Jerry Austin with a thermal fogger and shotgun (Vance 1970). Amarillos 1970 population was 127,010 (USCB 1971). FIGURE 3.10: Richland County (Ohio) Sheriffs Captain Robert Dysart demonstrating a thermal fogger to a crowd of >200 people (Aman 1970). Richland Countys 1970 population was 129,997 (USCB 1971). General Ordnance Equipment Corporations Pepper Fog model seems to have been the favorite, at least amongst the departments showing off their new cool toys for photographs. FIGURE 3.11: A McHenry County (Illinois) Sheriffs officer fogs some grass in a rural landscape during a training and press demo day (The McHenry Plaindealer 1971, Wayne Gaylord 1971). McHenry Countys 1970 population was 111,555 (USCB 1971). FIGURE 3.12: Scott County (Iowa) deputy sheriff Jim Lewis, left, holds a new grenade launcher and a riot gun while Sheriff William Strout displays a pepper fogger and gas mask (Winter 1970). Scott Countys 1970 population was 142,687 (USCB 1971). 3.3.1 Gary Wills Pulitzer Prize-winning Garry Wills (who at the time was considerably more conservative than he came to be later) penned an op-ed that ran in (at least) The Herald Statesman (Yonkers, New York) (Wills 1971a), The Daily Item (Port Chester, New York) (Wills 1971b), The Charlotte News (Charlotte, North Carolina) (Wills 1971c), and The Philadelphia Inquirer (Wills 1971d) in April 1971 in which he basically tells all the cry babies (pun intended) to suck it up because he would not be afraid to undergo such experiences [as being pepper fogged] again (Wills 1971a). Notably, he touts the leading belief at the time that somehow thermal fogging is a safe immobilizer of individuals (Wills 1971a), despite the weapon not being demonstrably safer than gas grenades and not only not immobilizing but explicitly designed to mobilize immobile resisters. Wills interestingly deems chemical weapons as safer than dogs, which get out of control, bite bystanders (and even other cops) as well as the bad guys (Wills 1971a), despite their being indiscriminate to the point of impacting bystanders, police officers, etc.. He concludes his piece by calling tear gas humane in foreign wars [and] domestic encounters (Wills 1971a), speaking clearly to the return of the trip of the classically defined Imperial Boomerang (Césaire 1950, Arendt 1951, Foucault 1976). "],["The1968Conventions.html", "Chapter 4 The 1968 National Conventions", " Chapter 4 The 1968 National Conventions Deployment of chemical weapons on United States civilians by domestic law enforcement began in earnest in the late 1960s during the height of anti-war and civil rights protests, kicked off in particular by the 1968 Republican (Miami, Florida) and Democratic (Chicago, IL) National Conventions (McArdle 2018, Taylor and Morris 2018). As a result of a heavy propaganda and branding campaign, the thermal fogger was just becoming a mainstay of early police chemical weapons arsenals. Importantly, by the summer of 1968, the Florida Highway Patrol, Chicago Police Department, and California State Police all had purchased foggers. Beyond their legacy as the first domestic fogger deployments, the lingering impact of the 1968 Conventions was felt for years to come. The Kansas City (Missouri) Police Department armed up their chemical weapons cache in advance of the 1976 Republican National Convention, including purchase of fogger fluids (Hudson 1976). "],["rnc.html", "4.1 RNC", " 4.1 RNC 4.1.1 Miami, August 8 The first use of a thermal fogger to deploy chemical weapons in the US that I have been able to uncover was during the Liberty City Riots, which took place in during the 1968 Republican National Convention (RNC) in Miami, Florida (Tschenschlok 1995, 1996, McArdle 2018). A white reporter with the Miami Herald attempted to gain access to rally of concerned Black people that was meant to be only among Black people that was occurring in Liberty City, a Black neighborhood, on August 7th (Tschenschlok 1995, 1996). When the reporter was ejected from the rally, Miami police responded with a large and heavy presence and during the standoff, a white motorist with a Wallace for President bumper sticker attempted to drive through but was met with resistance and drove into another car, and fled the scene on foot (Tschenschlok 1995, Lorentze 2018). Miami police used chemical weapons the night of the 7th, but the fogger did not make an appearance until the subsequent day. Local, state, and federal officials met with Black organizational representatives the night of the 7th and had agreed to continue discussions the morning of the 8th, but instead sent staffers rather than appear themselves, which effectively ended discussions (Tschenschlok 1995, 1996). Apparently, Miami Police Department was unable to manage the situation and Florida Highway Patrol (FHP) was called in by the city (Tschenschlok 1995). FHP used a truck with multiple foggers (Lorentze 2018), described as essentially a modified version of an insect-control machine that spread a thick fog of tear gas throughout the riot zone (Tschenschlok 1995). FHP used the truck-mounted thermal foggers indiscriminately and caused visible symptoms (gagging, etc.) in all present, including a 5-month old (McArdle 2018). The fog quickly spread into neighborhood homes, forcing residents outside to seek fresh air (Tschenschlok 1995). "],["dnc.html", "4.2 DNC", " 4.2 DNC 4.2.1 Chicago, August 26 - 29 Later that month anti-war protests took place in Chicago, Illinois during the Democratic National Convention, and a massive force of law enforcement (Chicago Police with assistance from over 6,000 National Guard members and 6,000 Army troops (Taylor and Morris 2018)) responded excessively, including with chemical weapons, on network news (Schultz 1969, Karnow 1983, Farber 1988, Langguth 2000). After four days, hundreds had been given medical assistance for exposure to chemical weapons (Taylor and Morris 2018). Although I have yet to find contemporary documentation of fogger use during the convention, an AP report on fogger use in Berkeley the year later states A similar device was used during demonstrations in Chicago during the Democratic convention last summer. - Associated Press (1969a) As such, I consider this a very likely deployment. I am continuing to search for evidence. 4.2.2 Berkeley, August 31 A demonstration in Berkeley, California was called by the Young Socialist Alliance, Independent Socialist Club, and the Black Panther Party in solidarity with anti-war protesters in Chicago who the police had recently brutalized (United Press International 1968a, 1968b), including use of a pepper fogger (Associated Press 1969a). In response, police brutalized the protesters, and in the process brought out a hand-held pepper fogger, a new police weapon which produced a gas that caused sneezing (United Press International 1968a). FIGURE 4.1: Deployment of a thermal fogger by police in Berkeley, CA (United Press International 1968c). Deployment of the thermal fogger was covered in newspapers around the country including Paterson, New Jersey (United Press International 1968a); Hanford, California (United Press International 1968d); Honolulu, Hawaii (United Press International 1968h); St. Louis, Missouri (United Press International 1968e); Franklin, Pennsylvania (United Press International 1968f); Madison, Wisconsin (United Press International 1968b); and El Paso, Texas (United Press International 1968g), a city whose significance was already budding. It is clear from the photograph shared with the United Press International (UPI) copy that the fogger used is a GOEC brand pepper fogger, which hit the market the month prior (USTPO 2018). The GOEC thermal fogger was so new, it would not have a trademarked name (Pepper Fog) for another year (USTPO 2018). FIGURE 4.2: Product image for thermal fogger (General Ordnance Equipment Corporation 1969a). "],["coming-soon-to-a-town-near-you.html", "4.3 Coming Soon To A Town Near You!", " 4.3 Coming Soon To A Town Near You! Following the conventions, the fogger quickly became a part of the law enforcement arsenal. US police had a hard time containing their glee when purchasing and testing thermal foggers for use on domestic civilians, as a general media blitz played out across the country through the late 1960s and early 1970s (The McHenry Plaindealer 1971). 4.3.1 Illinois In the wake of the 1968 Democratic National Convention, Chicago-area police played an outsized role in promoting the propaganda line. The pepper fogger was touted as being able to empty a house fast by Cook County Illinois Sheriff Joseph Woods (Harris 1969b, 1969c), a definitely off-spec and dangerous use (Nixalite 2009a). The volume of fog emitted was also said to be able to fill Soldier Field (capacity 61,500 fans) in under a minute (Harris 1969c). Regardless, the Chicago-area Sheriff decided they needed three of them (Harris 1969c). The Sheriffs Major in charge of chemical arsenal Anthony Yucevicius noted the foggers psychological effect on recipients, as well saying They make a terrifying noise and probably will have a scare effect on crowds. Harris (1969a). Use expanded among and within states, as by 1972 the Illinois State Police also purchased three foggers, which they trained with in Springfield (Robinson 1972). In news reports, the foggers were described as a cross between a machine gun, a power lawn mower, and a sun lamp. Robinson (1972). 4.3.2 Florida Similarly, following the 1968 Republican National Convention, Florida law enforcement took to the fogger (Cain 1968). In Sanford (1970 pop. 17,393; USCB (1971)), the local police department purchased a fogger for use with CN gas, noting that it could shoot fog 20 ft for up to a 15 minute stretch, and so would be effective for controlling large masses (Cain 1968). They had, however, only used it in training and for demoing to the media (Cain 1968). FIGURE 4.3: Sanford Police Officer Roy Williams shows off a fogger (Orlando Evening Star 1968). 4.3.3 California Eager to not be shown up by the police in Berkeley, by 1970, the Los Angeles Sheriffs Department had already purchased their own fogger for their big artillery to use when other forms of persuasion have failed and started a media campaign (Michals 1970). The department and new state regulations required officers to be trained in chemical weapons use, which was set up through Officer Robert Hawkins (Michals 1970). FIGURE 4.4: Los Angeles Sheriffs Department Officer demonstrating a fogger (Copley News Service 1970). 4.3.4 National Guard Following the Kent State Massacre, the Ohio National Guard, as well as others around the country began equipping their forces with thermal foggers, using the death of those students as justification for massive purchaing of less lethal options (Bandy 1970). 4.3.5 Small Town USA No matter the size of the town, by the early 70s, police wanted in on that sweet sweet fogger action. The Brigham City (Utah; 1970 pop. 14,007; USCB (1971)) Police Department leveraged federal Omnibus Crime Act money to purchase a variety of weapons to use against protesters in 1971 (Box Elder Agencies 1971). Police Chief Jay Christensen noted that the fogger provides a longer shelf-life than grenades and reportage noted that it emits a continuous stream of smoke, chemical irritants, or whatever solution is fed into it. [emphasis added] Robinson (1972) Use of federal funds to purchase chemical weapons, and specifically foggers, was not limited to one department. Cities, counties, and states across the country used Omnibus Crime Bill money to up their chemical weapons caches, including foggers (Conheim 1972). For example, Oakland County in Michigan (1970 pop. 907,871; USCB (1971)) purchased two pepper foggers for their South County Tactical Mobile Unit with part of their $21,066 in 1970 (Conheim 1972). Oneota New York (1970 pop. 16,030; USCB (1971)) purchased a fogger in 1969 during the anti-war demonstrations, although the department bungled its response to protests (Griffin 1973). As came to light during a public probe, Oneota Police Chief Joseph F. DeSalvatore requested a limited amount of training in the budget, and officers were therefore unable to deploy the fogger or other chemical weapons (Griffin 1973). Gaston County North Caolina (1970 pop. 47,322; USCB (1971)) Sheriffs purchased a fogger, which they turned on but not used to dispense agents multiple times by 1970 in their jail system when theres been trouble brewing (The Gastonian Gazette Sun 1970a). FIGURE 4.5: Gaston County Sheriffs Deputy Anne Huffsteller poses with a thermal fogger (The Gastonian Gazette Sun 1970b). Apparently the threat of death by chemical weapons fog is sufficient to scare detained individuals into compliance. Within a few years, however, departments began to realize they had no need for the machines, and began selling them with no use aside from testing (Des Moines Tribune 1975). The Storm Lake Iowa (1970 pop. 8,591; USCB (1971)) purchased a fogger in 1971 in advance of a motorcycle rally that never happened, and used free advertising in local media in attempts to pawn it (Des Moines Tribune 1975). The article/ad mentions that officers have used foggers on occasion in Des Moines (Iowas capital; 1970 pop. 201,404; USCB (1971)) in addition to one instance on the University of Iowas campus (Des Moines Tribune 1975), although I have not located contemporaneous mentions. 4.3.6 Crossing to Canada Canadian law enforcement was also quick to jump on the fogger train and the media were just as happy to propagandize their use (Patterson 1976). A convention of US and Canadian police chiefs held in Halifax, Nova Scotia in 1976 provided a glimpse into the state of affairs by mid-decade, at which point a supply chain had clearly been developed, although weapons salesmen refused to be named or have their statements linked to employers (Patterson 1976). FIGURE 4.6: Sergeant Al Oakley shows off a pepper fogger (MacKenzie 1976). "],["scholastic-endeavors.html", "Chapter 5 Scholastic Endeavors", " Chapter 5 Scholastic Endeavors Perhaps instigated by the willingness of the California Highway Patrol to use chemical weapons (including thermal foggers) in Berkeley on and around the University of California campus during the 1968 Convention protests, many law enforcement agencies escalated anti-war and racial just protests in University towns during the 1960s and 1970s via chemical weapons. The willingness of police to fog literally any place where undergraduates standing up for racial justice and against imperialism were gathering was highlighted in May of 1970 when Maryland State Police deployed chemical weapons via thermal fogger into the University of Maryland Chapel (Cabe 1970). Use of fogger-based chemical weapons against students, particularly students of color, was not limited to college campuses, but extended to high and middle schools. "],["university-cities.html", "5.1 University Cities", " 5.1 University Cities 5.1.1 Durham Durham North Carolina Police broke up the Allen Building Demonstration taking place February 13 1969 on the campus of Duke University in Durham using a variety of weapons, including a thermal fogger (Jolley and Olive 1969, Schreiber et al. 1971a, 1971b). The police reportedly chased protesters across campus with the fogger, including using it inside Duke Chapel (Schreiber et al. 1971a, 1971b). FIGURE 5.1: Deployment of a thermal fogger by police on Duke Campus (Jolley and Olive 1969). FIGURE 5.2: Police with pepper fogger on Duke campus (Jolley and Olive 1969). 5.1.2 Berkeley 5.1.2.1 February 21 1969 A year after using the fogger on a protest held in solidarity with the Chicago Protest, police in Berkeley again deployed a fogger to clear demonstrators including striking students from outside a University Regents and Sproul Hall plaza on the University of California campus. FIGURE 5.3: Police use a pepper fogger and other chemical weapons to clear a University plaza (Associated Press 1969j). This deployment was covered in papers across the country including the Press-Telegram (Long Beach, California) (Associated Press 1969b), The Jackson Sun (Jackson, Tennessee) (Associated Press 1969c), The Daily Tribune (Wisconsin Rapids, Wisconsin) (Associated Press 1969a), The Sumter Daily Item (Sumter, South Carolina) (Associated Press 1969d), The New Mexican (Santa Fe, New Mexico) (Associated Press 1969e), Janesville Daily Gazette (Janesville, Wisconsin) (Associated Press 1969h), and Messenger-Inquirer (Owensboro, Kentucky) (Associated Press 1969i). FIGURE 5.4: Police engulf a University plaza in chemical fog (Associated Press 1969j). Canadian newspapers detailed the fogger use as well, specifically the Red Deer Advocate Red Deer, Alberta, Canada) (Associated Press 1969f) and The Leader-Post (Regina, Saskatchewan) (Associated Press 1969g). 5.1.2.2 February 28 1969 The following week, the police in Berkeley were joined by California National Guard troops to attack strikers, and continued to use the pepper fogger (Associated Press 1969m, 1969n). FIGURE 5.5: National guardsmen and police fog UC Berkeley (Associated Press 1969k). FIGURE 5.6: View from behind of the police using a pepper fogger on striking students (Associated Press 1969l). 5.1.2.3 May 15 1969 Alameda County sheriffs deployed a pepper fogger on UC Berkeleys campus again during the Peoples Park Riots of 1969 (Los Angeles Times 1969, Hayes 1970). The riot apparently started when the university tried to prevent individuals living on the street from a volunteer-run park they built on a lot owned by the school (United Press International 1970). The Sheriffs were joined by the California National Guard once again, who this time fogged neighborhoods from the back of a Jeep: FIGURE 5.7: California National Guards Gas Jeep (Rosenberg 1969). 5.1.3 Seattle Seattle Washington police deployed CN and CS gas via a new pepper fogger in their clash with hundreds of unruly youths in the University District on August 14 1969 (Associated Press 1969p). Witnesses recounted that the machine was highly effective, filling 2-3 blocks of a street with tear gas in about a minute (Associated Press 1969p). 5.1.4 College Park On May 4th 1970, students gathered at campuses around the country to protest President Nixons expansion of war into Cambodia, inlcuding in at the University of MAryland (UMD) campus in College Park (Washington Area Spark 2013). Police responded with chemical weapons that did not deter the protest, but rather moved it around the campus (Cabe 1970). By later in the day, UMD students had heard about the Ohio National Guard shooting four Kent State students and took up a position in front on and inside the UMD Chapel (Washington Area Spark 2013), which did not stop the chemical weapons barrage or the use of the fogger specifically (Oates 1970) FIGURE 5.8: Police fog the University of Maryland (Cabe 1970). FIGURE 5.9: Police fog the University of Maryland Chapel (Cabe 1970). The Maryland State Police liked the GOEC fogger so much they included it in their Manual on Civil Disturbances as a tool for deploying CS gas (Maryland State Police 1972): FIGURE 5.10: Maryland State Polices GOEC pepper fogger (Maryland State Police 1972). 5.1.5 Iowa City Johnson County sheriffs - including two deputies carrying pepper foggers - used chemical weapons against protesters in Iowa City, Iowa IA on May 6 1971 (Eckholt 1971). The chemicals deployed smelled like insecticides and were described in print as unidentified because the Sheriff refused to publicly name the compounds, including to the news media (Eckholt 1971). 5.1.6 Minneapolis Thousands of anti-war protesters gathered in cities around the US on May 10 1972 to demonstrate against the use of mines in Vietnam harbors (Associated Press 1972a). In Minneapolis, crowds totalling a thousand protestered gathered on and near the University of Minnesota campus and police responded with chemical weapons deployed via grenades, sprays, a helicopter and a thermal fogger (Associated Press 1972b, Star Tribune 1972). The fogger was used to direct the crowd around campus and spread gas over large areas, such as the area known as Scholars Walk (~0.25 mile from Washington Avenue to the Auditorium) (Star Tribune 1972). 5.1.7 Gainesville Similarly to the anti-mine protests in Minneapolis, on the campus of the University of Florida in Gainesville, Florida Highway Patrol deployed a riot vehicle dubbed The Monster which spewed tear gas (Associated Press 1972b). Although a fogger is not mentioned specifically, this is the same agency (Florida Highway Patrol) that first deployed thermal foggers via a truck in 1968 (Tschenschlok 1995, Lorentze 2018). "],["high-schools.html", "5.2 High Schools", " 5.2 High Schools As soon as they laid their hands on foggers, law enforcement extended their use from universities to high schools, specifically using the weapons against Black youth protesters. I will stop to repeat that again so that we (myself included) can all reflect on this. Law enforcement agents used chemical weapons against Black junior and high school students during the Civil Rights Era, including a weapon (the thermal fogger) developed not even five years prior to gas Vietnamese soldiers and civilians from tunnels. 5.2.1 San Gordonio Although undated, this photograph printed in The Delta Democrat-Times (Greenville, Mississippi Thursday) (United Press International 1969a) on November 20, 1969 references a recent use of the fogger on students. FIGURE 5.11: Police use a pepper fogger on students at San Gordonio High School (United Press International 1969b). Use of the thermal fogger by police that day seems likely, given their more documented deployment of it on December 3, 1971. On that day, a combination of San Bernardino police, San Bernardino County sheriffs, and California Highway Patrol used tear gas from a pepper fogger to break up a major racial confrontation among students at San Gorgonio High School and across a 20-block area surrounding campus (Yetzer et al. 1971). 5.2.2 Lawrence Lawrence, Kansas Police used tear gas, including from a thermal fogger, on April 21st, 1970 against Black high school and junior high students, their parents, and community members (Monhollon 2002). The students had gathered that day after a week-long stand-off with administration in response to their failures to meet their demands regarding Black representation in curriculum, hiring, sports, and awards (Monhollon 2002). Black students had occuppied the principals office on May 13th and prominent members of the office occupation were arrested from the school that day and promptly suspended from school (Monhollon 2002). Racial tensions escalated over the subsequent week flamed by presence and actions of the local Klu Klux Klan and Minutemen, some of whom were also police officers (Monhollon 2002). The night of April 20th, the school board held a meeting where they barred suspended students from participating and did not reinstate them, nor did they address the demands, and there was a mass walkout (Monhollon 2002). The next day, police were ready with heavy chemical weaponry, including the GOEC Pepper Fog fogger: FIGURE 5.12: Police bring a GOEC pepper fogger to gas Black high school and junior high students at Lawrence High School (University of Kansas Archives 1970). "],["broadening-application.html", "Chapter 6 Broadening Application", " Chapter 6 Broadening Application The use of foggers, while not commonly overt, spread throughout the 1970s and 1980s, occasionally making an appearance in news media reports. "],["racial-justice.html", "6.1 Racial Justice", " 6.1 Racial Justice Police are generally more apt to use heavy responses including chemical weapons against Black protesters in general (Morman et al. 2020). It is therefore not surprising to learn that law enforcement use foggers to deploy chemical weapons on racial justice protests. Indeed, the first use of the fogger in the United States was during the Liberty City Riots, a police action in response to Black community organizations holding conversation among themselves. 6.1.1 Danville IL Foggers have been used in a variety of cities, not just major metropolitan areas. Danville, Illinois (1970 pop. 42,570; (USCB 1971)) Police used a pepper fogger to disperse a crowd of Black protesters that had used picnic tables to barricade a street through their neighborhood on a second night of demonstrations (Associated Press 1969o), August 10th 1969. 6.1.2 Rodney King Although mentioned in a few outlets during the 1992 police response to the protests in response to the verdict in the Rodney King case, I have yet to find documentation of foggers being used explicitly during that time (Askren 1992). For example, Riley County (Kansas; 1970 pop. 56,788; USCB (1971)) Sheriffs had a fogger in their arsenal in 1992 according to Director Alvan Johnson (Askren 1992). "],["labor.html", "6.2 Labor", " 6.2 Labor Another common target of police force are labor activists, and so it is not suprising to see the fogger being deployed against strikers at least once in US history. 6.2.1 North Kingstown RI, March 22 1982 The Brown and Sharpe company called in local police and Rhode Island State Police officers to help try to break a (at the time) 22-long strike at their factory in North Kingstown, Rhode Island (Associated Press 1982b, Carbone 2017). A North Kingstown officer named TJ Varone deployed tear gas via a pepper fogger on a group of 75 people, primarily workers wives and Brown University students, that was blocking the main entrance to the tool factory (Associated Press 1982b, Carbone 2017). The picketers braved the gas for a considerable amount of time, requiring close-range fogging to finally disperse them (Carbone 2017). FIGURE 6.1: Police fog striking workers and their families (Associated Press 1982a). The fogging did not, however, break the strike (Carbone 2017). Newspaper and television coverage of the fogging circled the globe (Carbone 2017). "],["celebrations.html", "6.3 Celebrations", " 6.3 Celebrations On occasion, police forces have used foggers against protests or riots that are more of a celebratory nature but still do not respond to their commands to disperse. 6.3.1 1974 NHRA Nationals Indiana State Police used a pepper fogger and gas grenades on a crowd of 2,000 drag racing fans blocking a highway between the track and campsites at the Hot Rod Associations US Nationals in Clermont IN, September 1 1974 (Associated Press 1974a, 1974b). 6.3.2 1975 New Years Eve New Years Eve 1975 was apparently quite raucous in Florida, as many cities experienced revelry that got out-of-hand enough to elicit police use of force (United Press International 1976a). In Ft. Lauderdale, party-goers pulled down a traffic light and police deployed multiple foggers on a crowd of 2,500 on the beach (United Press International 1976a). FIGURE 6.2: Police carrying pepper foggers towards the beach (United Press International 1975a). The mayhem was noteworthy enough to garner publication in the Berkeley Gazette (United Press International 1976b) as well as the Tampa Tribune (United Press International 1976a). "],["trainging-accidents.html", "6.4 Trainging Accidents", " 6.4 Trainging Accidents While not an intentional deployment, in at least one documented incident, a pepper fogger used in firefighter training exercises caused severe symptoms and led to an investigation (Judd 1981). 6.4.1 Bullitt Volunteer Fire Department On December 15 1981, The Southeast Bullitt Volunteer Fire Department In Kentucky was conducting a smoke training exercise using a pepper fogger on loan from the fire marshals office when their victim and 16 others (including firefighters) began experiencing coughing fits, headaches, and chest pains (Judd 1981). Although Smith and Wesson (the Pepper Fogger manufacturer at the time) claimed this was a one-off incident, the Kentucky State Fire Marshals office had received other reports of firefighters becoming sick when using foggers in smoke training (Judd 1981). Residue tests later revealed no unexpected compounds (The Courier-Journal 1982), indicating the toxicity had come from the design-for-use safe smoke. "],["CarceralSystem.html", "Chapter 7 The Carceral System", " Chapter 7 The Carceral System Like many chemical weapons devices, thermal foggers are used in local, state, and federal carceral systems. Unfortunately most deployments go undocumented or such documents never see the light of day. It seems that the only time we find out about prisoners being fogged is when a serious incident occurs triggering outside investigations and the judicial system. "],["BigMac.html", "7.1 Big Mac", " 7.1 Big Mac In the 1970s, the McAlester (Big Mac) Oklahoma State Penitentiary was the site of considerable resistance and rioting by inmates (Winter Soldier 1975, The Rag 1975). A major tool used by the guards in retaliation was tear gas, which they deployed via shot shells, grenades, and pepper foggers (Allen 1974a, 1975a, 1975b, Coffey 1975b). Given its use here, it is highly likely that the Oklahoma State Penitentiary system used pepper foggers before (and likely after) (Johnson 1974). The guards regularly isolated the uprisings leaders in the solitary confinement building known as The Rock, sealed the building, and gassed it so thick it lasted for days (Allen 1974b, The Rag 1975). During the May 20 1974 gassings in response to riots, Black prisoner Robert Forsythe, a 33-year old serving time for a robbery, happened to be in solitary confinement due to being caught with contraband money and was not associated with the uprising directly, and so inexperienced with the effects of gas (Johnson 1974, The Rag 1975, Wilson 1993). Although reports are conflicting on details, guards started fogging and gassing prisoners who were, at most, rattling their doors (Hobbs 1974). The likely reason for the barrage was retaliatory, as it was unjustified according to a veteran guard (Coffey 1975a). During the gassings, a pepper fogger was specifically used in the building and created fumes of gas [that] were awfully heavy, one of the worst Ive ever seen according to veteran corrections officers trial testimony (Allen 1975b, Coffey 1975a). The gassing lasted for four hours despite yells for help, resulting in serious injuries including burned and blistered skin, eyes swollen shut, and breathing difficulties (Coffey 1975b). That intense fogging and lack of medical attention over the next two days were main factors contributing to Forsythes injuries and death two days later, according to medical experts testimony (Allen 1974b, 1975a, 1975b). Although the guards involved were indicted by a grand jury and brought to trial, they ultimately were acquitted of all charges (United Press International 1975b, 1975c). "],["union-correctional.html", "7.2 Union Correctional", " 7.2 Union Correctional According to the superintendent, a riot was caused in the Florida State Prisons Union Correctional Institution in Raiford on July 5th, 1981 by 22 prisoners who were intoxicated, and the only way to subdue them was to deploy a thermal fogger (United Press International 1981). As a result of two officers being slightly injured and three inmates being stabbed, an investigation was launched that caused the event to be picked up in the newspapers (United Press International 1981). "],["dade-county.html", "7.3 Dade County", " 7.3 Dade County Dade County Sheriffs used foggers to sweep a field on July 17th 1974 in search of a murder suspect that had eluded K-9 units, helicopters, a plane, and an attempt to flush him out by burning the field (Associated Press and United Press International 1974). The suspect was so well dug in that he could withstand significant gassing that surprised a Sheriffs sergeant who participated in the operation (Associated Press and United Press International 1974). "],["CBP.html", "Chapter 8 Border Patrol: A Second Boomeranging", " Chapter 8 Border Patrol: A Second Boomeranging United States Border Patrol (BP) has played an outsized role in policing and corrections within the federal immigration system and abroad both in support of armed services and independently (Miller 2019). Indeed, BP has provided another boomeranging of the Imperial Tetherball that bridges the Vietnam-era and present-day domestic applications via export to foreign governments for use in controling their own populaces. "],["international-trafficking.html", "8.1 International Trafficking", " 8.1 International Trafficking Within a year and a half of the foggers arrival to US domestic police agencies, BP agents were engaging foreign governments independent of the military on chemical weapons deployment including using thermal foggers. During April 25 - May 9 of 1970, Raymond Dee Bond, a Border Patrol agent with decades of experience, sold $15,000 worth of chemical weaponry to the Mexican federal government (Star Tribune 1973). Included in the cache were multiple pepper foggers and formulations (Star Tribune 1973). Bond was caught and charges with weapons trafficking and acting as a foreign agent without notifying the Secretary of State (United Press International 1972). Although indicted by a federal grand jury, Bond was able to escape prosecution by resigning from his position (Star Tribune 1973). Given the extensive reach of Border Patrol into Central and South America fueled in particular by the Drug War (Chepesiuk 1999), it is reasonable to expect that this was not an isolated event. "],["bortac.html", "8.2 BORTAC", " 8.2 BORTAC By 2020, the Border Patrol Tactical Unit (BORTAC) had been established to, among other tasks, provide particularly extreme responses to domestic as well as foreign uprisings (USCBP 2006, 2014, 2018). BORTAC is truly a global domestic law enforcement agency, operating in 28 countries (they were willing to publicly disclose as of 2006; USCBP (2006)), providing a wide range of services (USCBP 2014, Miller 2019). BORTACs specific genesis was focused on riots in federal immigration detention centers (USCBP 2006, 2014), noteworthy given the use of thermal foggers in the United States carceral system. Border Patrol agents from the El Paso unit specifically were deployed to police protests in El Paso in addition to being sent to Portland and other cities like Albuquerque, New Mexico (Borunda 2020). 8.2.1 Portland OR The thermal fogger made a very visible return to the public sphere in July of 2020, when US Customs and Border Protection (CBP) officers brought a bright-green version to Portland, OR during the 2020 Black Lives Matter protests (PB2020 Team 2021). Since then, the fogger has been deployed three additional times by CBP in Portland, all at the property Immigration and Customs Enforcement (ICE) rents on the South Waterfront. 8.2.1.1 July 29 2020 At the beginning of July 2020, then-president Trump deployed Department of Homeland Security (DHS) agents to protect federal property in Portland, OR (Trump 2020, USDHS 2020, Flanigan 2020). During the final days of the visible presence and response of federal agents in Summer 2020, Customs and Border Protection (CBP) unveiled their thermal fogger (Sal 2020a), which has been identified through photos as an IGEBA TF35 thermal fogger from Nixalite of America Inc. This machine is designed and marketed for bird control, and while training tool for military/law enforcement is listed among its uses (Nixalite 2009b), its safety requirements explicitly state: 19. Do not fog directly against personsDuring operation keep distance of minimum [10 ft]. - (Nixalite 2009a) FIGURE 8.1: CBP agent deploying chemical agent via thermal fogger in front of the federal courthouse (Brown 2020). 8.2.1.2 Abolish ICE: Immigration and Customs Enforcement Rental Property While the thermal fogger hasnt been deployed at the federal Courthouse in downtown Portland since July 29 2020, it has been used repeatedly by Department of Homeland Security agents at the private property US Immigration and Customs Enforcement (ICE) rents to use as a holding center for deportees in the South Waterfront neighborhood (Simonis 2021) the same building that saw the weeks-long Ocuppy ICE protests in 2018 (Dubois 2018). The first of such deployments occurred during the fall of 2020. Along with cities across the country, Portland hosted many events on October 17th focused around the racial and gender justice (Sal 2020b). In the evening, there was a gathering at Willamette Park in the Southwest part of the city, where organizers passed out balloons detailing harrowing experiences of migrants and immigrants detained by ICE (Sal 2020b). After marching to the ICE rental property, individuals tied the balloons to the gate to the parking garage, and Department of Homeland Security (DHS) agents including Customs and Border Protection (CBP) officers deployed massive amounts of chemical weapons, including via a thermal fogger, throughout the neighborhood (Sal 2020b). FIGURE 8.2: CBP agent fogging a South Waterfront neighborhood (Lake 2020). 8.2.1.3 Inaugration 2021 The same fogger (or at least the same model) was again brought out at the ICE rental property on January 20th 2021 during the Inauguration Day (J20) Abolish ICE protests in response to an individual spray painting a piece of plywood tacked outside the building (Sal 2021a). The fogged up and down multiple blocks, with visible plumes entering units in the adjacent apartment complexes and covering the playground of an adjacent public school (Simonis 2021, Sal 2021a). FIGURE 8.3: CBP officer holding thermal fogger (Staab 2021). That weekend, CBP deployed the fogger again during Abolish ICE protests, this time gassing even more of the neighborhood, including the local public school and veterans-preference housing (Simonis 2021, Sal 2021b). FIGURE 8.4: CBP agent holding thermal fogger (Lewis-Rolland 2021a). FIGURE 8.5: CBP agent fogging an intersection in the South Waterfront neighborhood (Lewis-Rolland 2021b). "],["Conclusion.html", "Chapter 9 Conclusion", " Chapter 9 Conclusion Although the use of a thermal fogger by US CBP to deploy chemical weapons on racial justice protesters in Portland in 2020 and 2021 appeared novel to many, the truth is that it is just the most recent chapter in a cylical narrative stretching back half a century and spanning the globe. Spawned from the US military occupation of Vietnam, the thermal fogger has always been a tool for suppressing resistance among the populace. Its initial transition to the American homefront was rapid and smooth, with retired military law enforcement eager to deploy them against civil rights and anti-war protesters. As the fogger grew less popular with police and faded from public view in the past few decades, its use was maintained in the carceral system Simultaneously, foggers were peddled by US CBP Agents overseas a second deployment. Agents from the same units within CBP then brought the fogger back home again, for a second return. Throughout all of this, the fogger was used to maim and even kill individuals while targeting the marginalized, many of whom have stories that have not been heard publicly. I hope that through this work, I can call attention to the shared history across generations, spark conversations, and facilitate story telling to illuminate the impacts of the thermal fogger on human people beings. Building on the concept of an Imperial Boomerang, I propose that the trajectory of the thermal fogger can be thought of as an Imperial Tetherball, with multiple departures and returns. Key questions from my perspective are then: what perpetuates the momentum of the fogger, facilitating it to swing around more than once? what routes exist for subsequent rotations where the fogger could be deployed overseas and then brought home again? Clearly, this topic deserves more theoretical evaluation, as well. While the thermal fogger is still presently in play in Portland, countless other departments around the world have these machines of war sitting in their arsenals, primed and ready. And we still dont even know what comes out of the exhaust nozzle. "],["AltTexts.html", "A Figure Descriptions", " A Figure Descriptions Alt-text descriptions for figures in the book: Figure 1.1: Fully riot-geared and for some reason in green camo US Homeland Security agents (to the middle and the left of the photo) behind a row of two-foot tall, one-foot radius metal posts, behind a metal grate wall over 7 feet tall with metal support beams and concrete pylon buttressing. In the front of the left side is an agent holding a plastic clear riot shield, through which you can see a patch that say Border Patrol Federal Agent in yellow and some insignia patches as well. In the middle are the agents in camo, one with a hand on the shoulder of another who is operating a thermal fogger machine shooting gas through the fence. The machine is maybe four or five feet long and has a body not unlike a bush whacker with a two-cycle engine, but fueling a vaporizer instead of a rotor. The agent is holding the machine with their right hand visibly and there is a black strap across their shoulder holding it up. The machine is mostly shiny metal, although the tip is showing signs of corrosion (no surprise based on the compounds and heat) and the supports of the body are a bright green Figure 1.2: B/W image drawing with text from an old white paper book. The text says FOG DISSEMINATION at the top then a paragraph with Fog dissemination devices operate by rapidly vaporizing a high boiling point liquid agent formulation. This is accomplished by injecting the liquid agent into a hot gas flow and allowing the vaporized agent to contact the cooler ambient air where the agent condenses into a fog and ultimately into extremely small agent particles. In the middle is the drawing with a square on the left with a long rectangle coming out of it to the right with a cloud out the further end of the rectangle. There are bits of text around it, pointing to the box it says FUEL, SPARK, and COMBUSTION CHAMBER. in the middle of the rectange it says HOT GASES in the middle of arrows pointing out towards the cloud. Along the rectangle another injection area is noted for Liquid Agent Injection Text on the bottom says FIGURE 4. FOG DISSEMINATION. A liquid chemical agent is vaporized by a hot gas flow and released as a fog cloud. Figure 2.1: Book illustration (colorful, hand-rendered style) of green-clad US military service members in helmets flak vests, boots, etc, standing around a thermal fogger in the foreground. The fogger is a non-portable Mity Mite style fogger with a big reservoir and giant vacuum style hose running through a green tarp thats lying on the ground and covering the tunnel entrance. They are in a clearing with huts and the jungle in the background. Figure 2.2: Book illustration (blank and greys, hand-rendered style) of a two-level village tunnel system, connecting most of the structures with defensive trenches and bunkers. There are eight houses surrounding a community building and the nearest ones are cut-away so you can see into them and the ground beneath them, which shows the tunnels and bunkers. Each house has a shelter and they are connected via tunnels. There is a puji-stake moat with a sharpened bamboo fence around it surrounding the village and theres one road in, with a gate at the fence. There is a river or open water of some kind on the other side of the fence and then some fields and jungle. The community building is two stories and is next to a single flag on a pole in the center of the village. The flag is blank, and so functionally white. Figure 2.3: B/W image. Open trench at bottom, center. Pipe runs across trench and into the dirt on either side. Person in gas mask crouched below pipe looking up and forward. Leg in pants and lace up boot stretched over trench leaning against right edge. Other leg and boot partially visible on left. Hand holding lit cigarette resting on foot on left. Figure 2.4: Text-book style map of the III Corps Tactical Zone from 1965-1967, according to the legend. This is the area of Vietnam around Saigon, with some of the South China Sea visible to the south at the bottom and Cambodia to the north west in the upper left portion. Major highways and cities are indicated on the map, but the main points are the color highlighted boundaries of the two war zones and the iron triangle, which are all in reddish organge, and the full tactical zone in a darker blue. There is text in the bottom left that says Map 13 and there is a unit bar in the legend that gives distances in both miles and kilometers. Figure 2.5: Technical rendering sketch of a tank with the words Mity Mite on the side. Funnel on bottom of tank leads to exhaust hose below and pipe on bottom of tank has small flexible hose attaching to exhaust hose as well. Exhaust hose comes from below and curves upward to the right. Below the tanks and attached by a frame is a small motor. Figure 2.6: B/W image in a dirt field. Helmeted soldier on one knee with tank strapped on back. Lifting a board with left hand and holding an exhaust tube from the tank under the board with right hand. Figure 2.7: B/W image. In a clearing in a densely vegetated area, a small tank with an exhaust pipe blowing fog to the right. The cloud of fog covers much of the right side. Towards the back, 2 people wearing helmets and fatigues with sleeves rolled up stand with hands on hips on either side of the fogger, watching it. Figure 2.8: Screen cap of a photo copy of an old report, its black and white and in bad shape, but legible for the most part. Its Table A.2.1.2, Chemical Sprays and Foggers. There are columns: Device/Model, Manufacturer, Description, Estimated Cost (for development or for purchase), and Status (available already or needing development). There are 6 rows, one for each Device/Model: MK17 Pepper Fog CS-Tear Smoke Generator, MK XII, Turb A Fog Tear Gas Dispenser, Federal Dust Projector 271, Dynafog 70, and a propsed vehicle based fogger based on the mosquito fogging approach. Figure 2.9: Black and white photo of a Mighty Mite blower on the left and two containers of acetylene in the middle, both containers are metal boxes with labeling in small white text and then some bladder bag on top. There are large vaccum size hozes coming off the blower and going off frame to the right. The scene is the ground of a jungle that has been cleared a little, there are trees and foliage in the background and dense but matted down grass in the fore. Figure 2.10: An individual crouches on the ground next to a blower, facing off to the right, with his left hand slightly resting on it. The photo is aimed down at this person, so the two people looking at the fogger while standing are partially visible from the feet upwards. The photo is an old black and white image and there are items around the sides that are difficult to make out, including potentially a cache of chemical weapons grenades on the right side and some sandbacks in the back. Figure 3.1: Yellowed black and white photo of a stationary Mighty Mite thermal fogger. Its a backpack fogger, so theres a giant hose thats like a vacuum hose wrapped around in the middle and then another one coming off of the actual backpack, which is upright in the middle back right. there is a metal frame and a large reservoir tank sitting on top of the engine and other aspects of the machinery. There is a tube running out to the end of the hose nose from the back pack. On the right side of the image is a scale bar that makes it seem like the backpack is 24 inches tall. Figure 3.2: Black and white technical drawing of a hand-held 2-cycle thermal fogger. The drawing is pretty minimal, but shows enough detail, in particular around the engine and fan, to get a sense of how it operates. There are also a few labels pointing out via arrows what the Recould Rope Starter, Fuel Tank, Carrying Handle, Creifugal Blower Assemble, and Air/Agent Exit Ports are, and to the where the Vaporized Agent is injected into the air stream. Figure 3.3: Black and white photo of a thermal fogger that is basically a 2-cycle weed-wacker engine on top of a chemical agent metal drum with a nozzle sticking out to the right that is about a yard long, its dark and has some hardware on it. The drum says Federal Fogger and then other things that are illegible. The drum is a dark color and the main engine is light, with a dark handle and strap. Figure 3.4: Black and white photo of police officer in a gas mask and riot helmet with the shield flipped up and full uniform, but not riot gear. The officer is holding a hand-held fogger that has a white top on the part, some shiny metal in the middle and then dark on the bottom with a dark nozzle that is spewing some fog. The officer is standing in a field in front of a forest. Figure 3.5: Yellowed black and white photo of a stationary pepper fog thermal fogger pointed to the left sitting by itself. The main body is a square box thats dark with a tag in the middle thats lighter and has dark writing on it that says pepper fog g o e c. The nozzle points to the left and is a longer thinner tube about twice as long as the main body. It is also dark and has a metal cage around it that is sparse and shiny. Theres also a handle and some knobs on the top of the item and something thats a little bit difficult to make out off the back of the main body. Figure 3.6: Photocopied, blurried black and white magazine spread advertisement for General Ordnance Equipment Company (GOEC). The ad shows both their chemical mace and their fogger, although the fogger takes up 3/4 of the page. The left side has two main panels, one for each weapon, the top is a mace one showing an officer spraying mace into someones face and the bottom part is the picture of the person fogging the railroad. The right side is an explainer on the pepper fogger that has three photos (including a repeat of the railroad one) at the top, the item image in the middle, and then a whole bunch of specs that are too blury to read Figure 3.7: Yellow-gold box shape tool with a handle on top, an image of an eagle in flight on the side, and some gauges on top.The back of the box tapers and appears to have switches and controls. Coming out of the front is a long tube that narrows at the end. The tube has a wire cage surrounding it. Figure 3.8: Black and white photo of a person using a pepper fogger across some railroad tracks. The person is standing in the mid ground on the left side of the photo and fogging towards the right mid-ground where the train tracks come from. The fog obscures the origins of the tracks off to the background on the right side of the photo. Behind the person on the left side is a taller tree along short building a car and some foliage. Further behind is a ridge of some kind with trees on it. The train tracks are old and partially overgrown. Figure 3.9: Black and white newspaper clipping of an officer standing in front of a open garage door, next to a police car that is partially in frame on the left and front areas. A GOEC-style thermal fogger sits on the hood of the car in front of the officer, pointing towards and to the left of the camera. The officer is wearing beat clothing and a cop hat and also has a shotgun. Figure 3.10: Black and white newspaper clipping of an officer standing in a field just front a forest/brush line, fogging out into the open area as part of a demonstration. The officer is wearing a riot helmet and coveralls and has the fogger slug over their right arm with a strap they are also holding with their left hand. The officer stands in the left part of the frame, fogging to the right, using a GOEC-style fogger with the nozzle tip right in the middle of the photo. Figure 3.11: Black and white photo of an individual standing in a grass field with wood horse fence and trees and barns in the background. The individual is in light clothes and a black cap and is using both hands to hold a pepper fogger, which they are using to fog some grass on the right side of the photo. they are facing the camera, so the classic GOEC label is visible. Figure 3.12: Black and white newspaper clipping of two officers standing in front of a large brick wall. Scott County deputy sheriff Jim Lewis, left, holds a new grenade launcher and a riot gun. he is donning a standard beat uniform with a bucket hat. Sheriff William Strout is on the right in street clothes and is holding a GOEC pepper fogger in his right hand and gas mask in his left. The officers are making an X with the barrells of the grenade launcher and fogger. Figure 4.1: B/W newspaper clipping. To left is an officer wearing long pants, long sleeved shirt, and a helmet walking forward carrying a fogger in the right hand. The fogger is blowing fog through a tube and a cloud is forming. Background is a storefront window and door. To the right 2 people are moving away from the fog, leaning on one another, and covering their faces with their hands. Figure 4.2: Yellowed black and white photo of a stationary pepper fog thermal fogger pointed to the left sitting by itself. The main body is a square box thats dark with a tag in the middle thats lighter and has dark writing on it that says pepper fog g o e c. The nozzle points to the left and is a longer thinner tube about twice as long as the main body. It is also dark and has a metal cage around it that is sparse and shiny. Theres also a handle and some knobs on the top of the item and something thats a little bit difficult to make out off the back of the main body. Figure 5.1: B/W Image: One person wearing gas mask and helmet, centered, stepping to the right. Person is holding slim white club in left hand and pepper-fogger in right hand. Fogger is pointing forward and a white cloud is surrounding the person to the front, back, and behind. The remaining background is black. Figure 5.2: B/W Image: Background has brick building with steps. In front of the building from center to right, a line of 5 police officers facing front and wearing helmets & gas masks holding slim white clubs about a yard long. They are standing with legs apart and clubs in both hands in front of their bodies. On the left 5 officers similarly dressed, facing towards one another. Four slim clubs are visible, and one officer is holding what appears to be a fogger in one arm hanging down at the side. Figure 5.3: B/W newspaper clipping. Four people walking towards camera wearing helmets with face shields. Person on the left wearing white shirt and tie has several items hanging from belt. In right hand carrying radio with extended antenna. On right side person dressed in all black standing with a wide stance and holding pepper-fogger at hip height in right hand aimed forward. In center two more people dressed in all black, one with a short stick or club in left hand. Background is mostly cloudy with someone behind white shirt person, holding some sort of stick aloft. Glimpses of additional bodies are visible in the cloudy background. Figure 5.4: B/W newspaper clipping. Rather difficult to make out the people differentially in the background, but theres a large group of folks standing in the back part of the photo, the mid ground is relatively empty but filling with a cloud of white smoke eminating from an area on the left that appears to be an officer holding a thermal fogger. Behind everyone is the student union. Figure 5.5: Guardsmen with bayonetted rifles and sheriffs deputies with tear and and pepper fogger walking through UC campus: B/W newspaper clipping: Eight people in masks, shields, and tied boots walking from left to right, the one in front wearing a spray fogger strapped on back and holding the hose and nozzle in front. A cloud of fog is spraying from the nozzle. The second person is carrying a bayoneted rifle upright. The others are only partially visible as they are passing behind a tree. On the right ahead of the others an additional helmeted person can be seen turning towards the left. Two slim trees are in the foreground. Figure 5.6: Four people walking away from camera, wearing helmets and holsters. Lead person has a fogger on their back and is holding the hose on the right spraying a fog ahead of them. Person on the right is carrying a bayoneted rifle raised above the left shoulder. The four are walking into the fog theyve produced. There are some small trees to the right. Figure 5.7: B/W photo of An old style open-top army jeep with two National Guard troops in the front and one in the rear, the one in the rear is operating a thermal fogger. They are driving down what appears to be a residential street from right to left. There are houses and cars behind them and no one in sight on the street/sidewalk/etc. Figure 5.8: Black and white photo of a college quad with brick facade white column buildingsbehind trees around the left, back, and part of right sides of the frame. Eight or so police officers walking away from the camera wear riot gear. A few in dark, a few in light. One in light near the front is carrying a fogger with a shoulder strap and spraying a big cloud off to the left, obscuring a large portion of the photograph. Figure 5.9: Black and white photo of a college A whole bunch of police officers stand on or in front of a short (3 ft) brick wall surrounding the open field. A road, grass, and sidewalk are on this side of the wall, and a tree is just over it on that side. The open field behind the wall is filled with fog from one or perhaps two individuals fogging the chapel, which is where a large crowd gathers on the steps in the background. The chapel has a brick facade and white columns and a very large spire clock tower. The student protesters are visible on the steps of the chapel holding sigms. Figure 5.10: Black and white photo of a GOEC Pepper Fog fogger on a white ground with a maryland state police badge and in front of a brick wall. The fogger is in the mid right and points off to the left. Figure 5.11: B/W faded image: To the left is a person wearing a uniform with a patch on the shoulder and a helmet. In their right hand is the nozzle to a fogger and it appears to be emitting fog. There is a white fog cloud covering most of the rest of the image. Figure 5.12: yellowed B/W faded image of police officers standing on a T of a sidewalk blocking the space from a group of predominately Black young people, who are standing behind them on the grass and facing the camera. Behind them are some cars and houses across a stree. The officer in the front left of the frame is carrying a Pepper Fog GOEC fogger. Figure 6.1: B/W newspaper clipping: To the left there are several people crouched on the ground with their heads down and covered. Behind them is a small crowd of people turning and moving away. To the right are three officials in helmets and masks facing the people on the ground and holding a fogger in front that is spraying a cloud of fog right over those on the ground. Figure 6.2: B/W image: Two people in foreground wearing helmets and face shields with gas masks and uniforms with short sleeves walking towards the camera, carrying boxy looking tools with nozzles pointing forward, with both hands. Person behind, also in short sleeve uniform, helmet, and gas mask carrying slim sabre or rod across the body. Behind these people seem to be more people but there are no clear details. Figure 8.1: Fully riot-geared and for some reason in green camo US Homeland Security agents (to the middle and the left of the photo) behind a row of two-foot tall, one-foot radius metal posts, behind a metal grate wall over 7 feet tall with metal support beams and concrete pylon buttressing. In the front of the left side is an agent holding a plastic clear riot shield, through which you can see a patch that say Border Patrol Federal Agent in yellow and some insignia patches as well. In the middle are the agents in camo, one with a hand on the shoulder of another who is operating a thermal fogger machine shooting gas through the fence. The machine is maybe four or five feet long and has a body not unlike a bush whacker with a two-cycle engine, but fueling a vaporizer instead of a rotor. The agent is holding the machine with their right hand visibly and there is a black strap across their shoulder holding it up. The machine is mostly shiny metal, although the tip is showing signs of corrosion (no surprise based on the compounds and heat) and the supports of the body are a bright green. Figure 8.2: One person in green protective gear, wearing a bulletproof vest with weapons strapped to the body and wearing a helmet and gas mask is walking to the left carrying a fogger in the right hand arm extended down, nozzle pointing forward. A cloud of gas is coming from the nozzle. Next to them is someone dressed all in black with a bullet proof vest with the word POLICE across the back, also wearing a helmet and gas mask. It is night and there are additional clouds of gas and the shapes of people in the background. Figure 8.3: Night in a city, building lights in the background. One person standing alone in the center of a road, shown from the waist to the ankles. The person is wearing work pants with covered pockets at the thighs and calves, long sleeve shirt, and a glove on the right hand. In the left hand they are gripping the handle of a neon green fogger tool. The long black nozzle, covered with a wire cage, projects backwards and the motor is towards the front. It is being held at hip height; the arm holding it is relaxed down. Figure 8.4: Night time with the light from a street light visible in the background. Two officers dressed in full protective gear with bulletproof vests holding supplies on, with the word POLICE stenciled in yellow. They are both wearing helmets and gas masks. The nearer one is holding a gas fogger in the right hand. Thefogger looks like a long tube between 3 and 4 feet long with a handle and motor parts near the back. The tube is covered with a wire cage until about the last half foot, which is a plain and narrower tube. Behind these two officers are some dimly lit buildings and one or two other officers but they are not clear. Figure 8.5: Nine people wearing full protective gear including helmets and gas masks standing spread out across a street at night. One is holding a gas fogger in one hand and gas is spewing and a cloud is forming in front of them. There is also some gas cloud behind the group. All of them seem to be wearing weapons on their gear but details are not clear. It is night. There is a grey building in the background with a red door and red trim. A white stripe on the roadway has the words MELT ICE spray painted on it. "],["References.html", "References", " References Allen, P. 1972. Police in secret tests of giant \"pepper fogger\". The Sydney Morning Herald 1972-06-18:3, 14. Allen, R. B. 1974a. Dying mans pleas related by convict. The Daily Oklahoman 1974-06-17. Allen, R. B. 1974b. Move isolates rebel convicts. The Daily Oklahoman 1974-10-22. Allen, R. B. 1975a. Jurors hear witness to prison gas death. The Daily Oklahoman 1975-01-07. Allen, R. B. 1975b. Unavailability of medical aid at \"rock\" cited. The Daily Oklahoman 1975-01-10. Aman, D. 1970, April 4. Sheriffs captain robert dysart and his \"buck rogers\" pepper fogger at riot-control demonstration. Mansfield, OH, USA. Applegate, R. 1969. Riot control - materiel and technique. Stackpole Books, Harrisburg, PA, USA. Applegate, R. 1970. Guns and the law: Pepper foggers. Guns 1970-09-01:3031. Applegate, R. 1992. Riot control - materiel and technique. Second edition. Stackpole Books, Harrisburg, PA, USA. Arendt, H. 1951. The origins of totalitarianism. Schocken Books, New York, NY, USA. Askren, M. G. 1992. How much force is proper? RCPD officers confront that question on patrol. The Manhattan Mercury 1992-05-10:1, 3. Associated Press. 1969a. Pepper fogger lays down a screen. The Daily Tribune 1969-02-21:1. Associated Press. 1969f. Pepper fogger lays down a screen. The Red Deer Advocate 1969-02-21:1. Associated Press. 1969d. Pepper fogger lays down a screen. The Sumter Daily 1969-02-21:1. Associated Press. 1969c. Pepper fogger lays down a screen. The Jackson Sun 1969-02-21:9. Associated Press. 1969g. Battle at berkeley in cloud of tear gas. The Leader Post 1969-09-21:1. Associated Press. 1969e. Pepper fogger lays down a screen. The New Mexican 1969-02-21:1. Associated Press. 1969b. Pepper fogger provides a screen. Press-Telegram 1969-02-21:4. Associated Press. 1969i. Pepper fogger lays down a screen. Messenger-Inquirer 1969-02-22:1. Associated Press. 1969h. Pepper fogger. Janesville Daily Gazette 1969-02-22:1. Associated Press. 1969j, February 28. Berkeley, CA, USA. Associated Press. 1969k, February 28. Berkeley, CA, USA. Associated Press. 1969l, February 28. Berkeley, CA, USA. Associated Press. 1969m. Guardsmen. The Miami News Tribune 1969-03-01:3A. Associated Press. 1969n. Guardsmen charge students. Press and Sun Bulletin 1969-03-01:3A. Associated Press. 1969o. Negroes and police battle in illinois. Palladium-Item 1969-08-11. Associated Press. 1969p. Pepper fogger stops unruly youth in seattle. Associated Press 1969-08-17. Associated Press. 1972a. Thousands demonstrate against mines. Argus-Leader 1972-05-11. Associated Press. 1972b. Guards arrive on campus at minnesota. Argus-Leader 1972-05-11. Associated Press. 1974a. Melee breaks out at NHRA nationals. The Courier 1974-09-02. Associated Press. 1974b. Drag race fans riot at nationals. The Billings Gazette 1974-09-02. Associated Press. 1982a, March 22. North Kingstown, RI, USA. Associated Press. 1982b. Protest at factory. Lexington Herald 1982-03-23. Associated Press, and United Press International. 1974. Abductor collects payment, slays two. Tampa Bay Times 1974-07-18:1B, 11B. Bandy, D. 1970. What has happened in ohio national guard since may? The Akron Beacon Journal 1970-10-28:C8. Borunda, D. 2020. El paso border patrol teams among federal forces sent to protests in other cities. El Paso Times 2020-07-23. Box Elder Agencies. 1971. Riot control items coming. The Ogden Standard Examiner 1971-06-24:12A. Brown, D. 2020, July 29. https://twitter.com/dougbrown8/status/1288727075197657088/photo/1, Portland, OR, USA. Bunker, R. J. 1996. Nonlethal weapons: Terms and references. INSS Occasional Papers 15:199. Cabe, B. 1970. in Washington Area Spark, editor. D.c. Public library washington star collection. https://www.flickr.com/photos/washington_area_spark/8878226358/, Baltimore, MD, USA. Cain, J. 1968. New fogger replaces police billy. Orlando Evening Star 1968-11-15:28. Carbone, G. M. 2017. Brown and Sharpe and the Measure of American Industry: Making the Precision Machine Tools That Enabled Manufacturing, 1833-2001. McFarland; Company, Inc, Jefferson, NC, USA. Césaire, A. 1950. Discourse on colonialism. Éditions Réclame, Paris, France. Chepesiuk, R. 1999. The war on drugs: An international encyclopedia. https://archive.org/details/warondrugsintern0000chep, Santa Barbara, CA, USA. Coffey, I. 1975a. Veteran guard terms gassing \"unjustified\". The Daily Oklahoman 1975-06-26. Coffey, I. 1975b. Trio gives testimony in fatal gassing trial. The Daily Oklahoman 1975-06-27. Compton, J. A. F. 1987. Military chemical and biological agents: Chemical and toxicological properties. Page 215. Telford Press, Caldwell, NJ, USA. Conheim, M. 1972. Federal funds finance anti-riot arsenals. Detroit Free Press 1972-05-12:3, 8. Copley News Service. 1970, May 12. Tear dispenser. Colorado Springs, CO, USA. Crockett, T. S. 1969. Police chemical agents manual. International Association of Chiefs of Police, Professional Standards Division, Washington, DC, USA. Defense Technology. 2015. Pepper fog CS formulation. Delf, B. 2012. Tunnel rat in vietnam. Osprey Publishing Limited, New York, NY, USA. Des Moines Tribune. 1975. For Sale: Pepper Fogger, Low Miles; Immac. Cond. Des Moines Tribune 1975-05-06:3. Dubois, S. 2018. Protesters ordered to leave ICE property. Statesman Journal 2018-06-26. Eckholt, L. 1971. Offer $5,000 reward for Iowa City blast arrests; Protest leaders schedule workshops aimed at U of I. Des Moines Register 1971-05-08. Faas, H. 1977. Vietnamese recalls agonies of tunnel war. The New York Times 1977-10-13. Farber, D. 1988. Chicago 68. University of Chicago Press, Chicago, IL, USA. Federal Laboratories. 1980. Federal fogger model 298. Saltsburg, PA, USA. Flanigan, K. 2020. Docs: Homeland securitys portland protest mission called \"operation diligent valor\". KOIN 6 News 2020-07-23. Foucault, M. 1976. Society must be defended. General Ordnance Equipment Corporation. 1969a. Street cleaner. Page 185 in R. Applegate, editor. Riot control - materiel and technique. Stackpole Books, Harrisburg, PA, USA. General Ordnance Equipment Corporation. 1969b. PEPPER FOG tear smoke generator. General Ordnance Equipment Corporation. 1969c. To take the violence out of mens minds with the least violent means: Liberation News Service 199. General Ordnance Equipment Corporation. 1970. Street cleaner. Observer 13:Back Page. Goldstein, R. 1998. Rex applegate, 84, instructor of deadly skills. The New York Times 1998-07-27. Graham, S. 2013. Foucaults boomerang: The new military urbanism. Open Democracy 2013-02-14. Griffin, L. 1973. Chief says police trained to LImit allowed by budget. Press and Sun Bulletin 1973-01-11:3. Gross, D. A. 2014. The forgotten history of mace, designed by a 29-year-old and reinvented as a police weapon. Smithsonian Magazine. Hanesalo, B. A. 1996. Tunnel Warfare, Volume 4: Asian Tunnel Warfare. Military/Info Publishing, Golden Valley, MN, USA. Harris, M. 1969a. Pepper fogger joins arsenal. The Terre Haute Tribune 1969-04-08:16. Harris, M. 1969b. Pepper fogger can empty a house fast. Mt. Vernon Register-News 1969-04-09:26. Harris, M. 1969c. Pepper fogger can fill soldier field with gas in minute. The Daily Dispatch 1969-04-09:28. Hayes, E. 1970. Grand jury riot report reviewed. Oakland Tribune 1970-09-04. Hemmings, J. 2019. Amazing pictures of tunnel rats: The warriors who infiltrated underground tunnels in the vietnam war. War History Online. Henderson, D. E., and S. K. Henderson. 1992. Thermal decomposition of capsaicin. 1. Interactions with oleic acid at high temperatures. Journal of Agricultural and Food Chemistry 40:22632268. Hobbs, C. 1974. Jury to probe prison gassing. The Daily Oklahoman 1974-10-22. Hudson, R. B. 1976. Overtime bonanza for police. The Kansas City Times 1976-03-16:12. IARC. 1979. Monographs on the evaluation of the carcinogenic risk of chemicals to humans. Geneva: World health organization, international agency for research on cancer, 1972-PRESENT. Page 468. https://monographs.iarc.fr/ENG/Classification/index.php. Johnson, J. 1974. Permanent gassing ban under study. The Daily Oklahoman 1974-05-25. Jolley, R., and C. Olive. 1969, Summer 2. 25 injured in clash of students and police after black seizure of duke campus building. https://exhibits.library.duke.edu/exhibits/show/black-students-matter--allen-/item/1901. Judd, A. 1981. State fire marshal begins probe into illness during rescue session. The Courier-Journal 1981-12-22. Karnow, S. 1983. Vietnam a history. Viking Press, New York, NY, USA. Kimyonok, A. B. E., and M. Ulutürk. 2016. Determination of the thermal decomposition products of terephthalic acid by using curie-point pyrolyzer. Journal of Energetic Materials 34:113122. Lake, M. 2020, October 17. https://twitter.com/MasonLakePhoto/status/1317869903345414144, Portland, OR, USA. Langguth, A. J. 2000. Our vietnam: The war 1954-1975. Simon; Schuster, New York, NY, USA. LaPrade, S. 1970. Amarillos police arsenal holds variety of crowd control aids. The Amarillo Globe Times 1970-03-24:24. Lehrer, G. H. 1968. Viet cong tunnels. The Military Engineer Vietnam Commemorative volume:6163. Lewis-Rolland, M. 2021a, January 23. https://twitter.com/MathieuLRolland/status/1353427314348986373/photo/1, Portland, OR, USA. Lewis-Rolland, M. 2021b, January 23. https://twitter.com/MathieuLRolland/status/1353427325405126656/photo/3, Portland, OR, USA. Lorentze, C. 2018. The riot stuff. Bookforum Summer 2018. Los Angeles Times. 1969. Peoples park not worth the battle so far. The Delta Democrat-Times 1969-11-20. MacGregor, A. H. Sandy. 1966a. Double acetylene generator and a mighty mite air blower used to blow fumes into viet cong tunnels. Australian War Memorial. MacGregor, A. H. Sandy. 1966b. Mighty mite machine used to contaminate viet cong tunnel systems with acetylene. Australian War Memorial. MacKenzie, B. 1976, October 9. Pepper fogger. The Windsor Star, Windsor, OR, CA. Macomber, F. 1970. Alternative to violence: The shape of nonlethal weapons. Portage Daily Register 1970-11-10:6. Maryland State Police. 1972. Manual on civil disturbances. https://www.ojp.gov/ncjrs/virtual-library/abstracts/maryland-manual-civil-disturbances; National Criminal Justice Reference Service, MD, USA. McArdle, T. 2018. How three violent days gripped a black miami neighborhood as nixon was nominated in 1968. The Washington Post 2018-08-07. Michals, G. 1970. Quiet way to quiet a rioter. Colorado Springs Gazette-Telegraph 1970-05-12:5. Miller, T. 2019. Empire of borders. Tuscon Weekly 2019-08-01. Monhollon, R. L. 2002. This is america? The sixties in lawrence, kansas. PALGRAVE, New York, NY, USA. Morman, A., Z. Williams, D. Smith, and A. C. Randolph. 2020. Riot control agents: Systemic reassessment of adverse effects on health, mental stability, and social inequities. https://www.dontshootpdx.org/wp-content/uploads/2020/06/DSPFinal-RCAreport4SocialChange-AM.AR_.ZW_.DS-.pdf; Dont Shoot PDX, Portland, OR, USA. Nixalite. 2009b. TF-35 thermal fogger brochure. https://www.nixalite.com/SiteContent/Documents/PDFs/TF35.pdf, Capser, WY, USA. Nixalite. 2009a. TF-35 thermal fogger owners manual. https://www.nixalite.com/SiteContent/Documents/PDFs/IGEBA%20TF35%20OWNERS%20MANUAL.pdf, Capser, WY, USA. Oates, W. 1970. in Washington Area Spark, editor. D.c. Public library washington star collection. https://www.flickr.com/photos/washington_area_spark/27910799119/in/album-72157631184115662/; Washington Post, Baltimore, MD, USA. Orlando Evening Star. 1968, November 15. Fogger belches smoke. Orland, FL, USA. Patterson, P. 1976, October 9. Their business is riot guns, armor, and nebulizers. Windsor, OR, CA. PB2020 Team. 2021. Police brutality during US protests. https://2020pb.com/. Robinson, M. 1972. Learning how to curb riot. The Phantagraph Sun 1972-01-30:B10. Rosenberg, M. 1969, May 15. Gas jeep. http://www.peoplespark.org/69gall5.html, Berkeley, CA, USA. Rottman, G. L. 2006. Viet cong and NVA tunnels and fortifications of the vietnam war. Osprey Publishing Limited, New York, NY, USA. Rottman, G. L. 2012. Tunnel rat in vietnam. Osprey Publishing Limited, New York, NY, USA. Safariland, LLC. 2020b, June. https://www.defense-technology.com/product/pepper-fog-generator/, Casper, WY, USA. Safariland, LLC. 2020a. Pepper fogger generator golden each technical specifications. Defense Technology, Capser, WY, USA. Sal. 2020a, July 30. Protests for july 29. https://pdx.recompilermag.com/2020/07/30/protests-for-july-29/; Recompiler Magazine, Portland, OR, USA. Sal. 2020b, October 17. Protests for october 17. https://pdx.recompilermag.com/2020/10/17/protests-for-october-17/; Recompiler Magazine, Portland, OR, USA. Sal. 2021a. January 20, 2021 protests - abolish ICE. Sal. 2021b, January 23. January 23, 2021 protests - abolish ICE. https://pdx.recompilermag.com/2021/01/23/january-23-2021-protest-abolish-ice/; Recompiler Magazine, Portland, OR, USA. Samuels, D. W., D. O. Egner, and D. Campbell. 1969. Riot control: Analysis and catalog. US Army Limited Wat Laboratory, Abardeen Proving Ground, MD, USA. School, U. A. E. 2003. How army engineers cleared viet cong tunnels. The Army Engineer in Vietnam 62. Schrader, S. 2019. Badges without borders: How global counterinsurgency transformed american policing. University of California Press, Berkeley, CA, USA. Schreiber, W. L., S. K. Billingsley, R. E. Schafer, J. G. Rogers, and E. W. Rounds. 1971a. The identification, description, and evaluation of law enforcement command and control problems related to crowds and demonstrations. NCJRS. Schreiber, W. L., S. K. Billingsley, R. E. Schafer, J. G. Rogers, and E. W. Rounds. 1971b. The identification, description, and evaluation of law enforcement command and control problems related to crowds and demonstrations. NCJRS. Schultz, J. 1969. No one was killed: The democratic national convention, august 1968. University of Chicago Press, Chicago, IL, USA. Simonis, J. L. 2020. Quantifying use of lethal ZnCl2 on black lives matter demonstrators by united states homeland security. Simonis, J. L. 2021. Impacts of chemical weapons on the cottonwood school of civics and science. Presented to Cottonwood School of Civics; Science, Portland, OR, USA. Spicknall, T. E. 1969. Civilian repairs and utilities in the combat zone. The Military Engineer Vietnam Commemorative volume:7477. Staab, M. 2021, January 20. https://twitter.com/MaranieRae/status/1352394871080816641/photo/1, Portland, OR, USA. Star Tribune. 1972. Guard moves to u after antiwar violence. Star Tribune 1972-05-11. Star Tribune. 1973. Border patrol agent released from charges. Valley Morning Star 1973-08-04. Taylor, D., and S. Morris. 2018. The whole world is watching: How the 1968 chicago police riot shocked america and divided the nation. The Guardian 2018-08-19. The Courier-Journal. 1982. Fire-training smoke wasnt tainted. The Courier-Journal 1982-01-10. The Gastonian Gazette Sun. 1970b, October 5. PEPPER FOGGER. Gastonia, NC, USA. The Gastonian Gazette Sun. 1970a, October 5. Many police carry mace, some not willing to use it. Gastonia, NC, USA. The McHenry Plaindealer. 1971, October 13. Hold country field day problem demonstration. McHenry, IL, USA. The Rag. 1975. Oklahoma prison guards indicted in death of prisoner. The Rag IX. Trump, D. J. 2020, June 26. Executive order on protecting american monuments, memorials, and statues and combating recent criminal violence. https://web.archive.org/web/20200726002840/https://www.whitehouse.gov/presidential-actions/executive-order-protecting-american-monuments-memorials-statues-combating-recent-criminal-violence/. Tschenschlok, E. G. 1995. Long road to rebellion: Miamis liberty city riot of 1968. Masters thesis, Florida Atlantic University. Tschenschlok, E. G. 1996. Long time coming: Miamis liberty city riot of 1968. The Florida Historical Quarterly 74:440460. United Press International. 1968c, August 31. Berkeley, CA, USA. United Press International. 1968a. Berkeley violent. Paterson Evening News 1968-08-31:1. United Press International. 1968d. Officer wounded in clash at berkeley. The Hanford Sentinel 1968-08-31:12. United Press International. 1968e. Riot control by the nose. St. Louis Post Dispatch 1968-08-31:1. United Press International. 1968f. The News-Herald 1968-08-31:1. United Press International. 1968b. Policeman shot as violence erupts at berkeley protest. The Capital Times 1968-08-31:2. United Press International. 1968g. Policeman shot in radical rally. El Paso Herald-Post 1968-08-31:A1A2. United Press International. 1968h. Gas routs berkeley protesters. The Honolulu Advertiser 1968-09-01:5. United Press International. 1969b, November 20. San Bernardino, CA, USA. United Press International. 1969a, November 20. Gas gun. Greenville, MS, USA. United Press International. 1970. Ex-lawman shot because \"not practical to arrest\". The Press Democrat 1970-10-13. United Press International. 1972. Border cop held in arms selling. Daily News 1972-10-27:8. United Press International. 1975a, January 2. Ft. Lauderdale, FL, USA. United Press International. 1975b. In prison probe US grand jury indicts officers. Sapulpa Daily News 1975-01-28. United Press International. 1975c. US jury acquits prison guards. Sapulpa Daily News 1975-07-11. United Press International. 1976a. New years revelers, police clash. Pasco Tribune 1976-01-02. United Press International. 1976b. Tear-gas guns. Berkeley Gazette 1976-01-02. United Press International. 1981. Prisoners moved after disturbance. Tallahassee Democrat 1981-07-07:1. University of Kansas Archives. 1970, April 21. Lawrence, KS, USA. US Army. 1966. Mighty mite. Military Review XLVI. US Army. 2005. III corps tactical zone. USCB. 1971. 1970 census. Washington, DC, USA. USCBP. 2006. CBP border patrol tactical unit graduates 20th class. U.S. Customs and Border Protection Today 2006-05-01. USCBP. 2014. Border patrol tactical unit fact sheet. https://www.cbp.gov/sites/default/files/documents/Border%20Patrol%20Tactical%20Unit.pdf, Washington, DC, USA. USCBP. 2018. Border patrol special operations group fact sheet. https://www.cbp.gov/sites/default/files/assets/documents/2018-Aug/border-patrol-special-operations-group.pdf, Washington, DC, USA. USDHS. 2020, July 1. DHS announces new task force to protect american monuments, memorials, and statues. https://www.dhs.gov/news/2020/07/01/dhs-announces-new-task-force-protect-american-monuments-memorials-and-statues. USMACV. 1965. Operational employment of the mity mite portable blower. Lessons Learned. USTPO. 2018. General ordnance equipment corporation: Pepper fog. https://uspto.report/TM/72310456. Vance, T. 1970, March 24. Sgt. Jerry austin ... Wiht [sic] \"pepper fogger\" and trusty shotgun. Amarillo, TX, USA. Washington Area Spark. 2013. Thirty days in may: U of MD 1970. Washington Area Spark. Wayne Gaylord. 1971, October 13. The pepper fogger with one quart of tear gas solution does the job of 300 grenades. McHenry, IL, USA. Wills, G. 1971a. Tear gas tears. The Herald Statesman 1971-04-07. Wills, G. 1971b. Tear gas tears. The Daily Item 1971-04-07. Wills, G. 1971c. Far, far too many tears over tear gas. The Charlotte News 1974-04-10. Wills, G. 1971d. Tear gas is humane in \"certain situations\". The Philadelphia Inquirer 1971-04-10. Wilson, S. D. 1993. Coming home: The birth and spirit in americas gulag. in L. R. Reed, editor. The american indian in the white mans prisons: A story of genocide. A collective statement by native american prisoners, former prisoners, and spiritual leaders of north america. Winter, M. 1970, October 10. Scott county deputy sheriff jim lewis, left, holds a new grenade launcher and a riot gun while sheriff william strout displays a pepper fogger and gas mask. Davenport, IA, USA. Winter Soldier. 1975. McAlester. Winter Soldier 2:11. Xue, T., Y. Han, Q. Zhao, and N. Lyu. 2015. Thermal decomposition of CS by TG/DSC-FITR and PY-GC/MS. Pages 912916 Proceedings of the 2015 international conference on mechatronics, electronic, industrial and control engineering. https://doi.org/10.2991/meic-15.2015.208; Atlantis Press. Yetzer, C., B. Smith, P. Sheeran, L. Harris, and D. Pollock. 1971. Police use tear gas to break up fights at san gorgonio high. The San Bernardino County Sun 1971-12-04:1, 3. "]] diff --git a/_book/trainging-accidents.html b/_book/trainging-accidents.html index 46588f6..f320a52 100644 --- a/_book/trainging-accidents.html +++ b/_book/trainging-accidents.html @@ -4,11 +4,11 @@ - Trainging Accidents | The Thermal Fogger + 6.4 Trainging Accidents | The Thermal Fogger - + @@ -16,7 +16,7 @@ - + @@ -95,7 +95,7 @@
  • Thermal Fogger
  • -
  • +
  • Cover
  • Preface
  • -
  • Introduction +
  • 1 Introduction
  • -
  • A Colonial Tool +
  • 2 A Colonial Tool
  • -
  • Domestic Applications +
  • 3 Domestic Applications
  • -
  • The 1968 Conventions +
  • 4 The 1968 National Conventions
  • -
  • Scholastic Endeavors +
  • 5 Scholastic Endeavors
  • -
  • Broadening Application +
  • 6 Broadening Application
  • -
  • The Carceral System +
  • 7 The Carceral System
  • -
  • Border Patrol: A Second Boomeranging +
  • 8 Border Patrol: A Second Boomeranging
  • -
  • Conclusion
  • +
  • 9 Conclusion
  • +
  • Appendices
  • +
  • A Figure Descriptions
  • References
  • Chemical Weapons Research Consortium
  • @@ -176,11 +177,11 @@

    -
    -

    Trainging Accidents

    +
    +

    6.4 Trainging Accidents

    While not an intentional deployment, in at least one documented incident, a pepper fogger used in firefighter training exercises caused severe symptoms and led to an investigation (Judd 1981).

    -
    -

    Bullitt Volunteer Fire Department

    +
    +

    6.4.1 Bullitt Volunteer Fire Department

    On December 15 1981, The Southeast Bullitt Volunteer Fire Department In Kentucky was conducting a smoke training exercise using a pepper fogger on loan from the fire marshal’s office when their “victim” and 16 others (including firefighters) began experiencing coughing fits, headaches, and chest pains (Judd 1981).

    Although Smith and Wesson (the Pepper Fogger manufacturer at the time) claimed this was a one-off incident, the Kentucky State Fire Marshal’s office had received other reports of firefighters becoming sick when using foggers in smoke training (Judd 1981). Residue tests later revealed no unexpected compounds (The Courier-Journal 1982), indicating the toxicity had come from the design-for-use “safe” smoke.

    diff --git a/_book/union-correctional.html b/_book/union-correctional.html index ea68ff0..e7cade7 100644 --- a/_book/union-correctional.html +++ b/_book/union-correctional.html @@ -4,11 +4,11 @@ - Union Correctional | The Thermal Fogger + 7.2 Union Correctional | The Thermal Fogger - + @@ -16,7 +16,7 @@ - + @@ -95,7 +95,7 @@
  • Thermal Fogger
  • -
  • +
  • Cover
  • Preface
  • -
  • Introduction +
  • 1 Introduction
  • -
  • A Colonial Tool +
  • 2 A Colonial Tool
  • -
  • Domestic Applications +
  • 3 Domestic Applications
  • -
  • The 1968 Conventions +
  • 4 The 1968 National Conventions
  • -
  • Scholastic Endeavors +
  • 5 Scholastic Endeavors
  • -
  • Broadening Application +
  • 6 Broadening Application
  • -
  • The Carceral System +
  • 7 The Carceral System
  • -
  • Border Patrol: A Second Boomeranging +
  • 8 Border Patrol: A Second Boomeranging
  • -
  • Conclusion
  • +
  • 9 Conclusion
  • +
  • Appendices
  • +
  • A Figure Descriptions
  • References
  • Chemical Weapons Research Consortium
  • @@ -176,8 +177,8 @@

    -
    -

    Union Correctional

    +
    +

    7.2 Union Correctional

    According to the superintendent, a riot was caused in the Florida State Prison’s Union Correctional Institution in Raiford on July 5th, 1981 by 22 prisoners who were intoxicated, and the only way to subdue them was to deploy a thermal fogger (United Press International 1981). As a result of two officers being “slightly injured” and three inmates being stabbed, an investigation was launched that caused the event to be picked up in the newspapers (United Press International 1981).

    diff --git a/_book/university-cities.html b/_book/university-cities.html index 77a4a39..392bf73 100644 --- a/_book/university-cities.html +++ b/_book/university-cities.html @@ -4,11 +4,11 @@ - University Cities | The Thermal Fogger + 5.1 University Cities | The Thermal Fogger - + @@ -16,7 +16,7 @@ - + @@ -95,7 +95,7 @@
  • Thermal Fogger
  • -
  • +
  • Cover
  • Preface
  • -
  • Introduction +
  • 1 Introduction
  • -
  • A Colonial Tool +
  • 2 A Colonial Tool
  • -
  • Domestic Applications +
  • 3 Domestic Applications
  • -
  • The 1968 Conventions +
  • 4 The 1968 National Conventions
  • -
  • Scholastic Endeavors +
  • 5 Scholastic Endeavors
  • -
  • Broadening Application +
  • 6 Broadening Application
  • -
  • The Carceral System +
  • 7 The Carceral System
  • -
  • Border Patrol: A Second Boomeranging +
  • 8 Border Patrol: A Second Boomeranging
  • -
  • Conclusion
  • +
  • 9 Conclusion
  • +
  • Appendices
  • +
  • A Figure Descriptions
  • References
  • Chemical Weapons Research Consortium
  • @@ -176,18 +177,18 @@

    -
    -

    University Cities

    -
    -

    Durham

    -

    Durham North Carolina Police broke up the “Allen Building Demonstration” taking place February 13 1969 on the campus of Duke University in Durham using a variety of weapons, including a thermal fogger (Jolley and Olive 1969; Schreiber et al. 1971a, 1971b). +

    +

    5.1 University Cities

    +
    +

    5.1.1 Durham

    +

    Durham North Carolina Police broke up the “Allen Building Demonstration” taking place February 13 1969 on the campus of Duke University in Durham using a variety of weapons, including a thermal fogger (Jolley and Olive 1969, Schreiber et al. 1971a, 1971b). The police reportedly chased protesters across campus with the fogger, including using it inside Duke Chapel (Schreiber et al. 1971a, 1971b).


    B/W Image: One person wearing gas mask and helmet, centered, stepping to the right. Person is holding slim white club in left hand and pepper-fogger in right hand. Fogger is pointing forward and a white cloud is surrounding the person to the front, back, and behind. The remaining background is black.

    -Figure 31: Deployment of a thermal fogger by police on Duke Campus (Jolley and Olive 1969). +FIGURE 5.1: Deployment of a thermal fogger by police on Duke Campus (Jolley and Olive 1969).


    @@ -196,46 +197,46 @@

    Durham

    B/W Image: Background has brick building with steps. In front of the building from center to right, a line of 5 police officers facing front and wearing helmets & gas masks holding slim white clubs about a yard long. They are standing with legs apart and clubs in both hands in front of their bodies. On the left 5 officers similarly dressed, facing towards one another. Four slim clubs are visible, and one officer is holding what appears to be a fogger in one arm hanging down at the side.

    -Figure 32: Police with pepper fogger on Duke campus (Jolley and Olive 1969). +FIGURE 5.2: Police with pepper fogger on Duke campus (Jolley and Olive 1969).


    -
    -

    Berkeley

    -
    -

    February 21 1969

    -

    A year after using the fogger on a protest held in solidarity with the Chicago Protest, police in Berkeley again deployed a fogger to clear demonstrators including striking students from outside a University Regents and Sproul Hall plaza on the University of California campus.

    +
    +

    5.1.2 Berkeley

    +
    +

    5.1.2.1 February 21 1969

    +

    A year after using the fogger on a protest held in solidarity with the Chicago Protest, police in Berkeley again deployed a fogger to clear demonstrators including striking students from outside a University Regents and Sproul Hall plaza on the University of California campus.


    B/W newspaper clipping. Four people walking towards camera wearing helmets with face shields. Person on the left wearing white shirt and tie has several items hanging from belt. In right hand carrying radio with extended antenna. On right side person dressed in all black standing with a wide stance and holding pepper-fogger at hip height in right hand aimed forward. In center two more people dressed in all black, one with a short stick or club in left hand. Background is mostly cloudy with someone behind white shirt person, holding some sort of stick aloft.  Glimpses of additional bodies are visible in the cloudy background.

    -Figure 33: Police use a pepper fogger and other chemical weapons to clear a University plaza (Associated Press 1969j). +FIGURE 5.3: Police use a pepper fogger and other chemical weapons to clear a University plaza (Associated Press 1969j).


    -

    This deployment was covered in papers across the country including the Press-Telegram (Long Beach, California) (Associated Press 1969g), The Jackson Sun (Jackson, Tennessee) (Associated Press 1969c), The Daily Tribune (Wisconsin Rapids, Wisconsin) (Associated Press 1969b), The Sumter Daily Item (Sumter, South Carolina) (Associated Press 1969d), The New Mexican (Santa Fe, New Mexico) (Associated Press 1969e), Janesville Daily Gazette (Janesville, Wisconsin) (Associated Press 1969h), and Messenger-Inquirer (Owensboro, Kentucky) (Associated Press 1969i).

    +

    This deployment was covered in papers across the country including the Press-Telegram (Long Beach, California) (Associated Press 1969b), The Jackson Sun (Jackson, Tennessee) (Associated Press 1969c), The Daily Tribune (Wisconsin Rapids, Wisconsin) (Associated Press 1969a), The Sumter Daily Item (Sumter, South Carolina) (Associated Press 1969d), The New Mexican (Santa Fe, New Mexico) (Associated Press 1969e), Janesville Daily Gazette (Janesville, Wisconsin) (Associated Press 1969h), and Messenger-Inquirer (Owensboro, Kentucky) (Associated Press 1969i).


    B/W newspaper clipping. Rather difficult to make out the people differentially in the background, but there's a large group of folks standing in the back part of the photo, the mid ground is relatively empty but filling with a cloud of white smoke eminating from an area on the left that appears to be an officer holding a thermal fogger. Behind everyone is the student union.

    -Figure 34: Police engulf a University plaza in chemical fog (Associated Press 1969j). +FIGURE 5.4: Police engulf a University plaza in chemical fog (Associated Press 1969j).


    -

    Canadian newspapers detailed the fogger use as well, specifically the Red Deer Advocate Red Deer, Alberta, Canada) (Associated Press 1969f) and The Leader-Post (Regina, Saskatchewan) (Associated Press 1969a).

    +

    Canadian newspapers detailed the fogger use as well, specifically the Red Deer Advocate Red Deer, Alberta, Canada) (Associated Press 1969f) and The Leader-Post (Regina, Saskatchewan) (Associated Press 1969g).

    -
    -

    February 28 1969

    +
    +

    5.1.2.2 February 28 1969

    The following week, the police in Berkeley were joined by California National Guard troops to attack strikers, and continued to use the pepper fogger (Associated Press 1969m, 1969n).


    Guardsmen with bayonetted rifles and sheriff's deputies with tear and and pepper fogger walking through UC campus: B/W newspaper clipping:  Eight people in masks, shields, and tied boots walking from left to right, the one in front wearing a spray fogger strapped on back and holding the hose and nozzle in front. A cloud of fog is spraying from the nozzle. The second person is carrying a bayoneted rifle upright. The others are only partially visible as they are passing behind a tree. On the right ahead of the others an additional helmeted person can be seen turning towards the left. Two slim trees are in the foreground.

    -Figure 35: National guardsmen and police fog UC Berkeley (Associated Press 1969k). +FIGURE 5.5: National guardsmen and police fog UC Berkeley (Associated Press 1969k).


    @@ -244,33 +245,33 @@

    February 28 1969

    Four people walking away from camera, wearing helmets and holsters. Lead person has a fogger on their back and is holding the hose on the right spraying a fog ahead of them. Person on the right is carrying a bayoneted rifle raised above the left shoulder. The four are walking into the fog they’ve produced. There are some small trees to the right.

    -Figure 36: View from behind of the police using a pepper fogger on striking students (Associated Press 1969l). +FIGURE 5.6: View from behind of the police using a pepper fogger on striking students (Associated Press 1969l).


    -
    -

    May 15 1969

    -

    Alameda County sheriffs deployed a pepper fogger on UC Berkeley’s campus again during the “People’s Park Riots” of 1969 (Los Angeles Times 1969; Hayes 1970).

    +
    +

    5.1.2.3 May 15 1969

    +

    Alameda County sheriffs deployed a pepper fogger on UC Berkeley’s campus again during the “People’s Park Riots” of 1969 (Los Angeles Times 1969, Hayes 1970).

    The riot apparently started when the university tried to prevent individuals living on the street from a volunteer-run park they built on a lot owned by the school (United Press International 1970).

    The Sheriffs were joined by the California National Guard once again, who this time fogged neighborhoods from the back of a Jeep:


    -B/W photo of An old style open-top army jeep with two National Guard troops in the front and one in the rear, the one in the rear is operating a thermal fogger. They are driving down what appears to be a residential street from right to left. There are houses and cars behind them and no one in sight on the street/sidewalk/etc. +B/W photo of An old style open-top army jeep with two National Guard troops in the front and one in the rear, the one in the rear is operating a thermal fogger. They are driving down what appears to be a residential street from right to left. There are houses and cars behind them and no one in sight on the street/sidewalk/etc.

    -Figure 37: California National Guard’s Gas Jeep (Rosenberg 1969). +FIGURE 5.7: California National Guard’s Gas Jeep (Rosenberg 1969).

    -
    -

    Seattle

    +
    +

    5.1.3 Seattle

    Seattle Washington police deployed CN and CS gas via a new pepper fogger in their clash with “hundreds of unruly youths in the University District” on August 14 1969 (Associated Press 1969p). Witnesses recounted that the machine was “highly effective,” filling “2-3 blocks of a street with tear gas in about a minute” (Associated Press 1969p).

    -
    -

    College Park

    +
    +

    5.1.4 College Park

    On May 4th 1970, students gathered at campuses around the country to protest President Nixon’s expansion of war into Cambodia, inlcuding in at the University of MAryland (UMD) campus in College Park (Washington Area Spark 2013). Police responded with chemical weapons that did not deter the protest, but rather moved it around the campus (Cabe 1970). By later in the day, UMD students had heard about the Ohio National Guard shooting four Kent State students and took up a position in front on and inside the UMD Chapel (Washington Area Spark 2013), which did not stop the chemical weapons barrage or the use of the fogger specifically (Oates 1970)

    @@ -279,7 +280,7 @@

    College Park

    Black and white photo of a college quad with brick facade white column buildingsbehind trees around the left, back, and part of right sides of the frame. Eight or so police officers walking away from the camera wear riot gear. A few in dark, a few in light. One in light near the front is carrying a fogger with a shoulder strap and spraying a big cloud off to the left, obscuring a large portion of the photograph.

    -Figure 38: Police fog the University of Maryland (Cabe 1970). +FIGURE 5.8: Police fog the University of Maryland (Cabe 1970).


    @@ -288,7 +289,7 @@

    College Park

    Black and white photo of a college A whole bunch of police officers stand on or in front of a short (3 ft) brick wall surrounding the open field. A road, grass, and sidewalk are on this side of the wall, and a tree is just over it on that side. The open field behind the wall is filled with fog from one or perhaps two individuals fogging the chapel, which is where a large crowd gathers on the steps in the background. The chapel has a brick facade and white columns and a very large spire clock tower. The student protesters are visible on the steps of the chapel holding sigms.

    -Figure 39: Police fog the University of Maryland Chapel (Cabe 1970). +FIGURE 5.9: Police fog the University of Maryland Chapel (Cabe 1970).


    @@ -298,26 +299,26 @@

    College Park

    Black and white photo of a GOEC Pepper Fog fogger on a white ground with a maryland state police badge and in front of a brick wall. The fogger is in the mid right and points off to the left.

    -Figure 40: Maryland State Police’s GOEC pepper fogger (Maryland State Police 1972). +FIGURE 5.10: Maryland State Police’s GOEC pepper fogger (Maryland State Police 1972).


    -
    -

    Iowa City

    +
    +

    5.1.5 Iowa City

    Johnson County sheriffs - including two deputies carrying pepper foggers - used chemical weapons against protesters in Iowa City, Iowa IA on May 6 1971 (Eckholt 1971).

    The chemicals deployed smelled like insecticides and were described in print as “unidentified” because the Sheriff refused to publicly name the compounds, including to the news media (Eckholt 1971).

    -
    -

    Minneapolis

    -

    Thousands of anti-war protesters gathered in cities around the US on May 10 1972 to demonstrate against the use of mines in Vietnam harbors (Associated Press 1972b). -In Minneapolis, crowds totalling a thousand protestered gathered on and near the University of Minnesota campus and police responded with chemical weapons deployed via grenades, sprays, a helicopter and a thermal fogger (Associated Press 1972a; Star Tribune 1972).

    +
    +

    5.1.6 Minneapolis

    +

    Thousands of anti-war protesters gathered in cities around the US on May 10 1972 to demonstrate against the use of mines in Vietnam harbors (Associated Press 1972a). +In Minneapolis, crowds totalling a thousand protestered gathered on and near the University of Minnesota campus and police responded with chemical weapons deployed via grenades, sprays, a helicopter and a thermal fogger (Associated Press 1972b, Star Tribune 1972).

    The fogger was used to direct the crowd around campus and spread gas over large areas, such as the area known as Scholars Walk (~0.25 mile from Washington Avenue to the Auditorium) (Star Tribune 1972).

    -
    -

    Gainesville

    -

    Similarly to the anti-mine protests in Minneapolis, on the campus of the University of Florida in Gainesville, Florida Highway Patrol deployed a riot vehicle dubbed “The Monster” which “spewed tear gas” (Associated Press 1972a). -Although a fogger is not mentioned specifically, this is the same agency (Florida Highway Patrol) that first deployed thermal foggers via a truck in 1968 (Tschenschlok 1995; Lorentze 2018).

    +
    +

    5.1.7 Gainesville

    +

    Similarly to the anti-mine protests in Minneapolis, on the campus of the University of Florida in Gainesville, Florida Highway Patrol deployed a riot vehicle dubbed “The Monster” which “spewed tear gas” (Associated Press 1972b). +Although a fogger is not mentioned specifically, this is the same agency (Florida Highway Patrol) that first deployed thermal foggers via a truck in 1968 (Tschenschlok 1995, Lorentze 2018).

    diff --git a/_bookdown.yml b/_bookdown.yml index 4e9a16a..386ce27 100644 --- a/_bookdown.yml +++ b/_bookdown.yml @@ -1,22 +1,8 @@ -rmd_files: - - "index.Rmd" - - "00-preface.Rmd" - - "01-introduction.Rmd" - - "02-vietnam.Rmd" - - "03-return.Rmd" - - "04-conventions.Rmd" - - "05-scholastic_endeavors.Rmd" - - "06-broaden.Rmd" - - "07-the_carceral_system.Rmd" - - "08-cbp.Rmd" - - "09-conclusion.Rmd" - - "99-references.Rmd" -new_session: yes delete_merged_file: true language: label: - fig: "Figure " - tab: "Table " + fig: "FIGURE " + tab: "TABLE " ui: chapter_name: "Chapter " edit: "Edit" diff --git a/_output.yml b/_output.yml index e5e22da..cd8c9ae 100644 --- a/_output.yml +++ b/_output.yml @@ -28,7 +28,7 @@ bookdown::pdf_book: before_body: latex/before_body.tex after_body: latex/after_body.tex dev: "cairo_pdf" - citation_package: natbib + citation_package: default template: null latex_engine: xelatex toc_depth: 3 diff --git a/book_build.R b/book_build.R index 8eeb21c..874f593 100644 --- a/book_build.R +++ b/book_build.R @@ -7,9 +7,6 @@ bookdown::render_book(input = "index.Rmd", output_format = "bookdown::pdf_book") -qpdf::pdf_combine(input = c("img/cover.pdf", "_book/fogger_book.pdf"), - output = "_book/fogger_book2.pdf") -file.rename(from = "_book/fogger_book2.pdf", to = "_book/fogger_book.pdf") bookdown::render_book(input = "index.Rmd", output_format = "bookdown::epub_book") diff --git a/ecology.csl b/ecology.csl new file mode 100644 index 0000000..2b5e002 --- /dev/null +++ b/ecology.csl @@ -0,0 +1,186 @@ + + diff --git a/fogger_book.rds b/fogger_book.rds deleted file mode 100644 index 9b96ac5..0000000 Binary files a/fogger_book.rds and /dev/null differ diff --git a/index.Rmd b/index.Rmd index 3e3e79f..fae8864 100644 --- a/index.Rmd +++ b/index.Rmd @@ -8,17 +8,15 @@ github-repo: "chemicalweaponsresearch/thermal_fogger" cover-image: "img/cover.png" url: "thermalfogger.chemicalweaponsresearch.com" colorlinks: yes -graphics: yes bibliography: [packages.bib, references.bib] biblio-style: apalike +csl: ecology.csl link-citations: yes -knit: bookdown::render_book site: bookdown::bookdown_site documentclass: krantz lof: yes monofontoptions: "Scale=0.7" fontsize: 11pt -classoption: titlepage favicon: "img/icon.png" --- @@ -27,13 +25,30 @@ is_on_ghactions <- identical(Sys.getenv("GITHUB_ACTIONS"), "true") is_online <- curl::has_internet() is_html <- knitr::is_html_output(excludes = c("epub")) is_latex <- knitr::is_latex_output() +is_not_latex <- !is_latex + +if (is_html) { + out_width_300 <- 300 + out_width_400 <- 400 + out_width_500 <- 500 + out_width_650 <- 650 +} else if (is_latex) { + out_width_300 <- "75%" + out_width_400 <-"100%" + out_width_500 <-"100%" + out_width_650 <-"100%" +} ``` + + + ```{asis include = is_html} -# {-} +# Cover {-} ``` -```{r cover, out.width = 500, fig.alt = "Cover for the book, which has fogger clouds as background and says The Thermal Fogger An Imperial Thetherball at the top and Dr Juniper L Simonis they/them/theirs in the bottom right. The focal image is a blurred, sketched over, re-rendered, and otherwise edited photo of a US Customs and Border Protection agent in all green and tan camo riot gear holding a thermal fogger in their right hand.", echo = FALSE, include = is_html, fig.align = "center"} + +```{r cover, out.width = out_width_500, fig.alt = "Cover for the book, which has fogger clouds as background and says The Thermal Fogger An Imperial Thetherball at the top and Dr Juniper L Simonis they/them/theirs in the bottom right. The focal image is a blurred, sketched over, re-rendered, and otherwise edited photo of a US Customs and Border Protection agent in all green and tan camo riot gear holding a thermal fogger in their right hand.", echo = FALSE, include = is_html, fig.align = "center"} knitr::include_graphics("img/cover.png") ``` diff --git a/latex/before_body.tex b/latex/before_body.tex index 0d2d648..e69de29 100644 --- a/latex/before_body.tex +++ b/latex/before_body.tex @@ -1,6 +0,0 @@ - -%\cleardoublepage\newpage\thispagestyle{empty}\null -%\cleardoublepage\newpage\thispagestyle{empty}\null - -\setlength{\abovedisplayskip}{-5pt} -\setlength{\abovedisplayshortskip}{-5pt} diff --git a/references.bib b/references.bib index c08386c..a183057 100644 --- a/references.bib +++ b/references.bib @@ -1,30 +1,34 @@ -@misc{GOECphoto, - author = {{General Ordnance Equipment Corporation}}, - title = {Street Cleaner}, - year = {1969}, - pages = {185}, - note = {{"In R. Applegate, Riot Control - Materiel and Technique"}}, - address = {Harrisburg, PA, USA}, +@incollection{GOECphoto, + author = {{General Ordnance Equipment Corporation}}, + editor = "Rex Applegate", + title = "Street Cleaner", + booktitle = "Riot Control - Materiel and Technique", + year = 1969, + publisher = "Stackpole Books", + address = "Harrisburg, PA, USA", + pages = "185" } @misc{gasjeep, - author = {Michael Rosenberg}, - year = {1969}, - month = {5}, - day = {15}, - title = {Gas Jeep}, - note = {Parker and Telegraph}, - address = {Berkeley, CA, USA}, - url = {http://www.peoplespark.org/69gall5.html}, + author = "Michael Rosenberg", + year = 1969, + month = 5, + day = 15, + title = "Gas Jeep", + note = "Parker and Telegraph", + address = "Berkeley, CA, USA", + howpublished = "\url{http://www.peoplespark.org/69gall5.html}", } -@misc{Cabe1970, +@incollection{Cabe1970, author = {Brig Cabe}, - collection = {Washington Area Spark}, + booktitle = {D.C. Public Library Washington Star Collection}, year = {1970}, - url = {https://www.flickr.com/photos/washington_area_spark/8878226358/}, - note = {Courtesy of the D.C. Public Library Washington Star Collection © Washington Post}, + howpublished = "\url{https://www.flickr.com/photos/washington_area_spark/8878226358/}", + editor = {{Washington Area Spark}}, + journal = {Washington Post}, + address = "Baltimore, MD, USA", } @misc{FedLabs298, @@ -32,7 +36,6 @@ @misc{FedLabs298 year = {1980}, title = {Federal Fogger Model 298}, address = {Saltsburg, PA, USA}, - } @article{Gross2014, @@ -42,7 +45,7 @@ @article{Gross2014 year = {2014}, day = {4}, journal = {Smithsonian Magazine}, - url = {https://www.smithsonianmag.com/history/forgotten-history-mace-designed-29-year-old-and-reinvented-police-weapon-180953239/}, + howpublished = "\url{https://www.smithsonianmag.com/history/forgotten-history-mace-designed-29-year-old-and-reinvented-police-weapon-180953239/}", address = {Washington, D.C., USA}, } @@ -52,8 +55,9 @@ @article{Borunda2020 month = {7}, year = {2020}, day = {23}, + volume = {2020-07-23}, journal = {El Paso Times}, - url = {https://www.elpasotimes.com/story/news/local/el-paso/2020/07/23/border-patrol-agents-bortac-el-paso-deployed-portland-protests/3288083001/}, + howpublished = "\url{https://www.elpasotimes.com/story/news/local/el-paso/2020/07/23/border-patrol-agents-bortac-el-paso-deployed-portland-protests/3288083001/}", address = {El Paso, TX, USA}, } @@ -63,27 +67,28 @@ @article{CBP2006 note = {United States Customs and Border Protection}, month = {5}, year = {2006}, + volume = {2006-05-01}, journal = {U.S. Customs and Border Protection Today}, - url = {https://web.archive.org/web/20090514211514/http://www.cbp.gov/xp/CustomsToday/2006/may/tactical_unit.xml}, + howpublished = "\url{https://web.archive.org/web/20090514211514/http://www.cbp.gov/xp/CustomsToday/2006/may/tactical_unit.xml}", address = {El Paso, TX, USA}, } @techreport{MSP, author = {{Maryland State Police}}, title = {Manual on Civil Disturbances}, - url = {https://www.ojp.gov/ncjrs/virtual-library/abstracts/maryland-manual-civil-disturbances}, + howpublished = "\url{https://www.ojp.gov/ncjrs/virtual-library/abstracts/maryland-manual-civil-disturbances}", publisher = {National Criminal Justice Reference Service}, number = {26778}, address = {MD, USA}, year = {1972} } -@misc{CBP2014, +@techreport{CBP2014, author = {{USCBP}}, note = {United States Customs and Border Protection}, title = {Border Patrol Tactical Unit Fact Sheet}, address = {Washington, DC, USA}, - url = {https://www.cbp.gov/sites/default/files/documents/Border%20Patrol%20Tactical%20Unit.pdf}, + howpublished = "\url{https://www.cbp.gov/sites/default/files/documents/Border%20Patrol%20Tactical%20Unit.pdf}", year = {2014}, month = {2}, } @@ -91,35 +96,38 @@ @misc{CBP2014 @book{IARC1979, title = {Monographs on the Evaluation of the Carcinogenic Risk of Chemicals to Humans. Geneva: World Health Organization, International Agency for Research on Cancer, 1972-PRESENT.}, author = {IARC}, - url = {https://monographs.iarc.fr/ENG/Classification/index.php}, + howpublished = "\url{https://monographs.iarc.fr/ENG/Classification/index.php}", volume = {20}, pages = {468}, year = {1979}, } -@misc{CBP2018, +@techreport{CBP2018, author = {{USCBP}}, note = {United States Customs and Border Protection}, title = {Border Patrol Special Operations Group Fact Sheet}, address = {Washington, DC, USA}, - url = {https://www.cbp.gov/sites/default/files/assets/documents/2018-Aug/border-patrol-special-operations-group.pdf}, + howpublished = "\url{https://www.cbp.gov/sites/default/files/assets/documents/2018-Aug/border-patrol-special-operations-group.pdf}", year = {2018}, month = {8}, } -@misc{Oates1970, +@incollection{Oates1970, author = {Walter Oates}, - collection = {Washington Area Spark}, year = {1970}, - url = {https://www.flickr.com/photos/washington_area_spark/27910799119/in/album-72157631184115662/}, - note = {Courtesy of the D.C. Public Library Washington Star Collection © Washington Post}, + howpublished = "\url{https://www.flickr.com/photos/washington_area_spark/27910799119/in/album-72157631184115662/}", + booktitle = {D.C. Public Library Washington Star Collection}, + editor = {{Washington Area Spark}}, + publisher = {Washington Post}, + address = "Baltimore, MD, USA", } -@misc{WAS2013, +@article{WAS2013, author = {{Washington Area Spark}}, - collection = {Thirty Days in May: U of MD 1970}, + journal = {{Washington Area Spark}}, + title = {Thirty Days in May: U of MD 1970}, year = {2013}, - url = {https://washingtonareaspark.com/2013/05/29/30-days-in-may-u-of-md-1970/}, + howpublished = "\url{https://washingtonareaspark.com/2013/05/29/30-days-in-may-u-of-md-1970/}", note = {Courtesy of the D.C. Public Library Washington Star Collection © Washington Post}, } @@ -130,7 +138,7 @@ @misc{DHS2020 year = {2020}, month = {7}, day = {1}, - url = {https://www.dhs.gov/news/2020/07/01/dhs-announces-new-task-force-protect-american-monuments-memorials-and-statues} + howpublished = "\url{https://www.dhs.gov/news/2020/07/01/dhs-announces-new-task-force-protect-american-monuments-memorials-and-statues}" } @@ -141,7 +149,7 @@ @misc{Trump2020 year = {2020}, month = {6}, day = {26}, - url = {https://web.archive.org/web/20200726002840/https://www.whitehouse.gov/presidential-actions/executive-order-protecting-american-monuments-memorials-statues-combating-recent-criminal-violence/} + howpublished = "\url{https://web.archive.org/web/20200726002840/https://www.whitehouse.gov/presidential-actions/executive-order-protecting-american-monuments-memorials-statues-combating-recent-criminal-violence/}" } @@ -149,7 +157,7 @@ @techreport{Nixalite2009a title = {TF-35 Thermal Fogger Brochure}, author = {Nixalite}, year = {2009}, - url = {https://www.nixalite.com/SiteContent/Documents/PDFs/TF35.pdf}, + howpublished = "\url{https://www.nixalite.com/SiteContent/Documents/PDFs/TF35.pdf}", address = {Capser, WY, USA} } @@ -157,7 +165,7 @@ @techreport{Nixalite2009b title = {TF-35 Thermal Fogger Owners Manual}, author = {Nixalite}, year = {2009}, - url = {https://www.nixalite.com/SiteContent/Documents/PDFs/IGEBA%20TF35%20OWNERS%20MANUAL.pdf}, + howpublished = "\url{https://www.nixalite.com/SiteContent/Documents/PDFs/IGEBA%20TF35%20OWNERS%20MANUAL.pdf}", address = {Capser, WY, USA} } @@ -167,7 +175,7 @@ @misc{Lewis-Rolland2021a month = {1}, day = {23}, address = {Portland, OR, USA}, - url = {https://twitter.com/MathieuLRolland/status/1353427314348986373/photo/1}, + howpublished = "\url{https://twitter.com/MathieuLRolland/status/1353427314348986373/photo/1}", } @misc{Lewis-Rolland2021b, @@ -176,7 +184,7 @@ @misc{Lewis-Rolland2021b month = {1}, day = {23}, address = {Portland, OR, USA}, - url = {https://twitter.com/MathieuLRolland/status/1353427325405126656/photo/3}, + howpublished = "\url{https://twitter.com/MathieuLRolland/status/1353427325405126656/photo/3}", } @@ -186,7 +194,7 @@ @misc{Lake2020 month = {10}, day = {17}, address = {Portland, OR, USA}, - url = {https://twitter.com/MasonLakePhoto/status/1317869903345414144}, + howpublished = "\url{https://twitter.com/MasonLakePhoto/status/1317869903345414144}", } @@ -196,14 +204,14 @@ @misc{Staab2021 month = {1}, day = {20}, address = {Portland, OR, USA}, - url = {https://twitter.com/MaranieRae/status/1352394871080816641/photo/1}, + howpublished = "\url{https://twitter.com/MaranieRae/status/1352394871080816641/photo/1}", } @misc{DTPFGphoto, author = {{Safariland, LLC}}, year = {2020}, month = {6}, - url = {https://www.defense-technology.com/product/pepper-fog-generator/}, + howpublished = "\url{https://www.defense-technology.com/product/pepper-fog-generator/}", address = {Casper, WY, USA}, } @@ -213,7 +221,7 @@ @misc{Brown2020 month = {7}, day = {29}, address = {Portland, OR, USA}, - url = {https://twitter.com/dougbrown8/status/1288727075197657088/photo/1}, + howpublished = "\url{https://twitter.com/dougbrown8/status/1288727075197657088/photo/1}", } @article{TheTampaTribune1976_01_02, @@ -222,6 +230,7 @@ @article{TheTampaTribune1976_01_02 year = {1976}, month = {1}, day = {2}, + volume = {1976-01-02}, journal = {Pasco Tribune}, Publisher = {Tampa Tribune}, address = {Tampa Bay, FL, USA}, @@ -233,6 +242,7 @@ @article{BerkeleyGazette1976_01_02 year = {1976}, month = {1}, day = {2}, + volume = {1976-01-02}, journal = {Berkeley Gazette}, address = {Berkeley, CA, USA}, } @@ -243,6 +253,7 @@ @article{TallahasseeDemocrat1981_07_07 year = {1981}, month = {7}, day = {7}, + volume = {1981-07-07}, journal = {Tallahassee Democrat}, address = {Tallahassee, FL, USA}, pages = {1}, @@ -254,6 +265,7 @@ @article{TampaBayTimes1974_07_18 year = {1974}, month = {7}, day = {18}, + volume = {1974-07-18}, pages = {1B, 11B}, journal = {Tampa Bay Times}, address = {St. Petersburg, FL, USA}, @@ -341,6 +353,7 @@ @article{TheMiamiNews1969_03_01 year = {1969}, month = {3}, day = {1}, + volume = {1969-03-01}, journal = {The Miami News Tribune}, address = {Miami, FL, USA}, pages = {3A}, @@ -385,9 +398,10 @@ @article{TaylorandMorris2018 year = {2018}, month = {8}, day = {19}, + volume = {2018-08-19}, journal = {The Guardian}, address = {Kings Place, UK}, - url = {https://www.theguardian.com/us-news/ng-interactive/2018/aug/19/the-whole-world-is-watching-chicago-police-riot-vietnam-war-regan}, + howpublished = "\url{https://www.theguardian.com/us-news/ng-interactive/2018/aug/19/the-whole-world-is-watching-chicago-police-riot-vietnam-war-regan}", } @article{PressandSunBulletin1969_03_01, @@ -396,6 +410,7 @@ @article{PressandSunBulletin1969_03_01 year = {1969}, month = {3}, day = {1}, + volume = {1969-03-01}, journal = {Press and Sun Bulletin}, address = {Binghamton, NY, USA}, pages = {3A}, @@ -407,6 +422,7 @@ @article{TheDailyTribune1969_02_21 year = {1969}, month = {2}, day = {21}, + volume = {1969-02-21}, journal = {The Daily Tribune}, address = {Wisconsin Rapids, WI, USA}, pages = {1}, @@ -418,6 +434,7 @@ @article{MessengerInquirer1969_02_22 year = {1969}, month = {2}, day = {22}, + volume = {1969-02-22}, journal = {Messenger-Inquirer}, address = {Owensboro, KY, USA}, pages = {1}, @@ -429,6 +446,7 @@ @article{JanesvilleDailyGazette1969_02_22 year = {1969}, month = {2}, day = {22}, + volume = {1969-02-22}, journal = {Janesville Daily Gazette}, address = {Janesville, WI, USA}, pages = {1}, @@ -440,6 +458,7 @@ @article{RedDeerAdvocate1969_02_21 year = {1969}, month = {2}, day = {21}, + volume = {1969-02-21}, journal = {The Red Deer Advocate}, address = {Red Deer, Alberta, CA}, pages = {1}, @@ -451,6 +470,7 @@ @article{TheSumterDailyItem1969_02_21 year = {1969}, month = {2}, day = {21}, + volume = {1969-02-21}, journal = {The Sumter Daily}, address = {Sumter, SC, USA}, pages = {1}, @@ -462,6 +482,7 @@ @article{TheJacksonSun1969_02_21 year = {1969}, month = {2}, day = {21}, + volume = {1969-02-21}, journal = {The Jackson Sun}, address = {Jackson, TN, USA}, pages = {9}, @@ -473,6 +494,7 @@ @article{TheLeaderPost1969_02_21 year = {1969}, month = {2}, day = {21}, + volume = {1969-09-21}, journal = {The Leader Post}, address = {Regina, Saskatchewan, CA}, pages = {1}, @@ -484,6 +506,7 @@ @article{TheNewMexican1969_02_21 year = {1969}, month = {2}, day = {21}, + volume = {1969-02-21}, journal = {The New Mexican}, address = {Santa Fe, NM, USA}, pages = {1}, @@ -495,21 +518,21 @@ @article{PressTelegram1969_02_21 year = {1969}, month = {2}, day = {21}, + volume = {1969-02-21}, journal = {Press-Telegram}, address = {Long Beach, CA, USA}, pages = {4}, } @article{USAES, - author = {{USAES}}, + author = {US Army Engineer School}, year = {2003}, month = {1}, - number = {62}, title = {How Army Engineers Cleared Viet Cong Tunnels}, - series = {The Army Engineer in Vietnam}, - note = {United States Army Engineer School}, + journal = {The Army Engineer in Vietnam}, + volume = {62}, address = {Fort Belvoir, VA, USA}, - url = {https://www.usace.army.mil/About/History/Historical-Vignettes/Military-Construction-Combat/062-Viet-Cong-Tunnels/}, + howpublished = "\url{https://www.usace.army.mil/About/History/Historical-Vignettes/Military-Construction-Combat/062-Viet-Cong-Tunnels/}", } @@ -521,7 +544,7 @@ @article{USArmy1966 journal = {Military Review}, volume = {XLVI}, number = {8}, - url = {https://cgsc.contentdm.oclc.org/digital/collection/p124201coll1/id/632}, + howpublished = "\url{https://cgsc.contentdm.oclc.org/digital/collection/p124201coll1/id/632}", } @article{PatersonEveningNews1968_08_31, @@ -530,6 +553,7 @@ @article{PatersonEveningNews1968_08_31 year = {1968}, month = {8}, day = {31}, + volume = {1968-08-31}, journal = {Paterson Evening News}, address = {Patterson, NJ, USA}, pages = {1}, @@ -541,6 +565,7 @@ @article{TheHonoluluAdvertiser1968_09_01 year = {1968}, month = {9}, day = {1}, + volume = {1968-09-01}, journal = {The Honolulu Advertiser}, address = {Honolulu, HI, USA}, pages = {5}, @@ -552,7 +577,7 @@ @article{Bunker1996 year = {1996}, month = {12}, journal = {INSS Occasional Papers}, - number = {15}, + volume = {15}, address = {CO, USA}, pages = {1-99}, } @@ -564,7 +589,7 @@ @book{Schrader2019 author = {Sutart Schrader}, year = {2019}, series = {American Crossroads}, - number = 56}, + number = {56}, } @article{TheHanfordSentinel1968_08_31, @@ -572,6 +597,7 @@ @article{TheHanfordSentinel1968_08_31 author = {{United Press International}}, year = {1968}, month = {8}, + volume = {1968-08-31}, day = {31}, journal = {The Hanford Sentinel}, address = {Hanford, CA, USA}, @@ -585,6 +611,7 @@ @article{StLouisPostDispatch1968_08_31 year = {1968}, month = {8}, day = {31}, + volume = {1968-08-31}, journal = {St. Louis Post Dispatch}, address = {St. Louis, MO, USA}, pages = {1}, @@ -598,6 +625,7 @@ @article{TheNewsHerald1968_08_31 year = {1968}, month = {8}, day = {31}, + volume = {1968-08-31}, journal = {The News-Herald}, address = {Frankling, PA}, pages = {1}, @@ -610,6 +638,7 @@ @article{TheCapitalTimes1968_08_31 year = {1968}, month = {8}, day = {31}, + volume = {1968-08-31}, journal = {The Capital Times}, address = {Madison, WI, USA}, pages = {2}, @@ -623,6 +652,7 @@ @article{ElPasoHeraldPost1968_08_31 year = {1968}, month = {8}, day = {31}, + volume = {1968-08-31}, journal = {El Paso Herald-Post}, address = {El Paso, TX, USA}, pages = {A1-A2}, @@ -634,6 +664,7 @@ @article{ThePressDemocrat1970_10_13 year = {1970}, month = {10}, day = {13}, + volume = {1970-10-13}, journal = {The Press Democrat}, address = {Santa Rosa, CA, USA}, } @@ -655,6 +686,7 @@ @article{Yetzeretal1971 year = {1971}, month = {12}, day = {4}, + volume = {1971-12-04}, journal = {The San Bernardino County Sun}, address = {San Bernardino, CA, USA}, pages = {1,3}, @@ -666,6 +698,7 @@ @article{UPI1975a year = {1975}, month = {1}, day = {28}, + volume = {1975-01-28}, journal = {Sapulpa Daily News}, address = {Sapulpa, OK, USA}, } @@ -675,6 +708,7 @@ @article{UPI1975b year = {1975}, month = {7}, day = {11}, + volume = {1975-07-11}, journal = {Sapulpa Daily News}, address = {Sapulpa, OK, USA}, } @@ -685,7 +719,7 @@ @article{WinterSoldier1975 year = {1975}, month = {2}, volume = {5}, - issue = {2}, + volume = {2}, journal = {Winter Soldier}, pages = {11}, } @@ -717,7 +751,7 @@ @article{Schreiberetal1971a number = {I}, note = {Submitted to the US Department of Justice Law Enforcement Assistance Administration}, journal = {NCJRS}, - url = {https://www.ojp.gov/ncjrs/virtual-library/abstracts/identification-description-and-evaluation-law-enforcement-command}, + howpublished = "\url{https://www.ojp.gov/ncjrs/virtual-library/abstracts/identification-description-and-evaluation-law-enforcement-command}", } @article{defteccs, @@ -726,7 +760,7 @@ @article{defteccs year = {2015}, month = {3}, day = {11}, - url = {http://sds.chemtel.net/webclients/safariland/finished_goods/Defense%20Technology%204010%20-%20Pepper%20Fog%20CS%20Formulation.pdf}, + howpublished = "\url{http://sds.chemtel.net/webclients/safariland/finished_goods/Defense%20Technology%204010%20-%20Pepper%20Fog%20CS%20Formulation.pdf}", } @article{Schreiberetal1971b, @@ -736,7 +770,7 @@ @article{Schreiberetal1971b number = {II}, note = {Submitted to the US Department of Justice Law Enforcement Assistance Administration}, journal = {NCJRS}, - url = {https://www.ojp.gov/ncjrs/virtual-library/abstracts/identification-description-and-evaluation-law-enforcement-command}, + howpublished = "\url{https://www.ojp.gov/ncjrs/virtual-library/abstracts/identification-description-and-evaluation-law-enforcement-command}", } @article{StarTribune1972_05_11, @@ -745,6 +779,7 @@ @article{StarTribune1972_05_11 year = {1972}, month = {5}, day = {11}, + volume = {1972-05-11}, journal = {Star Tribune}, address = {Minneapolis, MN, USA}, } @@ -757,6 +792,7 @@ @article{DailyNews1972_10_27 month = {10}, day = {27}, pages = {8}, + volume = {1972-10-27}, journal = {Daily News}, address = {New York, NY, USA}, } @@ -766,6 +802,7 @@ @article{ValleyMorningStar1973_08_04 author = {{Star Tribune}}, year = {1973}, month = {8}, + volume = {1973-08-04}, day = {4}, journal = {Valley Morning Star}, address = {Harlingen, TX, USA}, @@ -779,9 +816,10 @@ @article{Miller2019 year = {2019}, month = {8}, day = {1}, + volume = {2019-08-01}, journal = {Tuscon Weekly}, address = {Tuscon, AZ, USA}, - url = {https://www.tucsonweekly.com/tucson/empire-of-borders/Content?oid=26230690}, + howpublished = "\url{https://www.tucsonweekly.com/tucson/empire-of-borders/Content?oid=26230690}", } @article{Eckholt1971, @@ -789,6 +827,7 @@ @article{Eckholt1971 author = {L. Eckholt}, year = {1971}, month = {5}, + volume = {1971-05-08}, day = {8}, journal = {Des Moines Register}, address = {Des Moines, IA, USA}, @@ -802,9 +841,10 @@ @article{McArdle2018 year = {2018}, month = {8}, day = {7}, + volume = {2018-08-07}, journal = {The Washington Post}, address = {Washington, DC, USA}, - url = {https://www.washingtonpost.com/news/retropolis/wp/2018/08/07/how-three-violent-days-gripped-a-black-miami-neighborhood-as-nixon-was-nominated-in-1968/.} + howpublished = "\url{https://www.washingtonpost.com/news/retropolis/wp/2018/08/07/how-three-violent-days-gripped-a-black-miami-neighborhood-as-nixon-was-nominated-in-1968/}" } @@ -817,6 +857,7 @@ @article{Johnson1974 year = {1974}, month = {5}, day = {25}, + volume = {1974-05-25}, journal = {The Daily Oklahoman}, address = {Oklahoma City, OK, USA}, } @@ -829,6 +870,7 @@ @article{Hobbs1974 year = {1974}, month = {10}, day = {22}, + volume = {1974-10-22}, journal = {The Daily Oklahoman}, address = {Oklahoma City, OK, USA}, } @@ -839,6 +881,7 @@ @article{Hayes1970 author = {E. Hayes}, year = {1970}, month = {9}, + volume = {1970-09-04}, day = {4}, journal = {Oakland Tribune}, address = {Oakland, CA, USA}, @@ -851,6 +894,7 @@ @misc{MacKenzie1976 year = {1976}, month = {10}, day = {9}, + volume = {1976-10-09}, publisher = {The Windsor Star}, address = {Windsor, OR, CA}, } @@ -861,6 +905,7 @@ @article{Aman1970 author = {Dick Aman}, year = {1970}, month = {4}, + volume = {1970-04-04}, day = {4}, journal = {News-Journal}, address = {Mansfield, OH, USA}, @@ -873,6 +918,7 @@ @misc{Amanphoto1970 year = {1970}, month = {4}, day = {4}, + volume = {1970-04-04}, journal = {News-Journal}, address = {Mansfield, OH, USA}, pages = {13} @@ -885,6 +931,7 @@ @article{LaPrade1970 year = {1970}, month = {3}, day = {24}, + volume = {1970-03-24}, journal = {The Amarillo Globe Times}, address = {Amarillo, TX, USA}, pages = {24} @@ -895,6 +942,7 @@ @misc{Vance1970 author = {Tyler Vance}, year = {1970}, month = {3}, + volume = {1970-03-24}, day = {24}, journal = {The Amarillo Globe Times}, address = {Amarillo, TX, USA}, @@ -907,7 +955,8 @@ @article{Robinson1972 year = {1972}, month = {1}, day = {30}, - publisher = {The Phantagraph Sun}, + volume = {1972-01-30}, + journal = {The Phantagraph Sun}, address = {Bloomington-Normal, IL, USA}, pages = {B10}, } @@ -918,8 +967,9 @@ @article{Griffin1973 author = {Leo Griffin}, year = {1973}, month = {1}, + volume = {1973-01-11}, day = {11}, - publisher = {Press and Sun Bulletin}, + journal = {Press and Sun Bulletin}, address = {Binghamton, NY, USA}, pages = {3}, } @@ -930,7 +980,8 @@ @article{Askren1992 year = {1992}, month = {5}, day = {10}, - publisher = {The Manhattan Mercury}, + volume = {1992-05-10}, + journal = {The Manhattan Mercury}, address = {Manhattan, KA, USA}, pages = {1, 3}, } @@ -942,8 +993,9 @@ @article{Macomber1970 year = {1970}, month = {11}, day = {10}, + volume = {1970-11-10}, note = {For Copley News Service}, - publisher = {Portage Daily Register}, + journal = {Portage Daily Register}, address = {Portage, WI, USA}, pages = {6}, } @@ -954,7 +1006,8 @@ @article{Bandy1970 year = {1970}, month = {10}, day = {28}, - publisher = {The Akron Beacon Journal}, + volume = {1970-10-28}, + journal = {The Akron Beacon Journal}, address = {Akron, OH, USA}, pages = {C8}, } @@ -966,7 +1019,8 @@ @article{Hudson1976 year = {1976}, month = {3}, day = {16}, - publisher = {The Kansas City Times}, + volume = {1976-03-16}, + journal = {The Kansas City Times}, address = {Kansas City, MO, USA}, pages = {1-2}, } @@ -977,7 +1031,8 @@ @article{Cain1968 year = {1968}, month = {11}, day = {15}, - publisher = {Orlando Evening Star}, + volume = {1968-11-15}, + journal = {Orlando Evening Star}, address = {Orland, FL, USA}, pages = {28}, } @@ -988,8 +1043,9 @@ @misc{OrlandoEveningStar1968 author = {{Orlando Evening Star}}, year = {1968}, month = {11}, + volume = {1968-11-15}, day = {15}, - publisher = {Orlando Evening Star}, + journal = {Orlando Evening Star}, address = {Orland, FL, USA}, pages = {28}, } @@ -999,8 +1055,9 @@ @article{BoxElderAgencies1971 author = {{Box Elder Agencies}}, year = {1971}, month = {6}, + volume = {1971-06-24}, day = {24}, - publisher = {The Ogden Standard Examiner}, + journal = {The Ogden Standard Examiner}, address = {Brigham City, UT, USA}, pages = {12A}, } @@ -1012,7 +1069,8 @@ @misc{Patterson1976 year = {1976}, month = {10}, day = {9}, - publisher = {The Windsor Star}, + volume = {1976-10-09}, + journal = {The Windsor Star}, address = {Windsor, OR, CA}, pages = {22}, } @@ -1023,7 +1081,8 @@ @article{MtVernonRegisterNews1969_04_09 year = {1969}, month = {4}, day = {9}, - publisher = {Mt. Vernon Register-News}, + volume = {1969-04-09}, + journal = {Mt. Vernon Register-News}, address = {Mt. Vernon, IL, USA}, pages = {26}, } @@ -1034,7 +1093,8 @@ @article{DailyDispatch1969_04_09 year = {1969}, month = {4}, day = {9}, - publisher = {The Daily Dispatch}, + volume = {1969-04-09}, + journal = {The Daily Dispatch}, address = {Moline, IL, USA}, pages = {28}, } @@ -1045,7 +1105,8 @@ @article{Michals1970 year = {1970}, month = {5}, day = {12}, - publisher = {Colorado Springs Gazette-Telegraph}, + volume = {1970-05-12}, + journal = {Colorado Springs Gazette-Telegraph}, address = {Colorado Springs, CO, USA}, pages = {5}, note = {For Copley News Service}, @@ -1057,7 +1118,8 @@ @article{DesMoinesTribune1975_05_06 year = {1975}, month = {5}, day = {6}, - publisher = {Des Moines Tribune}, + volume = {1975-05-06}, + journal = {Des Moines Tribune}, address = {Des Moines, IA, USA}, pages = {3}, } @@ -1068,7 +1130,8 @@ @article{Conheim1972 year = {1972}, month = {5}, day = {12}, - publisher = {Detroit Free Press}, + volume = {1972-05-12}, + journal = {Detroit Free Press}, address = {Detroit, MI, USA}, pages = {3, 8}, note = {For Free Press}, @@ -1080,7 +1143,8 @@ @misc{CopleyNewsService1970 year = {1970}, month = {5}, day = {12}, - publisher = {Colorado Springs Gazette-Telegraph}, + volume = {1970-05-12}, + journal = {Colorado Springs Gazette-Telegraph}, address = {Colorado Springs, CO, USA}, pages = {5}, } @@ -1091,7 +1155,8 @@ @article{TheTerreHauteTribune1969_04_08 year = {1969}, month = {4}, day = {8}, - publisher = {The Terre Haute Tribune}, + volume = {1969-04-08}, + journal = {The Terre Haute Tribune}, address = {Terre Haute, IN, USA}, pages = {16}, } @@ -1102,27 +1167,28 @@ @article{LATimes1969 year = {1969}, month = {11}, day = {20}, + volume = {1969-11-20}, journal = {The Delta Democrat-Times}, address = {Greenville, MS, USA}, } -@misc{vietnam_aus1, - publisher = {Australian War Memorial}, +@article{vietnam_aus1, + journal = {Australian War Memorial}, year = {1966}, author = {Alexander Hugh 'Sandy' MacGregor}, address = {Phuoc Tuy Province, VN}, number = {P01595.011}, title = {Double Acetylene Generator and a Mighty Mite Air Blower Used to Blow Fumes into Viet Cong Tunnels}, - url = {https://www.awm.gov.au/collection/C239314?image=1}, + howpublished = "\url{https://www.awm.gov.au/collection/C239314?image=1}", } -@misc{vietnam_aus2, - publisher = {Australian War Memorial}, +@article{vietnam_aus2, + journal = {Australian War Memorial}, year = {1966}, title = {Mighty Mite Machine Used to Contaminate Viet Cong Tunnel Systems with Acetylene}, number = {P01595.005}, author = {Alexander Hugh 'Sandy' MacGregor}, address = {Phuoc Tuy Province, VN}, - url = {https://www.awm.gov.au/collection/C239314?image=1}, + howpublished = "\url{https://www.awm.gov.au/collection/C239314?image=1}", } @article{ArgusLeader1972_05_11a, @@ -1131,6 +1197,7 @@ @article{ArgusLeader1972_05_11a year = {1972}, month = {5}, day = {11}, + volume = {1972-05-11}, journal = {Argus-Leader}, address = {Sioux Falls, SD, USA}, } @@ -1141,6 +1208,7 @@ @article{ArgusLeader1972_05_11b year = {1972}, month = {5}, day = {11}, + volume = {1972-05-11}, journal = {Argus-Leader}, address = {Sioux Falls, SD, USA}, } @@ -1151,6 +1219,7 @@ @article{Allen1972 year = {1972}, month = {6}, day = {18}, + volume = {1972-06-18}, journal = {The Sydney Morning Herald}, address = {Sydney, NSW, AUS}, pages = {3, 14}, @@ -1162,7 +1231,7 @@ @book{Chepesiuk1999 pulisher = {ABC-CLIO}, address = {Santa Barbara, CA, USA}, year = {1999}, - url = {https://archive.org/details/warondrugsintern0000chep}, + howpublished = "\url{https://archive.org/details/warondrugsintern0000chep}", } @@ -1180,6 +1249,7 @@ @article{Judd1981 year = {1981}, month = {12}, day = {22}, + volume = {1981-12-22}, journal = {The Courier-Journal}, address = {Louisville, Kentucky}, } @@ -1193,6 +1263,7 @@ @article{Courier1974_09_02 day = {2}, journal = {The Courier}, address = {Waterloo, IA, USA}, + volume = {1974-09-02}, } @article{TheBillingsGazette1982_01_10, @@ -1202,6 +1273,7 @@ @article{TheBillingsGazette1982_01_10 month = {9}, day = {2}, journal = {The Billings Gazette}, + volume = {1974-09-02}, address = {Billings, MT, USA}, } @@ -1214,6 +1286,7 @@ @article{Jahn1970 journal = {Quad-City Times}, address = {Davenport, IA, USA}, pages = {2}, + volume = {1970-10-10}, } @misc{Winter1970, @@ -1224,6 +1297,7 @@ @misc{Winter1970 day = {10}, journal = {Quad-City Times}, address = {Davenport, IA, USA}, + volume = {1970-10-10}, pages = {2}, } @@ -1235,6 +1309,7 @@ @misc{TheGastoniaGazetteSun1970_10_04 month = {10}, day = {5}, journal = {The Gastonian Gazette Sun}, + volume = {1970-10-05}, address = {Gastonia, NC, USA}, pages = {5B}, } @@ -1245,6 +1320,7 @@ @articles{Balloch1970 author = {{The Gastonian Gazette Sun}}, year = {1970}, month = {10}, + volume = {1970-10-05}, day = {5}, journal = {The Gastonian Gazette Sun}, address = {Gastonia, NC, USA}, @@ -1258,6 +1334,7 @@ @misc{Gaylord1971 year = {1971}, month = {10}, day = {13}, + volume = {1971-10-13}, journal = {The McHenry Plaindealer}, address = {McHenry, IL, USA}, pages = {1, 18}, @@ -1269,6 +1346,7 @@ @articles{PlainDealer1971 author = {{The McHenry Plaindealer}}, year = {1971}, month = {10}, + volume = {1971-10-13}, day = {13}, journal = {The McHenry Plaindealer}, address = {McHenry, IL, USA}, @@ -1285,8 +1363,7 @@ @inproceedings{Xueetal2015 pages={912-916}, issn={2352-5401}, isbn={978-94-62520-62-2}, - url={https://doi.org/10.2991/meic-15.2015.208}, - doi={https://doi.org/10.2991/meic-15.2015.208}, + howpublished = "\url{https://doi.org/10.2991/meic-15.2015.208}", publisher={Atlantis Press} } @@ -1300,7 +1377,7 @@ @article{HendersonandHenderson1992 pages = {2263-2268}, year = {1992}, doi = {10.1021/jf00023a042}, - URL = {https://doi.org/10.1021/jf00023a042}, + howpublished = "\url{https://doi.org/10.1021/jf00023a042}", } @article{KimyonokandUluturk2016, @@ -1313,7 +1390,7 @@ @article{KimyonokandUluturk2016 year = {2016}, publisher = {Taylor and Francis}, doi = {10.1080/07370652.2015.1005773}, - URL = {https://doi.org/10.1080/07370652.2015.1005773}, + howpublished = "\url{https://doi.org/10.1080/07370652.2015.1005773}", } @@ -1338,7 +1415,7 @@ @article{GOECadObserver1970 volume = {13}, number = {6}, note = {Bard College}, - url = {https://digitalcommons.bard.edu/cgi/viewcontent.cgi?article=1128&context=observer}, + howpublished = "\url{https://digitalcommons.bard.edu/cgi/viewcontent.cgi?article=1128&context=observer}", } @article{GOECadLNS1970, @@ -1350,9 +1427,9 @@ @article{GOECadLNS1970 month = {10}, day = {2}, year = {1969}, - number = {199}, + volume = {199}, note = {Originally published in Police Chief magazine}, - url = {https://content.wisconsinhistory.org/digital/collection/p15932coll8/id/67765}, + howpublished = "\url{https://content.wisconsinhistory.org/digital/collection/p15932coll8/id/67765}", } @misc{GOECad1969, @@ -1370,6 +1447,7 @@ @article{TheLexingtonHerald1982_03_23 year = {1982}, month = {3}, day = {23}, + volume = {1982-03-23}, journal = {Lexington Herald}, address = {Lexington, KY, USA}, } @@ -1390,6 +1468,7 @@ @article{StatesmanJournal1969_08_17 month = {8}, day = {17}, journal = {Associated Press}, + volume = {1969-08-17}, address = {Seattle, WA, USA}, } @@ -1400,6 +1479,7 @@ @article{Palladium-Item1969 month = {8}, day = {11}, journal = {Palladium-Item}, + volume = {1969-08-11}, address = {Richmond, IN, USA}, } @@ -1407,7 +1487,7 @@ @techreport{DSPDX2020 author = {A. Morman and Z. Williams and D. Smith and A. C. Randolph}, title = {Riot control agents: systemic reassessment of adverse effects on health, mental stability, and social inequities}, - url = {https://www.dontshootpdx.org/wp-content/uploads/2020/06/DSPFinal-RCAreport4SocialChange-AM.AR_.ZW_.DS-.pdf}, + howpublished = "\url{https://www.dontshootpdx.org/wp-content/uploads/2020/06/DSPFinal-RCAreport4SocialChange-AM.AR_.ZW_.DS-.pdf}", publisher = {Don't Shoot PDX}, address = {Portland, OR, USA}, year = {2020}, @@ -1420,6 +1500,7 @@ @article{TheCourierJournal1982_01_10 month = {1}, day = {10}, journal = {The Courier-Journal}, + volume = {1982-01-10}, address = {Louisville, KY, USA}, } @@ -1432,53 +1513,54 @@ @article{Dubois2018 month = {6}, day = {26}, note = {For the Associated Press}, + volume = {2018-06-26}, journal = {Statesman Journal}, address = {Salem, OR, USA}, } -@misc{Recompiler2021_01_20, - name = {January 20, 2021 Protests - Abolish ICE}, +@article{Recompiler2021_01_20, + title = {January 20, 2021 Protests - Abolish ICE}, year = {2021}, month = {1}, day = {20}, publisher = {Recompiler Magazine}, series = {RE: Portland}, - url = {https://pdx.recompilermag.com/2021/01/20/january-20-2021-protest-abolish-ice/}, + howpublished = "\url{https://pdx.recompilermag.com/2021/01/20/january-20-2021-protest-abolish-ice/}", author = {Sal}, address = {Portland, OR, USA}, } @misc{Recompiler2020_07_29, - name = {Protests for July 29}, + title = {Protests for July 29}, year = {2020}, month = {7}, day = {30}, publisher = {Recompiler Magazine}, series = {RE: Portland}, - url = {https://pdx.recompilermag.com/2020/07/30/protests-for-july-29/}, + howpublished = "\url{https://pdx.recompilermag.com/2020/07/30/protests-for-july-29/}", author = {Sal}, address = {Portland, OR, USA}, } @misc{Recompiler2020_10_17, - name = {Protests for October 17}, + title = {Protests for October 17}, year = {2020}, month = {10}, day = {17}, publisher = {Recompiler Magazine}, series = {RE: Portland}, - url = {https://pdx.recompilermag.com/2020/10/17/protests-for-october-17/}, + howpublished = "\url{https://pdx.recompilermag.com/2020/10/17/protests-for-october-17/}", author = {Sal}, address = {Portland, OR, USA}, } @misc{Recompiler2021_01_23, - name = {January 23, 2021 Protests - Abolish ICE}, + title = {January 23, 2021 Protests - Abolish ICE}, year = {2021}, month = {1}, day = {23}, publisher = {Recompiler Magazine}, series = {RE: Portland}, - url = {https://pdx.recompilermag.com/2021/01/23/january-23-2021-protest-abolish-ice/}, + howpublished = "\url{https://pdx.recompilermag.com/2021/01/23/january-23-2021-protest-abolish-ice/}", author = {Sal}, address = {Portland, OR, USA}, } @@ -1515,6 +1597,7 @@ @article{Johnson1975 month = {1}, day = {18}, journal = {The Daily Oklahoman}, + volume = {1975-01-18}, address = {Oklahoma City, OK, USA}, } @@ -1524,6 +1607,7 @@ @article{Coffey1975a year = {1975}, month = {6}, day = {26}, + volume = {1975-06-26}, journal = {The Daily Oklahoman}, address = {Oklahoma City, OK, USA}, } @@ -1534,6 +1618,7 @@ @article{Coffey1975b year = {1975}, month = {6}, day = {27}, + volume = {1975-06-27}, journal = {The Daily Oklahoman}, address = {Oklahoma City, OK, USA}, } @@ -1544,6 +1629,7 @@ @article{Allen1974a year = {1974}, month = {6}, day = {7}, + volume = {1974-06-17}, journal = {The Daily Oklahoman}, address = {Oklahoma City, OK, USA}, } @@ -1554,6 +1640,7 @@ @article{Allen1974b year = {1974}, month = {10}, day = {22}, + volume = {1974-10-22}, journal = {The Daily Oklahoman}, address = {Oklahoma City, OK, USA}, } @@ -1564,6 +1651,7 @@ @article{Allen1975a year = {1975}, month = {1}, day = {7}, + volume = {1975-01-07}, journal = {The Daily Oklahoman}, address = {Oklahoma City, OK, USA}, } @@ -1574,6 +1662,7 @@ @article{Allen1975b year = {1975}, month = {1}, day = {10}, + volume = {1975-01-10}, journal = {The Daily Oklahoman}, address = {Oklahoma City, OK, USA}, } @@ -1613,6 +1702,7 @@ @article{Applegate1970 journal = {Guns}, month = {9}, pages = {30-31}, + volume = {1970-09-01}, } @article{Goldstein1998, @@ -1621,8 +1711,9 @@ @article{Goldstein1998 year = {1998}, month = {7}, day = {27}, + volume = {1998-07-27}, journal = {The New York Times}, - url = {https://www.nytimes.com/1998/07/27/us/rex-applegate-84-instructor-of-deadly-skills.html}, + howpublished = "\url{https://www.nytimes.com/1998/07/27/us/rex-applegate-84-instructor-of-deadly-skills.html}", } @article{Lorentzen2018, @@ -1630,8 +1721,8 @@ @article{Lorentzen2018 author = {Christian Lorentze}, year = {2018}, journal = {Bookforum}, - issue = {Summer 2018}, - url = {https://www.bookforum.com/print/2502/covering-the-chaos-outside-1968-s-presidential-conventions-19685} + volume = {Summer 2018}, + howpublished = "\url{https://www.bookforum.com/print/2502/covering-the-chaos-outside-1968-s-presidential-conventions-19685}" } @misc{USTPO2018, @@ -1639,7 +1730,7 @@ @misc{USTPO2018 author = {USTPO}, year = {2018}, note = {United States Trademark and Patent Office}, - url = {https://uspto.report/TM/72310456} + howpublished = "\url{https://uspto.report/TM/72310456}" } @mastersthesis{Tschenschlok1995, @@ -1665,7 +1756,7 @@ @article{Tschenschlok1996 journal = {The Florida Historical Quarterly}, volume = {74}, pages = {440-460}, - url = {https://www.jstor.org/stable/30148880}, + howpublished = "\url{https://www.jstor.org/stable/30148880}", } @article{Wills1971a, @@ -1674,6 +1765,7 @@ @article{Wills1971a year = {1971}, month = {4}, day = {7}, + volume = {1971-04-07}, journal = {The Herald Statesman}, address = {Yonkers, NY, USA}, } @@ -1685,6 +1777,7 @@ @article{Wills1971b year = {1971}, month = {4}, day = {7}, + volume = {1971-04-07}, journal = {The Daily Item}, address = {Port Chester, NY, USA}, } @@ -1694,6 +1787,7 @@ @article{Wills1971c author = {Garry Wills}, year = {1971}, month = {4}, + volume = {1974-04-10}, day = {10}, journal = {The Charlotte News}, address = {Charlotte, NC, USA}, @@ -1705,6 +1799,7 @@ @article{Wills1971d year = {1971}, month = {4}, day = {10}, + volume = {1971-04-10}, journal = {The Philadelphia Inquirer}, address = {Philadelphia, PA, USA}, } @@ -1715,8 +1810,9 @@ @article{NewYorkTimes1977 journal = {The New York Times}, day = {13}, month = {10}, + volume = {1977-10-13}, year = {1977}, - url = {https://www.nytimes.com/1977/10/13/archives/vietnamese-recalls-agonies-of-tunnel-war.html}, + howpublished = "\url{https://www.nytimes.com/1977/10/13/archives/vietnamese-recalls-agonies-of-tunnel-war.html}", } @article{Simonis2020, @@ -1725,18 +1821,18 @@ @article{Simonis2020 year = {2020}, month = {9}, day = {30}, - url = {https://doi.org/10.5281/zenodo.4059329} + howpublished = "\url{https://doi.org/10.5281/zenodo.4059329}" } @article{Lehrer1968, title = {Viet Cong Tunnels}, ISSN = {00263982}, - URL = {http://www.jstor.org/stable/26357656}, + howpublished = "\url{http://www.jstor.org/stable/26357656}", author = {Glenn H. Lehrer}, year = {1968}, journal = {The Military Engineer}, - volume = {Vietnam Commemorative Issue}, + volume = {Vietnam Commemorative volume}, pages = {61-63}, } @@ -1747,7 +1843,7 @@ @article{Hemmings2019 month = {1}, day = {30}, journal = {War History Online}, - url = {https://www.warhistoryonline.com/instant-articles/the-tunnel-rats-vietnam-war.html} + howpublished = "\url{https://www.warhistoryonline.com/instant-articles/the-tunnel-rats-vietnam-war.html}" } @book{Rottman2006, @@ -1788,7 +1884,7 @@ @misc{USArmy2005 title = {III Corps Tactical Zone}, author = {{US Army}}, year = {2005}, - note = {https://history.army.mil/books/amh-v2/amh%20v2/chapter10.htm}, + hotpublished = "\url{https://history.army.mil/books/amh-v2/amh%20v2/chapter10.htm}", } @book{Rottman2012, @@ -1807,10 +1903,10 @@ @article{Spicknall1969 author = {T. E. Spicknall}, year = {1969}, journal = {The Military Engineer}, - volume = {Vietnam Commemorative Issue}, + volume = {Vietnam Commemorative volume}, pages = {74-77}, ISSN = {00263982}, - URL = {http://www.jstor.org/stable/26357660}, + howpublished = "\url{http://www.jstor.org/stable/26357660}", } @techreport{USMACV1965, @@ -1838,8 +1934,9 @@ @article{Flanigan2020 year = {2020}, month = {7}, day = {23}, + volume = {2020-07-23}, journal = {KOIN 6 News}, - url = {https://www.koin.com/news/protests/docs-homeland-securitys-portland-protests-mission-called-operation-diligent-valor/}, + howpublished = "\url{https://www.koin.com/news/protests/docs-homeland-securitys-portland-protests-mission-called-operation-diligent-valor/}", note = {Accessed 1 October 2020}, } @@ -1847,7 +1944,7 @@ @misc{pb20202021 title = {Police Brutality During US Protests}, author = {{PB2020 Team}}, year = {2021}, - url = {https://2020pb.com/}, + howpublished = "\url{https://2020pb.com/}", note = {https://github.com/2020PB/police-brutality}, } @@ -1858,16 +1955,17 @@ @article{Graham2013 year = {2013}, month = {2}, day = {14}, - url = {https://www.opendemocracy.net/en/opensecurity/foucaults-boomerang-new-military-urbanism/}, + volume = {2013-02-14}, + howpublished = "\url{https://www.opendemocracy.net/en/opensecurity/foucaults-boomerang-new-military-urbanism/}", } -@article{DMH1969, +@misc{DMH1969, title = {25 Injured in Clash of Students and Police After Black Seizure of Duke Campus Building}, author = {Roger Jolley and Cornelia Olive}, year = {1969}, day = {2}, - month = {14}, - url = {https://exhibits.library.duke.edu/exhibits/show/black-students-matter--allen-/item/1901}, + month = {14}, + howpublished = "\url{https://exhibits.library.duke.edu/exhibits/show/black-students-matter--allen-/item/1901}", } @book{Arendt1951,