Skip to content

Commit

Permalink
Merge pull request #10 from katrinleinweber/resolve-DOIs-securely
Browse files Browse the repository at this point in the history
Hyperlink DOIs to preferred resolver
  • Loading branch information
VanyaBelyaev committed Jan 21, 2020
2 parents e3c7ffb + 23a387c commit 05cdf4a
Show file tree
Hide file tree
Showing 11 changed files with 19 additions and 19 deletions.
12 changes: 6 additions & 6 deletions ostap/fitting/signals.py
Original file line number Diff line number Diff line change
Expand Up @@ -1305,7 +1305,7 @@ def alpha ( self, value ) :
# - for rho_{l,r}=0 left/right tails are exponential.
# - for large asymmetry parameter function has weird shape
#
# @see http://dx.doi.org/10.1007/JHEP06(2012)141
# @see https://doi.org/10.1007/JHEP06(2012)141
# @see Ostap::Math::Bukin
# @see Analusis::Models::Bukin
# @author Vanya BELYAEV [email protected]
Expand All @@ -1316,7 +1316,7 @@ class Bukin_pdf(MASS) :
- exponential (optionally gaussian) asymmetrical tails
see http://journals.aps.org/prd/abstract/10.1103/PhysRevD.84.112007
see http://arxiv.org/abs/1107.5751
see http://dx.doi.org/10.1007/JHEP06(2012)141
see https://doi.org/10.1007/JHEP06(2012)141
Here small reparameterization is applied to achieve more stable fits.
It is very well suitable to describe high statistic charm meson peaks,
Expand Down Expand Up @@ -2637,7 +2637,7 @@ def gamma ( self, value ) :
# "Extended pseudo-Voigt function for approximating the Voigt profile"
# J. Appl. Cryst. (2000). 33, 1311-1316
# @see doi:10.1107/S0021889800010219
# @see http://dx.doi.org/10.1107/S0021889800010219
# @see https://doi.org/10.1107/S0021889800010219
# @author Vanya BELYAEV [email protected]
# @date 2016-06-15
class PseudoVoigt_pdf(Voigt_pdf) :
Expand All @@ -2649,7 +2649,7 @@ class PseudoVoigt_pdf(Voigt_pdf) :
``Extended pseudo-Voigt function for approximating the Voigt profile''
J. Appl. Cryst. (2000). 33, 1311-1316
- see doi:10.1107/S0021889800010219
- see http://dx.doi.org/10.1107/S0021889800010219
- see https://doi.org/10.1107/S0021889800010219
Parameters
- mean : location
Expand Down Expand Up @@ -3467,15 +3467,15 @@ def e ( self, value ) :
# =============================================================================
## @class Bugg_pdf
# The parameterization of sigma pole by B.S.Zou and D.V.Bugg, Phys.Rev. D48 (1993) R3948.
# @see http://dx.doi.org/10.1103/PhysRevD.48.R3948
# @see https://doi.org/10.1103/PhysRevD.48.R3948
# @see Ostap::Models::Bugg
# @see Ostap::Math::Bugg
# @author Vanya BELYAEV [email protected]
# @date 2011-07-25
class Bugg_pdf(MASS) :
""" The parameterization of sigma pole by
B.S.Zou and D.V.Bugg, Phys.Rev. D48 (1993) R3948.
http://dx.doi.org/10.1103/PhysRevD.48.R3948
https://doi.org/10.1103/PhysRevD.48.R3948
"""
def __init__ ( self ,
name ,
Expand Down
4 changes: 2 additions & 2 deletions ostap/histos/graphs.py
Original file line number Diff line number Diff line change
Expand Up @@ -2632,7 +2632,7 @@ def _mt_transpose_ ( self ) :
# >>> spline = histo.(p,i,d)spline( .... )
# >>> graph = histo.lw_graph ( spline[2] )
# @endcode
# @see http://dx.doi.org/10.1016/0168-9002(94)01112-5
# @see https://doi.org/10.1016/0168-9002(94)01112-5
# @author Vanya BELYAEV [email protected]
# @date 2014-12-08
def _lw_graph_ ( histo , func ) :
Expand Down Expand Up @@ -2744,7 +2744,7 @@ def _lw_graph_ ( histo , func ) :
# >>> spline = histo.(p,i,d)spline( .... )
# >>> graph = lw_graph ( histo , spline[2] )
# @endcode
# @see http://dx.doi.org/10.1016/0168-9002(94)01112-5
# @see https://doi.org/10.1016/0168-9002(94)01112-5
# @author Vanya BELYAEV [email protected]
# @date 2014-12-08
def lw_graph ( histo , func ) :
Expand Down
2 changes: 1 addition & 1 deletion source/include/Ostap/BSpline.h
Original file line number Diff line number Diff line change
Expand Up @@ -1498,7 +1498,7 @@ namespace Ostap
* Boehm's algorithm is used
* @see W.Boehm, ``Inserting new knots into B-spline curves'',
* Computer-Aided Design, 12, no.4, (1980) 199
* @see http://dx.doi.org/10.1016/0010-4485(80)90154-2
* @see https://doi.org/10.1016/0010-4485(80)90154-2
* @see http://www.sciencedirect.com/science/article/pii/0010448580901542
* @param x (INPUT) position of new knot
* @param knots (UPDATE) vector of knots
Expand Down
2 changes: 1 addition & 1 deletion source/include/Ostap/Bernstein.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* @see http://en.wikipedia.org/wiki/Bernstein_polynomial
* @see Rida Farouki, ``The Bernstein polynomial basis: A centennial retrospective'',
* Computer Aided Geometric Design, 29 (2012) 379.
* @see http://dx.doi.org/10.1016/j.cagd.2012.03.001
* @see https://doi.org/10.1016/j.cagd.2012.03.001
* @author Vanya BELYAEV [email protected]
* @date 2010-04-19
*/
Expand Down
2 changes: 1 addition & 1 deletion source/include/Ostap/BreitWigner.h
Original file line number Diff line number Diff line change
Expand Up @@ -893,7 +893,7 @@ namespace Ostap
* "Extended pseudo-Voigt function for approximating the Voigt profile"
* J. Appl. Cryst. (2000). 33, 1311-1316
* @see doi:10.1107/S0021889800010219
* @see http://dx.doi.org/10.1107/S0021889800010219
* @see https://doi.org/10.1107/S0021889800010219
* @author Vanya BELYAEV [email protected]
* @date 2016-06-13
*/
Expand Down
4 changes: 2 additions & 2 deletions source/include/Ostap/MoreMath.h
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ namespace Ostap
* where \f$ R_D(x,y,z)\f$ is a symmetric Carlson form
* @see Carlson, B.C., "Numerical computation of real or complex elliptic integrals",
* Numerical Algorithms, 10, 1995, 13
* @see http://dx.doi.org/10.1007/BF02198293
* @see https://doi.org/10.1007/BF02198293
* @see https://arxiv.org/abs/math/9409227
*/
double elliptic_KmE ( const double k ) ;
Expand All @@ -420,7 +420,7 @@ namespace Ostap
* @see https://en.wikipedia.org/wiki/Elliptic_integral
* @see Carlson, B.C., "Numerical computation of real or complex elliptic integrals",
* Numerical Algorithms, 10, 1995, 13
* @see http://dx.doi.org/10.1007/BF02198293
* @see https://doi.org/10.1007/BF02198293
* @see https://arxiv.org/abs/math/9409227
*/
double elliptic_KZ ( const double beta , const double k ) ;
Expand Down
2 changes: 1 addition & 1 deletion source/include/Ostap/PDFs.h
Original file line number Diff line number Diff line change
Expand Up @@ -1833,7 +1833,7 @@ namespace Ostap
/** @class Bukin
* "Bukin"-function, aka "Modified Novosibirsk function"
* @see http://arxiv.org/abs/1107.5751
* @see http://dx.doi.org/10.1007/JHEP06(2012)141
* @see https://doi.org/10.1007/JHEP06(2012)141
* @see Ostap::Math::Bukin
* @author Vanya BELYAEV [email protected]
* @date 2011-12-05
Expand Down
2 changes: 1 addition & 1 deletion source/include/Ostap/Peaks.h
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ namespace Ostap
* for description of asymmetric peaks with the exponential tails
*
* @see http://arxiv.org/abs/1107.5751
* @see http://dx.doi.org/10.1007/JHEP06(2012)141
* @see https://doi.org/10.1007/JHEP06(2012)141
* @date 2011-04-19
*/
class Bukin
Expand Down
2 changes: 1 addition & 1 deletion source/src/BSpline.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1010,7 +1010,7 @@ double Ostap::Math::deboor
* Boehm's algorithm is used
* @see W.Boehm, ``Inserting new knots into B-spline curves'',
* Computer-Aided Design, 12, no.4, (1980) 199
* @see http://dx.doi.org/10.1016/0010-4485(80)90154-2
* @see https://doi.org/10.1016/0010-4485(80)90154-2
* @see http://www.sciencedirect.com/science/article/pii/0010448580901542
* @param x (INPUT) position of new knot
* @param knots (UPDATE) vector of knots
Expand Down
2 changes: 1 addition & 1 deletion source/src/BreitWigner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2310,7 +2310,7 @@ double Ostap::Math::Voigt::fwhm () const
// "Extended pseudo-Voigt function for approximating the Voigt profile"
// J. Appl. Cryst. (2000). 33, 1311-1316
// doi:10.1107/S0021889800010219
// http://dx.doi.org/10.1107/S0021889800010219
// https://doi.org/10.1107/S0021889800010219
// ============================================================================
// constructor from all parameters
// ============================================================================
Expand Down
4 changes: 2 additions & 2 deletions source/src/MoreMath.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1173,7 +1173,7 @@ double Ostap::Math::elliptic_Z ( const double beta , const double k )
* @see https://en.wikipedia.org/wiki/Elliptic_integral
* @see Carlson, B.C., "Numerical computation of real or complex elliptic integrals",
* Numerical Algorithms, 10, 1995, 13
* @see http://dx.doi.org/10.1007/BF02198293
* @see https://doi.org/10.1007/BF02198293
* @see https://arxiv.org/abs/math/9409227
*/
// ============================================================================
Expand Down Expand Up @@ -1206,7 +1206,7 @@ double Ostap::Math::elliptic_KZ ( const double beta , const double k )
* where \f$ R_D(x,y,z)\f$ is a symmetric Carlson form
* @see Carlson, B.C., "Numerical computation of real or complex elliptic integrals",
* Numerical Algorithms, 10, 1995, 13
* @see http://dx.doi.org/10.1007/BF02198293
* @see https://doi.org/10.1007/BF02198293
* @see https://arxiv.org/abs/math/9409227
*/
// ============================================================================
Expand Down

0 comments on commit 05cdf4a

Please sign in to comment.