numbercuteftp
cuteftp 时间:2021-04-21 阅读:(
)
[1]UsingHTMLandFTP:KeepingThingsSimplewithSimpleTools(MedicalEducationWebPageSeries–Part2)HTMListheacronymforHyperTextMarkuplan-guage.
Essentially,HTMLfilesare"hyped-up"textfiles,withtheadditionof"tags"toallowformatting,hyperlinks,images,sound,andmore.
EachHTMLdocumentusesthesetagstotellthebrowserhowtodisplaythematerial.
Some(standard)tagsaremorewidelyusedthanotherswhilesomeproprietarytagsonlyworkwithcertainbrowsersanddonotfollowpublishedinternationalstandards.
AgoodplacetolearnmoreaboutHTMListheNCSAHTMLPrimerathttp://www.
ncsa.
uiuc.
edu/General/Internet/WWW/HTMLPrimer.
htmlToexaminetheHTMLbehindanywebpage,sim-plyselectthe"viewsource"optioninyourwebbrowser,locatedintheviewmenu.
You'llthenbeabletoinspecttheHTMLcodemakingupthedocument,butitmaynotmakemuchsensetoyouwithoutalit-tleworklearningHTMLspecificssincethesourceotherwiselookslikeabunchofrubbish,withlotsof's(denotingvarious"tags"orcommands),interspersedwithsectionsofwriting.
Forinstance,eachHTMLdocumenthasthefollow-ingtagtypes:,,,and,andeachofthesetagtypeshasanopeningandaclosingcomponent(althoughnotalltagtypesdo).
Forexample,toobtainaboldtypeface,usethe(forbold)command.
Foritalics,use.
Toturnoffeffectslikeboldoritalicssimplyusethecorre-spondingclosingtag:and.
(Asyoucansee,thepresenceofa'/'characterbeforeanycommandinHTML,asin,denotesaclosingorendtag,whileitsabsencedenotesanopenorstarttag,aswehaveseenwith).
Tagscanalsobeusedtoformatmaterials.
Forexample,thetagcanbeusedtojustifytext,butonemustspecifytheformofalignmentorjustifi-cation(left,center,orright).
Tocentersomeboldtext,forexample,onemightwrite:Hello,World,howareyouandtheresultdisplayedwouldbe:Hello,World,howareyouFinally,notethatinHTMLtagsarenotcasesensi-tive;thatis,onecanuseanycombinationofuppercaseorlowercasecharactersintheirconstruction.
Considernextasimpleexercisetoillustratehoweasyitcanbetoconstructarealwebpage.
UsingtheWindowsnotepadtexteditor(oranywordprocessor)typeinthetextinFigure1,andwhenfinished,saveyourworkasatext(.
txt)file.
Thenrenamethefilefromthe.
txtextensiontoan.
htmextension.
Nowyouhavejustcreatedasimplewebpagethatcanbeviewedbyloadingthefileintoyourbrowser.
Notethatbecausethefileatthisstageislocaltothemachineandnotresidingonaserverontheinternet,itdoesnothaveanaddressorURLbutrather,thefileisaccessedusingthe"file,open,browse"featureofMicrosoftinternetexplorer(withasimilarmethodforotherbrowsers).
MyfirstmedicaleducationpageFirstparagraphgoeshere.
.
.
Secondparagraphgoeshere.
.
.
Thirdparagraphgoeshere.
.
.
Forthparagraphgoeshere.
.
.
Fifthparagraphgoeshere.
.
.
Figure1:AsimplewebpagetemplateAsyoucansee,thetemplateprovidedinFigure1canbeusedtomakeallmannerofpuretextwebpages,eveniftheymightbeabitboringinstyleandlayout.
Ofcourse,arealwebpageusuallycontainsadditionalelements,suchashyperlinksorimages.
210CANJANESTH2002/49:2/pp210–213NewMediaNEWMEDIA211OnemeansofaugmentingabasicwebpagelikethatinFigure1istoaddHTMLsnippets"stolen"fromotherwebpages(usingthe"viewsource"optiontoexaminetheHTMLcodefromthepageinques-tion).
Onecanthenusethe"cutandpaste"featureofWindowsandaddtherequiredsnippettothenewpage.
This,ofcourse,requiressomeknowledgeofHTMLsyntax,butnotmuch,andcanbeonewayofexperimentingwithwebpageconstruction.
However,userswhowishtoconstructwebpagesofevenmodestcomplexitywilllikelyprefertousemoresophisticatedmethods,suchasemployingsoftwarepackagesforadvancedwebpageconstructionsuchasAdobeGoLive,MicrosoftFrontPageorMacromediaDreamweaver.
Onceyourwebpageiscompletedandtestedlocal-ly,itistimeto"upload"thefiletotheserver.
Thisisusuallydoneusingafiletransferprotocol(FTP)pro-gramsuchasWS_FTP,acommercialsharewarepro-gram,anditsfreeware"limitededition"versionWS_FTPLE,bothavailablefordownloadathttp://www.
ipswitch.
com.
OtherpopularFTPpro-gramsareCuteFTPandCuteFTPPro,availableathttp://www.
cuteftp.
cominbothfreetrialandcom-mercialversions.
IhavefoundthatthefreeWS_FTPLEprogramsuitsmyneedsratherwellandhavenotseenaneedtouseamorepowerfulsharewareversion(wherebyoneisobligatedtopaymoneytousetheproductbeyondaspecifiedtrialperiod).
Finally,notethatFTPprogramscanalsobeusedforotherapplicationssuchasmaintainingashareddataarchive.
Forinstance,anumberofcollaboratorscansharedatafiles(experimentaldata,spreadsheets,reports,images,etc.
)fromaremoteinternetsitesim-plybyuploadingnewfilestoasharedserverandlet-tingeveryoneknowaboutthenewmaterialbye-mail.
Alternately,journalsmaysomedayoffera"datarepos-itoryservice"wherebyqualifiedinvestigatorscanuseFTPmethodstodownloadrawexperimentaldatabelongingtoalreadypublishedreports,perhapswithaviewtoconductingsecondaryresearchstudiesbyusingnewerormoresophisticatedanalyticalmethods.
Iwouldliketoclosethisarticlebyidentifyingsomeadditionalresourcesthatmayinterestindividualsinterestedinproducingwebpagesformedicaleduca-tion.
ThesearelistedintheTable.
TABLEMoreresourcesforbuildingwebpages[1]ABCsofbuildingawebsitehttp://www.
webde-velopersjournal.
com/columns/abcs_of_building_web_sites.
html"Awebdesigntutorialforrankbeginners".
[2]WritingHTMLhttp://www.
mcli.
dist.
maricopa.
edu/tut/lessons.
htmlAcomprehensivetutorialforcreatingwebpages,pre-sentedin29sections.
[3]BigNoseBirdhttp://www.
bignosebird.
com/"Everythingyouneedtobuildgreatwebsites".
[4]ReallyBighttp://reallybig.
com/Ahugeresourceforallwebdevelopers,includingnumeroussubjectguides.
D.
JohnDoyleMDPhDFRCPCToronto,Ontario[2]TheUncertainFutureofPaperinScientificPublicationAlthoughthecurrentsystemforpublishingscientificstudiesthroughpaperjournalshasbeeninusesincethelate1600's,inrecentyearstheskyrocketingcostofmanyprintjournalshaslimitedtheabilityofmanyuniversityandresearchlibrariestooffera"complete"selection.
1–4Thisfact,coupledbythecomingofageoftheinternet,hasleadmanyacademicstoenvisionasystemthatwillleadtotheendofprintjournalsasaprimarymeansofdisseminatingandarchivingresearchinformation.
Inthisbravenewvision,scien-tificlibrarieswouldbeentirelyvirtual,butavailableanywhereintheworldwherethereiswebaccess.
(Justimagine:abasecampphysician-scientistworkingonMountEverestusingasatelliteweblinktolearnmoreaboutthemanagementofhigh-altitudepulmonaryedemainanafflictedclimber).
Thetimerequiredforpublicationintheprintlitera-turehaschangedlittleinthelast200years,whereassci-entificdiscoverycontinuestoproceedatadizzyingpace.
TheresultiswhatRobertson5calls"agrowingdisjunc-tionbetweentheefficiencyofscienceandtheinefficien-cyofscientificreporting".
Electronicpublicationisoftenproposedasalogicalsolutiontothisproblem.
Thisvisiondoesnotexcludetheuseofpaperasamediumwhereitispreferred.
Paperiswidelyrecog-nizedatthepreferredstandardforeaseofreading,andthoseindividualswhoprefertoreadpaperdocumentswouldsimplybeabletoprintthemout,pageformat-tingfullyintact,usingaprinterattachedtotheircom-putertoproducea"deadtreeedition".
WiththeuseoftheAdobeAcrobatsoftwarepackage,6documentsindozensofnativeformatscanbeconvertedtoPDFfor-mat("PortableDataFormat")forpublicationontheweborelsewhere,withoptionsforscreen-friendlyandprinter-friendlyversionsasdesired.
Themainadvan-tagesofthispaperlessvisionareineliminatingthecostofprintingandmailing,inbringingtheinformationtotheworldmorequickly,andinallowingelectronicsearchingofthepublisheddocuments.
Anadditionalpracticalpointthatisoftenunrecognizedisthatittrans-fersthecostofanycolourprintingtotheenduserratherthancostingthepublisherortheauthor.
Thisisanimportantpointsincecolourprintinginpaperjour-nalscanbeexceedinglyexpensive,andfrequentlytheauthor-scientistisexpectedtocovertheadditionalcost,anamountoftenexceeding$1000.
However,notallpeopleexploringthisvisionlikewhattheysee.
Someindividualsfearadropinthequal-ityofscientificpublishingwiththeentryontotheaca-demicsceneofalargenumberofpoorlyrunelectronicjournalssporadicallypublishingminimallyacceptablematerialandfightingtomaintaintheirexistence.
Theyfearasystemwherepeer-reviewishaphazardorevenabsentandwhereanykookcanpublish.
7Yettheexistingjournalsystemitselfhasanuncer-tainfuture.
Morrissuccinctlysummarizesthematterthisway:8"Journalsprovidemuchthatisofimmensevaluetotheresearcherandpractitioner.
Yettheeco-nomicsofjournalsareunsustainable;theamountofpublishableresearchisincreasingmorerapidlythanthefundsavailabletobuyit.
Variousalternativemod-elsareemerging,noneofthemwithoutproblems.
Thewayforwardisnotclear,butchangeisinevitable.
"Solomonhasaddressedthesespecificconcernsinanoteworthyonlinejournalarticle.
1Hediscussessixconcernsaboutproblemsrelatedtomovingfromaclassical,paper-basedmeansofscholarlypublicationtoonebasedpurelyonelectronicmeans.
(Ofthesecon-cerns,manyhavebeenpreviouslydiscussedbyHarnard).
9Solomonliststheseconcernsasfollows:[i]"Withconstantlychangingdigitalformatsandtherapidproliferationanddemiseofelectronicjour-nals,importantscientificmaterialmightnotbepre-served.
"[ii]"Forreadingextendedamountsoftext,paperismuchmoreconvenientthancomputerscreens.
"[iii]"Itwillbedifficulttomaintaintherigorousqualitycontrolprovidedbypeer-reviewandlimitedacceptanceratesintheprestigioustraditionaljournals.
"[iv]"Thecredit,recognitionandadvancement(academiccredit)providedbypublishinginpresti-giousjournalswouldnotbeavailableinelectronicjournals.
"[v]"Electronicmediawillfacilitateandencourageplagiarism.
"[vi]"Peopleinremoteareasandindevelopingcoun-trieswillnothaveaccesstoelectronicpublication.
"Solomonveryeffectivelydebunkstheseconcernswithcarefullyreasonedarguments.
Heviewsthesepurportedproblemsmostlyaseithersolvableoras"nonissues".
Forinstance,thefirstconcern(thatsomedigitalmaterialsmightnotbepreservedshouldanelectronicjournalgooutofoperation)isdismissed(appropriate-ly,inmyview)asprimarilyatechnicalmatterandcouldeasilybeaddressedwiththedevelopmentofanationalsystemforarchivingelectronicmaterialsjustastheUSLibraryofCongresscurrentlymaintainsarchivalcopiesofallprintmaterialspublishedintheUS.
Indeed,theUSNationalInstituteofHealthisexploringexactlythisoption,withtheintendedgoalofpreservingcopiesofelectronicpublicationsinthehealthsciences,andaddingredundancybyemployingoneormoremirrorsites.
Solomondismissesthesecondconcern(thatpaperismoreconvenient)asa"non-issue",notingthat"itissimplyamatterofprintingoffthematerialonewantstoreadandonlythematerialonewantstoreadatthepointinthespace-timecontinuumthatonewantstoreadit".
Similarly,thethirdconcern(regardingqualitycon-trol)issaidtobe"spurious"inthat"peer-reviewandarigorousselectionprocessaremedia-independentandcanbeaseasilyimplementedinanelectronicaspaperform".
Solomonsimilarlydiscussestheremainingthreeconcernsfromthenaysayersandmakesthecasethattheseconcernsaregreatlyexaggerated.
Heattemptstoestablishthatthemainissueinthisdebateisapowerstrugglebetweenauthorsandpublishers,espe-ciallywithrespecttocopyrightownership.
Heenvi-sionsasystemofpublicationwherethecopyrightiskeptbytheauthorratherthanbeingtransferredtothepublisherastheusualconditionofpublication.
Solomon'spaperconcludeswithavisionofthefutureinvolvingtheconversionofwrittenmaterialfrompapertoelectronicmediainaprocessextendingoverseveraldecades.
Inthisprocesshepredictsthatcontrolofscientificpublicationwillshiftawayfromscientificpublisherstotheauthor-scientistwhowrotethematerialinthefirstplace.
Solomonadmitsthatthismayresultinanumberofpublicationsofmargin-alquality.
Inthewordsoftheauthor:1"Virtuallyanyonewhochoosestodosocanpublishelectronicallyandmaketheirmaterialavailabletotheworld.
Whilethishasthepotentialofdrowningusingarbage,itcertainlydoesnotmeanitisallgarbage.
212CANADIANJOURNALOFANESTHESIAPublisherscurrentlyhaveamonopolyonthemostpres-tigiousscientificjournalsbuttheydonothaveamonopolyonqualityscientificthought.
Intheoryallitwouldtakeisashiftinattitudesandconventionsamongthescientificcommunityforthecurrentpublisherstobecutcompletelyoutoftheequation.
Inaveryrealsensetheinternethasprovidedthescientificcommuni-tywiththeultimatetrumpcardindeterminingwhocontrolsscientificcommunication.
"Thedebatesurroundingelectronicpublicationwillcontinueforsometime.
Allwecanbesureofisthatchangeisinevitable,atleastforthetimebeing.
D.
JohnDoyleMDPhDFRCPCToronto,OntarioReferences1SolomonDJ.
IsittimetotakethepaperoutofserialpublicationMedEducOnline1999;4:7.
[Availablefromhttp://www.
Med-Ed-Online.
org]2WalkerTJ.
FreeInternetaccesstotraditionaljournals.
AmerSci1998;86.
Availablefromhttp://www.
amsci.
org/amsci/articles/98articles/walkerweb.
html3OdlyzkoAM.
Competitionandcooperation:librariesandpublishersinthetransitiontoelectronicscholarlyjournals.
JScholarlyPublishing1999;30:163–85.
Availablefromhttp://www.
research.
att.
com/~amo/doc/eworld.
html4BraninJJCaseM.
Reformingscholarlypublishinginthesciences:alibrarianperspective.
NoticesoftheAMSavailablefromhttp://www.
ams.
org/notices/199804/branin.
pdf5RobertsonD.
Electronicpublishingofscience:betterlatethannever.
AmJMed2001;110:370–2.
6http://www.
adobe.
com/products/acrobat/main.
html7KassirerJP,AngellM.
TheInternetandthejournal.
NEnglJMed1995;332:1709–10.
8MorrisS.
Thefutureofjournals:wherewillelectronicpublishingtakeusHospMed2001;62:301–4.
9HarnadS.
On-linejournalsandfinancialfire-walls.
Nature1990;395:127–8.
Availablefromhttp://www.
princeton.
/edu/~harnad/nature.
htmlNEWMEDIA213
近期RAKsmart上线云服务器Cloud Server产品,KVM架构1核1G内存40G硬盘1M带宽基础配置7.59美元/月!RAKsmart云服务器Cloud Server位于美国硅谷机房,下单可选DIY各项配置,VPC网络/经典网络,大陆优化/精品网线路,1-1000Mbps带宽,支持Linux或者Windows操作系统,提供Snap和Backup。RAKsmart机房是一家成立于2012年...
成立于2006年的荷兰Access2.IT Group B.V.(可查:VAT: NL853006404B01,CoC: 58365400) 一直运作着主机周边的业务,当前正在对荷兰的高性能AMD平台的VPS进行5折优惠,所有VPS直接砍一半。自有AS208258,vps母鸡配置为Supermicro 1024US-TRT 1U,2*AMD Epyc 7452(64核128线程),16条32G D...
触碰云怎么样?触碰云是一家成立于2019年的商家。触碰云主营香港/美国 VPS服务器、独立服务器以及免备案CDN。采用的是kvm虚拟构架,硬盘Raid10,Cn2线路,去程电信CN2、移动联通直连,回程三网CN2。最低1核1G带宽1M仅20.8元/月,不过这里推荐香港4核4G15M,香港cn2 gia线路云服务器,仅115.2元/月起,性价比还是不错的。点击进入:触碰云官方网站地址触碰云优惠码:优...
cuteftp为你推荐
韩国server360邮箱请问360邮箱怎么申请dell服务器bios设置如何进入DELL电脑BIOS设置支付宝账户是什么好评返现 要支付宝帐号 支付宝帐号是什么啊我要购买|我要查询|我要开户123456hd手机卡上出现符号hd怎么取消billboardchina美国Billboard公告牌年度10大金曲最新华丽合辑美国独立美国是什么时候独立的?美国独立美国独立战争的概况香港空间香港有哪些购物场所
me域名注册 虚拟主机评测网 中国域名交易中心 bbr 狗爹 bash漏洞 20g硬盘 suspended 名片模板psd tightvnc 警告本网站 全能主机 英文站群 灵动鬼影 bgp双线 秒杀汇 太原网通测速平台 ftp免费空间 卡巴斯基免费试用版 腾讯总部在哪 更多