Skip to content

Commit

Permalink
#13 advance file, 🐛 path of artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ committed Mar 21, 2023
1 parent 5950127 commit 25998a2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/R-stuff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: academic-cv
path: academic-cv-summary.pdf
path: text/academic-cv-summary.pdf
7 changes: 7 additions & 0 deletions academic-cv-summary.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,11 @@ Currently, his Google Scholar profile includes `r length(myPapers$title)` papers

The paper with the most cites is `r myPapers$title[1]` [@jjproteng], with `r myPapers$cites[1]` cites.

```{r citation,echo=FALSE,message=FALSE}
history <- get_citation_history(myId)
library(ggplot2)
library(ggthemes)
ggplot(history, aes(x=year,y=cites))+ geom_line()+ geom_point()+theme_tufte()
```

## References

0 comments on commit 25998a2

Please sign in to comment.