Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
nmeuschke committed Feb 21, 2018
2 parents c86d8cc + 825ad30 commit a6c4b69
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 6 deletions.
5 changes: 3 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
MIT License

Copyright (c) 2015 Information Science Group, University of Konstanz (<a href="http://www.isg.uni-konstanz.de">www.isg.uni-konstanz.de</a>) - Bela Gipp (<a href="http://gipp.com/contact">www.gipp.com/contact</a>), Norman Meuschke (<a href="http://meuschke.org">www.meuschke.org</a>), Mario Lipinski and others.<br>
Copyright (c) 2015 Information Science Group, University of Konstanz (www.isg.uni-konstanz.de)
Bela Gipp (www.gipp.com/contact), Norman Meuschke (www.meuschke.org), Mario Lipinski (www.lipinski.tk) and others.

For publications related to this work see <a href="http://www.isg.uni-konstanz.de/publications/">www.isg.uni-konstanz.de/publications/pub</a>.<br>
For publications related to this work see www.isg.uni-konstanz.de/publications/pub.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
27 changes: 23 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,13 @@ The backend code includes adapter classes to include the functionality of Encopl

If you are interested in details on the detection algorithms or the CitePlag system, we suggest taking a look at the [doctoral thesis of Bela Gipp](http://sciplore.org/pub/thesisbelagipp).

#Please cite as:#
## Please cite as: ##

N. Meuschke, B. Gipp, and C. Breitinger. CitePlag: A Citation-based Plagiarism Detection System Prototype. In Proceedings of the 5th International Plagiarism Conference, Newcastle upon Tyne, UK, July 16-18 2012.

*BibTeX:*

```
#!tex
```tex
@INPROCEEDINGS{Meuschke2012,
author = {Meuschke, Norman and Gipp, Bela and Breitinger, Corinna},
Expand All @@ -30,4 +29,24 @@ N. Meuschke, B. Gipp, and C. Breitinger. CitePlag: A Citation-based Plagiarism D
year = {2012},
location = {Newcastle upon Tyne, UK}
}
```
```
## Related Publications ##
- N. Meuschke, M. Schubotz, F. Hamborg, T. Skopal, and B. Gipp, “Analyzing Mathematical Content to Detect Academic Plagiarism,” in Proceedings of the International Conference on Information and Knowledge Management (CIKM), Singapore, 2017. [(PDF)](https://www.gipp.com/wp-content/papercite-data/pdf/meuschke2017b.pdf)

- N. Meuschke, N. Siebeck, M. Schubotz, B. Gipp, “Analyzing Semantic Concept Patterns to Detect Academic Plagiarism,” in Proceedings of the 6th International Workshop on Mining Scientific Publications (WOSP) held in conjunction with the ACM/IEEE-CS Joint Conference on Digital Libraries (JCDL), 2017. [(PDF)](https://www.gipp.com/wp-content/papercite-data/pdf/meuschke2017a.pdf)

- Gipp, Citation-based Plagiarism Detection – Detecting Disguised and Cross-language Plagiarism using Citation Pattern Analysis, Springer Vieweg Research, 2014. [(PDF)](https://www.gipp.com/wp-content/papercite-data/pdf/thesisbelagipp.pdf)

- N. Meuschke and B. Gipp, “Reducing Computational Effort for Plagiarism Detection by using Citation Characteristics to Limit Retrieval Space”, in Proceedings of the IEEE-CS/ACM International Conference on Digital Libraries (DL), 2014, pp. 197-200. [(PDF)](https://www.gipp.com/wp-content/papercite-data/pdf/meuschke14.pdf)

- B. Gipp, N. Meuschke, and C. Breitinger, “Citation-based Plagiarism Detection: Practicability on a Large-scale Scientific Corpus”, Journal of the American Society for Information Science and Technology, vol. 65, iss. 2, pp. 1527-1540, 2014. [(PDF)](https://www.gipp.com/wp-content/papercite-data/pdf/gipp13b.pdf)

- B. Gipp, N. Meuschke, C. Breitinger, J. Pitman, and A. Nuernberger, “Web-based Demonstration of Semantic Similarity Detection using Citation Pattern Visualization for a Cross Language Plagiarism Case”, in Proceedings International Conference on Enterprise Information Systems (ICEIS), Special Session on Information Systems Security, Lisbon, Portugal, 2014, pp. 677-683. [(PDF)](https://www.gipp.com/wp-content/papercite-data/pdf/gipp14a.pdf)

- N. Meuschke and B. Gipp, “State of the Art in Detecting Academic Plagiarism”, International Journal for Educational Integrity, vol. 9, iss. 1, pp. 50-71, 2013. [(PDF)](https://www.gipp.com/wp-content/papercite-data/pdf/meuschke13.pdf)

- B. Gipp, N. Meuschke, C. Breitinger, M. Lipinski, and A. Nuernberger, “Demonstration of Citation Pattern Analysis for Plagiarism Detection”, in Proceedings International ACM SIGIR Conference on Research and Development in Information Retrieval (SIGIR), 2013. [(PDF)](https://www.gipp.com/wp-content/papercite-data/pdf/gipp13.pdf)

- B. Gipp and N. Meuschke, “Citation Pattern Matching Algorithms for Citation-based Plagiarism Detection: Greedy Citation Tiling, Citation Chunking and Longest Common Citation Sequence”, in Proceedings ACM Symposium on Document Engineering (DocEng), 2011. [(PDF)](https://www.gipp.com/wp-content/papercite-data/pdf/gipp11c.pdf)

- B. Gipp, N. Meuschke, and J. Beel, “Comparative Evaluation of Text- and Citation-based Plagiarism Detection Approaches using GuttenPlag”, in Proceedings ACM/IEEE-CS Joint Conference on Digital Libraries (JCDL), 2011. [(PDF)](https://www.gipp.com/wp-content/papercite-data/pdf/gipp11.pdf)

0 comments on commit a6c4b69

Please sign in to comment.