Skip to content

Instantly share code, notes, and snippets.

View Coysh's full-sized avatar
👋

Tim Coysh Coysh

👋
View GitHub Profile
blueprint:
name: Doorbell - Notify Alexa
description: "Make an announcement over Amazon Echo devices when the doorbell is pushed."
domain: automation
input:
doorbell:
name: Doorbell
description: This is the doorbell binary sensor
selector:
@Coysh
Coysh / cases
Created February 3, 2024 13:49
Title 1,Title 2,Received,Case Number,Applicable Code Year,Completed,No breach Clause(s),Breach Clause(s),Sanctions Applied,Additional Sanctions,Appeal,Website Link,Case Summary
AUTH/3595/1/22 and AUTH/3596/1/22 - Complainant v Bristol Myers-Squibb and Pfizer,Concerns about Eliquis Website,04-Jan-22,AUTH/3595/1/22 AND AUTH/3596/1/22,2021,09-Mar-23,"2, 6.1","5.1, 6.1",Undertaking received,,No appeal,https://www.pmcpa.org.uk/cases/completed-cases/auth3595122-and-auth3596122-complainant-v-bristol-myers-squibb-and-pfizer//,"This case was in relation to four patient information booklets on the Bristol Myers-Squibb and Pfizer Eliquis (apixaban) website which were not updated following updates to the Eliquis Summary of Product Characteristics (SPC).
The Panel ruled a breach of the following Clause(s) of the 2021 Code in relation to each of the four booklets for failing to include certain information following updates to the SPC which meant that the booklets were inaccurate or misleading:
Breach of Clause 6.1
Includin
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://www.pmcpa.org.uk/cases/completed-cases/auth3595122-and-auth3596122-complainant-v-bristol-myers-squibb-and-pfizer//</loc>
<lastmod>2024-01-31</lastmod>
<changefreq>weekly</changefreq>
<priority>1</priority>
</url>
<url>
<loc>https://www.pmcpa.org.uk/cases/completed-cases/auth3597122-complainant-v-astrazeneca/</loc>
blueprint:
name: MOES ZigBee (TS0043) 3 button remote
description: Automate your MOES ZigBee Wireless Scene Switch 3 button remote using
ZHA events.
domain: automation
input:
moes_ts0043:
name: Moes TS0043 3 button remote
description: Moes TS0043 3 button remote to use
selector:
Country,Association Name,Code Name,Latest code Link,
Argentina,Cámara Argentina de Especialidades Medicinales,Code of Good Practices,https://www.caeme.org.ar/wp-content/uploads/2020/08/CAEME-Code-of-Good-Practices-approved-version-English.pdf,
Australia,Medicines Australia,Code of Conduct,https://www.medicinesaustralia.com.au/wp-content/uploads/sites/65/2022/11/20221103-PUB-Edition-19-FINAL-VERSION-2.pdf,
Austria,Association of the Austrian Pharmaceutical Industry,Code of Conduct ,https://www.pharmig.at/mediathek/downloads/pharmig-code-of-conduct-coc-valid-from-172020-applicable-from-july-1-2020/?download=1&v=637914282030000000&ipignore=true,
Belarus,AIPM,AIPM Code of Practice,https://www.ifpma.org/wp-content/uploads/2022/12/AIPM-Code-of-Practice-2021.pdf,
Belgium,Pharma.be,Code of Deontology,https://pharma.be/sites/default/files/2021-09/code-of-deontology.pdf ,
Belgium,Pharma.be,Guidelines on the value of meals offered to HCPs,https://pharma.be/sites/default/files/2021-09/lignes_directrices_valeur_repas.pdf
We can make this file beautiful and searchable if this error is corrected: No commas found in this CSV file in line 0.
1846 Partnership
Advertising
Advocacy
Anne Calver
Appeal
Appeal - Major Donor
Autumn Appeal
Autumn Appeal - Major Donor
BACS
Being Human
@Coysh
Coysh / macro
Created July 17, 2020 16:53
Craft CMS image macros
{# _partials/common/_macros #}
{% macro asset( asset, divClasses = '', imgClasses = '', altText = null ) %}
{% if asset | length %}
{% if divClasses | length %}
<div class="{{ divClasses }}">
{% endif %}
<picture>
<source
data-srcset="{{ asset.srcset() }}"
data-sizes="100vw"