Skip to content

Commit

Permalink
some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
fjsousa committed Jan 27, 2024
1 parent a82d81d commit feeada4
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 15 deletions.
16 changes: 6 additions & 10 deletions aggregate-transform-load/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,12 @@

Merges imt-profiles batch from [[DATA FETCH] 25-01-2024](https://github.com/codecadre/imt-school-addresses/pull/4)

1249 School entries from pass rates pdf.
78 Manual imt-profile overwrites
1101 Schools WITH imt profile
Wrote aggregate-transform-load/rates-duplicate-nec.txt
Wrote aggregate-transform-load/no-imt-profile.txt
Full Run...
wrote aggregate-transform-load/simple-db.txt
47 imt profiles with no geocoding.
Wrote aggregate-transform-load/no-geocode.txt
Wrote aggregate-transform-load/data/db.edn
Data changes summary:

- 1249 School entries from pass rates pdf.
- 78 Manual imt-profile overwrites
- 1101 Schools WITH imt profile
- 47 imt profiles with no geocoding.


# 30/08/2023
Expand Down
2 changes: 1 addition & 1 deletion aggregate-transform-load/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ An ingestion workflow normally would look like this:
- 4. `bb cp7-addresses-geocoding` to produce new batch of geocodes.
- 5. `bb produce-data missing-geocode` and look at the git diff of `/no-geocode.txt`.
- 6. Get full output `bb produce-data`.
- 7. Copy the output and add it to `Changelog.edn`.
- 7. Copy the output, edit it, and add it to `Changelog.edn`.
- 8. Look at the git diff of `data/db.edn`. There should be no surprises.
- 9. `rm public/data/*` then `bb web-data`: outputs `public/data/*`, `places.cljc` and `sitemap.txt`
- 10. finally, build frontend js to include `places.cljc` in the bundle.
Expand Down
2 changes: 1 addition & 1 deletion pages-md/acerca.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Durante o ano de 2021, estes dados foram finalmente publicados, permitindo agora
Por uma questão de transparência e reproducibilidade, publicamos o código usado para extrair os dados, em formato open source:

- [Taxas de aprovação](https://github.com/codecadre/imt-pass-rates)
- [Moradas e licensa IMT](https://github.com/codecadre/imt-school-addresses)
- [Moradas e licença IMT](https://github.com/codecadre/imt-school-addresses)

Para facilitar iniciativas como esta, as taxas de aprovações podem ser importadas num Júpiter Notebook:

Expand Down
2 changes: 1 addition & 1 deletion public/js/main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion public/src/clj/bb_passrates/backend/pages/lists.clj
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
(merge meta req)
[:main
[:div.container
[:p "Lista de escolas com taxas de aprovação, mas sem informação sobre morada ou licensa no site do IMT."]
[:p "Lista de escolas com taxas de aprovação, mas sem informação sobre morada ou licença no site do IMT."]
(no-info-breadcrumbs {} lang)
[:div
(->>
Expand Down
2 changes: 1 addition & 1 deletion public/static/acerca/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ <h4>Open Source</h4>
<a href="https://github.com/codecadre/imt-pass-rates">Taxas de aprovação</a>
</li>
<li>
<a href="https://github.com/codecadre/imt-school-addresses">Moradas e licensa IMT</a>
<a href="https://github.com/codecadre/imt-school-addresses">Moradas e licença IMT</a>
</li>
</ul>
<p>Para facilitar iniciativas como esta, as taxas de aprovações podem ser importadas num Júpiter Notebook:</p>
Expand Down

0 comments on commit feeada4

Please sign in to comment.