www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - proper scientific reference to the D lang and the MIR/LUBECK

reply Yura <yuriy.min gmail.com> writes:
Dear Community,
I am going to write a scientific article where I heavily used the 
D programming language and the MIR/LUBECK numerical libraries. 
How should I properly cite them in the following sentence?

"
All steps detailed in Section 2.1 were implemented into a 
parallel computer code written in the D programming 
language.[REF1] The systems of linear equations specified in eqn. 
(2) were solved using the MIR[REF2] and LUBECK numerical 
libraries.[REF3]
"

Thank you!
Mar 23 2023
next sibling parent bachmeier <no spam.net> writes:
On Thursday, 23 March 2023 at 14:30:30 UTC, Yura wrote:
 Dear Community,
 I am going to write a scientific article where I heavily used 
 the D programming language and the MIR/LUBECK numerical 
 libraries. How should I properly cite them in the following 
 sentence?

 "
 All steps detailed in Section 2.1 were implemented into a 
 parallel computer code written in the D programming 
 language.[REF1] The systems of linear equations specified in 
 eqn. (2) were solved using the MIR[REF2] and LUBECK numerical 
 libraries.[REF3]
 "

 Thank you!
Here is [the standard reference for citations of R packages](https://cran.r-project.org/web/packages/report/vignettes/ ite_packages.html). Something similar should work for you. At a minimum, add a footnote with a link.
Mar 23 2023
prev sibling parent reply Sergey <kornburn yandex.ru> writes:
On Thursday, 23 March 2023 at 14:30:30 UTC, Yura wrote:
 Dear Community,
 I am going to write a scientific article where I heavily used 
 the D programming language and the MIR/LUBECK numerical 
 libraries. How should I properly cite them in the following 
 sentence?

 "
 All steps detailed in Section 2.1 were implemented into a 
 parallel computer code written in the D programming 
 language.[REF1] The systems of linear equations specified in 
 eqn. (2) were solved using the MIR[REF2] and LUBECK numerical 
 libraries.[REF3]
 "

 Thank you!
I think Mir and Lubeck are written in a normal mode, without capitalization. Not like BLAS and LAPACK - https://tour.dlang.org/tour/mir/dub/lubeck Probably better to ask Ilya on the GitHub pages. And please share your results in case they will be published somewhere :)
Mar 24 2023
next sibling parent reply jmh530 <john.michael.hall gmail.com> writes:
On Friday, 24 March 2023 at 07:38:48 UTC, Sergey wrote:
 [snip]

 I think Mir and Lubeck are written in a normal mode, without 
 capitalization.
 Not like BLAS and LAPACK - 
 https://tour.dlang.org/tour/mir/dub/lubeck
The OP might also mention that Lubeck is largely a wrapper over BLAS and LAPACK.
 Probably better to ask Ilya on the GitHub pages.
I filed an issue https://github.com/libmir/mir-algorithm/issues/460
Mar 24 2023
parent bachmeier <no spam.net> writes:
On Friday, 24 March 2023 at 12:30:38 UTC, jmh530 wrote:
 On Friday, 24 March 2023 at 07:38:48 UTC, Sergey wrote:
 [snip]

 I think Mir and Lubeck are written in a normal mode, without 
 capitalization.
 Not like BLAS and LAPACK - 
 https://tour.dlang.org/tour/mir/dub/lubeck
The OP might also mention that Lubeck is largely a wrapper over BLAS and LAPACK.
 Probably better to ask Ilya on the GitHub pages.
I filed an issue https://github.com/libmir/mir-algorithm/issues/460
It is possible for Github to add citation information [as described here](https://academia.stackexchange.com/a/172780). You add one file to the repo, and ff you create CITATION.cff using the web interface, it even provides you with a template.
Mar 24 2023
prev sibling parent Yura <yuriy.min gmail.com> writes:
On Friday, 24 March 2023 at 07:38:48 UTC, Sergey wrote:
 And please share your results in case they will be published 
 somewhere :)
Dear D community, once again - thank you so much for your help. As promised, I am sharing the link to the scientific article where I extensively used the D programming language. I hope I referenced everything correctly. If anyone is interested in the full text, please feel free to drop me an e-mail. https://doi.org/10.1021/acs.jctc.3c00410
Jul 01 2023