aboutsummaryrefslogtreecommitdiffstats
path: root/skate
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2021-05-10 23:24:42 +0200
committerMartin Czygan <martin.czygan@gmail.com>2021-05-10 23:24:42 +0200
commitc77c8c7298409233c77fa0352634a0d9d02704da (patch)
treecab0d3c754cbb8c6888e1db21669b9858b3cf24a /skate
parent5ae497d89d2eb0fae6a6016a21390a8d38f2b83d (diff)
downloadrefcat-c77c8c7298409233c77fa0352634a0d9d02704da.tar.gz
refcat-c77c8c7298409233c77fa0352634a0d9d02704da.zip
update docs
Diffstat (limited to 'skate')
-rw-r--r--skate/unstructured.go5
1 files changed, 4 insertions, 1 deletions
diff --git a/skate/unstructured.go b/skate/unstructured.go
index 1ca713b..a12507a 100644
--- a/skate/unstructured.go
+++ b/skate/unstructured.go
@@ -64,7 +64,7 @@ func ParseUnstructured(ref *Ref) error {
}
// XXX: ISBN
ref.Biblio.Extra.ISBN = ParseIsbn(uns)
- // Some more examples:
+ // Some more, not yet handled examples:
// - 2005 Sep;95(9):1545-51
// - Pattern Anal. Mach. Intell., 36(2):346-360, 2014. 4, 6, 7"
// - only unstructured, and it contains a URL - then reference might be to
@@ -75,6 +75,9 @@ func ParseUnstructured(ref *Ref) error {
// There seems to be a number tiny of data issues; e.g. one off dates. Can
// we fix them here?
// Include: https://images.webofknowledge.com/images/help/WOS/J_abrvjt.html, ...
+ //
+ // Also: We may have differing values (between .pages and some hint in
+ // unstructured), e.g. for the page counts, etc.
return nil
}