Browse Source

Show complete citation in datacite.yml and readme.md

Frank/Phenom 4 years ago
parent
commit
171943a566
2 changed files with 6 additions and 7 deletions
  1. 4 2
      datacite.yml
  2. 2 5
      readme.md

+ 4 - 2
datacite.yml

@@ -54,11 +54,13 @@ references:
   -
     id: "doi:10.1152/jn.90651.2008"
     reftype: "IsSupplementTo"
-    name: "Using Spatiotemporal Correlations to Learn Topographic Maps for Invariant Object Recognition"
+    name: "Michler F, Eckhorn R, Wachtler T (2009): Using Spatiotemporal Correlations to Learn Topographic Maps for Invariant Object Recognition. J Neurophysiol 
+102:953-64."
   -
     id: "doi:10.1007/11829898_3"
     reftype: "IsSupplementTo"
-    name: "Adaptive Feedback Inhibition Improves Pattern Discrimination Learning"
+    name: "Michler F, Wachtler T, Eckhorn R (2006): Adaptive Feedback Inhibition Improves Pattern Discrimination Learning. Lecture Notes in Artificial Intelligence 
+4087:21-32."
 
 # Resource type. Default is Dataset, other possible values are Software, DataPaper, Image, Text.
 resourcetype: Software

+ 2 - 5
readme.md

@@ -2,11 +2,8 @@
 
 This is a c++ based object oriented library for simulating spiking neural networks. It was used for simulations in the following publications:
 
-- ["Using Spatiotemporal Correlations to Learn Topographic Maps for Invariant
-Object Recognition"](https://doi.org/10.1152/jn.90651.2008), 
-  Frank Michler, Reinhard Eckhorn, and Thomas Wachtler (2009)
-- ["Adaptive Feedback Inhibition Improves Pattern Discrimination Learning"](https://doi.org/10.1007/11829898_3)
-  Frank Michler, Thomas Wachtler, Reinhard Eckhorn (2006)
+- ["Michler F, Eckhorn R, Wachtler T (2009)"](https://doi.org/10.1152/jn.90651.2008) Using Spatiotemporal Correlations to Learn Topographic Maps for Invariant Object Recognition. J Neurophysiol 102:953-64.
+- ["Michler F, Wachtler T, Eckhorn R (2006)"](https://doi.org/10.1007/11829898_3) Adaptive Feedback Inhibition Improves Pattern Discrimination Learning. Lecture Notes in Artificial Intelligence 4087:21-32.
 
 ## Compiling