-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathday1.html
More file actions
450 lines (439 loc) · 32.2 KB
/
day1.html
File metadata and controls
450 lines (439 loc) · 32.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
<!DOCTYPE html>
<html>
<head>
<!--META-->
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:url" content="http://graphics.dailybruin.com/cannabis-kingdom/day1.html" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Cannabis Kingdom | Daily Bruin" />
<!-- fix this with actual name -->
<meta property="og:description" content="Cannabis Kingdom" />
<meta property="og:image" content="img/splash.jpg" />
<meta property="og:image:width" content="1920" />
<meta property="og:image:height" content="1080" />
<meta name="twitter:card" content="summary_large_image">
<meta property="og:image:type" content="image/jpg" />
<!-- TITLE -->
<title>Cannabis Kingdom</title>
<link rel="shortcut icon" type="image/x-icon" href="img/db.png" />
<!--STYLESHEETS-->
<link rel="stylesheet" href="css/scroll.css" />
<link rel="stylesheet" href="css/index.css" />
<link rel="stylesheet" href="css/landing.css" />
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.98.0/css/materialize.min.css"
/>
<!-- FONTS -->
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Dancing+Script|Pacifico|Satisfy|Lato:400|Montserrat|Roboto|Fugaz+One|Montserrat|Lora:400,700|Abril+Fatface|Karla"
/>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<style>
#sidenav-overlay {
z-index: 100;
}
</style>
<!-- JQUERY -->
<script src="https://code.jquery.com/jquery-3.2.1.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4="
crossorigin="anonymous"></script>
<!-- JAVASCRIPT -->
<script type="text/javascript" src="js/navbar.js"></script>
</head>
<body>
<!-- NAVBAR -->
<div class="navbar-fixed">
<nav>
<div class="nav-wrapper" id="navbar">
<a href="#" data-activates="mobile-demo" class="button-collapse"><i class="material-icons">menu</i></a>
<a href="http://dailybruin.com/" class="left">
<img id="logo" src="img/db_logo.png" />
</a>
<a class="left">
<img id="bar" src="img/bar.jpg" />
</a>
<a href="index.html" class="left navlink" id="travel-piece">
Cannabis Kingdom
</a>
<ul id="days" class="left hide-on-med-and-down">
<li id="Section1"><a onclick="sectionPressed(1)" href="#stirring" class="left navlink">Stirring the Pot</a></li>
<li id="Section2"><a onclick="sectionPressed(2)" href="#taking" class="left navlink">Taking the Hit</a></li>
<li id="Section3"><a onclick="sectionPressed(3)" href="#higher" class="left navlink">A Higher Calling</a></li>
<li id="Section4"><a onclick="sectionPressed(4)" href="#op1" class="left navlink"><span class="op1link">Column</span>: Weed the People</a></li>
</ul>
<ul id="days" class="right hide-on-med-and-down">
<li id="Day1" class="active"><a class="navlink" href="day1.html">Part 1</a></li>
<li id="Day2"><a class="navlink" href="day2.html">Part 2</a></li>
<li id="Day3"><a class="navlink" href="day3.html">Part 3</a></li>
</ul>
<ul class="side-nav" id="mobile-demo">
<li><a class="subheader">Part 1</a></li>
<li><a href="day1.html#stirring">Stirring the Pot</a></li>
<li><a href="day1.html#taking">Taking the Hit</a></li>
<li><a href="day1.html#higher">A Higher Calling</a></li>
<li><a href="day1.html#op-headline-day1-1">Column: Weed the People</a></li>
<li><a class="subheader">Part 2</a></li>
<li><a href="day2.html#california">Made in California</a></li>
<li><a href="day2.html#neighbor">A Neighbor to the North</a></li>
<li><a href="day2.html#road">The Road Ahead</a></li>
<li><a href="day2.html#op-headline-day2-1">Column: Growing Green</a></li>
<li><a class="subheader">Part 3</a></li>
<li><a href="day3.html#potential">The Pot Potential</a></li>
<li><a href="day3.html#campaign">The Cannabis Campaign</a></li>
<li><a href="day3.html#hazy">A Hazy Horizon</a></li>
<li><a href="day3.html#op-headline-day3-1">Column: Past the Joint</a></li>
</ul>
</div>
</nav>
</div>
<div class="totalcontent">
<article class="article-content">
<div class="article-header">
<div class="headline-section">
<div class="headline">
Behind the Smoke
</div>
<div class="section-identifier">
BY EVOLET CHIU | SCIENCE AND HEALTH EDITOR
</div>
</div>
</div>
<div id="blurb">
<hr />
<p><em>Proposition 64 passed in November, legalizing recreational marijuana use in California. When it goes into full effect on Jan. 1, 2018, anyone 21 or older, including UCLA students, will be able to buy marijuana from stores with retail licenses. Currently, students 21 and over can possess up to 28.5 grams of marijuana and grow up to six plants.</em></p>
<p><em>The Daily Bruin traveled to Northern California to document its flourishing cannabis industry, which has produced a majority of the nation’s cannabis for several years. Here, we investigate how marijuana has affected the UCLA community and highlight students’ experiences with the plant.</em></p>
<hr />
</div>
<div class="article-post">
<div id="stirring1"></div>
<div class="paragraph-title" id="stirring">
Stirring the Pot
</div>
<p>
Rodrigo Aranda was cleaning out the trash in his car when he found the bag of marijuana. </p>
<p>
Aranda had always refrained from doing drugs, even though his friends did, because he had been too busy with schoolwork.
However, he was going through a tough breakup the summer after his senior year of high school and did not have
school to preoccupy him.
</p>
<p>
“I grabbed an apple, poked a hole through it, packed it and took a hit,” Aranda said. “That’s when I started to slowly pick
up smoking recreationally.”
</p>
<p>
In marijuana, though, Aranda saw a business opportunity. He said he was tired of the endless cycle of work, school and studying,
so he started to calculate how much money he could earn by growing marijuana.
</p>
<p>
“I grew up in poverty,” he said. “Seeing how much money one can potentially make from growing a plant just made me so energetic
and hopeful, like a get-rich-quick scheme – how hard can it be to grow a plant and harvest it?”
</p>
<div class="video-refer">
<div class="title">
<center>VIDEO</center>
</div>
<div class="player-container">
<div class="video-poster">
<img src="https://media.giphy.com/media/PjbIZafnuaRvW/giphy.gif" width="100%">
</div>
<div id="player"></div>
</div>
<div class="video-title">
Behind the Smoke: Rodrigo Aranda
</div>
<div class="video-text">
Rodrigo Aranda was a UCLA student who left university to pursue a career in recreational marijuana distribution. He tells his story and what inspired him to enter the business.
</div>
</div>
<p>
After studying at UCLA for two years, Aranda left the university in the middle of fall 2016 to pursue business in the cannabis
industry. At first, he and his friends attempted to grow marijuana in their apartment but failed several times
because they were inexperienced in the cultivation of such a light-sensitive plant.
</p>
<p>
Although he did eventually produce a successful grow, Aranda said he did not find his niche until experiencing a different
aspect of cannabis production: distribution. He was hired by a company called Nanofarms to distribute marijuana,
where he received a 10-percent commission for every pound sold.
</p>
<div class="images"><img class="day1images" src="img/marijuana-lingo.png"></div>
<p>
“I got so money-hungry because I was making so much money so fast with these packs,” he said. “I would break them up on the
streets because I would make more money … on the streets than I would selling them to shops.”
</p>
<p>
He said he was making $1,000 to $2,000 every day for a month before things took a turn for the worse.
</p>
<p>
On Christmas Eve, Aranda was robbed in East Los Angeles.
</p>
<div class="smallpicleft images"><img class="day1images" src="img/10.jpg"><span>Aranda holds a jar of high-quality marijuana, worth several hundred dollars. He earned high profits when he first dealt cannabis in the black market, but was robbed last Christmas Eve. He plans to return to UCLA next fall. (Jintak Han/Assistant Photo editor)</span></div>
<p>“It was a bad drug deal, really,” Aranda said. “In total, (I lost about) $12,000. I know exactly who it was, I know
exactly where they live and that’s the crazy thing.”</p>
<p>He said he has been trying to rebound from the loss since then. Although he does not plan to leave the cannabis industry,
he wants to return to UCLA next fall to finish his undergraduate education. He said after dealing with police officers
who often mistreat people on the streets, he is inspired to focus on school, get good grades and go to law school
to help people who are uninformed with the law.</p>
<p>“The only bad thing that marijuana’s brought to me is just the debt from getting around and being in this hole because
of (the robbery),” Aranda said. “That’s why I want to come back to school so bad, because UCLA was such a nice
bubble.”</p>
<p>But he said he does not regret taking the past two quarters off to explore the cannabis industry.</p>
<p>“I’ve learned more in the last four months about life than I have ever in my 21 years of being on the planet,” he
said. “People just need to go out and experience real life, because I feel that what I’ve been through has really
shaped me as a person.”</p>
<hr />
<div id="taking1"></div>
<div class="paragraph-title" id="taking">
Taking the Hit
</div>
<p>Three years ago, Christian Kramme got out of another 12-hour scalding shower in his freshman dorm and felt freezing
cold. He knew he only had a couple moments before he started vomiting again.</p>
<p>Kramme, a third-year microbiology, immunology and molecular genetics student, self-diagnosed that he was suffering
from cannabinoid hyperemesis syndrome, the first and only known condition associated with cannabis use.</p>
<p>The <a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3576702/">disorder</a>, which has become more prominent
in correlation with marijuana’s increasing popularity, is characterized by chronic cannabis use and involves frequent
hot bathing and cycles of vomiting.</p>
<p>Kramme had a large tetrahydrocannabinol, or THC, metabolite buildup in his brain, caused by four years of daily cannabis
use. The excessive residual THC molecules in his brain caused the dysregulation of homeostatic functions in his
body.</p>
<p>“I trained my stomach to think that I (could not) be hungry without cannabis,” Kramme said. “I didn’t eat without
smoking first, and that, over four years, led to a serious problem.”</p>
<p>He said the debilitating condition caused him to lose 20 pounds and induced much of his anxiety.</p>
<p>“I would get out (of the shower and) hear extremely loud ringing in my ears,” Kramme said. “My head is hot and my
feet are ice cold. I’m vomiting, and it’s like that for hours – and every time I get into the shower, I’m perfectly
fine.”</p>
<p>It’s a bell curve, he said. At first, THC is a great anti-nausea medicine until you hit a peak and keep smoking –
then it causes nausea. Similarly, cannabidiol, or CBD, can eliminate a lot of anxieties, but if people smoke just
CBD, they will experience some of the worst panic attacks.</p>
<p>The key is moderation – people need to have a little bit of everything, not just THC. People who have cannabinoid
hyperemesis syndrome are often associated with dabbing, or smoking marijuana wax with a 97 percent THC content,
Kramme said.</p>
<p>“This problem is really (messed) up because the better weed you have – (with) more THC – the worst this condition
gets,” Kramme said. “I either had to go smoke really crappy weed or just don’t smoke at all.”</p>
<p>It’s amazing how quickly it turned around, he said.</p>
<div class="images"><img class="day1images" src="img/1.jpg">Christian Kramme, a third-year microbiology, immunology and molecular genetics student, medicates himself with a one-to-one strain of cannabis. He has used cannabis for several years to treat issues like lack of appetite under the medical marijuana program in California. (Jintak Han/Assistant Photo editor)</div>
<p>After starting to smoke robust and terpene-rich marijuana that he grew outdoors with a one-to-one THC to CBD ratio,
Kramme said he stopped experiencing symptoms. The quality and content of the product he consumes now has not debilitated
him at all, despite smoking even more marijuana.</p>
<p>“What has changed my life more than anything in the last year has been CBD,” he said. “It is the best cannabinoid.
Every problem that there is with THC – the stoner effect, the fatigue, the buildup, the lethargy, loss of appetite,
loss of ambition – all can be avoided with CBD.”</p>
<p>Now that Proposition 64 has legalized marijuana in California, Kramme said he is excited to go to a dispensary and
see a test result of what is in his marijuana, then make the decision to buy and consume it. Previously, lab testing
was not reliable and consumers had no way of verifying exactly what was in their marijuana before smoking it.</p>
<p>After experiencing cannabinoid hyperemesis syndrome, Kramme is careful to smoke in moderation, with equal ratios
of THC and CBD.</p>
<p>He said he hopes to finish the rest of his UCLA education as soon as possible, so he can pursue a doctorate and conduct
more research about cannabis, especially because of its rising prominence in California.</p>
<p>As owners of a medical marijuana company, he and his brother Connor Kramme, a recent University of California, Berkeley
alumnus, make it a point to test their products and ensure high-level CBD flower for smoking at their family-owned
cannabis farm in Siskiyou County.</p>
<p>Although Proposition 64 allows individuals to grow their own marijuana for personal use, Connor said he thinks the
differentiation between recreational and medical marijuana remains a very gray area.</p>
<p>“There’s going to be a marriage of recreational and medical that I think is going to occur,” Connor said. “Everything
needs to be done in moderation and for a specific reason.”</p>
<p>After Christian’s experience with cannabinoid hyperemesis syndrome three years ago, the brothers agree that people
who smoke recreationally and medically should be cognizant of the contents of their marijuana.</p>
<p>Regulation is a good thing because consumers deserve transparency, Connor said. Consumers should always look for
lab testing and understand where their products come from and how they are grown.</p>
<p>Connor added he is working with local legislators to ensure that growers do not have to compete for resources, time
and management with Humboldt County, Los Angeles and San Francisco, other locations in California where the cannabis
market is centralized.</p>
<p>“I’m representing the commercial growers … and that we would like to be able to take everyone’s product and show
them what Northern California cannabis is,” he said. “It’s really about pooling everyone together, creating a big
voting bloc.”
</p>
<p>He said he wants to reinspire farmers who have been used and abused by the system to start thinking bigger in a way
that allows them to impact the state.</p>
<p>“In this transition, I’m really trying to stay up to date,” Connor said. “It’s really about local activism.”</p>
<hr />
<div id="higher1"></div>
<div class="paragraph-title" id="higher">
A Higher Calling
</div>
<p>When they are not meeting with local legislators and community leaders, Connor and Christian Kramme go fishing in
the nearby river hugging their 64-acre land and smoke marijuana together to relax.</p>
<p>They are recuperating from a long day of manual work at the farm.</p>
<p>“I would be able to actually recover quickly (because of smoking),” Connor said. “The next day, (I would) wake up
refreshed, ready to go and do it again.”</p>
<p>Located at the tip of what is commonly known as the Emerald Triangle, Hornbrook in Siskiyou County is home to a population
of just 111 people, of whom more than 100 are growers who make their livelihood by cultivating cannabis.</p>
<p>As young entrepreneurs and members of this largely cannabis-dependent community, the Krammes suit up in their work
clothes every morning to carefully inspect rows of their large, flowering 200-plant garden.</p>
<p>After singing and playing music to their plants under the blazing hot sun during growing season, the brothers spend
about four hours watering the garden and take samples of every cannabis plant to analyze under a microscope for
any flaws.
</p>
<div class="smallpicright images"><img class="day1images" src="img/keyvis.jpg">Christian Kramme, current UCLA student and co-operator of Greenbox Inc., places marijuana into his grinder for a bowl. Kramme prefers one-to-one strains for their high CBD content, which minimizes the psychoactive responses while retaining the therapeutic effects. (Jintak Han/Assistant Photo editor)</div>
<p>With the passage of <a href="http://vig.cdn.sos.ca.gov/2016/general/en/pdf/text-proposed-laws.pdf">Proposition 64</a>,
the Krammes are quickly turning their nonprofit corporation into a commercial company.
</p>
<p>“We have an opportunity here to take what (farmers have) been fighting for to the next level, and to bring (cannabis)
to a wider audience,” Connor said.</p>
<p>He said he thinks cannabis can start helping patients get off opiates and benzodiazepines, potentially even treating
cancers. After years of using cannabis to treat their pain, anxiety and appetite, the Kramme brothers are inspired
to produce quality marijuana to help patients treat their conditions.</p>
<img class="day1images" src="img/medcard.png">
<p>But everyday presents a new challenge, Connor said.</p>
<p>Last year, the brothers spent the growing season living in a trailer and painstakingly tending to their plants everyday.
They said they started growing late, so their plants were small compared to other farmers in the area.</p>
<p>Regardless, the brothers said they are eager to grow an even more successful harvest this year because they have
learned from last year’s mistakes.</p>
<p>“I really feel like we’ve perfected our craft and it’s really meaningful to me,” Connor said. “To care for something
so deeply was absolutely amazing. That was every day -- we were blessed to have that.”</p>
<hr />
<p>
<em>Contact Chiu at <a href="mailto:echiu@dailybruin.com">echiu@dailybruin.com</a> or tweet <a href="https://twitter.com/k4456395">@k4456395</a>.</em>
<hr />
<br />
<br />
</p>
</div>
</article>
<article class="article-content" id="op1">
<div id="op-headline-day1-1"></div>
<div class="article-header2">
<div class="headline-section">
<div class="op-headline-day1">
Weed the People
</div>
<div class="section-identifier-opday1">
BY JASMINE AQUINO | ASSISTANT OPINION EDITOR
</div>
</div>
</div>
<div class="article-post">
<p>I own a black shirt with a red-eyed banana slug holding a joint, courtesy of my best friend from UC Santa Cruz. There’s
a weed culture in Northern California, after all.</p>
<p><a href="http://www.gallup.com/poll/194195/adults-say-smoke-marijuana.aspx?g_source=Well-Being&g_medium=lead&g_campaign=tiles">One in eight</a> adults
smoke marijuana in the United States – including University of California students. But in my journalistic experience,
it has been easier for me to talk more openly about marijuana with students in Northern California than here at
UCLA.</p>
<div class="images"><img class="day1images" src="img/weed.png">(Jesse Wang/Daily Bruin)</div>
<p>There are marijuana enthusiasts on this campus who are aspiring artists, scientists, entrepreneurs and everyday activists.
These individuals need to come out as cannabis consumers to contest the stigma around it. Smoking weed has no bearing
on people’s ability to do great things. Even if you don’t use marijuana, you should at least take the time to seek
hard facts and information on the drug before publicly claiming it should be illegal.</p>
<p>Stigma haunts marijuana’s reputation and the lives of many underprivileged individuals: “Reefer Madness” author Larry
Sloman claimed that states mostly banned marijuana during the early 1900s “when faced with significant numbers
of Mexicans or Negroes utilizing the drug.”
</p>
<p>Richard Nixon codified these beliefs during his presidency. He spoke about the drug in a <a href="http://abcnews.go.com/GMA/story?id=126236&page=1">recorded conversation</a> in 1971. “You know it’s a funny thing, every one of the bastards that are out for legalizing marijuana is Jewish,”
Nixon said on tape. “What the Christ is the matter with the Jews, Bob? What is the matter with them? … By God we
are going to hit the marijuana thing, and I want to hit it right square in the puss.”
</p>
<p>And he did with the Controlled Substances Act, signed in 1970, which classified marijuana as a Schedule I drug, the
highest rating, on par with drugs like heroin. Schedule II drugs, which are considered less severe, include cocaine
and methamphetamine.
</p>
<p>The fear these beliefs and policies have instilled prevents any level-headed federal action to this day. The people
most likely to suffer from the fallout are people of color – African-Americans are <a href="http://www.nytimes.com/2013/06/04/us/marijuana-arrests-four-times-as-likely-for-blacks.html">four times more likely</a> than white adults to be arrested for marijuana possession.
</p>
<p>Paired with the current president’s unpredictable nature, conservative values in today’s administration makes marijuana’s
place as a state’s rights issue uncertain.
</p>
<p>
U.S. Attorney General Jeff Sessions condemned the drug during a Senate hearing in April of 2016, before he joined the current
presidential administration.
</p>
<p>“This drug is dangerous, it’s not funny, it’s not something to laugh about. … (I am) trying to send that message
with clarity that good people don’t smoke marijuana,” Sessions said.
</p>
<p>That’s just wrong. In fact, progress towards acceptance is slow but sure. According to <a href="http://www.ucdenver.edu/academics/colleges/medicalschool/centers/BioethicsHumanities/ArtsHumanities/Documents/MJ%20Goes%20Main%20Street%20TIME%202015.pdf">Time</a>,
16 percent of Americans were in favor of legalizing marijuana in 1973. The number rose to 34 percent in 2003 and
60 percent in 2016.
</p>
<p>“I think people are really reacting to that right now. It’s a paradigm shift – they’re reacting to that and saying
"you know what, I should be able to choose what I consume and put into my body, just like alcohol,'” said Connor
Kramme, co-founder of Green Box Dispenser Inc., a cannabis farm. Kramme graduated from UC Berkeley in 2016 and
now works on perfecting agricultural techniques for Green Box Dispenser Inc. in Northern California.
</p>
<p>“If I’m a 21-year-old adult, I’m of legal age to be responsibly consuming something that either acts as a relaxant,
enhances fun, enhances the taste of food, movies and entertainment,” Kramme said. “So I think people using (marijuana)
in that fashion are really just saying ‘OK, this is a consumer choice, a liberty choice.'”</p>
<div class="video-refer2">
<div class="title">
<center>VIDEO</center>
</div>
<div class="player-container">
<div class="video-poster">
<img src="https://media.giphy.com/media/12tYyI91QOfv6E/giphy.gif" width="100%">
</div>
<div id="player-2"></div>
</div>
<div class="video-title">
Cannabis Kingdom: What does being high feel like?
</div>
<div class="video-text">
A visual representation of what being high feels like.
</div>
</div>
<p>But cannabis culture at Northern California campuses is far more widespread than in Southern California. During my
senior year of high school, in 2013, I spent some time visiting college campuses, including UC Berkeley. That year,
Cal Day was held on 4/20. </p>
<p>On the eve of 4/20, my host’s roommate left her apartment to celebrate with friends. The next morning, I remember
walking from one student panel to the next and getting a whiff of the herb burning behind buildings.</p>
<p>Four years later, things are still the same. UC Berkeley student Maddy Ponzio said campus administration sends out
emails leading up to 4/20 to remind students that Berkeley is a “smoke-free campus."</p>
<p>“You should see it on 4/20,” said Shiyann Cole, a student at UC Berkeley. “I work at the library and a lot of the
times on 4/20, for security, we have extra workers because there’s always this huge cloud of smoke right outside.”</p>
<div class="images"><img class="day1images" src="img/7.jpg">Memorial Glade is a popular hangout for the University of California, Berkeley students, located in the middle of the campus. On 4/20, students gather at the open field in front of their college library to smoke marijuana together. (Jintak Han/Assistant Photo editor)</div>
<p>And this is not a unique occurrence for a college campus. At UC Santa Cruz, students set up picnics and festivals
in Porter Meadow, outside one of its residential colleges, to celebrate the day. They play music and sing, form
smoke circles and sell T-shirts like the one my friend gave me from when she attended.</p>
<p>And the social normalization spills into academia. UC Davis School of Medicine offers students a course on marijuana,
Human Physiology 115: “Physiology of Cannabis,” the first of its type in the UC system. The class aims to educate
its students on how cannabinoids affect the body.</p>
<p>“We felt that it was imperative that we train our students and eventually offer courses to the general public,” said
Luis Fernando-Santana, the chair of the Department of Physiology and Membrane Biology at the UC Davis School of
Medicine.</p>
<p>UC San Diego houses the Center for Medicinal Cannabis Research on campus. UCLA does not have an official marijuana
research center, but there are organizations like the UCLA Cannabinoid Affinity Group that work to learn more about
and reduce the stigma of cannabis consumption.</p>
<p>In their efforts to contributing expertise toward legal changes, these facilities need the support of people who
smoke marijuana – and those who do not – because the information is significant on a community level.</p>
<p>Coming out as a cannabis consumer, supporting these organizations or demanding classes about the presence and effects
of cannabis in our society is important. Not only will it help future economic gain or academic research, but it
can also help the people who have been affected by the drug from a legal or medical standpoint.</p>
<p>Most people argue that using marijuana can make a person dependent on it and diminish their chances of doing well
in life, but there is not enough research on the drug. Posing it as so harmful that it needs to be criminalized
is irresponsible.</p>
<div class="smallpicright images"><img class="day1images" src="img/13.jpg">This joint is from the Berkeley Patients Care Collective, a medical marijuana dispensary near the University of California, Berkeley campus. It contains “Tangie,” a popular hybrid strain. Joints are usually rolled with rice paper and smaller than blunts, which are rolled with tobacco leaves. (Jintak Han/Assistant Photo editor)</div>
<p>Smokers of marijuana vary beyond these stereotypes – they need to come out of the woodwork and actively fight the
stigma against it.</p>
<p>I am a marijuana user – and a graduating senior at UCLA. I spent my last four years, and years before then, lending
my hand on campaigns and projects that promote college-readiness, feminist efforts and environmental awareness.
I have also smoked weed to better my near non-existent appetite and to relax after a stressful week.</p>
<p>Being a good person and being a marijuana user are two orthogonal concepts – being a smoker has no bearing on your
performance as a student or employee.</p>
<p>I'm for sure intending to smoke a celebratory blunt after walking across the graduation stage this June.</p>
<hr />
<p>
<em>Contact Aquino at <a href="mailto:jaquino@dailybruin.com">jaquino@dailybruin.com</a> or tweet <a href="https://twitter.com/aquinojasmineee">@aquinojasmineee.</a></em>
</p>
<div class="read-more-title">READ MORE<br></div>
<div class="cards">
<div class="link-card refer left">
<a href="day2.html"><div class="link-image" style="background-image: url('img/day2/keyvis_thumb.jpg');"></div></a>
<div class="link-title"><a href="day2.html">Part 2: A Budding Industry</a></div>
</div>
<div class="link-card refer right">
<a href="day3.html"><div class="link-image refer" href="day3.html" style="background-image: url('img/day3/keyvis_thumb.jpg');"></div></a>
<div class="link-title"><a href="day3.html">Part 3: An Ounce of Hope</a></div>
</div>
</div>
</div>
</article>
</div>
<div class="KW_progressContainer">
<div class="KW_progressBar">
</div>
</div>
<!--SCRIPTS-->
<script src="https://code.jquery.com/jquery-3.2.1.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4="
crossorigin="anonymous"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.98.0/js/materialize.min.js"></script>
<script src="js/scroll_progress.js"></script>
<script src="js/app.js"></script>
<script src="js/appv2.js"></script>
<script src="js/smoothscroll.js"></script>
</body>
</html>