Url  address: using DOI

Greetings,
I have a journal/publication client that is wanting me to
begin using a unique-identifier for each of their articles in
thieir Journal. This new initiative is to conform with their
participation in the DOI (dig. obj. identifier) process for the
articles in their journal.
To comply, they need to have a url setup such as
http://www.ajjtp.org/10.3519/ajournal.2006.2163
(preferred) or
http://www.ajjtp.org//doi.cfm?doi=10.3519/ajournal.2006.2163')
and then have that url pull up the correct article pdf from thier
database. I have all of the DOIs (10.3519/ajournal.2006.2163) in a
database that is matched to the article pdf addresses.
But, my level of cfmx programming is only beg-mid level and
I'm not certain how to attack this project? Can anyone offer help.
A very good reference for how the project should function is
the journal Nature's process at:
http://www.nature.com/doifinder/10.1038/ng571
Which you can see, this url pulls up an exact article.
Thanks,
Stephen
Tallahassee, FL

I tried to subsitute the field value for the parameter list in your example.
P9_REPORTS holds the url address from the select query that built the radiogroup.

Similar Messages

  • HTTPS communication using HTTP receiver adapter URL address as Address Type

    Hi All,
    If some one who has tried HTTPS communication using HTTP receiver adapter using URL address as Address type can you please guide me what are the steps need to be done.
    Note : Address type is a parameter in HTTP adapter setup .
    Regards,
    Reddy

    Hi,
    Check this,
    Configurations in Integration Directory
    The plain HTTP adapter gives the receiver system the following specifications:
    — Specifications for addressing using a URL address:
    Target host, service number, and path prefix including query string:
    http://<hostname:port>/<path>?<query-string>
    You can identify the target host (HTTP port) of a SAP Web Application Server using
    the
    ICM monitor
    Host and port of the HTTP proxy (optional if there is a firewall between the plain
    HTTP adapter and the receiver system)
    Authentication data for the receiver system.
    See also: transaction Display and Maintain RFC Destinations (SM59).
    &#151; Specifications for addressing using an HTTP destination:
    HTTP destination
    &#151; Parameters from the communication channel for technical routing
    Content type (the entry text/XML is expected as default)
    Specifies the format that the message contents (the payload) should have.
    Optional header fields for the receiver-specific protocol
    Attributes for the query string
    1. Sender party
    2. Sender service
    3. Receiver Interface
    4. Message ID
    5. Quality of service
    6. Queue ID
    All attributes are selected except for the queue ID. If you do not want a value to be
    transferred to the receiver, deselect it. The queue ID is only required if the quality of
    service is EOIO.
    Specifications for payload manipulation
    XML code (default UFT-8)
    Specifies the character set.
    URL escaping
    Presents the XML in a URL-enabled format. Special characters that could be
    interpreted as control characters are replaced with escape characters (masked).
    Prolog
    Enhances the payload for particular servers (optional, see below).
    Epilog
    Enhances the payload for particular servers (optional, see below).
    Enhancing the Payload
    Regards
    Seshagiri

  • Writing data into file from URL address

    Hi!
    I need to download file from certain url address and write it to file on my local disk. The file being downloaded is a image file and therefore
    I cannot make sure what encoding should I use. When I save file manually on disk and compare it with the file written programmatically, then
    the bytes in both files are not equal. Any smart advises are welcome.
    The code being used is:
    import java.net.*;
    import java.io.*;
    public class UrlParser {
         public static void main(String[] args) {
              String data;
              try{
                   // Construct a URL object
                   URL url = new URL("http://stockcharts.com/c-sc/sc?s=qqqq&p=D&b=3&g=0&i=t74934638175&r=4028");
                   // Open a connection to the URL object
                   String encoding = "UTF8";
                   BufferedReader html = new BufferedReader(new InputStreamReader(url.openStream(),encoding));      
                   Writer img_out = new OutputStreamWriter(new FileOutputStream("sc.gif"), encoding);
                   while((data = html.readLine()) != null) {
                        img_out.write( data );
                   img_out.close();
              } catch(MalformedURLException e) {
                   System.out.println(e);
              } catch(IOException e) {
                   System.out.println(e);
    }

    Use InputStream and OutputStream classes, not Readers/Writers. The latter are for "text" I/O, not "binary".

  • My URL/Address bar is missing after the delicious update. My search engine bar is missing after the Delicious update. I cant figure out how to turn them back on. rhouwan@*****.***, thank you.

    My URL/address bar is missing after the Delicious update.
    My search engine drop down menu is missing after the Delicious update.
    I can't figure out how to turn them back on, please advise, thanks.

    Try the Firefox SafeMode. <br />
    ''A troubleshooting mode, which disables most Add-ons.'' <br />
    ''(If you're not using it, switch to the Default Theme.)''
    # You can open the Firefox 4/5/6/7 SafeMode by holding the '''Shft''' key when you use the Firefox desktop or Start menu shortcut.
    # Or use the Help menu item, click on '''Restart with Add-ons Disabled...''' while Firefox is running. <br />
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before using the Firefox shortcut (without the Shft key) to open it again.''
    If it is good in the Firefox SafeMode, your problem is probably caused by an extension, and you need to figure out which one. <br />
    http://support.mozilla.com/en-US/kb/troubleshooting+extensions+and+themes

  • Is there a way to prevent Robohelp WebHelp from appending characters to the end of the URL address for a TOC Entry?

    I am running RoboHelp 10 on Windows 7 Enterprise SP1 64 bit OS.
    WebHelp is appending characters to the end of the TOC entry's URL address. The characters "bc-n" where n is a number are being generated for all of the TOC Page Entries when I generate WebHelp output. We are exporting the HTML files for import into an application. The TOC Page Properties Link to: property does not contain the characters in RoboHelp.
    We have standardized names defined for our application and the appended characters are not going to work in the application.
    cid:[email protected]
    When I use the generated html output in IE10 Version 10.0.9200.16635 Update Versions: 10.0.7 (KB2846071) the characters show up in the URL when I hover the mouse over the TOC entry as shown in the screenshot below.
    cid:[email protected]
    The two screenshots show that the Link to property does not have the characters "bc-7" but the URL address does.
    Is there a setting or way to configure RoboHelp to prevent Robohelp WebHelp from generating and appending characters to the end of the URL address for TOC Entries?

    I have never known Rh add any characters so I think something else is at play here. Please open one of the sample projects and see what happens there. Click Open on the RoboHelp Starter page and then click Samples in the ribbon on the left.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • How do I get the URL address of a newly uploaded page?

    I'm using the files manager to upload my page to the server
    at school.
    When I'm viewing the page in Dreamweaver and go to Preview In
    Browser it keeps giving me my local folders address, instead of the
    file I uploaded to the server at school. I need to Preview In
    Browser
    the file on the server so I can copy the correct URL and
    send it to my teacher in an email (I need to send him my link to
    view my work).
    What am I doing wrong?
    I can upload to the server because I see my newly uploaded
    files sitting there in the Files manager.
    How do you Preview In Browser the file on the server? I need
    it's URL address.

    Hi guy
    Preview occurs on your local computer...
    Once it'a uploaded to the server, it's too late for
    "Preview".
    Visit the school's website, or contact the school's server
    administrator
    for the URL path to your pages.
    "smittyboy63" <[email protected]> wrote in
    message
    news:er8cdv$hl3$[email protected]..
    > I'm using the files manager to upload my page to the
    server at school.
    > When I'm viewing the page in Dreamweaver and go to
    Preview In Browser it
    > keeps
    > giving me my local folders address, instead of the file
    I uploaded to the
    > server at school. I need to Preview In Browser
    the file on the
    > server so
    > I can copy the correct URL and send it to my teacher in
    an email (I need
    > to
    > send him my link to view my work).
    > What am I doing wrong?
    > I can upload to the server because I see my newly
    uploaded files sitting
    > there
    > in the Files manager.
    > How do you Preview In Browser the file on the server? I
    need it's URL
    > address.
    >

  • Proxy receiver channel with HTTP destination or URL address?

    Hi Experts,
         I have a scenario as below:
         (Webservice Client)SOAP --> PI --> PROXY(SAP ECC).
         A webservice client calls PI using SOAP. PI then sends the request to SAP ECC using PROXY.
        I am using AAE. Therefore I have ICO.
        In the receiver PROXY channel I have given:
       ADAPTER TYPE: SOAP
       Transport Protocol: HTTP
       Message Protocol: XI3.0.
       Under connection parameters:
       Addressing Type dropdown as 2 entries HTTP destination and URL address.
       In what cases i should use HTTP destination and URL address respectively?
       Which option is preferred?
       Do they work same or differently? How?   
       When I select HTTP destination where should I create the corresponding RFC destination? In PI ABAP stack using SM59 or PI NWA?
       If this HTTP destination is created in PI ABAP stack using SM59 then what type it should be? H? or G? 
    Thanks
    Gopal

    Hi Gopal,
    In creating XI receiver communication channel, you have 2 options for Addressing Type:
    1. URL Address - no need to create RFC destination. You just have to specify the XI receiver host name, HTTP port, path (/sap/xi/engine?type=receiver), Authentication data (logon details for SAP Client number of the PI system).
    2. HTTP Destination - create RFC destination in SXMB_ADM and specify the RFC destination name in your receiver communication channel.
    For SAP documentation, see this link:
    http://help.sap.com/saphelp_nwpi711/helpdata/en/f4/0a1640a991c742e10000000a1550b0/content.htm?frameset=/en/e1/091640a991c742e10000000a1550b0/frameset.htm&current_toc=/en/43/96cbccb9335b77e10000000a11466f/plain.htm&node_id=5
    Regards,
    Naveen.

  • Why is most of the URL address, except for the domain name, in gray font? It's difficult to read. I would like to make the entire address font in black

    [http://pics.livejournal.com/tersa/pic/006gzfsf Screenshot of the behavior]
    Before I upgraded to Firefox 6.0, the URL address was displayed in black text.
    After upgrading, it is now displaying only the core domain name (e.g, mozilla.com) in black text, while any extra text (like, https://support. ) is grayed out.
    It is very difficult to read this gray text on my monitor. I'd like to make it so that the entire address is displayed in black text, but I couldn't seem to find any kind of configuration setting under Options to change this.
    Please let me know if I can modify the URL display to be all black again.

    That is a new feature in Firefox to highlight the domain in the URL bar. You can change a preference to make the entire URL dark.
    Change a preference:
    #type '''''about:config''''' in the Location/URL bar and press Enter.
    #if you see a warning, accept (promise to be careful)
    #Filter: '''''browser.urlbar.formatting.enabled'''''
    #in lower panel, double-click that item to toggle value to '''''false'''''
    I am not sure whether or not you need to re-start Firefox after doing the above for the change to take effect. Test and if it does not work, then re-start Firefox and test again.
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''
    Not related to your question, but...
    You need to update some plug-ins:
    *Plug-in check: https://www-trunk.stage.mozilla.com/en-US/plugincheck/
    *Adobe Shockwave for Director Netscape plug-in: [https://support.mozilla.com/en-US/kb/Using%20the%20Shockwave%20plugin%20with%20Firefox#w_installing-shockwave Installing ('''''or Updating''''') the Shockwave plugin with Firefox]
    *Shockwave Flash (Adobe Flash or Flash): [https://support.mozilla.com/en-US/kb/Managing%20the%20Flash%20plugin#w_updating-flash Updating Flash in Firefox]

  • How can I copy and paste a URL address?

    How can I copy and paste a URL address?

    Do you use chrome? Just double tap on the link and you will get the cut/copy options.
    All we have to decide is what to do with the time that is given to us - J.R.R. Tolkien

  • Personal domain on MobileMe, repetitive URL addresses and personal site?

    Okay, this may be two topics, but I don't know how to describe it briefly enough for the subject line to get it all across. At least not at the end of a long day.
    I have a website I designed and published via iWeb '09 promoting my home motorcycle service. I have the domain name registered through GoDaddy.com. I followed the instructions posted in another thread linked to GoDaddy's MobileMe instructions, and also used MobileMe's personal domain instructions to the point where it appears to work, but I still feel like I'm doing something wrong. The domain name is below.
    www.bltmoto.com
    However, when you type this into a browser, it forwards to my PERSONAL site which is also in the same iWeb file, which is basically just a blog and some pictures. It takes you to:
    http://www.bltmoto.com/crat/HQ.html
    ...when I'm trying to get it to bring up this content:
    http://www.bltmoto.com/BLTMotoService/Home.html
    I was under the assumption that my personal site would remain located within the web.me.com domain, but it appears not if it's part of the same iWeb file. Is this correct? So hypothetically, if I was to get a domain name for my personal site, like www.chrisratledge.com, or whatever, could I get it to work independently of my moto service site within the same iWeb file? Would I have to duplicate the file and delete one of the other ones to keep them separate, or would that not work either? In other words, in iWeb, when you choose "New Site," will it always be like a subdomain (don't know if I'm using that nomenclature correctly) on your account?
    Also, is there a way to truncate my URLs for these sites? Like when I type in www.bltmoto.com, it would exist and displays in the URL field of the browser as:
    http://www.bltmoto.com/Home.html
    instead of:
    http://www.bltmoto.com/BLTMotoService/Home.html
    Also, the page names in iWeb I designate also appear directly as typed in the URL address line and at the top of the browser title bar. Is there a way in iWeb to change this? I'd like the Title bar to display the company name and page info, such as:
    "BLT Moto Service Home"
    instead of just
    "Home"
    Is there a way to change or modify this within iWeb, or is this strictly a HTML code modification?
    I know this is a lot and hopefully I've been clear enough in my description, please help if you can. Thank you

    Ethmoid wrote:
    ...the site that you have published first will be connected to your domain name....If the first site is published first, then this will be the first linked to your domain name and will come up.
    Okay, I figured that may be the case for that issue, shortly after I asked the question, just didn't mess with the order to verify it.
    Basically, iWeb site structure is to produce a url that is http://www.domain.com/sitename/pagename. The only way that you can change this if you are publishing to MME is to change the way in which you forward your domain name - change CNAME to ordinary web forwarding and then your url will be http://www.domain.com for every single page of your site. The only draw back to this is that individual pages of your site cannot be bookmarked, just the whole site.
    Hmm, so I think I see what you're saying about the page structure, so no matter what I do while publishing and hosting on MME, the only way to have my domain name stay "www.bltmoto.com" is to change the CNAME setting on GoDaddy to "ordinary web forwarding" - I have no idea what that is or how to do it - but then every single site and page I publish will only have the "www.bltmoto.com" URL?
    Your only other option is to purchase a hosting account from GoDaddy and upload your site directly - if you do this you can upload just the contents of your site folder rather than the whole folder itself and this will then give you the domain name www.domain.com/pagename. RSS feed will not work though, as you have broken iWeb's site structure and I see that you do use this so it might not be a viable option for you.
    So is there no way to create separate websites with separate domains using iWeb, and publish them to other MME accounts or keep them separate? My dad wants me to put together a site for him that he would publish and host on his MME account. Does this mean I'd have to create it on his machine, or could I create a new iWeb file for his site and publish it to his account from my computer? Suddenly the convenience appeal of the marketed ability to host personal domain names on MME doesn't seem convenient at all.
    I think maybe you addressed this on my other questions in another thread...

  • HT2513 How do you find out what your iCal URL address is?

    How do you find your iCal URL address? I am trying to set up my iCal on my laptop, I have it showing on iPhone, and Mac desktop, but cant get it to show on laptop my daughter uses.  Thanks!

    You can't after losing the answers. If guessing doesn't work, you need to ask Apple to reset your security questions; ways of contacting them include phoning AppleCare and asking for the Account Security team, clicking here and picking a method for your country, and filling out and submitting this form.
    They wouldn't be security questions if they could be bypassed without Apple verifying your identity.
    (105335)

  • How to store WWW Address using OAOR

    Dear all,
    I want to store the WWW Address using BDN. when i double clicking the standard Doc. Types 
    (Document class HTM) means
    Its opening the POP UP (BDN file selection).
    In the POP UP (BDN file selection). IF i give this URL means
    http://www.google.co.in/search?hl=en&q=tamil+news&meta=
    its getting saved and displayed fine. but, if i give this URL means
    Generic object services (GOS) - in Background - Part II
    means its getting saved but when i try to open this means Its getting Internet explorer script error. 
    please give some solution. <<text removed>>
    Thanks in advance.
    Thanks,
    Hema.
    Edited by: hemachandran r on Nov 20, 2008 2:56 PM
    Edited by: hemachandran r on Nov 20, 2008 3:06 PM
    Edited by: Matt on Nov 20, 2008 3:10 PM - Urgent not allowed

    closed

  • Flip-flopping URL address

    Hello Experts.
    I recently read about how to go about changing the URL
    address of a page so that it is somewhat reversed; where the domain
    name is after a sub directory name. The effect, for my purposes,
    would be to have the site address with a customers name first (the
    customer's name is the name of a sub-folder in the root folder),
    and then the domain name. The effect is a more personalized URL.
    EXAMPLE:
    Current URL -
    http://verycoolsite.com/dairyqueen
    (opens the index page from the sub-folder, dairyqueen)
    Desired URL -
    http://dairyqueen.verycoolsite.com
    (same site index page is opened, but more personalized effect)
    This is often seen in blog URL's (davedog.blogger.com).
    So, how is this done? Is it done from the ISP? Or is there
    code to add to the html that will do this?
    Any help appreciated.
    r

    On 16 Aug 2007 in macromedia.dreamweaver, Sbisa wrote:
    > I recently read about how to go about changing the URL
    address of a
    > page so that it is somewhat reversed; where the domain
    name is after
    > a sub directory name. The effect, for my purposes, would
    be to have
    > the site address with a customers name first (the
    customer's name is
    > the name of a sub-folder in the root folder), and then
    the domain
    > name. The effect is a more personalized URL.
    >
    > EXAMPLE:
    > Current URL -
    http://verycoolsite.invalid/dairyqueen
    (opens the
    > index page from the sub-folder, dairyqueen)
    >
    > Desired URL -
    http://dairyqueen.verycoolsite.invalid
    (same site
    > index page is opened, but more personalized effect)
    >
    > This is often seen in blog URL's
    (davedog.blogger.invalid).
    >
    > So, how is this done? Is it done from the ISP? Or is
    there code to
    > add to the html that will do this?
    If you don't own a domain name, please don't use it in
    examples. Use
    either sitename.invalid (the whole "invalid" top level domain
    is
    reserved for non-existent domains), or use
    example.com|net|org, which
    are reserved domain names to use as examples.
    It's a combination of DNS (subdomain.example.com has to point
    somewhere) and server configuration (your server has to know
    that
    subdomain.example.com should get served the contents of
    /home/sbisa/public_html
    Blogs are different in that they are (for the most part)
    database
    driven, and sbisablog.example.com would be more likely to be
    the
    equivalent of example.com/blogindex.php?username=sbisa, and
    blogindex.php generates pages based on that username.
    Joe Makowiec
    http://makowiec.net/
    Email:
    http://makowiec.net/contact.php

  • Why doesn't iCloud retain hyperlinks or live URL addresses in iCloud contacts?

    Why doesn't iCloud retain hyperlinks or live URL addresses in contacts?
    Hardware/Software Setup Scenario:
    PC with Windows 7 and Microsoft Office 7 Pro at home for which all ISP (Cox Communications) e-mail is integrated with Microsoft Outlook 7. New Apple iPhone 4S linked to MS Outlook Contacts, Calendars, Tasks (Reminders) and Notes via iCloud. All e-mail bypasses iCloud (not needed).
    Problem:
    When initially migrating Microsoft Office 7 Contacts to Contacts in iCloud, Outlook creates a new folder named "Contacts in iCloud," which does synchronize quickly with your iCloud Contacts folder (in Outlook) on your computer at home and your iPhone when you're on the road. That is a great thing to have, and it works well for my calendar, which constantly changes. The unfortunate predicament is that there are some major problems that occur when you convert your Contacts records to iCloud as follows.
    My Contact Notes in Microsoft Office 7, which contain rich formatted text, Microsoft program hyperlinks and live URL addresses (web sites, email addresses, etc.) are all lost because iCloud converts all of it into basic text, rendering the entire Contact Notes box useless. The only way to note a hyperlink is to go back to the web site or email address (if you still have it) and copy the properties in plain text into your notes -- not a reasonable solution.
    An additional problem seen when moving Outlook Contacts to Contacts in iCloud is that the Contact Notes in the new "Contacts in iCloud" are systematically affected by sporadically dropped spaces between words requiring a manual or spell check "cleanup" of every contact -- not reasonable for a folder of approximately 1,000 contacts.
    I have also found that importing my Outlook Contacts into iCloud empties the Outlook "Contacts" folder. Once you have created your new "Contacts in iCloud" folder, the Outlook contacts are gone for good, unless you want to retrieve them from a backup file. The problem is that Outlook will only allow one of these two Contact folders for use; so you’re faced with choosing between syncing your Outlook Contacts manually between your iPhone on iTunes using the USB cable connected to your computer -- not reasonable for someone on the move; or, transfer your contacts to iCloud live with worthless notes for your contacts.
    Can anyone suggest a better work around?

    I'm replying to myself here, but just in case someone else has this problem: I uninstalled the Avery Toolbar and iCloud works on by browser once again. I don't know why or how Avery Toolbar makes a difference, but apparently, it does.  If anyone knows how or why, I'd be interested.

  • Worst update ever! On my Vista everything is wrong! Back button never active; If I want open pages as new tab it opens new window; FF starts with blank page instead of Google; No url address shown on status bar when I move mouse arrow on the link etc

    Worst update ever! On my Vista everything is wrong! Back button never active; If I want open pages as new tab it opens new window; FF starts with blank page instead of Google; No url address shown on status bar when I move mouse arrow on the link etc.. Please Help!

    Try the Firefox SafeMode to see how it works there. <br />
    ''A troubleshooting mode, which disables most Add-ons.'' <br />
    ''(If you're not using it, switch to the Default Theme.)''
    * You can open the Firefox 4.0+ SafeMode by holding the '''Shft''' key when you use the Firefox desktop or Start menu shortcut.
    * Or use the Help menu item, click on '''Restart with Add-ons Disabled...''' while Firefox is running. <br />
    ''Don't select anything right now, just use "Continue in SafeMode."''
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before using the Firefox shortcut (without the Shft key) to open it again.''
    '''''If it is good in the Firefox SafeMode''''', your problem is probably caused by an extension, and you need to figure out which one. <br />
    http://support.mozilla.com/en-US/kb/troubleshooting+extensions+and+themes
    ''When you figure out what is causing that, please let us know. It might help other user's who have that problem.''

Maybe you are looking for