Changeset 35839


Ignore:
Timestamp:
2021-12-31T17:03:55+13:00 (2 years ago)
Author:
davidb
Message:

Updated text

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/model-sites-dev/eurovision-lod/collect/eurovision/NOTES.txt

    r35153 r35839  
    11
    22
    3 https://stackoverflow.com/questions/6205621/how-to-add-links-in-google-chart-api
     3
     4For spotify-musicbrainz (07a, 08a)
     5
     6  sudo apt-get install python3-venv
     7
     8
     9For essential-audio-features (07b, 08b)
     10
     11  sudo apt-get install python3-dev
     12
     13
     14In the 'prepare' directory, regardless of following the 'a' track or
     15'b' track, setup a private python environment with:
     16
     17  python3 -mvenv my-python3-dev
     18
     19
     20
     21
     22
     23# Sparql playground??
     24#  https://linkedwiki.com/query/Random_Sampling_of_Entities_and_Entity_Types_from_URIBurner?lang=EN
     25
     26
     27
     28
     29TODO:
     30  broaden div elems that get **year** replacements in sgvizler
     31
     32  add in logo for year as RHS Image, linked to wikipedia page
     33
     34  tooltips background on-hover, change bg to blue or orange
     35
     36
     37  Write README file in site level detailing what to do
     38    => need to ingest errate as part of 02-prep.sh ???
     39    => tar up github version?? or else move into SVN
     40
     41
     42**
     43  regenerate figs in paper, now have RHS tabs
     44
     45  add "pick entry at random" to paper to long version
     46 
     47
     48
     49####
     50Some useful links, yet to be followed up on
     51####
     52
     53Hyperlinks in Google Charts
     54
     55  https://stackoverflow.com/questions/6205621/how-to-add-links-in-google-chart-api
    456
    557Python library for processing web server logs
    658
    7 https://opensource.com/article/20/7/python-lars
     59  https://opensource.com/article/20/7/python-lars
     60
     61
     62Google Treemap Customization
     63
     64  https://medium.com/swlh/customizing-google-charts-treemaps-and-usage-of-getboundingclientrect-method-16410a32086b
     65  https://stackblitz.com/edit/customizing-google-treemap?file=index.js
Note: See TracChangeset for help on using the changeset viewer.