Skip to content

Commit f279304

Browse files
authored
Merge pull request #47 from softwaresaved/add-content
Add initial content
2 parents 2f4742a + 7d81c5f commit f279304

5 files changed

Lines changed: 53 additions & 21 deletions

File tree

docs/_data/terms.yml

Lines changed: 48 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,54 @@
1-
# _data/features.yml
1+
# _data/terms.yml
22

3-
- title: "Term 1"
4-
excerpt: "Longer description of the term."
5-
url: "/feature-one/"
3+
- term: "Software"
4+
definition: "Written steps to control a computer wrapped together"
5+
description: ""
66

7-
- title: "Term 2"
8-
excerpt: "Longer description of the term."
9-
url: "/feature-one/"
7+
- term: "Research (process)"
8+
definition: "A way to understand and look for new facts"
9+
description: ""
1010

11-
- title: "Term 3"
12-
excerpt: "Longer description of the term."
13-
url: "/feature-one/"
11+
- term: "Research (findings)"
12+
definition: "Piece of work sharing new facts made from ways to understand"
13+
description: "Piece of work sharing new facts made from ways to understand the world"
1414

15-
- title: "Term 4"
16-
excerpt: "Longer description of the term."
17-
url: "/feature-one/"
15+
- term: "Scientist"
16+
definition: "Someone who looks at the world around them and asks questions like, why is it the way it is or how does it work"
17+
description: ""
1818

19-
- title: "Term 5"
20-
excerpt: "Longer description of the term."
21-
url: "/feature-one/"
19+
- term: "Data"
20+
definition: "Numbers and words that can be used to answer questions"
21+
description: "Pieces of things like numbers, words, pictures, or sounds. People work on these pieces to sort them and give them clear ideas, decide things and fix problems."
2222

23-
- title: "Term 6"
24-
excerpt: "Longer description of the term."
25-
url: "/feature-one/"
23+
- term: "University"
24+
definition: "School for students and teachers to learn how to understand and look for new facts"
25+
description: ""
26+
27+
- term: "Community"
28+
definition: "Group of people who have a shared interest or want or have something the same"
29+
description: ""
30+
31+
- term: "Collaborations Workshop"
32+
definition: "Lots of different people working together meeting"
33+
description: "An often exciting and sometimes fun meeting bringing many different people to have interesting conversations to change the world and themselves"
34+
35+
- term: "Research Institution"
36+
definition: "A place where people work to understand more about the world"
37+
description: "A place where people work to understand more about the world (and look for new facts)"
38+
39+
- term: "Manager"
40+
definition: "A person who manages other people"
41+
description: "A person who helps a group of people work well together. They plan what work needs to be done, give jobs to people, and make sure everything stays on track."
42+
43+
- term: "Principal Investigator"
44+
definition: "Money-getting for understanding person"
45+
description: "I lead a group of different people who work to understand the world or people by looking for new facts. My work is to get money to let us do this, and make sure that we do it in a good way so that others can learn from it."
46+
47+
- term: "Research Community Manager"
48+
definition: "World questioning people grouper"
49+
description: "I lead a group of different people who work to understand the world or people by looking for new facts. My work is to get money to let us do this, and make sure that we do it in a good way so that others can learn from it."
50+
51+
- term: "Research Software Engineer"
52+
definition: "World Questioning Computer Person"
53+
description: "I am a person who writes computer work to help find answers for a question. My work is to build and fix computer work used in studies. I make sure they work and share it with other people to use."
54+
-103 KB
Binary file not shown.
-106 KB
Binary file not shown.

docs/assets/images/rse.png

130 KB
Loading

docs/index.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
layout: splash
44
---
55

6+
{% include figure popup=true image_path="/assets/images/rse.png" alt="Drawing showing a sceptical person asking a person working on a computer 'You do what?', and the other person answering 'I am a world questioning computer person' which is expressing the answer 'I am an RSE, Research Software Engineer' in the top 1,000 most used word in English." %}
7+
8+
69
<div class="feature__wrapper">
710
{% for item in site.data.terms %}
811
<div class="feature__item">
@@ -16,10 +19,10 @@
1619

1720
<div class="archive__item-body">
1821
<!--<h2 class="archive__item-title">-->
19-
<a href="{{ item.url }}">{{ item.title }}</a>
22+
<a href="{{ item.url }}">{{ item.term }}</a>
2023
</h2>
2124
<div class="archive__item-excerpt">
22-
<p>{{ item.excerpt }}</p>
25+
<h3>{{ item.definition }}</h3><br/><p>{{ item.description }}</p>
2326
</div>
2427
</div>
2528

0 commit comments

Comments
 (0)