diff --git a/_data/whitelist.yml b/_data/whitelist.yml index 0376552e..58e8b331 100644 --- a/_data/whitelist.yml +++ b/_data/whitelist.yml @@ -13,6 +13,7 @@ projects: gdpr: 'no' team: https://sech.me/boinc/Amicable/team_display.php?teamid=1806 stats: https://gridcoinstats.eu/project/Amicable_Numbers + greylisted: 'no' - name: Asteroids@home link: https://asteroidsathome.net/boinc/ @@ -30,6 +31,7 @@ projects: gdpr: 'no' team: https://asteroidsathome.net/boinc/team_display.php?teamid=2218 stats: https://gridcoinstats.eu/project/asteroids@home + greylisted: 'no' - name: DENIS@home link: https://denis.usj.es/denisathome/ @@ -45,6 +47,7 @@ projects: gdpr: 'yes' team: https://denis.usj.es/denisathome/team_display.php?teamid=1825 stats: https://www.gridcoinstats.eu/project/denis@home + greylisted: 'yes' - name: Einstein@home link: https://einsteinathome.org @@ -60,6 +63,7 @@ projects: gdpr-enable-steps: https://einsteinathome.org/content/gdpr-new-website-features-and-statistics-export-option team: https://einsteinathome.org/community/teams/185236 stats: https://gridcoinstats.eu/project/einstein@home + greylisted: 'no' - name: GPUgrid link: https://www.gpugrid.net/ @@ -73,6 +77,7 @@ projects: gdpr: 'no' team: https://www.gpugrid.net/team_display.php?teamid=3493 stats: https://gridcoinstats.eu/project/gpugrid + greylisted: 'no' - name: Milkyway@home link: http://milkyway.cs.rpi.edu/milkyway/ @@ -88,6 +93,7 @@ projects: gdpr: 'no' team: https://milkyway.cs.rpi.edu/milkyway/team_display.php?teamid=6566 stats: https://gridcoinstats.eu/project/milkyway@home + greylisted: 'no' - name: NFS@Home link: https://escatter11.fullerton.edu/nfs/ @@ -104,6 +110,7 @@ projects: gdpr: 'no' team: https://escatter11.fullerton.edu/nfs/team_display.php?teamid=2353 stats: https://gridcoinstats.eu/project/nfs@home + greylisted: 'no' - name: NumberFields@home link: https://numberfields.asu.edu/NumberFields/ @@ -119,6 +126,7 @@ projects: gdpr-enable-steps: 'https://numberfields.asu.edu/NumberFields/forum_thread.php?id=355#2134' team: https://numberfields.asu.edu/NumberFields/team_display.php?teamid=2069 stats: https://gridcoinstats.eu/project/numberfields@home + greylisted: 'no' - name: ODLK1 link: https://boinc.multi-pool.info/latinsquares/ @@ -133,6 +141,7 @@ projects: gdpr: 'no' team: https://boinc.multi-pool.info/latinsquares/team_display.php?teamid=48 stats: https://gridcoinstats.eu/project/odlk1 + greylisted: 'yes' - name: Rosetta@Home link: https://boinc.bakerlab.org/rosetta/ @@ -147,6 +156,7 @@ projects: gdpr: 'no' team: https://boinc.bakerlab.org/rosetta/team_display.php?teamid=12575 stats: https://gridcoinstats.eu/project/rosetta@home + greylisted: 'yes' - name: SiDock@Home link: https://www.sidock.si/sidock/ @@ -160,6 +170,7 @@ projects: gdpr: 'no' team: https://www.sidock.si/sidock/team_display.php?teamid=54 stats: https://www.gridcoinstats.eu/project/sidock@home + greylisted: 'no' - name: SRBase link: http://srbase.my-firewall.org/sr5/ @@ -173,6 +184,7 @@ projects: gdpr: 'no' team: http://srbase.my-firewall.org/sr5//team_display.php?teamid=99 stats: https://gridcoinstats.eu/project/srbase + greylisted: 'no' - name: TN-Grid link: https://gene.disi.unitn.it/test/ @@ -190,6 +202,7 @@ projects: gdpr: 'no' team: https://gene.disi.unitn.it/test/team_display.php?teamid=61 stats: https://www.gridcoinstats.eu/project/tn-grid + greylisted: 'yes' - name: Universe@home link: https://universeathome.pl/universe/ @@ -204,6 +217,7 @@ projects: gdpr-enable-steps: https://www.reddit.com/r/gridcoin/comments/ega7k5/universehome_requires_consent_for_stats_export/ team: https://universeathome.pl/universe/team_display.php?teamid=1822 stats: https://gridcoinstats.eu/project/universe@home + greylisted: 'yes' - name: World Community Grid link: https://www.worldcommunitygrid.org/ @@ -219,6 +233,7 @@ projects: gdpr-enable-steps: https://www.worldcommunitygrid.org/ms/viewDataSharing.action team: https://secure.worldcommunitygrid.org/team/viewTeamInfo.do?teamId=BBNGDQS832 stats: https://gridcoinstats.eu/project/World_Community_Grid + greylisted: 'no' - name: yoyo@home link: https://www.rechenkraft.net/yoyo/ @@ -234,6 +249,7 @@ projects: gdpr: 'no' team: https://www.rechenkraft.net/yoyo/team_display.php?teamid=1475 stats: https://gridcoinstats.eu/project/yoyo@home + greylisted: 'no' - name: Folding@Home link: https://foldingathome.org @@ -247,3 +263,4 @@ projects: gdpr: 'no' team: https://stats.foldingathome.org/team/226804 stats: https://foldingathome.org/statistics/ + greylisted: 'no' diff --git a/assets/css/gridcoin.css b/assets/css/gridcoin.css index e6e7541f..0e68eb9b 100644 --- a/assets/css/gridcoin.css +++ b/assets/css/gridcoin.css @@ -240,6 +240,19 @@ dfn{ } .whitelist-2 a { font-weight: bold; + color: #c194e8; +} + +.whitelist-2 a:hover { + color: #a971da; +} + +.greylisted { + color: #ada9a9; +} + +.greylisted a { + color: #ada9a9; } .table-color-yes{ --bs-table-bg: green; diff --git a/guides/whitelist.htm b/guides/whitelist.htm index 2597c861..f55049a0 100644 --- a/guides/whitelist.htm +++ b/guides/whitelist.htm @@ -68,8 +68,8 @@

Whitelisted Projects

{% for project in site.data.whitelist.projects %} - - {{ project.name }} + + {{ project.name }}{% if project.greylisted == "yes" %}
(greylisted){% endif %} {{ project.goal }} @@ -138,8 +138,8 @@

Whitelisted Projects

{% for project in site.data.whitelist.projects %} - - {{ project.name }} + + {{ project.name }}{% if project.greylisted == "yes" %}
(greylisted){% endif %} {% if project.cpu == "yes" %} @@ -196,8 +196,8 @@

Whitelisted Projects

{% for project in site.data.whitelist.projects %} - - {{ project.name }} + + {{ project.name }}{% if project.greylisted == "yes" %}
(greylisted){% endif %} {% if project.cpu == "yes" %}