Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: upgrade Husky config #1795

Merged
merged 37 commits into from
May 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
f5c11e8
chore: update CMS branch configuration
greatislander Mar 11, 2024
b26e1e8
chore(cms): create "src/collections/events/regulating-the-digital-dom…
idrc-cms-bot Mar 11, 2024
97f4435
chore(cms): update "src/collections/events/regulating-the-digital-dom…
idrc-cms-bot Mar 12, 2024
b1fb577
chore(cms): update "src/collections/events/regulating-the-digital-dom…
idrc-cms-bot Mar 12, 2024
cb484b4
chore(cms): update "src/collections/pages/rtdd.md" (#1761)
idrc-cms-bot Mar 15, 2024
e801fb8
chore(cms): update "src/collections/pages/rtdd.md" (#1762)
idrc-cms-bot Mar 15, 2024
1f435f5
chore(cms): update "src/collections/pages/rtdd.md" (#1763)
idrc-cms-bot Mar 15, 2024
bec883f
chore(cms): update "src/collections/pages/rtdd.md" (#1764)
idrc-cms-bot Mar 15, 2024
93baa0f
chore(cms): create "src/collections/resources/anthropic-leads-charge-…
idrc-cms-bot Mar 15, 2024
207be50
chore(cms): create "src/collections/resources/coming-face-to-face-wit…
idrc-cms-bot Mar 15, 2024
57dfdd2
chore(cms): create "src/collections/resources/ottawa-will-prevent-ai-…
idrc-cms-bot Mar 15, 2024
18a40f3
chore(cms): create "src/collections/resources/you-thought-2023-was-a-…
idrc-cms-bot Mar 15, 2024
a53c7a6
chore(cms): create "src/collections/resources/microsoft’s-new-ai-key-…
idrc-cms-bot Mar 15, 2024
dc1f5d1
chore(cms): create "src/collections/resources/lifting-the-veil-on-gen…
idrc-cms-bot Mar 15, 2024
ab5cfa8
chore(cms): create "src/collections/resources/antagonistic-ai.md" (#1…
idrc-cms-bot Mar 15, 2024
04bbdfa
chore(cms): create "src/collections/resources/why-does-ai-have-to-be-…
idrc-cms-bot Mar 15, 2024
346b28e
chore(cms): create "src/collections/resources/at-senate-ai-hearing-ne…
idrc-cms-bot Mar 15, 2024
1f0d060
chore(cms): create "src/collections/resources/tech-workers’-perspecti…
idrc-cms-bot Mar 15, 2024
6911d34
chore(cms): create "src/collections/resources/ai-will-transform-the-g…
idrc-cms-bot Mar 15, 2024
4cc3fd0
chore(cms): create "src/collections/resources/dialect-prejudice-predi…
idrc-cms-bot Mar 15, 2024
dfc27e6
chore(cms): create "src/collections/resources/meaningful-public-parti…
idrc-cms-bot Mar 15, 2024
9edb220
chore(cms): create "src/collections/resources/learning-to-prompt-in-t…
idrc-cms-bot Mar 15, 2024
cf5939b
chore(cms): update "src/collections/events/accessible-canada-accessib…
idrc-cms-bot Apr 24, 2024
4949891
chore(cms): delete "src/uploads/via_logo_k_srgb.png"
Apr 24, 2024
9354602
chore(cms): update "src/collections/events/accessible-canada-accessib…
idrc-cms-bot Apr 24, 2024
8b4a93c
chore(cms): delete "src/uploads/via_logo_k_srgb.png"
Apr 24, 2024
4a92140
chore(cms): update "src/collections/events/accessible-canada-accessib…
idrc-cms-bot Apr 24, 2024
f676dae
chore(cms): delete "src/uploads/via_logo_k_srgb.png"
Apr 24, 2024
30e89c0
chore(cms): update "src/collections/events/accessible-canada-accessib…
idrc-cms-bot Apr 24, 2024
eac5d97
chore(cms): delete "src/uploads/via_logo_k_srgb.png"
Apr 24, 2024
8b39e45
chore(cms): update "src/collections/events/accessible-canada-accessib…
idrc-cms-bot Apr 24, 2024
418f2c9
chore(cms): delete "src/uploads/via_logo_k_srgb.png"
Apr 24, 2024
aa4dcf2
chore(cms): update "src/collections/events/accessible-canada-accessib…
idrc-cms-bot Apr 24, 2024
10ce5cb
Sync main branch into dev branch (#1757)
github-actions[bot] May 6, 2024
04e432f
Merge branch 'upstream' into dev
greatislander May 6, 2024
b62ee13
chore: upgrade Husky config
greatislander May 6, 2024
741ba31
Merge branch 'dev' into chore/husky-upgrade
greatislander May 6, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx --no-install commitlint --edit $1
npx --no-install commitlint --config commitlint.config.mjs --edit $1
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx --no-install lint-staged
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"release:major": "release major",
"release:minor": "release minor",
"release:patch": "release patch",
"prepare": "husky install"
"prepare": "husky"
},
"dependencies": {
"@11ty/eleventy": "2.0.1",
Expand Down
2 changes: 1 addition & 1 deletion src/admin/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
backend:
name: git-gateway
branch: dev
branch: main
squash_merges: true
commit_messages:
create: 'chore(cms): create "{{path}}"'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,19 @@ Organized by IDRC, in partnership with Concordia, the ACAW conference is an inte

This conference is an opportunity to co-create resources and to share knowledge and lessons learned in advancing accessibility and inclusion. We invite you to join us in this collaborative effort, and to ensure that the global accessibility agenda is guided by people with disabilities. Together, we can make Canada and the world more accessible and inclusive for everyone.

[Register now](https://sites.events.concordia.ca/sites/accessconf/en/accessible-canada-accessible-world/register)[](https://sites.events.concordia.ca/sites/accessconf/en/accessible-canada-accessible-world)
There are no formal presentations during the conference. The conference is a flipped model where presentations will be available online ahead of time so attendees can view the ones that interest them, at their own pace, when it is convenient for them. Viewing content ahead of the conference is optional for conference participants, and participants can watch as many or as few videos as they would like. The conference has four parallel streams:

**Theme 1:** Who and what are we missing?

### **Conference themes**
**Theme 2:** How do we support inclusive decision-making?

**Theme 1:** Emerging Issues and Addressing Gaps. “Who and what are we missing?”
**Theme 3:** How can we develop accessibility standards that are responsive, inclusive and effective?

**Theme 2:** Inclusive decision-making, in which we will collectively shape inclusive design of research, democracy, evidence, proof, measuring, indicators and other decision tools.
**Theme 4:** How can we promote the inclusion of people with disabilities in media production, representation, and consumption?

**Theme 3:** Innovation in standards and policy, with a focus on standards for disruptive emerging systems.
During the conference, a facilitator and provocateur will provide an overview of the field and provoke discussion enabling attendees to participate actively in the discussions.

**Theme 4:** Accessible and equitable communications
[Register now](https://sites.events.concordia.ca/sites/accessconf/en/accessible-canada-accessible-world/register)[](https://sites.events.concordia.ca/sites/accessconf/en/accessible-canada-accessible-world)

### **Conference details**

Expand All @@ -56,3 +58,5 @@ This conference is an opportunity to co-create resources and to share knowledge
![Accessibility Standards Canada logo](/uploads/accessibility_standards_canada-small.jpg)

![Aequum logo](/uploads/aequum-logo-small.png)

![VIA Rail Canada logo](/uploads/via_logo_k_srgb.png)
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
---
title: "Regulating the Digital Domain Co-Design Research "
id: 99ffdff7-1f42-4831-89c8-755f4eb2b84f
eventDate: 2024-03-28T12:00:00.000Z
coverImageUrl: /uploads/rdd_colour_horiz_eng.jpg
coverImageAltText: RtDD Logo
shortDescription: >-
We invite members of the disability community, aged 18 years or older, to
participate in an upcoming online, inclusive co-design research event. We aim
to foster an inclusive environment where diverse perspectives contribute to
meaningful change and will work with you to make sure that you can participate
equitably. *Read More.*


**Introductory session on Thursday, March 28th.**
previewImageUrl: /uploads/rtdd_colour_small-type_eng.jpg
previewImageAltText: RtDD logo
---
We invite members of the disability community, aged 18 years or older, to participate in an upcoming online, inclusive co-design research event. We aim to foster an inclusive environment where diverse perspectives contribute to meaningful change and will work with you to make sure that you can participate equitably.

## Event Details:

The co-design process will span 7-8 hours over six weeks. This initiative is part of the Regulating the Digital Domain (RtDD) project, and will inform development of accessible and inclusively designed standards development processes and activities by Accessibility Standards Canada and others.

**You can apply to participate as a co-researcher: [HERE](https://forms.office.com/r/bExSBf4yGq)**

## Co-Design Groups:

Six different groups will convene every other week for six weeks, providing flexibility for participation according to availability. The week before each session, there will be a brief “homework” activity to help prepare co-researchers for the session.

### Session Schedule:

All small group sessions will occur Tuesdays or Thursdays 1:00-3:00 PM EDT or Wednesdays 10:00 AM – 12:00 PM via Zoom, except for the final session, which will be an online activity that you can complete at the time of your choosing. Everyone must attend the introductory session on Thursday, March 28th.

### Group Sessions:

* All groups Introduction Session: Thursday, March 28, 2024, 1:00-3:00 PM EDT (Zoom meeting)
* Group 1: Tuesday, April 2 & 16, 1:00-3:00 PM EDT (Zoom meeting)
* Group 2: Wednesday, April 3 & 17, 10:00 AM – 12:00 PM EDT (Zoom meeting)
* Group 3: Thursday, April 4 &18, 1:00-3:00 PM EDT (Zoom meeting)
* Group 4: Tuesday, April 9 & 23, 1:00-3:00 PM EDT (Zoom meeting)
* Group 5: Wednesday, April 10 & 24, 10:00 AM – 12:00 PM EDT (Zoom meeting
* Group 6: Thursday, April 11 & 25, 1:00-3:00 PM EDT (Zoom meeting)
* All groups: April 26-May 10, at your own discretion (online)

### What to Expect:

During the co-research activity, we will explore issues that perpetuate barriers and digital disparities in information and communication technologies for persons with disabilities. Your valuable insights will inform the design of regulatory systems to enhance digital inclusion and ICT accessibility for all.

### You can apply to participate as a co-researcher: [HERE](https://forms.office.com/r/bExSBf4yGq)
Loading