-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.qmd
More file actions
63 lines (45 loc) · 2.77 KB
/
Copy pathabout.qmd
File metadata and controls
63 lines (45 loc) · 2.77 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
---
title: "About"
description: "Cole Rehbein — crisis counselor, psychology researcher, and writer in Albuquerque, NM."
code-tools: false
toc: false
---
```{=html}
<div class="terminal-window-large">
<div class="terminal-header-bar">
<span class="terminal-dot red"></span>
<span class="terminal-dot yellow"></span>
<span class="terminal-dot green"></span>
<code>cole@press:~$ cat ~/about.md</code>
</div>
<div class="terminal-body terminal-prose">
<h2>Cole Rehbein</h2>
<p class="terminal-subtitle-text">Crisis Counselor & Psychology Researcher · Albuquerque, New Mexico</p>
<p>I work in crisis mental health and study behavioral treatments for depression. Currently finishing a master's thesis on outdoor mindfulness-based behavioral activation.</p>
<h3>What I Do</h3>
<p><strong>Crisis work:</strong> 988 Suicide & Crisis Lifeline, Friday through Monday nights. ACT, behavioral activation, functional analysis of verbal behavior. High-acuity, short-duration interventions.</p>
<p><strong>Research:</strong> Master's thesis on outdoor mindfulness-based behavioral activation for depression. Longitudinal design, psychometric analysis, R and Python for data work.</p>
<p><strong>Building:</strong> Tools for psychological assessment (forthcoming), this website, a YouTube channel on mental health science communication.</p>
<h3>Background</h3>
<p><strong>St. John's College</strong> — B.A., philosophy (Great Books program). Focus on Spinoza, ethics, philosophy of mind. Ancient Greek (reading), close reading, Socratic dialogue.</p>
<p><strong>Journalism</strong> — City reporting, copyediting, culture writing. Local politics, food, arts.</p>
<p><strong>Clinical training</strong> — Crisis intervention, behavioral activation, ACT.</p>
<h3>How I Think</h3>
<ul>
<li><strong>Behavioral science:</strong> Functional analysis, ACT, behavioral activation</li>
<li><strong>Philosophy:</strong> Spinoza, ethics, philosophy of mind</li>
<li><strong>Contemplative practice:</strong> Sōtō Zen zazen (personal practice, student not teacher)</li>
<li><strong>Systems thinking:</strong> Class, power, institutional critique</li>
</ul>
<h3>Current Status</h3>
<ul>
<li><strong>Thesis:</strong> Data collection complete, analysis complete, writing in progress</li>
<li><strong>Crisis work:</strong> Friday–Monday, 2:00 PM–11:00 PM MT</li>
<li><strong>Location:</strong> Albuquerque, New Mexico</li>
</ul>
<h3>Contact</h3>
<p><a href="mailto:cole@cole.press">cole@cole.press</a> — Email is best. I check it when I'm not on crisis lines.</p>
<p><a href="https://github.com/colerehbein" target="_blank" rel="noopener noreferrer">GitHub</a></p>
</div>
</div>
```