Linking to the Home Page

Copy and paste the following HTML code into your webpage

<a href="http://www.iuphar-db.org">Place your linking text here</a>

Linking to a GPCR Family

Each receptor family has an identifier associated with it.
This can be obtained from the chapter URL which should appear something like this:

http://www.iuphar-db.org/GPCR/ChapterMenuForward?chapterID=chapter_id

The cannabinoid receptor family has the following URL:
http://www.iuphar-db.org/GPCR/ChapterMenuForward?chapterID=1279
and therefore a chapter_id of: 1279

To link to a receptor family obtain the chapter_id for the receptor family, then copy and paste the following HTML code into your webpage and replace chapter_id for the chapter_id of your chosen receptor family

<a href="http://www.iuphar-db.org/GPCR/ChapterMenuForward?chapterID=chapter_id">Place your linking text here</a>

Linking to a Receptor

Each receptor has an identifier associated with it.
This can be obtained from the receptor URL which should appear something like this:

http://www.iuphar-db.org/GPCR/ReceptorDisplayForward?receptorID=receptor_id

The CB1 receptor has the following URL:
http://www.iuphar-db.org/GPCR/ReceptorDisplayForward?receptorID=2205
and therefore a receptor_id of: 2205

To link to a receptor obtain the receptor_id for the receptor, then copy and paste the following HTML code into your webpage and replace receptor_id for the receptor_id of your chosen receptor.

<a href="http://www.iuphar-db.org/GPCR/ReceptorDisplayForward?receptorID=receptor_id">Place your linking text here</a>

Linking to an Ion Channel Family

Each ion channel family has an identifier associated with it.
This can be obtained from the family URL which should appear something like this:

http://www.iuphar-db.org/IC/FamilyMenuForward?familyId=family_id

The TRP channel family has the following URL:
http://www.iuphar-db.org/IC/FamilyMenuForward?familyId=12
and therefore a family_id of: 12

To link to an ion channel family obtain the family_id for the receptor family, then copy and paste the following HTML code into your webpage and replace family_id for the family_id of your chosen ion channel family

<a href="http://www.iuphar-db.org/IC/FamilyMenuForward?familyId=family_id">Place your linking text here</a>

Linking to an Ion Channel

Each ion channel has an identifier associated with it. You also need to know the family identifier for the channel.
These can be obtained from the ion channel URL which should appear something like this:

http://www.iuphar-db.org/IC/ObjectDisplayForward?familyId=family_id&objectId=object_id

The TRPM6 channel has the following URL:
http://www.iuphar-db.org/IC/ObjectDisplayForward?familyId=12&objectId=41
and therefore a family_id of: 12
and an object_id (channel identifier) of: 41

To link to an ion channel obtain the object_id and family_id for the ion channel, then copy and paste the following HTML code into your webpage and replace family_id and object_id for the family_id and object_id of your chosen receptor.

<a href="http://www.iuphar-db.org/IC/ObjectDisplayForward?familyId=family_id&objectId=object_id">Place your linking text here</a>

Contact us | Print | Back to top | Help