Skip to content

Commit

Permalink
add book chapter
Browse files Browse the repository at this point in the history
  • Loading branch information
jooyoungseo committed Sep 4, 2023
1 parent ebb340d commit 423bb0e
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 2 deletions.
10 changes: 10 additions & 0 deletions bib/book.bib
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
@incollection{SeoDogucu2023,
author = {JooYoung Seo and Mine Dogucu},
title = {Data Science and Accessibility},
booktitle = {Teaching Accessible Computing},
editor = {Amy Ko and Richard Ladner and Alannah Oleso},
pubstate = {under review},
year = {2024},
publisher = {University of Washington},
annote = {*}
}
13 changes: 12 additions & 1 deletion docs/JooYoung_Seo_CV.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />

<meta name="date" content="2023-08-31" />
<meta name="date" content="2023-09-04" />
<title>JooYoung Seo’s Curriculum Vitae</title>


Expand Down Expand Up @@ -361,6 +361,17 @@ <h2>Papers in Refereed Conference Proceedings</h2>
International Society of the Learning Sciences (ISLS).
</div>
</div>
</div>
<div id="book-chapters" class="section level2">
<h2>Book Chapters</h2>
<div id="bibliography">
<div id="ref-SeoDogucu2023" class="csl-entry">
1.<sup><strong><em>*</em></strong></sup> <strong>Seo, J.</strong>,
&amp; Dogucu, M. (2024). Data science and accessibility. In A. Ko,
R. Ladner, &amp; A. Oleso (Eds.), <em>Teaching accessible
computing</em>. University of Washington.
</div>
</div>
<!--chapter:end:publication.Rmd-->
</div>
<div id="publications-in-healthcare" class="section level2">
Expand Down
Binary file modified docs/JooYoung_Seo_CV.pdf
Binary file not shown.
10 changes: 9 additions & 1 deletion docs/JooYoung_Seo_CV.tex
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
% Leave any of these blank if they are not needed
% 2019-02-14 Chris Umphlett - add flexibility to the document name in footer, rather than have it be static Curriculum Vitae
\makecvfooter
{August 31, 2023}
{September 04, 2023}
{JooYoung Seo~~~·~~~Curriculum Vitae}
{\thepage~ of \pageref{LastPage}~}

Expand Down Expand Up @@ -408,6 +408,14 @@ \subsection{Papers in Refereed Conference
computer supported collaborative learning (CSCL) 2017} (Vol. 2, pp.
573--576). International Society of the Learning Sciences (ISLS).

\subsection{Book Chapters}\label{book-chapters}

\hypertarget{bibliography}{}
\leavevmode\vadjust pre{\hypertarget{ref-SeoDogucu2023}{}}%
1.\textsuperscript{\textbf{\emph{*}}} \textbf{Seo, J.}, \& Dogucu, M.
(2024). Data science and accessibility. In A. Ko, R. Ladner, \& A. Oleso
(Eds.), \emph{Teaching accessible computing}. University of Washington.

\subsection{Publications in
Healthcare}\label{publications-in-healthcare}

Expand Down
6 changes: 6 additions & 0 deletions publication.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,9 @@ vitae::bibliography_entries("bib/journal.bib")
```{r}
bibliography_entries("bib/proceedings.bib")
```

## Book Chapters

```{r}
bibliography_entries("bib/book.bib")
```

0 comments on commit 423bb0e

Please sign in to comment.