{% extends "home/base.html" %}
{% load static %}
{% load humanize %}
{% block addon_css %}
<link rel="stylesheet" href="{% static 'home/css/nv.d3.min.css' %}" type="text/css" />
<link rel="stylesheet" href="{% static 'home/css/nvd3-update.css' %}" type="text/css" />
<link href="{% static 'home/css/bootstrap-responsive.css' %}" rel="stylesheet" media="screen">
{% endblock %}
{% block content %}
<h4>Guidelines for GPCR ligand bias</h4>
<p>See the paper ‘<a href='https://doi.org/10.22541/au.163253223.32597426/v1' target="_blank">IUPHAR community guidelines for GPCR ligand bias</a>’.
These were written by a broad panel of experts on ligand bias, and are supported by the authoritative organization for
pharmacological nomenclature, the International Union of Basic and Clinical Pharmacology <a href='https://www.guidetopharmacology.org/nciuphar.jsp' target="_blank">(NC-IUPHAR)</a>.</p>
{% endblock %}