{% load i18n %} {% load pagination_tags %} {% load compress %} {% load prace %} {% 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 %}
Bibliografia Publikacji Pracowników |
Lp. | Tytuł, autorzy, źródło | IF | {% if report_type == "table_cytowania" or report_type == "pkt_wewn_cytowania" or report_type == "pkt_wewn_bez_cytowania" %}Liczba cytowań | {% endif %}PK | {% if report_type == "pkt_wewn" or report_type == "pkt_wewn_cytowania" %}pkt. wewn. | {% 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" %}Charakter | {% endif %}Typ KBN/MNiSW | ||
---|---|---|---|---|---|---|---|---|---|
{{ page_obj.start_index|add:forloop.counter|add:-1 }}. | {# {% include "opis_bibliograficzny/main.html" with praca=element.get_original_object %}#} {{ element.opis_bibliograficzny_cache|safe }} {% if not print_removed %} ❌ {% endif %} | {{ element.impact_factor }} | {% if report_type == "table_cytowania" or report_type == "pkt_wewn_cytowania" or report_type == "pkt_wewn_bez_cytowania" %}{{ element.liczba_cytowan }} | {% endif %}{{ element.punkty_kbn }} | {% if report_type == "pkt_wewn" or report_type == "pkt_wewn_cytowania" %}{{ element.punktacja_wewnetrzna }} | {% 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" %}{{ element.charakter_formalny }} | {% endif %}{{ element.typ_kbn }} | ||
{% trans "No elements" %} | |||||||||
Suma: | {{ sumy.impact_factor__sum|default_if_none:"0.00" }} | {% if report_type == "table_cytowania" or report_type == "pkt_wewn_cytowania" or report_type == "pkt_wewn_bez_cytowania" %}{{ sumy.liczba_cytowan__sum|default_if_none:"0.00" }} | {% endif %}{{ sumy.punkty_kbn__sum|default_if_none:"0.00" }} | {% if report_type == "pkt_wewn" or report_type == "pkt_wewn_cytowania" %}{{ sumy.punktacja_wewnetrzna__sum|default_if_none:"0.00" }} | {% endif %}