Some posts on this thread have been moved to a new thread:
Biomedical articles on MEpedia - purposes and pitfalls
Biomedical articles on MEpedia - purposes and pitfalls
My question to you both is, do you welcome suggestions and constructive criticism of the content of MEpedia from people who are not willing or able to actually implement those suggestions, or would you rather restrict it to people who can actually carry their ideas through to MEpedia pages?
My question to you both is, do you welcome suggestions and constructive criticism of the content of MEpedia from people who are not willing or able to actually implement those suggestions, or would you rather restrict it to people who can actually carry their ideas through to MEpedia pages?
Thanks, @Jen, that's very helpful.An intermediate step is to hit the "Discussion" tab on the relevant pages and add any comment/feedback there. I think feedback given there is much more likely to be implemented because now it's part of the work flow. Whenever I am editing a page, I go and look at what's been written on the discussion page.
When I was a child and our black and white telly broke down I assumed it must have been clogged up with dead cowboys.This sounds so much like my earliest experiences of radio (or "the wireless" as it was then). I still recall my feeling of awe at how so many people could squeeze into it, and remember being bitterly disappointed when my Dad opened it up to change a valve (remember them?), and these fascinating tiny people were nowhere to be seen.
"Since 2006, Professor Crawley has been awarded £2.3 million in grants by various bodies to study CFS/ME and is the second highest funded researcher (into CFS/ME) in the UK."Since 2006, Professor Crawley has been awarded £2.3 million in grants by various bodies to study CFS/ME and is the second highest funded researcher in the UK.[4]
Great news! About six months ago, we began a project to update, expand, and revamp MEpedia. Due to a generous grant, we were able to create a project scope, hire respected experts in accessibility and MediaWiki development, and make several important changes to MEpedia!
MEpedia is one of the most utilized resources for researchers, clinicians, and people living with ME/CFS, with over 36 million page views.
However, the software running MEpedia, MediaWiki, was out of date. We hired an expert to upgrade our software to a version of MediaWiki that will be supported until 2025. We also hired an accessibility expert to suggest fixes and made changes to our site layout based on their recommendations. Finally, we fixed some bugs, and updated the site’s graphics to be more consistent.
Now our MEpedia content has a safe and stable long-term home!
What we've accomplished so far
Over the past six months, we:
- Upgraded MediaWiki in stages
- Moved to a new hosting platform
- Enacted version control, so that we can see and keep track of what changes are made to MEpedia code over time
- Integrated MEpedia with Slack so that our staff and volunteers can monitor changes to MEpedia and enact changes immediately
Visit the new MEpedia!
- Engaged an accessibility expert to audit the new MEpedia and enacted vital changes including updating our color contrast standards, and making MEpedia friendlier for screen readers, keyboard navigation, browser zoom, and text spacing
- Designed new graphics for MEpedia including logos, banners, and body system-based portal images
What's next
Our next major goal is to expand our reach, providing information about ME/CFS, Long COVID, and other infection-associated chronic illnesses to new audiences.
MEpedia is an important source of information on ME/CFS, and its value is growing every day!
In order to provide researchers, clinicians, and people with infection-associated chronic illnesses with up-to-date resources, we will also expand the Long COVID content covered on MEpedia by:
Finally, we will be translating some of our most popular pages into several other languages. We’ve identified these high-value pages and determined which languages will be prioritized based on the current userbase of MEpedia, and which languages are most spoken worldwide.
- Adding new Long COVID topic pages
- Updating existing pages that need Long COVID content
This monumental project provides a service to researchers, clinicians, and people who live with infection-associated chronic illnesses!
Is there a recommended browser to use when editing mepedia on mobile? I’ve managed a couple edits, but atleast on my safari browser on my phone it’s very clonky and the ui has some obvious bugs. Am unable to use tablet or laptop due to severity.
I don't think Jaime Seltzer reads this forum now, so if you want to get a message to her about this you probably need to contact her via MEAction or whatever means the MEPedia editorial managers use to communicate with editors.@JaimeS maybe consider installing a more mobile-friendly skin. This doesn't require changing the default, but it allows users to select a custom skin if they would like.
I don't think Jaime Seltzer reads this forum now, so if you want to get a message to her about this you probably need to contact her via MEAction or whatever means the MEPedia editorial managers use to communicate with editors.
Thanks for doing that @forestglip.
Also slightly random, but does anyone know if there is a way to see the most viewed me-pedia pages per certain time period (such as past month or year)? (Without having to mess with the API). I’m only able to find an “all-time” most popular pages page.
Hopefully you get a reply. A lot of me-pedia is outdated, and there are very few people helping to improve it, so that data is crucial to set priorities on what to improve.I think that would be really useful, but I don't think so, and I'm guessing it's probably not even possible with the API. But I asked on the HitCounters extension talk page. I'm pretty sure that's what MEpedia uses for PopularPages and it seems to be the only page view tracking extension available.
@forestglip I think we could technically brute force the problem.
I created a custom url that shows a list of every single me-pedia page including the views: https://me-pedia.org/w/index.php?title=Special:PopularPages&limit=5000&offset=0 (takes a while to load since its got thousands of lines)
We could create a script that goes through it every month comparing to the last months results and outputs the most viewed pages per month
I have a github pages site with an okay me/cfs related url I could host on, not exactly sure how, but the script could possibly be automated using github actionsEasier would be to run it on my laptop, and it auto uploads the monthly views somewhere. Although maybe even daily and weekly would be good too. But then I'd have to make sure my laptop is on every day, which is why AWS would be better.
I have a github pages site with an okay me/cfs related url I could host on, not exactly sure how, but the script could possibly be automated using github actions