Skip to content

Commit 72bb92d

Browse files
committed
no wrap
1 parent db92c1c commit 72bb92d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

posts/notes/_posts/2017-02-01-cv.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,15 @@ hidden: true
6363
.research-interests div {
6464
/* line-height: 1.4;
6565
padding: 8px 0; */
66-
white-space: nowrap;
66+
/* white-space: nowrap;
6767
overflow: hidden;
68-
text-overflow: ellipsis; /* Optional: adds ... if text is too long */
68+
text-overflow: ellipsis; */
69+
/* Optional: adds ... if text is too long */
70+
/* line-height: 1.4;
71+
padding: 8px 0; */
72+
white-space: normal;
73+
word-wrap: break-word;
74+
overflow-wrap: break-word;
6975
}
7076
.research-interests div::before {
7177
content: "";
@@ -90,13 +96,7 @@ hidden: true
9096
<div class="heading" id="summary">Research Summary and Skills</div>
9197
<div class="entry">
9298
<div class="item">
93-
<span class="deemph">Computer Science Researcher with over 15 years of experience at the intersection
94-
of AI/ML and software engineering. Proven expertise in building and operating
95-
large-scale software systems for "Big Code" analytics and programming language processing,
96-
with deep knowledge of AI/ML applications to source code analysis
97-
and coding automation. Strong background in building compound AI systems, with a special focus
98-
on multi-LLM collaboration, LLMs chemistry estimation, and multi-LLM consensus for uncertainty quantification, data processing, knowledge extraction, information prediction, and source code analysis tasks. Skilled in prototyping novel solutions, solving complex technical problems, communicating across technical and non-technical audiences, and leading interdisciplinary teams in
99-
both research and applied domains.</span>
99+
<span class="deemph">Computer Science Researcher with over 15 years of experience at the intersection of AI/ML and software engineering. Proven expertise in building and operating large-scale systems for "Big Code" analytics and programming language processing. Deep knowledge of AI/ML applications to source code analysis, coding automation, and social-cyber security. Strong background in modeling, analyzing, and detecting social-cyber operations targeting open-source ecosystems, and in developing compound AI systems focused on multi-LLM collaboration, LLM chemistry estimation, and multi-LLM consensus for uncertainty quantification, knowledge extraction, and source code analysis. Skilled in prototyping novel solutions, solving complex technical problems, communicating across technical and non-technical audiences, and leading interdisciplinary teams in both research and applied domains.</span>
100100
</div> <!-- item -->
101101
</div> <!-- entry -->
102102
<div class="heading">Skills</div>

0 commit comments

Comments
 (0)