{% extends 'base.html' %} {% load static %} {% load i18n %} {% get_current_language as LANGUAGE_CODE %} {% block title %} {% trans 'Frequently Asked Questions - Our AI-Powered Summarization Service' %} {% endblock %} {% block extra_head_tags %} {% endblock %} {% block header_class %}{% endblock %} {% block content %}
{% trans 'In bibtex you can use the following snippet' %}
{% with curly_open="{{" curly_close="}}" %}
@software{SummarizePaper,
author = {{ curly_open }}{{sofauthor}}{{ curly_close }},
title = { {{ softitle }} },
url = { {{sofurl}} },
year = { {{sofyear}} },
date = { {{sofdate}} },
}
{% endwith %}
{% blocktrans %}
In other cases, anything which includes our summarizepaper.com URL is OK. For example: "CarbonFreeConf.com; {{ softitle }}; SummarizePaper.com accessed xxxx/xx/xx"
{% endblocktrans %}