diff options
-rw-r--r-- | Main.hs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -146,6 +146,7 @@ calcRank db = maybeToHtml = maybe mempty toHtml scholarSearch q = "http://scholar.google.com/scholar?q=" ++ escapeURIString isReserved q +resolveDoi :: String -> String resolveDoi q = "http://doi.org/" ++ q -- |List of protocol features |