is coming up in Sept.. others planning on taking part?
Unconfigured Ad
Collapse
X
-
I guess I have to post to keep upOriginally posted by bioinfosm View PostI already registered, else would have said = the one with most posts
.
How about a user has to answer 3 questions correctly using the forum to receive the ticket: first person to do it, gets the ticket.
Otherwise, sell it to the highest bidder to pay for the site.
Comment
-
While I like the idea of supporting the site, the problem with this idea is that people who have to money to go probably have already purchased an admission while people who don't have the money also don't have the cash to pony up for bidding. Guess which camp I am in.Originally posted by nilshomer View Post
Otherwise, sell it to the highest bidder to pay for the site.
OTOH I guess as an EDU I should not complain about the pricing too much since, if I could get my boss to pay for it, we do get a 50% or so discount.
As for Nil's other idea of a contest with the first person answering winning, I would suggest that a random pick from people who enter within X number of days (3?). This would encourage active participation in the site without having hit the refresh button every minute.
Ah, my self interests are showing!
Comment
-
Can't sell it. Pesky taxes, reporting on both ends, etc.
I definitely want to reward those that contribute the most...last time around I just sorted by most posts, and started asking privately, that took a while to find someone who was close enough to take advantage, and hadn't registered already. =]
I want to be fair though...so maybe a random drawing from those who post in this thread, normalized by post count (ie, westerman would have 70x more chances than someone with a single post...)...is that fair?
Comment
-
Ack...this slipped. Will start an official distribution giveaway very soon. I think I'm going to go with my previous suggestion of a random choice of entries normalized by post count.
Or better yet, a real contest for the most helpful post written in the next week...hmmm....
Comment
-
Hah. Just got a 'cold call' from CHI in regards to the meeting. The person on the other end of the line wanted to know if I or the other bioinformatics person in my group was going to attend. Either they really want us for our expertise ... or they are desperate for attendees. :-)
Comment
-
OK. I need to give this pass away like immediately. So I will randomly choose a user from those in this thread (who can absolutely confirm that they will go), chances to post in this thread are null and void 24 hours from whatever the timestamp on this post is.
Comment
-
Looks like no one posted!chances to post in this thread are null and void 24 hours from whatever the timestamp on this post is.
At one time I could have gone but on Sept. 1st I signed up for a different workshop in October. Given the tight funds (no pay/inflation raises this past year) at the University going to two conferences in the span of two months -- even if one offers free admission -- is a no-go. If I was closer to the conference that would be different matter but, sigh, the hotel and travel expenses do mount up quickly.
Maybe you should open up the ticket to the first person who can actually go? Joann seems to have already gotten a ticket otherwise she would be a good choice.
Comment
-
And the winner is...Code:import random contestants = {'bioinfosm':244,\ 'westerman':107,\ 'nilshomer':145,\ 'Joann':19} entries = [] winners = [] #make drawing bowl for user in contestants.keys(): for i in range(contestants[user]): entries.append(user) #conduct drawing while entries: winner = entries[random.randrange(0,len(entries))] #pick winner winners.append(winner) #record winner #remove winner from further drawings entries = [user for user in entries if user not in winners] #output print time.ctime() print winners
I will email all of you so you make sure to know. Someone can't go, it drops to the next person on the list.Code:>>> execfile(r'Z:\python\untitled0.py') Fri Sep 04 14:34:50 2009 ['bioinfosm', 'westerman', 'nilshomer', 'Joann'] >>>
And please feel free to make fun of my python.
Comment
Latest Articles
Collapse
-
by SEQadmin2
CRISPR/Cas9 sparked the gene editing revolution for both research and therapeutics.1 But this system still showed severe issues that limited its applications. The most prominent were the heavy reliance on PAM sequences, delivery limitations, double-stranded breaks that prompt unintended edits and cell death, and editing inefficiency (both in targeting and in knock-in reliability).
Despite this, “CRISPR helped turn genome editing from a specialized technique into...-
Channel: Articles
07-31-2026, 11:01 AM -
ad_right_rmr
Collapse
News
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by SEQadmin2, Today, 10:32 AM
|
0 responses
3 views
0 reactions
|
Last Post
by SEQadmin2
Today, 10:32 AM
|
||
|
Started by SEQadmin2, 08-20-2026, 11:17 AM
|
0 responses
26 views
0 reactions
|
Last Post
by SEQadmin2
08-20-2026, 11:17 AM
|
||
|
Started by SEQadmin2, 08-18-2026, 10:05 AM
|
0 responses
29 views
0 reactions
|
Last Post
by SEQadmin2
08-18-2026, 10:05 AM
|
||
|
Started by SEQadmin2, 08-13-2026, 12:22 PM
|
0 responses
45 views
0 reactions
|
Last Post
by SEQadmin2
08-13-2026, 12:22 PM
|
Comment