MERL-Center-public icon indicating copy to clipboard operation
MERL-Center-public copied to clipboard

Website Update: Add text on About page to include link to the Conference List page

Open Rabia2219 opened this issue 1 year ago • 0 comments

Overview

We need to update the About page so that the it mentions and includes the link to the Conference List page.

Action Items

  • [ ] Create a fork of this repo on your own GitHub
  • [ ] Create a branch
  • [ ] Update the about.html file with this change: Replace the following text:
         <p>Case studies go in depth on specific examples of using open source solutions, data science or human-centered design for MERL purposes, or MERL aspects of these disciplines. Guides discuss major topics at the intersection of MERL and open source, data science, or human-centered design. To date, MERL Center content has been text and picture based. Future MERL Center content may include code (scripts, software), data, and mathematical models. More information on how MERL Center members collaborate can be found <a href="https://socialimpact.github.com/insights/collaboration-power-merl-center/" target="_blank">in this blog post</a>.</p>

with

         <p>Case studies go in depth on specific examples of using open source solutions, data science or human-centered design for MERL purposes, or MERL aspects of these disciplines. Guides discuss major topics at the intersection of MERL and open source, data science, or human-centered design. To date, MERL Center content has been text and picture based. Future MERL Center content may include code (scripts, software), data, and mathematical models. More information on how MERL Center members collaborate can be found <a href="https://socialimpact.github.com/insights/collaboration-power-merl-center/" target="_blank">in this blog post</a>.</p>
         <p>We have also created a <a href="https://merlcenter.org/conferencelist/">list of conferences</a> that are of interest to MERL Center members. This list is populated by both MERL Center staff and members.</p>
  • [ ] Make a commit to your forked repo
  • [ ] Make a PR and add the following text to your pr comment
    - Fixes #130
    

Instructions/Resources

  • The MERL Center About page
  • in your ide: /about.html
  • https://github.com/MERLCenter/MERL-Center-public/blob/main/about.html
    • https://github.com/MERLCenter/MERL-Center-public/blob/cb18793b7228a1790b744f0f582854c7db1bd4e2/about.html#L34

How to QA the change

  1. Go to https://merlcenter.org/about page
  2. compare what it looks like with the following
Details

Case studies go in depth on specific examples of using open source solutions, data science or human-centered design for MERL purposes, or MERL aspects of these disciplines. Guides discuss major topics at the intersection of MERL and open source, data science, or human-centered design. To date, MERL Center content has been text and picture based. Future MERL Center content may include code (scripts, software), data, and mathematical models. More information on how MERL Center members collaborate can be found in this blog post

Will be changed to this

Case studies go in depth on specific examples of using open source solutions, data science or human-centered design for MERL purposes, or MERL aspects of these disciplines. Guides discuss major topics at the intersection of MERL and open source, data science, or human-centered design. To date, MERL Center content has been text and picture based. Future MERL Center content may include code (scripts, software), data, and mathematical models. More information on how MERL Center members collaborate can be found in this blog post. < We have also created a list of conferences that are of interest to MERL Center members. This list is populated by both MERL Center staff and members.

Rabia2219 avatar Aug 31 '23 19:08 Rabia2219