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

Create a "Cost of Being Epic" poster for the space (and online) #24

Open
amcewen opened this issue Sep 27, 2014 · 24 comments
Open

Create a "Cost of Being Epic" poster for the space (and online) #24

amcewen opened this issue Sep 27, 2014 · 24 comments

Comments

@amcewen
Copy link
Member

amcewen commented Sep 27, 2014

It would be useful to help people understand how DoES is funded, what its costs are, and how they can help with that.

Other hackspaces, etc. often have a "Cost of Hacking" poster, that shows income/outgoings, and what people can do to help - for example (although it's an online version) see https://london.hackspace.org.uk/cost-of-hacking/

The (current) figures for DoES are in http://doesliverpool.com/business/building-a-self-sustaining-community-space/ which also gives some thoughts on how to help.

If someone designs the posters, there's budget to get them properly printed somewhere, so we can do something ~A2 size (bigger than A4 definitely), and then put them up in each of the rooms at the space.

Ideally the design would be one that's easy to update, as we'll need to reprint them when the numbers change significantly (as the income is going to be the most volatile, I wonder if there's any easy way to make that particular number simple to change?)

@johnmckerrell
Copy link
Member

I was wondering if this could be posted on the website or even on the doorbot screen. We could still perhaps do a poster but have the figures updatable, either using whiteboard pens or plugging in some digital displays.

@amcewen
Copy link
Member Author

amcewen commented Nov 25, 2014

The guys in room 13 (the photography studio just through the double-doors towards the toilets) popped in earlier this afternoon. They've just got an A0 (IIRC, maybe A1) photo printer, so can do nice big glossy poster prints... and would charge £10/print. I don't know how that compares to other prints we could get done (or if glossy photo paper is the right finish we'd want)

@johnmckerrell
Copy link
Member

The guy on the corner by the toilets has an A3 printer which might be more what we're looking for.

@amcewen
Copy link
Member Author

amcewen commented Dec 9, 2014

@jdcormack How are things going with this? Anything we can do to help?

@ghost
Copy link

ghost commented Dec 9, 2014

Static graphic done... may be worth updating the figures?
Otherwise, I will go an speak to room 13 and get some coppies printed.

balance-sheet-infographic-without-costs

Going to look at implementing a digital version using d3js...
http://bl.ocks.org/mbostock/4063582

@ghost
Copy link

ghost commented Dec 9, 2014

ermagawd the colours

@amcewen
Copy link
Member Author

amcewen commented Feb 24, 2015

Change the "Make a Donation" to "Become a Friend", add something about the workshop, update the numbers (talk to @johnmckerrell for that, probably), and add a URL for a call to action - doesliverpool.com/help

@originalfoo
Copy link
Contributor

There's been no direct activity on this issue for over 2 years - I've labelled it as "stale?" and will close it in a month if no further updates.

Tip: You can remove "stale?" label to prevent this ticket being closed.

@amcewen amcewen removed the 4 - Stale label May 3, 2017
@amcewen
Copy link
Member Author

amcewen commented May 3, 2017

I'd still like us to have this as I think it would be good for us to be more up-front(/visible) about the costs of running DoES. I had been wondering about asking Steve H if he'd be up for having a crack at it, but he left just around then :-/

Maybe we need to more actively look for a dataviz person?

@originalfoo
Copy link
Contributor

I agree that there needs to be transparency/realism over the costs - is this something that could be automated? If we can get the data from accounts package (does FreeAgent have suitable API?) then we could potentially pump that in to a web page - it doesn't need to be super-pretty to start with; future iterations can deal with that. I'd very much like to see a dashboard on a wall somewhere that shows the health metrics of DoES.

@amcewen
Copy link
Member Author

amcewen commented Jun 29, 2017

Organisers' meeting notes: @huffeec to chase up with Kate to see if she can run at this.

@johnmckerrell
Copy link
Member

I also pointed @Red-Violet at this recently

@DoESsean
Copy link
Contributor

With the move, our costs are going to go up, which means that this is more important than ever.

@huffeec, did you have any luck with Kate?

@amcewen
Copy link
Member Author

amcewen commented Dec 14, 2017

Kate has produced one, and it's stalled with me getting back to her on it. I'll dig out the email and chase things up.

@huffeec
Copy link

huffeec commented Dec 14, 2017

I've spoken to her again and she's happy to do more on this. Trying to convince her to come on Saturday too.

@DoESsean
Copy link
Contributor

Did you get in touch with Kate, @amcewen?

@DoESsean
Copy link
Contributor

Just came to say that this is now SUPER important, and noticed that there is currently an action outstanding.

@amcewen is there any movement on this?

@DoESsean
Copy link
Contributor

Have just spoken to @amcewen about this, and it's been suggested that I liaise with Kate directly.

I think it is worth, either as a stop gap or even as the final design, getting something put together that at least shows how much the space costs to run each month (taking an average since we moved in, maybe discounting the expenses such as carpets and blinds, which would be classed as moving costs, maybe not) and how that is funded - ie, 100% community, 0% outside funding.

@DoESsean DoESsean self-assigned this Jan 24, 2019
@DoESsean DoESsean added the Promotion Spreading the word about how epic DoES Liverpool is label Jan 24, 2019
@johnmckerrell
Copy link
Member

Might use the financials report as a source of data. https://github.com/DoESLiverpool/somebody-should/wiki/Financials201901

@johnmckerrell
Copy link
Member

It would be good to have at least a version of this ready for GovJam on the 23rd.

@amcewen
Copy link
Member Author

amcewen commented Feb 5, 2020

@zarino and I have been chipping away at this. Generating it all in SVG is a pain because SVG doesn't do text very well, so we're looking at SVG for the chart and then HTML for the remainder.

We want a version that can be printed (at A2 or A1? size) and also go on the website, so generating a print version is the main stumbling block right now.

weasyprint looks promising, or xhtml2pdf might if that doesn't do the job.

@amcewen
Copy link
Member Author

amcewen commented Feb 19, 2022

Now that we've got clip frames to hold these (see #1644), @Robotorium and I picking away at this again. It'll be printed at A1 size, and need to be portrait orientation.

This is the terrible first draft SVG - CostOfBeingEpic.svg that I've got some code to auto-generate. The graph itself maybe isn't too bad — could do with better colours, but it's the surrounding text, etc. that needs most work (and possibly not to be in an SVG?)

@amcewen
Copy link
Member Author

amcewen commented Nov 9, 2024

Having gotten the financial-report code up and running properly on my machine today, I think extending @johnmckerrell's existing reports will be a better way to generate the poster.

I've opened an issue over there to track it

@amcewen
Copy link
Member Author

amcewen commented Jan 8, 2025

Just a note to point to the update on progress that I posted over on the financial-report issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants