boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
BuildingWeb版 - help for build a web
相关主题
做网站的语言,技术推荐
[转载] Macromedia Ultradev Final Version1.0正式版
ASP & serlet
如何纪录下访问者页面者的信息?
How to active the Hit-counter in FrontPage?
ASP, JSP or PHP?
谁知道哪有购物小车的源代码?
选虚拟主机的问题
[转载] sigh,找个支持JSP的虚拟主机怎么就恁地难?
JSP vs. ASP
相关话题的讨论汇总
话题: web话题: sites话题: micro话题: my话题: masters
进入BuildingWeb版参与讨论
1 (共1页)
f******e
发帖数: 4
1
My freind recommend me this BBS. I am suprised to see so many Masters
in building a web. I hope that your masters can give me suggestions on my
project.
My project is to build a web site, which can search information from micro-
array database in other web sites. The idea came from that there are quite
a lot of web sites storing various micro-array databases. One can check
information such as DNA sequence from these web sites one by one. But
frequently he/she may not know which web site to go If
i******i
发帖数: 54
2
e文不好,什么是micro-array?
怎么看起来像要做个google.com ?

【在 f******e 的大作中提到】
: My freind recommend me this BBS. I am suprised to see so many Masters
: in building a web. I hope that your masters can give me suggestions on my
: project.
: My project is to build a web site, which can search information from micro-
: array database in other web sites. The idea came from that there are quite
: a lot of web sites storing various micro-array databases. One can check
: information such as DNA sequence from these web sites one by one. But
: frequently he/she may not know which web site to go If

f******e
发帖数: 4
3
Micro-array is a term in molecular biology. On one micro-array chip
there are thousands of genes measured and stored to database.
Does it sound like google.com? Any other suggestions?
Foto

micro-
the

【在 i******i 的大作中提到】
: e文不好,什么是micro-array?
: 怎么看起来像要做个google.com ?

i******i
发帖数: 54
4
你的意思是要做个能搜索其他站点内容的站点吧?
那不就是一个搜索引擎? 譬如你在google.com,
你可以搜索关键词,而且你可以指定搜索的文件类型。
我不知道这种搜索引擎怎么做....
不过借用web服务的概念,如果那些站点提供搜索此站点内容的web服务,则你可以在
授权的情况下调用这些web服务,然后把结果在你的页面上反映出来。
不过基本上这个很难...主要是因为应用web服务的站点不多 呵呵
其实我想作为专业的生物站点,应该不多巴,所以一个方式是
你可以定期收集这些站点信息,把link放到你的站点上,类似做一个提供分类的站点,
第二种,就是在你的站点上形成一种氛围,吸引研究者在你那里讨论问题,发表研究成果


my
quite
search
get

【在 f******e 的大作中提到】
: Micro-array is a term in molecular biology. On one micro-array chip
: there are thousands of genes measured and stored to database.
: Does it sound like google.com? Any other suggestions?
: Foto
:
: micro-
: the

s******h
发帖数: 6
5
ASP AND WINDOWS 2000 is the easy way to achieve that.
you can download a free asp bbs ,then put it into your webpage.

【在 f******e 的大作中提到】
: Micro-array is a term in molecular biology. On one micro-array chip
: there are thousands of genes measured and stored to database.
: Does it sound like google.com? Any other suggestions?
: Foto
:
: micro-
: the

s**********i
发帖数: 711
6
it depends on how you want to do it:
1, store the microarray data from other sites on your site,
this is like a search engine (google)
or, 2, do real time search on other sites, this is like those
price check sites.
for 1, you need to have one program periodically visit the sites
to retrieve data, and store on your server, preferrably in a
database. this program can be written in any language you feel
comfortable, like VB, Java, C++, perl etc. this is independent
of other programs on your site.

【在 f******e 的大作中提到】
: My freind recommend me this BBS. I am suprised to see so many Masters
: in building a web. I hope that your masters can give me suggestions on my
: project.
: My project is to build a web site, which can search information from micro-
: array database in other web sites. The idea came from that there are quite
: a lot of web sites storing various micro-array databases. One can check
: information such as DNA sequence from these web sites one by one. But
: frequently he/she may not know which web site to go If

f******e
发帖数: 4
7
Thanks for all great information from you and others.
I will post the web site to you when it's done. There might be
other technique questions I need answers from your Masters.
Thanks again!!!

micro-
the

【在 s**********i 的大作中提到】
: it depends on how you want to do it:
: 1, store the microarray data from other sites on your site,
: this is like a search engine (google)
: or, 2, do real time search on other sites, this is like those
: price check sites.
: for 1, you need to have one program periodically visit the sites
: to retrieve data, and store on your server, preferrably in a
: database. this program can be written in any language you feel
: comfortable, like VB, Java, C++, perl etc. this is independent
: of other programs on your site.

f******e
发帖数: 4
8
One question:
Why non of you mentioned JSP? Is JSP not a good choice?

my
quite
search
get

【在 f******e 的大作中提到】
: Thanks for all great information from you and others.
: I will post the web site to you when it's done. There might be
: other technique questions I need answers from your Masters.
: Thanks again!!!
:
: micro-
: the

s**********i
发帖数: 711
9

it's besically same thing as java servlet. however,
typically JSP/java servlet is harder to setup unless
you already have a web server running them.
since it's microarray data I guess there's a lot of
pattern matching like things. pattern matching is
the best part of Perl.

【在 f******e 的大作中提到】
: One question:
: Why non of you mentioned JSP? Is JSP not a good choice?
:
: my
: quite
: search
: get

1 (共1页)
进入BuildingWeb版参与讨论
相关主题
JSP vs. ASP
请教网站数据库的方案
Please give me some advice on building a website.
怎么样加密Javascript
[转载] JSP是不是比ASP强大?
[转载] IBM的专家也束手无策,我该怎么办?
HTML问题
Who's online --JSP ?
submit form content to an email address?
[转载] 问一个有关TOMCAT+JSP的问题
相关话题的讨论汇总
话题: web话题: sites话题: micro话题: my话题: masters