Will a research paper be retracted if the code (which was made publically available ) is shown have a flaw in...

Why is the Vasa Museum in Stockholm so Popular?

What could prevent players from leaving an island?

Identify Batman without getting caught

Why do my fried eggs start browning very fast?

Is there a way to say "double + any number" in German?

Writing computer program code for free in an interview?

In MTG, was there ever a five-color deck that worked well?

Plato and the knowledge of the forms

How to call made-up data?

What's going on with an item that starts with an hbox?

Why did the US Airways Flight 1549 passengers stay on the wings?

Changing Row Keys into Normal Rows

The Game of the Century - why didn't Byrne take the rook after he forked Fischer?

Generate a random point outside a given rectangle within a map

What is an air conditioner compressor hard start kit and how does it work?

Did silent film actors actually say their lines or did they simply improvise “dialogue” while being filmed?

Prime too close to f in Garamond Math

Ubuntu show wrong disk sizes, how to solve it?

Will a research paper be retracted if the code (which was made publically available ) is shown have a flaw in the logic?

Is a switch from R to Python worth it?

What filaments allow air to pass but not water vapor?

Write The Shortest Program To Check If A Binary Tree Is Balanced

What was the role of Commodore-West Germany?

London underground zone 1-2 train ticket



Will a research paper be retracted if the code (which was made publically available ) is shown have a flaw in the logic?


What are issues to consider when making your code for an experimental paradigm, which was conceived by someone else, publicly available?Can I request the code behind a research paper from the author?I need some code that was made available by a student 15 years ago, but is no longer online. How can I contact someone in the group to get the code?Advantages/disadvantages of bundling source code from separate, related papers?How Reproducible should Data and Analysis Methodology Be?






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







8















Say, I have written a code which performs a physics calculation. After this, I get a paper published based on the results of the code. In the interest of advancing the progress of science, I upload the code used for the paper on, say, GitHub. I also post a link to my code on GitHub on my website. I do this to facilitate discovery and use of the code by those who are interested in my results. Imagine that someone, in the process of reproducing my results (using the aforementioned code), discovers a flaw in the logic of the code. Correction of this logic flaw leads to invalidation of the central idea of the paper.



Will this lead to retraction?

Will there be any positive gain to me as a result of publishing of the code?










share|improve this question









New contributor



