caciviclab / disclosure-backend-static

Campaign finance data powering Open Disclosure California
https://caciviclab.org/odca-jekyll/
15 stars 14 forks source link

Bump nokogiri from 1.11.1 to 1.13.6 #298

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps nokogiri from 1.11.1 to 1.13.6.

Release notes

Sourced from nokogiri's releases.

1.13.6 / 2022-05-08

Security

  • [CRuby] Address CVE-2022-29181, improper handling of unexpected data types, related to untrusted inputs to the SAX parsers. See GHSA-xh29-r2w5-wx8m for more information.

Improvements

  • {HTML4,XML}::SAX::{Parser,ParserContext} constructor methods now raise TypeError instead of segfaulting when an incorrect type is passed.

sha256:

58417c7c10f78cd1c0e1984f81538300d4ea98962cfd3f46f725efee48f9757a  nokogiri-1.13.6-aarch64-linux.gem
a2b04ec3b1b73ecc6fac619b41e9fdc70808b7a653b96ec97d04b7a23f158dbc  nokogiri-1.13.6-arm64-darwin.gem
4437f2d03bc7da8854f4aaae89e24a98cf5c8b0212ae2bc003af7e65c7ee8e27  nokogiri-1.13.6-java.gem
99d3e212bbd5e80aa602a1f52d583e4f6e917ec594e6aa580f6aacc253eff984  nokogiri-1.13.6-x64-mingw-ucrt.gem
a04f6154a75b6ed4fe2d0d0ff3ac02f094b54e150b50330448f834fa5726fbba  nokogiri-1.13.6-x64-mingw32.gem
a13f30c2863ef9e5e11240dd6d69ef114229d471018b44f2ff60bab28327de4d  nokogiri-1.13.6-x86-linux.gem
63a2ca2f7a4f6bd9126e1695037f66c8eb72ed1e1740ef162b4480c57cc17dc6  nokogiri-1.13.6-x86-mingw32.gem
2b266e0eb18030763277b30dc3d64337f440191e2bd157027441ac56a59d9dfe  nokogiri-1.13.6-x86_64-darwin.gem
3fa37b0c3b5744af45f9da3e4ae9cbd89480b35e12ae36b5e87a0452e0b38335  nokogiri-1.13.6-x86_64-linux.gem
b1512fdc0aba446e1ee30de3e0671518eb363e75fab53486e99e8891d44b8587  nokogiri-1.13.6.gem

1.13.5 / 2022-05-04

Security

Dependencies

  • [CRuby] Vendored libxml2 is updated from v2.9.13 to v2.9.14.

Improvements

  • [CRuby] The libxml2 HTML4 parser no longer exhibits quadratic behavior when recovering some broken markup related to start-of-tag and bare < characters.

