Skip to content

Commit 6036007

Browse files
committed
bibtex | move mathematica to bbl
1 parent 444a059 commit 6036007

7 files changed

+48
-32
lines changed

BIBTEX-CITATION.bib

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
@MISC{GithubSource_2022,
1+
@misc{kolosov_spline_approximation2025,
22
author = {Petro Kolosov},
3-
title = {{"Github Template" Source files}},
4-
howpublished = {Available electronically at \url {https://github.com/kolosovpetro/github-latex-template}},
5-
year = {2022}
6-
}
3+
title = {An Efficient Method of Spline Approximation},
4+
year = {2025},
5+
journal = {{GitHub preprint}},
6+
note = {\url{https://kolosovpetro.github.io/pdf/AnEfficientMethodOfSplineApproximation.pdf}}
7+
}

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ and this project adheres to [Semantic Versioning v2.0.0](https://semver.org/spec
1313
- Avoid to use 'I' in discussions
1414
- Fix abstract
1515
- Minor fixes to improve the flow
16+
- Move Mathematica programs to bibliography
17+
- Update bibtex citation
1618

1719
## [1.0.1] - 2025-02-21
1820

out/AnEfficientMethodOfSplineApproximation.bbl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,10 @@ Petro Kolosov.
6565
identity}, 2018.
6666
\newblock \url{https://oeis.org/A316387}.
6767

68+
\bibitem{kolosovpetro_gist}
69+
Petro Kolosov.
70+
\newblock Mathematica programs to generate plots and tables, 2025.
71+
\newblock
72+
\url{https://gist.github.com/kolosovpetro/2b5c55094c66b8d6a97b9798be9a8dec}.
73+
6874
\end{thebibliography}

out/AnEfficientMethodOfSplineApproximation.blg

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -5,44 +5,44 @@ Reallocating 'name_of_file' (item size: 1) to 6 items.
55
The style file: unsrt.bst
66
Reallocating 'name_of_file' (item size: 1) to 39 items.
77
Database file #1: AnEfficientMethodOfSplineApproximation.bib
8-
You've used 11 entries,
8+
You've used 12 entries,
99
1791 wiz_defined-function locations,
10-
508 strings with 5657 characters,
11-
and the built_in function-call counts, 1638 in all, are:
12-
= -- 143
13-
> -- 44
10+
511 strings with 5798 characters,
11+
and the built_in function-call counts, 1765 in all, are:
12+
= -- 153
13+
> -- 48
1414
< -- 0
15-
+ -- 22
16-
- -- 11
17-
* -- 47
18-
:= -- 261
19-
add.period$ -- 36
20-
call.type$ -- 11
21-
change.case$ -- 11
15+
+ -- 24
16+
- -- 12
17+
* -- 48
18+
:= -- 280
19+
add.period$ -- 39
20+
call.type$ -- 12
21+
change.case$ -- 12
2222
chr.to.int$ -- 0
23-
cite$ -- 11
24-
duplicate$ -- 66
25-
empty$ -- 207
26-
format.name$ -- 11
27-
if$ -- 371
23+
cite$ -- 12
24+
duplicate$ -- 71
25+
empty$ -- 225
26+
format.name$ -- 12
27+
if$ -- 401
2828
int.to.chr$ -- 0
29-
int.to.str$ -- 11
29+
int.to.str$ -- 12
3030
missing$ -- 3
31-
newline$ -- 61
32-
num.names$ -- 11
33-
pop$ -- 58
31+
newline$ -- 66
32+
num.names$ -- 12
33+
pop$ -- 65
3434
preamble$ -- 1
3535
purify$ -- 0
3636
quote$ -- 0
37-
skip$ -- 32
37+
skip$ -- 35
3838
stack$ -- 0
3939
substring$ -- 50
40-
swap$ -- 11
40+
swap$ -- 12
4141
text.length$ -- 0
4242
text.prefix$ -- 0
4343
top$ -- 0
4444
type$ -- 0
4545
warning$ -- 0
46-
while$ -- 15
47-
width$ -- 13
48-
write$ -- 120
46+
while$ -- 16
47+
width$ -- 14
48+
write$ -- 130
432 Bytes
Binary file not shown.

src/AnEfficientMethodOfSplineApproximation.bib

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,3 +339,10 @@ @misc{kolosov2025unexpected
339339
year = {2025},
340340
note = {\url{https://kolosovpetro.github.io/pdf/UnexpectedPolynomialIdentity.pdf}}
341341
}
342+
343+
@misc{kolosovpetro_gist,
344+
author = {Petro Kolosov},
345+
title = {Mathematica programs to generate plots and tables},
346+
year = {2025},
347+
note = {\url{https://gist.github.com/kolosovpetro/2b5c55094c66b8d6a97b9798be9a8dec}}
348+
}

src/sections/02_introduction.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989

9090
For the sake of clear and precise verification of results, consider the Mathematica programs to generate
9191
plots and data tables, so that reader is able to verify the main results of current part of manuscript,
92-
see the \href{https://gist.github.com/kolosovpetro/2b5c55094c66b8d6a97b9798be9a8dec}{\texttt{link}}.
92+
see~\cite{kolosovpetro_gist}.
9393

9494
So far we have discussed approximation of odd power function $X^{2m+1}$, now we focus on its even case $X^{2m+2}$
9595
which is quite straightforward.

0 commit comments

Comments
 (0)