-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
70 lines (58 loc) · 2.77 KB
/
Copy pathindex.html
File metadata and controls
70 lines (58 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
64
65
66
67
68
69
70
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ben Johansen</title>
<!-- google font -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css" />
<script defer src="index.js"></script>
</head>
<body>
<header>
<h1>Ben Johansen</h1>
<nav>
<a href='index.html'>About</a>
<a href='music.html'>Music</a>
<a href='teaching.html'>Teaching</a>
<a href='research.html'>Research</a>
<a href='contact.html'>Contact</a>
</nav>
</header>
<!-- About -->
<section id='About'>
<h2>About</h2>
<h3>I explore, play, make, and share.</h3>
<div class="indentme">
<p>
For nearly 20 years, I have combined coding, music, and technology in creative projects, teaching, and research. Curiosity and self-drive has lead me into learning technologies in many different areas, both hardware (from microcontrollers to analog synths) and software (from Max to JavaScript). I am passionate about intuitive interactions and modularity … but more than anything, I am built to explore, play, and experiment with technology and sound to create what others have not even imagined. My creative areas of focus include acoustic and electronic music, improvisation/indeterminacy, performing, and the intersection of art and Christianity.
</p>
<p>
My mission is to empower students to become leaders in the creation of meaningful, forward-looking art, guiding them as they blend technology and creativity to shape their chosen industries. I am also committed to advancing the School's pioneering status in arts innovation and help foster a culture of innovation and curiosity at the intersection of art and new technologies.
</p>
<p>
I am a <a href="https://music.baylor.edu/benjohansen">Senior Lecturer in Composition & Computer Music</a> at Baylor University.
</p>
</div>
<h3>Education</h3>
<div class="indentme">
<p>
BME & MM - Baylor University<br>
Ph.D. - University of North Texas
</p>
<p>
<a href="/assets/johansen-resume-feb2026.pdf">Resume</a>
</p>
<p>
<a href="face.html">Portrait</a>
</p>
</div>
</section>
<footer>
<p>© 2026 Ben Johansen. All rights reserved.</p>
</footer>
</body>
</html>