Citation Extractor

%if "error" in params:

Error: {{ params["error"] }}

% end % if "citations" in params:

Extracted citations for your paper {{ params["upload_name"] }} (not that some citations may have not been extracted properly):


% for k, v in params["citations"].items():
• {{ k }}
> % if v["doi"] is not None: doi://{{ v["doi"] }} % else: No DOI found. % end
> % if v["oa"] is not None: {{ v["oa"] }} % else: No open-access version found. % if v["sharable"] is None: Open-access policy is unknown. % elif v["sharable"]: It could be shared. % else: It could not be shared. % end % end
% end
% else:

This tool allows you to extract citations from a given PDF paper. Upload a file below and let it process your paper!


% end