-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
144 lines (138 loc) · 6.7 KB
/
about.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About YC-Dendrolinguistics - AI Startup Analysis Hub</title>
<meta name="description" content="Learn about YC-Dendrolinguistics, a project cultivating linguistic forests from YC startup pitches using bio-inspired grammar trees to map pitch patterns.">
<meta name="keywords" content="YC-Dendrolinguistics, startup analysis, linguistic forests, grammar trees, pitch patterns, Y Combinator">
<meta name="author" content="Aman Priyanshu">
<style>
body {
font-family: 'Arial', sans-serif;
line-height: 1.6;
color: #333;
background-color: #f4f4f4;
margin: 0;
padding: 0;
}
.container {
max-width: 800px;
margin: 0 auto;
padding: 20px;
}
nav {
background-color: #252c45;
padding: 10px 0;
}
nav ul {
list-style-type: none;
padding: 0;
margin: 0;
display: flex;
justify-content: center;
}
nav ul li {
margin: 0 10px;
}
nav ul li a {
color: white;
text-decoration: none;
padding: 5px 10px;
border-radius: 5px;
transition: background-color 0.3s ease;
}
nav ul li a:hover {
background-color: #3a4258;
}
h1, h2 {
color: #252c45;
}
h1 {
text-align: center;
margin-bottom: 30px;
}
.section {
background-color: white;
border-radius: 8px;
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
padding: 20px;
margin-bottom: 20px;
}
.highlight {
background-color: #e9f0f7;
padding: 15px;
border-radius: 5px;
font-style: italic;
}
.component {
margin-bottom: 15px;
}
.component h3 {
color: #3498db;
}
</style>
</head>
<body>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="graphs.html">Startup Graphs</a></li>
<li><a href="proba_pages.html">Probability Analysis</a></li>
<li><a href="about.html">About</a></li>
<li><a href="https://amanpriyanshu.github.io/blogs/">AI Blogs</a></li>
</ul>
</nav>
<div class="container">
<h1>About YC-Dendrolinguistics</h1>
<div class="section">
<h2>My Little Experiment</h2>
<p class="highlight">"Cultivating linguistic forests from YC startup pitches using bio-inspired grammar trees to map pitch patterns."</p>
<p>Hi there! I'm Aman, and welcome to YC-Dendrolinguistics, my personal attempt to understand the fascinating world of startup pitches. This project started with a simple question that kept bugging me: "What makes a startup pitch tick?" As I dove into the vast ocean of Y Combinator (YC) startup descriptions, I found myself drawing parallels between the structure of language and the branching patterns of trees. And so, my little linguistic forest began to grow.</p>
</div>
<div class="section">
<h2>What I'm Trying to Do</h2>
<p>I'm not claiming to have all the answers, but I'm excited to explore. My approach borrows ideas from linguistics, data science, and even a bit of biology (Interested? Check out my personal <a href="https://amanpriyanshu.github.io/blogs/">AI-x-Privacy-x-Bio blogs</a>, also check out my <a href="https://amanpriyanshu.github.io/My-Personal-Model-Picks/">personally-picked list of models</a>.). I'm looking at YC startup pitches, trying to map out how they're structured, and seeing if I can spot any patterns.</p>
<p>Here's what I'm up to:</p>
<ul>
<li>Breaking down startup pitches into their basic parts</li>
<li>Creating tree-like structures to represent these pitches</li>
<li>Looking for common themes and elements</li>
<li>Visualizing my findings in ways that hopefully make sense</li>
</ul>
<p>It's a bit like being a language detective, only with more graphs and probably a few too many tree puns.</p>
</div>
<div class="section">
<h2>My Toolkit</h2>
<div class="component">
<h3>Startup Similarity Search</h3>
<p>Built a similarity search tool that lets you explore how different startups describe themselves. It's not just standard regex like search, but instead semantic search, where I download a local model on to your browser and you do the computing! (Yes, On-Prem)</p>
</div>
<div class="component">
<h3>Interactive Scatterplots</h3>
<p>I've created some colorful dots that represent different aspects of startup pitches. It's my way seeing patterns that might be hiding in plain sight.</p>
</div>
<div class="component">
<h3>Probability Trees</h3>
<p>Remember those sentence diagrams from school? I'm doing something similar with startup pitches, creating trees that show how different parts of a pitch tend to branch out. It's part art, part science, and entirely experimental.</p>
</div>
</div>
<div class="section">
<h2>Why I'm Doing This</h2>
<p>Honestly? I'm curious. I believe there's something to learn from how successful startups talk about themselves. My hope is that this project might:</p>
<ul>
<li>Give aspiring entrepreneurs some food for thought when crafting their pitches</li>
<li>Provide a new perspective for those interested in startup trends</li>
<li>Maybe, just maybe, contribute a small piece to the puzzle of understanding startup communication</li>
</ul>
<p>But mostly, I'm doing this because I find it fascinating, and I hope you might too.</p>
</div>
<div class="section">
<h2>What's Next?</h2>
<p>I'm still figuring that out! This project is very much a work in progress. I'm learning as I go, and I'm excited to see where this linguistic journey takes me. Got ideas? I'd love to hear them. Let me know!</p>
<p>Thanks for stopping by my little corner of the internet. I hope you find something interesting here, even if it's just a new way of looking at the language of innovation.</p>
</div>
</div>
</body>
</html>