Skip to content

Commit b6820d8

Browse files
committed
source commit: 854fdf2
0 parents  commit b6820d8

15 files changed

+1100
-0
lines changed

CODE_OF_CONDUCT.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: "Contributor Code of Conduct"
3+
---
4+
5+
As contributors and maintainers of this project,
6+
we pledge to follow the [The Carpentries Code of Conduct][coc].
7+
8+
Instances of abusive, harassing, or otherwise unacceptable behavior
9+
may be reported by following our [reporting guidelines][coc-reporting].
10+
11+
12+
[coc-reporting]: https://docs.carpentries.org/topic_folders/policies/incident-reporting.html
13+
[coc]: https://docs.carpentries.org/topic_folders/policies/code-of-conduct.html

LICENSE.md

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
---
2+
title: "Licenses"
3+
---
4+
5+
## Instructional Material
6+
7+
All Carpentries (Software Carpentry, Data Carpentry, and Library Carpentry)
8+
instructional material is made available under the [Creative Commons
9+
Attribution license][cc-by-human]. The following is a human-readable summary of
10+
(and not a substitute for) the [full legal text of the CC BY 4.0
11+
license][cc-by-legal].
12+
13+
You are free:
14+
15+
- to **Share**---copy and redistribute the material in any medium or format
16+
- to **Adapt**---remix, transform, and build upon the material
17+
18+
for any purpose, even commercially.
19+
20+
The licensor cannot revoke these freedoms as long as you follow the license
21+
terms.
22+
23+
Under the following terms:
24+
25+
- **Attribution**---You must give appropriate credit (mentioning that your work
26+
is derived from work that is Copyright (c) The Carpentries and, where
27+
practical, linking to <https://carpentries.org/>), provide a [link to the
28+
license][cc-by-human], and indicate if changes were made. You may do so in
29+
any reasonable manner, but not in any way that suggests the licensor endorses
30+
you or your use.
31+
32+
- **No additional restrictions**---You may not apply legal terms or
33+
technological measures that legally restrict others from doing anything the
34+
license permits. With the understanding that:
35+
36+
Notices:
37+
38+
* You do not have to comply with the license for elements of the material in
39+
the public domain or where your use is permitted by an applicable exception
40+
or limitation.
41+
* No warranties are given. The license may not give you all of the permissions
42+
necessary for your intended use. For example, other rights such as publicity,
43+
privacy, or moral rights may limit how you use the material.
44+
45+
## Software
46+
47+
Except where otherwise noted, the example programs and other software provided
48+
by The Carpentries are made available under the [OSI][osi]-approved [MIT
49+
license][mit-license].
50+
51+
Permission is hereby granted, free of charge, to any person obtaining a copy of
52+
this software and associated documentation files (the "Software"), to deal in
53+
the Software without restriction, including without limitation the rights to
54+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
55+
of the Software, and to permit persons to whom the Software is furnished to do
56+
so, subject to the following conditions:
57+
58+
The above copyright notice and this permission notice shall be included in all
59+
copies or substantial portions of the Software.
60+
61+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
62+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
63+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
64+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
65+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
66+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
67+
SOFTWARE.
68+
69+
## Trademark
70+
71+
"The Carpentries", "Software Carpentry", "Data Carpentry", and "Library
72+
Carpentry" and their respective logos are registered trademarks of [Community
73+
Initiatives][ci].
74+
75+
[cc-by-human]: https://creativecommons.org/licenses/by/4.0/
76+
[cc-by-legal]: https://creativecommons.org/licenses/by/4.0/legalcode
77+
[mit-license]: https://opensource.org/licenses/mit-license.html
78+
[ci]: https://communityin.org/
79+
[osi]: https://opensource.org

break.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: 'Break'
3+
break: 5
4+
---
5+
6+
Take a break. If you can, move around and look at something away from your screen to give your eyes a rest.

break2.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: 'Break'
3+
break: 5
4+
---
5+
6+
Take a break. If you can, move around and look at something away from your screen to give your eyes a rest.

care-fair-principles.md

Lines changed: 332 additions & 0 deletions
Large diffs are not rendered by default.

