alicevthompson
8196511460
Update home.html
...
Add Performance module to template.
2022-02-14 15:46:33 +00:00
alicevthompson
4871314522
Update README.md
...
Link to IDSS project page in readme.md.
Close #11
2022-02-14 15:22:53 +00:00
alicevthompson
b077a1a9ab
Automated commit with site updates
2022-02-14 15:09:55 +00:00
alicevthompson
52e98ba664
Revert "Add new metadata element"
...
This reverts commit 7e7d164965
.
2022-02-14 15:08:45 +00:00
alicevthompson
d4422c7b3c
Automated commit with site updates
2022-02-14 15:03:47 +00:00
alicevthompson
7e7d164965
Add new metadata element
...
Testing adding new metadata element is.evaluation.dummy
2022-02-14 15:02:47 +00:00
alicevthompson
a8ce94204d
Automated commit with site updates
2022-02-14 14:36:30 +00:00
alicevthompson
4f3f522e4d
Update iseal-core.csv
...
Delete is.coverage.latLong.
We missed this one the first time
See #1
2022-02-14 14:35:20 +00:00
alicevthompson
afbf4569b4
Automated commit with site updates
2022-02-14 14:25:48 +00:00
alicevthompson
ccf63fa739
Update iseal-core.csv
...
Removed combined latlong fields.
Closes #1
2022-02-14 14:24:39 +00:00
alanorth
163fca5707
Automated commit with site updates
2022-02-09 20:20:54 +00:00
38aac63c45
data/iseal-core.csv: updates from Peter
...
It's not easy to see in the git diff, but comparing these changes
side by side with the original file I see that he adjusted the or-
der of some elements and the descriptions of others.
2022-02-09 23:18:44 +03:00
alanorth
520d36dafa
Automated commit with site updates
2022-02-08 18:27:46 +00:00
1f8a56a626
site/layouts: update for Assurance module
...
Have to update the navigation and module headings.
2022-02-08 21:26:04 +03:00
0dc1398cce
data/iseal-core.csv: update modules
...
The "Certifying Body" module becomes "Assurance".
2022-02-08 21:18:52 +03:00
alanorth
00488ddf28
Automated commit with site updates
2022-02-07 19:20:25 +00:00
46fa1cf901
site/layouts: add new FSC modules
...
Peter changed these...
2022-02-07 21:55:16 +03:00
cf7496e5a0
data/fsc.csv: remove controlled vocabularies
...
We did this for iseal-core.csv last week, but forgot to do it here.
These are no longer living inside the CSVs themselves because it is
difficult to manage them as a long string of text in a column. They
now live in text files in data/controlled-vocabularies.
2022-02-07 21:45:33 +03:00
alanorth
ea61ebc692
Automated commit with site updates
2022-02-07 18:41:32 +00:00
1e058cd663
data/controlled-vocabularies: update
...
Add controlled vocabulary for fsc.contributor.member.
From Peter.
2022-02-07 21:39:43 +03:00
102684ce44
data/fsc.csv: add fsc.contributor.member
...
From Peter.
2022-02-07 21:38:47 +03:00
4902b34ccd
data/fsc.csv: update element descriptions
...
From Peter.
2022-02-07 21:37:54 +03:00
8422255529
data/controlled-vocabularies: update
...
Add controlled vocabularies for fsc.coverage.region. These are not
the same regions as the ISEAL list.
2022-02-07 21:34:12 +03:00
alanorth
9699f1a3d9
Automated commit with site updates
2022-02-07 09:03:30 +00:00
c34d02b4f3
data/iseal-core.csv: adjust element name
...
Make element name for is.evidenceType more descriptive to reflect
how Evidensia is using it.
2022-02-07 12:01:03 +03:00
c48afe72ac
data: fix vocabulary for is-evaluation-collection
...
The value here should be Statistical analysis.
2022-02-07 11:59:45 +03:00
alanorth
d791ecbc2d
Automated commit with site updates
2022-02-06 20:00:57 +00:00
3fb98fc5d8
site/layouts: remove empty class
2022-02-06 22:59:44 +03:00
alanorth
e2e16ded11
Automated commit with site updates
2022-02-06 19:56:04 +00:00
703eecfd5d
site: add link icon to each element
...
For easy copying.
2022-02-06 22:51:47 +03:00
0f09ad859a
package-lock.json: run npm install
2022-02-06 22:42:59 +03:00
4855c24600
package.json: bump bootstrap-icons to 1.8.0
2022-02-06 22:42:44 +03:00
alanorth
312f7d8674
Automated commit with site updates
2022-02-06 19:34:41 +00:00
bfa3634478
Merge pull request #10 from ISEAL-Community/rework-module-lists
...
Rework the list of elements by grouping them into modules under each cluster.
2022-02-06 22:33:32 +03:00
b5ca6dd4f9
site: regenerate static assets
...
After editing the SCSS styles I ran `npm run build:css` to re-gen-
erate the compiled CSS.
2022-02-06 22:12:21 +03:00
b00d39a7bd
site/layouts: add modules section to FSC layout
2022-02-06 22:11:50 +03:00
1678ec077e
site/layouts: add cluster to partialCached key
...
When we cache the output of partials we get duplicate elements be-
cause both ISEAL and FSC have "Scope", "Certificate", etc modules.
We need to use the cluster as an extra key for the partial cache
so these don't overlap.
See: https://gohugo.io/functions/partialcached/
2022-02-06 21:32:45 +03:00
baa22a7afc
source/scss/fsc.scss: style h4
2022-02-06 21:17:56 +03:00
2c789ea9a4
site/layouts: adjust fsc layout for modules
...
Adjust the FSC layout to group modules together.
2022-02-06 21:17:47 +03:00
008ff55695
site/layouts: use bubble buttons for elements
...
I got rid of these when initially trying to group the elements for
each module together under their clusters, but actually now there
are less elements so we can keep this bubble style. A bonus is that
we don't need to figure out how to delimit by comma in Hugo's Go
templates (the last one is always tricky).
2022-02-06 21:04:20 +03:00
89c6228770
site/layouts: link to modules in top table
2022-02-06 21:00:54 +03:00
d7544f63e9
source/scss/iseal.scss: apply style to h4
2022-02-06 21:00:14 +03:00
503da470df
site/layouts: group elements by module
...
Group elements by module within each cluster.
2022-02-06 20:58:42 +03:00
24ff4048b6
site: remove old comment in HTML template
2022-02-06 17:59:19 +03:00
alanorth
a5d7f53cd4
Automated commit with site updates
2022-02-03 18:44:54 +00:00
d7d3bf42cd
site/assets: regenerate static assets
...
After updating source/scss/iseal.scss I ran `npm run build` to reg-
enerate the static assets like iseal.min.css.
2022-02-03 21:38:28 +03:00
12134512e8
site: add ISEAL logo
2022-02-03 21:37:53 +03:00
adamISEAL
aea79cea28
Automated commit with site updates
2022-02-03 15:42:43 +00:00
adamISEAL
46e4f064d3
Update fsc.csv
...
Changed 'impact' module to 'evaluation'
2022-02-03 15:41:40 +00:00
adamISEAL
db06340277
Update iseal-core.csv
...
Remove control values column in csv
2022-02-03 15:37:14 +00:00