Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wassmuth miresh thiel main #24

Open
wants to merge 49 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
bd33afc
Mustafa Miresh "Hello World"
Nov 1, 2023
f02c59d
Mustafa Miresh "Hello World"
Nov 1, 2023
6222dcb
Mustafa Miresh "Hello World"
Nov 1, 2023
f222a08
Merge remote-tracking branch 'origin/wassmuth-miresh-thiel-main' into…
Nov 1, 2023
ae7c395
Added some references (links and paper) regarding SimilarityFlooding
ywassmuth Nov 1, 2023
a52533b
Changed filename
ywassmuth Nov 1, 2023
1464820
Merge remote-tracking branch 'origin/main' into wassmuth-miresh-thiel…
ywassmuth Nov 7, 2023
44bac4b
Added new SimMatrixBoosting, expanded SimMatrixBoosting Interface, ad…
ywassmuth Nov 10, 2023
e0b9721
Corrected various bugs when generating and reading metadata.
ywassmuth Nov 12, 2023
9408af1
Added SimpleDirectedGraph package to maven
ywassmuth Nov 13, 2023
74be183
refactored code, column metadata generation is now more integrated in…
ywassmuth Nov 13, 2023
cf9690d
Merge branch 'wassmuth-miresh-thiel-metadata_gen' into wassmuth-mires…
ywassmuth Nov 13, 2023
16941e4
Added first implementation of (propagation) graph representations, SF…
ywassmuth Nov 13, 2023
39b2698
edit: structured readme file
Nov 14, 2023
dd2d326
First working sf alg, needs refactoring urgently
ywassmuth Nov 15, 2023
1c096d8
Merge remote-tracking branch 'origin/wassmuth-miresh-thiel-sf_alg' in…
ywassmuth Nov 15, 2023
c05db7a
Fixed bug (compare String by using == operator)
ywassmuth Nov 15, 2023
680e2e9
Added presentation, restructured resources/readme
ywassmuth Nov 15, 2023
428cbb1
Added support for configurable weight distribution for propagation ga…
ywassmuth Dec 17, 2023
e1fc909
Mayor refactoring, Metadata2Graph removed
ywassmuth Dec 22, 2023
d931cf7
Added SQL2Graph, Metadata2Graph, minor refactoring
ywassmuth Dec 22, 2023
bc7d4af
Bug fixes, added basic UCC and FD to graph DBGraph
ywassmuth Dec 23, 2023
c78bed5
Important bugfix regarding jgrapht handling
ywassmuth Dec 23, 2023
c8a8a0e
Added inversed water weighting, changed unambiguous node identificati…
ywassmuth Dec 23, 2023
47750ac
Merge remote-tracking branch 'origin/main' into wassmuth-miresh-thiel…
ywassmuth Dec 23, 2023
4e571b1
merged main branch, hence some major modifications, removed deprecate…
ywassmuth Jan 6, 2024
97e0ef9
Merge branch 'wassmuth-miresh-thiel-sf_alg' into wassmuth-miresh-thie…
ywassmuth Jan 11, 2024
b8cce49
Merge remote-tracking branch 'origin/main' into wassmuth-miresh-thiel…
ywassmuth Jan 17, 2024
f58182e
Disabled MetadataGenerator due to merge conflicts
ywassmuth Jan 17, 2024
60bfc30
"DB2Graph FD_all2all"
Jan 17, 2024
4a0834b
Fixed: Rebasing issue
Jan 23, 2024
b2799ce
Addded: Additional nodes to SQL2Graph
Jan 23, 2024
7abf34e
Fixed: Merge issue. Added Tests
Jan 23, 2024
ab7a298
Fixed merge issue
Jan 23, 2024
44a16f8
Fixed: Merge issue.
Jan 23, 2024
110a718
Merge branch 'wassmuth-miresh-thiel-main' into wassmuth-miresh-thiel-…
Jan 29, 2024
0b676f2
Changed: Data- and Algorithm-Config
Jan 30, 2024
cbabce5
Add: "Booost" most connected pairs
Jan 30, 2024
e434857
Changed: Visibility of function
Jan 30, 2024
c08a070
Changed: Graph implementation
Jan 30, 2024
c3db93c
Changed: Exclude Database nodes
Feb 5, 2024
26ac351
Changed: Algorithm parameter
Feb 5, 2024
3b82257
Changed: Algorithm config
Feb 5, 2024
ab23a57
Changed: Algorithm dataset config
Feb 5, 2024
8900084
Changed: Algorithm config
Feb 5, 2024
9e32091
merged main into this branch
Feb 5, 2024
e035d6c
Refactoring
Feb 6, 2024
85ed2a4
"DB2Graph FD_all2all_Fixed_generateGraph()"
Feb 6, 2024
fbd9079
Merge pull request #27 from avielhauer/wassmuth-miresh-thiel-optimist…
Anton-Mbg Mar 17, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 2 additions & 0 deletions data/Efes-bib/s1a-s2b/metadata/source/article/num.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
,num,title,class,annote,articleid,journal,loc,pages,note,month,year,vol
mean_length,0.73913044,57.739132,24.826086,114.95652,10.130435,39.782608,4.347826,3.9130435,0.0,2.0869565,3.652174,1.1304348
2 changes: 2 additions & 0 deletions data/Efes-bib/s1a-s2b/metadata/source/article/type.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
,num,title,class,annote,articleid,journal,loc,pages,note,month,year,vol
datatype,STRING,TEXT,TEXT,TEXT,STRING,TEXT,STRING,STRING,STRING,STRING,STRING,STRING
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
,authid,articleid
mean,1134.9166,
mean_length,,10.125
maximum,1419.0,
minimum,364.0,
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
,authid,articleid
datatype,INTEGER,STRING
5 changes: 5 additions & 0 deletions data/Efes-bib/s1a-s2b/metadata/source/author/num.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
,name,authid
mean,,903.86
mean_length,12.1,
maximum,,1832.0
minimum,,6.0
2 changes: 2 additions & 0 deletions data/Efes-bib/s1a-s2b/metadata/source/author/type.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
,name,authid
datatype,STRING,INTEGER
5 changes: 5 additions & 0 deletions data/Efes-bib/s1a-s2b/metadata/source/book/num.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
,year,bookid,month,num,loc,publisher,pages,class,annote,note,title,vol
mean,1981.4166,,,,,,,,,,,
mean_length,,10.166667,0.25,0.083333336,1.6666666,46.666668,0.0,18.083334,86.75,0.0,47.5,0.25
maximum,1990.0,,,,,,,,,,,
minimum,1956.0,,,,,,,,,,,
2 changes: 2 additions & 0 deletions data/Efes-bib/s1a-s2b/metadata/source/book/type.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
,year,bookid,month,num,loc,publisher,pages,class,annote,note,title,vol
datatype,INTEGER,STRING,STRING,STRING,STRING,STRING,STRING,STRING,TEXT,STRING,STRING,STRING
5 changes: 5 additions & 0 deletions data/Efes-bib/s1a-s2b/metadata/source/bookpublished/num.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
,authid,bookid
mean,523.5833,
mean_length,,10.166667
maximum,644.0,
minimum,364.0,
2 changes: 2 additions & 0 deletions data/Efes-bib/s1a-s2b/metadata/source/bookpublished/type.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
,authid,bookid
datatype,INTEGER,STRING
5 changes: 5 additions & 0 deletions data/Efes-bib/s1a-s2b/metadata/source/incollection/num.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
,month,title,num,pages,bktitle,collid,year,note,loc,class,vol,annote
mean,,,,,,,1981.3334,,,,,
mean_length,1.5,79.666664,0.0,2.0,94.5,10.5,,0.0,10.5,12.166667,0.33333334,0.0
maximum,,,,,,,1989.0,,,,,
minimum,,,,,,,1969.0,,,,,
2 changes: 2 additions & 0 deletions data/Efes-bib/s1a-s2b/metadata/source/incollection/type.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
,month,title,num,pages,bktitle,collid,year,note,loc,class,vol,annote
datatype,STRING,STRING,STRING,STRING,TEXT,STRING,INTEGER,STRING,STRING,STRING,STRING,STRING
5 changes: 5 additions & 0 deletions data/Efes-bib/s1a-s2b/metadata/source/incollpublished/num.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
,collid,authid
mean,,134.66667
mean_length,10.5,
maximum,,192.0
minimum,,79.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
,collid,authid
datatype,STRING,INTEGER
5 changes: 5 additions & 0 deletions data/Efes-bib/s1a-s2b/metadata/source/inproceedings/num.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
,note,bktitle,inprocid,title,pages,class,vol,num,month,annote,year,loc
mean,,,,,,,,,,,1986.579,
mean_length,0.0,59.473682,10.368421,50.894737,1.5789474,14.052631,0.05263158,0.2631579,2.2105262,123.947365,,3.4210527
maximum,,,,,,,,,,,1993.0,
minimum,,,,,,,,,,,1972.0,
2 changes: 2 additions & 0 deletions data/Efes-bib/s1a-s2b/metadata/source/inproceedings/type.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
,note,bktitle,inprocid,title,pages,class,vol,num,month,annote,year,loc
datatype,STRING,TEXT,STRING,STRING,STRING,STRING,STRING,STRING,STRING,TEXT,INTEGER,STRING
5 changes: 5 additions & 0 deletions data/Efes-bib/s1a-s2b/metadata/source/inprocpublished/num.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
,inprocid,authid
mean,,1368.8422
mean_length,10.368421,
maximum,,1832.0
minimum,,941.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
,inprocid,authid
datatype,STRING,INTEGER
5 changes: 5 additions & 0 deletions data/Efes-bib/s1a-s2b/metadata/source/manual/num.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
,num,loc,vol,manid,year,class,org,annote,title,pages,note,month
mean,,,,,1980.5,,,,,,,
mean_length,0.0,13.5,0.5,10.0,,13.0,42.5,0.0,39.5,3.0,14.5,3.0
maximum,,,,,1987.0,,,,,,,
minimum,,,,,1974.0,,,,,,,
2 changes: 2 additions & 0 deletions data/Efes-bib/s1a-s2b/metadata/source/manual/type.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
,num,loc,vol,manid,year,class,org,annote,title,pages,note,month
datatype,STRING,STRING,STRING,STRING,INTEGER,STRING,STRING,STRING,STRING,STRING,STRING,STRING
5 changes: 5 additions & 0 deletions data/Efes-bib/s1a-s2b/metadata/source/manualpublished/num.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
,manid,authid
mean,,287.0
mean_length,10.0,
maximum,,292.0
minimum,,282.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
,manid,authid
datatype,STRING,INTEGER
5 changes: 5 additions & 0 deletions data/Efes-bib/s1a-s2b/metadata/source/misc/num.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
,annote,vol,note,pages,num,miscid,year,title,confloc,class,howpub,month,loc
mean,,,,,,,1988.0,,,,,,
mean_length,0.0,0.0,0.0,0.0,0.0,11.0,,45.0,0.0,23.0,15.0,3.0,45.0
maximum,,,,,,,1988.0,,,,,,
minimum,,,,,,,1988.0,,,,,,
2 changes: 2 additions & 0 deletions data/Efes-bib/s1a-s2b/metadata/source/misc/type.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
,annote,vol,note,pages,num,miscid,year,title,confloc,class,howpub,month,loc
datatype,STRING,STRING,STRING,STRING,STRING,STRING,INTEGER,STRING,STRING,STRING,STRING,STRING,STRING
5 changes: 5 additions & 0 deletions data/Efes-bib/s1a-s2b/metadata/source/miscpublished/num.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
,miscid,authid
mean,,6.0
mean_length,11.0,
maximum,,6.0
minimum,,6.0
2 changes: 2 additions & 0 deletions data/Efes-bib/s1a-s2b/metadata/source/miscpublished/type.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
,miscid,authid
datatype,STRING,INTEGER
5 changes: 5 additions & 0 deletions data/Efes-bib/s1a-s2b/metadata/source/techpublished/num.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
,authid,techid
mean,828.0,
mean_length,,10.0
maximum,828.0,
minimum,828.0,
2 changes: 2 additions & 0 deletions data/Efes-bib/s1a-s2b/metadata/source/techpublished/type.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
,authid,techid
datatype,INTEGER,STRING
5 changes: 5 additions & 0 deletions data/Efes-bib/s1a-s2b/metadata/source/techreport/num.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
,inst,loc,class,note,techid,month,pages,title,year,annote,vol,num
mean,,,,,,,,,1986.0,,,
mean_length,18.0,19.0,17.0,0.0,10.0,3.0,0.0,56.0,,0.0,0.0,0.0
maximum,,,,,,,,,1986.0,,,
minimum,,,,,,,,,1986.0,,,
2 changes: 2 additions & 0 deletions data/Efes-bib/s1a-s2b/metadata/source/techreport/type.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
,inst,loc,class,note,techid,month,pages,title,year,annote,vol,num
datatype,STRING,STRING,STRING,STRING,STRING,STRING,STRING,STRING,INTEGER,STRING,STRING,STRING
2 changes: 2 additions & 0 deletions data/Efes-bib/s1a-s2b/metadata/target/abstracts/num.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
,citkey,txt
mean_length,7.0,690.875
2 changes: 2 additions & 0 deletions data/Efes-bib/s1a-s2b/metadata/target/abstracts/type.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
,citkey,txt
datatype,STRING,TEXT
2 changes: 2 additions & 0 deletions data/Efes-bib/s1a-s2b/metadata/target/addresses/num.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
,address,citkey
mean_length,15.555555,6.888889
2 changes: 2 additions & 0 deletions data/Efes-bib/s1a-s2b/metadata/target/addresses/type.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
,address,citkey
datatype,STRING,STRING
2 changes: 2 additions & 0 deletions data/Efes-bib/s1a-s2b/metadata/target/allbibs/num.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
,citkey
mean_length,6.96
2 changes: 2 additions & 0 deletions data/Efes-bib/s1a-s2b/metadata/target/allbibs/type.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
,citkey
datatype,STRING
2 changes: 2 additions & 0 deletions data/Efes-bib/s1a-s2b/metadata/target/authors/num.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
,autnm,citkey
mean_length,13.76087,6.978261
2 changes: 2 additions & 0 deletions data/Efes-bib/s1a-s2b/metadata/target/authors/type.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
,autnm,citkey
datatype,STRING,STRING
5 changes: 5 additions & 0 deletions data/Efes-bib/s1a-s2b/metadata/target/booktitle/num.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
,bktitlenm,bktitleid
mean,,131.15
mean_length,42.5,
maximum,,408.0
minimum,,8.0
2 changes: 2 additions & 0 deletions data/Efes-bib/s1a-s2b/metadata/target/booktitle/type.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
,bktitlenm,bktitleid
datatype,STRING,INTEGER
5 changes: 5 additions & 0 deletions data/Efes-bib/s1a-s2b/metadata/target/citbktitle/num.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
,bktitleid,citkey
mean,126.04762,
mean_length,,6.952381
maximum,408.0,
minimum,8.0,
2 changes: 2 additions & 0 deletions data/Efes-bib/s1a-s2b/metadata/target/citbktitle/type.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
,bktitleid,citkey
datatype,INTEGER,STRING
2 changes: 2 additions & 0 deletions data/Efes-bib/s1a-s2b/metadata/target/citform/num.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
,citkey,form
mean_length,6.96,9.42
2 changes: 2 additions & 0 deletions data/Efes-bib/s1a-s2b/metadata/target/citform/type.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
,citkey,form
datatype,STRING,STRING
5 changes: 5 additions & 0 deletions data/Efes-bib/s1a-s2b/metadata/target/citjournal/num.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
,citkey,jrnlid
mean,,25.75
mean_length,7.0,
maximum,,77.0
minimum,,0.0
2 changes: 2 additions & 0 deletions data/Efes-bib/s1a-s2b/metadata/target/citjournal/type.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
,citkey,jrnlid
datatype,STRING,INTEGER
5 changes: 5 additions & 0 deletions data/Efes-bib/s1a-s2b/metadata/target/citkeywd/num.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
,citkey,keywdid
mean,,156.69719
mean_length,6.9788733,
maximum,,746.0
minimum,,0.0
2 changes: 2 additions & 0 deletions data/Efes-bib/s1a-s2b/metadata/target/citkeywd/type.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
,citkey,keywdid
datatype,STRING,INTEGER
5 changes: 5 additions & 0 deletions data/Efes-bib/s1a-s2b/metadata/target/citpublisher/num.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
,pubid,citkey
mean,24.814816,
mean_length,,6.9259257
maximum,151.0,
minimum,0.0,
2 changes: 2 additions & 0 deletions data/Efes-bib/s1a-s2b/metadata/target/citpublisher/type.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
,pubid,citkey
datatype,INTEGER,STRING
5 changes: 5 additions & 0 deletions data/Efes-bib/s1a-s2b/metadata/target/citseries/num.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
,citkey,seriesid
mean,,34.727272
mean_length,6.909091,
maximum,,90.0
minimum,,7.0
2 changes: 2 additions & 0 deletions data/Efes-bib/s1a-s2b/metadata/target/citseries/type.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
,citkey,seriesid
datatype,STRING,INTEGER
2 changes: 2 additions & 0 deletions data/Efes-bib/s1a-s2b/metadata/target/editors/num.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
,ednm,citkey
mean_length,11.72,6.96
2 changes: 2 additions & 0 deletions data/Efes-bib/s1a-s2b/metadata/target/editors/type.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
,ednm,citkey
datatype,STRING,STRING
2 changes: 2 additions & 0 deletions data/Efes-bib/s1a-s2b/metadata/target/institutions/num.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
,citkey,institnm
mean_length,7.0,38.285713
2 changes: 2 additions & 0 deletions data/Efes-bib/s1a-s2b/metadata/target/institutions/type.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
,citkey,institnm
datatype,STRING,STRING
4 changes: 4 additions & 0 deletions data/Efes-bib/s1a-s2b/metadata/target/isbn/num.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
,isbnnum,citkey
mean,NaN,NaN
maximum,1.4E-45,1.4E-45
minimum,3.4028235E38,3.4028235E38
2 changes: 2 additions & 0 deletions data/Efes-bib/s1a-s2b/metadata/target/isbn/type.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
,isbnnum,citkey
datatype,INTEGER,INTEGER
5 changes: 5 additions & 0 deletions data/Efes-bib/s1a-s2b/metadata/target/journal/num.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
,jrnlid,jrnlnm
mean,25.75,
mean_length,,24.375
maximum,77.0,
minimum,0.0,
2 changes: 2 additions & 0 deletions data/Efes-bib/s1a-s2b/metadata/target/journal/type.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
,jrnlid,jrnlnm
datatype,INTEGER,STRING
5 changes: 5 additions & 0 deletions data/Efes-bib/s1a-s2b/metadata/target/keyword/num.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
,word,keywdid
mean,,220.52325
mean_length,7.162791,
maximum,,746.0
minimum,,0.0
2 changes: 2 additions & 0 deletions data/Efes-bib/s1a-s2b/metadata/target/keyword/type.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
,word,keywdid
datatype,STRING,INTEGER
2 changes: 2 additions & 0 deletions data/Efes-bib/s1a-s2b/metadata/target/months/num.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
,mon,citkey
mean_length,3.6,6.96
2 changes: 2 additions & 0 deletions data/Efes-bib/s1a-s2b/metadata/target/months/type.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
,mon,citkey
datatype,STRING,STRING
2 changes: 2 additions & 0 deletions data/Efes-bib/s1a-s2b/metadata/target/notes/num.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
,note,citkey
mean_length,49.285713,7.0
2 changes: 2 additions & 0 deletions data/Efes-bib/s1a-s2b/metadata/target/notes/type.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
,note,citkey
datatype,STRING,STRING
2 changes: 2 additions & 0 deletions data/Efes-bib/s1a-s2b/metadata/target/numbers/num.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
,num,citkey
mean_length,3.5,7.0
2 changes: 2 additions & 0 deletions data/Efes-bib/s1a-s2b/metadata/target/numbers/type.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
,num,citkey
datatype,STRING,STRING
2 changes: 2 additions & 0 deletions data/Efes-bib/s1a-s2b/metadata/target/pages/num.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
,pgrange,citkey
mean_length,6.703704,6.962963
2 changes: 2 additions & 0 deletions data/Efes-bib/s1a-s2b/metadata/target/pages/type.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
,pgrange,citkey
datatype,STRING,STRING
5 changes: 5 additions & 0 deletions data/Efes-bib/s1a-s2b/metadata/target/publisher/num.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
,pubid,pubnm
mean,48.53846,
mean_length,,20.846153
maximum,151.0,
minimum,0.0,
2 changes: 2 additions & 0 deletions data/Efes-bib/s1a-s2b/metadata/target/publisher/type.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
,pubid,pubnm
datatype,INTEGER,STRING
4 changes: 4 additions & 0 deletions data/Efes-bib/s1a-s2b/metadata/target/schools/num.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
,schoolnm,citkey
mean,NaN,NaN
maximum,1.4E-45,1.4E-45
minimum,3.4028235E38,3.4028235E38
2 changes: 2 additions & 0 deletions data/Efes-bib/s1a-s2b/metadata/target/schools/type.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
,schoolnm,citkey
datatype,INTEGER,INTEGER
5 changes: 5 additions & 0 deletions data/Efes-bib/s1a-s2b/metadata/target/series/num.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
,seriesnm,seriesid
mean,,37.1
mean_length,7.9,
maximum,,90.0
minimum,,7.0
2 changes: 2 additions & 0 deletions data/Efes-bib/s1a-s2b/metadata/target/series/type.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
,seriesnm,seriesid
datatype,STRING,INTEGER
2 changes: 2 additions & 0 deletions data/Efes-bib/s1a-s2b/metadata/target/titles/num.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
,title,citkey
mean_length,51.4,6.96
2 changes: 2 additions & 0 deletions data/Efes-bib/s1a-s2b/metadata/target/titles/type.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
,title,citkey
datatype,TEXT,STRING
2 changes: 2 additions & 0 deletions data/Efes-bib/s1a-s2b/metadata/target/types/num.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
,type,citkey
mean_length,11.9,7.0
2 changes: 2 additions & 0 deletions data/Efes-bib/s1a-s2b/metadata/target/types/type.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
,type,citkey
datatype,STRING,STRING
2 changes: 2 additions & 0 deletions data/Efes-bib/s1a-s2b/metadata/target/volumes/num.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
,volnum,citkey
mean_length,2.3333333,7.0
2 changes: 2 additions & 0 deletions data/Efes-bib/s1a-s2b/metadata/target/volumes/type.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
,volnum,citkey
datatype,STRING,STRING
5 changes: 5 additions & 0 deletions data/Efes-bib/s1a-s2b/metadata/target/years/num.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
,yr,citkey
mean,1991.2,
mean_length,,6.96
maximum,2000.0,
minimum,1969.0,
2 changes: 2 additions & 0 deletions data/Efes-bib/s1a-s2b/metadata/target/years/type.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
,yr,citkey
datatype,INTEGER,STRING
2 changes: 2 additions & 0 deletions data/Efes-bib/s1a-s3b/metadata/source/article/num.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
,num,title,class,annote,articleid,journal,loc,pages,note,month,year,vol
mean_length,0.73913044,57.739132,24.826086,114.95652,10.130435,39.782608,4.347826,3.9130435,0.0,2.0869565,3.652174,1.1304348
2 changes: 2 additions & 0 deletions data/Efes-bib/s1a-s3b/metadata/source/article/type.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
,num,title,class,annote,articleid,journal,loc,pages,note,month,year,vol
datatype,STRING,TEXT,TEXT,TEXT,STRING,TEXT,STRING,STRING,STRING,STRING,STRING,STRING
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
,authid,articleid
mean,1134.9166,
mean_length,,10.125
maximum,1419.0,
minimum,364.0,
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
,authid,articleid
datatype,INTEGER,STRING
5 changes: 5 additions & 0 deletions data/Efes-bib/s1a-s3b/metadata/source/author/num.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
,name,authid
mean,,903.86
mean_length,12.1,
maximum,,1832.0
minimum,,6.0
2 changes: 2 additions & 0 deletions data/Efes-bib/s1a-s3b/metadata/source/author/type.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
,name,authid
datatype,STRING,INTEGER
5 changes: 5 additions & 0 deletions data/Efes-bib/s1a-s3b/metadata/source/book/num.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
,year,bookid,month,num,loc,publisher,pages,class,annote,note,title,vol
mean,1981.4166,,,,,,,,,,,
mean_length,,10.166667,0.25,0.083333336,1.6666666,46.666668,0.0,18.083334,86.75,0.0,47.5,0.25
maximum,1990.0,,,,,,,,,,,
minimum,1956.0,,,,,,,,,,,
2 changes: 2 additions & 0 deletions data/Efes-bib/s1a-s3b/metadata/source/book/type.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
,year,bookid,month,num,loc,publisher,pages,class,annote,note,title,vol
datatype,INTEGER,STRING,STRING,STRING,STRING,STRING,STRING,STRING,TEXT,STRING,STRING,STRING
5 changes: 5 additions & 0 deletions data/Efes-bib/s1a-s3b/metadata/source/bookpublished/num.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
,authid,bookid
mean,523.5833,
mean_length,,10.166667
maximum,644.0,
minimum,364.0,
2 changes: 2 additions & 0 deletions data/Efes-bib/s1a-s3b/metadata/source/bookpublished/type.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
,authid,bookid
datatype,INTEGER,STRING
5 changes: 5 additions & 0 deletions data/Efes-bib/s1a-s3b/metadata/source/incollection/num.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
,month,title,num,pages,bktitle,collid,year,note,loc,class,vol,annote
mean,,,,,,,1981.3334,,,,,
mean_length,1.5,79.666664,0.0,2.0,94.5,10.5,,0.0,10.5,12.166667,0.33333334,0.0
maximum,,,,,,,1989.0,,,,,
minimum,,,,,,,1969.0,,,,,
2 changes: 2 additions & 0 deletions data/Efes-bib/s1a-s3b/metadata/source/incollection/type.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
,month,title,num,pages,bktitle,collid,year,note,loc,class,vol,annote
datatype,STRING,STRING,STRING,STRING,TEXT,STRING,INTEGER,STRING,STRING,STRING,STRING,STRING
5 changes: 5 additions & 0 deletions data/Efes-bib/s1a-s3b/metadata/source/incollpublished/num.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
,collid,authid
mean,,134.66667
mean_length,10.5,
maximum,,192.0
minimum,,79.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
,collid,authid
datatype,STRING,INTEGER
5 changes: 5 additions & 0 deletions data/Efes-bib/s1a-s3b/metadata/source/inproceedings/num.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
,note,bktitle,inprocid,title,pages,class,vol,num,month,annote,year,loc
mean,,,,,,,,,,,1986.579,
mean_length,0.0,59.473682,10.368421,50.894737,1.5789474,14.052631,0.05263158,0.2631579,2.2105262,123.947365,,3.4210527
maximum,,,,,,,,,,,1993.0,
minimum,,,,,,,,,,,1972.0,
2 changes: 2 additions & 0 deletions data/Efes-bib/s1a-s3b/metadata/source/inproceedings/type.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
,note,bktitle,inprocid,title,pages,class,vol,num,month,annote,year,loc
datatype,STRING,TEXT,STRING,STRING,STRING,STRING,STRING,STRING,STRING,TEXT,INTEGER,STRING
Loading