config.yaml

Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
#------------------------------------------------------------
2+
# Values for this lesson.
3+
#------------------------------------------------------------
4+
5+
# Which carpentry is this (swc, dc, lc, or cp)?
6+
# swc: Software Carpentry
7+
# dc: Data Carpentry
8+
# lc: Library Carpentry
9+
# cp: Carpentries (to use for instructor training for instance)
10+
# incubator: The Carpentries Incubator
11+
carpentry: 'lc'
12+
13+
# Overall title for pages.
14+
title: 'A Path to Open, Inclusive, and Collaborative Science for Librarians'
15+
16+
# Date the lesson was created (YYYY-MM-DD, this is empty by default)
17+
created: '2023-08-01'
18+
19+
# Comma-separated list of keywords for the lesson
20+
keywords: 'open access, open science, open data, open educational resources, spanish-speaking communities'
21+
22+
# Life cycle stage of the lesson
23+
# possible values: pre-alpha, alpha, beta, stable
24+
life_cycle: 'pre-alpha'
25+
26+
# License of the lesson materials (recommended CC-BY 4.0)
27+
license: 'CC-BY 4.0'
28+
29+
# Link to the source repository for this lesson
30+
source: 'https://github.com/LibraryCarpentry/collaborative-science-for-librarians'
31+
32+
# Default branch of your lesson
33+
branch: 'main'
34+
35+
# Who to contact if there are any issues
36+
contact: 'irene.vazano@gmail.com'
37+
38+
# Navigation ------------------------------------------------
39+
#
40+
# Use the following menu items to specify the order of
41+
# individual pages in each dropdown section. Leave blank to
42+
# include all pages in the folder.
43+
#
44+
# Example -------------
45+
#
46+
# episodes:
47+
# - introduction.md
48+
# - first-steps.md
49+
#
50+
# learners:
51+
# - setup.md
52+
#
53+
# instructors:
54+
# - instructor-notes.md
55+
#
56+
# profiles:
57+
# - one-learner.md
58+
# - another-learner.md
59+
60+
# Order of episodes in your lesson
61+
episodes:
62+
- introduction.md
63+
- open-science.md
64+
- break.md
65+
- care-fair-principles.md
66+
- break2.md
67+
- latin-american-iniciatives.md
68+
69+
# Information for Learners
70+
learners:
71+
72+
# Information for Instructors
73+
instructors:
74+
75+
# Learner Profiles
76+
profiles:
77+
78+
# Customisation ---------------------------------------------
79+
#
80+
# This space below is where custom yaml items (e.g. pinning
81+
# sandpaper and varnish versions) should live
82+
83+

index.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
site: sandpaper::sandpaper_site
3+
---
4+
5+
Welcome to *A Path to Open, Inclusive, and Collaborative Science for Librarians* training.
6+
7+
This program is designed to empower participants with the knowledge and skills needed for effective open science practices, with an emphasis in collaboration and inclusivity.
8+
9+
Attendees will gain insights into the motivations, principles, and benefits of open science, open practices and collaboration for a more accessible and diverse scientific community.
10+
11+
The target audience includes individuals interested in promoting inclusivity through open science, with a focus on overcoming language, socioeconomic, and geographical barriers.
12+
13+
This 3-hour lesson is organized into three main sections covering:
14+
15+
- Open, collaborative, and inclusive science.
16+
- Digital accessibility, FAIR, and CARE principles.
17+
- Latin American initiatives promoting open practices.
18+
19+
## Lesson objectives
20+
21+
After attending this training, participants will be able to:
22+
23+
- Understand open science's motivations, and challenges for non-native english speaking communities.
24+
- Explain the FAIR and CARE principles.
25+
- Assess the levels of accessibility of different digital resources and virtual events.
26+
- Apply best practices for a more inclusive research network for non-native English speakers.
27+
28+
## Lesson prerequisites
29+
30+
There are no prerequisites for this lesson

instructor-notes.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: 'Instructor Notes'
3+
---
4+
5+
This is a placeholder file. Please add content here.

introduction.md

