Browse Source

Added list of limitations

Andreas Kopmann 7 years ago
parent
commit
6d2158acc3
1 changed files with 23 additions and 0 deletions
  1. 23 0
      README.md

+ 23 - 0
README.md

@@ -419,6 +419,29 @@ ak_wordpress.py
 ```
 
 
+## Limitations
+
+Sometimes there are errors in the database. This case required manual intervention. 
+
+Eamples of error that have been observed:
+- the cover date is quite far in the future. In this case the post do not 
+	appear on the website but are marked as scheduled. The date of 
+	publication should be looked up at the journal page and corrected manually.
+- some authors are listed with more than one id. In this case the merge of author
+ 	ids should be requested. The second author id cann be added the the author list.
+- in rare case (scientists with common names) several persons share the same id. 
+	Splitting of accounts should be requested. Wrong publications need to be
+	deleted manually.  
+- publications that are of topic can't be excluded automatically
+- reprocessing of categories is currently not foreseen
+- it is not clear how to deal with scientists that leave a group. When should the name 
+	be excluded. It migth be desirable to check for authors and their affiliation.
+
+
+
+  
+
+