Difference between revisions of "Code4Lib Journal Entries in Directory of Open Access Journals"

From Code4Lib
Jump to: navigation, search
(Semi-Automated)
(Updating with info from April 2023)
 
(11 intermediate revisions by 6 users not shown)
Line 1: Line 1:
There are two ways to get metadata into the Directory of Open Access Journals: 1) by hand, or 2) through the use of an XML file. Before you do either method, please keep in mind  the following things:
+
There are two ways to get metadata into the Directory of Open Access Journals: 1) by hand, or 2) through the use of an XML file. ''(UPDATE 2014-01-22: DOAJ says, "Until further notice, publishers will only able to upload article metadata to us, using an XML file...Temporarily, publishers will no longer be able to submit metadata to us on an article-by-article basis. If you are unable to produce the XML file, we suggest that you wait until we have reinstated the article-by-article upload feature.")''
 +
Before you do either method, please keep in mind  the following things:
  
 
# We chose not to have volume numbers, just issue numbers. Issue numbers will just keep incrementing.
 
# We chose not to have volume numbers, just issue numbers. Issue numbers will just keep incrementing.
Line 5: Line 6:
 
# Enter the abstract and authors affiliation exactly as found in our published articles.
 
# Enter the abstract and authors affiliation exactly as found in our published articles.
 
# Enter keywords if there are any. If not, leave this blank
 
# Enter keywords if there are any. If not, leave this blank
 
==By Hand==
 
 
To edit by hand go to http://www.doaj.org/restricted, enter our secret username/password combination, and do the necessary data entry.
 
 
See this [http://groups.google.com/group/c4lj-articles/browse_thread/thread/ba2efed674d66d7a post] for username and password information.
 
  
 
==Semi-Automated==
 
==Semi-Automated==
Line 16: Line 11:
 
To use the XML file to do data entry:
 
To use the XML file to do data entry:
 
# make sure the WordPress databases is up-to-date,  
 
# make sure the WordPress databases is up-to-date,  
# go to http://journal.code4lib.org/issues/issue#/feed/doaj to get the necessary XML. (eg http://journal.code4lib.org/issues/issue5/feed/doaj.)
+
# go to http://journal.code4lib.org/issues/issue#/feed/doaj (replace # with the current issue number) to get the necessary XML. (eg http://journal.code4lib.org/issues/issue5/feed/doaj.)
# edit the XML [http://journal.code4lib.org/doaj/|so each author is in a element by themselves],  
+
# edit the XML [http://journal.code4lib.org/doaj/ so each author is in a element by themselves] (as of April 2023 this seems to happen automatically),  
# validate the XML against the Directory's schema, (how do you do this? -jrochkind)
+
# validate the XML against the Directory's schema,  
# go to http://www.doaj.org/restricted and upload the friuts of your labors. See this [http://groups.google.com/group/c4lj-articles/browse_thread/thread/ba2efed674d66d7a post] for username and password information.
+
#* Download a copy of the DOAJ schema, http://www.doaj.org/static/doaj/doajArticles.xsd , to your computer along with the XML file you've just edited.  
 +
#* Upload both files to a schema validator service such as http://tools.decisionsoft.com/schemaValidate/ (as of April 2023 the xsd gave an error, but journal xml seemed fine and did load to doaj)
 +
# Go to the URL listed in the article tracking spreadsheet (administrivia tab) and upload the fruits of your labors.
 +
 
 +
Note: if there are any sub-elements in the XML fields (e.g., HTML tags), the document will not validate.  Also of note, Windows often creates character encoding that breaks with UTF-8, throwing an error on validation.  
  
More info about the feed and how to customize the XML for import into DOAJ: http://journal.code4lib.org/doaj/
+
More info about the feed and how to customize the XML for import into DOAJ:
 +
* http://journal.code4lib.org/doaj/ and
 +
* http://www.doaj.org/doaj?func=loadTempl&templ=uploadInfo
  
 
--[[User:Ericleasemorgan|Eric Lease Morgan]] 10:42, 28 May 2008 (PDT)
 
--[[User:Ericleasemorgan|Eric Lease Morgan]] 10:42, 28 May 2008 (PDT)
  
 
[[Category: Code4Lib Journal]]
 
[[Category: Code4Lib Journal]]

Latest revision as of 15:49, 21 April 2023

There are two ways to get metadata into the Directory of Open Access Journals: 1) by hand, or 2) through the use of an XML file. (UPDATE 2014-01-22: DOAJ says, "Until further notice, publishers will only able to upload article metadata to us, using an XML file...Temporarily, publishers will no longer be able to submit metadata to us on an article-by-article basis. If you are unable to produce the XML file, we suggest that you wait until we have reinstated the article-by-article upload feature.") Before you do either method, please keep in mind the following things:

  1. We chose not to have volume numbers, just issue numbers. Issue numbers will just keep incrementing.
  2. We decided that the "record number" for an article is the article-id that shows up in the WordPress URI. That is, they are not sequential, numbers are skipped. That's fine. So there is no 'start page', but there is a 'record number'; there is no 'end page'.
  3. Enter the abstract and authors affiliation exactly as found in our published articles.
  4. Enter keywords if there are any. If not, leave this blank

Semi-Automated

To use the XML file to do data entry:

  1. make sure the WordPress databases is up-to-date,
  2. go to http://journal.code4lib.org/issues/issue#/feed/doaj (replace # with the current issue number) to get the necessary XML. (eg http://journal.code4lib.org/issues/issue5/feed/doaj.)
  3. edit the XML so each author is in a element by themselves (as of April 2023 this seems to happen automatically),
  4. validate the XML against the Directory's schema,
  5. Go to the URL listed in the article tracking spreadsheet (administrivia tab) and upload the fruits of your labors.

Note: if there are any sub-elements in the XML fields (e.g., HTML tags), the document will not validate. Also of note, Windows often creates character encoding that breaks with UTF-8, throwing an error on validation.

More info about the feed and how to customize the XML for import into DOAJ:

--Eric Lease Morgan 10:42, 28 May 2008 (PDT)