Lines changed: 129 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,129 @@
1+
---
2+
title: "Introduction"
3+
teaching: 15
4+
exercises: 10
5+
---
6+
7+
:::::::::::::::::::::::::::::::::::::: questions
8+
9+
- What is covered in this training?
10+
- Who are the trainers?
11+
- Who is participating?
12+
13+
::::::::::::::::::::::::::::::::::::::::::::::::
14+
15+
::::::::::::::::::::::::::::::::::::: objectives
16+
17+
After completing this episode, participants should be able to:
18+
19+
- Explain how trainers and participants will interact throughout the workshop.
20+
- Summarise the main skills that will be taught in this workshop.
21+
22+
::::::::::::::::::::::::::::::::::::::::::::::::
23+
24+
## About the lesson
25+
26+
**Note:** this is a lesson created via The Carpentries Workbench. It is written in
27+
[Pandoc-flavored Markdown](https://pandoc.org/MANUAL.txt) for static files and
28+
[R Markdown][r-markdown] for dynamic files that can render code into output.
29+
Please refer to the [Introduction to The Carpentries
30+
Workbench](https://carpentries.github.io/sandpaper-docs/) for full documentation.
31+
32+
::: discussion
33+
34+
### Pronouns and Names
35+
36+
Using correct names and pronouns (e.g. "she/her") is important to setting a tone of respect.
37+
Learning these is hard to do quickly, so we recommend displaying it prominently during the workshop.
38+
39+
In an online workshop, give everyone a moment to update their display name to reflect how they would like to be addressed.
40+
41+
At an in-person event, we recommend supplying name tags and markers,
42+
or using plain paper to create table-displayed name placards.
43+
44+
Note that pronouns are personal and some participants might prefer not to share them.
45+
Do not force people to share their pronouns.
46+
47+
:::
48+
49+
## Before The Training Begins
50+
51+
::: challenge
52+
53+
### Getting to Know Each Other
54+
55+
What was your dream job as a kid?
56+
57+
Participate by writing your answers in the shared document for the workshop.
58+
59+
:::
60+
61+
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: instructor
62+
63+
Take 5 minutes to read an comment some of the answers.
64+
65+
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
66+
67+
## Code of Conduct
68+
69+
To make clear what is expected,
70+
everyone participating in The Carpentries activities is required to abide by our
71+
[Code of Conduct](../CODE_OF_CONDUCT.md).
72+
Any form of behaviour to exclude, intimidate,
73+
or cause discomfort is a violation of the Code of Conduct.
74+
In order to foster a positive and professional learning environment we encourage you to:
75+
76+
* Use welcoming and inclusive language
77+
* Be respectful of different viewpoints and experiences
78+
* Gracefully accept constructive criticism
79+
* Focus on what is best for the community
80+
* Show courtesy and respect towards other community members
81+
82+
If you believe someone is violating the Code of Conduct,
83+
we ask that you report it to The Carpentries Code of Conduct Committee
84+
by completing [this form](https://goo.gl/forms/KoUfO53Za3apOuOK2).
85+
86+
::: discussion
87+
88+
### Today's Trainers
89+
90+
To begin class, each Trainer should give a brief introduction of themselves.
91+
92+
(For some guidelines on introducing yourself, see
93+
[the _Workshop Introductions_ section of the Instructor Training curriculum](https://carpentries.github.io/instructor-training/23-introductions.html)).
94+
:::
95+
96+
97+
## Overview on Open, Inclusive, and Collaborative Science for Librarians
98+
99+
The main objective of this training is to help participants understand the motivations, principles, and potential benefits of open science for underrepresented communities with a focus on Spanish-speaking research communities.
100+
101+
During this training, we will introduce the concept of open science, along with the motivations behind it and the challenges that many communities face when attempting to implement these principles. Furthermore, we will elaborate on the concept of digital accessibility, FAIR principles, and CARE principles, and discuss their impact on people's participation within the scientific community. Additionally, we will showcase various open science initiatives in Latin America and the diverse practices they employ to overcome the barriers faced by marginalized communities in the context of science and education.
102+
103+
By the end of this training, the participants will have acquire information that will allow them to assess the levels of accessibility of different digital resources and virtual events. They will also be equipped to apply best practices for fostering a more inclusive research network for non-native English speakers.
104+
105+
## The Role of Open Science in Bridging Barriers
106+
107+
The declaration of 2023 as the Year of Open Science by NASA and other federal US agencies reflects the belief that open science is a pillar to ensure information access and the democratization of the scientific process.
108+
109+
::::::::::::::::::::::::::::::::::::: callout
110+
111+
Chelle Gentemann, program scientist for NASA’s Transform to Open Science (TOPS) mission, recently shared in Nature,
112+
113+
_“I realized that open science isn’t just about tools. Open-science innovation is being driven by a global community with diverse perspectives. The scientific questions are more interesting and nuanced, the solutions better”_
114+
115+
::::::::::::::::::::::::::::::::::::::::::::::::
116+
117+
Open science communities and organizations serve as platforms where researchers and societal stakeholders converge to achieve results that are not only technically sound but also socially significant. This is made possible through the application of transparent, reproducible, and verifiable methods, engaging contributors from diverse regions, disciplines, and social contexts. However, non-native English-speaking researchers, educators, and professionals often encounter challenges in accessing the resources necessary to conduct their work, primarily due to limited funding, language barriers, and geographical constraints.
118+
119+
Our objective is to shed light on how open science communities, particularly those in regions like Latin America, actively engage in implementing, teaching, and disseminating open practices and resources. Drawing upon experiences from Spanish-speaking communities of practice, we aim to collaborate with librarians to explore the specific challenges faced by these communities when dealing with data and other resources primarily available in English, which creates a language-based accessibility barrier. Through these discussions, we intend to address how open science practices can aid marginalized communities of scholars in overcoming obstacles related to language, socioeconomic status, and other factors, ultimately fostering a more inclusive scientific community.
120+
121+
122+
123+
124+
:::::::::::::::::::::::::::::::::::::::: keypoints
125+
126+
- This training aims to help you understand the unique forms that open science takes in traditionally underrepresented communities, so that you can promote these practices in the context of your work as a librarian from an inclusive perspective.
127+
128+
::::::::::::::::::::::::::::::::::::::::::::::::::
129+

0 commit comments

Comments
 (0)