-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgipp.bib
More file actions
2370 lines (2200 loc) · 190 KB
/
gipp.bib
File metadata and controls
2370 lines (2200 loc) · 190 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
@article{GippS97,
author = {Gipp, Bela and Stiller, Jan-Olaf},
date = {1997},
journaltitle = {Research project in the national competition of the Foundation 'Jugend forscht', (Germany's premier youth science competition), Hamburg, Germany},
keywords = {!bg,!bg_author,\#nosource,\x{26d4} No DOI found,jabref_imp2,old_tex_field_preprint},
preprint = {https://ag-gipp.github.io/bib/preprints/gipp97.pdf},
title = {Glasfaserbasierte analoge {{Bilduebertragung}} ("{{Fiber}} optic-based analog image transfer")},
}
@article{GippS98,
author = {Gipp, Bela and Stiller, Jan-Olaf},
date = {1998},
journaltitle = {Research project in the state-wide competition of the Foundation 'Jugend forscht', (Germany's premier youth science competition) Hamburg, Germany},
keywords = {!bg,!bg_author,\#nosource,\x{26d4} No DOI found,jabref_imp2,old_tex_field_preprint},
preprint = {https://ag-gipp.github.io/bib/preprints/gipp98.pdf},
title = {Verlaengerung der {{Standby}}-{{Zeit}} von {{Mobiltelefonen}} mittels intelligenter {{Integration}} eines {{Zusatzempfaengers}} im 433 {{MHz}}-{{Bereich}} ("{{Extending}} cell phone standby time by intelligent integration of an additional receiver in the 433 {{MHz}}-field")},
}
@article{GippS99,
abstract = {"Wo Menschen von Lawinen verschuettet werden, zaehlt bei der Rettung und Bergung jede Minute. Was in der Vergangenheit die traditionellen Lawinenhunde geleistet haben, muss in Zeiten des Massen-Tourismus mit technischem Know-how geloest werden. Die Idee von Bela Gipp, Jan-Olaf Stiller und Florian Krueger: Ein System, bei dem eine Infrarotkamera von einem Modellhubschrauber aus Bilder an ein Leitsystem weitergibt, auf dem sich die Temperaturunterschiede zwischen warmen Koerpern und Schnee erkennen lassen. Zur Orientierung des Hubschraubers dient eine zusaetzliche Echtfarbkamera, ein Ultraschallgeraet fuer schlechte Sicht und ein Global Positioning System (GPS). Alles kann mit einem Programm, das die jungen Erfinder geschrieben haben, ueber das Internet gesteuert und ausgewertet werden." 1999, Bundesjury 'Jugend forscht' zu dem Projekt "Der High-tech Bernhardiner"},
author = {Gipp, Bela and Stiller, Jan-Olaf},
date = {1999},
journaltitle = {Research project in the state-wide competition of the Foundation 'Jugend forscht', (Germany's premier youth science competition); http://www.gsm-schutzengel.de/hightec-index.shtml, Hamburg, Germany},
keywords = {!bg,!bg_author,\#nosource,\x{26d4} No DOI found,jabref_imp2,old_tex_field_preprint},
preprint = {https://ag-gipp.github.io/bib/preprints/gipp99.pdf},
title = {Der {{High}}-{{Tech Bernhardiner}} - {{Ein Rettungssystem}} fuer {{Lawinenopfer}} ("{{The High}}-tech {{St}}. {{Bernhard}} - an avalanche rescue system")},
}
@article{GippBP01,
abstract = {Jedes Jahr sterben auf deutschen Strassen 7.000 Menschen durch Verkehrsunfaelle. Davon koennten ueber 700 vor dem Tod bewahrt werden, wenn die Rettungsdienste unverzueglich nach dem Unfall informiert wuerden. Leider kommt es immer wieder vor, dass Verunfallte erst nach Minuten oder gar Stunden gefunden werden und so wertvolle Zeit bis zur Benachrichtigung der Rettungskraefte verstreicht. Warum nicht das flaechendeckend verfuegbare Mobilfunknetz nutzen, um automatisch Hilfe herbeizuholen? Urspruenglich im Rahmen von Jugend-forscht entwickelten wir in den vergangenen zwei Jahren ein flexibles und kostenguenstiges Notrufsystem - den "GSM Schutzengel". Dieser sieht aus wie ein gewoehnlicher Mobiltelefonakku, enthaelt aber zusaetzlich einen Beschleunigungssensor und einen Mikrokontroller zum Auswerten der Messdaten. Mit dieser Technik ist es moeglich, jedes handelsuebliche Mobiltelefon zu einem mobilen Schutzengel aufzuruesten, der Unfaelle sicher erkennt. Fehlalarme, beispielsweise durch Vollbremsungen waehrend der Autofahrt oder Hinunterfallen des Mobiltelefons, sind dabei ausgeschlossen. Bei einem Unfall ruft der GSM Schutzengel sofort die Rettungskraefte herbei. Dadurch kann selbst bewusstlosen Fahrern schnellstmoeglich geholfen werden. Die Position des Unfalls wird dabei ueber das Mobilfunknetz bestimmt - bis auf 150 m genau. Somit kann zielgenaue Hilfe gewaehrleistet werden, denn wer kann schon direkt nach einem Unfall beschreiben, wo genau er ist?},
author = {Gipp, Bela and Beel, Joeran and Petersen, Lars},
date = {2001},
journaltitle = {Research project in the national competition of the Foundation 'Jugend forscht', (Germany's premier youth science competition); http://www.gsm-schutzengel.de, Hamburg, Germany},
keywords = {!bg,!bg_author,!jb,!jb_author,\#nosource,\x{26d4} No DOI found,jabref_imp2,old_tex_field_preprint},
preprint = {https://ag-gipp.github.io/bib/preprints/gipp01.pdf},
title = {Der {{GSM}}-{{Schutzengel}} ("{{The GSM}} guardian angel")},
}
@inproceedings{AlcalaBFG03,
author = {Alcala, Felix and Beel, Joeran and Frenkel, Arne and Gipp, Bela and Luelf, Johannes and Hoepfner, Hagen},
editor = {Tuerker, Can},
location = {Zurich},
publisher = {ETH Zuerich},
booktitle = {Mobilitaet und {{Informationssysteme}} - {{Workshop}} des {{GI}}-{{Arbeitskreises}} "{{Mobile Datenbanken}} und {{Informationssysteme}}"},
date = {2003-10},
file = {D\:\\Zotero\\nmeuschke\\Data\\storage\\WM9E7FB4\\AlcalaBFG03--ortung_von_mobilen_geraeten_fuer_die_realisierung_lokationsbasierter_dienste.pdf},
keywords = {!bg,!bg_author,!jb,!jb_author,jabref_imp2,old_tex_field_preprint},
preprint = {https://ag-gipp.github.io/bib/preprints/alcala03.pdf},
title = {Ortung von mobilen {{Geraeten}} fuer die {{Realisierung}} lokationsbasierter {{Dienste}}},
}
@inproceedings{AlcalaBFG04,
author = {Alcala, Felix and Beel, Joeran and Frenkel, Arne and Gipp, Bela and Luelf, Johannes and Hoepfner, Hagen},
editor = {Kyamakya, K.},
publisher = {University of Hannover},
booktitle = {Proceedings of 1st {{Workshop}} on {{Positioning}}, {{Navigation}} and {{Communication}} 2004 ({{WPNC}} 04)},
date = {2004},
doi = {10.1.1.143.3208},
file = {D\:\\Zotero\\nmeuschke\\Data\\storage\\MD6XU6UQ\\AlcalaBFG04--ubiloc_a_system_for_locating_mobile_devices_using_mobile_devices.pdf},
keywords = {!bg,!bg_author,!bg_preprint,!jb,!jb_author,\x{26a0}\x{fe0f} Invalid DOI,jabref_imp2,old_tex_field_preprint},
preprint = {https://ag-gipp.github.io/bib/preprints/alcala04.pdf},
title = {{{UbiLoc}}: {{A System}} for {{Locating Mobile Devices}} using {{Mobile Devices}}},
}
@book{BeelG05,
author = {Beel, Joeran and Gipp, Bela},
location = {Aachen, Germany},
publisher = {Shaker Verlag},
url = {http://www.epass-buch.de},
date = {2005-10},
file = {D\:\\Zotero\\nmeuschke\\Data\\storage\\7LMXSW42\\BeelG05--epass_-_der_neue_biometrische_reisepass.pdf},
keywords = {!bg,!bg_author,!bg_preprint,!jb,!jb_author,jabref_imp2,old_tex_field_preprint},
preprint = {https://ag-gipp.github.io/bib/preprints/beel05.pdf},
title = {{{ePass}} - der neue biometrische {{Reisepass}}},
}
@report{Gipp06,
author = {Gipp, Bela},
institution = {Doctoral Proposal, VLBA-Lab, Otto-von-Guericke University, Germany. Supervisor: Prof. Claus Rautenstrauch.},
url = {http://www.vlba-lab.de; http://www.ovgu.de/},
date = {2006-02},
keywords = {!bg,!bg_author,\#nosource,\x{26d4} No DOI found,jabref_imp2,old_tex_field_preprint},
preprint = {https://www.vlba-lab.de; https://www.ovgu.de/},
title = {({{Co}}-){{Citation Proximity Analysis}} - {{A Measure}} to {{Identify Related Work}}},
type = {techreport},
}
@book{Beel07,
author = {Beel, Joeran},
location = {Scotts Valley (USA)},
publisher = {Createspace},
date = {2007},
keywords = {!jb,!jb_author,\#nosource,jabref_imp2},
owner = {Joeran},
title = {Project {{Team Rewards}} - {{Rewarding}} and {{Motivating}} your {{Project Team}}},
}
@book{GippBR07,
author = {Gipp, Bela and Beel, Joeran and Roessling, Ivo},
location = {Scotts Valley, USA},
publisher = {Createspace},
url = {http://epassport-book.com},
date = {2007-10},
file = {D\:\\Zotero\\nmeuschke\\Data\\storage\\QL3AR6UI\\GippBR07--epassport_the_worlds_new_electronic_passport.pdf},
keywords = {!bg,!bg_author,!bg_preprint,!jb,!jb_author,jabref_imp2,old_tex_field_preprint},
preprint = {https://ag-gipp.github.io/bib/preprints/gipp07.pdf},
title = {{{ePassport}}: {{The World}}'s {{New Electronic Passport}}},
}
@inproceedings{BeelG08ICADLPeer,
author = {Beel, Joeran and Gipp, Bela},
location = {Vienna, Austria},
booktitle = {Proceedings of the 5th {{International Conference}} on {{Digital Libraries}} ({{ICADL}}'08)},
date = {2008-08},
doi = {10.1007/978-3-540-89533-6_48},
file = {D\:\\Zotero\\nmeuschke\\Data\\storage\\8A39672A\\BeelG08ICADLPeer--collaborative_document_evaluation_an_alternative_approach_to_classic_peer_review.pdf},
keywords = {!bg,!bg_author,!bg_preprint,!jb,!jb_author,jabref_imp2,old_tex_field_preprint},
preprint = {https://ag-gipp.github.io/bib/preprints/beel08a.pdf},
title = {Collaborative {{Document Evaluation}}: {{An Alternative Approach}} to {{Classic Peer Review}}},
volume = {31},
}
@inproceedings{BeelG08ICADLScience,
author = {Beel, Joeran and Gipp, Bela},
editor = {Buchanan, George and Masoodian, Masood and Cunningham, Sally Jo},
location = {Heidelberg (Germany)},
publisher = {Springer},
booktitle = {Proceedings of the 11th {{International Conference}} on {{Asia}}-{{Pacific Digital Libraries}} ({{ICADL}}'08)},
date = {2008-12},
doi = {10.1007/978-3-540-89533-6},
file = {D\:\\Zotero\\nmeuschke\\Data\\storage\\3VJCQVJ2\\BeelG08ICADLScience--the_potential_of_collaborative_document_evaluation_for_science.pdf},
isbn = {978-3-540-89532-9},
keywords = {!bg,!bg_author,!bg_preprint,!jb,!jb_author,jabref_imp2,old_tex_field_preprint},
preprint = {https://ag-gipp.github.io/bib/preprints/beel08.pdf},
series = {Lecture notes in computer science ({{LNCS}})},
title = {The {{Potential}} of {{Collaborative Document Evaluation}} for {{Science}}},
volume = {5362},
}
@report{GomezQuesadaIMT08,
author = {Gomez Quesada, Victoria and Idone, Claudia and Meuschke, Norman and Teboul, Nicolas},
date = {2008-01},
doi = {10.5281/zenodo.3548729},
file = {D\:\\Zotero\\nmeuschke\\Data\\storage\\RDYJ5DK5\\GomezQuesadaIMT08--boklok_sweet_boklok_a_joint_innovation_of_skanska_and_ikea.pdf},
keywords = {!nm_author,!nm_preprint,jabref_imp2},
title = {{{BoKlok Sweet Boklok}}: {{A Joint Innovation}} of {{Skanska}} and {{IKEA}}},
type = {techreport},
}
@book{Beel09CS,
editor = {Beel, Joeran},
location = {Munich (Germany)},
publisher = {Grin Verlag},
date = {2009},
keywords = {!jb,!jb_author,\#nosource,jabref_imp2},
owner = {Joeran},
title = {Computer {{Science}}: {{New Generations}}},
}
@inproceedings{Beel09VLBA,
author = {Beel, Joeran},
editor = {Arndt, H.-K. and Krcmar, H.},
location = {Magdeburg},
publisher = {Shaker Verlag},
booktitle = {Very {{Large Business Applications}} ({{VLBA}}): {{Systemlandschaften}} der {{Zukunft}}},
date = {2009},
file = {D\:\\Zotero\\nmeuschke\\Data\\storage\\ZZZATVY2\\Beel09VLBA--information_retrieval_in_mind_maps_zum_verbessern_von_suchapplikationen.pdf},
keywords = {!jb,!jb_author,\x{26d4} No DOI found,jabref_imp2},
owner = {Joeran},
pages = {139--152},
series = {Workshop des {{Centers}} for {{Very Large Business Applications}} ({{CVLBA}})},
title = {Information {{Retrieval}} in {{Mind Maps}} zum {{Verbessern}} von {{Suchapplikationen}}},
volume = {3},
}
@inproceedings{BeelG09ISSI,
author = {Beel, Joeran and Gipp, Bela},
editor = {Larsen, Birger and Leta, Jacqueline},
location = {Rio de Janeiro, Brazil},
publisher = {International Society for Scientometrics and Informetrics},
booktitle = {Proceedings of the 12th {{International Conference}} on {{Scientometrics}} and {{Informetrics}} ({{ISSI}}'09)},
date = {2009-07},
doi = {10.1109/ITNG.2009.317},
file = {D\:\\Zotero\\nmeuschke\\Data\\storage\\VCSKF5F3\\BeelG09ISSI--google_scholars_ranking_algorithm_an_introductory_overview.pdf},
keywords = {!bg,!bg_author,!bg_preprint,!jb,!jb_author,jabref_imp2,old_tex_field_preprint},
preprint = {https://ag-gipp.github.io/bib/preprints/beel09.pdf},
title = {Google {{Scholar}}'s {{Ranking Algorithm}}: {{An Introductory Overview}}},
volume = {1},
}
@inproceedings{BeelG09ITNG,
author = {Beel, Joeran and Gipp, Bela},
editor = {Latifi, Shahram},
location = {Las Vegas, USA},
publisher = {IEEE},
url = {https://dx.doi.org/10.1109/ITNG.2009.317},
booktitle = {Proceedings of the 6th {{International Conference}} on {{Information Technology}}: {{New Generations}} ({{ITNG}}'09)},
date = {2009-04},
doi = {10.1109/ITNG.2009.317},
file = {D\:\\Zotero\\nmeuschke\\Data\\storage\\PKUBW98X\\BeelG09ITNG--google_scholars_ranking_algorithm_the_impact_of_articles_age_an_empirical_study.pdf},
keywords = {!bg,!bg_author,!bg_preprint,!jb,!jb_author,jabref_imp2},
title = {Google {{Scholar}}'s {{Ranking Algorithm}}: {{The Impact}} of {{Articles}}' {{Age}} ({{An Empirical Study}})},
}
@inproceedings{BeelG09RCIS,
author = {Beel, Joeran and Gipp, Bela},
editor = {Flory, Andra and Collard, Martine},
location = {Fez, Morocco},
publisher = {IEEE},
booktitle = {Proceedings of the 3rd {{IEEE International Conference}} on {{Research Challenges}} in {{Information Science}} ({{RCIS}}'09)},
date = {2009-04},
doi = {10.1109/RCIS.2009.5089308},
file = {D\:\\Zotero\\nmeuschke\\Data\\storage\\8YYUP34D\\BeelG09RCIS--google_scholars_ranking_algorithm_the_impact_of_citation_counts_an_empirical_study.pdf},
keywords = {!bg,!bg_author,!bg_preprint,!jb,!jb_author,jabref_imp2,old_tex_field_preprint},
preprint = {https://ag-gipp.github.io/bib/preprints/beel09a.pdf},
title = {Google {{Scholar}}'s {{Ranking Algorithm}}: {{The Impact}} of {{Citation Counts}} ({{An Empirical Study}})},
}
@article{BeelGM09,
author = {Beel, Joeran and Gipp, Bela and Mueller, Christoph},
url = {https://www.dlib.org/dlib/november09/11inbrief.html},
date = {2009-11},
doi = {10.1045/november2009-inbrief},
file = {D\:\\Zotero\\nmeuschke\\Data\\storage\\IEBAQWPA\\BeelGM09--sciplore_mindmapping_-_a_tool_for_creating_mind_maps_combined_with_pdf_and_reference.pdf},
journaltitle = {D-Lib Magazine},
keywords = {!bg,!bg_author,!bg_preprint,!jb,!jb_author,jabref_imp2,old_tex_field_preprint},
number = {11},
preprint = {https://ag-gipp.github.io/bib/preprints/beel09c.pdf},
title = {'{{SciPlore MindMapping}}' - {{A Tool}} for {{Creating Mind Maps Combined}} with {{PDF}} and {{Reference Management}}},
volume = {15},
}
@inproceedings{BeelGS09ICMLDA,
author = {Beel, Joeran and Gipp, Bela and Stiller, Jan-Olaf},
editor = {Ao, S. I. and Douglas, C. and Grundfest, W. S. and Burgstone, J.},
location = {Berkeley, USA},
organization = {International Association of Engineers (IAENG)},
publisher = {Newswood Limited},
booktitle = {Proceedings of the {{International Conference}} on {{Machine Learning}} and {{Data Analysis}} ({{ICMLDA}}'09)},
date = {2009-10},
keywords = {!bg,!bg_author,!jb,!jb_author,\#nosource,jabref_imp2,old_tex_field_preprint},
preprint = {https://ag-gipp.github.io/bib/preprints/beel09e.pdf},
series = {Lecture notes in engineering and computer science},
title = {Could {{Mind Maps Be Used To Improve Academic Search Engines}}?},
volume = {2},
}
@inproceedings{BeelGS09,
author = {Beel, Joeran and Gipp, Bela and Stiller, Jan-Olaf},
location = {Washington, USA},
publisher = {IEEE},
annotation = {BeelGS09Collab},
booktitle = {Proceedings of the 5th {{International Conference}} on {{Collaborative Computing}}: {{Networking}}, {{Applications}} and {{Worksharing}} ({{CollaborateCom}}'09)},
date = {2009-11},
doi = {10.4108/ICST.COLLABORATECOM2009.8298},
file = {D\:\\Zotero\\nmeuschke\\Data\\storage\\J3ISCB3L\\BeelGS09--information_retrieval_on_mind_maps_-_what_could_it_be_good_for.pdf},
keywords = {!bg,!bg_author,!bg_preprint,!jb,!jb_author,jabref_imp2,old_tex_field_preprint},
preprint = {https://ag-gipp.github.io/bib/preprints/beel09f.pdf},
title = {Information {{Retrieval}} on {{Mind Maps}} - {{What Could}} it be {{Good For}}?},
}
@incollection{Gipp09,
author = {Gipp, Bela},
editor = {Arndt, H.-K. and Krcmar, H.},
location = {Magdeburg},
publisher = {Shaker Verlag},
chapter = {Entwicklung neuer Verfahren zur Bestimmung von Dokumentenaehnlichkeiten mittels Referenz- und Zitationsanalyse},
date = {2009-10},
keywords = {!bg,!bg_author,\#nosource,jabref_imp2,old_tex_field_preprint},
pages = {163--173},
preprint = {https://ag-gipp.github.io/bib/preprints/gipp09b.pdf},
series = {3. {{Workshop}} des centers for very large business applications ({{CVLBA}})},
title = {Very {{Large Business Applications}} ({{VLBA}}): {{Systemlandschaften}} der {{Zukunft}}},
}
@inproceedings{GippB09ISSI,
author = {Gipp, Bela and Beel, Joeran},
editor = {Larsen, Birger and Leta, Jacqueline},
location = {Rio de Janeiro, Brazil},
publisher = {International Society for Scientometrics and Informetrics},
booktitle = {Proceedings of the 12th {{International Conference}} on {{Scientometrics}} and {{Informetrics}} ({{ISSI}}'09)},
date = {2009-07},
file = {D\:\\Zotero\\nmeuschke\\Data\\storage\\X47G2TX5\\GippB09ISSI--citation_proximity_analysis_cpa_-_a_new_approach_for_identifying_related_work_based.pdf},
keywords = {!bg,!bg_author,!bg_preprint,!jb,!jb_author,jabref_imp2,old_tex_field_preprint},
preprint = {https://ag-gipp.github.io/bib/preprints/gipp09a.pdf},
title = {Citation {{Proximity Analysis}} ({{CPA}}) - {{A New Approach}} for {{Identifying Related Work Based}} on {{Co}}-{{Citation Analysis}}},
volume = {2},
}
@inproceedings{GippB09WCECC,
author = {Gipp, Bela and Beel, Joeran},
editor = {Ao, S. I. and Douglas, C. and Grundfest, W. S. and Burgstone, J.},
location = {Berkeley, USA},
organization = {International Association of Engineers (IAENG)},
publisher = {Newswood Limited},
booktitle = {Proceedings of {{The World Congress}} on {{Engineering}} and {{Computer Science}} 2009},
date = {2009-10},
isbn = {978-988-17012-6-8},
keywords = {!bg,!bg_author,!jb,!jb_author,\#nosource,jabref_imp2,old_tex_field_preprint},
preprint = {https://ag-gipp.github.io/bib/preprints/gipp09c.pdf},
series = {Lecture notes in engineering and computer science},
title = {Identifying {{Related Documents For Research Paper Recommender By CPA And COA}}},
volume = {1},
}
@inproceedings{GippBH09,
author = {Gipp, Bela and Beel, Joeran and Hentschel, Christian},
location = {Virudhunagar, India},
organization = {Kamaraj College of Engineering and Technology India},
publisher = {IEEE},
booktitle = {Proceedings of the {{International Conference}} on {{Emerging Trends}} in {{Computing}} ({{ICETiC}}'09)},
date = {2009-01},
file = {D\:\\Zotero\\nmeuschke\\Data\\storage\\FX6FFT4P\\GippBH09--scienstein_a_research_paper_recommender_system.pdf},
keywords = {!bg,!bg_author,!bg_preprint,!jb,!jb_author,jabref_imp2,old_tex_field_preprint},
preprint = {https://ag-gipp.github.io/bib/preprints/gipp09.pdf},
title = {Scienstein: {{A Research Paper Recommender System}}},
}
@inproceedings{Beel10Sem,
author = {Beel, Joeran},
location = {Berkeley (USA)},
organization = {School of Information, University of California Berkeley},
booktitle = {Seminar on {{Information Access}}},
date = {2010},
keywords = {!jb,!jb_author,\#nosource,\x{26d4} No DOI found,jabref_imp2},
owner = {Joeran},
title = {Mind {{Maps}}, {{Information Retrieval}}, and {{SciPlore MindMapping}}},
}
@inproceedings{Beel10ECDL,
author = {Beel, Joeran},
editor = {Lalmas, M and Jose, J and Rauber, A and Sebastiani, R and Frommholz, I},
location = {Glasgow (UK)},
publisher = {Springer},
booktitle = {Research and {{Advanced Technology}} for {{Digital Libraries}}, {{Proceedings}} of the 14th {{European Conference}} on {{Digital Libraries}} ({{ECDL}}'10)},
date = {2010},
doi = {10.1007/978-3-642-11615-5},
file = {D\:\\Zotero\\nmeuschke\\Data\\storage\\FTIR47JB\\Beel10ECDL--retrieving_data_from_mind_maps_to_enhance_search_applications.pdf},
ids = {Beel10a},
keywords = {!jb,!jb_author,jabref_imp2},
owner = {Joeran},
series = {Lecture {{Notes}} of {{Computer Science}} ({{LNCS}})},
title = {Retrieving {{Data}} from {{Mind Maps}} to {{Enhance Search Applications}}},
volume = {6273},
}
@article{BeelG10JEP,
author = {Beel, Joeran and Gipp, Bela},
date = {2010-12},
doi = {10.3998/3336451.0013.305},
file = {D\:\\Zotero\\nmeuschke\\Data\\storage\\BU83PHFJ\\BeelG10JEP--academic_search_engine_spam_and_google_scholars_resilience_against_it.pdf},
journaltitle = {Journal of Electronic Publishing},
keywords = {!bg,!bg_author,!bg_preprint,!jb,!jb_author,jabref_imp2,old_tex_field_preprint},
number = {3},
preprint = {https://ag-gipp.github.io/bib/preprints/beel2010.pdf},
title = {Academic {{Search Engine Spam}} and {{Google Scholar}}'s {{Resilience Against}} it},
volume = {13},
}
@inproceedings{BeelG10HTEnh,
author = {Beel, Joeran and Gipp, Bela},
location = {Toronto, Canada},
publisher = {ACM},
booktitle = {Proceedings of the 21st {{ACM Conference}} on {{Hypertext}} and {{Hypermedia}} ({{HT}}'10)},
date = {2010-06},
doi = {10.1145/1810617.1810686},
file = {D\:\\Zotero\\nmeuschke\\Data\\storage\\PDD4GWXD\\BeelG10HTEnh--enhancing_information_search_by_utilizing_mind_maps.pdf},
keywords = {!bg,!bg_author,!bg_preprint,!jb,!jb_author,jabref_imp2,old_tex_field_preprint},
preprint = {https://ag-gipp.github.io/bib/preprints/beel10d.pdf},
title = {Enhancing {{Information Search}} by {{Utilizing Mind Maps}}},
}
@inproceedings{BeelG10ICUIMC,
author = {Beel, Joeran and Gipp, Bela},
location = {Seoul, Korea},
booktitle = {Proceedings of the 4th {{ACM International Conference}} on {{Ubiquitous Information Management}} and {{Communication}} ({{ICUIMC}}'10)},
date = {2010-01},
doi = {10.1145/2108616.2108662},
file = {D\:\\Zotero\\nmeuschke\\Data\\storage\\USDQ2YKJ\\BeelG10ICUIMC--link_analysis_in_mind_maps_a_new_approach_to_determine_document_relatedness.pdf},
keywords = {!bg,!bg_author,!bg_preprint,!jb,!jb_author,jabref_imp2,old_tex_field_preprint},
preprint = {https://ag-gipp.github.io/bib/preprints/beel10a.pdf},
title = {Link {{Analysis}} in {{Mind Maps}}: {{A New Approach To Determine Document Relatedness}}},
}
@inproceedings{BeelG10HTRobust,
author = {Beel, Joeran and Gipp, Bela},
location = {Toronto, Canada},
publisher = {ACM},
booktitle = {Proceedings of the 21st {{ACM Conference}} on {{Hypertext}} and {{Hypermedia}} ({{HT}}'10)},
date = {2010-06},
doi = {10.1145/1810617.1810683},
file = {D\:\\Zotero\\nmeuschke\\Data\\storage\\LBIEBRN8\\BeelG10HTRobust--on_the_robustness_of_google_scholar_against_spam.pdf},
keywords = {!bg,!bg_author,!bg_preprint,!jb,!jb_author,jabref_imp2,old_tex_field_preprint},
preprint = {https://ag-gipp.github.io/bib/preprints/beel10c.pdf},
title = {On the {{Robustness}} of {{Google Scholar Against Spam}}},
}
@inproceedings{BeelGSF10,
author = {Beel, Joeran and Gipp, Bela and Shaker, Ammar and Friedrich, Nick},
editor = {Lalmas, M. and Jose, J. and Rauber, A. and Sebastiani, F. and Frommholz, I.},
location = {Glasgow, UK},
publisher = {Springer},
booktitle = {Research and {{Advanced Technology}} for {{Digital Libraries}}: {{Proceedings}} of the 14th {{European Conference}} on {{Digital Libraries}} ({{ECDL}}'10)},
date = {2010-09},
doi = {10.1007/978-3-642-15464-5_45},
file = {D\:\\Zotero\\nmeuschke\\Data\\storage\\LHRUHU3X\\BeelGSF10--sciplore_xtract_extracting_titles_from_scientific_pdf_documents_by_analyzing_style.pdf},
keywords = {!bg,!bg_author,!bg_preprint,!jb,!jb_author,jabref_imp2,old_tex_field_preprint},
preprint = {https://ag-gipp.github.io/bib/preprints/beel10e.pdf},
series = {Lecture notes of computer science ({{LNCS}})},
title = {{{SciPlore Xtract}}: {{Extracting Titles}} from {{Scientific PDF Documents}} by {{Analyzing Style Information}} ({{Font Size}})},
volume = {6273},
}
@article{BeelGW10,
author = {Beel, Joeran and Gipp, Bela and Wilde, Erik},
date = {2010-01},
doi = {10.3138/jsp.41.2.176},
file = {D\:\\Zotero\\nmeuschke\\Data\\storage\\QFQURJE5\\BeelGW10--academic_search_engine_optimization_aseo_optimizing_scholarly_literature_for_google.pdf},
journaltitle = {Journal of Scholarly Publishing},
keywords = {!bg,!bg_author,!bg_preprint,!jb,!jb_author,jabref_imp2,old_tex_field_preprint},
number = {2},
pages = {176--190},
preprint = {https://ag-gipp.github.io/bib/preprints/beel10.pdf},
title = {Academic {{Search Engine Optimization}} ({{ASEO}}): {{Optimizing Scholarly Literature}} for {{Google Scholar}} and {{Co}}},
volume = {41},
}
@article{Gipp10Talk,
author = {Gipp, Bela},
date = {2010-01},
howpublished = {Invited Talk, Seminar on Information Access at the School of Information, University of California, Berkeley},
journaltitle = {Invited Talk: Seminar on Information Access at the School of Information, University of California, Berkeley; Invitation by Michael Buckland.},
keywords = {!bg,!bg_author,\#nosource,\x{26d4} No DOI found,jabref_imp2,old_tex_field_preprint},
preprint = {https://ag-gipp.github.io/bib/preprints/gipp10.pdf},
title = {Citation {{Proximity Analysis}}},
}
@inproceedings{Gipp10ECDL,
author = {Gipp, Bela},
editor = {Lalmas, M. and Jose, J. and Rauber, A. and Sebastiani, F. and Frommholz, I.},
publisher = {Springer},
booktitle = {Research and {{Advanced Technology}} for {{Digital Libraries}}: {{Proceedings}} of the 14th {{European Conference}} on {{Digital Libraries}} ({{ECDL}}'10)},
date = {2010-09},
keywords = {!bg,!bg_author,\#nosource,jabref_imp2,old_tex_field_preprint},
preprint = {https://ag-gipp.github.io/bib/preprints/gipp10d.pdf},
series = {Lecture notes of computer science ({{LNCS}})},
title = {Measuring {{Document Relatedness}} by {{Citation Proximity Analysis}} and {{Citation Order Analysis}}},
volume = {6273},
}
@patent{GippB10Pat,
author = {Gipp, Bela and Beel, Joeran},
url = {https://patentscope.wipo.int/search/en/WO2010078857},
date = {2010-10},
keywords = {!bg,!bg_author,!jb,!jb_author,\#nosource,jabref_imp2,old_tex_field_preprint},
number = {WO/2010/078857},
preprint = {https://ag-gipp.github.io/bib/preprints/gipp2010.pdf},
title = {({{WO2010078857}}) {{Detection}} of a {{Similarity}} of {{Documents}} by {{Citation Proximity Analysis}}},
}
@inproceedings{GippB10HT,
author = {Gipp, Bela and Beel, Joeran},
location = {Toronto, Ontario, Canada},
publisher = {ACM},
booktitle = {Proceedings of the 21st {{ACM Conference}} on {{Hypertext}} and {{Hypermedia}} ({{HT}}'10)},
date = {2010-06},
doi = {10.1145/1810617.1810671},
file = {D\:\\Zotero\\nmeuschke\\Data\\storage\\ALEXRTPI\\GippB10HT--citation_based_plagiarism_detection_-_a_new_approach_to_identify_plagiarized_work.pdf},
isbn = {978-1-4503-0041-4},
keywords = {!bg,!bg_author,!bg_preprint,!jb,!jb_author,jabref_imp2,old_tex_field_preprint},
preprint = {https://ag-gipp.github.io/bib/preprints/gipp10c.pdf},
title = {Citation {{Based Plagiarism Detection}} - {{A New Approach}} to {{Identify Plagiarized Work Language Independently}}},
}
@article{GippB10Google,
author = {Gipp, Bela and Beel, Joeran},
date = {2010-01},
howpublished = {Invited Talk at Google Inc., Mountain View, CA, USA},
journaltitle = {Invited Talk at Google Inc., Mountain View, Ca, USA},
keywords = {!bg,!bg_author,!jb,!jb_author,\#nosource,\x{26d4} No DOI found,jabref_imp2,old_tex_field_preprint},
preprint = {https://ag-gipp.github.io/bib/preprints/gipp10a.pdf},
title = {Integrating {{Citation Proximity Analysis}} into {{Google Books}} and {{Google Scholar}}},
}
@inproceedings{GippTB10,
author = {Gipp, Bela and Taylor, Adriana and Beel, Joeran},
editor = {Lalmas, M. and Jose, J. and Rauber, A. and Sebastiani, F. and Frommholz, I.},
publisher = {Springer},
booktitle = {Research and {{Advanced Technology}} for {{Digital Libraries}}: {{Proceedings}} of the 14th {{European Conference}} on {{Digital Libraries}} ({{ECDL}}'10)},
date = {2010-09},
file = {D\:\\Zotero\\nmeuschke\\Data\\storage\\DVK8A8VU\\GippTB10--link_proximity_analysis_-_clustering_websites_by_examining_link_proximity.pdf},
keywords = {!bg,!bg_author,!bg_preprint,!jb,!jb_author,jabref_imp2,old_tex_field_preprint},
preprint = {https://ag-gipp.github.io/bib/preprints/gipp10b.pdf},
series = {Lecture notes of computer science ({{LNCS}})},
title = {Link {{Proximity Analysis}} - {{Clustering Websites}} by {{Examining Link Proximity}}},
volume = {6273},
}
@incollection{Beel11,
author = {Beel, Joeran},
editor = {Arndt, Hans-Knud and Krcmar, Helmut},
publisher = {Shaker Verlag},
booktitle = {Very {{Large Business Applications}} ({{VLBA}}): {{System Landscapes}} of the {{Future}}},
date = {2011},
file = {D\:\\Zotero\\nmeuschke\\Data\\storage\\AY7Q9TTJ\\Beel11--research_paper_recommendations_based_on_mind_maps.pdf},
keywords = {!jb,!jb_author,jabref_imp2},
owner = {joeran},
pages = {66--75},
series = {Berichte aus der {{Wirtschaftsinformatik}}},
title = {Research {{Paper Recommendations Based}} on {{Mind Maps}}},
}
@inproceedings{BeelGLG11JCDLDocear,
author = {Beel, Joeran and Gipp, Bela and Langer, Stefan and Genzmehr, Marcel},
publisher = {ACM},
booktitle = {Proceedings of the 11th {{ACM}}/{{IEEE Joint Conference}} on {{Digital Libraries}} ({{JCDL}}`11)},
date = {2011},
doi = {10.1145/1998076.1998188},
file = {D\:\\Zotero\\nmeuschke\\Data\\storage\\ISR4RYDF\\BeelGLG11JCDLDocear--docear_an_academic_literature_suite_for_searching_organizing_and_creating_academic.pdf},
keywords = {!bg,!bg_author,!bg_preprint,!jb,!jb_author,jabref_imp2,old_tex_field_preprint},
preprint = {https://ag-gipp.github.io/bib/preprints/beel2011c.pdf},
title = {Docear: {{An Academic Literature Suite}} for {{Searching}}, {{Organizing}} and {{Creating Academic Literature}}},
}
@inproceedings{BeelGLG11JCDLMrDLib,
author = {Beel, Joeran and Gipp, Bela and Langer, Stefan and Genzmehr, Marcel and Wilde, Erik and Nuernberger, Andreas and Pitman, Jim},
location = {Ottawa, Canada},
booktitle = {Proceedings of the 11th {{ACM}}/{{IEEE Joint Conference}} on {{Digital Libraries}} ({{JCDL}}`11)},
date = {2011-06},
doi = {10.1145/1998076.1998187},
file = {D\:\\Zotero\\nmeuschke\\Data\\storage\\MHZK6WK7\\BeelGLG11JCDLMrDLib--introducing_mr_dlib_a_machine-readable_digital_library.pdf},
keywords = {!bg,!bg_author,!bg_preprint,!jb,!jb_author,jabref_imp2,old_tex_field_preprint},
preprint = {https://ag-gipp.github.io/bib/preprints/beel2011b.pdf},
title = {Introducing {{Mr}}. {{DLib}}, a {{Machine}}-readable {{Digital Library}}},
}
@inproceedings{BeelL11,
author = {Beel, Joeran and Langer, Stefan},
publisher = {ACM},
booktitle = {Proceedings of the 11th {{ACM Symposium}} on {{Document Engineering}} ({{DocEng}}'11)},
date = {2011},
doi = {10.1145/2034691.2034709},
file = {D\:\\Zotero\\nmeuschke\\Data\\storage\\J2A7RHMP\\BeelL11--an_exploratory_analysis_of_mind_maps.pdf},
keywords = {!jb,!jb_author,jabref_imp2},
owner = {admin},
title = {An {{Exploratory Analysis}} of {{Mind Maps}}},
}
@article{Gipp11,
author = {Gipp, Bela},
date = {2011},
file = {D\:\\Zotero\\nmeuschke\\Data\\storage\\6PT6RK67\\Gipp11--identifying_related_work_and_plagiarism_by_citation_analysis.pdf},
journaltitle = {IEEE-TCDL Bulletin},
keywords = {!bg,!bg_author,\x{26d4} No DOI found,jabref_imp2,old_tex_field_preprint},
preprint = {https://ag-gipp.github.io/bib/preprints/gipp11a.pdf},
title = {Identifying {{Related Work}} and {{Plagiarism}} by {{Citation Analysis}}},
volume = {7},
}
@patent{GippB11,
abstract = {The invention relates to a method and a system for detecting a similarity of documents. The similarity of documents is detected with the help of an analysis of citations in one or more citation document(s), wherein the distance between the individual citations is used as criterion of the analysis. On the basis of the determined distance between two citations, respectively, a similarity value is determined, which is characteristic of the cited documents. A small distance between two citations leads to a high similarity of the cited documents. In case of several citations with regard to documents from several citation documents, the similarity values for the citation pairs from the individual citation documents are used for determining a final similarity value.},
author = {Gipp, Bela and Beel, Joeran},
url = {https://www.patentlens.net/patentlens/patent/US_2011_0264672_A1/en/},
date = {2011-10},
howpublished = {Patent Application},
keywords = {!bg,!bg_author,!jb,!jb_author,\#nosource,jabref_imp2,old_tex_field_preprint},
preprint = {https://ag-gipp.github.io/bib/preprints/gipp11pat.pdf},
title = {Method and {{System}} for {{Detecting}} a {{Similarity}} of {{Documents}}},
version = {A1},
}
@inproceedings{GippM11,
abstract = {Plagiarism Detection Systems have been developed to locate instances of plagiarism e.g. within scientific papers. Studies have shown that the existing approaches deliver reasonable results in identifying copy\&paste plagiarism, but fail to detect more sophisticated forms such as paraphrased plagiarism, translation plagiarism or idea plagiarism. The authors of this paper demonstrated in recent studies that the detection rate can be significantly improved by not only relying on text analysis, but by additionally analyzing the citations of a document. Citations are valuable language independent markers that are similar to a fingerprint. In fact, our examinations of real world cases have shown that the order of citations in a document often remains similar even if the text has been strongly paraphrased or translated in order to disguise plagiarism. This paper introduces three algorithms and discusses their suitability for the purpose of citation-based plagiarism detection. Due to the numerous ways in which plagiarism can occur, these algorithms need to be versatile. They must be capable of detecting transpositions, scaling and combinations in a local and global form. The algorithms are coined Greedy Citation Tiling, Citation Chunking and Longest Common Citation Sequence. The evaluation showed that if these algorithms are combined, common forms of plagiarism can be detected reliably. ? 2011 ACM.},
author = {Gipp, Bela and Meuschke, Norman},
location = {Mountain, View, CA, USA},
publisher = {ACM},
booktitle = {Proceedings of the 11th {{ACM Symposium}} on {{Document Engineering}}},
date = {2011-09},
doi = {10.1145/2034691.2034741},
file = {D\:\\Zotero\\nmeuschke\\Data\\storage\\6ZNKNBWR\\GippM11--citation_pattern_matching_algorithms_for_citation-based_plagiarism_detection_greedy.pdf},
ids = {GippM11a},
isbn = {978-1-4503-0863-2},
keywords = {!bg,!bg_author,!bg_preprint,!nm,!nm_author,!nm_preprint,jabref_imp1_clean,old_tex_field_preprint,pd_litrev19},
pages = {249--258},
preprint = {https://ag-gipp.github.io/bib/preprints/gipp11c.pdf},
title = {Citation {{Pattern Matching Algorithms}} for {{Citation}}-based {{Plagiarism Detection}}: {{Greedy Citation Tiling}}, {{Citation Chunking}} and {{Longest Common Citation Sequence}}},
}
@inproceedings{GippMB11,
abstract = {Various approaches for plagiarism detection exist. All are based on more or less sophisticated text analysis methods such as string matching, fingerprinting or style comparison. In this paper a new approach called Citation-based Plagiarism Detection is evaluated using a doctoral thesis [8], in which a volunteer crowd-sourcing project called GuttenPlag [1] identified substantial amounts of plagiarism through careful manual inspection. This new approach is able to identify similar and plagiarized documents based on the citations used in the text. It is shown that citation-based plagiarism detection performs significantly better than text-based procedures in identifying strong paraphrasing, translation and some idea plagiarism. Detection rates can be improved by combining citation-based with text-based plagiarism detection.},
author = {Gipp, Bela and Meuschke, Norman and Beel, Joeran},
location = {Ottawa, Canada},
booktitle = {Proceedings of 11th {{Annual International ACM}}/{{IEEE Joint Conference}} on {{Digital Libraries}} ({{JCDL}})},
date = {2011-06},
doi = {10.1145/1998076.1998124},
file = {D\:\\Zotero\\nmeuschke\\Data\\storage\\TCB79GXX\\GippMB11--comparative_evaluation_of_text-_and_citation-based_plagiarism_detection_approaches.pdf},
ids = {GippMB11a},
isbn = {978-1-4503-0744-4},
keywords = {!bg,!bg_author,!bg_preprint,!jb,!jb_author,!nm,!nm_author,!nm_preprint,jabref_imp1_clean,old_tex_field_preprint,pd_litrev19},
pages = {255--258},
preprint = {https://ag-gipp.github.io/bib/preprints/gipp11.pdf},
title = {Comparative {{Evaluation}} of {{Text}}- and {{Citation}}-based {{Plagiarism Detection Approaches}} using {{GuttenPlag}}},
}
@patent{GippSB11,
author = {Gipp, Bela and Stiller, Jan-Olaf and Beel, Joeran},
url = {https://www.wipo.int/patentscope/search/en/WO2011044865},
date = {2011-04},
keywords = {!bg,!bg_author,!jb,!jb_author,\#nosource,jabref_imp2,old_tex_field_preprint},
number = {WO/2011/044865},
preprint = {https://ag-gipp.github.io/bib/preprints/gipp2011a.pdf},
title = {({{WO2011044865}}) {{Method}} for {{Determining}} a {{Similarity}} of {{Objects}}},
}
@thesis{Meuschke11,
author = {Meuschke, Norman},
institution = {Dep. of Computer Science, Otto-von-Guericke-University Magdeburg, Germany},
location = {Magdeburg},
date = {2011-06},
ids = {Meuschke11a},
keywords = {!nm,!nm_author,\#nosource,jabref_imp1_clean},
owner = {Norman},
title = {Citation-{{Based Plagiarism Detection}} for {{Scientific Documents}}},
type = {Diploma {{Thesis}}},
}
@thesis{Schubotz11,
author = {Schubotz, Moritz},
institution = {Institut f\"{u}r theoretische Phyisk an der Fakult\"{a}t f\"{u}r Mathematik und Naturwissenschaften an der Technische Universit\"{a}t Berlin},
language = {English},
location = {Berlin},
date = {2011},
file = {D\:\\Zotero\\nmeuschke\\Data\\storage\\AZ3RTEHN\\Schubotz11--full_counting_statistics_-_a_quantum_master_equation_approach.pdf},
ids = {Schubotz11a},
keywords = {!ms,!ms_author,!ms_cv,!ms_preprint,\#nosource,jabref_imp2,old_tex_field_preprint},
owner = {Moritz},
pubstate = {unpublished},
title = {Full {{Counting Statistics}} - {{A}} quantum master equation approach},
type = {Diplomarbeit},
}
@article{SchubotzB11,
author = {Schubotz, Moritz and Brandes, Tobias},
date = {2011-08},
doi = {10.1103/PhysRevB.84.075340},
file = {D\:\\Zotero\\nmeuschke\\Data\\storage\\7CIEAV6R\\SchubotzB11--random_backaction_in_tunneling_of_single_electrons_through_nanostructures.pdf},
ids = {SchubotzB11a},
issn = {1098-0121},
journaltitle = {Physical Review B},
keywords = {!ms,!ms_author,!ms_cv,!ms_preprint,\#nosource,arxiv,jabref_imp2,journal,old_tex_field_preprint,peerreview},
number = {7},
owner = {Moritz},
pages = {1--8},
preprint = {https://arxiv.org/pdf/1105.4422.pdf},
title = {Random {{Backaction}} in {{Tunneling}} of {{Single Electrons Through Nanostructures}}},
volume = {84},
}
@article{Beel12LitRev,
author = {Beel, Joeran},
date = {2012},
journaltitle = {under review},
keywords = {!jb,!jb_author,\#nosource,\x{26d4} No DOI found,jabref_imp2},
owner = {admin},
title = {A {{Thorough Literature Review}} on {{User Modeling}}},
}
@misc{Beel12Blog,
author = {Beel, Joeran},
organization = {Docear},
url = {http://www.docear.org/2012/09/21/evaluations-in-information-retrieval-click-through-rate-ctr-vs-mean-absolute-error-mae-vs-root-mean-squared-error-mse-rmse-vs-precision/},
date = {2012},
journaltitle = {Docear},
keywords = {!jb,!jb_author,\#nosource,jabref_imp2},
owner = {admin},
title = {Evaluations in {{Information Retrieval}}: {{Click Through Rate}} ({{CTR}}) vs. {{Mean Absolute Error}} ({{MAE}}) vs. ({{Root}}) {{Mean Squared Error}} ({{MSE}} / {{RMSE}}) vs. {{Precision}}},
}
@inproceedings{MeuschkeGB12,
abstract = {This paper presents an open-source prototype of a citation-based plagiarism detection system called CitePlag. The underlying idea of the system is to evaluate the citations of academic documents as language independent markers to detect plagiarism. CitePlag uses three different detection algorithms that analyze the citation sequence of academic documents for similar patterns that may indicate unduly used foreign text or ideas. The algorithms consider multiple citation related factors such as proximity and order of citations within the text, or their probability of co-occurrence in order to compute document similarity scores. We present technical details of CitePlag's detection algorithms and the acquisition of test data from the PubMed Central Open Access Subset. Future advancements of the prototype focus on increasing the reference database by enabling the system to process more document and citation formats. Furthermore, we aim to improve CitePlag's detection algorithms and scoring functions for reducing the number of false positives. Eventually, we plan to integrate text with citation-based detection algorithms within CitePlag.},
author = {Meuschke, Norman and Gipp, Bela and Breitinger, Corinna},
location = {Newcastle upon Tyne, UK},
booktitle = {Proceedings of the 5th {{International Plagiarism Conference}}},
date = {2012-07},
doi = {10.5281/zenodo.3483088},
file = {D\:\\Zotero\\nmeuschke\\Data\\storage\\FYG54A4G\\MeuschkeGB12--citeplag_a_citation-based_plagiarism_detection_system_prototype.pdf},
ids = {MeuschkeGB12a},
keywords = {!bg,!bg_author,!bg_preprint,!cb,!cb_author,!nm,!nm_author,!nm_preprint,jabref_imp1_clean,old_tex_field_preprint},
preprint = {https://ag-gipp.github.io/bib/preprints/meuschke12.pdf},
title = {{{CitePlag}}: {{A Citation}}-based {{Plagiarism Detection System Prototype}}},
}
@misc{Schubotz12MathSearch,
author = {Schubotz, Moritz},
url = {http://www.mediawiki.org/wiki/Extension:MathSearch},
date = {2012},
keywords = {!ms,!ms_author,\#nosource,\x{26d4} No DOI found,jabref_imp2},
owner = {Moritz},
title = {Extension:{{MathSearch}} - {{MediaWiki}}},
urldate = {2012-10-05},
}
@misc{Schubotz12FSE,
author = {Schubotz, Moritz},
url = {http://mlp.formulasearchengine.com},
date = {2012},
keywords = {!ms,!ms_author,\#nosource,\x{26d4} No DOI found,jabref_imp2},
owner = {Moritz},
title = {Formulasearchengine},
urldate = {2016-04-01},
}
@article{Schubotz12CICM,
abstract = {Wikipedia, the world largest encyclopedia contains a lot of knowledge that is expressed as formulae exclusively. Unfortunately, this knowledge is currently not fully accessible by intelligent information retrieval systems. This immense body of knowledge is hidden form value-added services, such as search. In this paper, we present our MathSearch implementation for Wikipedia that enables users to perform a combined text and fully unlock the potential benefits.},
author = {Schubotz, Moritz},
biburl = {http://dblp.uni-trier.de/rec/bib/journals/corr/abs-1304-5475},
date = {2012-07},
doi = {10.14279/depositonce-5034},
eprint = {1304.5475},
eprinttype = {arxiv},
file = {D\:\\Zotero\\nmeuschke\\Data\\storage\\YJU6LZ63\\Schubotz12CICM--making_math_searchable_in_wikipedia.pdf},
ids = {Schubotz12},
journaltitle = {CoRR},
keywords = {!ms,!ms_author,!ms_cv,!ms_preprint,\#nosource,arxiv,cicm,conference,jabref_imp2,old_tex_field_preprint},
owner = {Moritz},
title = {Making {{Math Searchable}} in {{Wikipedia}}},
volume = {abs/1304.5475},
}
@inproceedings{BeelLG13JCDL,
author = {Beel, Joeran and Langer, Stefan and Genzmehr, Marcel},
booktitle = {under review at {{JCDL}} 2013},
date = {2013},
doi = {10.1145/2467696.2467786},
keywords = {!jb,!jb_author,\#nosource,jabref_imp2},
owner = {admin},
title = {Introducing {{Docear}}'s {{Research Paper Recommender System}}},
}
@inproceedings{BeelLG13,
author = {Beel, Joeran and Langer, Stefan and Genzmehr, Marcel},
date = {2013},
keywords = {!jb,!jb_author,\#nosource,\x{26d4} No DOI found,jabref_imp2},
owner = {joeran},
title = {Mind {{Map}} based {{Research Paper Recommendations}}},
}
@inproceedings{BeelLG13SIGIR,
author = {Beel, Joeran and Langer, Stefan and Genzmehr, Marcel},
organization = {ACM},
booktitle = {Under review at {{SIGIR}}'s 2013 {{Full Research Paper Track}}},
date = {2013},
keywords = {!jb,!jb_author,\#nosource,\x{26d4} No DOI found,jabref_imp2},
owner = {admin},
pages = {141--150},
title = {User {{Modeling Based}} on {{Mind Maps}}: {{A Thorough Analysis}} of {{How Mind Maps Can Be Utilized}} to {{Generate Literature Recommendations}}},
}
@inproceedings{BeelLGG13RepSysEval,
author = {Beel, Joeran and Langer, Stefan and Genzmehr, Marcel and Gipp, Bela and Breitinger, Corinna and Nuernberger, Andreas},
booktitle = {Proceedings of the {{Workshop}} on {{Reproducibility}} and {{Replication}} in {{Recommender Systems Evaluation}} ({{RepSys}}) at the {{ACM Recommender System Conference}} ({{RecSys}})},
date = {2013},
doi = {10.1145/2532508.2532512},
file = {D\:\\Zotero\\nmeuschke\\Data\\storage\\A98AS9W2\\BeelLGG13RepSysEval--research_paper_recommender_system_evaluation_a_quantitative_literature_survey.pdf},
keywords = {!bg,!bg_author,!bg_preprint,!cb,!cb_author,!jb,!jb_author,jabref_imp2,old_tex_field_preprint},
preprint = {https://ag-gipp.github.io/bib/preprints/beel2013i.pdf},
series = {{{ACM}} international conference proceedings series ({{ICPS}})},
title = {Research {{Paper Recommender System Evaluation}}: {{A Quantitative Literature Survey}}},
}
@inproceedings{BeelLGG13Comp,
author = {Beel, Joeran and Langer, Stefan and Genzmehr, Marcel and Gipp, Bela and Nuernberger, Andreas},
booktitle = {Proceedings of the {{Workshop}} on {{Reproducibility}} and {{Replication}} in {{Recommender Systems Evaluation}} ({{RepSys}}) at the {{ACM Recommender System Conference}} ({{RecSys}})},
date = {2013},
doi = {10.1145/2532508.2532511},
keywords = {!bg,!bg_author,!jb,!jb_author,\#nosource,jabref_imp2,old_tex_field_preprint},
preprint = {https://ag-gipp.github.io/bib/preprints/joeranbeel2013.pdf},
series = {{{ACM}} international conference proceedings series ({{ICPS}})},
title = {A {{Comparative Analysis}} of {{Offline}} and {{Online Evaluations}} and {{Discussion}} of {{Research Paper Recommender System Evaluation}}},
}
@book{Gipp13,
author = {Gipp, Bela},
publisher = {University of Magdeburg / Department of Computer Science, Otto-von-Guericke University Magdeburg, Germany},
date = {2013},
file = {D\:\\Zotero\\nmeuschke\\Data\\storage\\BSEQPACJ\\Gipp13--doctoral_thesis_citation-based_plagiarism_detection_applying_citation_pattern_analysis.pdf},
keywords = {!bg,!bg_author,!bg_preprint,jabref_imp2,old_tex_field_preprint},
preprint = {https://ag-gipp.github.io/bib/preprints/gipp13a.pdf},
title = {Doctoral {{Thesis}}: {{Citation}}-based {{Plagiarism Detection}}: {{Applying Citation Pattern Analysis}} to {{Identify Currently Non}}-{{Machine}}-{{Detectable Disguised Plagiarism}} in {{Scientific Publications}}},
}
@inproceedings{GippMBL13,
author = {Gipp, Bela and Meuschke, Norman and Breitinger, Corinna and Lipinski, Mario and N\"{u}rnberger, Andreas},
location = {Dublin, UK},
publisher = {ACM},
booktitle = {Proceedings of the 36th {{International ACM SIGIR Conference}} on {{Research}} and {{Development}} in {{Information Retrieval}}},
date = {2013-07},
doi = {10.1145/2484028.2484214},
file = {D\:\\Zotero\\nmeuschke\\Data\\storage\\35XT2UHW\\GippMBL13--demonstration_of_the_first_citation-based_plagiarism_detection_prototype.pdf},
ids = {GippMBL13a},
keywords = {!bg,!bg_author,!bg_preprint,!cb,!cb_author,!nm,!nm_author,!nm_preprint,jabref_imp1_clean,old_tex_field_preprint},
pages = {1119--1120},
preprint = {https://ag-gipp.github.io/bib/preprints/gipp13.pdf},
title = {Demonstration of the {{First Citation}}-based {{Plagiarism Detection Prototype}}},
}
@inproceedings{LeichASH13,
author = {Leich, Marcus and Adamek, Jochen and Schubotz, Moritz and Heise, Arvid and Rheinl\"{a}nder, Astrid and Markl, Volker},
editor = {Markl, Volker and Saake, Gunter and Sattler, Kai-Uwe and Hackenbroich, Gregor and Mitschang, Bernhard and H\"{a}rder, Theo and K\"{o}ppen, Veit},
publisher = {GI},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/btw/LeichASHRM13},
booktitle = {Datenbanksysteme {{F\"{u}r Business}}, {{Technologie Und Web}} ({{BTW}}), 15. {{Fachtagung Des GI}}-{{Fachbereichs}} "{{Datenbanken}} und {{Informationssysteme}}" ({{DBIS}}), 11.-15.3.2013 in {{Magdeburg}}, {{Germany}}. {{Proceedings}}},
date = {2013},
doi = {10.5281/zenodo.1210857},
keywords = {!ms,!ms_author,!ms_cv,\#nosource,jabref_imp2,old_tex_field_preprint},
pages = {507--510},
series = {{{LNI}}},
title = {Applying {{Stratosphere}} for {{Big Data Analytics}}},
volume = {214},
}
@inproceedings{LipinskiYBB13,
author = {Lipinski, Mario and Yao, Kevin and Breitinger, Corinna and Beel, Joeran and Gipp, Bela},
location = {Indianapolis, IN, USA},
publisher = {ACM},
booktitle = {Proceedings of the 13th {{ACM}}/{{IEEE}}-{{CS Joint Conference}} on {{Digital Libraries}} ({{JCDL}})},
date = {2013-07},
doi = {10.1145/2467696.2467753},
file = {D\:\\Zotero\\nmeuschke\\Data\\storage\\A4JSCYG3\\LipinskiYBB13--evaluation_of_header_metadata_extraction_approaches_and_tools_for_scientific_pdf.pdf},
keywords = {!bg,!bg_author,!bg_preprint,!cb,!cb_author,!jb,!jb_author,jabref_imp2,old_tex_field_preprint},
preprint = {https://ag-gipp.github.io/bib/preprints/lipinski13.pdf},
title = {Evaluation of {{Header Metadata Extraction Approaches}} and {{Tools}} for {{Scientific PDF Documents}}},
}
@article{MeuschkeG13,
abstract = {The problem of academic plagiarism has been present for centuries. Yet, the widespread dissemination of information technology, including the internet, made plagiarising much easier. Consequently, methods and systems aiding in the detection of plagiarism have attracted much research within the last two decades. Researchers proposed a variety of solutions, which we will review comprehensively in this article. Available detection systems use sophisticated and highly efficient character-based text comparisons, which can reliably identify verbatim and moderately disguised copies. Automatically detecting more strongly disguised plagiarism, such as paraphrases, translations or idea plagiarism, is the focus of current research. Proposed approaches for this task include intrinsic, cross-lingual and citation-based plagiarism detection. Each method offers unique strengths and weaknesses; however, none is currently mature enough for practical use. In the future, plagiarism detection systems may benefit from combining traditional character-based detection methods with these emerging detection approaches. Introduction},
author = {Meuschke, Norman and Gipp, Bela},
url = {https://www.ojs.unisa.edu.au/index.php/IJEI/article/view/847/610},
date = {2013-06},
doi = {10.5281/zenodo.3482941},
file = {D\:\\Zotero\\nmeuschke\\Data\\storage\\ETK4X4E8\\MeuschkeG13--state_of_the_art_in_detecting_academic_plagiarism.pdf},
ids = {MeuschkeG13a},
issn = {1833-2595},
journaltitle = {International Journal for Educational Integrity},
keywords = {!bg,!bg_author,!bg_preprint,!nm,!nm_author,!nm_preprint,jabref_imp1_clean,old_tex_field_preprint,pd_litrev19},
number = {1},
pages = {50--71},
preprint = {https://ag-gipp.github.io/bib/preprints/meuschke13.pdf},
title = {State of the {{Art}} in {{Detecting Academic Plagiarism}}},
volume = {9},
}
@inproceedings{SchubotzLM13,
abstract = {In this paper, we present our approach for searching mathematical formulae. We focus on a batch query approach that does not rely on specialized indexes, which are usually domain dependent and restrict the expressiveness of the query language. Instead, we use Stratosphere, a distributed data processing platform for Big Data Analytics that accesses data in a non-indexed format. This system is very effective for answering batches of queries that a researcher may wish to evaluate in bulk on large data sets. We demonstrate our approach using the NTCIR10 Math task, which provides a set of formula patterns and a test data corpus. We showcase a simple data analysis program for answering the given queries. We interpret the patterns as regular expressions and assume that matches to these expressions are also relevant search results to the end-user. Based on the evaluation of our results by mathematicians from Zentralblatt Math and mathematics students from Jacobs University, we conclude that our assumption holds principally with regard to precision and recall. Our work is just a first step towards a well-defined query language and processing system for scientific publications that allows researchers to specify their information need in terms of mathematical formulae and their contexts. We envision that our system can be utilized to realize such a vision.},
author = {Schubotz, Moritz and Leich, Marcus and Markl, Volker},
editor = {Kando, Noriko and Kato, Tsuneaki},
publisher = {National Institute of Informatics (NII)},
url = {http://research.nii.ac.jp/ntcir/workshop/OnlineProceedings10/pdf/NTCIR/MATH/03-NTCIR10-MATH-SchubotzM.pdf},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/ntcir/SchubotzLM13},
booktitle = {Proceedings of the 10th {{NTCIR Conference}} on {{Evaluation}} of {{Information Access Technologies}}, {{NTCIR}}-10, {{National Center}} of {{Sciences}}, {{Tokyo}}, {{Japan}}, {{June}} 18-21, 2013},
date = {2013},
file = {D\:\\Zotero\\nmeuschke\\Data\\storage\\PFLPUHHL\\SchubotzLM13--querying_large_collections_of_mathematical_publications_ntcir10_math_task.pdf},
ids = {SchubotzLM13a},
keywords = {!ms,!ms_author,!ms_cv,!ms_preprint,\#nosource,\x{26d4} No DOI found,conference,jabref_imp2,math search,mathml,ntcir,old_tex_field_preprint,peerreview,query language,stratosphere},
maintitle = {Querying large collections of mathematical publications},
owner = {Moritz},
pages = {667--674},
series = {ntcir-math.nii.ac.jp},
shorttitle = {Querying large collections of mathematical publications},
title = {Querying {{Large Collections}} of {{Mathematical Publications}}: {{NTCIR10 Math Task}}},
}
@inproceedings{AizawaKOS14,
abstract = {This paper presents an overview of the NTCIR-11 Math-2 Task, which is specifically dedicated to information access to mathematical content. In particular, the paper summarizes the task design, analysis of the submitted runs, and the main approaches deployed by the participating groups. It also contains an introduction to the optional free Wikipediasubtask, a newly introduced mathematical retrieval task using Wikipedia articles.},
author = {Aizawa, Akiko and Kohlhase, Michael and Ounis, Iadh and Schubotz, Moritz},
publisher = {National Institute of Informatics (NII)},
url = {http://research.nii.ac.jp/ntcir/workshop/OnlineProceedings11/pdf/NTCIR/OVERVIEW/01-NTCIR11-OV-MATH-AizawaA.pdf},
biburl = {https://dblp.org/rec/bib/conf/ntcir/AizawaKOS14},
booktitle = {Proceedings of the 11th {{NTCIR Conference}} on {{Evaluation}} of {{Information Access Technologies}}, {{NTCIR}}-11, {{National Center}} of {{Sciences}}, {{Tokyo}}, {{Japan}}, {{December}} 9-12, 2014},
date = {2014},
file = {D\:\\Zotero\\nmeuschke\\Data\\storage\\UZY4V3L8\\AizawaKOS14--ntcir-11_math-2_task_overview.pdf},
ids = {AizawaKOS14a},
keywords = {!ms,!ms_author,!ms_cv,!ms_preprint,\#nosource,\x{26d4} No DOI found,conference,content,information access to mathematical,jabref_imp2,mathml,NTCIR,old_tex_field_preprint},
owner = {Moritz},
pages = {88--98},
title = {{{NTCIR}}-11 {{Math}}-2 {{Task Overview}}},
}
@inproceedings{BeelLG14,
author = {Beel, Joeran and Langer, Stefan and Gipp, Bela},
location = {London, UK},
booktitle = {Proceedings of the 3rd {{International Workshop}} on {{Mining Scientific Publications}} ({{WOSP}} 2014) at the {{ACM}}/{{IEEE Joint Conference}} on {{Digital Libraries}} ({{JCDL}} 2014)},
date = {2014-09},
doi = {10.1045/november14-beel},
file = {D\:\\Zotero\\nmeuschke\\Data\\storage\\SZRKRSNH\\BeelLG14--the_architecture_and_datasets_of_docears_research_paper_recommender_system.pdf},
keywords = {!bg,!bg_author,!bg_preprint,!jb,!jb_author,jabref_imp2,old_tex_field_preprint},
preprint = {https://ag-gipp.github.io/bib/preprints/beel14b.pdf},
title = {The {{Architecture}} and {{Datasets}} of {{Docear}}'s {{Research Paper Recommender System}}},
}
@article{BeelLGN14,
author = {Beel, Joeran and Langer, Stefan and Gipp, Bela and Nuernberger, Andreas},
url = {https://www.dlib.org/dlib/november14/beel/11beel.html},
date = {2014-11},
doi = {10.1007/978-3-319-08786-3_26},
file = {D\:\\Zotero\\nmeuschke\\Data\\storage\\JQX6VJMT\\BeelLGN14--the_architecture_and_datasets_of_docears_research_paper_recommender_system.pdf},
journaltitle = {D-Lib Magazine - The Magazine of Digital Library Research},
keywords = {!bg,!bg_author,!bg_preprint,!jb,!jb_author,jabref_imp2,old_tex_field_preprint},
number = {11/12},
preprint = {https://ag-gipp.github.io/bib/preprints/beel14mdl.pdf},
title = {The {{Architecture}} and {{Datasets}} of {{Docear}}'s {{Research Paper Recommender System}}},
volume = {20},
}
@inproceedings{BeelLGN14a,
author = {Beel, Joeran and Langer, Stefan and Gipp, Bela and Nuernberger, Andreas},
editor = {Dimitrova, Vania and Kuflik, Tsvi and Chin, David and Ricci, Francesco and Dolog, Peter and Houben, Geert-Jan},
publisher = {Springer},
booktitle = {Proceedings of the 22nd {{Conference}} on {{User Modelling}}, {{Adaption}}, and {{Personalization}} ({{UMAP}})},
date = {2014},
doi = {10.1007/978-3-319-08786-3_26},
file = {D\:\\Zotero\\nmeuschke\\Data\\storage\\M7EH94Z4\\BeelLGN14a--utilizing_mind-maps_for_information_retrieval_and_user_modelling.pdf},
keywords = {!bg,!bg_author,!bg_preprint,!jb,!jb_author,jabref_imp2,old_tex_field_preprint},
pages = {301--313},
preprint = {https://ag-gipp.github.io/bib/preprints/beel2014d.pdf},
series = {Lecture notes in computer science},
title = {Utilizing {{Mind}}-{{Maps}} for {{Information Retrieval}} and {{User Modelling}}},
volume = {8538},
}
@inproceedings{CohlMSS14,
author = {Cohl, Howard S. and McClain, Marjorie A. and Saunders, Bonita V. and Schubotz, Moritz and Williams, Janelle C.},
editor = {Watt, Stephen M. and Davenport, James H. and Sexton, Alan P. and Sojka, Petr and Urban, Josef},
publisher = {Springer},
biburl = {https://dblp.org/rec/bib/conf/mkm/CohlMSSW14},
booktitle = {Intelligent {{Computer Mathematics}} - {{International Conference}}, {{CICM}} 2014, {{Coimbra}}, {{Portugal}}, {{July}} 7-11, 2014. {{Proceedings}}},
date = {2014},
doi = {10.1007/978-3-319-08434-3_30},
ids = {CohlMSS14a},
keywords = {!ms,!ms_author,!ms_cv,\#nosource,cicm,conference,jabref_imp2,old_tex_field_preprint},
owner = {Moritz},
pages = {419--422},
preprint = {https://arxiv.org/pdf/1404.6519.pdf},
series = {Lecture {{Notes}} in {{Computer Science}}},
title = {Digital {{Repository}} of {{Mathematical Formulae}}},
volume = {8543},
}
@book{Gipp14,
author = {Gipp, Bela},
publisher = {Springer Vieweg Research / Department of Computer Science, Otto-von-Guericke-University Magdeburg, Germany},
url = {https://www.springer.com/978-3-658-06393-1},
date = {2014},
doi = {0.1007/978-3-658-06394-8},
file = {D\:\\Zotero\\nmeuschke\\Data\\storage\\6FKVG3Q8\\Gipp14--citation-based_plagiarism_detection_-_detecting_disguised_and_cross-language_plagiarism.pdf},
isbn = {978-3-658-06393-1},
keywords = {!bg,!bg_author,!bg_preprint,jabref_imp2,old_tex_field_preprint},
preprint = {https://ag-gipp.github.io/bib/preprints/thesisbelagipp.pdf},
title = {Citation-based {{Plagiarism Detection}} - {{Detecting Disguised}} and {{Cross}}-language {{Plagiarism}} using {{Citation Pattern Analysis}}},
}
@article{GippMB14,
abstract = {The automated detection of plagiarism is an information retrieval task of increasing importance as the volume of readily accessible information on the web expands. A major shortcoming of current automated plagiarism detection approaches is their dependence on high character-based similarity. As a result, heavily disguised plagiarism forms, such as paraphrases, translated plagiarism, or structural and idea plagiarism, remain undetected. A recently proposed language-independent approach to plagiarism detection, Citation-based Plagiarism Detection (CbPD), allows the detection of semantic similarity even in the absence of text overlap by analyzing the citation placement in a document's full text to determine similarity. This article evaluates the performance of CbPD in detecting plagiarism with various degrees of disguise in a collection of 185,000 biomedical articles. We benchmark CbPD against two character-based detection approaches using a ground truth approximated in a user study. Our evaluation shows that the citation-based approach achieves superior ranking performance for heavily disguised plagiarism forms. Additionally, we demonstrate CbPD to be computationally more efficient than character-based approaches. Finally, upon combining the citation-based with the traditional character-based document similarity visualization methods in a hybrid detection prototype, we observe a reduction in the required user effort for document verification.},
author = {Gipp, Bela and Meuschke, Norman and Breitinger, Corinna},
date = {2014-08},
doi = {10.1002/asi.23228},
file = {D\:\\Zotero\\nmeuschke\\Data\\storage\\I9MLFLM3\\GippMB14--citation-based_plagiarism_detection_practicability_on_a_large-scale_scientific_corpus.pdf},
ids = {GippMB14a},
issn = {2330-1635},
journaltitle = {Journal of the Association for Information Science and Technology},
keywords = {!bg,!bg_author,!bg_preprint,!cb,!cb_author,!nm,!nm_author,!nm_preprint,jabref_imp1_clean,old_tex_field_preprint,pd_litrev19},
number = {8},
pages = {1527--1540},
preprint = {https://ag-gipp.github.io/bib/preprints/gipp13b.pdf},
title = {Citation-based {{Plagiarism Detection}}: {{Practicability}} on a {{Large}}-{{Scale Scientific Corpus}}},
volume = {65},
}
@inproceedings{GippMBP14,
abstract = {In a previous paper, we showed that analyzing citation patterns in the well-known plagiarized thesis by K. T. zu Guttenberg clearly outperformed current detection methods in identifying cross-language plagiarism. However, the experiment was a proof of concept and we did not provide a prototype. This paper presents a fully functional, web-based visualization of citation patterns for this verified cross-language plagiarism case, allowing the user to interactively experience the benefits of citation pattern analysis for plagiarism detection. Using examples from the Guttenberg plagiarism case, we demonstrate that the citation pattern visualization reduces the required examiner effort to verify the extent of plagiarism. Copyright ? 2014 SCITEPRESS - Science and Technology Publications.},
author = {Gipp, Bela and Meuschke, Norman and Breitinger, Corinna and Pitman, Jim and N\"{u}rnberger, Andreas},
location = {Lisbon, Portugal},
booktitle = {Proceedings {{International Conference}} on {{Enterprise Information Systems}} ({{ICEIS}})},
date = {2014-04},
doi = {10.5220/0004985406770683},
file = {D\:\\Zotero\\nmeuschke\\Data\\storage\\4XHSQIYS\\GippMBP14--web-based_demonstration_of_semantic_similarity_detection_using_citation_pattern_visualization.pdf},
ids = {GippMBP14a},
isbn = {978-989-758-028-4},
keywords = {!bg,!bg_author,!bg_preprint,!cb,!cb_author,!nm,!nm_author,!nm_preprint,jabref_imp1_clean,old_tex_field_preprint,pd_litrev19},
pages = {677--683},
preprint = {https://ag-gipp.github.io/bib/preprints/gipp14a.pdf},
title = {Web-based {{Demonstration}} of {{Semantic Similarity Detection Using Citation Pattern Visualization}} for a {{Cross Language Plagiarism Case}}},
volume = {2},
}
@inproceedings{MeuschkeG14,
abstract = {This paper proposes a hybrid approach to plagiarism detection in academic documents that integrates detection methods using citations, semantic argument structure, and semantic word similarity with character-based methods to achieve a higher detection performance for disguised plagiarism forms. Currently available software for plagiarism detection exclusively performs text string comparisons. These systems find copies, but fail to identify disguised plagiarism, such as paraphrases, translations, or idea plagiarism. Detection approaches that consider semantic similarity on word and sentence level exist and have consistently achieved higher detection accuracy for disguised plagiarism forms compared to character-based approaches. However, the high computational effort of these semantic approaches makes them infeasible for use in real-world plagiarism detection scenarios. The proposed hybrid approach uses citation-based methods as a preliminary heuristic to reduce the retrieval space with a relatively low loss in detection accuracy. This preliminary step can then be followed by a computationally more expensive semantic and character-based analysis. We show that such a hybrid approach allows semantic plagiarism detection to become feasible even on large collections for the first time.},
author = {Meuschke, Norman and Gipp, Bela},
location = {London, UK},
booktitle = {Proceedings of the 14th {{Annual International ACM}}/{{IEEE Joint Conference}} on {{Digital Libraries}} ({{JCDL}})},