Jump to content

User talk:Wouterstomp

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Wafflephile (talk | contribs) at 23:09, 27 June 2012 (→‎Photograph on Intravenous regional anesthesia: new section). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Hi! Welcome to my talk page.
  • Please create a new heading for new subjects (manually '= = xxx = ='). To respond to a message under the same subject, find the applicable heading below, press the "Edit" button on the right, and add your message to that section.


Click here to leave me a new message. Also, please remember to always sign your messages with '- - ~ ~ ~ ~'

Request for attention - Christopher Busby

Hi. I noticed your interest in radiology. Perhaps you can help me with the above BLP. See [1]. Even referring this to another, more appropriate, editor would be greatly appreciated. Yakushima (talk) 14:44, 18 April 2011 (UTC)[reply]

Diberri bookmarklet suggestions

Some perl for pulling out PMID numbers from URLs that may interest.

Some journal publishers (Oxford, PNAS, ...) give useful HTML Meta tags that give the PMID or DOI, that may be easy to retrieve from javascript.

  • pmid citation_pmid
  • doi citation_doi dc.identifier

(You'd want to check that the dc.identifier begins with 10.)

use strict; use URI; use URI::Split qw(uri_split uri_join); #... sub extract_pmid_from_url($) { my($uri) = URI->new($_[0]); my($sch, $aut, $pth, $qry, $frg) = uri_split($uri); #print $sch, " ", $aut, " ", $pth, "\n"; if (defined($sch) && $sch eq 'http' && defined($aut) && defined($pth)) { if ($aut eq 'www.ncbi.nlm.nih.gov') { if (($pth eq '/entrez/query.fcgi' || $pth eq '/sites/entrez') && defined($qry) && $qry =~ m#\b(db=[Pp]ub[Mm]ed&cmd=Retrieve|cmd=Retrieve&db=[Pp]ub[Mm]ed)\b.*&list_uids=(\d+)\b#i) { return $2; } elsif ($pth =~ m|^/[Pp]ub[Mm]ed/(\d+)$|) { my($pmid) = $1; if (!defined($qry) || $qry =~ m#ordinalpos=\d+&itool=EntrezSystem2\.PEntrez\.Pubmed\.Pubmed_ResultsPanel\.Pubmed_(?:RVDocSum|DiscoveryPanel\.|DefaultReportPanel\.Pubmed_RVDocSum)# || $qry eq 'dopt=Abstract' ) { #print $pmid, "\t", $qry, "\t", $pth, "\n"; return $pmid; } print $qry, "\t", $pth, "\n"; } elsif ($pth eq '/sites/entrez' && defined($qry) && $qry =~ m#\b(db=[Pp]ub[Mm]ed)\b.*&uid=(\d+)\b#i) { return $2; } print $qry, "\t", $pth, "\n"; } elsif ($aut eq 'www.pubmedcentral.nih.gov') { #print $qry, "\t", $pth, "\n"; if ($pth eq '/articlerender.fcgi' && defined($qry) && !defined($frg)) { if ($qry =~ m|^tool=pubmed\&pubmedid=(\d+)$|i) { return $1; } } } elsif ($aut eq 'www.biomedcentral.com' && $pth =~ m|^/pubmed/(\d+)$|) { return $1; } elsif ($aut eq 'www.hubmed.org' && $pth eq '/display.cgi' && $qry =~ m|^issn=(\d{7}[0-9xX])\&uids=(\d+)$|) { return $2; } elsif ($aut eq 'medline.cos.com' && $pth eq '/cgi-bin/getRec' && $qry =~ m|^(\d+)$|) { return $1; } #http:// elsif ($aut eq 'lib.bioinfo.pl' && !defined($qry) && $pth =~ m|^/pmid:(\d+)$|) { return $1; } if (($pth eq '/cgi/external_ref' || $pth eq '/external-ref') && $qry =~ m|^access_num=(\d+)\&link_type=PUBMED$|) { return $1; } #print $sch, " ", $aut, " ", $pth, " ", $qry, "\n"; } #print $sch, " ", $aut, " ", $pth, " ", $qry, "\n"; return undef; }

I surrender — the source is formatted

RDBrown (talk) 00:12, 11 June 2011 (UTC)[reply]

Thank you

for speelchecking Cancer pain :) and herding the cats. --Anthonyhcole (talk) 08:22, 22 August 2011 (UTC)[reply]

You're welcome. --WS (talk) 08:34, 22 August 2011 (UTC)[reply]

Your opinion is wanted

Please provide your input here on the legitimacy and desirability of accepting external links in relevant Wikipedia articles to MedMerits, a new and freely accessible online resource on neurologic disorders. Presto54 (talk) 03:02, 19 September 2011 (UTC)[reply]

New Page Patrol survey

New page patrol – Survey Invitation


Hello Wouterstomp! The WMF is currently developing new tools to make new page patrolling much easier. Whether you have patrolled many pages or only a few, we now need to know about your experience. The survey takes only 6 minutes, and the information you provide will not be shared with third parties other than to assist us in analyzing the results of the survey; the WMF will not use the information to identify you.

  • If this invitation also appears on other accounts you may have, please complete the survey once only.
  • If this has been sent to you in error and you have never patrolled new pages, please ignore it.

Please click HERE to take part.
Many thanks in advance for providing this essential feedback.


You are receiving this invitation because you have patrolled new pages. For more information, please see NPP Survey. Global message delivery 13:56, 26 October 2011 (UTC)


