-
Notifications
You must be signed in to change notification settings - Fork 7
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
[Re] An anatomically constrained neural network model of fear conditioning #60
Comments
Thanks for your submission. An editor will be soon assigned. @eroesch @oliviaguest @benoit-girard Can one of you edit this submission ? |
Yes @rougier, I can do. |
In fact, I have done some work using the original paper myself at some point :) |
Well thank you very much in advance for you time and consideration. |
@eroesch gentle reminder |
@eroesch : I may serve as a reviewer, let me know if you want me to review this one. |
Thanks @benoit-girard (@rougier). Actually, I hadn't realised when I accepted the editing of that one, that I have actually interacted with the authors a while back, as a examiner for a phd, on a slightly different version of the code. I had then suggested they submit to ReSci C. I am happy to carry on as editor (and I am almost done scrutinising the code, which is straightforward), but perhaps it would be sensible to have a second pair of eyes, if you have time to spare? @rougier, do you have an opinion? |
For me, I think it is fine. Especially since our review are open anyway. If you favor the author, everyone will know :) |
Just realised this is two years old and no message since then. Very sorry about such huge delay. |
@rougier I am indeed still interested in having this article published, if possible. |
@davinellulinvega We'll do your best and again deepest apologies. @eroesch can you go on with editing? @benoit-girard proposed himself as reviewer and I can be the second one. And I'm afraid we alreaky broke the record of longest submission time... |
I can deliver a first review of this work. The paper, it is clear and well organized. Concerning the twofold increase of the amygdala activity reported in the original paper, it is hard to judge if it is indeed the case in the replication, based on fig. 7 only. Could the authors replicate fig. 4A of the original paper? In the paper, the authors refer to themselves with the first person ("I", "me") while there are two of them. Wouldn't it be more coherent to either write "we" or indicate which author is writing what in the paper? It would be unethical to publish a paper with two authors if only one of them performed the study. CodeThe install command for requirements "> pip install -U -r requirements.txt" returns an error : "install: illegal option -- U" could this line be corrected? |
Hi! Yes, I can take over the editing. |
@benoit-girard Thank you very much for your feedback. I have updated the article's content to make Figure 7 clearer, and removed any mention of "I". |
@davinellulinvega thanks, I now have an error suggesting that the install of pytables is not working: `girard$ python3 main.py During handling of the above exception, another exception occurred: Traceback (most recent call last): However I installed HDF5 and the installation of the requirements with
Maybe pytables was not installed? Is it correctly checked for in the requirements? |
@benoit-girard That is a very odd error. Pytables is explicitly stated in the |
I was trying to have the code running with a macOS system. I switched to Linux and it worked smoothly. The review of the code should arrive soon. |
The code is very clear and commented, I don't think any modification is necessary. I could run the code with a Ubuntu 22.04.1 system, following the installation steps. I could then generate figures identical to those in the paper. This closes my review. |
@benoit-girard Thank you very much for your review. |
InstallationI'm on OSX and beside the virtualenv step (that I skipped), everything went smoothly. I had to adapt the RunningNo problem and I check all the figures are identical to the ones in the article. CodeCode is exceptionally clear (and commented). Well done. You need to add a License to your code though (else it is cannot be read). Also, foir publication, you'll need to have your repository saved on Software Heritage ArticleArticle is well written and very easy to follow. Authors explain both the context, the goal and the results. They underlined missing information from the original and the values they have been using (which is one of the goal of the replication) and confirm results on the original paper. Some questions
Conclusion@eroesch Article can be published provided a license is added to the code. |
@davinellulinvega Really sorry for the delay, it's really my fault! |
@davinellulinvega I'll take you through the editorial process. I will clone your repo, make some tweaks and submit a PR. |
@rougier Thank you very much for your feedback. I can confirm that figure 1 in the submitted paper is my own. Regarding the number of neural units per layer, you are correct that figure 1 in the original paper does contain the right amount per layer. However, nowhere are those numbers confirmed in the original text, hence my statement within the article. If you find it unfair, I can modify the sentence to better reflect reality. @eroesch Thank you very much in advance for your help. I will keep an eye on my mail box for any notification. |
@davinellulinvega You could add a simple sentence saying just that (the number of units might indicate in figure 1 but without confirmation anywhere in the text). For the code license, you can use https://choosealicense.com/. For Rescience C, we ask for open source license such that anybody can reuse your code. Typically, GPL v3 or BSD are fine. |
@rougier Thank you very much for your answer. As per your advice, I have added a GPL v3 license to the source code, and modified the article's content to let the reader know of the situation regarding the number of neural units in the various layers. |
Thanks @davinellulinvega Looks like it is already archived in SH: https://archive.softwareheritage.org/browse/origin/directory/?origin_url=https://gitlab.com/davinellulinvega/armony.git |
@eroesch You are entirely correct. A few days ago, I investigated the archival process. I expected to have to provide some proof or confirmation of my ownership of the git repository, before the project would be approved for recording. Instead, the request was processed in just a few moments. |
Original article:
Armony, J. L., Servan-Schreiber, D., Cohen, J. D., & LeDoux, J. E. (1995). An anatomically constrained neural network model of fear conditioning. Behavioral Neuroscience, 109(2), 246–257. https://doi.org/10.1037/0735-7044.109.2.246
PDF URL:
https://github.com/davinellulinvega/ReArmony/blob/master/article.pdf
Metadata URL:
https://github.com/davinellulinvega/ReArmony/blob/master/metadata.yaml
Code URL:
https://gitlab.com/davinellulinvega/armony
Scientific domain:
Computational Neuroscience
Programming language:
Python
Suggested editor:
@eroesch
The text was updated successfully, but these errors were encountered: