{"id":20740514,"url":"https://github.com/acm-cui/website-community","last_synced_at":"2026-06-08T14:32:25.462Z","repository":{"id":90876500,"uuid":"564342295","full_name":"acm-cui/website-community","owner":"acm-cui","description":"🤝 ACM CUI Steering Committee website","archived":false,"fork":false,"pushed_at":"2026-04-06T19:51:16.000Z","size":16268,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-04-06T21:25:50.170Z","etag":null,"topics":["jekyll-site","website"],"latest_commit_sha":null,"homepage":"https://cui.acm.org/community/","language":"SCSS","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/acm-cui.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-11-10T14:10:32.000Z","updated_at":"2026-04-06T19:51:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"3e6aaef6-d755-4575-9e8c-0a366cb09ebd","html_url":"https://github.com/acm-cui/website-community","commit_stats":null,"previous_names":["acm-cui/website-community"],"tags_count":0,"template":false,"template_full_name":"acm-cui/website-template-jekyll","purl":"pkg:github/acm-cui/website-community","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acm-cui%2Fwebsite-community","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acm-cui%2Fwebsite-community/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acm-cui%2Fwebsite-community/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acm-cui%2Fwebsite-community/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/acm-cui","download_url":"https://codeload.github.com/acm-cui/website-community/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acm-cui%2Fwebsite-community/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34067348,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["jekyll-site","website"],"created_at":"2024-11-17T06:29:01.150Z","updated_at":"2026-06-08T14:32:25.443Z","avatar_url":"https://github.com/acm-cui.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ACM Conversational User Interfaces community website\n\nThe ACM CUI community website is built using Jekyll, on GitHub Pages. Avoid naming any directories after a year or subdirectories if the `workshops` directory.\n\n## Steering Commitee membership, nominations and elections\n\nInformation about officers and members of the Steering Committee is stored in `_data/sc.yml` in four lists, one for _officers_ of the Steering Committee (`officers`), one for _members_ of the Steering Committee (`members`), one for elections to the Steering Committee (`elections`), and one for nominations for elections to the Steering Committee (`nominations`). There is additionally one associative array, `nominations_settings`, which contains information used in the Call for Nominations.\n\nEach item in the `officers` and `members` lists consists of an associative array with the following structure:\n\n| **Key** | **Required?** | **Type** | **Explanation**                                                                                                                                        | **Example**                               |\n|---------|---------------|----------|--------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------|\n| name    | Yes           | string   | Name of the Officer/Member                                                                                                                             | `Minha Lee`                               |\n| photo   | Yes           | string   | Filename of a square profile photo the Officer/Member, stored in `assets/img/sc/`                                                                      | `minha-lee.png`                           |\n| url     | No            | string   | URL/personal website for the Officer/Member                                                                                                            | `https://minha-lee.github.io`             |\n| roles   | No            | list     | List of associate arrays, for each role the Officer/Member holds on the committee. Each item consists of two keys: `role` (string) and `term` (string) | `- role: Co-Chair`\u003cbr\u003e`  term: 2024–2027` |\n\nEach item in the `elections` list consists of an associative array with the following structure:\n\n| **Key**       | **Required?** | **Type**     | **Explanation**                                                                                                                                          | **Example**                                 |\n|---------------|---------------|--------------|----------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------|\n| `title`       | Yes           | string       | Name of the office                                                                                                                                       | `CoChair`                                   |\n| `term`        | Yes           | string       | Years the elected individual will serve                                                                                                                  | `2023–2026`                                 |\n| `nominations` | Yes           | assoc. array | A list of all those nominated, where each list item is an associative array.\u003cbr\u003e\u003cbr\u003eEach item consists of two keys: name (`name`) and biography (`bio`). | `name: Minha Lee`\u003cbr\u003e`bio: Minha Lee is...` |\n\nEach item in the `nominations` list consists of an associative array with the following structure:\n\n| **Key**            | **Required?** | **Type** | **Explanation**                                                                                                                           | **Example**                                                  |\n|--------------------|---------------|----------|-------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------|\n| `title`            | Yes           | string   | Name of the office                                                                                                                        | `Co-Chair`                                                   |\n| `term`             | Yes           | string   | Years the elected individual will serve                                                                                                   | `2023–2026`                                                  |\n| `overview`         | Yes           | string   | An explanation of what the role entails                                                                                                   | `The Co-Chair....`                                           |\n| `responsibilities` | Yes           | list     | A list of responsibilities, where each item is an associative array with the required keys `title` (string) and `tasks` (list of strings) | `- title: Governance`\u003cbr\u003e`  tasks:`\u003cbr\u003e`    - Do x, y and z` |\n\nThe `nominations_settings` associative array consists of the following data:\n\n| **Key**    | **Required?** | **Type**     | **Explanation**                                                                                                                                                                                             | **Example**                                           |\n|------------|---------------|--------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------|\n| `link`     | Yes           | string       | Link to the nomination form                                                                                                                                                                                 | `CoChair`                                             |\n| `deadline` | Yes           | string       | Deadline for nominations in the format YYYY-MM-DD                                                                                                                                                           | `2023-05-27`                                          |\n| `contact`  | Yes           | assoc. array | Who individuals should contact, should they have any questions.\u003cbr\u003e\u003cbr\u003eThis consists of two required keys: the name of the individual to contact (`name`, string) and their email address (`email`, string) | `name: Benjamin Cowan`\u003cbr\u003e`email: benjamin.cowan@...` |\n\n## Constitution\n\nThe file `_data/const.yml` contains information relating to the Constitution of the Steering Committee, and has the following data:\n\n| **Key** | **Required?** | **Type** | **Explanation**                                     | **Example**                                   |\n|---------|---------------|----------|-----------------------------------------------------|-----------------------------------------------|\n| `file`  | Yes           | string   | Path to the PDF of the constitution                 | `/assets/pdf/cui-conference-constitution.pdf` |\n| `date`  | Yes           | string   | Date the constitution was last updated and approved | `2024-04-19`                                  |\n\n\n## Conference data\n\nData from annual conferences is stored in a number of different files and locations.\n\n### Conferences list\n\nPrimary conference data (that is, conference names, dates, URLs, sponsors, and awards) is stored in `_data/conf.yml` file. Data is stored as a series of associative arrays, one for each year of the conference. Each associative array should be given the key of the full conference year (e.g., `2025`). Each associative array consists of a series of items, each of which are described below.\n\n| **Key**          | **Required?** | **Type**      | **Explanation**                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | **Example**                                                                                                                                                                                                                                                                                                                                                                                                                 |\n|------------------|---------------|---------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name`           | Yes           | string        | Name of the conference                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | `ACM CUI 2025`                                                                                                                                                                                                                                                                                                                                                                                                              |\n| `type`           | Yes           | string        | Type of conference (e.g., ACM incoop or SIGCHI specialised)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | `a SIGCHI specialised conference`                                                                                                                                                                                                                                                                                                                                                                                           |\n| `covid19virtual` | No            | boolean       | Was the conference virtual due to COVID-19? `false` if not included.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | `true`                                                                                                                                                                                                                                                                                                                                                                                                                      |\n| `location`       | Yes           | string        | Location of the conference                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | `Waterloo, ON, Canada`                                                                                                                                                                                                                                                                                                                                                                                                      |\n| `dates`          | Yes           | assoc. array  | Must contain two items:  _start_ and _end_, both of which are dates formatted as YYYY-MM-DD                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | `start: 2025-07-08`\u003cbr\u003e`end: 2025-07-10`                                                                                                                                                                                                                                                                                                                                                                                    |\n| `general_chairs` | No            | list          | List of assoc. arrays of general chairs, with two items: their `name` (string) and their `website` (string)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | `- name: Martin Porcheron`\u003cbr\u003e`  website: https://...`                                                                                                                                                                                                                                                                                                                                                                      |\n| `logo`           | Yes           | string        | Filename for a square image stored in `assets/img/conference/`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | `cui2025.png`                                                                                                                                                                                                                                                                                                                                                                                                               |\n| `urls`           | No            | assoc. array  | Names and URLs for different conference pages. Expected keys: _website_, _proceedings_, and _programme_                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | `website:`\u003cbr\u003e`  name: Website`\u003cbr\u003e`  link: https://cui.acm.org/2025/`                                                                                                                                                                                                                                                                                                                                                      |\n| `sponsors`       | No            | list          | Names and URLs for conference sponsors                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | `name: SIGCHI`\u003cbr\u003e`link: https://www.sigchi.org/`                                                                                                                                                                                                                                                                                                                                                                           |\n| `awards`         | No            | assoc. array  | Three data for Honourable Mentions (`hon_mentions`), Best Papers (`best_paper`), and Outstanding Service awards (`outstanding_service`) given at a conference, and a fourth (`track links`) for linking awards to the tracks that were eligble for them.\u003cbr\u003e\u003cbr\u003e`best_papers` and `hon_mentions` items have the following keys: `title` (string), `authors` (string, for authors list with Oxford comma), and `dl` (string, for ACM Digital Library link) corresponding to recipients.\u003cbr\u003e\u003cbr\u003e`outstanding_service` has the following keys: `recipient` (string), `role` (string), and `explanation` (string), corresponding to recipients.\u003cbr\u003e\u003cbr\u003e`track_links` is an assoc. array where the key is an award (`hon_mentions` or `best_papers`) and the value is a list of keys from `_data/stats.yml` tracks assoc. array. | `best_papers:`\u003cbr\u003e` - title: Progressivity for Voice...`\u003cbr\u003e`   authors: Joel E Fischer, ...`\u003cbr\u003e`  dl: https://doi.org/10.1145/...`\u003cbr\u003e`hon_mentions:`\u003cbr\u003e` - title: Crowdsourcing a self-evolving...`\u003cbr\u003e`   authors: Patrik Jonell, ...`\u003cbr\u003e`   dl: https://doi.org/abs/10.1145/...`\u003cbr\u003e`outstanding_service:`\u003cbr\u003e` - recipient: Justin Edwards`\u003cbr\u003e`   role: Hybrid Chair`\u003cbr\u003e`   explanation: The CUI 2023 General...` |\n| `listdetails`    | No            | assoc. array  | Information used in the conference list page. Supported keys: _preamble_ (adds text prior to the 'About' summary for a conference')                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | `preamble: \u003e`\u003cbr\u003e`  Where it all began!`                                                                                                                                                                                                                                                                                                                                                                                    |\n\nNote that the conferences webpage shows information about a conference once there are statistics, awards, or general chairs associated with a conference.\n\n### Conference statistics\n\nThe file `_data/stats.yml` contains programme and registration statistics for each conference year. There are four associative arrays in this file.\n\nThe `years` list is the years for which should be included in conference statistics. This can be used to avoid including empty data for a conference before any statistics have been compiled, but after tracks have been entered.\n\nThe `registrations_footnotes` list is a series of explanations for registration numbers. Each footnote may be reused for more than one conference. Conferences can attach a footnote using the `footnote_id` key.\n\nThe `registrations` associative array has the following structure:\n\n| **Key**       | **Required?** | **Type** | **Explanation**                                                                                                              | **Example** |\n|---------------|---------------|----------|------------------------------------------------------------------------------------------------------------------------------|-------------|\n| `total`       | Yes           | string   | Total number of registrations including free registrations such as invited speakers, student volunteers, and organisers etc. | `67`        |\n| `virtual`     | Yes           | string   | Number of registrations for remote/virtual attendance                                                                        | `0`         |\n| `footnote_id` | No            | int      | Index of a footnote (from `registrations_footnotes` list). Starting index is 1 (i.e., first footnote is index 1).            | `1`         |\n\nThe `tracks` associative array contains items where the `key` is a track identifer and the value has the following structure:\n\n| **Key**    | **Required?** | **Type**     | **Explanation**                                                                                                  | **Example**                                                                               |\n|------------|---------------|--------------|------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------|\n| `title`    | Yes           | string       | Name of the track                                                                                                | `Doctoral Consortium`                                                                     |\n| `lang`     | Yes           | assoc. array | How to describe submissions/acceptances (in a sentence); two keys/values (both string): `singular` and `plural`  | `singular: Doctoral Consortium participant`\u003cbr\u003e`plural: Doctoral Consortium participants` |\n| `data`     | No            | assoc. array | Submissions and acceptances for a track for a given year                                                         | `2019:`\u003cbr\u003e`  submissions: 28`\u003cbr\u003e`  acceptances: 9`                                      |\n\n### Conference Expressions of Interest\n\nThe announcement of an Expression of Interest to host a future conference is configured in `_data/conf_host.yml`, with the following data:\n\n| **Key**      | **Required?** | **Type** | **Explanation**                             | **Example**                         |\n|--------------|---------------|----------|---------------------------------------------|-------------------------------------|\n| `show`       | Yes           | bool     | Show the EOI section on the conference page | `true`                              |\n| `preamble`   | Yes           | string   | Information shown at top of the EOI         | `For its fifth iteration,`          |\n| `postamble`  | Yes           | string   | Information shown at bottom of the EOI      | `Expressions of Interest will...`   |\n| `conference` | Yes           | string   | Name of the conference                      | `ACM CUI 2023`                      |\n| `form`       | Yes           | string   | URL of the EOI form                         | `https://docs.google.com/forms....` |\n\n## Workshops\n\nFile file `_data/ws.yml` contains information about satellite workshops affiliated with the ACM CUI community. The newest conference should be at the top of the list. The file contains a list of associative arrays with the key-value pairs:\n\n| **Key**      | **Required?**                  | **Type**     | **Explanation**                                                                                                                     | **Example**                                            |\n|--------------|--------------------------------|--------------|-------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------|\n| `title`      | Yes                            | string       | Title of the workshop (do not include CUI@...)                                                                                      | `Collaborating through Conversational User Interfaces` |\n| `location`   | Yes                            | string       | City and country of there workshop                                                                                                  | `Virtual Event` or `Portland, OR, USA`                 |\n| `date`       | Must include `date` or `dates` | string       | Date of the workshop                                                                                                                | `2020-10-17`                                           |\n| `dates`      | Must include `date` or `dates` | assoc. array | Dates of the workshop as an associative array with two keys for the starting date (`start`, string) and ending date (`end`, string) | `start: 2020-10-17`\u003cbr\u003e`end: 2020-10-18`               |\n| `conference` | Yes                            | string       | Conference the workshop will be co-located at                                                                                       | `CSCW 2020`                                            |\n| `url`        | No                             | string       | URL of the workshop website                                                                                                         | `https://cui.acm.org/workshops/CSCW2020/`              |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Facm-cui%2Fwebsite-community","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Facm-cui%2Fwebsite-community","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Facm-cui%2Fwebsite-community/lists"}