Tejas Shetty is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




























    8















    Say, I have written a code which performs a physics calculation. After this, I get a paper published based on the results of the code. In the interest of advancing the progress of science, I upload the code used for the paper on, say, GitHub. I also post a link to my code on GitHub on my website. I do this to facilitate discovery and use of the code by those who are interested in my results. Imagine that someone, in the process of reproducing my results (using the aforementioned code), discovers a flaw in the logic of the code. Correction of this logic flaw leads to invalidation of the central idea of the paper.



    Will this lead to retraction?

    Will there be any positive gain to me as a result of publishing of the code?










    share|improve this question









    New contributor



    Tejas Shetty is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.
























      8












      8








      8








      Say, I have written a code which performs a physics calculation. After this, I get a paper published based on the results of the code. In the interest of advancing the progress of science, I upload the code used for the paper on, say, GitHub. I also post a link to my code on GitHub on my website. I do this to facilitate discovery and use of the code by those who are interested in my results. Imagine that someone, in the process of reproducing my results (using the aforementioned code), discovers a flaw in the logic of the code. Correction of this logic flaw leads to invalidation of the central idea of the paper.



      Will this lead to retraction?

      Will there be any positive gain to me as a result of publishing of the code?










      share|improve this question









      New contributor



      Tejas Shetty is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      Say, I have written a code which performs a physics calculation. After this, I get a paper published based on the results of the code. In the interest of advancing the progress of science, I upload the code used for the paper on, say, GitHub. I also post a link to my code on GitHub on my website. I do this to facilitate discovery and use of the code by those who are interested in my results. Imagine that someone, in the process of reproducing my results (using the aforementioned code), discovers a flaw in the logic of the code. Correction of this logic flaw leads to invalidation of the central idea of the paper.



      Will this lead to retraction?

      Will there be any positive gain to me as a result of publishing of the code?







      physics code open-science software-papers






      share|improve this question









      New contributor



      Tejas Shetty is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.










      share|improve this question









      New contributor



      Tejas Shetty is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.








      share|improve this question




      share|improve this question








      edited 16 mins ago









      Makyen

      8129 silver badges10 bronze badges




      8129 silver badges10 bronze badges






      New contributor



      Tejas Shetty is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.








      asked 10 hours ago









      Tejas ShettyTejas Shetty

      414 bronze badges




      414 bronze badges




      New contributor



      Tejas Shetty is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.




      New contributor




      Tejas Shetty is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.



























          3 Answers
          3






          active

          oldest

          votes


















          15














          If the main idea in the paper has been invalidated by the correction in the code, you would do well to try to retract the paper yourself. This is just a point of professional ethics. It also protects you in a way from future claims if people don't examine everything thoroughly.



          The journal may not be able to actually retract the paper, but might be able to post a note (printed or online) that the paper has a flaw (noted by the author, hopefully).



          But others, relying on the original thesis of the paper might be misled in their own work. You really don't want that to happen.



          Honesty in science is assumed. Make it so.



          You might also be able to publish a better paper, based on the corrected code. Work toward that end.






          share|improve this answer

































            8















            Will there be any positive gain thanks to the publishing of the code to me?




            Publishing the code is necessary to make the calculation reproducible and the results verifiable. If I were the referee of your paper I would likely insist that you publish the code. So the “positive gain” would be that your paper will not be rejected outright. It will also help your reputation and build up other researchers’ impression of you as a serious, careful scientist who understands what it means to do good science.



            Besides, what you are asking is essentially “is there a positive gain to behaving honestly”. I’m not going to enter a philosophical discussion about honesty and its benefits here, but just think for a second about what you’re saying. Even in a specific context of academic research, your question can be rephrased as “I am thinking of hiding information about the way I did my research that would be essential for other researchers to verify my results. Is there a positive gain from not hiding this information?” Again, think about what you’re asking.



            It’s clear from the question that you are in fact a person who is motivated by a desire to advance science and wants to do the right thing. That’s great, and the conclusion is that it is your duty to disclose the relevant information about your research that would enable other researchers to check your results. If the results later turn out to be invalid, then you and the journal you published in would need to deal with it in an appropriate and responsible way, either by issuing a note pointing out the error, or (which typically would happen only in really extreme, egregious circumstances) by retracting the article. Honestly I don’t think this is something to worry about too much. As long as you’re acting in good faith and doing your best to do good science, you are adding to the sum total of human knowledge and your work has value. That’s what matters, and that’s what you will ultimately be judged on by your peers in the community.






            share|improve this answer




























            • I think it is a valid question to ask if honesty or sharing information will be detrimental to a scientific career.

              – J. Fabian Meier
              6 hours ago











            • @J.FabianMeier agreed. I hope you also think my answer is a valid answer :-)

              – Dan Romik
              6 hours ago



















            7














            @Buffy is certainly right that Science itself gains a lot if people publish their code. Papers without code (the norm in many scientific areas) are hard to reproduce or build upon.



            But you ask what you gain from this, or if it might harm your career.



            First of all, it is unlikely that somebody finds a major flaw in your program and it is even more unlikely that a journal will retract the paper because somebody else (not you) requested this. Most of the wrong or doubtful results just stay in the literature.



            What is much more likely: Somebody will actually use or extend your results, and help you improve them. So he/she will cite you or work with you on a future paper. This is definitely something you want.






            share|improve this answer





















            • 3





              it is unlikely that somebody finds a major flaw in your program, yet, the OP hypothesises that such a flaw has been found.

              – user2768
              9 hours ago











            • This was more an answer to Will there be any positive gain thanks to the publishing of the code to me?

              – J. Fabian Meier
              8 hours ago














            Your Answer








            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "415"
            };
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function() {
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled) {
            StackExchange.using("snippets", function() {
            createEditor();
            });
            }
            else {
            createEditor();
            }
            });

            function createEditor() {
            StackExchange.prepareEditor({
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader: {
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            },
            noCode: true, onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            });


            }
            });






            Tejas Shetty is a new contributor. Be nice, and check out our Code of Conduct.










            draft saved

            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2facademia.stackexchange.com%2fquestions%2f134338%2fwill-a-research-paper-be-retracted-if-the-code-which-was-made-publically-availa%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            3 Answers
            3






            active

            oldest

            votes








            3 Answers
            3






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            15














            If the main idea in the paper has been invalidated by the correction in the code, you would do well to try to retract the paper yourself. This is just a point of professional ethics. It also protects you in a way from future claims if people don't examine everything thoroughly.



            The journal may not be able to actually retract the paper, but might be able to post a note (printed or online) that the paper has a flaw (noted by the author, hopefully).



            But others, relying on the original thesis of the paper might be misled in their own work. You really don't want that to happen.



            Honesty in science is assumed. Make it so.



            You might also be able to publish a better paper, based on the corrected code. Work toward that end.






            share|improve this answer






























              15














              If the main idea in the paper has been invalidated by the correction in the code, you would do well to try to retract the paper yourself. This is just a point of professional ethics. It also protects you in a way from future claims if people don't examine everything thoroughly.



              The journal may not be able to actually retract the paper, but might be able to post a note (printed or online) that the paper has a flaw (noted by the author, hopefully).



              But others, relying on the original thesis of the paper might be misled in their own work. You really don't want that to happen.



              Honesty in science is assumed. Make it so.



              You might also be able to publish a better paper, based on the corrected code. Work toward that end.






              share|improve this answer




























                15












                15








                15







                If the main idea in the paper has been invalidated by the correction in the code, you would do well to try to retract the paper yourself. This is just a point of professional ethics. It also protects you in a way from future claims if people don't examine everything thoroughly.



                The journal may not be able to actually retract the paper, but might be able to post a note (printed or online) that the paper has a flaw (noted by the author, hopefully).



                But others, relying on the original thesis of the paper might be misled in their own work. You really don't want that to happen.



                Honesty in science is assumed. Make it so.



                You might also be able to publish a better paper, based on the corrected code. Work toward that end.






                share|improve this answer













                If the main idea in the paper has been invalidated by the correction in the code, you would do well to try to retract the paper yourself. This is just a point of professional ethics. It also protects you in a way from future claims if people don't examine everything thoroughly.



                The journal may not be able to actually retract the paper, but might be able to post a note (printed or online) that the paper has a flaw (noted by the author, hopefully).



                But others, relying on the original thesis of the paper might be misled in their own work. You really don't want that to happen.



                Honesty in science is assumed. Make it so.



                You might also be able to publish a better paper, based on the corrected code. Work toward that end.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered 9 hours ago









                BuffyBuffy

                76.6k20 gold badges231 silver badges343 bronze badges




                76.6k20 gold badges231 silver badges343 bronze badges




























                    8















                    Will there be any positive gain thanks to the publishing of the code to me?




                    Publishing the code is necessary to make the calculation reproducible and the results verifiable. If I were the referee of your paper I would likely insist that you publish the code. So the “positive gain” would be that your paper will not be rejected outright. It will also help your reputation and build up other researchers’ impression of you as a serious, careful scientist who understands what it means to do good science.



                    Besides, what you are asking is essentially “is there a positive gain to behaving honestly”. I’m not going to enter a philosophical discussion about honesty and its benefits here, but just think for a second about what you’re saying. Even in a specific context of academic research, your question can be rephrased as “I am thinking of hiding information about the way I did my research that would be essential for other researchers to verify my results. Is there a positive gain from not hiding this information?” Again, think about what you’re asking.



                    It’s clear from the question that you are in fact a person who is motivated by a desire to advance science and wants to do the right thing. That’s great, and the conclusion is that it is your duty to disclose the relevant information about your research that would enable other researchers to check your results. If the results later turn out to be invalid, then you and the journal you published in would need to deal with it in an appropriate and responsible way, either by issuing a note pointing out the error, or (which typically would happen only in really extreme, egregious circumstances) by retracting the article. Honestly I don’t think this is something to worry about too much. As long as you’re acting in good faith and doing your best to do good science, you are adding to the sum total of human knowledge and your work has value. That’s what matters, and that’s what you will ultimately be judged on by your peers in the community.






                    share|improve this answer




























                    • I think it is a valid question to ask if honesty or sharing information will be detrimental to a scientific career.

                      – J. Fabian Meier
                      6 hours ago











                    • @J.FabianMeier agreed. I hope you also think my answer is a valid answer :-)

                      – Dan Romik
                      6 hours ago
















                    8















                    Will there be any positive gain thanks to the publishing of the code to me?




                    Publishing the code is necessary to make the calculation reproducible and the results verifiable. If I were the referee of your paper I would likely insist that you publish the code. So the “positive gain” would be that your paper will not be rejected outright. It will also help your reputation and build up other researchers’ impression of you as a serious, careful scientist who understands what it means to do good science.



                    Besides, what you are asking is essentially “is there a positive gain to behaving honestly”. I’m not going to enter a philosophical discussion about honesty and its benefits here, but just think for a second about what you’re saying. Even in a specific context of academic research, your question can be rephrased as “I am thinking of hiding information about the way I did my research that would be essential for other researchers to verify my results. Is there a positive gain from not hiding this information?” Again, think about what you’re asking.



                    It’s clear from the question that you are in fact a person who is motivated by a desire to advance science and wants to do the right thing. That’s great, and the conclusion is that it is your duty to disclose the relevant information about your research that would enable other researchers to check your results. If the results later turn out to be invalid, then you and the journal you published in would need to deal with it in an appropriate and responsible way, either by issuing a note pointing out the error, or (which typically would happen only in really extreme, egregious circumstances) by retracting the article. Honestly I don’t think this is something to worry about too much. As long as you’re acting in good faith and doing your best to do good science, you are adding to the sum total of human knowledge and your work has value. That’s what matters, and that’s what you will ultimately be judged on by your peers in the community.






                    share|improve this answer




























                    • I think it is a valid question to ask if honesty or sharing information will be detrimental to a scientific career.

                      – J. Fabian Meier
                      6 hours ago











                    • @J.FabianMeier agreed. I hope you also think my answer is a valid answer :-)

                      – Dan Romik
                      6 hours ago














                    8












                    8








                    8








                    Will there be any positive gain thanks to the publishing of the code to me?




                    Publishing the code is necessary to make the calculation reproducible and the results verifiable. If I were the referee of your paper I would likely insist that you publish the code. So the “positive gain” would be that your paper will not be rejected outright. It will also help your reputation and build up other researchers’ impression of you as a serious, careful scientist who understands what it means to do good science.



                    Besides, what you are asking is essentially “is there a positive gain to behaving honestly”. I’m not going to enter a philosophical discussion about honesty and its benefits here, but just think for a second about what you’re saying. Even in a specific context of academic research, your question can be rephrased as “I am thinking of hiding information about the way I did my research that would be essential for other researchers to verify my results. Is there a positive gain from not hiding this information?” Again, think about what you’re asking.



                    It’s clear from the question that you are in fact a person who is motivated by a desire to advance science and wants to do the right thing. That’s great, and the conclusion is that it is your duty to disclose the relevant information about your research that would enable other researchers to check your results. If the results later turn out to be invalid, then you and the journal you published in would need to deal with it in an appropriate and responsible way, either by issuing a note pointing out the error, or (which typically would happen only in really extreme, egregious circumstances) by retracting the article. Honestly I don’t think this is something to worry about too much. As long as you’re acting in good faith and doing your best to do good science, you are adding to the sum total of human knowledge and your work has value. That’s what matters, and that’s what you will ultimately be judged on by your peers in the community.






                    share|improve this answer
















                    Will there be any positive gain thanks to the publishing of the code to me?




                    Publishing the code is necessary to make the calculation reproducible and the results verifiable. If I were the referee of your paper I would likely insist that you publish the code. So the “positive gain” would be that your paper will not be rejected outright. It will also help your reputation and build up other researchers’ impression of you as a serious, careful scientist who understands what it means to do good science.



                    Besides, what you are asking is essentially “is there a positive gain to behaving honestly”. I’m not going to enter a philosophical discussion about honesty and its benefits here, but just think for a second about what you’re saying. Even in a specific context of academic research, your question can be rephrased as “I am thinking of hiding information about the way I did my research that would be essential for other researchers to verify my results. Is there a positive gain from not hiding this information?” Again, think about what you’re asking.



                    It’s clear from the question that you are in fact a person who is motivated by a desire to advance science and wants to do the right thing. That’s great, and the conclusion is that it is your duty to disclose the relevant information about your research that would enable other researchers to check your results. If the results later turn out to be invalid, then you and the journal you published in would need to deal with it in an appropriate and responsible way, either by issuing a note pointing out the error, or (which typically would happen only in really extreme, egregious circumstances) by retracting the article. Honestly I don’t think this is something to worry about too much. As long as you’re acting in good faith and doing your best to do good science, you are adding to the sum total of human knowledge and your work has value. That’s what matters, and that’s what you will ultimately be judged on by your peers in the community.







                    share|improve this answer














                    share|improve this answer



                    share|improve this answer








                    edited 7 hours ago

























                    answered 7 hours ago









                    Dan RomikDan Romik

                    90.7k23 gold badges197 silver badges301 bronze badges




                    90.7k23 gold badges197 silver badges301 bronze badges
















                    • I think it is a valid question to ask if honesty or sharing information will be detrimental to a scientific career.

                      – J. Fabian Meier
                      6 hours ago











                    • @J.FabianMeier agreed. I hope you also think my answer is a valid answer :-)

                      – Dan Romik
                      6 hours ago



















                    • I think it is a valid question to ask if honesty or sharing information will be detrimental to a scientific career.

                      – J. Fabian Meier
                      6 hours ago











                    • @J.FabianMeier agreed. I hope you also think my answer is a valid answer :-)

                      – Dan Romik
                      6 hours ago

















                    I think it is a valid question to ask if honesty or sharing information will be detrimental to a scientific career.

                    – J. Fabian Meier
                    6 hours ago





                    I think it is a valid question to ask if honesty or sharing information will be detrimental to a scientific career.

                    – J. Fabian Meier
                    6 hours ago













                    @J.FabianMeier agreed. I hope you also think my answer is a valid answer :-)

                    – Dan Romik
                    6 hours ago





                    @J.FabianMeier agreed. I hope you also think my answer is a valid answer :-)

                    – Dan Romik
                    6 hours ago











                    7














                    @Buffy is certainly right that Science itself gains a lot if people publish their code. Papers without code (the norm in many scientific areas) are hard to reproduce or build upon.



                    But you ask what you gain from this, or if it might harm your career.



                    First of all, it is unlikely that somebody finds a major flaw in your program and it is even more unlikely that a journal will retract the paper because somebody else (not you) requested this. Most of the wrong or doubtful results just stay in the literature.



                    What is much more likely: Somebody will actually use or extend your results, and help you improve them. So he/she will cite you or work with you on a future paper. This is definitely something you want.






                    share|improve this answer





















                    • 3





                      it is unlikely that somebody finds a major flaw in your program, yet, the OP hypothesises that such a flaw has been found.

                      – user2768
                      9 hours ago











                    • This was more an answer to Will there be any positive gain thanks to the publishing of the code to me?

                      – J. Fabian Meier
                      8 hours ago
















                    7














                    @Buffy is certainly right that Science itself gains a lot if people publish their code. Papers without code (the norm in many scientific areas) are hard to reproduce or build upon.



                    But you ask what you gain from this, or if it might harm your career.



                    First of all, it is unlikely that somebody finds a major flaw in your program and it is even more unlikely that a journal will retract the paper because somebody else (not you) requested this. Most of the wrong or doubtful results just stay in the literature.



                    What is much more likely: Somebody will actually use or extend your results, and help you improve them. So he/she will cite you or work with you on a future paper. This is definitely something you want.






                    share|improve this answer





















                    • 3





                      it is unlikely that somebody finds a major flaw in your program, yet, the OP hypothesises that such a flaw has been found.

                      – user2768
                      9 hours ago











                    • This was more an answer to Will there be any positive gain thanks to the publishing of the code to me?

                      – J. Fabian Meier
                      8 hours ago














                    7












                    7








                    7







                    @Buffy is certainly right that Science itself gains a lot if people publish their code. Papers without code (the norm in many scientific areas) are hard to reproduce or build upon.



                    But you ask what you gain from this, or if it might harm your career.



                    First of all, it is unlikely that somebody finds a major flaw in your program and it is even more unlikely that a journal will retract the paper because somebody else (not you) requested this. Most of the wrong or doubtful results just stay in the literature.



                    What is much more likely: Somebody will actually use or extend your results, and help you improve them. So he/she will cite you or work with you on a future paper. This is definitely something you want.






                    share|improve this answer













                    @Buffy is certainly right that Science itself gains a lot if people publish their code. Papers without code (the norm in many scientific areas) are hard to reproduce or build upon.



                    But you ask what you gain from this, or if it might harm your career.



                    First of all, it is unlikely that somebody finds a major flaw in your program and it is even more unlikely that a journal will retract the paper because somebody else (not you) requested this. Most of the wrong or doubtful results just stay in the literature.



                    What is much more likely: Somebody will actually use or extend your results, and help you improve them. So he/she will cite you or work with you on a future paper. This is definitely something you want.







                    share|improve this answer












                    share|improve this answer



                    share|improve this answer










                    answered 9 hours ago









                    J. Fabian MeierJ. Fabian Meier

                    8,4674 gold badges22 silver badges43 bronze badges




                    8,4674 gold badges22 silver badges43 bronze badges











                    • 3





                      it is unlikely that somebody finds a major flaw in your program, yet, the OP hypothesises that such a flaw has been found.

                      – user2768
                      9 hours ago











                    • This was more an answer to Will there be any positive gain thanks to the publishing of the code to me?

                      – J. Fabian Meier
                      8 hours ago














                    • 3





                      it is unlikely that somebody finds a major flaw in your program, yet, the OP hypothesises that such a flaw has been found.

                      – user2768
                      9 hours ago











                    • This was more an answer to Will there be any positive gain thanks to the publishing of the code to me?

                      – J. Fabian Meier
                      8 hours ago








                    3




                    3





                    it is unlikely that somebody finds a major flaw in your program, yet, the OP hypothesises that such a flaw has been found.

                    – user2768
                    9 hours ago





                    it is unlikely that somebody finds a major flaw in your program, yet, the OP hypothesises that such a flaw has been found.

                    – user2768
                    9 hours ago













                    This was more an answer to Will there be any positive gain thanks to the publishing of the code to me?

                    – J. Fabian Meier
                    8 hours ago





                    This was more an answer to Will there be any positive gain thanks to the publishing of the code to me?

                    – J. Fabian Meier
                    8 hours ago










                    Tejas Shetty is a new contributor. Be nice, and check out our Code of Conduct.










                    draft saved

                    draft discarded


















                    Tejas Shetty is a new contributor. Be nice, and check out our Code of Conduct.













                    Tejas Shetty is a new contributor. Be nice, and check out our Code of Conduct.












                    Tejas Shetty is a new contributor. Be nice, and check out our Code of Conduct.
















                    Thanks for contributing an answer to Academia Stack Exchange!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid



                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.


                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2facademia.stackexchange.com%2fquestions%2f134338%2fwill-a-research-paper-be-retracted-if-the-code-which-was-made-publically-availa%23new-answer', 'question_page');
                    }
                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    Hudson River Historic District Contents Geography History The district today Aesthetics Cultural...

                    The number designs the writing. Feandra Aversely Definition: The act of ingrafting a sprig or shoot of one...

                    Ayherre Geografie Demografie Externe links Navigatiemenu43° 23′ NB, 1° 15′ WL43° 23′ NB, 1°...