mirror of
https://github.com/boostorg/graph.git
synced 2026-01-31 08:12:14 +00:00
Merge pull request #109 from katrinleinweber/resolve-DOIs-securely
Hyperlink DOIs against preferred resolver
This commit is contained in:
@@ -84,7 +84,7 @@ namespace boost
|
||||
// number = {1},
|
||||
// year = {2006},
|
||||
// pages = {28-42}
|
||||
// ee = {http://dx.doi.org/10.1016/j.tcs.2006.06.015}
|
||||
// ee = {https://doi.org/10.1016/j.tcs.2006.06.015}
|
||||
// }
|
||||
|
||||
/**
|
||||
|
||||
@@ -33,7 +33,7 @@ namespace boost
|
||||
// pages = {466--484},
|
||||
// priority = {0},
|
||||
// title = {A Graph-theoretic perspective on centrality},
|
||||
// url = {http://dx.doi.org/10.1016/j.socnet.2005.11.005},
|
||||
// url = {https://doi.org/10.1016/j.socnet.2005.11.005},
|
||||
// volume = {28},
|
||||
// year = {2006}
|
||||
// }
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
// "Neighbourhood Preserving Load Balancing: A Self-Organizing Approach"
|
||||
// in 6th International Euro-Par Conference Munich, Germany, August 29 – September 1, 2000 Proceedings,
|
||||
// pp 234-241
|
||||
// http://dx.doi.org/10.1007/3-540-44520-X_32
|
||||
// https://doi.org/10.1007/3-540-44520-X_32
|
||||
|
||||
#include <boost/config/no_tr1/cmath.hpp>
|
||||
#include <boost/throw_exception.hpp>
|
||||
|
||||
Reference in New Issue
Block a user