Changed

  • [CRuby] The libxml2 HTML4 parser in v2.9.14 recovers from some broken markup differently. Notably, the XML CDATA escape sequence <![CDATA[ and incorrectly-opened comments will result in HTML text nodes starting with &lt;! instead of skipping the invalid tag. This behavior is a direct result of the quadratic-behavior fix noted above. The behavior of downstream sanitizers relying on this behavior will also change. Some tests describing the changed behavior are in test/html4/test_comments.rb.

... (truncated)

Changelog

Sourced from nokogiri's changelog.

1.13.6 / 2022-05-08

Security

  • [CRuby] Address CVE-2022-29181, improper handling of unexpected data types, related to untrusted inputs to the SAX parsers. See GHSA-xh29-r2w5-wx8m for more information.

Improvements

  • {HTML4,XML}::SAX::{Parser,ParserContext} constructor methods now raise TypeError instead of segfaulting when an incorrect type is passed.

1.13.5 / 2022-05-04

Security

Dependencies

  • [CRuby] Vendored libxml2 is updated from v2.9.13 to v2.9.14.

Improvements

  • [CRuby] The libxml2 HTML parser no longer exhibits quadratic behavior when recovering some broken markup related to start-of-tag and bare < characters.

Changed

  • [CRuby] The libxml2 HTML parser in v2.9.14 recovers from some broken markup differently. Notably, the XML CDATA escape sequence <![CDATA[ and incorrectly-opened comments will result in HTML text nodes starting with &lt;! instead of skipping the invalid tag. This behavior is a direct result of the quadratic-behavior fix noted above. The behavior of downstream sanitizers relying on this behavior will also change. Some tests describing the changed behavior are in test/html4/test_comments.rb.

1.13.4 / 2022-04-11

Security

Dependencies

  • [CRuby] Vendored zlib is updated from 1.2.11 to 1.2.12. (See LICENSE-DEPENDENCIES.md for details on which packages redistribute this library.)
  • [JRuby] Vendored Xerces-J (xerces:xercesImpl) is updated from 2.12.0 to 2.12.2.
  • [JRuby] Vendored nekohtml (org.cyberneko.html) is updated from a fork of 1.9.21 to 1.9.22.noko2. This fork is now publicly developed at https://github.com/sparklemotion/nekohtml

... (truncated)

Commits
  • b7817b6 version bump to v1.13.6
  • 61b1a39 Merge pull request #2530 from sparklemotion/flavorjones-check-parse-memory-ty...
  • 83cc451 fix: {HTML4,XML}::SAX::{Parser,ParserContext} check arg types
  • 22c9e5b version bump to v1.13.5
  • 6155881 doc: update CHANGELOG for v1.13.5
  • c519a47 Merge pull request #2527 from sparklemotion/2525-update-libxml-2_9_14-v1_13_x
  • 66c2886 dep: update libxml2 to v2.9.14
  • b7c4cc3 test: unpend the LIBXML_LOADED_VERSION test on freebsd
  • eac7934 dev: require yaml
  • f3521ba style(rubocop): pend Style/FetchEnvVar for now
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/caciviclab/disclosure-backend-static/network/alerts).
tdooner commented 2 years ago
Build diff from Commit 5c46f74b3b041505ed1dca0fceed69327be124b1: ```diff diff --git a/build/_candidates/oakland/2022-11-08/allyssa-victory-villanueva.md b/build/_candidates/oakland/2022-11-08/allyssa-victory-villanueva.md index 441e8b1..c6cd4ec 100644 --- a/build/_candidates/oakland/2022-11-08/allyssa-victory-villanueva.md +++ b/build/_candidates/oakland/2022-11-08/allyssa-victory-villanueva.md @@ -4,6 +4,7 @@ committee_name: Commitee to Elect Allyssa Victory for Oakland Mayor 2022 filer_id: '1439739' is_incumbent: false name: Allyssa Victory Villanueva +occupation: Attorney photo_url: Allyssa_VictoryBW.jpg twitter_url: https://twitter.com/Victory4Oakland website_url: https://victoryforoakland.wordpress.com/ diff --git a/build/_candidates/oakland/2022-11-08/ignacio-de-la-fuente.md b/build/_candidates/oakland/2022-11-08/ignacio-de-la-fuente.md index f3abab4..7b40086 100644 --- a/build/_candidates/oakland/2022-11-08/ignacio-de-la-fuente.md +++ b/build/_candidates/oakland/2022-11-08/ignacio-de-la-fuente.md @@ -5,4 +5,5 @@ filer_id: '1446236' is_incumbent: false name: Ignacio De La Fuente occupation: Former City Council President +photo_url: Ignacio De La Fuente.jpg --- diff --git a/build/_candidates/oakland/2022-11-08/janani-ramachandran.md b/build/_candidates/oakland/2022-11-08/janani-ramachandran.md index 946c2b6..d0c6ff8 100644 --- a/build/_candidates/oakland/2022-11-08/janani-ramachandran.md +++ b/build/_candidates/oakland/2022-11-08/janani-ramachandran.md @@ -5,6 +5,7 @@ filer_id: '1442792' is_accepted_expenditure_ceiling: true is_incumbent: false name: Janani Ramachandran +occupation: Attorney photo_url: Janani_Ramachandran.png twitter_url: Janani4Oakland website_url: https://jananiforoakland.com/ diff --git a/build/_candidates/oakland/2022-11-08/john-reimann.md b/build/_candidates/oakland/2022-11-08/john-reimann.md index fe004ba..8c8318d 100644 --- a/build/_candidates/oakland/2022-11-08/john-reimann.md +++ b/build/_candidates/oakland/2022-11-08/john-reimann.md @@ -3,4 +3,5 @@ election: _elections/oakland/2022-11-08.md filer_id: '' is_incumbent: false name: John Reimann +photo_url: John-Reimann-sm.png --- diff --git a/build/_candidates/oakland/2022-11-08/kevin-jenkins.md b/build/_candidates/oakland/2022-11-08/kevin-jenkins.md index 51c0f94..2c77e5a 100644 --- a/build/_candidates/oakland/2022-11-08/kevin-jenkins.md +++ b/build/_candidates/oakland/2022-11-08/kevin-jenkins.md @@ -4,6 +4,7 @@ committee_name: Kevin Jenkins for Oakland City Council 2022 filer_id: '1443971' is_incumbent: false name: Kevin Jenkins +photo_url: Kevin-Jenkins-sm.png twitter_url: Jenkins4oakland website_url: https://www.jenkinsforoakland.com/ facebook_url: https://www.facebook.com/jenkins4Oakland diff --git a/build/_candidates/oakland/2022-11-08/nick-resnick.md b/build/_candidates/oakland/2022-11-08/nick-resnick.md index 2929828..f9399c7 100644 --- a/build/_candidates/oakland/2022-11-08/nick-resnick.md +++ b/build/_candidates/oakland/2022-11-08/nick-resnick.md @@ -4,6 +4,7 @@ committee_name: Committee to Elect John Mimosa Marks for Oakland Mayor 2022 filer_id: '1446906' is_incumbent: false name: Nick Resnick +photo_url: Nick-Resnick-sm.png website_url: https://www.nickforoaklandschools.com/ facebook_url: https://www.facebook.com/nickforoaklandschools --- diff --git a/build/_candidates/oakland/2022-11-08/stephen-schear.md b/build/_candidates/oakland/2022-11-08/stephen-schear.md index 8c4f0f8..9e80722 100644 --- a/build/_candidates/oakland/2022-11-08/stephen-schear.md +++ b/build/_candidates/oakland/2022-11-08/stephen-schear.md @@ -4,5 +4,6 @@ filer_id: '' is_incumbent: false name: Stephen Schear occupation: Attorney +photo_url: stephen-schear-sm.png website_url: https://stephenschear.com/ --- diff --git a/build/_candidates/oakland/2022-11-08/tyron-jordan.md b/build/_candidates/oakland/2022-11-08/tyron-jordan.md index c5b6046..26ca2f3 100644 --- a/build/_candidates/oakland/2022-11-08/tyron-jordan.md +++ b/build/_candidates/oakland/2022-11-08/tyron-jordan.md @@ -6,6 +6,7 @@ is_accepted_expenditure_ceiling: true is_incumbent: false name: Tyron Jordan occupation: Department of Justice legal analyst +photo_url: TyronJordan-sm.png twitter_url: TyronJordan13 website_url: https://www.tyronjordanforoakland.com/ --- diff --git a/build/_data/candidates/oakland/2014-11-04/dana-king.json b/build/_data/candidates/oakland/2014-11-04/dana-king.json index 9bf6468..649e997 100644 --- a/build/_data/candidates/oakland/2014-11-04/dana-king.json +++ b/build/_data/candidates/oakland/2014-11-04/dana-king.json @@ -1,5 +1,5 @@ { - "id": 29, + "id": 43, "name": "Dana King", "photo_url": null, "website_url": null, diff --git a/build/_data/candidates/oakland/2014-11-04/jean-quan.json b/build/_data/candidates/oakland/2014-11-04/jean-quan.json index 372c59c..ec1e180 100644 --- a/build/_data/candidates/oakland/2014-11-04/jean-quan.json +++ b/build/_data/candidates/oakland/2014-11-04/jean-quan.json @@ -1,5 +1,5 @@ { - "id": 101, + "id": 108, "name": "Jean Quan", "photo_url": null, "website_url": null, diff --git a/build/_data/candidates/oakland/2014-11-04/jill-broadhurst.json b/build/_data/candidates/oakland/2014-11-04/jill-broadhurst.json index df0f667..9b0045f 100644 --- a/build/_data/candidates/oakland/2014-11-04/jill-broadhurst.json +++ b/build/_data/candidates/oakland/2014-11-04/jill-broadhurst.json @@ -1,5 +1,5 @@ { - "id": 57, + "id": 96, "name": "Jill Broadhurst", "photo_url": null, "website_url": null, diff --git a/build/_data/candidates/oakland/2014-11-04/libby-schaaf.json b/build/_data/candidates/oakland/2014-11-04/libby-schaaf.json index 891f18a..b6ef062 100644 --- a/build/_data/candidates/oakland/2014-11-04/libby-schaaf.json +++ b/build/_data/candidates/oakland/2014-11-04/libby-schaaf.json @@ -1,5 +1,5 @@ { - "id": 76, + "id": 97, "name": "Libby Schaaf", "photo_url": null, "website_url": null, diff --git a/build/_data/candidates/oakland/2014-11-04/nicolas-heidorn.json b/build/_data/candidates/oakland/2014-11-04/nicolas-heidorn.json index 1eca004..4c568a8 100644 --- a/build/_data/candidates/oakland/2014-11-04/nicolas-heidorn.json +++ b/build/_data/candidates/oakland/2014-11-04/nicolas-heidorn.json @@ -1,5 +1,5 @@ { - "id": 44, + "id": 55, "name": "Nicolas Heidorn", "photo_url": null, "website_url": null, diff --git a/build/_data/candidates/oakland/2016-11-08/francis-matt-hummel.json b/build/_data/candidates/oakland/2016-11-08/francis-matt-hummel.json index 07a198c..7db72c1 100644 --- a/build/_data/candidates/oakland/2016-11-08/francis-matt-hummel.json +++ b/build/_data/candidates/oakland/2016-11-08/francis-matt-hummel.json @@ -1,5 +1,5 @@ { - "id": 102, + "id": 101, "name": "Francis Matt Hummel", "photo_url": "https://s3-us-west-1.amazonaws.com/odca-candidate-photos/F-Matt-Hummell.png", "website_url": "http://matt4thepeople.nationbuilder.com/", diff --git a/build/_data/candidates/oakland/2016-11-08/james-harris.json b/build/_data/candidates/oakland/2016-11-08/james-harris.json index 2c45b67..8e5fd77 100644 --- a/build/_data/candidates/oakland/2016-11-08/james-harris.json +++ b/build/_data/candidates/oakland/2016-11-08/james-harris.json @@ -1,5 +1,5 @@ { - "id": 108, + "id": 107, "name": "James Harris", "photo_url": "https://s3-us-west-1.amazonaws.com/odca-candidate-photos/james-harris.png", "website_url": "http://harrisforeastoakland.com/about-james/", diff --git a/build/_data/candidates/oakland/2016-11-08/larry-reid.json b/build/_data/candidates/oakland/2016-11-08/larry-reid.json index 506f185..a627632 100644 --- a/build/_data/candidates/oakland/2016-11-08/larry-reid.json +++ b/build/_data/candidates/oakland/2016-11-08/larry-reid.json @@ -1,5 +1,5 @@ { - "id": 107, + "id": 106, "name": "Larry Reid", "photo_url": "https://s3-us-west-1.amazonaws.com/odca-candidate-photos/larry-reid.png", "website_url": "https://www.facebook.com/LarryReid4District7/", diff --git a/build/_data/candidates/oakland/2016-11-08/marcie-hodge.json b/build/_data/candidates/oakland/2016-11-08/marcie-hodge.json index 3c7249a..812755d 100644 --- a/build/_data/candidates/oakland/2016-11-08/marcie-hodge.json +++ b/build/_data/candidates/oakland/2016-11-08/marcie-hodge.json @@ -1,5 +1,5 @@ { - "id": 103, + "id": 102, "name": "Marcie Hodge", "photo_url": "https://s3-us-west-1.amazonaws.com/odca-candidate-photos/Marcie-Hodge.png", "website_url": "http://hodge4oaklandcitycouncil.com/", diff --git a/build/_data/candidates/oakland/2016-11-08/michael-hassid.json b/build/_data/candidates/oakland/2016-11-08/michael-hassid.json index e2ceaf7..18b06f0 100644 --- a/build/_data/candidates/oakland/2016-11-08/michael-hassid.json +++ b/build/_data/candidates/oakland/2016-11-08/michael-hassid.json @@ -1,5 +1,5 @@ { - "id": 106, + "id": 105, "name": "Michael Hassid", "photo_url": "https://s3-us-west-1.amazonaws.com/odca-candidate-photos/Michael-Hassid.png", "website_url": "http://www.mikehassidforschoolboard.com/", diff --git a/build/_data/candidates/oakland/2016-11-08/noel-gallo.json b/build/_data/candidates/oakland/2016-11-08/noel-gallo.json index 444e7ba..95b6f44 100644 --- a/build/_data/candidates/oakland/2016-11-08/noel-gallo.json +++ b/build/_data/candidates/oakland/2016-11-08/noel-gallo.json @@ -1,5 +1,5 @@ { - "id": 104, + "id": 103, "name": "Noel Gallo", "photo_url": "https://s3-us-west-1.amazonaws.com/odca-candidate-photos/Noel-Gallo.png", "website_url": "http://galloforoakland.com/", diff --git a/build/_data/candidates/oakland/2016-11-08/peggy-moore.json b/build/_data/candidates/oakland/2016-11-08/peggy-moore.json index a684801..e801685 100644 --- a/build/_data/candidates/oakland/2016-11-08/peggy-moore.json +++ b/build/_data/candidates/oakland/2016-11-08/peggy-moore.json @@ -1,5 +1,5 @@ { - "id": 105, + "id": 104, "name": "Peggy Moore", "photo_url": "https://s3-us-west-1.amazonaws.com/odca-candidate-photos/Margaret-Moore.png", "website_url": "http://www.mooreforoakland.com/", diff --git a/build/_data/candidates/oakland/2018-11-06/abel-guillen.json b/build/_data/candidates/oakland/2018-11-06/abel-guillen.json index 7d26630..08ccd78 100644 --- a/build/_data/candidates/oakland/2018-11-06/abel-guillen.json +++ b/build/_data/candidates/oakland/2018-11-06/abel-guillen.json @@ -1,5 +1,5 @@ { - "id": 90, + "id": 88, "name": "Abel Guillén", "photo_url": "abel_guillen.png", "website_url": "http://www.voteabelguillen.com/", diff --git a/build/_data/candidates/oakland/2018-11-06/aimee-eng.json b/build/_data/candidates/oakland/2018-11-06/aimee-eng.json index f8c7888..680cf2e 100644 --- a/build/_data/candidates/oakland/2018-11-06/aimee-eng.json +++ b/build/_data/candidates/oakland/2018-11-06/aimee-eng.json @@ -1,5 +1,5 @@ { - "id": 91, + "id": 89, "name": "Aimee Eng", "photo_url": "Aimee-Eng.png", "website_url": null, diff --git a/build/_data/candidates/oakland/2018-11-06/anthony-wilson.json b/build/_data/candidates/oakland/2018-11-06/anthony-wilson.json index 61ea500..56fc521 100644 --- a/build/_data/candidates/oakland/2018-11-06/anthony-wilson.json +++ b/build/_data/candidates/oakland/2018-11-06/anthony-wilson.json @@ -1,5 +1,5 @@ { - "id": 66, + "id": 65, "name": "Anthony Wilson", "photo_url": "anthony-wilson.png", "website_url": "https://www.anthonyforoakland.com/", diff --git a/build/_data/candidates/oakland/2018-11-06/brenda-roberts.json b/build/_data/candidates/oakland/2018-11-06/brenda-roberts.json index 15dce94..8a5f064 100644 --- a/build/_data/candidates/oakland/2018-11-06/brenda-roberts.json +++ b/build/_data/candidates/oakland/2018-11-06/brenda-roberts.json @@ -1,5 +1,5 @@ { - "id": 83, + "id": 81, "name": "Brenda Roberts", "photo_url": "brenda_roberts.png", "website_url": null, diff --git a/build/_data/candidates/oakland/2018-11-06/cat-brooks.json b/build/_data/candidates/oakland/2018-11-06/cat-brooks.json index f34241d..92c8d38 100644 --- a/build/_data/candidates/oakland/2018-11-06/cat-brooks.json +++ b/build/_data/candidates/oakland/2018-11-06/cat-brooks.json @@ -1,5 +1,5 @@ { - "id": 75, + "id": 74, "name": "Cat Brooks", "photo_url": "Cat-Brooks.png", "website_url": "https://www.catbrooksforoakland.com/", diff --git a/build/_data/candidates/oakland/2018-11-06/cedric-anthony-troupe.json b/build/_data/candidates/oakland/2018-11-06/cedric-anthony-troupe.json index 90d1082..ab0ba97 100644 --- a/build/_data/candidates/oakland/2018-11-06/cedric-anthony-troupe.json +++ b/build/_data/candidates/oakland/2018-11-06/cedric-anthony-troupe.json @@ -1,5 +1,5 @@ { - "id": 94, + "id": 92, "name": "Cedric Anthony Troupe", "photo_url": "Cedric-Anthony-Troupe.png", "website_url": null, diff --git a/build/_data/candidates/oakland/2018-11-06/charlie-michelson.json b/build/_data/candidates/oakland/2018-11-06/charlie-michelson.json index 7ce6dde..d23fd55 100644 --- a/build/_data/candidates/oakland/2018-11-06/charlie-michelson.json +++ b/build/_data/candidates/oakland/2018-11-06/charlie-michelson.json @@ -1,5 +1,5 @@ { - "id": 73, + "id": 72, "name": "Charlie Michelson", "photo_url": "Charlie-Michelson.png", "website_url": "https://www.charlie.vote/", diff --git a/build/_data/candidates/oakland/2018-11-06/clarissa-doutherd.json b/build/_data/candidates/oakland/2018-11-06/clarissa-doutherd.json index e0439d4..119342b 100644 --- a/build/_data/candidates/oakland/2018-11-06/clarissa-doutherd.json +++ b/build/_data/candidates/oakland/2018-11-06/clarissa-doutherd.json @@ -1,5 +1,5 @@ { - "id": 82, + "id": 80, "name": "Clarissa Doutherd", "photo_url": "Clarissa-Doutherd.png", "website_url": "https://www.clarissaforoaklandschools.com/", diff --git a/build/_data/candidates/oakland/2018-11-06/courtney-ruby.json b/build/_data/candidates/oakland/2018-11-06/courtney-ruby.json index 4e41079..d198919 100644 --- a/build/_data/candidates/oakland/2018-11-06/courtney-ruby.json +++ b/build/_data/candidates/oakland/2018-11-06/courtney-ruby.json @@ -1,5 +1,5 @@ { - "id": 69, + "id": 68, "name": "Courtney Ruby", "photo_url": "courtney-ruby.png", "website_url": "https://courtneyruby.com/", diff --git a/build/_data/candidates/oakland/2018-11-06/desley-brooks.json b/build/_data/candidates/oakland/2018-11-06/desley-brooks.json index 29685f3..c3c3695 100644 --- a/build/_data/candidates/oakland/2018-11-06/desley-brooks.json +++ b/build/_data/candidates/oakland/2018-11-06/desley-brooks.json @@ -1,5 +1,5 @@ { - "id": 92, + "id": 90, "name": "Desley Brooks", "photo_url": "Desley-Brooks.png", "website_url": "https://www.desley4d6.com/", diff --git a/build/_data/candidates/oakland/2018-11-06/donte-kenzie-smith.json b/build/_data/candidates/oakland/2018-11-06/donte-kenzie-smith.json index e1e702d..c7d3abe 100644 --- a/build/_data/candidates/oakland/2018-11-06/donte-kenzie-smith.json +++ b/build/_data/candidates/oakland/2018-11-06/donte-kenzie-smith.json @@ -1,5 +1,5 @@ { - "id": 93, + "id": 91, "name": "Donte Kenzie Smith", "photo_url": "Carlos-'Kenzie'-Smith.png", "website_url": null, diff --git a/build/_data/candidates/oakland/2018-11-06/francis-hummel.json b/build/_data/candidates/oakland/2018-11-06/francis-hummel.json index 9bb3d15..e84bc64 100644 --- a/build/_data/candidates/oakland/2018-11-06/francis-hummel.json +++ b/build/_data/candidates/oakland/2018-11-06/francis-hummel.json @@ -1,5 +1,5 @@ { - "id": 70, + "id": 69, "name": "Francis Hummel", "photo_url": "Matt-Francis-Hummel.png", "website_url": "https://www.facebook.com/fmatt.hummel", diff --git a/build/_data/candidates/oakland/2018-11-06/gary-yee.json b/build/_data/candidates/oakland/2018-11-06/gary-yee.json index ae96e6a..f48427b 100644 --- a/build/_data/candidates/oakland/2018-11-06/gary-yee.json +++ b/build/_data/candidates/oakland/2018-11-06/gary-yee.json @@ -1,5 +1,5 @@ { - "id": 67, + "id": 66, "name": "Gary Yee", "photo_url": "gary-yee.png", "website_url": "http://www.yee4schools.com/", diff --git a/build/_data/candidates/oakland/2018-11-06/jesse-a-j-smith.json b/build/_data/candidates/oakland/2018-11-06/jesse-a-j-smith.json index e02f2a0..34efcdf 100644 --- a/build/_data/candidates/oakland/2018-11-06/jesse-a-j-smith.json +++ b/build/_data/candidates/oakland/2018-11-06/jesse-a-j-smith.json @@ -1,5 +1,5 @@ { - "id": 95, + "id": 93, "name": "Jesse A.J. Smith", "photo_url": "Jesse-Smith.png", "website_url": "https://oaksmith2018.com/", diff --git a/build/_data/candidates/oakland/2018-11-06/joseph-simmons.json b/build/_data/candidates/oakland/2018-11-06/joseph-simmons.json index f766c70..2ae9efd 100644 --- a/build/_data/candidates/oakland/2018-11-06/joseph-simmons.json +++ b/build/_data/candidates/oakland/2018-11-06/joseph-simmons.json @@ -1,5 +1,5 @@ { - "id": 72, + "id": 71, "name": "Joseph Simmons", "photo_url": "Joseph-Simmons.png", "website_url": null, diff --git a/build/_data/candidates/oakland/2018-11-06/joseph-tanios.json b/build/_data/candidates/oakland/2018-11-06/joseph-tanios.json index 0b7c312..1212353 100644 --- a/build/_data/candidates/oakland/2018-11-06/joseph-tanios.json +++ b/build/_data/candidates/oakland/2018-11-06/joseph-tanios.json @@ -1,5 +1,5 @@ { - "id": 74, + "id": 73, "name": "Joseph Tanios", "photo_url": "Joseph-Tanios.png", "website_url": "https://www.joetanios.com/", diff --git a/build/_data/candidates/oakland/2018-11-06/ken-houston.json b/build/_data/candidates/oakland/2018-11-06/ken-houston.json index 99adcb2..2f48ede 100644 --- a/build/_data/candidates/oakland/2018-11-06/ken-houston.json +++ b/build/_data/candidates/oakland/2018-11-06/ken-houston.json @@ -1,5 +1,5 @@ { - "id": 68, + "id": 67, "name": "Ken Houston", "photo_url": "Ken-Houston.png", "website_url": "http://sonofoakland.com/", diff --git a/build/_data/candidates/oakland/2018-11-06/libby-schaaf.json b/build/_data/candidates/oakland/2018-11-06/libby-schaaf.json index a8fb81c..0f07a62 100644 --- a/build/_data/candidates/oakland/2018-11-06/libby-schaaf.json +++ b/build/_data/candidates/oakland/2018-11-06/libby-schaaf.json @@ -1,5 +1,5 @@ { - "id": 89, + "id": 87, "name": "Libby Schaaf", "photo_url": "libby_schaaf.png", "website_url": "https://libbyformayor.wordpress.com/", diff --git a/build/_data/candidates/oakland/2018-11-06/loren-taylor.json b/build/_data/candidates/oakland/2018-11-06/loren-taylor.json index 9a65fc6..d2e8860 100644 --- a/build/_data/candidates/oakland/2018-11-06/loren-taylor.json +++ b/build/_data/candidates/oakland/2018-11-06/loren-taylor.json @@ -1,5 +1,5 @@ { - "id": 87, + "id": 85, "name": "Loren Taylor", "photo_url": "Loren_Taylor.png", "website_url": "https://www.lorentaylor.org/", diff --git a/build/_data/candidates/oakland/2018-11-06/marchon-tatmon.json b/build/_data/candidates/oakland/2018-11-06/marchon-tatmon.json index d771a12..e06a41d 100644 --- a/build/_data/candidates/oakland/2018-11-06/marchon-tatmon.json +++ b/build/_data/candidates/oakland/2018-11-06/marchon-tatmon.json @@ -1,5 +1,5 @@ { - "id": 84, + "id": 82, "name": "Marchon Tatmon", "photo_url": "marchon-tatmon.png", "website_url": "http://votemarchon.com/", diff --git a/build/_data/candidates/oakland/2018-11-06/maria-marlo-rodriguez.json b/build/_data/candidates/oakland/2018-11-06/maria-marlo-rodriguez.json index ad614cd..120b9a6 100644 --- a/build/_data/candidates/oakland/2018-11-06/maria-marlo-rodriguez.json +++ b/build/_data/candidates/oakland/2018-11-06/maria-marlo-rodriguez.json @@ -1,5 +1,5 @@ { - "id": 80, + "id": 78, "name": "Maria \"Marlo\" Rodriguez", "photo_url": "Marlo-Rodriguez.png", "website_url": "https://www.marlo4oakland.com/", diff --git a/build/_data/candidates/oakland/2018-11-06/mya-whitaker.json b/build/_data/candidates/oakland/2018-11-06/mya-whitaker.json index 047e621..e39d6a5 100644 --- a/build/_data/candidates/oakland/2018-11-06/mya-whitaker.json +++ b/build/_data/candidates/oakland/2018-11-06/mya-whitaker.json @@ -1,5 +1,5 @@ { - "id": 78, + "id": 76, "name": "Mya Whitaker", "photo_url": "Mya-Whitaker.png", "website_url": "https://whitakerforoakland.com", diff --git a/build/_data/candidates/oakland/2018-11-06/nancy-sidebotham.json b/build/_data/candidates/oakland/2018-11-06/nancy-sidebotham.json index 8301332..6678458 100644 --- a/build/_data/candidates/oakland/2018-11-06/nancy-sidebotham.json +++ b/build/_data/candidates/oakland/2018-11-06/nancy-sidebotham.json @@ -1,5 +1,5 @@ { - "id": 96, + "id": 94, "name": "Nancy Sidebotham", "photo_url": "Nancy-Sidebotham.png", "website_url": "http://nancysidebotham.com/", diff --git a/build/_data/candidates/oakland/2018-11-06/natasha-middleton.json b/build/_data/candidates/oakland/2018-11-06/natasha-middleton.json index d01f68c..a89d01a 100644 --- a/build/_data/candidates/oakland/2018-11-06/natasha-middleton.json +++ b/build/_data/candidates/oakland/2018-11-06/natasha-middleton.json @@ -1,5 +1,5 @@ { - "id": 85, + "id": 83, "name": "Natasha Middleton", "photo_url": "Natasha-Middleton.png", "website_url": "https://www.natashaforoakland.com/", diff --git a/build/_data/candidates/oakland/2018-11-06/nayeli-maxson.json b/build/_data/candidates/oakland/2018-11-06/nayeli-maxson.json index dd45985..aad8cd0 100644 --- a/build/_data/candidates/oakland/2018-11-06/nayeli-maxson.json +++ b/build/_data/candidates/oakland/2018-11-06/nayeli-maxson.json @@ -1,5 +1,5 @@ { - "id": 79, + "id": 77, "name": "Nayeli Maxson", "photo_url": "Nayeli-Maxson.png", "website_url": "https://nayeliforoakland.com/", diff --git a/build/_data/candidates/oakland/2018-11-06/nikki-fortunato-bas.json b/build/_data/candidates/oakland/2018-11-06/nikki-fortunato-bas.json index d0e37ce..fba8165 100644 --- a/build/_data/candidates/oakland/2018-11-06/nikki-fortunato-bas.json +++ b/build/_data/candidates/oakland/2018-11-06/nikki-fortunato-bas.json @@ -1,5 +1,5 @@ { - "id": 88, + "id": 86, "name": "Nikki Fortunato Bas", "photo_url": "nikki_fortunato_bas.png", "website_url": "http://www.nikki4oakland.com", diff --git a/build/_data/candidates/oakland/2018-11-06/pamela-harris.json b/build/_data/candidates/oakland/2018-11-06/pamela-harris.json index f336330..51379dd 100644 --- a/build/_data/candidates/oakland/2018-11-06/pamela-harris.json +++ b/build/_data/candidates/oakland/2018-11-06/pamela-harris.json @@ -1,5 +1,5 @@ { - "id": 77, + "id": 75, "name": "Pamela Harris", "photo_url": "Pamela-Harris.png", "website_url": "https://www.pamharris4oakland.com/", diff --git a/build/_data/candidates/oakland/2018-11-06/pamela-price.json b/build/_data/candidates/oakland/2018-11-06/pamela-price.json index f7be228..2c66ae0 100644 --- a/build/_data/candidates/oakland/2018-11-06/pamela-price.json +++ b/build/_data/candidates/oakland/2018-11-06/pamela-price.json @@ -1,5 +1,5 @@ { - "id": 71, + "id": 70, "name": "Pamela Price", "photo_url": "Pamela-Price.png", "website_url": "https://www.pamelaprice4mayor.com/", diff --git a/build/_data/candidates/oakland/2018-11-06/peter-liu.json b/build/_data/candidates/oakland/2018-11-06/peter-liu.json index 5a18748..db36ef5 100644 --- a/build/_data/candidates/oakland/2018-11-06/peter-liu.json +++ b/build/_data/candidates/oakland/2018-11-06/peter-liu.json @@ -1,5 +1,5 @@ { - "id": 97, + "id": 95, "name": "Peter Liu", "photo_url": "Peter-Liu.png", "website_url": "https://localwiki.org/oakland/Peter_Y._Liu", diff --git a/build/_data/candidates/oakland/2018-11-06/saied-karamooz.json b/build/_data/candidates/oakland/2018-11-06/saied-karamooz.json index 582e881..d25f361 100644 --- a/build/_data/candidates/oakland/2018-11-06/saied-karamooz.json +++ b/build/_data/candidates/oakland/2018-11-06/saied-karamooz.json @@ -1,5 +1,5 @@ { - "id": 86, + "id": 84, "name": "Saied Karamooz", "photo_url": "Saied-Karamooz.png", "website_url": "https://everyonesmayor.org/", diff --git a/build/_data/candidates/oakland/2018-11-06/shanthi-gonzales.json b/build/_data/candidates/oakland/2018-11-06/shanthi-gonzales.json index 364ef17..47880fd 100644 --- a/build/_data/candidates/oakland/2018-11-06/shanthi-gonzales.json +++ b/build/_data/candidates/oakland/2018-11-06/shanthi-gonzales.json @@ -1,5 +1,5 @@ { - "id": 81, + "id": 79, "name": "Shanthi Gonzales", "photo_url": "Shanthi-Gonzales.png", "website_url": "http://gonzalesforschools.nationbuilder.com/", diff --git a/build/_data/candidates/oakland/2020-11-03/aaron-clay.json b/build/_data/candidates/oakland/2020-11-03/aaron-clay.json index 4febb56..5f82d6c 100644 --- a/build/_data/candidates/oakland/2020-11-03/aaron-clay.json +++ b/build/_data/candidates/oakland/2020-11-03/aaron-clay.json @@ -1,5 +1,5 @@ { - "id": 33, + "id": 32, "name": "Aaron Clay", "photo_url": null, "website_url": null, diff --git a/build/_data/candidates/oakland/2020-11-03/alexus-taylor.json b/build/_data/candidates/oakland/2020-11-03/alexus-taylor.json index ee65471..7d1f114 100644 --- a/build/_data/candidates/oakland/2020-11-03/alexus-taylor.json +++ b/build/_data/candidates/oakland/2020-11-03/alexus-taylor.json @@ -1,5 +1,5 @@ { - "id": 63, + "id": 62, "name": "Alexus Taylor", "photo_url": null, "website_url": null, diff --git a/build/_data/candidates/oakland/2020-11-03/austin-dannhaus.json b/build/_data/candidates/oakland/2020-11-03/austin-dannhaus.json index 8ec772b..00bb914 100644 --- a/build/_data/candidates/oakland/2020-11-03/austin-dannhaus.json +++ b/build/_data/candidates/oakland/2020-11-03/austin-dannhaus.json @@ -1,5 +1,5 @@ { - "id": 36, + "id": 35, "name": "Austin Dannhaus", "photo_url": null, "website_url": null, diff --git a/build/_data/candidates/oakland/2020-11-03/barbara-parker.json b/build/_data/candidates/oakland/2020-11-03/barbara-parker.json index 86dc413..19cdc8e 100644 --- a/build/_data/candidates/oakland/2020-11-03/barbara-parker.json +++ b/build/_data/candidates/oakland/2020-11-03/barbara-parker.json @@ -1,5 +1,5 @@ { - "id": 41, + "id": 40, "name": "Barbara Parker", "photo_url": "barbara_parker.png", "website_url": null, diff --git a/build/_data/candidates/oakland/2020-11-03/benjamin-sam-davis.json b/build/_data/candidates/oakland/2020-11-03/benjamin-sam-davis.json index fac377b..9c02af9 100644 --- a/build/_data/candidates/oakland/2020-11-03/benjamin-sam-davis.json +++ b/build/_data/candidates/oakland/2020-11-03/benjamin-sam-davis.json @@ -1,5 +1,5 @@ { - "id": 58, + "id": 57, "name": "Benjamin \"Sam\" Davis", "photo_url": "sam_davis_sub.jpg", "website_url": "https://www.samdavisforoaklandschools.org/", diff --git a/build/_data/candidates/oakland/2020-11-03/bronche-taylor.json b/build/_data/candidates/oakland/2020-11-03/bronche-taylor.json index 7ccb623..b2fa943 100644 --- a/build/_data/candidates/oakland/2020-11-03/bronche-taylor.json +++ b/build/_data/candidates/oakland/2020-11-03/bronche-taylor.json @@ -1,5 +1,5 @@ { - "id": 35, + "id": 34, "name": "Bronché Taylor", "photo_url": null, "website_url": null, diff --git a/build/_data/candidates/oakland/2020-11-03/carroll-fife.json b/build/_data/candidates/oakland/2020-11-03/carroll-fife.json index 511667b..8636bf0 100644 --- a/build/_data/candidates/oakland/2020-11-03/carroll-fife.json +++ b/build/_data/candidates/oakland/2020-11-03/carroll-fife.json @@ -1,5 +1,5 @@ { - "id": 39, + "id": 38, "name": "Carroll Fife", "photo_url": "carroll_fife_sub.jpg", "website_url": "https://carrollfife.org", diff --git a/build/_data/candidates/oakland/2020-11-03/cherisse-gash.json b/build/_data/candidates/oakland/2020-11-03/cherisse-gash.json index 95adf81..acf95c7 100644 --- a/build/_data/candidates/oakland/2020-11-03/cherisse-gash.json +++ b/build/_data/candidates/oakland/2020-11-03/cherisse-gash.json @@ -1,5 +1,5 @@ { - "id": 34, + "id": 33, "name": "Cherisse Gash", "photo_url": null, "website_url": null, diff --git a/build/_data/candidates/oakland/2020-11-03/clifford-thompson.json b/build/_data/candidates/oakland/2020-11-03/clifford-thompson.json index 08b6885..7f00347 100644 --- a/build/_data/candidates/oakland/2020-11-03/clifford-thompson.json +++ b/build/_data/candidates/oakland/2020-11-03/clifford-thompson.json @@ -1,5 +1,5 @@ { - "id": 38, + "id": 37, "name": "Clifford Thompson", "photo_url": null, "website_url": null, diff --git a/build/_data/candidates/oakland/2020-11-03/dan-kalb.json b/build/_data/candidates/oakland/2020-11-03/dan-kalb.json index 46d3837..761b736 100644 --- a/build/_data/candidates/oakland/2020-11-03/dan-kalb.json +++ b/build/_data/candidates/oakland/2020-11-03/dan-kalb.json @@ -1,5 +1,5 @@ { - "id": 55, + "id": 54, "name": "Dan Kalb", "photo_url": "https://s3-us-west-1.amazonaws.com/odca-candidate-photos/dan-kalb2.png", "website_url": "https://www.dankalb.net/", diff --git a/build/_data/candidates/oakland/2020-11-03/derreck-b-johnson.json b/build/_data/candidates/oakland/2020-11-03/derreck-b-johnson.json index 31e3d29..85e78fc 100644 --- a/build/_data/candidates/oakland/2020-11-03/derreck-b-johnson.json +++ b/build/_data/candidates/oakland/2020-11-03/derreck-b-johnson.json @@ -1,5 +1,5 @@ { - "id": 48, + "id": 47, "name": "Derreck B. Johnson", "photo_url": "derreck_johnson_sub.jpg", "website_url": "https://www.johnsonforoakland.com/", diff --git a/build/_data/candidates/oakland/2020-11-03/eli-ferran.json b/build/_data/candidates/oakland/2020-11-03/eli-ferran.json index 5d14599..ea1c692 100644 --- a/build/_data/candidates/oakland/2020-11-03/eli-ferran.json +++ b/build/_data/candidates/oakland/2020-11-03/eli-ferran.json @@ -1,5 +1,5 @@ { - "id": 46, + "id": 45, "name": "Eli Ferran", "photo_url": "Eli_Ferran.jpg", "website_url": null, diff --git a/build/_data/candidates/oakland/2020-11-03/faye-taylor.json b/build/_data/candidates/oakland/2020-11-03/faye-taylor.json index a4f8a7c..7332cca 100644 --- a/build/_data/candidates/oakland/2020-11-03/faye-taylor.json +++ b/build/_data/candidates/oakland/2020-11-03/faye-taylor.json @@ -1,5 +1,5 @@ { - "id": 42, + "id": 41, "name": "Faye Taylor", "photo_url": null, "website_url": null, diff --git a/build/_data/candidates/oakland/2020-11-03/jorge-c-lerma.json b/build/_data/candidates/oakland/2020-11-03/jorge-c-lerma.json index 17452ae..35cd12a 100644 --- a/build/_data/candidates/oakland/2020-11-03/jorge-c-lerma.json +++ b/build/_data/candidates/oakland/2020-11-03/jorge-c-lerma.json @@ -1,5 +1,5 @@ { - "id": 45, + "id": 44, "name": "Jorge C. Lerma", "photo_url": "jorge_lerma_sub.jpg", "website_url": "https://www.jorgeforoakland.com/", diff --git a/build/_data/candidates/oakland/2020-11-03/kristina-molina.json b/build/_data/candidates/oakland/2020-11-03/kristina-molina.json index 20f16de..c5a8809 100644 --- a/build/_data/candidates/oakland/2020-11-03/kristina-molina.json +++ b/build/_data/candidates/oakland/2020-11-03/kristina-molina.json @@ -1,5 +1,5 @@ { - "id": 47, + "id": 46, "name": "Kristina Molina", "photo_url": "kristina_molina_sub.jpg", "website_url": "http://votekristinamolina.com/", diff --git a/build/_data/candidates/oakland/2020-11-03/lynette-gibson-mcelhaney.json b/build/_data/candidates/oakland/2020-11-03/lynette-gibson-mcelhaney.json index d26e923..440ee57 100644 --- a/build/_data/candidates/oakland/2020-11-03/lynette-gibson-mcelhaney.json +++ b/build/_data/candidates/oakland/2020-11-03/lynette-gibson-mcelhaney.json @@ -1,5 +1,5 @@ { - "id": 53, + "id": 52, "name": "Lynette Gibson McElhaney", "photo_url": "https://s3-us-west-1.amazonaws.com/odca-candidate-photos/Lynette-Gibson-McElhaney.png", "website_url": null, diff --git a/build/_data/candidates/oakland/2020-11-03/marchon-tatmon.json b/build/_data/candidates/oakland/2020-11-03/marchon-tatmon.json index d5d4180..d9a5759 100644 --- a/build/_data/candidates/oakland/2020-11-03/marchon-tatmon.json +++ b/build/_data/candidates/oakland/2020-11-03/marchon-tatmon.json @@ -1,5 +1,5 @@ { - "id": 40, + "id": 39, "name": "Marchon Tatmon", "photo_url": "marchon-tatmon.png", "website_url": null, diff --git a/build/_data/candidates/oakland/2020-11-03/marcie-hodge.json b/build/_data/candidates/oakland/2020-11-03/marcie-hodge.json index 980e0a4..654ea20 100644 --- a/build/_data/candidates/oakland/2020-11-03/marcie-hodge.json +++ b/build/_data/candidates/oakland/2020-11-03/marcie-hodge.json @@ -1,5 +1,5 @@ { - "id": 50, + "id": 49, "name": "Marcie Hodge", "photo_url": "marcie_hodge_sub.jpg", "website_url": "http://www.hodge4oakland2020.com", diff --git a/build/_data/candidates/oakland/2020-11-03/mark-hurty.json b/build/_data/candidates/oakland/2020-11-03/mark-hurty.json index df54312..3627fde 100644 --- a/build/_data/candidates/oakland/2020-11-03/mark-hurty.json +++ b/build/_data/candidates/oakland/2020-11-03/mark-hurty.json @@ -1,5 +1,5 @@ { - "id": 52, + "id": 51, "name": "Mark Hurty", "photo_url": "mark_hurty_sub.jpg", "website_url": "https://markforoakland.com/", diff --git a/build/_data/candidates/oakland/2020-11-03/maximo-santana.json b/build/_data/candidates/oakland/2020-11-03/maximo-santana.json index 9910d4e..a5e8bdd 100644 --- a/build/_data/candidates/oakland/2020-11-03/maximo-santana.json +++ b/build/_data/candidates/oakland/2020-11-03/maximo-santana.json @@ -1,5 +1,5 @@ { - "id": 65, + "id": 64, "name": "Maximo Santana", "photo_url": null, "website_url": null, diff --git a/build/_data/candidates/oakland/2020-11-03/mike-hutchinson.json b/build/_data/candidates/oakland/2020-11-03/mike-hutchinson.json index 149fe69..8cbe30c 100644 --- a/build/_data/candidates/oakland/2020-11-03/mike-hutchinson.json +++ b/build/_data/candidates/oakland/2020-11-03/mike-hutchinson.json @@ -1,5 +1,5 @@ { - "id": 32, + "id": 31, "name": "Mike Hutchinson", "photo_url": null, "website_url": null, diff --git a/build/_data/candidates/oakland/2020-11-03/nancy-sidebotham.json b/build/_data/candidates/oakland/2020-11-03/nancy-sidebotham.json index 9a9ba6e..c35fbbd 100644 --- a/build/_data/candidates/oakland/2020-11-03/nancy-sidebotham.json +++ b/build/_data/candidates/oakland/2020-11-03/nancy-sidebotham.json @@ -1,5 +1,5 @@ { - "id": 62, + "id": 61, "name": "Nancy Sidebotham", "photo_url": "nancy_sidebotham_sub.jpg", "website_url": "http://www.nancysidebotham.com", diff --git a/build/_data/candidates/oakland/2020-11-03/noel-gallo.json b/build/_data/candidates/oakland/2020-11-03/noel-gallo.json index 9b7bb5b..cc9cb7f 100644 --- a/build/_data/candidates/oakland/2020-11-03/noel-gallo.json +++ b/build/_data/candidates/oakland/2020-11-03/noel-gallo.json @@ -1,5 +1,5 @@ { - "id": 30, + "id": 29, "name": "Noel Gallo", "photo_url": "https://s3-us-west-1.amazonaws.com/odca-candidate-photos/Noel-Gallo.png", "website_url": null, diff --git a/build/_data/candidates/oakland/2020-11-03/rebecca-kaplan.json b/build/_data/candidates/oakland/2020-11-03/rebecca-kaplan.json index 25d0f9b..615fc2a 100644 --- a/build/_data/candidates/oakland/2020-11-03/rebecca-kaplan.json +++ b/build/_data/candidates/oakland/2020-11-03/rebecca-kaplan.json @@ -1,5 +1,5 @@ { - "id": 59, + "id": 58, "name": "Rebecca Kaplan", "photo_url": "https://s3-us-west-1.amazonaws.com/odca-candidate-photos/rebecca-kaplan.png", "website_url": "http://kaplanforoakland.org/", diff --git a/build/_data/candidates/oakland/2020-11-03/richard-santos-raya.json b/build/_data/candidates/oakland/2020-11-03/richard-santos-raya.json index 90f39be..5f5886d 100644 --- a/build/_data/candidates/oakland/2020-11-03/richard-santos-raya.json +++ b/build/_data/candidates/oakland/2020-11-03/richard-santos-raya.json @@ -1,5 +1,5 @@ { - "id": 31, + "id": 30, "name": "Richard Santos Raya", "photo_url": "richard_raya_sub.jpg", "website_url": "https://www.santosraya.com/", diff --git a/build/_data/candidates/oakland/2020-11-03/robert-bob-jackson.json b/build/_data/candidates/oakland/2020-11-03/robert-bob-jackson.json index 7252876..d5474ba 100644 --- a/build/_data/candidates/oakland/2020-11-03/robert-bob-jackson.json +++ b/build/_data/candidates/oakland/2020-11-03/robert-bob-jackson.json @@ -1,5 +1,5 @@ { - "id": 54, + "id": 53, "name": "Robert \"Bob\" Jackson", "photo_url": null, "website_url": "https://www.jacksonforeastoakland.com/", diff --git a/build/_data/candidates/oakland/2020-11-03/seneca-scott.json b/build/_data/candidates/oakland/2020-11-03/seneca-scott.json index 78abcb9..0a6ed03 100644 --- a/build/_data/candidates/oakland/2020-11-03/seneca-scott.json +++ b/build/_data/candidates/oakland/2020-11-03/seneca-scott.json @@ -1,5 +1,5 @@ { - "id": 64, + "id": 63, "name": "Seneca Scott", "photo_url": null, "website_url": null, diff --git a/build/_data/candidates/oakland/2020-11-03/sheila-pope-lawrence.json b/build/_data/candidates/oakland/2020-11-03/sheila-pope-lawrence.json index 71f99e2..7d1effc 100644 --- a/build/_data/candidates/oakland/2020-11-03/sheila-pope-lawrence.json +++ b/build/_data/candidates/oakland/2020-11-03/sheila-pope-lawrence.json @@ -1,5 +1,5 @@ { - "id": 43, + "id": 42, "name": "Sheila Pope Lawrence", "photo_url": null, "website_url": null, diff --git a/build/_data/candidates/oakland/2020-11-03/steph-dominguez-walton.json b/build/_data/candidates/oakland/2020-11-03/steph-dominguez-walton.json index f9950f3..c2b8588 100644 --- a/build/_data/candidates/oakland/2020-11-03/steph-dominguez-walton.json +++ b/build/_data/candidates/oakland/2020-11-03/steph-dominguez-walton.json @@ -1,5 +1,5 @@ { - "id": 60, + "id": 59, "name": "Steph Dominguez Walton", "photo_url": "Steph_Walton.jpg", "website_url": "https://www.stephforoakland.com/", diff --git a/build/_data/candidates/oakland/2020-11-03/treva-reid.json b/build/_data/candidates/oakland/2020-11-03/treva-reid.json index 902b43a..f1cf496 100644 --- a/build/_data/candidates/oakland/2020-11-03/treva-reid.json +++ b/build/_data/candidates/oakland/2020-11-03/treva-reid.json @@ -1,5 +1,5 @@ { - "id": 61, + "id": 60, "name": "Treva Reid", "photo_url": "treva_reid_sub.jpg", "website_url": "https://www.reidforoakland.com/", diff --git a/build/_data/candidates/oakland/2020-11-03/tri-ngo.json b/build/_data/candidates/oakland/2020-11-03/tri-ngo.json index 545714d..6f92ea0 100644 --- a/build/_data/candidates/oakland/2020-11-03/tri-ngo.json +++ b/build/_data/candidates/oakland/2020-11-03/tri-ngo.json @@ -1,5 +1,5 @@ { - "id": 49, + "id": 48, "name": "Tri Ngo", "photo_url": null, "website_url": "https://www.votetri.com", diff --git a/build/_data/candidates/oakland/2020-11-03/vancedric-williams.json b/build/_data/candidates/oakland/2020-11-03/vancedric-williams.json index 75411b0..747920e 100644 --- a/build/_data/candidates/oakland/2020-11-03/vancedric-williams.json +++ b/build/_data/candidates/oakland/2020-11-03/vancedric-williams.json @@ -1,5 +1,5 @@ { - "id": 37, + "id": 36, "name": "VanCedric Williams", "photo_url": "vancedric_williams_sub.jpg", "website_url": "http://vancedricwilliams.com", diff --git a/build/_data/candidates/oakland/2020-11-03/victor-javier-valerio.json b/build/_data/candidates/oakland/2020-11-03/victor-javier-valerio.json index 6e214d5..8c3a7af 100644 --- a/build/_data/candidates/oakland/2020-11-03/victor-javier-valerio.json +++ b/build/_data/candidates/oakland/2020-11-03/victor-javier-valerio.json @@ -1,5 +1,5 @@ { - "id": 51, + "id": 50, "name": "Victor Javier Valerio", "photo_url": null, "website_url": "https://valerioforoakland.nationbuilder.com/", diff --git a/build/_data/candidates/oakland/2022-11-08/allyssa-victory-villanueva.json b/build/_data/candidates/oakland/2022-11-08/allyssa-victory-villanueva.json index f22720f..9ea909a 100644 --- a/build/_data/candidates/oakland/2022-11-08/allyssa-victory-villanueva.json +++ b/build/_data/candidates/oakland/2022-11-08/allyssa-victory-villanueva.json @@ -16,7 +16,7 @@ "committee_name": "Commitee to Elect Allyssa Victory for Oakland Mayor 2022", "is_accepted_expenditure_ceiling": null, "is_incumbent": false, - "occupation": null, + "occupation": "Attorney", "party_affiliation": null, "is_winner": null, "filer_id": 1439739, diff --git a/build/_data/candidates/oakland/2022-11-08/ignacio-de-la-fuente.json b/build/_data/candidates/oakland/2022-11-08/ignacio-de-la-fuente.json index 66c9b43..d15c52a 100644 --- a/build/_data/candidates/oakland/2022-11-08/ignacio-de-la-fuente.json +++ b/build/_data/candidates/oakland/2022-11-08/ignacio-de-la-fuente.json @@ -1,7 +1,7 @@ { "id": 16, "name": "Ignacio De La Fuente", - "photo_url": null, + "photo_url": "Ignacio De La Fuente.jpg", "website_url": null, "twitter_url": null, "facebook_url": null, diff --git a/build/_data/candidates/oakland/2022-11-08/janani-ramachandran.json b/build/_data/candidates/oakland/2022-11-08/janani-ramachandran.json index ec827c0..cca9bfc 100644 --- a/build/_data/candidates/oakland/2022-11-08/janani-ramachandran.json +++ b/build/_data/candidates/oakland/2022-11-08/janani-ramachandran.json @@ -16,7 +16,7 @@ "committee_name": "Janani Ramachandran for Oakland City Council, District 4", "is_accepted_expenditure_ceiling": true, "is_incumbent": false, - "occupation": null, + "occupation": "Attorney", "party_affiliation": null, "is_winner": null, "filer_id": 1442792, diff --git a/build/_data/candidates/oakland/2022-11-08/john-reimann.json b/build/_data/candidates/oakland/2022-11-08/john-reimann.json index e2895af..2b8fcd7 100644 --- a/build/_data/candidates/oakland/2022-11-08/john-reimann.json +++ b/build/_data/candidates/oakland/2022-11-08/john-reimann.json @@ -1,7 +1,7 @@ { "id": 18, "name": "John Reimann", - "photo_url": null, + "photo_url": "John-Reimann-sm.png", "website_url": null, "twitter_url": null, "facebook_url": null, diff --git a/build/_data/candidates/oakland/2022-11-08/kevin-jenkins.json b/build/_data/candidates/oakland/2022-11-08/kevin-jenkins.json index 535e765..6a5dade 100644 --- a/build/_data/candidates/oakland/2022-11-08/kevin-jenkins.json +++ b/build/_data/candidates/oakland/2022-11-08/kevin-jenkins.json @@ -1,7 +1,7 @@ { "id": 11, "name": "Kevin Jenkins", - "photo_url": null, + "photo_url": "Kevin-Jenkins-sm.png", "website_url": "https://www.jenkinsforoakland.com/", "twitter_url": "Jenkins4oakland", "facebook_url": "https://www.facebook.com/jenkins4Oakland", diff --git a/build/_data/candidates/oakland/2022-11-08/nick-resnick.json b/build/_data/candidates/oakland/2022-11-08/nick-resnick.json index 685243c..44378a9 100644 --- a/build/_data/candidates/oakland/2022-11-08/nick-resnick.json +++ b/build/_data/candidates/oakland/2022-11-08/nick-resnick.json @@ -1,7 +1,7 @@ { "id": 13, "name": "Nick Resnick", - "photo_url": null, + "photo_url": "Nick-Resnick-sm.png", "website_url": "https://www.nickforoaklandschools.com/", "twitter_url": null, "facebook_url": "https://www.facebook.com/nickforoaklandschools", diff --git a/build/_data/candidates/oakland/2022-11-08/stephen-schear.json b/build/_data/candidates/oakland/2022-11-08/stephen-schear.json index 1840c75..d8ddf1a 100644 --- a/build/_data/candidates/oakland/2022-11-08/stephen-schear.json +++ b/build/_data/candidates/oakland/2022-11-08/stephen-schear.json @@ -1,7 +1,7 @@ { "id": 21, "name": "Stephen Schear", - "photo_url": null, + "photo_url": "stephen-schear-sm.png", "website_url": "https://stephenschear.com/", "twitter_url": null, "facebook_url": null, diff --git a/build/_data/candidates/oakland/2022-11-08/tyron-jordan.json b/build/_data/candidates/oakland/2022-11-08/tyron-jordan.json index a3f69c4..792eb76 100644 --- a/build/_data/candidates/oakland/2022-11-08/tyron-jordan.json +++ b/build/_data/candidates/oakland/2022-11-08/tyron-jordan.json @@ -1,7 +1,7 @@ { "id": 2, "name": "Tyron Jordan", - "photo_url": null, + "photo_url": "TyronJordan-sm.png", "website_url": "https://www.tyronjordanforoakland.com/", "twitter_url": "TyronJordan13", "facebook_url": null, diff --git a/build/_data/committees/1425443.json b/build/_data/committees/1425443.json index 0a9aecd..c4e1c9e 100644 --- a/build/_data/committees/1425443.json +++ b/build/_data/committees/1425443.json @@ -1,5 +1,5 @@ { - "total_contributions": 12949.25, + "total_contributions": 22949.25, "contributions": [ { "Filer_ID": "1425443", @@ -748,6 +748,17 @@ "Tran_NamF": "John", "Tran_NamL": "LaCroix", "Tran_Zip4": "94611" + }, + { + "Filer_ID": "1425443", + "Tran_Emp": "One Fair Wage", + "Tran_Occ": "President of @onefairwage", + "Entity_Cd": "Individual", + "Tran_Amt1": 10000.0, + "Tran_Date": "2022-02-01", + "Tran_NamF": "Saru", + "Tran_NamL": "Jayaraman", + "Tran_Zip4": "94605" } ] } diff --git a/build/_data/stats.json b/build/_data/stats.json index 865360d..75a2704 100644 --- a/build/_data/stats.json +++ b/build/_data/stats.json @@ -1,3 +1,3 @@ { - "date_processed": "2022-05-10 00:13:59 -0700" + "date_processed": "2022-05-11 00:12:30 -0700" } ```
tdooner commented 2 years ago
Build diff from Commit d28e2159d4af1ec9e84dcac29c87403a6ee8be01: ```diff diff --git a/build/_candidates/oakland/2022-11-08/allyssa-victory-villanueva.md b/build/_candidates/oakland/2022-11-08/allyssa-victory-villanueva.md index 441e8b1..c6cd4ec 100644 --- a/build/_candidates/oakland/2022-11-08/allyssa-victory-villanueva.md +++ b/build/_candidates/oakland/2022-11-08/allyssa-victory-villanueva.md @@ -4,6 +4,7 @@ committee_name: Commitee to Elect Allyssa Victory for Oakland Mayor 2022 filer_id: '1439739' is_incumbent: false name: Allyssa Victory Villanueva +occupation: Attorney photo_url: Allyssa_VictoryBW.jpg twitter_url: https://twitter.com/Victory4Oakland website_url: https://victoryforoakland.wordpress.com/ diff --git a/build/_candidates/oakland/2022-11-08/ignacio-de-la-fuente.md b/build/_candidates/oakland/2022-11-08/ignacio-de-la-fuente.md index f3abab4..7b40086 100644 --- a/build/_candidates/oakland/2022-11-08/ignacio-de-la-fuente.md +++ b/build/_candidates/oakland/2022-11-08/ignacio-de-la-fuente.md @@ -5,4 +5,5 @@ filer_id: '1446236' is_incumbent: false name: Ignacio De La Fuente occupation: Former City Council President +photo_url: Ignacio De La Fuente.jpg --- diff --git a/build/_candidates/oakland/2022-11-08/janani-ramachandran.md b/build/_candidates/oakland/2022-11-08/janani-ramachandran.md index 946c2b6..d0c6ff8 100644 --- a/build/_candidates/oakland/2022-11-08/janani-ramachandran.md +++ b/build/_candidates/oakland/2022-11-08/janani-ramachandran.md @@ -5,6 +5,7 @@ filer_id: '1442792' is_accepted_expenditure_ceiling: true is_incumbent: false name: Janani Ramachandran +occupation: Attorney photo_url: Janani_Ramachandran.png twitter_url: Janani4Oakland website_url: https://jananiforoakland.com/ diff --git a/build/_candidates/oakland/2022-11-08/john-reimann.md b/build/_candidates/oakland/2022-11-08/john-reimann.md index fe004ba..8c8318d 100644 --- a/build/_candidates/oakland/2022-11-08/john-reimann.md +++ b/build/_candidates/oakland/2022-11-08/john-reimann.md @@ -3,4 +3,5 @@ election: _elections/oakland/2022-11-08.md filer_id: '' is_incumbent: false name: John Reimann +photo_url: John-Reimann-sm.png --- diff --git a/build/_candidates/oakland/2022-11-08/kevin-jenkins.md b/build/_candidates/oakland/2022-11-08/kevin-jenkins.md index 51c0f94..2c77e5a 100644 --- a/build/_candidates/oakland/2022-11-08/kevin-jenkins.md +++ b/build/_candidates/oakland/2022-11-08/kevin-jenkins.md @@ -4,6 +4,7 @@ committee_name: Kevin Jenkins for Oakland City Council 2022 filer_id: '1443971' is_incumbent: false name: Kevin Jenkins +photo_url: Kevin-Jenkins-sm.png twitter_url: Jenkins4oakland website_url: https://www.jenkinsforoakland.com/ facebook_url: https://www.facebook.com/jenkins4Oakland diff --git a/build/_candidates/oakland/2022-11-08/nick-resnick.md b/build/_candidates/oakland/2022-11-08/nick-resnick.md index 2929828..f9399c7 100644 --- a/build/_candidates/oakland/2022-11-08/nick-resnick.md +++ b/build/_candidates/oakland/2022-11-08/nick-resnick.md @@ -4,6 +4,7 @@ committee_name: Committee to Elect John Mimosa Marks for Oakland Mayor 2022 filer_id: '1446906' is_incumbent: false name: Nick Resnick +photo_url: Nick-Resnick-sm.png website_url: https://www.nickforoaklandschools.com/ facebook_url: https://www.facebook.com/nickforoaklandschools --- diff --git a/build/_candidates/oakland/2022-11-08/stephen-schear.md b/build/_candidates/oakland/2022-11-08/stephen-schear.md index 8c4f0f8..9e80722 100644 --- a/build/_candidates/oakland/2022-11-08/stephen-schear.md +++ b/build/_candidates/oakland/2022-11-08/stephen-schear.md @@ -4,5 +4,6 @@ filer_id: '' is_incumbent: false name: Stephen Schear occupation: Attorney +photo_url: stephen-schear-sm.png website_url: https://stephenschear.com/ --- diff --git a/build/_candidates/oakland/2022-11-08/tyron-jordan.md b/build/_candidates/oakland/2022-11-08/tyron-jordan.md index c5b6046..26ca2f3 100644 --- a/build/_candidates/oakland/2022-11-08/tyron-jordan.md +++ b/build/_candidates/oakland/2022-11-08/tyron-jordan.md @@ -6,6 +6,7 @@ is_accepted_expenditure_ceiling: true is_incumbent: false name: Tyron Jordan occupation: Department of Justice legal analyst +photo_url: TyronJordan-sm.png twitter_url: TyronJordan13 website_url: https://www.tyronjordanforoakland.com/ --- diff --git a/build/_data/candidates/oakland/2014-11-04/dana-king.json b/build/_data/candidates/oakland/2014-11-04/dana-king.json index 9bf6468..649e997 100644 --- a/build/_data/candidates/oakland/2014-11-04/dana-king.json +++ b/build/_data/candidates/oakland/2014-11-04/dana-king.json @@ -1,5 +1,5 @@ { - "id": 29, + "id": 43, "name": "Dana King", "photo_url": null, "website_url": null, diff --git a/build/_data/candidates/oakland/2014-11-04/jean-quan.json b/build/_data/candidates/oakland/2014-11-04/jean-quan.json index 372c59c..ec1e180 100644 --- a/build/_data/candidates/oakland/2014-11-04/jean-quan.json +++ b/build/_data/candidates/oakland/2014-11-04/jean-quan.json @@ -1,5 +1,5 @@ { - "id": 101, + "id": 108, "name": "Jean Quan", "photo_url": null, "website_url": null, diff --git a/build/_data/candidates/oakland/2014-11-04/jill-broadhurst.json b/build/_data/candidates/oakland/2014-11-04/jill-broadhurst.json index df0f667..9b0045f 100644 --- a/build/_data/candidates/oakland/2014-11-04/jill-broadhurst.json +++ b/build/_data/candidates/oakland/2014-11-04/jill-broadhurst.json @@ -1,5 +1,5 @@ { - "id": 57, + "id": 96, "name": "Jill Broadhurst", "photo_url": null, "website_url": null, diff --git a/build/_data/candidates/oakland/2014-11-04/libby-schaaf.json b/build/_data/candidates/oakland/2014-11-04/libby-schaaf.json index 891f18a..b6ef062 100644 --- a/build/_data/candidates/oakland/2014-11-04/libby-schaaf.json +++ b/build/_data/candidates/oakland/2014-11-04/libby-schaaf.json @@ -1,5 +1,5 @@ { - "id": 76, + "id": 97, "name": "Libby Schaaf", "photo_url": null, "website_url": null, diff --git a/build/_data/candidates/oakland/2014-11-04/nicolas-heidorn.json b/build/_data/candidates/oakland/2014-11-04/nicolas-heidorn.json index 1eca004..4c568a8 100644 --- a/build/_data/candidates/oakland/2014-11-04/nicolas-heidorn.json +++ b/build/_data/candidates/oakland/2014-11-04/nicolas-heidorn.json @@ -1,5 +1,5 @@ { - "id": 44, + "id": 55, "name": "Nicolas Heidorn", "photo_url": null, "website_url": null, diff --git a/build/_data/candidates/oakland/2016-11-08/francis-matt-hummel.json b/build/_data/candidates/oakland/2016-11-08/francis-matt-hummel.json index 07a198c..7db72c1 100644 --- a/build/_data/candidates/oakland/2016-11-08/francis-matt-hummel.json +++ b/build/_data/candidates/oakland/2016-11-08/francis-matt-hummel.json @@ -1,5 +1,5 @@ { - "id": 102, + "id": 101, "name": "Francis Matt Hummel", "photo_url": "https://s3-us-west-1.amazonaws.com/odca-candidate-photos/F-Matt-Hummell.png", "website_url": "http://matt4thepeople.nationbuilder.com/", diff --git a/build/_data/candidates/oakland/2016-11-08/james-harris.json b/build/_data/candidates/oakland/2016-11-08/james-harris.json index 2c45b67..8e5fd77 100644 --- a/build/_data/candidates/oakland/2016-11-08/james-harris.json +++ b/build/_data/candidates/oakland/2016-11-08/james-harris.json @@ -1,5 +1,5 @@ { - "id": 108, + "id": 107, "name": "James Harris", "photo_url": "https://s3-us-west-1.amazonaws.com/odca-candidate-photos/james-harris.png", "website_url": "http://harrisforeastoakland.com/about-james/", diff --git a/build/_data/candidates/oakland/2016-11-08/larry-reid.json b/build/_data/candidates/oakland/2016-11-08/larry-reid.json index 506f185..a627632 100644 --- a/build/_data/candidates/oakland/2016-11-08/larry-reid.json +++ b/build/_data/candidates/oakland/2016-11-08/larry-reid.json @@ -1,5 +1,5 @@ { - "id": 107, + "id": 106, "name": "Larry Reid", "photo_url": "https://s3-us-west-1.amazonaws.com/odca-candidate-photos/larry-reid.png", "website_url": "https://www.facebook.com/LarryReid4District7/", diff --git a/build/_data/candidates/oakland/2016-11-08/marcie-hodge.json b/build/_data/candidates/oakland/2016-11-08/marcie-hodge.json index 3c7249a..812755d 100644 --- a/build/_data/candidates/oakland/2016-11-08/marcie-hodge.json +++ b/build/_data/candidates/oakland/2016-11-08/marcie-hodge.json @@ -1,5 +1,5 @@ { - "id": 103, + "id": 102, "name": "Marcie Hodge", "photo_url": "https://s3-us-west-1.amazonaws.com/odca-candidate-photos/Marcie-Hodge.png", "website_url": "http://hodge4oaklandcitycouncil.com/", diff --git a/build/_data/candidates/oakland/2016-11-08/michael-hassid.json b/build/_data/candidates/oakland/2016-11-08/michael-hassid.json index e2ceaf7..18b06f0 100644 --- a/build/_data/candidates/oakland/2016-11-08/michael-hassid.json +++ b/build/_data/candidates/oakland/2016-11-08/michael-hassid.json @@ -1,5 +1,5 @@ { - "id": 106, + "id": 105, "name": "Michael Hassid", "photo_url": "https://s3-us-west-1.amazonaws.com/odca-candidate-photos/Michael-Hassid.png", "website_url": "http://www.mikehassidforschoolboard.com/", diff --git a/build/_data/candidates/oakland/2016-11-08/noel-gallo.json b/build/_data/candidates/oakland/2016-11-08/noel-gallo.json index 444e7ba..95b6f44 100644 --- a/build/_data/candidates/oakland/2016-11-08/noel-gallo.json +++ b/build/_data/candidates/oakland/2016-11-08/noel-gallo.json @@ -1,5 +1,5 @@ { - "id": 104, + "id": 103, "name": "Noel Gallo", "photo_url": "https://s3-us-west-1.amazonaws.com/odca-candidate-photos/Noel-Gallo.png", "website_url": "http://galloforoakland.com/", diff --git a/build/_data/candidates/oakland/2016-11-08/peggy-moore.json b/build/_data/candidates/oakland/2016-11-08/peggy-moore.json index a684801..e801685 100644 --- a/build/_data/candidates/oakland/2016-11-08/peggy-moore.json +++ b/build/_data/candidates/oakland/2016-11-08/peggy-moore.json @@ -1,5 +1,5 @@ { - "id": 105, + "id": 104, "name": "Peggy Moore", "photo_url": "https://s3-us-west-1.amazonaws.com/odca-candidate-photos/Margaret-Moore.png", "website_url": "http://www.mooreforoakland.com/", diff --git a/build/_data/candidates/oakland/2018-11-06/abel-guillen.json b/build/_data/candidates/oakland/2018-11-06/abel-guillen.json index 7d26630..08ccd78 100644 --- a/build/_data/candidates/oakland/2018-11-06/abel-guillen.json +++ b/build/_data/candidates/oakland/2018-11-06/abel-guillen.json @@ -1,5 +1,5 @@ { - "id": 90, + "id": 88, "name": "Abel Guillén", "photo_url": "abel_guillen.png", "website_url": "http://www.voteabelguillen.com/", diff --git a/build/_data/candidates/oakland/2018-11-06/aimee-eng.json b/build/_data/candidates/oakland/2018-11-06/aimee-eng.json index f8c7888..680cf2e 100644 --- a/build/_data/candidates/oakland/2018-11-06/aimee-eng.json +++ b/build/_data/candidates/oakland/2018-11-06/aimee-eng.json @@ -1,5 +1,5 @@ { - "id": 91, + "id": 89, "name": "Aimee Eng", "photo_url": "Aimee-Eng.png", "website_url": null, diff --git a/build/_data/candidates/oakland/2018-11-06/anthony-wilson.json b/build/_data/candidates/oakland/2018-11-06/anthony-wilson.json index 61ea500..56fc521 100644 --- a/build/_data/candidates/oakland/2018-11-06/anthony-wilson.json +++ b/build/_data/candidates/oakland/2018-11-06/anthony-wilson.json @@ -1,5 +1,5 @@ { - "id": 66, + "id": 65, "name": "Anthony Wilson", "photo_url": "anthony-wilson.png", "website_url": "https://www.anthonyforoakland.com/", diff --git a/build/_data/candidates/oakland/2018-11-06/brenda-roberts.json b/build/_data/candidates/oakland/2018-11-06/brenda-roberts.json index 15dce94..8a5f064 100644 --- a/build/_data/candidates/oakland/2018-11-06/brenda-roberts.json +++ b/build/_data/candidates/oakland/2018-11-06/brenda-roberts.json @@ -1,5 +1,5 @@ { - "id": 83, + "id": 81, "name": "Brenda Roberts", "photo_url": "brenda_roberts.png", "website_url": null, diff --git a/build/_data/candidates/oakland/2018-11-06/cat-brooks.json b/build/_data/candidates/oakland/2018-11-06/cat-brooks.json index f34241d..92c8d38 100644 --- a/build/_data/candidates/oakland/2018-11-06/cat-brooks.json +++ b/build/_data/candidates/oakland/2018-11-06/cat-brooks.json @@ -1,5 +1,5 @@ { - "id": 75, + "id": 74, "name": "Cat Brooks", "photo_url": "Cat-Brooks.png", "website_url": "https://www.catbrooksforoakland.com/", diff --git a/build/_data/candidates/oakland/2018-11-06/cedric-anthony-troupe.json b/build/_data/candidates/oakland/2018-11-06/cedric-anthony-troupe.json index 90d1082..ab0ba97 100644 --- a/build/_data/candidates/oakland/2018-11-06/cedric-anthony-troupe.json +++ b/build/_data/candidates/oakland/2018-11-06/cedric-anthony-troupe.json @@ -1,5 +1,5 @@ { - "id": 94, + "id": 92, "name": "Cedric Anthony Troupe", "photo_url": "Cedric-Anthony-Troupe.png", "website_url": null, diff --git a/build/_data/candidates/oakland/2018-11-06/charlie-michelson.json b/build/_data/candidates/oakland/2018-11-06/charlie-michelson.json index 7ce6dde..d23fd55 100644 --- a/build/_data/candidates/oakland/2018-11-06/charlie-michelson.json +++ b/build/_data/candidates/oakland/2018-11-06/charlie-michelson.json @@ -1,5 +1,5 @@ { - "id": 73, + "id": 72, "name": "Charlie Michelson", "photo_url": "Charlie-Michelson.png", "website_url": "https://www.charlie.vote/", diff --git a/build/_data/candidates/oakland/2018-11-06/clarissa-doutherd.json b/build/_data/candidates/oakland/2018-11-06/clarissa-doutherd.json index e0439d4..119342b 100644 --- a/build/_data/candidates/oakland/2018-11-06/clarissa-doutherd.json +++ b/build/_data/candidates/oakland/2018-11-06/clarissa-doutherd.json @@ -1,5 +1,5 @@ { - "id": 82, + "id": 80, "name": "Clarissa Doutherd", "photo_url": "Clarissa-Doutherd.png", "website_url": "https://www.clarissaforoaklandschools.com/", diff --git a/build/_data/candidates/oakland/2018-11-06/courtney-ruby.json b/build/_data/candidates/oakland/2018-11-06/courtney-ruby.json index 4e41079..d198919 100644 --- a/build/_data/candidates/oakland/2018-11-06/courtney-ruby.json +++ b/build/_data/candidates/oakland/2018-11-06/courtney-ruby.json @@ -1,5 +1,5 @@ { - "id": 69, + "id": 68, "name": "Courtney Ruby", "photo_url": "courtney-ruby.png", "website_url": "https://courtneyruby.com/", diff --git a/build/_data/candidates/oakland/2018-11-06/desley-brooks.json b/build/_data/candidates/oakland/2018-11-06/desley-brooks.json index 29685f3..c3c3695 100644 --- a/build/_data/candidates/oakland/2018-11-06/desley-brooks.json +++ b/build/_data/candidates/oakland/2018-11-06/desley-brooks.json @@ -1,5 +1,5 @@ { - "id": 92, + "id": 90, "name": "Desley Brooks", "photo_url": "Desley-Brooks.png", "website_url": "https://www.desley4d6.com/", diff --git a/build/_data/candidates/oakland/2018-11-06/donte-kenzie-smith.json b/build/_data/candidates/oakland/2018-11-06/donte-kenzie-smith.json index e1e702d..c7d3abe 100644 --- a/build/_data/candidates/oakland/2018-11-06/donte-kenzie-smith.json +++ b/build/_data/candidates/oakland/2018-11-06/donte-kenzie-smith.json @@ -1,5 +1,5 @@ { - "id": 93, + "id": 91, "name": "Donte Kenzie Smith", "photo_url": "Carlos-'Kenzie'-Smith.png", "website_url": null, diff --git a/build/_data/candidates/oakland/2018-11-06/francis-hummel.json b/build/_data/candidates/oakland/2018-11-06/francis-hummel.json index 9bb3d15..e84bc64 100644 --- a/build/_data/candidates/oakland/2018-11-06/francis-hummel.json +++ b/build/_data/candidates/oakland/2018-11-06/francis-hummel.json @@ -1,5 +1,5 @@ { - "id": 70, + "id": 69, "name": "Francis Hummel", "photo_url": "Matt-Francis-Hummel.png", "website_url": "https://www.facebook.com/fmatt.hummel", diff --git a/build/_data/candidates/oakland/2018-11-06/gary-yee.json b/build/_data/candidates/oakland/2018-11-06/gary-yee.json index ae96e6a..f48427b 100644 --- a/build/_data/candidates/oakland/2018-11-06/gary-yee.json +++ b/build/_data/candidates/oakland/2018-11-06/gary-yee.json @@ -1,5 +1,5 @@ { - "id": 67, + "id": 66, "name": "Gary Yee", "photo_url": "gary-yee.png", "website_url": "http://www.yee4schools.com/", diff --git a/build/_data/candidates/oakland/2018-11-06/jesse-a-j-smith.json b/build/_data/candidates/oakland/2018-11-06/jesse-a-j-smith.json index e02f2a0..34efcdf 100644 --- a/build/_data/candidates/oakland/2018-11-06/jesse-a-j-smith.json +++ b/build/_data/candidates/oakland/2018-11-06/jesse-a-j-smith.json @@ -1,5 +1,5 @@ { - "id": 95, + "id": 93, "name": "Jesse A.J. Smith", "photo_url": "Jesse-Smith.png", "website_url": "https://oaksmith2018.com/", diff --git a/build/_data/candidates/oakland/2018-11-06/joseph-simmons.json b/build/_data/candidates/oakland/2018-11-06/joseph-simmons.json index f766c70..2ae9efd 100644 --- a/build/_data/candidates/oakland/2018-11-06/joseph-simmons.json +++ b/build/_data/candidates/oakland/2018-11-06/joseph-simmons.json @@ -1,5 +1,5 @@ { - "id": 72, + "id": 71, "name": "Joseph Simmons", "photo_url": "Joseph-Simmons.png", "website_url": null, diff --git a/build/_data/candidates/oakland/2018-11-06/joseph-tanios.json b/build/_data/candidates/oakland/2018-11-06/joseph-tanios.json index 0b7c312..1212353 100644 --- a/build/_data/candidates/oakland/2018-11-06/joseph-tanios.json +++ b/build/_data/candidates/oakland/2018-11-06/joseph-tanios.json @@ -1,5 +1,5 @@ { - "id": 74, + "id": 73, "name": "Joseph Tanios", "photo_url": "Joseph-Tanios.png", "website_url": "https://www.joetanios.com/", diff --git a/build/_data/candidates/oakland/2018-11-06/ken-houston.json b/build/_data/candidates/oakland/2018-11-06/ken-houston.json index 99adcb2..2f48ede 100644 --- a/build/_data/candidates/oakland/2018-11-06/ken-houston.json +++ b/build/_data/candidates/oakland/2018-11-06/ken-houston.json @@ -1,5 +1,5 @@ { - "id": 68, + "id": 67, "name": "Ken Houston", "photo_url": "Ken-Houston.png", "website_url": "http://sonofoakland.com/", diff --git a/build/_data/candidates/oakland/2018-11-06/libby-schaaf.json b/build/_data/candidates/oakland/2018-11-06/libby-schaaf.json index a8fb81c..0f07a62 100644 --- a/build/_data/candidates/oakland/2018-11-06/libby-schaaf.json +++ b/build/_data/candidates/oakland/2018-11-06/libby-schaaf.json @@ -1,5 +1,5 @@ { - "id": 89, + "id": 87, "name": "Libby Schaaf", "photo_url": "libby_schaaf.png", "website_url": "https://libbyformayor.wordpress.com/", diff --git a/build/_data/candidates/oakland/2018-11-06/loren-taylor.json b/build/_data/candidates/oakland/2018-11-06/loren-taylor.json index 9a65fc6..d2e8860 100644 --- a/build/_data/candidates/oakland/2018-11-06/loren-taylor.json +++ b/build/_data/candidates/oakland/2018-11-06/loren-taylor.json @@ -1,5 +1,5 @@ { - "id": 87, + "id": 85, "name": "Loren Taylor", "photo_url": "Loren_Taylor.png", "website_url": "https://www.lorentaylor.org/", diff --git a/build/_data/candidates/oakland/2018-11-06/marchon-tatmon.json b/build/_data/candidates/oakland/2018-11-06/marchon-tatmon.json index d771a12..e06a41d 100644 --- a/build/_data/candidates/oakland/2018-11-06/marchon-tatmon.json +++ b/build/_data/candidates/oakland/2018-11-06/marchon-tatmon.json @@ -1,5 +1,5 @@ { - "id": 84, + "id": 82, "name": "Marchon Tatmon", "photo_url": "marchon-tatmon.png", "website_url": "http://votemarchon.com/", diff --git a/build/_data/candidates/oakland/2018-11-06/maria-marlo-rodriguez.json b/build/_data/candidates/oakland/2018-11-06/maria-marlo-rodriguez.json index ad614cd..120b9a6 100644 --- a/build/_data/candidates/oakland/2018-11-06/maria-marlo-rodriguez.json +++ b/build/_data/candidates/oakland/2018-11-06/maria-marlo-rodriguez.json @@ -1,5 +1,5 @@ { - "id": 80, + "id": 78, "name": "Maria \"Marlo\" Rodriguez", "photo_url": "Marlo-Rodriguez.png", "website_url": "https://www.marlo4oakland.com/", diff --git a/build/_data/candidates/oakland/2018-11-06/mya-whitaker.json b/build/_data/candidates/oakland/2018-11-06/mya-whitaker.json index 047e621..e39d6a5 100644 --- a/build/_data/candidates/oakland/2018-11-06/mya-whitaker.json +++ b/build/_data/candidates/oakland/2018-11-06/mya-whitaker.json @@ -1,5 +1,5 @@ { - "id": 78, + "id": 76, "name": "Mya Whitaker", "photo_url": "Mya-Whitaker.png", "website_url": "https://whitakerforoakland.com", diff --git a/build/_data/candidates/oakland/2018-11-06/nancy-sidebotham.json b/build/_data/candidates/oakland/2018-11-06/nancy-sidebotham.json index 8301332..6678458 100644 --- a/build/_data/candidates/oakland/2018-11-06/nancy-sidebotham.json +++ b/build/_data/candidates/oakland/2018-11-06/nancy-sidebotham.json @@ -1,5 +1,5 @@ { - "id": 96, + "id": 94, "name": "Nancy Sidebotham", "photo_url": "Nancy-Sidebotham.png", "website_url": "http://nancysidebotham.com/", diff --git a/build/_data/candidates/oakland/2018-11-06/natasha-middleton.json b/build/_data/candidates/oakland/2018-11-06/natasha-middleton.json index d01f68c..a89d01a 100644 --- a/build/_data/candidates/oakland/2018-11-06/natasha-middleton.json +++ b/build/_data/candidates/oakland/2018-11-06/natasha-middleton.json @@ -1,5 +1,5 @@ { - "id": 85, + "id": 83, "name": "Natasha Middleton", "photo_url": "Natasha-Middleton.png", "website_url": "https://www.natashaforoakland.com/", diff --git a/build/_data/candidates/oakland/2018-11-06/nayeli-maxson.json b/build/_data/candidates/oakland/2018-11-06/nayeli-maxson.json index dd45985..aad8cd0 100644 --- a/build/_data/candidates/oakland/2018-11-06/nayeli-maxson.json +++ b/build/_data/candidates/oakland/2018-11-06/nayeli-maxson.json @@ -1,5 +1,5 @@ { - "id": 79, + "id": 77, "name": "Nayeli Maxson", "photo_url": "Nayeli-Maxson.png", "website_url": "https://nayeliforoakland.com/", diff --git a/build/_data/candidates/oakland/2018-11-06/nikki-fortunato-bas.json b/build/_data/candidates/oakland/2018-11-06/nikki-fortunato-bas.json index d0e37ce..fba8165 100644 --- a/build/_data/candidates/oakland/2018-11-06/nikki-fortunato-bas.json +++ b/build/_data/candidates/oakland/2018-11-06/nikki-fortunato-bas.json @@ -1,5 +1,5 @@ { - "id": 88, + "id": 86, "name": "Nikki Fortunato Bas", "photo_url": "nikki_fortunato_bas.png", "website_url": "http://www.nikki4oakland.com", diff --git a/build/_data/candidates/oakland/2018-11-06/pamela-harris.json b/build/_data/candidates/oakland/2018-11-06/pamela-harris.json index f336330..51379dd 100644 --- a/build/_data/candidates/oakland/2018-11-06/pamela-harris.json +++ b/build/_data/candidates/oakland/2018-11-06/pamela-harris.json @@ -1,5 +1,5 @@ { - "id": 77, + "id": 75, "name": "Pamela Harris", "photo_url": "Pamela-Harris.png", "website_url": "https://www.pamharris4oakland.com/", diff --git a/build/_data/candidates/oakland/2018-11-06/pamela-price.json b/build/_data/candidates/oakland/2018-11-06/pamela-price.json index f7be228..2c66ae0 100644 --- a/build/_data/candidates/oakland/2018-11-06/pamela-price.json +++ b/build/_data/candidates/oakland/2018-11-06/pamela-price.json @@ -1,5 +1,5 @@ { - "id": 71, + "id": 70, "name": "Pamela Price", "photo_url": "Pamela-Price.png", "website_url": "https://www.pamelaprice4mayor.com/", diff --git a/build/_data/candidates/oakland/2018-11-06/peter-liu.json b/build/_data/candidates/oakland/2018-11-06/peter-liu.json index 5a18748..db36ef5 100644 --- a/build/_data/candidates/oakland/2018-11-06/peter-liu.json +++ b/build/_data/candidates/oakland/2018-11-06/peter-liu.json @@ -1,5 +1,5 @@ { - "id": 97, + "id": 95, "name": "Peter Liu", "photo_url": "Peter-Liu.png", "website_url": "https://localwiki.org/oakland/Peter_Y._Liu", diff --git a/build/_data/candidates/oakland/2018-11-06/saied-karamooz.json b/build/_data/candidates/oakland/2018-11-06/saied-karamooz.json index 582e881..d25f361 100644 --- a/build/_data/candidates/oakland/2018-11-06/saied-karamooz.json +++ b/build/_data/candidates/oakland/2018-11-06/saied-karamooz.json @@ -1,5 +1,5 @@ { - "id": 86, + "id": 84, "name": "Saied Karamooz", "photo_url": "Saied-Karamooz.png", "website_url": "https://everyonesmayor.org/", diff --git a/build/_data/candidates/oakland/2018-11-06/shanthi-gonzales.json b/build/_data/candidates/oakland/2018-11-06/shanthi-gonzales.json index 364ef17..47880fd 100644 --- a/build/_data/candidates/oakland/2018-11-06/shanthi-gonzales.json +++ b/build/_data/candidates/oakland/2018-11-06/shanthi-gonzales.json @@ -1,5 +1,5 @@ { - "id": 81, + "id": 79, "name": "Shanthi Gonzales", "photo_url": "Shanthi-Gonzales.png", "website_url": "http://gonzalesforschools.nationbuilder.com/", diff --git a/build/_data/candidates/oakland/2020-11-03/aaron-clay.json b/build/_data/candidates/oakland/2020-11-03/aaron-clay.json index 4febb56..5f82d6c 100644 --- a/build/_data/candidates/oakland/2020-11-03/aaron-clay.json +++ b/build/_data/candidates/oakland/2020-11-03/aaron-clay.json @@ -1,5 +1,5 @@ { - "id": 33, + "id": 32, "name": "Aaron Clay", "photo_url": null, "website_url": null, diff --git a/build/_data/candidates/oakland/2020-11-03/alexus-taylor.json b/build/_data/candidates/oakland/2020-11-03/alexus-taylor.json index ee65471..7d1f114 100644 --- a/build/_data/candidates/oakland/2020-11-03/alexus-taylor.json +++ b/build/_data/candidates/oakland/2020-11-03/alexus-taylor.json @@ -1,5 +1,5 @@ { - "id": 63, + "id": 62, "name": "Alexus Taylor", "photo_url": null, "website_url": null, diff --git a/build/_data/candidates/oakland/2020-11-03/austin-dannhaus.json b/build/_data/candidates/oakland/2020-11-03/austin-dannhaus.json index 8ec772b..00bb914 100644 --- a/build/_data/candidates/oakland/2020-11-03/austin-dannhaus.json +++ b/build/_data/candidates/oakland/2020-11-03/austin-dannhaus.json @@ -1,5 +1,5 @@ { - "id": 36, + "id": 35, "name": "Austin Dannhaus", "photo_url": null, "website_url": null, diff --git a/build/_data/candidates/oakland/2020-11-03/barbara-parker.json b/build/_data/candidates/oakland/2020-11-03/barbara-parker.json index 86dc413..19cdc8e 100644 --- a/build/_data/candidates/oakland/2020-11-03/barbara-parker.json +++ b/build/_data/candidates/oakland/2020-11-03/barbara-parker.json @@ -1,5 +1,5 @@ { - "id": 41, + "id": 40, "name": "Barbara Parker", "photo_url": "barbara_parker.png", "website_url": null, diff --git a/build/_data/candidates/oakland/2020-11-03/benjamin-sam-davis.json b/build/_data/candidates/oakland/2020-11-03/benjamin-sam-davis.json index fac377b..9c02af9 100644 --- a/build/_data/candidates/oakland/2020-11-03/benjamin-sam-davis.json +++ b/build/_data/candidates/oakland/2020-11-03/benjamin-sam-davis.json @@ -1,5 +1,5 @@ { - "id": 58, + "id": 57, "name": "Benjamin \"Sam\" Davis", "photo_url": "sam_davis_sub.jpg", "website_url": "https://www.samdavisforoaklandschools.org/", diff --git a/build/_data/candidates/oakland/2020-11-03/bronche-taylor.json b/build/_data/candidates/oakland/2020-11-03/bronche-taylor.json index 7ccb623..b2fa943 100644 --- a/build/_data/candidates/oakland/2020-11-03/bronche-taylor.json +++ b/build/_data/candidates/oakland/2020-11-03/bronche-taylor.json @@ -1,5 +1,5 @@ { - "id": 35, + "id": 34, "name": "Bronché Taylor", "photo_url": null, "website_url": null, diff --git a/build/_data/candidates/oakland/2020-11-03/carroll-fife.json b/build/_data/candidates/oakland/2020-11-03/carroll-fife.json index 511667b..8636bf0 100644 --- a/build/_data/candidates/oakland/2020-11-03/carroll-fife.json +++ b/build/_data/candidates/oakland/2020-11-03/carroll-fife.json @@ -1,5 +1,5 @@ { - "id": 39, + "id": 38, "name": "Carroll Fife", "photo_url": "carroll_fife_sub.jpg", "website_url": "https://carrollfife.org", diff --git a/build/_data/candidates/oakland/2020-11-03/cherisse-gash.json b/build/_data/candidates/oakland/2020-11-03/cherisse-gash.json index 95adf81..acf95c7 100644 --- a/build/_data/candidates/oakland/2020-11-03/cherisse-gash.json +++ b/build/_data/candidates/oakland/2020-11-03/cherisse-gash.json @@ -1,5 +1,5 @@ { - "id": 34, + "id": 33, "name": "Cherisse Gash", "photo_url": null, "website_url": null, diff --git a/build/_data/candidates/oakland/2020-11-03/clifford-thompson.json b/build/_data/candidates/oakland/2020-11-03/clifford-thompson.json index 08b6885..7f00347 100644 --- a/build/_data/candidates/oakland/2020-11-03/clifford-thompson.json +++ b/build/_data/candidates/oakland/2020-11-03/clifford-thompson.json @@ -1,5 +1,5 @@ { - "id": 38, + "id": 37, "name": "Clifford Thompson", "photo_url": null, "website_url": null, diff --git a/build/_data/candidates/oakland/2020-11-03/dan-kalb.json b/build/_data/candidates/oakland/2020-11-03/dan-kalb.json index 46d3837..761b736 100644 --- a/build/_data/candidates/oakland/2020-11-03/dan-kalb.json +++ b/build/_data/candidates/oakland/2020-11-03/dan-kalb.json @@ -1,5 +1,5 @@ { - "id": 55, + "id": 54, "name": "Dan Kalb", "photo_url": "https://s3-us-west-1.amazonaws.com/odca-candidate-photos/dan-kalb2.png", "website_url": "https://www.dankalb.net/", diff --git a/build/_data/candidates/oakland/2020-11-03/derreck-b-johnson.json b/build/_data/candidates/oakland/2020-11-03/derreck-b-johnson.json index 31e3d29..85e78fc 100644 --- a/build/_data/candidates/oakland/2020-11-03/derreck-b-johnson.json +++ b/build/_data/candidates/oakland/2020-11-03/derreck-b-johnson.json @@ -1,5 +1,5 @@ { - "id": 48, + "id": 47, "name": "Derreck B. Johnson", "photo_url": "derreck_johnson_sub.jpg", "website_url": "https://www.johnsonforoakland.com/", diff --git a/build/_data/candidates/oakland/2020-11-03/eli-ferran.json b/build/_data/candidates/oakland/2020-11-03/eli-ferran.json index 5d14599..ea1c692 100644 --- a/build/_data/candidates/oakland/2020-11-03/eli-ferran.json +++ b/build/_data/candidates/oakland/2020-11-03/eli-ferran.json @@ -1,5 +1,5 @@ { - "id": 46, + "id": 45, "name": "Eli Ferran", "photo_url": "Eli_Ferran.jpg", "website_url": null, diff --git a/build/_data/candidates/oakland/2020-11-03/faye-taylor.json b/build/_data/candidates/oakland/2020-11-03/faye-taylor.json index a4f8a7c..7332cca 100644 --- a/build/_data/candidates/oakland/2020-11-03/faye-taylor.json +++ b/build/_data/candidates/oakland/2020-11-03/faye-taylor.json @@ -1,5 +1,5 @@ { - "id": 42, + "id": 41, "name": "Faye Taylor", "photo_url": null, "website_url": null, diff --git a/build/_data/candidates/oakland/2020-11-03/jorge-c-lerma.json b/build/_data/candidates/oakland/2020-11-03/jorge-c-lerma.json index 17452ae..35cd12a 100644 --- a/build/_data/candidates/oakland/2020-11-03/jorge-c-lerma.json +++ b/build/_data/candidates/oakland/2020-11-03/jorge-c-lerma.json @@ -1,5 +1,5 @@ { - "id": 45, + "id": 44, "name": "Jorge C. Lerma", "photo_url": "jorge_lerma_sub.jpg", "website_url": "https://www.jorgeforoakland.com/", diff --git a/build/_data/candidates/oakland/2020-11-03/kristina-molina.json b/build/_data/candidates/oakland/2020-11-03/kristina-molina.json index 20f16de..c5a8809 100644 --- a/build/_data/candidates/oakland/2020-11-03/kristina-molina.json +++ b/build/_data/candidates/oakland/2020-11-03/kristina-molina.json @@ -1,5 +1,5 @@ { - "id": 47, + "id": 46, "name": "Kristina Molina", "photo_url": "kristina_molina_sub.jpg", "website_url": "http://votekristinamolina.com/", diff --git a/build/_data/candidates/oakland/2020-11-03/lynette-gibson-mcelhaney.json b/build/_data/candidates/oakland/2020-11-03/lynette-gibson-mcelhaney.json index d26e923..440ee57 100644 --- a/build/_data/candidates/oakland/2020-11-03/lynette-gibson-mcelhaney.json +++ b/build/_data/candidates/oakland/2020-11-03/lynette-gibson-mcelhaney.json @@ -1,5 +1,5 @@ { - "id": 53, + "id": 52, "name": "Lynette Gibson McElhaney", "photo_url": "https://s3-us-west-1.amazonaws.com/odca-candidate-photos/Lynette-Gibson-McElhaney.png", "website_url": null, diff --git a/build/_data/candidates/oakland/2020-11-03/marchon-tatmon.json b/build/_data/candidates/oakland/2020-11-03/marchon-tatmon.json index d5d4180..d9a5759 100644 --- a/build/_data/candidates/oakland/2020-11-03/marchon-tatmon.json +++ b/build/_data/candidates/oakland/2020-11-03/marchon-tatmon.json @@ -1,5 +1,5 @@ { - "id": 40, + "id": 39, "name": "Marchon Tatmon", "photo_url": "marchon-tatmon.png", "website_url": null, diff --git a/build/_data/candidates/oakland/2020-11-03/marcie-hodge.json b/build/_data/candidates/oakland/2020-11-03/marcie-hodge.json index 980e0a4..654ea20 100644 --- a/build/_data/candidates/oakland/2020-11-03/marcie-hodge.json +++ b/build/_data/candidates/oakland/2020-11-03/marcie-hodge.json @@ -1,5 +1,5 @@ { - "id": 50, + "id": 49, "name": "Marcie Hodge", "photo_url": "marcie_hodge_sub.jpg", "website_url": "http://www.hodge4oakland2020.com", diff --git a/build/_data/candidates/oakland/2020-11-03/mark-hurty.json b/build/_data/candidates/oakland/2020-11-03/mark-hurty.json index df54312..3627fde 100644 --- a/build/_data/candidates/oakland/2020-11-03/mark-hurty.json +++ b/build/_data/candidates/oakland/2020-11-03/mark-hurty.json @@ -1,5 +1,5 @@ { - "id": 52, + "id": 51, "name": "Mark Hurty", "photo_url": "mark_hurty_sub.jpg", "website_url": "https://markforoakland.com/", diff --git a/build/_data/candidates/oakland/2020-11-03/maximo-santana.json b/build/_data/candidates/oakland/2020-11-03/maximo-santana.json index 9910d4e..a5e8bdd 100644 --- a/build/_data/candidates/oakland/2020-11-03/maximo-santana.json +++ b/build/_data/candidates/oakland/2020-11-03/maximo-santana.json @@ -1,5 +1,5 @@ { - "id": 65, + "id": 64, "name": "Maximo Santana", "photo_url": null, "website_url": null, diff --git a/build/_data/candidates/oakland/2020-11-03/mike-hutchinson.json b/build/_data/candidates/oakland/2020-11-03/mike-hutchinson.json index 149fe69..8cbe30c 100644 --- a/build/_data/candidates/oakland/2020-11-03/mike-hutchinson.json +++ b/build/_data/candidates/oakland/2020-11-03/mike-hutchinson.json @@ -1,5 +1,5 @@ { - "id": 32, + "id": 31, "name": "Mike Hutchinson", "photo_url": null, "website_url": null, diff --git a/build/_data/candidates/oakland/2020-11-03/nancy-sidebotham.json b/build/_data/candidates/oakland/2020-11-03/nancy-sidebotham.json index 9a9ba6e..c35fbbd 100644 --- a/build/_data/candidates/oakland/2020-11-03/nancy-sidebotham.json +++ b/build/_data/candidates/oakland/2020-11-03/nancy-sidebotham.json @@ -1,5 +1,5 @@ { - "id": 62, + "id": 61, "name": "Nancy Sidebotham", "photo_url": "nancy_sidebotham_sub.jpg", "website_url": "http://www.nancysidebotham.com", diff --git a/build/_data/candidates/oakland/2020-11-03/noel-gallo.json b/build/_data/candidates/oakland/2020-11-03/noel-gallo.json index 9b7bb5b..cc9cb7f 100644 --- a/build/_data/candidates/oakland/2020-11-03/noel-gallo.json +++ b/build/_data/candidates/oakland/2020-11-03/noel-gallo.json @@ -1,5 +1,5 @@ { - "id": 30, + "id": 29, "name": "Noel Gallo", "photo_url": "https://s3-us-west-1.amazonaws.com/odca-candidate-photos/Noel-Gallo.png", "website_url": null, diff --git a/build/_data/candidates/oakland/2020-11-03/rebecca-kaplan.json b/build/_data/candidates/oakland/2020-11-03/rebecca-kaplan.json index 25d0f9b..615fc2a 100644 --- a/build/_data/candidates/oakland/2020-11-03/rebecca-kaplan.json +++ b/build/_data/candidates/oakland/2020-11-03/rebecca-kaplan.json @@ -1,5 +1,5 @@ { - "id": 59, + "id": 58, "name": "Rebecca Kaplan", "photo_url": "https://s3-us-west-1.amazonaws.com/odca-candidate-photos/rebecca-kaplan.png", "website_url": "http://kaplanforoakland.org/", diff --git a/build/_data/candidates/oakland/2020-11-03/richard-santos-raya.json b/build/_data/candidates/oakland/2020-11-03/richard-santos-raya.json index 90f39be..5f5886d 100644 --- a/build/_data/candidates/oakland/2020-11-03/richard-santos-raya.json +++ b/build/_data/candidates/oakland/2020-11-03/richard-santos-raya.json @@ -1,5 +1,5 @@ { - "id": 31, + "id": 30, "name": "Richard Santos Raya", "photo_url": "richard_raya_sub.jpg", "website_url": "https://www.santosraya.com/", diff --git a/build/_data/candidates/oakland/2020-11-03/robert-bob-jackson.json b/build/_data/candidates/oakland/2020-11-03/robert-bob-jackson.json index 7252876..d5474ba 100644 --- a/build/_data/candidates/oakland/2020-11-03/robert-bob-jackson.json +++ b/build/_data/candidates/oakland/2020-11-03/robert-bob-jackson.json @@ -1,5 +1,5 @@ { - "id": 54, + "id": 53, "name": "Robert \"Bob\" Jackson", "photo_url": null, "website_url": "https://www.jacksonforeastoakland.com/", diff --git a/build/_data/candidates/oakland/2020-11-03/seneca-scott.json b/build/_data/candidates/oakland/2020-11-03/seneca-scott.json index 78abcb9..0a6ed03 100644 --- a/build/_data/candidates/oakland/2020-11-03/seneca-scott.json +++ b/build/_data/candidates/oakland/2020-11-03/seneca-scott.json @@ -1,5 +1,5 @@ { - "id": 64, + "id": 63, "name": "Seneca Scott", "photo_url": null, "website_url": null, diff --git a/build/_data/candidates/oakland/2020-11-03/sheila-pope-lawrence.json b/build/_data/candidates/oakland/2020-11-03/sheila-pope-lawrence.json index 71f99e2..7d1effc 100644 --- a/build/_data/candidates/oakland/2020-11-03/sheila-pope-lawrence.json +++ b/build/_data/candidates/oakland/2020-11-03/sheila-pope-lawrence.json @@ -1,5 +1,5 @@ { - "id": 43, + "id": 42, "name": "Sheila Pope Lawrence", "photo_url": null, "website_url": null, diff --git a/build/_data/candidates/oakland/2020-11-03/steph-dominguez-walton.json b/build/_data/candidates/oakland/2020-11-03/steph-dominguez-walton.json index f9950f3..c2b8588 100644 --- a/build/_data/candidates/oakland/2020-11-03/steph-dominguez-walton.json +++ b/build/_data/candidates/oakland/2020-11-03/steph-dominguez-walton.json @@ -1,5 +1,5 @@ { - "id": 60, + "id": 59, "name": "Steph Dominguez Walton", "photo_url": "Steph_Walton.jpg", "website_url": "https://www.stephforoakland.com/", diff --git a/build/_data/candidates/oakland/2020-11-03/treva-reid.json b/build/_data/candidates/oakland/2020-11-03/treva-reid.json index 902b43a..f1cf496 100644 --- a/build/_data/candidates/oakland/2020-11-03/treva-reid.json +++ b/build/_data/candidates/oakland/2020-11-03/treva-reid.json @@ -1,5 +1,5 @@ { - "id": 61, + "id": 60, "name": "Treva Reid", "photo_url": "treva_reid_sub.jpg", "website_url": "https://www.reidforoakland.com/", diff --git a/build/_data/candidates/oakland/2020-11-03/tri-ngo.json b/build/_data/candidates/oakland/2020-11-03/tri-ngo.json index 545714d..6f92ea0 100644 --- a/build/_data/candidates/oakland/2020-11-03/tri-ngo.json +++ b/build/_data/candidates/oakland/2020-11-03/tri-ngo.json @@ -1,5 +1,5 @@ { - "id": 49, + "id": 48, "name": "Tri Ngo", "photo_url": null, "website_url": "https://www.votetri.com", diff --git a/build/_data/candidates/oakland/2020-11-03/vancedric-williams.json b/build/_data/candidates/oakland/2020-11-03/vancedric-williams.json index 75411b0..747920e 100644 --- a/build/_data/candidates/oakland/2020-11-03/vancedric-williams.json +++ b/build/_data/candidates/oakland/2020-11-03/vancedric-williams.json @@ -1,5 +1,5 @@ { - "id": 37, + "id": 36, "name": "VanCedric Williams", "photo_url": "vancedric_williams_sub.jpg", "website_url": "http://vancedricwilliams.com", diff --git a/build/_data/candidates/oakland/2020-11-03/victor-javier-valerio.json b/build/_data/candidates/oakland/2020-11-03/victor-javier-valerio.json index 6e214d5..8c3a7af 100644 --- a/build/_data/candidates/oakland/2020-11-03/victor-javier-valerio.json +++ b/build/_data/candidates/oakland/2020-11-03/victor-javier-valerio.json @@ -1,5 +1,5 @@ { - "id": 51, + "id": 50, "name": "Victor Javier Valerio", "photo_url": null, "website_url": "https://valerioforoakland.nationbuilder.com/", diff --git a/build/_data/candidates/oakland/2022-11-08/allyssa-victory-villanueva.json b/build/_data/candidates/oakland/2022-11-08/allyssa-victory-villanueva.json index f22720f..9ea909a 100644 --- a/build/_data/candidates/oakland/2022-11-08/allyssa-victory-villanueva.json +++ b/build/_data/candidates/oakland/2022-11-08/allyssa-victory-villanueva.json @@ -16,7 +16,7 @@ "committee_name": "Commitee to Elect Allyssa Victory for Oakland Mayor 2022", "is_accepted_expenditure_ceiling": null, "is_incumbent": false, - "occupation": null, + "occupation": "Attorney", "party_affiliation": null, "is_winner": null, "filer_id": 1439739, diff --git a/build/_data/candidates/oakland/2022-11-08/ignacio-de-la-fuente.json b/build/_data/candidates/oakland/2022-11-08/ignacio-de-la-fuente.json index 66c9b43..d15c52a 100644 --- a/build/_data/candidates/oakland/2022-11-08/ignacio-de-la-fuente.json +++ b/build/_data/candidates/oakland/2022-11-08/ignacio-de-la-fuente.json @@ -1,7 +1,7 @@ { "id": 16, "name": "Ignacio De La Fuente", - "photo_url": null, + "photo_url": "Ignacio De La Fuente.jpg", "website_url": null, "twitter_url": null, "facebook_url": null, diff --git a/build/_data/candidates/oakland/2022-11-08/janani-ramachandran.json b/build/_data/candidates/oakland/2022-11-08/janani-ramachandran.json index ec827c0..cca9bfc 100644 --- a/build/_data/candidates/oakland/2022-11-08/janani-ramachandran.json +++ b/build/_data/candidates/oakland/2022-11-08/janani-ramachandran.json @@ -16,7 +16,7 @@ "committee_name": "Janani Ramachandran for Oakland City Council, District 4", "is_accepted_expenditure_ceiling": true, "is_incumbent": false, - "occupation": null, + "occupation": "Attorney", "party_affiliation": null, "is_winner": null, "filer_id": 1442792, diff --git a/build/_data/candidates/oakland/2022-11-08/john-reimann.json b/build/_data/candidates/oakland/2022-11-08/john-reimann.json index e2895af..2b8fcd7 100644 --- a/build/_data/candidates/oakland/2022-11-08/john-reimann.json +++ b/build/_data/candidates/oakland/2022-11-08/john-reimann.json @@ -1,7 +1,7 @@ { "id": 18, "name": "John Reimann", - "photo_url": null, + "photo_url": "John-Reimann-sm.png", "website_url": null, "twitter_url": null, "facebook_url": null, diff --git a/build/_data/candidates/oakland/2022-11-08/kevin-jenkins.json b/build/_data/candidates/oakland/2022-11-08/kevin-jenkins.json index 535e765..6a5dade 100644 --- a/build/_data/candidates/oakland/2022-11-08/kevin-jenkins.json +++ b/build/_data/candidates/oakland/2022-11-08/kevin-jenkins.json @@ -1,7 +1,7 @@ { "id": 11, "name": "Kevin Jenkins", - "photo_url": null, + "photo_url": "Kevin-Jenkins-sm.png", "website_url": "https://www.jenkinsforoakland.com/", "twitter_url": "Jenkins4oakland", "facebook_url": "https://www.facebook.com/jenkins4Oakland", diff --git a/build/_data/candidates/oakland/2022-11-08/nick-resnick.json b/build/_data/candidates/oakland/2022-11-08/nick-resnick.json index 685243c..44378a9 100644 --- a/build/_data/candidates/oakland/2022-11-08/nick-resnick.json +++ b/build/_data/candidates/oakland/2022-11-08/nick-resnick.json @@ -1,7 +1,7 @@ { "id": 13, "name": "Nick Resnick", - "photo_url": null, + "photo_url": "Nick-Resnick-sm.png", "website_url": "https://www.nickforoaklandschools.com/", "twitter_url": null, "facebook_url": "https://www.facebook.com/nickforoaklandschools", diff --git a/build/_data/candidates/oakland/2022-11-08/stephen-schear.json b/build/_data/candidates/oakland/2022-11-08/stephen-schear.json index 1840c75..d8ddf1a 100644 --- a/build/_data/candidates/oakland/2022-11-08/stephen-schear.json +++ b/build/_data/candidates/oakland/2022-11-08/stephen-schear.json @@ -1,7 +1,7 @@ { "id": 21, "name": "Stephen Schear", - "photo_url": null, + "photo_url": "stephen-schear-sm.png", "website_url": "https://stephenschear.com/", "twitter_url": null, "facebook_url": null, diff --git a/build/_data/candidates/oakland/2022-11-08/tyron-jordan.json b/build/_data/candidates/oakland/2022-11-08/tyron-jordan.json index a3f69c4..792eb76 100644 --- a/build/_data/candidates/oakland/2022-11-08/tyron-jordan.json +++ b/build/_data/candidates/oakland/2022-11-08/tyron-jordan.json @@ -1,7 +1,7 @@ { "id": 2, "name": "Tyron Jordan", - "photo_url": null, + "photo_url": "TyronJordan-sm.png", "website_url": "https://www.tyronjordanforoakland.com/", "twitter_url": "TyronJordan13", "facebook_url": null, diff --git a/build/_data/committees/1425443.json b/build/_data/committees/1425443.json index 0a9aecd..c4e1c9e 100644 --- a/build/_data/committees/1425443.json +++ b/build/_data/committees/1425443.json @@ -1,5 +1,5 @@ { - "total_contributions": 12949.25, + "total_contributions": 22949.25, "contributions": [ { "Filer_ID": "1425443", @@ -748,6 +748,17 @@ "Tran_NamF": "John", "Tran_NamL": "LaCroix", "Tran_Zip4": "94611" + }, + { + "Filer_ID": "1425443", + "Tran_Emp": "One Fair Wage", + "Tran_Occ": "President of @onefairwage", + "Entity_Cd": "Individual", + "Tran_Amt1": 10000.0, + "Tran_Date": "2022-02-01", + "Tran_NamF": "Saru", + "Tran_NamL": "Jayaraman", + "Tran_Zip4": "94605" } ] } diff --git a/build/_data/stats.json b/build/_data/stats.json index 865360d..75a2704 100644 --- a/build/_data/stats.json +++ b/build/_data/stats.json @@ -1,3 +1,3 @@ { - "date_processed": "2022-05-10 00:13:59 -0700" + "date_processed": "2022-05-11 00:12:30 -0700" } ```
tdooner commented 2 years ago
Build diff from Commit d820d158b46486db50389aae6e621def7c403972: ```diff ```
dependabot[bot] commented 2 years ago

Superseded by #306.