Great to see you back

-) Doc James (talk · contribs · email) 18:26, 2 January 2012 (UTC)[reply]
Haven't been away, just a little less active ;-) --WS (talk) 21:56, 2 January 2012 (UTC)[reply]

Collaboration of the month

I am a little bit puzzled about how pneumothorax has suddenly become Medical Collaboration of the Month. No vote seems to have taken place on the MCOTM page.

Furthermore, this article is presently on FAC, and there is a real risk that the two processes may interfere with each other. I am due to make changes suggested on the FAC page, and would have difficulty keeping track of the article's progress if it suddenly started undergoing major changes initiated by other editors. JFW | T@lk 20:03, 5 January 2012 (UTC)[reply]

I did not mean to interrupt the FAC process, on the contrary, I thought (and think) more eyes would be a good thing. I am confident most editors are sensible enough not to jump in with big changes but help out with fixing the issues raised on the FAC page or give helpful commentary. The collaboration page is indeed stale, so this was more of a first try at reviving it. If you think this was not appropriate or will give too much interference, feel free to revert it back to the old state. --WS (talk) 17:01, 6 January 2012 (UTC)[reply]

Pneumothorax

I have responded to your comments at the pneumothorax FAC, and was hoping you might be prepared to have another look. JFW | T@lk 20:53, 23 January 2012 (UTC)[reply]

MSU Interview

Dear Wouterstomp,

My name is Jonathan Obar user:Jaobar, I'm a professor in the College of Communication Arts and Sciences at Michigan State University and a Teaching Fellow with the Wikimedia Foundation's Education Program. This semester I've been running a little experiment at MSU, a class where we teach students about becoming Wikipedia administrators. Not a lot is known about your community, and our students (who are fascinated by wiki-culture by the way!) want to learn how you do what you do, and why you do it. A while back I proposed this idea (the class) to the community HERE, where it was met mainly with positive feedback. Anyhow, I'd like my students to speak with a few administrators to get a sense of admin experiences, training, motivations, likes, dislikes, etc. We were wondering if you'd be interested in speaking with one of our students.

So a few things about the interviews:

  • Interviews will last between 15 and 30 minutes.
  • Interviews can be conducted over skype (preferred), IRC or email. (You choose the form of communication based upon your comfort level, time, etc.)
  • All interviews will be completely anonymous, meaning that you (real name and/or pseudonym) will never be identified in any of our materials, unless you give the interviewer permission to do so.
  • All interviews will be completely voluntary. You are under no obligation to say yes to an interview, and can say no and stop or leave the interview at any time.
  • The entire interview process is being overseen by MSU's institutional review board (ethics review). This means that all questions have been approved by the university and all students have been trained how to conduct interviews ethically and properly.

Bottom line is that we really need your help, and would really appreciate the opportunity to speak with you. If interested, please send me an email at obar@msu.edu (to maintain anonymity) and I will add your name to my offline contact list. If you feel comfortable doing so, you can post your name HERE instead.

If you have questions or concerns at any time, feel free to email me at obar@msu.edu. I will be more than happy to speak with you.

Thanks in advance for your help. We have a lot to learn from you.

Sincerely,

Jonathan Obar --Jaobar (talk) 07:26, 12 February 2012 (UTC) Young June Sah --Yjune.sah (talk) 22:30, 15 February 2012 (UTC)[reply]

Feel free to email me any questions through the email link on the left sidebar. --WS (talk) 22:50, 15 February 2012 (UTC)[reply]

Merge proposal

Merge discussion for Dental syringe

An article that you have been involved in editing, Dental syringe, has been proposed for a merge with another article. If you are interested in the merge discussion, please participate by going here, and adding your comments on the discussion page. Thank you. -- ТимофейЛееСуда. 12:41, 4 April 2012 (UTC)[reply]

Disambiguation link notification for April 4

Hi. In your recent article edits, you've added some links pointing to disambiguation pages. Such links are almost always unintended, since a disambiguation page is merely a list of "Did you mean..." article titles. Read the FAQ • Join us at the DPL WikiProject.

Endolymphatic sac tumor (check to confirm | fix with Dab solver)
added a link pointing to EMA
Sialoblastoma (check to confirm | fix with Dab solver)
added a link pointing to Stroma

It's OK to remove this message. Also, to stop receiving these messages, follow these opt-out instructions. Thanks, DPL bot (talk) 15:31, 4 April 2012 (UTC)[reply]

Disambiguation link notification for April 23

Hi. When you recently edited Pulmonic stenosis, you added a link pointing to the disambiguation page Foramen ovale (check to confirm | fix with Dab solver). Such links are almost always unintended, since a disambiguation page is merely a list of "Did you mean..." article titles. Read the FAQ • Join us at the DPL WikiProject.

It's OK to remove this message. Also, to stop receiving these messages, follow these opt-out instructions. Thanks, DPL bot (talk) 11:39, 23 April 2012 (UTC)[reply]

DYK for PeerJ

The DYK project (nominate) 00:14, 26 June 2012 (UTC)

You added an excellent photograph for the IVRA article in May that I thought illustrated the procedure very well. However, I am concerned that the equipment shown, especially the tourniquet device, may be too outdated. Do you perchance have a more updated photo? If not, I'd like to add a note pointing out that this is likely not the equipment one would see today, but I am unsure of how to do so for a picture in an infobox. Thanks. Wafflephile (talk) 23:09, 27 June 2012 (UTC)[reply]