Skip to content

techinnovate/galwaytechmap

Repository files navigation

Galway Tech Map

  • 🧑‍💻 Want the slide we used to build it?
    • Full instructions are given as regards images, text, sizes, exporting, etc. on the last hidden slide.
    • Each company image and caption is hyperlinked to its corresponding LinkedIn page.
    • Official company logos from those LinkedIn pages are used where available.
    • PDFs exported from Google Slides will therefore also have hyperlinks to each LinkedIn page.
    • Can use ImageMagick to make PNGs automagically:
      • A4: magick -density 900 202605271500_iso216.pdf -resize 3508 -gravity Center -extent 3508x2480 202605271500_iso216.png
      • A3: magick -density 1200 202605271500_iso216.pdf -resize 4961 -gravity Center -extent 4961x3508 202605271500_iso216.png
  • 📋 Need a sheet with all those listed?
    • We use the above slide to auto-generate an alphabetically sorted list of companies in Google Sheets.
  • ⌨️ Looking for the Apps Script code used to auto-generate the list?
    • The hyperlinked captions in the map are used by this code to generate the list of companies.
  • 💡 Got updates?
    • Like a wedding thank you speech, someone invariably gets left out... Sorry!

History

The Count 🧛🏻‍♂️

If you have pdfimages installed, you can count the number of companies on the map by running this command on the PDF file:

pdfimages -list 202605271500_iso216.pdf |grep jpeg |grep 200 |wc -l

This uses the fact that the embedded company images are 200x200px jpeg files, as we reused logos from each company's LinkedIn page, or recreated 200x200px jpegs where the quality was too low or the company LinkedIn page had no logo.

Taking away hubs, subsea cables, subsidiaries, etc., it is well over 200.

About

Galway Tech Map

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors