-
-
Notifications
You must be signed in to change notification settings - Fork 46
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
docs: fix references for the JOSS paper #265
Conversation
I could not find DOIs for three papers:
Rest of them have been fixed. |
joss/paper.bib
Outdated
publisher="Birkh{\"a}user Boston", | ||
address="Boston, MA", | ||
pages="3--57", | ||
abstract="Introduction. Let there be given a sequence of ordinates<math display='block'><mrow><mrow><mo>{\{}</mo> <mrow><msub><mi>y</mi><mi>n</mi></msub></mrow> <mo>{\}}</mo></mrow><mtext>{\&}{\#}x2003;</mtext><mrow><mo>(</mo><mrow><mi>n</mi><mo>=</mo><mn>0</mn><mo>,</mo><mo>{\&}{\#}x00B1;</mo><mn>1</mn><mo>{\&}{\#}x00B1;</mo><mn>2</mn><mo>,</mo><mo>{\&}{\#}x2026;</mo></mrow><mo>)</mo></mrow><mo>,</mo></mrow></math>{\$}{\$}{\backslash}left{\backslash}{\{} {\{}{\{}y{\_}n{\}}{\}} {\backslash}right{\backslash}{\}}{\backslash}quad {\backslash}left( {\{}n = 0, {\backslash}pm 1 {\backslash}pm 2, {\backslash}ldots {\}} {\backslash}right),{\$}{\$}corresponding to all integral values of the variable x = n. If these ordinates are the values of a known analytic function F(x), then the problem of interpolation between these ordinates has an obvious and precise meaning: we are required to compute intermediate values F(x) to the same accuracy to which the ordinates are known. Undoubtedly, the most convenient tool for the solution of this problem is the polynomial central interpolation method. It uses the polynomial of degree k --- 1, interpolating k successive ordinates, as an approximation to F(x) only within a unit interval in x, centrally located with respect to its k defining ordinates. Assuming k fixed, successive approximating arcs for F(x) are thus obtained which present discontinuities on passing from one arc to the next if k is odd, or discontinuities in their first derivatives if k is even (see section 2.121). Actually these discontinuities are irrelevant in our present case of an analytic function F(x). Indeed, if the interpolated values obtained are sufficiently accurate, these discontinuities will be apparent only if we force the computation beyond the intrinsic accuracy of the yn.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
that's the worst abstract form ever 😅 who does a display block in abstract?!?!?!?!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah, thats weird.... I took it from springer - https://link.springer.com/chapter/10.1007/978-1-4899-0433-1_1#citeas 😅
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have removed it in 7dce110. The abstract is the first paragraph of the chapter, so not a real abstract.
ModelingToolkit: A Composable Graph Transformation System For Equation-Based Modeling is just on arxiv |
Ok, I am not familiar with the system, papers in arxiv are not assigned with a DOI? |
Arxiv has a DOI on the website, for example that one is https://doi.org/10.48550/arXiv.2103.05244 |
af7ab43
to
23a500e
Compare
23a500e
to
e1ea7b5
Compare
Ok, I have added the DOI for the MTK paper. |
The other two don't have DOIs. |
No description provided.