{% load i18n %} {% load pagination_tags %} {% load compress %} {% load prace %} {% include "multiseek/print-logo.html" %} {% include "multiseek/title.html" %} {% if paginator_count > 25000 %}

Wynik obecnego zapytania do bazy dałby w rezultacie {{ paginator_count }} rekordów. Jest to dość duża ilość i szczerze mówiąc pobieranie ich wszystkich przez tą stronę WWW będzie dla Ciebie dość karkołomne. Stąd też wyświetlenie ich wszystkich nie wydaje się być na ten moment najlepszym pomysłem.

Prosimy, postaraj się ograniczyć zapytanie do bazy danych w taki sposób, aby dawało w rezultacie maksymalnie do 25 tysięcy rekordów - wówczas zostaną one wyświetlone w wybranym przez Ciebie formacie w tym miejscu.

Jeżeli potrzebujesz pobrać wszystkie rekordy z systemu BPP, skorzystaj z dostępu przez API. Obsługiwane API to JSON-REST oraz protokół OAI-PMH.

{% else %} {% if request.user.is_anonymous %} {# anonim #} {% if request.GET.all == "1" %} {% autopaginate object_list paging uczelnia.wyszukiwanie_rekordy_na_strone_anonim %} {% else %} {% autopaginate object_list paging %} {% endif %} {% else %} {# zalogowany #} {% if request.GET.all == "1" %} {% autopaginate object_list paging uczelnia.wyszukiwanie_rekordy_na_strone_zalogowany %} {% else %} {% autopaginate object_list paging %} {% endif %} {% endif %} {% if request.user.is_anonymous %} {% include "multiseek/paginator.html" with max_rows=uczelnia.wyszukiwanie_rekordy_na_strone_anonim %} {% else %} {% include "multiseek/paginator.html" with max_rows=uczelnia.wyszukiwanie_rekordy_na_strone_zalogowany %} {% endif %}
{% if description %}
Parametry zapytania: {{ description|default:"brak"|safe }}
{% endif %} {% if removed_ids %} {% if not print_removed %}
Z zapytania usunięto ręcznie {{ removed_ids|length }} rekord(ów). Pokaż, jakie. | Kliknij tutaj, aby dodać je wszystkie do wyszukiwania z powrotem. | Odśwież stronę | Pokaż tylko rekordy usunięte ręcznie | Wydrukuj tylko rekordy usunięte ręcznie

    {% for elem in removed_ids %}
  • {% opis_bibliograficzny_cache elem %}  ✅
  • {% endfor %}

{% else %}
Wyświetlam listę rekordów usuniętych ręcznie z zapytania.

Kliknij tutaj, aby wyświetlić wszystkie rekordy.
{% endif %} {% endif %} {% if report_type == "list" or report_type == "numer_list" or report_type == None %}
    {% for element in object_list %}
  1. {{ element.opis_bibliograficzny_cache|safe }} {% if report_type == "numer_list" %} {{ element.uwagi }} {% endif %} {% if not print_removed %} {% endif %}
  2. {% empty %} {% trans "No elements" %} {% endfor %}
{% else %} {% if report_type == "table_cytowania" or report_type == "pkt_wewn_cytowania" or report_type == "pkt_wewn_bez_cytowania" %} {% endif %} {% if report_type == "pkt_wewn" or report_type == "pkt_wewn_cytowania" %} {% endif %} {% if report_type != "pkt_wewn" and report_type != "pkt_wewn_bez" and report_type != "pkt_wewn_cytowania" and report_type != "pkt_wewn_bez_cytowania" %} {% endif %} {% for element in object_list %} {% if report_type == "table_cytowania" or report_type == "pkt_wewn_cytowania" or report_type == "pkt_wewn_bez_cytowania" %} {% endif %} {% if report_type == "pkt_wewn" or report_type == "pkt_wewn_cytowania" %} {% endif %} {% if report_type != "pkt_wewn" and report_type != "pkt_wewn_bez" and report_type != "pkt_wewn_cytowania" and report_type != "pkt_wewn_bez_cytowania" %} {% endif %} {% empty %} {% endfor %} {% if page_obj.number == page_obj.paginator.num_pages %} {% if report_type == "table_cytowania" or report_type == "pkt_wewn_cytowania" or report_type == "pkt_wewn_bez_cytowania" %} {% endif %} {% if report_type == "pkt_wewn" or report_type == "pkt_wewn_cytowania" %} {% endif %} {% endif %}
Lp. Tytuł, autorzy, źródło IFLiczba cytowańPKpkt. wewn.CharakterTyp KBN/MNiSW
{{ page_obj.start_index|add:forloop.counter|add:-1 }}. {{ element.opis_bibliograficzny_cache|safe }} {% if not print_removed %} {% endif %} {{ element.impact_factor }}{{ element.liczba_cytowan }}{{ element.punkty_kbn }}{{ element.punktacja_wewnetrzna }}{{ element.charakter_formalny }}{{ element.typ_kbn }}
{% trans "No elements" %}
Suma: {{ sumy.impact_factor__sum|default_if_none:"0.00" }} {{ sumy.liczba_cytowan__sum|default_if_none:"0.00" }} {{ sumy.punkty_kbn__sum|default_if_none:"0.00" }} {{ sumy.punktacja_wewnetrzna__sum|default_if_none:"0.00" }}    
{% endif %}
{% if live != "1" and paginator.num_pages > 1 %} {% if request.user.is_anonymous %} {% include "multiseek/paginator.html" with max_rows=uczelnia.wyszukiwanie_rekordy_na_strone_anonim magellan="no" suffix="_object_list" %} {% else %} {% include "multiseek/paginator.html" with max_rows=uczelnia.wyszukiwanie_rekordy_na_strone_zalogowany magellan="no" %} {% endif %} {% endif %} {% endif %}