Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTML image map for 2R ecosystem map #311

Open
6 of 12 tasks
rufuspollock opened this issue May 30, 2024 · 3 comments
Open
6 of 12 tasks

HTML image map for 2R ecosystem map #311

rufuspollock opened this issue May 30, 2024 · 3 comments
Assignees
Labels
good first issue Good for newcomers

Comments

@rufuspollock
Copy link
Member

rufuspollock commented May 30, 2024

Acceptance

  • Clickable HTML image map of 2R ecosystem (clicking on organisations' and people's names goes to a relevant link)
  • Clickable HTML image map replaces the non-interactive version on the site?
  • Blog post to share this new version?

Tasks

Context

We want to make the current map clickable by turning it into an html "image map".

This involves creating a list of the places on the map and the coordinates for a box on the map.

See for example view-source:https://slatestarcodex.com/blog_images/ramap.html

So for each thing we want to link we need coords box (probably list this in a sheet and then we can auto generate html)

<img id="Map of the Rationalist Community" src="http://slatestarcodex.com/blog_images/ramap.jpg" border="0" width="3292" height="1800" orgWidth="3292" orgHeight="1800" usemap="#ramap" alt="" />

<map name="ramap" id="Map Of The Rationalist Community">
<area  alt="" title="" href="https://groups.google.com/forum/#!forum/vancouver-rationalists" shape="rect" coords="139,559,222,578" style="outline:none;" target="_self"     />
<area  alt="" title="" href="https://groups.google.com/forum/#!forum/lw-seattle" shape="rect" coords="170,627,231,652" style="outline:none;" target="_self"     />
<area  alt="" title="" href="https://groups.google.com/forum/#!forum/lesswrongwaterloo" shape="rect" coords="512,746,589,778" style="outline:none;" target="_self"     />
<area  alt="" title="" href="https://groups.google.com/forum/#!forum/less-wrong-ottawa" shape="rect" coords="602,671,678,692" style="outline:none;" target="_self"     />
<area  alt="" title="" href="https://www.facebook.com/groups/380103898766356/" shape="rect" coords="743,648,810,667" style="outline:none;" target="_self"     />
<area  alt="" title="" href="http://www.meetup.com/Cambridge-Less-Wrong-Meetup/" shape="rect" coords="683,747,756,779" style="outline:none;" target="_self"     />
<area  alt="" title="" href="http://wiki.lesswrong.com/wiki/NYC_meetup_group" shape="rect" coords="571,830,644,875" style="outline:none;" target="_self"     />
@catherinet1
Copy link
Contributor

catherinet1 commented Jul 2, 2024

See Discord thread for conversation with aashay who volunteered to help generate the coordinates and HTML code for the map: https://discord.com/channels/1230798369337643030/1247867862769602580

@catherinet1
Copy link
Contributor

2024-07-02 update: we now have the coordinates and HTML code for all organisation and people points on the map in this spreadsheet: https://docs.google.com/spreadsheets/d/1UCNiz4PITIUw3jI-nqAHlOJF7VEHitB36NSE9o0PhCM/edit?gid=0#gid=0.

I made a copy of aashay's (volunteer from Discord) spreadsheet so that we have our own editable copy in our GDrive.

Next is to generate the code to create the HTML map and publish on 2R site.

@aashay
Copy link

aashay commented Jul 2, 2024

Wrong person 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
Status: 🏗 In progress
Development

No branches or pull requests

3 participants