Skip to content

Commit

Permalink
Update citation info
Browse files Browse the repository at this point in the history
  • Loading branch information
LinqLover committed Apr 29, 2022
1 parent 6794703 commit 1d882ff
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 1 deletion.
43 changes: 43 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
[![GitHub CI](https://img.shields.io/github/checks-status/LinqLover/downstream-repository-mining/master)](https://github.com/LinqLover/downstream-repository-mining/actions)
[![Codacy](https://app.codacy.com/project/badge/Grade/e4c01a65b11c4098b206122915bbaedb)](https://www.codacy.com/gh/LinqLover/downstream-repository-mining/dashboard?utm_source=github.com&utm_medium=referral&utm_content=LinqLover/downstream-repository-mining&utm_campaign=Badge_Grade)
[![CodeFactor](https://www.codefactor.io/repository/github/linqlover/downstream-repository-mining/badge)](https://www.codefactor.io/repository/github/linqlover/downstream-repository-mining)
[![Citation info](https://img.shields.io/badge/-citation-blue)](#citation)

Mine usage information about your JavaScript/TypeScript package from dependent repositories.

Expand Down Expand Up @@ -59,6 +60,48 @@ $ npm run install-all

Don't forget to specify the access tokens for the data sources as described in the relevant package documentation.
## Citation
- To cite **this repository,** press the <kbd>Cite</kbd> button in the About section of the repository:
[![https://doi.org/10.5281/zenodo.6338060](https://img.shields.io/badge/doi-10.5281%2Fzenodo.6338060-blue)](https://doi.org/10.5281/zenodo.6338060)
> Thiede, C. (2022). LinqLover/downstream-repository-mining: Submission (17th International Conference on Evaluation of Novel Approaches to Software Engineering) (submission-enase17) [Computer software]. Zenodo. <https://doi.org/10.5281/ZENODO.6338060>
<details>
<summary>BibTeX citation file (repository)</summary>
<pre lang="bib"><code>@software{dowdep2022,
author = {Thiede, Christoph and Scheibel, Willy and Limberger, Daniel and Döllner, Jürgen},
doi = {10.5281/zenodo.6338060},
month = {3},
title = {{dowdep: Software Mining of Downstream Dependency Repositories}},
version = {submission-enase17},
year = {2022}
}</code></pre>
</details>
- To cite **the [scientific paper](docs/paper),** please use this citation:
[![https://doi.org/10.5220/0011093700003176](https://img.shields.io/badge/doi-10.5220%2F0011093700003176-blue)](https://doi.org/10.5220/0011093700003176)
> Thiede, C., Scheibel, W., Limberger, D., & Döllner, J. (2022). Augmenting Library Development by Mining Usage Data from Downstream Dependencies. In *Proceedings of the 17th International Conference on Evaluation of Novel Approaches to Software Engineering*. 17th International Conference on Evaluation of Novel Approaches to Software Engineering. SCITEPRESS - Science and Technology Publications. <https://doi.org/10.5220/0011093700003176>
<details>
<summary>BibTeX citation file (paper)</summary>
<pre lang="bib"><code>@conference{dowdep22paper,
author={Christoph Thiede and Willy Scheibel. and Daniel Limberger. and Jürgen Döllner.},
title={Augmenting Library Development by Mining Usage Data from Downstream Dependencies},
booktitle={Proceedings of the 17th International Conference on Evaluation of Novel Approaches to Software Engineering - ENASE,},
year={2022},
pages={221-232},
publisher={SciTePress},
organization={INSTICC},
doi={10.5220/0011093700003176},
isbn={978-989-758-568-5},
}</code></pre>
</details>
## Acknowledgements
This is currently a student project for the course "Software Mining and Applications" offered by the Computer Graphics System Group ([@hpicgs](https://github.com/hpicgs)/[@varg-dev](https://github.com/varg-dev)) at the Hasso Plattner Institute (HPI), Potsdam, Germany.
Expand Down
8 changes: 7 additions & 1 deletion docs/paper/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,10 @@ Citation format:
}
```

The first version of this paper has been written in the context of the Software Mining & Applications seminar, a preprint of this version is available via the original seminar release: [Release Submission (Software Mining & Applications)](https://github.com/LinqLover/downstream-repository-mining/releases/tag/submission-ss21#:~:text=paper.pdf)
## Seminar Paper

The first version of this paper has been written in the context of the Software Mining & Applications seminar.

A preprint of this version is available via the original seminar release: [Release Submission (Software Mining & Applications)](https://github.com/LinqLover/downstream-repository-mining/releases/tag/submission-ss21#:~:text=paper.pdf)

The original sources of the seminar paper are still preserved in the git history: [`paper@submission-ss21`](https://github.com/LinqLover/downstream-repository-mining/tree/submission-ss21/docs/paper)

0 comments on commit 1d882ff

Please sign in to comment.