Project

General

Profile

« Previous | Next » 

Revision 52951

add CrossRefToAction

View differences:

modules/dnet-mapreduce-jobs/branches/beta/src/test/java/eu/dnetlib/data/mapreduce/actions/CrossRefToActionTest.java
1
package eu.dnetlib.data.mapreduce.actions;
2

  
3
import com.google.gson.JsonObject;
4
import com.google.gson.JsonParser;
5
import eu.dnetlib.actionmanager.actions.ActionFactory;
6
import eu.dnetlib.actionmanager.actions.AtomicAction;
7
import eu.dnetlib.data.mapreduce.hbase.dataimport.CrossRefToActions;
8
import eu.dnetlib.data.mapreduce.hbase.dataimport.ScholixToActions;
9
import eu.dnetlib.data.mapreduce.util.StreamUtils;
10
import eu.dnetlib.miscutils.datetime.DateUtils;
11
import org.apache.commons.lang3.StringUtils;
12
import org.junit.Test;
13

  
14
import java.io.BufferedReader;
15
import java.io.IOException;
16
import java.io.InputStream;
17
import java.io.InputStreamReader;
18
import java.util.List;
19

  
20
public class CrossRefToActionTest {
21

  
22

  
23
    @Test
24
    public void testSingleScholixAction2() throws IOException {
25
        doTestSingleCrossRefAction("/eu/dnetlib/data/mapreduce/actions/part-06036");
26
    }
27

  
28
    @Test
29
    public void testAllScholixAction() throws IOException {
30
        doTestAllCrossRefAction("/eu/dnetlib/data/mapreduce/actions/part-06036");
31
    }
32

  
33

  
34
    private void doTestSingleCrossRefAction(final String filePath) throws IOException {
35
        final InputStream is = this.getClass().getResourceAsStream(filePath);
36
        final BufferedReader in = new BufferedReader(new InputStreamReader(is));
37

  
38
        String line = in.readLine();
39
        System.out.println(line);
40
        final JsonParser parser = new JsonParser();
41
        JsonObject root = parser.parse(line).getAsJsonObject();
42
        List<AtomicAction> actions = CrossRefToActions.generateActionsFromDump(root, new ActionFactory());
43
    }
44

  
45

  
46

  
47

  
48
    private void doTestAllCrossRefAction(final String filePath) throws IOException {
49
        final InputStream is = this.getClass().getResourceAsStream(filePath);
50
        final BufferedReader in = new BufferedReader(new InputStreamReader(is));
51

  
52
        String line = in.readLine();
53
        while(StringUtils.isNotBlank(line)) {
54

  
55
            final JsonParser parser = new JsonParser();
56
            JsonObject root = parser.parse(line).getAsJsonObject();
57
            try {
58
                List<AtomicAction> actions = CrossRefToActions.generateActionsFromDump(root, new ActionFactory());
59
            } catch (Throwable e) {
60
                System.out.println(line);
61
                throw new RuntimeException(e);
62
            }
63
            line= in.readLine();
64
        }
65
    }
66

  
67

  
68

  
69
}
modules/dnet-mapreduce-jobs/branches/beta/src/test/resources/eu/dnetlib/data/mapreduce/actions/part-06036
1
{"best_oa_location_url": "", "issued": "2004", "abstract": [], "objIdentifier": "7c70c3b1b56e10fc85ec6bd3efa4b024", "subject": null, "accepted": null, "author": [{"affiliation": [], "given": "Sandra Messinger", "family": "Cypess"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2004", "eissn": "1086-332X", "publisher": "Johns Hopkins University Press", "doi": "10.1353/tj.2004.0091", "license": null, "url": "http://dx.doi.org/10.1353/tj.2004.0091", "issn": [{"type": "electronic", "value": "1086-332X"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["The Theatre of Sabina Berman: The Agony of Ecstasy and Other Plays (review)"], "funder": null, "datasourcePrefix": "crossref____"}
2
{"best_oa_location_url": "http://arxiv.org/abs/0810.1783", "issued": "2008-10-27", "abstract": "We describe the consequences of time-reversal invariance of the Stokes equations for the hydrodynamic scattering of two low-Reynolds-number swimmers. For swimmers that are related to each other by a time-reversal transformation, this leads to the striking result that the angle between the two swimmers is preserved by the scattering. The result is illustrated for the particular case of a linked-sphere model swimmer. For more general pairs of swimmers, not related to each other by time reversal, we find that hydrodynamic scattering can alter the angle between their trajectories by several tens of degrees. For two identical contractile swimmers, this can lead to the formation of a bound state.", "objIdentifier": "6dd7141930b19938f14ad2208afde522", "pissn": "1539-3755", "subject": ["Statistics and Probability", "Statistical and Nonlinear Physics", "Condensed Matter Physics"], "eissn": "1550-2376", "author": [{"affiliation": [], "given": "G. P.", "family": "Alexander"}, {"affiliation": [], "given": "C. M.", "family": "Pooley"}, {"affiliation": [], "given": "J. M.", "family": "Yeomans"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": "2008-10-27", "link": [{"URL": "http://link.aps.org/article/10.1103/PhysRevE.78.045302", "intended-application": "syndication", "content-version": "vor", "content-type": "unspecified"}, {"URL": "http://harvest.aps.org/v2/journals/articles/10.1103/PhysRevE.78.045302/fulltext", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "accepted": null, "publisher": "American Physical Society (APS)", "doi": "10.1103/physreve.78.045302", "license": [{"URL": "http://link.aps.org/licenses/aps-default-license", "start": {"timestamp": 1225065600000, "date-time": "2008-10-27T00:00:00Z", "date-parts": [[2008, 10, 27]]}, "content-version": "vor", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1103/physreve.78.045302", "issn": [{"type": "print", "value": "1539-3755"}, {"type": "electronic", "value": "1550-2376"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Scattering of low-Reynolds-number swimmers"], "funder": null, "datasourcePrefix": "crossref____"}
3
{"best_oa_location_url": "http://digitalcommons.unl.edu/cgi/viewcontent.cgi?article=1098&context=cmrafacpub", "issued": "2009-6-01", "abstract": "We report on optical, structural, and magnetic properties of two substantially different cobalt nanostructurethin filmsdeposited at an oblique angle of incidence of 85° away from the substrate normal. Comparison is made between an achiral columnar thin filmgrown without substrate rotation and a chiral nanocoil sculptured thin film by glancing angle deposition with substrate rotation. Generalized spectroscopic ellipsometry is employed to determine geometrical structureproperties and the anisotropic optical constants of the films in the spectral range from 400 to 1000 nm. The magnetic properties are analyzed with a superconducting quantum interference device magnetometer. Both nanostructurethin films show highly anisotropicoptical properties such as strong form birefringence and large dichroism. In particular, Co slanted columnar thin films are found to possess monoclinic optical properties. Magnetic measurements at room temperature show hysteresis anisotropy with respect to a magnetic field either parallel or perpendicular to the nanostructures’ long axis. We find extremely large coercive fields of approximately 3 kOe for our achiral columnar nanostructures.", "objIdentifier": "bc3b9c59421600a8f10d8628fdc04891", "pissn": "0021-8979", "subject": ["General Physics and Astronomy"], "eissn": "1089-7550", "author": [{"affiliation": [], "given": "D.", "family": "Schmidt"}, {"affiliation": [], "given": "A. C.", "family": "Kjerstad"}, {"affiliation": [], "given": "T.", "family": "Hofmann"}, {"affiliation": [], "given": "R.", "family": "Skomski"}, {"affiliation": [], "given": "E.", "family": "Schubert"}, {"affiliation": [], "given": "M.", "family": "Schubert"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": null, "link": [{"URL": "http://aip.scitation.org/doi/pdf/10.1063/1.3138809", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2009-6", "accepted": null, "publisher": "AIP Publishing", "doi": "10.1063/1.3138809", "license": null, "url": "http://dx.doi.org/10.1063/1.3138809", "issn": [{"type": "print", "value": "0021-8979"}, {"type": "electronic", "value": "1089-7550"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Optical, structural, and magnetic properties of cobalt nanostructure thin films"], "funder": null, "datasourcePrefix": "crossref____"}
4
{"best_oa_location_url": "", "issued": "1978", "abstract": [], "objIdentifier": "ff4209b184aed9c12081a81728c0d14a", "pissn": "0149-1423", "subject": ["Fuel Technology", "Earth and Planetary Sciences (miscellaneous)", "Energy Engineering and Power Technology", "Geology", "Geochemistry and Petrology"], "author": [{"affiliation": [], "family": "John C. Osmond"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1978", "accepted": null, "publisher": "CrossRef Test Account", "doi": "10.1306/c1ea54bd-16c9-11d7-8645000102c1865d", "license": null, "url": "http://dx.doi.org/10.1306/c1ea54bd-16c9-11d7-8645000102c1865d", "issn": [{"type": "print", "value": "0149-1423"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Coal for California: ABSTRACT"], "funder": null, "datasourcePrefix": "crossref____"}
5
{"best_oa_location_url": "", "issued": "2011-9-14", "abstract": [], "objIdentifier": "88b467b3e0cbcd96d0d51c8fd77f5090", "pissn": "0960-7692", "subject": ["Obstetrics and Gynaecology", "Radiological and Ultrasound Technology", "Radiology Nuclear Medicine and imaging", "Reproductive Medicine", "General Medicine"], "author": [{"affiliation": [], "given": "S.", "family": "Visentin"}, {"affiliation": [], "given": "M.", "family": "Bertin"}, {"affiliation": [], "given": "O.", "family": "Anis"}, {"affiliation": [], "given": "E.", "family": "Cosmi"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2011-9-14", "link": [{"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1002%2Fuog.9425", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2011-10", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1002/uog.9425", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", "start": {"timestamp": 1441065600000, "date-time": "2015-09-01T00:00:00Z", "date-parts": [[2015, 9, 1]]}, "content-version": "tdm", "delay-in-days": 1448}], "url": "http://dx.doi.org/10.1002/uog.9425", "issn": [{"type": "print", "value": "0960-7692"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["OP17.10: Posterior urethral valve treatment using an 18-gauge needle inserted through perineal surface of the fetus"], "funder": null, "datasourcePrefix": "crossref____"}
6
{"issued": "2017-8-01", "abstract": [], "objIdentifier": "9b0848c91f438eb3f4b813cd0619fa6f", "pissn": "2530-0180", "subject": null, "author": [{"affiliation": [], "given": "Emilio", "family": "Ortega Martínez de Victoria"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S2530018017301051?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S2530018017301051?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2017-8", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/j.endien.2017.08.005", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1501545600000, "date-time": "2017-08-01T00:00:00Z", "date-parts": [[2017, 8, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/j.endien.2017.08.005", "issn": [{"type": "print", "value": "2530-0180"}], "collectedFrom": [{"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Proprotein convertase subtilisin/kexin type 9 (PCSK9) inhibitors. A new drug class for the treatment of hypercholesterolemia"], "funder": null, "datasourcePrefix": "crossref____"}
7
{"best_oa_location_url": "", "issued": "2015-12-16", "abstract": [], "objIdentifier": "f2c48fcba50f4b38e27e764969e65a2a", "pissn": "2196-6982", "subject": null, "eissn": "2196-6990", "author": [{"affiliation": [], "given": "G. Wytze", "family": "Meindersma"}, {"affiliation": [], "given": "Esteban", "family": "Quijada-Maldonado"}, {"affiliation": [], "given": "Mark T. G.", "family": "Jongmans"}, {"affiliation": [], "given": "Juan Pablo Gutiérrez", "family": "Hernandez"}, {"affiliation": [], "given": "Boelo", "family": "Schuur"}, {"affiliation": [], "given": "André B.", "family": "de Haan"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": "2015-12-16", "link": [{"URL": "http://link.springer.com/content/pdf/10.1007/978-3-662-48520-0_2", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2016", "accepted": null, "publisher": "Springer Berlin Heidelberg", "doi": "10.1007/978-3-662-48520-0_2", "license": [{"URL": "http://www.springer.com/tdm", "start": {"timestamp": 1450224000000, "date-time": "2015-12-16T00:00:00Z", "date-parts": [[2015, 12, 16]]}, "content-version": "vor", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1007/978-3-662-48520-0_2", "issn": [{"type": "print", "value": "2196-6982"}, {"type": "electronic", "value": "2196-6990"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Extractive Distillation with Ionic Liquids: Pilot Plant Experiments and Conceptual Process Design"], "funder": null, "datasourcePrefix": "crossref____"}
8
{"best_oa_location_url": "", "issued": "2009-10-01", "abstract": "We report on the status of the R&D for a digital Time Projection Chamber (TPC) based on Micromegas (MICRO MEsh GAseous Structure) detectors using the CMOS chip TimePix as a direct readout anode protected by highly resistive a-Si:H layer. A small chamber was built as a demonstrator of the 2-D and 3-D imaging capabilities of this technique. We illustrate the new capabilities of this detector for X-ray observation with data taken from radioactive sources. This small TPC is a very useful tool both for studying gas properties thanks to its good efficiency for single electrons, and for reconstructing photoelectron direction for use as a soft X-ray polarimeter.", "objIdentifier": "d24b19db8faa6f4a01cbaa0ce93ccbdf", "pissn": "0168-9002", "subject": ["Nuclear and High Energy Physics", "Instrumentation"], "author": [{"affiliation": [], "given": "D.", "family": "Attié"}, {"affiliation": [], "given": "M.", "family": "Campbell"}, {"affiliation": [], "given": "M.", "family": "Chefdeville"}, {"affiliation": [], "given": "P.", "family": "Colas"}, {"affiliation": [], "given": "E.", "family": "Delagnes"}, {"affiliation": [], "given": "Y.", "family": "Giomataris"}, {"affiliation": [], "given": "H.", "family": "van der Graaf"}, {"affiliation": [], "given": "X.", "family": "Llopart"}, {"affiliation": [], "given": "J.", "family": "Timmermans"}, {"affiliation": [], "given": "J.", "family": "Visschers"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0168900209010572?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S0168900209010572?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2009-10", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/j.nima.2009.05.173", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1254355200000, "date-parts": [[2009, 10, 1]], "date-time": "2009-10-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/j.nima.2009.05.173", "issn": [{"type": "print", "value": "0168-9002"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Gas pixel detector for X-ray observation"], "funder": null, "datasourcePrefix": "crossref____"}
9
{"best_oa_location_url": "", "issued": "2016-7-27", "abstract": [], "objIdentifier": "2bf71f3299a40085b85c3b52ff067276", "pissn": "2194-5357", "subject": null, "eissn": "2194-5365", "author": [{"affiliation": [], "given": "Malgorzata", "family": "Jasiulewicz-Kaczmarek"}, {"affiliation": [], "given": "Anna", "family": "Saniuk"}, {"affiliation": [], "given": "Tadeusz", "family": "Nowicki"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": "2016-7-27", "link": [{"URL": "http://link.springer.com/content/pdf/10.1007/978-3-319-41688-5_4", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2017", "accepted": null, "publisher": "Springer International Publishing", "doi": "10.1007/978-3-319-41688-5_4", "license": [{"URL": "http://www.springer.com/tdm", "start": {"timestamp": 1469577600000, "date-time": "2016-07-27T00:00:00Z", "date-parts": [[2016, 7, 27]]}, "content-version": "vor", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1007/978-3-319-41688-5_4", "issn": [{"type": "print", "value": "2194-5357"}, {"type": "electronic", "value": "2194-5365"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["The Maintenance Management in the Macro-Ergonomics Context"], "funder": null, "datasourcePrefix": "crossref____"}
10
{"best_oa_location_url": "", "issued": "2012-1-01", "abstract": "One of the factors known to affect target detection is target probability. It is clear, though, that target probability can be manipulated in different ways. Here, in order to more accurately characterize the effects of target probability on frontal engagement, we examined the effects of two commonly-used but different target probability manipulations on neural activity. We found that manipulations that affected global stimulus class probability had a pronounced effect on ventrolateral prefrontal cortex and the insula, an effect which was absent with manipulations that only affected the likelihood of specific target stimuli occurring. This latter manipulation only modulated activity in dorsolateral prefrontal cortex and the precentral sulcus. Our data suggest two key points. First, different types of target probability have different neural consequences, and may therefore be very different in nature. Second, the data indicate that ventral and dorsal portions of prefrontal cortex respond to different types of task-relevant information.", "objIdentifier": "f637d299f25ab3b738e5a45b23506be2", "pissn": "1053-8119", "subject": ["Cognitive Neuroscience", "Neurology"], "author": [{"affiliation": [], "given": "Nicholas", "family": "Hon"}, {"affiliation": [], "given": "Jeffrey", "family": "Ong"}, {"affiliation": [], "given": "Rebecca", "family": "Tan"}, {"affiliation": [], "given": "Tang Hsiang", "family": "Yang"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S1053811911007592?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S1053811911007592?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2012-1", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/j.neuroimage.2011.06.093", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1325376000000, "date-parts": [[2012, 1, 1]], "date-time": "2012-01-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/j.neuroimage.2011.06.093", "issn": [{"type": "print", "value": "1053-8119"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Different types of target probability have different prefrontal consequences"], "funder": null, "datasourcePrefix": "crossref____"}
11
{"best_oa_location_url": "", "issued": "2017-1-17", "abstract": "AbstractObjective: The aim of this article is to compare the gravitational powder blend loading method to the tablet press and manual loading in terms of their influence on tablets’ critical quality attributes (CQA).Significance: The results of the study can be of practical relevance to the pharmaceutical industry in the area of direct compression of low dose formulations, which could be prone to content uniformity issues.Methods: In the preliminary study particle size distribution and surface energy of raw materials were determined using laser diffraction method and inverse gas chromatography, respectively. For trials purpose, a formulation containing two pharmaceutical ingredients (APIs) was used. Tablets samples were collected during the compression progress to analyze their CQAs, namely assay and content uniformity.Results: Results obtained during trials indicate that tested direct compression powder blend is sensitive to applied powder handling method. Mild increase in both APIs content was observed ...", "objIdentifier": "817d470bfedd3d3baa38859c1cb2f34e", "pissn": "0363-9045", "subject": ["Organic Chemistry", "Pharmacology", "Drug Discovery"], "eissn": "1520-5762", "author": [{"affiliation": [{"name": " Gedeon Richter Polska Sp. z o.o, Grodzisk Mazowiecki, Poland; "}, {"name": " Department of Pharmaceutical Technology, Faculty of Pharmacy, Poznan University of Medical Sciences, Poznan, Poland; "}], "given": "Michał", "family": "Teżyk"}, {"ORCID": "0000-0002-7492-9045", "affiliation": [{"name": " Department of Pharmaceutical Technology, Faculty of Pharmacy, Poznan University of Medical Sciences, Poznan, Poland; "}], "given": "Emilia", "family": "Jakubowska"}, {"affiliation": [{"name": " Institute of Chemical Technology and Engineering, Poznan University of Technology, Poznan, Poland"}], "given": "Kasylda", "family": "Milczewska"}, {"affiliation": [{"name": " Department of Pharmaceutical Technology, Faculty of Pharmacy, Poznan University of Medical Sciences, Poznan, Poland; "}], "given": "Bartłomiej", "family": "Milanowski"}, {"affiliation": [{"name": " Institute of Chemical Technology and Engineering, Poznan University of Technology, Poznan, Poland"}], "given": "Adam", "family": "Voelkel"}, {"affiliation": [{"name": " Department of Pharmaceutical Technology, Faculty of Pharmacy, Poznan University of Medical Sciences, Poznan, Poland; "}], "given": "Janina", "family": "Lulek"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2017-1-17", "link": [{"URL": "https://www.tandfonline.com/doi/pdf/10.1080/03639045.2016.1278016", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2017-6-3", "accepted": null, "publisher": "Informa UK Limited", "doi": "10.1080/03639045.2016.1278016", "license": null, "url": "http://dx.doi.org/10.1080/03639045.2016.1278016", "issn": [{"type": "print", "value": "0363-9045"}, {"type": "electronic", "value": "1520-5762"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["The influence of direct compression powder blend transfer method from the container to the tablet press on product critical quality attributes: a case study"], "funder": [{"doi-asserted-by": "crossref", "DOI": "10.13039/501100004239", "name": "Politechnika Poznańska", "award": ["03/32/DS-PB/0600"]}, {"name": "Poznan University of Medical Sciences", "award": ["502–01-03314429–03439"]}], "datasourcePrefix": "crossref____"}
12
{"best_oa_location_url": "", "issued": "1972-10-10", "abstract": [], "objIdentifier": "7639adc1e2d8531bc4a740c69baeda26", "pissn": "0009-2975", "subject": null, "author": [{"affiliation": [], "given": "L.", "family": "FABBRIZZI"}, {"affiliation": [], "given": "R.", "family": "BARBUCCI"}, {"affiliation": [], "given": "P.", "family": "PAOLETTI"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2016-2-24", "link": [{"URL": "http://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1002%2Fchin.197241371", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}, {"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1002%2Fchin.197241371", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1972-10-10", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1002/chin.197241371", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", "start": {"timestamp": 1441065600000, "date-parts": [[2015, 9, 1]], "date-time": "2015-09-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 15666}], "url": "http://dx.doi.org/10.1002/chin.197241371", "issn": [{"type": "print", "value": "0009-2975"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["ChemInform Abstract: THERMODYNAMIK DER KOMPLEXBILDUNG MIT LINEAREN ALIPHATISCHEN TETRAMINEN 2. MITT. CALORIMETRISCHE BESTIMMUNG DER BLDG.-WAERMEN UND ENTROPIEN VON NICKEL(II)-, KUPFER(II)-, ZINK(II)- UND PROTONENKOMPLEXEN VON 1,9-DIAMINO-3,7-DIAZANONAN"], "funder": null, "datasourcePrefix": "crossref____"}
13
{"best_oa_location_url": "", "issued": "None", "abstract": [], "objIdentifier": "e80bff67678c4ebea9e0962e02789721", "subject": null, "author": [{"affiliation": [], "given": "Gabriele", "family": "Anaclerio"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": null, "published-print": null, "accepted": null, "publisher": "Edizioni Kaplan", "doi": "10.4000/books.edizionikaplan.525", "license": null, "url": "http://dx.doi.org/10.4000/books.edizionikaplan.525", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["11. Teoria II"], "funder": null, "datasourcePrefix": "crossref____"}
14
{"publisher": "IEEE", "doi": "10.1109/waspaa.2017.8170007", "license": null, "author": [{"affiliation": [], "given": "Stefan", "family": "Bilbao"}, {"affiliation": [], "given": "Brian", "family": "Hamilton"}], "url": "http://dx.doi.org/10.1109/waspaa.2017.8170007", "issued": "2017-10-01", "abstract": [], "issn": null, "dateOfCollection": "2018-08-07 12:28:06Z", "datasourcePrefix": "crossref____", "link": [{"URL": "http://xplorestaging.ieee.org/ielx7/8125199/8169982/08170007.pdf?arnumber=8170007", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "objIdentifier": "a8e71078648b4bed351483dfb96d98a8", "published-print": "2017-10", "collectedFrom": [{"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Directional source modeling in wave-based room acoustics simulation"], "funder": null, "accepted": null, "type": {"cobj": "0004", "value": "Conference object"}, "is_oa": false, "published-online": null, "subject": null}
15
{"best_oa_location_url": "", "issued": "None", "abstract": [], "objIdentifier": "8f1ef89ee7d04ea1ccd55fd995a35240", "subject": null, "author": [{"affiliation": [], "given": "Karen M.", "family": "Clancy"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/0-306-47596-0_3", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "accepted": null, "publisher": "Kluwer Academic Publishers", "doi": "10.1007/0-306-47596-0_3", "license": null, "url": "http://dx.doi.org/10.1007/0-306-47596-0_3", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Mechanisms of Resistance in Trees to Defoliators"], "funder": null, "datasourcePrefix": "crossref____"}
16
{"best_oa_location_url": "", "issued": "2013", "abstract": [], "objIdentifier": "1267e7ae24a005d775d5743d9a64fb38", "subject": ["Agronomy and Crop Science", "Food Science", "Forestry", "Soil Science", "Biomedical Engineering"], "accepted": null, "author": [{"affiliation": [], "family": "Shuhui Dun"}, {"affiliation": [], "family": "Joan Q. Wu"}, {"affiliation": [], "family": "William J. Elliot"}, {"affiliation": [], "family": "James R. Frankenberger"}, {"affiliation": [], "family": "Dennis C. Flanagan"}, {"affiliation": [], "family": "Donald K. McCool"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2013", "link": [{"URL": "http://elibrary.asabe.org/azdez.asp?JID=3&AID=42689&t=2&v=56&i=2&CID=t2013&redir=aid=42689&redir=%5Bconfid=t2013%5D&redirType=&downPDF=Y", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "eissn": "2151-0040", "publisher": "American Society of Agricultural and Biological Engineers (ASABE)", "doi": "10.13031/2013.42689", "license": null, "url": "http://dx.doi.org/10.13031/2013.42689", "issn": [{"type": "electronic", "value": "2151-0040"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Applying Online WEPP to Assess Forest Watershed Hydrology"], "funder": null, "datasourcePrefix": "crossref____"}
17
{"best_oa_location_url": "", "issued": "1979-6-01", "abstract": [], "objIdentifier": "22386a407a7fdc8281930113457002df", "pissn": "0022-3492", "subject": ["Periodontics"], "eissn": "1943-3670", "author": [{"affiliation": [], "given": "I. V.", "family": "D'Silva"}, {"affiliation": [], "given": "R. P.", "family": "Nayak"}, {"affiliation": [], "given": "K. M.", "family": "Cherian"}, {"affiliation": [], "given": "M. J.", "family": "Mulky"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.joponline.org/doi/pdf/10.1902/jop.1979.50.6.283", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1979-6", "accepted": null, "publisher": "Wiley", "doi": "10.1902/jop.1979.50.6.283", "license": null, "url": "http://dx.doi.org/10.1902/jop.1979.50.6.283", "issn": [{"type": "print", "value": "0022-3492"}, {"type": "electronic", "value": "1943-3670"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["An Evaluation of the Root Topography Following Periodontal Instrumenation—A Scanning Electron Microscopic Study"], "funder": null, "datasourcePrefix": "crossref____"}
18
{"best_oa_location_url": "", "issued": "2013", "abstract": [], "objIdentifier": "6982c85a28910d7b5604442b517b7f1c", "pissn": "0453-8811", "subject": null, "author": [{"affiliation": [], "given": "М. В.", "family": "Попов"}, {"affiliation": [], "given": "В. В.", "family": "Шинкарев"}, {"affiliation": [], "given": "П. И.", "family": "Брезгин"}, {"affiliation": [], "given": "Е. А.", "family": "Соловьев"}, {"affiliation": [], "given": "Г. Г.", "family": "Кувшинов"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2013", "accepted": null, "publisher": "Akademizdatcenter Nauka", "doi": "10.7868/s0453881113040175", "license": null, "url": "http://dx.doi.org/10.7868/s0453881113040175", "issn": [{"type": "print", "value": "0453-8811"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Влияние давления на процесс получения водорода и нановолокнистого углерода каталитическим пиролизом метана на Ni-содержащих катализаторах"], "funder": null, "datasourcePrefix": "crossref____"}
19
{"best_oa_location_url": "", "issued": "1971", "abstract": [], "objIdentifier": "7097fb430089e6c13d85292b9a9780fa", "subject": ["Agronomy and Crop Science"], "accepted": null, "author": [{"affiliation": [], "given": "E. T.", "family": "Bingham"}, {"affiliation": [], "given": "K. J.", "family": "Yeh"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "https://dl.sciencesocieties.org/publications/cs/pdfs/11/1/CS0110010058", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1971", "eissn": "0011-183X", "publisher": "Crop Science Society of America", "doi": "10.2135/cropsci1971.0011183x001100010019x", "license": null, "url": "http://dx.doi.org/10.2135/cropsci1971.0011183x001100010019x", "issn": [{"type": "electronic", "value": "0011-183X"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Electrophoretic Patterns Among Alfalfa Seed Proteins from Selected Varieties, Experimental Stocks, and Species Accessions1"], "funder": null, "datasourcePrefix": "crossref____"}
20
{"issued": "2018", "abstract": [], "objIdentifier": "9183a8cf9e9e77d662469173261496be", "pissn": "1865-0929", "subject": null, "accepted": null, "author": [{"affiliation": [], "given": "Pingping", "family": "Liu"}, {"affiliation": [], "given": "Minglei", "family": "Li"}, {"affiliation": [], "given": "Qin", "family": "Lu"}, {"affiliation": [], "given": "Buxin", "family": "Han"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": "2018-3-4", "link": [{"URL": "http://link.springer.com/content/pdf/10.1007/978-981-10-8438-6_8", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2018", "eissn": "1865-0937", "publisher": "Springer Singapore", "doi": "10.1007/978-981-10-8438-6_8", "license": [{"URL": "http://www.springer.com/tdm", "start": {"timestamp": 1514764800000, "date-time": "2018-01-01T00:00:00Z", "date-parts": [[2018, 1, 1]]}, "content-version": "unspecified", "delay-in-days": 0}, {"URL": "http://www.springer.com/tdm", "start": {"timestamp": 1514764800000, "date-time": "2018-01-01T00:00:00Z", "date-parts": [[2018, 1, 1]]}, "content-version": "unspecified", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1007/978-981-10-8438-6_8", "issn": [{"type": "print", "value": "1865-0929"}, {"type": "electronic", "value": "1865-0937"}], "collectedFrom": [{"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Norms of Valence and Arousal for 2,076 Chinese 4-Character Words"], "funder": null, "datasourcePrefix": "crossref____"}
21
{"issued": "2013-12-15", "abstract": "<jats:p>All around the world business is changing. All traditional business practices have been called into question as markets, customers competitors, problems and solutions have changed. As a result, business practices we once took for granted, like traditional negotiating approaches are falling by the wayside in favor of more collaborative, equally beneficial, win-win strategies. A new negotiation paradigm away from negotiating a deal and toward negotiating a relationship is needed for the twenty first century. Business can no longer stay on top by negotiating short term victories. The key to winning unbeatable, long term results is to negotiate solid, long term relationship. Smart business owners are trying to find ways to leverage their assets, and one important way is to negotiate for long - term relationships. Traditional knowledge and skills remain important. Yet global managers can better respond to global demands by learning continuously managing diversity, and developing a global mindset.</jats:p>", "objIdentifier": "bcf3d5f6c76a559cd8e0ab937ad1290f", "pissn": "2066-561X", "subject": null, "accepted": null, "author": [{"affiliation": [], "given": "Stefania Anca", "family": "Stan"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2013-12-15", "link": [{"URL": "http://sceco.ub.ro/index.php/SCECO/article/viewFile/208/208", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}, {"URL": "http://sceco.ub.ro/index.php/SCECO/article/viewFile/208/208", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "eissn": "2344-1321", "publisher": "Faculty of Economic Sciences, Vasile Alecsandri University of Bacau", "doi": "10.29358/sceco.v0i18.208", "license": null, "url": "http://dx.doi.org/10.29358/sceco.v0i18.208", "issn": [{"type": "print", "value": "2066-561X"}, {"type": "electronic", "value": "2344-1321"}], "collectedFrom": [{"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["STRATEGIES FOR SMALL ENTERPRISES NEGOTIATING WITH LARGE FIRMS"], "funder": null, "datasourcePrefix": "crossref____"}
22
{"best_oa_location_url": "", "issued": "1972-10-01", "abstract": [], "objIdentifier": "91a4621f14949d46a24755d945a900e6", "pissn": "0011-1287", "subject": ["Pathology and Forensic Medicine", "Law"], "eissn": "1552-387X", "author": [{"affiliation": [{"name": "School of Social Service Administration, University\rof Chicago"}], "given": "Charles", "family": "Shireman"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2016-9-4", "link": [{"URL": "http://journals.sagepub.com/doi/pdf/10.1177/001112877201800413", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}, {"URL": "http://journals.sagepub.com/doi/pdf/10.1177/001112877201800413", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1972-10", "accepted": null, "publisher": "SAGE Publications", "doi": "10.1177/001112877201800413", "license": [{"URL": "http://journals.sagepub.com/page/policies/text-and-data-mining-license", "start": {"timestamp": 86745600000, "date-time": "1972-10-01T00:00:00Z", "date-parts": [[1972, 10, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1177/001112877201800413", "issn": [{"type": "print", "value": "0011-1287"}, {"type": "electronic", "value": "1552-387X"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Book Reviews : The Future of the Juvenile Court: Implications for Correctional Manpower and Training, Ted Rubin and Jack F. Smith. Pp. 67. Washington, D.C., Joint Commission on Correctional Manpower and Training, 1968. $1"], "funder": null, "datasourcePrefix": "crossref____"}
23
{"best_oa_location_url": "", "issued": "1988", "abstract": "Abstract  Four dealuminated Y-type zeolites were prepared by treatment of NH 4 Y with (NH 4 )SiF 6 . An in-depth characterization of the materials was carried out using XRD, TGA/DTG, i.r. spectroscopy, TPD of ammonia and pyridine, and ethylbenzene disproportionation as a catalytic test reaction. The results of i.r. spectroscopy indicate that with increasing degree of dealumination the density of Bron-sted acid sites decreases. At the same time, an enhancement of the acid strength was established by temperature programmed desorption of ammonia and pyridine. The steady state activity in the ethylbenzene disproportionation increases with decreasing aluminum content up to an Si/Al ratio of ca. 6 due to the enhancement of acid site strength. As a whole, ethylbenzene disproportionation is shown to be a sensible test reaction for the characterization of acidity of dealuminated zeolites. It was discovered that dealumination via the Skeels and Breck method brings about a sharp reduction of the induction period in the catalytic disproportionation of ethylbenzene.", "objIdentifier": "f05e7b01d09657d2c88687bf968d0890", "pissn": "0167-2991", "subject": null, "author": [{"affiliation": [], "given": "M.", "family": "Neuber"}, {"affiliation": [], "given": "V.", "family": "Dondur"}, {"affiliation": [], "given": "H.G.", "family": "Karge"}, {"affiliation": [], "given": "L.", "family": "Pacheco"}, {"affiliation": [], "given": "S.", "family": "Ernst"}, {"affiliation": [], "given": "J.", "family": "Weitkamp"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1988", "accepted": null, "publisher": "Elsevier", "doi": "10.1016/s0167-2991(09)60623-6", "license": null, "url": "http://dx.doi.org/10.1016/s0167-2991(09)60623-6", "issn": [{"type": "print", "value": "0167-2991"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Spectroscopic and Catalytic Characterization of Faujasites Dealuminated VIA the (NH4)2SiF6 Method"], "funder": null, "datasourcePrefix": "crossref____"}
24
{"best_oa_location_url": "", "issued": "1992-1-1", "abstract": [], "objIdentifier": "461613f07bee82998ca77c0af97f1c05", "subject": null, "accepted": null, "author": [{"affiliation": [], "given": "Cassiano", "family": "FLORISTÁN"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "1992-1-1", "link": null, "published-print": null, "eissn": "0926-6453", "publisher": "Peeters Publishers", "doi": "10.2143/sis.2.0.2014698", "license": null, "url": "http://dx.doi.org/10.2143/sis.2.0.2014698", "issn": [{"type": "electronic", "value": "0926-6453"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["La Biblia y la liturgia"], "funder": null, "datasourcePrefix": "crossref____"}
25
{"best_oa_location_url": "", "issued": "1994-9-01", "abstract": [], "objIdentifier": "cf7ca08c29b55743209503cb7a4178a8", "pissn": "1041-6102", "subject": ["Gerontology", "Clinical Psychology", "Geriatrics and Gerontology", "Psychiatry and Mental health"], "eissn": "1741-203X", "author": [{"affiliation": [], "given": "Gisele P.", "family": "Wolf-Klein"}, {"affiliation": [], "given": "Felix A.", "family": "Silverstone"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "https://www.cambridge.org/core/services/aop-cambridge-core/content/view/S1041610294001705", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1994-9", "accepted": null, "publisher": "Cambridge University Press (CUP)", "doi": "10.1017/s1041610294001705", "license": null, "url": "http://dx.doi.org/10.1017/s1041610294001705", "issn": [{"type": "print", "value": "1041-6102"}, {"type": "electronic", "value": "1741-203X"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Weight Loss in Alzheimers Disease: An International Review of the Literature"], "funder": null, "datasourcePrefix": "crossref____"}
26
{"best_oa_location_url": "", "issued": "2010-6-1", "abstract": [], "objIdentifier": "974bc898c9f76bd7a1361a2119877f58", "subject": null, "author": [{"affiliation": [], "given": "Claire", "family": "Roberts"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2010-6-1", "accepted": null, "publisher": "Hong Kong University Press", "doi": "10.5790/hongkong/9789888028405.003.0009", "license": null, "url": "http://dx.doi.org/10.5790/hongkong/9789888028405.003.0009", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Friendship in Art: Fou Lei and Huang Binhong"], "funder": null, "datasourcePrefix": "crossref____"}
27
{"best_oa_location_url": "", "issued": "1953-12-01", "abstract": [], "objIdentifier": "60feb1d28138c0b914a600bf7704514b", "pissn": "0016-7398", "subject": ["Earth-Surface Processes", "Geography, Planning and Development"], "author": [{"affiliation": [], "given": "J. B.", "family": "M."}, {"affiliation": [], "given": "Edward", "family": "Lynam"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1953-12", "accepted": null, "publisher": "JSTOR", "doi": "10.2307/1791401", "license": null, "url": "http://dx.doi.org/10.2307/1791401", "issn": [{"type": "print", "value": "0016-7398"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["The Mapmakers' Art: Essays on the History of Maps"], "funder": null, "datasourcePrefix": "crossref____"}
28
{"best_oa_location_url": "", "issued": "2016-5-01", "abstract": [], "objIdentifier": "69f786ce5db5e20eac267a5dd1de339c", "pissn": "1098-3015", "subject": ["Public Health, Environmental and Occupational Health", "Health Policy"], "author": [{"affiliation": [], "given": "Y", "family": "Wang"}, {"affiliation": [], "given": "C", "family": "Li"}, {"affiliation": [], "given": "J", "family": "Chen"}, {"affiliation": [], "given": "Y", "family": "Wen"}, {"affiliation": [], "given": "X", "family": "Pan"}, {"affiliation": [], "given": "C", "family": "Yang"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S1098301516016211?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}, {"URL": "http://api.elsevier.com/content/article/PII:S1098301516016211?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}], "published-print": "2016-5", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/j.jval.2016.03.1553", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1462060800000, "date-time": "2016-05-01T00:00:00Z", "date-parts": [[2016, 5, 1]]}, "content-version": "tdm", "delay-in-days": 0}, {"URL": "http://www.elsevier.com/open-access/userlicense/1.0/", "start": {"timestamp": 1493596800000, "date-time": "2017-05-01T00:00:00Z", "date-parts": [[2017, 5, 1]]}, "content-version": "vor", "delay-in-days": 365}], "url": "http://dx.doi.org/10.1016/j.jval.2016.03.1553", "issn": [{"type": "print", "value": "1098-3015"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Costs of Cervical Cancer Screening and Diagnosis in China: A Micro-Costing Study"], "funder": null, "datasourcePrefix": "crossref____"}
29
{"best_oa_location_url": "", "issued": "2005", "abstract": [], "objIdentifier": "74efafac879dc08c32c629a213f0ca3a", "subject": null, "author": [{"affiliation": [], "given": "Uwe", "family": "Schimank"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/978-3-322-80766-3_6", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2005", "accepted": null, "publisher": "VS Verlag für Sozialwissenschaften", "doi": "10.1007/978-3-322-80766-3_6", "license": null, "url": "http://dx.doi.org/10.1007/978-3-322-80766-3_6", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Gesellschaftliche Teilsysteme als Akteurfiktionen"], "funder": null, "datasourcePrefix": "crossref____"}
30
{"best_oa_location_url": "", "issued": "1996-7-01", "abstract": "Abstract   The reaction of the propargyl thioethers Ph C C C CH(R 1 )SR(R = Me,Pr  i  , Ph and R 1  = H, Me) with Li 2 PdCl 4  in methanol at room temperature produced in very good yields (70–90%) five-membered palladocycles [Pd(C(Ph) C(Cl)CH(R 1 )SR)(μ-Cl)] 2 . Under the same reaction conditions the homopropargylthioether Ph C C (CH 2 ) 2 SPh yielded unexpectedly the complex {Pd[S(Ph)(CH 2 ) 3 C O(Ph)](Cl)(μ-Cl)} 2  the hydrolysis of the C C bond.", "objIdentifier": "8ec3aaeec82aae98a61e78c8e4b7ded7", "pissn": "0277-5387", "subject": ["Physical and Theoretical Chemistry", "Inorganic Chemistry", "Materials Chemistry"], "author": [{"affiliation": [], "given": "Jairton", "family": "Dupont"}, {"affiliation": [], "given": "Nara R.", "family": "Basso"}, {"affiliation": [], "given": "Mario R.", "family": "Meneghetti"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:0277538795005722?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:0277538795005722?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "1996-7", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/0277-5387(95)00572-2", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 836179200000, "date-time": "1996-07-01T00:00:00Z", "date-parts": [[1996, 7, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/0277-5387(95)00572-2", "issn": [{"type": "print", "value": "0277-5387"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Chloropalladation of propargyl thioeters: A facile synthesis of cyclopalladated compounds"], "funder": null, "datasourcePrefix": "crossref____"}
31
{"best_oa_location_url": "https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1447832/pdf", "issued": "2008-9-01", "abstract": "Medicare research has shown that there are substantial disparities by race and socioeconomic status in use of services. In this article, I review past research and discuss how findings apply specifically to vulnerable men aged 65 years or older. Six lessons from this review are identified and illustrated here. Disparities in certain measures of health are growing; to reverse this trend, substantial efforts are needed, including dissemination of information about disparities as well as testing of hypotheses regarding underlying causes.", "objIdentifier": "9b412797fcbb3344daccd7abcf0a59a5", "pissn": "0090-0036", "subject": ["Public Health, Environmental and Occupational Health"], "eissn": "1541-0048", "author": [{"affiliation": [], "given": "Marian E.", "family": "Gornick"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": null, "link": null, "published-print": "2008-9", "accepted": null, "publisher": "American Public Health Association", "doi": "10.2105/ajph.98.supplement_1.s162", "license": null, "url": "http://dx.doi.org/10.2105/ajph.98.supplement_1.s162", "issn": [{"type": "print", "value": "0090-0036"}, {"type": "electronic", "value": "1541-0048"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["A Decade of Research on Disparities in Medicare Utilization: Lessons for the Health and Health Care of Vulnerable Men"], "funder": null, "datasourcePrefix": "crossref____"}
32
{"best_oa_location_url": "", "issued": "2010-8-01", "abstract": "In this essay Duck-Joo Kwak explores a moral perfectionist approach to citizenship education, which is distinct from liberal and communitarian models. One of educational challenges to this approach is how to cultivate our students' sense of membership, which is shaped by a thick sense of the good life, while being not merely compatible with but open to the pluralist perspective. Kwak maintains that what is required for this form of membership to society or community is our future citizens' ability to engage in highly self-reflexive philosophical reflection on the human condition; such reflection gives them the skills necessary to live up to the tension between different selves of diverse origins or within a divided self. Examining Stanley Cavell's view of political education as an exemplar of the moral perfectionist approach to citizenship education, Kwak shows how the practice of his ordinary language philosophy can be a good way to cultivate this ability by teaching us how to “speak for others” by way of “speaking for oneself.”", "objIdentifier": "02183de8bbcc7e86bfffbe013f94e8ff", "pissn": "0013-2004", "subject": ["Education"], "author": [{"affiliation": [], "given": "Duck-Joo", "family": "Kwak"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2010-10-19", "link": [{"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1111%2Fj.1741-5446.2010.00367.x", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2010-8", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1111/j.1741-5446.2010.00367.x", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", "start": {"timestamp": 1441065600000, "date-time": "2015-09-01T00:00:00Z", "date-parts": [[2015, 9, 1]]}, "content-version": "tdm", "delay-in-days": 1857}], "url": "http://dx.doi.org/10.1111/j.1741-5446.2010.00367.x", "issn": [{"type": "print", "value": "0013-2004"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["TEACHING TO UNLEARN COMMUNITY IN ORDER TO MAKE A CLAIM TO COMMUNITY"], "funder": null, "datasourcePrefix": "crossref____"}
33
{"best_oa_location_url": "", "issued": "1990-5-01", "abstract": "A simple and rapid method is proposed for the extraction, separation, and spectrophotometric determination of palladium from salicylate media using Aliquat 336 dissolved in xylene as an extractant. The optimum conditions were evaluated from a critical study of pH, salicylate concentration, Aliquat 336 concentration, and period of equilibration. The palladium in the Aliquat 336 phase is determined spectrophotometrically with 4-(2-pyridylazo)resorcinol (PAR) at 530 nm. The proposed method described the scheme for the separation of platinum, nickel, copper, cobalt, zinc, and manganese from binary mixtures. The method was extended to the analysis of palladium catalyst and platinum ores.", "objIdentifier": "5d46ddfbf85ce7a1cc913d4ae112b511", "pissn": "0009-2673", "subject": ["General Chemistry"], "eissn": "1348-0634", "author": [{"affiliation": [], "given": "N. M.", "family": "Sundaramurthi"}, {"affiliation": [], "given": "V. M.", "family": "Shinde"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "https://www.jstage.jst.go.jp/article/bcsj1926/63/5/63_5_1508/_pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1990-5", "accepted": null, "publisher": "The Chemical Society of Japan", "doi": "10.1246/bcsj.63.1508", "license": null, "url": "http://dx.doi.org/10.1246/bcsj.63.1508", "issn": [{"type": "print", "value": "0009-2673"}, {"type": "electronic", "value": "1348-0634"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Ion Pair Extraction and Separation Studies of Palladium"], "funder": null, "datasourcePrefix": "crossref____"}
34
{"best_oa_location_url": "", "issued": "1976-4-01", "abstract": "The role played by fantasy in mitigating the overt expression of aggression was investigated by examining the relationship between aggressive behavior and aggressive story content on the Thematic Apperception Test. A rating scale, checklist, and offense scale were used to measure the aggressive behavior of 76 juvenile offenders. While only one measure correlated significantly with hostile content on the TAT, all three correlations were negative, suggesting an inverse relationship between measure of aggression and aggressive content on the TAT.", "objIdentifier": "9b4fe13aa5fc34f36166573672adbe66", "pissn": "0022-3891", "subject": ["Arts and Humanities (miscellaneous)", "Clinical Psychology"], "eissn": "1532-7752", "author": [{"affiliation": [], "given": "James T.", "family": "Matranga"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.tandfonline.com/doi/pdf/10.1207/s15327752jpa4002_3", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1976-4", "accepted": null, "publisher": "Informa UK Limited", "doi": "10.1207/s15327752jpa4002_3", "license": null, "url": "http://dx.doi.org/10.1207/s15327752jpa4002_3", "issn": [{"type": "print", "value": "0022-3891"}, {"type": "electronic", "value": "1532-7752"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["The Relationship Between Behavioral Indices of Aggression and Hostile Content on the TAT"], "funder": null, "datasourcePrefix": "crossref____"}
35
{"best_oa_location_url": "", "issued": "2006-4-27", "abstract": "Abstract#R##N##R##N#Biosynthesis of the antifungal agent blasticidin S in Streptomyces griseochromogenes requires the formation of free cytosine. The blsM gene in the blasticidin S gene cluster is predicted to encode a protein that has sequence homology with several nucleoside transferases. In vitro analysis of recombinant BlsM revealed that the enzyme functions as a nucleotide hydrolase and catalyzes the formation of free cytosine by using cytidine 5′-monophosphate (CMP) as the preferred substrate. Cytosine production was significantly lower with CDP, CTP, and dCMP as alternate substrates. BlsM was also observed to have low-level cytidine deaminase activity, converting cytidine and deoxycytidine to uridine and deoxyuridine, respectively. Point mutations were introduced in blsM at putative catalytic residues to generate three mutant enzymes, BlsM Ser98Asp, Glu104Ala, and Glu104Asp. All three mutants lost CMP hydrolysis activity, but the Ser98Asp mutant showed a modest increase in cytidine deaminase activity.", "objIdentifier": "3f065f0a6fc32e92b1527962c3fef4af", "pissn": "1439-4227", "subject": ["Organic Chemistry", "Molecular Medicine", "Biochemistry", "Molecular Biology"], "author": [{"affiliation": [], "given": "Laura L.", "family": "Grochowski"}, {"affiliation": [], "given": "T. Mark", "family": "Zabriskie "}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2006-4-27", "link": [{"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1002%2Fcbic.200600026", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2006-6-2", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1002/cbic.200600026", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", "start": {"timestamp": 1441065600000, "date-time": "2015-09-01T00:00:00Z", "date-parts": [[2015, 9, 1]]}, "content-version": "tdm", "delay-in-days": 3414}], "url": "http://dx.doi.org/10.1002/cbic.200600026", "issn": [{"type": "print", "value": "1439-4227"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Characterization of BlsM, a Nucleotide Hydrolase Involved in Cytosine Production for the Biosynthesis of Blasticidin S"], "funder": null, "datasourcePrefix": "crossref____"}
36
{"best_oa_location_url": "", "issued": "2009-4-01", "abstract": [], "objIdentifier": "d1f9b657cdccdeac648f8b1e6da0f33d", "subject": null, "author": [{"affiliation": [], "given": "ZS", "family": "DePew"}, {"affiliation": [], "given": "LE", "family": "Morrow"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0004", "value": "Conference object"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2009-4", "accepted": null, "publisher": "American Thoracic Society", "doi": "10.1164/ajrccm-conference.2009.179.1_meetingabstracts.a2605", "license": null, "url": "http://dx.doi.org/10.1164/ajrccm-conference.2009.179.1_meetingabstracts.a2605", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["An Established Primary Care Physician Relationship Is Associated with Decreased Rates of Tobacco Smoking."], "funder": null, "datasourcePrefix": "crossref____"}
37
{"best_oa_location_url": "", "issued": "1947", "abstract": "Die Resultate von Sulfitkochungen an verschiedenen Phenylpropan-derivaten, die als Modelle der Ligninbausteine gedacht sind, werden an Hand einer Ubersichtstabelle aufgezeigt und die dabei auftretenden Regelmasigkeiten besprochen.", "objIdentifier": "7c7e59a076313c2d7047344bdba1fca4", "pissn": "0026-9247", "subject": ["General Chemistry"], "eissn": "1434-4475", "author": [{"affiliation": [], "given": "K.", "family": "Kratzl"}, {"affiliation": [], "given": "H.", "family": "D�ubner"}, {"affiliation": [], "given": "U.", "family": "Siegens"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/BF00899006", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1947", "accepted": null, "publisher": "Springer Nature", "doi": "10.1007/bf00899006", "license": null, "url": "http://dx.doi.org/10.1007/bf00899006", "issn": [{"type": "print", "value": "0026-9247"}, {"type": "electronic", "value": "1434-4475"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["�ber die Sulfitkochung von Phenylpropanderivaten"], "funder": null, "datasourcePrefix": "crossref____"}
38
{"best_oa_location_url": "", "issued": "1969-12-01", "abstract": [], "objIdentifier": "01d9002969f28bdbce3eb8e9bb8f82e4", "pissn": "0032-3195", "subject": ["Sociology and Political Science"], "author": [{"affiliation": [], "given": "Samuel C.", "family": "Patterson"}, {"affiliation": [], "given": "Joseph", "family": "LaPalombara"}, {"affiliation": [], "given": "Myron", "family": "Weiner"}, {"affiliation": [], "given": "William Nisbet", "family": "Chambers"}, {"affiliation": [], "given": "Walter Dean", "family": "Burnham"}, {"affiliation": [], "given": "Frederick C.", "family": "Engelmann"}, {"affiliation": [], "given": "Mildred A.", "family": "Schwartz"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.wiley.com/onlinelibrary/tdm/v1/articles/10.2307%2F2147155", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1969-12", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.2307/2147155", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1", "start": {"timestamp": 1441065600000, "date-time": "2015-09-01T00:00:00Z", "date-parts": [[2015, 9, 1]]}, "content-version": "tdm", "delay-in-days": 16710}], "url": "http://dx.doi.org/10.2307/2147155", "issn": [{"type": "print", "value": "0032-3195"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Political Parties and Political Development."], "funder": null, "datasourcePrefix": "crossref____"}
39
{"best_oa_location_url": "", "issued": "2000", "abstract": [], "objIdentifier": "6ddde0391f99e58e531f80f4c6bd2ba0", "subject": null, "author": [{"affiliation": [], "given": "Martin H.", "family": "Weik"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": "2017-11-30", "link": [{"URL": "http://link.springer.com/content/pdf/10.1007/1-4020-0613-6_4757", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2000", "accepted": null, "publisher": "Springer US", "doi": "10.1007/1-4020-0613-6_4757", "license": [{"URL": "http://www.springer.com/tdm", "start": {"timestamp": 946684800000, "date-time": "2000-01-01T00:00:00Z", "date-parts": [[2000, 1, 1]]}, "content-version": "unspecified", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1007/1-4020-0613-6_4757", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["descending sequence"], "funder": null, "datasourcePrefix": "crossref____"}
40
{"best_oa_location_url": "", "issued": "2016-6-30", "abstract": [], "objIdentifier": "f8986d2c3b5cffce498c2065e20a101e", "pissn": "2230-7966", "subject": null, "eissn": "0976-979X", "author": [{"affiliation": [], "given": "Rubayet", "family": "Karim"}, {"affiliation": [], "given": "Jony", "family": "Biswas"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2016-6-30", "accepted": null, "publisher": "Academy and Industry Research Collaboration Center (AIRCC)", "doi": "10.5121/ijmvsc.2016.7205", "license": null, "url": "http://dx.doi.org/10.5121/ijmvsc.2016.7205", "issn": [{"type": "print", "value": "2230-7966"}, {"type": "electronic", "value": "0976-979X"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Value Stream Analysis of Vegetable Supply Chain in Bangladesh: A Case Study"], "funder": null, "datasourcePrefix": "crossref____"}
41
{"best_oa_location_url": "http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2650345", "issued": "2009-2-5", "abstract": "Mutation in leucine-rich repeat kinase-2 (LRRK2) is the most common cause of late-onset Parkinson's disease (PD). Although most cases of PD are sporadic, some are inherited, including those caused by LRRK2 mutations. Because these mutations may be associated with a toxic gain of function, controlling the expression of LRRK2 may decrease its cytotoxicity. Here we show that the carboxyl terminus of HSP70-interacting protein (CHIP) binds, ubiquitinates, and promotes the ubiquitin proteasomal degradation of LRRK2. Overexpression of CHIP protects against and knockdown of CHIP exacerbates toxicity mediated by mutant LRRK2. Moreover, HSP90 forms a complex with LRRK2, and inhibition of HSP90 chaperone activity by 17AAG leads to proteasomal degradation of LRRK2, resulting in increased cell viability. Thus, increasing CHIP E3 ligase activity and blocking HSP90 chaperone activity can prevent the deleterious effects of LRRK2. These findings point to potential treatment options for LRRK2-associated PD.", "objIdentifier": "96829d732e748e25e588c947be59375f", "pissn": "0027-8424", "subject": ["Multidisciplinary"], "eissn": "1091-6490", "author": [{"affiliation": [], "given": "Han Seok", "family": "Ko"}, {"affiliation": [], "given": "Rachel", "family": "Bailey"}, {"affiliation": [], "given": "Wanli W.", "family": "Smith"}, {"affiliation": [], "given": "Zhaohui", "family": "Liu"}, {"affiliation": [], "given": "Joo-Ho", "family": "Shin"}, {"affiliation": [], "given": "Yun-Il", "family": "Lee"}, {"affiliation": [], "given": "Yong-Jie", "family": "Zhang"}, {"affiliation": [], "given": "Haibing", "family": "Jiang"}, {"affiliation": [], "given": "Christopher A.", "family": "Ross"}, {"affiliation": [], "given": "Darren J.", "family": "Moore"}, {"affiliation": [], "given": "Cam", "family": "Patterson"}, {"affiliation": [], "given": "Leonard", "family": "Petrucelli"}, {"affiliation": [], "given": "Ted M.", "family": "Dawson"}, {"ORCID": "0000-0002-2915-3970", "affiliation": [], "given": "Valina L.", "family": "Dawson"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": "2009-2-5", "link": [{"URL": "https://syndication.highwire.org/content/doi/10.1073/pnas.0810123106", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2009-2-24", "accepted": null, "publisher": "Proceedings of the National Academy of Sciences", "doi": "10.1073/pnas.0810123106", "license": [{"URL": "http://www.pnas.org/site/misc/userlicense.xhtml", "start": {"timestamp": 1251072000000, "date-parts": [[2009, 8, 24]], "date-time": "2009-08-24T00:00:00Z"}, "content-version": "vor", "delay-in-days": 200}], "url": "http://dx.doi.org/10.1073/pnas.0810123106", "issn": [{"type": "print", "value": "0027-8424"}, {"type": "electronic", "value": "1091-6490"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["CHIP regulates leucine-rich repeat kinase-2 ubiquitination, degradation, and toxicity"], "funder": null, "datasourcePrefix": "crossref____"}
42
{"best_oa_location_url": "", "issued": "2016", "abstract": "Introduction:   The objective was to evaluate the effect of hydrochlorothiazide and alendronate on urine calcium and bone mineral density in calcium stone-forming p", "objIdentifier": "dc4929e279e0e9ff6822c6029ea75ece", "pissn": "0042-1138", "subject": ["Urology"], "eissn": "1423-0399", "author": [{"affiliation": [], "given": "Miguel", "family": "Arrabal-Martín"}, {"affiliation": [], "given": "Samuel", "family": "González-Torres"}, {"affiliation": [], "given": "María del Carmen", "family": "Cano-García"}, {"affiliation": [], "given": "Tomás", "family": "De Haro-Muñoz"}, {"affiliation": [], "given": "Félix", "family": "Abad-Menor"}, {"affiliation": [], "given": "Miguel Ángel", "family": "Arrabal-Polo"}, {"affiliation": [], "given": "José Manuel", "family": "Cózar-Olmo"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2016-1-23", "link": [{"URL": "http://www.karger.com/Article/Pdf/443484", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2016", "accepted": null, "publisher": "S. Karger AG", "doi": "10.1159/000443484", "license": null, "url": "http://dx.doi.org/10.1159/000443484", "issn": [{"type": "print", "value": "0042-1138"}, {"type": "electronic", "value": "1423-0399"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Urine Calcium and Bone Mineral Density in Calcium Stone-Forming Patients Treated with Alendronate and Hydrochlorothiazide"], "funder": null, "datasourcePrefix": "crossref____"}
43
{"best_oa_location_url": "", "issued": "None", "abstract": [], "objIdentifier": "abf6758b532a1fbc5e1045fdb4f80622", "subject": null, "author": [{"affiliation": [], "given": "Byron", "family": "Kaldis"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": null, "published-print": null, "accepted": null, "publisher": "Routledge", "doi": "10.4324/9780203875575.ch26", "license": null, "url": "http://dx.doi.org/10.4324/9780203875575.ch26", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Nature and Society"], "funder": null, "datasourcePrefix": "crossref____"}
44
{"best_oa_location_url": "", "issued": "2012-7-12", "abstract": "Abstract#R##N##R##N#New methods to prepare biologically important oxadiazoles, thiadiazoles, tetrazoles, and 1,2,4-triazoles are reported.", "objIdentifier": "49879866a6b6ba37a03351190dfd7f90", "pissn": "0931-7597", "subject": null, "author": [{"affiliation": [], "given": "Pramod S.", "family": "Chaudhari"}, {"affiliation": [], "given": "Sagar P.", "family": "Pathare"}, {"affiliation": [], "given": "Krishnacharaya G.", "family": "Akamanchi"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2012-7-12", "link": [{"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1002%2Fchin.201232137", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2012-8-7", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1002/chin.201232137", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", "start": {"timestamp": 1441065600000, "date-time": "2015-09-01T00:00:00Z", "date-parts": [[2015, 9, 1]]}, "content-version": "tdm", "delay-in-days": 1146}], "url": "http://dx.doi.org/10.1002/chin.201232137", "issn": [{"type": "print", "value": "0931-7597"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["ChemInform Abstract: o-Iodoxybenzoic Acid Mediated Oxidative Desulfurization Initiated Domino Reactions for Synthesis of Azoles."], "funder": null, "datasourcePrefix": "crossref____"}
45
{"best_oa_location_url": "", "issued": "1893-7-01", "abstract": [], "objIdentifier": "61bd9a20e8c63c8ff0ccefcf4fb3f1dc", "pissn": "0016-0032", "subject": ["Control and Systems Engineering", "Signal Processing", "Computer Networks and Communications", "Applied Mathematics"], "author": [{"affiliation": [], "given": "Jos.W.", "family": "Richards"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:0016003293902978?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:0016003293902978?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "1893-7", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/0016-0032(93)90297-8", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": -2414188800000, "date-time": "1893-07-01T00:00:00Z", "date-parts": [[1893, 7, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/0016-0032(93)90297-8", "issn": [{"type": "print", "value": "0016-0032"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["The specific heats of the metals"], "funder": null, "datasourcePrefix": "crossref____"}
46
{"best_oa_location_url": "", "issued": "2005", "abstract": [], "objIdentifier": "325bc78b98c561152bbf68b69dba6c2d", "subject": null, "author": [{"affiliation": [], "given": "Chong Ju", "family": "Choi"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://link.springer.com/content/pdf/10.1057/9780230523562_3", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2005", "accepted": null, "publisher": "Palgrave Macmillan UK", "doi": "10.1057/9780230523562_3", "license": [{"URL": "http://www.springer.com/tdm", "start": {"timestamp": 1104537600000, "date-time": "2005-01-01T00:00:00Z", "date-parts": [[2005, 1, 1]]}, "content-version": "vor", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1057/9780230523562_3", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Knowledge Resources in Korea: Understanding Korea’s Business System and Capitalism"], "funder": null, "datasourcePrefix": "crossref____"}
47
{"best_oa_location_url": "http://doi.org/10.1515/hukin-2016-0032", "issued": "2016-1-1", "abstract": "<jats:title>Abstract</jats:title><jats:p>The aim of this study was to assess the concurrent validity of the Optojump™ system (Microgate, Bolzano, Italy) versus a force platform in the estimation of temporal and reactive strength measures. In two separate investigations, twenty physically active males performed double-leg and single-leg drop jumps from a box height of 0.3 m and a 10 s vertical bilateral hopping test. Contact time, flight time and total time (the sum of contact and flight time) were concurrently assessed during single and double-leg drop jumps and during hopping. Jump height, the reactive strength index and the reactive strength ratio were also calculated from contact time and flight time. Despite intraclass correlation coefficients (ICCs) for all variables being close to 1 (ICC &gt; 0.975), a significant overestimation was found in contact time (0.005 ± 0.002 s) and underestimations in flight time (0.005 ± 0.003 s), the reactive strength index (0.04 ± 0.02 m·s-1) and the reactive strength ratio (0.07 ± 0.04). Overestimations in contact time and underestimations in flight time were attributed to the physical design of the Optojump™ system as the transmitter and receiver units were positioned 0.003 m above the floor level. The Optojump™ demonstrated excellent overall temporal validity with no differences found between systems for total time. Coaches are advised to be consistent with the instrumentation used to assess athletes, however, in the case of comparison between reactive strength values collected with the Optojump™ and values collected with a force platform, regression equations are provided.</jats:p>", "objIdentifier": "24f73cf0874385c392d9d5f48835fdf7", "subject": ["Physical Therapy, Sports Therapy and Rehabilitation", "Physiology (medical)"], "accepted": null, "author": [{"affiliation": [], "given": "Robin", "family": "Healy"}, {"affiliation": [], "given": "Ian C.", "family": "Kenny"}, {"affiliation": [], "given": "Andrew J.", "family": "Harrison"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": null, "link": [{"URL": "http://www.degruyter.com/view/j/hukin.2016.54.issue-1/hukin-2016-0032/hukin-2016-0032.xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/html"}, {"URL": "http://www.degruyter.com/view/j/hukin.2016.54.issue-1/hukin-2016-0032/hukin-2016-0032.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2016-1-1", "eissn": "1899-7562", "publisher": "Walter de Gruyter GmbH", "doi": "10.1515/hukin-2016-0032", "license": null, "url": "http://dx.doi.org/10.1515/hukin-2016-0032", "issn": [{"type": "electronic", "value": "1899-7562"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Assessing Reactive Strength Measures in Jumping and Hopping Using the Optojump™ System"], "funder": null, "datasourcePrefix": "crossref____"}
48
{"best_oa_location_url": "", "issued": "2006-11-13", "abstract": [], "objIdentifier": "e0d910a09fb19009740b56d8eca52d62", "pissn": "0948-2393", "subject": ["Obstetrics and Gynaecology", "Pediatrics, Perinatology, and Child Health", "Maternity and Midwifery"], "eissn": "1439-1651", "author": [{"affiliation": [], "given": "C", "family": "Müller"}, {"affiliation": [], "given": "U", "family": "Vogel"}, {"affiliation": [], "given": "M", "family": "Frosch"}, {"affiliation": [], "given": "R", "family": "Berner"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2006-11-13", "link": [{"URL": "http://www.thieme-connect.de/DOI/DOI?10.1055/s-2006-946046", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "accepted": null, "publisher": "Thieme Publishing Group", "doi": "10.1055/s-2006-946046", "license": null, "url": "http://dx.doi.org/10.1055/s-2006-946046", "issn": [{"type": "print", "value": "0948-2393"}, {"type": "electronic", "value": "1439-1651"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Vergleichende Genomanalyse von Meningokokken zur Identifizierung von Virulenzfaktoren – Ergebnisse erfordern prospektive Untersuchung"], "funder": null, "datasourcePrefix": "crossref____"}
49
{"best_oa_location_url": "", "issued": "1975-3-01", "abstract": [], "objIdentifier": "9a4323aa68f70536cfd667940badaa92", "pissn": "0003-0554", "subject": ["Political Science and International Relations", "Sociology and Political Science"], "eissn": "1537-5943", "author": [{"affiliation": [], "given": "Joseph", "family": "Adelson"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2014-8-1", "link": [{"URL": "https://www.cambridge.org/core/services/aop-cambridge-core/content/view/S0003055400242032", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1975-3", "accepted": null, "publisher": "Cambridge University Press (CUP)", "doi": "10.2307/1957953", "license": null, "url": "http://dx.doi.org/10.2307/1957953", "issn": [{"type": "print", "value": "0003-0554"}, {"type": "electronic", "value": "1537-5943"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Children and War. By Tolley Howard Jr. (New York and London: Teachers' College Press, 1973. Pp. xii, 196. $9.50, cloth; $4.95, paper.)"], "funder": null, "datasourcePrefix": "crossref____"}
50
{"best_oa_location_url": "", "issued": "2014-1-01", "abstract": "Tetrabutylammonium hydroxide (TBAH) is an efficient and mild alternative to tetrabutylammonium fluoride (TBAF) for base catalyzed cyclizations of 1,2,4-oxadiazoles from O-acylamidoximes. For most 3,5-substituted 1,2,4-oxadiazoles the reactions were dramatically accelerated by addition of 0.1 equiv of TBAH at room temperature. This method was also more generally applicable allowing for a wider range of substrates. Additionally, due to the absence of fluoride, TBAH will not result in corrosion of reactor vessels and therefore is better suited for large-scale synthesis.", "objIdentifier": "ee2503959e44115fa6e7487453b17194", "pissn": "0040-4039", "subject": ["Organic Chemistry", "Biochemistry", "Drug Discovery"], "author": [{"affiliation": [], "given": "Hiromichi", "family": "Otaka"}, {"affiliation": [], "given": "Junya", "family": "Ikeda"}, {"affiliation": [], "given": "Daisuke", "family": "Tanaka"}, {"affiliation": [], "given": "Masanori", "family": "Tobe"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0040403913020911?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S0040403913020911?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2014-1", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/j.tetlet.2013.12.016", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1388534400000, "date-time": "2014-01-01T00:00:00Z", "date-parts": [[2014, 1, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/j.tetlet.2013.12.016", "issn": [{"type": "print", "value": "0040-4039"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Construction of 3,5-substituted 1,2,4-oxadiazole rings triggered by tetrabutylammonium hydroxide: a highly efficient and fluoride-free ring closure reaction of O-acylamidoximes"], "funder": null, "datasourcePrefix": "crossref____"}
51
{"best_oa_location_url": "", "issued": "1973-10-01", "abstract": [], "objIdentifier": "d5e6c7849d6b764cc9067310fc3b8c30", "pissn": "0022-2623", "subject": ["Molecular Medicine", "Drug Discovery"], "eissn": "1520-4804", "author": [{"affiliation": [], "given": "A.", "family": "Rosowsky"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://pubs.acs.org/doi/pdf/10.1021/jm00268a029", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1973-10", "accepted": null, "publisher": "American Chemical Society (ACS)", "doi": "10.1021/jm00268a029", "license": null, "url": "http://dx.doi.org/10.1021/jm00268a029", "issn": [{"type": "print", "value": "0022-2623"}, {"type": "electronic", "value": "1520-4804"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Methotrexate analogs. 2. Facile method of preparation of lipophilic derivatives of methotrexate and 3',5'-dichloromethotrexate by direct esterification"], "funder": null, "datasourcePrefix": "crossref____"}
52
{"issued": "2017-10-31", "abstract": [], "objIdentifier": "bed219140ade7423ea00967136ec17c0", "pissn": "1738-4087", "subject": null, "author": [{"affiliation": [], "given": "Bareum", "family": "Kwon"}, {"affiliation": [], "given": "Hunjoo", "family": "Lee"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://ocean.kisti.re.kr/downfile/crosscheck/kehs/JAKO201732060954890.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2017-10-31", "accepted": null, "publisher": "Korean Society of Environmental Health", "doi": "10.5668/jehs.2017.43.5.412", "license": null, "url": "http://dx.doi.org/10.5668/jehs.2017.43.5.412", "issn": [{"type": "print", "value": "1738-4087"}], "collectedFrom": [{"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Developing a Multi-purpose Ecotoxicity Database Model and Web-based Searching System for Ecological Risk Assessment of EDCs in Korea"], "funder": null, "datasourcePrefix": "crossref____"}
53
{"best_oa_location_url": "", "issued": "1961-1-01", "abstract": [], "objIdentifier": "abf13cb52e761445c9f0489fed1856e8", "pissn": "0885-3118", "subject": null, "author": [{"affiliation": [], "given": "R. A.", "family": "Gomez"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1961-1", "accepted": null, "publisher": "Cambridge University Press (CUP)", "doi": "10.2307/165244", "license": null, "url": "http://dx.doi.org/10.2307/165244", "issn": [{"type": "print", "value": "0885-3118"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Latin-American Executives: Essence and Variations"], "funder": null, "datasourcePrefix": "crossref____"}
54
{"best_oa_location_url": "", "issued": "1998-7-01", "abstract": "Patient Access#R##N#Patients and/or caregivers may access this content for use in relation to their own personal healthcare or that of a family member only. Terms and conditions will apply.", "objIdentifier": "5dd772d2b18bbfd138561b26b26987e1", "pissn": "0915-5635", "subject": ["Gastroenterology", "Radiology Nuclear Medicine and imaging"], "eissn": "1443-1661", "author": [{"affiliation": [], "given": "Jean-François", "family": "REY"}, {"affiliation": [], "given": "Thierry", "family": "PONCHON"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1111%2Fj.1443-1661.1998.tb00556.x", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1998-7", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1111/j.1443-1661.1998.tb00556.x", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", "start": {"timestamp": 1441065600000, "date-time": "2015-09-01T00:00:00Z", "date-parts": [[2015, 9, 1]]}, "content-version": "tdm", "delay-in-days": 6271}], "url": "http://dx.doi.org/10.1111/j.1443-1661.1998.tb00556.x", "issn": [{"type": "print", "value": "0915-5635"}, {"type": "electronic", "value": "1443-1661"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Prevention of Endoscopic Risk of Type C Hepatitis and Creutzfeldt Jakob Disease Transmission"], "funder": null, "datasourcePrefix": "crossref____"}
55
{"best_oa_location_url": "", "issued": "2004-9-01", "abstract": "Asarin [Theory Probab. Appl. 32 (1987) 507-508] showed that any finite sequence with small randomness deficiency has the stability property of the frequency of 1s in their subsequences selected by simple Kolmogorov-Loveland selection rules. Roughly speaking the difference between frequency  m/n  of zeros and 1/2 in a subsequence of length  n  selected from a sequence with randomness deficiency  d  by a selection rule of complexity  k  is bounded by O(√( d + k  + log  n )/ n ) in absolute value. In this paper we prove a result in the inverse direction: if the randomness deficiency of a sequence is large then there is a simple Kolmogorov-Loveland selection rule that selects not too short subsequence in which frequency of ones is far from 1/2. Roughly speaking for any sequence of length  N  there is a selection rule of complexity O(log( N/d )) selecting a subsequence such that | m/n  - 1/2| = Ω( d /( n log( N/d ))).", "objIdentifier": "d6b1d4c19949cbdb5e60178679999daa", "pissn": "0020-0190", "subject": ["Signal Processing", "Theoretical Computer Science", "Information Systems", "Computer Science Applications"], "author": [{"affiliation": [], "given": "Bruno", "family": "Durand"}, {"affiliation": [], "given": "Nikolai", "family": "Vereshchagin"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0020019004001644?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S0020019004001644?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2004-9", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/j.ipl.2004.05.014", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1093996800000, "date-time": "2004-09-01T00:00:00Z", "date-parts": [[2004, 9, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/j.ipl.2004.05.014", "issn": [{"type": "print", "value": "0020-0190"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Kolmogorov–Loveland stochasticity for finite strings"], "funder": null, "datasourcePrefix": "crossref____"}
56
{"best_oa_location_url": "", "issued": "1943-10-01", "abstract": [], "objIdentifier": "4e970f2ab59db21a80bbc644759c3e6c", "pissn": "0021-8375", "subject": ["Animal Science and Zoology"], "eissn": "1439-0361", "author": [{"affiliation": [], "given": "Erwin", "family": "Stresemann"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/BF02013136", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1943-10", "accepted": null, "publisher": "Springer Nature", "doi": "10.1007/bf02013136", "license": null, "url": "http://dx.doi.org/10.1007/bf02013136", "issn": [{"type": "print", "value": "0021-8375"}, {"type": "electronic", "value": "1439-0361"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Ueberblick über die Vögel Kretas und den Vogelzug in der Aegaeis"], "funder": null, "datasourcePrefix": "crossref____"}
57
{"best_oa_location_url": "", "issued": "1993", "abstract": "Abstract#R##N#Katabatic winds occur with great frequency over the Adelie Land sector of Antarctica. Data collected by automatic weather stations (AWSs) along a string of stations from the coast of Adelie Land to the high interior plateau show a marked diurnal cycle of the wind and temperature regimes of the lower atmosphere during the short austral summer period. Numerical simulations of the katabatic wind regime have been conducted for a variety of solar forcing and synoptic conditions assuming a clear sky environment. Results suggest that the katabatic wind is a robust feature of the Antarctic boundary layer. Significant disruption of the low-level drainage features occurs only during the midsummer months owing to the solar heating of the ice slopes and from synoptic activity along the Adelie Land coastline. During midsummer, modeled ground temperatures undergo a diurnal cycle with an amplitude of 15°C near the coast, in good agreement with the AWS observations. The katabatic wind decreases considerably during the middle of the day; wind speeds at coastal sites become reduced by more than one half of the early morning values. The numerical simulations depict a rapid summer to winter transition of katabatic wind conditions over the 1-month period from mid-February to mid-March. The surface energy budget becomes negative for the entire 24-hour period after mid-February, corresponding to the rapid onset of the wintertime katabatic wind regime.", "objIdentifier": "4e2a86a78c0103ab3e8a91bce076b06e", "pissn": "0148-0227", "subject": ["Earth-Surface Processes", "Ecology", "Earth and Planetary Sciences (miscellaneous)", "Space and Planetary Science", "Palaeontology", "Forestry", "Aquatic Science", "Atmospheric Science", "Soil Science", "Geochemistry and Petrology", "Geophysics", "Oceanography", "Water Science and Technology"], "author": [{"affiliation": [], "given": "Thomas R.", "family": "Parish"}, {"affiliation": [], "given": "Paul", "family": "Pettré"}, {"affiliation": [], "given": "Gerd", "family": "Wendler"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "1993", "link": [{"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1029%2F92JD02080", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}, {"URL": "http://www.agu.org/journals/jd/v098/iD07/92JD02080/92JD02080.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1029/92jd02080", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", "start": {"timestamp": 1441065600000, "date-parts": [[2015, 9, 1]], "date-time": "2015-09-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 8278}], "url": "http://dx.doi.org/10.1029/92jd02080", "issn": [{"type": "print", "value": "0148-0227"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["A numerical study of the diurnal variation of the Adelie Land katabatic wind regime"], "funder": null, "datasourcePrefix": "crossref____"}
58
{"best_oa_location_url": "", "issued": "1948-7-1", "abstract": "SummaryDiscrepancies in the findings of various investigators relative to the requirement of certain lactic acid bacteria for pantothenic acid, nicotinic acid, and biotin have been resolved, Recognition of the essential nature of these and other vitamins may be prevented by use of heavy inocula, from cultures grown in vitamin-rich media. This appears due to the fact that some organisms store certain vitamins in excess of their requirements, and thus are able to grow to a limited extent when subsequently transferred to media free of the essential vitamin or growth factor.", "objIdentifier": "b546c1699fe9526727309ba10d9be83b", "pissn": "1535-3702", "subject": ["General Biochemistry, Genetics and Molecular Biology"], "eissn": "1535-3699", "author": [{"affiliation": [], "given": "E.", "family": "Kltay"}, {"affiliation": [], "given": "E. E.", "family": "Snell"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1948-7-1", "accepted": null, "publisher": "SAGE Publications", "doi": "10.3181/00379727-68-16583", "license": null, "url": "http://dx.doi.org/10.3181/00379727-68-16583", "issn": [{"type": "print", "value": "1535-3702"}, {"type": "electronic", "value": "1535-3699"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Effect of Size of Inoculum on the Apparent Vitamin Requirements of Lactic Acid Bacteria."], "funder": null, "datasourcePrefix": "crossref____"}
59
{"best_oa_location_url": "", "issued": "2004", "abstract": [], "objIdentifier": "330a879bfd3a5e2e22e22fad94cb8e25", "subject": null, "author": [{"affiliation": [], "given": "Peter", "family": "McPhee"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://link.springer.com/content/pdf/10.1007/978-1-4039-3777-3_2", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2004", "accepted": null, "publisher": "Macmillan Education UK", "doi": "10.1007/978-1-4039-3777-3_2", "license": [{"URL": "http://www.springer.com/tdm", "start": {"timestamp": 1072915200000, "date-time": "2004-01-01T00:00:00Z", "date-parts": [[2004, 1, 1]]}, "content-version": "vor", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1007/978-1-4039-3777-3_2", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["France in the 1780s"], "funder": null, "datasourcePrefix": "crossref____"}
60
{"best_oa_location_url": "", "issued": "1985-10-01", "abstract": [], "objIdentifier": "b5b7334cdb6582508849ed58f48526a5", "pissn": "0273-2289", "subject": ["Biotechnology", "Applied Microbiology and Biotechnology", "Biochemistry", "Bioengineering", "Molecular Biology", "General Medicine"], "eissn": "1559-0291", "author": [{"affiliation": [], "given": "Stanley M.", "family": "Barnett"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/BF02798675", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1985-10", "accepted": null, "publisher": "Springer Nature", "doi": "10.1007/bf02798675", "license": null, "url": "http://dx.doi.org/10.1007/bf02798675", "issn": [{"type": "print", "value": "0273-2289"}, {"type": "electronic", "value": "1559-0291"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Book review"], "funder": null, "datasourcePrefix": "crossref____"}
61
{"best_oa_location_url": "", "issued": "2006-6-01", "abstract": "The opportune estimation of channel gain in wireless communication is significant to successful power control, but the channel's nonlinear characteristic degrades the performance of conventional estimation method. Based on fuzzy filter theory, a novel adaptive fuzzy least mean square (LMS) filter for channel estimation is proposed. Utilizing the human experiences and statistical knowledge of signal's fading, the filter builds two different type of fuzzy sets over the space of channel gain, which reflect the channel gain's value and its moving trends respectively, then adjusts the parameters of the member functions of the sets with LMS algorithm, thus adapts itself to the nonlinear characteristics of communication channel. The result of simulation experiment validates the efficiency of the algorithm.", "objIdentifier": "1ea16b3430436c1c305434da06c28497", "subject": null, "author": [{"affiliation": [], "given": "Zhuo", "family": "Yong-Ning"}, {"affiliation": [], "given": "Zhu", "family": "Li-Dong"}, {"affiliation": [], "given": "Wu", "family": "Shi-Qi"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0004", "value": "Conference object"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://xplorestaging.ieee.org/ielx5/4068497/4068498/04068663.pdf?arnumber=4068663", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2006-6", "accepted": null, "publisher": "IEEE", "doi": "10.1109/itst.2006.288975", "license": null, "url": "http://dx.doi.org/10.1109/itst.2006.288975", "issn": null, "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["An Adaptive Fuzzy Filter Based on Two Different Sets for Nonlinear Channel Estimation"], "funder": null, "datasourcePrefix": "crossref____"}
62
{"best_oa_location_url": "http://doi.org/10.1007/s13402-013-0146-4", "issued": "2013-10-1", "abstract": "Purpose#R##N#Nanoencapsulation of chemotherapeutics is an established method to target breast tumors and has been shown to enhance the efficacy of therapy in various animal models. During the past two decades, the nucleoside analog Gemcitabine has been under investigation to treat both recalcitrant and localized breast cancer, often in combination with other chemotherapeutics. In this study, we investigated the chemotherapeutic efficacy of a novel Gemcitabine-encapsulated liposome previously formulated by our group, GemPo, on both sensitive (4T1) and recalcitrant (MDA-MB-231) breast cancer cell lines.", "objIdentifier": "829c1bea9bc371bed0f5ddaca9c1fc9d", "pissn": "2211-3428", "subject": ["Molecular Medicine", "Cancer Research", "Oncology", "General Medicine"], "eissn": "2211-3436", "author": [{"affiliation": [], "given": "Anne-Laure", "family": "Papa"}, {"affiliation": [], "given": "Almas", "family": "Sidiqui"}, {"affiliation": [], "given": "Sri Uma Aisvarya", "family": "Balasubramanian"}, {"affiliation": [], "given": "Sasmit", "family": "Sarangi"}, {"affiliation": [], "given": "Matthew", "family": "Luchette"}, {"affiliation": [], "given": "Shiladitya", "family": "Sengupta"}, {"affiliation": [], "given": "Rania", "family": "Harfouche"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": "2013-10-1", "link": [{"URL": "http://link.springer.com/content/pdf/10.1007/s13402-013-0146-4", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2013-12", "accepted": null, "publisher": "Springer Nature", "doi": "10.1007/s13402-013-0146-4", "license": null, "url": "http://dx.doi.org/10.1007/s13402-013-0146-4", "issn": [{"type": "print", "value": "2211-3428"}, {"type": "electronic", "value": "2211-3436"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["PEGylated liposomal Gemcitabine: insights into a potential breast cancer therapeutic"], "funder": null, "datasourcePrefix": "crossref____"}
63
{"best_oa_location_url": "", "issued": "2011", "abstract": [], "objIdentifier": "f35817adb751779940f6b2b37a497774", "subject": null, "author": [{"affiliation": [], "given": "Jehanne M.", "family": "Gheith"}, {"affiliation": [], "given": "Katherine R.", "family": "Jolluck"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://link.springer.com/content/pdf/10.1057/9780230116283_15", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2011", "accepted": null, "publisher": "Palgrave Macmillan US", "doi": "10.1057/9780230116283_15", "license": [{"URL": "http://www.springer.com/tdm", "start": {"timestamp": 1293840000000, "date-parts": [[2011, 1, 1]], "date-time": "2011-01-01T00:00:00Z"}, "content-version": "vor", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1057/9780230116283_15", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["We Will Surely Die"], "funder": null, "datasourcePrefix": "crossref____"}
64
{"best_oa_location_url": "", "issued": "2007-11-01", "abstract": "B3LYP/6-311+G(d,p) calculations were used to explore the geometry, intermolecular energy and the vibrational harmonic spectrum of heterocyclic complexes formed between 2,5-dihydrofuran and thiophene cyclic ethers and the HCl and HF acids. The simulated structures of these hydrogen complexes are discussed in terms of the linearity deviation of the  n ⋯HX hydrogen bond. Theoretical results are satisfactory as compared to the experimental equilibrium structure. The energies of the hydrogen bonds were determinate through the difference between the complex and its correspondent isolated monomers. Moreover, to obtain the correct energies of the hydrogen bonds, it was included the values of the zero point vibrational energy and the basis set superposition error. The infrared spectra reveal the direct relationship between the distance of the hydrogen bond and its stretching frequencies, as well as a good interpretation of the bathochromic effect of the HCl and HF stretching modes from intermolecular charge transfer.", "objIdentifier": "d34d24c3c4edbde9098a44cfe6e81b8a", "pissn": "1386-1425", "subject": ["Instrumentation", "Analytical Chemistry", "Spectroscopy", "Atomic and Molecular Physics, and Optics"], "author": [{"affiliation": [], "given": "B.G.", "family": "Oliveira"}, {"affiliation": [], "given": "R.C.M.U.", "family": "Araujo"}, {"affiliation": [], "given": "A.B.", "family": "Carvalho"}, {"affiliation": [], "given": "M.N.", "family": "Ramos"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S1386142506007694?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S1386142506007694?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2007-11", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/j.saa.2006.12.038", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1193875200000, "date-time": "2007-11-01T00:00:00Z", "date-parts": [[2007, 11, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/j.saa.2006.12.038", "issn": [{"type": "print", "value": "1386-1425"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["DFT calculations on the cyclic ethers hydrogen-bonded complexes: Molecular parameters and the non-linearity of the hydrogen bond"], "funder": null, "datasourcePrefix": "crossref____"}
65
{"best_oa_location_url": "", "issued": "2012-9-26", "abstract": "This article outlines a four-step approach in analysing a complex supply chain using optimization and simulation software tools. The first step consists of Multi-Echelon Optimization to determine the best supply chain structures. The second step involves a Discrete-Event Simulation to determine the appropriate supply chain configuration. The third step, Simulation-Optimization, is then used to improve the supply chain's design established in the first two steps by optimizing the policies used to govern the network's behaviour. The final step, Design for Robustness, ensures that the final selection of the supply chain's network structure and policies will operate well under a wide variety of situations by minimizing the risk of undesirable outcomes. Using a four-step methodology, supply chain modelling provides an efficient supply chain design operating under effective inventory, sourcing and transportation policies. A case study from a Fortune 500 manufacturing company is evaluated using the four-step methodology. Future studies are outlined.", "objIdentifier": "22efe127f5d833be52341597113ea032", "subject": null, "accepted": null, "author": [{"affiliation": [], "given": "Sameer", "family": "Kumar"}, {"affiliation": [], "given": "Daniel A", "family": "Nottestad"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2012-9-26", "link": [{"URL": "http://link.springer.com/content/pdf/10.1057/ori.2012.10.pdf", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}, {"URL": "http://link.springer.com/article/10.1057/ori.2012.10/fulltext.html", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/html"}, {"URL": "http://link.springer.com/content/pdf/10.1057/ori.2012.10", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}, {"URL": "http://link.springer.com/content/pdf/10.1057/ori.2012.10.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "application/pdf"}], "published-print": "2013-7", "eissn": "1759-0477", "publisher": "Springer Nature", "doi": "10.1057/ori.2012.10", "license": [{"URL": "http://www.springer.com/tdm", "start": {"timestamp": 1348617600000, "date-parts": [[2012, 9, 26]], "date-time": "2012-09-26T00:00:00Z"}, "content-version": "vor", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1057/ori.2012.10", "issn": [{"type": "electronic", "value": "1759-0477"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Supply chain analysis methodology – Leveraging optimization and simulation software"], "funder": null, "datasourcePrefix": "crossref____"}
66
{"best_oa_location_url": "", "issued": "2007-5-01", "abstract": "We have investigated the survival of PCR-amplifiable mitochondrial and nuclear DNA in a small number of modern and medieval bovine leather samples. The results of this preliminary investigation demonstrate that, while no nuclear DNA can be PCR-amplified from any of the specimens, mitochondrial DNA can be amplified from all samples. To investigate this contrasting pattern of DNA survival further, we have vegetable-tanned cow skin in our own laboratory, and directly assayed the survival of PCR-amplifiable mitochondrial and nuclear DNA at each step of the process. The results indicate that nuclear DNA is reduced to sub-amplifiable levels as a result of the tanning baths, whereas amplifiable mitochondrial DNA survives the complete process. Our results suggest that old and archaeological bovine leather may represent a useful source of genetic information, although this information will most likely be limited to that which can be gained from mitochondrial DNA.", "objIdentifier": "3f74955732510b69fa643c7424cd6cf2", "pissn": "0305-4403", "subject": ["Archaeology", "History"], "author": [{"affiliation": [], "given": "Annick", "family": "Vuissoz"}, {"affiliation": [], "given": "Michael", "family": "Worobey"}, {"affiliation": [], "given": "Nancy", "family": "Odegaard"}, {"affiliation": [], "given": "Michael", "family": "Bunce"}, {"affiliation": [], "given": "Carlos A.", "family": "Machado"}, {"affiliation": [], "given": "Niels", "family": "Lynnerup"}, {"affiliation": [], "given": "Elizabeth E.", "family": "Peacock"}, {"affiliation": [], "given": "M. Thomas P.", "family": "Gilbert"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0305440306001750?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S0305440306001750?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2007-5", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/j.jas.2006.09.002", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1177977600000, "date-parts": [[2007, 5, 1]], "date-time": "2007-05-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/j.jas.2006.09.002", "issn": [{"type": "print", "value": "0305-4403"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["The survival of PCR-amplifiable DNA in cow leather"], "funder": null, "datasourcePrefix": "crossref____"}
67
{"best_oa_location_url": "", "issued": "1985", "abstract": [], "objIdentifier": "ba47b1da1c7c3e6fef53d61e93459016", "subject": null, "author": [{"affiliation": [], "given": "Leslie G.", "family": "Campbell"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://link.springer.com/content/pdf/10.1007/978-1-349-07144-9_14", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1985", "accepted": null, "publisher": "Palgrave Macmillan UK", "doi": "10.1007/978-1-349-07144-9_14", "license": null, "url": "http://dx.doi.org/10.1007/978-1-349-07144-9_14", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["The Audit of MNCs’ Non-Financial Information"], "funder": null, "datasourcePrefix": "crossref____"}
68
{"best_oa_location_url": "", "issued": "1996-1-01", "abstract": "Notre but etait d'analyser la faisabilite et les resultats preliminaires obtenus par reirradiation par iridium 192 de recidives de gliomes de haut grade en territoire precedemment irradie. Materiel et methodes : une technique d'implantation de tubes plastiques rigides destines a etre charges par des fils d'iridium 192 a ete developpee a partir d'un cadre stereotaxique de Leksell. Dix-neuf glioblastomes et un gliome anaplasique (12 hommes et huit femmes : âge : 20-69 ans, mediane : 50) ont ete implantes entre janvier 1993 et decembre 1994. Les traitements anterieurs comprennent une exerese chirurgicale (18/20), une irradiation externe de 55-60 Gy (20/20). et une chimiotherapie (16/20) ; l'intervalle entre le traitement initial et le retraitement par iridium 192 a ete de 6 a 39 mois (mediane : 10). Le diametre maximal de la lesion au moment de l'implantation a ete de 2,1 a 10,1 cm (mediane : 6,4 cm) et le le volume de 2 a 122 cm 3  (mediane : 22 cm 3 ). Toutes les tumeurs etaient sus-tentorielles (hemisphere droit : 9 ; hemisphere gauche : II). L'indice de Karnofsky etait de 60 a 100 (mediane : 80). L'implantation a ete effectuee sous anesthesie locale ; les contours tumoraux ont ete visualises soit par tomodensitometrie (16/20) soit par imagerie par resonance magnetique (4/20). La dosimetrie a ete faite a partir de deux cliches orthogonaux et d'images tomodensitometriques de l'implant. La dose totale sur l'isodose de reference a ete de 40 a 60 Gy (60 Gy : 9 ; 50 Gy : 7 ;40 Gy : 4) : le debit de dose a ete de 0,24 a 0,73 Gy/h (mediane : 0,38). Resultats : la probabilite de survie globale est de 90 % a 6 mois, 55 % a 1 an, et 26 % a 2 ans La mediane de survie est de 56 semaines. Onze patients sont decedes suite a un echec local, et trois de dissemination meningee metastatique. Six patients sont en vie, de 15 a 30 mois apres l'implantation. Deux ont ete reoperes pour une necrose cerebrale. Trois patients ont developpe une meningite bacterienne, et trois autres une necrose cutanee. Conclusion : selon cette analyse preliminaire, les resultats obtenus apres reirradiation de gliomes de haut grade par iridium 192 sont encourageants. Davantage de patients et un recul plus long sont cependant necessaires pour pouvoir tirer des conclusions definitives.", "objIdentifier": "23e25bb45c47de12efd77d7b7bbf068f", "pissn": "0924-4212", "subject": ["Oncology", "Radiology Nuclear Medicine and imaging"], "author": [{"affiliation": [], "given": "G", "family": "Boisserie"}, {"affiliation": [], "given": "P", "family": "Cornu"}, {"affiliation": [], "given": "D", "family": "Dormont"}, {"affiliation": [], "given": "M", "family": "Sahel"}, {"affiliation": [], "given": "C", "family": "Hardiman"}, {"affiliation": [], "given": "B", "family": "Tep"}, {"affiliation": [], "given": "AM", "family": "Mandin"}, {"affiliation": [], "given": "C", "family": "Barret"}, {"affiliation": [], "given": "T", "family": "Faillot"}, {"affiliation": [], "given": "JY", "family": "Delattre"}, {"affiliation": [], "given": "A", "family": "Monjour"}, {"affiliation": [], "given": "M", "family": "Poisson"}, {"affiliation": [], "given": "C", "family": "Marsault"}, {"affiliation": [], "given": "J", "family": "Philippon"}, {"affiliation": [], "given": "JM", "family": "Simon"}, {"affiliation": [], "given": "F", "family": "Baillet"}, {"affiliation": [], "given": "JJ", "family": "Mazeron"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:0924421296817464?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:0924421296817464?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "1996-1", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/0924-4212(96)81746-4", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 820454400000, "date-time": "1996-01-01T00:00:00Z", "date-parts": [[1996, 1, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/0924-4212(96)81746-4", "issn": [{"type": "print", "value": "0924-4212"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Curiethérapie par iridium 192 des gliomes sus-tentoriels de haut grade récidivant en territoire irradié: technique du groupe hospitalier Pitié-Salpêtrière et résultats préliminaires"], "funder": null, "datasourcePrefix": "crossref____"}
69
{"best_oa_location_url": "", "issued": "1993", "abstract": [], "objIdentifier": "b73fe71339a624f8b99515c3fdcab0f8", "subject": null, "author": [{"affiliation": [], "given": "Marcel", "family": "Mulder"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/978-94-011-2156-9_2", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1993", "accepted": null, "publisher": "Springer Netherlands", "doi": "10.1007/978-94-011-2156-9_2", "license": null, "url": "http://dx.doi.org/10.1007/978-94-011-2156-9_2", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Nature of Membranes"], "funder": null, "datasourcePrefix": "crossref____"}
70
{"best_oa_location_url": "", "issued": "1876", "abstract": [], "objIdentifier": "a4e5de9d3fb35362bf8b9f9119a6c0ca", "pissn": "0026-4423", "subject": ["Philosophy"], "eissn": "1460-2113", "author": [{"affiliation": [], "given": "SHADWORTH H.", "family": "HODGSON"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1876", "accepted": null, "publisher": "Oxford University Press (OUP)", "doi": "10.1093/mind/os-1.2.223", "license": null, "url": "http://dx.doi.org/10.1093/mind/os-1.2.223", "issn": [{"type": "print", "value": "0026-4423"}, {"type": "electronic", "value": "1460-2113"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["V.—PHILOSOPHY AND SCIENCE"], "funder": null, "datasourcePrefix": "crossref____"}
71
{"best_oa_location_url": "", "issued": "1984", "abstract": "Three strains of Candida albicans from patients with chronic mucocutaneous candidosis (CMC) who relapsed during prolonged treatment with ketoconazole were compared with three other Can. albicans strains by means of an agar incorporation MIC method, a broth microdilution method for IC30 determination, and a hyphal elongation assessment method. The MICs of ketoconazole, tioconazole and miconazole were difficult to interpret, but were much higher for the three CMC strains if low inoculum concentrations and short incubation times were used. The IC30S of the three imidazoles were much higher for the CMC strains than for the others. The imidazoles all caused minimal inhibition of hyphal elongation by the three CMC strains at concentrations up to 50 mg/l. Concentrations of 0.5 mg/l caused marked inhibition of the other strains.", "objIdentifier": "7b9489ad146ff20a44099b1fe4f384e0", "pissn": "0305-7453", "subject": ["Pharmacology (medical)", "Pharmacology", "Infectious Diseases"], "eissn": "1460-2091", "author": [{"affiliation": [], "given": "E. M.", "family": "Johnson"}, {"affiliation": [], "given": "M. D.", "family": "Richardson"}, {"affiliation": [], "given": "D. W.", "family": "Warnock"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://academic.oup.com/jac/article-pdf/13/6/547/2187527/13-6-547.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1984", "accepted": null, "publisher": "Oxford University Press (OUP)", "doi": "10.1093/jac/13.6.547", "license": null, "url": "http://dx.doi.org/10.1093/jac/13.6.547", "issn": [{"type": "print", "value": "0305-7453"}, {"type": "electronic", "value": "1460-2091"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["In-vitro resistance to imidazole antifungals in Candida albicans"], "funder": null, "datasourcePrefix": "crossref____"}
72
{"best_oa_location_url": "", "issued": "1983-3-29", "abstract": [], "objIdentifier": "3e5bb2af11c41356f0d637a4b640dabf", "pissn": "0009-2975", "subject": null, "author": [{"affiliation": [], "given": "M.", "family": "STOECKER"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2016-5-1", "link": [{"URL": "http://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1002%2Fchin.198313060", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}, {"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1002%2Fchin.198313060", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1983-3-29", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1002/chin.198313060", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", "start": {"timestamp": 1441065600000, "date-parts": [[2015, 9, 1]], "date-time": "2015-09-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 11844}], "url": "http://dx.doi.org/10.1002/chin.198313060", "issn": [{"type": "print", "value": "0009-2975"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["ChemInform Abstract: EFFECT OF HYDROXYL GROUPS ON THE MAGNITUDE OF 13C,13C COUPLING CONSTANTS"], "funder": null, "datasourcePrefix": "crossref____"}
73
{"best_oa_location_url": "", "issued": "2013-10-1", "abstract": "Introduction: Health system reforms are undertaken with the aim of improving equity of access to health care. Their impact is generally analyzed based on health care utilization, without distinguishing between levels of care. This study aims to analyze inequities in access to the continuum of care in municipalities of Brazil and Colombia. Methods: A cross-sectional study was conducted based on a survey of a multistage probability sample of people who had had at least one health problem in the prior three months (2,163 in Colombia and 2,167 in Brazil). The outcome variables were dichotomous variables on the utilization of curative and preventive services. The main independent variables were income, being the holder of a private health plan and, in Colombia, type of insurance scheme of the General System of Social Security in Health (SGSSS). For each country, the prevalence of the outcome variables was calculated overall and stratified by levels of per capita income, SGSSS insurance schemes and private health plan. Prevalence ratios were computed by means of Poisson regression models with robust variance, controlling for health care need. Results: There are inequities in favor of individuals of a higher socioeconomic status: in Colombia, in the three different care levels (primary, outpatient secondary and emergency care) and preventive activities; and in Brazil, in the use of outpatient secondary care services and preventive activities, whilst lower-income individuals make greater use of the primary care services. In both countries, inequity in the use of outpatient secondary care is more pronounced than in the other care levels. Income in both countries, insurance scheme enrollment in Colombia and holding a private health plan in Brazil all contribute to the presence of inequities in utilization. Conclusions: Twenty years after the introduction of reforms implemented to improve equity in access to health care, inequities, defined in terms of unequal use for equal need, are still present in both countries. The design of the health systems appears to determine access to the health services: two insurance schemes in Colombia with different benefits packages and a segmented system in Brazil, with a significant private component.", "objIdentifier": "2807b3069038dd8c437da4307a478143", "pissn": "1101-1262", "subject": ["Public Health, Environmental and Occupational Health"], "eissn": "1464-360X", "author": [{"affiliation": [], "given": "I", "family": "Garcia-Subirats"}, {"affiliation": [], "given": "I", "family": "Vargas"}, {"affiliation": [], "given": "AS", "family": "Mogollón"}, {"affiliation": [], "given": "P", "family": "de Paepe"}, {"affiliation": [], "given": "MRF", "family": "da Silva"}, {"affiliation": [], "given": "JP", "family": "Unger"}, {"affiliation": [], "given": "ML", "family": "Vázquez"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2013-10-1", "accepted": null, "publisher": "Oxford University Press (OUP)", "doi": "10.1093/eurpub/ckt126.076", "license": null, "url": "http://dx.doi.org/10.1093/eurpub/ckt126.076", "issn": [{"type": "print", "value": "1101-1262"}, {"type": "electronic", "value": "1464-360X"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Equity in access to healthcare in two different health systems: a study in municipalities of central Colombia and north-eastern Brazil"], "funder": null, "datasourcePrefix": "crossref____"}
74
{"best_oa_location_url": "", "issued": "1933-4-01", "abstract": [], "objIdentifier": "b4de10b5acbb06618c5457c1c5ed1b73", "pissn": "0034-6543", "subject": ["Education"], "author": [{"affiliation": [], "given": "Harold E.", "family": "Jones"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1933-4", "accepted": null, "publisher": "SAGE Publications", "doi": "10.2307/1167488", "license": null, "url": "http://dx.doi.org/10.2307/1167488", "issn": [{"type": "print", "value": "0034-6543"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Relationships in Physical and Mental Development"], "funder": null, "datasourcePrefix": "crossref____"}
75
{"best_oa_location_url": "", "issued": "1978-12-5", "abstract": [], "objIdentifier": "3610907913289e8f4ff0b155bb94e67d", "pissn": "0009-2975", "subject": null, "author": [{"affiliation": [], "given": "J. M.", "family": "SCHULMAN"}, {"affiliation": [], "given": "R. L.", "family": "DISCH"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2016-4-5", "link": [{"URL": "http://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1002%2Fchin.197849067", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}, {"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1002%2Fchin.197849067", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1978-12-5", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1002/chin.197849067", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", "start": {"timestamp": 1441065600000, "date-time": "2015-09-01T00:00:00Z", "date-parts": [[2015, 9, 1]]}, "content-version": "tdm", "delay-in-days": 13419}], "url": "http://dx.doi.org/10.1002/chin.197849067", "issn": [{"type": "print", "value": "0009-2975"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["ChemInform Abstract: THEORETICAL STUDIES OF DODECAHEDRANE. 2. DODECAHEDRANE, INCLUSION COMPOUNDS, AND FLUORINE DERIVATIVES"], "funder": null, "datasourcePrefix": "crossref____"}
76
{"best_oa_location_url": "", "issued": "1996-9-01", "abstract": "Interstrand coupling losses of Rutherford cables are easily affected by curing conditions. We have measured the interstrand coupling losses and contact resistances for three kinds of Rutherford cable, made from strands with a Cu matrix, a CuMn barrier around a filamentary bundle and a CuMn matrix inside a Cu sheath. Furthermore we have observed the contact surfaces of the strands by using a scanning electron microscope. We have found that strands of cables with a Cu surface were bonded at crossover points cured at higher temperatures, and there were traces of diffusion bonding on the contact surfaces. We have also investigated the mechanical properties of the matrix materials and reviewed the fabrication process of magnets in which pressure is released after curing. We have concluded that the losses are determined by a balance between bonding forces and spring back of the strands.", "objIdentifier": "0429c3af9f25c45244f33b92f47bd7cf", "pissn": "0011-2275", "subject": ["General Physics and Astronomy", "General Materials Science"], "author": [{"affiliation": [], "given": "A.", "family": "Kimura"}, {"affiliation": [], "given": "T.", "family": "Shintomi"}, {"affiliation": [], "given": "A.", "family": "Terashima"}, {"affiliation": [], "given": "S.", "family": "Kawabata"}, {"affiliation": [], "given": "F.", "family": "Sumiyoshi"}, {"affiliation": [], "given": "H.", "family": "Hirabayashi"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:0011227596000318?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:0011227596000318?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "1996-9", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/0011-2275(96)00031-8", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 841536000000, "date-time": "1996-09-01T00:00:00Z", "date-parts": [[1996, 9, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/0011-2275(96)00031-8", "issn": [{"type": "print", "value": "0011-2275"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Interstrand coupling losses of Rutherford cables"], "funder": null, "datasourcePrefix": "crossref____"}
77
{"best_oa_location_url": "", "issued": "1969-10-01", "abstract": [], "objIdentifier": "ee3e249cd31df1839026b4d984ee197a", "pissn": "0375-930X", "subject": ["General Physics and Astronomy"], "eissn": "1827-613X", "author": [{"affiliation": [], "given": "A.", "family": "Battaglia"}, {"affiliation": [], "given": "G.", "family": "Boudouris"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/BF02755652", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1969-10", "accepted": null, "publisher": "Springer Nature", "doi": "10.1007/bf02755652", "license": null, "url": "http://dx.doi.org/10.1007/bf02755652", "issn": [{"type": "print", "value": "0375-930X"}, {"type": "electronic", "value": "1827-613X"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Spectre rotationnel de l’OCS dans la bande de 2.5 mm"], "funder": null, "datasourcePrefix": "crossref____"}
78
{"best_oa_location_url": "", "issued": "1992-3-01", "abstract": [], "objIdentifier": "855cc96d8a71b2261da224ba32959440", "pissn": "0034-673X", "subject": ["Philosophy", "Religious studies"], "author": [{"affiliation": [], "given": "Robert S.", "family": "Ellwood"}, {"affiliation": [], "given": "Gabriel", "family": "Gomes"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1992-3", "accepted": null, "publisher": "JSTOR", "doi": "10.2307/3511096", "license": null, "url": "http://dx.doi.org/10.2307/3511096", "issn": [{"type": "print", "value": "0034-673X"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Song of the Skylark"], "funder": null, "datasourcePrefix": "crossref____"}
79
{"best_oa_location_url": "", "issued": "2004-6-1", "abstract": [], "objIdentifier": "1e6c1cdc15542fa4c1b473d91fa48782", "pissn": "1090-6576", "subject": ["Genetics(clinical)"], "eissn": "1090-6576", "author": [{"affiliation": [], "given": "Kimberly", "family": "Kelly"}, {"affiliation": [], "given": "Howard", "family": "Leventhal"}, {"affiliation": [], "given": "Monica", "family": "Marvin"}, {"affiliation": [], "given": "Deborah", "family": "Toppmeyer"}, {"affiliation": [], "given": "Judith", "family": "Much"}, {"affiliation": [], "given": "James", "family": "Dermody"}, {"affiliation": [], "given": "Jill", "family": "Baran"}, {"affiliation": [], "given": "Marvin", "family": "Schwalb"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2004-6-1", "accepted": null, "publisher": "Mary Ann Liebert Inc", "doi": "10.1089/1090657041797392", "license": null, "url": "http://dx.doi.org/10.1089/1090657041797392", "issn": [{"type": "print", "value": "1090-6576"}, {"type": "electronic", "value": "1090-6576"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Subjective and Objective Risk of Breast Cancer in Ashkenazi Jewish Individuals at Risk for<I> BRCA1/2</I> Mutations"], "funder": null, "datasourcePrefix": "crossref____"}
80
{"best_oa_location_url": "", "issued": "2010", "abstract": "The agglomeration patterns of twenty-six manufacturing and service sectors in and around Paris in 1999 are analysed. The method used measures the intensity of spatial agglomeration and identifies the location patterns of economic sectors. First the locational Gini coefficient and Moran's I statistics of global spatial autocorrelation are computed. These provide different but complementary information about the spatial agglomeration of the sectors under study. Then exploratory spatial data analysis tools are applied. Moran scatterplots and local indicators of spatial association statistics reveal great diversity in location patterns across sectors.", "objIdentifier": "bda994b78ab822fc3304931cc0c69623", "pissn": "0265-8135", "subject": ["Geography, Planning and Development", "General Environmental Science"], "eissn": "1472-3417", "author": [{"affiliation": [], "given": "Rachel", "family": "Guillain"}, {"ORCID": "0000-0002-7296-2415", "affiliation": [], "given": "Julie", "family": "Le Gallo"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2010", "accepted": null, "publisher": "SAGE Publications", "doi": "10.1068/b35038", "license": null, "url": "http://dx.doi.org/10.1068/b35038", "issn": [{"type": "print", "value": "0265-8135"}, {"type": "electronic", "value": "1472-3417"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Agglomeration and dispersion of economic activities in and around Paris: an exploratory spatial data analysis"], "funder": null, "datasourcePrefix": "crossref____"}
81
{"issued": "2016-12-30", "abstract": "<jats:p>Penelitian ini bertujuan untuk mengetahui hasil belajar siswa sebelum dan setelah diajarkan menggunakan model pembelajaran Kooperatif Tipe Jigsaw dan mengetahui hasil belajar siswa sebelum dan setelah diajarkan menggunakan model pembelajaran diskusi-ceramah pada materi vektor di kelas X SMA Negeri 1 Sanggau Ledo, serta mengetahui perbandingan hasil belajar siswa yang diajarkan dengan model pembelajaran Kooperatif Tipe Jigsaw dengan hasil belajar siswa yang diajarkan dengan model pembelajaran diskusi-ceramah pada materi vektor di kelas X SMA Negeri 1 Sanggau Ledo. Penelitian ini juga bertujuan untuk mengetahui seberapa besar pengaruh model pembelajaran Kooperatif Tipe Jigsaw terhadap hasil belajar siswa pada materi vektor di kelas X SMA Negeri 1 Sanggau Ledo. Metode penelitian yang digunakan dalam penelitian ini adalah metode eksperimen dengan bentuk penelitian Quasi eksperimental design (eksperimen semu) dan rancangan penelitian Non-equivalent control group design. Populasi dalam penelitian ini adalah seluruh siswa kelas X SMA Negeri 1 Sanggau Ledo yang terdiri dari 6. Pengambilan sampel dalam penelitian menggunakan teknik Cluster Random Sampling, kemudian terpilih kelas XA sebagai kelas eksperimen 1 dan XB sebagai kelas eksperimen 2. Berdasarkan hasil analisis data penelitian diperoleh temuan: (1) Hasil belajar siswa pada kelas eksperimen 1 mengalami peningkatan yang signifikan setelah diberikan perlakuan menggunakan model pembelajaran Kooperatif Tipe Jigsaw. rata-rata hasil belajar siswa kelas eksperimen 1 yang mulanya 14,67 mengalami peningkatan sebesar 70,14 sehingga nilai rata-rata kelas eksperimen menjadi 84,81. (2) Hasil belajar siswa pada kelas eksperimen 2 setelah diberikan perlakuan menggunakan model pembelajaran diskusi-ceramah juga mengalami peningkatan meskipun tidak sebesar peningkatan yang terjadi pada kelas eksperimen 1. Rata-rata hasil belajar siswa kelas kontrol yang mulanya 13,13 mengalami peningkatan sebesar 63,00 sehingga nilai rata-rata kelas eksperimen menjadi 76,13. (3). Dari hasil analisis data menggunakan uji Mann Whitney dapat disimpulkan bahwa terdapat perbedaan hasil belajar siswa yang diajarkan dengan pembelajaran kooperatif Tipe Jigsaw dengan siswa yang diajarkan dengan pembelajaran diskusi-ceramah pada materi vektor. (4). Dari hasil analisis data menggunakan effect size diperoleh nilai effect size sebesar 0,44. Dapat disimpulkan bahwa penerapan model pembelajaran Kooperatif Tipe Jigsaw cukup berpengaruh terhadap peningkatan hasil belajar siswa pada materi vektor di kelas X SMA Negeri 1 Sanggau Ledo.</jats:p>", "objIdentifier": "8bc40e9d2a029bde67e4c4abf710beac", "pissn": "2087-9946", "subject": null, "accepted": null, "author": [{"affiliation": [], "given": "Eka", "family": "Trisianawati"}, {"affiliation": [], "given": "Tomo", "family": "Djudin"}, {"affiliation": [], "given": "Rendi", "family": "Setiawan"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2016-12-30", "link": [{"URL": "https://journal.unesa.ac.id/index.php/jpfa/article/viewFile/936/pdf", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}, {"URL": "https://journal.unesa.ac.id/index.php/jpfa/article/viewFile/936/pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "eissn": "2477-1775", "publisher": "Universitas Negeri Surabaya", "doi": "10.26740/jpfa.v6n2.p51-60", "license": [{"URL": "http://creativecommons.org/licenses/by-nc/4.0", "start": {"timestamp": 1483056000000, "date-parts": [[2016, 12, 30]], "date-time": "2016-12-30T00:00:00Z"}, "content-version": "vor", "delay-in-days": 0}], "url": "http://dx.doi.org/10.26740/jpfa.v6n2.p51-60", "issn": [{"type": "print", "value": "2087-9946"}, {"type": "electronic", "value": "2477-1775"}], "collectedFrom": [{"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["PENGARUH MODEL PEMBELAJARAN KOOPERATIF TIPE JIGSAW TERHADAP HASIL BELAJAR SISWA PADA MATERI VEKTOR DI KELAS X SMA NEGERI 1 SANGGAU LEDO"], "funder": null, "datasourcePrefix": "crossref____"}
82
{"best_oa_location_url": "", "issued": "2008-6-13", "abstract": "Inositol polyphosphate-5-phosphatase F (INPP5F) is one of the largest families of phosphoinositide phosphatases, 5-phosphatase. It contains a Sac domain whose amino acids are essential for inositol polyphosphate phosphatase activities. Here, we assigned the porcine INPP5F to SSC14q29 by using SCHP and IMpRH. Sequencing of PCR products from different breeds identified an A/G polymorphism in the last exon. The allele frequencies of this SNP showed that the Yorkshire and Duroc pigs have high G allele frequency, whereas the local pigs have high A allele frequency. Association analysis of the genotypes with growth and carcass traits found that different genotypes of INPP5F have significant differences in average daily gain (ADG) (P < 0.05) in Yorkshire pigs.", "objIdentifier": "366e684218ced60a97d16f54cb6b0e5e", "pissn": "0301-4851", "subject": ["Genetics", "Molecular Biology", "General Medicine"], "eissn": "1573-4978", "author": [{"affiliation": [], "given": "Quan-Yong", "family": "Zhou"}, {"affiliation": [], "given": "Jiang-Nan", "family": "Huang"}, {"affiliation": [], "given": "Meng-Jin", "family": "Zhu"}, {"affiliation": [], "given": "Shu-Hong", "family": "Zhao"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2008-6-13", "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/s11033-008-9283-7", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2009-5", "accepted": null, "publisher": "Springer Nature", "doi": "10.1007/s11033-008-9283-7", "license": null, "url": "http://dx.doi.org/10.1007/s11033-008-9283-7", "issn": [{"type": "print", "value": "0301-4851"}, {"type": "electronic", "value": "1573-4978"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Molecular characterization and association analysis with production traits of the porcine INPP5F Gene"], "funder": null, "datasourcePrefix": "crossref____"}
83
{"best_oa_location_url": "", "issued": "1992", "abstract": "Central themes from L. S. Vygotsky's writings that have particular relevance for contemporary developmental psychology are outlined, and these ideas are extended in light of recent theoretical advances in the social sciences and humanities. The discussion focuses primarily on Vygotsky's claims about the social origins and social nature of higher (i.e., uniquely human) mental functioning and on his understanding of culture. His claims about the social origins of individual mental functioning have implications for the definition of terms such as \"cognition\" and \" memory\" as well as for how empirical research on these processes can be pursued. His understanding of culture is shown to be derivative of his account of the \"psychological tools\" that mediate human mental functioning. It is argued that efforts need to be made to elaborate a notion of culture within a Vygotskian framework that takes into account contemporary ideas and findings in the social sciences and humanities.", "objIdentifier": "963866d12efcd50b21cb9b6a14e10007", "pissn": "0012-1649", "subject": ["Life-span and Life-course Studies", "Developmental and Educational Psychology", "Demography"], "author": [{"affiliation": [], "given": "James V.", "family": "Wertsch"}, {"affiliation": [], "given": "Peeter", "family": "Tulviste"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1992", "accepted": null, "publisher": "American Psychological Association (APA)", "doi": "10.1037//0012-1649.28.4.548", "license": null, "url": "http://dx.doi.org/10.1037//0012-1649.28.4.548", "issn": [{"type": "print", "value": "0012-1649"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["L. S. Vygotsky and contemporary developmental psychology."], "funder": null, "datasourcePrefix": "crossref____"}
84
{"best_oa_location_url": "", "issued": "1887", "abstract": [], "objIdentifier": "db51f81d48463571e157e84016f882bd", "pissn": "0075-4617", "subject": ["General Medicine"], "eissn": "1099-0690", "author": [{"affiliation": [], "given": "N.", "family": "Dobreff"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1002%2Fjlac.18872390104", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1887", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1002/jlac.18872390104", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", "start": {"timestamp": 1441065600000, "date-time": "2015-09-01T00:00:00Z", "date-parts": [[2015, 9, 1]]}, "content-version": "tdm", "delay-in-days": 46994}], "url": "http://dx.doi.org/10.1002/jlac.18872390104", "issn": [{"type": "print", "value": "0075-4617"}, {"type": "electronic", "value": "1099-0690"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["VI. Ueber Orthodibenzyldicarbonsäure;"], "funder": null, "datasourcePrefix": "crossref____"}
85
{"best_oa_location_url": "", "issued": "1993-3-01", "abstract": "We report P-V-T-x measurements for five binary systems: water+methane, water+n-hexane, water+n-octane, water+benzene, and water+nitrogen at supercritical conditions for several compositions. The experimental data were obtained along isotherms with a phase-equilibrium cell designed for accurate measurements at pressures up to 100 MPa. The uncertainties in temperature, pressure, density, and concentration are ±0.01 K, ±0.2%, ±0.2%, and ±0.002 mole fractions, respectively. The behavior of the second virial coefficient, the excess volume, and the excess Gibbs free energy is also discussed.", "objIdentifier": "5ae1acf4a33f302ed641b805d3d8dce2", "pissn": "0195-928X", "subject": ["Condensed Matter Physics"], "eissn": "1572-9567", "author": [{"affiliation": [], "given": "I. M.", "family": "Abdulagatov"}, {"affiliation": [], "given": "A. R.", "family": "Bazaev"}, {"affiliation": [], "given": "A. E.", "family": "Ramazanova"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/BF00507811", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1993-3", "accepted": null, "publisher": "Springer Nature", "doi": "10.1007/bf00507811", "license": null, "url": "http://dx.doi.org/10.1007/bf00507811", "issn": [{"type": "print", "value": "0195-928X"}, {"type": "electronic", "value": "1572-9567"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["P-V-T-x measurements of aqueous mixtures at supercritical conditions"], "funder": null, "datasourcePrefix": "crossref____"}
86
{"best_oa_location_url": "", "issued": "1971", "abstract": [], "objIdentifier": "c97cc68238e28f22d5bdc336bf0e02af", "pissn": "0016-1071", "subject": ["History"], "author": [{"affiliation": [], "given": "Charles", "family": "Lucet"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1971", "accepted": null, "publisher": "JSTOR", "doi": "10.2307/286103", "license": null, "url": "http://dx.doi.org/10.2307/286103", "issn": [{"type": "print", "value": "0016-1071"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Ecrire l'Histoire"], "funder": null, "datasourcePrefix": "crossref____"}
87
{"best_oa_location_url": "", "issued": "1978-11-01", "abstract": "In this paper we investigate the differential-difference version of the modified Korteweg-de Vries equation withx-dependent coefficients, displaying the characteristic behaviour of the single-soliton solution. The continuum limit of the equation and of the soliton solution is thoroughly discussed.", "objIdentifier": "3942168e0f9b4879d8a0fe817d983fda", "pissn": "0369-3546", "subject": ["Nuclear and High Energy Physics", "Astronomy and Astrophysics", "Atomic and Molecular Physics, and Optics"], "eissn": "1826-9869", "author": [{"affiliation": [], "given": "M.", "family": "Bruschi"}, {"affiliation": [], "given": "D.", "family": "Levi"}, {"affiliation": [], "given": "O.", "family": "Ragnisco"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/BF02799676", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1978-11", "accepted": null, "publisher": "Springer Nature", "doi": "10.1007/bf02799676", "license": null, "url": "http://dx.doi.org/10.1007/bf02799676", "issn": [{"type": "print", "value": "0369-3546"}, {"type": "electronic", "value": "1826-9869"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Discrete version of the modified Korteweg-De Vries equation withx-dependent coefficients"], "funder": null, "datasourcePrefix": "crossref____"}
88
{"best_oa_location_url": "", "issued": "1986-7-01", "abstract": "A new class of switch-level logic circuits intended for modeling digital MOS VLSI circuits is presented. These circuits, which are called pseudo-Boolean, are composed of a single (voltage) source, connectors, switches, attenuators, and wells. The latter two devices are digital versions of resistors and capacitors, respectively, and may assume an arbitrary but finite number of different sizes. Signals are bidirectional, and are assigned a finite set of values of the form (v, s) where v corresponds to voltage level and s corresponds to electrical current or charge level (logical strength). It is shown that these signal values and the associated logical operations form a generalization of Boolean algebra called pseudo-Boolean or Heyting algebra. The analysis of pseudo- Boolean circuits using discrete counterparts of Kirchoff's current law and the superposition principle is discussed, as well as the application of pseudo-Boolean techniques to digital simulation.", "objIdentifier": "0b900307a8e72ae8a60049be0f53a108", "pissn": "0018-9340", "subject": ["Theoretical Computer Science", "Hardware and Architecture", "Computational Theory and Mathematics", "Software"], "author": [{"affiliation": [], "family": "Hayes"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://xplorestaging.ieee.org/ielx5/12/35257/01676801.pdf?arnumber=1676801", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1986-7", "accepted": null, "publisher": "Institute of Electrical and Electronics Engineers (IEEE)", "doi": "10.1109/tc.1986.1676801", "license": null, "url": "http://dx.doi.org/10.1109/tc.1986.1676801", "issn": [{"type": "print", "value": "0018-9340"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Pseudo-Boolean Logic Circuits"], "funder": null, "datasourcePrefix": "crossref____"}
89
{"best_oa_location_url": "", "issued": "2013-10-01", "abstract": [], "objIdentifier": "f3a8f143f0f5e67ad114a668f609f6f1", "pissn": "0196-0644", "subject": ["Emergency Medicine"], "author": [{"affiliation": [], "given": "G.", "family": "Wei"}, {"affiliation": [], "given": "R.", "family": "Arya"}, {"affiliation": [], "given": "A.", "family": "He"}, {"affiliation": [], "given": "R.", "family": "Eisenstein"}, {"affiliation": [], "given": "Z.T.", "family": "Ritz"}, {"affiliation": [], "given": "P.A.", "family": "Ohman Strickland"}, {"affiliation": [], "given": "J.V.", "family": "McCoy"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0196064413008846?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S0196064413008846?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2013-10", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/j.annemergmed.2013.07.205", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1380585600000, "date-parts": [[2013, 10, 1]], "date-time": "2013-10-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/j.annemergmed.2013.07.205", "issn": [{"type": "print", "value": "0196-0644"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["How Does Emergency Department Crowding, as Measured by National Emergency Department Overcrowding Scale, Affect Medical Student Test Score and Clerkship Evaluation?"], "funder": null, "datasourcePrefix": "crossref____"}
90
{"best_oa_location_url": "", "issued": "2014-2-14", "abstract": [], "objIdentifier": "94b7b926a996eb6d3d053ca7289ed748", "subject": null, "accepted": null, "author": [{"affiliation": [], "name": "UN"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2014-2-14", "eissn": "2412-1355", "publisher": "United Nations", "doi": "10.18356/8ce8ced1-en", "license": null, "url": "http://dx.doi.org/10.18356/8ce8ced1-en", "issn": [{"type": "electronic", "value": "2412-1355"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Malta"], "funder": null, "datasourcePrefix": "crossref____"}
91
{"best_oa_location_url": "", "issued": "1980-5-01", "abstract": "Linear compositional variations of calc-alkaline rocks are difficult to explain in terms of mixing of two genetically unrelated magmas. At least two processes must be involved, a deep-seated one responsible for the long-term variations between suites of rocks erupted in successive episodes and a shallow-level one by which magma columns become vertically zoned during periods of repose between eruptions. The first process appears to involve resorption of differing proportions of mafic residue in a rising batch of magma. The second results from fractionation and collection of a buoyant liquid under the roof of a high-level reservoir. The effect of cooling and crystallization of a calc-alkaline intrusion is to produce a compositional change and decrease of density in the fractionated liquid that has a greater effect on the boundary layer than thermal contraction. The same effect may result from melting of felsic wall rocks or absorption of water. Many of the features that are commonly observed in calc-alkaline rocks can be explained in terms of these two processes without appealing to physically implausible mechanisms involving mixing of liquids of differing densities.", "objIdentifier": "02deb9573521f707a43f8002a60ba5f5", "pissn": "0377-0273", "subject": ["Geochemistry and Petrology", "Geophysics"], "author": [{"affiliation": [], "given": "Alexander R.", "family": "McBirney"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:0377027380900384?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:0377027380900384?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "1980-5", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/0377-0273(80)90038-4", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 325987200000, "date-parts": [[1980, 5, 1]], "date-time": "1980-05-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/0377-0273(80)90038-4", "issn": [{"type": "print", "value": "0377-0273"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Mixing and unmixing of magmas"], "funder": null, "datasourcePrefix": "crossref____"}
92
{"best_oa_location_url": "", "issued": "2008-3-01", "abstract": "The history of life on Earth is critically dependent on the carbon, sulfur and oxygen cycles of the lithosphere – hydrosphere – atmosphere – biosphere system. An Archean oxygen-poor greenhouse atmosphere developed through: (i) accumulation of CO2 and CH4 from episodic injections of CO2 from volcanic activity, volatilised crust impacted by asteroids and comets, metamorphic devolatilisation processes and release of methane from sediments; and (ii) little CO2 weathering-capture due to both high temperatures of the hydrosphere (low CO2 solubility) and a low ratio of exposed continents to oceans. In the wake of the Sturtian glaciation, enrichment in oxygen and appearance of multicellular eukaryotes heralded the onset of the Phanerozoic where greenhouse conditions were interrupted by periods of strong CO2-sequestration through intensified capture of CO2 by marine plants, onset of land plants and burial of carbonaceous shale and coal (Late Ordovician; Carboniferous – Permian; Late Jurassic; Late Tertiary – Quate...", "objIdentifier": "b4c07d49f73cf537893018a3e6228f91", "pissn": "0812-0099", "subject": ["Earth and Planetary Sciences (miscellaneous)", "General Earth and Planetary Sciences", "General Environmental Science"], "eissn": "1440-0952", "author": [{"affiliation": [], "given": "A. Y.", "family": "Glikson"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.tandfonline.com/doi/pdf/10.1080/08120090701689308", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2008-3", "accepted": null, "publisher": "Informa UK Limited", "doi": "10.1080/08120090701689308", "license": null, "url": "http://dx.doi.org/10.1080/08120090701689308", "issn": [{"type": "print", "value": "0812-0099"}, {"type": "electronic", "value": "1440-0952"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Milestones in the evolution of the atmosphere with reference to climate change"], "funder": null, "datasourcePrefix": "crossref____"}
93
{"best_oa_location_url": "", "issued": "1999", "abstract": "A patient temporally presented Horner's syndrome after a video-assisted thoracoscopic wedge resection of the lung for left pneumothorax is experienced. The patient was admitted to the hospital because of left chest pain, and was operated on with the diagnosis of left spontaneous pneumothorax. At operation, freeing of adhesions and electrocoagulation were needed at the apical chest wall. Horner's syndrome occurred after the operation but improved gradually. Careful manipulation is needed for pleura parietalis near the sympathetic nervous system.", "objIdentifier": "176a8120047d4440a56f7338fb4edd3c", "pissn": "1345-2843", "subject": null, "eissn": "1882-5133", "author": [{"affiliation": [], "given": "Mikio", "family": "WATANABE"}, {"affiliation": [], "given": "Yoshihiko", "family": "OSAKA"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1999", "accepted": null, "publisher": "Japan Surgical Association", "doi": "10.3919/jjsa.60.1483", "license": null, "url": "http://dx.doi.org/10.3919/jjsa.60.1483", "issn": [{"type": "print", "value": "1345-2843"}, {"type": "electronic", "value": "1882-5133"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["HORNER'S SYNDROME AFTER THORACOSCOPIC SURGERY"], "funder": null, "datasourcePrefix": "crossref____"}
94
{"best_oa_location_url": "", "issued": "2008-12-01", "abstract": "In this paper, we present an all-optical implementation high-speed arithmetic using the carry-free property of the modified signed-digit (MSD) number representation. The implementation is based on semiconductor optical amplifier (SOA) and Mach-Zehnder interferometer (MZI) switches, which represent the most promising solution due to their compact size, thermal stability and low power operation. The all-optical implementation uses two-valued logic encoding: (a) ?sign? and ?value? encoding   and (b) negative? and ?positive? flags encoding   whereby the MSD digits -1, 0, and 1 digits are represented by {(1,1), (0,0), (0,1)} and {(1,0), (0,0), (0,1)}, respectively.", "objIdentifier": "5efca2562ceb36742869006d90d88516", "subject": null, "author": [{"affiliation": [], "given": "A. K.", "family": "Cherri"}, {"affiliation": [], "given": "M.", "family": "Hamad"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0004", "value": "Conference object"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://xplorestaging.ieee.org/ielx5/5374439/5393492/05393549.pdf?arnumber=5393549", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2008-12", "accepted": null, "publisher": "IEEE", "doi": "10.1109/icm.2008.5393549", "license": null, "url": "http://dx.doi.org/10.1109/icm.2008.5393549", "issn": null, "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Semiconductor optical amplifier-based all-optical modified signed-digit adder"], "funder": null, "datasourcePrefix": "crossref____"}
95
{"best_oa_location_url": "", "issued": "2006", "abstract": "The Republic of Congo (pop. 3 447 000 in 2000; 2001 estimate) consists of two primary linguistic zones: a northern zone, where Lingala is the lingua franca, and a southern zone, where Munukutuba is the lingua franca. Lingala and Munukutuba have the status of national languages, while French is the official language of government and education. Local vernacular languages have no official status in Congolese language policy. Christian missions and nongovernmental organizations are permitted nonetheless to work in the local languages, and several vernacular Bible translation and literacy projects are underway.", "objIdentifier": "38c9d1754455db154d2b436e74e9b622", "subject": null, "author": [{"affiliation": [], "given": "M.", "family": "Leitch"}, {"affiliation": [], "given": "J.", "family": "Ndamba"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:B0080448542016278?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:B0080448542016278?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2006", "accepted": null, "publisher": "Elsevier", "doi": "10.1016/b0-08-044854-2/01627-8", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1136073600000, "date-time": "2006-01-01T00:00:00Z", "date-parts": [[2006, 1, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/b0-08-044854-2/01627-8", "issn": null, "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Congo, Republic of: Language Situation"], "funder": null, "datasourcePrefix": "crossref____"}
96
{"best_oa_location_url": "", "issued": "2012-2-23", "abstract": "The reconstruction of segmental bone defects remains an urgent problem in the orthopaedic field, and bone morphogenetic protein-2 (BMP-2) is known for its potent osteoinductive properties in bone regeneration. In this study, chitosan microspheres (CMs) were prepared and combined with absorbable collagen sponge to maintain controlled-release recombinant human bone morphogenetic protein-2 (rhBMP-2). The rhBMP-2-loaded composite scaffolds were implanted into 15 mm radius defects of rabbits and the bone-repair ability was evaluated systematically. CMs were spherical in shape and had a polyporous surface, according to SEM images. The complex scaffold exhibited an ideal releasing profile in vitro. The microcomputed tomographic analysis revealed that the rhBMP-2-loaded composite scaffold not only bridged the defects as early as 4 weeks, but also healed the defects and presented recanalization of the bone-marrow cavity at 12 weeks. These results were confirmed by x-ray. When compared with other control groups, the composite scaffold group remarkably enhanced new bone formation and mechanical properties, as evidenced by bone mineral content evaluation, histological observations and biomechanical testing. Moreover, the biocompatibility and appropriate degradation of the composite scaffold could be obtained. All of these results clearly demonstrated that the composite scaffold is a promising carrier of BMP-2 for the treatment of segmental bone defects. (Some figures may appear in colour only in the online journal)", "objIdentifier": "b91b9b4ab36a37c4009bb4b4b1ac2787", "pissn": "1748-6041", "subject": ["Bioengineering", "Biomaterials", "Biomedical Engineering"], "eissn": "1748-605X", "author": [{"affiliation": [], "given": "Juan", "family": "Hou"}, {"affiliation": [], "given": "Jing", "family": "Wang"}, {"affiliation": [], "given": "Lingyan", "family": "Cao"}, {"affiliation": [], "given": "Xiuzhen", "family": "Qian"}, {"affiliation": [], "given": "Wanli", "family": "Xing"}, {"affiliation": [], "given": "Jingxiong", "family": "Lu"}, {"affiliation": [], "given": "Changsheng", "family": "Liu"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2012-2-23", "link": null, "published-print": "2012-6-1", "accepted": null, "publisher": "IOP Publishing", "doi": "10.1088/1748-6041/7/3/035002", "license": null, "url": "http://dx.doi.org/10.1088/1748-6041/7/3/035002", "issn": [{"type": "print", "value": "1748-6041"}, {"type": "electronic", "value": "1748-605X"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Segmental bone regeneration using rhBMP-2-loaded collagen/chitosan microspheres composite scaffold in a rabbit model"], "funder": null, "datasourcePrefix": "crossref____"}
97
{"best_oa_location_url": "", "issued": "1986-1-01", "abstract": "Human infants' thresholds for detecting 10° diameter 50 and 1000 msec stimuli in the dark adapted condition and in the presence of steady red backgrounds were determined using a preferential looking method. Dark adapted sensitivity and the slope of the linear portion of the increment threshold function increased with age. The slope was 0.5 at 4 weeks, but by 10 weeks it was not different from the adult value (~ 1.0). At all ages the eigengrau  was approximately the same as that of adults (−2.3 log scot, td). These results suggest that visual mechanisms involved in detection of flashes and adaptation to steady background lights mature postnatally.", "objIdentifier": "65e621a223b4eef5c7e653158d1b51d7", "pissn": "0042-6989", "subject": ["Ophthalmology", "Sensory Systems"], "author": [{"affiliation": [], "given": "Ronald M.", "family": "Hansen"}, {"affiliation": [], "given": "Anne B.", "family": "Fulton"}, {"affiliation": [], "given": "Susan J.", "family": "Harris"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:0042698986900921?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:0042698986900921?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "1986-1", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/0042-6989(86)90092-1", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 504921600000, "date-time": "1986-01-01T00:00:00Z", "date-parts": [[1986, 1, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/0042-6989(86)90092-1", "issn": [{"type": "print", "value": "0042-6989"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Background adaptation in human infants"], "funder": null, "datasourcePrefix": "crossref____"}
98
{"best_oa_location_url": "http://doi.org/10.1038/srep39669", "issued": "2017-1-3", "abstract": [], "objIdentifier": "053f7bd6f5e055db4a366a52f0f18acc", "subject": ["Multidisciplinary"], "accepted": null, "author": [{"affiliation": [], "given": "Jin-Myoung", "family": "Lim"}, {"affiliation": [], "given": "Taesoon", "family": "Hwang"}, {"affiliation": [], "given": "Duho", "family": "Kim"}, {"affiliation": [], "given": "Min-Sik", "family": "Park"}, {"affiliation": [], "given": "Kyeongjae", "family": "Cho"}, {"affiliation": [], "given": "Maenghyo", "family": "Cho"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": "2017-1-3", "link": null, "published-print": null, "eissn": "2045-2322", "publisher": "Springer Nature", "doi": "10.1038/srep39669", "license": null, "url": "http://dx.doi.org/10.1038/srep39669", "issn": [{"type": "electronic", "value": "2045-2322"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Intrinsic Origins of Crack Generation in Ni-rich LiNi0.8Co0.1Mn0.1O2 Layered Oxide Cathode Material"], "funder": null, "datasourcePrefix": "crossref____"}
99
{"best_oa_location_url": "http://repository.up.ac.za/bitstream/2263/14304/1/DeLaRey_Structural%282000%29.pdf", "issued": "2000", "abstract": "Published when Prof de la Rey was a lecturer in psychology at the University of Cape Town.", "objIdentifier": "67769c4c5c25ce889193a21fe133a668", "pissn": "1078-1919", "subject": ["Political Science and International Relations"], "eissn": "1532-7949", "author": [{"affiliation": [], "given": "Cheryl", "family": "de la Rey"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": "2000", "link": null, "published-print": null, "accepted": null, "publisher": "American Psychological Association (APA)", "doi": "10.1207/s15327949pac0603_3", "license": null, "url": "http://dx.doi.org/10.1207/s15327949pac0603_3", "issn": [{"type": "print", "value": "1078-1919"}, {"type": "electronic", "value": "1532-7949"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Structural asymmetries and peace: Hope or despair?"], "funder": null, "datasourcePrefix": "crossref____"}
100
{"best_oa_location_url": "", "issued": "1981-7-01", "abstract": "AbstractThe possible importance of leukotrienes (LTs) as mediators of bronchoconstriction was examined in two normal volunteers. When inhaled in aerosols, synthetic LTC and LTD were equally effective in limiting expiratory flow at low lung volumes, with little reduction in forced expiratory volume. After LT inhalation the forced expiratory manoeuvres ended in bouts of coughing. Pretreatment with sodium cromoglycate did not modify these responses, whereas the SRS-A antagonists FPL 55712 and FPL 59257 abolished the cough response and partly inhibited the bronchoconstriction in both subjects.", "objIdentifier": "1fd15eb280825dae9da4dd71856db988", "pissn": "0140-6736", "subject": ["General Medicine"], "author": [{"affiliation": [], "given": "M.C.", "family": "Holroyde"}, {"affiliation": [], "given": "M.", "family": "Cole"}, {"affiliation": [], "given": "R.E.C.", "family": "Altounyan"}, {"affiliation": [], "given": "M.", "family": "Dixon"}, {"affiliation": [], "given": "E.V.", "family": "Elliott"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0140673681902543?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S0140673681902543?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "1981-7", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/s0140-6736(81)90254-3", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 362793600000, "date-parts": [[1981, 7, 1]], "date-time": "1981-07-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/s0140-6736(81)90254-3", "issn": [{"type": "print", "value": "0140-6736"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["BRONCHOCONSTRICTION PRODUCED IN MAN BY LEUKOTRIENES C AND D"], "funder": null, "datasourcePrefix": "crossref____"}
101
{"best_oa_location_url": "", "issued": "2008-5-01", "abstract": [], "objIdentifier": "75129b2eb6a82f4270dc9367fe9380bb", "pissn": "0016-5751", "subject": ["Obstetrics and Gynaecology", "Maternity and Midwifery"], "eissn": "1438-8804", "author": [{"affiliation": [], "given": "I", "family": "Zaiss"}, {"affiliation": [], "given": "A", "family": "Claus"}, {"affiliation": [], "given": "C", "family": "Möhrke"}, {"affiliation": [], "given": "L", "family": "Dukic"}, {"affiliation": [], "given": "M", "family": "Sütterlin"}, {"affiliation": [], "given": "J", "family": "Siemer"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.thieme-connect.de/DOI/DOI?10.1055/s-2008-1079232", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2008-5", "accepted": null, "publisher": "Thieme Publishing Group", "doi": "10.1055/s-2008-1079232", "license": null, "url": "http://dx.doi.org/10.1055/s-2008-1079232", "issn": [{"type": "print", "value": "0016-5751"}, {"type": "electronic", "value": "1438-8804"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Schenkelhalsfraktur nach eklamptischem Anfall bei HELLP-Syndrom"], "funder": null, "datasourcePrefix": "crossref____"}
102
{"best_oa_location_url": "", "issued": "2016-12-01", "abstract": [], "objIdentifier": "331a4db6ad5951a10cb71c9c312651aa", "pissn": "1572-2082", "subject": null, "eissn": "1876-8806", "author": [{"affiliation": [], "name": "Bohn Stafleu van Loghum"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2016-12-29", "link": [{"URL": "http://link.springer.com/content/pdf/10.1007/s12468-016-0044-7.pdf", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}, {"URL": "http://link.springer.com/article/10.1007/s12468-016-0044-7/fulltext.html", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/html"}, {"URL": "http://link.springer.com/content/pdf/10.1007/s12468-016-0044-7.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "application/pdf"}], "published-print": "2016-12", "accepted": null, "publisher": "Springer Nature", "doi": "10.1007/s12468-016-0044-7", "license": [{"URL": "http://www.springer.com/tdm", "start": {"timestamp": 1480550400000, "date-time": "2016-12-01T00:00:00Z", "date-parts": [[2016, 12, 1]]}, "content-version": "vor", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1007/s12468-016-0044-7", "issn": [{"type": "print", "value": "1572-2082"}, {"type": "electronic", "value": "1876-8806"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Vraag en antwoord"], "funder": null, "datasourcePrefix": "crossref____"}
103
{"best_oa_location_url": "", "issued": "1994-4-01", "abstract": [], "objIdentifier": "c6ff60dd480f526e42358062c9cb893e", "pissn": "0282-0080", "subject": ["Cell Biology", "Biochemistry", "Molecular Biology"], "eissn": "1573-4986", "author": [{"ORCID": "0000-0001-6114-9018", "affiliation": [], "given": "Morten", "family": "Meldal"}, {"affiliation": [], "given": "Klaus", "family": "Bock"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/BF00731144", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1994-4", "accepted": null, "publisher": "Springer Nature", "doi": "10.1007/bf00731144", "license": null, "url": "http://dx.doi.org/10.1007/bf00731144", "issn": [{"type": "print", "value": "0282-0080"}, {"type": "electronic", "value": "1573-4986"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["A general approach to the synthesis ofO- andN-linked glycopeptides"], "funder": null, "datasourcePrefix": "crossref____"}
104
{"best_oa_location_url": "", "issued": "1994", "abstract": "A neonate with situs inversus, transposition of the great arteries, ventricular septal defect, criss-cross ventricles and hypoplastic right ventricle underwent pulmonary artery banding at the age of 7 days. The course was complicated by septicaemia and subsequently the development of an aneurysm of the pulmonary artery. Serratia marcessans was grown from the band site. The pulmonary artery aneurysm was resected and the pulmonary artery was repaired. The literature is reviewed with the emphasis on diagnosis, natural history and surgical management", "objIdentifier": "5e54bd4873ed5311d0b141ef5e4d09b7", "pissn": "1010-7940", "subject": ["Surgery", "Pulmonary and Respiratory Medicine", "Cardiology and Cardiovascular Medicine", "General Medicine"], "author": [{"affiliation": [], "given": "R", "family": "KUMAR"}, {"affiliation": [], "given": "P", "family": "ROUGHNEEN"}, {"affiliation": [], "given": "M", "family": "DELEVAL"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://academic.oup.com/ejcts/article-pdf/8/12/665/1221385/8-12-665.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1994", "accepted": null, "publisher": "Oxford University Press (OUP)", "doi": "10.1016/s1010-7940(05)80178-2", "license": null, "url": "http://dx.doi.org/10.1016/s1010-7940(05)80178-2", "issn": [{"type": "print", "value": "1010-7940"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Mycotic pulmonary artery aneurysm following pulmonary artery banding"], "funder": null, "datasourcePrefix": "crossref____"}
105
{"best_oa_location_url": "", "issued": "1995-3-01", "abstract": [], "objIdentifier": "31f08697528c905017d929f23a26251f", "pissn": "0567-7572", "subject": ["Horticulture"], "eissn": "2406-6168", "author": [{"affiliation": [], "given": "T.", "family": "NISHIO"}, {"affiliation": [], "given": "C.", "family": "DORÉ"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1995-3", "accepted": null, "publisher": "International Society for Horticultural Science (ISHS)", "doi": "10.17660/actahortic.1995.392.0", "license": null, "url": "http://dx.doi.org/10.17660/actahortic.1995.392.0", "issn": [{"type": "print", "value": "0567-7572"}, {"type": "electronic", "value": "2406-6168"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["PREFACE"], "funder": null, "datasourcePrefix": "crossref____"}
106
{"best_oa_location_url": "", "issued": "2001-12-01", "abstract": [], "objIdentifier": "614e8f0d2e961a19c49736063cead853", "pissn": "0736-6981", "subject": ["Computer Networks and Communications", "Software", "Safety Research"], "eissn": "1936-1009", "author": [{"affiliation": [], "given": "Fred", "family": "Piper"}, {"affiliation": [], "given": "Simon", "family": "Blake-wilson"}, {"affiliation": [], "given": "John", "family": "Mitchell"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2001-12", "accepted": null, "publisher": "Informa UK Limited", "doi": "10.1201/1079/43277.29.6.20011201/31748.3", "license": null, "url": "http://dx.doi.org/10.1201/1079/43277.29.6.20011201/31748.3", "issn": [{"type": "print", "value": "0736-6981"}, {"type": "electronic", "value": "1936-1009"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Digital Signatures Security & Controls"], "funder": null, "datasourcePrefix": "crossref____"}
107
{"best_oa_location_url": "", "issued": "1973-6-01", "abstract": [], "objIdentifier": "6469e2c843d7cd3916e0aa3cc764d2e9", "pissn": "2164-5124", "subject": null, "author": [{"affiliation": [], "given": "ROY", "family": "GIROUX"}, {"affiliation": [], "given": "TED", "family": "BICKNELL"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2011-12-23", "link": [{"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1002%2Fj.2164-5183.1973.tb00185.x", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1973-6", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1002/j.2164-5183.1973.tb00185.x", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", "start": {"timestamp": 1441065600000, "date-time": "2015-09-01T00:00:00Z", "date-parts": [[2015, 9, 1]]}, "content-version": "tdm", "delay-in-days": 15432}], "url": "http://dx.doi.org/10.1002/j.2164-5183.1973.tb00185.x", "issn": [{"type": "print", "value": "2164-5124"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["HUMAN SEXUALITY AND THE COLLEGE STUDENT"], "funder": null, "datasourcePrefix": "crossref____"}
108
{"best_oa_location_url": "", "issued": "2012-8-18", "abstract": "BAG-1, an important regulatory protein associates with several signaling molecules and is capable of suppressing apoptosis. A 97-amino acid segment that includes the ubiquitin homology domain of mouse BAG-1 interacts with the cytoplasmic tail domain of proHB-EGF, and this interaction is likely to have functional significance. Here we report the backbone and side-chain resonance assignments for this 97-amino acid segment of mouse BAG-1. The assignment data has been deposited in the BMRB database under the accession number 18416.", "objIdentifier": "3a10eabddefa41725848b1faf7f78032", "pissn": "1874-2718", "subject": ["Biochemistry", "Structural Biology"], "eissn": "1874-270X", "author": [{"affiliation": [], "given": "Hsiao-Wen", "family": "Huang"}, {"affiliation": [], "given": "Chin", "family": "Yu"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2012-8-18", "link": [{"URL": "http://link.springer.com/content/pdf/10.1007/s12104-012-9417-7", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2013-10", "accepted": null, "publisher": "Springer Nature", "doi": "10.1007/s12104-012-9417-7", "license": null, "url": "http://dx.doi.org/10.1007/s12104-012-9417-7", "issn": [{"type": "print", "value": "1874-2718"}, {"type": "electronic", "value": "1874-270X"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Backbone and side-chain resonance assignments (1H, 15N and 13C) of the ubiquitin homology domain of mouse BAG-1"], "funder": null, "datasourcePrefix": "crossref____"}
109
{"best_oa_location_url": "https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1543970/pdf", "issued": "1942-4-01", "abstract": [], "objIdentifier": "f2fc5313f460f32f0394a93147879e96", "pissn": "0003-4932", "subject": ["Surgery"], "author": [{"affiliation": [], "given": "Claude S.", "family": "Beck"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": null, "link": null, "published-print": "1942-4", "accepted": null, "publisher": "Ovid Technologies (Wolters Kluwer Health)", "doi": "10.1097/00000658-194204000-00020", "license": null, "url": "http://dx.doi.org/10.1097/00000658-194204000-00020", "issn": [{"type": "print", "value": "0003-4932"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["FURTHER OBSERVATIONS ON STAB WOUNDS OF THE HEART"], "funder": null, "datasourcePrefix": "crossref____"}
110
{"best_oa_location_url": "", "issued": "2006", "abstract": [], "objIdentifier": "d54e95a9db8120087593ab3f5de51ca3", "subject": null, "author": [{"affiliation": [], "given": "Andras", "family": "Poppe"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0004", "value": "Conference object"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://xplorestaging.ieee.org/ielx5/4060679/4060680/04060691.pdf?arnumber=4060691", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2006", "accepted": null, "publisher": "IEEE", "doi": "10.1109/estc.2006.279967", "license": null, "url": "http://dx.doi.org/10.1109/estc.2006.279967", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Thermal Measurements and Qualification IC Packages Using the Transient Method: Principles and Applications"], "funder": null, "datasourcePrefix": "crossref____"}
111
{"best_oa_location_url": "http://doi.org/10.1371/journal.ppat.1004702", "issued": "2015-3-6", "abstract": "Cytomegalovirus (CMV) is a leading infectious cause of morbidity in immune-compromised patients. γδ T cells have been involved in the response to CMV but their role in protection has not been firmly established and their dependency on other lymphocytes has not been addressed. Using C57BL/6 αβ and/or γδ T cell-deficient mice, we here show that γδ T cells are as competent as αβ T cells to protect mice from CMV-induced death. γδ T cell-mediated protection involved control of viral load and prevented organ damage. γδ T cell recovery by bone marrow transplant or adoptive transfer experiments rescued CD3e−/− mice from CMV-induced death confirming the protective antiviral role of γδ T cells. As observed in humans, different γδ T cell subsets were induced upon CMV challenge, which differentiated into effector memory cells. This response was observed in the liver and lungs and implicated both CD27+ and CD27− γδ T cells. NK cells were the largely preponderant producers of IFNγ and cytotoxic granules throughout the infection, suggesting that the protective role of γδ T cells did not principally rely on either of these two functions. Finally, γδ T cells were strikingly sufficient to fully protect Rag−/−γc−/− mice from death, demonstrating that they can act in the absence of B and NK cells. Altogether our results uncover an autonomous protective antiviral function of γδ T cells, and open new perspectives for the characterization of a non classical mode of action which should foster the design of new γδ T cell based therapies, especially useful in αβ T cell compromised patients.", "objIdentifier": "a032f7cf392be2450b0dbc00134528f4", "subject": ["Immunology", "Genetics", "Molecular Biology", "Microbiology", "Parasitology", "Virology"], "accepted": null, "author": [{"ORCID": "0000-0003-2687-9634", "affiliation": [], "given": "Camille", "family": "Khairallah"}, {"affiliation": [], "given": "Sonia", "family": "Netzer"}, {"affiliation": [], "given": "Arnaud", "family": "Villacreces"}, {"affiliation": [], "given": "Marina", "family": "Juzan"}, {"affiliation": [], "given": "Benoît", "family": "Rousseau"}, {"affiliation": [], "given": "Sara", "family": "Dulanto"}, {"affiliation": [], "given": "Alban", "family": "Giese"}, {"affiliation": [], "given": "Pierre", "family": "Costet"}, {"affiliation": [], "given": "Vincent", "family": "Praloran"}, {"affiliation": [], "given": "Jean-François", "family": "Moreau"}, {"affiliation": [], "given": "Pierre", "family": "Dubus"}, {"ORCID": "0000-0002-7605-8845", "affiliation": [], "given": "David", "family": "Vermijlen"}, {"affiliation": [], "given": "Julie", "family": "Déchanet-Merville"}, {"affiliation": [], "given": "Myriam", "family": "Capone"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": "2015-3-6", "link": [{"URL": "http://dx.plos.org/10.1371/journal.ppat.1004702", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "eissn": "1553-7374", "publisher": "Public Library of Science (PLoS)", "doi": "10.1371/journal.ppat.1004702", "license": [{"URL": "http://creativecommons.org/licenses/by/4.0/", "start": {"timestamp": 1425600000000, "date-time": "2015-03-06T00:00:00Z", "date-parts": [[2015, 3, 6]]}, "content-version": "vor", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1371/journal.ppat.1004702", "issn": [{"type": "electronic", "value": "1553-7374"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["γδ T Cells Confer Protection against Murine Cytomegalovirus (MCMV)"], "funder": null, "datasourcePrefix": "crossref____"}
112
{"best_oa_location_url": "", "issued": "1878-12-01", "abstract": [], "objIdentifier": "3c862c35dfad388934a9ff58cd31eea2", "pissn": "0176-7364", "subject": null, "author": [{"affiliation": [], "family": "Korybutt-Daszkiewicz"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/BF02933832", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1878-12", "accepted": null, "publisher": "Springer Nature", "doi": "10.1007/bf02933832", "license": null, "url": "http://dx.doi.org/10.1007/bf02933832", "issn": [{"type": "print", "value": "0176-7364"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Ueber die Entwickelung der Nerven aus Plasmazellen beim Frosche"], "funder": null, "datasourcePrefix": "crossref____"}
113
{"best_oa_location_url": "", "issued": "1999-1-01", "abstract": [], "objIdentifier": "d35052c78138b1ec055df2f4e1b44d88", "pissn": "2190-1392", "subject": null, "author": [{"affiliation": [], "given": "Michael", "family": "Riehkenberg"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": "2009-12", "link": null, "published-print": "1999-1", "accepted": null, "publisher": "Oldenbourg", "doi": "10.1524/9783486594447.19", "license": null, "url": "http://dx.doi.org/10.1524/9783486594447.19", "issn": [{"type": "print", "value": "2190-1392"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Gewaltmarkt, Staat und Kreolisation des Staates in der Provinz Buenos Aires, 1775–1850"], "funder": null, "datasourcePrefix": "crossref____"}
114
{"best_oa_location_url": "", "issued": "2000-4-01", "abstract": [], "objIdentifier": "87096429c5d749c20de01a653bfd71f4", "pissn": "0930-2794", "subject": ["Surgery"], "eissn": "1432-2218", "author": [{"affiliation": [], "given": "S. W.", "family": "Unger"}, {"affiliation": [], "given": "J. C.", "family": "Paramo"}, {"affiliation": [], "given": "M.", "family": "Perez"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2014-4-24", "link": [{"URL": "http://link.springer.com/content/pdf/10.1007/s004640020059", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2000-4", "accepted": null, "publisher": "Springer Nature", "doi": "10.1007/s004640020059", "license": null, "url": "http://dx.doi.org/10.1007/s004640020059", "issn": [{"type": "print", "value": "0930-2794"}, {"type": "electronic", "value": "1432-2218"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Microlaparoscopic cholecystectomy"], "funder": null, "datasourcePrefix": "crossref____"}
115
{"best_oa_location_url": "", "issued": "2006", "abstract": "This paper describes a performance study conducted with the new 10 Gb Ethernet iWARP RDMA-enabled adapter from NetEffect, using Microsoft Winsock Direct Server Area Network technology. The paper starts with a brief summary of the Winsock Direct software architecture and the NetEffect hardware architecture. It provides initial performance results for bandwidth, CPU utilization, and latency. It analyzes the performance results, and concludes with some discussion on future work that can lead to further performance improvements.", "objIdentifier": "687e65bac5225e77cc56f8d86db7e840", "subject": null, "author": [{"affiliation": [], "given": "Brian", "family": "Hausauer"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0004", "value": "Conference object"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://xplorestaging.ieee.org/ielx5/4100332/4100333/04100426.pdf?arnumber=4100426", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2006", "accepted": null, "publisher": "IEEE", "doi": "10.1109/clustr.2006.311920", "license": null, "url": "http://dx.doi.org/10.1109/clustr.2006.311920", "issn": null, "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Performance Study of Winsock Direct with 10 Gb Ethernet RDMA-Enabled NIC"], "funder": null, "datasourcePrefix": "crossref____"}
116
{"best_oa_location_url": "", "issued": "2011-12-1", "abstract": [], "objIdentifier": "612d89f1fc08318fe53be65a9d10b585", "pissn": "0829-318X", "subject": ["Plant Science", "Physiology"], "eissn": "1758-4469", "author": [{"affiliation": [], "given": "A.", "family": "Lara-Chavez"}, {"affiliation": [], "given": "B. S.", "family": "Flinn"}, {"affiliation": [], "given": "U.", "family": "Egertsdotter"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2011-12-12", "link": [{"URL": "http://academic.oup.com/treephys/article-pdf/31/12/1422/4737395/tpr126.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2011-12-1", "accepted": null, "publisher": "Oxford University Press (OUP)", "doi": "10.1093/treephys/tpr126", "license": null, "url": "http://dx.doi.org/10.1093/treephys/tpr126", "issn": [{"type": "print", "value": "0829-318X"}, {"type": "electronic", "value": "1758-4469"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Initiation of somatic embryogenesis from immature zygotic embryos of Oocarpa pine (Pinus oocarpa Schiede ex Schlectendal)"], "funder": null, "datasourcePrefix": "crossref____"}
117
{"best_oa_location_url": "", "issued": "1994-12-01", "abstract": "Two soluble antigens isolated from T. cruzi were evaluated by ELISA for the diagnosis of chronic infection and assessment of cure after specific chemotherapy, namely, supernatants from parasite cell-cultures (SpAg) arid trypomastigote excretory /secretory antigens (ESAg). Among the treated patients, a group defined as \"dissociated \" had been monitored for 3 to 10 years and displayed negative hemocultures and tests of trypomastigote complement-mediated lysis persistently negative although positive by conventional serology (indirect fluorescence with epimastigote, mainly). A negative lysis test indicates parasite elimination by the patient. Our ELISA results showed that among the non-treated chagasic controls the SpAg e ESAg detected 93% and 100%, of the cases, respectively. However, only 28% of sera from the dissociated group, considered as cured, were positive by ELISA using SpAg whereas all of such sera were negative using ESAg. Therefore ELISA with ESAg seems to be ideal to replace the complement- mediated lysis test with the aim to define cure after treatment of the chronic infection by T. cruzi.", "objIdentifier": "d572c94a5b0bdc24244bdb19740584e6", "subject": ["Microbiology (medical)", "Parasitology", "Infectious Diseases"], "accepted": null, "author": [{"affiliation": [], "given": "Greice M.", "family": "Krautz"}, {"affiliation": [], "given": "Micheli G.", "family": "Coutinho"}, {"affiliation": [], "given": "Lúcia M.C.", "family": "Galvão"}, {"affiliation": [], "given": "Joaquim R.", "family": "Cançado"}, {"affiliation": [], "given": "Antoniana U.", "family": "Krettli"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.scielo.br/pdf/rsbmt/v27n4/01.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1994-12", "eissn": "0037-8682", "publisher": "FapUNIFESP (SciELO)", "doi": "10.1590/s0037-86821994000400001", "license": null, "url": "http://dx.doi.org/10.1590/s0037-86821994000400001", "issn": [{"type": "electronic", "value": "0037-8682"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Antígenos solúveis liberados por tripomastigotas de Trypanosoma cruzi utilizados no teste de ELISA para detectar cura em pacientes chagásicos após tratamento específico"], "funder": null, "datasourcePrefix": "crossref____"}
118
{"best_oa_location_url": "", "issued": "2014-8-13", "abstract": "Neurodegeneration in multiple sclerosis (MS) is related to inflammation and demyelination. In acute MS lesions and experimental autoimmune encephalomyelitis focal immune attacks damage axons by injuring axonal mitochondria. In progressive MS, however, axonal damage occurs in chroni- cally demyelinated regions, myelinated regions and also at the active edge of slowly expanding chronic lesions. How axonal energy failure occurs in progressive MS is incompletely understood. Recent studies show that oligodendrocytes supply lactate to myelinated axons as a metabolic substrate for mitochondria to generate ATP, a process which will be altered upon demyelination. In addition, a number of studies have identified mitochondrial abnormalities within neuronal cell bodies in progressive MS, leading to a deficiency of mitochondrial respiratory chain complexes or enzymes. Here, we summarise the mitochon- drial abnormalities evident within neurons and discuss how these grey matter mitochondrial abnormalities may increase the vulnerability of axons to degeneration in progressive MS. Although neuronal mitochon- drial abnormalities will culminate in axonal degeneration, understanding the different contributions of mitochondria to the degeneration of myelinated and demyelinated axons is an important step towards identifying potential therapeutic targets for progressive MS.", "objIdentifier": "bfdc3b757996bc070c5b2bc50bc06bf0", "pissn": "1352-4585", "subject": ["Neurology", "Clinical Neurology"], "eissn": "1477-0970", "author": [{"affiliation": [{"name": "Centre for Neuroregeneration, University of Edinburgh, UK"}], "given": "Graham R", "family": "Campbell"}, {"affiliation": [{"name": "Centre for Neuroregeneration, University of Edinburgh, UK"}], "given": "Joseph T", "family": "Worrall"}, {"affiliation": [{"name": "Centre for Neuroregeneration /Centre for Clinical Brain Sciences, University of Edinburgh, UK"}], "given": "Don J", "family": "Mahad"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2014-8-13", "link": [{"URL": "http://journals.sagepub.com/doi/pdf/10.1177/1352458514544537", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}, {"URL": "http://journals.sagepub.com/doi/full-xml/10.1177/1352458514544537", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/xml"}, {"URL": "http://journals.sagepub.com/doi/pdf/10.1177/1352458514544537", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2014-12", "accepted": null, "publisher": "SAGE Publications", "doi": "10.1177/1352458514544537", "license": [{"URL": "http://journals.sagepub.com/page/policies/text-and-data-mining-license", "start": {"timestamp": 1407888000000, "date-time": "2014-08-13T00:00:00Z", "date-parts": [[2014, 8, 13]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1177/1352458514544537", "issn": [{"type": "print", "value": "1352-4585"}, {"type": "electronic", "value": "1477-0970"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["The central role of mitochondria in axonal degeneration in multiple sclerosis"], "funder": null, "datasourcePrefix": "crossref____"}
119
{"best_oa_location_url": "", "issued": "1973", "abstract": "The crystal structure of the title compound has been determined from three-dimensional diffractometer data by the symbolic addition procedure. Crystals are monoclinic, space group P21/c, with Z= 4 in a unit cell of dimensions: a= 1167·9(1), b= 1026·4(1), c= 669·6(1) pm, β= 100·84(8)°. The structure was refined by least squares to R 0·058 for 1178 observed reflections. The triazole ring is planar. Two water molecules are strongly bound to the sodium atom while the third is weakly linked to N(1) in the triazole. Interatomic distances (pm; each ±0·4): C–S 172·4, N–N(ring) 141·2, N–N(side-chain) 141·4, N(2)–C(3) 130·1, C(3)–N(4) 136·4, N(4)–C(5) 139·1, and C(5)–N(1) 131·5.", "objIdentifier": "83d5ad720552866e11bfb20086f5807a", "pissn": "0300-9580", "subject": null, "eissn": "1364-5471", "author": [{"affiliation": [], "given": "R. C.", "family": "Seccombe"}, {"affiliation": [], "given": "J. V.", "family": "Tillack"}, {"affiliation": [], "given": "C. H. L.", "family": "Kennard"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://pubs.rsc.org/en/content/articlepdf/1973/P2/P29730000006", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1973", "accepted": null, "publisher": "Royal Society of Chemistry (RSC)", "doi": "10.1039/p29730000006", "license": null, "url": "http://dx.doi.org/10.1039/p29730000006", "issn": [{"type": "print", "value": "0300-9580"}, {"type": "electronic", "value": "1364-5471"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Bonding in 1,2,4-triazoles. Part IV. Crystal structure of the sodium salt of 4-amino-5-mercapto-1,2,4-triazole trihydrate"], "funder": null, "datasourcePrefix": "crossref____"}
120
{"best_oa_location_url": "", "issued": "2008", "abstract": [], "objIdentifier": "c5c46c27ec6f8fc17e7dff87d1e53e86", "subject": null, "accepted": null, "author": [{"affiliation": [], "given": "L", "family": "Hescer"}, {"affiliation": [], "given": "D", "family": "Biris"}, {"affiliation": [], "given": "D", "family": "Matei"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2008", "link": null, "published-print": "2008", "eissn": "1844-8585", "publisher": "Romanian Society of Legal Medicine", "doi": "10.4323/rjlm.2008.169", "license": null, "url": "http://dx.doi.org/10.4323/rjlm.2008.169", "issn": [{"type": "electronic", "value": "1844-8585"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Myocardial calcification: observation in a infant death with congenital heart malformation"], "funder": null, "datasourcePrefix": "crossref____"}
121
{"best_oa_location_url": "", "issued": "2009-8-2", "abstract": [], "objIdentifier": "e9bfdd03ee44f85a07ef4c394a59ee5c", "subject": null, "author": [{"affiliation": [], "given": "Kenichi", "family": "Takahashi"}, {"affiliation": [], "given": "Takuya", "family": "Mano"}, {"affiliation": [], "given": "Takuo", "family": "Kuwahara"}, {"affiliation": [], "given": "Mitsuaki", "family": "Tanabe"}, {"affiliation": [], "given": "Toru", "family": "Shimada"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0004", "value": "Conference object"}, "is_oa": false, "published-online": "2012-6-14", "link": null, "published-print": "2009-8-2", "accepted": null, "publisher": "American Institute of Aeronautics and Astronautics", "doi": "10.2514/6.2009-5428", "license": null, "url": "http://dx.doi.org/10.2514/6.2009-5428", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Velocity and Temperature Distributions Around Metal Particles in the Reaction Zone of AP Composite Propellant"], "funder": null, "datasourcePrefix": "crossref____"}
122
{"best_oa_location_url": "", "issued": "1991-4-01", "abstract": [], "objIdentifier": "cde816306898f4b1aaf02965d3f37483", "pissn": "0039-6206", "subject": null, "author": [{"affiliation": [], "given": "J.", "family": "SORENSEN"}, {"affiliation": [], "given": "S.", "family": "TROELSEN"}, {"affiliation": [], "given": "J.", "family": "KAALUND"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1991-4", "accepted": null, "publisher": "Ovid Technologies (Wolters Kluwer Health)", "doi": "10.1097/00132586-199104000-00015", "license": null, "url": "http://dx.doi.org/10.1097/00132586-199104000-00015", "issn": [{"type": "print", "value": "0039-6206"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Changes in Blood Gases During Venous Air Embolism"], "funder": null, "datasourcePrefix": "crossref____"}
123
{"best_oa_location_url": "https://pure.tue.nl/ws/files/1421062/Metis135797.pdf", "issued": "1997-2-17", "abstract": "The first direct observation of the velocity distribution of the metastable Ar{sup +}{sup {asterisk}}({sup 2}G{sub 9/2}) ions in the presheath of an inductively coupled plasma has been achieved by using the Doppler shifted laser induced fluorescence technique. Drift of the ions along the electric field in the presheath is observed and distribution functions of the velocity in both parallel and perpendicular directions, relative to the E field, are deduced at 5 and 40 mTorr. Present results show that in high density plasmas the velocity distribution of the metastable ions is directly related to that of the ground state argon ions. Neutral gas temperature of around 600 K is also measured from the absorption profile of a diode laser beam, set on one of the 772.4 nm argon lines. {copyright} {ital 1997 American Institute of Physics.}", "objIdentifier": "878417e09041e8c721cbd8f83083efe3", "pissn": "0003-6951", "subject": ["Physics and Astronomy (miscellaneous)"], "eissn": "1077-3118", "author": [{"affiliation": [], "given": "N.", "family": "Sadeghi"}, {"affiliation": [], "given": "M.", "family": "van de Grift"}, {"affiliation": [], "given": "D.", "family": "Vender"}, {"affiliation": [], "given": "G. M. W.", "family": "Kroesen"}, {"affiliation": [], "given": "F. J.", "family": "de Hoog"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": null, "link": [{"URL": "http://aip.scitation.org/doi/pdf/10.1063/1.118218", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1997-2-17", "accepted": null, "publisher": "AIP Publishing", "doi": "10.1063/1.118218", "license": null, "url": "http://dx.doi.org/10.1063/1.118218", "issn": [{"type": "print", "value": "0003-6951"}, {"type": "electronic", "value": "1077-3118"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Transport of argon ions in an inductively coupled high-density plasma reactor"], "funder": null, "datasourcePrefix": "crossref____"}
124
{"best_oa_location_url": "", "issued": "1977-2-01", "abstract": [], "objIdentifier": "abcc7fcf4fed587e60b9bcd82255722b", "pissn": "0041-977X", "subject": ["Cultural Studies", "History"], "eissn": "1474-0699", "author": [{"affiliation": [], "given": "D. J.", "family": "Wiseman"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2009-12-24", "link": [{"URL": "https://www.cambridge.org/core/services/aop-cambridge-core/content/view/S0041977X00040544", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1977-2", "accepted": null, "publisher": "Cambridge University Press (CUP)", "doi": "10.1017/s0041977x00040544", "license": null, "url": "http://dx.doi.org/10.1017/s0041977x00040544", "issn": [{"type": "print", "value": "0041-977X"}, {"type": "electronic", "value": "1474-0699"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Stephen A. Kaufman: The Akkadian influences on Aramaic. (Oriental Institute of the University of Chicago. Assyriological Studies, No. 19.) xviii, 196 pp. + 2 pp. errata. Chicago and London: University of Chicago Press, 1974. $6.50, £3.90."], "funder": null, "datasourcePrefix": "crossref____"}
125
{"best_oa_location_url": "", "issued": "2010-1-01", "abstract": "Cohesion is an important EU policy domain that was originally primarily about regional development, but which has since acquired wider objectives. This article examines the definition of cohesion and how cohesion policy has evolved in the EU. It then looks at the impact of cohesion policy as a process in European integration, before focusing on possible reforms of cohesion policy. Five main dimensions of reform explored are the underlying remit of the policy, whether it should be retained in richer member states and regions, the linkages between innovation and cohesion, legitimacy issues and the economic governance role of cohesion policy. The article concludes that new thinking is needed to deal with the many unresolved issues around the future of cohesion policy.", "objIdentifier": "761228b7baaee2fa9931683dee5dd86d", "pissn": "0703-6337", "subject": ["Political Science and International Relations", "Sociology and Political Science"], "eissn": "1477-2280", "author": [{"affiliation": [], "given": "Iain", "family": "Begg"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.tandfonline.com/doi/pdf/10.1080/07036330903375115", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2010-1", "accepted": null, "publisher": "Informa UK Limited", "doi": "10.1080/07036330903375115", "license": null, "url": "http://dx.doi.org/10.1080/07036330903375115", "issn": [{"type": "print", "value": "0703-6337"}, {"type": "electronic", "value": "1477-2280"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Cohesion or Confusion: A Policy Searching for Objectives"], "funder": null, "datasourcePrefix": "crossref____"}
126
{"best_oa_location_url": "", "issued": "None", "abstract": "Increasing usage of the microwave frequency band requires accurate characterization of atmospheric effects at these frequencies. The results of the investigations reported in this paper are based on the study of microwave propagation of line-of-sight (LOS) communication links located at Visakhapatnam (India) and the investigations are specially facilitated by the location of an acoustic sounder and radiosonde observatory very close to the path of the LOS link. In the present work, an attempt is made to study the effect of sea breeze on fading characteristics. The microwave signal variations corresponding to three LOS links are measured for several days on a 24-hour basis at two locations in the Visakhapatnam region. The hop-lengths and the operating frequencies of the three LOS links are different. The operation of a monostatic acoustic sounder provided information on the thermal structure of the atmospheric boundary layer (ABL). Although the data set is limited to few cases, it appears that the sea breeze has significant effect on the LOS signal strength.", "objIdentifier": "caa504acd6bef2fd965b89e05945ed50", "subject": null, "author": [{"affiliation": [], "given": "G.S.V.R.K.", "family": "Rao"}, {"affiliation": [], "given": "M.P.", "family": "Rao"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0004", "value": "Conference object"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://xplorestaging.ieee.org/ielx5/9826/30963/01439143.pdf?arnumber=1439143", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "accepted": null, "publisher": "IEEE", "doi": "10.1109/ispacs.2004.1439143", "license": null, "url": "http://dx.doi.org/10.1109/ispacs.2004.1439143", "issn": null, "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Coastal atmospheric effects on line-of-sight links located in Visakhapatnam - a study"], "funder": null, "datasourcePrefix": "crossref____"}
127
{"best_oa_location_url": "", "issued": "2013-11-1", "abstract": [], "objIdentifier": "63d10a9816e2a95d3c6731a92663a04a", "pissn": "0923-7534", "subject": ["Oncology", "Hematology"], "eissn": "1569-8041", "author": [{"affiliation": [], "given": "J.", "family": "Tabernero"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2013-11-19", "link": [{"URL": "http://academic.oup.com/annonc/article-pdf/24/suppl_9/ix8/6675905/mdt437.3.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2013-11-1", "accepted": null, "publisher": "Oxford University Press (OUP)", "doi": "10.1093/annonc/mdt437.3", "license": null, "url": "http://dx.doi.org/10.1093/annonc/mdt437.3", "issn": [{"type": "print", "value": "0923-7534"}, {"type": "electronic", "value": "1569-8041"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["EJ.5 * NEW PROMISING AGENTS/COMBINATIONS FOR COLORECTAL CANCER"], "funder": null, "datasourcePrefix": "crossref____"}
128
{"best_oa_location_url": "", "issued": "2001-1-01", "abstract": "La recherche sur la gelee royale (GR) s'est concentree sur les fonctions physiologiques de ses proteines principales (GRPPs), particulierement la proteine la plus abondante de la GR designee par GRPP1. Le but de cette etude etait d'utiliser l'ultracentrifugation pour fractionner la GR afin d'isoler sa proteine la plus abondante (GRPP1) dans la forme naturelle permettant une caracterisation de ses proprietes moleculaires et structurales. La GR a ete separee par ultracentrifugation (245000 x g, 5 h, 6 °C) en 3 fractions physiquement distinctes : un surnageant liquide jaunâtre (61 % p/p de la GR), un sediment mou gelatineux jaunâtre-brun (32 % p/p de la GR) et un sediment blanc presque solide (7 % p/p de la GR). L'ultracentrifugation de la fraction gelatineuse a fourni la GRPP1 sous forme de gel (gel de GR). La repartition des principaux constituants de la GR (proteines, glucides et acides gras) dans les fractions d'ultracentrifugation etait differente de celle de la GR originale (Tab. I). Le surnageant de la GR contenait une quantite plus elevee de glucides (50,6 %) mais seulement 1,2 % d'acides gras. La majorite des acides gras de la GR etaient concentres dans les fractions ayant une faible teneur en eau, i.e. dans le sediment mou de la GR (11,5 %) et dans le sediment solide (48,1 %). Ces fractions contenaient principalement de la GRPP1. On suppose que l'interaction entre la GRPP1 et les acides gras aboutit a la formation du sediment de la GR insoluble dans l'eau. La comparaison des spectres proteiniques des GRPPs de la GR obtenus par SDS-PAGE avec les spectres proteiniques du sediment mou, du sediment solide (Fig. I A. voie 3) et du gel de GR (Fig. 1A, voie 5) a montre que la GRPP1 etait abondante dans toutes les fractions avec un poids moleculaire de 55 kDa. Par contre, dans le surnageant (Fig. 1A, voie 2) on n'a trouve que des proteines avec poids moleculaire de 49 kDa (GRPP2) et 60-70 kDa (GRPP3). L'ultracentrifugation de la fraction gelatineuse de la gelee apparait comme une methode convenable pour isoler la GRPP1, proteine la plus abondante de la GR sous forme de gel (gel de GR). La GRPP1 etait presente dans la GR sous des formes differentes : monomere (55 kDa), sous-unite oligomerique (environ 420 kDa) (Fig. 2) et agregats insolubles dans les sediments apres interaction avec les acides gras. La GRPP 1 oligomerique est fortement hydrosoluble et formait un gel solide dans les concentrations de 30 % a 70 % (p/p). On suppose que la GRPP1 fait partie des proteines a l'albumine. Une propriete interessante de la forme oligomerique de la GRPP1 est sa capacite d'assemblage dans les solutions aqueuses. Des filaments reticulaires avec des particules globulaires formes dans le gel de GR ont ete observes par microscopie optique (Fig. 3C,D,E). On a montre que la proteine GRPP1 existe dans le miel, les pelotes de pollen et le pain de pollen (Simuth et al., resultats non publies). En dehors de la fonction nutritive, la GRPP1 dans la colonie des abeilles peut jouer un role particulier dans la traitement du pollen floral en pelotes de pollen. Les proprietes structurales, specialement l'autoassemblage flexible de la GRPP1 ainsi que la stabilite biochimique du gel de GR dans l'eau peuvent participer a la fixation du pollen sur le corps de l'abeille et a la formation des pelotes de pollen lors de l'humidification des grains de pollen. La methode presentee permet d'obtenir de grandes quantites de GRPP1 native, homogene et sous forme de gel. La GRPP1 devient un modele attractif pour les etudes d'autoassemblage des proteines ainsi que pour les recherches physiologiques de la GRPP1 au cours du developpement larvaire.", "objIdentifier": "1e0a29691e64eecd17a067f2784957d0", "pissn": "0044-8435", "subject": ["Insect Science"], "eissn": "1297-9678", "author": [{"affiliation": [], "given": "Jozef", "family": "?im�th"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2001-1", "accepted": null, "publisher": "Springer Nature", "doi": "10.1051/apido:2001112", "license": null, "url": "http://dx.doi.org/10.1051/apido:2001112", "issn": [{"type": "print", "value": "0044-8435"}, {"type": "electronic", "value": "1297-9678"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Some properties of the main protein of honeybee\n(Apis mellifera) royal jelly"], "funder": null, "datasourcePrefix": "crossref____"}
129
{"best_oa_location_url": "", "issued": "1961-11-01", "abstract": "In a recent paper, P. M. Kendig emphasizes the importance of efficiency in the design of an optimum hydrophone. However, in most applications, the threshold of signals that may be measured is determined essentially by the self‐noise of the associated preamplifier. Therefore, in practice, the highest sensitivity hydrophone will result in the best signal‐to‐noise ratio. Because of the availability of high‐grade ceramics and high‐impedance preamplifiers. the significant problem facing the designer is which physical configuration to employ. The comparative equations of Table I of the reference paper may be misleading in the selection of the optimum physical shape, which, as demonstrated by a practical example, should be dependent on consideration of sensitivity and impedance.", "objIdentifier": "37df53286ecab79a302bedf28d0637ac", "pissn": "0001-4966", "subject": ["Acoustics and Ultrasonics", "Arts and Humanities (miscellaneous)"], "author": [{"affiliation": [], "given": "T. F.", "family": "Hueter"}, {"affiliation": [], "given": "P. H.", "family": "Moose"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://asa.scitation.org/doi/pdf/10.1121/1.1908531", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1961-11", "accepted": null, "publisher": "Acoustical Society of America (ASA)", "doi": "10.1121/1.1908531", "license": null, "url": "http://dx.doi.org/10.1121/1.1908531", "issn": [{"type": "print", "value": "0001-4966"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Optimum Hydrophone Design for Low Frequencies"], "funder": null, "datasourcePrefix": "crossref____"}
130
{"best_oa_location_url": "", "issued": "1939", "abstract": [], "objIdentifier": "0dc29bb0d44e35dcd0e1b2339df9adbb", "pissn": "0075-4269", "subject": ["Classics", "Linguistics and Language", "Archaeology", "Archaeology", "Literature and Literary Theory", "Visual Arts and Performing Arts", "Language and Linguistics"], "eissn": "2041-4099", "author": [{"affiliation": [], "given": "E. D.", "family": "Phillips"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2013-12-23", "link": [{"URL": "https://www.cambridge.org/core/services/aop-cambridge-core/content/view/S0075426900100151", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1939", "accepted": null, "publisher": "Cambridge University Press (CUP)", "doi": "10.2307/626624", "license": null, "url": "http://dx.doi.org/10.2307/626624", "issn": [{"type": "print", "value": "0075-4269"}, {"type": "electronic", "value": "2041-4099"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Euripides' Electra. By J. D. Denniston. Pp. xliv + 225. Oxford University Press, 1939. 7s. 6d."], "funder": null, "datasourcePrefix": "crossref____"}
131
{"best_oa_location_url": "http://www.ncbi.nlm.nih.gov/pmc/articles/PMC277710", "issued": "2003-2-01", "abstract": "It is widely acknowledged that the presence of extracellular matrix components as substrates can drastically modulate the phenotype and gene expression of cultured cells, including tumor cells. A number of published reports indicated that substrates made from two peculiar collagen species, i.e. type V and OF/LB, which are abnormally deposited in the stroma of primary ductal infiltrating carcinoma (d.i.c.) of the breast “in vivo,” were able to exert marked and opposite effects on “in vitro” viability, growth and invasiveness of the 8701-BC cell line, isolated from d.i.c.-affected breast epithelium. To complement such functional data on the effect of cell-collagen interactions with information at molecular level, we have utilized a combination of differential display- and semi-quantitative multiplex-PCR techniques with the aim of detecting variations in the expression levels of selected genes by cells maintained in either culture condition. Here we report some prototypical data on the identification and semi-quantitation of three of the differentially-amplified PCR products found, i.e.HSP2A andMSF-B which are up-regulated in cells grown onto OF/LB collagen substrate, andSRCAP which is prominently down-regulated in the presence of type V collagen substrate. This protocol represents a powerful tool for evaluating changes in the levels and patterns of gene expression which can be theoretically adapted to any experimental model system.", "objIdentifier": "8471573fb3bf588f3f6a654f008cb520", "subject": ["General Biochemistry, Genetics and Molecular Biology"], "accepted": null, "author": [{"affiliation": [], "given": "Rosalia", "family": "Sirchia"}, {"affiliation": [], "given": "Valentina", "family": "Ciacciofera"}, {"affiliation": [], "given": "Claudio", "family": "Luparello"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": null, "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1251/bpo65", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2003-2", "eissn": "1480-9222", "publisher": "Springer Nature", "doi": "10.1251/bpo65", "license": null, "url": "http://dx.doi.org/10.1251/bpo65", "issn": [{"type": "electronic", "value": "1480-9222"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Tumor cell-collagen interactions: Identification and semi-quantitative evaluation of selectively-expressed genes by combination of differential display- and multiplex-PCR"], "funder": null, "datasourcePrefix": "crossref____"}
132
{"best_oa_location_url": "", "issued": "2011-8-1", "abstract": [], "objIdentifier": "2c8c77003f954d34502f9dd0eb313098", "subject": null, "author": [{"affiliation": [], "given": "Ed", "family": "Nicol"}, {"affiliation": [], "given": "James", "family": "Stirrup"}, {"affiliation": [], "given": "Andrew", "family": "Kelion"}, {"affiliation": [], "given": "Simon", "family": "Padley"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": "2011-8-1", "link": null, "published-print": "2011-8-1", "accepted": null, "publisher": "Oxford University Press", "doi": "10.1093/med/9780199572595.003.0139", "license": null, "url": "http://dx.doi.org/10.1093/med/9780199572595.003.0139", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Chapter 16 Coronary artery bypass graft imaging"], "funder": null, "datasourcePrefix": "crossref____"}
133
{"best_oa_location_url": "", "issued": "1911-12-8", "abstract": [], "objIdentifier": "85bcf659688eeeaa647298fcb825f76e", "pissn": "0035-8711", "subject": ["Space and Planetary Science", "Astronomy and Astrophysics"], "eissn": "1365-2966", "author": [{"affiliation": [], "given": "P. R.", "family": "Jonckheere"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://academic.oup.com/mnras/article-pdf/72/2/156/2960814/mnras72-0156.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1911-12-8", "accepted": null, "publisher": "Oxford University Press (OUP)", "doi": "10.1093/mnras/72.2.156", "license": null, "url": "http://dx.doi.org/10.1093/mnras/72.2.156", "issn": [{"type": "print", "value": "0035-8711"}, {"type": "electronic", "value": "1365-2966"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Mesures d'etoiles doubles a l'Observatoire de Lille"], "funder": null, "datasourcePrefix": "crossref____"}
134
{"best_oa_location_url": "", "issued": "1997-1-01", "abstract": [], "objIdentifier": "3182cbaf2cd9dddb4e1237aa766dda14", "pissn": "0026-1335", "subject": ["Statistics, Probability and Uncertainty", "Statistics and Probability"], "eissn": "1435-926X", "author": [{"affiliation": [], "given": "R. M.", "family": "Dudley"}, {"affiliation": [], "given": "H.", "family": "Heyer"}, {"affiliation": [], "given": "A.", "family": "Greven"}, {"affiliation": [], "given": "V.", "family": "Schmidt"}, {"affiliation": [], "given": "R. K.", "family": "Getoor"}, {"affiliation": [], "given": "W.", "family": "Wertz"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/BF02717179", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1997-1", "accepted": null, "publisher": "Springer Nature", "doi": "10.1007/bf02717179", "license": null, "url": "http://dx.doi.org/10.1007/bf02717179", "issn": [{"type": "print", "value": "0026-1335"}, {"type": "electronic", "value": "1435-926X"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Book reviews"], "funder": null, "datasourcePrefix": "crossref____"}
135
{"best_oa_location_url": "http://doi.org/10.1093/nar/gks1310", "issued": "2012-12-26", "abstract": "The transcription factors Signal Transducer and Activator of Transcription (STAT) 5A/B mediate prolactin-induced mammary development during pregnancy. However, it is not clear how the different processes, expansion and maturation of alveolar precursor cells and the differential induction of milk protein genes are regulated on a molecular level. We have used mouse genetics and genome-wide analyses to determine how altering concentrations of STAT5A and STAT5B impacts mammary epithelial development during pregnancy and the regulation of target genes. The presence of only a single Stat5a or Stat5b allele was sufficient for the establishment of histologically undifferentiated alveolar units and two alleles permitted the execution of a differentiation program similar to that found with all four alleles. While one copy of Stat5 induced limited expression of target genes, two copies activated a lactation-like gene signature. Using ChIP-seq analyses on intact tissue under physiological conditions, we found that highly expressed and regulated genes were bound by STAT5 in their promoter proximal regions, whereas upstream binding had minor biological consequences. Remarkably, 80% of the genes bound by STAT5 in vivo were not under STAT5 control. RNA polymerase II intensity was directly proportional to STAT5 concentration only on STAT5 regulated genes providing mechanistic insight by which STAT5 activates mammary specific genes.", "objIdentifier": "4d7fc161c35b3c743026cb9b77d2a060", "pissn": "0305-1048", "subject": ["Genetics"], "eissn": "1362-4962", "author": [{"affiliation": [], "given": "Daisuke", "family": "Yamaji"}, {"affiliation": [], "given": "Keunsoo", "family": "Kang"}, {"affiliation": [], "given": "Gertraud W.", "family": "Robinson"}, {"affiliation": [], "given": "Lothar", "family": "Hennighausen"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": "2012-12-26", "link": null, "published-print": "2013-2", "accepted": null, "publisher": "Oxford University Press (OUP)", "doi": "10.1093/nar/gks1310", "license": null, "url": "http://dx.doi.org/10.1093/nar/gks1310", "issn": [{"type": "print", "value": "0305-1048"}, {"type": "electronic", "value": "1362-4962"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Sequential activation of genetic programs in mouse mammary epithelium during pregnancy depends on STAT5A/B concentration"], "funder": null, "datasourcePrefix": "crossref____"}
136
{"best_oa_location_url": "", "issued": "1998-11-19", "abstract": [], "objIdentifier": "be13ba1271062c1e2ad04db99581ac7d", "subject": null, "author": [{"affiliation": [], "given": "Graham", "family": "Neville"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1998-11-19", "accepted": null, "publisher": "Oxford University Press", "doi": "10.1093/acprof:oso/9780198269779.003.0004", "license": null, "url": "http://dx.doi.org/10.1093/acprof:oso/9780198269779.003.0004", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Rural Problems: Fenny Compton (1873–1886)"], "funder": null, "datasourcePrefix": "crossref____"}
137
{"best_oa_location_url": "", "issued": "2016", "abstract": "A sound and effective approach to psychiatry and medicine should prioritize the whole person. This implies an ethical commitment to the person behind the patient, and attention to the biological, psychological, social, cultural, and spiritual bases of illness and positive health. As part of this comprehensive approach, attention to values and context are required for an adequate diagnostic informational base and optimal planning of care. A model for person-centered and contextualized diagnosis of mental health has been developed under the name of Person-centered Integrative Diagnosis (PID) within the framework of person-centered psychiatry and medicine. It engages recent and evolving methodological approaches, which are addressed to enhancei the reliability and validity of diagnostic systems. Among the cardinal features of the PID model, are the diagnosis of a person’s whole health (both ill and positive health), considering diagnosis as both a formulation and an interactive process among clinicians, patients and families, and the use of categories, dimensions, and narratives as descriptive tools. Its multilevel informational structure encompasses health status, health contributors, and health experience and values. On the above bases, the PID contrasts with conventional diagnostic systems such as the DSM and ICD illness-classification models. Representing an application of the PID model, the GLADP-VR, a Latin American Guide of Psychiatric Diagnosis (using ICD-10 categories and codes of illness) has been recently published by the Latin American Psychiatric Association for the use of health professionals in the region. This paper identifies the thrusts and elements of the PID model, which represent attention to values and context. This includes ethical commitment through concern for the person's dignity, complexity, uniqueness and autonomy, and incorporation of the cross-sectional and historical context as well as the values, expectations, and preferences of the person presenting for care.", "objIdentifier": "733d0cfa8b136c39bbc8baf8e24397eb", "pissn": "0971-9962", "subject": null, "author": [{"affiliation": [], "given": "JuanE", "family": "Mezzich"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2016", "accepted": null, "publisher": "Medknow", "doi": "10.4103/0971-9962.193210", "license": null, "url": "http://dx.doi.org/10.4103/0971-9962.193210", "issn": [{"type": "print", "value": "0971-9962"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Values and context in person-centered diagnosis"], "funder": null, "datasourcePrefix": "crossref____"}
138
{"best_oa_location_url": "", "issued": "1994", "abstract": [], "objIdentifier": "648c55dc3d3d7dbe00019df9d4afc3c6", "pissn": "0302-9743", "subject": null, "eissn": "1611-3349", "author": [{"affiliation": [], "given": "Suleyman Cenk", "family": "Sahinalp"}, {"affiliation": [], "given": "Uzi", "family": "Vishkin"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": "2005-5-26", "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/3-540-57811-0_3", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1994", "accepted": null, "publisher": "Springer Berlin Heidelberg", "doi": "10.1007/3-540-57811-0_3", "license": null, "url": "http://dx.doi.org/10.1007/3-540-57811-0_3", "issn": [{"type": "print", "value": "0302-9743"}, {"type": "electronic", "value": "1611-3349"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["On a parallel-algorithms method for string matching problems (overview)"], "funder": null, "datasourcePrefix": "crossref____"}
139
{"best_oa_location_url": "", "issued": "2004-6-01", "abstract": "Four field prostate treatments are a standard treatment procedure in radiotherapy. Dose in the prostate and rectum region were calculated for 6MV and 18MV photon beams on an anthropomorphic phantom with a collapsed cone convolution method using a 3-D planning system. Validation has been performed with radiographic film and thermoluminescent dosimeters. Results have shown that the pinnacle planning system has accurately modelled doses delivered to a heterogeneous phantom with calculations and measurements agreeing within ±3% over most areas. When treating clinically, considerations such as the volume of bowel gas should be taken into account when planning. A sample of patient CT scans showed that in the absence of a heterogeneity correction, the error in estimated dose through the rectum could be as high as 8% in the presence of large volumes of rectal gas. Considerations, such as whether the patient undergoes another CT scan, the bowel gas volume ignored or assigned a specific density needs to be taken into account and brought to the attention of the radiation oncologists for accurate treatment.", "objIdentifier": "b921c034e14e8a550ae83cd338ba4e02", "pissn": "0158-9938", "subject": ["Biophysics", "Radiology Nuclear Medicine and imaging", "Biomedical Engineering"], "eissn": "1879-5447", "author": [{"affiliation": [], "given": "P. K. N.", "family": "Yu"}, {"affiliation": [], "given": "T.", "family": "Cheung"}, {"affiliation": [], "given": "M. J.", "family": "Butson"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/BF03178377", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2004-6", "accepted": null, "publisher": "Springer Nature", "doi": "10.1007/bf03178377", "license": null, "url": "http://dx.doi.org/10.1007/bf03178377", "issn": [{"type": "print", "value": "0158-9938"}, {"type": "electronic", "value": "1879-5447"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Prostate dosimetry in an anthropomorphic phantom"], "funder": null, "datasourcePrefix": "crossref____"}
140
{"best_oa_location_url": "", "issued": "2015-12-7", "abstract": [], "objIdentifier": "757667fee6b1d91590869b433a832660", "subject": null, "accepted": null, "author": [{"affiliation": [], "name": "UN"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2015-12-7", "eissn": "2412-1053", "publisher": "United Nations", "doi": "10.18356/079e3b72-en", "license": null, "url": "http://dx.doi.org/10.18356/079e3b72-en", "issn": [{"type": "electronic", "value": "2412-1053"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Production, trade and supply of jet fuels"], "funder": null, "datasourcePrefix": "crossref____"}
141
{"best_oa_location_url": "", "issued": "2001-3-01", "abstract": [], "objIdentifier": "24ed5dc5262b4c4c87885bfd9e50b083", "pissn": "0268-5809", "subject": ["Sociology and Political Science"], "eissn": "1461-7242", "author": [{"affiliation": [{"name": "State University of New York at Stony Brook and CECYP-Buenos Aires"}], "given": "Javier", "family": "Auyero"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2016-6-29", "link": [{"URL": "http://journals.sagepub.com/doi/pdf/10.1177/0268580901016001004", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}, {"URL": "http://journals.sagepub.com/doi/pdf/10.1177/0268580901016001004", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2001-3", "accepted": null, "publisher": "SAGE Publications", "doi": "10.1177/0268580901016001004", "license": [{"URL": "http://journals.sagepub.com/page/policies/text-and-data-mining-license", "start": {"timestamp": 983404800000, "date-time": "2001-03-01T00:00:00Z", "date-parts": [[2001, 3, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1177/0268580901016001004", "issn": [{"type": "print", "value": "0268-5809"}, {"type": "electronic", "value": "1461-7242"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Glocal Riots"], "funder": null, "datasourcePrefix": "crossref____"}
142
{"best_oa_location_url": "", "issued": "2013", "abstract": [], "objIdentifier": "bb651b7a2536feeffe16ab1165625716", "pissn": "0935-1167", "subject": null, "author": [{"affiliation": [], "given": "Daniel R.", "family": "Coquillette"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0002", "value": "Book"}, "is_oa": false, "published-online": "2013", "link": null, "published-print": null, "accepted": null, "publisher": "Duncker & Humblot", "doi": "10.3790/978-3-428-46177-6", "license": null, "url": "http://dx.doi.org/10.3790/978-3-428-46177-6", "issn": [{"type": "print", "value": "0935-1167"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["The Civilian Writers of Doctors' Commons, London. Three Centuries of Juristic Innovation in Comparative, Commercial and International Law."], "funder": null, "datasourcePrefix": "crossref____"}
143
{"best_oa_location_url": "", "issued": "2015-5-01", "abstract": "Viscosity contrasts displayed in flow structures of a mountain namakier (Kuh-e-Namak - Dashti), between ‘weak’ second phase bearing rock salt and ‘strong’ pure rock salt types are studied for deformation mechanisms using detailed quantitative microstructural study. While the solid inclusions rich (“dirty”) rock salts contain disaggregated siltstone and dolomite interlayers, “clean” salts reveal microscopic hematite and remnants of abundant fluid inclusions in non-recrystallized cores of porphyroclasts. Although the flow in both, the recrystallized “dirty” and “clean” salt types is accommodated by combined mechanisms of pressure-solution creep (PS), grain boundary sliding (GBS), transgranular microcracking and dislocation creep accommodated grain boundary migration (GBM), their viscosity contrasts observed in the field outcrops are explained by: 1) enhanced ductility of “dirty” salts due to increased diffusion rates along the solid inclusion-halite contacts than along halite–halite contacts, and 2) slow rates of intergranular diffusion due to dissolved iron and inhibited dislocation creep due to hematite inclusions for “clean” salt types Rheological contrasts inferred by microstructural analysis between both salt rock classes apply in general for the “dirty” salt forming Lower Hormuz and the “clean” salt forming the Upper Hormuz of the Hormuz Formation and imply strain rate gradients or decoupling along horizons of mobilized salt types of different composition and microstructure.", "objIdentifier": "7c98b3ee4a32c1c3189404dd8f8ca5b4", "pissn": "0191-8141", "subject": ["Geology"], "author": [{"affiliation": [], "given": "P.", "family": "Závada"}, {"affiliation": [], "given": "G.", "family": "Desbois"}, {"affiliation": [], "given": "J.L.", "family": "Urai"}, {"affiliation": [], "given": "K.", "family": "Schulmann"}, {"affiliation": [], "given": "M.", "family": "Rahmati"}, {"affiliation": [], "given": "O.", "family": "Lexa"}, {"affiliation": [], "given": "U.", "family": "Wollenberg"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0191814115000413?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}, {"URL": "http://api.elsevier.com/content/article/PII:S0191814115000413?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}], "published-print": "2015-5", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/j.jsg.2015.02.009", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1430438400000, "date-parts": [[2015, 5, 1]], "date-time": "2015-05-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/j.jsg.2015.02.009", "issn": [{"type": "print", "value": "0191-8141"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Impact of solid second phases on deformation mechanisms of naturally deformed salt rocks (Kuh-e-Namak, Dashti, Iran) and rheological stratification of the Hormuz Salt Formation"], "funder": null, "datasourcePrefix": "crossref____"}
144
{"best_oa_location_url": "http://doi.org/10.1016/j.jmaa.2006.12.088", "issued": "2007-10-01", "abstract": "Viscosity approximation methods for nonexpansive mappings are studied. Consider the iteration process {x n }, where x 0  ∈ C is arbitrary and x n+1  = α n f(x n ) + (1-α n )SP C (x n -λ n Ax n ), f is a contraction on C, S is a nonexpansive self-mapping of a closed convex subset C of a Hilbert space H. It is shown that {x n } converges strongly to a common element of the set of fixed points of nonexpansive mapping and the set of solutions of the variational inequality for an inverse strongly-monotone mapping which solves some variational inequality.", "objIdentifier": "d41b684ee132d3985daa80cf2c0673fd", "pissn": "0022-247X", "subject": ["Applied Mathematics", "Analysis"], "author": [{"affiliation": [], "given": "Junmin", "family": "Chen"}, {"affiliation": [], "given": "Lijuan", "family": "Zhang"}, {"ORCID": "0000-0001-9499-3805", "affiliation": [], "given": "Tiegang", "family": "Fan"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0022247X07000753?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S0022247X07000753?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2007-10", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/j.jmaa.2006.12.088", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1191196800000, "date-parts": [[2007, 10, 1]], "date-time": "2007-10-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}, {"URL": "http://www.elsevier.com/open-access/userlicense/1.0/", "start": {"timestamp": 1377129600000, "date-parts": [[2013, 8, 22]], "date-time": "2013-08-22T00:00:00Z"}, "content-version": "vor", "delay-in-days": 2152}], "url": "http://dx.doi.org/10.1016/j.jmaa.2006.12.088", "issn": [{"type": "print", "value": "0022-247X"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Viscosity approximation methods for nonexpansive mappings and monotone mappings"], "funder": null, "datasourcePrefix": "crossref____"}
145
{"best_oa_location_url": "", "issued": "1948-1-01", "abstract": "Patient Access#R##N#Patients and/or caregivers may access this content for use in relation to their own personal healthcare or that of a family member only. Terms and conditions will apply.", "objIdentifier": "e4903e2878030db8e31e925c64ccf91a", "pissn": "0007-1323", "subject": ["Surgery"], "eissn": "1365-2168", "author": [{"affiliation": [], "given": "A.", "family": "Lee Mcgregor"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1002%2Fbjs.18003513905", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1948-1", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1002/bjs.18003513905", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", "start": {"timestamp": 1441065600000, "date-time": "2015-09-01T00:00:00Z", "date-parts": [[2015, 9, 1]]}, "content-version": "tdm", "delay-in-days": 24715}], "url": "http://dx.doi.org/10.1002/bjs.18003513905", "issn": [{"type": "print", "value": "0007-1323"}, {"type": "electronic", "value": "1365-2168"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["A review of surgical methods in the treatment of essential hypertension"], "funder": null, "datasourcePrefix": "crossref____"}
146
{"best_oa_location_url": "", "issued": "2015-7-1", "abstract": [], "objIdentifier": "ae4b9a614ab49568b0a914b7a32ef7f1", "pissn": "2168-622X", "subject": ["Psychiatry and Mental health"], "author": [{"affiliation": [{"name": "Department of Psychiatry, Yale University School of Medicine, New Haven, Connecticut2Department of Neurobiology, Yale University School of Medicine, New Haven, Connecticut3Clinical Neuroscience Division, VA National Center for Posttraumatic Stress Disorde"}], "given": "John H.", "family": "Krystal"}, {"affiliation": [{"name": "The Atlantic, Washington, DC"}], "given": "Scott", "family": "Stossel"}, {"affiliation": [{"name": "Department of Psychiatry and Behavioral Sciences, Duke University School of Medicine, Durham, North Carolina7Duke Clinical Research Institute, Durham, North Carolina"}], "given": "Andrew D.", "family": "Krystal"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://jamanetwork.com/journals/jamapsychiatry/fullarticle/2280680", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2015-7-1", "accepted": null, "publisher": "American Medical Association (AMA)", "doi": "10.1001/jamapsychiatry.2015.0351", "license": null, "url": "http://dx.doi.org/10.1001/jamapsychiatry.2015.0351", "issn": [{"type": "print", "value": "2168-622X"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Restricting Benzodiazepines to Short-Term Prescription"], "funder": null, "datasourcePrefix": "crossref____"}
147
{"best_oa_location_url": "", "issued": "2017-3-8", "abstract": [], "objIdentifier": "8adda423099e163bf2686f834f3e16e3", "subject": null, "accepted": null, "author": [{"affiliation": [], "given": "Jing-di", "family": "CONG"}, {"affiliation": [], "given": "Lin", "family": "LIU"}, {"affiliation": [], "given": "Kai", "family": "GOU"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2017-3-8", "link": [{"URL": "http://dpi-proceedings.com/index.php/dteees/article/viewFile/5849/5464", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}], "published-print": null, "eissn": "2475-8833", "publisher": "DEStech Publications", "doi": "10.12783/dteees/eccsd2016/5849", "license": null, "url": "http://dx.doi.org/10.12783/dteees/eccsd2016/5849", "issn": [{"type": "electronic", "value": "2475-8833"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["The Study of Pre-control Temperature about the Concrete Curing Temperature with the Heating Cable"], "funder": null, "datasourcePrefix": "crossref____"}
148
{"best_oa_location_url": "", "issued": "2017-7-18", "abstract": [], "objIdentifier": "60de5c904d27d62b374b29a78fa73df4", "subject": null, "accepted": null, "author": [{"affiliation": [], "given": "Vaibhav", "family": "Vikas"}, {"affiliation": [], "name": "Department of Urology, Government Medical College, Thiruvananthapuram, Kerala, India"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2017-7-18", "link": null, "published-print": "2017-7-18", "eissn": "2347-176X", "publisher": "Research and Analysis Journals", "doi": "10.18535/jmscr/v5i7.101", "license": null, "url": "http://dx.doi.org/10.18535/jmscr/v5i7.101", "issn": [{"type": "electronic", "value": "2347-176X"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Comparison of Retropubic Colposuspension, TVT and TOT in Management of Stress Urinary Incontinence: A Tertiary Care Centre Experience"], "funder": null, "datasourcePrefix": "crossref____"}
149
{"best_oa_location_url": "", "issued": "1966-3-01", "abstract": "An account is given of the polarization occuring within the Perkin-Elmer models 421 and 521 infrared grating spectrophotometers. It is shown that the use of gratings in these instruments results in considerable polarization of the energy beam. The efficiency curves and the degree of polarization curves for the two components of polarization are given as a function of frequency. The polarization properties of the microsampling unit and the attenuated total reflectance accessory are also investigated.", "objIdentifier": "9eff811ea0c9395b66ab920bbd94d878", "pissn": "0003-7028", "subject": ["Instrumentation", "Spectroscopy"], "eissn": "1943-3530", "author": [{"affiliation": [{"name": "Los Alamos Scientific Laboratory, University of California, Los Alamos, New Mexico"}], "given": "Raymond S.", "family": "George"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2016-8-31", "link": [{"URL": "http://journals.sagepub.com/doi/pdf/10.1366/000370266774386254", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}, {"URL": "http://journals.sagepub.com/doi/pdf/10.1366/000370266774386254", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1966-3", "accepted": null, "publisher": "SAGE Publications", "doi": "10.1366/000370266774386254", "license": [{"URL": "http://journals.sagepub.com/page/policies/text-and-data-mining-license", "start": {"timestamp": -121132800000, "date-time": "1966-03-01T00:00:00Z", "date-parts": [[1966, 3, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1366/000370266774386254", "issn": [{"type": "print", "value": "0003-7028"}, {"type": "electronic", "value": "1943-3530"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Polarization of the Energy Beam in Perkin-Elmer Infrared Grating Spectrophotometers"], "funder": null, "datasourcePrefix": "crossref____"}
150
{"best_oa_location_url": "", "issued": "1998-1-1", "abstract": [], "objIdentifier": "406f871cd7f4190cb133772d8fa6b60b", "pissn": "0002-0729", "subject": ["Ageing", "Geriatrics and Gerontology", "General Medicine"], "eissn": "1468-2834", "author": [{"affiliation": [], "given": "K A", "family": "Hicks"}, {"affiliation": [], "given": "K", "family": "Poole"}, {"affiliation": [], "given": "K", "family": "Govier"}, {"affiliation": [], "given": "C", "family": "Cooper"}, {"affiliation": [], "given": "D D", "family": "Sandeman"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://academic.oup.com/ageing/article-pdf/27/suppl_2/17-b/6648239/27-suppl_2-17b.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1998-1-1", "accepted": null, "publisher": "Oxford University Press (OUP)", "doi": "10.1093/ageing/27.suppl_2.17-b", "license": null, "url": "http://dx.doi.org/10.1093/ageing/27.suppl_2.17-b", "issn": [{"type": "print", "value": "0002-0729"}, {"type": "electronic", "value": "1468-2834"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Examination of the Relationship between Declining Renal Function Associated with Increasing Age, Parathyroid Hormone and the Development of Osteoporosis"], "funder": null, "datasourcePrefix": "crossref____"}
151
{"best_oa_location_url": "", "issued": "1966-1-31", "abstract": [], "objIdentifier": "d497dc33d2c80adeaea3d3e73b806868", "subject": null, "author": [{"affiliation": [], "given": "Geoffrey", "family": "Blodgett"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0002", "value": "Book"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1966-1-31", "accepted": null, "publisher": "Harvard University Press", "doi": "10.4159/harvard.9780674734746", "license": null, "url": "http://dx.doi.org/10.4159/harvard.9780674734746", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["The Gentle Reformers"], "funder": null, "datasourcePrefix": "crossref____"}
152
{"best_oa_location_url": "", "issued": "1949-2-01", "abstract": [], "objIdentifier": "f13ca0c3025a1f26d42b6497e745507e", "pissn": "0315-4890", "subject": null, "author": [{"affiliation": [], "given": "H. B.", "family": "Mayo"}, {"affiliation": [], "given": "Milton R.", "family": "Konvitz"}, {"affiliation": [], "given": "Arthur E.", "family": "Murphy"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1949-2", "accepted": null, "publisher": "JSTOR", "doi": "10.2307/137966", "license": null, "url": "http://dx.doi.org/10.2307/137966", "issn": [{"type": "print", "value": "0315-4890"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Essays in Political Theory, Presented to George H. Sabine"], "funder": null, "datasourcePrefix": "crossref____"}
153
{"best_oa_location_url": "", "issued": "2012-7-01", "abstract": "Identification of biomarkers for early breast cancer detection in blood is a challenging task, since breast cancer is a heterogeneous disease with a wide range of tumor subtypes. This is envisioned to result in differences in serum protein levels. The p53R270H/+WAPCre mouse model is unique in that these mice spontaneously develop both ER− and ER+ tumors, in proportions comparable to humans. Therefore, these mice provide a well-suited model system to identify human relevant biomarkers for early breast cancer detection that are additionally specific for different tumor subtypes. Mammary gland tumors were obtained from p53R270H/+WAPCre mice and cellular origin, ER, and HER2 status were characterized. We compared gene expression profiles for tumors with different characteristics versus control tissue, and determined genes differentially expressed across tumor subtypes. By using literature data (Gene Ontology, UniProt, and Human Plasma Proteome), we further identified protein candidate biomarkers for blood-based detection of breast cancer. Functional overrepresentation analysis (using Gene Ontology, MSigDB, BioGPS, Cancer GeneSigDB, and proteomics literature data) showed enrichment for several processes relevant for human breast cancer. Finally, Human Protein Atlas data were used to obtain a prioritized list of 16 potential biomarkers that should facilitate further studies on blood-based breast cancer detection in humans.", "objIdentifier": "beaf69309399b3eda313e54104214dd8", "pissn": "1615-9853", "subject": ["Biochemistry", "Molecular Biology"], "author": [{"ORCID": "0000-0002-9188-6358", "affiliation": [{"name": "Laboratory for Health Protection Research (GBO); National Institute for Public Health and the Environment (RIVM); Bilthoven The Netherlands"}], "given": "Jeroen L.A.", "family": "Pennings"}, {"affiliation": [{"name": "Laboratory for Health Protection Research (GBO); National Institute for Public Health and the Environment (RIVM); Bilthoven The Netherlands"}, {"name": "Department of Genetics, Center for Biomedical Genetics; Erasmus University Medical Center; Rotterdam The Netherlands"}], "given": "Kirsten C.G.", "family": "Van Dycke"}, {"affiliation": [{"name": "Laboratory for Health Protection Research (GBO); National Institute for Public Health and the Environment (RIVM); Bilthoven The Netherlands"}], "given": "Conny T.M.", "family": "van Oostrom"}, {"affiliation": [{"name": "Laboratory for Health Protection Research (GBO); National Institute for Public Health and the Environment (RIVM); Bilthoven The Netherlands"}, {"name": "Dutch Molecular Pathology Center; Department of Pathobiology; Faculty of Veterinary Medicine; Utrecht University; Utrecht The Netherlands"}], "given": "Raoul V.", "family": "Kuiper"}, {"affiliation": [{"name": "Laboratory for Health Protection Research (GBO); National Institute for Public Health and the Environment (RIVM); Bilthoven The Netherlands"}, {"name": "Department of Genetics, Center for Biomedical Genetics; Erasmus University Medical Center; Rotterdam The Netherlands"}], "given": "Wendy", "family": "Rodenburg"}, {"affiliation": [{"name": "Laboratory for Health Protection Research (GBO); National Institute for Public Health and the Environment (RIVM); Bilthoven The Netherlands"}], "given": "Annemieke", "family": "de Vries"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2012-7-17", "link": [{"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1002%2Fpmic.201100497", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}, {"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1002%2Fpmic.201100497", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}, {"URL": "http://onlinelibrary.wiley.com/wol1/doi/10.1002/pmic.201100497/fullpdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2012-7", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1002/pmic.201100497", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1", "start": {"timestamp": 1341100800000, "date-time": "2012-07-01T00:00:00Z", "date-parts": [[2012, 7, 1]]}, "content-version": "tdm", "delay-in-days": 0}, {"URL": "http://onlinelibrary.wiley.com/termsAndConditions", "start": {"timestamp": 1342483200000, "date-time": "2012-07-17T00:00:00Z", "date-parts": [[2012, 7, 17]]}, "content-version": "vor", "delay-in-days": 16}], "url": "http://dx.doi.org/10.1002/pmic.201100497", "issn": [{"type": "print", "value": "1615-9853"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Biomarker discovery using a comparative omics approach in a mouse model developing heterogeneous mammary cancer subtypes"], "funder": null, "datasourcePrefix": "crossref____"}
154
{"best_oa_location_url": "", "issued": "1976-8-01", "abstract": "We here present a case of advanced intraabdominal pregnancy diagnosed at laparotomy. A brief review of the literature is included, with special reference to the problems of diagnosis and of management of the placenta.", "objIdentifier": "c53e40540e5fda1adad2e542d097ad39", "pissn": "1445-1433", "subject": ["Surgery", "General Medicine"], "eissn": "1445-2197", "author": [{"affiliation": [], "given": "C. O.", "family": "Skinner"}, {"affiliation": [], "given": "T. D.", "family": "Koelmeyer"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1111%2Fj.1445-2197.1976.tb03327.x", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1976-8", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1111/j.1445-2197.1976.tb03327.x", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", "start": {"timestamp": 1441065600000, "date-time": "2015-09-01T00:00:00Z", "date-parts": [[2015, 9, 1]]}, "content-version": "tdm", "delay-in-days": 14275}], "url": "http://dx.doi.org/10.1111/j.1445-2197.1976.tb03327.x", "issn": [{"type": "print", "value": "1445-1433"}, {"type": "electronic", "value": "1445-2197"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["ADVANCED INTRAABDOMINAL PREGNANCY: CASE REPORT WITH A BRIEF REVIEW OF THE LITERATURE"], "funder": null, "datasourcePrefix": "crossref____"}
155
{"best_oa_location_url": "", "issued": "1992-6-01", "abstract": "The effect of papaverine on the contractions induced by adrenergic neurotransmission in the isolated mouse vas deferens was investigated. Papaverine, 10−7–10−5M, showed a dose-dependent and reversible inhibition on the induced contractions. When the frequency of stimulation was varied (2.5–20.0 Hz), the inhibitory effect tended to be marked at the lower frequencies.", "objIdentifier": "44f2b91b47cf20bbe391094633988984", "pissn": "0253-6269", "subject": ["Organic Chemistry", "Molecular Medicine", "Drug Discovery"], "eissn": "1976-3786", "author": [{"affiliation": [], "given": "Eun-Hee", "family": "Park"}, {"affiliation": [], "given": "Yoon Sun", "family": "Song"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/BF02974088", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1992-6", "accepted": null, "publisher": "Springer Nature", "doi": "10.1007/bf02974088", "license": null, "url": "http://dx.doi.org/10.1007/bf02974088", "issn": [{"type": "print", "value": "0253-6269"}, {"type": "electronic", "value": "1976-3786"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Inhibitory effect of papaverine on the contraction induced by transmural stimulation in the isolated mouse vas deferens"], "funder": null, "datasourcePrefix": "crossref____"}
156
{"best_oa_location_url": "", "issued": "2015", "abstract": [], "objIdentifier": "7d1866061dc32d8490382b216c7a1f2f", "subject": null, "accepted": null, "author": [{"affiliation": [], "given": "Kiyonori", "family": "YAMASHINA"}, {"affiliation": [], "given": "Takashi", "family": "YAMAGUCHI"}, {"affiliation": [], "given": "Toshikazu", "family": "TAKAI"}, {"affiliation": [], "given": "Xue", "family": "PENG"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "https://www.jstage.jst.go.jp/article/jscejseee/71/2/71_221/_pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2015", "eissn": "2185-4653", "publisher": "Japan Society of Civil Engineers", "doi": "10.2208/jscejseee.71.221", "license": null, "url": "http://dx.doi.org/10.2208/jscejseee.71.221", "issn": [{"type": "electronic", "value": "2185-4653"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["LOAD TRANSFERRING MECHANISM OF HIGH STRENGTH BOLTED FRICTION JOINTS WITH STAGGERED BOLTS ARRANGEMENT"], "funder": null, "datasourcePrefix": "crossref____"}
157
{"best_oa_location_url": "http://doi.org/10.14195/2175-0947_3-2_2", "issued": "2011", "abstract": "O presente trabalho incita uma discussao sobre a mediacao como ferramenta de solucao de conflitos, especialmente na seara familiar, abordando a dificuldade do instituto em ser incorporado ao ordenamento juridico brasileiro, pela cultura existente a partir da ideia de  Estadania . Atraves de uma analise critica do processo legislativo da Lei 12.318/10 (versando sobre a Alienacao Parental), que culminou no veto presidencial ao instituto, lanca-se um olhar sobre a necessidade de, no atual momento de crise da Justica, consequencia da propria crise do Estado, priorizar um metodo mais humanistico que garanta, com mais qualidade, a obtencao da Justica. A hipotese e de que torna-se essencial estimular este agir comunicativo em uma sociedade marcada pelo individualismo, pelo conflito, pela relacao adversarial e competitiva. Sugere-se o deslocamento da enfase da solucao do conflito do Poder Judiciario brasileiro, dentro do processo de familia, para os proprios sujeitos da relacao, tendo como marcos teoricos a cultura da pacificacao, a democracia constitucional-deliberativa e o principio da intervencao minima do Estado e da maxima cooperacao entre as partes. Tornar a justica atingivel aos cidadaos e a melhor maneira de fazer com que a mesma seja valorizada e perseguida pelos mesmos, consolidando um verdadeiro Estado Democratico de Direito.", "objIdentifier": "4f1b5c727a6601a45b41b3f7462f7119", "subject": null, "accepted": null, "author": [{"affiliation": [], "given": "Fabiana Alves", "family": "Mascarenhas"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": "2011", "link": null, "published-print": null, "eissn": "2175-0947", "publisher": "Coimbra University Press", "doi": "10.14195/2175-0947_3-2_2", "license": null, "url": "http://dx.doi.org/10.14195/2175-0947_3-2_2", "issn": [{"type": "electronic", "value": "2175-0947"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Mediação familiar: por uma nova cultura de pacificação social"], "funder": null, "datasourcePrefix": "crossref____"}
158
{"best_oa_location_url": "", "issued": "2015-7-27", "abstract": "Abstract#R##N#Patterns of reading difficulty provide an educationally useful way to think about different kinds of reading problems, whether those problems are mainly experiential in nature (e.g., those common among English learners) or associated with disabilities (e.g., those typical of children with dyslexia). This article reviews research on three common patterns of poor reading: specific word-reading difficulties, specific reading-comprehension difficulties, and mixed reading difficulties. The purpose of the article is to explain how teachers can use assessments to identify individual struggling readers’ patterns of reading difficulties, and how this information is valuable in differentiating classroom instruction and planning interventions.", "objIdentifier": "dac185a1bc810d9846f507783d33697e", "pissn": "0034-0561", "subject": ["Linguistics and Language", "Pharmacology (medical)", "Pharmacology", "Language and Linguistics"], "author": [{"affiliation": [], "given": "Louise", "family": "Spear-Swerling"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2015-7-27", "link": [{"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1002%2Ftrtr.1410", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2016-3", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1002/trtr.1410", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", "start": {"timestamp": 1441065600000, "date-parts": [[2015, 9, 1]], "date-time": "2015-09-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 36}], "url": "http://dx.doi.org/10.1002/trtr.1410", "issn": [{"type": "print", "value": "0034-0561"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Common Types of Reading Problems and How to Help Children Who Have Them"], "funder": null, "datasourcePrefix": "crossref____"}
159
{"best_oa_location_url": "http://doi.org/10.1371/journal.pone.0094653", "issued": "2014-4-10", "abstract": "Shigella spp. are intracytosolic gram-negative pathogens that cause disease by invasion and spread through the colonic mucosa, utilizing host cytoskeletal components to form propulsive actin tails. We have previously identified the host factor Toca-1 as being recruited to intracellular S. flexneri and being required for efficient bacterial actin tail formation. We show that at early times during infection (40 min.), the type three-secreted effector protein IcsB recruits Toca-1 to intracellular bacteria and that recruitment of Toca-1 is associated with repression of recruitment of LC3, as well as with repression of recruitment of the autophagy marker NDP52, around these intracellular bacteria. LC3 is best characterized as a marker of autophagosomes, but also marks phagosomal membranes in the process LC3-associated phagocytosis. IcsB has previously been demonstrated to be required for S. flexneri evasion of autophagy at late times during infection (4–6 hr) by inhibiting binding of the autophagy protein Atg5 to the Shigella surface protein IcsA (VirG). Our results suggest that IcsB and Toca-1 modulation of LC3 recruitment restricts LC3-associated phagocytosis and/or LC3 recruitment to vacuolar membrane remnants. Together with published results, our findings suggest that IcsB inhibits innate immune responses in two distinct ways, first, by inhibiting LC3-associated phagocytosis and/or LC3 recruitment to vacuolar membrane remnants early during infection, and second, by inhibiting autophagy late during infection.", "objIdentifier": "c316bfa7893268663af4d4042cfbf518", "subject": ["General Biochemistry, Genetics and Molecular Biology", "General Agricultural and Biological Sciences", "General Medicine"], "accepted": null, "author": [{"affiliation": [], "given": "Leigh A.", "family": "Baxt"}, {"affiliation": [], "given": "Marcia B.", "family": "Goldberg"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": "2014-4-10", "link": [{"URL": "http://dx.plos.org/10.1371/journal.pone.0094653", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "eissn": "1932-6203", "publisher": "Public Library of Science (PLoS)", "doi": "10.1371/journal.pone.0094653", "license": [{"URL": "http://creativecommons.org/licenses/by/4.0/", "start": {"timestamp": 1397088000000, "date-parts": [[2014, 4, 10]], "date-time": "2014-04-10T00:00:00Z"}, "content-version": "vor", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1371/journal.pone.0094653", "issn": [{"type": "electronic", "value": "1932-6203"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Host and Bacterial Proteins That Repress Recruitment of LC3 to Shigella Early during Infection"], "funder": null, "datasourcePrefix": "crossref____"}
160
{"best_oa_location_url": "", "issued": "2001-11-1", "abstract": [], "objIdentifier": "ba53cf077d1d511a9d23adef47ef087a", "pissn": "0272-4995", "subject": ["Experimental and Cognitive Psychology", "Physiology (medical)", "Physiology", "General Psychology", "Neuropsychology and Physiological Psychology"], "eissn": "1464-1321", "author": [{"affiliation": [], "given": "J. H.", "family": "Wearden"}, {"affiliation": [], "given": "Simon", "family": "Bray"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2001-11-1", "accepted": null, "publisher": "SAGE Publications", "doi": "10.1080/02724990042000173", "license": null, "url": "http://dx.doi.org/10.1080/02724990042000173", "issn": [{"type": "print", "value": "0272-4995"}, {"type": "electronic", "value": "1464-1321"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Scalar timing without reference memory? Episodic temporal generalization and bisection in humans"], "funder": null, "datasourcePrefix": "crossref____"}
161
{"best_oa_location_url": "", "issued": "2013-8-01", "abstract": "Similarity method is the key of the user-based collaborative filtering recommend algorithm. The traditional similarity measures, which cosine similarity, adjusted cosine similarity and Pearson correlation similarity are included, have some advantages such as simple, easy and fast, but with the sparse dataset they may lead to bad recommendation quality. In this article, we first research how the recommendation qualities using the three similarity methods respectively change with the different sparse datasets, and then propose a combinative similarity measure considering the account of items users co-rated. Compared with the three algorithms, our method shows its satisfactory performance with the same computation complexity.", "objIdentifier": "b7efcaa9f41b0174760f8cf2a3520434", "subject": null, "accepted": null, "author": [{"affiliation": [], "given": "Lin", "family": "Guo"}, {"affiliation": [], "given": "Qin Ke", "family": "Peng"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2013-8", "link": [{"URL": "http://www.scientific.net/AMM.347-350.2919.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "eissn": "1662-7482", "publisher": "Trans Tech Publications", "doi": "10.4028/www.scientific.net/amm.347-350.2919", "license": null, "url": "http://dx.doi.org/10.4028/www.scientific.net/amm.347-350.2919", "issn": [{"type": "electronic", "value": "1662-7482"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["A Combinative Similarity Computing Measure for Collaborative Filtering"], "funder": null, "datasourcePrefix": "crossref____"}
162
{"best_oa_location_url": "", "issued": "1985", "abstract": [], "objIdentifier": "34b9892aec53413e3d6665e06b5e71a2", "pissn": "0386-9768", "subject": ["Surgery", "Gastroenterology"], "eissn": "1348-9372", "author": [{"affiliation": [], "given": "Atsuo", "family": "KATAMI"}, {"affiliation": [], "given": "Toshiki", "family": "KAMANO"}, {"affiliation": [], "given": "Teruhiko", "family": "SATO"}, {"affiliation": [], "given": "Yasuhiko", "family": "IIZUKA"}, {"affiliation": [], "given": "Junji", "family": "TAMURA"}, {"affiliation": [], "given": "Noboru", "family": "AZUMA"}, {"affiliation": [], "given": "Ken", "family": "MIZUKAMI"}, {"affiliation": [], "given": "TSUTOMU", "family": "KIDOKORO"}, {"affiliation": [], "given": "Takuro", "family": "MIYAMURA"}, {"affiliation": [], "given": "Masaaki", "family": "MATSUKAWA"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1985", "accepted": null, "publisher": "The Japanese Journal of Gastroenterological Surgery", "doi": "10.5833/jjgs.18.2156", "license": null, "url": "http://dx.doi.org/10.5833/jjgs.18.2156", "issn": [{"type": "print", "value": "0386-9768"}, {"type": "electronic", "value": "1348-9372"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["A case of abdominal paragonimiasis formed mesenteric tumor with carcification."], "funder": null, "datasourcePrefix": "crossref____"}
163
{"best_oa_location_url": "", "issued": "2011-8-01", "abstract": "For some applications it is required to design antennas operating at lower frequencies, have relatively low lateral size and a narrow beam broadside radiation pattern. To that end a new rectangular spiral shaped microstrip antenna is designed and simulated by using of commercial software CST Microwave Studio. The parameters are optimized to have an operation frequency around 1–3.5 GHz, maximum lateral size of 3.5 cm, a minimum directivity of 6 dBi and a HPBW less than 90°. The achieved results are promising and are tunable to specific parameters.", "objIdentifier": "a403e948249e0460b7b25045ded3b524", "subject": null, "author": [{"affiliation": [], "given": "Ashrf", "family": "Aoad"}, {"affiliation": [], "given": "Erdal", "family": "Korkmaz"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0004", "value": "Conference object"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://xplorestaging.ieee.org/ielx5/6036397/6050234/06050301.pdf?arnumber=6050301", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2011-8", "accepted": null, "publisher": "IEEE", "doi": "10.1109/ursigass.2011.6050301", "license": null, "url": "http://dx.doi.org/10.1109/ursigass.2011.6050301", "issn": null, "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Simulation of a rectangular spiral shaped microstrip patch antenna"], "funder": null, "datasourcePrefix": "crossref____"}
164
{"best_oa_location_url": "", "issued": "1965-1-01", "abstract": [], "objIdentifier": "82cdcc439647c6ffe1628812ce7f17f1", "pissn": "0012-5415", "subject": null, "eissn": "2307-289X", "author": [{"affiliation": [], "given": "Hugo", "family": "Hantsch"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1965-1", "accepted": null, "publisher": "Bohlau Verlag", "doi": "10.7767/dnrm.1965.10.12.94", "license": null, "url": "http://dx.doi.org/10.7767/dnrm.1965.10.12.94", "issn": [{"type": "print", "value": "0012-5415"}, {"type": "electronic", "value": "2307-289X"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Panslawismus, Neoslawismus, Austroslawismus"], "funder": null, "datasourcePrefix": "crossref____"}
165
{"issued": "1990-10-01", "abstract": [], "objIdentifier": "9149c3b4a7d7d881d5ff27bd294b1e7f", "pissn": "0022-3077", "subject": ["Physiology", "General Neuroscience"], "accepted": null, "author": [{"affiliation": [{"name": "Department of Physiology, Umea University, Sweden."}], "given": "C. K.", "family": "Thomas"}, {"affiliation": [{"name": "Department of Physiology, Umea University, Sweden."}], "given": "B.", "family": "Bigland-Ritchie"}, {"affiliation": [{"name": "Department of Physiology, Umea University, Sweden."}], "given": "G.", "family": "Westling"}, {"affiliation": [{"name": "Department of Physiology, Umea University, Sweden."}], "given": "R. S.", "family": "Johansson"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.physiology.org/doi/pdf/10.1152/jn.1990.64.4.1347", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1990-10", "eissn": "1522-1598", "publisher": "American Physiological Society", "doi": "10.1152/jn.1990.64.4.1347", "license": null, "url": "http://dx.doi.org/10.1152/jn.1990.64.4.1347", "issn": [{"type": "print", "value": "0022-3077"}, {"type": "electronic", "value": "1522-1598"}], "collectedFrom": [{"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["A comparison of human thenar motor-unit properties studied by intraneural motor-axon stimulation and spike-triggered averaging"], "funder": null, "datasourcePrefix": "crossref____"}
166
{"best_oa_location_url": "", "issued": "1999-8-01", "abstract": "This review describes the recent advances in the development of efficient strategies, chemical, enzymatic and chemo-enzymatic, for the synthesis of complex  N- glycopeptides. A selected number of illustrative examples will also be discussed.", "objIdentifier": "fbd8b3c63bd109a51696bfcaf58e6e23", "pissn": "0957-4166", "subject": ["Physical and Theoretical Chemistry", "Inorganic Chemistry", "Organic Chemistry", "Catalysis"], "author": [{"affiliation": [], "given": "G.", "family": "Arsequell"}, {"affiliation": [], "given": "G.", "family": "Valencia"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0957416699003389?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S0957416699003389?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "1999-8", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/s0957-4166(99)00338-9", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 933465600000, "date-parts": [[1999, 8, 1]], "date-time": "1999-08-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/s0957-4166(99)00338-9", "issn": [{"type": "print", "value": "0957-4166"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Recent advances in the synthesis of complex N-glycopeptides"], "funder": null, "datasourcePrefix": "crossref____"}
167
{"best_oa_location_url": "", "issued": "1971-5-15", "abstract": "at 25 OC for the decades. Cryoscopy (I), conductance measure- aggregation reactions of an ion pair in low dimerits (2, 31, and dielectric studies (4) were the electric solvents. This equilibration technique was techniques most widely used in the earlier studies well suited to the purpose; both the temperature, of ion association phenomena. and the dielectric constant of the solvent could In cryoscopy neither the solvent nor the tern- readily be Wried. In addition, by appropriate perature can conveniently be altered. ~h~~~f~~~, choice of the concentration range several different it is difficult to measure the variation of equi- aggregation reactions could be studied in turn. librium constants with changes in temperature, Tetra-n-butylammonium picrate was the salt and with changes in the dielectric constant of the chosen for study. It has suitable solubilities in solvent. the solvents. Moreover, the cation is important conductance (2, 3) provided the in analytical solvent extraction procedures. The first (and only) evidence for the existence of solvents chosen were benzene, chlorobenzene, triple ions and higher charged aggregates in ion- and 0-dichlorobenzene. are geometrically pairing systems. However, the total concentration similar, are relatively immiscible with water, and of these charged aggregates in low-dielectric they covered a particularly range of", "objIdentifier": "b1cdebaf7ecc40a6931cef8afaeb86ad", "pissn": "0008-4042", "subject": ["Organic Chemistry", "General Chemistry", "Catalysis"], "eissn": "1480-3291", "author": [{"affiliation": [], "given": "Saul", "family": "Goldman"}, {"affiliation": [], "given": "G. C. B.", "family": "Cave"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.nrcresearchpress.com/doi/pdf/10.1139/v71-280", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1971-5-15", "accepted": null, "publisher": "Canadian Science Publishing", "doi": "10.1139/v71-280", "license": [{"URL": "http://www.nrcresearchpress.com/page/about/CorporateTextAndDataMining", "start": {"timestamp": 43113600000, "date-parts": [[1971, 5, 15]], "date-time": "1971-05-15T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1139/v71-280", "issn": [{"type": "print", "value": "0008-4042"}, {"type": "electronic", "value": "1480-3291"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Ions and Aggregates of Tetra-n-butylammonium Picrate in Nonaqueous Solvents at 25 °C: A Solvent Extraction Study"], "funder": null, "datasourcePrefix": "crossref____"}
168
{"best_oa_location_url": "", "issued": "2010-6-01", "abstract": "The addition of hydrogen is an effective way for improving the gasoline engine performance at lean conditions. In this paper, an experiment aiming at studying the effect of hydrogen addition on combustion and emissions characteristics of a spark-ignited (SI) gasoline engine under various loads and lean conditions was carried out. An electronically controlled hydrogen port-injection system was added to the original engine while keeping the gasoline injection system unchanged. A hybrid electronic control unit was developed and applied to govern the spark timings, injection timings and durations of hydrogen and gasoline. The test was performed at a constant engine speed of 1400 rpm, which could represent the engine speed in the typical city-driving conditions with a heavy traffic. Two hydrogen volume fractions in the total intake of 0% and 3% were achieved through adjusting the hydrogen injection duration according to the air flow rate. At a specified hydrogen addition level, gasoline flow rate was decreased to ensure that the excess air ratios were kept at 1.2 and 1.4, respectively. For a given hydrogen blending fraction and excess air ratio, the engine load, which was represented by the intake manifolds absolute pressure (MAP), was increased by increasing the opening of the throttle valve. The spark timing for maximum brake torque (MBT) was adopted for all tests. The experimental results demonstrated that the engine brake mean effective pressure (Bmep) was increased after hydrogen addition only at low load conditions. However, at high engine loads, the hybrid hydrogen-gasoline engine (HHGE) produced smaller Bmep than the original engine. The engine brake thermal efficiency was distinctly raised with the increase of MAP for both the original engine and the HHGE. The coefficient of variation in indicated mean effective pressure (COVimep) for the HHGE was reduced with the increase of engine load. The addition of hydrogen was effective on improving gasoline engine operating instability at low load and lean conditions. HC and CO emissions were decreased and NOx emissions were increased with the increase of engine load. The influence of engine load on CO 2   emission was insignificant. All in all, the effect of hydrogen addition on improving engine combustion and emissions performance was more pronounced at low loads than at high loads.", "objIdentifier": "f471535c296e15344a20329440ab2477", "pissn": "0360-3199", "subject": ["Fuel Technology", "Renewable Energy, Sustainability and the Environment", "Energy Engineering and Power Technology", "Condensed Matter Physics"], "author": [{"affiliation": [], "given": "Changwei", "family": "Ji"}, {"affiliation": [], "given": "Shuofeng", "family": "Wang"}, {"affiliation": [], "given": "Bo", "family": "Zhang"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0360319910004775?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S0360319910004775?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2010-6", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/j.ijhydene.2010.03.033", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1275350400000, "date-time": "2010-06-01T00:00:00Z", "date-parts": [[2010, 6, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/j.ijhydene.2010.03.033", "issn": [{"type": "print", "value": "0360-3199"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Combustion and emissions characteristics of a hybrid hydrogen–gasoline engine under various loads and lean conditions"], "funder": null, "datasourcePrefix": "crossref____"}
169
{"best_oa_location_url": "", "issued": "2001", "abstract": "Programmed cell death (PCD) is a widespread phenomenon in the development of vertebrates. In most cases, dying cells during development exhibit generalized morphological features typical of apoptosis.", "objIdentifier": "d899506cf98bc31bcfcbadc316999746", "pissn": "1422-6405", "subject": ["Anatomy", "Histology"], "eissn": "1422-6421", "author": [{"affiliation": [], "given": "K.", "family": "Vilović"}, {"affiliation": [], "given": "D.", "family": "Sapunar"}, {"affiliation": [], "given": "E.", "family": "Ilijić"}, {"affiliation": [], "given": "M.D.", "family": "Mimica"}, {"affiliation": [], "given": "M.A.", "family": "England"}, {"affiliation": [], "given": "M.", "family": "Saraga-Babić"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2001-7-31", "link": [{"URL": "https://www.karger.com/Article/Pdf/47901", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}, {"URL": "https://www.karger.com/Article/Pdf/47901", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2001", "accepted": null, "publisher": "S. Karger AG", "doi": "10.1159/000047901", "license": [{"URL": "https://www.karger.com/Services/SiteLicenses", "start": {"timestamp": 978307200000, "date-time": "2001-01-01T00:00:00Z", "date-parts": [[2001, 1, 1]]}, "content-version": "vor", "delay-in-days": 0}, {"URL": "https://www.karger.com/Services/SiteLicenses", "start": {"timestamp": 978307200000, "date-time": "2001-01-01T00:00:00Z", "date-parts": [[2001, 1, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1159/000047901", "issn": [{"type": "print", "value": "1422-6405"}, {"type": "electronic", "value": "1422-6421"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Morphological Characteristics of Dying Cells in Axial Structures of Developing Human Embryos"], "funder": null, "datasourcePrefix": "crossref____"}
170
{"best_oa_location_url": "", "issued": "1988-5-1", "abstract": [], "objIdentifier": "614acebc5c7f4206a78fb66ed94fa439", "pissn": "0163-5999", "subject": ["Computer Networks and Communications", "Hardware and Architecture", "Software"], "author": [{"affiliation": [], "given": "N. M.", "family": "Patel"}, {"affiliation": [], "given": "P. G.", "family": "Harrison"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://dl.acm.org/ft_gateway.cfm?id=55609&amp;ftid=13379&amp;dwn=1", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1988-5-1", "accepted": null, "publisher": "Association for Computing Machinery (ACM)", "doi": "10.1145/1007771.55609", "license": null, "url": "http://dx.doi.org/10.1145/1007771.55609", "issn": [{"type": "print", "value": "0163-5999"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["On hot-spot contention in interconnection networks"], "funder": null, "datasourcePrefix": "crossref____"}
171
{"best_oa_location_url": "", "issued": "2010-1-31", "abstract": [], "objIdentifier": "a9cc0b35bb6fdef2dec53d55c966a1ee", "subject": null, "author": [{"affiliation": [], "given": "Paolo", "family": "Chirumbolo"}, {"affiliation": [], "given": "Mario", "family": "Moroni"}, {"affiliation": [], "given": "Luca", "family": "Somigli"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0002", "value": "Book"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.degruyter.com/view/books/9781442699984/9781442699984/9781442699984.xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/html"}], "published-print": "2010-1-31", "accepted": null, "publisher": "University of Toronto Press", "doi": "10.3138/9781442699984", "license": null, "url": "http://dx.doi.org/10.3138/9781442699984", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["'Neoavanguardia'"], "funder": null, "datasourcePrefix": "crossref____"}
172
{"best_oa_location_url": "", "issued": "1971-8-01", "abstract": [], "objIdentifier": "f3fc87c3348fe3018d538cbe8c55fca3", "pissn": "0091-150X", "subject": ["Pharmacology", "Drug Discovery"], "eissn": "1573-9031", "author": [{"affiliation": [], "given": "O. A.", "family": "Malyuga"}, {"affiliation": [], "given": "R. Ya.", "family": "Galanova"}, {"affiliation": [], "given": "N. A.", "family": "Mukhina"}, {"affiliation": [], "given": "G. M.", "family": "Petrenko"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/BF00771731", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1971-8", "accepted": null, "publisher": "Springer Nature", "doi": "10.1007/bf00771731", "license": null, "url": "http://dx.doi.org/10.1007/bf00771731", "issn": [{"type": "print", "value": "0091-150X"}, {"type": "electronic", "value": "1573-9031"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Relationship between the structure and antitubercular activity in a number of azo derivatives of salicylic and?-hydroxynaphthoic acids"], "funder": null, "datasourcePrefix": "crossref____"}
173
{"best_oa_location_url": "", "issued": "1984-5-1", "abstract": "Electron microprobe analyses of natural hydrothermal tetrahedrites reveal that most specimens are heterogenous in composition. A simplified formula for natural tetrahedrite, showing the three common solid solutions, is (Cu, Ag) 10 (Fe, Zn) 2 (Sb, As) 4 S 13 . Variations in Ag and Sr are positively correlated within each individual sample. However, the mathematical slopes and intercepts of the linear correlations are different for different samples, and the bulk composition of the samples varies with position within the ore deposit. Nearly 5,000 new point analyses are presented for tetrahedrites from Coeur d'Alene, Idaho, and Orcopampa and Julcani, Peru, to document these observations. Heterogeneity within a single sample could arise when a particular depositional site receives more and less evolved fluids at different times.--Modified journal abstract.", "objIdentifier": "a5fd65b9f50e43eeaa1d8f80be46179b", "pissn": "0361-0128", "subject": null, "eissn": "1554-0774", "author": [{"affiliation": [], "given": "Claudia J.", "family": "Hackbarth"}, {"affiliation": [], "given": "Ulrich", "family": "Petersen"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "1984-5-1", "link": [{"URL": "http://pubs.geoscienceworld.org/economicgeology/article-pdf/79/3/448/3487729/448.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1984-5-1", "accepted": null, "publisher": "Society of Economic Geologists", "doi": "10.2113/gsecongeo.79.3.448", "license": null, "url": "http://dx.doi.org/10.2113/gsecongeo.79.3.448", "issn": [{"type": "print", "value": "0361-0128"}, {"type": "electronic", "value": "1554-0774"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["A fractional crystallization model for the deposition of argentian tetrahedrite"], "funder": null, "datasourcePrefix": "crossref____"}
174
{"best_oa_location_url": "https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2121415/pdf", "issued": "1885-1-01", "abstract": [], "objIdentifier": "c5671bae538c0509f19a1cc9baa8f82e", "pissn": "0959-5287", "subject": null, "eissn": "1758-1095", "author": [{"affiliation": [], "given": "Angel", "family": "Money"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": "1885-1-1", "link": null, "published-print": "1885-1", "accepted": null, "publisher": "SAGE Publications", "doi": "10.1177/095952878506800121", "license": null, "url": "http://dx.doi.org/10.1177/095952878506800121", "issn": [{"type": "print", "value": "0959-5287"}, {"type": "electronic", "value": "1758-1095"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["The Experimental Production of Chorea and other Results of Capillary Embolism of the Brain and Cord"], "funder": null, "datasourcePrefix": "crossref____"}
175
{"best_oa_location_url": "", "issued": "1951-10-01", "abstract": [], "objIdentifier": "db65e352efccaede103733b4754359b7", "pissn": "1438-9029", "subject": ["Radiology Nuclear Medicine and imaging", "General Medicine"], "eissn": "1438-9010", "author": [{"affiliation": [], "given": "U.", "family": "Ritter"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2009-9-20", "link": [{"URL": "http://www.thieme-connect.de/products/ejournals/pdf/10.1055/s-0029-1232027.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1951-10", "accepted": null, "publisher": "Thieme Publishing Group", "doi": "10.1055/s-0029-1232027", "license": null, "url": "http://dx.doi.org/10.1055/s-0029-1232027", "issn": [{"type": "print", "value": "1438-9029"}, {"type": "electronic", "value": "1438-9010"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Breite angeborene Synostose zwischen Elle und Speiche"], "funder": null, "datasourcePrefix": "crossref____"}
176
{"best_oa_location_url": "", "issued": "1995-4-01", "abstract": "A novel flat-coil solid-state NMR probe capable of controlling the hydration of oriented phospholipid bilayers in the course of long-term experiments, is described. Perfect hydration control for at least five days of intense radio-frequency pulsing is demonstrated using 31P NMR of oriented dimyristoylphospha-tidylcholine bilayers. The probe design will be of particular importance for studies of peptides and proteins oriented in lipid bilayers.", "objIdentifier": "d949c21d2b850f3bc7259bd3321e0e31", "pissn": "0925-2738", "subject": ["Spectroscopy", "Biochemistry"], "eissn": "1573-5001", "author": [{"affiliation": [], "given": "N.C.", "family": "Nielsen"}, {"affiliation": [], "given": "P.", "family": "Daugaard"}, {"affiliation": [], "given": "V.", "family": "Langer"}, {"affiliation": [], "given": "J.K.", "family": "Thomsen"}, {"affiliation": [], "given": "S.", "family": "Nielsen"}, {"affiliation": [], "given": "O.W.", "family": "S�rensen"}, {"affiliation": [], "given": "H.J.", "family": "Jakobsen"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/BF00211758", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1995-4", "accepted": null, "publisher": "Springer Nature", "doi": "10.1007/bf00211758", "license": null, "url": "http://dx.doi.org/10.1007/bf00211758", "issn": [{"type": "print", "value": "0925-2738"}, {"type": "electronic", "value": "1573-5001"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["A flat-coil NMR probe with hydration control of oriented phospholipid bilayer samples"], "funder": null, "datasourcePrefix": "crossref____"}
177
{"best_oa_location_url": "", "issued": "2016-9-01", "abstract": [], "objIdentifier": "b917971b14c3578ba4ccb0e4251a8cc1", "pissn": "0015-0282", "subject": ["Obstetrics and Gynaecology", "Reproductive Medicine"], "author": [{"affiliation": [], "given": "E.", "family": "Fragouli"}, {"affiliation": [], "given": "K.", "family": "Ravichandran"}, {"affiliation": [], "given": "S.", "family": "Munne"}, {"affiliation": [], "given": "J.", "family": "Grifo"}, {"affiliation": [], "given": "C.", "family": "McCaffrey"}, {"affiliation": [], "given": "D.", "family": "Wells"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0015028216616187?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S0015028216616187?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2016-9", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/j.fertnstert.2016.07.205", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1472688000000, "date-parts": [[2016, 9, 1]], "date-time": "2016-09-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/j.fertnstert.2016.07.205", "issn": [{"type": "print", "value": "0015-0282"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Clinical application of mitochondrial DNA quantification for embryo viability assessment: a blinded prospective non-selection study"], "funder": null, "datasourcePrefix": "crossref____"}
178
{"best_oa_location_url": "", "issued": "2009-2-1", "abstract": [], "objIdentifier": "7c75e77fb0f4009c355bb01ccaa27dfa", "pissn": "1816-4978", "subject": ["Agronomy and Crop Science", "Soil Science"], "author": [{"affiliation": [], "given": "S.", "family": "Narra"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://scialert.net/fulltext/?doi=ijss.2009.57.66&org=10", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2009-2-1", "accepted": null, "publisher": "Science Alert", "doi": "10.3923/ijss.2009.57.66", "license": null, "url": "http://dx.doi.org/10.3923/ijss.2009.57.66", "issn": [{"type": "print", "value": "1816-4978"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Influence of Compaction Curve Modeling on Void Ratio and Pre-Consolidation Stress"], "funder": null, "datasourcePrefix": "crossref____"}
179
{"best_oa_location_url": "", "issued": "1970-4-01", "abstract": "A well-known active R.C. circuit with a single transistor gives a reasonably high value of simulated inductance with high Q, at one of its ports. This circuit has been analysed in terms of two-port admittance parameters. It has led to a new design procedure for such a circuit, to realize given values of inductance and Q factor. A bandpass amplifier with such a simulated inductance has been designed and tested.", "objIdentifier": "16943b478cd0f71f774de84064f7b61f", "pissn": "0020-7217", "subject": ["Electrical and Electronic Engineering"], "eissn": "1362-3060", "author": [{"affiliation": [], "given": "S.", "family": "VENKATESWARAN"}, {"affiliation": [], "given": "K.", "family": "RADHAKRISHNA RAO"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2007-1-16", "link": [{"URL": "http://www.tandfonline.com/doi/pdf/10.1080/00207217008900132", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1970-4", "accepted": null, "publisher": "Informa UK Limited", "doi": "10.1080/00207217008900132", "license": null, "url": "http://dx.doi.org/10.1080/00207217008900132", "issn": [{"type": "print", "value": "0020-7217"}, {"type": "electronic", "value": "1362-3060"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Driving point inductance of a transistor with R.C. feedback†"], "funder": null, "datasourcePrefix": "crossref____"}
180
{"best_oa_location_url": "", "issued": "2017", "abstract": [], "objIdentifier": "416b1f2bbf6979745f3cc002d80d2e2e", "pissn": "0065-3195", "subject": null, "eissn": "1436-5030", "author": [{"affiliation": [], "given": "Yoshiro", "family": "Tajitsu"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": "2017-6-25", "link": [{"URL": "http://link.springer.com/content/pdf/10.1007/12_2017_12", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2017", "accepted": null, "publisher": "Springer Berlin Heidelberg", "doi": "10.1007/12_2017_12", "license": null, "url": "http://dx.doi.org/10.1007/12_2017_12", "issn": [{"type": "print", "value": "0065-3195"}, {"type": "electronic", "value": "1436-5030"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Poly(lactic acid) for Sensing Applications"], "funder": null, "datasourcePrefix": "crossref____"}
181
{"best_oa_location_url": "", "issued": "2016", "abstract": "An inter-agent learning adaptive control framework is proposed for mass production by using multi-agent system approach to enhance the convergence performance over the single agent control. The idea is to invoke agent-wise differences on estimated parameters of the online estimator in adaptive control. Each agent’s estimator selects estimated parameters from a corresponding ‘best’ agent among them for next iteration according to ‘State Deja vu’ criterion mimicking psychological phenomenon of adopting experience from state similar to current one. The application of proposed framework on model free adaptive control shows to have robust convergence, good stability, and effective performances enhancement.", "objIdentifier": "bffe45c940914634b8e277ec8fb1361b", "pissn": "2405-8963", "subject": ["Control and Systems Engineering"], "author": [{"ORCID": "0000-0001-7430-0733", "affiliation": [], "given": "Hongyi", "family": "Qu"}, {"affiliation": [], "given": "Ridong", "family": "Zhang"}, {"affiliation": [], "given": "Furong", "family": "Gao"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S2405896316305377?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}, {"URL": "http://api.elsevier.com/content/article/PII:S2405896316305377?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}], "published-print": "2016", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/j.ifacol.2016.07.330", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1451606400000, "date-time": "2016-01-01T00:00:00Z", "date-parts": [[2016, 1, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/j.ifacol.2016.07.330", "issn": [{"type": "print", "value": "2405-8963"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["‘State Déjà vu’ inter-agent learning adaptive control framework"], "funder": null, "datasourcePrefix": "crossref____"}
182
{"best_oa_location_url": "", "issued": "1999-11-01", "abstract": "Using the full potential of microarray data as an experimental tool will require appropriate statistical analyses. By its nature, it is quantitative data: data which exhibit continuous, rather than discrete, variation. The data may be fluorescence intensity, or ratios of fluorescence intensity at different wavelengths representing two- or four-color systems. Investigators may impose thresholds on the data to make them appear discrete, but information may be lost or is at best underutilised in the process. Further, some if not all of the genetic variation being measured is itself quantitative (e.g. regulatory variation). An appropriate statistical analysis which takes this into account is desirable. Further, microarray data has the additional complication that hundreds of tests are assessed simultaneously. Thus it is likely that some of the tests will appear significant purely by chance (type I error). However, traditional approaches to multiple testing, such as the Bonferroni approach, are unsatisfactory because they are too conservative, that is, too likely to reject effects of biological interest. This is particularly true if the tests are not independent, as would be the case where genes are part of a single developmental cascade or network. Two tests are proposed that address these issues, an analysis of variance (ANOVA) approach and permutation. The ANOVA allows the examination of all sources of variation contributing to continuous data on a spot by spot basis, evaluating not only the statistical significance but the relative contributions of these effects. The ANOVA includes the main effects of genotype and treatment, as well as assessing variation between independent RNA preparations and between chips. This test functions to identify all loci of potential interest, but ignores the multiple testing problem. In contrast, the permutation test focuses on multiple testing. This test reshuffles, or permutes, the identities of the spots and their fluorescence values to generate an empirical null distribution appropriate to each unique dataset. In contrast to Bonferroni corrections, however, permutation takes the correlation structure within the dataset into account, thereby generating a biologically appropriate response to non-independence. The tests will be compared using a sample microarray dataset comparing the well-studied response of Drosophila melanogaster to heat shock across five genetically distinct stocks. By using the heat shock system, we will be able to assess how well the tests perform in a defined context.", "objIdentifier": "f51ddb38fd04f5fef9e45ef5af67ebe4", "pissn": "1061-4036", "subject": ["Genetics"], "author": [{"affiliation": [], "given": "M.L.", "family": "Wayne"}, {"affiliation": [], "given": "L.G.", "family": "Harshman"}, {"affiliation": [], "given": "K.L.", "family": "Simonsen"}, {"affiliation": [], "given": "A.", "family": "Salmon"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1999-11", "accepted": null, "publisher": "Springer Nature", "doi": "10.1038/14424", "license": null, "url": "http://dx.doi.org/10.1038/14424", "issn": [{"type": "print", "value": "1061-4036"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Statistical issues in functional genomics: temperature-dependent gene expression in Drosophila melanogaster"], "funder": null, "datasourcePrefix": "crossref____"}
183
{"best_oa_location_url": "https://www.ncbi.nlm.nih.gov/pmc/articles/PMC383959/pdf", "issued": "1979-8-1", "abstract": "Abstract#R##N#Aggregating Dictyostelium discoideum cells were dissociated and separated into two populations, pre-stalk and pre-spore cells, by centrifugation in a Percoll gradient. After harvesting, one population of cells was labeled with fluorescein isothiocyanate and the other with tetramethylrhodamine isothiocyanate. Equal numbers of the two cell populations were then mixed and observed while they aggregated and differentiated to form fruiting bodies. Within minutes after mixing, the two populations showed evidence of segregation and tended to form separate streams of cells as they migrated toward aggregation centers. Many separate clusters of tetramethylrhodamine isothiocyanate-labeled or fluorescein isothiocyanate-labeled cells were found within an aggregation center. Thereafter there was further segregation. The denser cells from the gradient tended to assume the position of stalk cells whereas the lighter cells migrated to the position characteristic of spore cells. The patterns of segregation suggest that selective cohesiveness of one or both cell types plays a role in morphogenesis.", "objIdentifier": "c5801b7544b1df25d0334c6fb8f6fbc9", "pissn": "0027-8424", "subject": ["Multidisciplinary"], "eissn": "1091-6490", "author": [{"affiliation": [], "given": "A. P.", "family": "Feinberg"}, {"affiliation": [], "given": "W. R.", "family": "Springer"}, {"affiliation": [], "given": "S. H.", "family": "Barondes"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": null, "link": [{"URL": "https://syndication.highwire.org/content/doi/10.1073/pnas.76.8.3977", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1979-8-1", "accepted": null, "publisher": "Proceedings of the National Academy of Sciences", "doi": "10.1073/pnas.76.8.3977", "license": null, "url": "http://dx.doi.org/10.1073/pnas.76.8.3977", "issn": [{"type": "print", "value": "0027-8424"}, {"type": "electronic", "value": "1091-6490"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Segregation of pre-stalk and pre-spore cells of Dictyostelium discoideum: observations consistent with selective cell cohesion."], "funder": null, "datasourcePrefix": "crossref____"}
184
{"best_oa_location_url": "", "issued": "1927", "abstract": [], "objIdentifier": "5ccac7a75dbd20cf5a1075b65d1b8b6a", "subject": null, "author": [{"affiliation": [], "given": "Leopold", "family": "Herzka"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://link.springer.com/content/pdf/10.1007/978-3-662-37032-2_58", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1927", "accepted": null, "publisher": "Springer Berlin Heidelberg", "doi": "10.1007/978-3-662-37032-2_58", "license": null, "url": "http://dx.doi.org/10.1007/978-3-662-37032-2_58", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Erratum to: Baumeisterarbeiten"], "funder": null, "datasourcePrefix": "crossref____"}
185
{"best_oa_location_url": "", "issued": "1971", "abstract": "<jats:p>Investigations in the theory of heavy traffic were initiated by Kingman ([5], [6] and [7]) in an effort to obtain approximations for stable queues. He considered the Markov chains {<jats:italic>W</jats:italic>\n               <jats:sub>\n                  <jats:italic>n</jats:italic>\n               </jats:sub>\n               <jats:sup>\n                  <jats:italic>i</jats:italic>\n               </jats:sup>} of a sequence {<jats:italic>Q</jats:italic>\n               <jats:sub>\n                  <jats:italic>i</jats:italic>\n               </jats:sub>} of stable <jats:italic>GI/G/</jats:italic>1 queues, where <jats:italic>W</jats:italic>\n               <jats:sub>\n                  <jats:italic>n</jats:italic>\n               </jats:sub>\n               <jats:sup>\n                  <jats:italic>i</jats:italic>\n               </jats:sup> is the waiting time of the <jats:italic>n</jats:italic>th customer in the <jats:italic>i</jats:italic>th queueing system, and by making use of Spitzer's identity obtained limit theorems as first <jats:italic>n</jats:italic> → ∞ and then ρ<jats:sub>\n                  <jats:italic>i</jats:italic>\n               </jats:sub> ↑ 1 as <jats:italic>i</jats:italic> → ∞. Here &amp;amp;rH<jats:sub>\n                  <jats:italic>i</jats:italic>\n               </jats:sub> is the traffic intensity of the <jats:italic>i</jats:italic>th queueing system. After Kingman the theory of heavy traffic was developed by a number of Russians mainly. Prohorov [10] considered the double sequence of waiting times {<jats:italic>W</jats:italic>\n               <jats:sub>\n                  <jats:italic>n</jats:italic>\n               </jats:sub>\n               <jats:sup>\n                  <jats:italic>i</jats:italic>\n               </jats:sup>} and obtained limit theorems in the three cases when <jats:italic>n</jats:italic>\n               <jats:sup>1/2</jats:sup>(ρ<jats:sub>\n                  <jats:italic>i</jats:italic>\n               </jats:sub>-1) approaches (i) - ∞, (ii) -δ and (iii) 0 as <jats:italic>n</jats:italic> → ∞ and <jats:italic>i</jats:italic> → ∞ simultaneously. The case (i) includes the result of Kingman. Viskov [12] also studied the double sequence {<jats:italic>W</jats:italic>\n               <jats:sub>\n                  <jats:italic>n</jats:italic>\n               </jats:sub>\n               <jats:sup>\n                  <jats:italic>i</jats:italic>\n               </jats:sup>} and obtained limits in the two cases when <jats:italic>n</jats:italic>\n               <jats:sup>1/2</jats:sup>(ρ<jats:sub>\n                  <jats:italic>i</jats:italic>\n               </jats:sub> − 1) approaches + δ and + ∞ as <jats:italic>n</jats:italic> → ∞ and <jats:italic>i</jats:italic> → ∞ simultaneously.</jats:p>", "objIdentifier": "adc3c2279acae6d4631433d4b05aa930", "pissn": "0001-8678", "subject": ["Statistics and Probability", "Applied Mathematics"], "eissn": "1475-6064", "author": [{"affiliation": [], "given": "E.", "family": "Kyprianou"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2016-7-1", "link": [{"URL": "https://www.cambridge.org/core/services/aop-cambridge-core/content/view/S0001867800037939", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1971", "accepted": null, "publisher": "Cambridge University Press (CUP)", "doi": "10.1017/s0001867800037939", "license": null, "url": "http://dx.doi.org/10.1017/s0001867800037939", "issn": [{"type": "print", "value": "0001-8678"}, {"type": "electronic", "value": "1475-6064"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["The virtual waiting time of the GI/G/1 queue in heavy traffic"], "funder": null, "datasourcePrefix": "crossref____"}
186
{"best_oa_location_url": "", "issued": "2008-6-25", "abstract": "In this paper, concrete material tests were carried out to investigate influence of steel fiber volumn ratios on variations of workability and strength characteristics of steel fiber reinforced high-strength concrete, of compressive strength, according to increase of fiber volume. Test specimens were arranged with six levels of concrete compressive strength and fiber volumn ratios, 0.0%, 0.5%, 1.0%, 1.5%, 2.0%. The test results showed that steel fiber reinforced high-strength concrete(, 1.5% fiber volumn ratio) with good workability of slump 20cm could be used practically and effects of steel fiber reinforcement in improvement of concrete strength and toughness characteristics such as splitting tensile strength, flexural strength, and diagonal tensioned shear strength, were more distinguished in high-strength concrete than general strength concrete. And the test results indicated that splitting tensile strength of fiber reinforced concrete was proportioned to the product of steel fiber volumn ratios, and sqare root of compressive strength, , and the increasing rate was in contrast with that of flexural strength, and increase of diagonal tensioned shear strength was remarkable at steel fiber volumn ratio, 0.5%.", "objIdentifier": "09e47c3059fc2ea073303c0ad0a75804", "pissn": "1598-2033", "subject": null, "author": [{"affiliation": [], "given": "Yoon-Il", "family": "Kim"}, {"affiliation": [], "given": "Yang-Keun", "family": "Lee"}, {"affiliation": [], "given": "Myung-Sung", "family": "Kim"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://ocean.kisti.re.kr/downfile/crosscheck/kibc/JAKO200824556526632.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2008-6-25", "accepted": null, "publisher": "The Korean Institute of Building Construction", "doi": "10.5345/jkic.2008.8.3.075", "license": null, "url": "http://dx.doi.org/10.5345/jkic.2008.8.3.075", "issn": [{"type": "print", "value": "1598-2033"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Influence of Steel Fiber Volume Ratios on Workability and Strength Characteristics of Steel Fiber Reinforced High-Strength Concrete"], "funder": null, "datasourcePrefix": "crossref____"}
187
{"best_oa_location_url": "", "issued": "1989-5-01", "abstract": "Three monoclonal antibodies, designated RM-1, TRPM-1, and TRPM-2, were raised against rat peritoneal macrophages. By the immunoperoxidase method, antigens recognized by these antibodies were distributed throughout most tissue and free macrophages examined, including those of splenic red pulp, lymphatic sinus, connective tissue, and peritoneal cavity, as well as Kupffer cells of liver and alveolar macrophages. The numbers of positive cells were different for each antibody. RM-1 and TRPM-1 were also reactive with interdigitating cells (IDCs) in the thymus-dependent area and with Langerhans cells in the skin, whereas TRPM-2 failed to demonstrate IDCs in thymic medulla and Langerhans cells. The reactions of each antibody were observed by immunoelectron microscopy in the different ultrastructural compartments of the cells. RM-1 recognized a cell surface antigen; reaction products for TRPM-1 were found on a part of the cell membrane and in the cytoplasmic vacuoles; and those of TRPM-2 were present along the nuc...", "objIdentifier": "960f68f38ba3e0afb4d169ceb7a4f407", "pissn": "0022-1554", "subject": ["Anatomy", "Histology"], "eissn": "1551-5044", "author": [{"affiliation": [], "given": "M", "family": "Takeya"}, {"affiliation": [], "given": "L", "family": "Hsiao"}, {"affiliation": [], "given": "Y", "family": "Shimokawa"}, {"affiliation": [], "given": "K", "family": "Takahashi"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2017-1-5", "link": [{"URL": "http://journals.sagepub.com/doi/pdf/10.1177/37.5.2649558", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}, {"URL": "http://journals.sagepub.com/doi/pdf/10.1177/37.5.2649558", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1989-5", "accepted": null, "publisher": "SAGE Publications", "doi": "10.1177/37.5.2649558", "license": [{"URL": "http://journals.sagepub.com/page/policies/text-and-data-mining-license", "start": {"timestamp": 609984000000, "date-parts": [[1989, 5, 1]], "date-time": "1989-05-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1177/37.5.2649558", "issn": [{"type": "print", "value": "0022-1554"}, {"type": "electronic", "value": "1551-5044"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Heterogeneity of rat macrophages recognized by monoclonal antibodies: an immunohistochemical and immunoelectron microscopic study."], "funder": null, "datasourcePrefix": "crossref____"}
188
{"best_oa_location_url": "", "issued": "2016-9-5", "abstract": [], "objIdentifier": "1fa974a89d1890e138faf36f70038a31", "subject": null, "author": [{"affiliation": [], "given": "Patrick", "family": "Tarvin"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": "2016-9-5", "link": null, "published-print": "2016-9-5", "accepted": null, "publisher": "Carl Hanser Verlag GmbH & Co. KG", "doi": "10.3139/9781569906408.016", "license": null, "url": "http://dx.doi.org/10.3139/9781569906408.016", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Profit"], "funder": null, "datasourcePrefix": "crossref____"}
189
{"best_oa_location_url": "", "issued": "2012-9-01", "abstract": "In the framework of a collaboration between the Center of Studies and Activities for Space of the University of Padova (CISAS-UPD) and the Japan Aerospace Exploration Agency (JAXA), 45 hypervelocity impact experiments were realised on Carbon Fibre Reinforced Plastic samples (CFRP) having nominal thickness of 2.3, 3.5 and 4.3 mm. The impact tests were made with aluminium spheres of 0.8, 1.5, 1.9, 2.3 and 2.9 mm, at velocities between 2 and 5 km/s.#R##N##R##N#After a preliminary post-impact inspection of the targets, ballistic limit equations were developed using a new procedure which permits to estimate the uncertainty in the failure predictions starting from the measurement of the projectile entry crater. Then, in case of sample perforation and consequent ejection of fragments, high-speed shadowgraphs of the debris cloud were analysed to qualitatively describe the evolution of the impact damage, together with its basic features.", "objIdentifier": "46d918c85d257245c65f969306a14cef", "pissn": "0273-1177", "subject": ["Space and Planetary Science", "Aerospace Engineering"], "author": [{"affiliation": [], "given": "A.", "family": "Francesconi"}, {"affiliation": [], "given": "C.", "family": "Giacomuzzo"}, {"affiliation": [], "given": "S.", "family": "Kibe"}, {"affiliation": [], "given": "Y.", "family": "Nagao"}, {"affiliation": [], "given": "M.", "family": "Higashide"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0273117712003225?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S0273117712003225?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2012-9", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/j.asr.2012.05.012", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1346457600000, "date-time": "2012-09-01T00:00:00Z", "date-parts": [[2012, 9, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/j.asr.2012.05.012", "issn": [{"type": "print", "value": "0273-1177"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Effects of high-speed impacts on CFRP plates for space applications"], "funder": null, "datasourcePrefix": "crossref____"}
190
{"best_oa_location_url": "", "issued": "2013", "abstract": [], "objIdentifier": "073b91beb985c9366420c355f0b7a624", "subject": null, "accepted": null, "author": [{"affiliation": [{"name": "Tokyo Institute of Technology"}], "given": "Tadashi", "family": "ISHIDA"}, {"affiliation": [{"name": "Tokyo Institute of Technology"}], "given": "Shota", "family": "MOCHIZUKI"}, {"affiliation": [{"name": "Tokyo Institute of Technology"}], "given": "Toru", "family": "OMATA"}, {"affiliation": [{"name": "Tokyo Institute of Technology"}], "given": "Toshio", "family": "TAKAYAMA"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "https://www.jstage.jst.go.jp/article/jsmermd/2013/0/2013__1A1-C04_1/_pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2013", "eissn": "2424-3124", "publisher": "Japan Society of Mechanical Engineers", "doi": "10.1299/jsmermd.2013._1a1-c04_1", "license": null, "url": "http://dx.doi.org/10.1299/jsmermd.2013._1a1-c04_1", "issn": [{"type": "electronic", "value": "2424-3124"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["1A1-C04 Development of Micro Whistle Force Sensor for Laparoscopic Surgery(Medical Robotics and Mechatronics (1))"], "funder": null, "datasourcePrefix": "crossref____"}
191
{"best_oa_location_url": "", "issued": "1973-6-01", "abstract": [], "objIdentifier": "fbee6100e3e40af2b11d7ae828054104", "pissn": "0025-5793", "subject": ["General Mathematics"], "eissn": "2041-7942", "author": [{"affiliation": [], "given": "J. A.", "family": "Haight"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2010-2-26", "link": [{"URL": "https://www.cambridge.org/core/services/aop-cambridge-core/content/view/S0025579300003685", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1973-6", "accepted": null, "publisher": "Oxford University Press (OUP)", "doi": "10.1112/s0025579300003685", "license": null, "url": "http://dx.doi.org/10.1112/s0025579300003685", "issn": [{"type": "print", "value": "0025-5793"}, {"type": "electronic", "value": "2041-7942"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Difference covers which have small k-sums for any k"], "funder": null, "datasourcePrefix": "crossref____"}
192
{"best_oa_location_url": "", "issued": "1986", "abstract": [], "objIdentifier": "ea22eb11bdf66b43364da4f941c8a201", "subject": null, "author": [{"affiliation": [], "given": "K. A.", "family": "Hossmann"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/978-3-642-69432-5_16", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1986", "accepted": null, "publisher": "Springer Berlin Heidelberg", "doi": "10.1007/978-3-642-69432-5_16", "license": null, "url": "http://dx.doi.org/10.1007/978-3-642-69432-5_16", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Perfusions- und Stoffwechselstörungen des Gehirns nach ischämischer Belastung"], "funder": null, "datasourcePrefix": "crossref____"}
193
{"best_oa_location_url": "https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1519884/pdf", "issued": "1993-12-01", "abstract": [], "objIdentifier": "a410c44beb1ac2731bb41147acd2716b", "pissn": "0091-6765", "subject": ["Public Health, Environmental and Occupational Health", "Health, Toxicology and Mutagenesis"], "author": [{"affiliation": [], "given": "Daniel", "family": "Wartenberg"}, {"affiliation": [], "given": "Michael", "family": "Greenberg"}, {"affiliation": [], "given": "Richard", "family": "Lathrop"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": null, "link": null, "published-print": "1993-12", "accepted": null, "publisher": "JSTOR", "doi": "10.2307/3431648", "license": null, "url": "http://dx.doi.org/10.2307/3431648", "issn": [{"type": "print", "value": "0091-6765"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Identification and Characterization of Populations Living near High-Voltage Transmission Lines: A Pilot Study"], "funder": null, "datasourcePrefix": "crossref____"}
194
{"best_oa_location_url": "", "issued": "2006-9-01", "abstract": [], "objIdentifier": "5bb78d53a544f56229378925b5073c8e", "pissn": "0065-3411", "subject": ["Surgery"], "author": [{"affiliation": [], "given": "Kamran", "family": "Idrees"}, {"affiliation": [], "given": "Philip B.", "family": "Paty"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0065341106000194?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S0065341106000194?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2006-9", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/j.yasu.2006.06.008", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1157068800000, "date-parts": [[2006, 9, 1]], "date-time": "2006-09-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/j.yasu.2006.06.008", "issn": [{"type": "print", "value": "0065-3411"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Early Rectal Cancer: Transanal Excision or Radical Surgery?"], "funder": null, "datasourcePrefix": "crossref____"}
195
{"best_oa_location_url": "", "issued": "2016-12-31", "abstract": [], "objIdentifier": "2c311799d8d0fae57de34584501f39ab", "subject": null, "author": [{"affiliation": [], "given": "Helmut", "family": "Hoffmann"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.degruyter.com/view/books/9783205203681/9783205203681-014/9783205203681-014.xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/html"}, {"URL": "http://www.degruyter.com/view/books/9783205203681/9783205203681-014/9783205203681-014.xml", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2016-12-31", "accepted": null, "publisher": "Böhlau Verlag", "doi": "10.7767/9783205203681-014", "license": null, "url": "http://dx.doi.org/10.7767/9783205203681-014", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Sicht eines Betroffenen"], "funder": null, "datasourcePrefix": "crossref____"}
196
{"publisher": "Author(s)", "doi": "10.1063/1.5010457", "license": null, "author": [{"affiliation": [], "given": "Maizatul Akmam Ab", "family": "Hamid"}, {"affiliation": [], "given": "Sha Shiong", "family": "Ng"}], "url": "http://dx.doi.org/10.1063/1.5010457", "issued": "2017", "abstract": [], "issn": null, "dateOfCollection": "2018-08-07 12:28:06Z", "datasourcePrefix": "crossref____", "link": [{"URL": "http://aip.scitation.org/doi/pdf/10.1063/1.5010457", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "objIdentifier": "622dcad8ae3efabfa2407cc880551d2b", "published-print": "2017", "collectedFrom": [{"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Synthesis of galium nitride thin films using sol-gel dip coating method"], "funder": null, "accepted": null, "type": {"cobj": "0004", "value": "Conference object"}, "is_oa": false, "published-online": null, "subject": null}
197
{"best_oa_location_url": "", "issued": "1968-11-15", "abstract": [], "objIdentifier": "019904db5f5c8332b55e98c475ab76d4", "pissn": "0031-899X", "subject": ["General Physics and Astronomy"], "author": [{"affiliation": [], "given": "Z.", "family": "Kam"}, {"affiliation": [], "given": "G.", "family": "Gilat"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "1968-11-15", "link": [{"URL": "http://link.aps.org/article/10.1103/PhysRev.175.1156", "intended-application": "syndication", "content-version": "vor", "content-type": "unspecified"}, {"URL": "http://harvest.aps.org/v2/journals/articles/10.1103/PhysRev.175.1156/fulltext", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "accepted": null, "publisher": "American Physical Society (APS)", "doi": "10.1103/physrev.175.1156", "license": [{"URL": "http://link.aps.org/licenses/aps-default-license", "start": {"timestamp": -35596800000, "date-time": "1968-11-15T00:00:00Z", "date-parts": [[1968, 11, 15]]}, "content-version": "vor", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1103/physrev.175.1156", "issn": [{"type": "print", "value": "0031-899X"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Accurate Numerical Method for Calculating Frequency Distribution Functions in Solids. III. Extension to Tetragonal Crystals"], "funder": null, "datasourcePrefix": "crossref____"}
198
{"best_oa_location_url": "", "issued": "1995-3-01", "abstract": [], "objIdentifier": "320dc24778d989622e29a4d4e64df0ff", "pissn": "0166-3542", "subject": ["Pharmacology", "Virology"], "author": [{"affiliation": [], "given": "J.", "family": "Cinatl"}, {"affiliation": [], "given": "M", "family": "Scholz"}, {"affiliation": [], "given": "J.-U.", "family": "Vogel"}, {"affiliation": [], "given": "H", "family": "Gümbel"}, {"affiliation": [], "given": "B.", "family": "Weber"}, {"affiliation": [], "given": "J.", "family": "Cinatl sen."}, {"affiliation": [], "given": "H.", "family": "Rabenau"}, {"affiliation": [], "given": "A.", "family": "Encke"}, {"affiliation": [], "given": "H.-W.", "family": "Doerr"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:0166354295948764?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:0166354295948764?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "1995-3", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/0166-3542(95)94876-4", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 794016000000, "date-parts": [[1995, 3, 1]], "date-time": "1995-03-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/0166-3542(95)94876-4", "issn": [{"type": "print", "value": "0166-3542"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Effects of desferrioxamine on human cytomegalovirus replication and expression of HLA antigens and adhesion molecules in human vascular endothelial cells"], "funder": null, "datasourcePrefix": "crossref____"}
199
{"best_oa_location_url": "", "issued": "2002-8-01", "abstract": [], "objIdentifier": "4b4d44c82bdcec64fb01dee8979086cf", "pissn": "0012-9615", "subject": ["Ecology, Evolution, Behavior and Systematics"], "author": [{"affiliation": [], "given": "Thomas W.", "family": "Schoener"}, {"affiliation": [], "given": "David A.", "family": "Spiller"}, {"affiliation": [], "given": "Jonathan B.", "family": "Losos"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.wiley.com/onlinelibrary/tdm/v1/articles/10.2307%2F3100096", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2002-8", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.2307/3100096", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1", "start": {"timestamp": 1441065600000, "date-parts": [[2015, 9, 1]], "date-time": "2015-09-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 4779}], "url": "http://dx.doi.org/10.2307/3100096", "issn": [{"type": "print", "value": "0012-9615"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Predation on a Common Anolis Lizard: Can the Food-Web Effects of a Devastating Predator Be Reversed?"], "funder": null, "datasourcePrefix": "crossref____"}
200
{"best_oa_location_url": "", "issued": "1960", "abstract": [], "objIdentifier": "5257d001b837883c088686e23e68717c", "subject": ["Agronomy and Crop Science"], "accepted": null, "author": [{"affiliation": [], "given": "James A.", "family": "Spraberry"}, {"affiliation": [], "given": "Russell", "family": "Woodburn"}, {"affiliation": [], "given": "J. Roger", "family": "McHenry"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1960", "eissn": "0002-1962", "publisher": "American Society of Agronomy", "doi": "10.2134/agronj1960.00021962005200080002x", "license": null, "url": "http://dx.doi.org/10.2134/agronj1960.00021962005200080002x", "issn": [{"type": "electronic", "value": "0002-1962"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Sediment Delivery Ratio Studies in Mississippi. I. A Preliminary Report1"], "funder": null, "datasourcePrefix": "crossref____"}
201
{"best_oa_location_url": "", "issued": "2012-6-01", "abstract": "Solders serve as electrical and mechanical interconnects in electronic packaging. The mechanical shock behavior of a Pb-free solder joint is quite complex, since the influences of solder microstructure, intermetallic compound (IMC) layer thickness, and strain rate on the overall dynamic solder joint strength need to be quantified. Dynamic solder joint strength is hypothesized to be controlled by two factors. At low strain rates it should be controlled by the bulk solder, whereas at high strain rates it may be controlled by the brittle intermetallic compound layer. In this paper, the dynamic solder joint strength of Sn–3.9 Ag–0.7 Cu solder joints was experimentally measured over the strain rate range 10 � 3 –12 s � 1 . The influences of changes in solder microstructure and IMC layer on dynamic solder joint strength were quantified, and visualized in three dimensions. Fracture mechanisms operating in the solder-controlled and IMC layer-controlled dynamic strength regimes are discussed. Finally, qualitative numerical simulations were conducted, which accurately depict the experimentally observed fracture behaviors.", "objIdentifier": "ca95845a669f78dc4054c8aa61b0f8e9", "pissn": "1359-6454", "subject": ["Electronic, Optical and Magnetic Materials", "Polymers and Plastics", "Metals and Alloys", "Ceramics and Composites"], "author": [{"affiliation": [], "given": "K.E.", "family": "Yazzie"}, {"affiliation": [], "given": "H.E.", "family": "Fei"}, {"affiliation": [], "given": "H.", "family": "Jiang"}, {"affiliation": [], "given": "N.", "family": "Chawla"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S1359645412002741?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S1359645412002741?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2012-6", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/j.actamat.2012.04.018", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1338508800000, "date-time": "2012-06-01T00:00:00Z", "date-parts": [[2012, 6, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/j.actamat.2012.04.018", "issn": [{"type": "print", "value": "1359-6454"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Rate-dependent behavior of Sn alloy–Cu couples: Effects of microstructure and composition on mechanical shock resistance"], "funder": null, "datasourcePrefix": "crossref____"}
202
{"best_oa_location_url": "", "issued": "1986", "abstract": [], "objIdentifier": "eb914524647a915a4b18c9a5200c5567", "pissn": "0097-7403", "subject": ["Experimental and Cognitive Psychology", "Ecology, Evolution, Behavior and Systematics"], "eissn": "1939-2184", "author": [{"affiliation": [], "given": "Donald J.", "family": "Gawley"}, {"affiliation": [], "given": "William", "family": "Timberlake"}, {"affiliation": [], "given": "Gary A.", "family": "Lucas"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "1986", "link": [{"URL": "http://psycnet.apa.org/journals/xan/12/1/78.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "accepted": null, "publisher": "American Psychological Association (APA)", "doi": "10.1037/0097-7403.12.1.78", "license": null, "url": "http://dx.doi.org/10.1037/0097-7403.12.1.78", "issn": [{"type": "print", "value": "0097-7403"}, {"type": "electronic", "value": "1939-2184"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Schedule constraint on the average drink burst and the regulation of wheel running and drinking in rats."], "funder": null, "datasourcePrefix": "crossref____"}
203
{"best_oa_location_url": "", "issued": "2015-5-01", "abstract": "The current study aimed to examine how exercise affects morphology of the nephron, and localization of advanced glycation end-products (AGEs) and inducible nitric oxide synthase (iNOS) immunoreactivity in diabetic Goto-Kakizaki rats. Four groups of male rats were studied. WIS SED (Wistar rats; sedentary) group served as a control. Other groups were WIS EX (Wistar rats; exercise), GK SED (Goto-Kakizaki diabetic rats; sedentary) and GK EX (Goto-Kakizaki diabetic rats; exercise) groups. The rats in EX groups were subjected to 15 weeks of treadmill running at a speed of 15 m/min for a total of 30 minutes, three times a week. Changes in the structure of renal corpuscles and in the distribution of AGEs- and iNOS-immunoreactive cells of the uriniferous tubules were evaluated. Every parameter of GK EX was significantly different from that of GK SED (area of Bowman's capsules: p < 0.001, area of glomeruli: p < 0.05 and the occupancy of a glomerulus: p < 0.05). These findings suggest that exercise may ameliorate glomerular filtration rate (GFR). The localizations of AGEs and iNOS immunostaining in the uriniferous tubules were similar in each group. Immunohistochemical assays revealed that the number of the AGEs and iNOS immunopositive cells of the proximal tubule of cortico-deep layer in EX groups were markedly greater than those in SED groups and that iNOS expression in GK EX was significantly higher than GK SED (p < 0.05). Exercise seems to normalize the GFR and glomerular filtrate absorption from the uriniferous tubules in Goto-Kakizaki diabetic rats with the recovered shape of renal corpuscles and may be involved in the absorption and catabolization of AGEs with iNOS-related reactions for reabsorption.", "objIdentifier": "80331a0a7155f53917d4fd18e980d9cc", "pissn": "1056-8727", "subject": ["Internal Medicine", "Endocrinology, Diabetes and Metabolism", "Endocrinology"], "author": [{"ORCID": "http://orcid.org/0000-0002-0712-1564", "authenticated-orcid": false, "given": "Eriko", "family": "Tsutsumi", "affiliation": []}, {"affiliation": [], "given": "Yuzo", "family": "Murata"}, {"affiliation": [], "given": "Maiko", "family": "Sakamoto"}, {"affiliation": [], "given": "Etsuo", "family": "Horikawa"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S105687271500077X?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S105687271500077X?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2015-5", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/j.jdiacomp.2015.03.002", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1430438400000, "date-parts": [[2015, 5, 1]], "date-time": "2015-05-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/j.jdiacomp.2015.03.002", "issn": [{"type": "print", "value": "1056-8727"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Effects of exercise on the nephron of Goto-Kakizaki rats: morphological, and advanced glycation end-products and inducible nitric oxide synthase immunohistochemical analyses"], "funder": null, "datasourcePrefix": "crossref____"}
204
{"best_oa_location_url": "", "issued": "1964-10-20", "abstract": "Abstract#R##N##R##N#Es wird die Synthese der Oligopeptide bzw. Ester L-Glu-L-Ser-L-Ala-Gly-Gly (I), L-Glu-L-Ala-Gly-Gly (II), L-Glu-L-Ser-Gly-Gly-L-His-OMe (III) und L-Glu-Gly-Gly-L-His-OMe (IV) beschrieben. Fast alle Peptidbindungen werden mittels Diphenylketens geknupft. Mit p-Nitro-phenylacetat als Substrat unter Standardbedingungen ergeben sich Beziehungen zwischen der Aminosaurezusammensetzung des Peptides und seiner esteratischen Aktivitat. Peptide, welche die am aktiven Zentrum der Hydrolasen beteiligten Aminosauren Serin und Histidin enthalten, zeigen die hochste Hydrolysegeschwindigkeit.", "objIdentifier": "869d47bdb809a212d7140ad449d74496", "pissn": "0075-4617", "subject": ["General Medicine"], "eissn": "1099-0690", "author": [{"affiliation": [], "given": "Günter", "family": "Losse"}, {"affiliation": [], "given": "Horst", "family": "Weddige"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1002%2Fjlac.19646780116", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1964-10-20", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1002/jlac.19646780116", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", "start": {"timestamp": 1441065600000, "date-parts": [[2015, 9, 1]], "date-time": "2015-09-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 18578}], "url": "http://dx.doi.org/10.1002/jlac.19646780116", "issn": [{"type": "print", "value": "0075-4617"}, {"type": "electronic", "value": "1099-0690"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Synthetische Peptide als Hydrolasemodelle"], "funder": null, "datasourcePrefix": "crossref____"}
205
{"best_oa_location_url": "", "issued": "2011-11-01", "abstract": [], "objIdentifier": "fad6001cf831de8dd677f99b9dd9180d", "pissn": "0961-463X", "subject": ["Sociology and Political Science"], "eissn": "1461-7463", "author": [{"affiliation": [], "given": "Richard", "family": "Ely"}, {"affiliation": [{"name": "Boston University, USA"}], "given": "Andrea", "family": "Mercurio"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2011-12-8", "link": [{"URL": "http://journals.sagepub.com/doi/pdf/10.1177/0961463X10366081", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}, {"URL": "http://journals.sagepub.com/doi/pdf/10.1177/0961463X10366081", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2011-11", "accepted": null, "publisher": "SAGE Publications", "doi": "10.1177/0961463x10366081", "license": [{"URL": "http://journals.sagepub.com/page/policies/text-and-data-mining-license", "start": {"timestamp": 1320105600000, "date-parts": [[2011, 11, 1]], "date-time": "2011-11-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1177/0961463x10366081", "issn": [{"type": "print", "value": "0961-463X"}, {"type": "electronic", "value": "1461-7463"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Time perspective and autobiographical memory: Individual and gender differences in experiencing time and remembering the past"], "funder": null, "datasourcePrefix": "crossref____"}
206
{"best_oa_location_url": "", "issued": "2016-9-01", "abstract": "Introduction:Haemovigilance is a set of surveillance procedures covering the whole transfusion from collection of blood and its components to the follow up of its recepients.Haemovigilance programe of India was launched on 10 th December 2012 . Objective:To identify and prevent occurence or recurrence of transfusion related unwanted events and to increase the safety ,efficacy and efficiency of blood transfusion. Materials And Methods:Transfusion reactions reported over a period of 3 months(march,april,may 2016)were reviewed and analysed. Results:A total of 2445 units of whole blood and components were transfused in this period.In this 1330 units of whole blood,950 units of packed cells,65 units of platelet rich plasma and 100 units of fresh frozen plasma were transfused.Acute transfusion reactions(ATR) encountered were 16(0.65%).Out of which ATRs with whole blood were(n= 7,p=0.13 ),with packed cells were(n= 2, p=0.19),with platelets were(n= 4,p=0.18)and with frozen plasma were (n=3,p=0.53).Allergic reactions were most common ATRs seen with whole blood transfusions.Febrile reactions were the second most ATRs.Least number of ATRs are seen with packed cells.Obstetrics and gynaecology department recieved most of blood transfusions(58.27%),while paediatric department stood second(8.6%). Conclusion:The overall incidence of ATRs in this hospital is 0.65%.Though there are no leucoreduction facilities, the ATRs are less due strict aseptic compatability testing.", "objIdentifier": "b69a4f7904570af25c8c1a8cd50e3d17", "pissn": "2279-0861", "subject": null, "eissn": "2279-0853", "author": [{"affiliation": [], "given": "Asha Latha", "family": "Muppur"}, {"affiliation": [], "given": "Padmavathi", "family": "D"}, {"affiliation": [], "given": "Shareef", "family": "SM"}, {"affiliation": [], "given": "Kiran", "family": "Reddy KP"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2016-9", "link": null, "published-print": "2016-9", "accepted": null, "publisher": "IOSR Journals", "doi": "10.9790/0853-1509064347", "license": null, "url": "http://dx.doi.org/10.9790/0853-1509064347", "issn": [{"type": "print", "value": "2279-0861"}, {"type": "electronic", "value": "2279-0853"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Study of Haemovigilance in A Tertiary Care Teaching Hospital Inandhrapradesh"], "funder": null, "datasourcePrefix": "crossref____"}
207
{"best_oa_location_url": "", "issued": "1862-12-01", "abstract": [], "objIdentifier": "114cecdc323eca579fa18f82605d9bd0", "pissn": "0323-6145", "subject": null, "eissn": "1860-1324", "author": [{"affiliation": [], "family": "Schaum"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1862-12", "accepted": null, "publisher": "CrossRef Test Account", "doi": "10.1002/mmnd.47918620318", "license": null, "url": "http://dx.doi.org/10.1002/mmnd.47918620318", "issn": [{"type": "print", "value": "0323-6145"}, {"type": "electronic", "value": "1860-1324"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Zeitschriftschau"], "funder": null, "datasourcePrefix": "crossref____"}
208
{"best_oa_location_url": "", "issued": "2015-12-20", "abstract": "Die Nierentransplantation ist fur Patienten mit terminaler Niereninsuffizienz derzeit die beste Therapiemoglichkeit. Zur Verfugung stehen auch die etablierten Nierenersatzverfahren der Hamodialyse bzw. Peritonealdialyse. Diese Alternativen sind im Vergleich zu einer erfolgreichen Transplantation mit einer hoheren Komorbiditat sowie einer geringeren Lebenserwartung und -qualitat verbunden. Ein wesentliches Ziel der Transplantationsnachsorge muss daher sein, alle Moglichkeiten auszuschopfen, um das Transplantatuberleben zu steigern und die bekannten Komorbiditaten und Risikofaktoren nach Transplantation zu reduzieren. In dieser Ubersicht beschreiben wir, wie man unter Einbindung der Rehabilitation den Patienten in den unterschiedlichen Phasen des Transplantationsprozesses ein langfristiges und umfassendes Behandlungskonzept anbieten kann, mit dem Ziel einer weiter optimierten Versorgung. Die neuen Elemente beinhalten eine praoperative Vorstellung in einer Rehabilitationseinrichtung (Vorbereitungsrehabilitation), eine Anschlussheilbehandlung nach erfolgter Transplantation und risikoadaptierte Auffrischungsrehabilitationen im Rahmen von stationaren Heilverfahren.", "objIdentifier": "3bcbbee154e0bd9c2a2ef6a62a3c8abd", "pissn": "0020-9554", "subject": ["Internal Medicine"], "eissn": "1432-1289", "author": [{"affiliation": [], "given": "L.", "family": "Schiffer"}, {"affiliation": [], "given": "S.", "family": "Krautzig"}, {"affiliation": [], "given": "D.", "family": "Gerbig"}, {"affiliation": [], "given": "P.", "family": "Bintaro"}, {"affiliation": [], "given": "H.", "family": "Haller"}, {"affiliation": [], "given": "M.", "family": "Schiffer"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2015-12-20", "link": [{"URL": "http://link.springer.com/content/pdf/10.1007/s00108-015-3808-7.pdf", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}, {"URL": "http://link.springer.com/article/10.1007/s00108-015-3808-7/fulltext.html", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/html"}, {"URL": "http://link.springer.com/content/pdf/10.1007/s00108-015-3808-7", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2016-1", "accepted": null, "publisher": "Springer Nature", "doi": "10.1007/s00108-015-3808-7", "license": [{"URL": "http://www.springer.com/tdm", "start": {"timestamp": 1450569600000, "date-time": "2015-12-20T00:00:00Z", "date-parts": [[2015, 12, 20]]}, "content-version": "vor", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1007/s00108-015-3808-7", "issn": [{"type": "print", "value": "0020-9554"}, {"type": "electronic", "value": "1432-1289"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Rehabilitation nach Nierentransplantation"], "funder": null, "datasourcePrefix": "crossref____"}
209
{"best_oa_location_url": "http://doi.org/10.13167/2012.5.5", "issued": "2012-12-01", "abstract": [], "objIdentifier": "30053b216b4298a629df27eaae559937", "subject": null, "accepted": null, "author": [{"affiliation": [], "given": "Nenad", "family": "Šonjić"}, {"affiliation": [], "given": "Zlata", "family": "Dolaček- Alduk"}, {"affiliation": [], "given": "Mirna", "family": "Habuda-Stanić"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": "2012-12", "link": null, "published-print": null, "eissn": "1847-8948", "publisher": "Faculty of Civil Engineering Osijek", "doi": "10.13167/2012.5.5", "license": null, "url": "http://dx.doi.org/10.13167/2012.5.5", "issn": [{"type": "electronic", "value": "1847-8948"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["UPRAVLJANJE PROJEKTOM IZGRADNJE UREĐAJA ZA PROČIŠĆAVANJE OTPADNIH VODA U KNEŽEVIM VINOGRADIMA"], "funder": null, "datasourcePrefix": "crossref____"}
210
{"best_oa_location_url": "", "issued": "1896", "abstract": [], "objIdentifier": "34429f108c51caa6de2810cf6f959c1c", "pissn": "0012-2823", "subject": ["Gastroenterology"], "eissn": "1421-9867", "author": [{"affiliation": [], "given": "Max", "family": "Einhorn"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2008-12-19", "link": [{"URL": "https://www.karger.com/Article/Pdf/186077", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}, {"URL": "https://www.karger.com/Article/Pdf/186077", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1896", "accepted": null, "publisher": "S. Karger AG", "doi": "10.1159/000186077", "license": [{"URL": "https://www.karger.com/Services/SiteLicenses", "start": {"timestamp": -2335219200000, "date-time": "1896-01-01T00:00:00Z", "date-parts": [[1896, 1, 1]]}, "content-version": "vor", "delay-in-days": 0}, {"URL": "https://www.karger.com/Services/SiteLicenses", "start": {"timestamp": -2335219200000, "date-time": "1896-01-01T00:00:00Z", "date-parts": [[1896, 1, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1159/000186077", "issn": [{"type": "print", "value": "0012-2823"}, {"type": "electronic", "value": "1421-9867"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Amerikanische Litteratur"], "funder": null, "datasourcePrefix": "crossref____"}
211
{"best_oa_location_url": "", "issued": "2006", "abstract": "This paper implements a fast geometrically non-conforming dual primal-finite element tearing interconnecting (DP-FETI) DDM to help alleviate these problems. The present method is largely composed of three major ingredients; 1) decoupling of the geometrically conforming and non-conforming domains by the use of the FETI algorithm; 2) solution of the resulting finite element matrix equation with multiple right-hand-sides using the state-of-art pMUS preconditioner; 3) compression of the numerical Green's function via an efficient rank-revealing SVD algorithm", "objIdentifier": "20f86ea7ae49480faedd938ac9e88a9c", "subject": null, "author": [{"affiliation": [], "family": "Kezhong Zhao"}, {"affiliation": [], "family": "Jin-Fa Lee"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0004", "value": "Conference object"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://xplorestaging.ieee.org/ielx5/11208/36089/01711498.pdf?arnumber=1711498", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2006", "accepted": null, "publisher": "IEEE", "doi": "10.1109/aps.2006.1711498", "license": null, "url": "http://dx.doi.org/10.1109/aps.2006.1711498", "issn": null, "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["On the Solution of Large EM Problems using a Fast Geometrically Non-Conforming Domain Decomposition Method"], "funder": null, "datasourcePrefix": "crossref____"}
212
{"best_oa_location_url": "", "issued": "1996-9-01", "abstract": [], "objIdentifier": "57c4b51a22124e99b58598c2d78cd855", "pissn": "0021-9657", "subject": ["Religious studies", "Education"], "author": [{"affiliation": [{"name": "St. John's University, Jamaica, New York"}], "given": "Orsete J.", "family": "Dias"}, {"affiliation": [{"name": "St. John's University, Jamaica, New York"}], "given": "Joseph W.", "family": "Halliwell"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2016-12-13", "link": [{"URL": "http://journals.sagepub.com/doi/pdf/10.1177/002196579603900308", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}, {"URL": "http://journals.sagepub.com/doi/pdf/10.1177/002196579603900308", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1996-9", "accepted": null, "publisher": "SAGE Publications", "doi": "10.1177/002196579603900308", "license": [{"URL": "http://journals.sagepub.com/page/policies/text-and-data-mining-license", "start": {"timestamp": 841536000000, "date-time": "1996-09-01T00:00:00Z", "date-parts": [[1996, 9, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1177/002196579603900308", "issn": [{"type": "print", "value": "0021-9657"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Shared Decision-Making in Catholic Elementary Schools"], "funder": null, "datasourcePrefix": "crossref____"}
213
{"best_oa_location_url": "", "issued": "2006-11-16", "abstract": "The zebrafish ( Danio rerio ) is a sensitive non-mammalian model used for studying polycyclic aromatic hydrocarbon (PAH)-induced chemical carcinogenesis. The susceptibility of zebrafish to PAH-induced carcinogenesis may be related to the ability of the zebrafish P450s to bioactivate these procarcinogens. As a part of our overall effort to identify the various P450 enzymes that are involved in the activation and detoxification of PAHs in zebrafish, therefore, we have examined the ability of recombinant zebrafish CYP1A (zCYP1A) expressed in yeast to metabolize BaP in vitro. Comparison studies also were conducted with liver microsomes from β-naphthoflavone (BNF)-treated rainbow trout ( Oncorhynchus mykiss ). Results demonstrated that the trout liver microsomes were almost twice as active as zCYP1A in oxidizing BaP, with  V  max  values of 1.7 and 0.94 nmol/min/nmol P450 for trout and zebrafish preparations, respectively. Like trout CYP1A1, cDNA-expressed zCYP1A was found to oxidize BaP to phenols, quinones and diols (BaP-7,8-diol and BaP-9,10-diol) in the presence of exogenous human microsomal epoxide hydrolase (hEH). BaP-7,8-diol is the precursor of the ultimate carcinogen, BaP-7,8-diol-9,10-epoxide (BaPDE). The ability of zCYP1A to bioactivate BaP was confirmed by the formation of DNA adducts when calf thymus DNA was added to the incubation mixture. BaP-DNA binding was enhanced by the addition of hEH to the incubation mixture. HPLC analysis of the [ 33 P]-postlabeled DNA adducts showed the formation of at least four adducts mediated by both zCYP1A and trout liver microsomes, and one of these adducts co-migrated with BaPDE-dG in HPLC analysis. The addition of hEH to the incubation mixture decreased the formation of BaPDE-dG by zCYP1A and by trout liver microsomes while increasing the formation of an unidentified DNA adduct in the case of zCYP1A. zCYP1A also mediated the binding of BaP to protein, providing further evidence that this enzyme is capable of oxidizing BaP to reactive metabolites that bind to macromolecules. It thus appears that zCYP1A may play an important role in BaP-induced carcinogenesis in the zebrafish model by catalyzing the sequential formation of the ultimate diol epoxide carcinogenic metabolite of BaP.", "objIdentifier": "a8f10fde8faf795d2c720a901c7842bf", "pissn": "0166-445X", "subject": ["Aquatic Science", "Health, Toxicology and Mutagenesis"], "author": [{"affiliation": [], "given": "C.L.", "family": "Miranda"}, {"affiliation": [], "given": "W.G.", "family": "Chung"}, {"affiliation": [], "given": "J.-L.", "family": "Wang-Buhler"}, {"affiliation": [], "given": "T.", "family": "Musafia-Jeknic"}, {"affiliation": [], "given": "W.M.", "family": "Baird"}, {"affiliation": [], "given": "D.R.", "family": "Buhler"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0166445X06003183?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S0166445X06003183?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2006-11-16", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/j.aquatox.2006.07.018", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1163635200000, "date-parts": [[2006, 11, 16]], "date-time": "2006-11-16T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/j.aquatox.2006.07.018", "issn": [{"type": "print", "value": "0166-445X"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Comparative in vitro metabolism of benzo[a]pyrene by recombinant zebrafish CYP1A and liver microsomes from β-naphthoflavone-treated rainbow trout"], "funder": null, "datasourcePrefix": "crossref____"}
214
{"publisher": "PeerJ", "doi": "10.7287/peerj.preprints.2108v2", "license": [{"URL": "http://creativecommons.org/licenses/by/4.0/", "start": {"timestamp": 1472860800000, "date-parts": [[2016, 9, 3]], "date-time": "2016-09-03T00:00:00Z"}, "content-version": "unspecified", "delay-in-days": 0}], "author": [{"affiliation": [{"name": "Laboratorio de Ecología Conductual, Instituto de Ciencias Ambientales y Evolutivas, Facultad de Ciencias, Universidad Austral de Chile, Laboratorio de Interacciones Ecológicas (LIE) IADIZA-CONICET, Mendoza-Argentina., Valdivia, Chile"}], "given": "Ramiro J.A.", "family": "Ovejero Aguilar"}, {"affiliation": [{"name": "IMBECU, MENDOZA, Argentina"}], "given": "Graciela A", "family": "Jahn"}, {"affiliation": [{"name": "Facultad de Ciencias, Laboratorio de Ecología Conductual, Instituto de Ciencias Ambientales y Evolutivas, Facultad de Ciencias, Universidad Austral de Chile, Valdivia, Región de los Rïos, Chile"}], "given": "Mauricio", "family": "Soto-Gamboa"}, {"affiliation": [{"name": "Programa Estepa-Andino Patagonica-CONICET-PATAGONIA NORTE-INIBIOMA, Neuquén, Argentina"}], "given": "Andrés", "family": "Novaro"}, {"affiliation": [{"name": "Grupo de Investigación de Eco-fisiología de Fauna Silvestre (GIEFAS), Asentamiento Universitario de San Martín de los Andes (AUSMA), Universidad Nacional del Comahue (INIBIOMA-CONICET -AUSMA-UNCo), Neuquén, Argentina"}], "given": "Pablo", "family": "Carmanchahi"}], "url": "http://dx.doi.org/10.7287/peerj.preprints.2108v2", "issued": "2016-9-3", "abstract": "<jats:p><jats:bold>Background</jats:bold>-Providing the context for the evolution of life-history traits, habitat features constrain successful ecological and physiological strategies. In vertebrates, a key response to life's challenges is the activation of the Stress (HPA) and Gonadal (HPG) axes. Much of the interest in stress ecology is motivated by the desire to understand the physiological mechanisms in which the environment affects fitness. As reported in the literature, several intrinsic and extrinsic factors affect variability in hormone levels. In both social and non-social animals, the frequency and type of interaction with conspecifics, as well as the status in social species, can affect HPA axis activity, resulting in changes in the reproductive success of animals. We predicted that a social environment can affect both guanaco axes by increasing the secretion of testosterone (T) and Glucocorticoid (GCs) in response to individual social interactions and the energetic demands of breeding. Assuming that prolonged elevated levels of GCs over time can be harmful to individuals, it is predicted that the HPA axis suppresses the HPG axis and causes T levels to decrease, as GCs increase.</jats:p>\n        <jats:p><jats:bold>Methods</jats:bold>-All of the data for individuals were collected by non-invasive methods (fecal samples) to address hormonal activities. This is a novel approach in physiological ecology because feces are easily obtained through non-invasive sampling in animal populations.</jats:p>\n        <jats:p><jats:bold>Results</jats:bold>- As expected, there was a marked adrenal (p-value= .344e-12) and gonadal (p-value= 0.002656) response due to seasonal variation in <jats:italic>Lama guanicoe</jats:italic>. No significant differences were found in fecal GCs metabolites between males/females*season for the entire study period (p-value= 0.2839). Despite the seasonal activity variation in the hormonal profiles, our results show a positive correlation (p-value= 1.952e-11,COR=0.50) between the adrenal and gonadal system. The marked endocrine (r<jats:sup>2</jats:sup> = 0.806) and gonad (r<jats:sup>2 </jats:sup>= 0.7231) response due to seasonal variation in male guanaco individuals highlights the individual’s energetic demands according to life-history strategies. This is a remarkable result because no inhibition was found between the axes as theory suggests. Finally, the dataset was used to build a reactive scope model for guanacos.</jats:p>\n        <jats:p><jats:bold>Discussion</jats:bold>-Guanacos cope with the trade-off between sociability and reproductive benefits and costs, by regulating their GCs and T levels on a seasonal basis, suggesting an adaptive role of both axes to different habitat pressures. The results presented here highlight the functional role of stress and gonad axes on a critical phase of a male mammal's life—the mating period—when all of the resources are at the disposal of the male and must be used to maximize the chances for reproductive success.</jats:p>", "issn": null, "dateOfCollection": "2018-08-07 12:28:06Z", "datasourcePrefix": "crossref____", "link": [{"URL": "https://peerj.com/preprints/2108.pdf", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}, {"URL": "https://peerj.com/preprints/2108.xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/xml"}, {"URL": "https://peerj.com/preprints/2108.html", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/html"}, {"URL": "https://peerj.com/preprints/2108.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "objIdentifier": "9f820b6d455666d4b0f6ddf3eee326c4", "published-print": null, "collectedFrom": [{"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["The Ecology of Stress: linking life-history traits with physiological control mechanisms in free-living guanacos"], "funder": null, "accepted": null, "type": {"cobj": "0020", "value": "Other"}, "is_oa": false, "published-online": null, "subject": null}
215
{"best_oa_location_url": "", "issued": "None", "abstract": [], "objIdentifier": "c0bbc30e8ccb112d68be4b2abff9be89", "subject": null, "author": [{"affiliation": [], "given": "Chong Ha", "family": "Choi"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0006", "value": "Doctoral thesis"}, "is_oa": false, "published-online": null, "link": null, "published-print": null, "accepted": null, "publisher": "The Hong Kong University of Science and Technology Library", "doi": "10.14711/thesis-b1514921", "license": null, "url": "http://dx.doi.org/10.14711/thesis-b1514921", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Group randomness of mutually unbiased bases"], "funder": null, "datasourcePrefix": "crossref____"}
216
{"issued": "2017-5-25", "abstract": [], "objIdentifier": "e0eb3a68b716651ad19513c281d29234", "pissn": "1548-5129", "subject": null, "accepted": null, "author": [{"affiliation": [{"name": "Norwegian Defence Research Establishment, Norway"}], "given": "Maria Fleischer", "family": "Fauske"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2017-5-25", "link": [{"URL": "http://journals.sagepub.com/doi/pdf/10.1177/1548512917711310", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}, {"URL": "http://journals.sagepub.com/doi/full-xml/10.1177/1548512917711310", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/xml"}, {"URL": "http://journals.sagepub.com/doi/pdf/10.1177/1548512917711310", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2017-10", "eissn": "1557-380X", "publisher": "SAGE Publications", "doi": "10.1177/1548512917711310", "license": [{"URL": "http://journals.sagepub.com/page/policies/text-and-data-mining-license", "start": {"timestamp": 1495670400000, "date-parts": [[2017, 5, 25]], "date-time": "2017-05-25T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1177/1548512917711310", "issn": [{"type": "print", "value": "1548-5129"}, {"type": "electronic", "value": "1557-380X"}], "collectedFrom": [{"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Using a genetic algorithm to solve the troops-to-tasks problem in military operations planning"], "funder": null, "datasourcePrefix": "crossref____"}
217
{"best_oa_location_url": "", "issued": "None", "abstract": [], "objIdentifier": "8cfe1909b02e9099e5d56e749bef1e46", "subject": null, "author": [{"affiliation": [], "given": "Boris", "family": "Sidis"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": null, "published-print": null, "accepted": null, "publisher": "D. Appleton & Company", "doi": "10.1037/10559-032", "license": null, "url": "http://dx.doi.org/10.1037/10559-032", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["The psychic minimum."], "funder": null, "datasourcePrefix": "crossref____"}
218
{"best_oa_location_url": "", "issued": "1939", "abstract": [], "objIdentifier": "9ccc5340480d4ab4d717ef077cca2bfd", "pissn": "0002-7189", "subject": ["Religious studies"], "eissn": "1477-4585", "author": [{"affiliation": [], "given": "CARL E.", "family": "PURINTON"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://academic.oup.com/jaar/article-pdf/VII/IV/209/9831463/209.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1939", "accepted": null, "publisher": "Oxford University Press (OUP)", "doi": "10.1093/jaarel/vii.iv.209", "license": null, "url": "http://dx.doi.org/10.1093/jaarel/vii.iv.209", "issn": [{"type": "print", "value": "0002-7189"}, {"type": "electronic", "value": "1477-4585"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["BOOK REVIEWS"], "funder": null, "datasourcePrefix": "crossref____"}
219
{"best_oa_location_url": "", "issued": "1991-1-01", "abstract": "The SAR patterns were determined for four commercially available microwave (915 MHz) interstitial applicators. Values of SAR were determined using a miniature (3 mm diameter) implantable isotropic electric field probe or a custom 0.25 mm diameter fluoroptic temperature probe. These are the smallest such probes that are currently available. Similar radial variation of SAR was found at the axial position of the gap in the outer conductor for each applicator. Electric field probe measurements are much faster and avoid some of the errors caused by the rapid spatial variation of SAR with interstitial applicators. The major limitation on the electric field probe is its size; it is larger than the applicators being tested.", "objIdentifier": "8166eb781e69f0022626de08f0e3ede0", "pissn": "0265-6736", "subject": ["Physiology (medical)", "Cancer Research", "Physiology"], "eissn": "1464-5157", "author": [{"affiliation": [], "given": "T. M.", "family": "Babij"}, {"affiliation": [], "given": "M. J.", "family": "Hagmann"}, {"affiliation": [], "given": "C. F.", "family": "Gottlieb"}, {"affiliation": [], "given": "A. A.", "family": "Abitbol"}, {"affiliation": [], "given": "A. A.", "family": "Lewin"}, {"affiliation": [], "given": "J. G.", "family": "Schwade"}, {"affiliation": [], "given": "P. V.", "family": "Houdek"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2009-7-9", "link": [{"URL": "http://www.tandfonline.com/doi/pdf/10.3109/02656739109005012", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1991-1", "accepted": null, "publisher": "Informa UK Limited", "doi": "10.3109/02656739109005012", "license": null, "url": "http://dx.doi.org/10.3109/02656739109005012", "issn": [{"type": "print", "value": "0265-6736"}, {"type": "electronic", "value": "1464-5157"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Evaluation of heating patterns of microwave interstitial applicators using miniature electric field and fluoroptic temperature probes"], "funder": null, "datasourcePrefix": "crossref____"}
220
{"best_oa_location_url": "", "issued": "1986", "abstract": [], "objIdentifier": "27bb19872c46a519962b41b1f28698f6", "pissn": "0022-5185", "subject": ["Religious studies"], "eissn": "1477-4607", "author": [{"affiliation": [], "given": "V. H. H.", "family": "GREEN"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://academic.oup.com/jts/article-pdf/37/1/264/9851329/264.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1986", "accepted": null, "publisher": "Oxford University Press (OUP)", "doi": "10.1093/jts/37.1.264", "license": null, "url": "http://dx.doi.org/10.1093/jts/37.1.264", "issn": [{"type": "print", "value": "0022-5185"}, {"type": "electronic", "value": "1477-4607"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["REVIEWS"], "funder": null, "datasourcePrefix": "crossref____"}
221
{"best_oa_location_url": "", "issued": "2012-11-01", "abstract": "(Ga,Mn)As is a model diluted ferromagnet system in which the atomic spins of Mn ions are ferromagnetically arranged due to the exchange interaction with valence band holes. An important tecchnological concern regarding this system has been approaches that might result in reduction of the density of Mn interstitial and increase in the content of Mn in order to make the system practically feasible. To accomplish the objective we report the results of our recent synchrotron radiation based spectroscopic investigations concening annealing induced modification of as-grown (Ga,Mn)As layers covered with Sb capping.", "objIdentifier": "e4d837fe930a88810c2a9f1bc7a56d9c", "subject": null, "accepted": null, "author": [{"affiliation": [], "given": "I.", "family": "Ulfat"}, {"affiliation": [], "given": "J.", "family": "Adell"}, {"affiliation": [], "given": "P.", "family": "Pal"}, {"affiliation": [], "given": "J.", "family": "Sadowski"}, {"affiliation": [], "given": "L.", "family": "Ilver"}, {"affiliation": [], "given": "J.", "family": "Kanski"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2012-11", "link": [{"URL": "http://www.scientific.net/AMM.229-231.243.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "eissn": "1662-7482", "publisher": "Trans Tech Publications", "doi": "10.4028/www.scientific.net/amm.229-231.243", "license": null, "url": "http://dx.doi.org/10.4028/www.scientific.net/amm.229-231.243", "issn": [{"type": "electronic", "value": "1662-7482"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Post-Growth Annealing of (Ga, Mn)As under Sb Capping"], "funder": null, "datasourcePrefix": "crossref____"}
222
{"best_oa_location_url": "", "issued": "1986-1-01", "abstract": [], "objIdentifier": "14042556f87aba440b416518da9b367b", "pissn": "0147-037X", "subject": ["Cultural Studies", "History"], "eissn": "1759-7595", "author": [{"affiliation": [], "given": "Chün-fang", "family": "Yü"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2013-7-18", "link": [{"URL": "http://www.tandfonline.com/doi/pdf/10.1179/014703786788760396", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1986-1", "accepted": null, "publisher": "Informa UK Limited", "doi": "10.1179/014703786788760396", "license": null, "url": "http://dx.doi.org/10.1179/014703786788760396", "issn": [{"type": "print", "value": "0147-037X"}, {"type": "electronic", "value": "1759-7595"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["A BUDDHIST LEADER IN MING CHINA. THE LIFE AND THOUGHT OF HAN-SHAN TE-CH'ING, 1546–1623"], "funder": null, "datasourcePrefix": "crossref____"}
223
{"issued": "2018-1-01", "abstract": [], "objIdentifier": "19df9e5f1d7f18c92b9460d979ca2105", "pissn": "0002-9378", "subject": ["Obstetrics and Gynaecology"], "author": [{"affiliation": [], "given": "Nirmala", "family": "Chandrasekaran"}, {"affiliation": [], "given": "Sherri", "family": "Storm"}, {"affiliation": [], "given": "Leanne R.", "family": "De souza"}, {"affiliation": [], "given": "Meagan", "family": "Leacroix"}, {"affiliation": [], "given": "Salman", "family": "Hashim"}, {"affiliation": [], "given": "Asnat", "family": "Walfisch"}, {"affiliation": [], "given": "Howard", "family": "Berger"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0002937817320860?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S0002937817320860?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2018-1", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/j.ajog.2017.11.322", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1514764800000, "date-time": "2018-01-01T00:00:00Z", "date-parts": [[2018, 1, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/j.ajog.2017.11.322", "issn": [{"type": "print", "value": "0002-9378"}], "collectedFrom": [{"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["790: The impact of Video based activity platform on management of Gestational Diabetes, a randomized controlled trial"], "funder": null, "datasourcePrefix": "crossref____"}
224
{"best_oa_location_url": "", "issued": "1971", "abstract": [], "objIdentifier": "2b6e7c476a5836687324cbf0be77de08", "pissn": "0008-4255", "subject": ["General Medicine"], "author": [{"affiliation": [], "given": "D. J.", "family": "Mewhort"}, {"affiliation": [], "given": "Harriet", "family": "Thio"}, {"affiliation": [], "given": "A. C.", "family": "Birkenmayer"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1971", "accepted": null, "publisher": "American Psychological Association (APA)", "doi": "10.1037/h0082373", "license": null, "url": "http://dx.doi.org/10.1037/h0082373", "issn": [{"type": "print", "value": "0008-4255"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Processing capacity and switching attention in dichotic listening."], "funder": null, "datasourcePrefix": "crossref____"}
225
{"best_oa_location_url": "http://www.ncbi.nlm.nih.gov/pmc/articles/PMC310177", "issued": "2003-12-23", "abstract": "Peptide deformylase (PDF), a metallohydrolase essential for bacterial growth, is an attractive target for use in the discovery of novel antibiotics. Focused chelator-based chemical libraries were constructed and screened for inhibition of enzymatic activity, inhibition of Staphylococcus aureus growth, and cytotoxicity. Positive compounds were selected based on the results of all three assays. VRC3375 [N-hydroxy-3-R-butyl-3-(2-S-(tert-butoxycarbonyl)-pyrrolidin-1-ylcarbonyl)propionamide] was identified as having the most favorable properties through an integrated combinatorial and medicinal chemistry effort. This compound is a potent PDF inhibitor with a Ki of 0.24 nM against the Escherichia coli Ni2+ enzyme, possesses activity against gram-positive and gram-negative bacterial pathogens, and has a low cytotoxicity. Mechanistic experiments demonstrate that the compound inhibits bacterial growth through PDF inhibition. Pharmacokinetic studies of this drug in mice indicate that VRC3375 is orally bioavailable and rapidly distributed among various tissues. VRC3375 has in vivo activity against S. aureus in a murine septicemia model, with 50% effective doses of 32, 17, and 21 mg/kg of body weight after dosing by intravenous (i.v.), subcutaneous (s.c.), and oral (p.o.) administration, respectively. In murine single-dose toxicity studies, no adverse effects were observed after dosing with more than 400 mg of VRC3375 per kg by i.v., p.o., or s.c. administration. The in vivo efficacy and low toxicity of VRC3375 suggest the potential for developing this class of compounds to be used in future antibacterial drugs.", "objIdentifier": "041a67e48c7a0b7b97cf749b30b2a2b3", "pissn": "0066-4804", "subject": ["Pharmacology (medical)", "Pharmacology", "Infectious Diseases"], "eissn": "1098-6596", "author": [{"affiliation": [], "given": "D.", "family": "Chen"}, {"affiliation": [], "given": "C.", "family": "Hackbarth"}, {"affiliation": [], "given": "Z. J.", "family": "Ni"}, {"affiliation": [], "given": "C.", "family": "Wu"}, {"affiliation": [], "given": "W.", "family": "Wang"}, {"affiliation": [], "given": "R.", "family": "Jain"}, {"affiliation": [], "given": "Y.", "family": "He"}, {"affiliation": [], "given": "K.", "family": "Bracken"}, {"affiliation": [], "given": "B.", "family": "Weidmann"}, {"affiliation": [], "given": "D. V.", "family": "Patel"}, {"affiliation": [], "given": "J.", "family": "Trias"}, {"affiliation": [], "given": "R. J.", "family": "White"}, {"affiliation": [], "given": "Z.", "family": "Yuan"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": "2003-12-23", "link": [{"URL": "https://syndication.highwire.org/content/doi/10.1128/AAC.48.1.250-261.2004", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2004-1-1", "accepted": null, "publisher": "American Society for Microbiology", "doi": "10.1128/aac.48.1.250-261.2004", "license": null, "url": "http://dx.doi.org/10.1128/aac.48.1.250-261.2004", "issn": [{"type": "print", "value": "0066-4804"}, {"type": "electronic", "value": "1098-6596"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Peptide Deformylase Inhibitors as Antibacterial Agents: Identification of VRC3375, a Proline-3-Alkylsuccinyl Hydroxamate Derivative, by Using an Integrated Combinatorial and Medicinal Chemistry Approach"], "funder": null, "datasourcePrefix": "crossref____"}
226
{"best_oa_location_url": "", "issued": "1972", "abstract": "Abstract#R##N##R##N#Irradiation (λ >300 nm) of eight two-component solid solutions of β-arylacrylamides, prepared by melting and crystallising equimolar quantities of the amides tr-ArCH:CHCONE where Ar=C6H5, p-MeOC6H4, p-ClC6H4, p-MeC6H4, and 2-thienyl, which appeared in the α crystal form, gave three photoproducts for each system studied: two α-truxillic homodimers, derived from the respective monomers, and an α-truxillic heterodimer. No other isomers were found. Similarly, two-component solid solutions were prepared by melting and crystallising ring-substituted cinnamic acids (tr-ArCH:CHCO2H, where Ar=C6H5 (α-form), p—ClC6H4(β), p-MeC6H4(α), p-MeOC6H4(γ), o-ClC6H4(β) and o-CH3C6H4(γ)) and irradiated. A solid solution of two α-type acids (each photodimerising in the solid to α-truxillic acid) behaved like the amides, affording two α-truxillic homodimers and an α-truxillic heterodimer. A solid solution of an α-type acid with a β-type acid (photodimerising to β-truxinic acids) gave six photoproducts: three α-truxillic acid dimers and three β-truxinic acid dimers (i.e., four homodimers and two heterodimers). Irradiation of a solution of a γ-type acid (non-photodimerising in the solid state) with an α-type acid afforded α-truxillic dimers (two homodimers and one heterodimer). The above results are consistent with mutual miscibility of the two components which gives rise to mixed crystal formation and subsequent photo-behaviour within each crystal which is characteristic of the particular lattice type. However, irradiation of the mixed crystals from p-methoxycinnamic acid (γ-type) and p-chlorocinnamic acid (β-type), which afford two α-truxillic dimers (methoxy-homodimer and methoxy, chloro-heterodimer) and two β-truxinic dimers (chloro-homodimer and methoxy, chloro-heterodimer) indicates that new phases, unobserved for the pure compounds, can also be generated. The new dimers were all characterised by the NMR and mass spectra of their dimethyl ester derivatives and, when possible, by conversion to known compounds.", "objIdentifier": "f19875df0aa32eaabeab3269adbac73e", "pissn": "0021-2148", "subject": ["General Chemistry"], "author": [{"affiliation": [], "given": "J. D.", "family": "Hung"}, {"affiliation": [], "given": "M.", "family": "Lahav"}, {"affiliation": [], "given": "M.", "family": "Luwisch"}, {"affiliation": [], "given": "G.M.J.", "family": "Schmidt"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2013-11-20", "link": [{"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1002%2Fijch.197200057", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1972", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1002/ijch.197200057", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", "start": {"timestamp": 1441065600000, "date-parts": [[2015, 9, 1]], "date-time": "2015-09-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 15949}], "url": "http://dx.doi.org/10.1002/ijch.197200057", "issn": [{"type": "print", "value": "0021-2148"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Topochemistry Part XXXV. The Formation of Mixed Dimers from Solid Solutions ofTrans-Cinnamic Acids andTrans-Cinnamides"], "funder": null, "datasourcePrefix": "crossref____"}
227
{"best_oa_location_url": "", "issued": "1999-6-01", "abstract": [], "objIdentifier": "abd1451927c2ed519b36ceb42f1e6b8a", "pissn": "0951-0605", "subject": ["Education", "Life-span and Life-course Studies", "Health(social science)"], "eissn": "1099-0860", "author": [{"affiliation": [], "given": "Gillian", "family": "Pugh"}, {"affiliation": [], "given": "Nigel", "family": "Parton"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1002%2F(SICI)1099-0860(199906)13:3%3C153::AID-CHI554%3E3.0.CO;2-C", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1999-6", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1002/(sici)1099-0860(199906)13:3<153::aid-chi554>3.0.co;2-c", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1", "start": {"timestamp": 1441065600000, "date-parts": [[2015, 9, 1]], "date-time": "2015-09-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 5936}], "url": "http://dx.doi.org/10.1002/(sici)1099-0860(199906)13:3<153::aid-chi554>3.0.co;2-c", "issn": [{"type": "print", "value": "0951-0605"}, {"type": "electronic", "value": "1099-0860"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Editorial"], "funder": null, "datasourcePrefix": "crossref____"}
228
{"best_oa_location_url": "", "issued": "2009-8-01", "abstract": "A nanosecond pulse power supply for micro-ECM (Electrochemical Machining) has been developed, and the minimum pulse on-time is 50 ns. After the influence of ultra-short pulse on micro-ECM was analyzed, complementary chopper circuit was presented to avoid waveform distortion, which can achieve higher pulse frequency. A fast protect circuit was designed, and its response time is less than 5μs, which can avoid damaging workpiece and electrical components by switching off machining voltage and step motor as soon as a short circuit was detected. A series of ECM experiments using the power supply have been carried out, and results of test have proved that high frequency, short pulse width power supply helps to achieve better quality surface, higher machining accuracy.", "objIdentifier": "2dc8c2ed3076c069d61d52e3ece14b31", "subject": null, "accepted": null, "author": [{"affiliation": [], "given": "Yong Jun", "family": "Zhang"}, {"affiliation": [], "given": "Yong Jun", "family": "Tang"}, {"affiliation": [], "given": "Xiao Kang", "family": "Liu"}, {"affiliation": [], "given": "Z.N.", "family": "Guo"}, {"affiliation": [], "given": "F.", "family": "Li"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2009-8", "link": [{"URL": "http://www.scientific.net/MSF.626-627.369.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "eissn": "1662-9752", "publisher": "Trans Tech Publications", "doi": "10.4028/www.scientific.net/msf.626-627.369", "license": null, "url": "http://dx.doi.org/10.4028/www.scientific.net/msf.626-627.369", "issn": [{"type": "electronic", "value": "1662-9752"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Development of Ultra-Short Pulse Power Supply Applicable to Micro-ECM"], "funder": null, "datasourcePrefix": "crossref____"}
229
{"best_oa_location_url": "", "issued": "1945-4-01", "abstract": [], "objIdentifier": "e8978b5d9cd762c319ef1e40024d1a2d", "pissn": "0003-1224", "subject": ["Sociology and Political Science"], "author": [{"affiliation": [], "given": "Philip M.", "family": "Hauser"}, {"affiliation": [], "given": "Frank W.", "family": "Notestein"}, {"affiliation": [], "given": "Irene B.", "family": "Taeuber"}, {"affiliation": [], "given": "Dudley", "family": "Kirk"}, {"affiliation": [], "given": "Ansley J.", "family": "Coale"}, {"affiliation": [], "given": "Louise K.", "family": "Kiser"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1945-4", "accepted": null, "publisher": "SAGE Publications", "doi": "10.2307/2085682", "license": null, "url": "http://dx.doi.org/10.2307/2085682", "issn": [{"type": "print", "value": "0003-1224"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["The Future Population of Europe and the Soviet Union."], "funder": null, "datasourcePrefix": "crossref____"}
230
{"best_oa_location_url": "", "issued": "2012-1-01", "abstract": [], "objIdentifier": "6f4b0775aba78e18fd764e0c98b6cd13", "pissn": "0002-9394", "subject": ["Ophthalmology"], "author": [{"affiliation": [], "given": "James S.", "family": "Schutz"}, {"affiliation": [], "given": "Olivier", "family": "Richoz"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0002939411008129?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S0002939411008129?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2012-1", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/j.ajo.2011.10.011", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1325376000000, "date-time": "2012-01-01T00:00:00Z", "date-parts": [[2012, 1, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/j.ajo.2011.10.011", "issn": [{"type": "print", "value": "0002-9394"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Risk Factors for Development of Choroidal Detachment After Scleral Buckling Procedure"], "funder": null, "datasourcePrefix": "crossref____"}
231
{"best_oa_location_url": "", "issued": "2010-2-01", "abstract": [], "objIdentifier": "1412724759b9829c894a280ed2b1b8df", "subject": null, "author": [{"affiliation": [{"name": "Department of Chemistry, Oakland University, Rochester, MI 48309, USA"}], "given": "David", "family": "Becker"}, {"affiliation": [{"name": "Department of Chemistry, Oakland University, Rochester, MI 48309, USA"}], "given": "Amitava", "family": "Adhikary"}, {"affiliation": [{"name": "Department of Chemistry, Oakland University, Rochester, MI 48309, USA"}], "given": "Michael D.", "family": "Sevilla"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": "2011-10-24", "link": null, "published-print": "2010-2", "accepted": null, "publisher": "WORLD SCIENTIFIC", "doi": "10.1142/9789814282093_0018", "license": null, "url": "http://dx.doi.org/10.1142/9789814282093_0018", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Mechanisms of Radiation-Induced DNA Damage: Direct Effects"], "funder": null, "datasourcePrefix": "crossref____"}
232
{"best_oa_location_url": "", "issued": "1998-4-01", "abstract": "Abstract This study suggests that heterotrophic components of prairie ecosystems can be used with autotrophic components to assess the degree to which a restored prairie approaches the biotic complexity of a native prairie. Springtails (Collembola) were collected from prairie vegetation and litter samples from 13 prairie sites (seven native and six restored) located in southwestern Michigan and northeastern Illinois. The diversity and abundance of these insects and the plant and litter biomass were compared. There were 27 different taxa of springtails in the 225 samples collected. Native prairies had the greatest species richness with 26 species. The oldest restored prairie had 17 species. Three common species were Hypogastrura boletivora, Isotoma viridis, and Lepidocyrtus pallidus. Neanura muscorum, Xenylla grisea, and Pseuduosinella rolfsi were rare. Tomocerus flavescens was found primarily in native prairies with only one occurrence in the oldest restored prairie in this study. Native prairies and rest...", "objIdentifier": "00465f1def9338e16411088fbbe0fa8a", "pissn": "0003-0031", "subject": ["Ecology, Evolution, Behavior and Systematics"], "eissn": "1938-4238", "author": [{"affiliation": [], "given": "Raymond H.", "family": "Brand"}, {"affiliation": [], "given": "Christopher P.", "family": "Dunn"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1998-4", "accepted": null, "publisher": "University of Notre Dame", "doi": "10.1674/0003-0031(1998)139[0235:daaosi]2.0.co;2", "license": null, "url": "http://dx.doi.org/10.1674/0003-0031(1998)139[0235:daaosi]2.0.co;2", "issn": [{"type": "print", "value": "0003-0031"}, {"type": "electronic", "value": "1938-4238"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Diversity and Abundance of Springtails (Insecta: Collembola) in Native and Restored Tallgrass Prairies"], "funder": null, "datasourcePrefix": "crossref____"}
233
{"best_oa_location_url": "", "issued": "1985", "abstract": [], "objIdentifier": "bdd526cc43bb07c41f537bc45a28df6a", "pissn": "1018-8843", "subject": ["Obstetrics and Gynaecology", "General Medicine"], "eissn": "1423-0011", "author": [{"affiliation": [], "given": "Frederick G.", "family": "Weinstein"}, {"affiliation": [], "given": "Machelle M.", "family": "Seibel"}, {"affiliation": [], "given": "Melvin L.", "family": "Taymor"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.karger.com/Article/Pdf/269963", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1985", "accepted": null, "publisher": "S. Karger AG", "doi": "10.1159/000269963", "license": null, "url": "http://dx.doi.org/10.1159/000269963", "issn": [{"type": "print", "value": "1018-8843"}, {"type": "electronic", "value": "1423-0011"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Ovulationsinduktion mittels subkutaner pulsatiler GNRH-Gabe und die Rolle von HCG zur Aufrechterhaltung einer suffizienten Corpus-luteum-Phase"], "funder": null, "datasourcePrefix": "crossref____"}
234
{"best_oa_location_url": "", "issued": "1992-8-01", "abstract": "This paper examines existing methods of estimating the translog production function and provides a general framework that allows for variable returns to scale. The model is based on the inverse input demand function and embeds a nonhomothetic production technology. Previous estimation methods are valid only for homogeneous technologies with fixed scale effects. Estimation results for U.S. manufacturing show that neither homotheticity and homogeneity nor constant returns to scale is a proper characterization of the underlying structure of production, thereby vindicating the empirical relevance of the inverse demand framework that entails a nonhomothetic technology. Copyright 1992 by MIT Press.", "objIdentifier": "80c94c6d8f705fd39639bc5d4b7f2a62", "pissn": "0034-6535", "subject": ["Economics and Econometrics", "Social Sciences (miscellaneous)"], "author": [{"affiliation": [], "given": "H. Youn", "family": "Kim"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1992-8", "accepted": null, "publisher": "JSTOR", "doi": "10.2307/2109500", "license": null, "url": "http://dx.doi.org/10.2307/2109500", "issn": [{"type": "print", "value": "0034-6535"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["The Translog Production Function and Variable Returns to Scale"], "funder": null, "datasourcePrefix": "crossref____"}
235
{"best_oa_location_url": "", "issued": "2008-1-1", "abstract": [], "objIdentifier": "1b43d11cbf46909e6c09eb5538df8497", "pissn": "1679-3498", "subject": null, "eissn": "1984-4506", "author": [{"affiliation": [], "given": "Fábio Lopes de Souza", "family": "Santos"}, {"affiliation": [], "given": "Marcio Minto", "family": "Fabrício"}, {"affiliation": [], "given": "Miguel Antonio", "family": "Buzzar"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2008-1-1", "link": [{"URL": "http://www.revistas.usp.br/risco/article/viewFile/44720/48350", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "accepted": null, "publisher": "Universidade de Sao Paulo Sistema Integrado de Bibliotecas - SIBiUSP", "doi": "10.11606/issn.1984-4506.v0i7p1-3", "license": null, "url": "http://dx.doi.org/10.11606/issn.1984-4506.v0i7p1-3", "issn": [{"type": "print", "value": "1679-3498"}, {"type": "electronic", "value": "1984-4506"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Editorial"], "funder": null, "datasourcePrefix": "crossref____"}
236
{"best_oa_location_url": "http://www.ncbi.nlm.nih.gov/pmc/articles/PMC137927", "issued": "2002-10-21", "abstract": "Abstract#R##N#A long-term genetic legacy of refugial isolation has been postulated and was demonstrated for maternal refugial lineages for numerous plant and animal species. The lineages were assumed to have remained separated from each other for several glacial periods. The conifer Abies alba Miller, silver fir, is an excellent model to test whether pollen-mediated gene flow may eliminate the genetic imprints of Pleistocene refugial isolation. Two DNA markers with contrasting modes of inheritance were applied to 100 populations covering the entire range of silver fir in Europe. The markers exhibited each two highly conserved alleles based on an insertion/deletion of 80 bp in the fourth intron of the mitochondrial nad5 gene and on a synonymous substitution in the chloroplast psbC gene. The geographical distribution of the maternally inherited mitochondrial variation supported the existence of at least two refugia with two recolonizing maternal lineages remaining largely separated throughout the range. The cline of the nad5 allele frequencies was much steeper than the one of the two psbC alleles. The psbC cline was as wide as the whole range of the species. Our results provide striking evidence that even a species with very long generation times and heavy pollen grains was able to establish a highly efficient pollen-mediated gene flow between refugia. Therefore we postulate that an exchange of genetic information between refugia by range-wide paternal introgression is possible in wind-pollinated plant species.", "objIdentifier": "f3779e4874c5a8370abaef5cb5ef17a3", "pissn": "0027-8424", "subject": ["Multidisciplinary"], "eissn": "1091-6490", "author": [{"affiliation": [], "given": "S.", "family": "Liepelt"}, {"affiliation": [], "given": "R.", "family": "Bialozyt"}, {"affiliation": [], "given": "B.", "family": "Ziegenhagen"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": "2002-10-21", "link": [{"URL": "https://syndication.highwire.org/content/doi/10.1073/pnas.212285399", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2002-10-29", "accepted": null, "publisher": "Proceedings of the National Academy of Sciences", "doi": "10.1073/pnas.212285399", "license": null, "url": "http://dx.doi.org/10.1073/pnas.212285399", "issn": [{"type": "print", "value": "0027-8424"}, {"type": "electronic", "value": "1091-6490"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Wind-dispersed pollen mediates postglacial gene flow among refugia"], "funder": null, "datasourcePrefix": "crossref____"}
237
{"best_oa_location_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.357.3764", "issued": "None", "abstract": "Virtual machine is a concept that has been used frequently in the computing world to solve different problems. It plays an important role that is continuing to extend the abilities of computer systems. In this paper, the concept of virtual machine is put into practice within tri-integration pattern based platform (TIPBP) in order to facilitate component assembly and application extension. The distributed virtual machines development aims to improve the performance of TIPBP. The paper presents the relationship between the distributed virtual machines and TIPBP, and details how to design the virtual machines at both server side and client side.", "objIdentifier": "bdf63588b0d663322dba359e898782c0", "subject": null, "author": [{"affiliation": [], "family": "Qing Duan"}, {"affiliation": [], "family": "Zhihong Liang"}, {"affiliation": [], "family": "Hua Zhou"}, {"affiliation": [], "family": "Hongzhi Liao"}, {"affiliation": [], "family": "Hongji Yang"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0004", "value": "Conference object"}, "is_oa": true, "published-online": null, "link": [{"URL": "http://xplorestaging.ieee.org/ielx5/10401/33051/01551141.pdf?arnumber=1551141", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "accepted": null, "publisher": "IEEE", "doi": "10.1109/sose.2005.11", "license": null, "url": "http://dx.doi.org/10.1109/sose.2005.11", "issn": null, "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Developing Distributed Virtual Machines for the Tri-Integration-Pattern Based Platform (TIPBP)"], "funder": null, "datasourcePrefix": "crossref____"}
238
{"best_oa_location_url": "", "issued": "2005-5-01", "abstract": "Tibial spine fracture is one of the clinical entities of anterior cruciate ligament injury, and sometimes is accompanied by concomitant injuries. The purpose of this study was to review magnetic resonance imaging findings in 25 patients with tibial spine fractures and to assess the use of these findings in determining the presence of concomitant injuries. Of these 25 patients, 10 were children and 15 were considered adults (average age, 24.2 years old). A radiologist retrospectively assessed tibial spine fractures and concomitant injuries, such as meniscus and ligament injuries. Comparing the pediatric and adult groups, all additional ligament injuries were confirmed in the adult group. In the pediatric group, only one patient with a chronic injury had meniscus injuries. There were no meniscus tears in pediatric patients with acute injuries. In the adult group, three medial meniscus tears were found in two patients with chronic injuries and one patient with acute injury, and four lateral meniscus tears were found in one patient with a chronic injury and three patients with acute injuries. Because tibial spine fractures in adults may be accompanied by concomitant injuries requiring surgical treatment, magnetic resonance imaging is recommended.", "objIdentifier": "0e6b6aa0f45b2867d72bbc16ed8ed931", "pissn": "0009-921X", "subject": ["Orthopedics and Sports Medicine", "General Medicine"], "author": [{"affiliation": [], "given": "Yasuyuki", "family": "Ishibashi"}, {"affiliation": [], "given": "Eiichi", "family": "Tsuda"}, {"affiliation": [], "given": "Taisuke", "family": "Sasaki"}, {"affiliation": [], "given": "Satoshi", "family": "Toh"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2005-5", "accepted": null, "publisher": "Ovid Technologies (Wolters Kluwer Health)", "doi": "10.1097/00003086-200505000-00031", "license": null, "url": "http://dx.doi.org/10.1097/00003086-200505000-00031", "issn": [{"type": "print", "value": "0009-921X"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Magnetic Resonance Imaging Aids in Detecting Concomitant Injuries in Patients with Tibial Spine Fractures"], "funder": null, "datasourcePrefix": "crossref____"}
239
{"best_oa_location_url": "", "issued": "2005-1-01", "abstract": "Resume   Cette Note est consacree a l'etude de la consistance d'un algorithme stochastique ayant pour objet l'estimation d'un parametre sous une condition de  α -melange.   Pour citer cet article : A. Ait Saidi, A. Dahmani, C. R. Acad. Sci. Paris, Ser. I 340 (2005).", "objIdentifier": "7b845a8a69a39cebb01cf2c2abecac1a", "pissn": "1631-073X", "subject": ["General Mathematics"], "author": [{"affiliation": [], "given": "Ahmed", "family": "Ait Saidi"}, {"affiliation": [], "given": "Abdelnasser", "family": "Dahmani"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S1631073X0400514X?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S1631073X0400514X?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2005-1", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/j.crma.2004.11.001", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1104537600000, "date-time": "2005-01-01T00:00:00Z", "date-parts": [[2005, 1, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/j.crma.2004.11.001", "issn": [{"type": "print", "value": "1631-073X"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Étude de la consistance d'un algorithme stochastique dans un cadre mélangeant"], "funder": null, "datasourcePrefix": "crossref____"}
240
{"best_oa_location_url": "", "issued": "1914", "abstract": [], "objIdentifier": "42e59118ff51f362fd199c47b94228ef", "subject": ["Agronomy and Crop Science"], "accepted": null, "author": [{"affiliation": [], "given": "F. D.", "family": "Farrell"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1914", "eissn": "0002-1962", "publisher": "American Society of Agronomy", "doi": "10.2134/agronj1914.00021962000600010005x", "license": null, "url": "http://dx.doi.org/10.2134/agronj1914.00021962000600010005x", "issn": [{"type": "electronic", "value": "0002-1962"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Basing Alfalfa Yields on Green Weights"], "funder": null, "datasourcePrefix": "crossref____"}
241
{"best_oa_location_url": "https://ueaeprints.uea.ac.uk/24341/1/download.pdf", "issued": "2008-9-17", "abstract": "Very hard cemented chalk stacks and crusts found locally in the upper part of the Cretaceous Chalk of north Norfolk, UK, are related to solution features. The solution features, mainly pipes and caves, formed after deposition of the overlying Middle Pleistocene Wroxham Crag, probably by routing of sub-glacial, or glacial, melt-waters derived from late Pleistocene glaciers. New geochemical (particularly stable isotope) data shows that cementation of the chalks, although related spatially to the solution features, was not caused by glacier-derived waters. The carbon isotope composition of the chalk cements is typically around -9.5‰, indicative of biologically active soils. Moreover, the oxygen isotope compositions of the cements, around -5‰, are incompatible with water d18O values much below -9 to -10‰ (which probably precludes isotopically negative glacier-derived water), as resulting palaeo-temperatures are below zero. Taken together, the isotope data suggest chalk cementation occurred under interglacial conditions similar to the present. Dissolved calcium carbonate for cementation came from dissolution of reworked chalk in overlying MIS 12 glacial tills.", "objIdentifier": "fa1c2eb92c534b6ca990e8dd473cfbe4", "pissn": "0016-7568", "subject": ["Geology"], "eissn": "1469-5081", "author": [{"affiliation": [], "given": "G.", "family": "WOOLHOUSE"}, {"affiliation": [], "given": "J. E.", "family": "ANDREWS"}, {"affiliation": [], "given": "A.", "family": "MARCA-BELL"}, {"affiliation": [], "given": "P. F.", "family": "DENNIS"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": "2008-9-17", "link": [{"URL": "https://www.cambridge.org/core/services/aop-cambridge-core/content/view/S0016756808005487", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2009-3", "accepted": null, "publisher": "Cambridge University Press (CUP)", "doi": "10.1017/s0016756808005487", "license": null, "url": "http://dx.doi.org/10.1017/s0016756808005487", "issn": [{"type": "print", "value": "0016-7568"}, {"type": "electronic", "value": "1469-5081"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Geochemical constraints on the origin of enigmatic cemented chalks, Norfolk, UK"], "funder": null, "datasourcePrefix": "crossref____"}
242
{"best_oa_location_url": "", "issued": "1931-2-01", "abstract": [], "objIdentifier": "450c77eb2a31c4416db40ee620364aec", "pissn": "0022-1546", "subject": ["Education"], "eissn": "1538-4640", "author": [{"affiliation": [{"name": " University of Chicago"}], "given": "F. J.", "family": "Kelly"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2016-11-7", "link": [{"URL": "https://www.tandfonline.com/doi/pdf/10.1080/00221546.1931.11772353", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1931-2", "accepted": null, "publisher": "Informa UK Limited", "doi": "10.1080/00221546.1931.11772353", "license": null, "url": "http://dx.doi.org/10.1080/00221546.1931.11772353", "issn": [{"type": "print", "value": "0022-1546"}, {"type": "electronic", "value": "1538-4640"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Whither?: Higher Education Faces the Future"], "funder": null, "datasourcePrefix": "crossref____"}
243
{"best_oa_location_url": "", "issued": "1990-4-3", "abstract": [], "objIdentifier": "de1b5376d8eb81205ad2f07c1b748f4c", "pissn": "0931-7597", "subject": null, "author": [{"affiliation": [], "given": "R.", "family": "NOYORI"}, {"affiliation": [], "given": "T.", "family": "IKEDA"}, {"affiliation": [], "given": "T.", "family": "OHKUMA"}, {"affiliation": [], "given": "M.", "family": "WIDHALM"}, {"affiliation": [], "given": "M.", "family": "KITAMURA"}, {"affiliation": [], "given": "H.", "family": "TAKAYA"}, {"affiliation": [], "given": "S.", "family": "AKUTAGAWA"}, {"affiliation": [], "given": "N.", "family": "SAYO"}, {"affiliation": [], "given": "T.", "family": "SAITO"}, {"affiliation": [], "given": "T.", "family": "TAKETOMI"}, {"affiliation": [], "given": "H.", "family": "KUMOBAYASHI"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2016-5-25", "link": [{"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1002%2Fchin.199014098", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1990-4-3", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1002/chin.199014098", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", "start": {"timestamp": 1441065600000, "date-parts": [[2015, 9, 1]], "date-time": "2015-09-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 9282}], "url": "http://dx.doi.org/10.1002/chin.199014098", "issn": [{"type": "print", "value": "0931-7597"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["ChemInform Abstract: Stereoselective Hydrogenation via Dynamic Kinetic Resolution."], "funder": null, "datasourcePrefix": "crossref____"}
244
{"best_oa_location_url": "", "issued": "None", "abstract": "This paper is concerned with the effect that the visual-auditory dimension of cognitive style has on users of multimedia systems. The relative performance of users cannot be explained by examining their cognitive style classification that is calculated by a purely visual test. Therefore an extension to the visual classification is proposed that reflects the way individuals' perceive information that is presented using both audio and video. This paper reviews the visual definition of cognitive style and the auditory dimension. Then the performance of subjects in a series of experiments is analysed to assess whether the new definition of cognitive style explains their behaviour.", "objIdentifier": "f6b729a948bccdee3493d76f7762a8fa", "subject": null, "author": [{"affiliation": [], "given": "D.", "family": "John"}, {"affiliation": [], "given": "A.", "family": "Boucouvalas"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0004", "value": "Conference object"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://xplorestaging.ieee.org/ielx5/7968/22030/01024671.pdf?arnumber=1024671", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "accepted": null, "publisher": "Univ. Zagreb", "doi": "10.1109/iti.2002.1024671", "license": null, "url": "http://dx.doi.org/10.1109/iti.2002.1024671", "issn": null, "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["The effect of the visual-auditory dimension of cognitive style"], "funder": null, "datasourcePrefix": "crossref____"}
245
{"best_oa_location_url": "", "issued": "1973", "abstract": "A thiopeptin-resistant mutant of E. coli has been obtained. Resistance was shown to be associated with the 508 ribosomal subunit of the mutant. It was also demonstrated that both elongation factor EF T-dependent binding of aminoacyl-tRNA to the mutant ribosomes and the formation of the elongation factor EF G-GDP-mutant ribosome complex were resistant to thiopeptin.", "objIdentifier": "45cf287665220b6b782fee32a4308214", "pissn": "0021-8820", "subject": ["Pharmacology", "Drug Discovery"], "eissn": "1881-1469", "author": [{"affiliation": [], "given": "YEI-FEI", "family": "LIOU"}, {"affiliation": [], "given": "TADATOSHI", "family": "KINOSHITA"}, {"affiliation": [], "given": "NOBUO", "family": "TANAKA"}, {"affiliation": [], "given": "MASANOSUKE", "family": "YOSHIKAWA"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1973", "accepted": null, "publisher": "Japan Antibiotics Research Association", "doi": "10.7164/antibiotics.26.711", "license": null, "url": "http://dx.doi.org/10.7164/antibiotics.26.711", "issn": [{"type": "print", "value": "0021-8820"}, {"type": "electronic", "value": "1881-1469"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["STUDIES ON THE RIBOSOMES OF A THIOPEPTIN-RESISTANT MUTANT OF ESCHERICHIA COLI"], "funder": null, "datasourcePrefix": "crossref____"}
246
{"best_oa_location_url": "http://doi.org/10.1016/s0735-1097(96)82173-5", "issued": "1996-2-01", "abstract": [], "objIdentifier": "37e61b4bb7db85e0f65d31bfe6594def", "pissn": "0735-1097", "subject": ["Cardiology and Cardiovascular Medicine"], "author": [{"affiliation": [], "given": "Ken", "family": "Tobin"}, {"affiliation": [], "given": "Robert", "family": "Stomel"}, {"affiliation": [], "given": "Daniel", "family": "Harber"}, {"affiliation": [], "given": "Dean", "family": "Karavite"}, {"affiliation": [], "given": "Kim", "family": "Eagle"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0735109796821735?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S0735109796821735?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "1996-2", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/s0735-1097(96)82173-5", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 823132800000, "date-time": "1996-02-01T00:00:00Z", "date-parts": [[1996, 2, 1]]}, "content-version": "tdm", "delay-in-days": 0}, {"URL": "http://www.elsevier.com/open-access/userlicense/1.0/", "start": {"timestamp": 1373932800000, "date-time": "2013-07-16T00:00:00Z", "date-parts": [[2013, 7, 16]]}, "content-version": "vor", "delay-in-days": 6375}], "url": "http://dx.doi.org/10.1016/s0735-1097(96)82173-5", "issn": [{"type": "print", "value": "0735-1097"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Validation of a clinical prediction rule for predicting left ventricular function post acute myocardial infarction in a community hospital setting"], "funder": null, "datasourcePrefix": "crossref____"}
247
{"best_oa_location_url": "", "issued": "2008-10-23", "abstract": [], "objIdentifier": "11d643f55d08fb26c96ee58e33168e9d", "pissn": "0557-9325", "subject": ["Industrial and Manufacturing Engineering", "Business and International Management", "Chemical Engineering (miscellaneous)", "History", "General Environmental Science"], "author": [{"affiliation": [], "given": "Peter J", "family": "Smith"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2008-10-23", "link": [{"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1111%2Fj.1478-4408.1994.tb03766.x", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1111/j.1478-4408.1994.tb03766.x", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", "start": {"timestamp": 1441065600000, "date-time": "2015-09-01T00:00:00Z", "date-parts": [[2015, 9, 1]]}, "content-version": "tdm", "delay-in-days": 2504}], "url": "http://dx.doi.org/10.1111/j.1478-4408.1994.tb03766.x", "issn": [{"type": "print", "value": "0557-9325"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Colour fastness testing methods and equipment"], "funder": null, "datasourcePrefix": "crossref____"}
248
{"best_oa_location_url": "", "issued": "2012-9-01", "abstract": "Although the well-known master curve method has been widely used to estimate the ductile to brittle transition temperature and to prevent subsequent brittle fracture of reactor pressure vessels, it has a limitation to determine reference temperatures on heat affected zone and weld metals. The present paper is to propose an enhanced master curve method. Prior to this, several schemes to provide the master curve of inhomogeneous materials such as bimodal master curve estimation, randomly inhomogeneous master curve estimation and single point estimation were reviewed to confirm their applicability. As a result, the single point estimation scheme was chosen as the basic algorithm to calculate the reference temperature and modified by adopting three T0sp parameters concept to enhance the accuracy. The proposed method can be used to inhomogeneous materials for more accurate reference temperature calculation of reactor pressure vessels even with dispersed fracture toughness test data.", "objIdentifier": "3735b45abcf19cf334314eab8189e293", "pissn": "1738-494X", "subject": ["Mechanical Engineering", "Mechanics of Materials"], "eissn": "1976-3824", "author": [{"affiliation": [], "given": "Shin-Beom", "family": "Choi"}, {"affiliation": [], "given": "Sung", "family": "Choi"}, {"affiliation": [], "given": "Jae-Boong", "family": "Choi"}, {"affiliation": [], "given": "Yoon-Suk", "family": "Chang"}, {"affiliation": [], "given": "Min-Chul", "family": "Kim"}, {"affiliation": [], "given": "Bong-Sang", "family": "Lee"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2012-9-15", "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/s12206-012-0739-2", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2012-9", "accepted": null, "publisher": "Springer Nature", "doi": "10.1007/s12206-012-0739-2", "license": null, "url": "http://dx.doi.org/10.1007/s12206-012-0739-2", "issn": [{"type": "print", "value": "1738-494X"}, {"type": "electronic", "value": "1976-3824"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Enhancement of master curve method for inhomogeneous material"], "funder": null, "datasourcePrefix": "crossref____"}
249
{"best_oa_location_url": "https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1535146/pdf", "issued": "2008-6-28", "abstract": "SUMMARY#R##N##R##N#The activation of B lymphocytes and formation of immune complexes have been suggested to play an important role in the pathogenesis of idiopathic pulmonary fibrosis (IPF). To investigate the mechanisms of activation of B lymphocytes, we studied the production of B cell growth factor (BCGF) and B cell differentiation factor (BCDF) in patients with IPF and those with interstitial pneumonia associated with collagen vascular diseases (IP-CVD), in comparison with healthy controls. Culture supernatants of peripheral blood mononuclear cells from patients with IPF induced more IgM and IgA production by B lymphocytes than those from healthy controls, indicating a higher production of BCDF in the patients. Culture supernatants of T lymphocytes obtained from bronchoalveolar lavage fluids (BALF) of patients with IPF induced higher proliferation of B lymphocytes than those from healthy controls, indicating a higher production of BCGF. An increase in production of BCGF and BCDF was not observed in patients with IP-CVD. In the light of these results, it was suggested that there may be an imbalance in T lymphocyte subsets that release lymphokines like BCGF and BCDF in patients with IPF, and that the subsets may differ between blood and BALF. It remains to be elucidated whether the activation of B lymphocytes depending on T lymphocytes determines the development of disease in IPF.", "objIdentifier": "f65e3e89e015f7183ed35e6017090b11", "pissn": "0009-9104", "subject": ["Immunology", "Immunology and Allergy"], "author": [{"affiliation": [], "given": "M.", "family": "EMURA"}, {"affiliation": [], "given": "S.", "family": "NAGAI"}, {"affiliation": [], "given": "M.", "family": "TAKEUCHI"}, {"affiliation": [], "given": "M.", "family": "KITAICHI"}, {"affiliation": [], "given": "T.", "family": "IZUMI"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": "2008-6-28", "link": [{"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1111%2Fj.1365-2249.1990.tb05416.x", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1111/j.1365-2249.1990.tb05416.x", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", "start": {"timestamp": 1441065600000, "date-time": "2015-09-01T00:00:00Z", "date-parts": [[2015, 9, 1]]}, "content-version": "tdm", "delay-in-days": 2621}], "url": "http://dx.doi.org/10.1111/j.1365-2249.1990.tb05416.x", "issn": [{"type": "print", "value": "0009-9104"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["In vitro production of B cell growth factor and B cell differentiation factor by peripheral blood mononuclear cells and bronchoalveolar lavage T lymphocytes from patients with idiopathic pulmonary fibrosis"], "funder": null, "datasourcePrefix": "crossref____"}
250
{"best_oa_location_url": "http://www.ncbi.nlm.nih.gov/pmc/articles/PMC3418434", "issued": "2012-10-01", "abstract": "Mesenchymal stem cells from human bone marrow (hMSCs), due to their intrinsic self-renewing ability and multilineage potential, can differentiate to various cell types of connective tissues including bone, cartilage, fat, muscle, tendon and stroma, thus representing one of the most significant cell sources for regenerative medicine [1–2]. To fully exploit the potential of stem cells in tissue engineering and regeneration, well-controlled techniques for in vitro cell expansion, maintenance and specific differentiation are needed. The most common methods to induce and direct stem cell differentiation in vitro involve the use of soluble chemical and biochemical factors. In contrast, numerous studies indicate that besides growth factors such as cytokines, chemokines and serum proteins, many other factors have a profound influence on cell differentiation [3]. In particular, hMSCs fate in vitro is dependent on physical and chemical dues from the environment as well as from the complex interactions between cells [4–5]. Cell function can be controlled using tailored biomaterials that mimic the native stem cell niche [6]. The engineering of functional tissues in vitro relies on the accurate combination of biomaterial, cells, biological signals and biophysical stimulation [7–8]. Therefore, there is a need to develop suitable biomaterial platforms in which hMSCs can be expanded and stimulated to lineage-specific differentiation, or maintained in an undifferentiated state [9–10]. In this context, cell encapsulation within hydrogels has many advantages for regenerative medicine, providing a hydrated three-dimensional environment with excellent permeability to nutrients and oxygen necessary for tissue healing or regeneration [11]. Silks are versatile protein biomaterials with useful physico-chemical and mechanical properties that undergo biodegradation in vivo, exhibit long-term stability and biocompatibility and have been successfully used in a range of tissue engineering applications [12–17]. In particular, native silk fibroin and its derivatives have been extensively studied as starting materials for hydrogels due to their self-assembly via physical beta sheet crosslinks, avoidance of chemical crosslinkers, and the mechanical properties and slow biodegradability of the hydrogels [12,18]. However, the gelation of silk aqueous solutions obtained by protein self-assembly occurs slowly under physiological conditions, often limiting cell encapsulation [19]. Therefore, we have developed more rapid modes of silk gelation useful for cell encapsulation, including vortexing [20] and ultrasonication [21].#R##N##R##N#As previously reported, we have developed two silk ionomer derivatives, silk fibroin-poly-L-lysine (SF-PL) and silk fibroin-poly-L-glutamic acid (SF-PG) [22], which physically interact via charge complexation to form reversible silk-based hydrogels suitable for cell encapsulation [22]. Furthermore, using layer by layer techniques, these silk ionomers can be used for the formation of pH-sensitive shell microcapsules for the encapsulation and delivery of macromolecules or cells [23].#R##N##R##N#In previous studies, we have also investigated the impact of biophysical signaling in control of hMSC function and differentiation [24–25]. These results indicate that the bioelectrical properties of stem cells, such as the transmembrane potential (Vmem), can strongly influence the differentiation state in hMSCs, and that the modulation of cell Vmem could be a useful tool to control stem cell differentiation [24–25]. In particular, the differentiating cells exhibited a hyperpolarized Vmem compared with undifferentiated hMSCs and improved osteogenic differentiation upon hyperpolarization [24].#R##N##R##N#The aim of the present study was to develop a new method for the encapsulation of hMSCs within charged silk-based hydrogels in order to investigate how stem cells fate is affected by the net charge in the three-dimensional environment. Part of the motivation for such studies was based on our prior studies of the role of stem cell membrane potential on hMSCs fate and function as mentioned above [24–25]. For the present study, ultrasonication was used to induce fast polymer gelation and in situ hMSCs encapsulation. The cells were cultured within the hydrogels in adipogenic, osteogenic or maintenance growth media for up to 56 days to assess differentiation.", "objIdentifier": "6e9275f80a23208ba4fb8fa14437d15a", "pissn": "0142-9612", "subject": ["Biophysics", "Mechanics of Materials", "Bioengineering", "Biomaterials", "Ceramics and Composites"], "author": [{"affiliation": [], "given": "Rossella", "family": "Calabrese"}, {"affiliation": [], "given": "David L.", "family": "Kaplan"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S014296121200693X?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S014296121200693X?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2012-10", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/j.biomaterials.2012.06.043", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1349049600000, "date-parts": [[2012, 10, 1]], "date-time": "2012-10-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/j.biomaterials.2012.06.043", "issn": [{"type": "print", "value": "0142-9612"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Silk ionomers for encapsulation and differentiation of human MSCs"], "funder": null, "datasourcePrefix": "crossref____"}
251
{"best_oa_location_url": "", "issued": "2012-2-9", "abstract": "A new series of high power diode laser line sources is reported. The modules are designed for the industrial materials processing market and include both fiber coupled and direct beam configurations. Typical applications include welding, hardening and semiconductor processing. The biggest challenge in delivering line sources lies in the variety of application specific requirements. This problem is approached with modular concepts that allow for power scaling and custom beam shaping. All modules are available either as an OEM laser head or as a turn-key solution including power supply and chiller. Fiber coupled diode laser modules are available at power levels ranging from 600W to 4kW at various wavelengths. New developments include a 1kW module with a single wavelength and 400um / 0.22NA fiber and a 2kW module based on two wavelengths. Dilas offers up to 5kW from a 1mm / 0.22NA fiber with a single wavelength. At 200 μm fiber diameter, power levels of 850W are available with a single wavelength. While fiber coupled modules allow for easy power scaling, free space systems are capable of even higher overall electrooptical efficiencies and lower cost. Based on modular building blocks, Dilas provides customized solutions that are optimized for individual applications. Two modules will be described in detail. The first module is a 600W line source with line dimensions of 10.5mm x 350 μm at a working distance of 160mm. The second module operates at 3kW output power and creates a homogenized line with dimensions of 9mm x 1.3mm at a working distance of 200mm. Optical design trade-offs will be discussed and concepts for the modules described above are shown. Experimental results are presented.© (2012) COPYRIGHT Society of Photo-Optical Instrumentation Engineers (SPIE). Downloading of the abstract is permitted for personal use only.", "objIdentifier": "a85e1feba1e0d5e1a194cbcaa45f8349", "subject": null, "author": [{"affiliation": [], "given": "Tobias", "family": "Koenning"}, {"affiliation": [], "given": "Kim", "family": "Alegria"}, {"affiliation": [], "given": "Zuolan", "family": "Wang"}, {"affiliation": [], "given": "Dean", "family": "Stapleton"}, {"affiliation": [], "given": "Steve", "family": "Patterson"}, {"affiliation": [], "given": "Bernd", "family": "Koehler"}, {"affiliation": [], "given": "Jens", "family": "Biesenbach"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0004", "value": "Conference object"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2012-2-9", "accepted": null, "publisher": "SPIE", "doi": "10.1117/12.911816", "license": null, "url": "http://dx.doi.org/10.1117/12.911816", "issn": null, "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["kW-class line sources for direct applications"], "funder": null, "datasourcePrefix": "crossref____"}
252
{"best_oa_location_url": "", "issued": "1979-4-01", "abstract": "Conditioned taste aversion was established in rats by spontaneous or forced drinking of saccharin (0.1%, CS) followed after 30 min by poisoning (0.15 M LiCl, 2% body weight, US) and retention was tested by offering the animals saccharin 1 or 2 days later. ECS (50 Hz, 50 mA, 0.5 s) applied 120, 60, 30 or 15 min before saccharin administration elicited an increasing disruption of CTA acquisition which was complete with the 15-min ECS-CS interval. On the other hand, ECS applied 2, 15 or 30 min after saccharin drinking caused either no or only moderate CTA disruption. ECS applied 30 min before retention testing reduced the fluid intake but did not prevent CTA retrieval. Forced feeding saccharin to rats with a strong CTA, established by repeated saccharin-LiCl pairing, caused CTA extinction which was only slightly decreased by ECS applied 10 or 60 min before the extinction trial. The proactive ECS effects prevent formation of the short-term gustatory trace but do not seriously disrupt the gustatory trace-poisioning association and leave the CTA retrival and extinction unaffected. In this respect ECS resembles other procedures that differentially interfere with CTA acquisition and retrieval, particularly the effect of paradoxical sleep deprivation.", "objIdentifier": "2b3915db7b0d37a3e6cd6837163e8955", "pissn": "0031-9384", "subject": ["Experimental and Cognitive Psychology", "Behavioral Neuroscience"], "author": [{"affiliation": [], "given": "O.", "family": "Burešová"}, {"affiliation": [], "given": "J.", "family": "Bureš"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:0031938479902233?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:0031938479902233?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "1979-4", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/0031-9384(79)90223-3", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 291772800000, "date-time": "1979-04-01T00:00:00Z", "date-parts": [[1979, 4, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/0031-9384(79)90223-3", "issn": [{"type": "print", "value": "0031-9384"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["The anterograde effect of ECS on the acquisition, retrieval and extinction of conditioned taste aversion"], "funder": null, "datasourcePrefix": "crossref____"}
253
{"best_oa_location_url": "", "issued": "2010", "abstract": "With the development of society, the human capacity to transform nature gradually increases, as which environmental pollution and ecological destruction have occurred. The faster pace economy developed, the larger scales economy expanded, and the stock of resources dropped at an alarming rate. Environmental issues are posing a threat to human beings in the future. In this paper, we study the issues of resources and environment, establish the optimal models for renewable resources and non-renewable resources, and make responses to the related problems.", "objIdentifier": "3bc6832e1327976dfc2940bf9a10c7d2", "subject": null, "author": [{"affiliation": [], "given": "Aiguo", "family": "Yuan"}, {"affiliation": [], "given": "Hao", "family": "Li"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0004", "value": "Conference object"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://xplorestaging.ieee.org/ielx5/5432231/5432357/05432575.pdf?arnumber=5432575", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2010", "accepted": null, "publisher": "IEEE", "doi": "10.1109/ic4e.2010.54", "license": null, "url": "http://dx.doi.org/10.1109/ic4e.2010.54", "issn": null, "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Research on Issues of Resources and Environment"], "funder": null, "datasourcePrefix": "crossref____"}
254
{"best_oa_location_url": "", "issued": "None", "abstract": [], "objIdentifier": "f5bd8b7d5b091d2d0053c7d87780f8ac", "subject": null, "author": [{"affiliation": [], "given": "Karl", "family": "Braun"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": null, "published-print": null, "accepted": null, "publisher": "SAGE Publications, Inc.", "doi": "10.4135/9781412959636.n469", "license": null, "url": "http://dx.doi.org/10.4135/9781412959636.n469", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Popular Culture"], "funder": null, "datasourcePrefix": "crossref____"}
255
{"best_oa_location_url": "http://doi.org/10.3389/fimmu.2015.00430", "issued": "2015-8-28", "abstract": "The design of heterologous prime-boost vaccine combinations that optimally shape the immune response is of critical importance for the development of next generation vaccines. Here we tested different prime-boost combinations using the tuberculosis vaccine antigen H56 with CAF01 or CpG ODN 1821 adjuvants, administered by the parenteral and nasal routes. By using peptide-MHC class II tetramers, antigen-specific CD4+ T cells were tracked following primary and booster immunizations. Both parenteral priming with H56 plus CAF01 and nasal priming with H56 plus CpG elicited significant expansion of CD4+ tetramer-positive T cells in the spleen, however only parenterally primed cells responded to booster immunization. Subcutaneous priming with H56 and CAF01 followed by nasal boosting with H56 and CpG showed the greater expansion of CD4+ tetramer-positive T cells in the spleen and lungs compared to all the other homologous and heterologous prime-boost combinations. Nasal boosting exerted a recruitment of primed CD4+ T cells into lungs that was stronger in subcutaneously than nasally primed mice, in accordance with different chemokine receptor expression induced by primary immunization. These data demonstrate that subcutaneous priming is fundamental for eliciting CD4+ T cells that can be efficiently boosted by the nasal route and results in the recruitment of antigen-experienced cells into the lungs. Combination of different vaccine formulations and routes of delivery for priming and boosting is a strategic approach for improving and directing vaccine-induced immune responses.", "objIdentifier": "7a65bb29f699d98b01b26f3ba3a3680d", "subject": null, "accepted": null, "author": [{"affiliation": [], "given": "Annalisa", "family": "Ciabattini"}, {"affiliation": [], "given": "Gennaro", "family": "Prota"}, {"affiliation": [], "given": "Dennis", "family": "Christensen"}, {"affiliation": [], "given": "Peter", "family": "Andersen"}, {"affiliation": [], "given": "Gianni", "family": "Pozzi"}, {"affiliation": [], "given": "Donata", "family": "Medaglini"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": "2015-8-28", "link": null, "published-print": null, "eissn": "1664-3224", "publisher": "Frontiers Media SA", "doi": "10.3389/fimmu.2015.00430", "license": null, "url": "http://dx.doi.org/10.3389/fimmu.2015.00430", "issn": [{"type": "electronic", "value": "1664-3224"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Characterization of the Antigen-Specific CD4+ T Cell Response Induced by Prime-Boost Strategies with CAF01 and CpG Adjuvants Administered by the Intranasal and Subcutaneous Routes"], "funder": null, "datasourcePrefix": "crossref____"}
256
{"best_oa_location_url": "", "issued": "1976", "abstract": [], "objIdentifier": "450c0b0f03a8b8f0bad431355ca556d4", "subject": null, "author": [{"affiliation": [], "given": "R.", "family": "Seneor"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/978-94-010-1490-8_8", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1976", "accepted": null, "publisher": "Springer Netherlands", "doi": "10.1007/978-94-010-1490-8_8", "license": null, "url": "http://dx.doi.org/10.1007/978-94-010-1490-8_8", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Existence of Green’s Functions in Perturbative Q. E. D."], "funder": null, "datasourcePrefix": "crossref____"}
257
{"best_oa_location_url": "http://doi.org/10.1007/978-3-319-60768-9_10", "issued": "2017", "abstract": [], "objIdentifier": "b6c23dd4c93af51bafe19e5cbaa65252", "subject": null, "author": [{"affiliation": [], "given": "Margarita", "family": "Schiemer"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": true, "published-online": "2017-8-4", "link": [{"URL": "http://link.springer.com/content/pdf/10.1007/978-3-319-60768-9_10", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2017", "accepted": null, "publisher": "Springer International Publishing", "doi": "10.1007/978-3-319-60768-9_10", "license": [{"URL": "http://creativecommons.org/licenses/by/4.0", "start": {"timestamp": 1483228800000, "date-parts": [[2017, 1, 1]], "date-time": "2017-01-01T00:00:00Z"}, "content-version": "vor", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1007/978-3-319-60768-9_10", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Integrating the Perspective of the Capability Approach"], "funder": null, "datasourcePrefix": "crossref____"}
258
{"best_oa_location_url": "", "issued": "2015", "abstract": "Abstract   Our world is becoming more and more complex, constantly imposing new societal, cultural and professional demands on the individual, such as the increased need for plurilinguistic competences. This situation has prompted the systematic search for new teaching methods that encourage the learning of foreign languages in the school context. One of these approaches is CLIL (Content and Language Integrated Learning) instruction. In Spain, CLIL is increasingly becoming a widespread approach in order to foster foreign language learning in both primary and secondary education. The major aim of this paper is to discuss the implementation of CLIL methodology in three Spanish monolingual communities (Extremadura, Madrid, and La Rioja) so as to suggest future actions to improve its development. In doing so, it will look into the similar and distinctive traits of CLIL implementation initiatives in these communities as well as analysing the various teacher training programmes designed to prepare teachers for bilingual education and what CLIL research has concluded in the Extremadura, Madrid and La Rioja area to date.   Resumen   Nuestro mundo es cada vez mas complejo, imponiendo constantemente nuevas demandas sociales, culturales y profesionales sobre el individuo, como la creciente necesidad de competencias plurilingues. Esta situacion ha llevado a la busqueda sistematica de nuevos metodos de ensenanza que fomenten el aprendizaje de lenguas extranjeras en el contexto escolar. Uno de estos enfoques es la instruccion AICLE1 (Aprendizaje Integrado de Contenido y Lengua Extranjera). En Espana, AICLE es cada vez mas un enfoque generalizado con el fin de fomentar el aprendizaje de lenguas extranjeras en la ensenanza primaria y secundaria. El principal objetivo de este articulo es discutir la implementacion de la metodologia AICLE en tres comunidades monolingues espanolas (Extremadura, Madrid y La Rioja) con el fin de proponer futuras acciones para mejorar su desarrollo. Se describiran los rasgos similares y distintivos de las iniciativas de implementacion AICLE en estas comunidades, ademas de analizar los diferentes programas de formacion de profesores disenados para preparar a estos para la educacion bilingue y que ha concluido hasta la fecha la investigacion sobre AICLE en el area de Extremadura, Madrid y La Rioja.", "objIdentifier": "47da7025c0e2499a125eb214565bdddd", "pissn": "1576-5059", "subject": ["Linguistics and Language", "Language and Linguistics"], "eissn": "2253-8283", "author": [{"affiliation": [], "given": "Borja", "family": "Manzano Vázquez"}, {"affiliation": [], "name": "University of Granada, Spain"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2015", "link": null, "published-print": "2015", "accepted": null, "publisher": "Editorial Universidad de Sevilla", "doi": "10.12795/elia.2015.i15.07", "license": null, "url": "http://dx.doi.org/10.12795/elia.2015.i15.07", "issn": [{"type": "print", "value": "1576-5059"}, {"type": "electronic", "value": "2253-8283"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["CLIL in three Spanish Monolingual Communities: The Examples of Extremadura, Madrid and La Rioja"], "funder": null, "datasourcePrefix": "crossref____"}
259
{"best_oa_location_url": "", "issued": "2017", "abstract": [], "objIdentifier": "784ec98fd775c391c439641c440135f6", "subject": null, "author": [{"affiliation": [], "given": "Kenneth", "family": "Guo"}, {"affiliation": [], "given": "Narayan", "family": "Lath"}, {"affiliation": [], "given": "Ju Le", "family": "Tan"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": "2017-2-10", "link": [{"URL": "http://link.springer.com/content/pdf/10.1007/978-4-431-56071-5_6", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2017", "accepted": null, "publisher": "Springer Japan", "doi": "10.1007/978-4-431-56071-5_6", "license": [{"URL": "http://www.springer.com/tdm", "start": {"timestamp": 1483228800000, "date-parts": [[2017, 1, 1]], "date-time": "2017-01-01T00:00:00Z"}, "content-version": "vor", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1007/978-4-431-56071-5_6", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Imaging: Echo, CT and MRI"], "funder": null, "datasourcePrefix": "crossref____"}
260
{"best_oa_location_url": "", "issued": "2016-6-10", "abstract": "Infant and Child Development#R##N#Early View (Online Version of Record published before inclusion in an issue)", "objIdentifier": "719adfd8520e92dbfb05fcbe8186c410", "pissn": "1522-7227", "subject": ["Developmental and Educational Psychology"], "author": [{"affiliation": [{"name": "Early Childhood Education; Gachon University; Seongnam-si Gyeonggi-do Korea"}], "given": "Kijoo", "family": "Cha"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2016-6-10", "link": [{"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1002%2Ficd.1990", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}, {"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1002%2Ficd.1990", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}, {"URL": "http://onlinelibrary.wiley.com/wol1/doi/10.1002/icd.1990/fullpdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2017-5", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1002/icd.1990", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1", "start": {"timestamp": 1465516800000, "date-time": "2016-06-10T00:00:00Z", "date-parts": [[2016, 6, 10]]}, "content-version": "tdm", "delay-in-days": 0}, {"URL": "http://onlinelibrary.wiley.com/termsAndConditions", "start": {"timestamp": 1465516800000, "date-time": "2016-06-10T00:00:00Z", "date-parts": [[2016, 6, 10]]}, "content-version": "vor", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1002/icd.1990", "issn": [{"type": "print", "value": "1522-7227"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Relationships among Negative Emotionality, Responsive Parenting and Early Socio-cognitive Development in Korean Children"], "funder": null, "datasourcePrefix": "crossref____"}
261
{"best_oa_location_url": "", "issued": "2005-12-1", "abstract": "In most stages of human immunodeficiency virus (HIV) infection, cell-free viral particles can be detected in germinal centres (GCs) that are principally retained, in the form of immune complexes, on the surface of follicular dendritic cells (FDCs). The source of this virus remains unknown, although it is agreed that the FDCs themselves are not infected productively. By sequencing HIV viral DNA, genomic RNA and spliced mRNA isolated from individual splenic white pulps, it was shown here that the majority of HIV-1 viral particles are produced locally within the supporting lymphoid structure and do not result from trapping of circulating viruses or immune complexes. These findings underline the exquisite spatial organization of HIV-1 replication in vivo, suggesting a local origin for viruses trapped in splenic GCs.", "objIdentifier": "47a3c0066e6add27ff03fb6ec752da45", "pissn": "0022-1317", "subject": ["Virology"], "eissn": "1465-2099", "author": [{"affiliation": [], "given": "M.-J.", "family": "Dumaurier"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2005-12-1", "accepted": null, "publisher": "Microbiology Society", "doi": "10.1099/vir.0.81133-0", "license": null, "url": "http://dx.doi.org/10.1099/vir.0.81133-0", "issn": [{"type": "print", "value": "0022-1317"}, {"type": "electronic", "value": "1465-2099"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["The majority of human immunodeficiency virus type 1 particles present within splenic germinal centres are produced locally"], "funder": null, "datasourcePrefix": "crossref____"}
262
{"best_oa_location_url": "", "issued": "1815", "abstract": [], "objIdentifier": "722e0373015a48b1102d2b3166765a67", "pissn": "0003-3804", "subject": ["General Physics and Astronomy"], "eissn": "1521-3889", "author": [{"affiliation": [], "given": "M. P.", "family": "Orfila"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1002%2Fandp.18150500505", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1815", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1002/andp.18150500505", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", "start": {"timestamp": 1441065600000, "date-parts": [[2015, 9, 1]], "date-time": "2015-09-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 73292}], "url": "http://dx.doi.org/10.1002/andp.18150500505", "issn": [{"type": "print", "value": "0003-3804"}, {"type": "electronic", "value": "1521-3889"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Ueber die Einwirkung der Jodine auf den thierischen Körper"], "funder": null, "datasourcePrefix": "crossref____"}
263
{"best_oa_location_url": "", "issued": "1997-10-1", "abstract": [], "objIdentifier": "beaf582bf4f7c12fe7e44c9fa8cee18d", "pissn": "0098-7484", "subject": ["General Medicine"], "eissn": "1538-3598", "author": [{"affiliation": [], "given": "C.", "family": "Anderson"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1997-10-1", "accepted": null, "publisher": "American Medical Association (AMA)", "doi": "10.1001/jama.278.13.1045", "license": null, "url": "http://dx.doi.org/10.1001/jama.278.13.1045", "issn": [{"type": "print", "value": "0098-7484"}, {"type": "electronic", "value": "1538-3598"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Violence in television commercials during nonviolent programming. The 1996 Major League Baseball playoffs"], "funder": null, "datasourcePrefix": "crossref____"}
264
{"best_oa_location_url": "", "issued": "1995-1-01", "abstract": [], "objIdentifier": "e3eaf1a2501226d238d318cf09a2c42b", "pissn": "0038-0253", "subject": ["Sociology and Political Science"], "eissn": "1533-8525", "author": [{"affiliation": [{"name": " Marquette University"}], "given": "Gale", "family": "Miller"}, {"affiliation": [{"name": " Marquette University"}], "given": "James A.", "family": "Holstein"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2016-12-12", "link": [{"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1111%2Fj.1533-8525.1995.tb02319.x", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}, {"URL": "https://www.tandfonline.com/doi/pdf/10.1111/j.1533-8525.1995.tb02319.x", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1995-1", "accepted": null, "publisher": "Informa UK Limited", "doi": "10.1111/j.1533-8525.1995.tb02319.x", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", "start": {"timestamp": 1441065600000, "date-parts": [[2015, 9, 1]], "date-time": "2015-09-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 7548}], "url": "http://dx.doi.org/10.1111/j.1533-8525.1995.tb02319.x", "issn": [{"type": "print", "value": "0038-0253"}, {"type": "electronic", "value": "1533-8525"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Dispute Domains: Organizational Contexts and Dispute Processing"], "funder": null, "datasourcePrefix": "crossref____"}
265
{"best_oa_location_url": "http://repositorio.uchile.cl/bitstream/2250/126663/1/delito_como_injusto_culpable.pdf", "issued": "2011-7-01", "abstract": "El articulo propone una comprension estructural del concepto dogmatico de delito, diferenciandolo del concepto de hecho punible, y validando su definicion tradicional como “injusto culpable”. Sobre esta base, se ofrece una reconstruccion de la conexion funcional entre el injusto subjetivo y la culpabilidad, para despues especificar como dicha conexion se ve expresada en la relacion funcional que cabe reconocer entre el dolo y la consciencia de la antijuridicidad. La tesis central, a este respecto, consiste en la proposicion de que solo en una atribucion de culpabilidad definida por la consciencia de la antijuridicidad puede reflejarse el caracter doloso del injusto. Sobre esta base, se sugiere una relectura de la regulacion legal en cuanto al regimen de punibilidad y penalidad aplicable a los casos de error de prohibicion vencible, que admite caracterizarse como una defensa de la solucion postulada por la “teoria del dolo” a traves del aparato conceptual de la “teoria de la culpabilidad”.", "objIdentifier": "ab9809975c2e151883d56f91cedd825f", "subject": ["Law"], "accepted": null, "author": [{"affiliation": [], "given": "Juan Pablo", "family": "Mañalich Raffo"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": "2011-7", "link": null, "published-print": null, "eissn": "0718-0950", "publisher": "SciELO Comision Nacional de Investigacion Cientifica Y Tecnologica (CONICYT)", "doi": "10.4067/s0718-09502011000100005", "license": null, "url": "http://dx.doi.org/10.4067/s0718-09502011000100005", "issn": [{"type": "electronic", "value": "0718-0950"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["El delito como injusto culpable: Sobre la conexión funcional entre el dolo y la consciencia de la antijuridicidad en el derecho penal chileno"], "funder": null, "datasourcePrefix": "crossref____"}
266
{"best_oa_location_url": "", "issued": "2012-8-01", "abstract": [], "objIdentifier": "e9d905e559f3d6f9af701eb64a17bf31", "pissn": "0022-6912", "subject": null, "eissn": "1613-7639", "author": [{"affiliation": [], "given": "Hansjörg", "family": "Sailer"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2012-8-30", "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/s00503-012-0071-z", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2012-8", "accepted": null, "publisher": "Springer Nature", "doi": "10.1007/s00503-012-0071-z", "license": null, "url": "http://dx.doi.org/10.1007/s00503-012-0071-z", "issn": [{"type": "print", "value": "0022-6912"}, {"type": "electronic", "value": "1613-7639"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Grundschema der Behauptungs- und Beweislast bei Verletzung von Sorgfaltsverbindlichkeiten"], "funder": null, "datasourcePrefix": "crossref____"}
267
{"best_oa_location_url": "", "issued": "2013-4-01", "abstract": "Multi-valued logic (MVL) can be viewed as an alternative approach to solve many problems in transmission, storage and processing of large amount of information in digital signal processing. For the first time to our knowledge, the principle and possibilities of design of an all-optical ordinary quaternary inverter circuit has been proposed and described using binary NOT gate. Here, the different quaternary (4-valued) logical states are represented by different polarized state of light. Terahertz Optical Asymmetric Demultiplexer (TOAD) based interferometric switch can take an important role in this regard. Computer simulation result confirming described methods and conclusion are given in this paper.", "objIdentifier": "18a9b1cd378591848dc1c902f35df6dc", "pissn": "0030-4026", "subject": ["Electrical and Electronic Engineering", "Atomic and Molecular Physics, and Optics", "Electronic, Optical and Magnetic Materials"], "author": [{"ORCID": "0000-0003-1157-5443", "affiliation": [], "given": "Tanay", "family": "Chattopadhyay"}, {"affiliation": [], "given": "Jitendra Nath", "family": "Roy"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0030402612001131?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S0030402612001131?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2013-4", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/j.ijleo.2012.01.035", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1364774400000, "date-parts": [[2013, 4, 1]], "date-time": "2013-04-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/j.ijleo.2012.01.035", "issn": [{"type": "print", "value": "0030-4026"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["All-optical ordinary quaternary inverter (QNOT) using binary NOT gate"], "funder": null, "datasourcePrefix": "crossref____"}
268
{"best_oa_location_url": "", "issued": "1928-1-01", "abstract": "The isoelectric point of a bacterial system is the hydrogen-ion concentration at which there is equal retention of anion and cation. Defining this point as that at which there is equal retention of acidic and basic stain when acetone is used as a decolorizer, it is shown that acidic decolorizers shift the experimentally determined point to a higher pH-value while basic decolorizers shift it to a lower value. Thus basic decolorizers show abnormally high decolorizing power toward smears stained with acid dyes, and acid decolorizers show the same abnormal behavior toward smears stained with basic dye. By basic decolorizer is meant, not one of high pH-value, but one which will form a salt with acids, as for example pyridin or anilin. This indicates an ionic chemical equilibrium as a factor in the mechanism of staining.", "objIdentifier": "a55af4fc6838ffee5943c0fb804e8f62", "pissn": "0038-9153", "subject": ["Anatomy"], "author": [{"affiliation": [], "given": "Esther Wagner", "family": "Stearn"}, {"affiliation": [], "given": "Allen E.", "family": "Stearn"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2009-7-12", "link": [{"URL": "http://www.tandfonline.com/doi/pdf/10.3109/10520292809115687", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1928-1", "accepted": null, "publisher": "Informa UK Limited", "doi": "10.3109/10520292809115687", "license": null, "url": "http://dx.doi.org/10.3109/10520292809115687", "issn": [{"type": "print", "value": "0038-9153"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["The Effect of the Chemical Nature of a Decolorizer on Its Functioning. II. the Apparent Isoelectric Point"], "funder": null, "datasourcePrefix": "crossref____"}
269
{"best_oa_location_url": "", "issued": "2017-2-01", "abstract": "The conservation and management of heavily exploited fish stocks require reliable data on various aspects of reproduction. In particular, information about spawning migration and spawning period of both sexes is essential for protecting important spawning habitats. However, studies that focus on male spawning ecology are very limited. We elucidated the male spawning migration, core duration of reproduction, and seasonal changes in the maturity of the barfin flounder Verasper moseri, an important target flatfish for stock enhancement programs in Japan. We conducted histological observations of the testes and utilized the sperm duct volume index to facilitate accurate determination of the male spawning period. Fish before spermiation were mainly observed off Hokkaido and partially off northern Tohoku (40.2–43.4°N) during August–December. However, fish undergoing spermiation and sperm release were not found near these areas and were observed only off southernmost Tohoku (35.8–37.5°N approximately 300 m deep) from late January to April. Very few spent fish were caught off southern Tohoku, but were frequently observed off Hokkaido during May–June. These results demonstrate that male V. moseri repeat widespread spawning migrations over 700 km between feeding grounds off Hokkaido and spawning grounds off southern Tohoku. Moreover, a combined analysis related to seasonal variations in the sperm duct volume and the proportion of spawning adults identified that the core duration of male reproduction was during March. Until now, reproduction of the next generation in the wild has not been confirmed, despite the continual release of seedlings and local fishery restrictions around Hokkaido. Our results underscore the necessity of a more widespread fishery management plan for V. moseri that encompasses the waters off Hokkaido and Tohoku to more effectively enhance reproduction.", "objIdentifier": "df4e5cbbe55c7992388ee4b5bb237571", "pissn": "0165-7836", "subject": ["Aquatic Science"], "author": [{"affiliation": [], "given": "Takaaki", "family": "Kayaba"}, {"affiliation": [], "given": "Toshihiro", "family": "Wada"}, {"affiliation": [], "given": "Osamu", "family": "Murakami"}, {"affiliation": [], "given": "Kyoichi", "family": "Kamiyama"}, {"affiliation": [], "given": "Sayumi", "family": "Sawaguchi"}, {"affiliation": [], "given": "Ryo", "family": "Kawabe"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0165783616302089?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}, {"URL": "http://api.elsevier.com/content/article/PII:S0165783616302089?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}], "published-print": "2017-2", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/j.fishres.2016.06.019", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1485907200000, "date-parts": [[2017, 2, 1]], "date-time": "2017-02-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/j.fishres.2016.06.019", "issn": [{"type": "print", "value": "0165-7836"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Elucidating the spawning migration and core reproductive duration of male flatfish using sperm duct volume as an index for better fishery advice and management"], "funder": [{"name": "Ministry of Agriculture, Forestry and Fisheries, Japan", "award": []}], "datasourcePrefix": "crossref____"}
270
{"publisher": "Defense Technical Information Center", "doi": "10.21236/ada402217", "license": null, "author": [{"affiliation": [], "given": "Matthew J.", "family": "Ruane"}], "url": "http://dx.doi.org/10.21236/ada402217", "issued": "2002-5-2", "abstract": [], "issn": null, "dateOfCollection": "2018-08-07 12:28:06Z", "datasourcePrefix": "crossref____", "link": null, "objIdentifier": "33d0efae964689ea41f13f3c3a0a1c8e", "published-print": "2002-5-2", "collectedFrom": [{"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["The Defense Production Act of 1950: Vital Defense and Emergency Acquisition Authority for 2002"], "funder": null, "accepted": null, "type": {"cobj": "0017", "value": "Report"}, "is_oa": false, "published-online": null, "subject": null}
271
{"best_oa_location_url": "", "issued": "2011-8-01", "abstract": "Abstract  Genomic selection relies on the whole-genome evaluation of single nucleotide polymorphisms (SNP), some of them linked to quantitative trait loci (QTL). Although statistical methodology has been developed for the analysis of genomic data, little is known about the performance of SNP association studies when trying to capture variability from QTL mutations of different ages. Within this context, the influence of mutation age was analyzed under a simulation design, assuming presence or absence of selection on mutant QTL alleles. Focusing on a unique chromosome with a single QTL located in the proximal end, the performance of the genomic selection analyses was evaluated in terms of standardized mean square error (MSE). For all simulation scenarios, MSE was highest for the youngest mutations. The MSE was progressively reduced with mutation age under random mating and soft selection, and reached its maximum performance with the oldest mutations. On the other hand, moderate and strong selection caused a quick reduction of the MSE from youngest mutations to mutations arising in generations 920 to 939, thus resulting in a progressive increase for older mutations. In both cases, very young mutations escaped from genomic selection analyses, releasing a relevant amount of genetic variability that could not be captured and used in genomic selection programs. This demonstrated the need for new analytical approaches to model relevant and recent sources of variation; if captured, these young mutations could substantially contribute to current breeding schemes.", "objIdentifier": "2dc416faa35ef15690b9278cdd540d66", "pissn": "0022-0302", "subject": ["Food Science", "Animal Science and Zoology", "Genetics"], "author": [{"affiliation": [], "given": "J.", "family": "Casellas"}, {"affiliation": [], "given": "L.", "family": "Varona"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0022030211004279?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S0022030211004279?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2011-8", "accepted": null, "publisher": "American Dairy Science Association", "doi": "10.3168/jds.2011-4186", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1312156800000, "date-time": "2011-08-01T00:00:00Z", "date-parts": [[2011, 8, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.3168/jds.2011-4186", "issn": [{"type": "print", "value": "0022-0302"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Short communication: Effect of mutation age on genomic predictions"], "funder": [{"name": "This research was funded", "award": ["AGL2010-15903/GAN and AGL2010-21176/GAN"]}], "datasourcePrefix": "crossref____"}
272
{"best_oa_location_url": "", "issued": "1987-1-01", "abstract": "A group of negative photoresists has been developed by sensitizing poly(vinylphenol), or more exactly, poly(p-hydroxystyrene) with aromatic azides. The resists exhibit high resolution capability because they do not swell in aqueous alkaline developers. Examples of azides used are 3,3′-diazidodiphenylsulfone (I), 4-azidochalcone (II), 3-(p-azidostyryl)- 5,5-dimethyl-2-cyclohexen-1-one (III), 3-(4-(p-azidophenyl)-1,3-butadienyl)-5,5-dimethyl-2-cyclohexen-1-one (IV), and 2-(p-azidostyryl)-4-benzylideneoxazolone (V). Sensitization of poly(vinylphenol) with I gives a deep UV resist. Photoresist composed of poly(vinylphenol) and II or III is suited for exposure to i line (365 nm) of mercury lamp. It resolves 0.6 μm line and space patterns. When IV or V is used as a sensitizer, the resit is sensitive to visible light such as g line (436 nm).", "objIdentifier": "e202de5ede7e9d14e731c690d0fc146c", "pissn": "0032-3896", "subject": ["Materials Chemistry", "Polymers and Plastics"], "eissn": "1349-0540", "author": [{"affiliation": [], "given": "S", "family": "Nonogaki"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1987-1", "accepted": null, "publisher": "Springer Nature", "doi": "10.1295/polymj.19.99", "license": null, "url": "http://dx.doi.org/10.1295/polymj.19.99", "issn": [{"type": "print", "value": "0032-3896"}, {"type": "electronic", "value": "1349-0540"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["High-Resolution Negative Photoresists Composed of Phenolic Resin and Aromatic Azide"], "funder": null, "datasourcePrefix": "crossref____"}
273
{"best_oa_location_url": "", "issued": "2003-9-01", "abstract": [], "objIdentifier": "6b84082b8cfb88371f559758ef50827d", "pissn": "1044-3983", "subject": ["Epidemiology"], "author": [{"affiliation": [], "given": "K", "family": "Cantor"}, {"affiliation": [], "given": "D", "family": "Baris"}, {"affiliation": [], "given": "P", "family": "Inskip"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2003-9", "accepted": null, "publisher": "Ovid Technologies (Wolters Kluwer Health)", "doi": "10.1097/00001648-200309001-00193", "license": null, "url": "http://dx.doi.org/10.1097/00001648-200309001-00193", "issn": [{"type": "print", "value": "1044-3983"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["MORTALITY AMONG RADIO AMATEUR OPERATORS"], "funder": null, "datasourcePrefix": "crossref____"}
274
{"best_oa_location_url": "", "issued": "1992", "abstract": "In 2 experiments, young and older adults demonstrated modality effects of similar magnitude in perceptual identification tasks. That is, both young and older adults demonstrated more repetition priming when study and test modalities matched than when they were different, suggesting that contextual information was equally available across age. However, when asked explicitly to retrieve modality information, older adults were less accurate than young adults. These results constitute evidence for a dissociation between direct and indirect measures of memory for modality information. They call into question hypotheses that memory impairment in old age is due to deficient encoding of contextual information and challenge current accounts of modality effects in repetition priming. Language: en", "objIdentifier": "9556e7c08252963d652a2b1b2f980d91", "pissn": "0278-7393", "subject": ["Linguistics and Language", "Experimental and Cognitive Psychology", "Language and Linguistics"], "author": [{"affiliation": [], "given": "Leah L.", "family": "Light"}, {"affiliation": [], "given": "Donna", "family": "LaVoie"}, {"affiliation": [], "given": "Debra", "family": "Valencia-Laver"}, {"affiliation": [], "given": "Shirley A.", "family": "Owens"}, {"affiliation": [], "family": "et al"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1992", "accepted": null, "publisher": "American Psychological Association (APA)", "doi": "10.1037//0278-7393.18.6.1284", "license": null, "url": "http://dx.doi.org/10.1037//0278-7393.18.6.1284", "issn": [{"type": "print", "value": "0278-7393"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Direct and indirect measures of memory for modality in young and older adults."], "funder": null, "datasourcePrefix": "crossref____"}
275
{"issued": "1965-12-1", "abstract": [], "objIdentifier": "47c8dc756aa0714365a2d78741fcac15", "pissn": "0002-9165", "subject": ["Nutrition and Dietetics", "Medicine (miscellaneous)"], "accepted": null, "author": [{"affiliation": [{"name": "Career Research Professor, Vanderbilt University, Nashville, Tennessee"}], "given": "GEORGE V.", "family": "MANN"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://academic.oup.com/ajcn/article-pdf/17/6/410/24189201/410.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1965-12-1", "eissn": "1938-3207", "publisher": "Oxford University Press (OUP)", "doi": "10.1093/ajcn/17.6.410", "license": null, "url": "http://dx.doi.org/10.1093/ajcn/17.6.410", "issn": [{"type": "print", "value": "0002-9165"}, {"type": "electronic", "value": "1938-3207"}], "collectedFrom": [{"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Factors Affecting Interpretation of Clinical Data"], "funder": null, "datasourcePrefix": "crossref____"}
276
{"best_oa_location_url": "", "issued": "2016", "abstract": [], "objIdentifier": "3c8071a1aaf92476c4b8072b2e7d2756", "subject": null, "author": [{"affiliation": [], "given": "Nader", "family": "Fergany"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://link.springer.com/content/pdf/10.1007/978-1-137-59094-7_4", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2016", "accepted": null, "publisher": "Palgrave Macmillan US", "doi": "10.1007/978-1-137-59094-7_4", "license": [{"URL": "http://www.springer.com/tdm", "start": {"timestamp": 1451606400000, "date-parts": [[2016, 1, 1]], "date-time": "2016-01-01T00:00:00Z"}, "content-version": "vor", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1007/978-1-137-59094-7_4", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["To Falter or Not to Falter, Lessons from Egypt and Tunisia"], "funder": null, "datasourcePrefix": "crossref____"}
277
{"best_oa_location_url": "http://doi.org/10.1016/j.sbspro.2012.06.457", "issued": "2012", "abstract": "Abstract   In this paper, our aim is to propose a Blended Learning Methodology generic enough to be applied in any course at least in Higher Education. It is our belief that lecturers could change their teaching strategies if provided with some clear guidelines to follow. That way, we expect that any lecturer can take advantage of the proven benefits of using Blended Learning in their courses. Moreover, to test the validity of the methodology, several experiments have been carried out using the proposed methodology during the 2010/2011 academic year in four courses with 5 different lecturers and 273 university students.", "objIdentifier": "220655fe911382dc676971e969f77ad3", "pissn": "1877-0428", "subject": null, "author": [{"affiliation": [], "given": "Diana", "family": "Pérez-Marín"}, {"affiliation": [], "given": "Liliana", "family": "Santacruz"}, {"affiliation": [], "given": "Marta", "family": "Gómez"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S1877042812021933?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S1877042812021933?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2012", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/j.sbspro.2012.06.457", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1325376000000, "date-parts": [[2012, 1, 1]], "date-time": "2012-01-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}, {"URL": "http://creativecommons.org/licenses/by-nc-nd/3.0/", "start": {"timestamp": 1373932800000, "date-parts": [[2013, 7, 16]], "date-time": "2013-07-16T00:00:00Z"}, "content-version": "vor", "delay-in-days": 562}], "url": "http://dx.doi.org/10.1016/j.sbspro.2012.06.457", "issn": [{"type": "print", "value": "1877-0428"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["A Proposal for A Blended Learning Methodology and How to Apply it With University Students"], "funder": null, "datasourcePrefix": "crossref____"}
278
{"best_oa_location_url": "", "issued": "1987-7-01", "abstract": [], "objIdentifier": "e3ea0f986709e116439cd3fb0596194a", "subject": null, "author": [{"affiliation": [{"name": "Chinese Medicinal Material Research Centre, The Chinese University of Hong Kong, Hong Kong"}], "given": "Hson-Mou", "family": "CHANG"}, {"affiliation": [{"name": "Chinese Medicinal Material Research Centre, The Chinese University of Hong Kong, Hong Kong"}], "given": "Paul Pui-Hay", "family": "BUT"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": "2014-7-15", "link": null, "published-print": "1987-7", "accepted": null, "publisher": "WORLD SCIENTIFIC", "doi": "10.1142/9789814503181_0056", "license": null, "url": "http://dx.doi.org/10.1142/9789814503181_0056", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["SANGSHEN"], "funder": null, "datasourcePrefix": "crossref____"}
279
{"best_oa_location_url": "http://doi.org/10.1590/0047-2085000000086", "issued": "2015-9-01", "abstract": [], "objIdentifier": "c2d1ca7d8acbc9d0e64932c7e9b438e1", "subject": ["Psychiatry and Mental health"], "accepted": null, "author": [{"affiliation": [{"name": "Universidade Federal do Rio de Janeiro,  Brasil"}], "given": "Antonio Egidio", "family": "Nardi"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": null, "link": [{"URL": "http://www.scielo.br/pdf/jbpsiq/v64n3/0047-2085-jbpsiq-64-3-0257.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2015-9", "eissn": "0047-2085", "publisher": "FapUNIFESP (SciELO)", "doi": "10.1590/0047-2085000000086", "license": null, "url": "http://dx.doi.org/10.1590/0047-2085000000086", "issn": [{"type": "electronic", "value": "0047-2085"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Treatment-resistant mood disorders"], "funder": null, "datasourcePrefix": "crossref____"}
280
{"best_oa_location_url": "", "issued": "2008", "abstract": "Publisher Summary#R##N#This chapter provides a highly illustrated description of the various components of the soft anatomy of the Blacklip pearl oyster, Pinctada margaritifera. This chapter also includes a comprehensively illustrated description of the soft anatomy of P. margaritifera as a general guide to these structures in other species. The chapter goes on to describe the structure of the shells and nacre of pearl oysters and the mechanisms by which nacre is formed. The shell structure of pearl oysters, which is fundamentally similar to other bivalves, is also described. It consists of three layers. The outermost layer, the periostracum, is largely composed of quinone-tanned proteins (known as conchiolin). It provides mechanical and fouling protection for the shell. The middle layer, the ostracum or prismatic layer, consists of relatively large polygonal prisms of calcite, which are arranged in a lattice-like format with long axes perpendicular to the shell surface. The innermost nacre consists of flat polygonal tablets of aragonite with complex extracrystalline and intracrystalline organic matrices in a “bricks and mortar” format. The three shell layers are secreted by different sections of the distal mantle edge, but the nacreous layer differs fundamentally from the other layers. While the nacreous layer is initially secreted at the distal edge of the mantle, like the other layers, it continues to be secreted and thickened over the entire outer surface of the mantle lobes. This creates the thick MOP lining inside of the pearl oyster shell. The active role of proteins in biomineralization is fundamental; it represents a source of inspiration for future nanotechnology with a bottom-up approach.", "objIdentifier": "33db4f41fdf7e51571ff829367504cde", "subject": null, "author": [{"affiliation": [], "given": "Angelique", "family": "Fougerouse"}, {"affiliation": [], "given": "Marthe", "family": "Rousseau"}, {"affiliation": [], "given": "John S.", "family": "Lucas"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2008", "accepted": null, "publisher": "Elsevier", "doi": "10.1016/b978-0-444-52976-3.00003-6", "license": null, "url": "http://dx.doi.org/10.1016/b978-0-444-52976-3.00003-6", "issn": null, "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Soft Tissue Anatomy, Shell Structure and Biomineralization"], "funder": null, "datasourcePrefix": "crossref____"}
281
{"best_oa_location_url": "", "issued": "1994-4-01", "abstract": [], "objIdentifier": "66c5de0ce1ce890398c6c536c71eb86b", "pissn": "0048-1009", "subject": ["Linguistics and Language", "Religious studies", "Literature and Literary Theory", "History", "Language and Linguistics"], "author": [{"affiliation": [], "given": "Michael", "family": "Goulder"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1994-4", "accepted": null, "publisher": "JSTOR", "doi": "10.2307/1561538", "license": null, "url": "http://dx.doi.org/10.2307/1561538", "issn": [{"type": "print", "value": "0048-1009"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["The Quest for Q"], "funder": null, "datasourcePrefix": "crossref____"}
282
{"best_oa_location_url": "", "issued": "2005", "abstract": [], "objIdentifier": "7db95fd5ae6948be5edc467194d0aa7e", "pissn": "1774-4466", "subject": ["Literature and Literary Theory", "Cultural Studies", "History", "Visual Arts and Performing Arts"], "author": [{"affiliation": [], "given": "Bénédicte", "family": "Boudou"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2005", "accepted": null, "publisher": "PERSEE Program", "doi": "10.3406/xvi.2005.852", "license": null, "url": "http://dx.doi.org/10.3406/xvi.2005.852", "issn": [{"type": "print", "value": "1774-4466"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Proverbes et formules gnomiques chez Henri Estienne : de l’histoire à la poésie"], "funder": null, "datasourcePrefix": "crossref____"}
283
{"best_oa_location_url": "", "issued": "None", "abstract": [], "objIdentifier": "c92872171506bb6cfd561add7c2016bc", "subject": null, "author": [{"affiliation": [], "given": "Brian", "family": "Vickers"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": null, "published-print": null, "accepted": null, "publisher": "Cambridge University Press", "doi": "10.1017/sso9781107775572.008", "license": null, "url": "http://dx.doi.org/10.1017/sso9781107775572.008", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["The Two Authors of Edward III"], "funder": null, "datasourcePrefix": "crossref____"}
284
{"best_oa_location_url": "", "issued": "2016-10-01", "abstract": "We present an efficient approach of Finite Element Method (FEM)-based nonrigid image registration, in which the spatial transformation is constructed using truncated hierarchical B-splines (THB-splines). The image registration framework minimizes an energy functional using an FEM-based method and thus involves solving a large system of linear equations. This framework is carried out on a set of successively refined grids. However, due to the increased number of control points during subdivision, large linear systems are generated which are generally demanding to solve. Instead of using uniform subdivision, an adaptive local refinement scheme is carried out, only refining the areas of large change in deformation of the image. By incorporating the key advantages of THB-spline basis functions such as linear independence, partition of unity and reduced overlap into the FEM-based framework, we improve the matrix sparsity and computational efficiency. The performance of the proposed method is demonstrated on 2D synthetic and medical images.", "objIdentifier": "97734d647d62746c2a88d136d6d2da88", "pissn": "0898-1221", "subject": ["Modelling and Simulation", "Computational Theory and Mathematics", "Computational Mathematics"], "author": [{"affiliation": [], "given": "Aishwarya", "family": "Pawar"}, {"ORCID": "0000-0001-7436-9757", "authenticated-orcid": false, "given": "Yongjie", "family": "Zhang", "affiliation": []}, {"affiliation": [], "given": "Yue", "family": "Jia"}, {"affiliation": [], "given": "Xiaodong", "family": "Wei"}, {"affiliation": [], "given": "Timon", "family": "Rabczuk"}, {"affiliation": [], "given": "Chiu Ling", "family": "Chan"}, {"affiliation": [], "given": "Cosmin", "family": "Anitescu"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0898122116302887?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S0898122116302887?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2016-10", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/j.camwa.2016.05.020", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1475280000000, "date-time": "2016-10-01T00:00:00Z", "date-parts": [[2016, 10, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/j.camwa.2016.05.020", "issn": [{"type": "print", "value": "0898-1221"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Adaptive FEM-based nonrigid image registration using truncated hierarchical B-splines"], "funder": [{"doi-asserted-by": "publisher", "DOI": "10.13039/100000001", "name": "National Science Foundation", "award": ["OCI-1149591"]}, {"name": "EU-FP7", "award": ["PITN-GA-2011-289361"]}], "datasourcePrefix": "crossref____"}
285
{"issued": "2017-12-21", "abstract": [], "objIdentifier": "3b8bcea6c844f1f697832fc9e532340c", "subject": null, "accepted": null, "author": [{"affiliation": [{"name": "Department of Surgery, Western Michigan University Homer Stryker MD School of Medicine, Kalamazoo, Michigan."}], "given": "Steven Z.", "family": "Lu"}, {"affiliation": [{"name": "Department of Pediatric Surgery, Bronson Children's Hospital, Kalmazoo, Michigan."}], "given": "Michael J.", "family": "Leinwand"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2017-12-21", "link": [{"URL": "http://online.liebertpub.com/doi/full-xml/10.1089/vor.2017.0488", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/xml"}], "published-print": null, "eissn": "2373-3063", "publisher": "Mary Ann Liebert Inc", "doi": "10.1089/vor.2017.0488", "license": [{"URL": "http://www.liebertpub.com/nv/resources-tools/text-and-data-mining-policy/121/", "start": {"timestamp": 1513814400000, "date-parts": [[2017, 12, 21]], "date-time": "2017-12-21T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1089/vor.2017.0488", "issn": [{"type": "electronic", "value": "2373-3063"}], "collectedFrom": [{"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Laparoscopic Neoappendicostomy"], "funder": null, "datasourcePrefix": "crossref____"}
286
{"best_oa_location_url": "", "issued": "2000", "abstract": [], "objIdentifier": "5796d77ff4c8e63aa12b3e62789986e7", "pissn": "0749-1581", "subject": ["General Materials Science", "General Chemistry"], "eissn": "1097-458X", "author": [{"affiliation": [], "given": "H.", "family": "Günther"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2000", "link": [{"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1002%2F1097-458X(200006)38:13%3C::AID-MRC720%3E3.0.CO;2-E", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2000-6", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1002/1097-458x(200006)38:13<::aid-mrc720>3.0.co;2-e", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", "start": {"timestamp": 1441065600000, "date-parts": [[2015, 9, 1]], "date-time": "2015-09-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 5722}], "url": "http://dx.doi.org/10.1002/1097-458x(200006)38:13<::aid-mrc720>3.0.co;2-e", "issn": [{"type": "print", "value": "0749-1581"}, {"type": "electronic", "value": "1097-458X"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Editorial"], "funder": null, "datasourcePrefix": "crossref____"}
287
{"best_oa_location_url": "", "issued": "2015-9-9", "abstract": "Journal of Cellular Physiology#R##N#Early View (Online Version of Record published before inclusion in an issue)", "objIdentifier": "d9fa44a196b44a833f00ea35e7f4c5ed", "pissn": "0021-9541", "subject": ["Clinical Biochemistry", "Cell Biology", "Physiology"], "author": [{"affiliation": [{"name": "Division of Systems Biology; National Center for Toxicological Research; Food and Drug Administration; Jefferson Arkansas"}], "given": "Qiang", "family": "Shi"}, {"affiliation": [{"name": "Division of Systems Biology; National Center for Toxicological Research; Food and Drug Administration; Jefferson Arkansas"}], "given": "Xi", "family": "Yang"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2015-9-9", "link": [{"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1002%2Fjcp.25174", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}, {"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1002%2Fjcp.25174", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}, {"URL": "http://onlinelibrary.wiley.com/wol1/doi/10.1002/jcp.25174/fullpdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2016-4", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1002/jcp.25174", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", "start": {"timestamp": 1441065600000, "date-parts": [[2015, 9, 1]], "date-time": "2015-09-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1002/jcp.25174", "issn": [{"type": "print", "value": "0021-9541"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Circulating MicroRNA and Long Noncoding RNA as Biomarkers of Cardiovascular Diseases"], "funder": null, "datasourcePrefix": "crossref____"}
288
{"best_oa_location_url": "", "issued": "2008-4-01", "abstract": "This article intends to present an overview of the present organizational aspects of doctoral programs in the USA, followed by a discussion of some challenges both the academic research community and other crucial players will have to rise to. The author's long‐standing experience in research programs and institutional structures has led him to conclude that: for a graduate school in the USA to really develop a new knowledge generation, one that will effectively evolve within its own research community and contribute to society at large, more concerted action by governmental agencies and other stakeholders is needed, in order to establish national standards for and financially empower graduate schools in pursuing their doctoral programs.", "objIdentifier": "472cf2e8f66c7bfe1ad9414926b6597e", "pissn": "0379-7724", "subject": ["Education"], "eissn": "1469-8358", "author": [{"affiliation": [], "given": "George", "family": "Walker"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2008-8-4", "link": [{"URL": "https://www.tandfonline.com/doi/pdf/10.1080/03797720802228142", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2008-4", "accepted": null, "publisher": "Informa UK Limited", "doi": "10.1080/03797720802228142", "license": null, "url": "http://dx.doi.org/10.1080/03797720802228142", "issn": [{"type": "print", "value": "0379-7724"}, {"type": "electronic", "value": "1469-8358"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Doctoral Education in the United States of America"], "funder": null, "datasourcePrefix": "crossref____"}
289
{"best_oa_location_url": "", "issued": "2003-7-01", "abstract": [], "objIdentifier": "d7c4f0ae685c1ee5e07f3001fe9d7334", "pissn": "1070-8030", "subject": ["Pulmonary and Respiratory Medicine"], "author": [{"affiliation": [], "given": "Bernabé Jurado", "family": "Gámez"}, {"affiliation": [], "given": "M. Nuria Feu", "family": "Collado"}, {"affiliation": [], "given": "Luis Muñoz", "family": "Cabrera"}, {"affiliation": [], "given": "Andrés Cosano", "family": "Povedano"}, {"affiliation": [], "given": "Antonio Álvarez", "family": "Kindelan"}, {"affiliation": [], "given": "Javier", "family": "Algar"}, {"affiliation": [], "given": "Javier López", "family": "Pujol"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2003-7", "accepted": null, "publisher": "Ovid Technologies (Wolters Kluwer Health)", "doi": "10.1097/00128594-200307000-00006", "license": null, "url": "http://dx.doi.org/10.1097/00128594-200307000-00006", "issn": [{"type": "print", "value": "1070-8030"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Intrabronchial Tumor: An Atypical Presentation of a Hydatid Cyst"], "funder": null, "datasourcePrefix": "crossref____"}
290
{"publisher": "Stef92 Technology", "doi": "10.5593/sgemsocial2017/12/s02.073", "license": null, "author": [{"affiliation": [], "given": "Anastasia", "family": "Atabekova"}], "url": "http://dx.doi.org/10.5593/sgemsocial2017/12/s02.073", "issued": "2017-8-20", "abstract": [], "issn": null, "dateOfCollection": "2018-08-07 12:28:06Z", "datasourcePrefix": "crossref____", "link": null, "objIdentifier": "757f292c08d7d672a9b08dc7bb000b12", "published-print": "2017-8-20", "collectedFrom": [{"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["MIGRATION CRISIS: PROTECTING MINORS AGAINST ABUSE AND EXPLOITATION"], "funder": null, "accepted": null, "type": {"cobj": "0004", "value": "Conference object"}, "is_oa": false, "published-online": null, "subject": null}
291
{"best_oa_location_url": "", "issued": "1944-5-01", "abstract": [], "objIdentifier": "6f92905b53119e3b54fee22e232c8770", "pissn": "0002-7162", "subject": ["Sociology and Political Science", "General Social Sciences"], "eissn": "1552-3349", "author": [{"affiliation": [{"name": "University of Washington"}], "given": "Vernon A.", "family": "Mund"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2016-9-8", "link": [{"URL": "http://journals.sagepub.com/doi/pdf/10.1177/000271624423300161", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}, {"URL": "http://journals.sagepub.com/doi/pdf/10.1177/000271624423300161", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1944-5", "accepted": null, "publisher": "SAGE Publications", "doi": "10.1177/000271624423300161", "license": [{"URL": "http://journals.sagepub.com/page/policies/text-and-data-mining-license", "start": {"timestamp": -810086400000, "date-time": "1944-05-01T00:00:00Z", "date-parts": [[1944, 5, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1177/000271624423300161", "issn": [{"type": "print", "value": "0002-7162"}, {"type": "electronic", "value": "1552-3349"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["WALKER, E. RONALD. From Economic Theory to Policy. Pp. vii, 273. Chi cago: University of Chicago Press, 1943. $3.00"], "funder": null, "datasourcePrefix": "crossref____"}
292
{"best_oa_location_url": "", "issued": "1962-3-01", "abstract": [], "objIdentifier": "e7e10da7893eed5aa706fe14ad338d4d", "pissn": "0009-3920", "subject": ["Pediatrics, Perinatology, and Child Health", "Education", "Developmental and Educational Psychology"], "author": [{"affiliation": [], "given": "Fay S.", "family": "Cohn"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1962-3", "accepted": null, "publisher": "JSTOR", "doi": "10.2307/1126649", "license": null, "url": "http://dx.doi.org/10.2307/1126649", "issn": [{"type": "print", "value": "0009-3920"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Fantasy Aggression in Children as Studied by the Doll Play Technique"], "funder": null, "datasourcePrefix": "crossref____"}
293
{"best_oa_location_url": "", "issued": "1976-11-01", "abstract": "Abstract   The rotational spectra of CD 3  35 Cl, CD 3  37 Cl, CH 3  36 Cl, and CH 3  37 Cl in the ν 2 , ν 3 , ν 5 , and ν 6  states were observed and analyzed. A few lines of the  J  = 3 → 2 transition were also detected for  12 CD 3  35 Cl in the 2ν 3  state and for  13 CD 3  35 Cl in the ν 3  state. For CH 3  35 Cl in the ν 6  state the present data on the  J  = 1 ← 0 and  J  = 2 ← 1 transitions were combined with the millimeterwave spectra reported by Sullivan and Frenkel to determine the molecular constants. Special attention was given to the ν 2  and ν 5  spectra which showed the effect of Coriolis resonance. By transferring some of the constants involved from the laser-Stark spectra we determined  B  5  * ,  B  2  * , and  q  5  *  for CD 3 Cl. The large effective  q  5  constant permitted observation of the direct  l -doubling transitions of high  J . The analysis of the CH 3 Cl spectra was much less complete than that on CD 3 Cl because of limited data. The  B  rotational constants obtained were compared with the previous microwave and infrared results when available.  By using the infrared data on ν 1  and ν 4  we evaluated the equilibrium  B  e  constants (α 4   B   of CD 3  37 Cl was estimated), and refined the equilibrium structure of methyl chloride reported by Duncan.", "objIdentifier": "4ce229f190f869f46932f9d824d27fa6", "pissn": "0022-2852", "subject": ["Physical and Theoretical Chemistry", "Spectroscopy", "Atomic and Molecular Physics, and Optics"], "author": [{"affiliation": [], "given": "Misako", "family": "Imachi"}, {"affiliation": [], "given": "Takehiko", "family": "Tanaka"}, {"affiliation": [], "given": "Eizi", "family": "Hirota"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:0022285276900114?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:0022285276900114?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "1976-11", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/0022-2852(76)90011-4", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 215654400000, "date-time": "1976-11-01T00:00:00Z", "date-parts": [[1976, 11, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/0022-2852(76)90011-4", "issn": [{"type": "print", "value": "0022-2852"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Microwave spectrum of methyl chloride in the excited vibrational states"], "funder": null, "datasourcePrefix": "crossref____"}
294
{"best_oa_location_url": "", "issued": "2009-4-01", "abstract": [], "objIdentifier": "8ee67879ab7ca0c9922ad8820be8c783", "pissn": "0014-5246", "subject": ["Religious studies"], "eissn": "1745-5308", "author": [{"affiliation": [{"name": "Vice-Principal and Director of Graduate and Research Centre, The Queens Foundation, Birmingham"}], "given": "Adam", "family": "Hood"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2009-4", "link": [{"URL": "http://journals.sagepub.com/doi/pdf/10.1177/0014524609103467", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}, {"URL": "http://journals.sagepub.com/doi/pdf/10.1177/0014524609103467", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2009-4", "accepted": null, "publisher": "SAGE Publications", "doi": "10.1177/0014524609103467", "license": [{"URL": "http://journals.sagepub.com/page/policies/text-and-data-mining-license", "start": {"timestamp": 1238544000000, "date-time": "2009-04-01T00:00:00Z", "date-parts": [[2009, 4, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1177/0014524609103467", "issn": [{"type": "print", "value": "0014-5246"}, {"type": "electronic", "value": "1745-5308"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Rediscovering John Macmurray"], "funder": null, "datasourcePrefix": "crossref____"}
295
{"best_oa_location_url": "", "issued": "2009-10-01", "abstract": "When soldering electronic components onto the Printed Circuit Board (PCB), the coplanarity of the solder joints between electronic components and a PCB is a crucial element determining the soldering quality. For those electronic components using solder balls as soldering joints, such as Ball Grid Array (BGA) and CPU socket, component makers or SMT assemblies only can inspect the coplanrity of the solder ball in room temperature. During reflow process, both of components substrate (housing) and PCB warpage will affect solder joint coplanarity. Shadow moire is widely used to measure the warpage of the PCB and electrical assembly components. During soldering stage, the change of the temperature will cause the deformation of electrical assembly components and PCB. The maximum acceptable degree of deformation is clearly defined. As for the components, it only defines the maximum warpage of BGA and Fine Pitch Land Grid Array (FLGA). There is not related regulation of the CPU socket.", "objIdentifier": "0c8a27e6854cf1baf1cd18fbcccb6905", "subject": null, "author": [{"affiliation": [], "family": "Huang Te-Chun"}, {"affiliation": [], "family": "Liao Meng-Chieh"}, {"affiliation": [], "family": "Tang Hai"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0004", "value": "Conference object"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://xplorestaging.ieee.org/ielx5/5357591/5382114/05382199.pdf?arnumber=5382199", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2009-10", "accepted": null, "publisher": "IEEE", "doi": "10.1109/impact.2009.5382199", "license": null, "url": "http://dx.doi.org/10.1109/impact.2009.5382199", "issn": null, "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["CPU socket warpage measurement during reflow temperature variation using shadow moir&#x00E9;"], "funder": null, "datasourcePrefix": "crossref____"}
296
{"best_oa_location_url": "", "issued": "1994-10-1", "abstract": [], "objIdentifier": "a9c37bebd5fa73b788f2b8b6c672a44a", "pissn": "0966-7369", "subject": ["Religious studies"], "eissn": "1745-5251", "author": [{"affiliation": [], "given": "Steven", "family": "Land"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1994-10-1", "accepted": null, "publisher": "Brill Academic Publishers", "doi": "10.1177/096673699400200502", "license": null, "url": "http://dx.doi.org/10.1177/096673699400200502", "issn": [{"type": "print", "value": "0966-7369"}, {"type": "electronic", "value": "1745-5251"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Response To Professor Harvey Cox"], "funder": null, "datasourcePrefix": "crossref____"}
297
{"best_oa_location_url": "", "issued": "1972", "abstract": [], "objIdentifier": "07d46c42c108c571d2f8f7fcf1d0d7f1", "pissn": "0336-1454", "subject": ["Economics and Econometrics", "Statistics and Probability", "Sociology and Political Science"], "author": [{"affiliation": [], "given": "Jean-Paul", "family": "Gros"}, {"affiliation": [], "given": "Xavier", "family": "Charoy"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1972", "accepted": null, "publisher": "PERSEE Program", "doi": "10.3406/estat.1972.1175", "license": null, "url": "http://dx.doi.org/10.3406/estat.1972.1175", "issn": [{"type": "print", "value": "0336-1454"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["D'après le recensement de l'agriculture, la concentration des exploitations agricoles s'accentue"], "funder": null, "datasourcePrefix": "crossref____"}
298
{"best_oa_location_url": "http://doi.org/10.3762/bjoc.6.121", "issued": "2010-11-11", "abstract": "The first C–H insertion of a hydroxycarbene species in the gas phase has been observed experimentally by means of high vacuum flash pyrolysis (HVFP) and subsequent matrix isolation: (o-Methoxyphenyl)glyoxylic acid gives non-isolable (o-methoxyphenyl)hydroxycarbene upon pyrolysis at 600 °C, which rapidly inserts into the methyl C–H bond. The insertion product, 2,3-dihydrobenzofuran-3-ol, was trapped in an excess of Ar at 11 K and characterized by infrared spectroscopy. The insertion process kinetically outruns the alternative [1,2]H-tunneling reaction to o-anisaldehyde, a type of reaction observed for other hydroxycarbenes. Traces of the dehydration product, benzo[b]furan, were also detected. The potential energy hypersurface including the insertion and hydrogen migration processes was computed at the all-electron coupled-cluster level of theory encompassing single and double substitutions and perturbatively included triple excitations [AE-CCSD(T)] in conjunction with a correlation-consistent double-ζ basis set (cc-pVDZ) by utilizing density functional theory (DFT) optimized geometries (M06-2X/ccpVDZ) with zero-point vibrational energy (ZPVE) corrections. Exchange of the methoxy for a trifluoromethoxy group successfully prevents insertion and (o-trifluoromethoxy)benzaldehyde is produced instead; however, the carbene cannot be observed under these conditions. Thermal decomposition of (o-methoxyphenyl)glyoxylic acid in refluxing xylenes does not give the insertion product but yields o-anisaldehyde. This unanticipated outcome can be rationalized by protonation of the hydroxycarbene intermediate leading to the tautomeric formyl group. Thermochemical computations at M06-2X/cc-pVDZ in conjunction with a self-consistent solvent reaction field model support this suggested reaction pathway.", "objIdentifier": "86ecd0db39ce1ec413b6c8e767b07f52", "subject": ["Organic Chemistry"], "accepted": null, "author": [{"ORCID": "0000-0002-7023-8298", "affiliation": [], "given": "Dennis", "family": "Gerbig"}, {"affiliation": [], "given": "David", "family": "Ley"}, {"affiliation": [], "given": "Hans Peter", "family": "Reisenauer"}, {"affiliation": [], "given": "Peter R", "family": "Schreiner"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": "2010-11-11", "link": [{"URL": "http://www.beilstein-journals.org/bjoc/content/6/1/121", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "eissn": "1860-5397", "publisher": "Beilstein Institut", "doi": "10.3762/bjoc.6.121", "license": null, "url": "http://dx.doi.org/10.3762/bjoc.6.121", "issn": [{"type": "electronic", "value": "1860-5397"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Intramolecular hydroxycarbene C–H-insertion: The curious case of (o-methoxyphenyl)hydroxycarbene"], "funder": null, "datasourcePrefix": "crossref____"}
299
{"best_oa_location_url": "http://doi.org/10.1016/s0925-4773(98)00099-9", "issued": "1998-7-01", "abstract": "We cloned the Xenopus homologue of cadherin-11 and studied its spatiotemporal expression pattern during early development. The messenger RNA is present from the mid-gastrulation through embryo development. It is expressed in different neural crest cell populations, during their migration and differentiation. This pattern, unexpected for an adhesion molecule, reinforces the idea of novel functions for type II cadherins.", "objIdentifier": "b7306cdae7eaa8a77eed29c44c25434f", "pissn": "0925-4773", "subject": ["Developmental Biology", "Embryology"], "author": [{"affiliation": [], "given": "Jérôme", "family": "Vallin"}, {"affiliation": [], "given": "Jeanne-Marie", "family": "Girault"}, {"affiliation": [], "given": "Jean Paul", "family": "Thiery"}, {"affiliation": [], "given": "Florence", "family": "Broders"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0925477398000999?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S0925477398000999?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "1998-7", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/s0925-4773(98)00099-9", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 899251200000, "date-time": "1998-07-01T00:00:00Z", "date-parts": [[1998, 7, 1]]}, "content-version": "tdm", "delay-in-days": 0}, {"URL": "http://www.elsevier.com/open-access/userlicense/1.0/", "start": {"timestamp": 1374019200000, "date-time": "2013-07-17T00:00:00Z", "date-parts": [[2013, 7, 17]]}, "content-version": "vor", "delay-in-days": 5495}], "url": "http://dx.doi.org/10.1016/s0925-4773(98)00099-9", "issn": [{"type": "print", "value": "0925-4773"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Xenopus cadherin-11 is expressed in different populations of migrating neural crest cells"], "funder": null, "datasourcePrefix": "crossref____"}
300
{"best_oa_location_url": "", "issued": "1952-12-01", "abstract": [], "objIdentifier": "5c27cbde0e448c1b7def722932c20d29", "pissn": "0002-936X", "subject": ["General Nursing", "General Medicine"], "author": [{"affiliation": [], "given": "J. Minor", "family": "Gwynn"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1952-12", "accepted": null, "publisher": "Ovid Technologies (Wolters Kluwer Health)", "doi": "10.1097/00000446-195212000-00056", "license": null, "url": "http://dx.doi.org/10.1097/00000446-195212000-00056", "issn": [{"type": "print", "value": "0002-936X"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Basic Principles of Curriculum Construction"], "funder": null, "datasourcePrefix": "crossref____"}
301
{"best_oa_location_url": "", "issued": "1946-5-01", "abstract": "A relation of the form k=aN(xAxB/d2)34+b has been found to hold accurately for a large number of diatomic and simple polyatomic molecules in their ground states. (The average deviation of k calculated from k observed for seventy‐one cases is 1.84 percent.) Here k is the bond‐stretching force constant, d the bond length, N the bond order, and xA and xB are the electronegativities of the bonded atoms. If k is measured in dynes/cm×10−5 and d in Angstrom units, a and b have the values 1.67 and 0.30, respectively, for stable molecules exhibiting their normal covalencies, except those in which both bonded atoms have only one electron in the valence shell; for diatomic molecules of the alkali metals, Na2, NaK, etc., a and b are 1.180 and −0.013, respectively; for hydrides of elements having a single electron in the valence shell, 1.180 and 0.040, respectively; and for diatomic hydrides of elements having two to four electrons in the valence shell, 1.42 and 0.08, respectively. Numerous applications of the relatio...", "objIdentifier": "7154cce576df29a774abafc82a9ef481", "pissn": "0021-9606", "subject": ["Physical and Theoretical Chemistry", "General Physics and Astronomy"], "eissn": "1089-7690", "author": [{"affiliation": [], "given": "Walter", "family": "Gordy"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://aip.scitation.org/doi/pdf/10.1063/1.1724138", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1946-5", "accepted": null, "publisher": "AIP Publishing", "doi": "10.1063/1.1724138", "license": null, "url": "http://dx.doi.org/10.1063/1.1724138", "issn": [{"type": "print", "value": "0021-9606"}, {"type": "electronic", "value": "1089-7690"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["A Relation between Bond Force Constants, Bond Orders, Bond Lengths, and the Electronegativities of the Bonded Atoms"], "funder": null, "datasourcePrefix": "crossref____"}
302
{"best_oa_location_url": "", "issued": "2011-6-15", "abstract": "Abstract#R##N##R##N#The contribution of viruses to lower respiratory tract disease in sub-Saharan Africa where human immunodeficiency virus may exacerbate respiratory infections is not well defined. No data exist on some of these viruses for Southern Africa. Comprehensive molecular screening may define the role of these viruses as single and co-infections in a population with a high HIV-AIDS burden. To address this, children less than 5 years of age with respiratory infections from 3 public sector hospitals, Pretoria South Africa were screened for 14 respiratory viruses, by PCR over 2 years. Healthy control children from the same region were included. Rhinovirus was identified in 33% of patients, RSV (30.1%), PIV-3 (7.8%), hBoV (6.1%), adenovirus (5.7%), hMPV (4.8%), influenza A (3.4%), coronavirus NL63 (2.1%), and OC43 (1.8%). PIV-1, PIV-2, CoV-229E, -HKU1, and influenza B occurred in <1.5% of patients. Most cases with adenovirus, influenza A, hMPV, hBoV, coronaviruses, and WU virus occurred as co-infections while RSV, PIV-3, and rhinovirus were identified most frequently as the only respiratory pathogen. Rhinovirus but not RSV or PIV-3 was also frequently identified in healthy controls. A higher HIV sero-prevalence was noticed in patients with co-infections although co-infections were not associated with more severe disease. RSV, hPMV, PIV-3, and influenza viruses had defined seasons while rhinovirus, adenovirus, and coronavirus infections occurred year round in this temporal region of sub-Saharan Africa. J. Med. Virol. 83:1458–1468, 2011. © 2011 Wiley-Liss, Inc.", "objIdentifier": "fcb9444c2365dc74ca80b7dd0feb23e6", "pissn": "0146-6615", "subject": ["Virology", "Infectious Diseases"], "author": [{"affiliation": [], "given": "Marietjie", "family": "Venter"}, {"affiliation": [], "given": "Ria", "family": "Lassaunière"}, {"affiliation": [], "given": "Tina Louise", "family": "Kresfelder"}, {"affiliation": [], "given": "Yvette", "family": "Westerberg"}, {"affiliation": [], "given": "Adele", "family": "Visser"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2011-6-15", "link": [{"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1002%2Fjmv.22120", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2011-8", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1002/jmv.22120", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1", "start": {"timestamp": 1441065600000, "date-time": "2015-09-01T00:00:00Z", "date-parts": [[2015, 9, 1]]}, "content-version": "tdm", "delay-in-days": 1539}], "url": "http://dx.doi.org/10.1002/jmv.22120", "issn": [{"type": "print", "value": "0146-6615"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Contribution of common and recently described respiratory viruses to annual hospitalizations in children in South Africa"], "funder": null, "datasourcePrefix": "crossref____"}
303
{"best_oa_location_url": "http://doi.org/10.1577/1548-8659(1918)48[141:tpopea]2.0.co;2", "issued": "1919-6-01", "abstract": [], "objIdentifier": "0bacad9e4ecd37ede8b0eea40b7eeb52", "pissn": "0002-8487", "subject": ["Aquatic Science", "Ecology, Evolution, Behavior and Systematics"], "eissn": "1548-8659", "author": [{"affiliation": [], "given": "H. L.", "family": "Canfield"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": null, "link": null, "published-print": "1919-6", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1577/1548-8659(1918)48[141:tpopea]2.0.co;2", "license": null, "url": "http://dx.doi.org/10.1577/1548-8659(1918)48[141:tpopea]2.0.co;2", "issn": [{"type": "print", "value": "0002-8487"}, {"type": "electronic", "value": "1548-8659"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["The Protection of Pond Embankments Against Wave Action"], "funder": null, "datasourcePrefix": "crossref____"}
304
{"best_oa_location_url": "", "issued": "2006", "abstract": "In Italy the participation of women has not increased very much in the last few decades relative to other developed countries and it is still among the lowest in Europe. The female employment rate stands almost 13 percent age points below the EU average and 22 below the Lisbon target. One of the most important reasons is related to the characteristics of child care system. In this paper we analyze the characteristics of the child care system in Italy and its relationship to the labor market participation decision of mothers. We present a simple discrete choice framework in which the two decisions can be jointly considered, which also allows for simple forms of rationing. We go on to estimate a bivariate probit model of the child care and employment decisions and interpret the results within the framework of our model. We find evidence that rationing is an important factor in interpreting price effects on utilization rates and employment decisions.", "objIdentifier": "ab14d6fb13df6abaf9281e3260e82f66", "subject": null, "accepted": null, "author": [{"affiliation": [], "given": "Daniela", "family": "Del Boca"}, {"affiliation": [], "given": "Daniela", "family": "Vuri"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": null, "eissn": "1556-5068", "publisher": "Elsevier BV", "doi": "10.2139/ssrn.921585", "license": null, "url": "http://dx.doi.org/10.2139/ssrn.921585", "issn": [{"type": "electronic", "value": "1556-5068"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["The Mismatch between Employement and Child Care in Italy: The Impact of Rationing"], "funder": null, "datasourcePrefix": "crossref____"}
305
{"best_oa_location_url": "http://doi.org/10.3390/ani7010003", "issued": "2017-1-11", "abstract": [], "objIdentifier": "8e117b432bf69f2216b54c493293adfc", "subject": null, "accepted": null, "author": [{"affiliation": [], "name": " Animals Editorial Office"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": "2017-1-11", "link": [{"URL": "http://www.mdpi.com/2076-2615/7/1/3/pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "eissn": "2076-2615", "publisher": "MDPI AG", "doi": "10.3390/ani7010003", "license": [{"URL": "https://creativecommons.org/licenses/by/4.0/", "start": {"timestamp": 1484092800000, "date-time": "2017-01-11T00:00:00Z", "date-parts": [[2017, 1, 11]]}, "content-version": "unspecified", "delay-in-days": 0}], "url": "http://dx.doi.org/10.3390/ani7010003", "issn": [{"type": "electronic", "value": "2076-2615"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Acknowledgement to Reviewers of Animals in 2016"], "funder": null, "datasourcePrefix": "crossref____"}
306
{"issued": "2017-9-30", "abstract": [], "objIdentifier": "09f8ef68b6b688a61c87e7c6bcd33644", "pissn": "0893-7648", "subject": ["Cellular and Molecular Neuroscience"], "accepted": null, "author": [{"affiliation": [], "given": "Annielle Mendes Brito", "family": "da Silva"}, {"affiliation": [], "given": "Laíz Costa", "family": "Silva-Gonçalves"}, {"affiliation": [], "given": "Fernando Augusto", "family": "Oliveira"}, {"ORCID": "http://orcid.org/0000-0002-1086-086X", "authenticated-orcid": false, "given": "Manoel", "family": "Arcisio-Miranda", "affiliation": []}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2017-9-30", "link": [{"URL": "http://link.springer.com/content/pdf/10.1007/s12035-017-0782-1.pdf", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}, {"URL": "http://link.springer.com/article/10.1007/s12035-017-0782-1/fulltext.html", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/html"}, {"URL": "http://link.springer.com/content/pdf/10.1007/s12035-017-0782-1.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "application/pdf"}], "published-print": null, "eissn": "1559-1182", "publisher": "Springer Nature", "doi": "10.1007/s12035-017-0782-1", "license": [{"URL": "http://www.springer.com/tdm", "start": {"timestamp": 1506729600000, "date-time": "2017-09-30T00:00:00Z", "date-parts": [[2017, 9, 30]]}, "content-version": "vor", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1007/s12035-017-0782-1", "issn": [{"type": "print", "value": "0893-7648"}, {"type": "electronic", "value": "1559-1182"}], "collectedFrom": [{"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Pro-necrotic Activity of Cationic Mastoparan Peptides in Human Glioblastoma Multiforme Cells Via Membranolytic Action"], "funder": [{"doi-asserted-by": "publisher", "DOI": "10.13039/501100001807", "name": "Fundação de Amparo à Pesquisa do Estado de São Paulo", "award": ["2012/50336-2", "2016/13368-4", "2009/53840-0", "2012/02065-0"]}, {"doi-asserted-by": "publisher", "DOI": "10.13039/501100002322", "name": "Coordenação de Aperfeiçoamento de Pessoal de Nível Superior", "award": []}, {"doi-asserted-by": "publisher", "DOI": "10.13039/501100003593", "name": "Conselho Nacional de Desenvolvimento Científico e Tecnológico", "award": ["142066/2014-1", "477780/2010-5"]}], "datasourcePrefix": "crossref____"}
307
{"best_oa_location_url": "", "issued": "2012-1-01", "abstract": "Individuals process information through two systems: the experiential system, containing affect and emotion, and the analytic system, containing logic and normative rules. Both are involved in decision making, and expected to help explain choices to support or oppose wildlife-related policies. In the present study, an Internet survey of motivated, informed individuals is used to investigate the role of both systems in wolf recovery policy choices. Integral affect measures serve as the experiential component in our model, while objective knowledge and beliefs about outcomes of wolf recovery serve as the analytic component. Results indicate that affect has a greater effect than knowledge on beliefs, and is more important for explaining intentions to oppose than to support wolf recovery. Knowledge of differences in information processing between those that support versus oppose wolf recovery allows managers to design outreach that motivates greater analytic processing, potentially mitigating the effects of e...", "objIdentifier": "5f9db640088e8ff73ff3f318652cf139", "pissn": "1087-1209", "subject": ["Management, Monitoring, Policy and Law", "Nature and Landscape Conservation"], "eissn": "1533-158X", "author": [{"affiliation": [], "given": "Kristina M.", "family": "Slagle"}, {"ORCID": "0000-0002-1782-7835", "affiliation": [], "given": "Jeremy T.", "family": "Bruskotter"}, {"ORCID": "0000-0002-0092-9632", "affiliation": [], "given": "Robyn S.", "family": "Wilson"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.tandfonline.com/doi/pdf/10.1080/10871209.2012.633237", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2012-1", "accepted": null, "publisher": "Informa UK Limited", "doi": "10.1080/10871209.2012.633237", "license": null, "url": "http://dx.doi.org/10.1080/10871209.2012.633237", "issn": [{"type": "print", "value": "1087-1209"}, {"type": "electronic", "value": "1533-158X"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["The Role of Affect in Public Support and Opposition to Wolf Management"], "funder": null, "datasourcePrefix": "crossref____"}
308
{"best_oa_location_url": "http://doi.org/10.5586/asbp.1977.001", "issued": "2015", "abstract": "The dynamics of phosphorus compounds was followed in ripening wheat (Grana), barley (Kosmos) and rye (Pancerne) seeds. In the investigated ontogenesis period the content in the seeds of total and acid-soluble phosphorus doubled. The phosphorus of free phytin and phytin that bound with proteins increased to the end of maturation. In dormant seeds the contribution of phosphorus bound with phytin was 62-70 per cent of total P. As the seeds ripened, the content of inorganic and nucleotides-P decreased, while that of saccharides-P and their metabolites started to decrease from the moment of wax ripeness. Later RNA-P and DNA-P level decreased only slight.ly and that of lipids-P markedly. Phosphoproteid content diminished at the beginning of ripening and further remained at almost the same level. Wheat, barley and rye seed exhibited similar dynamics of metabolically active (nucleotides, saccharide-P esters and their metabolites), functional (nucleic acids) and structural (phospholipids) phosphorus compounds. Accumulation of storage forms (phytin) of phosphorus was higher in wheat and successively lower in rye and barley.", "objIdentifier": "2136648e7865ec465db6fc7d72b953d8", "subject": null, "accepted": null, "author": [{"affiliation": [], "given": "J.", "family": "Tłuczkiewicz"}, {"affiliation": [], "given": "W.", "family": "Berendt"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": "2015", "link": [{"URL": "https://pbsociety.org.pl/journals/index.php/asbp/article/viewFile/4898/4143", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}, {"URL": "https://pbsociety.org.pl/journals/index.php/asbp/article/viewFile/4898/4143", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "eissn": "2083-9480", "publisher": "Polish Botanical Society", "doi": "10.5586/asbp.1977.001", "license": [{"URL": "http://creativecommons.org/licenses/by/3.0", "start": {"timestamp": 1420070400000, "date-time": "2015-01-01T00:00:00Z", "date-parts": [[2015, 1, 1]]}, "content-version": "vor", "delay-in-days": 0}], "url": "http://dx.doi.org/10.5586/asbp.1977.001", "issn": [{"type": "electronic", "value": "2083-9480"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Dynamics of phosphorus compounds in ripening and germinating cereal grains. Part I. Changes in phosphorus compounds content during ripening of wheat, barley and rye grains"], "funder": null, "datasourcePrefix": "crossref____"}
309
{"best_oa_location_url": "", "issued": "2015", "abstract": "目的:了解高一新生应对方式特点。方法:采用黄希庭等人编写的《中学生应对方式问卷》考察高一新生的应对方式特点。结果:高一新生的六种应对方式使用存在差异。面对压力时,高一学生通常采用的应对方式依次是问题解决、忍耐、退避、求助、发泄、幻想;高一学生在发泄维度上存在显著的性别差异;不同家庭结构的高一学生在六种应对方式上均无显著差异;实验班学生和平行班学生在求助维度上存在显著差异,其他维度上差异不显著。结论:高一新生应对方式总体偏好,但仍有一些问题需要关注。 Object: To explore the characteristics of coping style among high school students. Methods: Coping strategy questionnaire for middle school students, mainly compiled by Huang Xiting, was used to investigate the features of senior high students’ coping strategies. Results: When facing stress, they use different coping strategies. The coping strategies they usually adopt are problem solving, endurance, retreat, recourse, abreaction and fantasy, which are put in such a kind of order; signif-icant gender differences are found in abreaction coping strategies among the students; no signifi-cant difference in coping strategies can be found among the students, whose family structures are different; significant gender differences are found in recourse coping strategies between the stu-dents in experimental class and those in the ordinary-student class. Conclusion: The results of coping strategy for high school students are generally good, but there are still some problems needing to pay attention to.", "objIdentifier": "e7b35f501d4a87419c0ec2dd27172516", "pissn": "2160-7273", "subject": null, "eissn": "2160-7281", "author": [{"affiliation": [], "given": "荔荔", "family": "吴"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2015", "accepted": null, "publisher": "Hans Publishers", "doi": "10.12677/ap.2015.511080", "license": null, "url": "http://dx.doi.org/10.12677/ap.2015.511080", "issn": [{"type": "print", "value": "2160-7273"}, {"type": "electronic", "value": "2160-7281"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["A Research on the Characteristics of Coping Style among High School Students"], "funder": null, "datasourcePrefix": "crossref____"}
310
{"best_oa_location_url": "http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1763591", "issued": "2004-5-1", "abstract": "This report presents a therapeutic procedure for refractory benign paroxysmal positional vertigo (antBPPV) of the anterior canal. Two patients with refractory antBPPV were treated by a prolonged forced position procedure (PFPP). The technique is based on the assumption that the pathophysiological mechanism of antBPPV is similar to that generating posterior canal canalolithiasis. The patients recovered from refractory antBPPV after one or more PFPPs. The rationale for this therapy is that when the patient lies in the proposed forced position, the affected anterior canal is uppermost in an almost gravitationally vertical position. If the patient remains in this position for several hours, the floating particles lying in the non-ampullary arm of the canal can gradually slip out of the canal towards the vestibule due to gravity. We recommend trying PFPP when the side of lithiasis cannot be determined, in cases that are resistant to particle repositioning canal manoeuvres, and before considering canal plugging for refractory antBPPV.", "objIdentifier": "ae670f5b1f091d487c68faecc6d9e5e9", "pissn": "0022-3050", "subject": ["Surgery", "Psychiatry and Mental health", "Clinical Neurology"], "author": [{"affiliation": [], "given": "L", "family": "Crevits"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": null, "link": [{"URL": "https://syndication.highwire.org/content/doi/10.1136/jnnp.2003.025478", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2004-5-1", "accepted": null, "publisher": "BMJ", "doi": "10.1136/jnnp.2003.025478", "license": null, "url": "http://dx.doi.org/10.1136/jnnp.2003.025478", "issn": [{"type": "print", "value": "0022-3050"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Treatment of anterior canal benign paroxysmal positional vertigo by a prolonged forced position procedure"], "funder": null, "datasourcePrefix": "crossref____"}
311
{"best_oa_location_url": "", "issued": "1987-6-01", "abstract": [], "objIdentifier": "da06d7a37ec253b00306bae1f2ae5414", "pissn": "0004-6256", "subject": ["Space and Planetary Science", "Astronomy and Astrophysics"], "author": [{"affiliation": [], "given": "Irene R.", "family": "Little-Marenin"}, {"affiliation": [], "given": "Stephen J.", "family": "Little"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1987-6", "accepted": null, "publisher": "IOP Publishing", "doi": "10.1086/114436", "license": null, "url": "http://dx.doi.org/10.1086/114436", "issn": [{"type": "print", "value": "0004-6256"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["A search for technetium (Tc II) in barium stars"], "funder": null, "datasourcePrefix": "crossref____"}
312
{"best_oa_location_url": "", "issued": "2015-6-01", "abstract": [], "objIdentifier": "12f882dd3f414e710624a13e1d065048", "pissn": "0018-2370", "subject": ["History"], "author": [{"affiliation": [{"name": "University of Guelph"}], "given": "Donna T.", "family": "Andrew"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2015-6-5", "link": [{"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1111%2Fhisn.12062_43", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2015-6", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1111/hisn.12062_43", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", "start": {"timestamp": 1441065600000, "date-parts": [[2015, 9, 1]], "date-time": "2015-09-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 92}], "url": "http://dx.doi.org/10.1111/hisn.12062_43", "issn": [{"type": "print", "value": "0018-2370"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Irish London: Middle-Class Migration in the Global Eighteenth Century. By Craig Bailey. (Liverpool, England: Liverpool University Press, 2013. Pp. viii, 250. $99.95.)"], "funder": null, "datasourcePrefix": "crossref____"}
313
{"best_oa_location_url": "", "issued": "2009-3-6", "abstract": "A binary diffractive optical element (1500 pixels × 1500 pixels, diameter 4.5 mm) is designed by partial encoding and fabricated by direct electron beam writing in SiO2. Two conjugate hyper-geometric laser modes are generated using the fabricated element. The root-mean-square transverse intensity deviation of the experimental from theoretical diffraction pattern, determined within a circle of radius 1 mm, is below 13%.", "objIdentifier": "c967f7b6020d38d0d1bb286f3b25a87f", "pissn": "1464-4258", "subject": ["Atomic and Molecular Physics, and Optics"], "eissn": "1741-3567", "author": [{"affiliation": [], "given": "S N", "family": "Khonina"}, {"affiliation": [], "given": "S A", "family": "Balalayev"}, {"affiliation": [], "given": "R V", "family": "Skidanov"}, {"affiliation": [], "given": "V V", "family": "Kotlyar"}, {"affiliation": [], "given": "B", "family": "Päivänranta"}, {"affiliation": [], "given": "J", "family": "Turunen"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2009-3-6", "link": null, "published-print": "2009-6-1", "accepted": null, "publisher": "IOP Publishing", "doi": "10.1088/1464-4258/11/6/065702", "license": null, "url": "http://dx.doi.org/10.1088/1464-4258/11/6/065702", "issn": [{"type": "print", "value": "1464-4258"}, {"type": "electronic", "value": "1741-3567"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Encoded binary diffractive element to form hyper-geometric laser beams"], "funder": null, "datasourcePrefix": "crossref____"}
314
{"best_oa_location_url": "", "issued": "2014-12-01", "abstract": "This work investigates the suppression of n-channel and the switch of transfer characteristics (from n-type to ambipolar) by illumination in n-type pentacene-based organic field-effect transistors (OFETs). The illumination outcomes differently on the output characteristics of OFETs, which markedly decreases the magnitude of drain current (n-channel) and shifts the turn-on voltage to a higher positive bias in the n-type regime, but induces the formation of p-channel in the p-type regime. We attribute that the trapped negative charges in the device as induced by illumination electrostatically shield the effective electrical field applied to the gate with source/drain electrodes and modulate the device performance. The result of quasi-static capacitance–voltage measurement agrees well with the modulations of the transfer characteristics for n-type OFETs by illumination. In addition, the de-trapping of charges recovers the n-type only output characteristics of pentacene-based OFETs. This study highlights the unique photo responses of n-type pentacene-based OFETs to the development of phototransistors of distinct output characteristics operated in n- and p-type regime.", "objIdentifier": "23fe97d3d8576c6f48d14e888ad83040", "pissn": "1566-1199", "subject": ["Electrical and Electronic Engineering", "Materials Chemistry", "Electronic, Optical and Magnetic Materials", "General Chemistry", "Condensed Matter Physics", "Biomaterials"], "author": [{"affiliation": [], "given": "Tzung-Da", "family": "Tsai"}, {"affiliation": [], "given": "Chung-Yu", "family": "Huang"}, {"affiliation": [], "given": "Hsuan-Ming", "family": "Lin"}, {"ORCID": "0000-0003-1536-6235", "authenticated-orcid": false, "given": "Tzung-Fang", "family": "Guo", "affiliation": []}, {"affiliation": [], "given": "Ten-Chin", "family": "Wen"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S1566119914004169?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S1566119914004169?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2014-12", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/j.orgel.2014.09.024", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1417392000000, "date-time": "2014-12-01T00:00:00Z", "date-parts": [[2014, 12, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/j.orgel.2014.09.024", "issn": [{"type": "print", "value": "1566-1199"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Switch the n-type to ambipolar transfer characteristics by illumination in n-type pentacene-based organic field-effect transistors"], "funder": null, "datasourcePrefix": "crossref____"}
315
{"best_oa_location_url": "", "issued": "1973", "abstract": [], "objIdentifier": "0d24275770045eefb93e9be27bec4870", "pissn": "0002-9149", "subject": ["Cardiology and Cardiovascular Medicine"], "author": [{"affiliation": [], "given": "Tsung O.", "family": "Cheng"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0002914973800736?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S0002914973800736?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "1973", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/s0002-9149(73)80073-6", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 94694400000, "date-parts": [[1973, 1, 1]], "date-time": "1973-01-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/s0002-9149(73)80073-6", "issn": [{"type": "print", "value": "0002-9149"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Postoperative ventricular septal defect"], "funder": null, "datasourcePrefix": "crossref____"}
316
{"best_oa_location_url": "", "issued": "2010", "abstract": "A polyomino P is called 2-convex if for every two cells there exists a monotone path included in P with at most 2 changes of direction. This paper studies the tomographical aspects of two subclasses of 2-convex polyominoes called η2L and η’2L. In the first part, the uniqueness results of the two subclasses of HV - convex polyominoes η and η’ are investigated using the switching components (that is the elements of these subclasses that have the same projections). In the second part, using the uniqueness results and the algorithm by Chrobak and Durr, two paths connecting the feet and a tomographical condition are given to verify whether P is in η2L or η’2L.", "objIdentifier": "172a29632bdf60c987c314c1d0e8653c", "pissn": "1452-8630", "subject": ["Applied Mathematics", "Analysis", "Discrete Mathematics and Combinatorics"], "author": [{"affiliation": [], "given": "Tawbe", "family": "K."}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2010", "accepted": null, "publisher": "National Library of Serbia", "doi": "10.2298/aadm1000007t", "license": null, "url": "http://dx.doi.org/10.2298/aadm1000007t", "issn": [{"type": "print", "value": "1452-8630"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Two subclasses of 2-convex polyominoes: properties for reconstruction"], "funder": null, "datasourcePrefix": "crossref____"}
317
{"best_oa_location_url": "http://www.ncbi.nlm.nih.gov/pmc/articles/PMC3666238", "issued": "2013-5-2", "abstract": "The exact relationship between osteoporosis and osteoarthritis is still a matter for debate for many. The ovariectomised ewe is frequently used as a model for osteoporosis, resulting in significant alterations in bone morphometry and turnover in both trabecular and subchondral bone after 1 year. This study examines whether ovariectomy has any impact on development of osteoarthritis within the ovine stifle joint at the same time point. In addition, we investigate whether there are any significant correlations present between articular cartilage degeneration and alterations in microstructural parameters or turnover rates in the underlying bone. Twenty-two sheep were examined in this study; 10 of the sheep underwent ovariectomy and 12 were kept as controls. Five distinctive fluorochrome dyes were administered intravenously at 12-week intervals to both groups, to label sites of bone turnover. All animals were then sacrificed 12 months postoperatively. Although most specimens showed some evidence of osteoarthritis, no measurable difference between the two study groups was detected. Osteoarthritis was associated with a thinning of the subchondral plate, specifically the subchondral cortical bone; however, whereas previous studies have suggested a link between trabecular thinning and osteoarthritis, this was not confirmed. No correlation was found between osteoarthritis and bone turnover rates of either the subchondral trabecular bone or bone plate. In conclusion, despite the fact that ovariectomy results in marked morphological and structural changes in the ovine stifle joint at 1-year postoperatively, no evidence was found to suggest that it plays a direct role in the aetiology of osteoarthritis.", "objIdentifier": "b80df4a803b57bdb26ed9a335c033b82", "pissn": "0021-8782", "subject": ["Anatomy", "Developmental Biology", "Cell Biology", "Ecology, Evolution, Behavior and Systematics", "Molecular Biology", "Histology"], "author": [{"affiliation": [{"name": "Department of Anatomy; Royal College of Surgeons in Ireland; Dublin; Ireland"}], "given": "J. C.", "family": "Holland"}, {"affiliation": [], "given": "O.", "family": "Brennan"}, {"affiliation": [{"name": "Department of Orthopedic Surgery; New York University Hospital for Joint Diseases; New York; NY; USA"}], "given": "O. D.", "family": "Kennedy"}, {"affiliation": [{"name": "Department of Anatomy; Trinity College Dublin; Dublin; Ireland"}], "given": "N. J.", "family": "Mahony"}, {"ORCID": "0000-0002-5629-1615", "affiliation": [{"name": "School of Agriculture; Food Science and Veterinary Medicine; UCD; Dublin; Ireland"}], "given": "S.", "family": "Rackard"}, {"affiliation": [], "given": "F. J.", "family": "O'Brien"}, {"affiliation": [], "given": "T. C.", "family": "Lee"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": "2013-5-2", "link": [{"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1111%2Fjoa.12051", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2013-6", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1111/joa.12051", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", "start": {"timestamp": 1441065600000, "date-parts": [[2015, 9, 1]], "date-time": "2015-09-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 852}], "url": "http://dx.doi.org/10.1111/joa.12051", "issn": [{"type": "print", "value": "0021-8782"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Examination of osteoarthritis and subchondral bone alterations within the stifle joint of an ovariectomised ovine model"], "funder": null, "datasourcePrefix": "crossref____"}
318
{"best_oa_location_url": "", "issued": "2001-3-01", "abstract": [], "objIdentifier": "b1927ff706d4333d1381bba9fe58ba07", "pissn": "0952-8733", "subject": ["Sociology and Political Science", "Education"], "author": [{"affiliation": [], "given": "David D", "family": "Dill"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2001-3", "accepted": null, "publisher": "Springer Nature", "doi": "10.1057/palgrave.hep.8390165", "license": null, "url": "http://dx.doi.org/10.1057/palgrave.hep.8390165", "issn": [{"type": "print", "value": "0952-8733"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["The regulation of public research universities: changes in academic competition and implications for university autonomy and accountability⋆"], "funder": null, "datasourcePrefix": "crossref____"}
319
{"best_oa_location_url": "", "issued": "2002-6-01", "abstract": "This paper examined and synthesized studies of treatment of individuals identified as homosexual using meta-analytic technique. A large number of studies (146) evaluating treatment efficacy were identified, most publishedprior to 1975 and 14 of which met inclusion criteria and provided statistics that could be used in a meta analysis. These 14 outcome studies were published between 1969 and 1982 and used primarily behavioral interventions. Analysis indicated that treatment for homosexuality was significantly more effective than alternative treatments or control groups for homosexuality (ES=.72), and sigificant differences were found across pre- to postanalysis (ES=.89). In other words, the average patient receiving treatment was better off than 79% of those in the alternative treatments or as compared to pretreat ment scores on the several outcome measures. This meta-analysis of 14 studies provides empirical support for a group of 146 studies which have narratively suggested that treatment for homosexuality is effective. Variables related to treatment efficacy are examined.", "objIdentifier": "6726ec3d8b6318771b814ac729903b4c", "pissn": "0033-2941", "subject": ["General Psychology"], "eissn": "1558-691X", "author": [{"affiliation": [{"name": "National Association for Research and Therapy of Homosexuality"}], "given": "A. Dean", "family": "Byrd"}, {"affiliation": [{"name": "National Association for Research and Therapy of Homosexuality"}], "given": "Joseph", "family": "Nicolosi"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2016-12-6", "link": [{"URL": "http://journals.sagepub.com/doi/pdf/10.2466/pr0.2002.90.3c.1139", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}, {"URL": "http://journals.sagepub.com/doi/pdf/10.2466/pr0.2002.90.3c.1139", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2002-6", "accepted": null, "publisher": "SAGE Publications", "doi": "10.2466/pr0.2002.90.3c.1139", "license": [{"URL": "http://journals.sagepub.com/page/policies/text-and-data-mining-license", "start": {"timestamp": 1022889600000, "date-parts": [[2002, 6, 1]], "date-time": "2002-06-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.2466/pr0.2002.90.3c.1139", "issn": [{"type": "print", "value": "0033-2941"}, {"type": "electronic", "value": "1558-691X"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["A Meta-Analytic Review of Treatment of Homosexuality"], "funder": null, "datasourcePrefix": "crossref____"}
320
{"best_oa_location_url": "", "issued": "2010-6-1", "abstract": "The transfer of quantum states along spin chains with the XY Heisenberg exchange interaction between nearest-neighbour spins and without decoherence was studied. It was shown that there exists a wide class of engineered mirror-symmetric N-spin-chains that allow the perfect quantum state transfer from one end of each chain to the other. The sets of values of physical parameters of these N-spin-chains were established.", "objIdentifier": "439fb280204893089861c678aa71959a", "pissn": "2043-6254", "subject": null, "eissn": "2043-6262", "author": [{"affiliation": [], "given": "Bich Ha", "family": "Nguyen"}, {"affiliation": [], "given": "Van Hieu", "family": "Nguyen"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2010-8-3", "link": null, "published-print": "2010-6-1", "accepted": null, "publisher": "IOP Publishing", "doi": "10.1088/2043-6254/1/2/025003", "license": null, "url": "http://dx.doi.org/10.1088/2043-6254/1/2/025003", "issn": [{"type": "print", "value": "2043-6254"}, {"type": "electronic", "value": "2043-6262"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Engineered spin chains for perfect quantum state transfer"], "funder": null, "datasourcePrefix": "crossref____"}
321
{"best_oa_location_url": "", "issued": "2005-11-01", "abstract": "<jats:p>I wanted to call this article, <jats:italic>Counting permutations that contain a specified number of cycles of a given length</jats:italic> but the Editor pointed out the problems this might cause the Production Editor - it simply wouldn't fit the running head. Hence the chosen title and the subject matter. There is a very well known result, nonetheless startling, about the relative frequency of derangements amongst the permutations of [<jats:italic>r</jats:italic>] = {1,2,3,… , r }.</jats:p>", "objIdentifier": "32cfa3c8ceeda522c37fe98b2ed3bbce", "pissn": "0025-5572", "subject": null, "eissn": "2056-6328", "author": [{"affiliation": [], "given": "Barry", "family": "Lewis"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2016-8-1", "link": [{"URL": "https://www.cambridge.org/core/services/aop-cambridge-core/content/view/S0025557200178234", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2005-11", "accepted": null, "publisher": "Cambridge University Press (CUP)", "doi": "10.1017/s0025557200178234", "license": null, "url": "http://dx.doi.org/10.1017/s0025557200178234", "issn": [{"type": "print", "value": "0025-5572"}, {"type": "electronic", "value": "2056-6328"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Cycles, bicycles, tricycles and more"], "funder": null, "datasourcePrefix": "crossref____"}
322
{"best_oa_location_url": "", "issued": "2016-8-25", "abstract": [], "objIdentifier": "fccef9c316bd58ab69096492aee33e6e", "pissn": "1021-335X", "subject": ["Cancer Research", "Oncology", "General Medicine"], "eissn": "1791-2431", "author": [{"affiliation": [], "given": "Jian", "family": "Shi"}, {"affiliation": [], "given": "Yuan", "family": "Li"}, {"affiliation": [], "given": "Shuzhen", "family": "Liang"}, {"affiliation": [], "given": "Jianying", "family": "Zeng"}, {"affiliation": [], "given": "Guifeng", "family": "Liu"}, {"affiliation": [], "given": "Feng", "family": "Mu"}, {"affiliation": [], "given": "Haibo", "family": "Li"}, {"affiliation": [], "given": "Jibing", "family": "Chen"}, {"affiliation": [], "given": "Mao", "family": "Lin"}, {"affiliation": [], "given": "Shihou", "family": "Sheng"}, {"affiliation": [], "given": "Huaiyu", "family": "Zhang"}, {"affiliation": [], "given": "Tongjun", "family": "Liu"}, {"affiliation": [], "given": "Lizhi", "family": "Niu"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2016-8-25", "link": [{"URL": "https://spandidos-publications.com/10.3892/or.2016.5050/download", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2016-10", "accepted": null, "publisher": "Spandidos Publications", "doi": "10.3892/or.2016.5050", "license": null, "url": "http://dx.doi.org/10.3892/or.2016.5050", "issn": [{"type": "print", "value": "1021-335X"}, {"type": "electronic", "value": "1791-2431"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Circulating tumour cells as biomarkers for evaluating cryosurgery on unresectable hepatocellular carcinoma"], "funder": null, "datasourcePrefix": "crossref____"}
323
{"issued": "2017", "abstract": [], "objIdentifier": "66803faa366b308d0ac1f9d102c0a300", "subject": null, "accepted": null, "author": [{"affiliation": [], "given": "Vinícius Costa Gomes de", "family": "Castro"}, {"affiliation": [], "given": "João Maria do", "suffix": "Júnior", "family": "Amaral"}, {"affiliation": [], "given": "Lucieta Guerreiro", "family": "Martorano"}, {"affiliation": [], "given": "Paulo Campos Christo", "family": "Fernandes"}, {"affiliation": [], "given": "Samanta do Nascimento", "family": "Monteiro"}, {"affiliation": [], "given": "José de Brito", "suffix": "Júnior", "family": "Lourenço"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://doi.editoracubo.com.br/10.4322/rca.2728", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2017", "eissn": "1517-591X", "publisher": "Editora Cubo Multimidia", "doi": "10.4322/rca.2728", "license": null, "url": "http://dx.doi.org/10.4322/rca.2728", "issn": [{"type": "electronic", "value": "1517-591X"}], "collectedFrom": [{"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Emissões de metano entérico em búfalas na Amazônia Oriental: TIER 2 e hexafluoreto de enxofre"], "funder": null, "datasourcePrefix": "crossref____"}
324
{"issued": "2017-12-01", "abstract": [], "objIdentifier": "cb6c857e6ea5b22df78a2928c8d11932", "pissn": "0277-3740", "subject": ["Ophthalmology"], "author": [{"affiliation": [], "given": "Ji Hong", "family": "Kim"}, {"affiliation": [], "given": "Yong Un", "family": "Shin"}, {"affiliation": [], "given": "Mincheol", "family": "Seong"}, {"affiliation": [], "given": "Hee Yoon", "family": "Cho"}, {"affiliation": [], "given": "Min Ho", "family": "Kang"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://Insights.ovid.com/crossref?an=00003226-900000000-97014", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2017-12", "accepted": null, "publisher": "Ovid Technologies (Wolters Kluwer Health)", "doi": "10.1097/ico.0000000000001489", "license": null, "url": "http://dx.doi.org/10.1097/ico.0000000000001489", "issn": [{"type": "print", "value": "0277-3740"}], "collectedFrom": [{"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Eyelid Changes Related to Meibomian Gland Dysfunction in Early Middle-Aged Patients Using Topical Glaucoma Medications"], "funder": null, "datasourcePrefix": "crossref____"}
325
{"best_oa_location_url": "", "issued": "None", "abstract": [], "objIdentifier": "edbad558960e3512081cdf8037a0539f", "subject": null, "author": [{"affiliation": [], "given": "RM", "family": "Park"}, {"affiliation": [], "given": "RM", "family": "Carroll"}, {"affiliation": [], "given": "P", "family": "Bliss"}, {"affiliation": [], "given": "GW", "family": "Burns"}, {"affiliation": [], "given": "RR", "family": "Desmaris"}, {"affiliation": [], "given": "FB", "family": "Hall"}, {"affiliation": [], "given": "MB", "family": "Herzkovitz"}, {"affiliation": [], "given": "D", "family": "MacKenzie"}, {"affiliation": [], "given": "EF", "family": "McGuire"}, {"affiliation": [], "given": "RP", "family": "Reed"}, {"affiliation": [], "given": "LL", "family": "Sparks"}, {"affiliation": [], "given": "TP", "family": "Wang"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": null, "published-print": null, "accepted": null, "publisher": "ASTM International", "doi": "10.1520/mnl10642m", "license": null, "url": "http://dx.doi.org/10.1520/mnl10642m", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Appendices"], "funder": null, "datasourcePrefix": "crossref____"}
326
{"best_oa_location_url": "", "issued": "1992", "abstract": [], "objIdentifier": "4dfdbd05059b08144f03409f7bd9a1f1", "pissn": "0033-5614", "subject": ["Mechanical Engineering", "Mechanics of Materials", "Applied Mathematics", "Condensed Matter Physics"], "eissn": "1464-3855", "author": [{"affiliation": [], "given": "A. H.", "family": "ENGLAND"}, {"affiliation": [], "given": "T. G.", "family": "ROGERS"}, {"affiliation": [], "given": "I. D. R.", "family": "BRADFORD"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://academic.oup.com/qjmam/article-pdf/45/4/711/5267445/45-4-711.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1992", "accepted": null, "publisher": "Oxford University Press (OUP)", "doi": "10.1093/qjmam/45.4.711", "license": null, "url": "http://dx.doi.org/10.1093/qjmam/45.4.711", "issn": [{"type": "print", "value": "0033-5614"}, {"type": "electronic", "value": "1464-3855"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["FINITE DEFORMATIONS OF A FIBRE-REINFORCED CANTILEVER: DISTRIBUTED-LOAD SOLUTIONS"], "funder": null, "datasourcePrefix": "crossref____"}
327
{"best_oa_location_url": "", "issued": "2005-8-23", "abstract": [], "objIdentifier": "3cd7450a4819f52c813448071c7ff706", "pissn": "0108-7673", "subject": null, "author": [{"affiliation": [], "given": "A.", "family": "Criado"}, {"affiliation": [], "given": "M. D.", "family": "Estrada"}, {"affiliation": [], "given": "S.", "family": "Pérez-Garrido"}, {"affiliation": [], "given": "M. J.", "family": "Diánez"}, {"affiliation": [], "given": "E.", "family": "de Matos Gomes"}, {"affiliation": [], "given": "M. S.", "family": "Belsley"}, {"affiliation": [], "given": "C. M. G.", "family": "Miranda"}, {"affiliation": [], "given": "F.", "family": "Proenca"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://journals.iucr.org/a/issues/2005/a1/00/a33407/a33407.pdf", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}, {"URL": "http://journals.iucr.org/a/issues/2005/a1/00/a33407/a33407.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2005-8-23", "accepted": null, "publisher": "International Union of Crystallography (IUCr)", "doi": "10.1107/s0108767305084916", "license": [{"URL": "http://journals.iucr.org/services/copyrightpolicy.html", "start": {"timestamp": 1124755200000, "date-time": "2005-08-23T00:00:00Z", "date-parts": [[2005, 8, 23]]}, "content-version": "vor", "delay-in-days": 0}, {"URL": "http://journals.iucr.org/services/copyrightpolicy.html#TDM", "start": {"timestamp": 1124755200000, "date-time": "2005-08-23T00:00:00Z", "date-parts": [[2005, 8, 23]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1107/s0108767305084916", "issn": [{"type": "print", "value": "0108-7673"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Structure ofN,N-dimethylaminopyridiniumL-malate"], "funder": null, "datasourcePrefix": "crossref____"}
328
{"best_oa_location_url": "", "issued": "2013-11-1", "abstract": [], "objIdentifier": "aa7bf8ef238d0c60d053aefcd40e1a68", "subject": null, "accepted": null, "author": [{"affiliation": [], "given": "Kathleen", "family": "Ketterman"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2013-11-1", "link": null, "published-print": null, "eissn": "2380-176X", "publisher": "Purdue University (bepress)", "doi": "10.7771/2380-176x.1322", "license": null, "url": "http://dx.doi.org/10.7771/2380-176x.1322", "issn": [{"type": "electronic", "value": "2380-176X"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Sibling Rivalry"], "funder": null, "datasourcePrefix": "crossref____"}
329
{"best_oa_location_url": "", "issued": "2003-3-01", "abstract": "During ontogenetic development, the visual cortical circuitry is remodeled by activity-dependent mechanisms of synaptic plasticity. From a dynamical systems perspective this is a process of dynamic pattern formation. The emerging cortical network supports functional activity patterns that are used to guide the further improvement of the network’s structure. In this picture, spontaneous symmetry breaking in the developmental dynamics of the cortical network underlies the emergence of cortical selectivities such as orientation preference. Here universal properties of this process depending only on basic biological symmetries of the cortical network are analyzed. In particular, we discuss the description of the development of orientation preference columns in terms of a dynamics of abstract order parameter fields, connect this description to the theory of Gaussian random fields, and show how the theory of Gaussian random fields can be used to obtain quantitative information on the generation and motion of pinwheels, in the two dimensional pattern of visual cortical orientation columns.", "objIdentifier": "b16c893c6a559aeb5cf1fc7031e764b1", "pissn": "0928-4257", "subject": ["Physiology (medical)", "General Neuroscience"], "author": [{"affiliation": [], "given": "F.", "family": "Wolf"}, {"affiliation": [], "given": "T.", "family": "Geisel"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0928425703000640?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S0928425703000640?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2003-3", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/j.jphysparis.2003.09.018", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1046476800000, "date-time": "2003-03-01T00:00:00Z", "date-parts": [[2003, 3, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/j.jphysparis.2003.09.018", "issn": [{"type": "print", "value": "0928-4257"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Universality in visual cortical pattern formation"], "funder": null, "datasourcePrefix": "crossref____"}
330
{"best_oa_location_url": "", "issued": "1972-9-11", "abstract": [], "objIdentifier": "9835ab0c93ac15e274664b293ec0e0f8", "pissn": "0300-8746", "subject": null, "author": [{"affiliation": [], "given": "MINORU", "family": "OZIMA"}, {"affiliation": [], "given": "KAZUO", "family": "KUDO"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1972-9-11", "accepted": null, "publisher": "Springer Nature", "doi": "10.1038/physci239023a0", "license": null, "url": "http://dx.doi.org/10.1038/physci239023a0", "issn": [{"type": "print", "value": "0300-8746"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Excess Argon in Submarine Basalts and an Earth-Atmosphere Evolution Model"], "funder": null, "datasourcePrefix": "crossref____"}
331
{"publisher": "SBL Press", "doi": "10.2307/j.ctt1bhkpdr.5", "license": null, "author": [{"affiliation": [], "given": "Eric F.", "family": "Mason"}], "url": "http://dx.doi.org/10.2307/j.ctt1bhkpdr.5", "issued": "None", "abstract": [], "issn": null, "dateOfCollection": "2018-08-07 12:28:06Z", "datasourcePrefix": "crossref____", "link": null, "objIdentifier": "f410627c93e7e8620e1fa8087add679e", "published-print": null, "collectedFrom": [{"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Introduction"], "funder": null, "accepted": null, "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "subject": null}
332
{"best_oa_location_url": "", "issued": "1989-11-1", "abstract": "The purpose of this study was to investigate whether vasodilatation induced by doxazosin, an α1 adrenoceptor blocker, during postischaemic reperfusion was able to accelerate reflow in unperfused myocardium. Isolated isovolumetrically beating rat hearts were exposed to global ischaemia by perfusion at 15 mm Hg for 2 h, resulting in an end ischaemic coronary flow rate of 2.3 (SD 1.7)% of preischaemic value, and an unperfused myocardial volume of 71.8(4.3)% of total myocardial volume. Subsequent reperfusion at 80 mm Hg for 2 h produced a partial recovery of coronary flow rate of 41(6)% in the absence of doxazosin and a complete recovery [97(28)%] in the presence of doxazosin 2 μmol·litre−1. Surprisingly, doxazosin induced vasodilatation retarded the disappearance of “no reflow” during reperfusion: after 3 h of reperfusion the volume of unperfused myocardium was 14.3(5.5)% v 1.5(1.7)% in the control group (p<0.005). Assessed histologically the regions of “no-reflow” were localised predominantly in the subendocardium. In the presence of doxazosin, left ventricular end diastolic pressure during reperfusion was twice as high as in the control group, indicating pronounced subendocardial compression.#N##N#The mechanism underlying prolonged subendocardial “no-reflow” in the presence of doxazosin during postischaemic reperfusion is a compressive action of dilated (sub)epicardial vessels on the vasculature in the unperfused subendocardial regions (“hydraulic” or “erectile” effect of increased vascular volume). Thus coronary vasodilatation induced by α1 adrenergic receptor blockade during postischaemic reperfusion delays the recovery of homogeneous transmural perfusion distribution.", "objIdentifier": "94e75d9aa61dde9186df2a948da92271", "pissn": "0008-6363", "subject": ["Physiology (medical)", "Physiology", "Cardiology and Cardiovascular Medicine"], "author": [{"affiliation": [], "given": "R W", "family": "MOHANLAL"}, {"affiliation": [], "given": "I", "family": "MAUVE"}, {"affiliation": [], "given": "L", "family": "VAN DER VALK"}, {"affiliation": [], "given": "A V G", "family": "BRUSCHKE"}, {"affiliation": [], "given": "A", "family": "VAN DER LAARSE"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://academic.oup.com/cardiovascres/article-pdf/23/11/935/873875/23-11-935.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1989-11-1", "accepted": null, "publisher": "Oxford University Press (OUP)", "doi": "10.1093/cvr/23.11.935", "license": null, "url": "http://dx.doi.org/10.1093/cvr/23.11.935", "issn": [{"type": "print", "value": "0008-6363"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Delayed recovery of homogeneous perfusion distribution in isolated rat heart after vasodilatation induced by  1 adrenoceptor blockade during postischaemic reperfusion"], "funder": null, "datasourcePrefix": "crossref____"}
333
{"best_oa_location_url": "", "issued": "1994-7-01", "abstract": "The phenotypic parameters of dendritic cells of the central lymph and of red marrow cells with processes in rabbits are compared using the light-optical and morphological methods and an original technique of lymph sampling. The effect of radon on the time course of the number of the above-mentioned cells is explored. Two major types of cells with processes are identified in the red marrow: cells with one process and cells with two or more processes. These cells and the corresponding types of dendritic cells of the central lymph are not identical, which does not rule out their common origin. the number of above-mentioned cells correlates with the activity of radon.", "objIdentifier": "5a11aa5db6e80a7907cc7c3e4695d903", "pissn": "0007-4888", "subject": ["General Biochemistry, Genetics and Molecular Biology", "General Medicine"], "eissn": "1573-8221", "author": [{"affiliation": [], "given": "A. V.", "family": "Kuznetsov"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/BF02444389", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1994-7", "accepted": null, "publisher": "Springer Nature", "doi": "10.1007/bf02444389", "license": null, "url": "http://dx.doi.org/10.1007/bf02444389", "issn": [{"type": "print", "value": "0007-4888"}, {"type": "electronic", "value": "1573-8221"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Effect of radon on dendritic cells of the central lymph and on process-forming bone marrow cells of rabbits"], "funder": null, "datasourcePrefix": "crossref____"}
334
{"best_oa_location_url": "http://www.ncbi.nlm.nih.gov/pmc/articles/PMC3597061", "issued": "2011-5-01", "abstract": "MicroRNAs (miRNAs) play an important role in carcinogenesis in various solid cancers including breast cancer. Down-regulation of microRNA-148a (miR-148a) has been reported in certain cancer types. However, the biological role of miR-148a and its related targets in breast cancer are unknown yet. In this study, we showed that the level of miR-148a was lower in MCF7 cells than that in MCF10A cells. V-erb-b2 erythroblastic leukemia viral oncogene homolog 3 (ERBB3) is a direct target of miR-148a in human breast cancer cells through direct binding of miR-148a to ERBB3 3′-UTR region. Overexpression of miR-148a in MCF7 cells inhibited ERBB3 expression, blocked the downstream pathway activation including activation of AKT, ERK1/2, and p70S6K1, and decreased HIF-1α expression. Furthermore, forced expression of miR-148a attenuated tumor angiogenesis in vivo. Our results identify ERBB3 as a direct target of miR-148a, and provide direct evidence that miR-148a inhibits tumor angiogenesis through ERBB3 and its downstream signaling molecules. This information would be helpful for targeting the miR-148a/ERBB3 pathway for breast cancer prevention and treatment in the future.", "objIdentifier": "e50b278ef5f230c980e5bd454a183ddf", "pissn": "1674-8301", "subject": null, "author": [{"affiliation": [], "given": "Jing", "family": "Yu"}, {"affiliation": [], "given": "Qi", "family": "Li"}, {"affiliation": [], "given": "Qing", "family": "Xu"}, {"affiliation": [], "given": "Lingzhi", "family": "Liu"}, {"affiliation": [], "given": "Binghua", "family": "Jiang"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S1674830111600225?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S1674830111600225?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2011-5", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/s1674-8301(11)60022-5", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1304208000000, "date-time": "2011-05-01T00:00:00Z", "date-parts": [[2011, 5, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/s1674-8301(11)60022-5", "issn": [{"type": "print", "value": "1674-8301"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["MiR-148a inhibits angiogenesis by targeting ERBB3"], "funder": null, "datasourcePrefix": "crossref____"}
335
{"best_oa_location_url": "", "issued": "2013-9-01", "abstract": "<jats:p>Optimising the supply of dietary phosphorus (P) to animals requires sound knowledge regarding the availability of P from feed raw materials. Different definitions of available P have been proposed and various approaches are in use to determine P availability. These differences make it difficult to compare published data and to compile comprehensive feeding tables for use in the industry. This is disadvantageous in regard to feeding costs and sustainable handling of the limited global phosphate reserves. Working Group No 2 (Nutrition) of the European Federation of Branches of WPSA has developed a standard protocol for determination of available P in broilers. It is based on precaecal P digestibility and the details of this proposed protocol are explained in the following paper. Unresolved questions in regard to the determination of available P are also addressed. Researchers are encouraged to implement this standard protocol in future P availability studies and to contribute to its further improvement.</jats:p>", "objIdentifier": "8bd13239330d40cd8f8674c640d58906", "pissn": "0043-9339", "subject": ["Animal Science and Zoology"], "eissn": "1743-4777", "author": [{"affiliation": [], "name": "Working Group No 2: Nutrition of the European Federation of Branches of WPSA"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2013-9-5", "link": [{"URL": "https://www.cambridge.org/core/services/aop-cambridge-core/content/view/S0043933913000688", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2013-9", "accepted": null, "publisher": "Cambridge University Press (CUP)", "doi": "10.1017/s0043933913000688", "license": null, "url": "http://dx.doi.org/10.1017/s0043933913000688", "issn": [{"type": "print", "value": "0043-9339"}, {"type": "electronic", "value": "1743-4777"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Determination of phosphorus availability in poultry"], "funder": null, "datasourcePrefix": "crossref____"}
336
{"best_oa_location_url": "", "issued": "2006", "abstract": "Micro-Raman spectroscopy is used to determine the multiaxial stress state in silicon wafers using a strategy proposed by Narayanan, et al. (J. Appl. Phys. 82, 2595-2602 (1997)) Previously, this strategy was validated when silicon was subjected to uniaxial stress in the laboratory frame (Harris, et al. J. Appl. Phys. 96, 7195-7201 (2004)). In the present work, silicon wafers have been analyzed that were subjected to biaxial stress states in the laboratory frame. The predicted curves for the initially degenerate F 2g  peaks were found to fall within the variability of the measured curves. Stress ratios were found to be predictable. Stress magnitudes were also found to be predictable, but are subject to uncertainty greater than 25%. To perform these tests, an apparatus has been developed which can provide controlled ratios of biaxial stress in a simple and compact test geometry. This fixture was used under a microscope, enabling in situ measurement of biaxial stress states.", "objIdentifier": "68bb905dad34d52c4d1663670e167f98", "pissn": "0021-8936", "subject": ["Mechanical Engineering", "Mechanics of Materials", "Condensed Matter Physics"], "author": [{"affiliation": [], "given": "Peter A.", "family": "Gustafson"}, {"affiliation": [], "given": "Stephen J.", "family": "Harris"}, {"affiliation": [], "given": "Ann E.", "family": "O’Neill"}, {"affiliation": [], "given": "Anthony M.", "family": "Waas"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://appliedmechanics.asmedigitalcollection.asme.org/article.aspx?articleid=1415633", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2006", "accepted": null, "publisher": "ASME International", "doi": "10.1115/1.2187527", "license": null, "url": "http://dx.doi.org/10.1115/1.2187527", "issn": [{"type": "print", "value": "0021-8936"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Measurement of Biaxial Stress States in Silicon Using Micro-Raman Spectroscopy"], "funder": null, "datasourcePrefix": "crossref____"}
337
{"best_oa_location_url": "", "issued": "2012-10-31", "abstract": [], "objIdentifier": "62abdcc23a16793f248b08135bb35f0a", "subject": null, "author": [{"affiliation": [], "given": " B.C.", "family": "Buer"}, {"affiliation": [], "given": " J.L.", "family": " Meagher"}, {"affiliation": [], "given": " J.A.", "family": " Stuckey"}, {"affiliation": [], "given": " E.N.G.", "family": " Marsh"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0020", "value": "Other"}, "is_oa": false, "published-online": "2012-10-31", "link": null, "published-print": null, "accepted": null, "publisher": "Protein Data Bank, Rutgers University", "doi": "10.2210/pdb4g4l/pdb", "license": null, "url": "http://dx.doi.org/10.2210/pdb4g4l/pdb", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Crystal structure of the de novo designed peptide alpha4tbA6\n          "], "funder": null, "datasourcePrefix": "crossref____"}
338
{"best_oa_location_url": "", "issued": "2004-3-01", "abstract": [], "objIdentifier": "ea1a52ff4f8fa4643b9afadd5bf8a2a4", "pissn": "1058-2916", "subject": ["Biophysics", "Bioengineering", "Biomaterials", "Biomedical Engineering", "General Medicine"], "author": [{"affiliation": [], "given": "K", "family": "Yuri"}, {"affiliation": [], "given": "H", "family": "Iwahashi"}, {"affiliation": [], "given": "T", "family": "Motomura"}, {"affiliation": [], "given": "A", "family": "Hata"}, {"affiliation": [], "given": "T", "family": "Asai"}, {"affiliation": [], "given": "Y", "family": "Nose"}, {"affiliation": [], "given": "D", "family": "Arora"}, {"affiliation": [], "given": "M", "family": "Behr"}, {"affiliation": [], "given": "M", "family": "Pasquali"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2004-3", "accepted": null, "publisher": "Ovid Technologies (Wolters Kluwer Health)", "doi": "10.1097/00002480-200403000-00044", "license": null, "url": "http://dx.doi.org/10.1097/00002480-200403000-00044", "issn": [{"type": "print", "value": "1058-2916"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["DIFFERENT LEVELS OF HEMOLYSIS OCCURRED BY A CENTRIFUGAL BLOOD PUMP IN VARIOUS CLINICAL CONDITIONS"], "funder": null, "datasourcePrefix": "crossref____"}
339
{"issued": "1956-12-31", "abstract": [], "objIdentifier": "5aefd110be9e40cf7c713a30b3e40437", "subject": null, "accepted": null, "author": [{"affiliation": [], "name": "ONU"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1956-12-31", "eissn": "2411-9849", "publisher": "Nations Unies", "doi": "10.18356/1d44cde7-fr", "license": null, "url": "http://dx.doi.org/10.18356/1d44cde7-fr", "issn": [{"type": "electronic", "value": "2411-9849"}], "collectedFrom": [{"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Collaboration avec les organismes interaméricains"], "funder": null, "datasourcePrefix": "crossref____"}
340
{"best_oa_location_url": "", "issued": "2010-2-01", "abstract": "A series of novel spin-labeled podophyllotoxin derivatives were synthesized by reacting the corresponding N-(1-oxyl-2,2,6,6-tetramethyl-4-piperidinyloxy carbonyl)-amino acids with 4 beta-amino-4'-demethylepipodophyllotoxin. The synthesized derivatives 12a-g were evaluated for the partition coefficients, cytotoxicities in vitro against three tumor cell lines (A-549, HL-60, and RPMI-8226) and antioxidative activities in tissues of SD rats by the TBA method. The vast majority of target compounds have shown superior or comparable activities against A-549, HL-60, and RPMI-8226 compared to VP-16, and they have shown more significant antioxidative activities and superior water solubility than VP-16. (c) 2009 Elsevier Ltd. All rights reserved.", "objIdentifier": "95dfd67dfebf7e7338ac4fd9b0b3c782", "pissn": "0960-894X", "subject": ["Organic Chemistry", "Clinical Biochemistry", "Molecular Medicine", "Biochemistry", "Molecular Biology", "Drug Discovery", "Pharmaceutical Science"], "author": [{"affiliation": [], "given": "Jia-Qiang", "family": "Zhang"}, {"affiliation": [], "given": "Zhi-Wei", "family": "Zhang"}, {"affiliation": [], "given": "Ling", "family": "Hui"}, {"affiliation": [], "given": "Shi-Wu", "family": "Chen"}, {"affiliation": [], "given": "Xuan", "family": "Tian"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0960894X09017715?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S0960894X09017715?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2010-2", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/j.bmcl.2009.12.048", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1264982400000, "date-time": "2010-02-01T00:00:00Z", "date-parts": [[2010, 2, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/j.bmcl.2009.12.048", "issn": [{"type": "print", "value": "0960-894X"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Novel semisynthetic spin-labeled derivatives of podophyllotoxin with cytotoxic and antioxidative activity"], "funder": null, "datasourcePrefix": "crossref____"}
341
{"best_oa_location_url": "", "issued": "2015-6-01", "abstract": [], "objIdentifier": "8c22330a00fce2d28f6f9952ff837191", "pissn": "0007-1315", "subject": ["Sociology and Political Science"], "author": [{"affiliation": [{"name": "Iowa State University"}], "given": "Kimberly Elman", "family": "Zarecor"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2015-6-15", "link": [{"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1111%2F1468-4446.12130", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2015-6", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1111/1468-4446.12130", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", "start": {"timestamp": 1441065600000, "date-time": "2015-09-01T00:00:00Z", "date-parts": [[2015, 9, 1]]}, "content-version": "tdm", "delay-in-days": 92}], "url": "http://dx.doi.org/10.1111/1468-4446.12130", "issn": [{"type": "print", "value": "0007-1315"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Molnár, V. Building the State: Architecture, Politics, and State Formation in Post-War Central Europe. 2013 Routledge 210 pp. £70.00 (hardback)"], "funder": null, "datasourcePrefix": "crossref____"}
342
{"best_oa_location_url": "https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1610867/pdf", "issued": "1974-4-27", "abstract": "Full textFull text is available as a scanned copy of the original print version. Get a printable copy (PDF file) of the complete article (369K), or click on a page image below to browse page by page. #R##N##R##N##R##N##R##N##R##N#227#R##N##R##N##R##N##R##N##R##N##R##N#Images in this article#R##N##R##N##R##N#p227-a #R##N#on p.227#R##N##R##N#Click on the image to see a larger version.", "objIdentifier": "760e185b7d87eb0067843a1d4efa6c79", "pissn": "0959-8138", "subject": ["General Medicine"], "eissn": "1468-5833", "author": [{"affiliation": [], "given": "M. J.", "family": "Pritchard"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": null, "link": [{"URL": "https://syndication.highwire.org/content/doi/10.1136/bmj.2.5912.227", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1974-4-27", "accepted": null, "publisher": "BMJ", "doi": "10.1136/bmj.2.5912.227", "license": null, "url": "http://dx.doi.org/10.1136/bmj.2.5912.227", "issn": [{"type": "print", "value": "0959-8138"}, {"type": "electronic", "value": "1468-5833"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Psychiatric Referral in the General Hospital"], "funder": null, "datasourcePrefix": "crossref____"}
343
{"best_oa_location_url": "", "issued": "2015-11-26", "abstract": [], "objIdentifier": "76434667024223abc7222f8b72fb9cfc", "pissn": "0931-7597", "subject": null, "author": [{"affiliation": [], "given": "Krzysztof", "family": "Kazimierczuk"}, {"affiliation": [], "given": "Vladislav", "family": "Orekhov"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2015-11-26", "link": [{"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1002%2Fchin.201550231", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2015-12", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1002/chin.201550231", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", "start": {"timestamp": 1441065600000, "date-time": "2015-09-01T00:00:00Z", "date-parts": [[2015, 9, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1002/chin.201550231", "issn": [{"type": "print", "value": "0931-7597"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["ChemInform Abstract: Non-uniform Sampling: Post-Fourier Era of NMR Data Collection and Processing"], "funder": null, "datasourcePrefix": "crossref____"}
344
{"best_oa_location_url": "", "issued": "1990-8-01", "abstract": [], "objIdentifier": "65a2c7c7885927e4d76d5ad3f0143474", "pissn": "0045-205X", "subject": ["General Agricultural and Biological Sciences"], "eissn": "1521-415X", "author": [{"affiliation": [], "given": "L. H.", "family": "Grimme"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1002%2Fbiuz.19900200406", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1990-8", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1002/biuz.19900200406", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", "start": {"timestamp": 1441065600000, "date-time": "2015-09-01T00:00:00Z", "date-parts": [[2015, 9, 1]]}, "content-version": "tdm", "delay-in-days": 9162}], "url": "http://dx.doi.org/10.1002/biuz.19900200406", "issn": [{"type": "print", "value": "0045-205X"}, {"type": "electronic", "value": "1521-415X"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["BIO-graphie"], "funder": null, "datasourcePrefix": "crossref____"}
345
{"best_oa_location_url": "", "issued": "2014-3-1", "abstract": [], "objIdentifier": "c16ecebf5a051cf3c11850c1de631984", "pissn": "1819-3420", "subject": ["Toxicology", "Pollution", "Health, Toxicology and Mutagenesis"], "author": [{"affiliation": [], "given": "Francis O.", "family": "Okonkwo"}, {"affiliation": [], "given": "Chukwunonso E.C.C.", "family": "Ejike"}, {"affiliation": [], "given": "Ursula", "family": "Berger"}, {"affiliation": [], "given": "Constanze", "family": "Schmaling"}, {"affiliation": [], "given": "Rudolf", "family": "Schierl"}, {"affiliation": [], "given": "Katja", "family": "Radon"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://scialert.net/fulltext/?doi=rjet.2014.98.109&org=10", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2014-3-1", "accepted": null, "publisher": "Science Alert", "doi": "10.3923/rjet.2014.98.109", "license": null, "url": "http://dx.doi.org/10.3923/rjet.2014.98.109", "issn": [{"type": "print", "value": "1819-3420"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Workplace Exposure to Polycyclic Aromatic Hydrocarbons (PAHs): A Review and Discussion of Regulatory Imperatives for Nigeria"], "funder": null, "datasourcePrefix": "crossref____"}
346
{"best_oa_location_url": "http://www.dtic.mil/get-tr-doc/pdf?AD=ADA476981", "issued": "2000-8-01", "abstract": "Within cooperative learning great emphasis is placed on the benefits of aetwo heads being greater than oneAE. However, further examination of this adage reveals that the value of learning groups can often be overstated and taken for granted for different types of problems. When groups are required to solve ill-defined and complex problems under real world constraints, different socio-cognitive factors (e.g., metacognition, collective induction, and perceptual experience) are expected to determine the extent to which cooperative learning is successful. Another facet of cooperative learning, the extent to which groups enhance the use of knowledge from one situation to another, is frequently ignored in determining the value of cooperative learning. This paper examines the role and functions of cooperative learning groups in contrast to individual learning conditions, for both an acquisition and transfer task. Results for acquisition show groups perform better overall than individuals by solving more elements of the Jasper problem as measured by their overall score in problem space analysis. For transfer, individuals do better overall than groups in the overall amount of problem elements transferred from Jasper. This paradox is explained by closer examination of the data analysis. Groups spend more time engaged with each other in metacognitive activities (during acquisition) whereas individuals spend more time using the computer to explore details of the perceptually based Jasper macrocontext. Hence, results show that individuals increase their perceptual learning during acquisition whereas groups enhance their metacognitive strategies. These investments show different pay-offs for the transfer problem. Individuals transfer more overall problem elements (as they explored the context more) but problem solvers who had the benefit of metacognition in a learning group did better at solving the most complex elements of the transfer problem. Results also show that collective induction groups (ones that freely share) – in comparison to groups composed of dominant members – enhance certain kinds of transfer problem solving (e.g., generating subgoals). The results are portrayed as the active interplay of socio-cognitive elements that impact the outcomes (and therein success) of cooperative learning.", "objIdentifier": "487e6fd06eea2e9d21fa6d0b602b3831", "pissn": "1435-5558", "subject": ["Philosophy", "Human-Computer Interaction", "Computer Science Applications"], "author": [{"affiliation": [], "given": "M. D.", "family": "McNeese"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": null, "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/PL00011499", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2000-8", "accepted": null, "publisher": "Springer Nature", "doi": "10.1007/pl00011499", "license": null, "url": "http://dx.doi.org/10.1007/pl00011499", "issn": [{"type": "print", "value": "1435-5558"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Socio-Cognitive Factors in the Acquisition and Transfer of Knowledge"], "funder": null, "datasourcePrefix": "crossref____"}
347
{"best_oa_location_url": "", "issued": "2007-1-01", "abstract": [], "objIdentifier": "afd9e14c4ec46a219a2536ab809ef79e", "pissn": "0084-3873", "subject": null, "author": [{"affiliation": [], "given": "J.S.", "family": "Barkin"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0084387308702463?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S0084387308702463?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2007-1", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/s0084-3873(08)70246-3", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1167609600000, "date-parts": [[2007, 1, 1]], "date-time": "2007-01-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/s0084-3873(08)70246-3", "issn": [{"type": "print", "value": "0084-3873"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Esomeprazole With Aspirin Versus Clopidogrel for Prevention of Recurrent Gastrointestinal Ulcer Complications"], "funder": null, "datasourcePrefix": "crossref____"}
348
{"best_oa_location_url": "", "issued": "2013-2-01", "abstract": [], "objIdentifier": "ed0bf088a91a9f321593a5f916367594", "pissn": "0091-6749", "subject": ["Immunology", "Immunology and Allergy"], "author": [{"affiliation": [], "given": "Na", "family": "Sun"}, {"affiliation": [], "given": "Huilian", "family": "Che"}, {"affiliation": [], "given": "Cui", "family": "Zhou"}, {"affiliation": [], "given": "Jing", "family": "Wang"}, {"affiliation": [], "given": "Kunlun", "family": "Huang"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S009167491203093X?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S009167491203093X?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2013-2", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/j.jaci.2012.12.1092", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1359676800000, "date-parts": [[2013, 2, 1]], "date-time": "2013-02-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/j.jaci.2012.12.1092", "issn": [{"type": "print", "value": "0091-6749"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Comparative Studies On the Allergenicity of Native Ovalbumin and Ovomucoid in Biological and Serologic Assays"], "funder": null, "datasourcePrefix": "crossref____"}
349
{"best_oa_location_url": "", "issued": "2014-11-17", "abstract": "In this paper, Wavelet Collocation Method and Wavelet Galerkin Method have been used to evaluate the temperature distribution of a straight rectangular fin. The linear problem has been solved by Wavelet Galerkin Method while non-linear problem by Wavelet Collocation Method. It has been observed that accuracy increases as the number of basis function increases. The result thus obtained is compared with other available results obtained by using approximate analytic methods such as Adom ian Decomposition Method, Differential Transformation Method as well as exact solution. It has been observed that the result obtained by present method is exactly same as that obtained by exact method. The method provides a unique solution for  n = -3/2, N= ± 0.9 and n = -3, N = ±0.4. The justification of unique solution gets confirmed from Figs. 7 and 8. The present method provides single solution for all existing values. The convergence analysis of the proposed method along side numerical procedure for this boundary value problem is given to test wider applicability and accuracy of the method.", "objIdentifier": "184ecfa4820181968ebfebd5468bcd07", "subject": null, "accepted": null, "author": [{"affiliation": [], "given": "Surjan", "family": "Singh"}, {"affiliation": [], "given": "Subrahamanyam", "family": "Upadhyay"}, {"affiliation": [], "given": "K. N.", "family": "Rai"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2014-11-17", "link": [{"URL": "http://www.sciencepubco.com/index.php/ijamr/article/viewFile/3137/1479", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}], "published-print": null, "eissn": "2227-4324", "publisher": "Science Publishing Corporation", "doi": "10.14419/ijamr.v3i4.3137", "license": null, "url": "http://dx.doi.org/10.14419/ijamr.v3i4.3137", "issn": [{"type": "electronic", "value": "2227-4324"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Comparative analysis of power-law type fin problem using wavelet collocation and Galerkin methods"], "funder": null, "datasourcePrefix": "crossref____"}
350
{"best_oa_location_url": "", "issued": "1966", "abstract": [], "objIdentifier": "fd5c61c307f48abbdfd5fde86ec6b07c", "subject": ["Soil Science"], "accepted": null, "author": [{"affiliation": [], "given": "J. P.", "family": "Martin"}, {"affiliation": [], "given": "J. O.", "family": "Ervin"}, {"affiliation": [], "given": "R. A.", "family": "Shepherd"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "https://dl.sciencesocieties.org/publications/sssaj/pdfs/30/2/SS0300020196", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1966", "eissn": "0361-5995", "publisher": "Soil Science Society of America", "doi": "10.2136/sssaj1966.03615995003000020017x", "license": null, "url": "http://dx.doi.org/10.2136/sssaj1966.03615995003000020017x", "issn": [{"type": "electronic", "value": "0361-5995"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Decomposition of the Iron, Aluminum, Zinc, and Copper Salts or Complexes of Some Microbial and Plant Polysaccharides in Soil1"], "funder": null, "datasourcePrefix": "crossref____"}
351
{"best_oa_location_url": "", "issued": "None", "abstract": "In this paper, a method is proposed whereby both contact force exerted by a flexible manipulator, and position of the end-effector while in contact with a surface are controlled. The authors approximate elastic deformations by means of B-spline functions and derive dynamic equations of joint angles, vibrations of the flexible links, and constraint forces. A controller for the hybrid position/force control of the flexible manipulator is designed on the basis of the singular perturbation method. Experimental results confirm that the controller performs remarkably well. >", "objIdentifier": "faf795b47679a070ba5c87dcc15a4ea9", "subject": null, "author": [{"affiliation": [], "given": "F.", "family": "Matsuno"}, {"affiliation": [], "given": "O.", "family": "Asano"}, {"affiliation": [], "given": "Y.", "family": "Sakawa"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0004", "value": "Conference object"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://xplorestaging.ieee.org/ielx2/3229/9194/00411122.pdf?arnumber=411122", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "accepted": null, "publisher": "IEEE", "doi": "10.1109/cdc.1994.411122", "license": null, "url": "http://dx.doi.org/10.1109/cdc.1994.411122", "issn": null, "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Dynamic hybrid position/force control of n-link flexible manipulators"], "funder": null, "datasourcePrefix": "crossref____"}
352
{"best_oa_location_url": "", "issued": "1995-9-1", "abstract": [], "objIdentifier": "e5626fb15c85568f7226d6d6d43f855e", "pissn": "0883-7570", "subject": ["Marketing", "Health Policy"], "author": [{"affiliation": [], "given": "Scott", "family": "MacStravic"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.tandfonline.com/doi/pdf/10.1300/J043v10n01_05", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1995-9-1", "accepted": null, "publisher": "Informa UK Limited", "doi": "10.1300/j043v10n01_05", "license": null, "url": "http://dx.doi.org/10.1300/j043v10n01_05", "issn": [{"type": "print", "value": "0883-7570"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Patient Loyalty to Physicians:"], "funder": null, "datasourcePrefix": "crossref____"}
353
{"best_oa_location_url": "", "issued": "2012-10-18", "abstract": "Many scholars have emphasized how important it is to be part of a technology cluster, in order to have favorable conditions to trigger the innovation process both at the firm and cluster levels. Moreover a number of contributions explain how the presence of a leading firm in a cluster positively affects cluster development. The leading firm favors the diffusion of knowledge among cluster members and acts as an interface to absorb new knowledge from external sources. However, studies on this topic focus predominantly on cases of successful clusters and there is little understanding of the issues regarding clusters that failed or were unsuccessful. Our aim is to investigate if the presence of a leading firm in a technology cluster always favors processes of development or if, on the contrary, it can hinder cluster growth by encouraging a lock-in phenomenon. We respond to the research question by analyzing the behavior of a leading firm (Alenia Aeronautica) in the Campania aircraft cluster. On the basis of research results we conclude that the presence of a focal firm in a technology cluster is not always a positive factor if this firm does not act as knowledge hub with explicit objectives of transferring knowledge to other cluster members. On the contrary, in some cases the presence of a focal firm may actually hinder cluster development by limiting the activity of other companies in the system.", "objIdentifier": "7020b88e417dc17438205bfca7ed38dc", "pissn": "1833-3850", "subject": null, "eissn": "1833-8119", "author": [{"affiliation": [], "given": "Marco", "family": "Ferretti"}, {"affiliation": [], "given": "Adele", "family": "Parmentola"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2012-10-18", "link": null, "published-print": null, "accepted": null, "publisher": "Canadian Center of Science and Education", "doi": "10.5539/ijbm.v7n21p65", "license": null, "url": "http://dx.doi.org/10.5539/ijbm.v7n21p65", "issn": [{"type": "print", "value": "1833-3850"}, {"type": "electronic", "value": "1833-8119"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Leading Firms in Technology Clusters: The Role of Alenia Aeronautica in the Campania Aircraft Cluster"], "funder": null, "datasourcePrefix": "crossref____"}
354
{"best_oa_location_url": "", "issued": "2011-2-01", "abstract": "An environmentally friendly molybdate conversion coating based surface treatment was developed for AZ91D magnesium alloy. The EIS technique was employed to study the effects of the conversion bath composition and temperature on the corrosion protection performance of molybdate conversion coatings on AZ91D magnesium alloys. The optimum conditions under which obtained conversion coatings showed the best corrosion resistance were determined. The Nyquist results showed that the value of charge transfer resistance increased by 22.5 times for the sample treated in the optimized molybdate conversion bath.", "objIdentifier": "826459c6281ce0d68f93dddb726b8160", "subject": ["General Engineering"], "accepted": null, "author": [{"affiliation": [], "given": "Li Ping", "family": "Wu"}, {"affiliation": [], "given": "Zhong Dong", "family": "Yang"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2011-2", "link": [{"URL": "http://www.scientific.net/AMR.189-193.279.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "eissn": "1662-8985", "publisher": "Trans Tech Publications", "doi": "10.4028/www.scientific.net/amr.189-193.279", "license": null, "url": "http://dx.doi.org/10.4028/www.scientific.net/amr.189-193.279", "issn": [{"type": "electronic", "value": "1662-8985"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["EIS Study of Molybdate Conversion Coatings Formed on AZ91D Magnesium Alloy"], "funder": null, "datasourcePrefix": "crossref____"}
355
{"best_oa_location_url": "", "issued": "1996-9-01", "abstract": "The aim of the study was to determine factors influencing functional ability and quality of life 6 months after surgically treated trochanteric fractures.", "objIdentifier": "787e170a4ed3458033ab638845512671", "pissn": "1633-8065", "subject": ["Surgery", "Orthopedics and Sports Medicine"], "eissn": "1432-1068", "author": [{"affiliation": [], "given": "F.", "family": "Guillemin"}, {"affiliation": [], "given": "M. M.", "family": "Cao"}, {"affiliation": [], "given": "J. P.", "family": "Delagoutte"}, {"affiliation": [], "given": "D.", "family": "Mainard"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2017-3-10", "link": [{"URL": "http://link.springer.com/content/pdf/10.1007/BF03380105.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "application/pdf"}], "published-print": "1996-9", "accepted": null, "publisher": "Springer Nature", "doi": "10.1007/bf03380105", "license": null, "url": "http://dx.doi.org/10.1007/bf03380105", "issn": [{"type": "print", "value": "1633-8065"}, {"type": "electronic", "value": "1432-1068"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Facteurs pronostiques de qualité de vie après fracture péritrochantérienne"], "funder": null, "datasourcePrefix": "crossref____"}
356
{"best_oa_location_url": "", "issued": "2001-4-01", "abstract": [], "objIdentifier": "b8fb7892cb41bdc17cd7975843ca8f35", "pissn": "0016-5085", "subject": ["Gastroenterology"], "author": [{"affiliation": [], "given": "A", "family": "ROHITAS"}, {"affiliation": [], "given": "G", "family": "SACHIN"}, {"affiliation": [], "given": "T", "family": "BENMENACHEM"}, {"affiliation": [], "given": "R", "family": "MORLOCK"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0016508501820096?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S0016508501820096?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2001-4", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/s0016-5085(01)82009-6", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 986083200000, "date-time": "2001-04-01T00:00:00Z", "date-parts": [[2001, 4, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/s0016-5085(01)82009-6", "issn": [{"type": "print", "value": "0016-5085"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Caregiver out-of-pocket expenses and loss of productivity associated with outpatient management of upper gastrointestinal hemorrhage"], "funder": null, "datasourcePrefix": "crossref____"}
357
{"best_oa_location_url": "", "issued": "1983", "abstract": [], "objIdentifier": "1639c92dae21e892e609a45efd74020f", "subject": null, "accepted": null, "author": [{"affiliation": [], "given": "Ulrich", "family": "Eckhardt"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://link.springer.com/content/pdf/10.1007/978-3-0348-6754-2_4", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1983", "eissn": "2296-6072", "publisher": "Birkhäuser Basel", "doi": "10.1007/978-3-0348-6754-2_4", "license": null, "url": "http://dx.doi.org/10.1007/978-3-0348-6754-2_4", "issn": [{"type": "electronic", "value": "2296-6072"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["An Inclusion Principle for Eigenvalues"], "funder": null, "datasourcePrefix": "crossref____"}
358
{"best_oa_location_url": "", "issued": "1970-3-01", "abstract": [], "objIdentifier": "13f19ec6d7c377748d17db0f71180a85", "pissn": "0020-8167", "subject": ["Ophthalmology"], "author": [{"affiliation": [], "given": "R. M.", "family": "FASANELLA"}, {"affiliation": [], "given": "JAVIER", "family": "SERVAT"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1970-3", "accepted": null, "publisher": "Ovid Technologies (Wolters Kluwer Health)", "doi": "10.1097/00004397-197003000-00011", "license": null, "url": "http://dx.doi.org/10.1097/00004397-197003000-00011", "issn": [{"type": "print", "value": "0020-8167"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Levator Resection for Minimal Ptosis"], "funder": null, "datasourcePrefix": "crossref____"}
359
{"best_oa_location_url": "", "issued": "2015-1-01", "abstract": "Les moisissures sont des champignons qui se developpent dans les endroits humides. La ville de Casablanca est une ville humide avec une hygrometrie qui varie entre 74 a 88 %. Le but de notre travail est de determiner le profil allergique lie a l’exposition aux moisissures. Il s’agit d’une etude retrospective menee entre le 1er septembre 2011 au 31 juillet 2014, portant sur les patients suivis a la consultation d’allergologie. Un interrogatoire, un examen clinique et des prick-tests pour les principaux pneumallergenes fongiques ont ete pratiques avec des extraits standardises (alternaria, cladosprium et Aspergillus fumigatus). Sur 364 patients, l’allergie aux moisissures a ete retrouvee chez 44 patients (12 %) dont 30 femmes et 14 hommes avec une moyenne d’âge de 32 ans. Une sensibilisation a alternaria a ete retrouvee chez 18 patients, dont patients 10 avaient un asthme associe a la rhinite, 5 patients avaient une conjonctivite associee et 3 patients avaient un asthme isole. Une sensibilisation a A. fumigatus a ete retrouvee chez 18 patients, dont 10 patients avaient un asthme associe a la rhinite, associe a une conjonctivite chez 6 patients et isole chez 2 patients. Une sensibilisation au cladosprium a ete retrouvee chez 15 patients dont 12 patients un asthme associe a la rhinite et isole chez 3 patients. A travers cette etude, l’allergie aux moisissures est non negligeable, qu’il faut la rechercher dans les pays ou regions dont les conditions climatiques sont favorisantes.", "objIdentifier": "5d919d9a65c00d87efb3d7afe2aa06e0", "pissn": "0761-8425", "subject": ["Pulmonary and Respiratory Medicine"], "author": [{"affiliation": [], "given": "R.G.", "family": "Bopaka"}, {"affiliation": [], "given": "W.", "family": "El Khattabi"}, {"affiliation": [], "given": "N.", "family": "Souki"}, {"affiliation": [], "given": "B.", "family": "El Bied"}, {"affiliation": [], "given": "A.", "family": "Aichane"}, {"affiliation": [], "given": "H.", "family": "Afif"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0761842514008201?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S0761842514008201?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2015-1", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/j.rmr.2014.10.415", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1420070400000, "date-parts": [[2015, 1, 1]], "date-time": "2015-01-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/j.rmr.2014.10.415", "issn": [{"type": "print", "value": "0761-8425"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Les allergies respiratoires aux moisissures"], "funder": null, "datasourcePrefix": "crossref____"}
360
{"best_oa_location_url": "", "issued": "1953-2-01", "abstract": "From values of the overall heat transfer coefficients determined over a range of temperature differences the corresponding total heat flux values have been calculated for the system studied. The temperature difference corresponding with the maximum heat flux is deduced.", "objIdentifier": "24dd26bb3f9dac2dd12feb6e8b61d718", "pissn": "0009-2509", "subject": ["Industrial and Manufacturing Engineering", "Applied Mathematics", "General Chemistry", "General Chemical Engineering"], "author": [{"affiliation": [], "given": "E.A.", "family": "Jones"}, {"affiliation": [], "given": "L.W.J.", "family": "Loveless"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:0009250953800059?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:0009250953800059?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "1953-2", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/0009-2509(53)80005-9", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": -533779200000, "date-parts": [[1953, 2, 1]], "date-time": "1953-02-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/0009-2509(53)80005-9", "issn": [{"type": "print", "value": "0009-2509"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Overall heat flux values from condensing steam to boiling liquid"], "funder": null, "datasourcePrefix": "crossref____"}
361
{"best_oa_location_url": "", "issued": "1899-1-01", "abstract": [], "objIdentifier": "b029325d781e3051d67958d708d0e823", "pissn": "0002-9556", "subject": ["Experimental and Cognitive Psychology", "Arts and Humanities (miscellaneous)", "Developmental and Educational Psychology"], "author": [{"affiliation": [], "given": "O. P.", "family": "Jenkins"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1899-1", "accepted": null, "publisher": "JSTOR", "doi": "10.2307/1412494", "license": null, "url": "http://dx.doi.org/10.2307/1412494", "issn": [{"type": "print", "value": "0002-9556"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["The Passing of Plato"], "funder": null, "datasourcePrefix": "crossref____"}
362
{"best_oa_location_url": "", "issued": "2015-6-30", "abstract": [], "objIdentifier": "41cca242068ddd5c453a068a92361fff", "pissn": "1229-7992", "subject": null, "author": [{"affiliation": [], "given": "Suk-Hyun", "family": "Song"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2015-6-30", "accepted": null, "publisher": "Korean Institute of Interior Design", "doi": "10.14774/jkiid.2015.24.3.030", "license": null, "url": "http://dx.doi.org/10.14774/jkiid.2015.24.3.030", "issn": [{"type": "print", "value": "1229-7992"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["A Study on the Architectural Design Language by Design art and Cognitive science"], "funder": null, "datasourcePrefix": "crossref____"}
363
{"best_oa_location_url": "", "issued": "2003-11-1", "abstract": "The generation of novel structures amenable to rapid and efficient lead optimization comprises an emerging strategy for success in modern drug discovery. Small molecule libraries of sufficient size and diversity to increase the chances of discovery of novel structures make the high throughput synthesis approach the method of choice for lead generation. Despite an industry trend for smaller, more focused libraries, the need to generate novel lead structures makes larger libraries a necessary strategy. For libraries of a several thousand or more members, solid phase synthesis approaches are the most suitable. While the technology and chemistry necessary for small molecule library synthesis continue to advance, success in lead generation requires rigorous consideration in the library design process to ensure the synthesis of molecules possessing the proper characteristics for subsequent lead optimization. Without proper selection of library templates and building blocks, solid phase synthesis methods often generate molecules which are too heavy, too lipophilic and too complex to be useful for lead optimization. The appropriate filtering of virtual library designs with multiple computational tools allows the generation of information-rich libraries within a druglike molecular property space. An understanding of the hit-to-lead process provides a practical guide to molecular design characteristics. Examples of leads generated from library approaches also provide a benchmarking of successes as well as aspects for continued development of library design practices.", "objIdentifier": "09e6a80f66aaa4ca4e27f1f295c99bd5", "pissn": "1386-2073", "subject": ["Organic Chemistry", "Drug Discovery", "General Medicine", "Computer Science Applications"], "author": [{"affiliation": [], "given": "R.", "family": "Goodnow Jr."}, {"affiliation": [], "given": "W.", "family": "Guba"}, {"affiliation": [], "given": "W.", "family": "Haap"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://eurekaselect.com/article/download/63472", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2003-11-1", "accepted": null, "publisher": "Bentham Science Publishers Ltd.", "doi": "10.2174/138620703771981214", "license": null, "url": "http://dx.doi.org/10.2174/138620703771981214", "issn": [{"type": "print", "value": "1386-2073"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Library Design Practices for Success in Lead Generation With Small Molecule Libraries"], "funder": null, "datasourcePrefix": "crossref____"}
364
{"best_oa_location_url": "http://arxiv.org/abs/1110.1228", "issued": "2013-5-15", "abstract": "We construct a class of real-valued nonnegative binary functions on a set of jointly distributed random variables, which satisfy the triangle inequality and vanish at identical arguments (pseudo-quasi-metrics). These functions are useful in dealing with the problem of selective probabilistic causality encountered in behavioral sciences and in quantum physics. The problem reduces to that of ascertaining the existence of a joint distribution for a set of variables with known distributions of certain subsets of this set. Any violation of the triangle inequality or its consequences by one of our functions when applied to such a set rules out the existence of this joint distribution. We focus on an especially versatile and widely applicable pseudo-quasi-metric called an order-distance and its special case called a classification distance.", "objIdentifier": "0a610475b7dd534534e203d9761aaba2", "pissn": "0002-9939", "subject": ["Applied Mathematics", "General Mathematics"], "eissn": "1088-6826", "author": [{"affiliation": [], "given": "Ehtibar N.", "family": "Dzhafarov"}, {"affiliation": [], "given": "Janne V.", "family": "Kujala"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": null, "link": null, "published-print": "2013-5-15", "accepted": null, "publisher": "American Mathematical Society (AMS)", "doi": "10.1090/s0002-9939-2013-11575-3", "license": null, "url": "http://dx.doi.org/10.1090/s0002-9939-2013-11575-3", "issn": [{"type": "print", "value": "0002-9939"}, {"type": "electronic", "value": "1088-6826"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Order-distance and other metric-like functions on jointly distributed random variables"], "funder": null, "datasourcePrefix": "crossref____"}
365
{"best_oa_location_url": "", "issued": "2016", "abstract": [], "objIdentifier": "08bdbfaea09e3af696b280f09aa29d39", "pissn": "1865-1348", "subject": null, "eissn": "1865-1356", "author": [{"affiliation": [], "given": "Ozgun", "family": "Pinarer"}, {"affiliation": [], "given": "Yann", "family": "Gripay"}, {"affiliation": [], "given": "Sylvie", "family": "Servigne"}, {"affiliation": [], "given": "Atay", "family": "Ozgovde"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": "2016-6-7", "link": [{"URL": "http://link.springer.com/content/pdf/10.1007/978-3-319-39564-7_14", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2016", "accepted": null, "publisher": "Springer International Publishing", "doi": "10.1007/978-3-319-39564-7_14", "license": [{"URL": "http://www.springer.com/tdm", "start": {"timestamp": 1451606400000, "date-time": "2016-01-01T00:00:00Z", "date-parts": [[2016, 1, 1]]}, "content-version": "vor", "delay-in-days": 0}, {"URL": "http://www.springer.com/tdm", "start": {"timestamp": 1451606400000, "date-time": "2016-01-01T00:00:00Z", "date-parts": [[2016, 1, 1]]}, "content-version": "vor", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1007/978-3-319-39564-7_14", "issn": [{"type": "print", "value": "1865-1348"}, {"type": "electronic", "value": "1865-1356"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Energy Enhancement of Multi-application Monitoring Systems for Smart Buildings"], "funder": null, "datasourcePrefix": "crossref____"}
366
{"best_oa_location_url": "https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1013006/pdf", "issued": "1973-6-1", "abstract": "Haemolytic favism is a severe, acute anaemia which occurs in glucose-6-phosphate dehydrogenase deficient individuals, usually following the ingestion of Vicia faba seeds. Current interest is focused on the nature of the active substances of Vicia faba and on the causes of the varying susceptibility among G6PD-deficient individuals to episodes of severe haemolysis.#N##N#The results of experiments in vitro favour the hypothesis that Vicia faba contains several active substances which may act in a synergistic way.#N##N#Red cell acid phosphatase and thalassaemia genes appear to play a remarkable role in conditioning the susceptibility to severe haemolysis in G6PD-deficient subjects.#N##N#In addition to erythrocyte enzymes and to enzymes which intervene in the absorption and metabolism of the active substances of Vicia faba, another field for future investigations may be that of plasma factors which influence the stability of reduced glutathione in the red cells.", "objIdentifier": "56ae212509d667d9afa0811e8bfaea3b", "subject": ["Genetics(clinical)", "Genetics"], "accepted": null, "author": [{"affiliation": [], "given": "E.", "family": "Bottini"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": null, "link": [{"URL": "https://syndication.highwire.org/content/doi/10.1136/jmg.10.2.154", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1973-6-1", "eissn": "1468-6244", "publisher": "BMJ", "doi": "10.1136/jmg.10.2.154", "license": null, "url": "http://dx.doi.org/10.1136/jmg.10.2.154", "issn": [{"type": "electronic", "value": "1468-6244"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Favism: Current Problems and Investigations"], "funder": null, "datasourcePrefix": "crossref____"}
367
{"best_oa_location_url": "", "issued": "None", "abstract": [], "objIdentifier": "e1eaed2cbd8f9459f03684d8f43ff651", "subject": null, "author": [{"affiliation": [], "given": "S.", "family": "Steenken"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/10201399_56", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "accepted": null, "publisher": "Springer-Verlag", "doi": "10.1007/10201399_56", "license": null, "url": "http://dx.doi.org/10.1007/10201399_56", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["10.3.3 Phenothiazines"], "funder": null, "datasourcePrefix": "crossref____"}
368
{"best_oa_location_url": "", "issued": "2014-4-28", "abstract": [], "objIdentifier": "475b548723f5480def9f83e04c096c93", "pissn": "1075-8216", "subject": ["Sociology and Political Science"], "eissn": "1557-783X", "author": [{"affiliation": [], "given": "Zhou", "family": "Kai"}, {"affiliation": [], "given": "Yan", "family": "Xiaojun"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2014-4-28", "link": [{"URL": "http://www.tandfonline.com/doi/pdf/10.2753/PPC1075-8216610301", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2014-5-1", "accepted": null, "publisher": "Informa UK Limited", "doi": "10.2753/ppc1075-8216610301", "license": null, "url": "http://dx.doi.org/10.2753/ppc1075-8216610301", "issn": [{"type": "print", "value": "1075-8216"}, {"type": "electronic", "value": "1557-783X"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["The Quest for Stability"], "funder": null, "datasourcePrefix": "crossref____"}
369
{"best_oa_location_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.34.4260", "issued": "1998", "abstract": [], "objIdentifier": "33e65d53d7b2d946a338d44a41971fc3", "pissn": "1439-7358", "subject": null, "author": [{"affiliation": [], "given": "A.", "family": "Brandt"}, {"affiliation": [], "given": "C. H.", "family": "Venner"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": true, "published-online": null, "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/978-3-642-58734-4_2", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1998", "accepted": null, "publisher": "Springer Berlin Heidelberg", "doi": "10.1007/978-3-642-58734-4_2", "license": null, "url": "http://dx.doi.org/10.1007/978-3-642-58734-4_2", "issn": [{"type": "print", "value": "1439-7358"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Multilevel Evaluation of Integral Transforms on Adaptive Grids"], "funder": null, "datasourcePrefix": "crossref____"}
370
{"best_oa_location_url": "", "issued": "2011", "abstract": [], "objIdentifier": "19da191f9049168627c8dd349f6d6d3a", "subject": null, "author": [{"affiliation": [], "given": "Renato Parrela", "family": "Tostes"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:B9788535248135500071?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:B9788535248135500071?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2011", "accepted": null, "publisher": "Elsevier", "doi": "10.1016/b978-85-352-4813-5.50007-1", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1293840000000, "date-time": "2011-01-01T00:00:00Z", "date-parts": [[2011, 1, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/b978-85-352-4813-5.50007-1", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Introdução ao Excel® 2010"], "funder": null, "datasourcePrefix": "crossref____"}
371
{"best_oa_location_url": "", "issued": "1980-7-01", "abstract": [], "objIdentifier": "1891d6d2f880646bc71d9e179ded1256", "pissn": "0744-6314", "subject": ["Leadership and Management"], "author": [{"affiliation": [], "given": "Helen", "family": "Creighton"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1980-7", "accepted": null, "publisher": "Ovid Technologies (Wolters Kluwer Health)", "doi": "10.1097/00006247-198007000-00010", "license": null, "url": "http://dx.doi.org/10.1097/00006247-198007000-00010", "issn": [{"type": "print", "value": "0744-6314"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Nurses and the Malpractice Law???Part I"], "funder": null, "datasourcePrefix": "crossref____"}
372
{"issued": "2017-11-1", "abstract": [], "objIdentifier": "ea6c0441570cf3e800ffc70d8ad7d3ec", "pissn": "0022-1317", "subject": ["Virology"], "accepted": null, "author": [{"affiliation": [{"name": "\n               Kyoto Biken Laboratories, Inc., 24-16 Makishima, Uji, Kyoto 611-0041, Japan\n            "}], "given": "Go", "family": "Sehata"}, {"affiliation": [{"name": "\n               Kyoto Biken Laboratories, Inc., 24-16 Makishima, Uji, Kyoto 611-0041, Japan\n            "}], "given": "Hiroaki", "family": "Sato"}, {"affiliation": [{"name": "\n               Kyoto Biken Laboratories, Inc., 24-16 Makishima, Uji, Kyoto 611-0041, Japan\n            "}], "given": "Morimasa", "family": "Yamanaka"}, {"affiliation": [{"name": "\n               Kyoto Biken Laboratories, Inc., 24-16 Makishima, Uji, Kyoto 611-0041, Japan\n            "}], "given": "Takuo", "family": "Takahashi"}, {"affiliation": [{"name": "\n               Kyoto Biken Laboratories, Inc., 24-16 Makishima, Uji, Kyoto 611-0041, Japan\n            "}], "given": "Risa", "family": "Kainuma"}, {"affiliation": [{"name": "\n               Kyoto Biken Laboratories, Inc., 24-16 Makishima, Uji, Kyoto 611-0041, Japan\n            "}], "given": "Tatsuhiko", "family": "Igarashi"}, {"affiliation": [{"name": "\n               Kyoto Biken Laboratories, Inc., 24-16 Makishima, Uji, Kyoto 611-0041, Japan\n            "}], "given": "Sho", "family": "Oshima"}, {"affiliation": [{"name": "\n               Kyoto Biken Laboratories, Inc., 24-16 Makishima, Uji, Kyoto 611-0041, Japan\n            "}], "given": "Taichi", "family": "Noro"}, {"affiliation": [{"name": "\n               Kyoto Biken Laboratories, Inc., 24-16 Makishima, Uji, Kyoto 611-0041, Japan\n            "}], "given": "Eiji", "family": "Oishi"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.microbiologyresearch.org/content/journal/jgv/10.1099/jgv.0.000936?crawler=true", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2017-11-1", "eissn": "1465-2099", "publisher": "Microbiology Society", "doi": "10.1099/jgv.0.000936", "license": null, "url": "http://dx.doi.org/10.1099/jgv.0.000936", "issn": [{"type": "print", "value": "0022-1317"}, {"type": "electronic", "value": "1465-2099"}], "collectedFrom": [{"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Substitutions at residues 300 and 389 of the VP2 capsid protein serve as the minimal determinant of attenuation for canine parvovirus vaccine strain 9985-46"], "funder": null, "datasourcePrefix": "crossref____"}
373
{"best_oa_location_url": "", "issued": "2012-4-15", "abstract": "Proceedings: AACR 103rd Annual Meeting 2012‐‐ Mar 31‐Apr 4, 2012; Chicago, IL#N##N#Cetuximab is a chimeric IgG1 monoclonal antibody (mAb) that targets the extracellular domain of epidermal growth factor receptor (EGFR). In addition to direct EGFR inhibition, antibody-dependent cellular cytotoxicity (ADCC) is considered to be an important mechanism of action of cetuximab. Recently, KRAS mutations in tumors have been shown to be a negative predictive factor for response to cetuximab treatment for colorectal cancer (CRC). KRAS activating mutations constitutively transduce RAS/RAF/MEK/ERK pathway signaling, which theoretically cannot be suppressed by inhibition of the upstream receptor through the use of cetuximab. Thus, KRAS mutations potentially contribute to the resistance to the direct inhibitory effect of cetuximab. However, the influence of KRAS mutations on cetuximab induced ADCC is not fully understood. In this study, we investigated cetuximab-mediated ADCC against human CRC lines, HCT116 and DLD-1, which carry mutated KRAS, and their derivative cell lines, HKh2 and DKO-4 respectively, in which the mutated KRAS allele was deleted by targeted disruption (KRAS wild-type). Peripheral blood mononuclear cells (PBMCs) from healthy volunteers and NK92, a natural killer cell line, exogenously expressing Fcα3A (CD16a) were used as effector cells. We first determined the growth-inhibitory effect of cetuximab alone using a WST-8 assay. Growth inhibition was observed only in KRAS wild-type cell lines, but its effect was only slight. In a standard short-term (4hr) ADCC assay that mainly evaluated lytic activity via perforin/granzyme, ADCC activities were exhibited to a similar extent against CRC cell lines regardless of the KRAS mutation status. We also examined a long-term (24hr) ADCC assay under the perforin-inhibited condition to evaluate the death receptor ligand-induced apoptosis, which is another major mechanism of ADCC. In this assay, cetuximab-mediated ADCC was induced in wild-type but not mutant KRAS cell lines. Similar to a previous report, Hkh2 and DKO-4 displayed a higher sensitivity to recombinant human Fas ligand (FasL) and TRAIL than did HCT116 and DLD-1, respectively. Furthermore, blocking experiments with neutralizing antibodies revealed that induction of apoptosis via Fas-FasL interaction is involved in perforin-independent cetuximab-mediated ADCC against KRAS wild-type cells. In conclusion, these results suggest that mutated KRAS may contribute to the resistance to the antitumor effects of cetuximab not only through direct receptor inhibition but also through ADCC mediated by Fas-FasL interaction.#N##N#Citation Format: {Authors}. {Abstract title} [abstract]. In: Proceedings of the 103rd Annual Meeting of the American Association for Cancer Research; 2012 Mar 31-Apr 4; Chicago, IL. Philadelphia (PA): AACR; Cancer Res 2012;72(8 Suppl):Abstract nr 2527. doi:1538-7445.AM2012-2527", "objIdentifier": "2cded3ad6011a3b5fc9be61bcc1ebddc", "pissn": "0008-5472", "subject": ["Cancer Research", "Oncology"], "eissn": "1538-7445", "author": [{"affiliation": [], "given": "Yusuke", "family": "Nakadate"}, {"affiliation": [], "given": "Yuka", "family": "Kitamura"}, {"affiliation": [], "given": "Tomohide", "family": "Tamura"}, {"affiliation": [], "given": "Fumiaki", "family": "Koizumi"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2014-11-21", "link": [{"URL": "https://syndication.highwire.org/content/doi/10.1158/1538-7445.AM2012-2527", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2012-4-15", "accepted": null, "publisher": "American Association for Cancer Research (AACR)", "doi": "10.1158/1538-7445.am2012-2527", "license": null, "url": "http://dx.doi.org/10.1158/1538-7445.am2012-2527", "issn": [{"type": "print", "value": "0008-5472"}, {"type": "electronic", "value": "1538-7445"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Abstract 2527: Antibody-dependent cellular cytotoxicity of cetuximab against colorectal cancer cells with wild-type and mutant KRAS"], "funder": null, "datasourcePrefix": "crossref____"}
374
{"best_oa_location_url": "", "issued": "1994", "abstract": [], "objIdentifier": "932346ec53aec773e1b4b549ef1c5c16", "pissn": "0276-3605", "subject": ["Cultural Studies", "Music"], "author": [{"affiliation": [], "given": "Martha Ellen", "family": "Davis"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1994", "accepted": null, "publisher": "JSTOR", "doi": "10.2307/779481", "license": null, "url": "http://dx.doi.org/10.2307/779481", "issn": [{"type": "print", "value": "0276-3605"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["\"Bi-Musicality\" in the Cultural Configurations of the Caribbean"], "funder": null, "datasourcePrefix": "crossref____"}
375
{"best_oa_location_url": "", "issued": "2009-6-01", "abstract": [], "objIdentifier": "7a772dca6c02f7cd51cacf315e1d3b44", "pissn": "1687-1979", "subject": ["Gastroenterology"], "author": [{"affiliation": [], "given": "H.", "family": "Chellat"}, {"affiliation": [], "given": "L.", "family": "Amrani"}, {"affiliation": [], "given": "I.", "family": "Serraj"}, {"affiliation": [], "given": "Z.", "family": "Chaoui"}, {"affiliation": [], "given": "M.", "family": "Nya"}, {"affiliation": [], "given": "N.", "family": "Amrani"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S1687197909001634?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S1687197909001634?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2009-6", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/j.ajg.2009.07.124", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1243814400000, "date-parts": [[2009, 6, 1]], "date-time": "2009-06-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/j.ajg.2009.07.124", "issn": [{"type": "print", "value": "1687-1979"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["(100). Prevalence of gastric adenocarcinoma and Helicobacter pylori"], "funder": null, "datasourcePrefix": "crossref____"}
376
{"best_oa_location_url": "", "issued": "2009-1-01", "abstract": [], "objIdentifier": "1b453a89f4c7b82cdb93620e020e7265", "pissn": "0114-9954", "subject": null, "author": [{"affiliation": [], "family": "&NA;"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2009-1", "accepted": null, "publisher": "Springer Nature", "doi": "10.2165/00128415-200912350-00070", "license": null, "url": "http://dx.doi.org/10.2165/00128415-200912350-00070", "issn": [{"type": "print", "value": "0114-9954"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Levofloxacin"], "funder": null, "datasourcePrefix": "crossref____"}
377
{"best_oa_location_url": "", "issued": "1937-4-01", "abstract": [], "objIdentifier": "856c1a3851f7956789b3e2ec23f62cc9", "pissn": "0002-7863", "subject": ["Colloid and Surface Chemistry", "Biochemistry", "General Chemistry", "Catalysis"], "eissn": "1520-5126", "author": [{"affiliation": [], "given": "G. K.", "family": "Rollefson"}, {"affiliation": [], "given": "R. Francis", "family": "Faull"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://pubs.acs.org/doi/pdf/10.1021/ja01283a009", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1937-4", "accepted": null, "publisher": "American Chemical Society (ACS)", "doi": "10.1021/ja01283a009", "license": null, "url": "http://dx.doi.org/10.1021/ja01283a009", "issn": [{"type": "print", "value": "0002-7863"}, {"type": "electronic", "value": "1520-5126"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["The Effect of Iodine on the Rates of Decomposition of Formaldehyde, Acetaldehyde and Propionaldehyde"], "funder": null, "datasourcePrefix": "crossref____"}
378
{"best_oa_location_url": "", "issued": "2006-8-8", "abstract": "Chinh sach đại đoan kết dân tộc khong phân biệt lương - giao, khong phân biệt đối xử giữa cac ton giao của Hồ Chủ tịch va chinh quyền cach mạng Việt Nam đa loi cuốn được phật tử đủ cac giới tham dự vao cach mạng. Phật giao đa đứng trong mặt trận đoan kết dân tộc thống nhất, đồng hanhc ung dân tộc trong cuộc khang chiến trường ki chống Phap.", "objIdentifier": "25990a66a489a36f4ae93b22728966a9", "pissn": "1859-0403", "subject": null, "author": [{"affiliation": [], "given": "Nguyễn", "family": "Đại Đồng"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2006-8-8", "link": null, "published-print": null, "accepted": null, "publisher": "Vietnam Journals Online (JOL)", "doi": "10.3125/rsr.v34i4.46", "license": null, "url": "http://dx.doi.org/10.3125/rsr.v34i4.46", "issn": [{"type": "print", "value": "1859-0403"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["A few features on the Revolutionary power toward Buddhism (From August 1945 to December 1946)"], "funder": null, "datasourcePrefix": "crossref____"}
379
{"publisher": "E.C. Robbins,", "doi": "10.5962/bhl.title.132000", "license": null, "author": [{"affiliation": [], "name": "Gardens of the Blue Ridge (Nursery)"}, {"affiliation": [], "given": "E. C.", "family": "Robbins"}, {"affiliation": [], "name": "E.C. Robbins (Firm)"}, {"affiliation": [], "name": "Henry G. Gilbert Nursery and Seed Trade Catalog Collection."}], "url": "http://dx.doi.org/10.5962/bhl.title.132000", "issued": "1924", "abstract": [], "issn": null, "dateOfCollection": "2018-08-07 12:28:06Z", "datasourcePrefix": "crossref____", "link": null, "objIdentifier": "9c3eff2f5360ac6972a7085a4a4fe4c8", "published-print": "1924", "collectedFrom": [{"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Special trade prices for July and August acceptance, autumn delivery /"], "funder": null, "accepted": null, "type": {"cobj": "0002", "value": "Book"}, "is_oa": false, "published-online": null, "subject": null}
380
{"best_oa_location_url": "http://doi.org/10.1016/j.bjan.2015.09.006", "issued": "2017-11-01", "abstract": "Resumo#R##N#O pneumoencefalo hipertensivo e raro, mas foi bem documentado apos trauma e procedimentos neurocirurgicos. Trata‐se de uma emergencia cirurgica porque pode levar a deterioracao neurologica, herniacao do tronco cerebral e morte. Ao contrario de casos anteriores, nos quais o pneumoencefalo hipertensivo se desenvolveu no pos‐operatorio, descrevemos um caso de pneumoencefalo hipertensivo desenvolvido no periodo intraoperatorio que levou a uma herniacao cerebral subita, macica e aberta para fora do local da craniotomia. Os possiveis fatores causais sao destacados. E imperativo identificar rapidamente as possiveis causas da herniacao cerebral aguda no intraoperatorio, incluindo o pneumoencefalo hipertensivo, e instituir medidas apropriadas para minimizar os danos neurologicos.", "objIdentifier": "693ec97b5988aad693aad05bc97319c6", "pissn": "0034-7094", "subject": ["Anesthesiology and Pain Medicine"], "author": [{"affiliation": [], "given": "Li Lian", "family": "Foo"}, {"affiliation": [], "given": "Sook Hui", "family": "Chaw"}, {"affiliation": [], "given": "Lucy", "family": "Chan"}, {"affiliation": [], "given": "Dharmendra", "family": "Ganesan"}, {"affiliation": [], "given": "Ravindran", "family": "Karuppiah"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0034709415000926?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S0034709415000926?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2017-11", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/j.bjan.2015.09.006", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1509494400000, "date-time": "2017-11-01T00:00:00Z", "date-parts": [[2017, 11, 1]]}, "content-version": "tdm", "delay-in-days": 0}, {"URL": "http://creativecommons.org/licenses/by-nc-nd/4.0/", "start": {"timestamp": 1473206400000, "date-time": "2016-09-07T00:00:00Z", "date-parts": [[2016, 9, 7]]}, "content-version": "vor", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/j.bjan.2015.09.006", "issn": [{"type": "print", "value": "0034-7094"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Herniação cerebral intratável secundária a pneumoencéfalo hipertensivo no intraoperatório: uma complicação rara com risco para a vida durante a drenagem de empiema subdural"], "funder": null, "datasourcePrefix": "crossref____"}
381
{"best_oa_location_url": "http://arxiv.org/abs/1610.03466", "issued": "2017-3-01", "abstract": "We propose a deep neural network fusion architecture for fast and robust pedestrian detection. The proposed network fusion architecture allows for parallel processing of multiple networks for speed. A single shot deep convolutional network is trained as a object detector to generate all possible pedestrian candidates of different sizes and occlusions. This network outputs a large variety of pedestrian candidates to cover the majority of ground-truth pedestrians while also introducing a large number of false positives. Next, multiple deep neural networks are used in parallel for further refinement of these pedestrian candidates. We introduce a soft-rejection based network fusion method to fuse the soft metrics from all networks together to generate the final confidence scores. Our method performs better than existing state-of-the-arts, especially when detecting small-size and occluded pedestrians. Furthermore, we propose a method for integrating pixel-wise semantic segmentation network into the network fusion architecture as a reinforcement to the pedestrian detector. The approach outperforms state-of-the-art methods on most protocols on Caltech Pedestrian dataset, with significant boosts on several protocols. It is also faster than all other methods.", "objIdentifier": "3d1cab0cdac01007541cbe7d169a5a0b", "subject": null, "author": [{"affiliation": [], "given": "Xianzhi", "family": "Du"}, {"affiliation": [], "given": "Mostafa", "family": "El-Khamy"}, {"affiliation": [], "given": "Jungwon", "family": "Lee"}, {"affiliation": [], "given": "Larry", "family": "Davis"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0004", "value": "Conference object"}, "is_oa": true, "published-online": null, "link": [{"URL": "http://xplorestaging.ieee.org/ielx7/7925475/7926583/07926694.pdf?arnumber=7926694", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2017-3", "accepted": null, "publisher": "IEEE", "doi": "10.1109/wacv.2017.111", "license": null, "url": "http://dx.doi.org/10.1109/wacv.2017.111", "issn": null, "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Fused DNN: A Deep Neural Network Fusion Approach to Fast and Robust Pedestrian Detection"], "funder": null, "datasourcePrefix": "crossref____"}
382
{"best_oa_location_url": "http://doi.org/10.18046/recs.i8.1137", "issued": "2011-7-1", "abstract": "Two hundred years of colonial rule left Latin America in a state of institutional development characterized by the tension between law and culture. Taking historical and neo-institucional perspectives, this paper discusses the gap between traditional behaviors and those imposed through legal order by the rulers of the country, which are not necessarily the most adequate ones. The author examines eleven Latin American novels so as to better understand formal and informal institutions of three critical phases of institutional development in Latin America.", "objIdentifier": "75345b7e302e57dc43a9cfec1e32cf15", "pissn": "2011-0324", "subject": null, "author": [{"affiliation": [], "given": "Carolina", "family": "Montealegre"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": "2011-7-1", "link": [{"URL": "http://www.icesi.edu.co/revistas/index.php/revista_cs/article/viewFile/1137/1500", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}, {"URL": "http://www.icesi.edu.co/revistas/index.php/revista_cs/article/viewFile/1137/1513", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/html"}], "published-print": null, "accepted": null, "publisher": "Universidad Icesi", "doi": "10.18046/recs.i8.1137", "license": null, "url": "http://dx.doi.org/10.18046/recs.i8.1137", "issn": [{"type": "print", "value": "2011-0324"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["¡Caramba! ¡That is life in the tropic!: un recorrido por la ley y el orden en la literatura hispanoamericana"], "funder": null, "datasourcePrefix": "crossref____"}
383
{"issued": "2017-8-1", "abstract": "<jats:p>A inserção da sustentabilidade na elaboração e execução de políticas visa trazer um enfoque transversal e integrador à políticas, planos e programas. Assim, a proposta deste trabalho foi realizar uma avaliação de sustentabilidade da PNRS. O trabalho foi dividido em duas etapas, a primeira, a elaboração de um marco teórico sobre avaliação de sustentabilidade, e elaboração dos critérios para avaliar a política sob a perspectiva da sustentabilidade; a segunda foi realizar a uma análise ex-post da PNRS com base nos critérios utilizados anteriormente. Foram obtidas um total de 30 critérios. A PNRS possui um texto com enfoque em sustentabilidade, no entanto, a política não se enquadra no conceito de sustentabilidade, visto que de acordo com as experiências encontradas a partir de artigos científicos mostra o cenário atual das organizações públicas e privadas, Estados e Municípios com baixa eficiência na execução das exigências da Lei.</jats:p>", "objIdentifier": "2f2d029f658f7c4d54189feb49b2d2bf", "pissn": "2238-8753", "subject": null, "accepted": null, "author": [{"ORCID": "http://orcid.org/0000-0002-4259-4594", "authenticated-orcid": false, "given": "Rodrigo Martins", "family": "Moreira", "affiliation": []}, {"affiliation": [], "given": "Tiago Balieiro", "family": "Cetrulo"}, {"affiliation": [], "given": "Alejandra Cortes", "family": "Mendizabal"}, {"affiliation": [], "given": "Natália Molina", "family": "Cetrulo"}, {"affiliation": [], "given": "Maria Cardoso", "family": "Yoshii"}, {"affiliation": [], "given": "Tadeu Fabrício", "family": "Malheiros"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2017-8-1", "link": [{"URL": "http://www.portaldeperiodicos.unisul.br/index.php/gestao_ambiental/article/viewFile/4512/3186", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}, {"URL": "http://www.portaldeperiodicos.unisul.br/index.php/gestao_ambiental/article/viewFile/4512/3186", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "eissn": "2238-8753", "publisher": "Universidade do Sul de Santa Catarina - UNISUL", "doi": "10.19177/rgsa.v6e2201779-96", "license": null, "url": "http://dx.doi.org/10.19177/rgsa.v6e2201779-96", "issn": [{"type": "print", "value": "2238-8753"}, {"type": "electronic", "value": "2238-8753"}], "collectedFrom": [{"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["AVALIAÇÃO DE SUSTENTABILIDADE DE POLÍTICAS: ESTUDO DE CASO DA POLÍTICA NACIONAL DE RESÍDUOS SÓLIDOS BRASILEIRA"], "funder": null, "datasourcePrefix": "crossref____"}
384
{"best_oa_location_url": "", "issued": "2013-12-01", "abstract": "Abstract:  Coyotes (Canis latrans) are predators of livestock. Current management programs, primarily lethal control, are ineffective for long-term management of predation. Controlling reproduction of coyotes may reduce depredations if territory fidelity is maintained by breeding pairs. Surgical sterilization is successful in altering predatory behaviors of coyotes but may provide a challenge for field implementation. An alternative approach is the development of a one-time non-transferable chemical contraceptive. This research is investigating the efficacy of a single high dose treatment of a sustained release gonadotropin-releasing hormone agonist, deslorelin, on coyotes as a long term contraceptive. Male coyotes were administered 47 mg deslorelin subcutaneously. Preliminary data show full suppression of the reproductive axis for over 12 mo as indicated by complete absence of sperm.", "objIdentifier": "2a49aba47e3d19d961085d865d38d811", "pissn": "1042-7260", "subject": ["Animal Science and Zoology", "General Veterinary", "General Medicine"], "eissn": "1937-2825", "author": [{"affiliation": [], "given": "Marjorie J.", "family": "MacGregor"}, {"affiliation": [], "given": "Elsey G.", "family": "Perkins"}, {"affiliation": [], "given": "Cheryl", "family": "Asa"}, {"affiliation": [], "given": "Donal C.", "family": "Skinner"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2013-12", "accepted": null, "publisher": "American Association of Zoo Veterinarians", "doi": "10.1638/1042-7260-44.4s.4", "license": null, "url": "http://dx.doi.org/10.1638/1042-7260-44.4s.4", "issn": [{"type": "print", "value": "1042-7260"}, {"type": "electronic", "value": "1937-2825"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["CONTRACEPTION HAS GONE TO THE COYOTES (CANIS LATRANS)"], "funder": null, "datasourcePrefix": "crossref____"}
385
{"best_oa_location_url": "", "issued": "1977-12-01", "abstract": [], "objIdentifier": "70c16b48598b7cb19d77a31d92ef176f", "pissn": "0028-1042", "subject": ["Ecology, Evolution, Behavior and Systematics", "General Medicine"], "eissn": "1432-1904", "author": [{"affiliation": [], "given": "E.", "family": "Friedrich"}, {"affiliation": [], "given": "R.", "family": "S�ss"}, {"affiliation": [], "given": "H.", "family": "Sinn"}, {"affiliation": [], "given": "W.", "family": "Rittgen"}, {"affiliation": [], "given": "H.", "family": "Freitag"}, {"affiliation": [], "given": "E.", "family": "Sawadski"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/BF00440112", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1977-12", "accepted": null, "publisher": "Springer Nature", "doi": "10.1007/bf00440112", "license": null, "url": "http://dx.doi.org/10.1007/bf00440112", "issn": [{"type": "print", "value": "0028-1042"}, {"type": "electronic", "value": "1432-1904"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Cell filtration by isolated rat liver"], "funder": null, "datasourcePrefix": "crossref____"}
386
{"best_oa_location_url": "", "issued": "1975-8-20", "abstract": [], "objIdentifier": "e1ed43df8b6b60d81c8561b5895b3572", "subject": null, "author": [{"affiliation": [], "given": "L.", "family": "NARDI"}, {"affiliation": [], "given": "H.", "family": "KAWANA"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0004", "value": "Conference object"}, "is_oa": false, "published-online": "2012-8-16", "link": [{"URL": "http://arc.aiaa.org/doi/pdf/10.2514/6.1975-1074", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1975-8-20", "accepted": null, "publisher": "American Institute of Aeronautics and Astronautics", "doi": "10.2514/6.1975-1074", "license": null, "url": "http://dx.doi.org/10.2514/6.1975-1074", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Development of automatic terrain-following/automatic terrain-avoidance decoupling techniques"], "funder": null, "datasourcePrefix": "crossref____"}
387
{"best_oa_location_url": "", "issued": "2015-5-4", "abstract": "This paper explores some contemporary practices in using creative writing in recovery from mental illness to consider ways in which undergraduate and postgraduate creative writing programmes might integrate resilience-building techniques for those students who may find some writing exercises ‘triggering’ or detrimental to their mental health. The question is also raised as to whether creative writing programmes should and can integrate resilience techniques, as many students draw upon material from their personal lives, and this can often prove upsetting, if not traumatising. The article argues that resilience techniques might enable students to manage ‘raw’ material and personal narratives in a positive way, and therefore become better creative writers. The article concludes by proposing a creative writing intervention that incorporates resilience and other strategies that support mental wellbeing.", "objIdentifier": "fecb96fd45d9914c87a5be5ca2d7714f", "pissn": "1479-0726", "subject": ["Literature and Literary Theory"], "eissn": "1943-3107", "author": [{"affiliation": [], "given": "Carolyn", "family": "Jess-Cooke"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2015-7-6", "link": [{"URL": "http://www.tandfonline.com/doi/pdf/10.1080/14790726.2015.1047855", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2015-5-4", "accepted": null, "publisher": "Informa UK Limited", "doi": "10.1080/14790726.2015.1047855", "license": null, "url": "http://dx.doi.org/10.1080/14790726.2015.1047855", "issn": [{"type": "print", "value": "1479-0726"}, {"type": "electronic", "value": "1943-3107"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Should Creative Writing Courses Teach Ways of Building Resilience?"], "funder": null, "datasourcePrefix": "crossref____"}
388
{"best_oa_location_url": "", "issued": "2015-4-15", "abstract": [], "objIdentifier": "5e4e20fd85c1c1a7d0b04a17ed74ccdc", "pissn": "2194-4288", "subject": null, "author": [{"affiliation": [], "given": "Abouzar", "family": "Mirzaei-Paiaman"}, {"affiliation": [], "given": "Hadi", "family": "Saboorian-Jooybari"}, {"affiliation": [], "given": "Peyman", "family": "Pourafshary"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2015-4-15", "link": [{"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1002%2Fente.201500010", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2015-7", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1002/ente.201500010", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", "start": {"timestamp": 1441065600000, "date-time": "2015-09-01T00:00:00Z", "date-parts": [[2015, 9, 1]]}, "content-version": "tdm", "delay-in-days": 139}], "url": "http://dx.doi.org/10.1002/ente.201500010", "issn": [{"type": "print", "value": "2194-4288"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Improved Method to Identify Hydraulic Flow Units for Reservoir Characterization"], "funder": [{"name": "National Iranian South Oil Company (NISOC)", "award": []}, {"name": "National Iranian Oil Company (NIOC)", "award": []}], "datasourcePrefix": "crossref____"}
389
{"best_oa_location_url": "", "issued": "2008-7-11", "abstract": "Composites of PP and coir fibers were prepared in a mixer. Two coupling agents were added with view to improve the properties of the composites. The first one was a laboratory-made silane-functionalized-PP and the other was a commercial maleated-PP. The results indicated that the coir fibers acted as reinforcing fillers, increasing the static and dynamic moduli. Both coupling agents improved these properties further. The silanized-PP showed higher effect on the various moduli determined (Young, storage, and loss moduli). TGA analysis pointed to an earlier degradation of PP in the presence of the fibers and the couplers. SEM micrographs were also obtained.", "objIdentifier": "81a33810308b4615dd968be4583586e1", "pissn": "0731-6844", "subject": ["Mechanical Engineering", "Materials Chemistry", "Mechanics of Materials", "Polymers and Plastics", "Ceramics and Composites"], "eissn": "1530-7964", "author": [{"affiliation": [{"name": "Instituto de Química, UFRGS, Av. Bento Gonçalves 9500 Porto Alegre, RS, Brazil"}], "given": "Evelise F.", "family": "Santos"}, {"affiliation": [{"name": "Instituto de Química, UFRGS, Av. Bento Gonçalves 9500 Porto Alegre, RS, Brazil"}], "given": "Raquel S.", "family": "Mauler"}, {"affiliation": [{"name": "Instituto de Química, UFRGS, Av. Bento Gonçalves 9500 Porto Alegre, RS, Brazil, "}], "given": "Sônia M.B.", "family": "Nachtigall"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2008-7-11", "link": [{"URL": "http://journals.sagepub.com/doi/pdf/10.1177/0731684408091704", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}, {"URL": "http://journals.sagepub.com/doi/pdf/10.1177/0731684408091704", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2009-9", "accepted": null, "publisher": "SAGE Publications", "doi": "10.1177/0731684408091704", "license": [{"URL": "http://journals.sagepub.com/page/policies/text-and-data-mining-license", "start": {"timestamp": 1215734400000, "date-parts": [[2008, 7, 11]], "date-time": "2008-07-11T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1177/0731684408091704", "issn": [{"type": "print", "value": "0731-6844"}, {"type": "electronic", "value": "1530-7964"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Effectiveness of Maleated- and Silanized-PP for Coir Fiber-Filled Composites"], "funder": null, "datasourcePrefix": "crossref____"}
390
{"best_oa_location_url": "", "issued": "1994", "abstract": [], "objIdentifier": "ba79ecb6aee757b4fff67088e0b11526", "subject": ["Soil Science"], "accepted": null, "author": [{"affiliation": [], "given": "F. R.", "family": "Cox"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "https://dl.sciencesocieties.org/publications/sssaj/pdfs/58/4/SS0580041249", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1994", "eissn": "0361-5995", "publisher": "Soil Science Society of America", "doi": "10.2136/sssaj1994.03615995005800040036x", "license": null, "url": "http://dx.doi.org/10.2136/sssaj1994.03615995005800040036x", "issn": [{"type": "electronic", "value": "0361-5995"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Predicting Increases in Extractable Phosphorus from Fertilizing Soils of Varying Clay Content"], "funder": null, "datasourcePrefix": "crossref____"}
391
{"issued": "2017-10-26", "abstract": [], "objIdentifier": "aa32a476fc8cd4f1638e8e4067aa6bbd", "subject": null, "accepted": null, "author": [{"affiliation": [], "given": "Ariana", "family": "Barbera Betancourt"}, {"affiliation": [], "given": "Qingkang", "family": "Lyu"}, {"affiliation": [], "given": "Femke", "family": "Broere"}, {"affiliation": [], "given": "Alice", "family": "Sijts"}, {"affiliation": [], "given": "Victor P. M. G.", "family": "Rutten"}, {"affiliation": [], "given": "Willem", "family": "van Eden"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2017-10-26", "link": [{"URL": "http://journal.frontiersin.org/article/10.3389/fimmu.2017.01408/full", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "eissn": "1664-3224", "publisher": "Frontiers Media SA", "doi": "10.3389/fimmu.2017.01408", "license": null, "url": "http://dx.doi.org/10.3389/fimmu.2017.01408", "issn": [{"type": "electronic", "value": "1664-3224"}], "collectedFrom": [{"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["T Cell-Mediated Chronic Inflammatory Diseases Are Candidates for Therapeutic Tolerance Induction with Heat Shock Proteins"], "funder": null, "datasourcePrefix": "crossref____"}
392
{"best_oa_location_url": "", "issued": "2011-9-01", "abstract": [], "objIdentifier": "456b48eab6a813c45b3b5e7fa6d33bd9", "pissn": "0959-8049", "subject": ["Cancer Research", "Oncology"], "author": [{"affiliation": [], "given": "L.", "family": "Fallowfield"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0959804911705779?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S0959804911705779?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2011-9", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/s0959-8049(11)70577-9", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1314835200000, "date-parts": [[2011, 9, 1]], "date-time": "2011-09-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/s0959-8049(11)70577-9", "issn": [{"type": "print", "value": "0959-8049"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["362 INVITED Identification and Management of Treatment-Related Symptoms for Breast Cancer Patients Receiving Adjuvant Endocrine Therapy"], "funder": null, "datasourcePrefix": "crossref____"}
393
{"best_oa_location_url": "", "issued": "1974-2-01", "abstract": [], "objIdentifier": "0517ad600f666fa4a8fe0cf1a64788aa", "pissn": "0022-4642", "subject": ["History"], "author": [{"affiliation": [], "given": "Joe Gray", "family": "Taylor"}, {"affiliation": [], "given": "Julia Floyd", "family": "Smith"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1974-2", "accepted": null, "publisher": "JSTOR", "doi": "10.2307/2206072", "license": null, "url": "http://dx.doi.org/10.2307/2206072", "issn": [{"type": "print", "value": "0022-4642"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Slavery and Plantation Growth in Antebellum Florida, 1821-1860."], "funder": null, "datasourcePrefix": "crossref____"}
394
{"best_oa_location_url": "", "issued": "1990-2-01", "abstract": [], "objIdentifier": "a459a793d41debff54caacc0ba101bb6", "pissn": "0007-4888", "subject": ["General Biochemistry, Genetics and Molecular Biology", "General Medicine"], "eissn": "1573-8221", "author": [{"affiliation": [], "given": "A. E.", "family": "Snegireva"}, {"affiliation": [], "given": "G. M.", "family": "Shaposhnikova"}, {"affiliation": [], "given": "M. A.", "family": "Ignatenko"}, {"affiliation": [], "given": "V. Ya.", "family": "Shevlyagin"}, {"affiliation": [], "given": "Ya. V.", "family": "Dobrynin"}, {"affiliation": [], "given": "T. G.", "family": "Nikolaeva"}, {"affiliation": [], "given": "Yu. V.", "family": "Borovskii"}, {"affiliation": [], "given": "O. S.", "family": "Karabach"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/BF00841678", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1990-2", "accepted": null, "publisher": "Springer Nature", "doi": "10.1007/bf00841678", "license": null, "url": "http://dx.doi.org/10.1007/bf00841678", "issn": [{"type": "print", "value": "0007-4888"}, {"type": "electronic", "value": "1573-8221"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Effect of organofluorosilicon compounds on development of certain tumors in mice"], "funder": null, "datasourcePrefix": "crossref____"}
395
{"best_oa_location_url": "http://doi.org/10.1006/jath.1993.1092", "issued": "1993-11-01", "abstract": "Abstract   The best constant in Markov′s inequality on  R  for the Hermite weight is characterized in terms of the weighted Chebyshev polynomial.", "objIdentifier": "757563e602b3f44b0018d06254d2103b", "pissn": "0021-9045", "subject": ["Applied Mathematics", "Analysis", "General Mathematics", "Numerical Analysis"], "author": [{"affiliation": [], "given": "X.", "family": "Li"}, {"affiliation": [], "given": "R.N.", "family": "Mohapatra"}, {"affiliation": [], "given": "R.S.", "family": "Rodriguez"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0021904583710920?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S0021904583710920?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "1993-11", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1006/jath.1993.1092", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 752112000000, "date-time": "1993-11-01T00:00:00Z", "date-parts": [[1993, 11, 1]]}, "content-version": "tdm", "delay-in-days": 0}, {"URL": "http://www.elsevier.com/open-access/userlicense/1.0/", "start": {"timestamp": 1374019200000, "date-time": "2013-07-17T00:00:00Z", "date-parts": [[2013, 7, 17]]}, "content-version": "vor", "delay-in-days": 7198}], "url": "http://dx.doi.org/10.1006/jath.1993.1092", "issn": [{"type": "print", "value": "0021-9045"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["On Markov′s Inequality on R for the Hermite Weight"], "funder": null, "datasourcePrefix": "crossref____"}
396
{"best_oa_location_url": "", "issued": "2013-2-01", "abstract": "Although IL-17 is a key factor in Th17 lineage host responses and plays critical roles in immunological control of a variety of infectious diseases, the contribution of IL-17 to immune function during Eimeria tenella infection is unknown. In the present study, we used an experimental E. tenella infection model to clarify the role of Th17-associated response in the resulting immune response by quantitative realtime PCR assays. We observed robust production of STAT-3 (the transcription factors), IL-1b, IL-6 and IL-17 in cecal intraepithelial lymphocytes during the early infection, peaking at 6 h p.i. and declining thereafter. The expression of TGF-b was moderately upregulated and had 2 peaks at 6 and 72 h p.i. during the early infection. To further investigate the role of chIL-17 during the infection, we treated the infected chickens with IL-17 and its neutralized antibody. As a result, the reduced fecal oocyst shedding and cecal lesion scores, but enhanced body weight gains were observed in IL-17 neutralized chickens. The results of histopathology showed that the neutrophils recruitment diminished and the parasite burden in IL-17 neutralized chickens decreased. These results may be due to the significant decrease in the production of IL-17, IL-6 and TGF-b, but enhanced IL-12 and IFN- c expression in IL-17 neutralized chickens. The converse results were shown in IL-17 treated infected-chickens in which chickens showed increased fecal oocyst shedding, exacerbated lesion scores, and reduced body weight gains. These results suggested that chicken IL-17 might mediate E. tenella – induced immunopathology during the infection.", "objIdentifier": "dd1b48f8e5a6ac505cdb86e8f97a378f", "pissn": "0014-4894", "subject": ["Immunology", "Parasitology", "General Medicine"], "author": [{"affiliation": [], "given": "Lei", "family": "Zhang"}, {"affiliation": [], "given": "Renqiang", "family": "Liu"}, {"affiliation": [], "given": "Meng", "family": "Song"}, {"affiliation": [], "given": "Yanxin", "family": "Hu"}, {"affiliation": [], "given": "Baoliang", "family": "Pan"}, {"affiliation": [], "given": "Jianping", "family": "Cai"}, {"affiliation": [], "given": "Ming", "family": "Wang"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0014489412003475?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S0014489412003475?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2013-2", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/j.exppara.2012.11.009", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1359676800000, "date-time": "2013-02-01T00:00:00Z", "date-parts": [[2013, 2, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/j.exppara.2012.11.009", "issn": [{"type": "print", "value": "0014-4894"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Eimeria tenella: Interleukin 17 contributes to host immunopathology in the gut during experimental infection"], "funder": null, "datasourcePrefix": "crossref____"}
397
{"best_oa_location_url": "", "issued": "None", "abstract": [], "objIdentifier": "0be01fd85fee11f9bbade7b823f49857", "subject": null, "author": [{"affiliation": [], "name": "D02 Committee"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0020", "value": "Other"}, "is_oa": false, "published-online": null, "link": null, "published-print": null, "accepted": null, "publisher": "ASTM International", "doi": "10.1520/d6121-10", "license": null, "url": "http://dx.doi.org/10.1520/d6121-10", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Test Method for Evaluation of Load-Carrying Capacity of Lubricants Under Conditions of Low Speed and High Torque Used for Final Hypoid Drive Axles"], "funder": null, "datasourcePrefix": "crossref____"}
398
{"best_oa_location_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.31.8233", "issued": "None", "abstract": "Internal solitary waves are an ubiquitous feature of the coastal ocean and atmo- sphericboundarylayer. We will reviewtheuse of the variablecoefficientKorteweg de Vries equation, and the extended Korteweg de-Vries equation (that is, with an extra cubic nonlinear term), to model these waves. We will describe both the adi- abatic theories for slowly-varying solitary waves, and the results from numeri- cal simulations. Particular emphasis will be placed on the consequences when the coefficients of either of the nonlinear terms undergoes a sign change, which may lead to a radical and non-adiabatic change of the wave- form.", "objIdentifier": "1966ccfeaae4d7dee19e4487f8bd99c2", "subject": null, "author": [{"affiliation": [], "given": "Roger", "family": "Grimshaw"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": true, "published-online": null, "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/0-306-48024-7_1", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "accepted": null, "publisher": "Kluwer Academic Publishers", "doi": "10.1007/0-306-48024-7_1", "license": null, "url": "http://dx.doi.org/10.1007/0-306-48024-7_1", "issn": null, "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Internal Solitary Waves"], "funder": null, "datasourcePrefix": "crossref____"}
399
{"best_oa_location_url": "", "issued": "2015-12-16", "abstract": "<jats:p>&lt;p&gt;The original Weber action at a distance theory is valid for slowly varying effects, and it in addition to predicting all of the usual electrodynamical results, leads to crucial effects where the Maxwell theory fails. The Weber’s approach is an alternative to &lt;a title=\"Maxwell's Equations\" href=\"http://en.wikipedia.org/wiki/Maxwell%27s_Equations\"&gt;Maxwell electrodynamics&lt;/a&gt;, where the &lt;a title=\"Coulomb's Law\" href=\"http://en.wikipedia.org/wiki/Coulomb%27s_Law\"&gt;Coulomb's law&lt;/a&gt; becomes velocity dependent [1-6]. Here we prove that the Weber’s theory gives the fine structure energy level splitting for the hydrogen atom without the assumption of mass change with velocity.&lt;/p&gt;</jats:p>", "objIdentifier": "3bba146b26e92cf8ff529c83c5e040fd", "pissn": "2089-0133", "subject": null, "author": [{"affiliation": [], "given": "H.", "family": "Torres-Silva"}, {"affiliation": [], "given": "J.", "family": "López-Bonilla"}, {"affiliation": [], "given": "R.", "family": "López-Vázquez"}, {"affiliation": [], "given": "J.", "family": "Rivera-Rebolledo"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2015-12-16", "link": [{"URL": "https://jurnal.uns.ac.id/ijap?page=article&op=viewFile&path[]=260&path[]=236", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}, {"URL": "https://jurnal.uns.ac.id/ijap?page=article&op=viewFile&path[]=260&path[]=236", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "accepted": null, "publisher": "UNS Solo", "doi": "10.13057/ijap.v5i01.260", "license": null, "url": "http://dx.doi.org/10.13057/ijap.v5i01.260", "issn": [{"type": "print", "value": "2089-0133"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Weber’s electrodynamics for the hydrogen atom"], "funder": null, "datasourcePrefix": "crossref____"}
400
{"best_oa_location_url": "", "issued": "2013-5-25", "abstract": "This article describes how voltage control areas can be identified by analyzing two sensitivity matrices. The voltage control sensitivity matrix consists of diagonal elements that relate the magnitude of each control variable to the respective controlled voltage. Analysis of the sign of these elements provides information about whether a particular control action is appropriate or not, i.e., whether it will have the expected effect or an opposite one. The off-diagonal elements represent the interdependence between the voltage control devices. The \\(V\\)–\\(Q\\) sensitivity matrix [\\(\\text{ J }_\\mathrm{SQV}\\)] is obtained by reducing the Jacobian matrix used to solve the load-flow equations by the Newton–Raphson method. Comparison of the voltage control areas identified by eigenvalue and eigenvector analysis using each of the sensitivity matrices yields consistent results. A comparison is also made of these areas with those obtained directly from the matrices by applying the concept of voltage coherency.", "objIdentifier": "eee003192803cb8e5e7ab7428a2d0f96", "pissn": "2195-3880", "subject": ["Control and Systems Engineering", "Electrical and Electronic Engineering", "Energy Engineering and Power Technology", "Computer Science Applications"], "eissn": "2195-3899", "author": [{"affiliation": [], "given": "Ricardo B.", "family": "Prada"}, {"affiliation": [], "given": "Jelitza L.", "family": "Ceballos Infantes"}, {"affiliation": [], "given": "João A.", "family": "Passos Filho"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2013-5-25", "link": [{"URL": "http://link.springer.com/content/pdf/10.1007/s40313-013-0046-x", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2013-8", "accepted": null, "publisher": "Springer Nature", "doi": "10.1007/s40313-013-0046-x", "license": null, "url": "http://dx.doi.org/10.1007/s40313-013-0046-x", "issn": [{"type": "print", "value": "2195-3880"}, {"type": "electronic", "value": "2195-3899"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Identifying Voltage Control Areas Based on the Interdependence of Control Equipment"], "funder": null, "datasourcePrefix": "crossref____"}
401
{"best_oa_location_url": "", "issued": "2010-3-01", "abstract": "The acoustical performance of a case‐hardened Coulomb friction damper consisting of a case‐hardened roll‐threaded collar resting against a reverse taper segment of drill rod is discussed. Because of the axial impact, many transverse bending modes of vibration are excited in long prismatic drill rod, along with longitudinal and torsional resonances. The self‐tightening nature of the collar that is caused to simultaneously move axially due to its inertia and rotate on the rolled thread and consequently press on the case‐hardened tapered surface of the drill rod induces interfacial frictional rubbing which is conclusively shown to be present resulting in 30 dB of attenuation of the modes of vibration. These observations are experimentally shown and theoretically verified.", "objIdentifier": "853cca5fd7709ab3cf5f12190342ebf1", "pissn": "0001-4966", "subject": ["Acoustics and Ultrasonics", "Arts and Humanities (miscellaneous)"], "author": [{"affiliation": [], "given": "Anne", "family": "Guthrie"}, {"affiliation": [], "given": "Henry", "family": "Scarton"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2010-3", "accepted": null, "publisher": "Acoustical Society of America (ASA)", "doi": "10.1121/1.3384531", "license": null, "url": "http://dx.doi.org/10.1121/1.3384531", "issn": [{"type": "print", "value": "0001-4966"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Drill rod Coulomb friction damper."], "funder": null, "datasourcePrefix": "crossref____"}
402
{"best_oa_location_url": "", "issued": "1960-2-20", "abstract": [], "objIdentifier": "9be2a108a66fd5a2b94e7450a5f708be", "pissn": "0031-8035", "subject": ["Philosophy"], "eissn": "2352-8230", "author": [{"affiliation": [], "given": "H.", "family": "FROST"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1960-2-20", "accepted": null, "publisher": "Brill Academic Publishers", "doi": "10.1163/22116117-90001011", "license": null, "url": "http://dx.doi.org/10.1163/22116117-90001011", "issn": [{"type": "print", "value": "0031-8035"}, {"type": "electronic", "value": "2352-8230"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["J. P. A. MEKKES, De wetenschappelijk-critische houding en het aanvaarden van de openbaring, in: Leidse Voordrachten, vol. 34, Leiden, 1959."], "funder": null, "datasourcePrefix": "crossref____"}
403
{"best_oa_location_url": "", "issued": "1985", "abstract": "<jats:title>Abstract</jats:title><jats:p>The occurrence of emission lines in high resolution blue spectra of four extreme helium stars is reported. This phenomenon is most apparent in the case of BD−9°4395 which displays emissions in He I, λ 3889 Å, C II, λ 4267 Å and in the C II multiplet No. 1 (λ 4740 Å). The latter is also present in LSE 78 and found to be variable. The C II emission lines are regarded as evidence for extended moving envelopes around BD−9°4395 and LSE 78. A possible relation to the hot R CrB star V348 Sgr is discussed.</jats:p><jats:p>HD 160641 and LSS 5121 show unidentified emission lines (λλ4485.6 Å, 4504.0 Å) which are also observed in some Of stars. No emission lines were found in the blue spectra of 12 extreme helium stars.</jats:p>", "objIdentifier": "a250d8115fcd6aaf099e7bbc3e011c4d", "pissn": "0252-9211", "subject": null, "author": [{"affiliation": [], "given": "U.", "family": "Heber"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2016-4-12", "link": [{"URL": "https://www.cambridge.org/core/services/aop-cambridge-core/content/view/S025292110009062X", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1985", "accepted": null, "publisher": "Cambridge University Press (CUP)", "doi": "10.1017/s025292110009062x", "license": null, "url": "http://dx.doi.org/10.1017/s025292110009062x", "issn": [{"type": "print", "value": "0252-9211"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Emission Lines in High Resolution Spectra of Extreme Helium Stars"], "funder": null, "datasourcePrefix": "crossref____"}
404
{"best_oa_location_url": "", "issued": "1990", "abstract": "Abstract#R##N##R##N#The pigeon crop-sac is an underappreciated and underutilized model that can be used to study the direct and indirect effects of hormones, growth factors, and other agents on cell proliferation and differentiative processes in vivo. It can thus allow the uncertainties that attend many in vitro methods to be avoided. In addition, the crop mucosal cells are homogeneous and the organ is structurally much less complex than most other hormone-responsive target organs, such as the mammary gland or prostate. The organ is well suited for various other studies such as analysis of second-messenger systems for PRL and growth factors and the effects of growth-inhibitory substances.", "objIdentifier": "290993066e97c6cd21fc0615da6b29a4", "pissn": "0022-104X", "subject": ["Animal Science and Zoology", "General Medicine"], "eissn": "1097-010X", "author": [{"affiliation": [], "given": "Charles S.", "family": "Nicoll"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1002%2Fjez.1402560413", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1990", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1002/jez.1402560413", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", "start": {"timestamp": 1441065600000, "date-parts": [[2015, 9, 1]], "date-time": "2015-09-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 9374}], "url": "http://dx.doi.org/10.1002/jez.1402560413", "issn": [{"type": "print", "value": "0022-104X"}, {"type": "electronic", "value": "1097-010X"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Pigeon crop-sac as a model system for studying the direct and indirect effects of hormones and growth factors on cell growth and differentiation in vivo"], "funder": null, "datasourcePrefix": "crossref____"}
405
{"best_oa_location_url": "", "issued": "1991-6-01", "abstract": [], "objIdentifier": "154abaa43f9c4c3826b60de82c38ea49", "pissn": "0309-1325", "subject": ["Geography, Planning and Development"], "eissn": "1477-0288", "author": [{"affiliation": [{"name": "University of Sheffield"}], "given": "Ian", "family": "Masser"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2016-7", "link": [{"URL": "http://journals.sagepub.com/doi/pdf/10.1177/030913259101500216", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}, {"URL": "http://journals.sagepub.com/doi/pdf/10.1177/030913259101500216", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1991-6", "accepted": null, "publisher": "SAGE Publications", "doi": "10.1177/030913259101500216", "license": [{"URL": "http://journals.sagepub.com/page/policies/text-and-data-mining-license", "start": {"timestamp": 675734400000, "date-parts": [[1991, 6, 1]], "date-time": "1991-06-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1177/030913259101500216", "issn": [{"type": "print", "value": "0309-1325"}, {"type": "electronic", "value": "1477-0288"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Book Review: Geography of the information economy."], "funder": null, "datasourcePrefix": "crossref____"}
406
{"best_oa_location_url": "", "issued": "None", "abstract": [], "objIdentifier": "ff59d32b5a6d635ffbdf8293b537f0a3", "subject": null, "author": [{"affiliation": [], "given": "Pam", "family": "Jenoff"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": null, "published-print": null, "accepted": null, "publisher": "Brill", "doi": "10.1163/9789004270725_009", "license": null, "url": "http://dx.doi.org/10.1163/9789004270725_009", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["8 From the Shoulders of Giants: Harold Nicolson’s Peacemaking 1919 and the Congress of Vienna"], "funder": null, "datasourcePrefix": "crossref____"}
407
{"issued": "2017", "abstract": [], "objIdentifier": "ffd5c8d3c2a31ba523f7ef0bc0613c5e", "pissn": "1863-7310", "subject": null, "accepted": null, "author": [{"affiliation": [], "given": "Antti", "family": "Laaksonen"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": "2018-1-3", "link": [{"URL": "http://link.springer.com/content/pdf/10.1007/978-3-319-72547-5_4", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2017", "eissn": "2197-1781", "publisher": "Springer International Publishing", "doi": "10.1007/978-3-319-72547-5_4", "license": [{"URL": "http://www.springer.com/tdm", "start": {"timestamp": 1483228800000, "date-time": "2017-01-01T00:00:00Z", "date-parts": [[2017, 1, 1]]}, "content-version": "unspecified", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1007/978-3-319-72547-5_4", "issn": [{"type": "print", "value": "1863-7310"}, {"type": "electronic", "value": "2197-1781"}], "collectedFrom": [{"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Sorting and Searching"], "funder": null, "datasourcePrefix": "crossref____"}
408
{"best_oa_location_url": "", "issued": "2015", "abstract": "In this paper, we hypothesize that shareholder coordination, proxied by geographic proximity among institutional shareholders, affects the quality of corporate governance. The premise of our work primarily hinges on geographic proximity that offers shareholders to develop social networks that lower communication costs thereby leading to better coordination. Consistent with our hypothesis, we find that shareholder coordination has a strong positive impact on price informativeness. This effect is mainly driven by geographic proximity among dedicated and independent institutions and is more pronounced if the firm has a weak corporate governance mechanism. We find that enhanced disclosure quality allows shareholders to increase sensitivity of CEO pay to firm performance. Our results support the viewpoint that geographical proximity among prominent shareholders enhances monitoring effectiveness.\u0000", "objIdentifier": "ed07cd88dc4ddb9409afc14e31d50218", "subject": null, "accepted": null, "author": [{"affiliation": [], "given": "Incheol", "family": "Kim"}, {"affiliation": [], "given": "Christos", "family": "Pantzalis"}, {"affiliation": [], "given": "Bin", "family": "Wang"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": null, "eissn": "1556-5068", "publisher": "Elsevier BV", "doi": "10.2139/ssrn.2660029", "license": null, "url": "http://dx.doi.org/10.2139/ssrn.2660029", "issn": [{"type": "electronic", "value": "1556-5068"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Shareholder Geographic Proximity and Price Informativeness"], "funder": null, "datasourcePrefix": "crossref____"}
409
{"best_oa_location_url": "", "issued": "1989-3-01", "abstract": [], "objIdentifier": "a187041b5417b16eb9fc775c3c6d12db", "pissn": "0022-5347", "subject": ["Urology"], "author": [{"affiliation": [], "given": "Kenneth D.", "family": "Somers"}, {"affiliation": [], "given": "Edward N.", "family": "Sismour"}, {"affiliation": [], "given": "George L.", "suffix": "Jr.", "family": "Wright"}, {"affiliation": [], "given": "Charles J.", "suffix": "Jr.", "family": "Devine"}, {"affiliation": [], "given": "David A.", "family": "Gilbert"}, {"affiliation": [], "given": "Charles E.", "family": "Horton"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0022534717409207?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S0022534717409207?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "1989-3", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/s0022-5347(17)40920-7", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 604713600000, "date-time": "1989-03-01T00:00:00Z", "date-parts": [[1989, 3, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/s0022-5347(17)40920-7", "issn": [{"type": "print", "value": "0022-5347"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Isolation and Characterization of Collagen in Peyronie’s Disease"], "funder": null, "datasourcePrefix": "crossref____"}
410
{"best_oa_location_url": "", "issued": "2014", "abstract": "An ultra-thin and super-long Na2V6O16·xH2O nanoribbon of ∼5 nm thickness and ∼500 μm length was synthesized by a hydrothermal method, using a freshly prepared V(3+) species precursor solution by directly dissolving a vanadium metal thread in a NaNO3 solution using a solid–liquid phase arc discharge (SLPAD) technique. Field emission scanning electron microscopy (FE-SEM), transmission electron microscopy (TEM) and X-ray diffraction (XRD) techniques were used to characterize the structure, morphology, and chemical composition. The super-long and ultra-thin geometry of the Na2V6O16·xH2O nanoribbons is proven to greatly promote the photocatalytic activity toward reduction of CO2 into renewable hydrocarbon fuel (CH4) in the presence of water vapor under visible-light irradiation.", "objIdentifier": "88085800d0e612732b0ab05ee942148a", "pissn": "2040-3364", "subject": ["General Materials Science"], "eissn": "2040-3372", "author": [{"affiliation": [], "given": "Shichao", "family": "Feng"}, {"affiliation": [], "given": "Xiaoyu", "family": "Chen"}, {"affiliation": [], "given": "Yong", "family": "Zhou"}, {"ORCID": "0000-0002-0800-9777", "affiliation": [], "given": "Wenguang", "family": "Tu"}, {"affiliation": [], "given": "Ping", "family": "Li"}, {"affiliation": [], "given": "Haijin", "family": "Li"}, {"affiliation": [], "given": "Zhigang", "family": "Zou"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2014", "link": [{"URL": "http://pubs.rsc.org/en/content/articlepdf/2014/NR/C3NR05219B", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "accepted": null, "publisher": "Royal Society of Chemistry (RSC)", "doi": "10.1039/c3nr05219b", "license": null, "url": "http://dx.doi.org/10.1039/c3nr05219b", "issn": [{"type": "print", "value": "2040-3364"}, {"type": "electronic", "value": "2040-3372"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Na2V6O16·xH2O nanoribbons: large-scale synthesis and visible-light photocatalytic activity of CO2into solar fuels"], "funder": null, "datasourcePrefix": "crossref____"}
411
{"best_oa_location_url": "", "issued": "2017-6-30", "abstract": [], "objIdentifier": "16342da96edd0fdb4848006b8a5e04f8", "pissn": "2092-0075", "subject": null, "author": [{"affiliation": [], "given": "E-Hwa", "family": "Yoon"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2017-6-30", "accepted": null, "publisher": "The East Asian Association of International Studies", "doi": "10.15235/jir.2017.06.20.1.99", "license": null, "url": "http://dx.doi.org/10.15235/jir.2017.06.20.1.99", "issn": [{"type": "print", "value": "2092-0075"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Achievement and Remaining Issues of Decentralization Campaign by Association of Metropolitan and Provincial Council Chairs (“AMPCC”) - focusing on political decentralization and resident participation -"], "funder": null, "datasourcePrefix": "crossref____"}
412
{"best_oa_location_url": "", "issued": "2016-8-20", "abstract": [], "objIdentifier": "eb01ebba651576975bda752506bb00f0", "pissn": "0266-3554", "subject": ["History"], "eissn": "1477-089X", "author": [{"affiliation": [], "given": "Stephen", "family": "Lazer"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2016-8-20", "link": [{"URL": "http://academic.oup.com/gh/article-pdf/34/4/680/8567057/ghw069.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2016-12", "accepted": null, "publisher": "Oxford University Press (OUP)", "doi": "10.1093/gerhis/ghw069", "license": null, "url": "http://dx.doi.org/10.1093/gerhis/ghw069", "issn": [{"type": "print", "value": "0266-3554"}, {"type": "electronic", "value": "1477-089X"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["1648 – Das Jahr der Schlagzeilen. Europa zwischen Krise und Aufbruch"], "funder": null, "datasourcePrefix": "crossref____"}
413
{"best_oa_location_url": "", "issued": "2013-10-01", "abstract": [], "objIdentifier": "fd820c3dc6f9eac06a736b240f66ceb7", "pissn": "1042-0991", "subject": null, "author": [{"affiliation": [], "given": "Tim", "family": "Warren"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S1042099115311439?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S1042099115311439?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2013-10", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/s1042-0991(15)31143-9", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1380585600000, "date-time": "2013-10-01T00:00:00Z", "date-parts": [[2013, 10, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/s1042-0991(15)31143-9", "issn": [{"type": "print", "value": "1042-0991"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["New nonprofit ASOP fights illegal online drug sellers"], "funder": null, "datasourcePrefix": "crossref____"}
414
{"best_oa_location_url": "", "issued": "1990-1-01", "abstract": "Abstract#R##N#The discovery of high-Tc superconductors in 1986 resulted in a massive research effort which continues today. Superconducting materials have been known, however, since 1911. In this article, the historical background to superconductivity is traced, conventional and high-Tc materials are described and the theories which are applied to rationalize this phenomenon discussed, always with an eye on current and future applications, for example SQUIDs and levitating trains.", "objIdentifier": "42fd7cdeafc6d704c119fc4d1624c89e", "pissn": "0935-9648", "subject": ["Mechanical Engineering", "General Materials Science", "Mechanics of Materials"], "eissn": "1521-4095", "author": [{"affiliation": [], "given": "Herbert", "family": "Jaeger"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1002%2Fadma.19900020104", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1990-1", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1002/adma.19900020104", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", "start": {"timestamp": 1441065600000, "date-time": "2015-09-01T00:00:00Z", "date-parts": [[2015, 9, 1]]}, "content-version": "tdm", "delay-in-days": 9374}], "url": "http://dx.doi.org/10.1002/adma.19900020104", "issn": [{"type": "print", "value": "0935-9648"}, {"type": "electronic", "value": "1521-4095"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Superconductivity?then and now"], "funder": null, "datasourcePrefix": "crossref____"}
415
{"best_oa_location_url": "", "issued": "2015-1-27", "abstract": "Abstract#R##N##R##N#We have developed a method for the preparation 4-organochalcogenyl-1H-isochromen-1-imines from o-alkynylbenzamides. This electrophile-promoted nucleophilic cyclization achieved by treatment with a combination of iron salts and diorganyl dichalcogenides. FeCl3 and diorganyl dichalcogenides reacted with o-alkynylbenzamides under aerobic conditions at room temperature and in the absence of additives to give 4-organochalcogenyl-1H-isochromen-1-imines in good yields and with good selectivities. The reaction took place with 0.5 equiv. of the diorganyl dichalcogenides, which demonstrates that both halves of the diorganyl dichalcogenides (RYYR  2RY) were incorporated into the final product. Mechanistic studies suggested that the regioselectivity of the cyclization is governed by a seleniranium ion, a key intermediate formed by the electrophilic addition of the organochalcogen moiety to the carbon–carbon triple bond. The utility of the 4-organochalcogenyl-1H-isochromen-1-imines was also demonstrated by their application as starting materials in Suzuki and Sonogashira cross-coupling reactions.", "objIdentifier": "278b3912f06f4cc9861abc5cb0743214", "pissn": "1434-193X", "subject": ["Physical and Theoretical Chemistry", "Organic Chemistry"], "author": [{"affiliation": [], "given": "Jose S. S.", "family": "Neto"}, {"affiliation": [], "given": "Davi F.", "family": "Back"}, {"ORCID": "0000-0003-1290-6478", "affiliation": [], "given": "Gilson", "family": "Zeni"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2015-1-27", "link": [{"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1002%2Fejoc.201403534", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2015-3", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1002/ejoc.201403534", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", "start": {"timestamp": 1441065600000, "date-time": "2015-09-01T00:00:00Z", "date-parts": [[2015, 9, 1]]}, "content-version": "tdm", "delay-in-days": 217}], "url": "http://dx.doi.org/10.1002/ejoc.201403534", "issn": [{"type": "print", "value": "1434-193X"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Nucleophilic Cyclization ofo-Alkynylbenzamides Promoted by Iron(III) Chloride and Diorganyl Dichalcogenides: Synthesis of 4-Organochalcogenyl-1H-isochromen-1-imines"], "funder": null, "datasourcePrefix": "crossref____"}
416
{"best_oa_location_url": "", "issued": "2017-7-1", "abstract": [], "objIdentifier": "ad35268cbec67482319db15132b63e0a", "pissn": "0008-5472", "subject": ["Cancer Research", "Oncology"], "eissn": "1538-7445", "author": [{"affiliation": [], "given": "Helen Hoi Ning", "family": "Yan"}, {"affiliation": [], "given": "Jeffrey C W", "family": "Lai"}, {"affiliation": [], "given": "Siu Lun", "family": "Ho"}, {"affiliation": [], "given": "Anthony K W", "family": "Chan"}, {"affiliation": [], "given": "Wai Yin", "family": "Tsui"}, {"affiliation": [], "given": "Annie S Y", "family": "Chan"}, {"affiliation": [], "given": "Siu Tsan", "family": "Yuen"}, {"affiliation": [], "given": "Suet Yi", "family": "Leung"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2017-7-2", "link": [{"URL": "https://syndication.highwire.org/content/doi/10.1158/1538-7445.AM2017-1448", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2017-7-1", "accepted": null, "publisher": "American Association for Cancer Research (AACR)", "doi": "10.1158/1538-7445.am2017-1448", "license": null, "url": "http://dx.doi.org/10.1158/1538-7445.am2017-1448", "issn": [{"type": "print", "value": "0008-5472"}, {"type": "electronic", "value": "1538-7445"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Abstract 1448: Unraveling the oncogenic pathway of serrated polyposis syndrome driven by RNF43 germline mutation"], "funder": null, "datasourcePrefix": "crossref____"}
417
{"best_oa_location_url": "", "issued": "2014-12-01", "abstract": "AbstractThis paper is a preliminary examination of the paper supports chosen by Jessie Traill (1881–1967) for the intaglio works held by the National Gallery of Australia (NGA). The opportunity arose as works were prepared for the exhibition, Stars in the river, the prints of Jessie Traill, 2013. Traill was innovative in her use of the etching technique at a time when few women artists explored its possibilities. Examination of the 92 prints—from 1907 to 1951—shed light on the papers commercially available at the time, and their influence on the choices Traill made when working in Europe and Australia. Traill printed on a wide range of paper supports, and this research seeks to ascertain whether reasons for paper choice – aesthetic, practical or random – corresponds to the subject matter of her prints over the 50 years of her working career. Fibre analysis identified ‘vellum’ and cotton/linen supports in Traill’s pre-1914 prints, and various machine-made supports following the First World War, with light ...", "objIdentifier": "37897fd7a6af45f2772560cafb41f596", "pissn": "1034-4233", "subject": null, "eissn": "2204-4183", "author": [{"affiliation": [{"name": " Paper ConservationNational Gallery of Australia"}], "given": "Rose", "family": "Peel"}, {"affiliation": [{"name": " Paper ConservationNational Gallery of Australia"}], "given": "Bill", "family": "Hamilton"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2015-4-29", "link": [{"URL": "https://www.tandfonline.com/doi/pdf/10.1179/bac.2014.35.1.005", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2014-12", "accepted": null, "publisher": "Informa UK Limited", "doi": "10.1179/bac.2014.35.1.005", "license": null, "url": "http://dx.doi.org/10.1179/bac.2014.35.1.005", "issn": [{"type": "print", "value": "1034-4233"}, {"type": "electronic", "value": "2204-4183"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Searching for the paper – Traill"], "funder": null, "datasourcePrefix": "crossref____"}
418
{"best_oa_location_url": "", "issued": "1995-4-01", "abstract": "Two strains, flocculating and nonflocculating, of the yeast Kluyveromyces lactis were grown in a Sabouraud's liquid medium containing 0.07 mM Ca. Treatment by ethylenediamine of isolated cell walls yielded three fractions: A, B, and C. Fraction A, soluble in ethylenediamine, contained phosphopeptidomannan-like hydrosoluble polymers; these constituted the external wall of the parietal layer. Phosphopeptidomannans have also been extracted from entire yeast cells autoclaved at 140 °C in a citrate buffer at pH 7.0. The flocculating and nonflocculating states of yeasts showed structural and quantitative variations in phosphopeptidomannans. The walls of the flocculating yeast cells contained higher amounts of peripheral polymers, the molecular masses of which were greater than those of nonflocculating yeast cells. These are the result of a more complex structure, due to the presence of a greater number of ramifications containing three or four mannose units. Analysis of the acetolysis products revealed in fact ...", "objIdentifier": "ef782ca7e253508a8b83f9d5ad8cf413", "pissn": "0008-4166", "subject": ["Immunology", "Applied Microbiology and Biotechnology", "Genetics", "Molecular Biology", "Microbiology", "General Medicine"], "eissn": "1480-3275", "author": [{"affiliation": [], "given": "M.", "family": "Bellal"}, {"affiliation": [], "given": "S.", "family": "Benallaoua"}, {"affiliation": [], "given": "L.", "family": "Elfoul"}, {"affiliation": [], "given": "R.", "family": "Bonaly"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.nrcresearchpress.com/doi/pdf/10.1139/m95-045", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1995-4", "accepted": null, "publisher": "Canadian Science Publishing", "doi": "10.1139/m95-045", "license": [{"URL": "http://www.nrcresearchpress.com/page/about/CorporateTextAndDataMining", "start": {"timestamp": 796694400000, "date-time": "1995-04-01T00:00:00Z", "date-parts": [[1995, 4, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1139/m95-045", "issn": [{"type": "print", "value": "0008-4166"}, {"type": "electronic", "value": "1480-3275"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Différences structurales des peptidomannanes pariétaux chez le Kluyvetomyces lactis, entre souches floculante et non floculante"], "funder": null, "datasourcePrefix": "crossref____"}
419
{"best_oa_location_url": "", "issued": "1972-1-01", "abstract": "Resume   Les mecanismes de l'interaction entre l'hemoglobine et ses quatre principaux ligands: oxygene, protons, 2,3-diphosphoglycerate (DPG) et CO 2 , sont de mieux en mieux connus au niveau moleculaire. Cependant, au point de vue physiologique, l'aspect quantitatif de ces interactions n'est pas encore etabli. Il est donc interessant d'etudier la liaison du DPG avec l'hemoglobine dans les conditions qui sont proches de celles qui sont realisees dans l'erythrocyte circulant.  Grâce a l'addition de particules de Sephadex a une solution d'hemoglobine et de DPG radioactif, nous avons pu etudier l'affinite de l'hemoglobine pour le DPG.  La fixation oxygeno-dependante du diphosphoglycerate sur l'hemoglobine est maximale vers pH 7,0. L'affinite de l'Hb pour le DPG decroit lorsque croit la concentration d'hemoglobine et la difference de fixation entre HbO 2  et Hb est de l'ordre de 0,2 a 0,3 moles de DPG par mole d'Hb (tetramere) dans les conditions physiologiques. Le CO 2  diminue la fixation du DPG tant sur l'oxy- que sur la desoxy- hemoglobine.  Dans l'anemie et l'insuffisance cardiaque, il existe une importante elevation du DPG. Etant donne le taux relativement faible de la fixation du DPG sur l'hemoglobine dans les conditions physiologiques, il semble que le mode de regulation par « feed-backde l'affinite pour l'oxygene dans le sang total soit peu important dans les etats d'hypoxie.  Au contraire d'autres resultats experimentaux suggerent que la concentration intraerythrocytaire de l'ion H +  est le regulateur essentiel du taux de DPG.  L'importance du DPG pour la comprehension du transport d'oxygene au cours de la periode peri-natale et dans les etats hypoxiques traites par transfusion sera brievement discutee.", "objIdentifier": "9b94e18a87b0969849f2ae3a79c8b30c", "pissn": "0300-9084", "subject": ["Biochemistry", "General Medicine"], "author": [{"affiliation": [], "given": "C.-H.", "family": "de Verdier"}, {"affiliation": [], "given": "L.", "family": "Garby"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0300908472801500?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S0300908472801500?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "1972-1", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/s0300-9084(72)80150-0", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 63072000000, "date-time": "1972-01-01T00:00:00Z", "date-parts": [[1972, 1, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/s0300-9084(72)80150-0", "issn": [{"type": "print", "value": "0300-9084"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["2,3-Diphosphoglycerate and respiratory function of hemoglobin"], "funder": null, "datasourcePrefix": "crossref____"}
420
{"issued": "2017-3-1", "abstract": "A simple and rapid extraction/preconcentration procedure using supramolecular based magnetic nanoparticle (MNP) solid-phase extraction method by sodium dodecyl sulphate (SDS)-coated MNPs has been developed for both removal and preconcentration of three important opioid drugs named morphine, codeine and methadone before their high-performance liquid chromatography–ultraviolet determination. To get insight configuration of SDS molecules on the surface of the MNPs, zeta potential measurements were performed in different SDS (mg)/mg of MNPs ratios. Parameters affecting the extraction and preconcentration efficiency of the opioids were optimised as recovery by one variable at-a-time methodology and the obtained recoveries were 91, 94 and 98% for morphine, codeine and methadone, respectively. Under optimum conditions (such as pH = 3.5; adsorbent amount = 60 mg; eluent solvent volume = 2 ml of acetonitrile, sample volume = 200 ml etc.), the method was linear in the range of 1–200 ng ml−1 with enrichment factors (EFs) of 91, 94 and 98 for morphine, codeine and methadone, respectively, and the limits of detection were <0.27 ng ml−1. Finally, the proposed method was successfully applied for both removal and trace determination of the targeted drugs in urine samples.", "objIdentifier": "22d511af6f95fb4eec0fc050ffd62528", "subject": ["General Materials Science", "Bioengineering", "Condensed Matter Physics", "Biomedical Engineering"], "accepted": null, "author": [{"affiliation": [], "given": "Abedien", "family": "Zabardasti"}, {"affiliation": [], "given": "Hossein", "family": "Afrouzi"}, {"affiliation": [], "given": "Ali", "family": "Kakanejadifard"}, {"affiliation": [], "given": "Mitra", "family": "Amoli-Diva"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://digital-library.theiet.org/content/journals/10.1049/mnl.2016.0603?crawler=true", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2017-3-1", "eissn": "1750-0443", "publisher": "Institution of Engineering and Technology (IET)", "doi": "10.1049/mnl.2016.0603", "license": null, "url": "http://dx.doi.org/10.1049/mnl.2016.0603", "issn": [{"type": "electronic", "value": "1750-0443"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["         Simultaneous determination of opioid drugs in urine with high-performance liquid chromatography–ultraviolet after supramolecular based magnetic NP solid-phase extraction      "], "funder": null, "datasourcePrefix": "crossref____"}
421
{"best_oa_location_url": "", "issued": "1987", "abstract": [], "objIdentifier": "06a2c55cfadce58222640daf49fb32ab", "pissn": "0010-3802", "subject": ["Development"], "eissn": "1468-2656", "author": [{"affiliation": [], "given": "Martin", "family": "Loney"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://academic.oup.com/cdj/article-pdf/22/4/353/879696/22-4-353.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1987", "accepted": null, "publisher": "Oxford University Press (OUP)", "doi": "10.1093/cdj/22.4.353", "license": null, "url": "http://dx.doi.org/10.1093/cdj/22.4.353", "issn": [{"type": "print", "value": "0010-3802"}, {"type": "electronic", "value": "1468-2656"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Reviews Section"], "funder": null, "datasourcePrefix": "crossref____"}
422
{"best_oa_location_url": "", "issued": "1979", "abstract": "<jats:p>Owls are important consumers of small vertebrates, and because they regurgitate pellets rich in bone, they may be important potential contributors of the concentrated remains of small vertebrates to the fossil record. Owls of three sizes, the large great horned owl (<jats:italic>Bubo virginianus</jats:italic>), the medium-sized barn owl (<jats:italic>Tyto alba</jats:italic>), and the small screech owl (<jats:italic>Otus asio</jats:italic>), were fed a common diet of mice. The bony contents of the pellets were analyzed to determine the amount of bone loss by digestion, bone completeness, and sites of bone breakage. For all three species, only about half the number of bones ingested were recovered in the pellets. Mandibles and femora were most abundant, and pelves and scapulae were the least abundant. Screech owls broke 80% of the cranial and limb elements, barn owls only 30%. Skulls fared poorly in great horned and screech owl pellets, while barn owls returned 80% of the skulls intact, with only the caudal portion of the cranium damaged; barn owls also returned articulated strings of vertebrae and complete paws. These results provide a baseline for the recognition of owls as agents of accumulation of small bones in the fossil record and suggest that the actions of ancient predators may be revealed by species-specific patterns of bone destruction of an assemblage of fossil prey species.</jats:p>", "objIdentifier": "b86e27b6133add26a00f09d1049d29f4", "pissn": "0094-8373", "subject": ["Ecology", "Palaeontology", "Ecology, Evolution, Behavior and Systematics", "General Agricultural and Biological Sciences"], "eissn": "1938-5331", "author": [{"affiliation": [], "given": "Peter", "family": "Dodson"}, {"affiliation": [], "given": "Diane", "family": "Wexlar"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2016-2-8", "link": [{"URL": "https://www.cambridge.org/core/services/aop-cambridge-core/content/view/S0094837300006564", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1979", "accepted": null, "publisher": "Cambridge University Press (CUP)", "doi": "10.1017/s0094837300006564", "license": null, "url": "http://dx.doi.org/10.1017/s0094837300006564", "issn": [{"type": "print", "value": "0094-8373"}, {"type": "electronic", "value": "1938-5331"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Taphonomic investigations of owl pellets"], "funder": null, "datasourcePrefix": "crossref____"}
423
{"best_oa_location_url": "", "issued": "2012-9-01", "abstract": "This essay discusses the need for monuments in the British cityscape. It talks about whether monuments are for the living and/or the dead, whether they should be primarily reflecting on the past, for present city-dwellers or future-directed. It analyses the claims on the monument from city-fathers to citizens with baby-strollers. Finally, it uses the author's own experience in designing a monument to essay what kind of monument to the dead should be made for the living citizens to experience.", "objIdentifier": "69c2af900e64288505e58e2b1c2cd392", "pissn": "1478-8810", "subject": ["Literature and Literary Theory", "Cultural Studies", "History"], "eissn": "1740-4649", "author": [{"affiliation": [], "given": "Lubaina", "family": "Himid"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.tandfonline.com/doi/pdf/10.1080/14788810.2012.698468", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2012-9", "accepted": null, "publisher": "Informa UK Limited", "doi": "10.1080/14788810.2012.698468", "license": null, "url": "http://dx.doi.org/10.1080/14788810.2012.698468", "issn": [{"type": "print", "value": "1478-8810"}, {"type": "electronic", "value": "1740-4649"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Monument talk"], "funder": null, "datasourcePrefix": "crossref____"}
424
{"best_oa_location_url": "", "issued": "2007", "abstract": "De nombreux travaux ont fait etat d?une intensification recente du temps de travail dans la plupart des pays developpes. Plusieurs auteurs notent une tendance correspondante dans la vie privee, notamment du fait de la diffusion des NTIC qui accelerent les communications. Les nouveaux regimes temporels au plan individuel se caracteriseraient ainsi par une rationalisation du temps : l'optimisation et l'intensification du temps seraient devenus l'alpha et l'omega de l'organisation de l'ensemble de nos activites. L?auteur s?emploie ici a questionner les presupposes de cette affirmation. Une telle diffusion du professionnel vers le prive de la densification du temps est, tout d?abord, nettement plus marquee pour les categories sociales superieures que pour les autres. Elle ne se deploie pas, par ailleurs, sans resistances. Les individus et les menages parviennent a articuler des temps differents dans leur existence ? et ils usent notamment des NTIC pour ce faire.", "objIdentifier": "28dd6dae41edabdfc3b0ebac4525da24", "pissn": "0751-7971", "subject": ["Electrical and Electronic Engineering", "Communication"], "eissn": "1777-5809", "author": [{"affiliation": [], "given": "Francis", "family": "Godard"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2007", "accepted": null, "publisher": "CAIRN", "doi": "10.3917/res.140.0029", "license": null, "url": "http://dx.doi.org/10.3917/res.140.0029", "issn": [{"type": "print", "value": "0751-7971"}, {"type": "electronic", "value": "1777-5809"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Vie publique et vie privée : de nouveaux régimes temporels"], "funder": null, "datasourcePrefix": "crossref____"}
425
{"best_oa_location_url": "", "issued": "2016-3-01", "abstract": "Many medicinal plants possess antimicrobial activities, and have antagonistic endophytic fungi that help them protect from pathogen attack. The aim of this study was to examine endophytic fungi in traditional Chinese medicinal plants, and understand if these organisms have antimicrobial activities and they can be potentially used for biological control of plant diseases. A total of 208 endophytic fungal isolates were collected from stems (83), leaves (121) and flowers (4) of 26 medicinal plant species. The majority of the isolates belonged to Alternaria, Phomopsis, Colletotrichum, Phoma and Acremonium as well as several species allocated to Mycelia sterilia. A detached leaf assay was conducted by testing these isolates on wheat powdery mildew (Blumeria graminis f. sp. tritici, or Bgt). Fifteen isolates of endophytic fungi inhibited Bgt, exhibiting control efficacies ranging from 65.4% to 100%. Of these isolates, LPS-1, SCS-6 and 16-6, exhibited significant inhibition of Bgt proliferation (>90%). Isolate LPS-1 isolated from the stem of Ilex cornuta Lindl. ex Paxt. had the highest efficacy, resulting in 100% inhibition of Bgt growth on detached leaf segments. Based on morphological characteristics and phylogenetic analyses of the ITS rDNA sequences and translation elongation factor 1-alpha (TEF-1α) gene regions, LPS-1 was identified as Lasiodiplodia pseudotheobromae. A range of culture conditions for LPS-1 were examined and the results indicated that optimal antifungal activity resulted from static cultures in PDB (pH 7.0) inoculated with three mycelial plugs and incubated at 30 °C for 6 days. With further study, LPS-1 can be a candidate for biological control.", "objIdentifier": "96d3b4618dfc56410b99b15c1fe2c795", "pissn": "1049-9644", "subject": ["Agronomy and Crop Science", "Insect Science"], "author": [{"affiliation": [], "given": "Libo", "family": "Xiang"}, {"affiliation": [], "given": "Shuangjun", "family": "Gong"}, {"affiliation": [], "given": "Lijun", "family": "Yang"}, {"affiliation": [], "given": "Jianjun", "family": "Hao"}, {"affiliation": [], "given": "MinFeng", "family": "Xue"}, {"affiliation": [], "given": "FanSong", "family": "Zeng"}, {"affiliation": [], "given": "XueJiang", "family": "Zhang"}, {"affiliation": [], "given": "WenQi", "family": "Shi"}, {"affiliation": [], "given": "Hua", "family": "Wang"}, {"affiliation": [], "given": "Dazhao", "family": "Yu"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S104996441530058X?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S104996441530058X?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2016-3", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/j.biocontrol.2015.12.002", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1456790400000, "date-time": "2016-03-01T00:00:00Z", "date-parts": [[2016, 3, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/j.biocontrol.2015.12.002", "issn": [{"type": "print", "value": "1049-9644"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Biocontrol potential of endophytic fungi in medicinal plants from Wuhan Botanical Garden in China"], "funder": [{"name": "R&D Special Fund for Public Welfare Industry (Agriculture) of China", "award": ["201303025", "201303016"]}, {"name": "Hubei Province Science and Technology Innovation Center", "award": ["2011-620-003-3"]}, {"name": "Foundation for Youths of Hubei Academy of Agricultural Sciences", "award": ["2015nkyjj13"]}], "datasourcePrefix": "crossref____"}
426
{"best_oa_location_url": "", "issued": "2006-8-01", "abstract": [], "objIdentifier": "30380a0e35310a430182001a916b8389", "pissn": "0090-3493", "subject": ["Critical Care and Intensive Care Medicine"], "author": [{"affiliation": [], "given": "Thambu David", "family": "Sudarsanam"}, {"ORCID": "0000-0002-6977-1183", "affiliation": [], "given": "Kishore", "family": "Pichaimuthu"}, {"affiliation": [], "given": "Anand", "family": "Zachariah"}, {"affiliation": [], "given": "George", "family": "John"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2006-8", "accepted": null, "publisher": "Ovid Technologies (Wolters Kluwer Health)", "doi": "10.1097/01.ccm.0000229681.55355.42", "license": null, "url": "http://dx.doi.org/10.1097/01.ccm.0000229681.55355.42", "issn": [{"type": "print", "value": "0090-3493"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Oximes in acute organophosphate poisoning"], "funder": null, "datasourcePrefix": "crossref____"}
427
{"best_oa_location_url": "http://aac.asm.org/content/51/5/1708.full.pdf", "issued": "2007-3-5", "abstract": "The biowarfare-relevant bacterial pathogen Bacillus anthracis contains two paralogs each of the metS and murB genes, which encode the important antibiotic target functions methionyl-tRNA synthetase and UDP-N-acetylenolpyruvoylglucosamine reductase, respectively. Empirical screens were conducted to detect and characterize gene fragments of each of these four genes that could cause growth reduction of B. anthracis when inducibly expressed from a plasmid-borne promoter. Numerous such gene fragments that were overwhelmingly in the antisense orientation were identified for the metS1 and murB2 alleles, while no such orientation bias was seen for the metS2 and murB1 alleles. Gene replacement mutagenesis was used to confirm the essentiality of the metS1 and murB2 alleles, and the nonessentiality of the metS2 and murB1 alleles, for vegetative growth. Induced transcription of RNA from metS1 and murB2 antisense-oriented gene fragments resulted in specific reduction of mRNA of their cognate genes. Attenuation of MetS1 enzyme expression hypersensitized B. anthracis cells to a MetS-specific antimicrobial compound but not to other antibiotics that affect cell wall assembly, fatty acid biosynthesis, protein translation, or DNA replication. Antisense-dependent reduction of MurB2 enzyme expression caused hypersensitivity to beta-lactam antibiotics, a synergistic response that has also been noted for the MurA-specific antibiotic fosfomycin. These experiments form the basis of mode-of-action detection assays that can be used in the discovery of novel MetS- or MurB-specific antibiotic drugs that are effective against B. anthracis or other gram-positive bacterial pathogens.", "objIdentifier": "76959466862ccd46e9963ab481552e80", "pissn": "0066-4804", "subject": ["Pharmacology (medical)", "Pharmacology", "Infectious Diseases"], "eissn": "1098-6596", "author": [{"affiliation": [], "given": "G. C.", "family": "Kedar"}, {"affiliation": [], "given": "V.", "family": "Brown-Driver"}, {"affiliation": [], "given": "D. R.", "family": "Reyes"}, {"affiliation": [], "given": "M. T.", "family": "Hilgers"}, {"affiliation": [], "given": "M. A.", "family": "Stidham"}, {"affiliation": [], "given": "K. J.", "family": "Shaw"}, {"affiliation": [], "given": "J.", "family": "Finn"}, {"affiliation": [], "given": "R. J.", "family": "Haselbeck"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": "2007-3-5", "link": [{"URL": "https://syndication.highwire.org/content/doi/10.1128/AAC.01180-06", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2007-5-1", "accepted": null, "publisher": "American Society for Microbiology", "doi": "10.1128/aac.01180-06", "license": null, "url": "http://dx.doi.org/10.1128/aac.01180-06", "issn": [{"type": "print", "value": "0066-4804"}, {"type": "electronic", "value": "1098-6596"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Evaluation of the metS and murB Loci for Antibiotic Discovery Using Targeted Antisense RNA Expression Analysis in Bacillus anthracis"], "funder": null, "datasourcePrefix": "crossref____"}
428
{"issued": "2017", "abstract": [], "objIdentifier": "396293f1808140686d8214e7d49e5bff", "pissn": "2199-5974", "subject": null, "accepted": null, "author": [{"affiliation": [], "given": "Wardatul", "family": "Akmam"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": "2017-12-21", "link": [{"URL": "http://link.springer.com/content/pdf/10.1007/978-4-431-55154-6_10", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2017", "eissn": "2199-5982", "publisher": "Springer Japan", "doi": "10.1007/978-4-431-55154-6_10", "license": [{"URL": "http://www.springer.com/tdm", "start": {"timestamp": 1483228800000, "date-time": "2017-01-01T00:00:00Z", "date-parts": [[2017, 1, 1]]}, "content-version": "unspecified", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1007/978-4-431-55154-6_10", "issn": [{"type": "print", "value": "2199-5974"}, {"type": "electronic", "value": "2199-5982"}], "collectedFrom": [{"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Conclusions"], "funder": null, "datasourcePrefix": "crossref____"}
429
{"best_oa_location_url": "https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1240881/pdf", "issued": "2002-6-1", "abstract": [], "objIdentifier": "2e2c055c1b938f97b2e0c70108425df5", "pissn": "0091-6765", "subject": ["Public Health, Environmental and Occupational Health", "Health, Toxicology and Mutagenesis"], "author": [{"affiliation": [], "given": "Julia R.", "family": "Barrett"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": "2002-6-1", "link": null, "published-print": null, "accepted": null, "publisher": "Environmental Health Perspectives", "doi": "10.1289/ehp.110-a294", "license": null, "url": "http://dx.doi.org/10.1289/ehp.110-a294", "issn": [{"type": "print", "value": "0091-6765"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Soy and Children's Health: A Formula for Trouble?"], "funder": null, "datasourcePrefix": "crossref____"}
430
{"best_oa_location_url": "", "issued": "1914-7-01", "abstract": [], "objIdentifier": "a8d4e62a7ac36d314eca48bef8c57aef", "pissn": "0367-0023", "subject": ["Surgery"], "author": [{"affiliation": [], "given": "Georg", "family": "Alberts"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1914-7", "accepted": null, "publisher": "Springer Nature", "doi": "10.1007/bf02797168", "license": null, "url": "http://dx.doi.org/10.1007/bf02797168", "issn": [{"type": "print", "value": "0367-0023"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Ein Beitrag zur operativen Behandlung der akuten Magenblutungen"], "funder": null, "datasourcePrefix": "crossref____"}
431
{"best_oa_location_url": "", "issued": "2008-6-01", "abstract": "The issue of vorticity mode perturbation in Linearized Euler Equations (LEE) is addressed in this paper. We chose to tackle this question by the point of view of source term formulation. It is numerically shown that the use of a rotational free acoustic source term significantly reduces the development of the hydrodynamic mode. In accordance with the theory, the proposed source term lead to a quasi total absence of vorticity mode in a spatially uniform mean flow, and a strong reduction in a sheared mean flow.", "objIdentifier": "aa5c8f29edda1f0b943247e4f06cde0e", "pissn": "0021-9991", "subject": ["Physics and Astronomy (miscellaneous)", "Computer Science Applications"], "author": [{"affiliation": [], "given": "C.", "family": "Prax"}, {"affiliation": [], "given": "F.", "family": "Golanski"}, {"affiliation": [], "given": "L.", "family": "Nadal"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0021999108001186?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S0021999108001186?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2008-6", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/j.jcp.2008.02.022", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1212278400000, "date-time": "2008-06-01T00:00:00Z", "date-parts": [[2008, 6, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/j.jcp.2008.02.022", "issn": [{"type": "print", "value": "0021-9991"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Control of the vorticity mode in the linearized Euler equations for hybrid aeroacoustic prediction"], "funder": null, "datasourcePrefix": "crossref____"}
432
{"best_oa_location_url": "http://doi.org/10.12693/aphyspola.129.835", "issued": "2016-4-01", "abstract": [], "objIdentifier": "072f096a0dafad564a29a2e5cb6a9072", "pissn": "0587-4246", "subject": ["General Physics and Astronomy"], "eissn": "1898-794X", "author": [{"affiliation": [{"name": "Bio-Composites Technology Programme, Faculty of Applied Sciences, Universiti Teknologi MARA, 40450 Shah Alam, Malaysia"}], "given": "S.N.", "family": "Surip"}, {"affiliation": [{"name": "Bio-Composites Technology Programme, Faculty of Applied Sciences, Universiti Teknologi MARA, 40450 Shah Alam, Malaysia"}], "given": "W.N.R.", "family": "Wan Jaafar"}, {"affiliation": [{"name": "Bio-Composites Technology Programme, Faculty of Applied Sciences, Universiti Teknologi MARA, 40450 Shah Alam, Malaysia"}], "given": "N.N.", "family": "Azmi"}, {"affiliation": [{"name": "Department of Manufacturing and Materials Engineering, Kulliyyah of Engineering, International Islamic University Malaysia, P.O. Box 10, 50728 Kuala Lumpur, Malaysia"}], "given": "N.A.", "family": "Hassan"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": null, "link": null, "published-print": "2016-4", "accepted": null, "publisher": "Institute of Physics, Polish Academy of Sciences", "doi": "10.12693/aphyspola.129.835", "license": null, "url": "http://dx.doi.org/10.12693/aphyspola.129.835", "issn": [{"type": "print", "value": "0587-4246"}, {"type": "electronic", "value": "1898-794X"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Biodegradation Properties of Poly (Lactic) Acid Reinforced by Kenaf Fibers"], "funder": null, "datasourcePrefix": "crossref____"}
433
{"best_oa_location_url": "", "issued": "None", "abstract": "Analysis of speckle image texture in ultrasound B-scans is considered. The authors examine the theoretical determination of the probability density function of the speckle image texture for the magnitude. First, the occurrence mechanism of speckle image texture is treated by introducing a functional model for the ultrasound diagnosis equipment system. As a result, a unified probability density function expression has been explicitly proposed and it has been clarified that the present expression agrees with the well-known Rayleigh and Rician probability density functions as two special cases. Then the legitimacy and the effectiveness of proposed stochastic analysis method have been experimentally confirmed by applying it to the speckle pattern of a clinical B-scan image actually utilized for diagnostic purposes. >", "objIdentifier": "89e11f11e20eeaf782e7c733fa68e541", "subject": null, "author": [{"affiliation": [], "given": "S.", "family": "Miyata"}, {"affiliation": [], "given": "M.", "family": "Ohta"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0004", "value": "Conference object"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://xplorestaging.ieee.org/ielx2/533/6141/00239013.pdf?arnumber=239013", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "accepted": null, "publisher": "IEEE", "doi": "10.1109/iecon.1991.239013", "license": null, "url": "http://dx.doi.org/10.1109/iecon.1991.239013", "issn": null, "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["A consideration on generalized Rician distribution expression for the speckle pattern on the ultrasound B-scan and its experimental confirmation"], "funder": null, "datasourcePrefix": "crossref____"}
434
{"best_oa_location_url": "", "issued": "2004-3-01", "abstract": "Bladder cancer is the fourth most commonly diagnosed cancer in men and the eighth most common in women in the United States. While clinicians who diagnose and treat the disease recognize that bladder cancer has a unique demographic profile, the influence of such factors as age, gender and race on incidence, prognosis, and survival of patients is poorly understood, and has not been the subject of intense investigation. Both through analysis of the population-based databases of bladder cancer in the United States and Europe, as well as epidemiological studies, some of the effects of gender, race and age on this disease have begun to be explained. In this manuscript we review the current literature and epidemiological studies on the affects of gender, race and age on incidence and mortality of bladder cancer.", "objIdentifier": "a13a27b5c23d5153b65930bc6dc1319a", "pissn": "1078-1439", "subject": ["Urology", "Oncology"], "author": [{"affiliation": [], "given": "Ralph", "family": "Madeb"}, {"affiliation": [], "given": "Edward M.", "family": "Messing"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S107814390300139X?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S107814390300139X?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2004-3", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/s1078-1439(03)00139-x", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1078099200000, "date-parts": [[2004, 3, 1]], "date-time": "2004-03-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/s1078-1439(03)00139-x", "issn": [{"type": "print", "value": "1078-1439"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Gender, racial and age differences in bladder cancer incidence and mortality"], "funder": null, "datasourcePrefix": "crossref____"}
435
{"best_oa_location_url": "", "issued": "1985-9-01", "abstract": "Abstract Doppler-based techniques of coronary graft flow measurement are frequently used, especially during coronary artery bypass grafting (CABG) without cardiopulmonary bypass (CPB), to exclude graft dysfunction resulting from technical errors. Nevertheless, early graft failure in the immediate postoperative period continues to affect a small percentage of patients who may require emergent reoperation as a result of severe hemodynamic deterioration. In this setting, in which coronary angiography is infrequently an option, expeditious intraoperative assessment of previously constructed coronary grafts may be performed by using the Doppler-based technique Transit Time Flow Measurement (TTFM). As a result, the hemodynamic values obtained during reoperations may guide the operative strategy. In this study we report on eight patients who underwent “off-pump” CABG and necessitated early reintervention as a result of presumed graft dysfunction. In these patients, graft dysfunction was confirmed or excluded by using intraoperatively the TTFM technique, comparing newly obtained flow hemodynamic variables with those recorded as a baseline during primary operations.", "objIdentifier": "537445e822d42325819da3195ecf26fc", "pissn": "0742-2822", "subject": ["Radiology Nuclear Medicine and imaging", "Cardiology and Cardiovascular Medicine"], "eissn": "1540-8175", "author": [{"affiliation": [], "given": "Marco", "family": "Ricci"}, {"affiliation": [], "given": "Hratch L.", "family": "Karamanoukian"}, {"affiliation": [], "given": "Tomas A.", "family": "Salerno"}, {"affiliation": [], "given": "Giuseppe", "family": "D'Ancona"}, {"affiliation": [], "given": "Jacob", "family": "Bergsland"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1111%2Fj.1540-8175.1985.tb01303.x", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1985-9", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1111/j.1540-8175.1985.tb01303.x", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", "start": {"timestamp": 1441065600000, "date-time": "2015-09-01T00:00:00Z", "date-parts": [[2015, 9, 1]]}, "content-version": "tdm", "delay-in-days": 10957}], "url": "http://dx.doi.org/10.1111/j.1540-8175.1985.tb01303.x", "issn": [{"type": "print", "value": "0742-2822"}, {"type": "electronic", "value": "1540-8175"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Role of Coronary Graft Flow Measurement During Reoperations for Early Graft Failure After Off-Pump Coronary Revascularization"], "funder": null, "datasourcePrefix": "crossref____"}
436
{"best_oa_location_url": "", "issued": "2013-6-01", "abstract": "Degradation can be characterized by cell level parameters using one or two diode models. However, estimating these parameters in deployed arrays is a challenge. This paper discuses an active shading method using a custom fabricated Polymer Dispersed Liquid Crystal (PDLC) screen integrated with an EKO-MP170 curve tracer. The parameter estimation method leverages asymptotic approximations and the Lambert-W function for rapid convergence. Details of the construction, testing and validation of the PDLC shader are provided and simulation of the algorithm and preliminary results are discussed.", "objIdentifier": "e2d7b72d19d13bb7be3a2a489ff8f837", "subject": null, "author": [{"affiliation": [], "given": "Abraham K.", "family": "Ishihara"}, {"affiliation": [], "given": "Dan", "family": "Liddell"}, {"affiliation": [], "given": "Tyler", "family": "Chase"}, {"affiliation": [], "given": "Glenn", "family": "Alers"}, {"affiliation": [], "given": "Seichi", "family": "Arai"}, {"affiliation": [], "given": "Bill", "family": "Dokos"}, {"affiliation": [], "given": "Kobashi", "family": "Tsukasa"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0004", "value": "Conference object"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://xplorestaging.ieee.org/ielx7/6731006/6744078/06744238.pdf?arnumber=6744238", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2013-6", "accepted": null, "publisher": "IEEE", "doi": "10.1109/pvsc.2013.6744238", "license": null, "url": "http://dx.doi.org/10.1109/pvsc.2013.6744238", "issn": null, "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Characterization of cell level degradation using a Polymer Dispersed Liquid Crystal active shading screen"], "funder": null, "datasourcePrefix": "crossref____"}
437
{"best_oa_location_url": "", "issued": "2014-6-21", "abstract": "ABSTRACT#R##N##R##N#The aim of this study is to examine and assess the nonmetric dental trait evidence for the population history of East and Southeast Asia and, more specifically, to test the two-layer hypothesis for the peopling of Southeast Asia. Using a battery of 21 nonmetric dental traits we examine 7,247 individuals representing 58 samples drawn from East and Southeast Asian populations inhabiting the region from the late Pleistocene, through the Neolithic, Bronze Age, Iron Age, and into the historic and modern periods. The chief data reduction technique is a neighbor-joining tree generated from the triangular matrix of mean measure of divergence values. Principal findings indicated a major dichotomization of the dataset into (1) an early Southeast Asian sample with close affinities to modern Australian and Melanesian populations and (2) a very distinct grouping of ancient and modern Northeast Asians. Distinct patterns of clinal variation among Neolithic and post-Neolithic Mainland Southeast Asian samples suggest a center to periphery spread of genes into the region from Northeast Asia. This pattern is consistent with archaeological and linguistic evidence for demic diffusion that accompanied agriculturally driven population expansion in the Neolithic. Later Metal Age affinities between Island and Mainland coastal populations with Northeast Asian series is likely a consequence of a South China Sea interaction sphere operating from at least 500 BCE, if not from the Neolithic. Such results provide extensive support for the two-layer hypothesis to account for the population history of the region. Am J Phys Anthropol 155:45–65, 2014. © 2014 Wiley Periodicals, Inc.", "objIdentifier": "3e5f15afb9f8480df99cf39a373135c8", "pissn": "0002-9483", "subject": ["Anatomy", "Anthropology"], "author": [{"affiliation": [{"name": "School of Health Science; Sapporo Medical University; Sapporo 060-8556 Japan"}], "given": "Hirofumi", "family": "Matsumura"}, {"affiliation": [{"name": "School of Archaeology and Anthropology; Australian National University; Canberra ACT 0200 Australia"}], "given": "Marc F.", "family": "Oxenham"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2014-6-21", "link": [{"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1002%2Fajpa.22537", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2014-9", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1002/ajpa.22537", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", "start": {"timestamp": 1441065600000, "date-parts": [[2015, 9, 1]], "date-time": "2015-09-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 437}], "url": "http://dx.doi.org/10.1002/ajpa.22537", "issn": [{"type": "print", "value": "0002-9483"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Demographic transitions and migration in prehistoric East/Southeast Asia through the lens of nonmetric dental traits"], "funder": [{"doi-asserted-by": "crossref", "DOI": "10.13039/501100001691", "name": "Japan Society for the Promotion of Science", "award": ["25304020", "23247040"]}], "datasourcePrefix": "crossref____"}
438
{"best_oa_location_url": "", "issued": "1962-1-01", "abstract": "Summary  Carbohydrate metabolism was studied in 47 atherosclerotic patients and 35 healthy subjects. A response to the glucose tolerance test corresponding to ℬprediabetesℭ as described by CONN was observed in the atherosclerotic patients, who also exhibited higher fasting ketone-body levels. Within the atherosclerotic group, abnormal glucose tolerance curves were given by overweight patients, but no relationship between the character of the glucose tolerance curve and either age or cholesterol level was observed.  Cortisone administration induced diminished glucose tolerance in atherosclerotic patients. After cortisone, the ketone-body level remained high following ingestion of glucose.  The glucose tolerance curve after insulin administration, and the serum nonesterified fatty acids (NEFA) curve after glucose and insulin, were for normal and atherosclerotic subjects virtually identical.", "objIdentifier": "46b53c663abea549037ea5d907575445", "pissn": "0368-1319", "subject": ["General Medicine"], "author": [{"affiliation": [], "given": "D.", "family": "Aleksandrow"}, {"affiliation": [], "given": "M.", "family": "Cišwicka-Sznajderman"}, {"affiliation": [], "given": "H.", "family": "Ignatowska"}, {"affiliation": [], "given": "B.", "family": "Wocial"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0368131962800039?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S0368131962800039?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "1962-1", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/s0368-1319(62)80003-9", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": -252460800000, "date-time": "1962-01-01T00:00:00Z", "date-parts": [[1962, 1, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/s0368-1319(62)80003-9", "issn": [{"type": "print", "value": "0368-1319"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Studies on disturbances of carbohydrate metabolism in atherosclerosis"], "funder": null, "datasourcePrefix": "crossref____"}
439
{"best_oa_location_url": "", "issued": "2015-6-01", "abstract": "A resonant slip ring-less doubly-fed hyper synchronous machine (DFHSM) with variable switched-capacitors is newly proposed in this paper. A rotary transformer with a constant operation frequency is used instead of conventional slip rings to supply three-phase rotor currents without abrasion issues. Moreover, a chronic low power factor problem of high-frequency-DFHSMs, which is mainly due to a high reactance of stator and rotor windings, can be resolved by the compensating variable capacitors. A variable stator frequency control using variable capacitors to deal with not only the start-up operation but also the speed control is proposed to eliminate the damper windings or soft-starters in conventional machines. Operation principles of the proposed DFHSMs were verified with a finite element analysis (FEA) simulation tool, Ansoft Maxwell, by comparing torque results of the simulation and equivalent circuit analyses.", "objIdentifier": "3a421eb79a5daa466fc69f98884fed70", "subject": null, "author": [{"affiliation": [], "given": "Beom W.", "family": "Gu"}, {"affiliation": [], "given": "Bo H.", "family": "Choi"}, {"affiliation": [], "given": "Chun T.", "family": "Rim"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0004", "value": "Conference object"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://xplorestaging.ieee.org/ielx7/7127333/7132798/07132812.pdf?arnumber=7132812", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2015-6", "accepted": null, "publisher": "IEEE", "doi": "10.1109/wow.2015.7132812", "license": null, "url": "http://dx.doi.org/10.1109/wow.2015.7132812", "issn": null, "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Resonant slip ring-less doubly-fed hyper synchronous machine with variable capacitors"], "funder": null, "datasourcePrefix": "crossref____"}
440
{"best_oa_location_url": "http://doi.org/10.3886/icpsr08707.v1", "issued": "None", "abstract": [], "objIdentifier": "d5efa51586ecb91071e0f91297708a0a", "subject": null, "author": [{"affiliation": [], "name": "United States Department of Commerce. Bureau of the Census"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0021", "value": "Dataset"}, "is_oa": true, "published-online": null, "link": null, "published-print": null, "accepted": null, "publisher": "Inter-university Consortium for Political and Social Research (ICPSR)", "doi": "10.3886/icpsr08707.v1", "license": null, "url": "http://dx.doi.org/10.3886/icpsr08707.v1", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Current Population Survey: Voter Supplement File, 1986"], "funder": null, "datasourcePrefix": "crossref____"}
441
{"best_oa_location_url": "", "issued": "None", "abstract": [], "objIdentifier": "fb5558931a2a8a9b100577c5fbe3c5a2", "subject": null, "author": [{"affiliation": [], "family": "Anonymous"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": null, "published-print": null, "accepted": null, "publisher": "Cambridge University Press", "doi": "10.1017/cbo9781139087889.018", "license": null, "url": "http://dx.doi.org/10.1017/cbo9781139087889.018", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Placitum Theodorici III, de lite inter Acchildern et Amalgarium super villa Bactilione-Valle pendente"], "funder": null, "datasourcePrefix": "crossref____"}
442
{"best_oa_location_url": "", "issued": "2007", "abstract": [], "objIdentifier": "7d816957ffc0051e2d830c2bbf1798c9", "pissn": "0736-9735", "subject": ["Clinical Psychology"], "author": [{"affiliation": [], "given": "Joseph", "family": "Schachter"}, {"affiliation": [], "given": "Horst", "family": "Kächele"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2007", "accepted": null, "publisher": "American Psychological Association (APA)", "doi": "10.1037/0736-9735.24.3.429", "license": null, "url": "http://dx.doi.org/10.1037/0736-9735.24.3.429", "issn": [{"type": "print", "value": "0736-9735"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["The analyst's role in healing: Psychoanalysis-plus."], "funder": null, "datasourcePrefix": "crossref____"}
443
{"best_oa_location_url": "", "issued": "1877-12-01", "abstract": [], "objIdentifier": "f21ebbeed433e30738639858d1994576", "pissn": "1618-2642", "subject": ["Analytical Chemistry", "Biochemistry"], "eissn": "1618-2650", "author": [{"affiliation": [], "given": "Carl", "family": "Antolik"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/BF01356076", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1877-12", "accepted": null, "publisher": "Springer Nature", "doi": "10.1007/bf01356076", "license": null, "url": "http://dx.doi.org/10.1007/bf01356076", "issn": [{"type": "print", "value": "1618-2642"}, {"type": "electronic", "value": "1618-2650"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Einen verbesserten Giftheber"], "funder": null, "datasourcePrefix": "crossref____"}
444
{"best_oa_location_url": "", "issued": "2004-10-01", "abstract": "Mormyrid electric fish communicate using a fixed electric organ discharge (EOD) produced with a variable sequence of pulse intervals (SPI). Through a combination of spike train analysis techniques and multivariate statistics, we develop quantitative methods for analysing temporal patterns in the SPI in Brienomyrus brachyistius. Previous research has indicated the existence of distinct temporal patterns that play an important role in social behaviour, but these studies have relied upon subjective assessments of the SPI: no study has yet used quantitative methods for analysing temporal patterns, so it remains unclear whether there are categorically distinct displays or continuous variation. We demonstrate the existence of three modal classes of frequency modulations (bursts) that differ categorically in their temporal patterning and can therefore be appropriately termed displays. ‘Scallops’ are stereotyped, transient bursts to EOD intervals of 10–20 ms. ‘Accelerations’ are maintained decreases in EOD interval to values of 25–40 ms. Evidence indicates that ‘rasps’ combine a scallop followed by an acceleration. Analysis of signal characteristics and their production in relation to several variables, combined with previous research, suggests that accelerations function as aggressive signals, rasps as male courtship signals, and scallops as advertisement signals. This descriptive study is an important first step in the analysis of temporal patterns in the SPI, and provides a foundation for addressing general issues in animal communication. The relative simplicity of their electric communication displays suggest that mormyrids are an excellent model system for studying the evolution, function and mechanisms of stereotyped temporal pattern generation.", "objIdentifier": "6ffb92ea6cabf3a54c2e5a8ca1921b2b", "pissn": "0003-3472", "subject": ["Animal Science and Zoology", "Ecology, Evolution, Behavior and Systematics"], "author": [{"affiliation": [], "given": "Bruce A.", "family": "Carlson"}, {"affiliation": [], "given": "Carl D.", "family": "Hopkins"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0003347204002453?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S0003347204002453?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2004-10", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/j.anbehav.2003.10.031", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1096588800000, "date-parts": [[2004, 10, 1]], "date-time": "2004-10-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/j.anbehav.2003.10.031", "issn": [{"type": "print", "value": "0003-3472"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Stereotyped temporal patterns in electrical communication"], "funder": null, "datasourcePrefix": "crossref____"}
445
{"best_oa_location_url": "", "issued": "1994-8-01", "abstract": "Quantitative information on the normal size range of the masticatory muscles needed for successful treatment of facial asymmetry is sparse. Our purpose in this study was to define morphological indicators for the volume of the masticatory muscles on CT. Cross-sectional areas and volumes of the masseter and medial pterygoid muscles were measured from CT scans of 65 patients. The muscles were scanned from origin to insertion and the maximum cross-sectional area (MCSA) and its location together with the total volume were determined. The mandibular foramen was used as a landmark to determine the location of MCSA. The location of MCSA of masseter muscle was centred 8 mm above the mandibular foramen, and that of medial pterygoid muscle at the foramen. The MCSA of both muscles was highly correlated with volume suggesting that this parameter might serve as an indicator of their volume. Knowledge of the location of the MCSA would facilitate its measurement and so reduce radiation exposure. There was a positive cor...", "objIdentifier": "18fe80e622922017db0f8cd3507e23c8", "pissn": "0250-832X", "subject": ["Otorhinolaryngology", "Radiology Nuclear Medicine and imaging", "General Dentistry", "General Medicine"], "eissn": "1476-542X", "author": [{"affiliation": [], "given": "J A", "family": "Xu"}, {"affiliation": [], "given": "K", "family": "Yuasa"}, {"affiliation": [], "given": "K", "family": "Yoshiura"}, {"affiliation": [], "given": "S", "family": "Kanda"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.birpublications.org/doi/pdf/10.1259/dmfr.23.3.7835516", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1994-8", "accepted": null, "publisher": "British Institute of Radiology", "doi": "10.1259/dmfr.23.3.7835516", "license": null, "url": "http://dx.doi.org/10.1259/dmfr.23.3.7835516", "issn": [{"type": "print", "value": "0250-832X"}, {"type": "electronic", "value": "1476-542X"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Quantitative analysis of masticatory muscles using computed tomography."], "funder": null, "datasourcePrefix": "crossref____"}
446
{"best_oa_location_url": "", "issued": "2009-4-01", "abstract": "Rhodamine hydrazide-based chemosensors that can detect volatile acidic gases in solid state have been developed. The rhodamine hydrazide probes adsorbed on filter paper respond fluorescently and colorimetrically only to volatile acidic gases but not to organic bases nor to other volatile organic compounds (VOCs). Diethyl chlorophosphate (DCP), one of model compounds used for the studies of Chemical Warfare Agent (CWA), could also be detected by using this method.", "objIdentifier": "9abd84a30ef4d3937f6831506096015e", "pissn": "0040-4039", "subject": ["Organic Chemistry", "Biochemistry", "Drug Discovery"], "author": [{"affiliation": [], "given": "Shincheol", "family": "Kang"}, {"affiliation": [], "given": "Sungwook", "family": "Kim"}, {"affiliation": [], "given": "Young-Keun", "family": "Yang"}, {"affiliation": [], "given": "Shinhyo", "family": "Bae"}, {"affiliation": [], "given": "Jinsung", "family": "Tae"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0040403909003426?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S0040403909003426?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2009-4", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/j.tetlet.2009.02.087", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1238544000000, "date-parts": [[2009, 4, 1]], "date-time": "2009-04-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/j.tetlet.2009.02.087", "issn": [{"type": "print", "value": "0040-4039"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Fluorescent and colorimetric detection of acid vapors by using solid-supported rhodamine hydrazides"], "funder": null, "datasourcePrefix": "crossref____"}
447
{"best_oa_location_url": "", "issued": "1957-1-01", "abstract": [], "objIdentifier": "6e345f4a66850393c457587c52610925", "pissn": "0004-9158", "subject": ["Forestry"], "author": [{"affiliation": [], "given": "N. B.", "family": "Lewis"}, {"affiliation": [], "given": "G. S.", "family": "Lugton"}, {"affiliation": [], "given": "C. E.", "family": "Lane-Poole"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.tandfonline.com/doi/pdf/10.1080/00049158.1957.10675353", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1957-1", "accepted": null, "publisher": "Informa UK Limited", "doi": "10.1080/00049158.1957.10675353", "license": null, "url": "http://dx.doi.org/10.1080/00049158.1957.10675353", "issn": [{"type": "print", "value": "0004-9158"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["REVIEWS"], "funder": null, "datasourcePrefix": "crossref____"}
448
{"best_oa_location_url": "", "issued": "2014-2-14", "abstract": "The plastic limit load solutions for cylinder and plate with slanted through-wall cracks (TWCs) are developed based on the systematic three-dimensional (3D) finite element (FE) limit analyses. As for loading conditions, axial tension, global bending, and internal pressure are considered for a cylinder with slanted circumferential TWC, whereas, axial tension and internal pressure are considered for a plate and a cylinder with slanted axial TWC. Then, the verification of FE model and analysis procedure employed in the present numerical work was confirmed by employing the existing solutions for both cylinder and plate with idealized TWC. Also, the geometric variables of slanted TWC which can affect plastic limit loads were considered. Based on the systematic FE limit analysis results, the slant correction factors which represent the effect of slanted TWC on plastic limit load were provided as tabulated solutions. By adopting these slant correction factors, the plastic limit loads of slanted TWC can be directly estimated from existing solutions for idealized TWC. Furthermore, the modified engineering estimations of plastic limit loads for slanted TWC are proposed based on equilibrium equation and von Mises yield criterion. The present results can be applied either to diverse structural integrity assessments or for accurate estimation of fracture mechanics parameters such as J-integral, plastic crack opening displacement (COD) and C*-integral for slanted TWC based on the reference stress concept (Kim, et al., 2002, “Plastic Limit Pressure for Cracked Pipes Using Finite Element Limit Analyse,” Int. J. Pressure Vessels Piping, 79, pp. 321–330; Kim, et al., 2001, “Enhanced Reference Stress-Based J and Crack Opening Displacement Estimation Method for Leak-Before-Break Analysis and Comparison With GE/EPRI Method,” Fatigue Fract. Eng. Mater. Struct., 24, pp. 243–254; Kim, et al., 2002, “Non-Linear Fracture Mechanics Analyses of Part Circumferential Surface Cracked Pipes,” Int. J. Fract., 116, pp. 347–375.)", "objIdentifier": "f1f3230185f3313ad9d0929cabcace01", "pissn": "0094-9930", "subject": ["Mechanical Engineering", "Mechanics of Materials", "Safety, Risk, Reliability and Quality"], "author": [{"affiliation": [], "given": "Doo-Ho", "family": "Cho"}, {"affiliation": [], "given": "Young-Hwan", "family": "Choi"}, {"affiliation": [], "given": "Nam-Su", "family": "Huh"}, {"affiliation": [], "given": "Do-Jun", "family": "Shim"}, {"affiliation": [], "given": "Jae-Boong", "family": "Choi"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://pressurevesseltech.asmedigitalcollection.asme.org/article.aspx?articleid=1787578", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2014-2-14", "accepted": null, "publisher": "ASME International", "doi": "10.1115/1.4026109", "license": null, "url": "http://dx.doi.org/10.1115/1.4026109", "issn": [{"type": "print", "value": "0094-9930"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Plastic Limit Loads for Slanted Through-Wall Cracks in Cylinder and Plate Based on Finite Element Limit Analyses"], "funder": null, "datasourcePrefix": "crossref____"}
449
{"issued": "2008", "abstract": [], "objIdentifier": "b74f394f193e1818cd9899024d90106d", "pissn": "2219-2859", "subject": null, "author": [{"affiliation": [], "given": "Shao-Long", "family": "Sun"}, {"affiliation": [], "given": "Dong-Xu", "family": "Cui"}, {"affiliation": [], "given": "Xian-Wei", "family": "Dai"}, {"affiliation": [], "given": "Shuo-Dong", "family": "Wu"}, {"affiliation": [], "given": "Yong-Qing", "family": "Xu"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.wjgnet.com/1009-3079/full/v16/i4/446.htm", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2008", "accepted": null, "publisher": "Baishideng Publishing Group Inc.", "doi": "10.11569/wcjd.v16.i4.446", "license": null, "url": "http://dx.doi.org/10.11569/wcjd.v16.i4.446", "issn": [{"type": "print", "value": "2219-2859"}], "collectedFrom": [{"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Relationship between duodenobiliary reflux and pressure of Oddi sphincter"], "funder": null, "datasourcePrefix": "crossref____"}
450
{"best_oa_location_url": "", "issued": "2015-7-1", "abstract": [], "objIdentifier": "84f3c48a6955481a7f2e68694b7a0363", "subject": null, "author": [{"affiliation": [], "given": "M.W.", "family": "Clarkson"}, {"affiliation": [], "given": "F.", "family": "Pontiggia"}, {"affiliation": [], "given": "J.", "family": "Villali"}, {"affiliation": [], "given": "D.", "family": "Kern"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0020", "value": "Other"}, "is_oa": false, "published-online": "2015-7-1", "link": null, "published-print": null, "accepted": null, "publisher": "Protein Data Bank, Rutgers University", "doi": "10.2210/pdb2msk/pdb", "license": null, "url": "http://dx.doi.org/10.2210/pdb2msk/pdb", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Solution Structure and Chemical Shift Assignments for BeF3 activated Receiver Domain of Nitrogen Regulatory Protein C (NtrC) at 35C"], "funder": null, "datasourcePrefix": "crossref____"}
451
{"best_oa_location_url": "https://hal.archives-ouvertes.fr/hal-00763209/document", "issued": "1988-10-1", "abstract": "The model proposed here is used to describe the vocabulary of a corpus. It is divided into two groups: general vocabulary which is used whatever the circumstances and several local (or 'specialized') vocabularies, each of which is used in only one part of the corpus. General words may appear everywhere in the text and their increase with corpus length can be estimated with Muller's formula. In this model, a partition parameter measures the relative importance of both types of vocabularies: so the value of this parameter gives an estimation of the lexical 'specialization' in the text. This model has been applied to Racine's plays and can also be used to measure the increase of vocabulary with corpus length, to locate stylistic changes or to compare several texts from the point of view of their lexical richness.", "objIdentifier": "75ee04ed55a83aa0333be0d019cff681", "pissn": "0268-1145", "subject": ["Linguistics and Language", "Information Systems", "Language and Linguistics"], "eissn": "1477-4615", "author": [{"affiliation": [], "given": "P.", "family": "HUBERT"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": null, "link": [{"URL": "http://academic.oup.com/dsh/article-pdf/3/4/223/10889259/223.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1988-10-1", "accepted": null, "publisher": "Oxford University Press (OUP)", "doi": "10.1093/llc/3.4.223", "license": null, "url": "http://dx.doi.org/10.1093/llc/3.4.223", "issn": [{"type": "print", "value": "0268-1145"}, {"type": "electronic", "value": "1477-4615"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["A Model of Vocabulary Partition"], "funder": null, "datasourcePrefix": "crossref____"}
452
{"best_oa_location_url": "", "issued": "2006-9-01", "abstract": "Remotely sensed, angle-based vegetation indices that measure vegetation amounts by the angle between an approximated soil line and a simulated vegetation isoline in the red-near-infrared reflectance space were developed and evaluated in this paper. Unsalan and Boyer previously proposed an angle-based vegetation index, thetas (denoted as thetas  NDVI  in this paper), based on the normalized difference vegetation index (NDVI) with the objective of overcoming the saturation problem in the NDVI. However, thetas NDVI  did not consider strong soil background influences present in the NDVI. To reduce soil background noise, an angle-based vegetation index, thetas SAVI  , based on the soil-adjusted vegetation index (SAVI), was derived using trigonometric analysis. The performance of thetas NDVI  and thetas SAVI  was evaluated and compared with their corresponding vegetation indices, NDVI and SAVI. The soil background influence on thetas NDVI  was found to be as significant as that on the NDVI. thetas NDVI  was found to be more sensitive to vegetation amount than the NDVI at low vegetation density levels, but less sensitive to vegetation fraction at high vegetation density levels. Thus, the saturation effect at high vegetation density levels encountered in the NDVI was not mitigated by thetas NDVI . By contrast, thetas SAVI  exhibited insignificant soil background effects and weaker saturation, as in SAVI, but also improved upon the dynamic range of SAVI. Analyses and evaluation suggest that thetas SAVI  is an optimal vegetation index to assess and monitor vegetation cover across the entire range of vegetation fraction density levels and over a wide variety of soil backgrounds", "objIdentifier": "384b4101987db1cce62808c11c7555b0", "pissn": "0196-2892", "subject": ["Electrical and Electronic Engineering", "General Earth and Planetary Sciences"], "author": [{"affiliation": [], "given": "Z.", "family": "Jiang"}, {"affiliation": [], "given": "A.R.", "family": "Huete"}, {"affiliation": [], "given": "J.", "family": "Li"}, {"affiliation": [], "given": "Y.", "family": "Chen"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://xplorestaging.ieee.org/ielx5/36/35287/01677760.pdf?arnumber=1677760", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2006-9", "accepted": null, "publisher": "Institute of Electrical and Electronics Engineers (IEEE)", "doi": "10.1109/tgrs.2006.873205", "license": null, "url": "http://dx.doi.org/10.1109/tgrs.2006.873205", "issn": [{"type": "print", "value": "0196-2892"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["An Analysis of Angle-Based With Ratio-Based Vegetation Indices"], "funder": null, "datasourcePrefix": "crossref____"}
453
{"best_oa_location_url": "", "issued": "2011-10-31", "abstract": "Groundwater which infiltrated in recharge areas discharges in the forms of evapotranspiration, baseflow to streams, groundwater abstraction and eventually flows into the sea. This study characterized radon-222 concentration and electrical conductivity (EC) in coastal groundwater discharge, well groundwater, Ilkwang Stream water, and seawater in the coastal area of Busan Metropolitan City and subsequently estimated groundwater discharge rate to the sea. The median value of Rn-222 concentration is highest in well groundwater (18.36 Bq/L), and then decreases in the order of coastal groundwater discharge (15.92 Bq/L), Ilkwang Stream water (1.408 Bq/L), and seawater (0.030 Bq/L). The relationship between Rn-222 concentration and EC values is relatively strong in well groundwater and then in seawater. However, the relationship is not visible between coastal groundwater discharge and Ilkwang Stream water. The groundwater discharge rate to the sea is estimated as /day by using radon mass budget model and /day by using Darcy's law.", "objIdentifier": "ce198482a49b0ca8a775ac15ecdeb782", "pissn": "1598-6438", "subject": null, "author": [{"affiliation": [], "given": "Soon-Il", "family": "Ok"}, {"affiliation": [], "given": "Se-Yeong", "family": "Hamm"}, {"affiliation": [], "given": "Yong-Woo", "family": "Lee"}, {"affiliation": [], "given": "Eun-Jee", "family": "Cha"}, {"affiliation": [], "given": "Sang-Hyun", "family": "Kim"}, {"affiliation": [], "given": "In-Soo", "family": "Kim"}, {"affiliation": [], "given": "Boo-Keun", "family": "Khim"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://ocean.kisti.re.kr/downfile/crosscheck/kssge1/JAKO201111436233743.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2011-10-31", "accepted": null, "publisher": "Korean Society of Soil and Groundwater Environment", "doi": "10.7857/jsge.2011.16.5.053", "license": null, "url": "http://dx.doi.org/10.7857/jsge.2011.16.5.053", "issn": [{"type": "print", "value": "1598-6438"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Characterizing Groundwater Discharge and Radon Concentration in Coastal Waters, Busan City"], "funder": null, "datasourcePrefix": "crossref____"}
454
{"best_oa_location_url": "", "issued": "2015-11-01", "abstract": "We study the properties of the trajectories of a differential inclusion with unbounded measurable–pseudo-Lipschitz right-hand side that takes values in a separable Banach space and consider the problem of minimizing a functional over the set of trajectories of such a differential inclusion on an interval. We obtain necessary optimality conditions in the form of Euler–Lagrange differential inclusions for a problem with free right end.", "objIdentifier": "de4a7fc0e02d0d7f3f472cdb80e3b2c7", "pissn": "0081-5438", "subject": ["Mathematics (miscellaneous)"], "eissn": "1531-8605", "author": [{"affiliation": [], "given": "E. S.", "family": "Polovinkin"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2016-2-2", "link": [{"URL": "http://link.springer.com/content/pdf/10.1134/S0081543815080192.pdf", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}, {"URL": "http://link.springer.com/article/10.1134/S0081543815080192/fulltext.html", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/html"}, {"URL": "http://link.springer.com/content/pdf/10.1134/S0081543815080192", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2015-11", "accepted": null, "publisher": "Pleiades Publishing Ltd", "doi": "10.1134/s0081543815080192", "license": [{"URL": "http://www.springer.com/tdm", "start": {"timestamp": 1446336000000, "date-parts": [[2015, 11, 1]], "date-time": "2015-11-01T00:00:00Z"}, "content-version": "vor", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1134/s0081543815080192", "issn": [{"type": "print", "value": "0081-5438"}, {"type": "electronic", "value": "1531-8605"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Differential inclusions with unbounded right-hand side and necessary optimality conditions"], "funder": null, "datasourcePrefix": "crossref____"}
455
{"best_oa_location_url": "", "issued": "2012-1-01", "abstract": "Ag–TiO 2  hybrid nano-powders were synthesised by hydrothermal method (HS) at 180 °C for 2 h. TEM and AFM analyses have shown that Ag nanoparticles embedded within the coarser TiO 2  particles have a spherical shape with a diameter of 7 nm whilst the size of the TiO 2  nanoparticles is found to be around 40 nm. It is also shown that the calcined (500 °C for 1 h) hybrid composite particles result in the formation of anatase TiO 2 . The synthesised Ag–TiO 2  nanopowders were dispersed in ethanol to obtain stable colloidal suspensions and used to coat Ni-based filters using electrophoretic deposition (EPD) using an applied voltage of 30 V for 2 min. Overall, it is shown that hydrothermal processing is an effective way of synthesising nano-sized Ag–TiO 2  hybrid powders in a short time and EPD is a good way to get full coating onto 3-D Ni-based filters if stable suspensions are used.", "objIdentifier": "50ad75f4b6462f7cc3f4f20e04972969", "pissn": "0167-577X", "subject": ["Mechanical Engineering", "General Materials Science", "Mechanics of Materials", "Condensed Matter Physics"], "author": [{"affiliation": [], "given": "Cansu", "family": "Noberi"}, {"affiliation": [], "given": "Ali Can", "family": "Zaman"}, {"affiliation": [], "given": "Cem B.", "family": "Üstündağ"}, {"ORCID": "0000-0002-6652-7062", "affiliation": [], "given": "Figen", "family": "Kaya"}, {"affiliation": [], "given": "Cengiz", "family": "Kaya"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0167577X11010019?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S0167577X11010019?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2012-1", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/j.matlet.2011.08.098", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1325376000000, "date-time": "2012-01-01T00:00:00Z", "date-parts": [[2012, 1, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/j.matlet.2011.08.098", "issn": [{"type": "print", "value": "0167-577X"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Electrophoretic deposition of hydrothermally synthesised Ag–TiO2 hybrid nanoparticles onto 3-D Ni filters"], "funder": null, "datasourcePrefix": "crossref____"}
456
{"best_oa_location_url": "", "issued": "2006-9-01", "abstract": "The direct toxicity of some essential, mineral and plant oils to the eggs and females of the predacious mite Neoseiulus cucumeris (Oudemans) was tested in the laboratory. Sweet basil oil was the most toxic essential oil to females N. cucumeris, while sweet marjoram oil was the least toxic one (LC50=2.315 and 7.021%, respectively). In contrast, rosemary oil was toxic to eggs of N. cucumeris, while sweet basil oil was the least effective oil against predator eggs (LC50 = 2.695 and 11.950%, respectively). The mineral oil capl-l 1was the most toxic one to adult females (LC50= 0.849%) while natur'l oil was the least (LC50= 4.691%), respectively. In contrast, natur'l oil was proved to be highly toxic to predator eggs while bio-dux oil was the least effective oil against the egg stage. Females of N. cucumeris suffered a depression in reproduction when females treated and fed on prey formerly kept on treated plant leaves with LC50 concentration of each oil used in our studies. Rosemary and sweet marjoram as well ...", "objIdentifier": "617427d414269454b07c679f506695eb", "pissn": "0238-1249", "subject": ["Plant Science", "Insect Science"], "eissn": "1588-2691", "author": [{"affiliation": [], "given": "FATEN M.", "family": "MOMEN"}, {"affiliation": [], "given": "SANAA A. A.", "family": "AMER"}, {"affiliation": [], "given": "SONYA A.", "family": "SABER"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2006-9", "accepted": null, "publisher": "Akademiai Kiado Zrt.", "doi": "10.1556/aphyt.41.2006.3-4.20", "license": null, "url": "http://dx.doi.org/10.1556/aphyt.41.2006.3-4.20", "issn": [{"type": "print", "value": "0238-1249"}, {"type": "electronic", "value": "1588-2691"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Acaricidal Potentials of some Essential, Mineral and Plant Oils against the Predacious Mite Neoseiulus cucumeris (Oudemans)  (Acari: Phytoseiidae)"], "funder": null, "datasourcePrefix": "crossref____"}
457
{"best_oa_location_url": "", "issued": "2009-6-01", "abstract": "This study was conducted to evaluate the effect of water restriction on lactation performance in Aardi goats. The experiment divided into 3 periods each of 6 days; control, water restriction and rehydration. Nine lactating Aardi goats in early lactation were divided into two groups. One group ( n  = 5) received 50% and the other group ( n  = 4) received 25% restriction of drinking water relative to their consumed water during control period. Both groups exhibited a fall in dry matter intake with almost a similar rate. Live weight loss during water restriction was similar in both groups (8 and 6% in 50 and 25% water restriction, respectively). Milk production was also reduced by 20 and 18% with 50 and 25% water restriction, respectively. Milk fat percentage was lower in goats that received 25% restriction while it was maintained unchanged in the 50% restriction group. Total solids of milk tended to decrease in goats with 25% water restriction without any change in milk osmolality. Whereas, milk osmolality increased without any alterations in total solids of milk with 50% water restriction. It could be concluded that lactating Aardi goats possess a high capacity of withstanding water restriction when it was coupled with higher environmental temperature.", "objIdentifier": "f57e9ce960d94d453ade9af5b73cb9de", "pissn": "0921-4488", "subject": ["Food Animals", "Animal Science and Zoology"], "author": [{"affiliation": [], "given": "Mohammed", "family": "Alamer"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0921448809001059?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S0921448809001059?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2009-6", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/j.smallrumres.2009.06.009", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1243814400000, "date-parts": [[2009, 6, 1]], "date-time": "2009-06-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/j.smallrumres.2009.06.009", "issn": [{"type": "print", "value": "0921-4488"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Effect of water restriction on lactation performance of Aardi goats under heat stress conditions"], "funder": null, "datasourcePrefix": "crossref____"}
458
{"best_oa_location_url": "", "issued": "2014", "abstract": [], "objIdentifier": "74bccc086f8c781b0c2c64e14b20f69a", "subject": null, "author": [{"affiliation": [], "given": "Stefan", "family": "Sell"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:B9783437224645000188?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:B9783437224645000188?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2014", "accepted": null, "publisher": "Elsevier", "doi": "10.1016/b978-3-437-22464-5.00018-8", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1388534400000, "date-parts": [[2014, 1, 1]], "date-time": "2014-01-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/b978-3-437-22464-5.00018-8", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Orthopädische Notfälle"], "funder": null, "datasourcePrefix": "crossref____"}
459
{"best_oa_location_url": "", "issued": "2000-12-01", "abstract": "Optical correlators are of interest for a variety of signal processing tasks. In a recent paper [Appl. Opt. 39 (2000) 759–765], we described an approach to build discrete correlators for spatially incoherent signals using planar-integrated free-space optics. In that paper, input and output array were spatially interlaced in the same area. Here, we present an improved design with separated input and output.", "objIdentifier": "b2eba3b2ede2586ca1b838715463821a", "pissn": "0030-4018", "subject": ["Physical and Theoretical Chemistry", "Electrical and Electronic Engineering", "Atomic and Molecular Physics, and Optics", "Electronic, Optical and Magnetic Materials"], "author": [{"affiliation": [], "given": "W", "family": "Eckert"}, {"affiliation": [], "given": "V", "family": "Arrizon"}, {"affiliation": [], "given": "S", "family": "Sinzinger"}, {"affiliation": [], "given": "J", "family": "Jahns"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S003040180001035X?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S003040180001035X?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2000-12", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/s0030-4018(00)01035-x", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 975628800000, "date-parts": [[2000, 12, 1]], "date-time": "2000-12-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/s0030-4018(00)01035-x", "issn": [{"type": "print", "value": "0030-4018"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Compact discrete correlators with improved design"], "funder": null, "datasourcePrefix": "crossref____"}
460
{"best_oa_location_url": "", "issued": "2012-11-13", "abstract": [], "objIdentifier": "2bb6804da063486ff1b6ed9a89d24528", "subject": null, "author": [{"affiliation": [], "name": "OCDE"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0020", "value": "Other"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2012-11-13", "accepted": null, "publisher": "Organisation for Economic Co-Operation and Development  (OECD)", "doi": "10.1787/qna-v2012-3-table30-fr", "license": null, "url": "http://dx.doi.org/10.1787/qna-v2012-3-table30-fr", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Revenu disponible, épargne et capacité / besoin de financement : Autriche"], "funder": null, "datasourcePrefix": "crossref____"}
461
{"best_oa_location_url": "http://arxiv.org/abs/hep-th/0411212", "issued": "2006-1-1", "abstract": "We calculate bosonic open string one-loop massive scattering amplitudes for some low-lying string states. By using the periodicity relations of Jacobi theta functions, we explicitly prove an infinite number of one-loop type I stringy Ward identities derived from type I zero-norm states in the old covariant first quantized (OCFQ) spectrum of open bosonic string. The subtlety in the proofs of one-loop type II stringy Ward identities is discussed by comparing them with those of string-tree cases. High-energy limit of these stringy Ward identities can be used to fix the proportionality constants between one-loop massive high-energy scattering amplitudes of different string states with the same momenta. These proportionality constants cannot be calculated directly from sample calculation as we did previously in the cases of string-tree scattering amplitudes.", "objIdentifier": "94bd4ef33869cc88e2985ca1f49a8b00", "pissn": "0033-068X", "subject": ["Physics and Astronomy (miscellaneous)"], "eissn": "1347-4081", "author": [{"affiliation": [], "given": "C.-T.", "family": "Chan"}, {"affiliation": [], "given": "J.-C.", "family": "Lee"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": null, "link": [{"URL": "http://academic.oup.com/ptp/article-pdf/115/1/229/5198732/115-1-229.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2006-1-1", "accepted": null, "publisher": "Oxford University Press (OUP)", "doi": "10.1143/ptp.115.229", "license": null, "url": "http://dx.doi.org/10.1143/ptp.115.229", "issn": [{"type": "print", "value": "0033-068X"}, {"type": "electronic", "value": "1347-4081"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["One-Loop Massive Scattering Amplitudes and Ward Identities in String Theory"], "funder": null, "datasourcePrefix": "crossref____"}
462
{"best_oa_location_url": "", "issued": "1981-1-01", "abstract": "inactivated serum was found to be due to IgG interacting via its Fc part with the Fc receptors in the surface of granulocytes and monocytes. Proof that such interactions occurred was provided by the following observations. Inbucation of phagocytes containing ingested bacteria in the presence of purified heterogeneous IgG, pFc fragments of IgG, or the subclasses IgGl and IgG3, for which membrane receptors are present on phagocytes, resulted in a decrease in the number of viable intracellular bacteria similar to that seen in the presence of heatinactivated serum. Incubation of phagocytes containing Staphylococcus aureus in the presence of IgM, (Fab')2 fragments of IgG, IgG2, or IgG4, for which no membrane receptors are present, gave a degree of killing not exceeding that observed with", "objIdentifier": "166493897f22b28ebb2155bb0fd95924", "pissn": "0300-9742", "subject": ["Immunology", "Immunology and Allergy", "Rheumatology", "General Medicine"], "eissn": "1502-7732", "author": [{"affiliation": [], "given": "P. C. J.", "family": "Leijh"}, {"affiliation": [], "given": "R.", "family": "van Furth"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2009-7-12", "link": [{"URL": "http://www.tandfonline.com/doi/pdf/10.3109/03009748109102880", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1981-1", "accepted": null, "publisher": "Informa UK Limited", "doi": "10.3109/03009748109102880", "license": null, "url": "http://dx.doi.org/10.3109/03009748109102880", "issn": [{"type": "print", "value": "0300-9742"}, {"type": "electronic", "value": "1502-7732"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Extracellular Stimulation of Phagocytes by Plasma Proteins for Optimal Intracellular Killing of Micro-Organisms"], "funder": null, "datasourcePrefix": "crossref____"}
463
{"best_oa_location_url": "http://doi.org/10.1016/0024-3795(90)90019-9", "issued": "1990-7-01", "abstract": "On an IL-dimensional inner-product space, every operator T that satisfies 0 < T Q I is a convex combination of as few as [log, n] + 2 projections, and this number is sharp. If 0 < T < I and trace T is a rational number, then T is an average of projections. Further results are also obtained for the ca5es when the projections are required to have the same rank and/or to he commuting. In each case, the optimal mmlher of projections is determined.", "objIdentifier": "0ef154dd97413ca63b93b7b1f6545260", "pissn": "0024-3795", "subject": ["Geometry and Topology", "Algebra and Number Theory", "Numerical Analysis", "Discrete Mathematics and Combinatorics"], "author": [{"affiliation": [], "given": "Man-Duen", "family": "Choi"}, {"affiliation": [], "given": "Pei Yuan", "family": "Wu"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:0024379590900199?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:0024379590900199?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "1990-7", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/0024-3795(90)90019-9", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 646790400000, "date-parts": [[1990, 7, 1]], "date-time": "1990-07-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}, {"URL": "http://www.elsevier.com/open-access/userlicense/1.0/", "start": {"timestamp": 1374019200000, "date-parts": [[2013, 7, 17]], "date-time": "2013-07-17T00:00:00Z"}, "content-version": "vor", "delay-in-days": 8417}], "url": "http://dx.doi.org/10.1016/0024-3795(90)90019-9", "issn": [{"type": "print", "value": "0024-3795"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Convex combinations of projections"], "funder": null, "datasourcePrefix": "crossref____"}
464
{"best_oa_location_url": "", "issued": "2005-12-8", "abstract": "Extraction of laurel leaves by using supercritical carbon dioxide was carried out on a supercritical fluid (SF) pilot-scale plant. The extraction pressure and temperature were set to 250 bar and 60°C, respectively, using a 4% of ethanol as modifier. The employed apparatus, owing to a two-stage separation, allowed us to obtain two different fractions (F1 and F2), whose antioxidant and antimicrobial activities were investigated. Two different methods, β-carotene bleaching test and DPPH• free radical–scavenging assay, were carried out to determine the antioxidant activity. Moreover, antimicrobial activity of laurel fractions was tested against Staphylococcus aureus ATCC 25923, Bacillus subtilis ATCC 6633, Pseudomonas aeruginosa ATCC 10145, Escherichia coli ATCC 11775, Candida albicans ATCC 60193 and Aspergillus niger ATCC 16404. Minimum inhibitory concentration (MIC) and minimal bactericidal and fungicidal concentration (MBC) were obtained. Both fractions showed a similar antioxidant activity, although it was slightly higher for the fraction recovered in separator 2. However, antimicrobial activity against the microorganisms tested was only found when fraction 2 was used. Staphylococcus aureus was the most sensitive microorganism to this fraction, with maximal inhibition zones (25 mm) and the lowest MBC values (1.25 mg/ml), whereas the least susceptible was the fungi Aspergillus niger. In order to determine the compounds responsible for the antimicrobial activity, fraction 2 was analysed by GC–MS; results obtained showed that most of the compounds identified in the supercritical extract have been previously described to show antimicrobial activity; among them, the major compound found in the supercritical extract corresponded to a sesquiterpene lactone of the germacrolide type (6-epi-desacetyllaurenobiolide) previously described in laurel.", "objIdentifier": "25c6d717cc8a1881160971b201c8ae22", "pissn": "1438-2377", "subject": ["Biotechnology", "Food Science", "Industrial and Manufacturing Engineering", "Biochemistry", "General Chemistry"], "eissn": "1438-2385", "author": [{"affiliation": [], "given": "S.", "family": "Santoyo"}, {"affiliation": [], "given": "R.", "family": "Lloría"}, {"affiliation": [], "given": "L.", "family": "Jaime"}, {"affiliation": [], "given": "E.", "family": "Ibañez"}, {"affiliation": [], "given": "F. J.", "family": "Señoráns"}, {"affiliation": [], "given": "G.", "family": "Reglero"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2005-12-8", "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/s00217-005-0027-9", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2006-3", "accepted": null, "publisher": "Springer Nature", "doi": "10.1007/s00217-005-0027-9", "license": null, "url": "http://dx.doi.org/10.1007/s00217-005-0027-9", "issn": [{"type": "print", "value": "1438-2377"}, {"type": "electronic", "value": "1438-2385"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Supercritical fluid extraction of antioxidant and antimicrobial compounds from Laurus nobilis L. Chemical and functional characterization"], "funder": null, "datasourcePrefix": "crossref____"}
465
{"best_oa_location_url": "", "issued": "2000-4-01", "abstract": [], "objIdentifier": "b50296a010d302a671086ea0bae0d834", "pissn": "0884-2914", "subject": ["Mechanical Engineering", "General Materials Science", "Mechanics of Materials", "Condensed Matter Physics"], "eissn": "2044-5326", "author": [{"affiliation": [], "given": "S.", "family": "Yi"}, {"affiliation": [], "given": "D. H.", "family": "Kim"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2011-1-31", "link": [{"URL": "https://www.cambridge.org/core/services/aop-cambridge-core/content/view/S0884291400054698", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2000-4", "accepted": null, "publisher": "Cambridge University Press (CUP)", "doi": "10.1557/jmr.2000.0127", "license": null, "url": "http://dx.doi.org/10.1557/jmr.2000.0127", "issn": [{"type": "print", "value": "0884-2914"}, {"type": "electronic", "value": "2044-5326"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Stability and Phase Transformations of Icosahedral Phase in a 41.5Zr41.5Ti17Ni Alloy"], "funder": null, "datasourcePrefix": "crossref____"}
466
{"best_oa_location_url": "", "issued": "2009-7-01", "abstract": [], "objIdentifier": "4d39d22f86fff5d457b58fcf70602a20", "pissn": "0020-9643", "subject": ["Religious studies"], "eissn": "2159-340X", "author": [{"affiliation": [{"name": "Univ Of North Carolina At Wilmington, Wilmington, North Carolina"}], "given": "Theodore W.", "family": "Burgh"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2009-7", "link": [{"URL": "http://journals.sagepub.com/doi/pdf/10.1177/002096430906300316", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}, {"URL": "http://journals.sagepub.com/doi/pdf/10.1177/002096430906300316", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2009-7", "accepted": null, "publisher": "SAGE Publications", "doi": "10.1177/002096430906300316", "license": [{"URL": "http://journals.sagepub.com/page/policies/text-and-data-mining-license", "start": {"timestamp": 1246406400000, "date-time": "2009-07-01T00:00:00Z", "date-parts": [[2009, 7, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1177/002096430906300316", "issn": [{"type": "print", "value": "0020-9643"}, {"type": "electronic", "value": "2159-340X"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Book Review: Israelite Religions: An Archaeological and Biblical SurveyIsraelite Religions: An Archaeological and Biblical SurveybyHessRichardBaker Academic, Grand Rapids, 2007. 432 pp. $34.99. ISBN 978-0-8010-2717-8."], "funder": null, "datasourcePrefix": "crossref____"}
467
{"best_oa_location_url": "http://www.ncbi.nlm.nih.gov/pmc/articles/PMC4575654", "issued": "2015-9-19", "abstract": "18β-Glycyrrhetinic acid (18β-GA) has been proposed as a promising hepatoprotective agent. The current study aimed to investigate the protective action and the possible mechanisms of 18β-GA against cyclophosphamide (CP)-induced liver injury in rats, focusing on the role of peroxisome proliferator-activated receptor gamma (PPARγ) and NF-E2-related factor-2 (Nrf2). Rats were administered 18β-GA at doses 25 and 50 mg/kg 2 weeks prior to CP injection. Five days after CP administration, animals were sacrificed and samples were collected. CP induced hepatic damage evidenced by the histopathological changes and significant increase in serum pro-inflammatory cytokines, liver marker enzymes, and liver lipid peroxidation and nitric oxide (NO) levels. 18β-GA counteracted CP-induced oxidative stress and inflammation as assessed by restoration of the antioxidant defenses and diminishing of pro-inflammatory cytokines, lipid peroxidation, and NO production. These hepatoprotective effects appear to depend on activation of Nrf2 and PPARγ, and subsequent suppression of nuclear factor-kappa B. In conclusion, the present study provides evidence that 18β-GA exerts hepatoprotective effects against CP through induction of antioxidant defenses and suppression of inflammatory response. This report also confers new information that 18β-GA protects liver against the toxic effect of chemotherapeutic alkylating agents via activation of Nrf2 and PPARγ.", "objIdentifier": "cd604be0808da044f7786e836b7052e8", "pissn": "1555-8932", "subject": ["Genetics", "Endocrinology, Diabetes and Metabolism"], "eissn": "1865-3499", "author": [{"ORCID": "0000-0003-0279-6500", "affiliation": [], "given": "Ayman M.", "family": "Mahmoud"}, {"affiliation": [], "given": "Hussein S.", "family": "Al Dera"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": "2015-9-19", "link": [{"URL": "http://link.springer.com/content/pdf/10.1007/s12263-015-0491-1.pdf", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}, {"URL": "http://link.springer.com/article/10.1007/s12263-015-0491-1/fulltext.html", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/html"}, {"URL": "http://link.springer.com/content/pdf/10.1007/s12263-015-0491-1", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}, {"URL": "http://link.springer.com/content/pdf/10.1007/s12263-015-0491-1.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "application/pdf"}], "published-print": "2015-11", "accepted": null, "publisher": "Springer Nature", "doi": "10.1007/s12263-015-0491-1", "license": [{"URL": "http://www.springer.com/tdm", "start": {"timestamp": 1442620800000, "date-parts": [[2015, 9, 19]], "date-time": "2015-09-19T00:00:00Z"}, "content-version": "vor", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1007/s12263-015-0491-1", "issn": [{"type": "print", "value": "1555-8932"}, {"type": "electronic", "value": "1865-3499"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["18β-Glycyrrhetinic acid exerts protective effects against cyclophosphamide-induced hepatotoxicity: potential role of PPARγ and Nrf2 upregulation"], "funder": null, "datasourcePrefix": "crossref____"}
468
{"best_oa_location_url": "http://arxiv.org/abs/physics/0412076", "issued": "2004-1-01", "abstract": "The effects of the exposure of the bacterium,  Leptospira interrogans  serovar  canicola  to a constant magnetic field with magnetic flux density from a permanent ferrite magnet=140±5 mT were studied. Changes in  Leptospira  cells after their exposure to the field were determined on the basis of changes in their growth behavior and agglutination immunoreactivity with a homologous antiserum using dark-field microscopy together with visual imaging. The data showed that the exposed  Leptospira  cells have lower densities and lower agglutination immunoreactivity than the unexposed control group. Interestingly, some of the exposed  Leptospira  cells showed abnormal morphologies such as large lengths. We discussed some of the possible reasons for these observations.", "objIdentifier": "a961da308fb41569dfaa34662c57e199", "pissn": "1389-1723", "subject": ["Biotechnology", "Applied Microbiology and Biotechnology", "Bioengineering"], "author": [{"affiliation": [], "given": "Wannapong", "family": "Triampo"}, {"affiliation": [], "given": "Galayanee", "family": "Doungchawee"}, {"affiliation": [], "given": "Darapond", "family": "Triampo"}, {"affiliation": [], "given": "Jirasak", "family": "Wong-Ekkabut"}, {"affiliation": [], "given": "I-Ming", "family": "Tang"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S1389172304002634?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S1389172304002634?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2004-1", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/s1389-1723(04)00263-4", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1072915200000, "date-parts": [[2004, 1, 1]], "date-time": "2004-01-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/s1389-1723(04)00263-4", "issn": [{"type": "print", "value": "1389-1723"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Effects of static magnetic field on growth of leptospire, Leptospira interrogans serovar canicola: immunoreactivity and cell division"], "funder": null, "datasourcePrefix": "crossref____"}
469
{"best_oa_location_url": "", "issued": "2016-4-01", "abstract": [], "objIdentifier": "33c6214742ba3ef4bd841e19c10d80a8", "pissn": "0043-5325", "subject": ["General Medicine"], "eissn": "1613-7671", "author": [{"affiliation": [], "given": "Peter", "family": "Fasching"}, {"affiliation": [], "given": "Joakim", "family": "Huber"}, {"affiliation": [], "given": "Martin", "family": "Clodi"}, {"affiliation": [], "given": "Heidemarie", "family": "Abrahamian"}, {"affiliation": [], "given": "Bernhard", "family": "Ludvik"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2016-4-6", "link": [{"URL": "http://link.springer.com/content/pdf/10.1007/s00508-016-0982-0.pdf", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}, {"URL": "http://link.springer.com/article/10.1007/s00508-016-0982-0/fulltext.html", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/html"}, {"URL": "http://link.springer.com/content/pdf/10.1007/s00508-016-0982-0", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2016-4", "accepted": null, "publisher": "Springer Nature", "doi": "10.1007/s00508-016-0982-0", "license": [{"URL": "http://www.springer.com/tdm", "start": {"timestamp": 1459468800000, "date-time": "2016-04-01T00:00:00Z", "date-parts": [[2016, 4, 1]]}, "content-version": "vor", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1007/s00508-016-0982-0", "issn": [{"type": "print", "value": "0043-5325"}, {"type": "electronic", "value": "1613-7671"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Positionspapier: Operation und Diabetes mellitus"], "funder": null, "datasourcePrefix": "crossref____"}
470
{"best_oa_location_url": "", "issued": "2007-11-01", "abstract": [], "objIdentifier": "bb48692f75e29fddc888416ec6c2c01c", "pissn": "0002-936X", "subject": ["General Nursing", "General Medicine"], "author": [{"affiliation": [], "family": "&NA;"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2007-11", "accepted": null, "publisher": "Ovid Technologies (Wolters Kluwer Health)", "doi": "10.1097/01.naj.0000298041.34080.39", "license": null, "url": "http://dx.doi.org/10.1097/01.naj.0000298041.34080.39", "issn": [{"type": "print", "value": "0002-936X"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["THERAPEUTIC RECIPROCITY"], "funder": null, "datasourcePrefix": "crossref____"}
471
{"best_oa_location_url": "", "issued": "1989", "abstract": "We present a kinematical study of low-velocity stars within a radius of less than 100 pc. The source is the CSI catalogue and we use the radial velocity equation of the second-order Ogorodnikov-Milne model in the computations.", "objIdentifier": "ea6b39e2bca3502f91e6e83499e92f51", "pissn": "0004-640X", "subject": ["Space and Planetary Science", "Astronomy and Astrophysics"], "eissn": "1572-946X", "author": [{"affiliation": [], "given": "M.", "family": "Hern�ndez"}, {"affiliation": [], "given": "J.", "family": "N��ez"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/BF00646338", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1989", "accepted": null, "publisher": "Springer Nature", "doi": "10.1007/bf00646338", "license": null, "url": "http://dx.doi.org/10.1007/bf00646338", "issn": [{"type": "print", "value": "0004-640X"}, {"type": "electronic", "value": "1572-946X"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Preliminary kinematical study of the solar neighbourhood from the CSI catalogue"], "funder": null, "datasourcePrefix": "crossref____"}
472
{"best_oa_location_url": "", "issued": "1983-11-01", "abstract": "Abstract   Ab initio CI relativistic calculations with non-empirical core pseudopotentials are achieved for the valence states of InH and the gerade Rydberg states of the Ar 2  *  excimer using the quasi-degenerate perturbation theory in the Λ · Σ coupling scheme.", "objIdentifier": "15f3c3eabe709f4506a305eb06dda2d5", "pissn": "0301-0104", "subject": ["Physical and Theoretical Chemistry", "General Physics and Astronomy"], "author": [{"affiliation": [], "given": "C.", "family": "Teichteil"}, {"affiliation": [], "given": "F.", "family": "Spiegelmann"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:0301010483853221?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:0301010483853221?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "1983-11", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/0301-0104(83)85322-1", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 436492800000, "date-parts": [[1983, 11, 1]], "date-time": "1983-11-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/0301-0104(83)85322-1", "issn": [{"type": "print", "value": "0301-0104"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Ab initio molecular calculations including spin-orbit coupling. II. Molecular test on the InH molecule and application to the g states of the Ar2* excimer"], "funder": null, "datasourcePrefix": "crossref____"}
473
{"best_oa_location_url": "", "issued": "1895", "abstract": [], "objIdentifier": "d6518320e094ccdf18b280c43d7ab36d", "subject": null, "author": [{"affiliation": [], "given": "Bernhard", "family": "Danckelmann"}, {"affiliation": [], "given": "O.", "family": "Mundt"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://link.springer.com/content/pdf/10.1007/978-3-642-94217-4_29", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1895", "accepted": null, "publisher": "Springer Berlin Heidelberg", "doi": "10.1007/978-3-642-94217-4_29", "license": null, "url": "http://dx.doi.org/10.1007/978-3-642-94217-4_29", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Rechnungs-Abschluß des Brandversicherungs-Vereins Preußischer Forstbeamten für das XV. Rechnungsjahr 1894"], "funder": null, "datasourcePrefix": "crossref____"}
474
{"best_oa_location_url": "", "issued": "2017-1-01", "abstract": [], "objIdentifier": "8dbb2b5c29f07ccc7c59aba8aee0e16e", "pissn": "1990-7931", "subject": ["Physical and Theoretical Chemistry"], "eissn": "1990-7923", "author": [{"affiliation": [], "given": "A. N.", "family": "Romanov"}, {"affiliation": [], "given": "D. N.", "family": "Vtyurina"}, {"affiliation": [], "given": "E. V.", "family": "Haula"}, {"affiliation": [], "given": "D. P.", "family": "Shashkin"}, {"affiliation": [], "given": "N. A.", "family": "Pimkin"}, {"affiliation": [], "given": "M. S.", "family": "Kuznetsov"}, {"affiliation": [], "given": "I. S.", "family": "Lisitsky"}, {"affiliation": [], "given": "V. N.", "family": "Korchak"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2017-4-8", "link": [{"URL": "http://link.springer.com/content/pdf/10.1134/S1990793117010092.pdf", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}, {"URL": "http://link.springer.com/article/10.1134/S1990793117010092/fulltext.html", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/html"}, {"URL": "http://link.springer.com/content/pdf/10.1134/S1990793117010092.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "application/pdf"}], "published-print": "2017-1", "accepted": null, "publisher": "Pleiades Publishing Ltd", "doi": "10.1134/s1990793117010092", "license": [{"URL": "http://www.springer.com/tdm", "start": {"timestamp": 1483228800000, "date-parts": [[2017, 1, 1]], "date-time": "2017-01-01T00:00:00Z"}, "content-version": "vor", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1134/s1990793117010092", "issn": [{"type": "print", "value": "1990-7931"}, {"type": "electronic", "value": "1990-7923"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Broadband infrared photoluminescence of TlCdI3 iodide doped with bismuth"], "funder": null, "datasourcePrefix": "crossref____"}
475
{"best_oa_location_url": "", "issued": "2017-8-9", "abstract": [], "objIdentifier": "7cfe6483141d4470a12a38098ae35285", "pissn": "0119-5646", "subject": ["Education"], "eissn": "2243-7908", "author": [{"affiliation": [], "given": "Mansoor", "family": "Tavakoli"}, {"affiliation": [], "given": "Reza", "family": "Zabihi"}, {"affiliation": [], "given": "Momene", "family": "Ghadiri"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2017-8-9", "link": [{"URL": "http://link.springer.com/article/10.1007/s40299-017-0353-2/fulltext.html", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/html"}, {"URL": "http://link.springer.com/content/pdf/10.1007/s40299-017-0353-2.pdf", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}, {"URL": "http://link.springer.com/content/pdf/10.1007/s40299-017-0353-2.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "application/pdf"}], "published-print": "2017-12", "accepted": null, "publisher": "Springer Nature", "doi": "10.1007/s40299-017-0353-2", "license": [{"URL": "http://www.springer.com/tdm", "start": {"timestamp": 1502236800000, "date-parts": [[2017, 8, 9]], "date-time": "2017-08-09T00:00:00Z"}, "content-version": "unspecified", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1007/s40299-017-0353-2", "issn": [{"type": "print", "value": "0119-5646"}, {"type": "electronic", "value": "2243-7908"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Response, Resistance, or Restraint: A Triadic Model of Pre-service Teachers’ Perceptions on the (F)utility of Educational Therapy and Life Skills Education in ELT"], "funder": null, "datasourcePrefix": "crossref____"}
476
{"best_oa_location_url": "", "issued": "2013-10-01", "abstract": "We studied moisture determination in bituminous coal and lignitic coal samples using near-infrared (NIR) spectra. This research was developed by applying partial least squares regression (PLS) and discrete wavelet transform (DWT). Firstly, the NIR spectra were pre-processed by DWT for fitting and compression. Then, the compressed data were used to build regression model with PLS for moisture determination in coal samples. Compression performance at different resolution scales was investigated. Using the compressed data, PLS can obtain more accurate result than using raw spectra. The number of principal component in PLS model was investigated too. The results show DWT-PLS can obtain satisfactory determination performance for moisture analysis in bituminous coal and lignitic coal.", "objIdentifier": "a7e952fe77b428f1e146ddeff08445d1", "subject": ["General Engineering"], "accepted": null, "author": [{"affiliation": [], "given": "Xiao Li", "family": "Yang"}, {"affiliation": [], "given": "Fan", "family": "Wang"}, {"affiliation": [], "given": "Wen Chao", "family": "Wang"}, {"affiliation": [], "given": "Yun Xiu", "family": "Chen"}, {"affiliation": [], "given": "Ji Shu", "family": "Chen"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2013-10", "link": [{"URL": "http://www.scientific.net/AMR.827.209.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "eissn": "1662-8985", "publisher": "Trans Tech Publications", "doi": "10.4028/www.scientific.net/amr.827.209", "license": null, "url": "http://dx.doi.org/10.4028/www.scientific.net/amr.827.209", "issn": [{"type": "electronic", "value": "1662-8985"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["DWT-PLS Regression on Near-Infrared Spectra for Moisture Determination of Coal"], "funder": null, "datasourcePrefix": "crossref____"}
477
{"best_oa_location_url": "http://ntur.lib.ntu.edu.tw//bitstream/246246/92224/1/18.pdf", "issued": "2002-10-01", "abstract": "Abstract#R##N##R##N#On the basis of the mixtures composed of CnTMAB/acids/TEOS/water, the mesoporous materials with well-ordered hexagonal structures can be synthesized under acidic condition (pH < 1.0) with a careful control of the silica condensation. However, the induction period time for the formation of surfactant-silica precipitation varied with the employed acid source and decreased in the series: HNO3 < HBr < HCl < H2SO4 at the same acid concentration. Increasing the acid concentration not only induced a fast precipitation rate, but also provoked more nuclei seeds formation and reduced the particle size of the mesoporous silica products. A proper aging time is also significant for getting the well-ordered mesoporous materials via acid route, and a longer aging time would induce a gradual decomposition of the mesostructures. For morphology, in acid synthetic medium, various interesting shell-like curved patterns on the surface of mesoporous silica particles were formed. The physical properties (such as d-spacing, pore size, BET surface area and porosity) of the calcined mesoporous silica are almost not affected by the nature of the acid source, but the pore size of the mesoporous materials can be tailored by varying the chain length of the surfactant. Adding the proper amount of ammonia solution for adjusting the pH value between 8–10 can improve the hexagonal mesostructures order of the mesoporous materials while maintaining the original morphology.", "objIdentifier": "0abf6a64f0037e0f106a37a20f20221a", "pissn": "0009-4536", "subject": ["General Chemistry"], "author": [{"affiliation": [], "given": "Hong-Ping", "family": "Lin"}, {"affiliation": [], "given": "Chin-Lung", "family": "Kuo"}, {"affiliation": [], "given": "Ben-Zu", "family": "Wan"}, {"affiliation": [], "given": "Chung-Yuan", "family": "Mou"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": "2013-9-24", "link": [{"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1002%2Fjccs.200200127", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2002-10", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1002/jccs.200200127", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", "start": {"timestamp": 1441065600000, "date-parts": [[2015, 9, 1]], "date-time": "2015-09-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 4718}], "url": "http://dx.doi.org/10.1002/jccs.200200127", "issn": [{"type": "print", "value": "0009-4536"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Optimum Synthesis of Mesoporous Silica Materials from Acidic Condition"], "funder": null, "datasourcePrefix": "crossref____"}
478
{"best_oa_location_url": "", "issued": "2009-3-01", "abstract": "In this paper we propose an improved sinusoidal modeling method based on perceptual matching pursuits computed in the bark scale for parametric audio coding applications. Complex exponentials compose the overcomplete dictionary for matching pursuits. The main contribution is the minimization of a perceptual distortion measure defined in the bark scale to select the optimum atom at each iteration of the pursuits. Furthermore, a psychoacoustic stopping criterion for the pursuits is presented. The proposed sinusoidal modeling method is suitable to be integrated into a parametric audio coder based on the three-part model of sines, transients and noise (STN model), as can be appreciated in experimental results. Our method provides significant advantages regarding previous works mainly because it operates in the bark scale rather than in frequency domain.", "objIdentifier": "f8b8ae7d366235e14f03d16bf0d9ea58", "pissn": "1051-2004", "subject": ["Signal Processing", "Electrical and Electronic Engineering"], "author": [{"affiliation": [], "given": "P.", "family": "Vera-Candeas"}, {"affiliation": [], "given": "N.", "family": "Ruiz-Reyes"}, {"affiliation": [], "given": "F.", "family": "López-Ferreras"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S1051200408001553?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S1051200408001553?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2009-3", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/j.dsp.2008.10.001", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1235865600000, "date-parts": [[2009, 3, 1]], "date-time": "2009-03-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/j.dsp.2008.10.001", "issn": [{"type": "print", "value": "1051-2004"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Bark scale-based perceptual matching pursuit for improving sinusoidal audio modeling"], "funder": null, "datasourcePrefix": "crossref____"}
479
{"best_oa_location_url": "", "issued": "1977-3-01", "abstract": "ABSTRACT Broadcast material in areas of media studies has now been available to schools since the 1960's. The author describes the history of media education at secondary level in Britain, the potential influence of educational broadcasters in the field, and recent developments in media studies output by the broadcasting organisations.", "objIdentifier": "94b9a2a0e011e70da3ff258ac7a85ffc", "pissn": "0260-7417", "subject": ["Media Technology", "Education"], "author": [{"affiliation": [], "given": "David", "family": "Hall"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2006-8-16", "link": [{"URL": "http://www.tandfonline.com/doi/pdf/10.1080/10256018808623883", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1977-3", "accepted": null, "publisher": "Informa UK Limited", "doi": "10.1080/1358165770030104", "license": null, "url": "http://dx.doi.org/10.1080/1358165770030104", "issn": [{"type": "print", "value": "0260-7417"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["MEDIA STUDIES AND THE ROLE OF EDUCATIONAL BROADCASTING"], "funder": null, "datasourcePrefix": "crossref____"}
480
{"best_oa_location_url": "", "issued": "2007-8-8", "abstract": "The sliding subcutaneous pedicle V–Y flap is an established method for reconstructing soft tissue defects of the face. The authors describe a modification utilising extension limbs that are closed together in a pincer-like fashion, recruiting skin lateral to the defect. The edges of the flap are curved to provide an element of rotation. A series of 15 consecutive patients who underwent this procedure were studied prospectively. The flap was found to be versatile and useful for defects up to 2.5 cm in diameter. Two flaps developed minor tip necrosis but healed satisfactorily. This flap is another useful addition to the armamentarium of the plastic surgeon and may be suited to situations when tissue laxity is less than would be ideal for a standard V–Y flap.", "objIdentifier": "82f88cf9dcd0609f8d88526e1b6d918b", "pissn": "0930-343X", "subject": ["Surgery"], "eissn": "1435-0130", "author": [{"affiliation": [], "given": "Darren L.", "family": "Chester"}, {"affiliation": [], "given": "O. Garth", "family": "Titley"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2007-8-8", "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/s00238-007-0149-3", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2007-9-18", "accepted": null, "publisher": "Springer Nature", "doi": "10.1007/s00238-007-0149-3", "license": null, "url": "http://dx.doi.org/10.1007/s00238-007-0149-3", "issn": [{"type": "print", "value": "0930-343X"}, {"type": "electronic", "value": "1435-0130"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["The ‘Pincer flap’ and its use in facial reconstruction"], "funder": null, "datasourcePrefix": "crossref____"}
481
{"best_oa_location_url": "", "issued": "2005", "abstract": [], "objIdentifier": "8ca3fa12741788d1eecebb37a13601d1", "subject": null, "accepted": null, "author": [{"affiliation": [{"name": "Okayama University"}], "given": "Shunsuke", "family": "MATSUBARA"}, {"affiliation": [{"name": "Okayama University"}], "given": "Seiichi", "family": "WASHIO"}, {"affiliation": [{"name": "Okayama University"}], "given": "Satoshi", "family": "TAKAHASHI"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "https://www.jstage.jst.go.jp/article/jsmecs/2005.43/0/2005.43_299/_pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2005", "eissn": "2424-2764", "publisher": "Japan Society of Mechanical Engineers", "doi": "10.1299/jsmecs.2005.43.299", "license": null, "url": "http://dx.doi.org/10.1299/jsmecs.2005.43.299", "issn": [{"type": "electronic", "value": "2424-2764"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["812 Numerical and experimental study of separation flow in an expanding flow"], "funder": null, "datasourcePrefix": "crossref____"}
482
{"best_oa_location_url": "", "issued": "2016", "abstract": [], "objIdentifier": "b90b595fa569d5773349c7526f7bd7ce", "subject": null, "author": [{"affiliation": [], "given": "Alexis", "family": "Herr"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://link.springer.com/content/pdf/10.1007/978-1-137-59898-1_8", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2016", "accepted": null, "publisher": "Palgrave Macmillan US", "doi": "10.1007/978-1-137-59898-1_8", "license": [{"URL": "http://www.springer.com/tdm", "start": {"timestamp": 1451606400000, "date-parts": [[2016, 1, 1]], "date-time": "2016-01-01T00:00:00Z"}, "content-version": "vor", "delay-in-days": 0}, {"URL": "http://www.springer.com/tdm", "start": {"timestamp": 1451606400000, "date-parts": [[2016, 1, 1]], "date-time": "2016-01-01T00:00:00Z"}, "content-version": "vor", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1007/978-1-137-59898-1_8", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Conclusion"], "funder": null, "datasourcePrefix": "crossref____"}
483
{"best_oa_location_url": "", "issued": "2008-1-01", "abstract": [], "objIdentifier": "059958164ae351559c2671b2bb6ee7fa", "subject": null, "author": [{"affiliation": [], "given": "Amitav", "family": "Acharya"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": "2011-10-24", "link": null, "published-print": "2008-1", "accepted": null, "publisher": "WORLD SCIENTIFIC", "doi": "10.1142/9789812771346_0007", "license": null, "url": "http://dx.doi.org/10.1142/9789812771346_0007", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["“Chinese Checkers?” India's Look East Policy"], "funder": null, "datasourcePrefix": "crossref____"}
484
{"best_oa_location_url": "http://doi.org/10.1016/s0186-6028(13)70992-7", "issued": "2013-5-01", "abstract": "This paper discusses biopolitics, production and reproduction of the labor force, based on the interpretation of interviews carried out during 2010 with agribusiness workers, the majority of whom were women of the VI and VII regions in Chile. Beyond a diagnose of the deployment of domination technologies tatooing the bodies and subjectivities involved in food production, both industrial and domestic, we foreground sexual and gender protagonisms in the profound social, economic and political transformations implied by market economies. Chile is a country where the State was fundamentally reduced to “politics of death” during the Pinochet Dictatorship, and selectively so during the Post Dictatorial period.", "objIdentifier": "f8720b9c7fbc63c43057c0c64e426fca", "pissn": "0186-6028", "subject": null, "author": [{"affiliation": [], "given": "Kemy", "family": "Oyarzún"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0186602813709927?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S0186602813709927?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2013-5", "accepted": null, "publisher": "Universidad Nacional Autonoma de Mexico", "doi": "10.1016/s0186-6028(13)70992-7", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1367366400000, "date-parts": [[2013, 5, 1]], "date-time": "2013-05-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}, {"URL": "http://creativecommons.org/licenses/by-nc-nd/4.0/", "start": {"timestamp": 1444348800000, "date-parts": [[2015, 10, 9]], "date-time": "2015-10-09T00:00:00Z"}, "content-version": "vor", "delay-in-days": 891}], "url": "http://dx.doi.org/10.1016/s0186-6028(13)70992-7", "issn": [{"type": "print", "value": "0186-6028"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Madrigueras de piel y de casa: Cuerpos, sujetos y territorios políticos en Chile"], "funder": null, "datasourcePrefix": "crossref____"}
485
{"best_oa_location_url": "", "issued": "2001-1-01", "abstract": [], "objIdentifier": "5c71b203b27b4647b2453953800a9531", "pissn": "0144-3615", "subject": ["Obstetrics and Gynaecology"], "eissn": "1364-6893", "author": [{"affiliation": [], "given": "F. M. S.", "family": "Basama"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2009-7-2", "link": [{"URL": "http://www.tandfonline.com/doi/pdf/10.1080/01443610120085573", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2001-1", "accepted": null, "publisher": "Informa UK Limited", "doi": "10.1080/01443610120085573", "license": null, "url": "http://dx.doi.org/10.1080/01443610120085573", "issn": [{"type": "print", "value": "0144-3615"}, {"type": "electronic", "value": "1364-6893"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Audit: women's perception of transvaginal sonography in an early pregnancy assessment unit"], "funder": null, "datasourcePrefix": "crossref____"}
486
{"issued": "2001-6-01", "abstract": [], "objIdentifier": "7ae743310112353491a21ec57ac4cedc", "pissn": "0141-0768", "subject": ["General Medicine"], "accepted": null, "author": [{"affiliation": [{"name": "Reproductive &amp; Sexual Health Service, East &amp; North Hertfordshire NHS Trust, UK"}], "given": "Sam", "family": "Rowlands"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2017-11-23", "link": [{"URL": "http://journals.sagepub.com/doi/pdf/10.1177/014107680109400621", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}, {"URL": "http://journals.sagepub.com/doi/pdf/10.1177/014107680109400621", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2001-6", "eissn": "1758-1095", "publisher": "SAGE Publications", "doi": "10.1177/014107680109400621", "license": [{"URL": "http://journals.sagepub.com/page/policies/text-and-data-mining-license", "start": {"timestamp": 991353600000, "date-time": "2001-06-01T00:00:00Z", "date-parts": [[2001, 6, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1177/014107680109400621", "issn": [{"type": "print", "value": "0141-0768"}, {"type": "electronic", "value": "1758-1095"}], "collectedFrom": [{"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Book Review: Human Reproduction: Pharmaceutical and Technical AdvancesHuman Reproduction: Pharmaceutical and Technical Advances (British Medical Bulletin 2000,Vol.56, No.3) Editors: MillarRobert, BairdDavid T842 pp Price £34.95/US$57 ISBN 1-85315-458-X (p/b) London: RSM Press for the British Council, 2000"], "funder": null, "datasourcePrefix": "crossref____"}
487
{"best_oa_location_url": "", "issued": "1995-6-01", "abstract": "The failure of the United States to enact comprehensive national health-care reform in 1994 was disappointing to many social welfare policy analysts. Recent collections of essays by Victor Fuchs, Theodore Marmor, and David Mechanic suggest, however, that there are large barriers to achieving comprehensive health-care reforms in the United States and the immediate prospects for universal health insurance for Americans are poor. While other countries have developed health-care systems that are superior to the American model, transitioning from our current system will be difficult. There are, however, incremental steps that can and should be taken to improve the U.S. health-care system.", "objIdentifier": "4bfc2b3c0fd56a2d7243f4d20c530ad6", "pissn": "0037-7961", "subject": ["Sociology and Political Science"], "eissn": "1537-5404", "author": [{"affiliation": [], "given": "Henry S.", "family": "Webber"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.journals.uchicago.edu/doi/pdf/10.1086/604119", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1995-6", "accepted": null, "publisher": "University of Chicago Press", "doi": "10.1086/604119", "license": null, "url": "http://dx.doi.org/10.1086/604119", "issn": [{"type": "print", "value": "0037-7961"}, {"type": "electronic", "value": "1537-5404"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["The Failure of Health-Care Reform: An Essay Review"], "funder": null, "datasourcePrefix": "crossref____"}
488
{"best_oa_location_url": "", "issued": "2009-8-12", "abstract": "A 38 year old woman booked for antenatal care in her second pregnancy. Her first baby had been delivered by emergency caesarean section after failed induction of labour. She had an uncomplicated antenatal course and hoped to achieve a vaginal delivery. At 39 weeks’ gestation she presented in spontaneous labour with regular uterine contractions. The fetus was of average size and in a cephalic presentation, with two fifths of the head palpable abdominally. On vaginal examination, the cervix was 5 cm dilated and clear liquor was draining. She was reassessed after two hours and had progressed to 9 cm dilation with the vertex 2 cm above the ischial spines. The cardiotocograph at that time was reassurring.#N##N#The obstetric registrar was called to review the patient 20 minutes later because of deep late decelerations on the cardiotocograph and fresh vaginal bleeding. On abdominal examination, four fifths of the head was palpable but no scar tenderness was noted. Vaginal examination showed a high presenting part and findings otherwise unchanged from the previous examination.#N##N#A liveborn female infant weighing 4.1 kg was delivered by emergency caesarean section. Apgar scores were 5 at one minute and 8 at five minutes. The cord blood results were abnormal (pH artery 6.9, base excess −14.6; pH vein 7.0, base excess −12.4).#N##N#The mother was transferred to the high dependency unit after delivery for 24 hours and made a good recovery. She was discharged on day 6. The baby was discharged on day 12 with arrangements for neurodevelopmental follow-up.#N##N##N##N#### Short answers", "objIdentifier": "51d386e1fecf3dd27899025e2641b097", "pissn": "0959-8138", "subject": ["General Medicine"], "eissn": "1468-5833", "author": [{"affiliation": [], "given": "N.", "family": "Barrett"}, {"affiliation": [], "given": "S. R", "family": "Sheehan"}, {"affiliation": [], "given": "D. J", "family": "Murphy"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2009-8-12", "link": [{"URL": "https://syndication.highwire.org/content/doi/10.1136/bmj.b2979", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2009-8-12", "accepted": null, "publisher": "BMJ", "doi": "10.1136/bmj.b2979", "license": null, "url": "http://dx.doi.org/10.1136/bmj.b2979", "issn": [{"type": "print", "value": "0959-8138"}, {"type": "electronic", "value": "1468-5833"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["A complication after a previous caesarean section"], "funder": null, "datasourcePrefix": "crossref____"}
489
{"best_oa_location_url": "", "issued": "1960-11-01", "abstract": "In summary, then, our general conclusions are: (1) Populations of producers, carnivores, and decomposers are limited by their respective resources in the classical density-dependent fashion. (2) Interspecific competition must necessarily exist among the members of each of these three trophic levels. (3) Herbivores are seldom food-limited, appear most often to be predator-limited, and therefore are not likely to compete for common resources.", "objIdentifier": "af81b67b04ebdf327bed5fd7eeeab8c9", "pissn": "0003-0147", "subject": ["Ecology, Evolution, Behavior and Systematics"], "eissn": "1537-5323", "author": [{"affiliation": [], "given": "Nelson G.", "family": "Hairston"}, {"affiliation": [], "given": "Frederick E.", "family": "Smith"}, {"affiliation": [], "given": "Lawrence B.", "family": "Slobodkin"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.journals.uchicago.edu/doi/pdf/10.1086/282146", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1960-11", "accepted": null, "publisher": "University of Chicago Press", "doi": "10.1086/282146", "license": null, "url": "http://dx.doi.org/10.1086/282146", "issn": [{"type": "print", "value": "0003-0147"}, {"type": "electronic", "value": "1537-5323"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Community Structure, Population Control, and Competition"], "funder": null, "datasourcePrefix": "crossref____"}
490
{"best_oa_location_url": "", "issued": "2008-9-5", "abstract": "The effect of a sulfur source on the performance and metal retention of methanol-fed upflow anaerobic sludge bed (UASB) reactors was investigated. For this purpose, two UASB reactors were operated with cobalt preloaded granular sludge (1 mM CoCl 2 ; 30 °C; 24 h) at an organic loading rate (OLR) of 5 g COD-L reactor -1 .d -1 . One UASB reactor (R1) was operated without a sulfur source in the influent during the first 37 days. In this period the methanol conversion to methane remained very poor, apparently due to the absence of a sulfur source, because once cysteine, a sulfur-containing amino acid, was added to the influent of R1 (day 37) a full conversion of methanol to methane occurred within 6 days. The second reactor (R2) was operated with sulfate (0.41 mM) in the influent during the first 86 days of operation, during which no limitation in the methanol conversion to methane manifested. Cobalt washed out from the sludge at similar rates in both reactors. The leaching of cobalt occurred at two distinct rates, first at a high rate of 22 μg.g TSS -1 .d -1 , which proceeded mainly from the exchangeable and carbonate fraction and later at a relatively slow rate of 9 μg.g TSS -1 .d -1  from the organic/sulfide fraction. This study showed that the supply of the sulfur source L-cysteine has a pronounced positive effect on the methanogenic activity and the retention of metals such as iron, zinc and molybdenum.", "objIdentifier": "6833ca41f2f52086a61b4d0d916b291f", "pissn": "8756-7938", "subject": ["Biotechnology"], "author": [{"affiliation": [], "given": "Marcel H.", "family": "Zandvoort"}, {"ORCID": "0000-0002-1519-1925", "affiliation": [], "given": "Eric D.", "family": "Van Hullebusch"}, {"affiliation": [], "given": "Jarno", "family": "Gieteling"}, {"affiliation": [], "given": "Gatze", "family": "Lettinga"}, {"affiliation": [], "given": "Piet N. L.", "family": "Lens"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2008-9-5", "link": [{"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1021%2Fbp0500462", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1021/bp0500462", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", "start": {"timestamp": 1441065600000, "date-parts": [[2015, 9, 1]], "date-time": "2015-09-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 2552}], "url": "http://dx.doi.org/10.1021/bp0500462", "issn": [{"type": "print", "value": "8756-7938"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Effect of Sulfur Source on the Performance and Metal Retention of Methanol-Fed UASB Reactors"], "funder": null, "datasourcePrefix": "crossref____"}
491
{"best_oa_location_url": "", "issued": "1968-12-01", "abstract": [], "objIdentifier": "b9d28bc3b3253b58e10656c229f763e2", "pissn": "0022-5533", "subject": null, "author": [{"affiliation": [{"name": " University of Wisconsin"}], "given": "Steven H.", "family": "Chaffee"}, {"affiliation": [{"name": " Mass Communication Research Center"}], "given": "Jack M.", "family": "McLeod"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2016-8-29", "link": [{"URL": "http://journals.sagepub.com/doi/pdf/10.1177/107769906804500406", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}, {"URL": "http://journals.sagepub.com/doi/pdf/10.1177/107769906804500406", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1968-12", "accepted": null, "publisher": "SAGE Publications", "doi": "10.1177/107769906804500406", "license": [{"URL": "http://journals.sagepub.com/page/policies/text-and-data-mining-license", "start": {"timestamp": -34214400000, "date-parts": [[1968, 12, 1]], "date-time": "1968-12-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1177/107769906804500406", "issn": [{"type": "print", "value": "0022-5533"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Sensitization in Panel Design: A Coorientational Experiment"], "funder": null, "datasourcePrefix": "crossref____"}
492
{"best_oa_location_url": "", "issued": "2013-8-27", "abstract": "Abstract#R##N##R##N#Tuberous sclerosis complex (TSC) is caused by a mutation in the TSC1 or TSC2 genes. However, 15% of patients have no mutation identified. Tubers and subependymal nodules (SENs) are the typical brain lesions in TSC and are present in 90–95% of patients. The objective of this study is to characterize the specific genotype–phenotype of patients without these lesions. We analyzed the features of 11 patients without typical TSC neuroanatomic features. Ten had TSC1/TSC2 mutational analysis, which was negative. Clinically they had lesions thought to be of neural crest (NC) origin, such as hypomelanotic macules, facial angiofibromas, cardiac rhabdomyomas, angiomyolipomas, and lymphangioleiomyomatosis. We hypothesize that patients without tubers and SENs reflect mosaicism caused by a mutation in TSC1 or TSC2 in a NC cell during embryonic development. This may explain the negative results in TSC1 and TSC2 testing in DNA from peripheral leukocytes.", "objIdentifier": "26659a622eb75bb0b9916c04753d38bd", "pissn": "0009-9163", "subject": ["Genetics(clinical)", "Genetics"], "author": [{"affiliation": [{"name": "Department of Neurology; Herscot Center for TSC, Massachusetts General Hospital; Boston MA USA"}, {"name": "Department of Pediatric Neurology; Vall d' Hebron Hospital, Universitat Autònoma de Barcelona; Barcelona Spain"}], "given": "S.", "family": "Boronat"}, {"affiliation": [{"name": "Department of Neurology; Herscot Center for TSC, Massachusetts General Hospital; Boston MA USA"}], "given": "E.A.", "family": "Shaaya"}, {"affiliation": [{"name": "Department of Neurology; Herscot Center for TSC, Massachusetts General Hospital; Boston MA USA"}], "given": "C.M.", "family": "Doherty"}, {"affiliation": [{"name": "Department of Neuroradiology; Massachusetts General Hospital; Boston MA USA"}], "given": "P.", "family": "Caruso"}, {"affiliation": [{"name": "Department of Neurology; Herscot Center for TSC, Massachusetts General Hospital; Boston MA USA"}], "given": "E.A.", "family": "Thiele"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2013-8-27", "link": [{"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1111%2Fcge.12245", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2014-8", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1111/cge.12245", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", "start": {"timestamp": 1441065600000, "date-parts": [[2015, 9, 1]], "date-time": "2015-09-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 735}], "url": "http://dx.doi.org/10.1111/cge.12245", "issn": [{"type": "print", "value": "0009-9163"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Tuberous sclerosis complex without tubers and subependymal nodules: a phenotype-genotype study"], "funder": null, "datasourcePrefix": "crossref____"}
493
{"best_oa_location_url": "", "issued": "2017-8-19", "abstract": [], "objIdentifier": "0d4d74c9423daed83fea5c1661448cea", "pissn": "0094-8276", "subject": ["General Earth and Planetary Sciences", "Geophysics"], "author": [{"ORCID": "http://orcid.org/0000-0002-6635-9214", "authenticated-orcid": false, "given": "D.-S.", "family": "Han", "affiliation": [{"name": "SOA Key Laboratory for Polar Science; Polar Research Institute of China; Shanghai China"}]}, {"ORCID": "http://orcid.org/0000-0003-0500-1056", "authenticated-orcid": false, "given": "J.-X.", "family": "Li", "affiliation": [{"name": "Department of Atmospheric and Oceanic Sciences; University of California; Los Angeles California USA"}]}, {"ORCID": "http://orcid.org/0000-0003-3126-4394", "authenticated-orcid": false, "given": "Y.", "family": "Nishimura", "affiliation": [{"name": "Department of Atmospheric and Oceanic Sciences; University of California; Los Angeles California USA"}, {"name": "Department of Electrical and Computer Engineering and Center for Space Physics; Boston University; Boston Massachusetts USA"}]}, {"ORCID": "http://orcid.org/0000-0002-9867-3638", "authenticated-orcid": false, "given": "L. R.", "family": "Lyons", "affiliation": [{"name": "Department of Atmospheric and Oceanic Sciences; University of California; Los Angeles California USA"}]}, {"ORCID": "http://orcid.org/0000-0001-8811-8836", "authenticated-orcid": false, "given": "J.", "family": "Bortnik", "affiliation": [{"name": "Department of Atmospheric and Oceanic Sciences; University of California; Los Angeles California USA"}]}, {"ORCID": "http://orcid.org/0000-0002-9964-8469", "authenticated-orcid": false, "given": "M.", "family": "Zhou", "affiliation": [{"name": "Department of Physics and Astronomy; University of California; Los Angeles California USA"}]}, {"affiliation": [{"name": "SOA Key Laboratory for Polar Science; Polar Research Institute of China; Shanghai China"}], "given": "J.-J.", "family": "Liu"}, {"ORCID": "http://orcid.org/0000-0003-2448-2094", "authenticated-orcid": false, "given": "Z.-J.", "family": "Hu", "affiliation": [{"name": "SOA Key Laboratory for Polar Science; Polar Research Institute of China; Shanghai China"}]}, {"ORCID": "http://orcid.org/0000-0001-8175-5648", "authenticated-orcid": false, "given": "H.-Q.", "family": "Hu", "affiliation": [{"name": "SOA Key Laboratory for Polar Science; Polar Research Institute of China; Shanghai China"}]}, {"ORCID": "http://orcid.org/0000-0002-9163-6535", "authenticated-orcid": false, "given": "H.-G.", "family": "Yang", "affiliation": [{"name": "SOA Key Laboratory for Polar Science; Polar Research Institute of China; Shanghai China"}]}, {"ORCID": "http://orcid.org/0000-0003-4101-7901", "authenticated-orcid": false, "given": "S. A.", "family": "Fuselier", "affiliation": [{"name": "Southwest Research Institute; San Antonio Texas USA"}, {"name": "Department of Physics and Astronomy; University of Texas at San Antonio; San Antonio Texas USA"}]}, {"ORCID": "http://orcid.org/0000-0003-2713-7966", "authenticated-orcid": false, "given": "O.", "family": "Le Contel", "affiliation": [{"name": "Laboratoire de Physique des Plasmas; Paris France"}]}, {"ORCID": "http://orcid.org/0000-0002-3096-8579", "authenticated-orcid": false, "given": "R. E.", "family": "Ergun", "affiliation": [{"name": "Department of Astrophysical and Planetary Sciences; University of Colorado Boulder; Boulder Colorado USA"}, {"name": "Laboratory of Atmospheric and Space Physics; University of Colorado Boulder; Boulder Colorado USA"}]}, {"ORCID": "http://orcid.org/0000-0003-1191-1558", "authenticated-orcid": false, "given": "D.", "family": "Malaspina", "affiliation": [{"name": "Laboratory of Atmospheric and Space Physics; University of Colorado Boulder; Boulder Colorado USA"}]}, {"ORCID": "http://orcid.org/0000-0001-5617-9765", "authenticated-orcid": false, "given": "P.-A.", "family": "Lindqvist", "affiliation": [{"name": "School of Electrical Engineering; KTH Royal Institute of Technology; Stockholm Sweden"}]}, {"ORCID": "http://orcid.org/0000-0001-9228-6605", "authenticated-orcid": false, "given": "C. J.", "family": "Pollock", "affiliation": [{"name": "Denali Scientific; Healy Alaska USA"}]}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2017-8-19", "link": [{"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1002%2F2017GL074447", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}, {"URL": "http://api.wiley.com/onlinelibrary/chorus/v1/articles/10.1002%2F2017GL074447", "intended-application": "syndication", "content-version": "am", "content-type": "application/pdf"}, {"URL": "http://onlinelibrary.wiley.com/wol1/doi/10.1002/2017GL074447/fullpdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2017-8-28", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1002/2017gl074447", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", "start": {"timestamp": 1503100800000, "date-time": "2017-08-19T00:00:00Z", "date-parts": [[2017, 8, 19]]}, "content-version": "tdm", "delay-in-days": 0}, {"URL": "http://onlinelibrary.wiley.com/termsAndConditions#am", "start": {"timestamp": 1534636800000, "date-time": "2018-08-19T00:00:00Z", "date-parts": [[2018, 8, 19]]}, "content-version": "am", "delay-in-days": 365}, {"URL": "http://onlinelibrary.wiley.com/termsAndConditions#vor", "start": {"timestamp": 1503100800000, "date-time": "2017-08-19T00:00:00Z", "date-parts": [[2017, 8, 19]]}, "content-version": "vor", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1002/2017gl074447", "issn": [{"type": "print", "value": "0094-8276"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Coordinated observations of two types of diffuse auroras near magnetic local noon by Magnetospheric Multiscale mission and ground all-sky camera"], "funder": [{"doi-asserted-by": "publisher", "DOI": "10.13039/501100001809", "name": "National Natural Science Foundation of China", "award": ["41674169", "41431072", "41374161"]}, {"doi-asserted-by": "publisher", "DOI": "10.13039/501100008982", "name": "National Science Foundation", "award": ["PLR-1341359", "AGS-1451911"]}, {"doi-asserted-by": "publisher", "DOI": "10.13039/100000181", "name": "Air Force Office of Scientific Research", "award": ["FA9550-15-1-0179"]}, {"name": "CHINARE", "award": []}], "datasourcePrefix": "crossref____"}
494
{"best_oa_location_url": "http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2397485", "issued": "2008-4-8", "abstract": "The yeast SM22 homologue Scp1 has previously been shown to act as an actin-bundling protein in vitro. In cells, Scp1 localizes to the cortical actin patches that form as part of the invagination process during endocytosis, and its function overlaps with that of the well characterized yeast fimbrin homologue Sac6p. In this work we have used live cell imaging to demonstrate the importance of key residues in the Scp1 actin interface. We have defined two actin binding domains within Scp1 that allow the protein to both bind and bundle actin without the need for dimerization. Green fluorescent protein-tagged mutants of Scp1 also indicate that actin localization does not require the putative phosphorylation site Ser-185 to be functional. Deletion of SCP1 has few discernable effects on cell growth and morphology. However, we reveal that scp1 deletion is compensated for by up-regulation of Sac6. Furthermore, Scp1 levels are increased in the absence of sac6. The presence of compensatory pathways to up-regulate Sac6 or Scp1 levels in the absence of the other suggest that maintenance of sufficient bundling activity is critical within the cell. Analysis of cortical patch assembly and movement during endocytosis reveals a previously undetected role for Scp1 in movement of patches away from the plasma membrane. Additionally, we observe a dramatic increase in patch lifetime in a strain lacking both sac6 and scp1, demonstrating the central role played by actin-bundling proteins in the endocytic process.", "objIdentifier": "59a90bbed3142d0f923d0c934118a49c", "pissn": "0021-9258", "subject": ["Cell Biology", "Biochemistry", "Molecular Biology"], "eissn": "1083-351X", "author": [{"affiliation": [], "given": "Dana M.", "family": "Gheorghe"}, {"affiliation": [], "given": "Soheil", "family": "Aghamohammadzadeh"}, {"affiliation": [], "given": "Iwona I. Smaczynska-de", "family": "Rooij"}, {"affiliation": [], "given": "Ellen G.", "family": "Allwood"}, {"affiliation": [], "given": "Steve J.", "family": "Winder"}, {"affiliation": [], "given": "Kathryn R.", "family": "Ayscough"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": "2008-4-8", "link": [{"URL": "https://syndication.highwire.org/content/doi/10.1074/jbc.M710332200", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2008-5-30", "accepted": null, "publisher": "American Society for Biochemistry & Molecular Biology (ASBMB)", "doi": "10.1074/jbc.m710332200", "license": null, "url": "http://dx.doi.org/10.1074/jbc.m710332200", "issn": [{"type": "print", "value": "0021-9258"}, {"type": "electronic", "value": "1083-351X"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Interactions between the Yeast SM22 Homologue Scp1 and Actin Demonstrate the Importance of Actin Bundling in Endocytosis"], "funder": null, "datasourcePrefix": "crossref____"}
495
{"best_oa_location_url": "", "issued": "2007", "abstract": "Wall-pasted cell segmentation plays an important role in ectogenetic anti-virus experiment. Traditional Gabor filter (TGF) has been introduced to enhance the cell boundaries, which resulted in a reasonable segmentation. However, the boundaries are of arbitrary orientations, which make the orientation selectivity of TGFs become a computational burden, because Gabor filters of six or more orientations are needed to sufficiently sample the orientation domain. Moreover, although TGFs can enhance the boundaries, they are not suitable for enhancing or extracting the features of the wall-pasted cells. In this paper, circular Gabor filter (CGF) bank is newly proposed to extract the features of both the cells and the boundaries. CGFs of lower radial frequencies is suitable for extracting the features of the cells' bodies, while that of higher radial frequencies can extract the features of the boundaries of different orientations, because CGF own the property of rotation invariant. Another priority of the CGF is that the filter design is easier than that of TGF, because there are fewer parameters to deal with. A popular Gabor filter bank design method is introduced and applied to the design of CGF bank, which is then used to extract the features of the wall-pasted cell. Satisfactory segmentation of the cells are obtained by clustering the feature vectors using K-means clustering, and the scheme is quite robust to the variances of the parameters of the CGF bank.", "objIdentifier": "115f5f879f8dee31e2af8e918273bfa1", "subject": null, "author": [{"affiliation": [], "family": "Sai-Cong Xu"}, {"affiliation": [], "family": "Nong-Liang Sun"}, {"affiliation": [], "family": "Mao-Yong Cao"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0004", "value": "Conference object"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://xplorestaging.ieee.org/ielx5/4420623/4421676/04421734.pdf?arnumber=4421734", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2007", "accepted": null, "publisher": "IEEE", "doi": "10.1109/icwapr.2007.4421734", "license": null, "url": "http://dx.doi.org/10.1109/icwapr.2007.4421734", "issn": null, "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Wall-pasted cell segmentation based on circular Gabor filter bank"], "funder": null, "datasourcePrefix": "crossref____"}
496
{"best_oa_location_url": "", "issued": "2017-4-24", "abstract": [], "objIdentifier": "f875d91d3c13792a703e56affe037600", "subject": null, "author": [{"affiliation": [{"name": "Utsunomiya Univ. (Japan)"}], "given": "Yoshio", "family": "Hayasaki"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0004", "value": "Conference object"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2017-4-24", "accepted": null, "publisher": "SPIE", "doi": "10.1117/12.2251397", "license": null, "url": "http://dx.doi.org/10.1117/12.2251397", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["\nHolographic femtosecond laser processing and its application to biological materials (Conference Presentation)\n"], "funder": null, "datasourcePrefix": "crossref____"}
497
{"best_oa_location_url": "", "issued": "2000-1-01", "abstract": [], "objIdentifier": "6ed3ee21cb5c18b5fbd94fff658da7d1", "pissn": "0360-3016", "subject": ["Cancer Research", "Oncology", "Radiation", "Radiology Nuclear Medicine and imaging"], "author": [{"affiliation": [], "given": "R", "family": "Pegler"}, {"affiliation": [], "given": "S", "family": "Robson"}, {"affiliation": [], "given": "E", "family": "Chow"}, {"affiliation": [], "given": "C", "family": "Danjoux"}, {"affiliation": [], "given": "E", "family": "Franssen"}, {"affiliation": [], "given": "G", "family": "Thomas"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0360301600804691?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S0360301600804691?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2000-1", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/s0360-3016(00)80469-1", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 946684800000, "date-parts": [[2000, 1, 1]], "date-time": "2000-01-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/s0360-3016(00)80469-1", "issn": [{"type": "print", "value": "0360-3016"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["New technology on radiation therapy treatment units … does it make a difference?"], "funder": null, "datasourcePrefix": "crossref____"}
498
{"best_oa_location_url": "", "issued": "2001-1-01", "abstract": [], "objIdentifier": "df9fce9fcb9d6a8ce0f75083726bebcb", "pissn": "0003-7982", "subject": ["Literature and Literary Theory"], "eissn": "1613-0642", "author": [{"affiliation": [], "given": "WOLFGANG", "family": "LANGE"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "https://www.degruyter.com/view/j/arca.2001.36.issue-1/arca.2001.36.1.118/arca.2001.36.1.118.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2001-1", "accepted": null, "publisher": "Walter de Gruyter GmbH", "doi": "10.1515/arca.2001.36.1.118", "license": null, "url": "http://dx.doi.org/10.1515/arca.2001.36.1.118", "issn": [{"type": "print", "value": "0003-7982"}, {"type": "electronic", "value": "1613-0642"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Zwischen Petersburg und Wien: der Zufall, oder Andrej Belyj und Robert Musil"], "funder": null, "datasourcePrefix": "crossref____"}
499
{"best_oa_location_url": "", "issued": "2010", "abstract": "A bulk acoustic system sensor device has been developed to detect several types of organic vapors. The system are consists metaloporphyrin thin films coated onto quartz crystal surface by using Langmuir Blodgett (LB) technique. The sensing was based on the changes of the fundamental frequency of the quartz crystal due to addition of mass upon exposure LB thin films towards organic vapors. This paper report the used of 2 nitro‐5, 10, 15, 20‐tetraphenyl ‐21H, 23H porphyrin copper(III) to detect several types of vapor such as cyclohexane, hexane, benzene and o‐xylene. It was found that the thin films were sensitive to the present of gases by reducing the crystal frequency. The experiment through out nitrogen flow shows higher sensitivity compared to experiment without using nitrogen flow. This thin films showed good stability and reversibility when the vapors were removed from the system.", "objIdentifier": "50f8641fdcd7bb89a2fc47ba8e4efd6e", "subject": null, "author": [{"affiliation": [], "given": "Ruziana", "family": "Mohamed"}, {"affiliation": [], "given": "Muhamad Mat", "family": "Salleh"}, {"affiliation": [], "given": "Muhammad", "family": "Yahaya"}, {"affiliation": [], "given": "A. K.", "family": "Yahya"}, {"affiliation": [], "given": "Shah", "family": "Alam"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0004", "value": "Conference object"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2010", "accepted": null, "publisher": "AIP", "doi": "10.1063/1.3469730", "license": null, "url": "http://dx.doi.org/10.1063/1.3469730", "issn": null, "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Detection of Hazardous Vapor by Using Bulk Acoustic System"], "funder": null, "datasourcePrefix": "crossref____"}
500
{"best_oa_location_url": "", "issued": "1981-1-01", "abstract": "In air conduction audiometry, both pure tone and speech, a problem arises when testing persons with unilateral or substantial bilateral asymmetrical hearing losses because signals of high intensity in the worse ear travel through the skull and stimulate the non-test (better) cochlea. Response by the non-test ear is eliminated by the introduction of a masking noise, but, in order to know when this is necessary and what level of masking is required for a particular signal level, the interaural attenuation of the signal, be it pure tone or speech, for the particular apparatus used must be known.In this study the interaural attenuation for pure tones of 250 Hz to 4 kHz and for Arthur Boothroyd's (AB) isophonemic word lists delivered via TDH-39 receivers in MX41/AR cushions were determined in 11 subjects with unilateral hearing losses. Measuring the ineraural attanuation for pure tones as the difference between the air conduction threshold of the good ear and the shadow threshold measured in the poor ear gave ...", "objIdentifier": "5c76aa25e2d32c498519eee25f35073c", "pissn": "0300-5364", "subject": ["Otorhinolaryngology"], "author": [{"affiliation": [], "given": "Brenda L.", "family": "Smith"}, {"affiliation": [], "given": "Anreas", "family": "Markides"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2009-10-12", "link": [{"URL": "http://www.tandfonline.com/doi/pdf/10.3109/03005368109108954", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1981-1", "accepted": null, "publisher": "Informa UK Limited", "doi": "10.3109/03005368109108954", "license": null, "url": "http://dx.doi.org/10.3109/03005368109108954", "issn": [{"type": "print", "value": "0300-5364"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Interaural Attenuation for Pure Tones and Speech"], "funder": null, "datasourcePrefix": "crossref____"}
501
{"best_oa_location_url": "", "issued": "2017-5-7", "abstract": "Over the past ten years, internationalization of higher education has become a priority in Kazakhstan’s educational policy. The importance of internationalization is reflected by the increasing exchange of students and scientists, the emergence of many international programmes and collaboration of universities, increased funding for students and research projects. This work deals with the internationalization of higher education, therefore, begins with the concept of this phenomenon, explained the role of internationalization of higher education in Kazakhstan, and also discussed the changes occurring in the education system of Kazakhstan and its current state. The accession of Kazakhstan to the Bologna process, as well studied Kazakhstan’s efforts for internationalization of higher education.", "objIdentifier": "f6a2b69bf5188fe27f96bbe0d6349d0e", "subject": null, "accepted": null, "author": [{"affiliation": [], "given": "Dinara", "family": "Bekbauova"}, {"affiliation": [], "given": "Issah", "family": "Iddrisu"}, {"affiliation": [], "given": "Amran Said", "family": "Suleiman"}, {"affiliation": [], "given": "Rathny", "family": "Suy"}, {"affiliation": [], "given": "Aigul", "family": "Islamjanova"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2017-5-7", "link": [{"URL": "http://www.macrothink.org/journal/index.php/jsss/article/viewFile/11018/8952", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}, {"URL": "http://www.macrothink.org/journal/index.php/jsss/article/viewFile/11018/8952", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "eissn": "2329-9150", "publisher": "Macrothink Institute, Inc.", "doi": "10.5296/jsss.v4i2.11018", "license": null, "url": "http://dx.doi.org/10.5296/jsss.v4i2.11018", "issn": [{"type": "electronic", "value": "2329-9150"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Internationalization of Higher Education in Kazakhstan"], "funder": null, "datasourcePrefix": "crossref____"}
502
{"best_oa_location_url": "", "issued": "1988-10-01", "abstract": [], "objIdentifier": "1dba8ca14cad596187389c39b806ffc0", "pissn": "0736-9417", "subject": null, "author": [{"affiliation": [], "given": "Norman", "family": "Bauman"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1988-10", "accepted": null, "publisher": "Mary Ann Liebert Inc", "doi": "10.1089/lms.1988.6.5.1", "license": null, "url": "http://dx.doi.org/10.1089/lms.1988.6.5.1", "issn": [{"type": "print", "value": "0736-9417"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["New ANSI Laser Standard Will Be Laser Safety Officer's Bible"], "funder": null, "datasourcePrefix": "crossref____"}
503
{"best_oa_location_url": "", "issued": "1983-9-01", "abstract": "Abstract   The systemic injection to newborn rats of the mitotic inhibitor vinblastine sulfate (0.25 μg/g s.c., 48 h after birth), produces marked and persistent changes in peripheral sympathetic neurons. Approximately half the neuronal population of the superior cervical ganglia was destroyed already at 16 days of age and this was accompanied by a partial but persistent depletion of noradrenaline (NA) from peripheral organs receiving a rich sympathetic nerve supply such as the heart, salivary glands and spleen. After the systemic injection of vinblastine to newborn rats, the content of NA in several brain regions remained unaltered at 45–60 days of age. To overcome the obstacle that the blood-brain barrier could represent to vinblastine penetration into the brain, the compound was injected directly into the brain of rat pups at 2 days of age (0.25–1.0 μg). When these animals were killed 45–60 days later, no changes were found in the concentration of NA in the cerebral cortex, the spinal cord or the cerebellum but NA levels were increased in the brain stem. Besides producing a partial but persistent peripheral symphatectomy, vinblastine injected either systematically or intracerebrally to new born rats, provides a useful tool for the analysis of similarities and differences between the ontogenesis of central and peripheral NA neurons.", "objIdentifier": "a90c6656f70a6bcd66783ed8bc8e46d4", "pissn": "0014-2999", "subject": ["Pharmacology"], "author": [{"affiliation": [], "given": "Luis María", "family": "Zieher"}, {"affiliation": [], "given": "Guillermo", "family": "Jaim-Etcheverry"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:0014299983900353?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:0014299983900353?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "1983-9", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/0014-2999(83)90035-3", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 431222400000, "date-parts": [[1983, 9, 1]], "date-time": "1983-09-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/0014-2999(83)90035-3", "issn": [{"type": "print", "value": "0014-2999"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Different effects of neonatal vinblastine on peripheral and central noradrenaline neurons"], "funder": null, "datasourcePrefix": "crossref____"}
504
{"best_oa_location_url": "", "issued": "2007-10-01", "abstract": "Aqueous lixiviant is a leach liquour capable of dissolving all or part of ore or concentrate. It plays a critical role in the hydrometallurgical process. Although cyanide leaching of gold and silver has demonstrated success in the industry for 100 years, searching for innovative lixiviants to leach gold, copper, and other heavy metals effectively, economically, and environmentally has never stopped. This paper reviews the aqueous lixiviant’s principle, summarizes the types used in numerous sites, and presents its new applications.", "objIdentifier": "ebcf217439905b3a6e76885089f4ad14", "pissn": "1047-4838", "subject": ["General Engineering", "General Materials Science"], "eissn": "1543-1851", "author": [{"affiliation": [], "given": "Shijie", "family": "Wang"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2007-10-9", "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/s11837-007-0129-x", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2007-10", "accepted": null, "publisher": "Springer Nature", "doi": "10.1007/s11837-007-0129-x", "license": null, "url": "http://dx.doi.org/10.1007/s11837-007-0129-x", "issn": [{"type": "print", "value": "1047-4838"}, {"type": "electronic", "value": "1543-1851"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Aqueous lixiviants: Principle, types, and applications"], "funder": null, "datasourcePrefix": "crossref____"}
505
{"best_oa_location_url": "http://doi.org/10.1167/8.6.1011", "issued": "2010-3-19", "abstract": [], "objIdentifier": "7568c45b61c14b6f3c2ec1595881650a", "subject": ["Ophthalmology", "Sensory Systems"], "accepted": null, "author": [{"affiliation": [], "given": "R.", "family": "Weil"}, {"affiliation": [], "given": "G.", "family": "Rees"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": null, "link": null, "published-print": "2010-3-19", "eissn": "1534-7362", "publisher": "Association for Research in Vision and Ophthalmology (ARVO)", "doi": "10.1167/8.6.1011", "license": null, "url": "http://dx.doi.org/10.1167/8.6.1011", "issn": [{"type": "electronic", "value": "1534-7362"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Perceptual filling-in of an artificial scotoma shows retinotopic specificity in human visual cortex"], "funder": null, "datasourcePrefix": "crossref____"}
506
{"best_oa_location_url": "", "issued": "2017-6-20", "abstract": [], "objIdentifier": "ae06ee971e0264fd95ad2a5ea3d96ad0", "pissn": "0385-7417", "subject": null, "eissn": "1349-6964", "author": [{"affiliation": [], "given": "Joe", "family": "Suzuki"}, {"affiliation": [], "given": "Brandon", "family": "Malone"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2017-6-20", "link": [{"URL": "http://link.springer.com/article/10.1007/s41237-017-0025-9/fulltext.html", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/html"}, {"URL": "http://link.springer.com/content/pdf/10.1007/s41237-017-0025-9.pdf", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}, {"URL": "http://link.springer.com/content/pdf/10.1007/s41237-017-0025-9.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "application/pdf"}], "published-print": "2017-7", "accepted": null, "publisher": "Springer Nature", "doi": "10.1007/s41237-017-0025-9", "license": [{"URL": "http://www.springer.com/tdm", "start": {"timestamp": 1497916800000, "date-parts": [[2017, 6, 20]], "date-time": "2017-06-20T00:00:00Z"}, "content-version": "vor", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1007/s41237-017-0025-9", "issn": [{"type": "print", "value": "0385-7417"}, {"type": "electronic", "value": "1349-6964"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Special feature: probabilistic graphical models and its applications to biomedical informatics—part 2"], "funder": null, "datasourcePrefix": "crossref____"}
507
{"best_oa_location_url": "", "issued": "1996-7-15", "abstract": "Abstract   A mitochondrial cytochrome P450 fraction catalyzing 1α- and 27-hydroxylation but not 24-hydroxylation of 25-hydroxyvitamin D 3  was purified from pig kidney. The ratio between the 1α- and 27-hydroxylase activities was the same in all purification steps including a side fraction. Attempts to separate the 1α- and 27-hydroxylase activities were unsuccessful. A monoclonal antibody directed against purified pig liver CYP27 recognized a protein of the same apparent  M  r  and immunoprecipitated both the 1α- and 27-hydroxylase activities towards 25-hydroxyvitamin D 3  in the purified kidney enzyme fraction as well as in a solubilized, crude cytochrome P450 extract considered to represent the major part of the 25-hydroxyvitamin D 3  hydroxylases in kidney mitochondria. Taken together, the results from the purification and the experiments with CYP27 antibody, substrate inhibition, and recombinant expressed human liver CYP27 strongly indicate that CYP27 is able to catalyze 1α-hydroxylation but not 24-hydroxylation of 25-hydroxyvitamin D 3  in kidney. In conclusion, the results provide evidence for a role for CYP27 as a major renal mitochondrial 25-hydroxyvitamin D 3  1α-hydroxylase.", "objIdentifier": "e8460f99836ba93e2f3647d9e63e7e96", "pissn": "0014-5793", "subject": ["Biophysics", "Genetics", "Cell Biology", "Biochemistry", "Molecular Biology", "Structural Biology"], "author": [{"affiliation": [], "given": "Zufan", "family": "Araya"}, {"affiliation": [], "given": "Maria", "family": "Norlin"}, {"affiliation": [], "given": "Hans", "family": "Postlind"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "1999-11-30", "link": [{"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1016%2F0014-5793(96)00617-5", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1996-7-15", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1016/0014-5793(96)00617-5", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", "start": {"timestamp": 1441065600000, "date-parts": [[2015, 9, 1]], "date-time": "2015-09-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 6987}], "url": "http://dx.doi.org/10.1016/0014-5793(96)00617-5", "issn": [{"type": "print", "value": "0014-5793"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["A possible role for CYP27 as a major renal mitochondrial 25-hydroxyvitamin D31α-hydroxylase"], "funder": null, "datasourcePrefix": "crossref____"}
508
{"best_oa_location_url": "http://spectrum.library.concordia.ca/6766/1/Muchall_CanJChem2003b.pdf", "issued": "2003-6-01", "abstract": "Conformational analyses on 2-substituted (methoxy, vinyloxy, and acetoxy) methylenecyclohexanes have been performed computationally with HF, B3LYP, PBE0, and MP2 and the 6-31G(d) basis set. The global minimum for the methoxy substituent is an axial conformer. For the vinyloxy substituent, except with PBE0, an axial conformer is determined as the global minimum. The acetoxy substituent prefers the equatorial orientation. This sequence is in keeping with the operation of an \"unsaturation effect\" in addition to an anomeric effect. For a full conformational anal - ysis, torsional potentials for the substituents have been generated, which show further low-energy minima, which affect the equilibrium composition. In general, axial conformers dominate the equilibria. To reproduce the experimentally ob - served predominance of equatorial conformers for vinyloxy and acetoxy substituents, PBE0 has to be employed. CSGT isotropic shielding tensors at the B3LYP/6-311+G(d,p)//B3LYP/6-31G(d) level have been employed for comparison with experimentally observed 13 C chemical shifts. Resume : On a realise une analyse conformationnelle de methylenecyclohexanes portant des substituants (methoxy, vinyloxy et acetoxy) en position 2 en faisant appel a des methodes de calcul theorique a l'aide de HF, B3LYP, PBE0, MP2 et l'ensembles de bases 6-31G(d). Le minimum global pour le substituant methoxy est le conformere axial. Pour le substituant vinyloxy, tous les ensembles a l'exception du PBE0 attribuent le minimum global au conformere axial alors que le substituant acetoxy occupe preferentiellement l'orientation equatoriale. Cette sequence est en accord avec l'operation de l'effet d'insaturation en plus de l'effet anomere. Pour une analyse conformationnelle complete, on a ge- nere les potentiels de torsion des substituants qui mettent en evidence d'autres minima de basse energie qui affectent la composition de l'equilibre. En general, les conformeres axiaux predominent a l'equilibre. Afin de reproduire la predo- minance des conformeres equatoriaux observee experimentalement pour les substituants vinyloxy et acetoxy, il faut utiliser l'ensemble PBE0. Pour pouvoir faire une comparaison avec les valeurs observees experimentalement pour les deplacements chimiques 13 C, on a utilise des tenseurs de blindage isotrope CSGT au niveau B3LYP/6-", "objIdentifier": "de1ca0d54d3e34621303c92ae9395191", "pissn": "0008-4042", "subject": ["Organic Chemistry", "General Chemistry", "Catalysis"], "eissn": "1480-3291", "author": [{"affiliation": [], "given": "Heidi M", "family": "Muchall"}, {"affiliation": [], "given": "Petrina RN", "family": "Kamya"}, {"affiliation": [], "given": "Jean", "family": "Lessard"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": null, "link": [{"URL": "http://www.nrcresearchpress.com/doi/pdf/10.1139/v03-083", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2003-6", "accepted": null, "publisher": "Canadian Science Publishing", "doi": "10.1139/v03-083", "license": [{"URL": "http://www.nrcresearchpress.com/page/about/CorporateTextAndDataMining", "start": {"timestamp": 1054425600000, "date-parts": [[2003, 6, 1]], "date-time": "2003-06-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1139/v03-083", "issn": [{"type": "print", "value": "0008-4042"}, {"type": "electronic", "value": "1480-3291"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["The conformational behaviour of methylenecyclohexanes revisited"], "funder": null, "datasourcePrefix": "crossref____"}
509
{"best_oa_location_url": "http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1326422", "issued": "2003-12-01", "abstract": "The ubiquitous nuclear adaptor protein LIM-domain-binding protein 1 (Ldb1) was originally identified as a cofactor for LIM-homeodomain and LIM-only (LMO) proteins that have fundamental roles in development. In parallel, Ldb1 has been shown to have essential functions in diverse biological processes in different organisms. The recent targeting of this gene in mice has revealed roles for Ldb1 in neural patterning and development that have been conserved throughout evolution. Furthermore, the elucidation of the three-dimensional structures of LIM–Ldb1 complexes has provided insight into the molecular basis for the ability of Ldb1 to contact diverse LIM-domain proteins. It has become evident that Ldb1 is a multi-adaptor protein that mediates interactions between different classes of transcription factors and their co-regulators and that the nature of these complexes determines cell fate and differentiation.", "objIdentifier": "2eaf47b6ebedf951b1eecbf2effebb26", "pissn": "1469-221X", "subject": ["Genetics", "Biochemistry", "Molecular Biology"], "author": [{"ORCID": "0000-0001-8518-3472", "affiliation": [{"name": "School of Molecular and Microbial Biosciences, University of Sydney; New South Wales 2006 Australia"}], "given": "Jacqueline M", "family": "Matthews"}, {"affiliation": [{"name": "Walter and Eliza Hall Institute of Medical Research and Bone Marrow Research Laboratories; Parkville Victoria 3050 Australia"}], "given": "Jane E", "family": "Visvader"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": "2003-12-1", "link": [{"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1038%2Fsj.embor.7400030", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2003-12", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1038/sj.embor.7400030", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", "start": {"timestamp": 1441065600000, "date-parts": [[2015, 9, 1]], "date-time": "2015-09-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 4292}], "url": "http://dx.doi.org/10.1038/sj.embor.7400030", "issn": [{"type": "print", "value": "1469-221X"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["LIM-domain-binding protein 1: a multifunctional cofactor that interacts with diverse proteins"], "funder": null, "datasourcePrefix": "crossref____"}
510
{"best_oa_location_url": "", "issued": "1997-4-01", "abstract": "Abstract   A method of fabricating pure germanium dioxide hollow-core fibers is introduced. The inner diameter of the fiber is 0.8 mm. Its transmission loss is 1.23 dB/m at 10.6 μm. The mechanism of transmitting CO 2  laser radiation through the fiber as well as the transmitting performance are discussed. Applications of these fibers are also envisaged.", "objIdentifier": "2620be7c24b4f6c58d3a1f096941997b", "pissn": "1350-4495", "subject": ["Atomic and Molecular Physics, and Optics", "Electronic, Optical and Magnetic Materials", "Condensed Matter Physics"], "author": [{"affiliation": [], "given": "Lantian", "family": "Hou"}, {"affiliation": [], "given": "Lianfu", "family": "Fu"}, {"affiliation": [], "given": "Ping", "family": "Lu"}, {"affiliation": [], "given": "Yuhua", "family": "Han"}, {"ORCID": "0000-0002-0447-2748", "affiliation": [], "given": "Zhongshan", "family": "Li"}, {"affiliation": [], "given": "Xinqi", "family": "Wang"}, {"affiliation": [], "given": "You", "family": "Tie"}, {"affiliation": [], "given": "Jun", "family": "Lu"}, {"affiliation": [], "given": "Menglin", "family": "Gao"}, {"affiliation": [], "given": "Mianjing", "family": "Wang"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S135044959700008X?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S135044959700008X?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "1997-4", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/s1350-4495(97)00008-x", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 859852800000, "date-time": "1997-04-01T00:00:00Z", "date-parts": [[1997, 4, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/s1350-4495(97)00008-x", "issn": [{"type": "print", "value": "1350-4495"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Polycrystalline germanium dioxide hollow-core fibers and their performance"], "funder": null, "datasourcePrefix": "crossref____"}
511
{"best_oa_location_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.403.7980", "issued": "None", "abstract": "In this paper we introduce a new formal approach for mining biological data sets. The proposed grammar based approach provides a flexible and powerful tool for advanced sequence comparison and data mining. The approach benefits from the power of regular expressions in allowing the use of advanced queries in comparing sequences and searching for motifs or sequence attributes in biological databases. The formal grammar and the corresponding data mining engine is capable of extracting records from biological databases, filtering a subset of those records for mining, and then sorting those records based on similarity scheme designed by the user. This model is based on the objective (ontology) of the user and scoring is dynamic that is provided at runtime.", "objIdentifier": "dd342b9631efe283a2af355b6d7dfb89", "subject": null, "author": [{"affiliation": [], "given": "D.", "family": "Quest"}, {"affiliation": [], "given": "H.", "family": "Ali"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0004", "value": "Conference object"}, "is_oa": true, "published-online": null, "link": [{"URL": "http://xplorestaging.ieee.org/ielx5/9262/29416/01332473.pdf?arnumber=1332473", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "accepted": null, "publisher": "IEEE", "doi": "10.1109/csb.2004.1332473", "license": null, "url": "http://dx.doi.org/10.1109/csb.2004.1332473", "issn": null, "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Ontology specific data mining based on dynamic grammars"], "funder": null, "datasourcePrefix": "crossref____"}
512
{"best_oa_location_url": "", "issued": "1998-4-01", "abstract": [], "objIdentifier": "cbc042f197c5606a5bd371038d0f8d18", "pissn": "1057-0829", "subject": ["Ophthalmology"], "author": [{"affiliation": [], "given": "John H. K.", "family": "Liu"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1998-4", "accepted": null, "publisher": "Ovid Technologies (Wolters Kluwer Health)", "doi": "10.1097/00061198-199804000-00014", "license": null, "url": "http://dx.doi.org/10.1097/00061198-199804000-00014", "issn": [{"type": "print", "value": "1057-0829"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Circadian Rhythm of Intraocular Pressure"], "funder": null, "datasourcePrefix": "crossref____"}
513
{"best_oa_location_url": "", "issued": "2011-11-24", "abstract": "Arterial stiffness, assessed by cardio-ankle vascular index (CAVI), is clinically used to assess arteriosclerosis. Recently, pulmonary age, as determined by pulmonary function test, has been proposed by the Japanese Respiratory Society as a diagnostic measure for chronic obstructive pulmonary disease (COPD). This study aims to examine the association between CAVI and pulmonary function and to elucidate the correlation between vascular stiffness and pulmonary age in hypertensive patients. We enrolled a total of 45 hypertensive patients (70±9 years) who had been taking antihypertensive medications for at least 1 year. Pulmonary function was measured by the percentage of predicted forced vital capacity (FVC) and the ratio of forced expiratory volume in 1 s (FEV1) to FVC (FEV1/FVC ratio). Pulmonary age was determined by the equation proposed by the Japanese Respiratory Society. CAVI was measured at the same clinic visit. In the simple correlation analysis CAVI correlated with the FEV1/FVC ratio (r=−0.399, P=0.007) and pulmonary age (r=0.559, P<0.001). Multiple linear regression analysis revealed that CAVI was independently associated with FEV1/FVC ratio (β=−0.418, P=0.014) and pulmonary age (β=0.514, P=0.002). In addition, CAVI was significantly higher in patients with increased pulmonary age (9.4±1.4) than in those with normal pulmonary age (8.4±0.9) (P=0.011). The present study indicates that an increased CAVI is independently associated with reduced pulmonary function and increased pulmonary age. Hypertensive patients with high CAVI may need to be monitored for the progression of COPD.", "objIdentifier": "735b25a0326f867e482e3c7fbffc29a4", "pissn": "0916-9636", "subject": ["Internal Medicine", "Physiology", "Cardiology and Cardiovascular Medicine"], "eissn": "1348-4214", "author": [{"affiliation": [], "given": "Hisashi", "family": "Masugata"}, {"affiliation": [], "given": "Shoichi", "family": "Senda"}, {"affiliation": [], "given": "Hiroki", "family": "Okada"}, {"affiliation": [], "given": "Koji", "family": "Murao"}, {"affiliation": [], "given": "Michio", "family": "Inukai"}, {"affiliation": [], "given": "Takashi", "family": "Himoto"}, {"ORCID": "0000-0001-7486-9700", "affiliation": [], "given": "Naohisa", "family": "Hosomi"}, {"affiliation": [], "given": "Kazushi", "family": "Murakami"}, {"affiliation": [], "given": "Takahisa", "family": "Noma"}, {"affiliation": [], "given": "Masakazu", "family": "Kohno"}, {"affiliation": [], "given": "Fuminori", "family": "Goda"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2011-11-24", "link": [{"URL": "http://www.nature.com/articles/hr2011199.pdf", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}, {"URL": "http://www.nature.com/articles/hr2011199", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/html"}, {"URL": "http://www.nature.com/articles/hr2011199.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "application/pdf"}], "published-print": "2012-4", "accepted": null, "publisher": "Springer Nature", "doi": "10.1038/hr.2011.199", "license": [{"URL": "http://www.springer.com/tdm", "start": {"timestamp": 1322092800000, "date-parts": [[2011, 11, 24]], "date-time": "2011-11-24T00:00:00Z"}, "content-version": "unspecified", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1038/hr.2011.199", "issn": [{"type": "print", "value": "0916-9636"}, {"type": "electronic", "value": "1348-4214"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Association between arterial stiffness and pulmonary function in hypertensive patients"], "funder": null, "datasourcePrefix": "crossref____"}
514
{"best_oa_location_url": "", "issued": "2017-3-16", "abstract": [], "objIdentifier": "05f8c01a3e7a1b79cf345ea750f5bfaf", "pissn": "0044-409X", "subject": ["Surgery"], "eissn": "1438-9592", "author": [{"affiliation": [], "given": "Hans-Joachim", "family": "Kirschner"}, {"affiliation": [], "given": "Jörg", "family": "Fuchs"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2017-3-16", "link": [{"URL": "http://www.thieme-connect.de/products/ejournals/pdf/10.1055/s-0042-112683.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "accepted": null, "publisher": "Thieme Publishing Group", "doi": "10.1055/s-0042-112683", "license": null, "url": "http://dx.doi.org/10.1055/s-0042-112683", "issn": [{"type": "print", "value": "0044-409X"}, {"type": "electronic", "value": "1438-9592"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Angeborene pulmonale Malformationen"], "funder": null, "datasourcePrefix": "crossref____"}
515
{"best_oa_location_url": "", "issued": "2011-12-01", "abstract": [], "objIdentifier": "a76fc394c8e7226d498f236d19f77439", "pissn": "0360-4039", "subject": ["Critical Care", "Assessment and Diagnosis", "LPN and LVN", "Emergency", "Advanced and Specialised Nursing"], "author": [{"affiliation": [], "family": "&NA;"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2011-12", "accepted": null, "publisher": "Ovid Technologies (Wolters Kluwer Health)", "doi": "10.1097/01.nurse.0000408511.60762.d5", "license": null, "url": "http://dx.doi.org/10.1097/01.nurse.0000408511.60762.d5", "issn": [{"type": "print", "value": "0360-4039"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Focus on central venous pressure monitoring in an acute care setting"], "funder": null, "datasourcePrefix": "crossref____"}
516
{"issued": "1987", "abstract": [], "objIdentifier": "1a21eeb4fc7a0604957b9378e21e520a", "pissn": "0302-2838", "subject": ["Urology"], "accepted": null, "author": [{"affiliation": [], "given": "E.", "family": "Wespes"}, {"affiliation": [], "given": "M.", "family": "Libert"}, {"affiliation": [], "given": "J.", "family": "Simon"}, {"affiliation": [], "given": "C.C.", "family": "Schulman"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2017-8-11", "link": [{"URL": "https://www.karger.com/Article/Pdf/472765", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1987", "eissn": "1873-7560", "publisher": "S. Karger AG", "doi": "10.1159/000472765", "license": [{"URL": "https://www.karger.com/Services/SiteLicenses", "start": {"timestamp": 536457600000, "date-parts": [[1987, 1, 1]], "date-time": "1987-01-01T00:00:00Z"}, "content-version": "vor", "delay-in-days": 0}, {"URL": "https://www.karger.com/Services/SiteLicenses", "start": {"timestamp": 536457600000, "date-parts": [[1987, 1, 1]], "date-time": "1987-01-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1159/000472765", "issn": [{"type": "print", "value": "0302-2838"}, {"type": "electronic", "value": "1873-7560"}], "collectedFrom": [{"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Fracture of the Penis: Conservative versus Surgical Treatment"], "funder": null, "datasourcePrefix": "crossref____"}
517
{"best_oa_location_url": "", "issued": "2015-3-01", "abstract": "Fucosterol, a triterpene derivative encountered in several alga species, provides a wide range of biological activities, such as protection against metabolic syndrome, or against UV-induced skin damage. We describe here the comparison of extraction by supercritical fluid (SFE) and pressurized solvent (PSE) of the brown alga Lessonia vadosa mainly abundant in the coastal water of Patagonia, followed by the isolation of fucosterol, using centrifugal partition chromatography (CPC), in association with HPLC–UV quantification. After collection, the seaweed was dried, ground and extracted either by PSE or by SFE under various conditions. The yield and the content in fucosterol of each extract were determined by HPLC–UV. Optimization of a biphasic solvent system and KD calculation led to the isolation of pure fucosterol with high recovery rate. Extraction by SFE using CO2 at 180 bar and 50 °C with 20 to 30 % of cellulose as modifier and CPC purification by cyclohexane/acetone/methanol/water 10/1/10/1 with lower layer as mobile phase led to the best results in terms of yield, purity, time and solvent consumption. Natural and semisynthetic steroid derivatives have been previously shown to be potential drug candidates against parasitic diseases including leishmaniasis. In this context fucosterol was evaluated and demonstrated noticeable antileishmanial activity (IC50 < 10 μM) against intracellular amastigotes with limited or no cytotoxicity in host cell macrophages. These results make this compound a valuable starting scaffold for pharmacomodulation. Adaptation of the procedure by slight modifications of the extraction and/or isolation conditions could permit the exploitation of other alga species as raw material. Since SFE and CPC are available for pilot and batch production, this work may serve as a model for further scale-up and industrial development.", "objIdentifier": "a3354873f14bfc312f341c0c15a22e1e", "pissn": "1874-3900", "subject": ["Biotechnology", "Agronomy and Crop Science", "Plant Science", "Biochemistry"], "author": [{"affiliation": [], "given": "Monica", "family": "Becerra"}, {"affiliation": [], "given": "Sabrina", "family": "Boutefnouchet"}, {"affiliation": [], "given": "Osvaldo", "family": "Córdoba"}, {"affiliation": [], "given": "Graciella Pinto", "family": "Vitorino"}, {"affiliation": [], "given": "Laetitia", "family": "Brehu"}, {"affiliation": [], "given": "Irène", "family": "Lamour"}, {"affiliation": [], "given": "François", "family": "Laimay"}, {"affiliation": [], "given": "Antonia", "family": "Efstathiou"}, {"affiliation": [], "given": "Despina", "family": "Smirlis"}, {"affiliation": [], "given": "Sylvie", "family": "Michel"}, {"affiliation": [], "given": "Marina", "family": "Kritsanida"}, {"ORCID": "0000-0002-3501-0917", "affiliation": [], "given": "Maria Lujan", "family": "Flores"}, {"affiliation": [], "given": "Raphaël", "family": "Grougnet"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S1874390014002626?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S1874390014002626?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2015-3", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/j.phytol.2014.12.019", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1425168000000, "date-time": "2015-03-01T00:00:00Z", "date-parts": [[2015, 3, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/j.phytol.2014.12.019", "issn": [{"type": "print", "value": "1874-3900"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Antileishmanial activity of fucosterol recovered from Lessonia vadosa Searles (Lessoniaceae) by SFE, PSE and CPC"], "funder": [{"name": "PICTO Golfo San Jorge", "award": ["PI 36871"]}], "datasourcePrefix": "crossref____"}
518
{"best_oa_location_url": "", "issued": "1989-1-01", "abstract": "The effectiveness of drugs and substances that affect brain chemistry can be efficiently and relatively inexpensively monitored. Radioactive tracer substances comprising a ligand that binds to presynaptic or postsynaptic neuroreceptors is administered to a patient. Emissions (primarily positrons, and gamma rays which are emitted from the positrons) are measured. These emissions are indicative of the number and the degree of occupancy or blocking of the neuroreceptors. The number of neuroreceptors and the degree of occupancy or blocking is calculated utilizing a mathematical model, and compared with an intra-person or inter-person control, to determine the degree of drug response. Further treatment of the patient with drugs is based upon the comparisons made. Dopamine, serotonin, opiate, and other receptors all may be monitored, and the procedures are particularly applicable to treatment of Parkinson's disease, schizophenia, and drug addictions. Simple apparatus is utilized including a patient head support and first and second gamma ray directional detectors (such as NaI or BiGe detectors) disposed on opposite sides of the head support, and connected to circuitry including photomultiplier tubes, preamplifiers, and circuitry for correcting for random gamma ray detections.", "objIdentifier": "ba2686c6af37f21c4c9023a2c73edbff", "pissn": "0883-2897", "subject": ["General Medicine"], "author": [{"affiliation": [], "given": "Henry N", "family": "Wagner"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:0883289789900275?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:0883289789900275?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "1989-1", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/0883-2897(89)90027-5", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 599616000000, "date-parts": [[1989, 1, 1]], "date-time": "1989-01-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/0883-2897(89)90027-5", "issn": [{"type": "print", "value": "0883-2897"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Neuroreceptor activity assessment"], "funder": null, "datasourcePrefix": "crossref____"}
519
{"best_oa_location_url": "http://doi.org/10.1016/j.bpj.2009.12.3292", "issued": "2010-1-01", "abstract": "Hydrogels are hydrophilic, porous polymer networks that can absorb water up to thousands of times their own weight. They have many applications, one of which is the encapsulation of free-standing black lipid membranes (BLMs) for novel separation technologies or biosensor applications. We investigated gels for in situ encapsulation of multiple black lipid membranes across apertures in a hydrophobic ethylene tetrafluoroethylene (ETFE) support. These gels consisted of networks of poly(ethylene glycol)-dimethacrylate or poly(ethylene glycol)-diacrylate polymerized using either a chemical initiator or a photoinitiator. The hydrogels were studied with regard to their material properties such as chemical resistance, swelling behaviour, water permeability and porosity. We found that lifetimes of membranes in gel precursor solutions were short compared to lifetimes in buffer. However, crosslinking the gel stabilized the membranes and increased BLM longevity substantially over lifetimes in buffer. Optical images of the membranes and incorporation of the transmembrane peptide gramicidin A showed that the lipid membranes retained their integrity after encapsulation with hydrogel.", "objIdentifier": "1cd957df75a9a3eff0cbf6511a99ea0f", "pissn": "0006-3495", "subject": ["Biophysics"], "author": [{"affiliation": [], "given": "Sania N.", "family": "Ibragimova"}, {"affiliation": [], "given": "Karin B.", "family": "Stibius"}, {"affiliation": [], "given": "Piotr P.", "family": "Szewczykowski"}, {"affiliation": [], "given": "Mark", "family": "Perry"}, {"affiliation": [], "given": "Henrik", "family": "Bohr"}, {"affiliation": [], "given": "Claus H.", "family": "Nielsen"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0006349509050978?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S0006349509050978?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2010-1", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/j.bpj.2009.12.3292", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1262304000000, "date-parts": [[2010, 1, 1]], "date-time": "2010-01-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}, {"URL": "http://www.elsevier.com/open-access/userlicense/1.0/", "start": {"timestamp": 1381276800000, "date-parts": [[2013, 10, 9]], "date-time": "2013-10-09T00:00:00Z"}, "content-version": "vor", "delay-in-days": 1377}], "url": "http://dx.doi.org/10.1016/j.bpj.2009.12.3292", "issn": [{"type": "print", "value": "0006-3495"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Hydrogel for in Situ Encapsulation of Multiple Black Lipid Membranes"], "funder": null, "datasourcePrefix": "crossref____"}
520
{"best_oa_location_url": "", "issued": "2006-8-01", "abstract": "Nitrification, a microbial process, is a key component and integral part of the nitrogen (N) cycle. Soil N is in a constant state of flux, moving and changing chemical forms. During nitrification, a relatively immobile N-form (NH 4 +) is converted into highly mobile nitrate-N (NO 3 −). The nitrate formed is susceptible to losses via leaching and conversion to gaseous forms via denitrification. Often less than 30% of the applied N fertilizer is recovered in intensive agricultural systems, largely due to losses associated with and following nitrification. Nitrogen-use efficiency (NUE) is defined as the biomass produced per unit of assimilated N and is a conservative function in most biological systems. A better alternative is to define NUE as the dry matter produced per unit N applied and strive for improvements in agronomic yields through N recovery. Suppressing nitrification along with its associated N losses is potentially a key part in any strategy to improve N recovery and agronomic NUE. In many mature...", "objIdentifier": "b582754202b469151bde022a4ff73d1a", "pissn": "0735-2689", "subject": ["Plant Science"], "eissn": "1549-7836", "author": [{"affiliation": [], "given": "G. V.", "family": "Subbarao"}, {"affiliation": [], "given": "O.", "family": "Ito"}, {"affiliation": [], "given": "K. L.", "family": "Sahrawat"}, {"affiliation": [], "given": "W. L.", "family": "Berry"}, {"affiliation": [], "given": "K.", "family": "Nakahara"}, {"affiliation": [], "given": "T.", "family": "Ishikawa"}, {"affiliation": [], "given": "T.", "family": "Watanabe"}, {"affiliation": [], "given": "K.", "family": "Suenaga"}, {"affiliation": [], "given": "M.", "family": "Rondon"}, {"affiliation": [], "given": "I. M.", "family": "Rao"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.tandfonline.com/doi/pdf/10.1080/07352680600794232", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2006-8", "accepted": null, "publisher": "Informa UK Limited", "doi": "10.1080/07352680600794232", "license": null, "url": "http://dx.doi.org/10.1080/07352680600794232", "issn": [{"type": "print", "value": "0735-2689"}, {"type": "electronic", "value": "1549-7836"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Scope and Strategies for Regulation of Nitrification in Agricultural Systems—Challenges and Opportunities"], "funder": null, "datasourcePrefix": "crossref____"}
521
{"best_oa_location_url": "", "issued": "2007-9-21", "abstract": "This work demonstrates a new technique for real-time optical sensor interrogation by exploiting a novel Vernier effect between the multiple (comb) wavelength responses of a multiplexed fiber Bragg grating array and the fixed discrete wavelengths of an all-solid-state tunable laser. Sets of output photodetector voltages serve as high-resolution optical", "objIdentifier": "fd46d2c7c54be44b72ef70fba2b70bbd", "pissn": "0003-6935", "subject": ["Atomic and Molecular Physics, and Optics"], "eissn": "1539-4522", "author": [{"affiliation": [], "given": "Gregory B.", "family": "Tait"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2007-9-21", "link": [{"URL": "https://www.osapublishing.org/viewmedia.cfm?URI=ao-46-28-6879&seq=0", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2007-10-1", "accepted": null, "publisher": "The Optical Society", "doi": "10.1364/ao.46.006879", "license": null, "url": "http://dx.doi.org/10.1364/ao.46.006879", "issn": [{"type": "print", "value": "0003-6935"}, {"type": "electronic", "value": "1539-4522"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Vernier-effect optical interrogation technique for fiber Bragg grating sensors"], "funder": null, "datasourcePrefix": "crossref____"}
522
{"best_oa_location_url": "", "issued": "1980-3-31", "abstract": [], "objIdentifier": "bfd4b89a0965454a940a851594cd4563", "pissn": "2054-9318", "subject": null, "author": [{"affiliation": [], "given": "Peter", "family": "McNiven"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.ingentaconnect.com/content/manup/bjrl/1980/00000062/00000002/art00011", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1980-3-31", "accepted": null, "publisher": "Manchester University Press", "doi": "10.7227/bjrl.62.2.11", "license": null, "url": "http://dx.doi.org/10.7227/bjrl.62.2.11", "issn": [{"type": "print", "value": "2054-9318"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["The Scottish policy of the Percies and the strategy of the rebellion of 1403"], "funder": null, "datasourcePrefix": "crossref____"}
523
{"best_oa_location_url": "", "issued": "2007-5-4", "abstract": "Abstract#R##N##R##N#The pyrolysis of diborane has been studied in single- and multi-pass flow systems to determine the optimum conditions for its conversion to pentaborane.#R##N##R##N##R##N##R##N#In a single-pass flow system the products consisted of tetraborane, dihydropentaborane (B5H11), pentaborane (B5H9), decaborane and undesirable non-volatile solid hydrides. The most economical conversion of diborane to pentaborane was obtained under the following conditions: temperature 250°, flow rate 400 c.c./min. and ratio of diborane/hydrogen 1 : 5 when 15·1% of the diborane was converted into pentaborane, 4·4% to solid hydrides and 80% recovered.#R##N##R##N##R##N##R##N#In multi-stage reactors designed on the basis of single-pass experiments, the best yield of pentaborane was obtained in a 12-unit reactor operating at 240°, flow rate 400 c.c./min. and ratio diborane/hydrogen 1 : 5. Under these conditions 57·0% of the diborane was converted into pentaborane, 14·1% to solid hydrides and 29·0% was recovered unchanged.#R##N##R##N##R##N##R##N#Rate expressions are developed for the disappearance of diborane and activation energies calculated.#R##N##R##N##R##N##R##N#The mechanism of the formation of pentaborane and decaborane is discussed.", "objIdentifier": "8ec04c8d0852b9423dfc0a12b16ae80d", "pissn": "0021-8871", "subject": null, "eissn": "1934-998X", "author": [{"affiliation": [], "given": "A. J.", "family": "Owen"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2007-5-4", "link": [{"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1002%2Fjctb.5010101203", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1002/jctb.5010101203", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", "start": {"timestamp": 1441065600000, "date-time": "2015-09-01T00:00:00Z", "date-parts": [[2015, 9, 1]]}, "content-version": "tdm", "delay-in-days": 3042}], "url": "http://dx.doi.org/10.1002/jctb.5010101203", "issn": [{"type": "print", "value": "0021-8871"}, {"type": "electronic", "value": "1934-998X"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["The pyrolysis of diborane"], "funder": null, "datasourcePrefix": "crossref____"}
524
{"best_oa_location_url": "", "issued": "1984-7-01", "abstract": "Sera from swine experimentally or naturally infected with Mycoplasma hyopneumoniae (the etiological agent of mycoplasmal pneumonia of swine, MPS) were tested by the indirect hemagglutination assay (IHA), the enzyme-linked immunosorbent assay (ELISA) and the complement fixation (CF) test.#R##N##R##N#The IHA detected antibody at comparable times and levels to the other 2 serological tests following experimentally-induced infection. In the late antibody response (≥86 days post-infection), the ELISA titres were higher than either the IHA or the CF test.#R##N##R##N#The IHA appeared least satisfactory when it was used to test sera from commercial swine herds. When 1000 sera were tested, the IHA was positive for only 30 (22%) of 135 sera which were positive by the ELISA and the CF test. The IHA titres were low; 20 of the 30 sera had a titre of only 10. The end-points for the IHA were difficult to read for sera of this low titre.#R##N##R##N#The relationship between positive IHA results for the herd sera obtained at necropsy, and the occurrence of gross or microscopic lesions typical of MPS was poor (41 and 50% agreement, respectively). An agreement of 39% was noted between positive IHA results and the localization of mycoplasmal antigens by an indirect immunofluorescence (IIF) test. However, IHA results correlated significantly (P < 0.05) with gross and microscopic lesions, but not with the IIF test. No significant correlation was noted between the IHA (or the other 2 serologic tests) and the cultural isolation of M. hyopneumoniae or M. flocculare.#R##N##R##N#On the basis of these results, the IHA appears to have limited promise as a practical test for the diagnosis of MPS in commercial swine herds because of the low titres observed, poor correlation of the IHA and other indicators of MPS, the necessarily subjective determination of end-points, and other inherent technical limitations of the test.", "objIdentifier": "22dadeb4fec80fa776607ef200fac334", "pissn": "0378-1135", "subject": ["Microbiology", "General Veterinary", "General Medicine"], "author": [{"affiliation": [], "given": "M.", "family": "James Freeman"}, {"affiliation": [], "given": "Martha", "family": "Lopez-Osuna"}, {"affiliation": [], "given": "Charles H.", "family": "Armstrong"}, {"affiliation": [], "given": "Linda", "family": "Sands-Freeman"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:0378113584900439?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:0378113584900439?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "1984-7", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/0378-1135(84)90043-9", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 457488000000, "date-time": "1984-07-01T00:00:00Z", "date-parts": [[1984, 7, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/0378-1135(84)90043-9", "issn": [{"type": "print", "value": "0378-1135"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Evaluation of the indirect hemagglutination assay as a practical serodiagnostic test for mycoplasmal pneumonia of swine"], "funder": null, "datasourcePrefix": "crossref____"}
525
{"best_oa_location_url": "", "issued": "1996-4-01", "abstract": "Although peroxisomes are ubiquitous, differences in the number of organelles and in the expression of associated metabolic activities are observed, depending on the cell type. To investigate the control of peroxisomal activity in connection with cell differentiation, we constructed hybrids between two types of cells whose histogenetic origins dictate significant differences in peroxisomal activities: hepatoma cells and fibroblasts, with high and low expression, respectively, of peroxisomal functions. In these hybrids, extinction of the elevated activities that characterize liver cells is observed, in parallel with the well-documented extinction of differentiated functions. This suggests the existence in fibroblasts of a negative trans-acting regulation.", "objIdentifier": "ac97f1d8d38b6eacd086e8dfd2c9b09e", "pissn": "0006-2928", "subject": ["Genetics", "Biochemistry", "Ecology, Evolution, Behavior and Systematics", "Molecular Biology", "General Medicine"], "eissn": "1573-4927", "author": [{"affiliation": [], "given": "El Bachir", "family": "Bioukar"}, {"affiliation": [], "given": "Sophie", "family": "Sarrazin"}, {"affiliation": [], "given": "Marc", "family": "Conti"}, {"affiliation": [], "given": "Eric", "family": "Rabetafika"}, {"affiliation": [], "given": "Jean-Paul", "family": "Carreau"}, {"affiliation": [], "given": "Sophie", "family": "Dhorne-Pollet"}, {"affiliation": [], "given": "Nicole", "family": "Raynaud"}, {"affiliation": [], "given": "Jean", "family": "Deschatrette"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1996-4", "accepted": null, "publisher": "Springer Nature", "doi": "10.1007/bf00553605", "license": null, "url": "http://dx.doi.org/10.1007/bf00553605", "issn": [{"type": "print", "value": "0006-2928"}, {"type": "electronic", "value": "1573-4927"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Extinction of peroxisomal functions in hepatoma cell-fibroblast hybrids"], "funder": null, "datasourcePrefix": "crossref____"}
526
{"best_oa_location_url": "", "issued": "1992-1-01", "abstract": [], "objIdentifier": "484dd17ddf8213554e9d17aae903f820", "pissn": "0171-8096", "subject": ["Instrumentation", "Electrical and Electronic Engineering"], "eissn": "2196-7113", "author": [{"affiliation": [], "given": "W.", "family": "Bernuth,"}, {"affiliation": [], "given": "G.", "family": "Ehlert"}, {"affiliation": [], "given": "G.", "family": "Schatter"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "https://www.degruyter.com/view/j/teme.1992.59.issue-11/teme.1992.59.11.436/teme.1992.59.11.436.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1992-1", "accepted": null, "publisher": "Walter de Gruyter GmbH", "doi": "10.1524/teme.1992.59.11.436", "license": null, "url": "http://dx.doi.org/10.1524/teme.1992.59.11.436", "issn": [{"type": "print", "value": "0171-8096"}, {"type": "electronic", "value": "2196-7113"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Laseroptisches Zweikoordinaten-Dehnungsmeßgerät/ Two-dimensional laser optical measurement of strain"], "funder": null, "datasourcePrefix": "crossref____"}
527
{"best_oa_location_url": "", "issued": "2001-4-15", "abstract": "Abstract#R##N##R##N##R##N##R##N##R##N#MeCONHBr [79-15-2] C2H4BrNO (MW 137.96)#R##N##R##N#InChI = 1S/C2H4BrNO/c1-2(5)4-3/h1H3,(H,4,5)#R##N##R##N#InChIKey = VBTQNRFWXBXZQR-UHFFFAOYSA-N#R##N##R##N##R##N#(AgOAc)[563-63-3] C2H3AgO2 (MW 166.91)#R##N##R##N#InChI = 1S/C2H4O2.Ag/c1-2(3)4;/h1H3,(H,3,4);/q;+1/p-1#R##N##R##N#InChIKey = CQLFBEKRDQMJLZ-UHFFFAOYSA-M#R##N##R##N##R##N#(HOAc)[64-19-7] C2H4O2 (MW 60.05)#R##N##R##N#InChI = 1S/C2H4O2/c1-2(3)4/h1H3,(H,3,4)#R##N##R##N#InChIKey = QTBSBXVTEAMEQO-UHFFFAOYSA-N#R##N##R##N##R##N##R##N##R##N##R##N##R##N##R##N#(cis dihydroxylation of alkenes)#R##N##R##N##R##N##R##N#For information on the individual components see N-Bromoacetamide, Silver(I) Acetate and Acetic Acid.", "objIdentifier": "30bd5ef52f29ad9b40984d5f1926a831", "subject": null, "author": [{"affiliation": [], "given": "Joseph", "family": "Sweeney"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": "2001-4-15", "link": null, "published-print": null, "accepted": null, "publisher": "John Wiley & Sons, Ltd", "doi": "10.1002/047084289x.rb269", "license": null, "url": "http://dx.doi.org/10.1002/047084289x.rb269", "issn": null, "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["N-Bromoacetamide-Silver Acetate-Acetic Acid"], "funder": null, "datasourcePrefix": "crossref____"}
528
{"best_oa_location_url": "", "issued": "2017-1-3", "abstract": [], "objIdentifier": "bb706fbdd42762c50c5c6d71d843d3b0", "subject": null, "accepted": null, "author": [{"ORCID": "0000-0003-0368-7197", "affiliation": [], "given": "Adele", "family": "Mennerat"}, {"affiliation": [], "given": "Thierry", "family": "Lefèvre"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2017-1-3", "link": [{"URL": "https://evolbiol.peercommunityin.org/public/rec?id=32", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "eissn": "2551-668X", "publisher": "Peer Community In", "doi": "10.24072/pci.evolbiol.100006", "license": null, "url": "http://dx.doi.org/10.24072/pci.evolbiol.100006", "issn": [{"type": "electronic", "value": "2551-668X"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Evidence of epistasis provides further support to the Red Queen theory of host-parasite coevolution"], "funder": null, "datasourcePrefix": "crossref____"}
529
{"best_oa_location_url": "", "issued": "2012-5-9", "abstract": [], "objIdentifier": "7b24ca0101bedce9388f0dbf99b62ce3", "subject": null, "author": [{"affiliation": [], "given": "A.", "family": "Otero"}, {"affiliation": [], "given": "M.", "family": "Rodriguez de la Vega"}, {"affiliation": [], "given": "S.M.", "family": "Tanco"}, {"affiliation": [], "given": "J.", "family": "Lorenzo"}, {"affiliation": [], "given": "F.X.", "family": "Aviles"}, {"affiliation": [], "given": "D.", "family": "Reverter"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0020", "value": "Other"}, "is_oa": false, "published-online": "2012-5-9", "link": null, "published-print": null, "accepted": null, "publisher": "Protein Data Bank, Rutgers University", "doi": "10.2210/pdb4a39/pdb", "license": null, "url": "http://dx.doi.org/10.2210/pdb4a39/pdb", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Metallo-carboxypeptidase from Pseudomonas Aeruginosa"], "funder": null, "datasourcePrefix": "crossref____"}
530
{"best_oa_location_url": "", "issued": "1999-1-01", "abstract": [], "objIdentifier": "7791c298a07b30397a7d49d52918dead", "pissn": "0021-9347", "subject": ["Cultural Studies", "Sociology and Political Science", "Anthropology"], "eissn": "1552-4566", "author": [{"affiliation": [], "given": "Kelly S.", "family": "Ervin"}, {"affiliation": [{"name": "Washington State University"}], "given": "Geoff", "family": "Gilmore"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2016-7-26", "link": [{"URL": "http://journals.sagepub.com/doi/pdf/10.1177/002193479902900304", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}, {"URL": "http://journals.sagepub.com/doi/pdf/10.1177/002193479902900304", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1999-1", "accepted": null, "publisher": "SAGE Publications", "doi": "10.1177/002193479902900304", "license": [{"URL": "http://journals.sagepub.com/page/policies/text-and-data-mining-license", "start": {"timestamp": 915148800000, "date-time": "1999-01-01T00:00:00Z", "date-parts": [[1999, 1, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1177/002193479902900304", "issn": [{"type": "print", "value": "0021-9347"}, {"type": "electronic", "value": "1552-4566"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Traveling the Superinformation Highway"], "funder": null, "datasourcePrefix": "crossref____"}
531
{"issued": "2017-10-01", "abstract": [], "objIdentifier": "94922bfa42a3d6e427dfeca15418b6cb", "pissn": "1010-4283", "subject": ["General Medicine"], "accepted": null, "author": [{"affiliation": [{"name": "Molecular Medicine Laboratory, Department of Biotechnology, Assam University, Silchar, India"}], "given": "Manish", "family": "Kumar"}, {"affiliation": [{"name": "Molecular Medicine Laboratory, Department of Biotechnology, Assam University, Silchar, India"}], "given": "Shilpee", "family": "Srivastava"}, {"affiliation": [{"name": "Department of Applied Biology, University of Science and Technology, Meghalaya, India"}], "given": "Seram Anil", "family": "Singh"}, {"affiliation": [{"name": "Ayursundra One Stop Medical Centre, Guwahati, India"}], "given": "Anup Kumar", "family": "Das"}, {"affiliation": [{"name": "Ayursundra One Stop Medical Centre, Guwahati, India"}], "given": "Ganesh Chandra", "family": "Das"}, {"affiliation": [{"name": "Molecular Medicine Laboratory, Department of Biotechnology, Assam University, Silchar, India"}], "given": "Bishal", "family": "Dhar"}, {"affiliation": [{"name": "Molecular Medicine Laboratory, Department of Biotechnology, Assam University, Silchar, India"}, {"name": "University of Kalyani, Kalyani, India"}], "given": "Sankar Kumar", "family": "Ghosh"}, {"affiliation": [{"name": "Life Sciences Division, Institute of Advanced Study in Science and Technology, Guwahati, India"}], "given": "Rosy", "family": "Mondal"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2017-10-26", "link": [{"URL": "http://journals.sagepub.com/doi/pdf/10.1177/1010428317736643", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}, {"URL": "http://journals.sagepub.com/doi/full-xml/10.1177/1010428317736643", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/xml"}, {"URL": "http://journals.sagepub.com/doi/pdf/10.1177/1010428317736643", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2017-10", "eissn": "1423-0380", "publisher": "SAGE Publications", "doi": "10.1177/1010428317736643", "license": [{"URL": "http://journals.sagepub.com/page/policies/text-and-data-mining-license", "start": {"timestamp": 1506816000000, "date-parts": [[2017, 10, 1]], "date-time": "2017-10-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1177/1010428317736643", "issn": [{"type": "print", "value": "1010-4283"}, {"type": "electronic", "value": "1423-0380"}], "collectedFrom": [{"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Cell-free mitochondrial DNA copy number variation in head and neck squamous cell carcinoma: A study of non-invasive biomarker from Northeast India"], "funder": null, "datasourcePrefix": "crossref____"}
532
{"best_oa_location_url": "", "issued": "1964-8-01", "abstract": [], "objIdentifier": "fca7272149fec78634ccae9068edd47b", "pissn": "0031-9279", "subject": null, "author": [{"affiliation": [], "given": "K.", "family": "Strubecker"}, {"affiliation": [], "given": "K. M.", "family": "Meyer-Abich"}, {"affiliation": [], "given": "B.", "family": "Wild"}, {"affiliation": [], "given": "Th.", "family": "Nonnenmacher"}, {"affiliation": [], "given": "J.", "family": "Zierep"}, {"affiliation": [], "given": "H.", "family": "Ebert"}, {"affiliation": [], "given": "R.", "family": "Kollath"}, {"affiliation": [], "given": "J.", "family": "Demny"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2013-2-19", "link": [{"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1002%2Fphbl.19640200812", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1964-8", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1002/phbl.19640200812", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", "start": {"timestamp": 1441065600000, "date-parts": [[2015, 9, 1]], "date-time": "2015-09-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 18658}], "url": "http://dx.doi.org/10.1002/phbl.19640200812", "issn": [{"type": "print", "value": "0031-9279"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Meschkowski: Denkweisen großer Mathematiker/Sprague: Unterhaltsame Mathematik/Koster, Dimmock, Wheeler und Statz: Properties of the Thirty-Two Point Groups/Baumrin: Philosophy of Science/Päsler: Mechanik deformierbarer Körper/Cole: Fluid Dynamics/McLeod:"], "funder": null, "datasourcePrefix": "crossref____"}
533
{"best_oa_location_url": "", "issued": "1989", "abstract": [], "objIdentifier": "108b40b9092e733331be6a7b820286a2", "subject": null, "author": [{"affiliation": [], "given": "Robert", "family": "Kummert"}, {"affiliation": [], "given": "Werner", "family": "Stumm"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/978-3-322-96712-1_8", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1989", "accepted": null, "publisher": "Vieweg+Teubner Verlag", "doi": "10.1007/978-3-322-96712-1_8", "license": null, "url": "http://dx.doi.org/10.1007/978-3-322-96712-1_8", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Reaktionen der Gewässer auf Beeinträchtigungen"], "funder": null, "datasourcePrefix": "crossref____"}
534
{"best_oa_location_url": "", "issued": "2005-11-01", "abstract": "Background: This prospective study evaluated memory function during general anesthesia for elective surgery and its relation to depth of hypnotic state. The authors also compared memory function in anesthetized and nonanesthetized subjects. Methods: Words were played for 70 min via headphones to 48 patients (aged 18 –70 yr) after induction of general anesthesia for elective surgery. Patients were unpremedicated, and the anesthetic regimen was free. The Bispectral Index (BIS) was recorded throughout the study. Within 36 h after the word presentation, memory was assessed using an auditory word stem completion test with inclusion and exclusion instructions. Memory performance and the contribution of explicit and implicit memory were calculated using the process dissociation procedure. The authors applied the same memory task to a control group of nonanesthetized subjects. Results: Forty-seven patients received isoflurane, and one patient received propofol for anesthesia. The mean ( SD) BIS was 49 9. There was evidence of memory for words presented during light (BIS 61– 80) and adequate anesthesia (BIS 41– 60) but not during deep anesthesia (BIS 21– 40). The process dissociation procedure showed a significant implicit memory contribution but not reliable explicit memory contribution (mean explicit memory scores 0.05 0.14, 0.04 0.09, and 0.05 0.14; mean automatic influence scores 0.14 0.12, 0.17 0.17, and 0.18 0.21 at BIS 21– 40, 41– 60, and 61– 80, respectively). Compared with anesthetized patients, the memory performance of nonanesthetized subjects was better, with a higher contribution by explicit memory and a comparable contribution by implicit memory. Conclusion: During general anesthesia for elective surgery, implicit memory persists even in adequate hypnotic states, to a comparable degree as in nonanesthetized subjects.", "objIdentifier": "4c0b7fb58e412922414ed0489285f4d7", "pissn": "0003-3022", "subject": ["Anesthesiology and Pain Medicine"], "author": [{"affiliation": [], "given": "Ir??ne A.", "family": "Iselin-Chaves"}, {"affiliation": [], "given": "Sylvie J.", "family": "Willems"}, {"affiliation": [], "given": "Fran??oise C.", "family": "Jermann"}, {"affiliation": [], "given": "Alain", "family": "Forster"}, {"affiliation": [], "given": "St??phane R.", "family": "Adam"}, {"affiliation": [], "given": "Martial", "family": "Van der Linden"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2005-11", "accepted": null, "publisher": "Ovid Technologies (Wolters Kluwer Health)", "doi": "10.1097/00000542-200511000-00005", "license": null, "url": "http://dx.doi.org/10.1097/00000542-200511000-00005", "issn": [{"type": "print", "value": "0003-3022"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Investigation of Implicit Memory during Isoflurane Anesthesia for Elective Surgery Using the Process Dissociation Procedure"], "funder": null, "datasourcePrefix": "crossref____"}
535
{"best_oa_location_url": "", "issued": "2015-1-15", "abstract": "This article describes the rules of origin dispute between the European Union and Israel, and argues that these technical customs rules are also instruments of foreign policy. Although the rules have had no direct impact on Israel’s industry in the Occupied Territories, they have bolstered the European Union’s self-identification as a “normative power” while constituting an important legal precedent that has served to legitimize other actions against Israel’s occupation.", "objIdentifier": "d0e46f6a02a9a010bb4505e3f002d20f", "pissn": "0026-3141", "subject": ["Geography, Planning and Development", "Sociology and Political Science"], "eissn": "1940-3461", "author": [{"affiliation": [], "given": "Neve", "family": "Gordon"}, {"affiliation": [], "given": "Sharon", "family": "Pardo"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2015-1-15", "accepted": null, "publisher": "The Middle East Journal", "doi": "10.3751/69.1.14", "license": null, "url": "http://dx.doi.org/10.3751/69.1.14", "issn": [{"type": "print", "value": "0026-3141"}, {"type": "electronic", "value": "1940-3461"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["The European Union and Israel's Occupation: Using Technical Customs Rules as Instruments of Foreign Policy"], "funder": null, "datasourcePrefix": "crossref____"}
536
{"issued": "2018", "abstract": [], "objIdentifier": "59b9727ca414dc9b195649da63e90378", "pissn": "1346-1427", "subject": null, "accepted": null, "author": [{"affiliation": [], "given": "Tatsumi", "family": "Kitahara"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "https://www.jstage.jst.go.jp/article/jime/53/2/53_198/_pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2018", "eissn": "1884-3778", "publisher": "The Japan Institute of Marine Engineering", "doi": "10.5988/jime.53.198", "license": null, "url": "http://dx.doi.org/10.5988/jime.53.198", "issn": [{"type": "print", "value": "1346-1427"}, {"type": "electronic", "value": "1884-3778"}], "collectedFrom": [{"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Foreword for Special Issue “Basic Research on and Recent Technologies for Marine Power and Energy Systems”"], "funder": null, "datasourcePrefix": "crossref____"}
537
{"best_oa_location_url": "", "issued": "2016-2-4", "abstract": [], "objIdentifier": "f9857ff71b82188e47a70c1615ba8687", "subject": ["General Biochemistry, Genetics and Molecular Biology", "General Immunology and Microbiology", "General Chemical Engineering", "General Neuroscience"], "accepted": null, "author": [{"affiliation": [], "given": "Sungmoo", "family": "Lee"}, {"affiliation": [], "given": "Hong Hua", "family": "Piao"}, {"affiliation": [], "given": "Masoud", "family": "Sepheri-Rad"}, {"affiliation": [], "given": "Arong", "family": "Jung"}, {"affiliation": [], "given": "Uhna", "family": "Sung"}, {"affiliation": [], "given": "Yoon-Kyu", "family": "Song"}, {"affiliation": [], "given": "Bradley J.", "family": "Baker"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2016-2-4", "link": [{"URL": "http://www.jove.com/video/53566/imaging-membrane-potential-with-two-types-genetically-encoded", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "eissn": "1940-087X", "publisher": "MyJove Corporation", "doi": "10.3791/53566", "license": null, "url": "http://dx.doi.org/10.3791/53566", "issn": [{"type": "electronic", "value": "1940-087X"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Imaging Membrane Potential with Two Types of Genetically Encoded Fluorescent Voltage Sensors"], "funder": null, "datasourcePrefix": "crossref____"}
538
{"best_oa_location_url": "", "issued": "1966", "abstract": [], "objIdentifier": "7eb795f86278a6344cb0ebcd1e26accc", "subject": null, "author": [{"affiliation": [], "given": "Achim", "family": "Schrader"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://link.springer.com/content/pdf/10.1007/978-3-663-02233-6_18", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1966", "accepted": null, "publisher": "VS Verlag für Sozialwissenschaften", "doi": "10.1007/978-3-663-02233-6_18", "license": null, "url": "http://dx.doi.org/10.1007/978-3-663-02233-6_18", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Wirtschaftliches Verhalten"], "funder": null, "datasourcePrefix": "crossref____"}
539
{"best_oa_location_url": "", "issued": "1980-1-01", "abstract": "Abstract   A new long period Magneli phase V 13 O 24  has been found in a vanadium oxide specimen in the composition range of V 6 O 11  and V 7 O 13  prepared by a chemical vapor transport technique. Based on the lattice images, the new phase should rather be interpreted as a product of periodic microsyntactic intergrowth of V 6 O 11  and V 7 O 13 . This is the first observation of the periodic intergrowth of two Magneli phase compounds having a common (121) CS plane.", "objIdentifier": "93b37dc417368f10a7a8cb7123a29ab9", "pissn": "0025-5408", "subject": ["Mechanical Engineering", "General Materials Science", "Mechanics of Materials", "Condensed Matter Physics"], "author": [{"affiliation": [], "given": "Y", "family": "Hirotsu"}, {"affiliation": [], "given": "H", "family": "Sato"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:0025540880901579?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:0025540880901579?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "1980-1", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/0025-5408(80)90157-9", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 315532800000, "date-time": "1980-01-01T00:00:00Z", "date-parts": [[1980, 1, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/0025-5408(80)90157-9", "issn": [{"type": "print", "value": "0025-5408"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Periodic microsyntaxy in VnO2n−1"], "funder": null, "datasourcePrefix": "crossref____"}
540
{"best_oa_location_url": "https://openknowledge.worldbank.org/bitstream/10986/3438/1/WPS5675.pdf", "issued": "2013-9-01", "abstract": "This paper provides a first analysis of a “policy bloc” of fossil fuel importers which implements an optimal climate policy, faces a (non-policy) fringe of other fuel importers, and an exporter bloc, and purchases offset from the fringe. We compare a carbon tax and a cap-and-trade scheme for the policy bloc, in either case accompanied by an efficient offset mechanism for reducing emissions in the fringe. The policy bloc is shown to prefer a tax over a cap, since only a tax reduces the fuel export price and by more when the policy bloc is larger. Offsets are also more favorable to the policy bloc under a tax than under a cap. The optimal offset price under a carbon tax is below the tax rate, while under a cap and free quota trading the offset price must equal the quota price. The domestic carbon and offset prices are both higher under a tax than under a cap when the policy bloc is small. When the policy bloc is larger, the offset price can be higher under a cap. Fringe countries gain by mitigation in the policy bloc, more under a carbon tax since the fuel import price is lower.", "objIdentifier": "26af5e107c069505817f58df7928bf03", "pissn": "0095-0696", "subject": ["Economics and Econometrics", "Management, Monitoring, Policy and Law"], "author": [{"affiliation": [], "given": "Jon", "family": "Strand"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S009506961300017X?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S009506961300017X?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2013-9", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/j.jeem.2013.03.002", "license": null, "url": "http://dx.doi.org/10.1016/j.jeem.2013.03.002", "issn": [{"type": "print", "value": "0095-0696"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Strategic climate policy with offsets and incomplete abatement: Carbon taxes versus cap-and-trade"], "funder": null, "datasourcePrefix": "crossref____"}
541
{"issued": "1996-10-01", "abstract": [], "objIdentifier": "3476c9ec770dde1048e52cd956089260", "pissn": "0193-1849", "subject": ["Physiology (medical)", "Physiology", "Endocrinology, Diabetes and Metabolism"], "accepted": null, "author": [{"affiliation": [{"name": "Department of Medicine, University Hospital of Geneva, Switzerland."}], "given": "T.", "family": "Imai"}, {"affiliation": [{"name": "Department of Medicine, University Hospital of Geneva, Switzerland."}], "given": "D.", "family": "Burgener"}, {"affiliation": [{"name": "Department of Medicine, University Hospital of Geneva, Switzerland."}], "given": "X.", "family": "Zhen"}, {"affiliation": [{"name": "Department of Medicine, University Hospital of Geneva, Switzerland."}], "given": "J. P.", "family": "Benjour"}, {"affiliation": [{"name": "Department of Medicine, University Hospital of Geneva, Switzerland."}], "given": "J.", "family": "Caverzasio"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.physiology.org/doi/pdf/10.1152/ajpendo.1996.271.4.E694", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1996-10", "eissn": "1522-1555", "publisher": "American Physiological Society", "doi": "10.1152/ajpendo.1996.271.4.e694", "license": null, "url": "http://dx.doi.org/10.1152/ajpendo.1996.271.4.e694", "issn": [{"type": "print", "value": "0193-1849"}, {"type": "electronic", "value": "1522-1555"}], "collectedFrom": [{"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Aluminum potentiates P(i) transport stimulation induced by fluoride in osteoblast-like cells"], "funder": null, "datasourcePrefix": "crossref____"}
542
{"issued": "2018-1-01", "abstract": [], "objIdentifier": "da3cd000aac889989078ec7d9319d88b", "pissn": "0003-2670", "subject": ["Analytical Chemistry", "Spectroscopy", "Biochemistry", "Environmental Chemistry"], "author": [{"affiliation": [], "given": "Senwu", "family": "Li"}, {"affiliation": [], "given": "Kaiguang", "family": "Yang"}, {"affiliation": [], "given": "Lukuan", "family": "Liu"}, {"affiliation": [], "given": "Baofeng", "family": "Zhao"}, {"affiliation": [], "given": "Yuanbo", "family": "Chen"}, {"affiliation": [], "given": "Xiao", "family": "Li"}, {"affiliation": [], "given": "Lihua", "family": "Zhang"}, {"affiliation": [], "given": "Yukui", "family": "Zhang"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0003267017311807?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S0003267017311807?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2018-1", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/j.aca.2017.10.021", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1514764800000, "date-parts": [[2018, 1, 1]], "date-time": "2018-01-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/j.aca.2017.10.021", "issn": [{"type": "print", "value": "0003-2670"}], "collectedFrom": [{"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Surface sieving coordinated IMAC material for purification of His-tagged proteins"], "funder": [{"doi-asserted-by": "publisher", "DOI": "10.13039/https://doi.org/10.13039/501100001809", "name": "National Natural Science Foundation", "award": ["21235005", "91543201", "21375128"]}, {"doi-asserted-by": "publisher", "DOI": "10.13039/https://doi.org/10.13039/501100002367", "name": "CAS", "award": []}, {"name": "National Key Research and Development Program", "award": ["2016YFA0501401"]}], "datasourcePrefix": "crossref____"}
543
{"best_oa_location_url": "", "issued": "1941-3-01", "abstract": "pH measurements on sludge of particulate carbonaceous materials and ash were made with a vacuum tube potentiometer amplifier. Dust, precipitated out of flue gas of industrial fuel burning plants through the use of the series impinger, gives pH values of sludge in the range 2.5 to 5. Sludge of ash of coal used in these tests gives pH values in the range 7 to 11.5, depending upon the seam and locality in which the coal is mined. The results of this study may aid the ``fingerprinting'' of dust, responsible, in part, for atmospheric pollution in American cities.", "objIdentifier": "a80485e77058d1e17af14a77a0ba476e", "pissn": "0021-8979", "subject": ["General Physics and Astronomy"], "eissn": "1089-7550", "author": [{"affiliation": [], "given": "S.", "family": "Bloomenthal"}, {"affiliation": [], "given": "I. A.", "family": "Deutch"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://aip.scitation.org/doi/pdf/10.1063/1.1712894", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1941-3", "accepted": null, "publisher": "AIP Publishing", "doi": "10.1063/1.1712894", "license": null, "url": "http://dx.doi.org/10.1063/1.1712894", "issn": [{"type": "print", "value": "0021-8979"}, {"type": "electronic", "value": "1089-7550"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["pH Determinations on Sludge of Particulate Carbonaceous Materials and Ash Discharged in the Atmosphere by Fuel Burning Sources"], "funder": null, "datasourcePrefix": "crossref____"}
544
{"best_oa_location_url": "", "issued": "1968-10-01", "abstract": "An den Nieren von 63 kastrierten Ratten mit unterschiedlicher Behandlung von Ostradiol, Actinomycin oder beidem wurden die Volumina von insgesamt 25200 Kernen bestimmt.", "objIdentifier": "05094e11e745141fdf2a91b98aa40874", "pissn": "0018-2222", "subject": ["Cell Biology", "Molecular Biology", "Medical Laboratory Technology", "Histology"], "eissn": "1432-119X", "author": [{"affiliation": [], "given": "O.", "family": "Deimling"}, {"affiliation": [], "given": "A.", "family": "Barmeyer"}, {"affiliation": [], "given": "I.", "family": "Bausch"}, {"affiliation": [], "given": "R.", "family": "Rossner"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/BF02389699", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1968-10", "accepted": null, "publisher": "Springer Nature", "doi": "10.1007/bf02389699", "license": null, "url": "http://dx.doi.org/10.1007/bf02389699", "issn": [{"type": "print", "value": "0018-2222"}, {"type": "electronic", "value": "1432-119X"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Hormonabhängige Enzymverteilung in Geweben"], "funder": null, "datasourcePrefix": "crossref____"}
545
{"issued": "2018-2-5", "abstract": [], "objIdentifier": "9d66dc0ecb805b94086036e28e1a3f68", "pissn": "1563-0854", "subject": ["Civil and Structural Engineering"], "accepted": null, "author": [{"affiliation": [], "given": "R.", "family": "Divahar"}, {"affiliation": [], "given": "P. S.", "family": "Joanna"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2018-2-5", "link": [{"URL": "http://link.springer.com/content/pdf/10.1007/s42107-018-0012-9.pdf", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}, {"URL": "http://link.springer.com/article/10.1007/s42107-018-0012-9/fulltext.html", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/html"}, {"URL": "http://link.springer.com/content/pdf/10.1007/s42107-018-0012-9.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "application/pdf"}], "published-print": null, "eissn": "2522-011X", "publisher": "Springer Nature", "doi": "10.1007/s42107-018-0012-9", "license": [{"URL": "http://www.springer.com/tdm", "start": {"timestamp": 1517788800000, "date-time": "2018-02-05T00:00:00Z", "date-parts": [[2018, 2, 5]]}, "content-version": "unspecified", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1007/s42107-018-0012-9", "issn": [{"type": "print", "value": "1563-0854"}, {"type": "electronic", "value": "2522-011X"}], "collectedFrom": [{"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Numerical simulation and experimental investigation on static behavior of cold formed steel beam with trapezoidally corrugated web by varying depth-thickness ratio"], "funder": null, "datasourcePrefix": "crossref____"}
546
{"best_oa_location_url": "", "issued": "1973-2-01", "abstract": "1.#R##N##R##N#A study has been made of the effect of oxidation temperature on the mechanical properties of asphalts.#R##N##R##N##R##N##R##N##R##N#2.#R##N##R##N#A study has been made of the effect of oxidation temperature on the chemical composition of asphalts.#R##N##R##N##R##N##R##N##R##N#3.#R##N##R##N#It has been established that asphalt oxidation proceeds in two stages. In the first stage, the greatest rate of change in oil and asphaltene contents is observed; in the second stage, the greatest rate of change in resin content is observed, and the amounts of oils and asphaltenes are stabilized.#R##N##R##N##R##N##R##N##R##N#4.#R##N##R##N#It has been established that the temperature regime of the process affects the oxidation reaction mechanism. The asphalts produced by low-temperature oxidation contain considerably greater quantities of oxygenated compounds.", "objIdentifier": "5a26fbe9a763bf0635ee1ddbf2ecd32a", "pissn": "0009-3092", "subject": ["Fuel Technology", "Energy Engineering and Power Technology", "General Chemistry", "General Chemical Engineering"], "eissn": "1573-8310", "author": [{"affiliation": [], "given": "M. L.", "family": "Kupershmidt"}, {"affiliation": [], "given": "V. M.", "family": "Kiryushina"}, {"affiliation": [], "given": "B. I.", "family": "Kats"}, {"affiliation": [], "given": "D. D.", "family": "Surmeli"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/BF00716743", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1973-2", "accepted": null, "publisher": "Springer Nature", "doi": "10.1007/bf00716743", "license": null, "url": "http://dx.doi.org/10.1007/bf00716743", "issn": [{"type": "print", "value": "0009-3092"}, {"type": "electronic", "value": "1573-8310"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Effect of oxidation temperature on properties and composition of roofing asphalts"], "funder": null, "datasourcePrefix": "crossref____"}
547
{"best_oa_location_url": "", "issued": "2015-2-01", "abstract": "This study investigated the inhibitory effects of aqueous extracts from Miracle Fruit leaves (AML) on mutation and oxidative damage. The results showed that AML in the range of 1–5 mg/plate inhibited the mutagenicity of 2-aminoanthracene (2-AA), an indirect mutagen, and 4-nitroquinoline-N-oxide (4-NQO), a direct mutagen toward Salmonella typhimurium TA 98 and TA 100. On the other hand, AML in the range of 0.05–0.2 mg/ml showed radical scavenging, reducing activities, liposome protection as well as decreased tert-butyl hydroperoxide (t-BHP) induced oxidative cytotoxicity in HepG2 cells. High performance liquid chromatography (HPLC) analysis suggested that the active phenolic constituents in AML are p-hydroxybenzoic acid, vanillic acid, syringic acid, trans-p-coumaric acid and veratric acid. These active phenolic components may contribute to the biological protection effects of AML in different models. The data suggest that AML exhibiting biological activities can be applied to antimutation as well as anti-oxidative damage.", "objIdentifier": "b46302509b093601bc6e1b78261ac8b5", "pissn": "0308-8146", "subject": ["Food Science", "Analytical Chemistry", "General Medicine"], "author": [{"affiliation": [], "given": "Tai-Yuan", "family": "Chen"}, {"affiliation": [], "given": "Zhi-Chyang", "family": "Kang"}, {"affiliation": [], "given": "Ming-Tsung", "family": "Yen"}, {"affiliation": [], "given": "Ming-Hsing", "family": "Huang"}, {"affiliation": [], "given": "Bor-Sen", "family": "Wang"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0308814614012370?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S0308814614012370?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2015-2", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/j.foodchem.2014.08.022", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1422748800000, "date-time": "2015-02-01T00:00:00Z", "date-parts": [[2015, 2, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/j.foodchem.2014.08.022", "issn": [{"type": "print", "value": "0308-8146"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Inhibitory effect of aqueous extracts from Miracle Fruit leaves on mutation and oxidative damage"], "funder": [{"doi-asserted-by": "crossref", "DOI": "10.13039/501100001868", "name": "National Science Council", "award": ["101-2313-B-041-001-MY3"]}], "datasourcePrefix": "crossref____"}
548
{"best_oa_location_url": "", "issued": "None", "abstract": [], "objIdentifier": "b36f48b7ef3e784fd97674df3af24bd4", "subject": null, "author": [{"affiliation": [], "family": "WuChang-ju"}, {"affiliation": [], "family": "JmZhong-he"}, {"affiliation": [], "family": "MaHui-lian"}, {"affiliation": [], "family": "WmgYue-lin"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0004", "value": "Conference object"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://xplorestaging.ieee.org/ielx5/9804/30918/01435196.pdf?arnumber=1435196", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "accepted": null, "publisher": "IEEE", "doi": "10.1109/icsict.2004.1435196", "license": null, "url": "http://dx.doi.org/10.1109/icsict.2004.1435196", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["A study on etching profiles of sacrificial layers"], "funder": null, "datasourcePrefix": "crossref____"}
549
{"best_oa_location_url": "", "issued": "1969", "abstract": [], "objIdentifier": "60a2fcfd109092c63f977d44d5258ad3", "pissn": "0029-8115", "subject": ["Linguistics and Language", "Language and Linguistics"], "author": [{"affiliation": [], "given": "Ross", "family": "Clark"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1969", "accepted": null, "publisher": "JSTOR", "doi": "10.2307/3622815", "license": null, "url": "http://dx.doi.org/10.2307/3622815", "issn": [{"type": "print", "value": "0029-8115"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Some Verbless Sentences in Samoan"], "funder": null, "datasourcePrefix": "crossref____"}
550
{"best_oa_location_url": "", "issued": "1973-6-01", "abstract": "The replacement problem arises in computer system management whenever the executable memory space available is insufficient to contain all data and code that may be accessed during the execution of an ensemble of programs. An example of this is the page replacement problem in virtual memory computers. The problem is solved by using a replacement algorithm that selects code or data items that are to be removed from executable memory whenever new items must be brought in and no more free storage space remains. An automaton theoretic model of replacement algorithms is introduced for the class of ``random partially preloaded'' replacement algorithms, which contain certain algorithms of practical and theoretical interest. An analysis of this class is provided in order to evaluate their performance, using the assumption that the references to the items to be stored are identically distributed independent random variables. With this model, it is shown that the well-known page replacement algorithms FIFO and RAND yield the same long-run page-fault rates.", "objIdentifier": "67b6febdb142c24414c08d32762370da", "pissn": "0018-9340", "subject": ["Theoretical Computer Science", "Hardware and Architecture", "Computational Theory and Mathematics", "Software"], "author": [{"affiliation": [], "given": "Erol", "family": "Gelenbe"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://xplorestaging.ieee.org/ielx5/12/5009100/05009115.pdf?arnumber=5009115", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1973-6", "accepted": null, "publisher": "Institute of Electrical and Electronics Engineers (IEEE)", "doi": "10.1109/tc.1973.5009115", "license": null, "url": "http://dx.doi.org/10.1109/tc.1973.5009115", "issn": [{"type": "print", "value": "0018-9340"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["A Unified Approach to the Evaluation of a Class of Replacement Algorithms"], "funder": null, "datasourcePrefix": "crossref____"}
551
{"best_oa_location_url": "", "issued": "2008-2-01", "abstract": "Abstract#R##N##R##N#The community structure and fatty acid composition of plankton in broodstock ponds were studied at the Bishui Fisheries Company in the Liaoning Province, northeast China, between May and December 2002 and in March 2003. The Fatty acid analysis of bighead carp larvae and plankton in the fry pond occurred during June, July, and September 2002. The fatty acid composition of the plankton varied with seasonal changes in the community structure. When blue-green algae dominated the broodstock ponds in spring and summer, the percentage of saturated fatty acids (SFA) (especially 16:0) was high. When diatoms and cryptophytes dominated in autumn and winter, the percentage of polyunsaturated fatty acids (PUFAs) (mainly n–3 PUFA) was high. Similarly, a high content of docosahexaenoic acid (DHA) occurred in autumn and winter when DHA-rich copepods became an important group of zooplankton. In addition, environmental factors, especially water temperature, influenced the fatty acid composition of plankton. 16:0, DHA, and 18:1n–9 were dominant fatty acids of bighead carp larvae during ontogeny. 16:0, C18 unsaturated fatty acids, and eicosapentaenoic acid (EPA) were major fatty acids of plankton in the fry pond. Analysis of the relationship between the fatty acids of the larvae and those of plankton showed that the fatty acid profiles of the larvae did not always agree with those of plankton.", "objIdentifier": "2a277d515b29a045143f8af8e4e96292", "pissn": "1863-0650", "subject": ["Pollution", "Water Science and Technology", "Environmental Chemistry"], "eissn": "1863-0669", "author": [{"affiliation": [], "given": "Ganlin", "family": "Guo"}, {"affiliation": [], "given": "Shuanglin", "family": "Dong"}, {"affiliation": [], "given": "Wen", "family": "Zhao"}, {"affiliation": [], "given": "Wei", "family": "Chen"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1002%2Fclen.200700147", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2008-2", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1002/clen.200700147", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", "start": {"timestamp": 1441065600000, "date-parts": [[2015, 9, 1]], "date-time": "2015-09-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 2769}], "url": "http://dx.doi.org/10.1002/clen.200700147", "issn": [{"type": "print", "value": "1863-0650"}, {"type": "electronic", "value": "1863-0669"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Fatty Acid Composition of Plankton and Bighead Carp (Aristichthys nobilis) in Freshwater Ponds"], "funder": null, "datasourcePrefix": "crossref____"}
552
{"best_oa_location_url": "", "issued": "1993-9-01", "abstract": [], "objIdentifier": "f4f5e0e59de1f8732ca7d6fac898ec60", "pissn": "0001-7868", "subject": ["Urology"], "eissn": "1438-8820", "author": [{"affiliation": [], "given": "K.-P.", "family": "Jünemann"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2008-4-28", "link": [{"URL": "http://www.thieme-connect.de/products/ejournals/pdf/10.1055/s-2008-1058321.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1993-9", "accepted": null, "publisher": "Thieme Publishing Group", "doi": "10.1055/s-2008-1058321", "license": null, "url": "http://dx.doi.org/10.1055/s-2008-1058321", "issn": [{"type": "print", "value": "0001-7868"}, {"type": "electronic", "value": "1438-8820"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Symposium der C. E. Alken-Preisträger in Heidelberg Dezember 1992"], "funder": null, "datasourcePrefix": "crossref____"}
553
{"best_oa_location_url": "", "issued": "2015-4-23", "abstract": "Background#R##N##R##N#The majority of strokes, both ischaemic and haemorrhagic, are attributable to a relatively small number of risk factors which are readily manageable in primary care setting. Implementation of best-practice recommendations for risk factor management is calculated to reduce stroke recurrence by around 80%. However, risk factor management in stroke survivors has generally been poor at primary care level. A model of care that supports long-term effective risk factor management is needed.#R##N##R##N##R##N##R##N#Aim#R##N##R##N#To determine whether the model of Integrated Care for the Reduction of Recurrent Stroke (ICARUSS) will, through promotion of implementation of best-practice recommendations for risk factor management reduce the combined incidence of stroke, myocardial infarction and vascular death in patients with recent stroke or transient ischaemic attack (TIA) of the brain or eye.#R##N##R##N##R##N##R##N#Design#R##N##R##N#A prospective, Australian, multicentre, randomized controlled trial.#R##N##R##N##R##N##R##N#Setting#R##N##R##N#Academic stroke units in Melbourne, Perth and the John Hunter Hospital, New South Wales.#R##N##R##N##R##N##R##N#Subjects#R##N##R##N#1000 stroke survivors recruited as from March 2007 with a recent (<3 months) stroke (ischaemic or haemorrhagic) or a TIA (brain or eye).#R##N##R##N##R##N##R##N#Randomization#R##N##R##N#Randomization and data collection are performed by means of a central computer generated telephone system (IVRS).#R##N##R##N##R##N##R##N#Intervention#R##N##R##N#Exposure to the ICARUSS model of integrated care or usual care.#R##N##R##N##R##N##R##N#Primary outcome#R##N##R##N#The composite of stroke, MI or death from any vascular cause, whichever occurs first.#R##N##R##N##R##N##R##N#Secondary outcomes#R##N##R##N#Risk factor management in the community, depression, quality of life, disability and dementia.#R##N##R##N##R##N##R##N#Statistical power#R##N##R##N#With 1000 patients followed up for a median of one-year, with a recurrence rate of 7–10% per year in patients exposed to usual care, the study will have at least 80% power to detect a significant reduction in primary end-points#R##N##R##N##R##N##R##N#Conclusion#R##N##R##N#The ICARUSS study aims to recruit and follow up patients between 2007 and 2013 and demonstrate the effectiveness of exposure to the ICARUSS model in stroke survivors to reduce recurrent stroke or vascular events and promote the implementation of best practice risk factor management at primary care level.", "objIdentifier": "996811558e1956afe8cc5ad473103b9d", "pissn": "1747-4930", "subject": ["Neurology"], "eissn": "1747-4949", "author": [{"affiliation": [{"name": " Departments of Medicine and Neurology, University of Melbourne, Melbourne, Victoria, Australia"}, {"name": " Department of Neurology, Royal Melbourne Hospital, Parkville, Victoria, Australia"}, {"name": " Department of Neurology, St Vincents Hospital, Melbourne, Victoria, Australia"}], "given": "J.", "family": "Joubert"}, {"affiliation": [{"name": " Department of Neurology, Royal Melbourne Hospital, Parkville, Victoria, Australia"}, {"name": " Florey Institute, Melbourne, Victoria, Australia"}], "given": "S. M.", "family": "Davis"}, {"affiliation": [{"name": " Department of Neurology, Sir Charles Gairdner Hospital, Perth, Western Australia, Australia"}], "given": "G. J.", "family": "Hankey"}, {"affiliation": [{"name": " Hunter Medical Research Institute, Newcastle, New South Wales, Australia"}], "given": "C.", "family": "Levi"}, {"affiliation": [{"name": " Department of Medicine, Monash University, Melbourne, Victoria, Australia"}], "given": "J.", "family": "Olver"}, {"affiliation": [{"name": " Department of Neurology, St Vincents Hospital, Melbourne, Victoria, Australia"}], "given": "G.", "family": "Gonzales"}, {"affiliation": [{"name": " Florey Institute, Melbourne, Victoria, Australia"}], "given": "G. A.", "family": "Donnan"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2015-4-23", "link": [{"URL": "http://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1111%2Fijs.12510", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}, {"URL": "http://journals.sagepub.com/doi/pdf/10.1111/ijs.12510", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}, {"URL": "http://journals.sagepub.com/doi/full-xml/10.1111/ijs.12510", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/xml"}, {"URL": "http://journals.sagepub.com/doi/pdf/10.1111/ijs.12510", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2015-7", "accepted": null, "publisher": "SAGE Publications", "doi": "10.1111/ijs.12510", "license": [{"URL": "http://journals.sagepub.com/page/policies/text-and-data-mining-license", "start": {"timestamp": 1429747200000, "date-parts": [[2015, 4, 23]], "date-time": "2015-04-23T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1111/ijs.12510", "issn": [{"type": "print", "value": "1747-4930"}, {"type": "electronic", "value": "1747-4949"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["ICARUSS, the Integrated Care for the Reduction of Secondary Stroke Trial: Rationale and Design of a Randomized Controlled Trial of a Multimodal Intervention to Prevent Recurrent Stroke in Patients with a Recent Cerebrovascular Event, ACTRN = 12611000264987"], "funder": null, "datasourcePrefix": "crossref____"}
554
{"best_oa_location_url": "", "issued": "2010-8-23", "abstract": "Abstract#R##N##R##N#ChemInform is a weekly Abstracting Service, delivering concise information at a glance that was extracted from about 100 leading journals. To access a ChemInform Abstract of an article which was published elsewhere, please select a “Full Text” option. The original article is trackable via the “References” option.", "objIdentifier": "af6f2d9109f8c6ad4b84ede0ca9c15e1", "pissn": "0931-7597", "subject": null, "author": [{"affiliation": [], "given": "R. A.", "family": "JACKSON"}, {"affiliation": [], "given": "A. K.", "family": "ZARKADIS"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2010-8-23", "link": [{"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1002%2Fchin.199103048", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1002/chin.199103048", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", "start": {"timestamp": 1441065600000, "date-parts": [[2015, 9, 1]], "date-time": "2015-09-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 1835}], "url": "http://dx.doi.org/10.1002/chin.199103048", "issn": [{"type": "print", "value": "0931-7597"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["ChemInform Abstract: Electron Paramagnetic Resonance Study of Silacyclohexyl and 1- Methylsilacyclohexyl Radicals."], "funder": null, "datasourcePrefix": "crossref____"}
555
{"best_oa_location_url": "http://doi.org/10.1186/s12889-016-3504-0", "issued": "2016-8-18", "abstract": "Alcohol plays a complex role in society. A recent study showed that over half of Irish adults drink hazardously. Adolescents report increased levels of alcohol consumption. Previous research has inferred the influence of the parent on their adolescent. Thus, the aim of the current study was to investigate the association between adolescent alcohol consumption and their parent’s consumption pattern and attitude toward alcohol use in Southern Ireland. A cross-sectional survey was undertaken in November 2014. This involved distributing a survey to adolescents (n = 982) in their final two years of second level education and at least one of their parents from a local electorate area in Southern Ireland. This survey included: alcohol use, self- reported height and weight, smoking status, mental health and well-being along with attitudinal questions. Chi-square tests and multivariate logistic regression were utilised. A 37 % response rate was achieved. Over one-third (34.2 %) of adolescents and 47 % of parents surveyed reported hazardous drinking. Over 90 % of parents disagreed with allowing their adolescent to get drunk and rejected the idea that getting drunk is part of having fun as an adolescent. The majority (79.5 %) of parents surveyed believed that their alcohol consumption pattern set a good example for their adolescent. Multivariate logistic regression highlights the association between adolescent hazardous alcohol consumption and hazardous drinking by the father. Furthermore either parent permitting their adolescent to drink alcohol on special occasions was associated with hazardous alcohol consumption in the adolescent. The findings of this research notes a liberal attitude to alcohol and increased levels of consumption by the parent are linked to hazardous adolescent drinking behaviour. Future action plans aimed at combatting adolescent hazardous alcohol consumption should also be aimed at tackling parents’ attitudes towards and consumption of alcohol.", "objIdentifier": "09819aab08814ebdcb1890c871641d0c", "subject": ["Public Health, Environmental and Occupational Health"], "accepted": null, "author": [{"affiliation": [], "given": "Eimear", "family": "Murphy"}, {"affiliation": [], "given": "Ian", "family": "O’Sullivan"}, {"affiliation": [], "given": "Derry", "family": "O’Donovan"}, {"affiliation": [], "given": "Ann", "family": "Hope"}, {"affiliation": [], "given": "Martin P.", "family": "Davoren"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": "2016-8-18", "link": [{"URL": "http://link.springer.com/content/pdf/10.1186/s12889-016-3504-0.pdf", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}, {"URL": "http://link.springer.com/article/10.1186/s12889-016-3504-0/fulltext.html", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/html"}, {"URL": "http://link.springer.com/content/pdf/10.1186/s12889-016-3504-0", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}, {"URL": "http://link.springer.com/content/pdf/10.1186/s12889-016-3504-0.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "application/pdf"}], "published-print": "2016-12", "eissn": "1471-2458", "publisher": "Springer Nature", "doi": "10.1186/s12889-016-3504-0", "license": [{"URL": "http://www.springer.com/tdm", "start": {"timestamp": 1471478400000, "date-time": "2016-08-18T00:00:00Z", "date-parts": [[2016, 8, 18]]}, "content-version": "vor", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1186/s12889-016-3504-0", "issn": [{"type": "electronic", "value": "1471-2458"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["The association between parental attitudes and alcohol consumption and adolescent alcohol consumption in Southern Ireland: a cross-sectional study"], "funder": null, "datasourcePrefix": "crossref____"}
556
{"best_oa_location_url": "", "issued": "2013-7-01", "abstract": "A powered finger exoskeleton having partially open fingerpad is proposed as a preliminary study for a hand exoskeleton. The partial opening allows the central part of the wearer's fingerpad to make direct contact with the gripped object so that the natural haptic sensation is preserved. At the same time, the remaining sides of the wearer's fingerpad are blocked by the exoskeleton structure equipped with a force sensor. During object manipulation, the finger contact force given by the wearer is estimated from the measurement at the force sensor and is used to calculate the desired assistance force. A McKibben type pneumatic artificial muscle is used as an actuator for the finger exoskeleton. The actuator force transmission mechanism is designed to be engaged only when the wearer's estimated finger force exceeds a certain threshold. Otherwise the finger exoskeleton passively follows the wearer's finger motion with low resistance. An experiment of holding an object with minimum grip force was performed to verify the effectiveness of the proposed exoskeleton.", "objIdentifier": "b737a630d65c0609e84446caedd1afc9", "subject": null, "author": [{"affiliation": [], "family": "Pilwon Heo"}, {"affiliation": [], "given": "Sangjoon J.", "family": "Kim"}, {"affiliation": [], "family": "Jung Kim"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0004", "value": "Conference object"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://xplorestaging.ieee.org/ielx7/6578014/6584055/06584089.pdf?arnumber=6584089", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2013-7", "accepted": null, "publisher": "IEEE", "doi": "10.1109/aim.2013.6584089", "license": null, "url": "http://dx.doi.org/10.1109/aim.2013.6584089", "issn": null, "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Powered finger exoskeleton having partially open fingerpad for flexion force assistance"], "funder": null, "datasourcePrefix": "crossref____"}
557
{"best_oa_location_url": "", "issued": "1995-10-01", "abstract": [], "objIdentifier": "f6bb64c826b392ad36b4cabe04bd7214", "pissn": "0893-1321", "subject": ["Mechanical Engineering", "General Materials Science", "Civil and Structural Engineering", "Aerospace Engineering"], "eissn": "1943-5525", "author": [{"affiliation": [], "given": "Steven D.", "family": "Jolly"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://ascelibrary.org/doi/pdf/10.1061/%28ASCE%290893-1321%281995%298%3A4%28165%29", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1995-10", "accepted": null, "publisher": "American Society of Civil Engineers (ASCE)", "doi": "10.1061/(asce)0893-1321(1995)8:4(165)", "license": null, "url": "http://dx.doi.org/10.1061/(asce)0893-1321(1995)8:4(165)", "issn": [{"type": "print", "value": "0893-1321"}, {"type": "electronic", "value": "1943-5525"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Weld Joint Design for EVA Repair of On-Orbit Fluid Systems"], "funder": null, "datasourcePrefix": "crossref____"}
558
{"best_oa_location_url": "", "issued": "1961", "abstract": [], "objIdentifier": "41cf9a439b4e2c9f9de0933b6d71dc54", "pissn": "0034-6551", "subject": ["Linguistics and Language", "Literature and Literary Theory", "Language and Linguistics"], "eissn": "1471-6968", "author": [{"affiliation": [], "given": "HAROLD", "family": "JENKINS"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://academic.oup.com/res/article-pdf/XII/47/292/9914659/292.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1961", "accepted": null, "publisher": "Oxford University Press (OUP)", "doi": "10.1093/res/xii.47.292", "license": null, "url": "http://dx.doi.org/10.1093/res/xii.47.292", "issn": [{"type": "print", "value": "0034-6551"}, {"type": "electronic", "value": "1471-6968"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["REVIEWS"], "funder": null, "datasourcePrefix": "crossref____"}
559
{"best_oa_location_url": "", "issued": "2004-12-01", "abstract": "Cortical dysplasia is frequently associated with epilepsy but mechanisms underlying this association are poorly understood. Rats irradiated in utero serve as an injury-based model of cortical dysplasia. Prior studies in mature rats have shown a selective reduction in the number of neocortical interneurons after in utero irradiation. This study attempted to clarify the nature of the radiation injury to the developing neocortical GABAergic system after exposure to γ-irradiation on the 17th day of gestation (E17). Stereological methods were used to quantify absolute numbers of total neurons (TN) and GABAergic neurons in the neocortex on E21 and postnatal day 6 (P6). In irradiated rats, TN was decreased to about 50% of controls at both time points. However, TN doubled between the 2 time points, even in irradiated animals. In controls, GABAergic neurons increased 10-fold between E21 and P6, but there was no difference in GABAergic counts between the 2 time points in irradiated animals. This led to a dramatic reduction in the percentage of neocortical neurons that were GABAergic in irradiated animals at P6 (9% vs 18%). This study shows that, in contrast to non-GABAergic neurons, the neocortical GABAergic system has a limited capacity to recover from radiation-induced in utero injury.", "objIdentifier": "fcfbd61054fd6e8ef403da43bc7c1e11", "pissn": "0022-3069", "subject": ["Pathology and Forensic Medicine", "Cellular and Molecular Neuroscience", "Neurology", "Clinical Neurology", "General Medicine"], "eissn": "1554-6578", "author": [{"affiliation": [], "given": "Ara J.", "family": "Deukmedjian"}, {"affiliation": [], "given": "Michael A.", "family": "King"}, {"affiliation": [], "given": "Carla", "family": "Cuda"}, {"affiliation": [], "given": "Steven N.", "family": "Roper"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2004-12-1", "link": null, "published-print": "2004-12", "accepted": null, "publisher": "Oxford University Press (OUP)", "doi": "10.1093/jnen/63.12.1265", "license": null, "url": "http://dx.doi.org/10.1093/jnen/63.12.1265", "issn": [{"type": "print", "value": "0022-3069"}, {"type": "electronic", "value": "1554-6578"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["The GABAergic System of the Developing Neocortex Has a Reduced Capacity to Recover from In Utero Injury in Experimental Cortical Dysplasia"], "funder": null, "datasourcePrefix": "crossref____"}
560
{"best_oa_location_url": "", "issued": "2004-3-4", "abstract": [], "objIdentifier": "627b727e5951c0ee49148bdd2bfd53f4", "pissn": "0935-8943", "subject": ["Otorhinolaryngology"], "eissn": "1438-8685", "author": [{"affiliation": [], "given": "FB", "family": "Knapp"}, {"affiliation": [], "given": "T", "family": "Klenzner"}, {"affiliation": [], "given": "M", "family": "Hamad"}, {"affiliation": [], "given": "A", "family": "Aschendorff"}, {"affiliation": [], "given": "R", "family": "Laszig"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2004-3-4", "link": [{"URL": "http://www.thieme-connect.de/DOI/DOI?10.1055/s-2004-823224", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "accepted": null, "publisher": "Thieme Publishing Group", "doi": "10.1055/s-2004-823224", "license": null, "url": "http://dx.doi.org/10.1055/s-2004-823224", "issn": [{"type": "print", "value": "0935-8943"}, {"type": "electronic", "value": "1438-8685"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Aplasie und Hypoplasie des N. vestibulocochlearis: Einfluss auf die Cochlear Implantation"], "funder": null, "datasourcePrefix": "crossref____"}
561
{"best_oa_location_url": "", "issued": "1999-10-01", "abstract": [], "objIdentifier": "f75083652ea93fad957d7f4fa67135a8", "pissn": "0740-0020", "subject": ["Food Science", "Microbiology", "General Medicine"], "author": [{"affiliation": [], "given": "C.", "family": "Batt"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0740002099903210?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S0740002099903210?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "1999-10", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1006/fmic.1999.0321", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 938736000000, "date-time": "1999-10-01T00:00:00Z", "date-parts": [[1999, 10, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1006/fmic.1999.0321", "issn": [{"type": "print", "value": "0740-0020"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Supermen (and women) and miracle cures"], "funder": null, "datasourcePrefix": "crossref____"}
562
{"best_oa_location_url": "", "issued": "2012-4-01", "abstract": [], "objIdentifier": "0035246f20c9ce00319e98b714a844ba", "pissn": "1053-2498", "subject": ["Surgery", "Pulmonary and Respiratory Medicine", "Transplantation", "Cardiology and Cardiovascular Medicine"], "author": [{"affiliation": [], "given": "E.R.", "family": "Stephenson"}, {"affiliation": [], "given": "B.", "family": "Soleimani"}, {"affiliation": [], "given": "C.D.", "family": "Kline"}, {"affiliation": [], "given": "L.C.", "family": "Price"}, {"affiliation": [], "given": "C.", "family": "Brehm"}, {"affiliation": [], "given": "A.", "family": "El-Banayosy"}, {"affiliation": [], "given": "W.E.", "family": "Pae"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S105324981200589X?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S105324981200589X?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2012-4", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/j.healun.2012.01.575", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1333238400000, "date-time": "2012-04-01T00:00:00Z", "date-parts": [[2012, 4, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/j.healun.2012.01.575", "issn": [{"type": "print", "value": "1053-2498"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["562 Incidence of Major and Minor Mechanical Driveline Failure in Continuous Flow Left Ventricular Assist Devices"], "funder": null, "datasourcePrefix": "crossref____"}
563
{"best_oa_location_url": "", "issued": "2010-11-01", "abstract": [], "objIdentifier": "d9eff1547a3503677edbf29f4b36fcfb", "pissn": "0303-4259", "subject": ["Psychiatry and Mental health"], "eissn": "1439-0876", "author": [{"affiliation": [], "given": "Katarina", "family": "Stengler"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2010-11-2", "link": [{"URL": "http://www.thieme-connect.de/products/ejournals/pdf/10.1055/s-0030-1248626.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2010-11", "accepted": null, "publisher": "Thieme Publishing Group", "doi": "10.1055/s-0030-1248626", "license": null, "url": "http://dx.doi.org/10.1055/s-0030-1248626", "issn": [{"type": "print", "value": "0303-4259"}, {"type": "electronic", "value": "1439-0876"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Die Zwangserkrankung im Kontext psychiatrischer Versorgung"], "funder": null, "datasourcePrefix": "crossref____"}
564
{"best_oa_location_url": "", "issued": "2009-6-01", "abstract": [], "objIdentifier": "ef0a10473778311d337cfad1427ce0eb", "subject": null, "author": [{"affiliation": [], "given": "Pegah", "family": "Tavakolkhah"}, {"ORCID": "0000-0002-0591-6910", "affiliation": [], "given": "Mohammad", "family": "Rahmati"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0004", "value": "Conference object"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://xplorestaging.ieee.org/ielx5/5162127/5162128/05162951.pdf?arnumber=5162951", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2009-6", "accepted": null, "publisher": "IEEE", "doi": "10.1109/icbbe.2009.5162951", "license": null, "url": "http://dx.doi.org/10.1109/icbbe.2009.5162951", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Inference of Large-Scale Gene Regulatory Networks Using GA-Based Bayesian Network and Biological Knowledge"], "funder": null, "datasourcePrefix": "crossref____"}
565
{"best_oa_location_url": "", "issued": "2010", "abstract": [], "objIdentifier": "620ca958d377159dd4e090d67b209d70", "subject": null, "author": [{"affiliation": [], "given": "A.", "family": "Schwartz"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:B978343742501150048X?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:B978343742501150048X?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2010", "accepted": null, "publisher": "Elsevier", "doi": "10.1016/b978-3-437-42501-1.50048-x", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1262304000000, "date-parts": [[2010, 1, 1]], "date-time": "2010-01-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/b978-3-437-42501-1.50048-x", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Halbseitenlähmung"], "funder": null, "datasourcePrefix": "crossref____"}
566
{"best_oa_location_url": "", "issued": "2006-1-01", "abstract": [], "objIdentifier": "5da42c92ac722a92e5fb88c1b22490bf", "pissn": "1541-6151", "subject": null, "eissn": "1556-3502", "author": [{"affiliation": [], "given": "Stacy", "family": "Lathrop"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1525%2Fan.2006.47.1.27", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2006-1", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1525/an.2006.47.1.27", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1", "start": {"timestamp": 1441065600000, "date-time": "2015-09-01T00:00:00Z", "date-parts": [[2015, 9, 1]]}, "content-version": "tdm", "delay-in-days": 3530}], "url": "http://dx.doi.org/10.1525/an.2006.47.1.27", "issn": [{"type": "print", "value": "1541-6151"}, {"type": "electronic", "value": "1556-3502"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Evolutionary Approaches to Art and Human Creativity"], "funder": null, "datasourcePrefix": "crossref____"}
567
{"best_oa_location_url": "", "issued": "None", "abstract": "In this paper, we evaluate the system level perfor- mance of a spatial multiplexing with per common basis rate control (PCBRC) in which the active bases are selected at the receiver from the common unitary basis set known at both receiving and transmitting ends, conveyed to the transmitter using limited feedback, and assembled into a precoding matrix at the transmitter. System level capacity evaluation using spatial channel model (SCM) shows that the proposed PCBRC out- performs multi-mode antenna selection and precoder codebook design methods even with the same or lower feedback rate.", "objIdentifier": "737864e05b0b089e50eadadcd68ff351", "subject": null, "author": [{"affiliation": [], "family": "Do-Youn Kim"}, {"affiliation": [], "family": "Myoung-Won Lee"}, {"affiliation": [], "family": "Cheol Mun"}, {"affiliation": [], "family": "Jin-Kyu Han"}, {"affiliation": [], "family": "Jong-Gwan Yook"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0004", "value": "Conference object"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://xplorestaging.ieee.org/ielx5/10422/33099/01558991.pdf?arnumber=1558991", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "accepted": null, "publisher": "IEEE", "doi": "10.1109/vetecf.2005.1558991", "license": null, "url": "http://dx.doi.org/10.1109/vetecf.2005.1558991", "issn": null, "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["System level performance evaluation of spatial multiplexing with per common basis rate control"], "funder": null, "datasourcePrefix": "crossref____"}
568
{"best_oa_location_url": "http://doi.org/10.1093/nar/gku082", "issued": "2014-1-27", "abstract": "Insertional oncogene activation and aberrant splicing have proved to be major setbacks for retroviral stem cell gene therapy. Integrase-deficient human immunodeficiency virus-1-derived vectors provide a potentially safer approach, but their circular genomes are rapidly lost during cell division. Here we describe a novel lentiviral vector (LV) that incorporates human s-interferon scaffold/matrix-associated region sequences to provide an origin of replication for long-term mitotic maintenance of the episomal LTR circles. The resulting ‘anchoring’ non-integrating lentiviral vector (aniLV) achieved initial transduction rates comparable with integrating vector followed by progressive establishment of long-term episomal expression in a subset of cells. Analysis of aniLV-transduced single cell-derived clones maintained without selective pressure for >100 rounds of cell division showed sustained transgene expression from episomes and provided molecular evidence for long-term episome maintenance. To evaluate aniLV performance in primary cells, we transduced lineage-depleted murine hematopoietic progenitor cells, observing GFP expression in clonogenic progenitor colonies and peripheral blood leukocyte chimerism following transplantation into conditioned hosts. In aggregate, our studies suggest that scaffold/matrix-associated region elements can serve as molecular anchors for non-integrating lentivector episomes, providing sustained gene expression through successive rounds of cell division and progenitor differentiation in vitro and in vivo.", "objIdentifier": "09a0cedda7b9f5a39f4e91c9744db8cc", "pissn": "0305-1048", "subject": ["Genetics"], "eissn": "1362-4962", "author": [{"affiliation": [], "given": "Santhosh Chakkaramakkil", "family": "Verghese"}, {"ORCID": "0000-0001-6002-4125", "affiliation": [], "given": "Natalya A.", "family": "Goloviznina"}, {"affiliation": [], "given": "Amy M.", "family": "Skinner"}, {"affiliation": [], "given": "Hans J.", "family": "Lipps"}, {"affiliation": [], "given": "Peter", "family": "Kurre"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": "2014-1-27", "link": [{"URL": "http://academic.oup.com/nar/article-pdf/42/7/e53/", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2014-4", "accepted": null, "publisher": "Oxford University Press (OUP)", "doi": "10.1093/nar/gku082", "license": null, "url": "http://dx.doi.org/10.1093/nar/gku082", "issn": [{"type": "print", "value": "0305-1048"}, {"type": "electronic", "value": "1362-4962"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["S/MAR sequence confers long-term mitotic stability on non-integrating lentiviral vector episomes without selection"], "funder": null, "datasourcePrefix": "crossref____"}
569
{"best_oa_location_url": "", "issued": "2014-2-01", "abstract": [], "objIdentifier": "854d6d3d733f4220d050baa3ae62f174", "pissn": "1552-4450", "subject": ["Cell Biology", "Molecular Biology"], "eissn": "1552-4469", "author": [{"affiliation": [], "given": "Catherine", "family": "Goodman"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2014-2-1", "link": [{"URL": "http://www.nature.com/articles/nchembio.1443.pdf", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}, {"URL": "http://www.nature.com/articles/nchembio.1443", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/html"}, {"URL": "http://www.nature.com/articles/nchembio.1443.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "application/pdf"}], "published-print": "2014-2", "accepted": null, "publisher": "Springer Nature", "doi": "10.1038/nchembio.1443", "license": [{"URL": "http://www.springer.com/tdm", "start": {"timestamp": 1391212800000, "date-parts": [[2014, 2, 1]], "date-time": "2014-02-01T00:00:00Z"}, "content-version": "unspecified", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1038/nchembio.1443", "issn": [{"type": "print", "value": "1552-4450"}, {"type": "electronic", "value": "1552-4469"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Brucei's next top model"], "funder": null, "datasourcePrefix": "crossref____"}
570
{"best_oa_location_url": "", "issued": "2015-12-01", "abstract": "Financial modeling is a representation of different aspects pertaining to finance or security of an enterprise or a firm. The representation provides information, calculations, and recommendations based on the outcome of modeling in order to guide enterprises on the alternatives or actions to perform. In the advent of computer technology financial modeling has evolved from simple formulary calculations to complex computer programs which can process large volumes of information. The goal of this research study was to analyse different types of financial modeling, the impact of computer technology in financial modeling, and the effectiveness of e-finance financial modeling to enterprises including security issues. The research contributed in understanding E-Finance financial modeling, identifying factors impeding its successful adoption, and recommended strategies as well as areas that need further research to successfully improve the adoption of such innovations. The research depended on peer reviewed papers in the field of financial modeling to provide available empiric evidence as well as explore the basis of different financial models to come up with valid and reliable data. The findings show that firms are rapidly adopting e-finance financial modeling because they find it to be effective although they have to spend a lot of funds in employing financial modeling experts, installing programs or softwares, and maintaining softwares against online risks. Computer technology has enabled large volumes of information to be analysed within a short time although the cost factor a challenge and softwares have to be protected against malwares. The research found that several financial models exist, but the choice of one depends on the needs of an enterprise. However, the field of e-finance financial modeling needs further research to update the available financial models to cope up with the current constantly changing financial dynamics of firms.", "objIdentifier": "526394e88e2fbc4816f4231800674f07", "subject": null, "author": [{"affiliation": [], "given": "Irfan", "family": "Sayyed"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0004", "value": "Conference object"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://xplorestaging.ieee.org/ielx7/7430173/7435618/07435685.pdf?arnumber=7435685", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2015-12", "accepted": null, "publisher": "IEEE", "doi": "10.1109/iccic.2015.7435685", "license": null, "url": "http://dx.doi.org/10.1109/iccic.2015.7435685", "issn": null, "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["E-finance financial modeling"], "funder": null, "datasourcePrefix": "crossref____"}
571
{"best_oa_location_url": "", "issued": "2003", "abstract": [], "objIdentifier": "1ac67e08b411ad1fdc2b8bf218c63568", "subject": null, "author": [{"affiliation": [], "given": "Stefania", "family": "Lamon-Fava"}, {"affiliation": [], "given": "Ernst J.", "family": "Schaefer"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/978-1-4615-0471-9_6", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2003", "accepted": null, "publisher": "Springer US", "doi": "10.1007/978-1-4615-0471-9_6", "license": null, "url": "http://dx.doi.org/10.1007/978-1-4615-0471-9_6", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Abnormalities in Lipid Metabolism in HIV"], "funder": null, "datasourcePrefix": "crossref____"}
572
{"best_oa_location_url": "", "issued": "1981-12-01", "abstract": "This differentation often appears impossible at pubertal age. In groups of boys the conditions differ in plasma testosterone response to HCG and LH response to GnRH. However, in clinically unclear individual cases the tests often fail too. We have followed 32 boys until the diagnosis of hypogonadotrophism was clinically certain. All had been given a GnRH test (3.5 μg/kg up to the maximum of 100 μg GnRH iv) and some an HCG test (5000 IU/m2 im on days 1, 3, 8 and 10, with determination of serum testosterone on days 1 and 15). We have compared their results with the results of 68 normal boys at similar, usually markedly delayed development. Every primary test parameter showed an overlap between the two groups. Best in discrimination were the logarithms of stimulated testosterone level (lnTs) and maximal increment in LH level (lnΔ LHmax). The lower limit of 90% confidence range for lnTs in the reference series detected 6/8 of the hypogonadotrophic against none of the reference boys. The same limit for lnΔLHmax detected 64% of the hypogonadotrophic boys in 47 tests against 4% of the reference boys. The product of these two parameters (lnTs × lnΔLHmax) appears superior. Data being so far available for 8 hypogonadotrophic and 17 reference boys, these groups are completely separated by the product, and with a wide margin. Further data are being collected to allow a reliable evaluation of this new diagnostic parameter.", "objIdentifier": "ed6ac5286e30da6fc04b07f8b90aad6b", "pissn": "0031-3998", "subject": ["Pediatrics, Perinatology, and Child Health"], "eissn": "1530-0447", "author": [{"affiliation": [], "given": "J", "family": "Perheentupa"}, {"affiliation": [], "given": "J", "family": "Mäenpää"}, {"affiliation": [], "given": "M", "family": "Virtanen"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1981-12", "accepted": null, "publisher": "Springer Nature", "doi": "10.1203/00006450-198112000-00180", "license": null, "url": "http://dx.doi.org/10.1203/00006450-198112000-00180", "issn": [{"type": "print", "value": "0031-3998"}, {"type": "electronic", "value": "1530-0447"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Diagnosis of hypogonadotrophism versus delayed puberty in the male at pubertal age"], "funder": null, "datasourcePrefix": "crossref____"}
573
{"publisher": "IEEE", "doi": "10.1109/ests.2017.8069329", "license": null, "author": [{"affiliation": [], "given": "Torstein I.", "family": "Bo"}, {"affiliation": [], "given": "Anna", "family": "Swider"}, {"affiliation": [], "given": "Eilif", "family": "Pedersen"}], "url": "http://dx.doi.org/10.1109/ests.2017.8069329", "issued": "2017-8-01", "abstract": [], "issn": null, "dateOfCollection": "2018-08-07 12:28:06Z", "datasourcePrefix": "crossref____", "link": [{"URL": "http://xplorestaging.ieee.org/ielx7/8062839/8069243/08069329.pdf?arnumber=8069329", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "objIdentifier": "857c395b5488ffc28b03c861fe6e9636", "published-print": "2017-8", "collectedFrom": [{"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Investigation of drivetrain losses of a DP vessel"], "funder": null, "accepted": null, "type": {"cobj": "0004", "value": "Conference object"}, "is_oa": false, "published-online": null, "subject": null}
574
{"best_oa_location_url": "", "issued": "1997-9-01", "abstract": [], "objIdentifier": "c1f23a85d8ffd78138920371e060af24", "pissn": "8755-0024", "subject": ["Management of Technology and Innovation", "Modelling and Simulation"], "eissn": "1099-0747", "author": [{"affiliation": [], "given": "David", "family": "McSherry"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1002%2F(SICI)1099-0747(199709%2F12)13:3%2F4%3C415::AID-ASM336%3E3.0.CO;2-2", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1997-9", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1002/(sici)1099-0747(199709/12)13:3/4<415::aid-asm336>3.0.co;2-2", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", "start": {"timestamp": 1441065600000, "date-parts": [[2015, 9, 1]], "date-time": "2015-09-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 6574}], "url": "http://dx.doi.org/10.1002/(sici)1099-0747(199709/12)13:3/4<415::aid-asm336>3.0.co;2-2", "issn": [{"type": "print", "value": "8755-0024"}, {"type": "electronic", "value": "1099-0747"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Hypothetico-deductive data mining"], "funder": null, "datasourcePrefix": "crossref____"}
575
{"issued": "2016-11-9", "abstract": [], "objIdentifier": "87888581a86d717d36763fd6e00e1f54", "pissn": "2252-021X", "subject": null, "accepted": null, "author": [{"affiliation": [], "given": "Hassan", "family": "Zarghani"}, {"affiliation": [], "given": "Reza", "family": "Jafari"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2016-11-9", "link": [{"URL": "http://jjhsci.com/en/articles/21942.html", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "eissn": "2252-0627", "publisher": "Kowsar Medical Institute", "doi": "10.5812/jjhs.40791", "license": null, "url": "http://dx.doi.org/10.5812/jjhs.40791", "issn": [{"type": "print", "value": "2252-021X"}, {"type": "electronic", "value": "2252-0627"}], "collectedFrom": [{"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Assessment of Outdoor and Indoor Background Gamma Radiation, the Annual Effective Dose and Excess Lifetime Cancer Risk in Birjand, Iran"], "funder": null, "datasourcePrefix": "crossref____"}
576
{"best_oa_location_url": "", "issued": "2015-9-18", "abstract": "Abstract Nonparametric modelling of count data is partly motivated by the fact that using parametric count models not only runs the risk of model misspecification but also is rather restrictive in terms of local approximation. Accordingly, we present a framework of using nonparametric mixtures for flexible modelling of count data. We consider the use of the least squares function in nonparametric mixture modelling and provide two algorithms for least squares fitting of nonparametric mixtures. Two illustrations of the framework are given, each with a particular nonparametric mixture. One illustration is the use of the nonparametric Poisson mixture for general modelling purposes. The other illustration is concerned with modelling of count data from some decreasing distribution, in which the Poisson mixture distribution is less appropriate, for its fitted distribution might not be a decreasing distribution. We define a mixture distribution called the discrete decreasing beta mixture distribution that always has fitted probabilities conforming with the assumption of decreasing probabilities. Through numerical studies, we demonstrate the performance of nonparametric mixtures as modelling tools.", "objIdentifier": "7699e2e403884f6d29b01ea426d6175c", "pissn": "1863-8171", "subject": ["Modelling and Simulation", "Economics and Econometrics", "Statistics and Probability", "Social Sciences (miscellaneous)", "Applied Mathematics", "Analysis"], "eissn": "1863-818X", "author": [{"affiliation": [], "given": "Chew-Seng", "family": "Chee"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2015-9-18", "link": [{"URL": "http://link.springer.com/content/pdf/10.1007/s10182-015-0255-7.pdf", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}, {"URL": "http://link.springer.com/article/10.1007/s10182-015-0255-7/fulltext.html", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/html"}, {"URL": "http://link.springer.com/content/pdf/10.1007/s10182-015-0255-7", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2016-7", "accepted": null, "publisher": "Springer Nature", "doi": "10.1007/s10182-015-0255-7", "license": [{"URL": "http://www.springer.com/tdm", "start": {"timestamp": 1442534400000, "date-parts": [[2015, 9, 18]], "date-time": "2015-09-18T00:00:00Z"}, "content-version": "vor", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1007/s10182-015-0255-7", "issn": [{"type": "print", "value": "1863-8171"}, {"type": "electronic", "value": "1863-818X"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Modelling of count data using nonparametric mixtures"], "funder": [{"name": "Universiti Malaysia Terengganu", "award": ["No. 68007/2013/121"]}], "datasourcePrefix": "crossref____"}
577
{"best_oa_location_url": "", "issued": "1987-8-01", "abstract": [], "objIdentifier": "a97324a26bef85b5ca3cda02f07d6a57", "pissn": "0195-9131", "subject": ["Physical Therapy, Sports Therapy and Rehabilitation", "Orthopedics and Sports Medicine"], "author": [{"affiliation": [], "given": "THOMAS W.", "family": "ROWLAND"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1987-8", "accepted": null, "publisher": "Ovid Technologies (Wolters Kluwer Health)", "doi": "10.1249/00005768-198708000-00012", "license": null, "url": "http://dx.doi.org/10.1249/00005768-198708000-00012", "issn": [{"type": "print", "value": "0195-9131"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Post-exercise echocardiography in pre-pubertal boys"], "funder": null, "datasourcePrefix": "crossref____"}
578
{"best_oa_location_url": "", "issued": "2008-1-22", "abstract": [], "objIdentifier": "d33899b061290a71aa39a36724b2c97f", "pissn": "1539-3755", "subject": ["Statistics and Probability", "Statistical and Nonlinear Physics", "Condensed Matter Physics"], "eissn": "1550-2376", "author": [{"affiliation": [], "given": "Bao-quan", "family": "Ai"}, {"affiliation": [], "given": "Xian-ju", "family": "Wang"}, {"affiliation": [], "given": "Liang-gang", "family": "Liu"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2008-1-22", "link": [{"URL": "http://link.aps.org/article/10.1103/PhysRevE.77.013902", "intended-application": "syndication", "content-version": "vor", "content-type": "unspecified"}, {"URL": "http://harvest.aps.org/v2/journals/articles/10.1103/PhysRevE.77.013902/fulltext", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "accepted": null, "publisher": "American Physical Society (APS)", "doi": "10.1103/physreve.77.013902", "license": [{"URL": "http://link.aps.org/licenses/aps-default-license", "start": {"timestamp": 1200960000000, "date-time": "2008-01-22T00:00:00Z", "date-parts": [[2008, 1, 22]]}, "content-version": "vor", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1103/physreve.77.013902", "issn": [{"type": "print", "value": "1539-3755"}, {"type": "electronic", "value": "1550-2376"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Reply to “Comment on ‘Correlated noise in a logistic growth model’ ”"], "funder": null, "datasourcePrefix": "crossref____"}
579
{"best_oa_location_url": "", "issued": "2007-10-01", "abstract": "Catalytic esterase peptide dendrimers with a core active site were discovered by functional screening of a 65 536-member combinatorial library of third-generation peptide dendrimers using fluorogenic 1-acyloxypyrene-3,6,8-trisulfonates as substrates. In the best catalyst, RMG3, ((AcTyrThr) 8 (DapTrpGly)4-(DapArgSerGly) 2 DapHisSerNH 2 ), ester hydrolysis is catalyzed by a single catalytic histidine residue at the dendrimer core. A pair of arginine residues in the first-generation branch assists substrate binding. The catalytic proficiency of dendrimer RMG3 (k cat /K M  = 860 M -1  min -1  at pH 6.9) per catalytic site is comparable to that of the multivalent esterase dendrimer A3 ((AcHisSer)8(DapHisSer)4(DapHisSer)2DapHisSerNH2) which has fifteen histidines and five catalytic sites (Delort, E. et al. J. Am. Chem. Soc. 2004, 126, 15642-15643). Remarkably, catalysis in the single site dendrimer RMG3 is enhanced by the outer dendritic branches consisting of aromatic amino acids. These interactions take place in a relatively compact conformation similar to a molten globule protein as demonstrated by diffusion NMR. In another dendrimer, HG3 ((AcllePro)8(DaplleThr)4(DapHisAla)2DapHisLeuNH2) by contrast, catalysis by a core of three histidine residues is unaffected by the outer dendritic layers. Dendrimer HG3 or its core HG1 exhibit comparable activity to the first-generation dendrimer A1 ((AcHisSer) 2 DapHisSerNH 2 ). The compactness of dendrimer HG3 in solution is close to that a denatured peptide. These experiments document the first esterase peptide dendrimer enzyme models with a single catalytic site and suggest a possible relationship between packing and catalysis in these systems.", "objIdentifier": "e1e72e184c718898f909be01fb9f103f", "pissn": "0002-7863", "subject": ["Colloid and Surface Chemistry", "Biochemistry", "General Chemistry", "Catalysis"], "eissn": "1520-5126", "author": [{"affiliation": [], "given": "Sacha", "family": "Javor"}, {"affiliation": [], "given": "Estelle", "family": "Delort"}, {"affiliation": [], "given": "Tamis", "family": "Darbre"}, {"affiliation": [], "given": "Jean-Louis", "family": "Reymond"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://pubs.acs.org/doi/pdf/10.1021/ja074115f", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2007-10", "accepted": null, "publisher": "American Chemical Society (ACS)", "doi": "10.1021/ja074115f", "license": null, "url": "http://dx.doi.org/10.1021/ja074115f", "issn": [{"type": "print", "value": "0002-7863"}, {"type": "electronic", "value": "1520-5126"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["A Peptide Dendrimer Enzyme Model with a Single Catalytic Site at the Core"], "funder": null, "datasourcePrefix": "crossref____"}
580
{"best_oa_location_url": "", "issued": "1980", "abstract": [], "objIdentifier": "c1f1bf565373d6777d1528ba33a4863d", "subject": null, "author": [{"affiliation": [], "given": "John", "family": "Eldridge"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://link.springer.com/content/pdf/10.1007/978-1-349-16508-7_12", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1980", "accepted": null, "publisher": "Palgrave Macmillan UK", "doi": "10.1007/978-1-349-16508-7_12", "license": null, "url": "http://dx.doi.org/10.1007/978-1-349-16508-7_12", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["A New Sociology of Development: Panacea or Programme?"], "funder": null, "datasourcePrefix": "crossref____"}
581
{"best_oa_location_url": "", "issued": "1999", "abstract": "The question of what clients experience as helpful in counseling was examined via concept mapping, a methodological approach combining qualitative and quantitative strategies. The purpose of the study was to clarify the scope and interrelations among elements of the retrospective experience of helpfulness among 36 clients who had completed counseling after an average of 11 sessions. Five thematic clusters consistent with previous research were identified: Counselor Facilitative Interpersonal Style, Counselor Interventions, Generating Client Resources, New Perspectives, and Client Self-Disclosure. Four new thematic clusters were also identified: Emotional Relief, Gaining Knowledge, Accessibility, and Client Resolutions. The structure of the concept map generated by the participants in this study was found to be consistent with an integrative, pantheoretical model of the counseling process.", "objIdentifier": "680b9ba0f174bee5cfc59134eeb61204", "pissn": "0022-0167", "subject": ["Clinical Psychology", "Psychiatry and Mental health", "Social Psychology", "General Medicine"], "author": [{"affiliation": [], "given": "Barbara L.", "family": "Paulson"}, {"affiliation": [], "given": "Derek", "family": "Truscott"}, {"affiliation": [], "given": "Janice", "family": "Stuart"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1999", "accepted": null, "publisher": "American Psychological Association (APA)", "doi": "10.1037//0022-0167.46.3.317", "license": null, "url": "http://dx.doi.org/10.1037//0022-0167.46.3.317", "issn": [{"type": "print", "value": "0022-0167"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Clients' perceptions of helpful experiences in counseling."], "funder": null, "datasourcePrefix": "crossref____"}
582
{"best_oa_location_url": "", "issued": "None", "abstract": [], "objIdentifier": "f0ea1725d2237373aba38a7e203d850d", "subject": null, "author": [{"affiliation": [], "name": "AMS F Corrosion Heat Resistant Alloys Committee"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0020", "value": "Other"}, "is_oa": false, "published-online": null, "link": null, "published-print": null, "accepted": null, "publisher": "SAE International", "doi": "10.4271/ams5607c", "license": null, "url": "http://dx.doi.org/10.4271/ams5607c", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Nickel Alloy, Corrosion and Heat-Resistant, Sheet, Strip, and Plate, 73Ni - 7.0Cr - 16.5Mo, Solution Heat Treated"], "funder": null, "datasourcePrefix": "crossref____"}
583
{"best_oa_location_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.538.7622", "issued": "2005", "abstract": "Abstract   This paper is concerned with advanced control of self-transfer-type automatic pouring robot, with focus on the pouring control to cylindrical ladle and sloshing suppression (liquid vibration) control to the liquid in a ladle. In the pouring control, the flow rate model of cylindrical ladle is represented by LPV(Linear Parameter Varying) model, and FeedForward(FF) controller is then designed by using inverse systems of motor and flow rate model. In the sloshing suppression control, the natural frequency of sloshing of liquid in the ladle is varied by tilting ladle. Therefore, the natural frequency of sloshing is identified by using Short Time Fourier Transform, and the controllers are designed by Hybrid Shape Approach. The validity of proposed control system is demonstrated through experiments.", "objIdentifier": "5dd1486d2605209672a885a35a278a53", "pissn": "1474-6670", "subject": null, "author": [{"affiliation": [], "given": "Yoshiyuki", "family": "Noda"}, {"affiliation": [], "given": "Ken'ichi", "family": "Yano"}, {"affiliation": [], "given": "Kazuhiko", "family": "Terashima"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S1474667016374833?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}, {"URL": "http://api.elsevier.com/content/article/PII:S1474667016374833?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}], "published-print": "2005", "accepted": null, "publisher": "Elsevier BV", "doi": "10.3182/20050703-6-cz-1902.01471", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1104537600000, "date-time": "2005-01-01T00:00:00Z", "date-parts": [[2005, 1, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.3182/20050703-6-cz-1902.01471", "issn": [{"type": "print", "value": "1474-6670"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["CONTROL OF SELF-TRANSFER-TYPE AUTOMATIC POURING ROBOT WITH CYLINDRICAL LADLE"], "funder": null, "datasourcePrefix": "crossref____"}
584
{"best_oa_location_url": "", "issued": "1992-7-15", "abstract": [], "objIdentifier": "b0e749745c90fbc32a34a9804fb9a2fe", "pissn": "0003-2670", "subject": ["Analytical Chemistry", "Spectroscopy", "Biochemistry", "Environmental Chemistry"], "author": [{"affiliation": [], "given": "J", "family": "Sherma"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:0003-2670(92)80051-8?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:0003-2670(92)80051-8?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "1992-7-15", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/0003-2670(92)80051-8", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 711158400000, "date-time": "1992-07-15T00:00:00Z", "date-parts": [[1992, 7, 15]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/0003-2670(92)80051-8", "issn": [{"type": "print", "value": "0003-2670"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["The Periodic Table for Chromatographers Wiley, Chichester, 1992 (ISBN 0471-93149-7). v + 129 pp. Price £60.00/US$128.00"], "funder": null, "datasourcePrefix": "crossref____"}
585
{"best_oa_location_url": "", "issued": "1971-4-01", "abstract": [], "objIdentifier": "b852e4e9961cb62d33ea8b3c6273dc86", "pissn": "0028-0836", "subject": ["Multidisciplinary"], "eissn": "1476-4687", "author": [{"affiliation": [], "given": "M.", "family": "BJEGOVIĆ"}, {"affiliation": [], "given": "M.", "family": "RANDIĆ"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "1971-4-30", "link": [{"URL": "http://www.nature.com/articles/Art230587a0.pdf", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}, {"URL": "http://www.nature.com/articles/Art230587a0", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/html"}, {"URL": "http://www.nature.com/articles/Art230587a0.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "application/pdf"}], "published-print": "1971-4", "accepted": null, "publisher": "Springer Nature", "doi": "10.1038/230587a0", "license": [{"URL": "http://www.springer.com/tdm", "start": {"timestamp": 39312000000, "date-time": "1971-04-01T00:00:00Z", "date-parts": [[1971, 4, 1]]}, "content-version": "vor", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1038/230587a0", "issn": [{"type": "print", "value": "0028-0836"}, {"type": "electronic", "value": "1476-4687"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Effect of Lithium Ions on the Release of Acetylcholine from the Cerebral Cortex"], "funder": null, "datasourcePrefix": "crossref____"}
586
{"best_oa_location_url": "", "issued": "2008", "abstract": [], "objIdentifier": "504fea6fb328f6d65508a309c73c5779", "pissn": "2038-5714", "subject": null, "author": [{"affiliation": [], "given": "Egidio Landi", "family": "Degl’Innocenti"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/978-88-470-0678-2_6", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2008", "accepted": null, "publisher": "Springer Milan", "doi": "10.1007/978-88-470-0678-2_6", "license": null, "url": "http://dx.doi.org/10.1007/978-88-470-0678-2_6", "issn": [{"type": "print", "value": "2038-5714"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["L’interno del Sole"], "funder": null, "datasourcePrefix": "crossref____"}
587
{"best_oa_location_url": "", "issued": "None", "abstract": [], "objIdentifier": "f1c8aceed1e13cd87934b87a4d558c52", "subject": null, "author": [{"affiliation": [], "given": "Jack P.", "family": "Greene"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": null, "published-print": null, "accepted": null, "publisher": "Cambridge University Press", "doi": "10.1017/cbo9781139343831.005", "license": null, "url": "http://dx.doi.org/10.1017/cbo9781139343831.005", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["“A Fabric at Once the Dread and Wonder of the World”"], "funder": null, "datasourcePrefix": "crossref____"}
588
{"best_oa_location_url": "", "issued": "2010-1-29", "abstract": "Recent interest in spatial pattern in terrestrial ecosystems has come from an awareness of the intimate relationship between spatial heterogeneity of soil resources and maintenance of plant species diversity. Soil and vegetation can vary spatially in response to several state factors of the system. In this study, we examined fine-scale spatial variability of soil nutrients and vascular plant species in contrasting herb-dominated communities (a pasture and an old field) to determine degree of spatial dependence among soil variables and plant community characteristics within these communities by sampling at 1-m intervals. Each site was divided into 25 1-m2 plots. Mineral soil was sampled (2-cm diameter, 5-cm depth) from each of four 0.25-m2 quarters and combined into a single composite sample per plot. Soil organic matter was measured as loss-on-ignition. Extractable NH4 and NO3 were determined before and after laboratory incubation (28 days at 27°C) to determine potential net N mineralization and nitrification. Cations were analyzed using inductively coupled plasma emission spectrometry. Vegetation was assessed using estimated percent cover. Most soil and plant variables exhibited sharp contrasts between pasture and old-field sites, with the old field having significantly higher net N mineralization/nitrification, pH, Ca, Mg, Al, plant cover, and species diversity, richness, and evenness. Multiple regressions revealed that all plant variables (species diversity, richness, evenness, and cover) were significantly related to soil characteristics (available nitrogen, organic matter, moisture, pH, Ca, and Mg) in the pasture; in the old field only cover was significantly related to soil characteristics (organic matter and moisture). Both sites contrasted sharply with respect to spatial pattern of soil variables, with the old field exhibiting a higher degree of spatial dependence. These results demonstrate that land-use practices can exert profound influence on spatial heterogeneity of both soil properties and vegetation in herb-dominated communities.", "objIdentifier": "ebb09f5cafe13ec69a48bdcab11b4d1b", "pissn": "1385-0237", "subject": ["Plant Science", "Ecology"], "eissn": "1573-5052", "author": [{"affiliation": [], "given": "Frank S.", "family": "Gilliam"}, {"affiliation": [], "given": "David A.", "family": "Dick"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2010-1-29", "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/s11258-010-9725-x", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2010-7", "accepted": null, "publisher": "Springer Nature", "doi": "10.1007/s11258-010-9725-x", "license": null, "url": "http://dx.doi.org/10.1007/s11258-010-9725-x", "issn": [{"type": "print", "value": "1385-0237"}, {"type": "electronic", "value": "1573-5052"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Spatial heterogeneity of soil nutrients and plant species in herb-dominated communities of contrasting land use"], "funder": null, "datasourcePrefix": "crossref____"}
589
{"best_oa_location_url": "", "issued": "2015-9-3", "abstract": "To determine the diagnostic value of risk factor analysis (age, duration of menopause, body mass index and physical activities) and radiological imaging (Singh index and cortical index of the femoral neck) in diagnosing osteoporosis in post-menopausal women, this study was cross sectional on 200 menopausal women without secondary risk factor for osteoporosis. They were classified proportionally using the Singh index. The Singh index and cortical index of the femoral neck were evaluated using femoral neck anterio-posterior X-ray. Physical activities were measured using a Historical leisure activity questionnaire. 14% women were found osteoporotic whereas osteopenia was observed in 62.5% women. The score system algorithm was the best method for determining osteoporosis in post-menopausal women. If there is osteopenia, evaluation using DEXA is then required. However score system algorithm cannot be used to follow up the therapy.          Keywords:  Postmenopausal; Singh’s index; Osteoporosis   Â", "objIdentifier": "1a44d168c6e384d8070d8644f533b6f0", "subject": null, "accepted": null, "author": [{"affiliation": [], "given": "Neeta", "family": "Natu"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2015-9-3", "link": [{"URL": "http://www.gratisoa.org/journals/index.php/JBO/article/viewFile/29/44", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}], "published-print": null, "eissn": "2470-4539", "publisher": "Gratis Open Access Publishers LLC", "doi": "10.18314/jbo.v1i1.29", "license": null, "url": "http://dx.doi.org/10.18314/jbo.v1i1.29", "issn": [{"type": "electronic", "value": "2470-4539"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Detection of Osteoporosis in Postmenopausal Women by Singh’s Index"], "funder": null, "datasourcePrefix": "crossref____"}
590
{"best_oa_location_url": "", "issued": "1989-2-01", "abstract": "The author examines the evolution of digital computers and the question of whether modern computers are any different in principle and basic architecture from the computers of several decades ago. He describes the basic Von Neumann style, serial computer architecture. He discusses two ways to speed up the performance: overlapping of instruction fetch, decode, and execution, called the principle of pipelining; and partitioning programs into small jobs and executing each job in a separate unit, called parallel processing. A new breed of computing systems that has started to emerge is described. Commonly called artificial neural systems (ANS), they are modeled after biological neural networks. >", "objIdentifier": "a2b89b95e9ab04109bbe4075612f8287", "pissn": "0278-6648", "subject": ["Strategy and Management", "Electrical and Electronic Engineering", "Education"], "author": [{"affiliation": [], "given": "R.", "family": "Braham"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://xplorestaging.ieee.org/ielx1/45/1369/00031583.pdf?arnumber=31583", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1989-2", "accepted": null, "publisher": "Institute of Electrical and Electronics Engineers (IEEE)", "doi": "10.1109/45.31583", "license": null, "url": "http://dx.doi.org/10.1109/45.31583", "issn": [{"type": "print", "value": "0278-6648"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Progress report on digital computers"], "funder": null, "datasourcePrefix": "crossref____"}
591
{"best_oa_location_url": "", "issued": "2006-1-01", "abstract": "Delhi lies in the sub-Himalayan plains and the existence of iodine deficiency is well established. Iodised salt was introduced in Delhi nearly two decades ago. The aim of the present study was to determine the status of iodine nutrition in school-aged children and the prevalence of autoimmune thyroiditis. A total of 4,320 schoolchildren (2,218 [51.3%] boys) aged 10-16 years were studied. Goitre was detected in 396 children, an overall goitre prevalence of 9.2%. Of the 396 children with goitre, 112 (28.3%) had evidence of autoimmune thyroiditis (AIT). The median urinary iodine (UI) excretion in the study population as a whole was 14.6 μg/dl. The median UI in the group of children with goiter was 13.3 μg/dl, whereas UI in children with goiter and evidence of AIT was 16.6 μg/dl (p <0.01). Of the 112 children with AIT, 77 (68.7%) were euthyroid, 23 (20.5%) had subclinical hypothyroidism, eight (7.2%) had hypothyroidism and the remaining four (3.6%) had hyperthyroidism. UI was high in goitrous children with AIT, and in children with thyroid dysfunction. Further studies are needed to clarify whether the higher UI in goitrous children with AIT is causally related to AIT or is due to the inability of the diseased thyroid to trap available iodine efficiently.", "objIdentifier": "e1d693aab190fc468f025632097f45fb", "pissn": "0334-018X", "subject": ["Pediatrics, Perinatology, and Child Health", "Endocrinology, Diabetes and Metabolism", "Endocrinology"], "eissn": "2191-0251", "author": [{"affiliation": [], "given": "S.", "family": "Gopalakrishnan"}, {"affiliation": [], "given": "S.P.", "family": "Singh"}, {"affiliation": [], "given": "W.R.", "family": "Prasad"}, {"affiliation": [], "given": "S.K.", "family": "Jain"}, {"affiliation": [], "given": "V.K.", "family": "Ambardar"}, {"affiliation": [], "given": "R.", "family": "Sankar"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "https://www.degruyter.com/view/j/jpem.2006.19.7/jpem.2006.19.7.889/jpem.2006.19.7.889.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2006-1", "accepted": null, "publisher": "Walter de Gruyter GmbH", "doi": "10.1515/jpem.2006.19.7.889", "license": null, "url": "http://dx.doi.org/10.1515/jpem.2006.19.7.889", "issn": [{"type": "print", "value": "0334-018X"}, {"type": "electronic", "value": "2191-0251"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Prevalence of Goitre and Autoimmune Thyroiditis in Schoolchildren in Delhi, India, After Two Decades of Salt Iodisation"], "funder": null, "datasourcePrefix": "crossref____"}
592
{"best_oa_location_url": "", "issued": "1995", "abstract": [], "objIdentifier": "9a15c756f5440b617926e17363378a82", "subject": null, "author": [{"affiliation": [], "given": "Gundula", "family": "Schön"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/978-3-642-78962-5_14", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1995", "accepted": null, "publisher": "Springer Berlin Heidelberg", "doi": "10.1007/978-3-642-78962-5_14", "license": null, "url": "http://dx.doi.org/10.1007/978-3-642-78962-5_14", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Grundwasserkontaminationen in einem großstädtischen Ballungszentrum Probleme zwischen Sanieren und Bauen"], "funder": null, "datasourcePrefix": "crossref____"}
593
{"best_oa_location_url": "", "issued": "2003-11-20", "abstract": "To guarantee the end-to-end quality of service (QoS) delivery of rich multimedia consuming large bandwidth over IP, network resources have to be reserved in advance. To reserve the resources, advance reservation requests specify their desired service duration while conventional requests referred as immediate reservations do not. When these two types of requests are mixed, we need to balance them and provide an efficient resource sharing scheme. Focusing that the service time durations are partly flexible and may be adjusted with negotiation (although depending on the type of requests), we propose a new bandwidth scheduling scheme in this paper. The adopted models for service duration flexibility, user utility, and network cost are utilized to trade off the conflicting interests of provider and users and to balance the resource provisioning to both types of requests. By modeling the operation of resource manager (i.e., bandwidth broker) over the differentiated service (DiffServ) QoS provisioning, network simulation is conducted. The performance of proposed scheduling is then evaluated in terms of overall bandwidth utilization, total accomplished user utility, and reservation blocking rate.", "objIdentifier": "b1f69cfff55bbdebfa30a077d8985a86", "subject": null, "author": [{"affiliation": [], "given": "Dong-Hoon", "family": "Yi"}, {"affiliation": [], "given": "JongWon", "family": "Kim"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0004", "value": "Conference object"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2003-11-20", "accepted": null, "publisher": "SPIE", "doi": "10.1117/12.507721", "license": null, "url": "http://dx.doi.org/10.1117/12.507721", "issn": null, "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Bandwidth scheduling with advance reservation for enhanced media delivery over QoS-provisioned network"], "funder": null, "datasourcePrefix": "crossref____"}
594
{"best_oa_location_url": "", "issued": "2011-1-01", "abstract": "The Australian National Centre for Ocean Resources and Security hosted a seminar to discuss issues of transboundary environmental governance with a focus on marine and coastal areas.1 Effective protection of the marine environment increasingly requires cooperation between neighbouring states, international organisations, government entities and communities within states. The general obligation to protect and preserve the marine environment in the United Nations Convention on the Law of the Sea 1982 has been supplemented with a wide range of complementary obligations under international environmental law to conserve marine biodiversity, implement environmental impact assessment and other tools to protect the marine environment and governance measures such as environmental audits and dispute resolution. To protect and preserve its vast marine environment and conserve its biodiversity, Australia collaborates across maritime boundaries with regional partners and works through international organisations to put in place best practice measures.", "objIdentifier": "39a434230c88383f7e674d308a690e10", "pissn": "1836-6503", "subject": null, "eissn": "2333-6498", "author": [{"affiliation": [], "given": "Robin", "family": "Warner"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.tandfonline.com/doi/pdf/10.1080/18366503.2011.10815679", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2011-1", "accepted": null, "publisher": "Informa UK Limited", "doi": "10.1080/18366503.2011.10815679", "license": null, "url": "http://dx.doi.org/10.1080/18366503.2011.10815679", "issn": [{"type": "print", "value": "1836-6503"}, {"type": "electronic", "value": "2333-6498"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Perspectives on Transboundary Environmental Governance in Australia and Beyond, University of Wollongong, 12 May 2011"], "funder": null, "datasourcePrefix": "crossref____"}
595
{"best_oa_location_url": "", "issued": "1994-1-15", "abstract": "Based on the idea of charge-neutral atoimc spheres we have calculated the electronic structure of ordered and disordered Cu-Zn, Ni-Pt, and Al-Li alloys using the linear-muffin-tin-orbital (LMTO) method and the Korringa-Kohn-Rostoker coherent potential approximation (KKR CPA) method in the atomic-sphere approximation (ASA), respectively. The equilibrium lattice constants and the formation energies of ordered alloys obtained with the LMTO-ASA method show that the calculations done with charge-neutral atomic spheres are closer to the experimental results than the conventional equivolume atomic-sphere-type calculations. In the case of disordered alloys, we find that charge-neutral atomic spheres are essential for the stability of these alloys within the KKR-ASA CPA method where the Madelung-type contribution is neglected. Our results clearly indicate that for disordered alloys any future implementation of a full-potential method within the single-site CPA should be carried out with charge-neutral cells rather than the Wigner-Seitz cells.", "objIdentifier": "c645862370f83cf29b6a4e9295237895", "pissn": "0163-1829", "subject": ["Condensed Matter Physics"], "eissn": "1095-3795", "author": [{"affiliation": [], "given": "Prabhakar P.", "family": "Singh"}, {"affiliation": [], "given": "A.", "family": "Gonis"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "1994-1-15", "link": [{"URL": "http://link.aps.org/article/10.1103/PhysRevB.49.1642", "intended-application": "syndication", "content-version": "vor", "content-type": "unspecified"}, {"URL": "http://harvest.aps.org/v2/journals/articles/10.1103/PhysRevB.49.1642/fulltext", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "accepted": null, "publisher": "American Physical Society (APS)", "doi": "10.1103/physrevb.49.1642", "license": [{"URL": "http://link.aps.org/licenses/aps-default-license", "start": {"timestamp": 758592000000, "date-time": "1994-01-15T00:00:00Z", "date-parts": [[1994, 1, 15]]}, "content-version": "vor", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1103/physrevb.49.1642", "issn": [{"type": "print", "value": "0163-1829"}, {"type": "electronic", "value": "1095-3795"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Electronic structure of metallic alloys using charge-neutral atomic spheres"], "funder": null, "datasourcePrefix": "crossref____"}
596
{"best_oa_location_url": "", "issued": "1974-7-01", "abstract": [], "objIdentifier": "dc22bad03b67aa9ca9ad8bdada1c7b11", "pissn": "0035-9009", "subject": ["Atmospheric Science"], "eissn": "1477-870X", "author": [{"affiliation": [], "given": "A. K.", "family": "Betts"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1002%2Fqj.49710042517", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1974-7", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1002/qj.49710042517", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", "start": {"timestamp": 1441065600000, "date-parts": [[2015, 9, 1]], "date-time": "2015-09-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 15037}], "url": "http://dx.doi.org/10.1002/qj.49710042517", "issn": [{"type": "print", "value": "0035-9009"}, {"type": "electronic", "value": "1477-870X"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Reply to comment on the paper ‘Non-precipitating cumulus convection and its parameterization’"], "funder": null, "datasourcePrefix": "crossref____"}
597
{"best_oa_location_url": "", "issued": "2012-1-01", "abstract": "Novel nitrogen-containing hollow carbon nanospheres were facilely prepared by direct pyrolysis of self-assembled poly(aniline- co -pyrrole) hollow microspheres. The uniform copolymer hollow microspheres with average outer diameter and shell of 746 nm and 169 nm, respectively, were formed in ammonia solution via a one-step unstirred polymerization. And their hollow carbon nanospheres were prepared by direct pyrolysis of the copolymer spheres. It was found that pyrolysis products of the copolymer spheres were made up of hollow carbon nanospheres (235 nm in average outer diameter) with nitrogen content of 7.18 wt% at the pyrolysis temperature of 1000 °C, the Brunauer–Emmett–Teller surface area and total pore volume of the obtained hollow carbon nanospheres were up to 610 m 2  g −1  and 0.312 cm 3  g −1 , respectively.", "objIdentifier": "def3f55276f5b730a7683c7e19da9bce", "pissn": "0165-2370", "subject": ["General Chemistry", "General Chemical Engineering"], "author": [{"affiliation": [], "given": "Qiu-Feng", "family": "Lü"}, {"affiliation": [], "given": "Zhi-Wei", "family": "He"}, {"affiliation": [], "given": "Jia-Yin", "family": "Zhang"}, {"affiliation": [], "given": "Qilang", "family": "Lin"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0165237011001847?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S0165237011001847?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2012-1", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/j.jaap.2011.10.009", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1325376000000, "date-time": "2012-01-01T00:00:00Z", "date-parts": [[2012, 1, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/j.jaap.2011.10.009", "issn": [{"type": "print", "value": "0165-2370"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Fabrication of nitrogen-containing hollow carbon nanospheres by pyrolysis of self-assembled poly(aniline-co-pyrrole)"], "funder": null, "datasourcePrefix": "crossref____"}
598
{"best_oa_location_url": "", "issued": "2012-8-22", "abstract": [], "objIdentifier": "265298ba6f729131b9504323a7e615a8", "pissn": "0141-6707", "subject": ["Ecology, Evolution, Behavior and Systematics"], "author": [{"affiliation": [], "given": "Nuno", "family": "de Santos Loureiro"}, {"affiliation": [{"name": "Terreiro Velho; Ilha do Príncipe; República Democrática de São Tomé e Príncipe."}], "given": "Lucindo", "family": "Pontes"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2012-8-22", "link": [{"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1111%2Faje.12013", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2013-3", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1111/aje.12013", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", "start": {"timestamp": 1441065600000, "date-parts": [[2015, 9, 1]], "date-time": "2015-09-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 1105}], "url": "http://dx.doi.org/10.1111/aje.12013", "issn": [{"type": "print", "value": "0141-6707"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["TheTrithemis nigra(Odonata: Libellulidae) of Príncipe Island, Gulf of Guinea"], "funder": null, "datasourcePrefix": "crossref____"}
599
{"best_oa_location_url": "", "issued": "1996-1-01", "abstract": "Abstract#R##N##R##N#Normen und rechtliche Vorgaben auf dem Gebiet des Umweltmanagements haben neue Berufsbilder entstehen lassen. Hierzu gehoren der Umweltauditor/-prufer, Umweltmanager, Umweltbeauftragte, Umweltgutachter, Umweltmanagementsystem-Berater und Umweltmanagementsystem-Zertifizierer.", "objIdentifier": "a7e31e2e7a7725cdd507fde694bc7025", "pissn": "0341-5163", "subject": null, "author": [{"affiliation": [], "given": "Renate", "family": "Alijah"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2010-4-30", "link": [{"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1002%2Fnadc.19960440141", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}, {"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1002%2Fnadc.19960440141", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}, {"URL": "http://onlinelibrary.wiley.com/wol1/doi/10.1002/nadc.19960440141/fullpdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1996-1", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1002/nadc.19960440141", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1", "start": {"timestamp": 820454400000, "date-time": "1996-01-01T00:00:00Z", "date-parts": [[1996, 1, 1]]}, "content-version": "tdm", "delay-in-days": 0}, {"URL": "http://onlinelibrary.wiley.com/termsAndConditions", "start": {"timestamp": 1272585600000, "date-time": "2010-04-30T00:00:00Z", "date-parts": [[2010, 4, 30]]}, "content-version": "vor", "delay-in-days": 5233}], "url": "http://dx.doi.org/10.1002/nadc.19960440141", "issn": [{"type": "print", "value": "0341-5163"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Umweltmanagement-Berufschancen für Chemiker?"], "funder": null, "datasourcePrefix": "crossref____"}
600
{"best_oa_location_url": "", "issued": "2015-5-01", "abstract": [], "objIdentifier": "d32303cfce48f0ce7df91d1f200b0729", "pissn": "0931-0509", "subject": ["Nephrology", "Transplantation"], "eissn": "1460-2385", "author": [{"affiliation": [], "given": "Nikolina", "family": "Basic-Jukic"}, {"affiliation": [], "given": "Lea", "family": "Katalinic"}, {"affiliation": [], "given": "Diana", "family": "Gluhak"}, {"affiliation": [], "given": "Eva", "family": "Pavic"}, {"affiliation": [], "given": "Bojan", "family": "Jelakovic"}, {"affiliation": [], "given": "Petar", "family": "Kes"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2015-5-21", "link": [{"URL": "http://academic.oup.com/ndt/article-pdf/30/suppl_3/iii338/8124711/gfv184.18.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2015-5", "accepted": null, "publisher": "Oxford University Press (OUP)", "doi": "10.1093/ndt/gfv184.18", "license": null, "url": "http://dx.doi.org/10.1093/ndt/gfv184.18", "issn": [{"type": "print", "value": "0931-0509"}, {"type": "electronic", "value": "1460-2385"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["FP781DIETARY HABITS OF HEMODIALYSIS PATIENTS - THE ROLE OF NUTRITIONAL EDUCATION"], "funder": null, "datasourcePrefix": "crossref____"}
601
{"best_oa_location_url": "", "issued": "2012-5-31", "abstract": [], "objIdentifier": "fb6f40446673cd8e888d60df3620525b", "pissn": "1859-3097", "subject": null, "eissn": "1859-3097", "author": [{"affiliation": [], "given": "Hoàng Xuân", "family": "Bền"}, {"affiliation": [], "given": "Hứa Thái", "family": "Tuấn"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2012-5-31", "link": null, "published-print": null, "accepted": null, "publisher": "Publishing House for Science and Technology, Vietnam Academy of Science and Technology", "doi": "10.15625/jmst.v10i4.934", "license": null, "url": "http://dx.doi.org/10.15625/jmst.v10i4.934", "issn": [{"type": "print", "value": "1859-3097"}, {"type": "electronic", "value": "1859-3097"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["ĐỘNG VẬT KHÔNG XƯƠNG SỐNG KÍCH THƯỚC LỚN TRÊN RẠN SAN HÔ VÙNG BIỂN VEN BỜ TỈNH PHÚ YÊN"], "funder": null, "datasourcePrefix": "crossref____"}
602
{"best_oa_location_url": "", "issued": "2007", "abstract": "As social collectives operate through more complexity their coherence suffers and their pathologies become more apparent. Generic modelling of pathologies will be explored in terms of the knowledge cybernetics schema. Two models will develop, one which is transitive in nature and the other lateral. The transitive model distinguishes between different realities in autonomous collectives, and an example is the distinction between thinking and doing. The lateral model distinguishes between different states of being within the same reality. Examples of a lateral schema is the distinction between two competing corporate agents in a given frame of reference seeking the same observable good (e.g., market share), and the more coded example of the interaction between the ideology and ethics of social collectives that affect both the autopathic (endogenous) and sociopathic (exogenous) nature of the pathologies of collectives.", "objIdentifier": "1acf08cedc32093a0e1847e38a129440", "subject": null, "accepted": null, "author": [{"affiliation": [], "given": "Maurice", "family": "Yolles"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": null, "eissn": "1556-5068", "publisher": "Elsevier BV", "doi": "10.2139/ssrn.1364476", "license": null, "url": "http://dx.doi.org/10.2139/ssrn.1364476", "issn": [{"type": "electronic", "value": "1556-5068"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Modelling Pathologies in Social Collectives"], "funder": null, "datasourcePrefix": "crossref____"}
603
{"best_oa_location_url": "", "issued": "2016-5-20", "abstract": [], "objIdentifier": "be62aedac9fb66fce15140c8fa0d1268", "subject": null, "accepted": null, "author": [{"affiliation": [], "given": "Adam J", "family": "Brownstein"}, {"ORCID": "http://orcid.org/0000-0002-9443-164X", "authenticated-orcid": false, "given": "Samir", "family": "Gautam", "affiliation": []}, {"affiliation": [], "given": "Paras", "family": "Bhatt"}, {"affiliation": [], "given": "Michael", "family": "Nanna"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2016-5-20", "link": [{"URL": "https://syndication.highwire.org/content/doi/10.1136/bcr-2016-214474", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "eissn": "1757-790X", "publisher": "BMJ", "doi": "10.1136/bcr-2016-214474", "license": null, "url": "http://dx.doi.org/10.1136/bcr-2016-214474", "issn": [{"type": "electronic", "value": "1757-790X"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Emergent pacemaker placement in a patient with Lyme carditis-induced complete heart block and ventricular asystole"], "funder": null, "datasourcePrefix": "crossref____"}
604
{"best_oa_location_url": "", "issued": "1986-3-01", "abstract": "Abstract   The structure of boron nitride synthesized by carbothermal reduction and simultaneous nitridation in the temperature interval 1000–1450 °C was studied by transmission electron microscopy and X-ray powder methods. A starting mixture based on the homogeneously distributed fine-grained amorphous boron oxide and carbon phases was employed for synthesis. It was found that the graphite-like BN produced consisted of a mixture of hexagonal and rhombohedral modifications; the content of the latter amounts to up to 30%. It was concluded that the formation of the polycrystalline particles from BN with various extents of three-dimensional ordering is due to contact reduction of B 2 O 3 ; the prismatic crystals of the rhombohedral phase are formed via gas-phase reactions. The chemical stability in acids of BN produced at 1400 °C is comparable with the stability of coarse hexagonal BN powders.", "objIdentifier": "b6bd4ebdd0122aa63ccfffdc14256b27", "pissn": "0022-5088", "subject": ["General Engineering"], "author": [{"affiliation": [], "given": "T.S.", "family": "Bartnitskaya"}, {"affiliation": [], "given": "T.Ya.", "family": "Kosolapova"}, {"affiliation": [], "given": "A.V.", "family": "Kurdyumov"}, {"affiliation": [], "given": "G.S.", "family": "Oleinik"}, {"affiliation": [], "given": "A.N.", "family": "Pilyankevich"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:0022508886900421?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:0022508886900421?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "1986-3", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/0022-5088(86)90042-1", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 510019200000, "date-time": "1986-03-01T00:00:00Z", "date-parts": [[1986, 3, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/0022-5088(86)90042-1", "issn": [{"type": "print", "value": "0022-5088"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Structure and some properties of fine-grained graphite-like boron nitride"], "funder": null, "datasourcePrefix": "crossref____"}
605
{"best_oa_location_url": "", "issued": "2008-5-12", "abstract": "Background  The utility of metabolic syndrome (MetS) for predicting mortality among older adults, the highest-risk population, is not well established. In addition, few studies have compared the predictive utility of MetS to that of its individual risk factors.  Methods  We evaluated relationships of MetS (as defined by the National Cholesterol Education Program Expert Panel on Detection, Evaluation, and Treatment of High Blood Cholesterol in Adults [Adult Treatment Panel III (ATPIII)], International Diabetes Foundation [IDF], and World Health Organization [WHO]) and individual MetS criteria with mortality between 1989 and 2004 among 4258 US adults 65 years or older and free of prevalent cardiovascular disease (CVD) in the Cardiovascular Health Study, a multicenter, population-based, prospective cohort. Total, CVD, and non-CVD mortality were evaluated. Cox proportional hazards models were used to estimate the mortality hazard ratio (relative risk [RR]) predicted by MetS.  Results  At baseline (mean age, 73 years), 31% of men and 38% of women had MetS (ATPIII). During 15 years of follow-up, 2116 deaths occurred. After multivariable adjustment, compared with persons without MetS, those with MetS had a 22% higher mortality (RR, 1.22; 95% confidence interval [CI], 1.11-1.34). Higher risk with MetS was confined to persons having elevated fasting glucose level (EFG) (defined as ≥ 110 mg/dL [≥ 6.1 mmol/L] or treated diabetes mellitus) (RR, 1.41; 95% CI, 1.27-1.57) or hypertension (RR, 1.26; 95% CI, 1.15-1.39) as one of the criteria; persons having MetS without EFG (RR, 0.97; 95% CI, 0.85-1.11) or MetS without hypertension (RR, 0.92; 95% CI, 0.71-1.19) did not have higher risk. Evaluating MetS criteria individually, we found that only hypertension and EFG predicted higher mortality; persons having both hypertension and EFG had 82% higher mortality (RR, 1.82; 95% CI, 1.58-109). Substantially higher proportions of deaths were attributable to EFG and hypertension (population attributable risk fraction [PAR%], 22.2%) than to MetS (PAR%, 6.3%). Results were similar when we used WHO or IDF criteria, when we evaluated different cut points of each individual criterion, and when we evaluated CVD mortality.  Conclusion  These findings suggest limited utility of MetS for predicting total or CVD mortality in older adults compared with assessment of fasting glucose and blood pressure alone.", "objIdentifier": "ba5c411d54c0f699cc95de914dcf9f7a", "pissn": "0003-9926", "subject": ["Internal Medicine"], "author": [{"affiliation": [], "given": "Dariush", "family": "Mozaffarian"}, {"affiliation": [], "given": "Aruna", "family": "Kamineni"}, {"affiliation": [], "given": "Ronald J.", "family": "Prineas"}, {"affiliation": [], "given": "David S.", "family": "Siscovick"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://jamanetwork.com/journals/jamainternalmedicine/fullarticle/414200", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2008-5-12", "accepted": null, "publisher": "American Medical Association (AMA)", "doi": "10.1001/archinte.168.9.969", "license": null, "url": "http://dx.doi.org/10.1001/archinte.168.9.969", "issn": [{"type": "print", "value": "0003-9926"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Metabolic Syndrome and Mortality in Older Adults"], "funder": null, "datasourcePrefix": "crossref____"}
606
{"best_oa_location_url": "", "issued": "1992-12-01", "abstract": [], "objIdentifier": "160b80972cf2bddf942dd72838269e65", "pissn": "0002-7863", "subject": ["Colloid and Surface Chemistry", "Biochemistry", "General Chemistry", "Catalysis"], "author": [{"affiliation": [], "given": "Peter", "family": "Wipf"}, {"affiliation": [], "given": "Chris P.", "family": "Miller"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://pubs.acs.org/doi/pdf/10.1021/ja00053a052", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1992-12", "accepted": null, "publisher": "American Chemical Society (ACS)", "doi": "10.1021/ja00053a052", "license": null, "url": "http://dx.doi.org/10.1021/ja00053a052", "issn": [{"type": "print", "value": "0002-7863"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Total synthesis of westiellamide"], "funder": null, "datasourcePrefix": "crossref____"}
607
{"issued": "1995-9-01", "abstract": [], "objIdentifier": "f26d6a4fe69fa2fe7b57c4782d3f3f53", "pissn": "0301-620X", "subject": ["Surgery", "Orthopedics and Sports Medicine"], "accepted": null, "author": [{"affiliation": [], "given": "SB", "family": "Middleton"}, {"affiliation": [], "given": "SJ", "family": "Foley"}, {"affiliation": [], "given": "MA", "family": "Foy"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1995-9", "eissn": "2044-5377", "publisher": "British Editorial Society of Bone & Joint Surgery", "doi": "10.1302/0301-620x.77b5.7559710", "license": null, "url": "http://dx.doi.org/10.1302/0301-620x.77b5.7559710", "issn": [{"type": "print", "value": "0301-620X"}, {"type": "electronic", "value": "2044-5377"}], "collectedFrom": [{"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Partial excision of the clavicle for nonunion in National Hunt Jockeys"], "funder": null, "datasourcePrefix": "crossref____"}
608
{"best_oa_location_url": "", "issued": "1997-1-01", "abstract": "A new complex of copper(II) azide with pyrazinic acid, of general formula KCu 2 (pyrazinato)(N 3 ) 4  has been synthesized and characterized by spectroscopic and crystallographic methods. The structure of the complex consists of a new dinuclear complex anion [Cu 3 (N 3 ) 6 ] 2− , potassium cations and neutral polymeric complex [Cu(pyrazinato)(N 3 )]. Each distorted square-planar copper centre [Cu(1)] in the complex anion is coordinated to four nitrogen atoms from two terminal and two μ-(1,1) bridging azido ligands [CuN distances 1.940(6)–2.011(5) A]. In the polymeric complex, each copper atom, Cu(2), is coordinated to N(41) of a terminal azido group and N(61), N(62) and O(31) from pyrazinato anions to form infinite, “neutral” chains of polyhedra with orientations along [010]. The potassium cations are located in broad channels which are a consequence of stacking of the copper complexes. The IR spectrum confirms the presence of different asymmetric azido ligands. The absorption frequencies of diagnostic values are given and discussed. The electronic spectrum displays three absorption bands associated with N 3  − Cu II  charge transfer transitions. The EPR spectrum of the solid complex suggests an axial structure with non-coupled copper(II) atoms.", "objIdentifier": "1ff894f4b18796d4d94d9479432e255e", "pissn": "0277-5387", "subject": ["Physical and Theoretical Chemistry", "Inorganic Chemistry", "Materials Chemistry"], "author": [{"affiliation": [], "given": "Mohamed A.S.", "family": "Goher"}, {"affiliation": [], "given": "Najeeb A.", "family": "Al-Salem"}, {"affiliation": [], "given": "Franz A.", "family": "Mautner"}, {"affiliation": [], "given": "Kurt O.", "family": "Klepp"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S027753879600335X?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S027753879600335X?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "1997-1", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/s0277-5387(96)00335-x", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 852076800000, "date-time": "1997-01-01T00:00:00Z", "date-parts": [[1997, 1, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/s0277-5387(96)00335-x", "issn": [{"type": "print", "value": "0277-5387"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["A copper(II) azide compound of pyrazinic acid containing a new dinuclear complex anion [Cu2(N3)6]2−. Synthesis, spectral and study of KCu2(pyrazinato) (N3)4"], "funder": null, "datasourcePrefix": "crossref____"}
609
{"best_oa_location_url": "", "issued": "1987-2-01", "abstract": "The effects and clearance of intratracheally instilled nickel subsulfide (Ni 3 S 2 ) and titanium dioxide (TiO 2 ) were compared. Instilled Ni 3 S 2  was acutely toxic to mice. Blood was recovered from the lungs during lavage, pulmonary polymorphonuclear leukocyte cell levels were increased, body weights decreased, and mice appeared clinically sick. These effects were in contrast to TiO 2 -instilled animals, which appeared similar to phosphate-buffered saline-in-stilled controls. The clearance of instilled particles from the lungs was examined for both Ni 3 S 2 - and TiO 2 -exposed mice. Particles were rapidly cleared to the gastrointestinal (GI) tract within 15 min; this clearance was nonspecific for Ni or Ti and appeared to be due to the coughing reflex. Significantly less Ni was present compared with TiO 2  in mouse lungs at 3 and 7 days postexposure ( P   63 Ni was first solubilized in the lung then transported through the blood.", "objIdentifier": "a804b15ae8e0968eead1935bfe6cbfc8", "pissn": "0013-9351", "subject": ["Biochemistry", "General Environmental Science"], "author": [{"affiliation": [], "given": "Gregory L.", "family": "Finch"}, {"affiliation": [], "given": "Gerald L.", "family": "Fisher"}, {"affiliation": [], "given": "Thomas L.", "family": "Hayes"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0013935187800099?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S0013935187800099?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "1987-2", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/s0013-9351(87)80009-9", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 539136000000, "date-time": "1987-02-01T00:00:00Z", "date-parts": [[1987, 2, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/s0013-9351(87)80009-9", "issn": [{"type": "print", "value": "0013-9351"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["The pulmonary effects and clearance of intratracheally instilled Ni3S2 and TiO2 in mice"], "funder": null, "datasourcePrefix": "crossref____"}
610
{"best_oa_location_url": "", "issued": "None", "abstract": [], "objIdentifier": "44e61d08766f572efca39d088efee4db", "subject": null, "author": [{"affiliation": [], "given": "Frances K.", "family": "Ngok"}, {"affiliation": [], "given": "Ronald T.", "family": "Mitsuyasu"}, {"ORCID": "0000-0003-0702-9546", "affiliation": [], "given": "Janet L.", "family": "Macpherson"}, {"affiliation": [], "given": "Maureen P.", "family": "Boyd"}, {"affiliation": [], "given": "Geoff P.", "family": "Symonds"}, {"affiliation": [], "given": "Rafael G.", "family": "Amado"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": null, "published-print": null, "accepted": null, "publisher": "Humana Press", "doi": "10.1385/1-59259-746-7:581", "license": null, "url": "http://dx.doi.org/10.1385/1-59259-746-7:581", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Clinical Gene Therapy Research Utilizing Ribozymes: Application to the Treatment of HIV/AIDS"], "funder": null, "datasourcePrefix": "crossref____"}
611
{"best_oa_location_url": "", "issued": "1993-9-01", "abstract": "La luxation congenitale de la hanche survient comme etape ultime d'un processus de dystrophie sur une hanche predisposee. Cette predisposition est soit constitutionnelle par ligament rond trop volumineux, hyperlaxite capsulaire, cotyle insuffisament profond ou toit cotyloidien emousse, soit acquise par malposition foetale in utero. A partir de cette anomalie minime et transitoire, se declenchent tous les elements qui perturbent le processus normalement favorable qui conduit a la stabilisation definitive de la tete femorale. Ces elements touchent a la fois les constituants osseux et les parties molles de l'articulation. Il en resulte un veritable cercle vicieux dans lequel la dysplasie s'auto-aggrave jusqu'a la luxation definitive et irreductible. La periode de vulnerabilite maxima de la hanche se situant alentour de la naissance, on comprend l'interet du depistage et du traitement precoce de la dysplasie luxante qui peut interrompre le cercle vicieux en cours er ramener l'articulation a une croissance definitivement normale.", "objIdentifier": "31264625756a5d3dd0968db0709897f7", "pissn": "0940-3264", "subject": ["Surgery", "Orthopedics and Sports Medicine"], "eissn": "1432-1068", "author": [{"affiliation": [], "given": "J.", "family": "Prevot"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/BF01796519", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1993-9", "accepted": null, "publisher": "Springer Nature", "doi": "10.1007/bf01796519", "license": null, "url": "http://dx.doi.org/10.1007/bf01796519", "issn": [{"type": "print", "value": "0940-3264"}, {"type": "electronic", "value": "1432-1068"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Dysplasie de hanche : Histoire naturelle"], "funder": null, "datasourcePrefix": "crossref____"}
612
{"best_oa_location_url": "", "issued": "2005-4-01", "abstract": [], "objIdentifier": "dac8477a2f67194ba2868075cc6770ce", "pissn": "0022-1953", "subject": ["History and Philosophy of Science", "History"], "eissn": "1530-9169", "author": [{"affiliation": [], "given": "Elisabeth", "family": "Cawthon"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.mitpressjournals.org/doi/pdf/10.1162/002219505323382762", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2005-4", "accepted": null, "publisher": "MIT Press - Journals", "doi": "10.1162/002219505323382762", "license": null, "url": "http://dx.doi.org/10.1162/002219505323382762", "issn": [{"type": "print", "value": "0022-1953"}, {"type": "electronic", "value": "1530-9169"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["The Bar and the Old Bailey, 1750–1850. By Allyson N. May (Chapel Hill, University of North Carolina Press, 2003) 361 pp. $49.95"], "funder": null, "datasourcePrefix": "crossref____"}
613
{"best_oa_location_url": "", "issued": "1986", "abstract": "2,6-Diphenyl-4-(2,4,6-triphenyl-1-pyridinio)phenoxide, ET(30), has been investigated in order to ascertain its suitability as a probe for both the effective interfacial dielectric constant (Iµeff) and the electrostatic surface potential (ψ0) of model lipid membranes in aqueous solution. This work establishes that the solvatochromic visible absorption band for ET(30) can be used to provide a good estimate of the Iµeff for cationic micelles. It is also shown that the acid–base dissociation of ET(30) can be utilized to obtain a quantitative measure of the ψ0 in the case of cationic micelles. There are problems and uncertainties associated with the use of ET(30) in aqueous solutions of other types of charged self-assembled surfactant aggregates, and these are discussed.", "objIdentifier": "aa53f5ad9e66a5cbaea850a86b5b8212", "pissn": "0301-7249", "subject": null, "author": [{"affiliation": [], "given": "Calum J.", "family": "Drummond"}, {"ORCID": "0000-0003-4331-8409", "affiliation": [], "given": "Franz", "family": "Grieser"}, {"affiliation": [], "given": "Thomas W.", "family": "Healy"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://pubs.rsc.org/en/content/articlepdf/1986/DC/DC9868100095", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1986", "accepted": null, "publisher": "Royal Society of Chemistry (RSC)", "doi": "10.1039/dc9868100095", "license": null, "url": "http://dx.doi.org/10.1039/dc9868100095", "issn": [{"type": "print", "value": "0301-7249"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["A single spectroscopic probe for the determination of both the interfacial solvent properties and electrostatic surface potential of model lipid membranes"], "funder": null, "datasourcePrefix": "crossref____"}
614
{"best_oa_location_url": "http://www.ncbi.nlm.nih.gov/pmc/articles/PMC5101954", "issued": "2013-11-14", "abstract": "With its coordinated longitudinal biologic, environmental-exposure, and phenotypic data and samples, the National Children's Study is aiming to provide an important resource for understanding children's growth, development, and health.", "objIdentifier": "a50bd214cc9dc386a8b5232baa8514cf", "pissn": "0028-4793", "subject": ["General Medicine"], "eissn": "1533-4406", "author": [{"affiliation": [], "given": "Alan E.", "family": "Guttmacher"}, {"affiliation": [], "given": "Steven", "family": "Hirschfeld"}, {"affiliation": [], "given": "Francis S.", "family": "Collins"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": null, "link": [{"URL": "http://www.nejm.org/doi/pdf/10.1056/NEJMp1311150", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2013-11-14", "accepted": null, "publisher": "New England Journal of Medicine (NEJM/MMS)", "doi": "10.1056/nejmp1311150", "license": null, "url": "http://dx.doi.org/10.1056/nejmp1311150", "issn": [{"type": "print", "value": "0028-4793"}, {"type": "electronic", "value": "1533-4406"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["The National Children's Study — A Proposed Plan"], "funder": null, "datasourcePrefix": "crossref____"}
615
{"best_oa_location_url": "", "issued": "2010-2-01", "abstract": "This paper addresses the management and performance analysis of the pulmonology department of the general hospital of Bari, Italy, focusing on the department workflow and drug distribution system. To this aim, we present a discrete event system model which can be employed as a support for taking decisions regarding the information and automation integration in order to improve the drug procurement logistics and management. The model employs a timed Petri net framework to describe in a concise and detailed way the workflow in the pulmonology department, while considering various ordering and management policies of the department drug storehouse.", "objIdentifier": "4909c63d2d0d6298b28a5e4664f0871b", "subject": null, "author": [{"affiliation": [], "given": "M.", "family": "Dotoli"}, {"affiliation": [], "given": "M. P.", "family": "Fanti"}, {"affiliation": [], "given": "G.", "family": "Iacobellis"}, {"affiliation": [], "given": "L.", "family": "Martino"}, {"affiliation": [], "given": "A. M.", "family": "Moretti"}, {"affiliation": [], "given": "W.", "family": "Ukovich"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0004", "value": "Conference object"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://xplorestaging.ieee.org/ielx5/5437554/5441239/05441248.pdf?arnumber=5441248", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2010-2", "accepted": null, "publisher": "IEEE", "doi": "10.1109/whcm.2010.5441248", "license": null, "url": "http://dx.doi.org/10.1109/whcm.2010.5441248", "issn": null, "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Modeling and management of a hospital department via Petri nets"], "funder": null, "datasourcePrefix": "crossref____"}
616
{"best_oa_location_url": "", "issued": "2015-9-13", "abstract": [], "objIdentifier": "6ea2684817100589a671ebd734c387d6", "subject": null, "author": [{"affiliation": [], "name": "IUCN"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0021", "value": "Dataset"}, "is_oa": false, "published-online": null, "link": null, "published-print": null, "accepted": null, "publisher": "IUCN", "doi": "10.2305/iucn.uk.2010-3.rlts.t184538a8288743.en", "license": null, "url": "http://dx.doi.org/10.2305/iucn.uk.2010-3.rlts.t184538a8288743.en", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Pseudamnicola leprevieri: Van Damme, D. & Ghamizi, M."], "funder": null, "datasourcePrefix": "crossref____"}
617
{"best_oa_location_url": "", "issued": "None", "abstract": [], "objIdentifier": "f0bc0297f035731fca79912c05f8a314", "subject": null, "author": [{"affiliation": [], "given": "Daniel C.", "family": "O'Connell"}, {"affiliation": [], "given": "Sabine", "family": "Kowal"}, {"affiliation": [], "given": "Scott", "family": "King"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0021", "value": "Dataset"}, "is_oa": false, "published-online": null, "link": null, "published-print": null, "accepted": null, "publisher": "American Psychological Association (APA)", "doi": "10.1037/e527352012-187", "license": null, "url": "http://dx.doi.org/10.1037/e527352012-187", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Interjections in literary readings and artistic performance"], "funder": null, "datasourcePrefix": "crossref____"}
618
{"best_oa_location_url": "", "issued": "1992", "abstract": [], "objIdentifier": "b8d6482a1707b3a36d609cdeee55029b", "subject": ["Philosophy", "Literature and Literary Theory"], "accepted": null, "author": [{"affiliation": [], "given": "Janet", "family": "Lungstrum"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1992", "eissn": "1086-329X", "publisher": "Johns Hopkins University Press", "doi": "10.1353/phl.1992.0046", "license": null, "url": "http://dx.doi.org/10.1353/phl.1992.0046", "issn": [{"type": "electronic", "value": "1086-329X"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["<i>Alcyone: Nietzsche on Gifts, Noise, and Women</i> (review)"], "funder": null, "datasourcePrefix": "crossref____"}
619
{"best_oa_location_url": "", "issued": "2008-8-01", "abstract": "Doppel (Dpl) shares common structural features with the prion protein (PrP) whose pathologic isoform is considered as the causative agent of prion diseases. Although their physiological functions in the immune system remain largely unknown, we demonstrated that substantial amounts of PrP and Dpl are expressed by spleen cells notably B lymphocytes, granulocytes and DC, but not T lymphocytes and NK. To characterize trans-interacting partners of PrP and Dpl on mouse splenocytes, fluorescent PrP and Dpl tetramers were produced and used as tracers. Both tetramers specifically bind to B lymphocytes, dendritic cells, macrophages and granulocytes and in a lesser extend to T lymphocytes. No binding was observed on NK, follicular dendritic cells and mesenchymal spleen cells. The activation of intracellular transduction signals (i.e. intracellular calcium concentration and activation of the MAP kinase pathway) suggested that PrP and Dpl tetramers bind to functional receptors on B cells. None of the previously described PrP partners account for the binding sites characterized here. Our study suggests a possible role for PrP and Dpl in the cell-cell interactions in the immune system.", "objIdentifier": "8991f322753501b3bb55849de9bdbfba", "pissn": "0014-2980", "subject": ["Immunology", "Immunology and Allergy"], "eissn": "1521-4141", "author": [{"affiliation": [], "given": "Sevda", "family": "Cordier-Dirikoc"}, {"affiliation": [], "given": "Nicole", "family": "Zsürger"}, {"affiliation": [], "given": "Julie", "family": "Cazareth"}, {"affiliation": [], "given": "Baptiste", "family": "Ménard"}, {"affiliation": [], "given": "Joëlle", "family": "Chabry"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1002%2Feji.200738099", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2008-8", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1002/eji.200738099", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", "start": {"timestamp": 1441065600000, "date-parts": [[2015, 9, 1]], "date-time": "2015-09-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 2587}], "url": "http://dx.doi.org/10.1002/eji.200738099", "issn": [{"type": "print", "value": "0014-2980"}, {"type": "electronic", "value": "1521-4141"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Expression profiles of prion and doppel proteins and of their receptors in mouse splenocytes"], "funder": null, "datasourcePrefix": "crossref____"}
620
{"best_oa_location_url": "", "issued": "2006-5-01", "abstract": [], "objIdentifier": "e55b9037a3322bbc692f7cda26a5f96e", "pissn": "1049-2275", "subject": ["Surgery", "Otorhinolaryngology", "General Medicine"], "author": [{"affiliation": [], "given": "S??ndor", "family": "Bogd??n"}, {"affiliation": [], "given": "Levente", "family": "Pataky"}, {"affiliation": [], "given": "J??zsef", "family": "Barab??s"}, {"affiliation": [], "given": "Zsolt", "family": "N??meth"}, {"affiliation": [], "given": "Tam??s", "family": "Husz??r"}, {"affiliation": [], "given": "Gy??rgy", "family": "Szab??"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2006-5", "accepted": null, "publisher": "Ovid Technologies (Wolters Kluwer Health)", "doi": "10.1097/00001665-200605000-00017", "license": null, "url": "http://dx.doi.org/10.1097/00001665-200605000-00017", "issn": [{"type": "print", "value": "1049-2275"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Atypical Courses of the Mandibular Canal"], "funder": null, "datasourcePrefix": "crossref____"}
621
{"best_oa_location_url": "", "issued": "2013-6-26", "abstract": "Purpose#R##N#The aim of our study was to assess the diagnostic accuracy of acoustic structure quantification (ASQ) ultrasound software in estimating the degree of hepatic fibrosis compared to Fibroscan and liver biopsy.", "objIdentifier": "d5d3c5ec4b48ed69674b87a2ff2d8f24", "pissn": "0033-8362", "subject": ["Radiology Nuclear Medicine and imaging", "General Medicine"], "eissn": "1826-6983", "author": [{"affiliation": [], "given": "Paolo", "family": "Ricci"}, {"affiliation": [], "given": "Chiara", "family": "Marigliano"}, {"affiliation": [], "given": "Vito", "family": "Cantisani"}, {"affiliation": [], "given": "Andrea", "family": "Porfiri"}, {"affiliation": [], "given": "Andrea", "family": "Marcantonio"}, {"affiliation": [], "given": "Pietro", "family": "Lodise"}, {"affiliation": [], "given": "Ugo", "family": "D’Ambrosio"}, {"affiliation": [], "given": "Giancarlo", "family": "Labbadia"}, {"affiliation": [], "given": "Elena", "family": "Maggini"}, {"affiliation": [], "given": "Ester", "family": "Mancuso"}, {"affiliation": [], "given": "Giovanna", "family": "Panzironi"}, {"affiliation": [], "given": "Mattia", "family": "Di Segni"}, {"affiliation": [], "given": "Caterina", "family": "Furlan"}, {"affiliation": [], "given": "Raffaele", "family": "Masciangelo"}, {"affiliation": [], "given": "Gloria", "family": "Taliani"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2013-6-26", "link": [{"URL": "http://link.springer.com/content/pdf/10.1007/s11547-013-0940-0", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2013-9", "accepted": null, "publisher": "Springer Nature", "doi": "10.1007/s11547-013-0940-0", "license": null, "url": "http://dx.doi.org/10.1007/s11547-013-0940-0", "issn": [{"type": "print", "value": "0033-8362"}, {"type": "electronic", "value": "1826-6983"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Ultrasound evaluation of liver fibrosis: preliminary experience with acoustic structure quantification (ASQ) software"], "funder": null, "datasourcePrefix": "crossref____"}
622
{"best_oa_location_url": "", "issued": "2011-12-27", "abstract": "Abstract#R##N##R##N#This study is concerned with nanoparticle-pigmented coatings used to control the radiative properties of surfaces exposed to sunlight. The desired coatings increase the near infrared reflectance while decreasing the reflectance of visible light. Both experimental and numerical approaches were followed in achieving the desired spectral behavior. In this study the pigmented coatings were made using TiO2 as dispersed particles, clear acryl synthetic as the matrix, and standard black paper as the substrate. The spectral reflectance was measured by spectroscopy in the visible and near-infrared regions. The effects of the size distribution and volume fraction of pigment particles and the coating thickness on the spectral reflectance of pigmented coatings are examined in this study. © 2011 Wiley Periodicals, Inc. Heat Trans Asian Res; Published online in Wiley Online Library (wileyonlinelibrary.com/journal/htj). DOI 10.1002/htj.20392", "objIdentifier": "a7080a3fe6812829b322ed5c5ea5d97f", "pissn": "1099-2871", "subject": ["Condensed Matter Physics", "Fluid Flow and Transfer Processes"], "author": [{"affiliation": [], "given": "Hiroki", "family": "Gonome"}, {"affiliation": [], "given": "Mehdi", "family": "Baneshi"}, {"affiliation": [], "given": "Atsuki", "family": "Komiya"}, {"affiliation": [], "given": "Shigenao", "family": "Maruyama"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2011-12-27", "link": [{"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1002%2Fhtj.20392", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2013-6", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1002/htj.20392", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", "start": {"timestamp": 1441065600000, "date-parts": [[2015, 9, 1]], "date-time": "2015-09-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 1344}], "url": "http://dx.doi.org/10.1002/htj.20392", "issn": [{"type": "print", "value": "1099-2871"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Radiative properties of spectral selective coatings pigmented with TiO2nanoparticles"], "funder": null, "datasourcePrefix": "crossref____"}
623
{"best_oa_location_url": "", "issued": "2011-3-01", "abstract": [], "objIdentifier": "d0b39affb068bceee37e9a8f6deca6c9", "pissn": "1067-2516", "subject": ["Surgery", "Orthopedics and Sports Medicine"], "author": [{"affiliation": [], "given": "D. Scot", "family": "Malay"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S1067251610005466?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S1067251610005466?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2011-3", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1053/j.jfas.2010.12.021", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1298937600000, "date-time": "2011-03-01T00:00:00Z", "date-parts": [[2011, 3, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1053/j.jfas.2010.12.021", "issn": [{"type": "print", "value": "1067-2516"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Silicone Polymer Metatarsophalangeal Joint Implants"], "funder": null, "datasourcePrefix": "crossref____"}
624
{"best_oa_location_url": "", "issued": "2009", "abstract": "Market penetration of smartphones and the enriched capabilities of new devices lead to the storage of lot of data in their internal memory, providing a silent witness of digital crimes and private facts as well. This article proposes a new methodology and a tool for data acquisition by using the removable memory cards (e.g. SD, mini SD, MMC, etc.) to execute in crime scene situ. The presented methodology relies on a forensic farm where Symbian and Windows Mobile devices file system images, acquired via the tool and sent through the forensic operator mobile device, are automatically processed by a piece of software, in order to provide quick and standard results. The purpose of this quick (and general, not ad-hoc) response is to provide essential investigative information to the crime scene operator in the lowest time, in order to collect further evidences, related to the content of the sized smartphone.", "objIdentifier": "3870ca98eccb21f8f039456fb445bcc6", "pissn": "1751-911X", "subject": ["Computer Networks and Communications", "Law", "Safety, Risk, Reliability and Quality"], "eissn": "1751-9128", "author": [{"affiliation": [], "given": "Rosamaria", "family": "Berte"}, {"affiliation": [], "given": "Fabio", "family": "Dellutri"}, {"affiliation": [], "given": "Antonio", "family": "Grillo"}, {"affiliation": [], "given": "Alessandro", "family": "Lentini"}, {"affiliation": [], "given": "Gianluigi", "family": "Me"}, {"affiliation": [], "given": "Vittorio", "family": "Ottaviani"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2009", "accepted": null, "publisher": "Inderscience Publishers", "doi": "10.1504/ijesdf.2009.023872", "license": null, "url": "http://dx.doi.org/10.1504/ijesdf.2009.023872", "issn": [{"type": "print", "value": "1751-911X"}, {"type": "electronic", "value": "1751-9128"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Fast smartphones forensic analysis results through mobile internal acquisition tool and forensic farm"], "funder": null, "datasourcePrefix": "crossref____"}
625
{"best_oa_location_url": "", "issued": "1964-1-1", "abstract": [], "objIdentifier": "e85b7f9b5fd1d641b2d4aedf311268cd", "subject": null, "author": [{"affiliation": [], "given": "C. J.", "family": "Morgan"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0004", "value": "Conference object"}, "is_oa": false, "published-online": "1964-1-1", "link": null, "published-print": null, "accepted": null, "publisher": "SAE International", "doi": "10.4271/640590", "license": null, "url": "http://dx.doi.org/10.4271/640590", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Operational Employment Criteria (A Space Age Management Tool)"], "funder": null, "datasourcePrefix": "crossref____"}
626
{"best_oa_location_url": "", "issued": "2006-3-01", "abstract": "This article examines the efficacy of current definitional perspectives on learning disabilities (LD) and related assessment models to support appropriate instructional and support services for learners of English with learning-related difficulties. A revised framework for defining LD and an associated assessment model, curriculum-based dynamic assessment (CDA), are proposed. The results of a teacher assessment study are reported to exemplify how this revised framework may be studied. The study examined the following questions: (a) Can curriculum-based dynamic assessments of authentic learning tasks help educators to differentiate between the work of students with limited English proficiency and their peers identified as having LD? (b) What are the characteristics of curriculum-based work samples of limited English proficient students with LD that may predictably differentiate them from their peers without LD?", "objIdentifier": "c01ad9d71f93f4d885643b9e04c10ded", "pissn": "0022-2194", "subject": ["Education", "General Health Professions", "Health(social science)"], "eissn": "1538-4780", "author": [{"affiliation": [{"name": "Metropolitan State University, National Center on Educational Outcomes at the University of Minnesota, "}], "given": "Manuel", "family": "Barrera"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2016-8-18", "link": [{"URL": "http://journals.sagepub.com/doi/pdf/10.1177/00222194060390020301", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}, {"URL": "http://journals.sagepub.com/doi/pdf/10.1177/00222194060390020301", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2006-3", "accepted": null, "publisher": "SAGE Publications", "doi": "10.1177/00222194060390020301", "license": [{"URL": "http://journals.sagepub.com/page/policies/text-and-data-mining-license", "start": {"timestamp": 1141171200000, "date-parts": [[2006, 3, 1]], "date-time": "2006-03-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1177/00222194060390020301", "issn": [{"type": "print", "value": "0022-2194"}, {"type": "electronic", "value": "1538-4780"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Roles of Definitional and Assessment Models in the Identification of New or Second Language Learners of English for Special Education"], "funder": null, "datasourcePrefix": "crossref____"}
627
{"best_oa_location_url": "", "issued": "2008", "abstract": "3Dfractal dimension and 2D profile fractal dimension distribution of the surfaces made by brittle or ductile grinding are calculated. From the calculated results of 3D fractal dimension, it can be found that the microtopograhpy of ductile ground surface is more exquisite than brittle ground surface and 3D fractal dimension Ds has inverse relation with the roughness parameter Rq. Through the analysis of 2D profile fractal dimension distribution in different ground surfaces, it is revealed that the topography of ground surface is changed with grinding parameters such as ground surfaces may have weakly or strongly anisotropic even isotropic features when different grinding parameters are adopted. Using fractal method to analyze the topography of ground surface is helpful to understand the generating mechanism of surface topography.", "objIdentifier": "48312ecbc4a038c04348fe32ed000d3c", "subject": null, "accepted": null, "author": [{"affiliation": [], "given": "Ming Jun", "family": "Chen"}, {"affiliation": [], "given": "Qi Long", "family": "Pang"}, {"affiliation": [], "given": "Jing He", "family": "Wang"}, {"affiliation": [], "given": "Kai", "family": "Cheng"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2008", "link": [{"URL": "http://www.scientific.net/KEM.359-360.523.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "eissn": "1662-9795", "publisher": "Trans Tech Publications", "doi": "10.4028/www.scientific.net/kem.359-360.523", "license": null, "url": "http://dx.doi.org/10.4028/www.scientific.net/kem.359-360.523", "issn": [{"type": "electronic", "value": "1662-9795"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["3D Fractal Analysis of Ultra Precision Grinding Influencing on the Surface Topography of Brittle Material"], "funder": null, "datasourcePrefix": "crossref____"}
628
{"best_oa_location_url": "http://doi.org/10.18405/recfin20170107", "issued": "2017-1-1", "abstract": "Objetivo:  Este estudo objetiva analisar a presenca das mulheres em niveis estrategicos da governanca corporativa de empresas familiares listadas na BMF (ii) caracterizar as empresas que possuem mulheres no conselho de administracao; e, (iii) verificar quantas mulheres integram o conselho de administracao proporcionalmente em cada empresa.     Fundamento:  As mulheres se deparam com o classico efeito  glass ceiling  nas organizacoes (Weyer, 2007). Para Jackson e Callaghan (2009), o efeito teto de vidro nas organizacoes ocorre de diferentes formas, mas para o foco deste estudo destaca-se a desigualdade de genero percebida na ocupacao de cargos de niveis estrategicos.     Metodo:  A opcao metodologica para a conducao da pesquisa foi de natureza aplicada, com abordagem descritiva quantitativa, realizada por meio de pesquisa documental, em particular no Relatorio de Referencia de 2013.     Resultados:  Os resultados da pesquisa demonstram que a presenca feminina na governanca corporativa de empresas familiares listadas na BM&FBovespa ainda e pequena em comparacao ao genero masculino, correspondendo a menos de 10% em relacao a media das acoes. Conclui-se que sao poucas as empresas que tem em sua composicao acionaria algum percentual de mulheres. No entanto, os resultados requerem parcimonia nas inferencias, uma vez que os dados evidenciados no Relatorio de Referencia pouco esclarecem sobre a participacao efetiva do genero feminino na governanca corporativa das empresas, o que se constitui em uma lacuna a ser preenchida com novas pesquisas, utilizando outras estrategias.   Contribuicoes:  A relevância do estudo esta em investigar a presenca das mulheres em niveis estrategicos da governanca corporativa de empresas familiares no Brasil, que se constitui em um tema ainda a ser explorado na literatura nacional.", "objIdentifier": "6dadb51f5dbd747c87e0e2d24c4185b1", "pissn": "2318-1001", "subject": null, "eissn": "2318-1001", "author": [{"affiliation": [], "given": "Nathália Aparecida Dias", "family": "Vaccari"}, {"affiliation": [], "given": "Ilse Maria ", "family": "Beuren"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": "2017-1-1", "link": null, "published-print": "2017-1-1", "accepted": null, "publisher": "Revista Evidenciacao Contabil & Financas", "doi": "10.18405/recfin20170107", "license": null, "url": "http://dx.doi.org/10.18405/recfin20170107", "issn": [{"type": "print", "value": "2318-1001"}, {"type": "electronic", "value": "2318-1001"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Participação Feminina na Governança Corporativa de Empresas Familiares Listadas na BM&FBovespa"], "funder": null, "datasourcePrefix": "crossref____"}
629
{"best_oa_location_url": "", "issued": "2005", "abstract": "横越流堰の越流量を予測するには, 流量係数を定量的に把握する必要がある. 流量係数のパラメータは, フルード数, 相対堰高, 相対堰長および相対水深の4つである. 既往の研究では, 同時に複数のパラメータを変化させた実験を行っているため, 得られた流量係数は複数のパラメータの影響を受けているにも関わらず少ないパラメータで定式化している. これは, 4つのパラメータを系統的に変化させることが困難だからである. 近年, 相対水深の影響が微少であることが実験的に解明された. 本研究では相対水深を一定とし, フルード数, 相対堰高および相対堰長の3つのパラメータを系統的に変化させて, 実験を行った. その結果, 4つ全てのパラメータを考慮した流量係数の定式化に成功した.", "objIdentifier": "db3669d9b963066a6f751817c86a043c", "pissn": "0289-7806", "subject": null, "author": [{"affiliation": [], "given": "Kouki", "family": "ONITSUKA"}, {"affiliation": [], "given": "Juichiro", "family": "AKIYAMA"}, {"affiliation": [], "given": "Tomohiro", "family": "TSUNEMATSU"}, {"affiliation": [], "given": "Madoka", "family": "MATAGA"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2005", "accepted": null, "publisher": "Japan Society of Civil Engineers", "doi": "10.2208/jscej.2005.803_81", "license": null, "url": "http://dx.doi.org/10.2208/jscej.2005.803_81", "issn": [{"type": "print", "value": "0289-7806"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["DISCHARGE COEFFICIENTS OF SIDE-WEIRS IN SUBCRITICAL OPEN-CHANNEL FLOWS"], "funder": null, "datasourcePrefix": "crossref____"}
630
{"best_oa_location_url": "http://www.plantphysiol.org/content/plantphysiol/159/1/211.full.pdf", "issued": "2012-3-13", "abstract": "Plant mitochondrial genomes are large in size and constituted by a complex and dynamic network of circular and linear, double- or single-stranded DNA molecules (Oldenburg and Bendich, 1996; Backert et al., 1997). This complex structure of the mitochondrial DNA (mtDNA) is generated by homologous recombination (HR) between repeated sequences, which are abundant in plant mitochondrial genomes (Andre et al., 1992). These repeated sequences are often distinguished into large pairs of repeats, involved in frequent and reversible recombination (two in the Arabidopsis [Arabidopsis thaliana] mtDNA of 6.5 and 4.2 kb), and intermediate-size repeats (IRs) from a few dozen to a few hundred base pairs (about 30 IRs larger than 100 bp in the Arabidopsis mtDNA). Recombination between the latter is infrequent and yields low-copy-number alternative configurations (mitotypes) of the mtDNA that coexist with the dominant mtDNA configuration (Small et al., 1989). HR, therefore, is a major determinant of the intrinsic heteroplasmic state of the mtDNA (Kmiec et al., 2006). Under relaxed control of recombination, very rapid changes may occur in the relative proportions of mtDNA variants. This phenomenon is called substoichiometric shifting (SSS; Kanazawa et al., 1994; Bellaoui et al., 1998; Janska et al., 1998). It can result in the activation or silencing of mitochondrial sequences, altering mitochondrial gene expression with deleterious consequences to the plant. SSS also contributes to the rapid evolution of the mtDNA structure and to cytoplasm-nucleus conflicts, which can result in cytoplasmic male sterility (Touzet and Budar, 2004). Therefore, rigorous control of HR is essential to maintain mtDNA stability in plants.#R##N##R##N#The mechanisms that regulate HR and the stoichiometric transmission of the alternative mitotypes to the progeny are poorly understood. Only a few factors that influence mtDNA HR and that can affect the SSS process have been identified so far. These include the Arabidopsis MutS-like protein MSH1 (Abdelnoor et al., 2003) and the single-stranded DNA-binding protein OSB1 (Zaegel et al., 2006). The primary effect of the inactivation of these genes is the accumulation of some products arising from recombination between IRs. In the following mutant generations, this can lead to new predominant mtDNA sequences by SSS (Zaegel et al., 2006; Arrieta-Montiel et al., 2009; Davila et al., 2011). Homologs of eubacterial RecA that are present in plant organelles (Khazi et al., 2003; Shedge et al., 2007; Odahara et al., 2009) have also been shown to modulate recombination between IRs, both in Arabidopsis and bryophytes (Shedge et al., 2007; Odahara et al., 2009). Additional genes (WHY2 and POL1B) influence the outcome of recombination processes in plant mitochondria, leading, for example, to increased illegitimate microhomology-mediated recombination that results in the accumulation of chimeric molecules (Cappadocia et al., 2010; Parent et al., 2011). These examples demonstrate that multiple alternative recombination processes can be activated in plant mtDNA maintenance and that the complete set of factors involved in these processes still remain to be determined.#R##N##R##N#It has been proposed that SSS involving the amplification of IR recombination products could result from the repair of double-strand breaks (DSBs) by break-induced replication (BIR), which occurs during the replication process (Shedge et al., 2007; Davila et al., 2011). Indeed, most examples of SSS involving recombination between IRs are characterized by an asymmetrical amplification of only one of the recombinant forms, which can be explained by a BIR repair pathway. In addition, the involvement of BIR is consistent with models of the plant mtDNA replication by recombination-dependent pathways (Oldenburg and Bendich, 1996; Backert et al., 1997; Manchekar et al., 2006). A direct link between mtDNA repair, recombination, and SSS has not been formally established yet.#R##N##R##N#DNA repair via HR is known to exist in yeast mitochondria (Ling et al., 1995). In animals, mtDNA repair by HR is not believed to routinely occur, although corresponding activities have been detected (Thyagarajan et al., 1996; Kajander et al., 2001). In plant mitochondria, the present knowledge about mtDNA repair is still scarce. A short-patch base excision repair pathway and a microhomology-mediated recombination pathway have been shown (Boesch et al., 2009; Cappadocia et al., 2010). However, the important HR activities that exist in plant organelles suggest that recombination-dependent repair processes are predominant. In bacteria, RecA-type recombinases have crucial roles in HR-dependent functions, because the formation of a single-stranded DNA-RecA filament is a common intermediate in recombination pathways that require the invasion of double-stranded DNA by homologous single-stranded DNA (Cox, 2007). RecA-type proteins have been found in mitochondria and/or chloroplasts of plants and are encoded by genes inherited from the endosymbiont ancestors of mitochondria and plastids, α-proteobacteria and cyanobacteria, respectively (for phylogenetic tree, see Lin et al. [2006]). During evolution, the genes coding for a mitochondrial RecA have been lost from the entire algal lineage as well as from animals and fungi. In contrast, both mitochondrial and plastidial RecAs are present in land plants. Two RECA genes have been retained in the moss Physcomitrella patens (one for each organellar compartment [Odahara et al., 2007; Inouye et al., 2008]), and three RECA genes are present in Arabidopsis, named RECA1, RECA2, and RECA3 (Shedge et al., 2007). Protein-GFP fusions showed that RECA1 and RECA3 are targeted to plastids and mitochondria, respectively, whereas RECA2 is dual targeted to both organelles. In bacteria, the RecA enzyme (together with ancillary factors) is involved in DNA recombination and repair following, for example, collapsed replication forks or DSBs (Cox, 2007). In chloroplasts, there is already extensive evidence for the role of plastid-targeted RecAs in chloroplast genome (cpDNA) repair by recombination (Cerutti et al., 1993, 1995; Kwon et al., 2010; Rowan et al., 2010). The mitochondrial RECA3 has also been shown to partially complement Escherichia coli recA gene deletion, enhancing survival after exposure to the DNA-damaging agent methyl methanesulfonate (Khazi et al., 2003). This suggests a role for RECA3 in mtDNA repair.#R##N##R##N#To better understand the contribution of RecA-dependent recombination and mtDNA repair to genome stability and plant survival, we performed a functional study of the RECA2 and RECA3 genes. We compared their abilities for heterologous functional complementation in E. coli and their effects on plant mtDNA recombination. We also compared the effects of genotoxins on the mtDNA and its subsequent repair between wild-type and RECA3-deficient plants. We found that mutants in either RECA2 or RECA3 displayed the same molecular phenotypes of increased recombination between IRs, suggesting that they act in the same recombination pathways. Alternative structures of the mtDNA generated by repair through recombination were found to be transmitted to the plant progeny, enhancing the potential for mtDNA evolution by SSS.", "objIdentifier": "7a2e82ff2336b06eb7177a66357f425f", "pissn": "0032-0889", "subject": ["Plant Science", "Genetics", "Physiology"], "eissn": "1532-2548", "author": [{"affiliation": [], "given": "M.", "family": "Miller-Messmer"}, {"affiliation": [], "given": "K.", "family": "Kuhn"}, {"affiliation": [], "given": "M.", "family": "Bichara"}, {"affiliation": [], "given": "M.", "family": "Le Ret"}, {"affiliation": [], "given": "P.", "family": "Imbault"}, {"affiliation": [], "given": "J. M.", "family": "Gualberto"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": "2012-3-13", "link": null, "published-print": "2012-5-1", "accepted": null, "publisher": "American Society of Plant Biologists (ASPB)", "doi": "10.1104/pp.112.194720", "license": null, "url": "http://dx.doi.org/10.1104/pp.112.194720", "issn": [{"type": "print", "value": "0032-0889"}, {"type": "electronic", "value": "1532-2548"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["RecA-Dependent DNA Repair Results in Increased Heteroplasmy of the Arabidopsis Mitochondrial Genome"], "funder": null, "datasourcePrefix": "crossref____"}
631
{"best_oa_location_url": "", "issued": "1883", "abstract": [], "objIdentifier": "6d8372967f3f4f12975b9901bbffee81", "pissn": "2150-6256", "subject": null, "author": [{"affiliation": [], "given": "Theodore", "family": "Child"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1883", "accepted": null, "publisher": "JSTOR", "doi": "10.2307/25583711", "license": null, "url": "http://dx.doi.org/10.2307/25583711", "issn": [{"type": "print", "value": "2150-6256"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["French House Furnishing"], "funder": null, "datasourcePrefix": "crossref____"}
632
{"publisher": "Organisation for Economic Co-Operation and Development  (OECD)", "doi": "10.1787/na_ma_dt-v2017-2-table94-fr", "license": null, "author": [{"affiliation": [], "name": "OCDE"}], "url": "http://dx.doi.org/10.1787/na_ma_dt-v2017-2-table94-fr", "issued": "2017-10-27", "abstract": [], "issn": null, "dateOfCollection": "2018-08-07 12:28:06Z", "datasourcePrefix": "crossref____", "link": null, "objIdentifier": "b5d77eb995ac24624acaddc9debf9754", "published-print": "2017-10-27", "collectedFrom": [{"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Population et emploi (personnes) et emploi (heures travaillées) par industrie : Allemagne"], "funder": null, "accepted": null, "type": {"cobj": "0020", "value": "Other"}, "is_oa": false, "published-online": null, "subject": null}
633
{"best_oa_location_url": "", "issued": "2010-8-20", "abstract": "The crystallization and melting behaviors of poly (vinylidene fluoride) (PVDF) with small amount of nanoparticles (1 wt %), such as montmorillonite (MMT), SiO 2 , CaCO 3 , or polytetrafluoroethylene (PTFE), directly prepared by melt-mixing method were investigated by scanning electron microscopy (SEM), polarizing optical microscopy, Fourier transform infrared spectroscopy, wide angle X-ray diffraction (WAXD), and differential scanning calorimetry (DSC). The nanoparticle structure and the interactions between PVDF molecule and nanoparticle surface predominated the crystallization behavior and morphology of the PVDF. Small amount addition of these four types of nanoparticles would not affect the original crystalline phase obtained in the neat PVDF sample (α phase), but accelerated the crystallization rate because of the nucleation effect. In these four blend systems, MMT or PTFE nanoparticles could be well applied for PVDF nanocomposite preparation because of stronger interactions between particle surface and PVDF molecules. The nucleation enhancement and the growth rate of the spherulites were decreased in the order SiO 2  > CaCO 3  > PTFE > MMT. The melting and recrystallization of PVDF was found in MMT addition sample, because of the special ways of ordering of the PVDF chains.", "objIdentifier": "520056ce7c6be2ac2a6c8e9447da57f5", "pissn": "0887-6266", "subject": ["Physical and Theoretical Chemistry", "Materials Chemistry", "Polymers and Plastics", "Condensed Matter Physics"], "author": [{"affiliation": [], "given": "Wenzhong", "family": "Ma"}, {"affiliation": [], "given": "Xiaolin", "family": "Wang"}, {"affiliation": [], "given": "Jun", "family": "Zhang"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2010-8-20", "link": [{"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1002%2Fpolb.22097", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1002/polb.22097", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", "start": {"timestamp": 1441065600000, "date-time": "2015-09-01T00:00:00Z", "date-parts": [[2015, 9, 1]]}, "content-version": "tdm", "delay-in-days": 1838}], "url": "http://dx.doi.org/10.1002/polb.22097", "issn": [{"type": "print", "value": "0887-6266"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Effect of MMT, SiO2, CaCO3, and PTFE nanoparticles on the morphology and crystallization of poly(vinylidene fluoride)"], "funder": null, "datasourcePrefix": "crossref____"}
634
{"best_oa_location_url": "", "issued": "2012-5-14", "abstract": "Abstract#R##N##R##N#Chemical investigation of the ethyl acetate extract of Corynespora cassiicola, isolated from leaf tissues of the Chinese mangrove medicinal plant Laguncularia racemosa, yielded four new secondary metabolites, including three decalactones, xestodecalactones D–F (1–3) as well as corynesidone C (4), in addition to four known compounds. The structures of the new compounds were determined on the basis of one- and two-dimensional NMR spectroscopy as well as by high-resolution mass spectrometry. Absolute configurations of the optically active compounds 1–3 were determined by TDDFT ECD calculations of their solution conformers, proving that they belong to the (11S) series of xestodecalactones, opposite to the (11R) configuration of the known xestodecalactones A–C. All compounds were tested against a panel of human protein kinases. Among the isolated compounds, two inhibited several kinases such as IGF1-R and VEGF-R2 with IC50 values mostly in the low micromolar range.", "objIdentifier": "42facf502f02d1469f2dc1eca3d191aa", "pissn": "1434-193X", "subject": ["Physical and Theoretical Chemistry", "Organic Chemistry"], "author": [{"affiliation": [], "given": "Weaam", "family": "Ebrahim"}, {"affiliation": [], "given": "Amal H.", "family": "Aly"}, {"ORCID": "0000-0002-7867-7084", "affiliation": [], "given": "Attila", "family": "Mándi"}, {"affiliation": [], "given": "Frank", "family": "Totzke"}, {"affiliation": [], "given": "Michael H. G.", "family": "Kubbutat"}, {"affiliation": [], "given": "Victor", "family": "Wray"}, {"affiliation": [], "given": "Wen-Han", "family": "Lin"}, {"affiliation": [], "given": "Haofu", "family": "Dai"}, {"affiliation": [], "given": "Peter", "family": "Proksch"}, {"ORCID": "0000-0002-8831-8499", "affiliation": [], "given": "Tibor", "family": "Kurtán"}, {"affiliation": [], "given": "Abdessamad", "family": "Debbab"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2012-5-14", "link": [{"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1002%2Fejoc.201200245", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2012-6", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1002/ejoc.201200245", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", "start": {"timestamp": 1441065600000, "date-time": "2015-09-01T00:00:00Z", "date-parts": [[2015, 9, 1]]}, "content-version": "tdm", "delay-in-days": 1205}], "url": "http://dx.doi.org/10.1002/ejoc.201200245", "issn": [{"type": "print", "value": "1434-193X"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Decalactone Derivatives from Corynespora cassiicola, an Endophytic Fungus of the Mangrove Plant Laguncularia racemosa"], "funder": null, "datasourcePrefix": "crossref____"}
635
{"best_oa_location_url": "", "issued": "2013", "abstract": [], "objIdentifier": "d9ba38d39e1a397d2cb87c793a8c1be3", "subject": null, "author": [{"affiliation": [], "given": "Mikael", "family": "Olsson"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": "2013-8-1", "link": [{"URL": "http://link.springer.com/content/pdf/10.1007/978-1-4302-6278-7_4", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2013", "accepted": null, "publisher": "Apress", "doi": "10.1007/978-1-4302-6278-7_4", "license": null, "url": "http://dx.doi.org/10.1007/978-1-4302-6278-7_4", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Operators"], "funder": null, "datasourcePrefix": "crossref____"}
636
{"best_oa_location_url": "", "issued": "1972-1-01", "abstract": "We have investigated the effects of aspirin and dexamethasone on the fever, clinical symptoms, granulocyte response, plasma cortisol and growth hormone levels produced by bacterial endotoxin. Dexamethasone and, to a lesser extent, aspirin suppressed much of the fever and undesirable symptoms. Granulocyte response was enhanced by dexamethasone but was unchanged by aspirin. The increase in plasma cortisol levels was unaffected by these antipyretic agents, although dexamethasone diminished the number of positive growth hormone responses to endotoxin. There was no correlation between fever and either plasma cortisol or growth hormone response.", "objIdentifier": "3abdfff87069c353d75ce0f64937c6e5", "pissn": "0021-972X", "subject": ["Clinical Biochemistry", "Biochemistry", "Endocrinology, Diabetes and Metabolism", "Endocrinology", "Biochemistry, medical"], "eissn": "1945-7197", "author": [{"affiliation": [], "given": "LARRY J.", "family": "WRIGHT"}, {"affiliation": [], "given": "MORTIMER B.", "family": "LIPSETT"}, {"affiliation": [], "given": "GRIFF T.", "family": "ROSS"}, {"affiliation": [], "given": "SHELDON M.", "family": "WOLFF"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://academic.oup.com/jcem/article-pdf/34/1/13/10519628/jcem0013.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1972-1", "accepted": null, "publisher": "The Endocrine Society", "doi": "10.1210/jcem-34-1-13", "license": null, "url": "http://dx.doi.org/10.1210/jcem-34-1-13", "issn": [{"type": "print", "value": "0021-972X"}, {"type": "electronic", "value": "1945-7197"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Effects of Dexamethasone and Aspirin on the Responses to Endotoxin in Man1"], "funder": null, "datasourcePrefix": "crossref____"}
637
{"best_oa_location_url": "", "issued": "2015-4-7", "abstract": "AbstractThe crude oil and vacuum residue (VR), when subjected to the hydrodynamic cavitation (HC) or microwave irradiation, showed cracking of larger molecular weight compounds into smaller molecules. The productivity of light and intermediate petroleum fractions of the crude after the HC treatment increased in the range of 3–7%, while the microwave treatment with activated carbon as an efficient microwave absorber showed 12% conversion of VR into distillate products. The HC altered the density, viscosity, iodine values and % of distillate fractions marginally, but significantly changed the light and middle distillates recovery, and the carbon number profiles of the crude.", "objIdentifier": "6123d9f475bd93391acafe5a35784ae4", "pissn": "0019-4506", "subject": ["General Chemical Engineering"], "eissn": "0975-007X", "author": [{"affiliation": [], "given": "Khursheed B.", "family": "Ansari"}, {"affiliation": [], "given": "Ninad H.", "family": "Loke"}, {"affiliation": [], "given": "Aniruddha B.", "family": "Pandit"}, {"affiliation": [], "given": "Vilas G.", "family": "Gaikar"}, {"affiliation": [], "given": "Ramaraj", "family": "Sivakumar"}, {"affiliation": [], "given": "Rajeev", "family": "Kumar"}, {"affiliation": [], "given": "Santanu", "family": "Das"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2015-4-7", "link": [{"URL": "http://www.tandfonline.com/doi/pdf/10.1080/00194506.2015.1026949", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2015-10-2", "accepted": null, "publisher": "Informa UK Limited", "doi": "10.1080/00194506.2015.1026949", "license": null, "url": "http://dx.doi.org/10.1080/00194506.2015.1026949", "issn": [{"type": "print", "value": "0019-4506"}, {"type": "electronic", "value": "0975-007X"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Process Intensification of Upgradation of Crude Oil and Vacuum Residue by Hydrodynamic Cavitation and Microwave Irradiation"], "funder": [{"name": "Bharat Petroleum Corporation Ltd.", "award": []}, {"name": "University Grants Commission, Government of India", "award": []}], "datasourcePrefix": "crossref____"}
638
{"best_oa_location_url": "", "issued": "2009-4-24", "abstract": "Cell kinetics have been studied at several periods in a patient with typical cyclic neutropenia. Peripheral blood granulocyte labelling showed an increased destruction in the preleucopenic phase. Bone marrow colony-forming cells and blood leucocyte colony forming activity were normal or above the normal range. The major abnormalities were found in sequential studies of bone marrow proliferation measured by ‘in vitro’ 3H-thymidine flash labelling. A fall in the labelling index of promyelocytes was observed in the second part of the cycle. Incubation of normal human bone marrow cells with patient's granulocytes showed a marked decrease in 3H-thymidine incorporation, compared with incubation with the same number of normal granulocytes. Human cyclic neutropenia seems to be due to a factor secreted by abnormal polymorphonuclears inhibiting myeloid proliferation.", "objIdentifier": "4bf01af420b1150d60413b62db3cd675", "pissn": "0036-553X", "subject": ["Hematology"], "author": [{"affiliation": [], "given": "C.", "family": "Dresch"}, {"affiliation": [], "given": "D.", "family": "Thevenieau"}, {"affiliation": [], "given": "H.", "family": "Castro-Malaspina"}, {"affiliation": [], "given": "A.", "family": "Faille"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2009-4-24", "link": [{"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1111%2Fj.1600-0609.1977.tb02713.x", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1111/j.1600-0609.1977.tb02713.x", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", "start": {"timestamp": 1441065600000, "date-parts": [[2015, 9, 1]], "date-time": "2015-09-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 2321}], "url": "http://dx.doi.org/10.1111/j.1600-0609.1977.tb02713.x", "issn": [{"type": "print", "value": "0036-553X"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Cell Kinetics in Human Cyclic Neutropenia"], "funder": null, "datasourcePrefix": "crossref____"}
639
{"best_oa_location_url": "", "issued": "1999-9-14", "abstract": "We extract the power corrections to the {open_quotes}scaling{close_quotes} proton structure function F{sub 2}(x,Q{sup 2}) by using QCD moments obtained from the world{close_quote}s inclusive lepton-proton scattering data. As opposed to previous analyses, we take particular account of data at large Bjorken x(x{gt}0.75) which are dominated by nucleon resonances and which make up most of the structure function at low Q{sup 2}(Q{sup 2}{le}4 GeV{sup 2}). We discuss possible improvements on the determination of the magnitude of the higher twist coefficients that could be obtained from a new set of measurements of the nucleon structure functions at large {ital x} and moderate Q{sup 2}. {copyright} {ital 1999} {ital The American Physical Society}", "objIdentifier": "555d2a61ac22bef61fb64884c231e5a7", "pissn": "0556-2821", "subject": ["Physics and Astronomy (miscellaneous)"], "eissn": "1089-4918", "author": [{"affiliation": [], "given": "I.", "family": "Niculescu"}, {"affiliation": [], "given": "C.", "family": "Keppel"}, {"affiliation": [], "given": "S.", "family": "Liuti"}, {"affiliation": [], "given": "G.", "family": "Niculescu"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "1999-9-14", "link": [{"URL": "http://link.aps.org/article/10.1103/PhysRevD.60.094001", "intended-application": "syndication", "content-version": "vor", "content-type": "unspecified"}, {"URL": "http://harvest.aps.org/v2/journals/articles/10.1103/PhysRevD.60.094001/fulltext", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "accepted": null, "publisher": "American Physical Society (APS)", "doi": "10.1103/physrevd.60.094001", "license": [{"URL": "http://link.aps.org/licenses/aps-default-license", "start": {"timestamp": 937267200000, "date-parts": [[1999, 9, 14]], "date-time": "1999-09-14T00:00:00Z"}, "content-version": "vor", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1103/physrevd.60.094001", "issn": [{"type": "print", "value": "0556-2821"}, {"type": "electronic", "value": "1089-4918"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Extraction of higher twists from electron-proton inclusive data at large Bjorkenx"], "funder": null, "datasourcePrefix": "crossref____"}
640
{"best_oa_location_url": "", "issued": "1996", "abstract": [], "objIdentifier": "c80a8ceddaf53c713b098e9c970fee52", "subject": null, "author": [{"affiliation": [], "given": "G. Brian", "family": "Wisdom"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/978-1-60327-259-9_43", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1996", "accepted": null, "publisher": "Humana Press", "doi": "10.1007/978-1-60327-259-9_43", "license": null, "url": "http://dx.doi.org/10.1007/978-1-60327-259-9_43", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Horseradish Peroxidase Labeling of Antibody Using Periodate Oxidation"], "funder": null, "datasourcePrefix": "crossref____"}
641
{"best_oa_location_url": "", "issued": "1971-3-01", "abstract": [], "objIdentifier": "6b87934cbe9f40bc36d67d131a81653d", "pissn": "0002-7162", "subject": ["Sociology and Political Science", "General Social Sciences"], "eissn": "1552-3349", "author": [{"affiliation": [{"name": "Callison College University of the Pacific Stockton California"}], "given": "Catherine A.", "family": "Tisinger"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2016-9-8", "link": [{"URL": "http://journals.sagepub.com/doi/pdf/10.1177/000271627139400125", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}, {"URL": "http://journals.sagepub.com/doi/pdf/10.1177/000271627139400125", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1971-3", "accepted": null, "publisher": "SAGE Publications", "doi": "10.1177/000271627139400125", "license": [{"URL": "http://journals.sagepub.com/page/policies/text-and-data-mining-license", "start": {"timestamp": 36633600000, "date-parts": [[1971, 3, 1]], "date-time": "1971-03-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1177/000271627139400125", "issn": [{"type": "print", "value": "0002-7162"}, {"type": "electronic", "value": "1552-3349"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Leo E. Rose and Margaret W. Fisher. The Politics of Nepal: Persistence and Change in an Asian Monarchy. Pp. xiii, 197. Ithaca, N.Y.: Cornell University Press, 1970. $7.95"], "funder": null, "datasourcePrefix": "crossref____"}
642
{"best_oa_location_url": "", "issued": "2014", "abstract": "According to the rheological behavior of visco-plastic fluid lubricants in convergent wedge at high-speed and high-pressure, the visco-plastic hydrodynamic lubrication equation considering boundary slip is extracted by selecting the Smith rheological model. And for the hydrodynamic lubrication with constant viscosity and incompressible lubricants at isothermal condition, the initial boundary slip position, the development process and distribution of boundary slip field are determined in the light of shear stress distribution and maximum shear stress position of lubricants. The performance and wall slip behavior of visco-plastic hydrodynamic lubrication in various film thickness ratio convergent wedge at different moving lubrication surface speed are also analyzed and contrasted with the solutions at traditional hydrodynamic lubrication by means of solving visco-plastic hydrodynamic lubrication equations at different fields together, results indicate significant influences of film thickness ratio and moving lubrication surface speed on visco-plastic hydrodynamic lubrication performance and boundary slip behavior.", "objIdentifier": "7fc438134e4e6b54c21ebba07b6e8ca1", "pissn": "0577-6686", "subject": ["Mechanical Engineering", "Applied Mathematics", "Computer Science Applications"], "author": [{"affiliation": [], "given": "Zhaomiao", "family": "LIU"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2014", "accepted": null, "publisher": "Chinese Journal of Mechanical Engineering", "doi": "10.3901/jme.2014.09.091", "license": null, "url": "http://dx.doi.org/10.3901/jme.2014.09.091", "issn": [{"type": "print", "value": "0577-6686"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Study on Performance and Wall Slip Behavior of Visco-plastic Hydrodynamic Lubrication in Convergent Wedge"], "funder": null, "datasourcePrefix": "crossref____"}
643
{"best_oa_location_url": "", "issued": "2008-7-16", "abstract": "One of the focuses in current cancer chemoprevention studies is the search for nontoxic chemopreventive agents that inhibit the initiation of malignant transformation. Cancer biomarkers are quantifiable molecules involved in the physiologic or pathologic events occurring between exposure to carcinogens and the development, progression of cancer. Biomarkers may be the consequence of a continuous process, such as increased cell mass, or a discrete event, such as genetic mutation. Analysis of tumor markers can be used as an indicator of tumor response to therapy. Gallic acid is a naturally available polyphenol, possess strong antioxidant activity with a capacity to inhibit the formation of tumors in several cancer models. In the present study, we investigated the antiproliferative effect of gallic acid during diethylnitrosamine (DEN)-induced hepatocellular carcinoma (HCC) in male wistar albino rats. DEN treatment resulted in increased levels of aspartate transaminase, alanine transaminase, alkaline phosphatase, acid phosphatase, lactate dehydrogenase, gamma-glutamyltransferase, 5′-nucleotidase, bilirubin, alpha-fetoprotein, carcinoembryonic antigen, argyophillic nucleolar organizing regions, and proliferating cell nuclear antigen. Gallic acid treatment significantly attenuated these alterations and decreased the levels of AgNORs and PCNA. These finding suggests that gallic acid is a potent antiproliferative agent against DEN-induced HCC.", "objIdentifier": "13d962ad6228135a4d90955423390d00", "pissn": "0300-8177", "subject": ["Clinical Biochemistry", "Cell Biology", "Molecular Biology", "General Medicine"], "eissn": "1573-4919", "author": [{"affiliation": [], "given": "Sundaram", "family": "Jagan"}, {"affiliation": [], "given": "Gopalakrishnan", "family": "Ramakrishnan"}, {"affiliation": [], "given": "Pandi", "family": "Anandakumar"}, {"affiliation": [], "given": "Sattu", "family": "Kamaraj"}, {"affiliation": [], "given": "Thiruvengadam", "family": "Devaki"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2008-7-16", "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/s11010-008-9876-4", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2008-12", "accepted": null, "publisher": "Springer Nature", "doi": "10.1007/s11010-008-9876-4", "license": null, "url": "http://dx.doi.org/10.1007/s11010-008-9876-4", "issn": [{"type": "print", "value": "0300-8177"}, {"type": "electronic", "value": "1573-4919"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Antiproliferative potential of gallic acid against diethylnitrosamine-induced rat hepatocellular carcinoma"], "funder": null, "datasourcePrefix": "crossref____"}
644
{"best_oa_location_url": "", "issued": "1995-5-01", "abstract": [], "objIdentifier": "6cb0594c32cdff54203144e38ccd6242", "pissn": "1076-2752", "subject": ["Public Health, Environmental and Occupational Health"], "author": [{"affiliation": [], "given": "Ron", "family": "Teichman"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1995-5", "accepted": null, "publisher": "Ovid Technologies (Wolters Kluwer Health)", "doi": "10.1097/00043764-199505000-00011", "license": null, "url": "http://dx.doi.org/10.1097/00043764-199505000-00011", "issn": [{"type": "print", "value": "1076-2752"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Book Reviews"], "funder": null, "datasourcePrefix": "crossref____"}
645
{"best_oa_location_url": "http://doi.org/10.1590/s1516-89132008000700034", "issued": "2008-12-01", "abstract": "Artemisia vulgaris (AV) is an antihelmintic and antimalarial drug; Aloe vera(babosa) acts as antidiabetic, laxative and anti-inflammatory;Benznidazole (BZ) is a trypanocidal of Trypanosoma cruzi (TC). Technetium-99m (99mTc) has been used in nuclear medicine to obtain diagnostic images. This study evaluated the plant effects in TC parasitemia and on the biodistribution of 99mTc in mice. Twenty mice were infected by TC. At the peak of parasitemia, 5 mice received babosa; 5 received AV and 5 received BZ. The parasitemia was determined at 0, 2, 4 and 6 h of drugs administration. Five infected mice without drugs, 5 mice without TC and the group treated with AV, received 99mTc. The radioactivity was calculated. Infected mice that received babosa reduced significantly (p<0.05) the TC parasitemia. The percentage of activity per gram (%ATI/g) decreased significantly on the AV group. These results indicate that babosa possibly is an anti-TC drug and AV reduces the %ATI/g probably due to its biological effects.", "objIdentifier": "5c646967866d3b2a54ddb749b4da2a13", "subject": ["Multidisciplinary"], "accepted": null, "author": [{"affiliation": [{"name": "Universidade Federal do Rio Grande do Norte,  Brazil"}], "given": "Roseane Pereira da", "family": "Silva"}, {"affiliation": [{"name": "Universidade Federal do Rio Grande do Norte,  Brazil; Universidade Federal do Rio Grande do Norte,  Brazil"}], "given": "Cecília Maria de Carvalho Xavier", "family": "Holanda"}, {"affiliation": [{"name": "Universidade Federal do Rio Grande do Norte,  Brazil"}], "given": "Vanessa Santos de Arruda", "family": "Barbosa"}, {"affiliation": [{"name": "Universidade Federal do Rio Grande do Norte,  Brazil"}], "given": "Daniel Pereira de", "family": "Oliveira"}, {"affiliation": [{"name": "Universidade Federal do Rio Grande do Norte,  Brazil"}], "given": "Natália Alves", "family": "Lima"}, {"affiliation": [{"name": "Universidade Federal do Rio Grande do Norte,  Brazil"}], "given": "Antônia Cláudia Jácome da", "family": "Câmara"}, {"affiliation": [{"name": "Universidade Federal do Rio Grande do Norte,  Brazil; Universidade Federal do Rio Grande do Norte,  Brazil"}], "given": "Aldo da Cunha", "family": "Medeiros"}, {"affiliation": [{"name": "Universidade Federal do Rio Grande do Norte,  Brazil"}], "given": "Maria Helena Spyrides", "family": "Constantino"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": null, "link": [{"URL": "http://www.scielo.br/pdf/babt/v51nspe/v51nspea34.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2008-12", "eissn": "1516-8913", "publisher": "FapUNIFESP (SciELO)", "doi": "10.1590/s1516-89132008000700034", "license": null, "url": "http://dx.doi.org/10.1590/s1516-89132008000700034", "issn": [{"type": "electronic", "value": "1516-8913"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Effect of medicinal plants on the parasitemia of Trypanosoma cruzi and on the biodistribution of sodium pertechnetate (Na99mTcO4)"], "funder": null, "datasourcePrefix": "crossref____"}
646
{"best_oa_location_url": "", "issued": "1980-11-3", "abstract": [], "objIdentifier": "4ce23ac68f3179787acf18238d3f204d", "pissn": "0014-5793", "subject": ["Biophysics", "Genetics", "Cell Biology", "Biochemistry", "Molecular Biology", "Structural Biology"], "author": [{"affiliation": [], "given": "Makoto", "family": "Ohki"}, {"affiliation": [], "given": "Takanori", "family": "Nakamura"}, {"affiliation": [], "given": "Takashi", "family": "Morita"}, {"affiliation": [], "given": "Sadaaki", "family": "Iwanaga"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2001-11-14", "link": [{"URL": "http://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1016%2F0014-5793%2880%2980301-2", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}, {"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1016%2F0014-5793(80)80301-2", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1980-11-3", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1016/0014-5793(80)80301-2", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", "start": {"timestamp": 1441065600000, "date-time": "2015-09-01T00:00:00Z", "date-parts": [[2015, 9, 1]]}, "content-version": "tdm", "delay-in-days": 12720}], "url": "http://dx.doi.org/10.1016/0014-5793(80)80301-2", "issn": [{"type": "print", "value": "0014-5793"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["A new endotoxin sensitive factor associated with hemolymph coagulation system of horseshoe crab (Limulidae)"], "funder": null, "datasourcePrefix": "crossref____"}
647
{"best_oa_location_url": "", "issued": "2012-11-01", "abstract": "Problems of the diagnostics of a mobile charge in dielectric films and quasi-neutral peaks in the I–V characteristics of the structure are analyzed. A relationship between the measured currents and the currents in the sample during the diagnostics of inhomogeneous dielectrics with anisotropic permittivity is presented.", "objIdentifier": "35c7a2c7c2ad2261c184410cd690c154", "pissn": "1064-2269", "subject": ["Electrical and Electronic Engineering", "Electronic, Optical and Magnetic Materials", "Radiation", "Condensed Matter Physics"], "eissn": "1555-6557", "author": [{"affiliation": [], "given": "S. G.", "family": "Dmitriev"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2012-11-7", "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1134/S1064226912080141", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2012-11", "accepted": null, "publisher": "Pleiades Publishing Ltd", "doi": "10.1134/s1064226912080141", "license": null, "url": "http://dx.doi.org/10.1134/s1064226912080141", "issn": [{"type": "print", "value": "1064-2269"}, {"type": "electronic", "value": "1555-6557"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Relation between measured currents and charges in an inhomogeneous sample with anisotropic permittivity during its diagnostics"], "funder": null, "datasourcePrefix": "crossref____"}
648
{"best_oa_location_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.131.6119", "issued": "2007-5-01", "abstract": "Architectural mismatch results from implicit and conflicting assumptions that designers of components make about the environments in which these components should operate. While architectural mismatch was extensively studied in monolithic and distributed applications, it has not been applied to service-oriented architectures (SOAs). A major contribution of this paper is the analysis of how architectural mismatch affects SOAs. We study how implicit and conflicting assumptions that designers make about web services and their compositions affect the quality of resulting SOA-based systems. We support our analysis with empirical data that we collected from a large-scale SOA-based project within Accenture and other smaller projects.", "objIdentifier": "7cc801be53680835c871e0bedb289e21", "subject": null, "author": [{"affiliation": [], "given": "Kevin", "family": "Bierhoff"}, {"affiliation": [], "given": "Mark", "family": "Grechanik"}, {"affiliation": [], "given": "Edy S.", "family": "Liongosari"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0004", "value": "Conference object"}, "is_oa": true, "published-online": null, "link": [{"URL": "http://xplorestaging.ieee.org/ielx5/4273285/4273286/04273292.pdf?arnumber=4273292", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2007-5", "accepted": null, "publisher": "IEEE", "doi": "10.1109/sdsoa.2007.2", "license": null, "url": "http://dx.doi.org/10.1109/sdsoa.2007.2", "issn": null, "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Architectural Mismatch in Service-Oriented Architectures"], "funder": null, "datasourcePrefix": "crossref____"}
649
{"best_oa_location_url": "", "issued": "1964", "abstract": [], "objIdentifier": "e22628ace09ccf20eed099d05a0c9fbc", "pissn": "0022-0817", "subject": null, "author": [{"affiliation": [], "given": "Betzalel", "family": "Avitzur"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://manufacturingscience.asmedigitalcollection.asme.org/article.aspx?articleid=1438933", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1964", "accepted": null, "publisher": "ASME International", "doi": "10.1115/1.3670543", "license": null, "url": "http://dx.doi.org/10.1115/1.3670543", "issn": [{"type": "print", "value": "0022-0817"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Analysis of Wire Drawing and Extrusion Through Conical Dies of Large Cone Angle"], "funder": null, "datasourcePrefix": "crossref____"}
650
{"best_oa_location_url": "", "issued": "2003-1-01", "abstract": "What is coercion? How does it work? Much recent work in this regard has centered on two issues: the relative merits of punishment versus denial strategies, and whether air power can work in the absence of forces on the ground. These are important issues, but they also convey the misleading impression that coercion is something that occurs after the first bomb is dropped. This paper argues that an air war is better viewed as a last resort that occurs only after the failure to deter and/or compel by means of verbal threats and threatening gestures. Whether such verbal threats and threatening gestures are done well or poorly will go a long way toward explaining 1) whether an air war is necessary at all, 2) how long and how hard the target will resist, and 3) whether the target can be coerced at a price the coercer is willing to pay. To illustrate these points, the paper re-examines four instances of deterrence and compellence that preceded NATO’s 1999 air war against Yugoslavia over Kosovo. These four episod...", "objIdentifier": "415d8a8d97f384b140a99737e83baab4", "pissn": "0149-5933", "subject": ["Political Science and International Relations"], "eissn": "1521-0448", "author": [{"affiliation": [], "given": "WALLACE", "family": "THIES"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.tandfonline.com/doi/pdf/10.1080/01495930390215171", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2003-1", "accepted": null, "publisher": "Informa UK Limited", "doi": "10.1080/01495930390215171", "license": null, "url": "http://dx.doi.org/10.1080/01495930390215171", "issn": [{"type": "print", "value": "0149-5933"}, {"type": "electronic", "value": "1521-0448"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Compellence Failure or Coercive Success? The Case of NATO and Yugoslavia"], "funder": null, "datasourcePrefix": "crossref____"}
651
{"best_oa_location_url": "", "issued": "2000-7-01", "abstract": [], "objIdentifier": "a8d38d6857c5dcca458de282d76d5f9b", "pissn": "0167-4048", "subject": ["General Computer Science", "Law"], "author": [{"affiliation": [], "given": "Bill", "family": "Hancock"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0167404800050264?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S0167404800050264?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2000-7", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/s0167-4048(00)05026-4", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 962409600000, "date-time": "2000-07-01T00:00:00Z", "date-parts": [[2000, 7, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/s0167-4048(00)05026-4", "issn": [{"type": "print", "value": "0167-4048"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["G8 Thinks About Cybercrime (It’s About Time, Too)"], "funder": null, "datasourcePrefix": "crossref____"}
652
{"best_oa_location_url": "", "issued": "1987-5-01", "abstract": [], "objIdentifier": "60150423bd320752abbd80b78a0bbd91", "pissn": "0741-5214", "subject": ["Surgery", "Cardiology and Cardiovascular Medicine"], "author": [{"affiliation": [], "given": "Thomas F.", "suffix": "Jr.", "family": "O'Donnell"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:0741521487901790?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:0741521487901790?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "1987-5", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/0741-5214(87)90179-0", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 546825600000, "date-time": "1987-05-01T00:00:00Z", "date-parts": [[1987, 5, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/0741-5214(87)90179-0", "issn": [{"type": "print", "value": "0741-5214"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Factors affecting length of hospital stay for femoropopliteal bypass—implication of the DRGs"], "funder": null, "datasourcePrefix": "crossref____"}
653
{"best_oa_location_url": "", "issued": "1988-1-01", "abstract": "In this review the relationship between the basal forebrain cholinergic system and memory is explored. It appears that different components of the cholinergic forebrain system [e.g., medial septum (MS) and nucleus basalis magnocellularis (NBM)] have dissociable mnemonic functions in animals, and comparable mnemonic functions in humans are dissociable as well. Furthermore, the cholinergic input from MS to the hippocampus and NBM to basolateral amygdala appear to be of critical importance in mediating mnemonic function. Finally, comparable impairments in memory function are found in basal forebrain-damaged rats and patients with dementia of the Alzheimer's type, suggesting that there might be important homologies between animals and humans in terms of basal forebrain-mediated memory function.", "objIdentifier": "2bffed47a679e5aabb6b4bc48cdb6568", "pissn": "0197-4580", "subject": ["Developmental Biology", "Ageing", "General Neuroscience", "Geriatrics and Gerontology", "Clinical Neurology"], "author": [{"affiliation": [], "given": "Raymond P.", "family": "Kesner"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0197458088801222?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S0197458088801222?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "1988-1", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/s0197-4580(88)80122-2", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 567993600000, "date-time": "1988-01-01T00:00:00Z", "date-parts": [[1988, 1, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/s0197-4580(88)80122-2", "issn": [{"type": "print", "value": "0197-4580"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Reevaluation of the contribution of the basal forebrain cholinergic system to memory"], "funder": null, "datasourcePrefix": "crossref____"}
654
{"best_oa_location_url": "http://doi.org/10.7554/elife.11182", "issued": "2015-12-1", "abstract": "An enzyme called gamma-secretase cuts other proteins in cells into smaller pieces. Like most enzymes, gamma-secretase is expected to move through several different three-dimensional shapes to perform its role, and identifying these structures could help us to understand how the enzyme works. One of the proteins that is targeted by gamma-secretase is called amyloid precursor protein, and cutting this protein results in the formation of so-called amyloid-beta peptides. When gamma-secretase doesn't work properly, these amyloid-beta peptides can accumulate in the brain and large accumulations of these peptides have been observed in the brains of patients with Alzheimer's disease. Earlier in 2015, a group of researchers used a technique called cryo-electron microscopy (cryo-EM) to produce a three-dimensional model of gamma-secretase. This revealed that the active site of the enzyme, that is, the region that is used to cut the other proteins, is particularly flexible. Now, Bai et al. – including many of the researchers from the earlier work – studied this flexibility in more detail. For the experiments, gamma-secretase was exposed to an inhibitor molecule that stopped it from cutting other proteins. This meant that the structure of gamma-secretase became more rigid than normal, which made it possible to collect more detailed structural information using cryo-EM. Bai et al. also developed new methods for processing images to separate the images of individual enzyme molecules based on the different shapes they had adopted at the time. These methods make it possible to view a mixture of very similar enzyme structures that differ only in a small region of the protein (in this case the active site). In the future, it would be useful to repeat these imaging experiments using a range of different molecules that alter the activity of gamma-secretase. Furthermore, the new image processing methods developed by Bai et al. could be used to study flexibility in the shapes of other proteins.", "objIdentifier": "581c425e13a66ce50c5fa245e6c25dba", "subject": ["General Biochemistry, Genetics and Molecular Biology", "General Immunology and Microbiology", "General Neuroscience", "General Medicine"], "accepted": null, "author": [{"affiliation": [{"name": "MRC Laboratory of Molecular Biology, Cambridge, United Kingdom"}], "given": "Xiao-chen", "family": "Bai"}, {"affiliation": [{"name": "MRC Laboratory of Molecular Biology, Cambridge, United Kingdom"}], "given": "Eeson", "family": "Rajendra"}, {"affiliation": [{"name": "Ministry of Education Key Laboratory of Protein Science, Tsinghua-Peking Joint Center for Life Sciences, Center for Structural Biology, School of Life Sciences, Tsinghua University, Beijing, China"}], "given": "Guanghui", "family": "Yang"}, {"affiliation": [{"name": "Ministry of Education Key Laboratory of Protein Science, Tsinghua-Peking Joint Center for Life Sciences, Center for Structural Biology, School of Life Sciences, Tsinghua University, Beijing, China"}], "given": "Yigong", "family": "Shi"}, {"ORCID": "0000-0002-0462-6540", "authenticated-orcid": true, "given": "Sjors HW", "family": "Scheres", "affiliation": [{"name": "MRC Laboratory of Molecular Biology, Cambridge, United Kingdom"}]}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": "2015-12-1", "link": [{"URL": "https://cdn.elifesciences.org/articles/11182/elife-11182-v2.pdf", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}, {"URL": "https://cdn.elifesciences.org/articles/11182/elife-11182-v2.xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/xml"}], "published-print": null, "eissn": "2050-084X", "publisher": "eLife Sciences Organisation, Ltd.", "doi": "10.7554/elife.11182", "license": [{"URL": "http://creativecommons.org/licenses/by/4.0/", "start": {"timestamp": 1448928000000, "date-time": "2015-12-01T00:00:00Z", "date-parts": [[2015, 12, 1]]}, "content-version": "vor", "delay-in-days": 0}, {"URL": "http://creativecommons.org/licenses/by/4.0/", "start": {"timestamp": 1448928000000, "date-time": "2015-12-01T00:00:00Z", "date-parts": [[2015, 12, 1]]}, "content-version": "am", "delay-in-days": 0}, {"URL": "http://creativecommons.org/licenses/by/4.0/", "start": {"timestamp": 1448928000000, "date-time": "2015-12-01T00:00:00Z", "date-parts": [[2015, 12, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.7554/elife.11182", "issn": [{"type": "electronic", "value": "2050-084X"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Sampling the conformational space of the catalytic subunit of human γ-secretase"], "funder": [{"doi-asserted-by": "publisher", "DOI": "10.13039/501100000265", "name": "Medical Research Council", "award": ["MC_UP_A025_1013"]}, {"doi-asserted-by": "publisher", "DOI": "10.13039/501100002855", "name": "Ministry of Science and Technology of the People's Republic of China", "award": ["2014ZX09507003006"]}, {"doi-asserted-by": "publisher", "DOI": "10.13039/501100001809", "name": "National Natural Science Foundation of China", "award": ["31130002 and 31321062"]}, {"doi-asserted-by": "publisher", "DOI": "10.13039/501100000780", "name": "European Commission", "award": ["Marie Curie Fellowship"]}], "datasourcePrefix": "crossref____"}
655
{"best_oa_location_url": "", "issued": "1941-7-01", "abstract": [], "objIdentifier": "c0f35b6b8e6e87875cf2bdab84937740", "pissn": "0022-1147", "subject": ["Food Science"], "eissn": "1750-3841", "author": [{"affiliation": [], "given": "C. S.", "family": "Mc Cleskey"}, {"affiliation": [], "given": "W. N.", "family": "CHRISTOPHER"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1111%2Fj.1365-2621.1941.tb16292.x", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1941-7", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1111/j.1365-2621.1941.tb16292.x", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", "start": {"timestamp": 1441065600000, "date-parts": [[2015, 9, 1]], "date-time": "2015-09-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 27090}], "url": "http://dx.doi.org/10.1111/j.1365-2621.1941.tb16292.x", "issn": [{"type": "print", "value": "0022-1147"}, {"type": "electronic", "value": "1750-3841"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["SOME FACTOES INFLUENCING THE SURVIVAL OF PATHOGEXIC BACTERIA IN COLD-PACK STRAWBERRIES"], "funder": null, "datasourcePrefix": "crossref____"}
656
{"best_oa_location_url": "", "issued": "2011", "abstract": [], "objIdentifier": "efcb0717b7c29ef662c546c910510288", "subject": ["Education"], "accepted": null, "author": [{"affiliation": [], "given": "William", "family": "Zumeta"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2011", "eissn": "1538-4640", "publisher": "Informa UK Limited", "doi": "10.1353/jhe.2011.0002", "license": null, "url": "http://dx.doi.org/10.1353/jhe.2011.0002", "issn": [{"type": "electronic", "value": "1538-4640"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["<i>The Indispensable University: Higher Education, Economic Development, and the Knowledge Economy</i> (review)"], "funder": null, "datasourcePrefix": "crossref____"}
657
{"best_oa_location_url": "", "issued": "2013-8-01", "abstract": "Since the electricity coal prices in China liberalizing, the negotiation between coal enterprises and electricity enterprises is often an impasse on the annual coal ordering meeting, which causes \"the conflict of coal\". The two sides each sticks to his argument on coal prices without mutual concessions, and eventually broken the deadlock by the government to step in price negotiations, or the two sides finally signed contract in few number, even amount of priceless. Coal and power are seen as important energy of our country, the standoff relation between coal and electricity will affect the entire national economy development. Under this background, what the conflict of coal and electricity prices impact will make on national economic development has become a problem that worth exploring.", "objIdentifier": "7d815e143cb29ac3a0908bfdc634b51f", "subject": ["General Engineering"], "accepted": null, "author": [{"affiliation": [], "given": "An Peng", "family": "Deng"}, {"affiliation": [], "given": "Yi Xuan", "family": "Deng"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2013-8", "link": [{"URL": "http://www.scientific.net/AMR.734-737.1675.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "eissn": "1662-8985", "publisher": "Trans Tech Publications", "doi": "10.4028/www.scientific.net/amr.734-737.1675", "license": null, "url": "http://dx.doi.org/10.4028/www.scientific.net/amr.734-737.1675", "issn": [{"type": "electronic", "value": "1662-8985"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Conflict of Coal and Electricity Price's Impact on National Economic Development"], "funder": null, "datasourcePrefix": "crossref____"}
658
{"best_oa_location_url": "https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2335773/pdf", "issued": "1910-8-20", "abstract": "Full textFull text is available as a scanned copy of the original print version. Get a printable copy (PDF file) of the complete article (949K), or click on a page image below to browse page by page. #R##N##R##N##R##N##R##N##R##N#426#R##N##R##N##R##N##R##N#427#R##N##R##N##R##N##R##N#428#R##N##R##N##R##N##R##N##R##N##R##N#Images in this article#R##N##R##N##R##N#Fig. 1 #R##N#on p.428#R##N##R##N##R##N##R##N#Fig. 2 #R##N#on p.428#R##N##R##N#Click on the image to see a larger version.", "objIdentifier": "37a395a762285db9101cd7d710c1051b", "pissn": "0959-8138", "subject": ["General Medicine"], "eissn": "1468-5833", "author": [{"affiliation": [], "given": "A. R.", "family": "Short"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": null, "link": [{"URL": "https://syndication.highwire.org/content/doi/10.1136/bmj.2.2590.426", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1910-8-20", "accepted": null, "publisher": "BMJ", "doi": "10.1136/bmj.2.2590.426", "license": null, "url": "http://dx.doi.org/10.1136/bmj.2.2590.426", "issn": [{"type": "print", "value": "0959-8138"}, {"type": "electronic", "value": "1468-5833"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["THE AFTER-HISTORY OF FORTY CASES OF EPITHELIOMA OF THE LIP"], "funder": null, "datasourcePrefix": "crossref____"}
659
{"issued": "2018-1-28", "abstract": [], "objIdentifier": "c2000cf99e2ef197de9d21574f01de79", "pissn": "2159-5836", "subject": null, "accepted": null, "author": [{"affiliation": [], "family": "Kamila Khikmatullaeva"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2018-1-28", "link": null, "published-print": "2018-1-28", "eissn": "2159-5844", "publisher": "David Publishing Company", "doi": "10.17265/2159-5836/2018.02.021", "license": null, "url": "http://dx.doi.org/10.17265/2159-5836/2018.02.021", "issn": [{"type": "print", "value": "2159-5836"}, {"type": "electronic", "value": "2159-5844"}], "collectedFrom": [{"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["The Role of Decorative Sculpture in the Urban Environment and Its Connection with the Architecture of the Tashkent City"], "funder": null, "datasourcePrefix": "crossref____"}
660
{"issued": "2018-1-01", "abstract": [], "objIdentifier": "ab9fc5ad5699706ba06965953754b2ac", "pissn": "1359-6446", "subject": ["Pharmacology", "Drug Discovery"], "author": [{"affiliation": [], "given": "Drista", "family": "Sharma"}, {"affiliation": [], "given": "Rani", "family": "Soni"}, {"affiliation": [], "given": "Praveen", "family": "Rai"}, {"affiliation": [], "given": "Bhaskar", "family": "Sharma"}, {"affiliation": [], "given": "Tarun Kumar", "family": "Bhatt"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S1359644616304391?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S1359644616304391?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2018-1", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/j.drudis.2017.09.019", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1514764800000, "date-time": "2018-01-01T00:00:00Z", "date-parts": [[2018, 1, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/j.drudis.2017.09.019", "issn": [{"type": "print", "value": "1359-6446"}], "collectedFrom": [{"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Relict plastidic metabolic process as a potential therapeutic target"], "funder": null, "datasourcePrefix": "crossref____"}
661
{"best_oa_location_url": "", "issued": "2009-12-01", "abstract": "For the complete purification of diamonds and prevention of corrosion of metallic parts of equipment, reagents with various compositions were experimentally tested in the microwave field. The temperature and pressure parameters of reactions in the systems of decomposition under the action of microwaves, the most efficient reagents and catalysts, and the respective ranges of concentrations are determined. The optimal choice of two stages from the proposed list provides 100% purification of surfaces and open cracks of diamonds from graphite and various organic and mineral impurities.", "objIdentifier": "284a5891d8f78037604847519bbdacb7", "pissn": "0020-1685", "subject": ["Inorganic Chemistry", "Materials Chemistry", "General Chemical Engineering", "Metals and Alloys"], "eissn": "1608-3172", "author": [{"affiliation": [], "given": "O. A.", "family": "Koz’menko"}, {"affiliation": [], "given": "V. G.", "family": "Vins"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2009-12-9", "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1134/S002016850914009X", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2009-12", "accepted": null, "publisher": "Pleiades Publishing Ltd", "doi": "10.1134/s002016850914009x", "license": null, "url": "http://dx.doi.org/10.1134/s002016850914009x", "issn": [{"type": "print", "value": "0020-1685"}, {"type": "electronic", "value": "1608-3172"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["The methods of complete purification of diamonds"], "funder": null, "datasourcePrefix": "crossref____"}
662
{"best_oa_location_url": "", "issued": "1974", "abstract": [], "objIdentifier": "cc09515930fda8a3e71f96a1cb6570a5", "pissn": "0021-8944", "subject": ["Mechanical Engineering", "Mechanics of Materials", "Condensed Matter Physics"], "eissn": "1573-8620", "author": [{"affiliation": [], "given": "V. S.", "family": "Imshennik"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/BF00864802", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1974", "accepted": null, "publisher": "Springer Nature", "doi": "10.1007/bf00864802", "license": null, "url": "http://dx.doi.org/10.1007/bf00864802", "issn": [{"type": "print", "value": "0021-8944"}, {"type": "electronic", "value": "1573-8620"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Two-dimensional nonstationary solutions of the equations of magnetohydrodynamics"], "funder": null, "datasourcePrefix": "crossref____"}
663
{"best_oa_location_url": "", "issued": "1983", "abstract": [], "objIdentifier": "af8e973ce63a98671e02cc866834fcdd", "pissn": "0343-3005", "subject": null, "author": [{"affiliation": [], "given": "Helmut", "family": "Partsch"}, {"affiliation": [], "given": "Peter", "family": "Pepper"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/978-3-642-69293-2_4", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1983", "accepted": null, "publisher": "Springer Berlin Heidelberg", "doi": "10.1007/978-3-642-69293-2_4", "license": null, "url": "http://dx.doi.org/10.1007/978-3-642-69293-2_4", "issn": [{"type": "print", "value": "0343-3005"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Abstract Data Types As A Tool For Requirement Engineering"], "funder": null, "datasourcePrefix": "crossref____"}
664
{"best_oa_location_url": "", "issued": "1945-5-01", "abstract": [], "objIdentifier": "a9ba8357f5792b5c1f741523cb25e96b", "pissn": "0033-3174", "subject": ["Applied Psychology", "Psychiatry and Mental health"], "author": [{"affiliation": [], "given": "HAROLD A.", "family": "ABRAMSON"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1945-5", "accepted": null, "publisher": "Ovid Technologies (Wolters Kluwer Health)", "doi": "10.1097/00006842-194505000-00012", "license": null, "url": "http://dx.doi.org/10.1097/00006842-194505000-00012", "issn": [{"type": "print", "value": "0033-3174"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["The Minnesota Personality Test in Relation to Selection of Specialized Military Personnel"], "funder": null, "datasourcePrefix": "crossref____"}
665
{"best_oa_location_url": "", "issued": "2015-2-17", "abstract": "AbstractObjectives:To assess the association between medical costs and persistence with beta blockers among hypertensive patients, and to quantify persistence related medical cost differences with nebivolol, which is associated with improved tolerability, versus other beta blockers.Methods:Adults who initiated hypertension treatment with a beta blocker were identified from the MarketScan claims database (2008-2012). Patients were classified based on their first beta blocker use: nebivolol, atenolol, carvedilol, metoprolol, and other beta blockers. Patients with compelling indications for atenolol, carvedilol or metoprolol (acute coronary syndrome and congestive heart failure) were excluded. Patients enrolled in health maintenance organization or capitated point of service insurance plans were also excluded. Persistence was defined as continuous use of the index drug (<60 day gap). The average effect of persistence on medical costs (2012 USD) was estimated using generalized linear models (GLMs). Regression...", "objIdentifier": "bbfc32290b6a265b7e04ac28943521b4", "pissn": "0300-7995", "subject": ["General Medicine"], "eissn": "1473-4877", "author": [{"affiliation": [], "given": "Stephanie", "family": "Chen"}, {"affiliation": [], "given": "Elyse", "family": "Swallow"}, {"affiliation": [], "given": "Nanxin", "family": "Li"}, {"affiliation": [], "given": "Elizabeth", "family": "Faust"}, {"affiliation": [], "given": "Caroline", "family": "Kelley"}, {"affiliation": [], "given": "Jipan", "family": "Xie"}, {"affiliation": [], "given": "Eric", "family": "Wu"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2015-2-17", "link": [{"URL": "http://www.tandfonline.com/doi/pdf/10.1185/03007995.2015.1013624", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2015-4-3", "accepted": null, "publisher": "Informa Healthcare", "doi": "10.1185/03007995.2015.1013624", "license": null, "url": "http://dx.doi.org/10.1185/03007995.2015.1013624", "issn": [{"type": "print", "value": "0300-7995"}, {"type": "electronic", "value": "1473-4877"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Economic benefits associated with beta blocker persistence in the treatment of hypertension: a retrospective database analysis"], "funder": null, "datasourcePrefix": "crossref____"}
666
{"best_oa_location_url": "", "issued": "1991-9-01", "abstract": "To compare the safety and antidepressant efficacy of paroxetine, imipramine, and placebo, data from six centres using the same protocol were pooled. A double-blind parallel-group design was used, with therapy lasting six weeks. From week 2 onwards, both the 240 paroxetine-treated and the 237 imipramine-treated patients were significantly different from the 240 placebo-treated patients, but no different from each other. Side-effects with paroxetine were less likely to lead to drop-out than with imipramine. Paroxetine had a possible earlier antidepressant effect than imipramine, and a possible earlier beneficial effect on anxiety symptoms associated with depression.", "objIdentifier": "1964e667f85f62b75f328f81870b83ce", "pissn": "0007-1250", "subject": ["Psychiatry and Mental health"], "eissn": "1472-1465", "author": [{"affiliation": [], "given": "G. C.", "family": "Dunbar"}, {"affiliation": [], "given": "J. B.", "family": "Cohn"}, {"affiliation": [], "given": "L. F.", "family": "Fabre"}, {"affiliation": [], "given": "J. P.", "family": "Feighner"}, {"affiliation": [], "given": "R. R.", "family": "Fieve"}, {"affiliation": [], "given": "J.", "family": "Mendels"}, {"affiliation": [], "given": "R. K.", "family": "Shrivastava"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2018-1-2", "link": [{"URL": "https://www.cambridge.org/core/services/aop-cambridge-core/content/view/S0007125000024892", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1991-9", "accepted": null, "publisher": "Royal College of Psychiatrists", "doi": "10.1192/bjp.159.3.394", "license": null, "url": "http://dx.doi.org/10.1192/bjp.159.3.394", "issn": [{"type": "print", "value": "0007-1250"}, {"type": "electronic", "value": "1472-1465"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["A Comparison of Paroxetine, Imipramine and Placebo in Depressed Out-patients"], "funder": null, "datasourcePrefix": "crossref____"}
667
{"best_oa_location_url": "", "issued": "2016", "abstract": "The objective of this discussion is to explain the evolution of the wage system in Japan in response to population ageing. Though focussing on the evolving situation in Japan, the nature of the policy responses discussed here are relevant for comparison to other nationally-defined contexts for wage and other employee compensation systems in, for example, Germany. Starting from the historically closed nature of labour markets and HRM systems in Japan, differences are observed from company to company and sector to sector in respect of management philosophy, industrial relations, and HRM policy and practice. Key to these developments is the role of government as a law-making body and of related institutions as sources of regulatory or advisory influence. The examples presented in this discussion reflect the idiosyncratic features of Japanese wage systems. However, common tendencies are observed in many organisations – both private and public sector - and thus can be considered representative of a general evolution. Each aspect of the wage systems discussed here points towards constant adjustments to respond to and cope with population ageing and subsequent changes in the regulatory environment related to pension eligibility and mandatory age of retirement, the evolving status of older workers both in and out of employment, and to the continued opening generally of the Japanese economy and labour markets to global influences. The discussion concludes with the insight that Japanese employers are moving towards the retention and rewarding of skill-specialists – often regardless of age - rather than of senior-aged generalists, as in previous years.", "objIdentifier": "c135f7dff1754f2056e7ae553ee868dd", "pissn": "0935-9915", "subject": ["General Business, Management and Accounting"], "author": [{"affiliation": [], "given": "Nobuo", "family": "Sueki"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2016", "accepted": null, "publisher": "Nomos Verlag", "doi": "10.5771/0935-9915-2016-1-2-50", "license": null, "url": "http://dx.doi.org/10.5771/0935-9915-2016-1-2-50", "issn": [{"type": "print", "value": "0935-9915"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["  Ageing society and evolving wage systems in Japan "], "funder": null, "datasourcePrefix": "crossref____"}
668
{"best_oa_location_url": "", "issued": "2015-6-18", "abstract": "Two new 1+1 eyed species of  Sinella  Brook, 1882,  S. uniseta  sp. nov. and  S. abietis  sp. nov., are described from China. New collection records are reported for nine known species:  S. qufuensis  Chen & Christiansen, 1993,  S. quinocula  Chen & Christiansen, 1993,  S. affluens  Chen & Christiansen, 1993,  S. wui  Wang & Christiansen, 2000,  S. umesaoi  Yosii, 1940,  S. gei  Pan, Zhang & Shi, 2012,  S. sunae  Pan, Zhang & Shi, 2012,  S. gracilis  Zhang, 2013 and  S. transoculata  Pan & Yuan, 2013. Additions to original description, such as clypeal chaetae, chaetae along cephalic groove, and S-chaetotaxy, are provided for above known species. A key to the eyed species of  Sinella  from China is given.", "objIdentifier": "2c8638fd7b31a12c417c3065f6faaee7", "pissn": "1175-5326", "subject": ["Animal Science and Zoology", "Ecology, Evolution, Behavior and Systematics"], "eissn": "1175-5334", "author": [{"affiliation": [], "given": "YIN-HUAN", "family": "DING"}, {"affiliation": [], "given": "FENG", "family": "ZHANG"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2015-6-18", "link": null, "published-print": null, "accepted": null, "publisher": "Magnolia Press", "doi": "10.11646/zootaxa.3973.3.4", "license": null, "url": "http://dx.doi.org/10.11646/zootaxa.3973.3.4", "issn": [{"type": "print", "value": "1175-5326"}, {"type": "electronic", "value": "1175-5334"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["<strong>Contribution to the eyed <em>Sinella</em> from China: two new species and additional reports on nine known species (Collembola: Entomobryidae)</strong>"], "funder": null, "datasourcePrefix": "crossref____"}
669
{"best_oa_location_url": "", "issued": "1999-1-01", "abstract": "Two spinel solid solution series, Ni1−xCuxFe2−yAlyO4 with y=0.6 and 1.0, where 0.0⩽x⩽1.0 have been investigated by x-ray diffractometry and Mossbauer spectroscopy. Lattice, hyperfine parameters, and cation distribution among the two distinct crystallographic sites as a function of Cu2+ and Al3+ substitution are determined. Mossbauer effect (ME) spectra at 293 K for compositions with y=0.6 consist of one sextet for A sites, and three sextets for B sites due to different fields at Fe nuclei. On the other hand, the ME spectra for the compounds with y=1.0 in the ferrimagnetic state at (293 and 77 K) show only one sextet for Fe3+ at A site giving clear evidence for a completely inverse spinel with Ni, Cu, and Al ions occupying B sites. ME parameters are deduced and analyzed for all studied compounds, where the observed hyperfine fields are explained on the basis of the superexchange and supertransferred hyperfine interactions.", "objIdentifier": "0ac86f758e2169b48d5fffe6cf7190fa", "pissn": "0021-8979", "subject": ["General Physics and Astronomy"], "eissn": "1089-7550", "author": [{"affiliation": [], "given": "M. K.", "family": "Fayek"}, {"affiliation": [], "given": "S. S.", "family": "Ata-Allah"}, {"affiliation": [], "given": "H. S.", "family": "Refai"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://aip.scitation.org/doi/pdf/10.1063/1.369450", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1999-1", "accepted": null, "publisher": "AIP Publishing", "doi": "10.1063/1.369450", "license": null, "url": "http://dx.doi.org/10.1063/1.369450", "issn": [{"type": "print", "value": "0021-8979"}, {"type": "electronic", "value": "1089-7550"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["On the cation distribution in Ni1−xCuxFe2−yAlyO4 spinels"], "funder": null, "datasourcePrefix": "crossref____"}
670
{"best_oa_location_url": "", "issued": "2015-8-01", "abstract": "There is a growing trend for service providers (SPs) to migrate their multi-tier applications from local clusters to public cloud networks. In the cloud environment, it is a great concern of SPs to improve the availability of their virtual networks, in addition to guarantees of their virtual resource requirements, such as VMs and bandwidth. However, meeting these requirements results in an inefficient utilization of physical resources, which goes against the operational goal of cloud providers. To address this challenge, in this paper, we propose an availability-aware virtual network embedding framework that simultaneously improves the availability of virtual networks and the resource efficiency. We first propose a new metric to quantify the availability cost of a multi-tier virtual network, and then formulate the embedding problem as a joint optimization of the aggregated bandwidth and availability costs. Due to the NP-hardness of the embedding problem, we devise a heuristic algorithm that can solve the problem in polynomial time. Extensive simulation results show that the proposed algorithm enables CP to achieve various trade-offs between resource efficiency and availability, and to gain more revenue (e.g., 16.1% under a datacenter load of 80%) than the availability-agonistic algorithm.", "objIdentifier": "19eded7077913fc96ce63dcd97252bd7", "subject": null, "author": [{"affiliation": [], "given": "Meng", "family": "Shen"}, {"affiliation": [], "given": "Xu", "family": "Ke"}, {"affiliation": [], "given": "Fuliang", "family": "Li"}, {"affiliation": [], "given": "Fan", "family": "Li"}, {"affiliation": [], "given": "Liehuang", "family": "Zhu"}, {"affiliation": [], "given": "Lei", "family": "Guan"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0004", "value": "Conference object"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://xplorestaging.ieee.org/ielx7/7335977/7336120/07336135.pdf?arnumber=7336135", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2015-8", "accepted": null, "publisher": "IEEE", "doi": "10.1109/hpcc-css-icess.2015.32", "license": null, "url": "http://dx.doi.org/10.1109/hpcc-css-icess.2015.32", "issn": null, "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Availability-Aware Virtual Network Embedding for Multi-tier Applications in Cloud Networks"], "funder": null, "datasourcePrefix": "crossref____"}
671
{"best_oa_location_url": "https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1979276/pdf", "issued": "1956-3-24", "abstract": [], "objIdentifier": "5afce8fbcd83628dec1cd86fc785a2ae", "pissn": "0959-8138", "subject": ["General Medicine"], "eissn": "1468-5833", "author": [{"affiliation": [], "given": "J. W. D.", "family": "Bull"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": null, "link": [{"URL": "https://syndication.highwire.org/content/doi/10.1136/bmj.1.4968.673-a", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1956-3-24", "accepted": null, "publisher": "BMJ", "doi": "10.1136/bmj.1.4968.673-a", "license": null, "url": "http://dx.doi.org/10.1136/bmj.1.4968.673-a", "issn": [{"type": "print", "value": "0959-8138"}, {"type": "electronic", "value": "1468-5833"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["INTRACRANIAL ANGIOGRAPHY"], "funder": null, "datasourcePrefix": "crossref____"}
672
{"best_oa_location_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.547.2196", "issued": "2003-8-18", "abstract": "The insertion/deletion ( I/D ) polymorphism of the angiotensin-converting enzyme (ACE) gene might have consequences for the risks of vascular diseases. We examined the ACE genotype and the effects of a perindopril-based blood pressure-lowering regimen on macrovascular events, dementia, and cognitive decline among hypertensive and nonhypertensive patients with a history of cerebrovascular disease. ACE I/D genotypes were measured in 5688 of 6105 individuals with previous stroke or transient ischemic attack who participated in the PROGRESS trial. The DD genotype was significantly ( P <0.0001) less frequent in Asian subjects (Chinese and Japanese, 14.7%) than in non-Asian subjects (32.0%). Controlling for racial background, there were no associations between ACE genotypes and cerebrovascular disease history or cardiovascular risk factors, including baseline blood pressure. The ACE genotype was not associated with the long-term risks of stroke, cardiac events, mortality, dementia, or cognitive decline; neither did the ACE genotype predict the blood pressure reduction associated with the use of the ACE inhibitor perindopril. Similarly, there was no evidence that the ACE genotype modified the relative benefits of ACE inhibitor-based therapy over placebo. This study provides no evidence that in patients with cerebrovascular disease, knowledge of ACE genotype is useful for predicting either the risk of disease or the benefits of perindopril-based blood pressure-lowering treatment.", "objIdentifier": "c6c3223c7b9a7294000e8a70adc1fc12", "pissn": "0194-911X", "subject": ["Internal Medicine"], "eissn": "1524-4563", "author": [{"affiliation": [], "given": "S. B.", "family": "Harrap"}, {"affiliation": [], "given": "C.", "family": "Tzourio"}, {"affiliation": [], "given": "F.", "family": "Cambien"}, {"affiliation": [], "given": "O.", "family": "Poirier"}, {"affiliation": [], "given": "S.", "family": "Raoux"}, {"affiliation": [], "given": "J.", "family": "Chalmers"}, {"affiliation": [], "given": "N.", "family": "Chapman"}, {"affiliation": [], "given": "S.", "family": "Colman"}, {"affiliation": [], "given": "S.", "family": "Leguennec"}, {"affiliation": [], "given": "S.", "family": "MacMahon"}, {"affiliation": [], "given": "B.", "family": "Neal"}, {"affiliation": [], "given": "T.", "family": "Ohkubo"}, {"affiliation": [], "given": "M.", "family": "Woodward"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": "2003-8-18", "link": null, "published-print": "2003-9-1", "accepted": null, "publisher": "Ovid Technologies (Wolters Kluwer Health)", "doi": "10.1161/01.hyp.0000088322.85804.96", "license": null, "url": "http://dx.doi.org/10.1161/01.hyp.0000088322.85804.96", "issn": [{"type": "print", "value": "0194-911X"}, {"type": "electronic", "value": "1524-4563"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["The ACE Gene I/D Polymorphism Is Not Associated With the Blood Pressure and Cardiovascular Benefits of ACE Inhibition"], "funder": null, "datasourcePrefix": "crossref____"}
673
{"best_oa_location_url": "", "issued": "2007", "abstract": [], "objIdentifier": "c4fbdf6d39f568c5e039b6f9b813fd30", "pissn": "1539-6746", "subject": ["Applied Mathematics", "General Mathematics"], "eissn": "1945-0796", "author": [{"affiliation": [], "given": "Ansgar", "family": "Jüngel"}, {"affiliation": [], "given": "Jospa Pina", "family": "Milišić"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2007", "accepted": null, "publisher": "International Press of Boston", "doi": "10.4310/cms.2007.v5.n2.a11", "license": null, "url": "http://dx.doi.org/10.4310/cms.2007.v5.n2.a11", "issn": [{"type": "print", "value": "1539-6746"}, {"type": "electronic", "value": "1945-0796"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Physical and numerical viscosity for quantum hydrodynamics"], "funder": null, "datasourcePrefix": "crossref____"}
674
{"best_oa_location_url": "", "issued": "1999-9-01", "abstract": [], "objIdentifier": "4e94c262102f882948a2f66160f6d7a4", "pissn": "0021-8502", "subject": ["General Materials Science", "Pollution", "Environmental Chemistry"], "author": [{"affiliation": [], "given": "Albert", "family": "Ansmann"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0021850299801219?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S0021850299801219?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "1999-9", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/s0021-8502(99)80121-9", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 936144000000, "date-time": "1999-09-01T00:00:00Z", "date-parts": [[1999, 9, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/s0021-8502(99)80121-9", "issn": [{"type": "print", "value": "0021-8502"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Lindenberg aerosol characterization experiment LACE 98"], "funder": null, "datasourcePrefix": "crossref____"}
675
{"best_oa_location_url": "", "issued": "2004-6-01", "abstract": "Three-dimensional (3D) treatment planning is an integral step in the treatment of various cancers when radiation is prescribed as either the primary or adjunctive modality, especially when the gross tumor volume lies in a difficult to reach area or is proximal to critical bodily structures. Today, 3D systems have made it possible to more precisely localize tumors in order to treat a higher ratio of cancer cells to normal tissue. Over the past 15 years, these systems have evolved into complex tools that utilize powerful computational algorithms that offer diverse functional capabilities, while simultaneously attempting to maintain a user-friendly quality. A major disadvantage of commercial systems is that users do not have access to the programming source code, resulting in significantly limited clinical and technological flexibility. As an alternative, in-house systems such as Plan-UNC (PLUNC) offer optimal flexibility that is vital to research institutions and important to treatment facilities. Despite this weakness, commercially available systems have become the norm because their commissioning time is significantly less and because many facilities do not have computer experts on-site.", "objIdentifier": "f376471f2a9e0abb40686128d7517451", "pissn": "0958-3947", "subject": ["Radiological and Ultrasound Technology", "Oncology", "Radiology Nuclear Medicine and imaging"], "author": [{"affiliation": [], "given": "Marshall A.", "family": "Tewell"}, {"affiliation": [], "given": "Robert", "family": "Adams"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0958394704000445?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S0958394704000445?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2004-6", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/j.meddos.2004.03.014", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1086048000000, "date-time": "2004-06-01T00:00:00Z", "date-parts": [[2004, 6, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/j.meddos.2004.03.014", "issn": [{"type": "print", "value": "0958-3947"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["The PLUNC 3D treatment planning system: a dynamic alternative to commercially available systems"], "funder": null, "datasourcePrefix": "crossref____"}
676
{"best_oa_location_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.120.9466", "issued": "None", "abstract": "In this paper, we address the general problem of learning from both labeled and unlabeled data. Based on the reasonable assumption that the label of each data can be linearly reconstructed from its neighbors’ labels, we develop a novel approach, called Linear Neighborhood Propagation (LNP), to learn the linear construction weights and predict the labels of the unlabeled data from the labeled data. The main procedure is composed of two steps: (1) it computes the local neighborhood geometry according to the image information by solving a constrained least squares problem, (2) the obtained geometry will be used to predict the labels of unlabeled data by solving a linearly constrained quadratic optimization problem. LNP has at least three characteristics. Firstly, it is much practical in that only one free parameter, the size of neighborhood, requires user-tuning. Secondly it can be easily extended to out-of-sample examples. Finally the labels achieved from LNP can be sufficiently smooth with respect to the intrinsic structure collectively revealed by the labeled and unlabeled points. Many promising experimental results, such as object recognition, data ranking and interactive image segmentation, demonstrate the effectiveness and efficiency of the proposed approach.", "objIdentifier": "9ac76b088e9299e89e2cd98ff6cf4ca5", "subject": null, "author": [{"affiliation": [], "family": "Fei Wang"}, {"affiliation": [], "family": "Changshui Zhang"}, {"affiliation": [], "given": "H.C.", "family": "Shen"}, {"affiliation": [], "family": "Jingdong Wang"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0004", "value": "Conference object"}, "is_oa": true, "published-online": null, "link": [{"URL": "http://xplorestaging.ieee.org/ielx5/10924/34373/01640755.pdf?arnumber=1640755", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "accepted": null, "publisher": "IEEE", "doi": "10.1109/cvpr.2006.272", "license": null, "url": "http://dx.doi.org/10.1109/cvpr.2006.272", "issn": null, "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Semi-Supervised Classification Using Linear Neighborhood Propagation"], "funder": null, "datasourcePrefix": "crossref____"}
677
{"best_oa_location_url": "", "issued": "2015-2-9", "abstract": "Oritavancin, a lipoglycopeptide antibiotic, recently received US FDA approval for the treatment of adult patients with acute bacterial skin and skin structure infections (ABSSSI). Oritavancin, unlike other intravenous antibiotics that are currently available for the treatment of ABSSSI (e.g., vancomycin, daptomycin, telavancin, dalbavancin), offers the option of a single-dose complete regimen. The dosing schedule of oritavancin eliminates the need for an indwelling catheter and introduces the possibility of avoidance of a hospital admission; although, treatment in non-hospital settings has not been adequately evaluated in clinical trials. The availability of oritavancin adds another agent to our antibiotic armamentarium providing dosing flexibility and an alternative treatment option for treatment of ABSSSI caused by susceptible bacteria, including methicillin-resistant Staphylococcus aureus.", "objIdentifier": "58eddb514b733529b3e3eb82fafc9359", "pissn": "1478-7210", "subject": ["Microbiology (medical)", "Microbiology", "Virology", "Infectious Diseases"], "eissn": "1744-8336", "author": [{"affiliation": [], "given": "Gary", "family": "Wu"}, {"affiliation": [], "given": "James", "family": "Truong"}, {"affiliation": [], "given": "Spencer", "family": "Lee"}, {"affiliation": [], "given": "Ola", "family": "Elnadoury"}, {"affiliation": [], "given": "William", "family": "Kuan"}, {"affiliation": [], "given": "Teena", "family": "Abraham"}, {"affiliation": [], "given": "Anh", "family": "Wu"}, {"affiliation": [], "given": "Mei", "family": "Liu"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2015-2-9", "link": [{"URL": "http://www.tandfonline.com/doi/pdf/10.1586/14787210.2015.1012498", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "accepted": null, "publisher": "Informa UK Limited", "doi": "10.1586/14787210.2015.1012498", "license": null, "url": "http://dx.doi.org/10.1586/14787210.2015.1012498", "issn": [{"type": "print", "value": "1478-7210"}, {"type": "electronic", "value": "1744-8336"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Oritavancin, a single-dose, complete regimen, for the treatment of acute bacterial skin and skin structure infections"], "funder": null, "datasourcePrefix": "crossref____"}
678
{"best_oa_location_url": "", "issued": "1912-12-30", "abstract": [], "objIdentifier": "2ed60cc6fafaf990accbce2d2f16f05a", "pissn": "0003-4983", "subject": ["Parasitology", "Infectious Diseases"], "eissn": "1364-8594", "author": [{"affiliation": [], "given": "B.", "family": "Blacklock"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2016-3-24", "link": [{"URL": "http://www.tandfonline.com/doi/pdf/10.1080/00034983.1912.11687082", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1912-12-30", "accepted": null, "publisher": "Informa UK Limited", "doi": "10.1080/00034983.1912.11687082", "license": null, "url": "http://dx.doi.org/10.1080/00034983.1912.11687082", "issn": [{"type": "print", "value": "0003-4983"}, {"type": "electronic", "value": "1364-8594"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["The Resistance ofOrnithodorus Moubatato Various Sheep-Dips"], "funder": null, "datasourcePrefix": "crossref____"}
679
{"publisher": "American Association of Petroleum Geologists", "doi": "10.15530/urtec-2017-2694508", "license": null, "author": [{"affiliation": [], "given": "Neil", "family": "Fishman"}, {"affiliation": [], "given": "Gary", "family": "Simpson"}, {"affiliation": [], "given": "Stephanie", "family": "Hari-Roy"}], "url": "http://dx.doi.org/10.15530/urtec-2017-2694508", "issued": "2017", "abstract": [], "issn": null, "dateOfCollection": "2018-08-07 12:28:06Z", "datasourcePrefix": "crossref____", "link": null, "objIdentifier": "1b7a356b4f5bd0d0cabbc67046c9e986", "published-print": "2017", "collectedFrom": [{"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Tackling the Challenges of Acquiring Good Core Data From Tight Oil Reservoirs--An Example From the Bakken/Three Forks in North Dakota"], "funder": null, "accepted": null, "type": {"cobj": "0004", "value": "Conference object"}, "is_oa": false, "published-online": null, "subject": null}
680
{"best_oa_location_url": "", "issued": "2010-8-17", "abstract": "The periodontal ligaments (PDLs) are soft connective tissue between the cementum covering the tooth root surface and alveolar bone. PDLs are composed of collagen and elastic system fibers, blood vessels, nerves, and various types of cells. Elastic system fibers are generally formed by elastin and microfibrils, but PDLs are mainly composed of the latter. Compared with the well-known function of collagen fibers to support teeth, little is known about the role of elastic system fibers in PDLs. To clarify their role, we examined PDLs of mice underexpressing fibrillin-1 (mgR mice), which is one of the major microfibrillar proteins. The PDLs of homozygous mgR mice showed one-quarter of the elastic system fibers of wild-type (WT) mice. A close association between the elastic system fibers and the capillaries was noted in WT, homozygous and heterozygous mgR mice. Interestingly, capillaries in PDLs of homozygous mice were dilated or enlarged compared with those of WT mice. A comparable level of type I collagen, which is the major collagen in PDLs, was expressed in PDL-cells of mice with three genotypes. However, multi-oriented collagen fiber bundles with a thinner appearance were noted in homozygous mice, whereas well-organized collagen fiber bundles were seen in WT mice. Moreover, there was a marked decrease in periostin expression, which is known to regulate the fibrillogenesis and crosslinking of collagen. These observations suggest that the microfibrillar protein, fibrillin-1, is indispensable for normal tissue architecture and gene expression of PDLs.", "objIdentifier": "2659f99d012dfa48ebc85ef3ecf94e1c", "pissn": "0302-766X", "subject": ["Pathology and Forensic Medicine", "Cell Biology", "Histology"], "eissn": "1432-0878", "author": [{"affiliation": [], "given": "Ganjargal", "family": "Ganburged"}, {"affiliation": [], "given": "Naoto", "family": "Suda"}, {"affiliation": [], "given": "Masahiro", "family": "Saito"}, {"affiliation": [], "given": "Yosuke", "family": "Yamazaki"}, {"ORCID": "0000-0002-7955-7252", "affiliation": [], "given": "Keitaro", "family": "Isokawa"}, {"affiliation": [], "given": "Keiji", "family": "Moriyama"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2010-8-17", "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/s00441-010-1021-5", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2010-9", "accepted": null, "publisher": "Springer Nature", "doi": "10.1007/s00441-010-1021-5", "license": null, "url": "http://dx.doi.org/10.1007/s00441-010-1021-5", "issn": [{"type": "print", "value": "0302-766X"}, {"type": "electronic", "value": "1432-0878"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Dilated capillaries, disorganized collagen fibers and differential gene expression in periodontal ligaments of hypomorphic fibrillin-1 mice"], "funder": null, "datasourcePrefix": "crossref____"}
681
{"best_oa_location_url": "", "issued": "2002-1-01", "abstract": "We have extended the use of stopped-flow mixing and fluorescence anisotropy detection to investigate in real-time the effects of ErbB2 coexpression on the kinetic interactions of epidermal growth factor (EGF) with the EGFreceptor. Using stable 32D-derived cell lines expressing both the EGF receptor and ErbB2, and fluorescein-labeled H22Y murine EGF (F-EGF), a series of association and dissociation experiments were performed in which the kinetic interaction of F-EGF with cells was monitored by observing time-dependent changes in fluorescence anisotropy following rapid mixing. Data were collected at various concentrations of F-EGF and multiple cell densities, using cells that express similar levels of the EGF receptor but different levels of ErbB2, and then analyzed by fitting to a two independent receptor-class model using global analysis techniques. The recovered kinetic parameters indicated that the coexpression of ErbB2 had relatively modest effects on recovered rate constants and calculated K d  values, but a significant effect on the fraction of receptors associated with the high-affinity receptor class. This effect on the fraction of high-affinity receptors depended on the relative expression of ErbB2, as higher ErbB2 expression levels correlated with a larger fraction of high-affinity receptors. Further, the increase in the fraction of high-affinity receptors due to the presence of ErbB2 occurred without any change in the total number of EGF binding sites per cell. Thus, we have identified modulation of the relative populations of high- and low-affinity classes of EGF receptors as a consequence of coexpression of ErbB2 with the EGF receptor.", "objIdentifier": "8f8b8d6243d149ada3fd5ceedf572a52", "pissn": "0006-2960", "subject": ["Biochemistry"], "eissn": "1520-4995", "author": [{"affiliation": [], "given": "John C.", "family": "Wilkinson"}, {"affiliation": [], "given": "James V.", "family": "Staros"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://pubs.acs.org/doi/pdf/10.1021/bi015839l", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2002-1", "accepted": null, "publisher": "American Chemical Society (ACS)", "doi": "10.1021/bi015839l", "license": null, "url": "http://dx.doi.org/10.1021/bi015839l", "issn": [{"type": "print", "value": "0006-2960"}, {"type": "electronic", "value": "1520-4995"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Effect of ErbB2 Coexpression on the Kinetic Interactions of Epidermal Growth Factor with Its Receptor in Intact Cells†"], "funder": null, "datasourcePrefix": "crossref____"}
682
{"best_oa_location_url": "", "issued": "2010", "abstract": [], "objIdentifier": "78ef7b1e0ca26bdf8bb44b685f2ffdd3", "subject": null, "author": [{"affiliation": [], "given": "A", "family": "Parthasarathy"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": "2010", "link": null, "published-print": null, "accepted": null, "publisher": "Jaypee Brothers Medical Publishers (P) Ltd.", "doi": "10.5005/jp/books/11116_19", "license": null, "url": "http://dx.doi.org/10.5005/jp/books/11116_19", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Chapter-19 Future Vaccines-an Overview"], "funder": null, "datasourcePrefix": "crossref____"}
683
{"issued": "2017", "abstract": [], "objIdentifier": "2ca4f75ad480c2d697c261f71d102c20", "pissn": "0974-3383", "subject": null, "accepted": null, "author": [{"affiliation": [], "given": "R.B.", "family": "Umbare"}, {"affiliation": [], "name": "Assistant Professor, Forensic Medicine & Toxicology Department, Government Medical College, Latur, Maharashtra 413512, India."}, {"affiliation": [], "given": "R.R. ", "family": "Khetre"}, {"affiliation": [], "name": "Assistant Professor, Forensic Medicine & Toxicology Department, Government Medical College, Latur, Maharashtra 413512, India."}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2017", "link": null, "published-print": "2017", "eissn": "0974-3391", "publisher": "Red Flower Publication Private, Ltd.", "doi": "10.21088/ijfmp.0974.3383.10417.5", "license": null, "url": "http://dx.doi.org/10.21088/ijfmp.0974.3383.10417.5", "issn": [{"type": "print", "value": "0974-3383"}, {"type": "electronic", "value": "0974-3391"}], "collectedFrom": [{"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Socio-Demographic Profile of Head Injury Victims Died in Two Wheeler Accidents: An Autopsy Based Study"], "funder": null, "datasourcePrefix": "crossref____"}
684
{"best_oa_location_url": "", "issued": "2006-6-01", "abstract": "Epoxidation of natural terpene (+)-carvone by the system consisting of a catalyst, oxalic acid (co-catalyst) and H2O2 (70% aqueous solution; oxidant) was studied and factorial design methods were applied for the optimization of this reaction. A dinuclear manganese(IV) complex [LMn(O)3MnL](PF6)2 (L = 1,4,7-trimethyl-1,4,7-triazacyclononane) was used as a catalyst, and acetonitrile was employed as a solvent. An analysis by methods of the complete 24 factorial design showed that an increase in the catalyst concentration gives a strong positive effect on the carvone conversion and selectivity. Hydrogen peroxide has a smaller positive effect on the conversion, but at high concentration, H2O2 leads to some decrease in the selectivity. An increase in the oxalic acid concentration has a beneficial effect on the conversion, but does not affect the selectivity.", "objIdentifier": "f87093c07804c8da8b531ee48177572d", "pissn": "0133-1736", "subject": ["Physical and Theoretical Chemistry", "Catalysis"], "eissn": "1588-2837", "author": [{"affiliation": [], "given": "Dalmo", "family": "Mandelli"}, {"affiliation": [], "given": "Rafael A.", "family": "Steffen"}, {"affiliation": [], "given": "Georgiy B.", "family": "Shul'pin"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/s11144-006-0124-1", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2006-6", "accepted": null, "publisher": "Springer Nature", "doi": "10.1007/s11144-006-0124-1", "license": null, "url": "http://dx.doi.org/10.1007/s11144-006-0124-1", "issn": [{"type": "print", "value": "0133-1736"}, {"type": "electronic", "value": "1588-2837"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Carvone epoxidation by system “hydrogen peroxide-[Mn2L2O3][PF6]2 (L = 1,4,7-trimethyl-1,4,7-triazacyclononane)-carboxylic acid”: a combinatorial approach to the process optimization "], "funder": null, "datasourcePrefix": "crossref____"}
685
{"best_oa_location_url": "", "issued": "2015", "abstract": "Healthcare is now regarded as one of the largest costs to any government budget and thus innovative ideas are sought as a means to reduce this spiralling bill. A significant proportion of this expenditure relates to specialised consultative care and post-operative therapy. In order to both mitigate the expense and improve the long-term effectiveness of orthopaedic surgery, including arthroplasty, the conception and creation of new biomaterials for treatment of defective joints and bones in the human body has become an emerging area of translational research over the last decade. In this review, we discuss a series of novel biomaterials and strategies for their therapeutic use that have arisen recently as viable approaches to regenerative medicine.", "objIdentifier": "7911cb5eeb26138e2c681aba4af61c83", "subject": null, "accepted": null, "author": [{"affiliation": [], "given": "Andrew W", "family": "Taylor Robinson"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2015", "link": null, "published-print": null, "eissn": "2155-952X", "publisher": "OMICS Publishing Group", "doi": "10.4172/2155-952x.1000187", "license": null, "url": "http://dx.doi.org/10.4172/2155-952x.1000187", "issn": [{"type": "electronic", "value": "2155-952X"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["From Replacement to Regeneration: Are Bio-Nanomaterials the Emerging Prospect for Therapy of Defective Joints and Bones?"], "funder": null, "datasourcePrefix": "crossref____"}
686
{"best_oa_location_url": "", "issued": "1992-4-01", "abstract": [], "objIdentifier": "9dd2efd95437c04103809a629d0921b5", "pissn": "0007-6791", "subject": ["Business, Management and Accounting (miscellaneous)", "Business and International Management", "History"], "eissn": "1743-7938", "author": [{"affiliation": [], "given": "Sarah", "family": "Palmer"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2006-7-28", "link": [{"URL": "http://www.tandfonline.com/doi/pdf/10.1080/00076799200000042", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1992-4", "accepted": null, "publisher": "Informa UK Limited", "doi": "10.1080/00076799200000042", "license": null, "url": "http://dx.doi.org/10.1080/00076799200000042", "issn": [{"type": "print", "value": "0007-6791"}, {"type": "electronic", "value": "1743-7938"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Book Reviews"], "funder": null, "datasourcePrefix": "crossref____"}
687
{"best_oa_location_url": "", "issued": "None", "abstract": "A computational method of the formal linearization for nonlinear systems is proposed by using a piecewise cubic Hermite interpolation. We introduce a linearizing function that consists of the state variables, their squares, and the cubes. The nonlinear terms are approximated by the cubic Hermite interpolation and thus a formal linear system with respect to the linearizing function is acquired. This method is easily carried out with the aid of computers. A nonlinear filter is synthesized as an application of the method and is verified through numerical examples.", "objIdentifier": "8d374a4299b649a8d0e368b9a1d9056e", "subject": null, "author": [{"affiliation": [], "given": "K.", "family": "Narikiyo"}, {"affiliation": [], "given": "H.", "family": "Takata"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0004", "value": "Conference object"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://xplorestaging.ieee.org/ielx3/4303/12410/00574261.pdf?arnumber=574261", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "accepted": null, "publisher": "IEEE", "doi": "10.1109/cdc.1996.574261", "license": null, "url": "http://dx.doi.org/10.1109/cdc.1996.574261", "issn": null, "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["A formal linearization method by the cubic Hermite interpolation for nonlinear systems"], "funder": null, "datasourcePrefix": "crossref____"}
688
{"best_oa_location_url": "", "issued": "1960-6-01", "abstract": [], "objIdentifier": "4ac3757aed1afcf985b5c926b0b1514d", "pissn": "0022-2801", "subject": ["History"], "eissn": "1537-5358", "author": [{"affiliation": [], "given": "Harold J.", "family": "Grimm"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.journals.uchicago.edu/doi/pdf/10.1086/238471", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1960-6", "accepted": null, "publisher": "University of Chicago Press", "doi": "10.1086/238471", "license": null, "url": "http://dx.doi.org/10.1086/238471", "issn": [{"type": "print", "value": "0022-2801"}, {"type": "electronic", "value": "1537-5358"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Die Weltwirkung der Reformation. Gerhard Ritter"], "funder": null, "datasourcePrefix": "crossref____"}
689
{"best_oa_location_url": "", "issued": "2013", "abstract": [], "objIdentifier": "4984bc1d02521ca9c73114d6ab205ed6", "subject": null, "author": [{"affiliation": [], "given": "Daniel", "family": "Schläppi"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": "2013-3-15", "link": [{"URL": "http://link.springer.com/content/pdf/10.1007/978-3-658-00601-3_14", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2013", "accepted": null, "publisher": "Springer Fachmedien Wiesbaden", "doi": "10.1007/978-3-658-00601-3_14", "license": null, "url": "http://dx.doi.org/10.1007/978-3-658-00601-3_14", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Geschichte als Gemeinbesitz. Vom Umgang mit der Historie in korporativen Milieus"], "funder": null, "datasourcePrefix": "crossref____"}
690
{"best_oa_location_url": "", "issued": "2014-6-01", "abstract": [], "objIdentifier": "564bc6ca440dabe43d3d81b8d9da3360", "pissn": "2074-5648", "subject": null, "author": [{"affiliation": [], "given": "نصر الدين الشيخ", "family": "بو هني"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2014-6", "accepted": null, "publisher": "Al Manhal FZ, LLC", "doi": "10.12816/0016089", "license": null, "url": "http://dx.doi.org/10.12816/0016089", "issn": [{"type": "print", "value": "2074-5648"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["العملية التربوية و تفاعل عناصرها وفق المقاربة بالكفايات"], "funder": null, "datasourcePrefix": "crossref____"}
691
{"best_oa_location_url": "", "issued": "1996-5-01", "abstract": "SUMMARY#R##N##R##N#Gastrointestinal involvement in von Recklinghausen's disease is usually in the form of neurofibromas and leiomyomas. Very rarely, plexiform neurofibromas may be seen involving the bowel wall and myenteric plexus with secondary minor involvement of the mesentery. This report describes the computed tomography morphology of a plexiform neurofibroma extensively involving the mesentery with minor involvement of the bowel wall.", "objIdentifier": "e8d5763f13c07024629202dc09fb958f", "pissn": "0004-8461", "subject": ["Radiology Nuclear Medicine and imaging"], "eissn": "1440-1673", "author": [{"affiliation": [], "given": "Rajeev", "family": "Jain"}, {"affiliation": [], "given": "Sukhpal", "family": "Sawhney"}, {"affiliation": [], "given": "Manorama", "family": "Berry"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1111%2Fj.1440-1673.1996.tb00372.x", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1996-5", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1111/j.1440-1673.1996.tb00372.x", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", "start": {"timestamp": 1441065600000, "date-time": "2015-09-01T00:00:00Z", "date-parts": [[2015, 9, 1]]}, "content-version": "tdm", "delay-in-days": 7062}], "url": "http://dx.doi.org/10.1111/j.1440-1673.1996.tb00372.x", "issn": [{"type": "print", "value": "0004-8461"}, {"type": "electronic", "value": "1440-1673"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Mesenteric plexiform neurofibroma: Computed tomography appearance"], "funder": null, "datasourcePrefix": "crossref____"}
692
{"best_oa_location_url": "", "issued": "2015-6-1", "abstract": [], "objIdentifier": "fb2f91d6ff0ede404ef9b9f84782569d", "subject": null, "author": [{"affiliation": [], "given": "Samantha", "family": "Newbery"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2015-6-1", "accepted": null, "publisher": "Manchester University Press", "doi": "10.7228/manchester/9780719091483.003.0006", "license": null, "url": "http://dx.doi.org/10.7228/manchester/9780719091483.003.0006", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["The ‘five techniques’, intelligence and security in Northern Ireland"], "funder": null, "datasourcePrefix": "crossref____"}
693
{"best_oa_location_url": "", "issued": "1800-1-1", "abstract": [], "objIdentifier": "71cc9e25cb6b67878150158f8f9717fb", "pissn": "0370-1662", "subject": null, "author": [{"affiliation": [], "given": "H.", "family": "Cavendish"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1800-1-1", "accepted": null, "publisher": "The Royal Society", "doi": "10.1098/rspl.1800.0185", "license": null, "url": "http://dx.doi.org/10.1098/rspl.1800.0185", "issn": [{"type": "print", "value": "0370-1662"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["On an Improvement in the Manner of Dividing Astronomical Instruments."], "funder": null, "datasourcePrefix": "crossref____"}
694
{"best_oa_location_url": "", "issued": "2006-2-01", "abstract": "Azo-hydrazone tautomeric behavior of polyazo Solophenyl red 3BL (C.I. Direct 80) dye in different solvents (water, methanol and DMSO) was investigated using  1 H,  13 C, N    H, H    H, C    H COSY, H    H NOESY NMR techniques and UV–vis spectroscopy. Two-dimensional NMR experiments were used to assign  1 H,  13 C and  15 N NMR lines unambiguously. Results showed that the hydrazone-form proton NMR signal appeared in the weakest field with respect to tetramethylsilane, in comparison with the amide and phenolic proton NMR signals. UV–vis absorption spectroscopic evidences showed that azo-hydrazone mixture exists in water and DMSO solvents, but in methanol, only azo tautomer was dominant, which was in a good agreement with NMR spectroscopic results.", "objIdentifier": "839a941155b187eb7e1c67835142ca00", "pissn": "1386-1425", "subject": ["Instrumentation", "Analytical Chemistry", "Spectroscopy", "Atomic and Molecular Physics, and Optics"], "author": [{"affiliation": [], "given": "A.", "family": "Hassanzadeh"}, {"affiliation": [], "given": "A.", "family": "Zeini-Isfahani"}, {"affiliation": [], "given": "M.H.", "family": "Habibi"}, {"affiliation": [], "given": "M.R.A. Poor", "family": "Heravi"}, {"affiliation": [], "given": "M.", "family": "Abdollahi-Alibeik"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S1386142505001198?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S1386142505001198?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2006-2", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/j.saa.2005.03.035", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1138752000000, "date-time": "2006-02-01T00:00:00Z", "date-parts": [[2006, 2, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/j.saa.2005.03.035", "issn": [{"type": "print", "value": "1386-1425"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["1H, 13C, NH, HH, CH COSY, HH NOESY NMR and UV–vis studies of Solophenyl red 3BL dye azo-hydrazone tautomerism in various solvents"], "funder": null, "datasourcePrefix": "crossref____"}
695
{"best_oa_location_url": "", "issued": "1936-7-01", "abstract": [], "objIdentifier": "d7cec90f46e2bf2326463604ea31722c", "pissn": "0303-402X", "subject": ["Physical and Theoretical Chemistry", "Colloid and Surface Chemistry", "Materials Chemistry", "Polymers and Plastics"], "eissn": "1435-1536", "author": [{"affiliation": [], "given": "Wo.", "family": "Ostwald"}, {"affiliation": [], "given": "Albrecht", "family": "Siehr"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/BF01432460", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1936-7", "accepted": null, "publisher": "Springer Nature", "doi": "10.1007/bf01432460", "license": null, "url": "http://dx.doi.org/10.1007/bf01432460", "issn": [{"type": "print", "value": "0303-402X"}, {"type": "electronic", "value": "1435-1536"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Über Zerschäumungsanalyse"], "funder": null, "datasourcePrefix": "crossref____"}
696
{"best_oa_location_url": "", "issued": "2007-11-27", "abstract": "Abstract#R##N##R##N#ChemInform is a weekly Abstracting Service, delivering concise information at a glance that was extracted from about 200 leading journals. To access a ChemInform Abstract, please click on HTML or PDF.", "objIdentifier": "243028c1f1830fa210b827fe5fbeeef5", "pissn": "0931-7597", "subject": null, "eissn": "1522-2667", "author": [{"affiliation": [], "given": "Victorio", "family": "Cadierno"}, {"affiliation": [], "given": "Jose", "family": "Gimeno"}, {"affiliation": [], "given": "Noel", "family": "Nebra"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1002%2Fchin.200748042", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2007-11-27", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1002/chin.200748042", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", "start": {"timestamp": 1441065600000, "date-time": "2015-09-01T00:00:00Z", "date-parts": [[2015, 9, 1]]}, "content-version": "tdm", "delay-in-days": 2835}], "url": "http://dx.doi.org/10.1002/chin.200748042", "issn": [{"type": "print", "value": "0931-7597"}, {"type": "electronic", "value": "1522-2667"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Efficient Tandem Process for the Catalytic Deprotection of N-Allyl Amides and Lactams in Aqueous Media: A Novel Application of the Bis(allyl)-Ruthenium(IV) Catalysts [Ru(η3:η2:η3-C12H18)Cl2] and [{Ru(η3:η3-C10H16) (μ-Cl)Cl}2]."], "funder": null, "datasourcePrefix": "crossref____"}
697
{"best_oa_location_url": "", "issued": "1966", "abstract": [], "objIdentifier": "fe90951eed8453e40454ceded4471d78", "pissn": "0018-2656", "subject": ["Philosophy", "History"], "author": [{"affiliation": [], "given": "Hayden V.", "family": "White"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1966", "accepted": null, "publisher": "JSTOR", "doi": "10.2307/2504510", "license": null, "url": "http://dx.doi.org/10.2307/2504510", "issn": [{"type": "print", "value": "0018-2656"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["The Burden of History"], "funder": null, "datasourcePrefix": "crossref____"}
698
{"best_oa_location_url": "", "issued": "None", "abstract": [], "objIdentifier": "f3af1b438e3cc7011f33e70be26e4be0", "subject": null, "author": [{"affiliation": [], "name": "American Psychological Association Public Information and Media Relations; Public Communications"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0021", "value": "Dataset"}, "is_oa": false, "published-online": null, "link": null, "published-print": null, "accepted": null, "publisher": "American Psychological Association (APA)", "doi": "10.1037/e378912004-029", "license": null, "url": "http://dx.doi.org/10.1037/e378912004-029", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Web Sites of the Month"], "funder": null, "datasourcePrefix": "crossref____"}
699
{"best_oa_location_url": "http://doi.org/10.5603/cj.a2014.0017", "issued": "2015-2-24", "abstract": "Background:  Due to increasing co-morbidity associated with aging, heart failure (HF) has become more prevalent and heterogeneous in older individuals, and non-cardiovascular (CV) mortality has increased. Previously, we defined a multi-marker modality that included cystatin C (CysC), troponin T (TnT), and age. Here, we validated this multi-marker risk score by evalu­ating its predictions of all-cause mortality and CV mortality in an independent population of older individuals with HF and reduced ejection fraction (HFrEF).    Methods:  This prospective cohort study included 124 patients, median age 73 years, that had HFrEF. We determined all-cause mortality and CV mortality at a 3-year follow-up. We com­pared the risk score to the N-terminal prohormone of B-type natriuretic peptide (NT-proBNP) for predicting all-cause mortality and CV mortality.    Results:  High risk scores were associated with both all-cause mortality (HR 4.2, 95% CI 2.2–8.1, p < 0.001) and CV mortality (HR 3.6, 95% CI 1.7–8.0, p = 0.0015). Receiver ope­rating characteristics showed similar efficacy for the risk score and NT-proBNP in predicting all-cause mortality (HR 0.74, 95% CI 0.65–0.81 vs. HR 0.74, 95% CI 0.65–0.81, p = 0.99) and CV mortality (HR 0.68, 95% CI 0.59–0.76 vs. HR 0.67, 95% CI 0.58–0.75, p = 0.95). When the risk score was added to the NT-proBNP, the continuous net reclassification impro­vement was 56% for predicting all-cause mortality (95% CI 18–95%, p = 0.004) and 45% for predicting CV mortality (95% CI 2–89%, p = 0.040).    Conclusions:  In HFrEF, a risk score that included age, TnT, and CysC showed efficacy similar to the NT-proBNP for predicting all-cause mortality and CV mortality in an older population.", "objIdentifier": "e55ec464611bb0306786bcc50d59b345", "pissn": "1897-5593", "subject": ["Cardiology and Cardiovascular Medicine", "General Medicine"], "eissn": "1898-018X", "author": [{"affiliation": [], "given": "Christian", "family": "Bjurman"}, {"affiliation": [], "given": "Alexandra", "family": "Holmström"}, {"affiliation": [], "given": "Max", "family": "Petzold"}, {"affiliation": [], "given": "Ola", "family": "Hammarsten"}, {"affiliation": [], "given": "Michael Lx", "family": "Fu"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": "2015-2-24", "link": [{"URL": "https://journals.viamedica.pl/cardiology_journal/article/viewFile/36569/28171", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "accepted": null, "publisher": "VM Media SP. zo.o VM Group SK", "doi": "10.5603/cj.a2014.0017", "license": null, "url": "http://dx.doi.org/10.5603/cj.a2014.0017", "issn": [{"type": "print", "value": "1897-5593"}, {"type": "electronic", "value": "1898-018X"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Assessment of a multi-marker risk score for predicting cause-specific mortality at three years in older patients with heart failure and reduced ejection fraction"], "funder": null, "datasourcePrefix": "crossref____"}
700
{"best_oa_location_url": "http://doi.org/10.5021/ad.2014.26.1.73", "issued": "2014", "abstract": "Background: Chronic spontaneous urticaria is a debilitating disease for the patients and often considered by the doctors a very difficult disease to treat. In 2009 the European Academy of Allergy and Clinical Immunology/Global Allergy and Asthma European network/European Dermatology Forum/World Allergy Organization (EAACI/GA 2 LEN/EDF/ WAO) published a revised version of the guidelines for the treatment of urticaria which included an algorithm for the treatment. Objective: The objective of this study was to examine the clinical effect and the practical use of the algorithm. Methods: The study was performed as a caseseries study of all newly referred patients to our urticaria clinic over a period of 18 months. Results: Our results show that the single most important and efficient treatment of urticaria patients is up dosing non-sedating antihistamines as recommended by the EAACI/GA 2 LEN/EDF/WAO guidelines. We did not find any predicting factors for responders to the antihistamine treatment, but about one third of the patients did not respond to the up-dosing of the antihistamines. Conclusion: Antihistamines seems to be the most efficient treatment for urticaria; other treatments such as montelukast, azathioprine, and mycophenolate mofetil may also be used, but only in combination with antihistamines and only in the case of an independent antihistamines treatment failure. The EAACI/GA 2 LEN/EDF/WAO guideline for the treatment of urticaria offers an efficient and simple guidelines for the treatment of urticaria. (Ann Dermatol 26(1) 73∼78, 2014)", "objIdentifier": "c3cccea3206990fd48dc97aabb26e05a", "pissn": "1013-9087", "subject": ["Dermatology"], "eissn": "2005-3894", "author": [{"affiliation": [{"name": "Department of Dermatology, Aarhus University Hospital, Aarhus, Denmark."}], "given": "Line", "family": "Kibsgaard"}, {"affiliation": [{"name": "Department of Dermatology, Aarhus University Hospital, Aarhus, Denmark."}], "given": "Anna Cecile", "family": "Lefevre"}, {"affiliation": [{"name": "Department of Dermatology, Aarhus University Hospital, Aarhus, Denmark."}], "given": "Mette", "family": "Deleuran"}, {"ORCID": "0000-0001-6485-3158", "affiliation": [{"name": "Department of Dermatology, Aarhus University Hospital, Aarhus, Denmark."}], "given": "Christian", "family": "Vestergaard"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": null, "link": [{"URL": "http://synapse.koreamed.org/DOIx.php?id=10.5021/ad.2014.26.1.73", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2014", "accepted": null, "publisher": "Korean Dermatological Association and The Korean Society for Investigative Dermatology (KAMJE)", "doi": "10.5021/ad.2014.26.1.73", "license": [{"URL": "http://creativecommons.org/licenses/by-nc/3.0/", "start": {"timestamp": 1388534400000, "date-time": "2014-01-01T00:00:00Z", "date-parts": [[2014, 1, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.5021/ad.2014.26.1.73", "issn": [{"type": "print", "value": "1013-9087"}, {"type": "electronic", "value": "2005-3894"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["A Case Series Study of Eighty-Five Chronic Spontaneous Urticaria Patients Referred to a Tertiary Care Center"], "funder": null, "datasourcePrefix": "crossref____"}
701
{"best_oa_location_url": "", "issued": "2013-1-1", "abstract": "AbstractBand 1 E 22 is a copy of Calvin’s In viginti prima Ezechielis Prophetae capita Praelectiones (1565) and belonged to the French lawyer and resident of Geneva, Germain Colladon. The manuscript leaves used for this binding are early medieval and unusual in being very carefully positioned on the binding. Nicholas Pickwoad’s account of the binding reconstructs and explains how the binder used the medieval manuscript leaves to display them on an otherwise very conventional French-style binding and highlights its significance in the history of bookbinding. Rosamond McKitterick identifies the text of both leaves as part of an Epistle Lectionary, or possibly a full Mass Lectionary, and demonstrates how the script, decoration, and mise-en-page enable these leaves to be recognized as the work of the scribes and artists working for Charles the Bald, grandson of Charlemagne, king of the Franks (840-77) and Emperor (875-77). It can be dated c.860.", "objIdentifier": "509ccc5eac597a8edb28e1a8c77511bc", "pissn": "0014-9527", "subject": ["Library and Information Sciences"], "eissn": "1570-0690", "author": [{"affiliation": [], "given": "Nicholas", "family": "Pickwoad"}, {"affiliation": [], "given": "Rosamond", "family": "McKitterick"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2013-1-1", "accepted": null, "publisher": "Brill Academic Publishers", "doi": "10.1163/15700690-12341273", "license": null, "url": "http://dx.doi.org/10.1163/15700690-12341273", "issn": [{"type": "print", "value": "0014-9527"}, {"type": "electronic", "value": "1570-0690"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["A Carolingian Manuscript Fragment from the Ninth Century in Amsterdam University Library, used as the Binding for ‘Band 1 E 22’"], "funder": null, "datasourcePrefix": "crossref____"}
702
{"best_oa_location_url": "", "issued": "None", "abstract": [], "objIdentifier": "1cb26c7afb16c111189c8751ccd692eb", "subject": null, "author": [{"affiliation": [], "given": "Lawrence", "family": "Nees"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": null, "published-print": null, "accepted": null, "publisher": "Brill", "doi": "10.1163/9789004302075_003", "license": null, "url": "http://dx.doi.org/10.1163/9789004302075_003", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["The Earliest Mosque in Jerusalem"], "funder": null, "datasourcePrefix": "crossref____"}
703
{"best_oa_location_url": "", "issued": "2016", "abstract": "Through the use of conjugate ring-rich pyrazine and quinoxaline derivatives, five new Keggin polymolybdate based compounds, [AgI3L12(H2O)2(PMo12O40)] (1), [AgI4L15(SiMo12O40)] (2), [AgI6L26(PMo12O40)2] (3), [AgI2L22(C16H36N)2](SiMo12O40)] (4), [CuI3L23(PMo12O40)] (5) (L1 = 2,3-diphenylpyrazine, L2 = 2,3-diphenylquinoxaline, C16H36N = tetrabutylammonium), were synthesized under hydrothermal conditions and characterized by single-crystal X-ray diffraction. In compound 1, three AgI ions are fused by two L1 molecules to form a [Ag3L12]3+ subunit, and these subunits link the PMo12 anions to construct two kinds of 1D chains (I and II). Chains I and II connect to each other by sharing the same PMo12 anions and a 2D grid-like layer is built. The asymmetric unit of compound 2 is linked to form a dimer by sharing Ag ions, and a 1D double strand is formed. The SiMo12 anions connect adjacent 1D double strands through Ag3–O23 bonds and a 2D network is built. In compound 3, there exists a 1D ladder-like double chain with PMo12 anions as linking bars. A 2D layer is formed by linkage Ag2–O24 between adjacent chains. In compound 4, the PMo12 anions act as inorganic linkages to connect adjacent zigzag chains through Ag1–O3 bonds to construct a 2D grid-like layer. In compound 5 two CuI–L2 lines are fused by PMo12 anions to build a 1D ladder-like chain. Additionally, the electrochemical and photocatalytic properties of the title compounds have been studied.", "objIdentifier": "2eff55ed1d8cd9f4c9f8e619fd422800", "pissn": "1477-9226", "subject": ["Inorganic Chemistry"], "eissn": "1477-9234", "author": [{"affiliation": [{"name": "Department of Chemistry"}, {"name": "Bohai University"}, {"name": "Jinzhou"}, {"name": "P. R. China"}], "given": "Aixiang", "family": "Tian"}, {"affiliation": [{"name": "Department of Chemistry"}, {"name": "Bohai University"}, {"name": "Jinzhou"}, {"name": "P. R. China"}], "given": "Yan", "family": "Tian"}, {"affiliation": [{"name": "Department of Chemistry"}, {"name": "Bohai University"}, {"name": "Jinzhou"}, {"name": "P. R. China"}], "given": "Yali", "family": "Ning"}, {"affiliation": [{"name": "Department of Chemistry"}, {"name": "Bohai University"}, {"name": "Jinzhou"}, {"name": "P. R. China"}], "given": "Xue", "family": "Hou"}, {"affiliation": [{"name": "Department of Chemistry"}, {"name": "Bohai University"}, {"name": "Jinzhou"}, {"name": "P. R. China"}], "given": "Huaiping", "family": "Ni"}, {"affiliation": [{"name": "Department of Chemistry"}, {"name": "Bohai University"}, {"name": "Jinzhou"}, {"name": "P. R. China"}], "given": "Xuebin", "family": "Ji"}, {"affiliation": [{"name": "Department of Chemistry"}, {"name": "Bohai University"}, {"name": "Jinzhou"}, {"name": "P. R. China"}], "given": "Guocheng", "family": "Liu"}, {"affiliation": [{"name": "Department of Chemistry"}, {"name": "Bohai University"}, {"name": "Jinzhou"}, {"name": "P. R. China"}], "given": "Jun", "family": "Ying"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2016", "link": [{"URL": "http://pubs.rsc.org/en/content/articlepdf/2016/DT/C6DT02233B", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "accepted": null, "publisher": "Royal Society of Chemistry (RSC)", "doi": "10.1039/c6dt02233b", "license": null, "url": "http://dx.doi.org/10.1039/c6dt02233b", "issn": [{"type": "print", "value": "1477-9226"}, {"type": "electronic", "value": "1477-9234"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["A series of Keggin-based compounds constructed by conjugate ring-rich pyrazine and quinoxaline derivatives"], "funder": [{"doi-asserted-by": "publisher", "DOI": "10.13039/501100001809", "name": "National Natural Science Foundation of China", "award": ["21101015", "21571023", "21471021"]}], "datasourcePrefix": "crossref____"}
704
{"best_oa_location_url": "", "issued": "2016-2-3", "abstract": [], "objIdentifier": "62a9681457b70a100b5155634edc70d5", "subject": null, "accepted": null, "author": [{"ORCID": "0000-0002-0681-4772", "authenticated-orcid": false, "given": "Evgenia", "family": "Martynova", "affiliation": []}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2016-2-3", "link": null, "published-print": null, "eissn": "2412-6195", "publisher": "LLC Relevant Medicine", "doi": "10.18508/endo4094", "license": null, "url": "http://dx.doi.org/10.18508/endo4094", "issn": [{"type": "electronic", "value": "2412-6195"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Complications associated with obesity (AACE 2014)"], "funder": null, "datasourcePrefix": "crossref____"}
705
{"best_oa_location_url": "", "issued": "1993-4-1", "abstract": "The self-starting condition for the additive pulse mode locking in an arc lamp pumped cw Nd:YLF laser was investigated experimentally. With variation in the coupling between the main cavity and the external cavity, the threshold power for self-starting additive pulse mode locking was measured. A comparison is made between the experimental results and the previously reported results for the cavity mode correlation time.", "objIdentifier": "02ec071bff4e3bc94f2ad5a6faddf50a", "pissn": "0021-4922", "subject": ["General Engineering", "General Physics and Astronomy"], "author": [{"affiliation": [], "given": "Kyeong Koo", "family": "Chi"}, {"affiliation": [], "given": "Hong Jin", "family": "Kong"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1993-4-1", "accepted": null, "publisher": "Japan Society of Applied Physics", "doi": "10.1143/jjap.32.l506", "license": null, "url": "http://dx.doi.org/10.1143/jjap.32.l506", "issn": [{"type": "print", "value": "0021-4922"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Self-Starting Threshold for Additive Pulse Mode Locking in Nd:YLF Laser"], "funder": null, "datasourcePrefix": "crossref____"}
706
{"issued": "2011", "abstract": [], "objIdentifier": "db19fe7717395fb419a46ad8a0317760", "pissn": "0736-7392", "subject": null, "author": [{"affiliation": [], "given": "Michael", "family": "Vertin"}, {"affiliation": [], "name": "Lonergan Institute at Boston College"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2011", "link": null, "published-print": null, "accepted": null, "publisher": "Philosophy Documentation Center", "doi": "10.5840/method2011227", "license": null, "url": "http://dx.doi.org/10.5840/method2011227", "issn": [{"type": "print", "value": "0736-7392"}], "collectedFrom": [{"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["The Notion of a Lonergan Enterprise"], "funder": null, "datasourcePrefix": "crossref____"}
707
{"best_oa_location_url": "", "issued": "1993-4-01", "abstract": [], "objIdentifier": "a8efa13c0b93d417a8d8ec68e0b48139", "pissn": "0143-5221", "subject": ["General Medicine"], "eissn": "1470-8736", "author": [{"affiliation": [], "given": "S.", "family": "Maule"}, {"affiliation": [], "given": "K. Ray", "family": "Chaudhuri"}, {"affiliation": [], "given": "T.", "family": "Thomaides"}, {"affiliation": [], "given": "D.", "family": "Pavitt"}, {"affiliation": [], "given": "J.", "family": "McCleery"}, {"affiliation": [], "given": "C. J.", "family": "Mathias"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "1993-4-1", "link": null, "published-print": "1993-4", "accepted": null, "publisher": "Portland Press Ltd.", "doi": "10.1042/cs0840419", "license": null, "url": "http://dx.doi.org/10.1042/cs0840419", "issn": [{"type": "print", "value": "0143-5221"}, {"type": "electronic", "value": "1470-8736"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Effects of Oral Alcohol on Superior Mesenteric Artery Blood Flow in Normal Man, Horizontal and Tilted"], "funder": null, "datasourcePrefix": "crossref____"}
708
{"best_oa_location_url": "https://pure.tue.nl/ws/files/4283299/588682.pdf", "issued": "1971-8-01", "abstract": [], "objIdentifier": "8d50695490f82532a616a837d5cd191f", "pissn": "0031-8914", "subject": ["General Engineering"], "author": [{"affiliation": [], "given": "D.C.", "family": "Schram"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:0031891471900309?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:0031891471900309?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "1971-8", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/0031-8914(71)90030-9", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 49852800000, "date-time": "1971-08-01T00:00:00Z", "date-parts": [[1971, 8, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/0031-8914(71)90030-9", "issn": [{"type": "print", "value": "0031-8914"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["The consistent solution of the undamped cyclotronwave propagation problem"], "funder": null, "datasourcePrefix": "crossref____"}
709
{"best_oa_location_url": "http://doi.org/10.1016/j.bpj.2014.06.017", "issued": "2014-8-01", "abstract": "In response to an attractant or repellant, an Escherichia coli cell controls the rotational direction of its flagellar motor by a chemotaxis system. When an E. coli cell senses an attractant, a reduction in the intracellular concentration of a chemotaxis protein, phosphorylated CheY (CheY-P), induces counterclockwise (CCW) rotation of the flagellar motor, and this cellular response is thought to occur in several hundred milliseconds. Here, to measure the signaling process occurring inside a single E. coli cell, including the recognition of an attractant by a receptor cluster, the inactivation of histidine kinase CheA, and the diffusion of CheY and CheY-P molecules, we applied a serine stimulus by instantaneous photorelease from a caged compound and examined the cellular response at a temporal resolution of several hundred microseconds. We quantified the clockwise (CW) and CCW durations immediately after the photorelease of serine as the response time and the duration of the response, respectively. The results showed that the response time depended on the distance between the receptor and motor, indicating that the decreased CheY-P concentration induced by serine propagates through the cytoplasm from the receptor-kinase cluster toward the motor with a timing that is explained by the diffusion of CheY and CheY-P molecules. The response time included 240 ms for enzymatic reactions in addition to the time required for diffusion of the signaling molecule. The measured response time and duration of the response also revealed that the E. coli cell senses a similar serine concentration regardless of whether the serine concentration is increasing or decreasing. These detailed quantitative findings increase our understanding of the signal transduction process that occurs inside cells during bacterial chemotaxis.", "objIdentifier": "6562f0eee914ef60cfe73ccc115a42c4", "pissn": "0006-3495", "subject": ["Biophysics"], "author": [{"affiliation": [], "given": "Takashi", "family": "Sagawa"}, {"affiliation": [], "given": "Yu", "family": "Kikuchi"}, {"affiliation": [], "given": "Yuichi", "family": "Inoue"}, {"affiliation": [], "given": "Hiroto", "family": "Takahashi"}, {"affiliation": [], "given": "Takahiro", "family": "Muraoka"}, {"ORCID": "0000-0002-5945-9612", "affiliation": [], "given": "Kazushi", "family": "Kinbara"}, {"affiliation": [], "given": "Akihiko", "family": "Ishijima"}, {"affiliation": [], "given": "Hajime", "family": "Fukuoka"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0006349514006262?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S0006349514006262?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2014-8", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/j.bpj.2014.06.017", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1406851200000, "date-parts": [[2014, 8, 1]], "date-time": "2014-08-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}, {"URL": "http://www.elsevier.com/open-access/userlicense/1.0/", "start": {"timestamp": 1438732800000, "date-parts": [[2015, 8, 5]], "date-time": "2015-08-05T00:00:00Z"}, "content-version": "vor", "delay-in-days": 369}], "url": "http://dx.doi.org/10.1016/j.bpj.2014.06.017", "issn": [{"type": "print", "value": "0006-3495"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Single-Cell  E. coli  Response to an Instantaneously Applied Chemotactic Signal"], "funder": null, "datasourcePrefix": "crossref____"}
710
{"best_oa_location_url": "", "issued": "2015-6-1", "abstract": [], "objIdentifier": "f2b6e2421eee3086d59dc00a33e1fcb6", "subject": null, "author": [{"affiliation": [], "given": "Patrick", "family": "Chamoiseau"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2015-6-1", "accepted": null, "publisher": "Liverpool University Press", "doi": "10.5949/liverpool/9781781381519.003.0012", "license": null, "url": "http://dx.doi.org/10.5949/liverpool/9781781381519.003.0012", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Prologue"], "funder": null, "datasourcePrefix": "crossref____"}
711
{"best_oa_location_url": "", "issued": "2007-8-21", "abstract": [], "objIdentifier": "d71b8a1d55307ac44db39f8cf514d10c", "subject": null, "author": [{"affiliation": [], "given": "Jean", "family": "Flori"}, {"affiliation": [], "given": "Olive", "family": "Classe"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2007-8-21", "accepted": null, "publisher": "Edinburgh University Press", "doi": "10.3366/edinburgh/9780748622955.003.0015", "license": null, "url": "http://dx.doi.org/10.3366/edinburgh/9780748622955.003.0015", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["The Plantagenet Court and the World of King Arthur"], "funder": null, "datasourcePrefix": "crossref____"}
712
{"best_oa_location_url": "http://doi.org/10.1016/j.joca.2005.09.001", "issued": "2006-3-01", "abstract": "Summary  Objective  To determine the relationship between the dimensions of the distal femoral intercondylar notch (ICN) and the composition and metabolism of the anterior cruciate ligament (ACL) in three dog breeds with different relevant risks to ligament rupture and subsequent osteoarthritis (OA).  Design  ICN measurements were obtained from the femurs of Golden Retrievers (high risk), Labrador Retrievers (high risk) and Greyhounds (low risk). Femoral condyle width and height, ICN height and width indices, and notch shape index were measured using Vernier callipers in all dogs. Intact ACLs were obtained from the same dog breeds for a study of the impinged areas and were analysed for collagen content, collagen cross-links, and sulphated glycosaminoglycan (GAG) content, matrix metalloproteinase (MMP)-2 and the tissue inhibitors of metalloproteinases (TIMPs)-1 and -2.  Results  Femoral condyle width and height and ICN width indices were significantly greater in the low risk compared to the high risk breeds ( P  P =0.003) and active ( P =0.007) forms of MMP-2 and sulphated GAGs ( P =0.0002) were significantly greater in the impinged areas of the ACLs of the rupture predisposed breeds.  Conclusions  Impingement by the ICN on the ACLs of the high risk breeds may result in increased collagen remodelling and increased sulphated GAG deposition, causing reduced structural integrity of the ligament. Altered ACL composition may predispose the ligament to increased laxity leading to joint degeneration and OA. This may have a comparative implication for pathogenesis of ACL rupture in humans.", "objIdentifier": "aedf1ebc2ce6b465bcf72a27214ee789", "pissn": "1063-4584", "subject": ["Rheumatology", "Orthopedics and Sports Medicine", "Biomedical Engineering"], "author": [{"affiliation": [], "given": "E.J.", "family": "Comerford"}, {"affiliation": [], "given": "J.F.", "family": "Tarlton"}, {"affiliation": [], "given": "N.C.", "family": "Avery"}, {"affiliation": [], "given": "A.J.", "family": "Bailey"}, {"affiliation": [], "given": "J.F.", "family": "Innes"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S1063458405002542?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S1063458405002542?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2006-3", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/j.joca.2005.09.001", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1141171200000, "date-parts": [[2006, 3, 1]], "date-time": "2006-03-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}, {"URL": "http://www.elsevier.com/open-access/userlicense/1.0/", "start": {"timestamp": 1392595200000, "date-parts": [[2014, 2, 17]], "date-time": "2014-02-17T00:00:00Z"}, "content-version": "vor", "delay-in-days": 2910}], "url": "http://dx.doi.org/10.1016/j.joca.2005.09.001", "issn": [{"type": "print", "value": "1063-4584"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Distal femoral intercondylar notch dimensions and their relationship to composition and metabolism of the canine anterior cruciate ligament"], "funder": null, "datasourcePrefix": "crossref____"}
713
{"best_oa_location_url": "", "issued": "1966-2-01", "abstract": "Zusammenfassung   Es wird uber die Darstellung einiger Verbindungen mit Bor-Mangan-Bindung berichtet, die sich vom Mangancarbonyl ableiten. Einige ihrer chemischen Eigenschaften werden beschrieben. Aus der  11 B-kernresonanzspektroskopischen Untersuchung wird eine Ruckbindung von Metall- d -Elektronen zum Boratom abgeleitet.", "objIdentifier": "bfb38faebf6b0b3940fe77fd3ec1fdac", "pissn": "0022-328X", "subject": ["Physical and Theoretical Chemistry", "Inorganic Chemistry", "Organic Chemistry", "Materials Chemistry", "Biochemistry"], "author": [{"affiliation": [], "given": "Heinrich", "family": "Nöth"}, {"affiliation": [], "given": "Günter", "family": "Schmid"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0022328X00936271?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S0022328X00936271?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "1966-2", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/s0022-328x(00)93627-1", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": -123552000000, "date-time": "1966-02-01T00:00:00Z", "date-parts": [[1966, 2, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/s0022-328x(00)93627-1", "issn": [{"type": "print", "value": "0022-328X"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Metall-Bor-Verbindungen"], "funder": null, "datasourcePrefix": "crossref____"}
714
{"best_oa_location_url": "", "issued": "2014-11-27", "abstract": "Halkias’ work truly is a rich and well-rounded pioneer-study of a comparatively neglected field that introduces the pure-land traditions of India and Tibet with considerable analytical versatility and compelling intelligence. Nearing a decade of sustained research on Pure-Land traditions inside and outside Indo-Tibetan cultural areas enables Halkias to draw on considerable historical and doctrinal details which allows him to fully contextualize and deepen findings explored in a number of noteworthy articles (2004, 2006, 2009, 2013).", "objIdentifier": "006320ff1b6676a1b2ba6cba6c8ba5a6", "pissn": "1751-2689", "subject": ["Religious studies"], "eissn": "1751-2697", "author": [{"affiliation": [], "given": "Michael M B", "family": "Zrenner"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2014-11-27", "link": null, "published-print": null, "accepted": null, "publisher": "Equinox Publishing", "doi": "10.1558/rosa.v8i2.248", "license": null, "url": "http://dx.doi.org/10.1558/rosa.v8i2.248", "issn": [{"type": "print", "value": "1751-2689"}, {"type": "electronic", "value": "1751-2697"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Georgios T. Halkias, Luminous Bliss: A Religious History of Pure Land Literature in Tibet. Pure Land Buddhist Studies Series; Honolulu: University of Hawai’i Press, 2013. xxx + 335 pp. $49.00. ISBN 978-0-82483-590-3 (hardback)."], "funder": null, "datasourcePrefix": "crossref____"}
715
{"best_oa_location_url": "http://www.ncbi.nlm.nih.gov/pmc/articles/PMC3501198", "issued": "2011-9-25", "abstract": "BRCA1, a well-known tumor suppressor with multiple interacting partners, is predicted to have diverse biological functions. However, so far its only well-established role is in the repair of damaged DNA and cell cycle regulation. In this regard, the etiopathological study of lowpenetrant variants of BRCA1 provides an opportunity to uncover its other physiologically important functions. Using this rationale, we studied the R1699Q variant of BRCA1, a potentially moderate-risk variant, and found that it does not impair DNA damage repair but abrogates the repression of microRNA-155 (miR-155), a bona fide oncomir. Mechanistically, we found that BRCA1 epigenetically represses miR-155 expression via its association with HDAC2, which deacetylates histones H2A and H3 on the miR-155 promoter. We show that overexpression of miR-155 accelerates but the knockdown of miR-155 attenuates the growth of tumor cell lines in vivo. Our findings demonstrate a new mode of tumor suppression by BRCA1 and suggest that miR-155 is a potential therapeutic target for BRCA1-deficient tumors.", "objIdentifier": "bbe97944ed8a2b8a03099ff63b271f77", "pissn": "1078-8956", "subject": ["General Biochemistry, Genetics and Molecular Biology", "General Medicine"], "eissn": "1546-170X", "author": [{"affiliation": [], "given": "Suhwan", "family": "Chang"}, {"affiliation": [], "given": "Rui-Hong", "family": "Wang"}, {"affiliation": [], "given": "Keiko", "family": "Akagi"}, {"affiliation": [], "given": "Kyung-Ae", "family": "Kim"}, {"affiliation": [], "given": "Betty K", "family": "Martin"}, {"affiliation": [], "given": "Luca", "family": "Cavallone"}, {"affiliation": [], "family": "Kathleen Cuningham Foundation Conso"}, {"affiliation": [], "given": "Diana C", "family": "Haines"}, {"affiliation": [], "given": "Mark", "family": "Basik"}, {"affiliation": [], "given": "Phuong", "family": "Mai"}, {"affiliation": [], "given": "Elizabeth", "family": "Poggi"}, {"affiliation": [], "given": "Claudine", "family": "Isaacs"}, {"affiliation": [], "given": "Lai M", "family": "Looi"}, {"affiliation": [], "given": "Kein S", "family": "Mun"}, {"affiliation": [], "given": "Mark H", "family": "Greene"}, {"affiliation": [], "given": "Stephen W", "family": "Byers"}, {"affiliation": [], "given": "Soo H", "family": "Teo"}, {"affiliation": [], "given": "Chu-Xia", "family": "Deng"}, {"affiliation": [], "given": "Shyam K", "family": "Sharan"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": "2011-9-25", "link": [{"URL": "http://www.nature.com/articles/nm.2459.pdf", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}, {"URL": "http://www.nature.com/articles/nm.2459", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/html"}, {"URL": "http://www.nature.com/articles/nm.2459.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "application/pdf"}], "published-print": "2011-10", "accepted": null, "publisher": "Springer Nature", "doi": "10.1038/nm.2459", "license": [{"URL": "http://www.springer.com/tdm", "start": {"timestamp": 1316908800000, "date-time": "2011-09-25T00:00:00Z", "date-parts": [[2011, 9, 25]]}, "content-version": "unspecified", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1038/nm.2459", "issn": [{"type": "print", "value": "1078-8956"}, {"type": "electronic", "value": "1546-170X"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Tumor suppressor BRCA1 epigenetically controls oncogenic microRNA-155"], "funder": null, "datasourcePrefix": "crossref____"}
716
{"issued": "2000", "abstract": [], "objIdentifier": "ec984f1feb892509595bb15734bb1e3e", "subject": null, "accepted": null, "author": [{"affiliation": [{"name": "Kanazawa University"}], "given": "Atsushi", "family": "OKAJIMA"}, {"affiliation": [{"name": "Kanazawa University"}], "given": "Shigeo", "family": "KIMURA"}, {"affiliation": [{"name": "Kanazawa University"}], "given": "Tomohide", "family": "IWASAKI"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "https://www.jstage.jst.go.jp/article/jsmefed/2000/0/2000_80/_pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2000", "eissn": "2424-2896", "publisher": "Japan Society of Mechanical Engineers", "doi": "10.1299/jsmefed.2000.80", "license": null, "url": "http://dx.doi.org/10.1299/jsmefed.2000.80", "issn": [{"type": "electronic", "value": "2424-2896"}], "collectedFrom": [{"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Flow-Visualization of In-Line Oscillation of a Bluff Body"], "funder": null, "datasourcePrefix": "crossref____"}
717
{"best_oa_location_url": "", "issued": "1956", "abstract": "The effect of different kinds of detergents on the resting potential of muscle was observed in extirpated twin gastrocnemii of bullfrog for further elucidation of the relation electrogenesis in a living organism bears to the adsorption or to the structure of the biological membrane.The following is a brief description of the results reached.(1) An ionic surface-active agent at a low concentration brought about a marked reduction in the potential of the uninjured part of muscle and had hardly any such effect on the injured part. A non-ionic agent had hardly any action on either of the parts.(2) It was found that the correlation between the concentration of a detergent and the change it produces in the resting potential of muscle is explicable by the equation below:C/E=A'+B'Cwhere A' and B' are constants. It was presumable that there was a parallelrunning relation between the potential change produced by the detergent and the amount of the detergent adsorbed according to Langmuir's adsorption isotherm.(3) The velocity with which the detergent acted was determinable by Wo. Ostwald's equation formulated for measurement of toxic actions.(4) Hardly any correlation was recognizable between the surface activity of a detergent and the change it produced in the resting potential of muscle.(5) A detergent applied produced muscle contracture and made the surface of the muscle white and turbid.These results showed that the potential a detergent (6 different kinds used) can affect is on cell membrane; that a detergent is essentially different from any inorganic ions in the mechanism of action; that it is likely to affect the resting potential because its monomolecular adsorption to the surface of membrane may alter the molecular structure of the membrane by its own penetration or by the consequent disorientation of the component molecules of the membrane.", "objIdentifier": "33f89d7238356fc29686027b4f9f4825", "pissn": "0021-521X", "subject": ["Physiology", "General Medicine"], "eissn": "1881-1396", "author": [{"affiliation": [], "given": "TADASI", "family": "WASANO"}, {"affiliation": [], "given": "MITIHIKO", "family": "OGATA"}, {"affiliation": [], "given": "MASAYOSI", "family": "GOTO"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1956", "accepted": null, "publisher": "Physiological Society of Japan", "doi": "10.2170/jjphysiol.6.137", "license": null, "url": "http://dx.doi.org/10.2170/jjphysiol.6.137", "issn": [{"type": "print", "value": "0021-521X"}, {"type": "electronic", "value": "1881-1396"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["THE EFFECT OF SURFACE-ACTIVE AGENTS ON THE RESTING POTENTIAL OF MUSCLE"], "funder": null, "datasourcePrefix": "crossref____"}
718
{"best_oa_location_url": "", "issued": "2017-3-19", "abstract": [], "objIdentifier": "5941e02b47fa2ff35267e7fd54d1d44b", "pissn": "0020-7136", "subject": ["Cancer Research", "Oncology"], "author": [{"affiliation": [{"name": "Department of Hepatopancreatobiliary Surgery; the Affiliated Hospital of Qingdao University; Qingdao Shandong Province 266003 China"}], "given": "Bin", "family": "Zhou"}, {"affiliation": [{"name": "Department of General Surgery; Qilu hospital, Shandong University; Jinan Shandong Province 250012 China"}], "given": "Jian-Wei", "family": "Xu"}, {"affiliation": [{"name": "Department of General Surgery; Qilu hospital, Shandong University; Jinan Shandong Province 250012 China"}], "given": "Yu-Gang", "family": "Cheng"}, {"affiliation": [{"name": "Department of Basic Medicine; Medical College of Shandong University; Jinan 250012 China"}], "given": "Jing-Yue", "family": "Gao"}, {"affiliation": [{"name": "Department of General Surgery; Qilu hospital, Shandong University; Jinan Shandong Province 250012 China"}], "given": "San-Yuan", "family": "Hu"}, {"affiliation": [{"name": "Department of General Surgery; Qilu hospital, Shandong University; Jinan Shandong Province 250012 China"}], "given": "Lei", "family": "Wang"}, {"ORCID": "http://orcid.org/0000-0001-5489-1142", "authenticated-orcid": false, "given": "Han-Xiang", "family": "Zhan", "affiliation": [{"name": "Department of General Surgery; Qilu hospital, Shandong University; Jinan Shandong Province 250012 China"}]}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2017-3-19", "link": [{"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1002%2Fijc.30670", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}, {"URL": "http://onlinelibrary.wiley.com/wol1/doi/10.1002/ijc.30670/fullpdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2017-7-15", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1002/ijc.30670", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", "start": {"timestamp": 1489881600000, "date-time": "2017-03-19T00:00:00Z", "date-parts": [[2017, 3, 19]]}, "content-version": "tdm", "delay-in-days": 0}, {"URL": "http://onlinelibrary.wiley.com/termsAndConditions#vor", "start": {"timestamp": 1489881600000, "date-time": "2017-03-19T00:00:00Z", "date-parts": [[2017, 3, 19]]}, "content-version": "vor", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1002/ijc.30670", "issn": [{"type": "print", "value": "0020-7136"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Early detection of pancreatic cancer: Where are we now and where are we going?"], "funder": [{"doi-asserted-by": "publisher", "DOI": "10.13039/501100001809", "name": "National Natural Science Foundation of China", "award": ["81302077", "81502051"]}, {"name": "Shandong Provincial Natural Science Foundation, China", "award": ["ZR2015HQ010"]}], "datasourcePrefix": "crossref____"}
719
{"best_oa_location_url": "", "issued": "2009-8-1", "abstract": [], "objIdentifier": "bff372c9c382a9705bb5faec560bd9e5", "pissn": "0306-1078", "subject": ["Music"], "eissn": "1741-7260", "author": [{"affiliation": [], "given": "J.", "family": "Kitchen"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2009-8-27", "link": [{"URL": "http://academic.oup.com/em/article-pdf/37/3/514/991699/cap058.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2009-8-1", "accepted": null, "publisher": "Oxford University Press (OUP)", "doi": "10.1093/em/cap058", "license": null, "url": "http://dx.doi.org/10.1093/em/cap058", "issn": [{"type": "print", "value": "0306-1078"}, {"type": "electronic", "value": "1741-7260"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Handel oratorios"], "funder": null, "datasourcePrefix": "crossref____"}
720
{"best_oa_location_url": "", "issued": "2002", "abstract": "<jats:title>Abstract</jats:title><jats:p>Baade-Wesselink radii for dwarf Cepheids (High Amplitude Delta Scuti stars) can give luminosities and distances independent of the classical Cepheid distance scale. Using optical and IR photometry together with precision radial velocities, the authors have obtained radii and luminosities for 7 stars, and combined these with two from the literature, obtaining results consistent with the luminosities of the 3 dwarf Cepheids with good Hipparcos parallaxes. Classical Cepheids and dwarf Cepheids appear to fit the same PL and PR relations. The results imply ‘bright’ RR Lyrae absolute magnitudes giving an LMC distance modulus of 18.51-18.54, in agreement with the distance derived from classical Cepheids.</jats:p>", "objIdentifier": "ee4428835b3b9f8e4d5893b4c8001765", "pissn": "0252-9211", "subject": null, "author": [{"affiliation": [], "given": "C.D.", "family": "Laney"}, {"affiliation": [], "given": "M.", "family": "Joner"}, {"affiliation": [], "given": "L.", "family": "Schwendiman"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2016-4-12", "link": [{"URL": "https://www.cambridge.org/core/services/aop-cambridge-core/content/view/S0252921100015700", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2002", "accepted": null, "publisher": "Cambridge University Press (CUP)", "doi": "10.1017/s0252921100015700", "license": null, "url": "http://dx.doi.org/10.1017/s0252921100015700", "issn": [{"type": "print", "value": "0252-9211"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Dwarf Cepheid Radii and the Distance Scale"], "funder": null, "datasourcePrefix": "crossref____"}
721
{"best_oa_location_url": "", "issued": "1978-3-01", "abstract": [], "objIdentifier": "7d08fb7cf4d6a7d3f5da652d99cf1e36", "pissn": "1066-2316", "subject": ["Law"], "eissn": "1936-1351", "author": [{"affiliation": [], "given": "Pat", "family": "Watson"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2016-9-16", "link": [{"URL": "http://link.springer.com/content/pdf/10.1007/BF03373776.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "application/pdf"}], "published-print": "1978-3", "accepted": null, "publisher": "Springer Nature", "doi": "10.1007/bf03373776", "license": null, "url": "http://dx.doi.org/10.1007/bf03373776", "issn": [{"type": "print", "value": "1066-2316"}, {"type": "electronic", "value": "1936-1351"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Legal ramifications and ethical considerations of the use and misuse of behavior modification techniques in the prison setting"], "funder": null, "datasourcePrefix": "crossref____"}
722
{"best_oa_location_url": "", "issued": "2001-10-01", "abstract": "Considerable interest has been focused on the nuclear envelope in recent years following the realization that several human diseases are linked to defects in genes encoding nuclear envelope specific proteins, most notably A-type lamins and emerin. These disorders, described as laminopathies or nuclear envelopathies, include both X-linked and autosomal dominant forms of Emery–Dreifuss muscular dystrophy, dilated cardiomyopathy with conduction system defects, limb girdle muscular dystrophy 1B with atrioventricular conduction disturbances, and Dunnigan-type familial partial lipodystrophy. Certain of these diseases are associated with nuclear structural abnormalities that can be seen in a variety of cells and tissues. These observations clearly demonstrate that A-type lamins in particular play a central role, not only in the maintenance of nuclear envelope integrity but also in the large-scale organization of nuclear architecture. What is not obvious, however, is why defects in nuclear envelope proteins that are found in most adult cell types should give rise to pathologies associated predominantly with skeletal and cardiac muscle and adipocytes. The recognition of these various disorders now raises the novel possibility that the nuclear envelope may have functions that go beyond housekeeping and which impact upon cell-type specific nuclear processes.", "objIdentifier": "607d639e5a2378cca22c90c61fd6a915", "pissn": "1398-9219", "subject": ["Genetics", "Cell Biology", "Biochemistry", "Molecular Biology", "Structural Biology"], "eissn": "1600-0854", "author": [{"affiliation": [], "given": "Brian", "family": "Burke"}, {"affiliation": [], "given": "Leslie C.", "family": "Mounkes"}, {"affiliation": [], "given": "Colin L.", "family": "Stewart"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1034%2Fj.1600-0854.2001.21001.x", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2001-10", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1034/j.1600-0854.2001.21001.x", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1", "start": {"timestamp": 1441065600000, "date-parts": [[2015, 9, 1]], "date-time": "2015-09-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 5083}], "url": "http://dx.doi.org/10.1034/j.1600-0854.2001.21001.x", "issn": [{"type": "print", "value": "1398-9219"}, {"type": "electronic", "value": "1600-0854"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["The Nuclear Envelope in Muscular Dystrophy and Cardiovascular Diseases"], "funder": null, "datasourcePrefix": "crossref____"}
723
{"best_oa_location_url": "", "issued": "2008", "abstract": "The Volpe Center and the Federal Railroad Administration are engaged in active research aimed at improving rail vehicle crashworthiness. One component of this research is focused on improving the performance of passenger train cab cars during collisions with heavy objects at grade crossings. New standards have been approved by the American Public Transportation Association that increase the strength requirements for cab car end structures and impose further requirements on their ability to absorb energy during a collision. The FRA has issued a notice of proposed rulemaking (NPRM) to include these new standards in 49CFR238.211. These standards include requirements for demonstration of energy absorption through either quasi-static or dynamic tests. The intent of each test method is to demonstrate a minimum level of energy absorption—120,000 ft-lbs for a corner post load and 135,000 ft-lbs for a collision post load—while limiting occupied volume intrusion to less than 10 inches. To aid in the development of these new standards, the FRA and Volpe Center are conducting a set of three tests: quasi-static loading of both the collision and corner posts, and dynamic loading of the collision post only. (A dynamic test of the corner post was conducted as part of an earlier program). These tests were developed to illustrate testing methodologies and to demonstrate the feasibility of the new energy absorption and large deformation requirements. In+ each test, the post is loaded 30 inches above the underframe by a proxy object that is 36-inches wide, with a 48-inch diameter cylindrical face. In support of this testing program, the research reported here focused on the design and fabrication of end frames suitable for retrofitting onto the cab end of a Budd M1 cab car. The design of an end frame for retrofit onto the cab end of a Budd Pioneer cab car was modified to account for differences between the two car designs. In addition, reinforcements to the M1 car body and connections from the end frame to the car body were designed and fabricated. An FEA model of the end frame retrofit onto the M1 cab car was developed based upon the detailed design. A series of linear and nonlinear static, quasi-static, and dynamic FEAs were performed to evaluate the performance of the design. Preliminary analyses revealed the need for a few minor modifications to the connections in order to meet design requirements; these were incorporated into the final design for manufacture. Components for the end frame, connections between the end frame and the car body, and reinforcements to the car body were fabricated based on detailed design drawings and then assembled and connected to the reinforced M1 Car, from which the original end frame had been cut off. A successful dynamic test was completed in April, 2008; quasi-static tests are scheduled for summer 2008. The results of FEA model predictions are compared with the results of the dynamic test.© 2008 ASME", "objIdentifier": "4c019c6670598b459ba4addfc7092a1c", "subject": null, "author": [{"affiliation": [], "given": "Richard", "family": "Stringfellow"}, {"affiliation": [], "given": "Christopher", "family": "Paetsch"}, {"affiliation": [], "given": "Gabriel", "family": "Amar"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0004", "value": "Conference object"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://proceedings.asmedigitalcollection.asme.org/proceeding.aspx?articleid=1629660", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2008", "accepted": null, "publisher": "ASME", "doi": "10.1115/rtdf2008-74033", "license": null, "url": "http://dx.doi.org/10.1115/rtdf2008-74033", "issn": null, "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Development and Fabrication of State-of-the-Art End Structures for Budd M1 Cars"], "funder": null, "datasourcePrefix": "crossref____"}
724
{"best_oa_location_url": "http://doi.org/10.4000/developpementdurable.11210", "issued": "2016-4-11", "abstract": "Malgre l’interet croissant qu’ils suscitent, les instruments de « paiements pour services ecosystemiques » (PSE), sont encore loin d’etre les strategies politiques dominantes dans la conservation de la biodiversite et la protection du milieu, au Quebec comme ailleurs. Afin de comprendre si les systemes de PSE en place au Quebec permettent d’augmenter le potentiel d’action des politiques publiques dans le domaine agricole, nous presentons d’abord un survol des differents dispositifs politiques de SE au Quebec et situons le role qu’occupent, dans ces dispositifs, les programmes de PSE. Nous repondons ensuite a la question plus specifique de savoir comment les programmes de PSE mis en place dans le domaine agricole au Quebec peuvent contribuer a ameliorer les dispositifs politiques existants.", "objIdentifier": "5e3fa428777d5bae5cbf5760a2a686ce", "subject": null, "accepted": null, "author": [{"affiliation": [], "given": "Sophie", "family": "Lavallée"}, {"affiliation": [], "given": "Jérôme", "family": "Dupras"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": "2016-4-11", "link": null, "published-print": null, "eissn": "1772-9971", "publisher": "OpenEdition", "doi": "10.4000/developpementdurable.11210", "license": null, "url": "http://dx.doi.org/10.4000/developpementdurable.11210", "issn": [{"type": "electronic", "value": "1772-9971"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Regards sur les systèmes de paiements pour services écosystémiques en milieu agricole au Québec"], "funder": null, "datasourcePrefix": "crossref____"}
725
{"best_oa_location_url": "", "issued": "2012-6-01", "abstract": [], "objIdentifier": "2461f72217f08f1dc68542a837d96b73", "pissn": "1435-7402", "subject": null, "author": [{"affiliation": [], "given": "Sabrina", "family": "Graß"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2012-6-29", "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/s15015-012-0306-9", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2012-6", "accepted": null, "publisher": "Springer Nature", "doi": "10.1007/s15015-012-0306-9", "license": null, "url": "http://dx.doi.org/10.1007/s15015-012-0306-9", "issn": [{"type": "print", "value": "1435-7402"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Vorsicht bei der Antikoagulation geriatrischer Patientenx"], "funder": null, "datasourcePrefix": "crossref____"}
726
{"best_oa_location_url": "", "issued": "1991-3-01", "abstract": [], "objIdentifier": "da3faa7d7efa22b79144cc136f410b61", "pissn": "0744-6314", "subject": ["Leadership and Management"], "author": [{"affiliation": [], "given": "ERLINDA", "family": "TZIRIDES"}, {"affiliation": [], "given": "VIRGINIA", "family": "WATERSTRAAT"}, {"affiliation": [], "given": "WILLIAM", "family": "CHAMBERLIN"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1991-3", "accepted": null, "publisher": "Ovid Technologies (Wolters Kluwer Health)", "doi": "10.1097/00006247-199103000-00021", "license": null, "url": "http://dx.doi.org/10.1097/00006247-199103000-00021", "issn": [{"type": "print", "value": "0744-6314"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Managing the Budget With a Fluctuating Census"], "funder": null, "datasourcePrefix": "crossref____"}
727
{"best_oa_location_url": "", "issued": "1994", "abstract": [], "objIdentifier": "fd79507912ab4644eb32f66f128c2f02", "pissn": "0065-2598", "subject": null, "author": [{"affiliation": [], "given": "Rodrigo", "family": "Iturriaga"}, {"affiliation": [], "given": "Sukhamay", "family": "Lahiri"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/978-1-4615-2572-1_21", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1994", "accepted": null, "publisher": "Springer US", "doi": "10.1007/978-1-4615-2572-1_21", "license": null, "url": "http://dx.doi.org/10.1007/978-1-4615-2572-1_21", "issn": [{"type": "print", "value": "0065-2598"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Carotid Body Chemoreception: Role of Extracellular Ca2+"], "funder": null, "datasourcePrefix": "crossref____"}
728
{"best_oa_location_url": "", "issued": "2015-5-26", "abstract": "Over the last ten years, an increasing quantity and quality of data regarding migration and climate risk has become available, leading to a broad body of research examining the relationships between climate impacts on livelihoods and corresponding migratory patterns. This research has provided evidence that migration can serve as an adaptive strategy if local livelihoods are threatened. However, little research has examined the response – or lack of – from the international aid and donor community in response to these shifts. In this paper, we take the first step toward examining this relationship, utilizing a recently produced database on the sub-national spatial allocation of international aid from 1998 to 2012 in Malawi. We examine the research question: what is the sub-national relationship between international aid and migratory patterns? To analyze this question, we integrate sub-national micro-census information with satellite-derived measurements of climate and the spatial location and amount of i...", "objIdentifier": "cc5e5012269ebdc9df02dc38fecd9794", "pissn": "2163-2324", "subject": null, "eissn": "2163-2332", "author": [{"affiliation": [], "given": "Daniel", "family": "Miller Runfola"}, {"affiliation": [], "given": "Ashley", "family": "Napier"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2015-5-26", "link": [{"URL": "http://www.tandfonline.com/doi/pdf/10.1080/21632324.2015.1022969", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2016-5-3", "accepted": null, "publisher": "Informa UK Limited", "doi": "10.1080/21632324.2015.1022969", "license": null, "url": "http://dx.doi.org/10.1080/21632324.2015.1022969", "issn": [{"type": "print", "value": "2163-2324"}, {"type": "electronic", "value": "2163-2332"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Migration, climate, and international aid: examining evidence of satellite, aid, and micro-census data"], "funder": null, "datasourcePrefix": "crossref____"}
729
{"best_oa_location_url": "", "issued": "2007", "abstract": "Historical evidence, moraine-ridge stratigraphy, dendroglaciology, and evidence from distal glaciolacustrine and glaciofluvial sediments are used to reconstruct records of Holocene glacier variations in northern and southern Europe. A complex model of neoglaciation is necessary to account for spatial and temporal variability in up to 17 European neoglacial events (century- to millennial-scale events). Following several early Holocene events characterized by the largest glaciers of the Holocene, the magnitude and frequency of events tended to increase from the mid-to-late Holocene. Four subregional records from southern Norway suggest a conventional onset of neoglaciation at 6,000–5,300 calendar years before present (cal yr BP) before which, Jostedalsbreen, the largest ice cap on mainland Europe, had melted away. Subsequently, the southern Norwegian glaciers reached their maximum extent late in the ‘Little Ice Age’. In the Swiss and Austrian Alps, most glaciers advanced to similar positions during successive neoglacial events and glaciers retreated frequently to dimensions smaller than today. Consequently, few Alpine glaciers show evidence of a conventional, mid-Holocene onset to neoglaciation. As the 17 European neoglacial events correlate remarkably well with 16 Holocene periods of low solar irradiance (based on periods of above average residual delta carbon-14 (Δ14C)) it is concluded that solar forcing was a major climatic forcing factor underlying the pattern and timing of neoglaciation in Europe.", "objIdentifier": "6da7738920564c3818c7ba85d8254461", "subject": null, "author": [{"affiliation": [], "given": "J.A.", "family": "Matthews"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:B0444527478001368?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:B0444527478001368?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2007", "accepted": null, "publisher": "Elsevier", "doi": "10.1016/b0-44-452747-8/00136-8", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1167609600000, "date-parts": [[2007, 1, 1]], "date-time": "2007-01-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/b0-44-452747-8/00136-8", "issn": null, "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["GLACIATIONS | Neoglaciation in Europe"], "funder": null, "datasourcePrefix": "crossref____"}
730
{"best_oa_location_url": "http://doi.org/10.1371/annotation/db7652dc-4328-48ea-9244-67e831ae0e0e", "issued": "2008-11-4", "abstract": [], "objIdentifier": "a990ff8abefd32a30d4f28d8ffb4ffc1", "subject": ["General Biochemistry, Genetics and Molecular Biology", "General Agricultural and Biological Sciences", "General Medicine"], "accepted": null, "author": [{"affiliation": [], "given": "Chun-Hua", "family": "Yuan"}, {"affiliation": [], "given": "Quan-Yuan", "family": "He"}, {"affiliation": [], "given": "Kuan", "family": "Peng"}, {"affiliation": [], "given": "Jian-Bo", "family": "Diao"}, {"affiliation": [], "given": "Li-Ping", "family": "Jiang"}, {"affiliation": [], "given": "Xing", "family": "Tang"}, {"affiliation": [], "given": "Song-Ping", "family": "Liang"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": "2008-11-4", "link": null, "published-print": null, "eissn": "1932-6203", "publisher": "Public Library of Science (PLoS)", "doi": "10.1371/annotation/db7652dc-4328-48ea-9244-67e831ae0e0e", "license": [{"URL": "http://creativecommons.org/licenses/by/4.0/", "start": {"timestamp": 1225756800000, "date-time": "2008-11-04T00:00:00Z", "date-parts": [[2008, 11, 4]]}, "content-version": "vor", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1371/annotation/db7652dc-4328-48ea-9244-67e831ae0e0e", "issn": [{"type": "electronic", "value": "1932-6203"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Correction: Discovery of a Distinct Superfamily of Kunitz-Type Toxin (KTT) from Tarantulas"], "funder": null, "datasourcePrefix": "crossref____"}
731
{"best_oa_location_url": "", "issued": "1978-11-1", "abstract": "Irradiation tests on 0.612 inch O.D. by 117-inch long Zircaloy-4 clad fuel rods were performed to assess the effects on fuel rod performance of (1) internal helium pre-pressurization to 500 psi as fabricated, (2) the presence of a graphite barrier coating on the inside cladding surface, and (3) combined pre-pressurization and graphite coating. Periodic dimensional examinations were performed on the test rods, and the results were compared with data obtained from two previously irradiated test rods--both unpressurized and uncoated and one intentionally defected. These comparisons indicate that both pre-pressurization and graphite coating can substantially improve fuel element performance capability.", "objIdentifier": "92a9187b1edd2ba2e16a7adc725cadb2", "subject": null, "author": [{"affiliation": [], "given": "R.C.", "family": "Hoffman"}, {"affiliation": [], "given": "J.", "family": "Sherman"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0017", "value": "Report"}, "is_oa": false, "published-online": "1978-11-1", "link": null, "published-print": null, "accepted": null, "publisher": "Office of Scientific and Technical Information  (OSTI)", "doi": "10.2172/6612398", "license": null, "url": "http://dx.doi.org/10.2172/6612398", "issn": null, "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Irradiation testing of internally pressurized and/or graphite coated Zircaloy-4 clad fuel rods in the NRX Reactor (AWBA Development Program). [LWBR]"], "funder": null, "datasourcePrefix": "crossref____"}
732
{"best_oa_location_url": "", "issued": "2010-1-01", "abstract": "The use of lithium 1- N,N -dimethylaminonaphthalenide (LDMAN) is found to be considerably superior in yield, ease of operation, and cost to the far more widely used lithium  p,p′ -di- tert -butylbiphenylide (LDBB) in reductive lithiations by aromatic radical-anions to produce organolithium compounds, provided that careful temperature control is maintained during the generation of LDMAN. The main reason for the superiority is the great ease of separation of the aromatic byproduct dimethylaminonaphthalene by a dilute acid wash.", "objIdentifier": "f00dd74a0bd7543db068f1c0081ee090", "pissn": "0040-4039", "subject": ["Organic Chemistry", "Biochemistry", "Drug Discovery"], "author": [{"affiliation": [], "given": "Roman", "family": "Ivanov"}, {"affiliation": [], "given": "Ilan", "family": "Marek"}, {"affiliation": [], "given": "Theodore", "family": "Cohen"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0040403909020826?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S0040403909020826?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2010-1", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/j.tetlet.2009.10.121", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1262304000000, "date-parts": [[2010, 1, 1]], "date-time": "2010-01-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/j.tetlet.2009.10.121", "issn": [{"type": "print", "value": "0040-4039"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["The superiority of properly prepared lithium 1-N,N-dimethylaminonaphthalenide (LDMAN) over other aromatic radical-anions for the generation of organolithiums by reductive lithiation"], "funder": null, "datasourcePrefix": "crossref____"}
733
{"best_oa_location_url": "", "issued": "2012-1-1", "abstract": "Abstract HbA1c is a key biomarker for the monitoring of glycemic balance in diabetic patients. It may be measured by various methods, including HPLC and immunoassays. Here we report the results of the first evaluation of Capillarys 2 Flex Piercing®, a new analyzer using capillary electrophoresis for the separation and the quantification of HbA1c. We have evaluated the analytical performances of the method as well as the influence of the most frequent analytical interferences regarding HbA1c assays (i.e., labile HbA1c, carbamylated hemoglobin, high HbF and hemoglobin variants). Intra-assay and between-assays CVs were respectively lower than 1.98% and 2.68% on the pre-market version of the instrument, and lower than 1.62% and 1.45% on the commercial version. The linearity was excellent for HbA1c values ranging from 19 mmol/mol (3.9%) to 161 mmol/mol (16.9%) (r=0.999). The results were well correlated with those obtained by the HPLC method routinely used in the laboratory (Variant II® NU Kit - Bio-Rad): HbA1c[Capillarys 2]=0.9452×HbA1c[Variant II]+1.7279 (r=0.994, n=500). The use of titrated quality control samples indicated a good accuracy of the method. Neither the presence of HbF (until 15%), labile HbA1c or carbamylated hemoglobin, nor that of some typical hemoglobin variants, such as hemoglobin S, D, C and E, affected HbA1c measurement. This evaluation showed that the analytical performances of Capillarys 2 Flex Piercing® analyzer for HbA1c assay fulfilled quality criteria requested for clinical use, and allowed to recommend its implementation in clinical chemistry laboratories for routine practice.", "objIdentifier": "f183e79b7d224288fa443771b2a3bf4c", "pissn": "1434-6621", "subject": ["Clinical Biochemistry", "Biochemistry, medical", "General Medicine"], "eissn": "1437-4331", "author": [{"affiliation": [], "given": "Stéphane", "family": "Jaisson"}, {"affiliation": [], "given": "Nathalie", "family": "Leroy"}, {"affiliation": [], "given": "Julie", "family": "Meurice"}, {"affiliation": [], "given": "Emmanuelle", "family": "Guillard"}, {"affiliation": [], "given": "Philippe", "family": "Gillery"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "https://www.degruyter.com/view/j/cclm.2012.50.issue-10/cclm-2012-0017/cclm-2012-0017.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2012-1-1", "accepted": null, "publisher": "Walter de Gruyter GmbH", "doi": "10.1515/cclm-2012-0017", "license": null, "url": "http://dx.doi.org/10.1515/cclm-2012-0017", "issn": [{"type": "print", "value": "1434-6621"}, {"type": "electronic", "value": "1437-4331"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["First evaluation of Capillarys 2 Flex Piercing® (Sebia) as a new analyzer for HbA1c assay by capillary electrophoresis"], "funder": null, "datasourcePrefix": "crossref____"}
734
{"best_oa_location_url": "", "issued": "1897", "abstract": [], "objIdentifier": "6c38a7f44419c519428bad629280d8dd", "pissn": "1110-6824", "subject": null, "author": [{"affiliation": [], "given": "Max", "family": "Herz"}, {"affiliation": [], "given": "Iskandar", "family": "Aziz"}, {"affiliation": [], "given": "Pierre", "family": "Grand"}, {"affiliation": [], "given": "Julien", "family": "Barois"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1897", "accepted": null, "publisher": "PERSEE Program", "doi": "10.3406/ccmaa.1897.5319", "license": null, "url": "http://dx.doi.org/10.3406/ccmaa.1897.5319", "issn": [{"type": "print", "value": "1110-6824"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["9° Maison wakf el-Hatou"], "funder": null, "datasourcePrefix": "crossref____"}
735
{"best_oa_location_url": "", "issued": "2013-7-01", "abstract": [], "objIdentifier": "37dac0ab8d70ef49f3103dcd0cbebc53", "subject": null, "author": [{"affiliation": [], "given": "A.", "family": "Retana"}, {"affiliation": [], "given": "D.", "family": "Cheng"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0017", "value": "Report"}, "is_oa": false, "published-online": "2013-7", "link": null, "published-print": null, "accepted": null, "publisher": "RFC Editor", "doi": "10.17487/rfc6969", "license": null, "url": "http://dx.doi.org/10.17487/rfc6969", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["OSPFv3 Instance ID Registry Update"], "funder": null, "datasourcePrefix": "crossref____"}
736
{"best_oa_location_url": "", "issued": "1962-8-01", "abstract": [], "objIdentifier": "530d7a059c003b53ecdb25e275c4c526", "pissn": "0031-9163", "subject": ["General Physics and Astronomy"], "author": [{"affiliation": [], "given": "J.", "family": "IIzuka"}, {"affiliation": [], "given": "A.", "family": "Toda"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:0031916362900975?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:0031916362900975?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "1962-8", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/0031-9163(62)90097-5", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": -234144000000, "date-time": "1962-08-01T00:00:00Z", "date-parts": [[1962, 8, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/0031-9163(62)90097-5", "issn": [{"type": "print", "value": "0031-9163"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["ΔS = ± ΔQ -ruleandtheKl3 decays"], "funder": null, "datasourcePrefix": "crossref____"}
737
{"best_oa_location_url": "", "issued": "2014", "abstract": [], "objIdentifier": "d30c96a66e4c64c1b893e300e418d404", "pissn": "0029-2001", "subject": ["General Medicine"], "author": [{"affiliation": [], "given": "Lars Jacob", "family": "Stovner"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2014", "accepted": null, "publisher": "Norwegian Medical Association", "doi": "10.4045/tidsskr.14.1152", "license": null, "url": "http://dx.doi.org/10.4045/tidsskr.14.1152", "issn": [{"type": "print", "value": "0029-2001"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Re: Ensidig om nakkesleng fra Høyesterett"], "funder": null, "datasourcePrefix": "crossref____"}
738
{"issued": "1994-1-01", "abstract": "The entity relationship (ER) data model has become the most popular conceptual data modeling tool. Most CASE and expert tools that perform data modeling are based on the ER model. Further, many ER-based methodologies have been proposed. No ER-based methodology, however, has presented a systematic approach to model user views. This paper suggests an ER-based methodology for data modeling of user views even if they are complex and involve many layers of nested data. The methodology can not only handle binary relationships, but also ternary and higher degree relationships. In addition, it includes a methodical approach to detect derived relationships. It should be possible to implement the methodology in a CASE or expert tool.", "objIdentifier": "91beb9bec5e36357dd816aa3a117e6f0", "pissn": "1063-8016", "subject": ["Hardware and Architecture", "Software", "Information Systems"], "accepted": null, "author": [{"affiliation": [{"name": "Florida International University, USA"}], "given": "Dinesh", "family": "Batra"}, {"affiliation": [{"name": "Indiana University, USA"}], "given": "Jeffrey A.", "family": "Hoffer"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "https://www.igi-global.com/viewtitle.aspx?TitleId=51128", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1994-1", "eissn": "1533-8010", "publisher": "IGI Global", "doi": "10.4018/jdm.1994010101", "license": null, "url": "http://dx.doi.org/10.4018/jdm.1994010101", "issn": [{"type": "print", "value": "1063-8016"}, {"type": "electronic", "value": "1533-8010"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["An ER Based Methodology for Modeling User Views and Detecting Derived Relationships"], "funder": null, "datasourcePrefix": "crossref____"}
739
{"best_oa_location_url": "", "issued": "2005", "abstract": [], "objIdentifier": "d3f27cd3b04d4089bf88b232c9ca5905", "subject": null, "author": [{"affiliation": [], "given": "Dieter", "family": "Muhs"}, {"affiliation": [], "given": "Herbert", "family": "Wittel"}, {"affiliation": [], "given": "Manfred", "family": "Becker"}, {"affiliation": [], "given": "Dieter", "family": "Jannasch"}, {"affiliation": [], "given": "Joachim", "family": "Voßiek"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/978-3-322-96918-7_6", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2005", "accepted": null, "publisher": "Vieweg+Teubner Verlag", "doi": "10.1007/978-3-322-96918-7_6", "license": null, "url": "http://dx.doi.org/10.1007/978-3-322-96918-7_6", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Schweißverbindungen"], "funder": null, "datasourcePrefix": "crossref____"}
740
{"best_oa_location_url": "", "issued": "2008", "abstract": [], "objIdentifier": "5d18b93a3c4851d18944a35c18d3e47d", "pissn": "1354-814X", "subject": null, "author": [{"affiliation": [], "given": "Robin", "family": "Wood"}, {"affiliation": [], "name": "TPM: The Philosophers' Magazine"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2008", "link": null, "published-print": null, "accepted": null, "publisher": "Philosophy Documentation Center", "doi": "10.5840/tpm200840121", "license": null, "url": "http://dx.doi.org/10.5840/tpm200840121", "issn": [{"type": "print", "value": "1354-814X"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Seneca"], "funder": null, "datasourcePrefix": "crossref____"}
741
{"best_oa_location_url": "", "issued": "1979", "abstract": [], "objIdentifier": "7d2e00db3e2ce2603edf5cac037150bb", "pissn": "0300-8177", "subject": ["Clinical Biochemistry", "Cell Biology", "Molecular Biology", "General Medicine"], "eissn": "1573-4919", "author": [{"affiliation": [], "given": "D.A.", "family": "Tewksbury"}, {"affiliation": [], "given": "R.A.", "family": "Dart"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/BF00217792", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1979", "accepted": null, "publisher": "Springer Nature", "doi": "10.1007/bf00217792", "license": null, "url": "http://dx.doi.org/10.1007/bf00217792", "issn": [{"type": "print", "value": "0300-8177"}, {"type": "electronic", "value": "1573-4919"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Human plasma angiotensinogen: A review of purification procedures"], "funder": null, "datasourcePrefix": "crossref____"}
742
{"best_oa_location_url": "", "issued": "2017-2-28", "abstract": "Abstract: This study examined whether the morphological attributes of Austrian pine (Pinus nigra ssp. nigra var. nigra Arnold) seedlings measured in the nursery could be used to forecast subsequent field performance over an extended time frame. Seedlings from three seed sources were produced in two types of containers and in bareroot seedbeds. These seedlings were measured for an array of morphological attributes (height, HT; root collar diameter, RCD; shoot height/diameter ratio, HD; shoot and root dry weight, SDW and RDW, respectively; shoot:root ratio, S:R; number of the first order lateral roots, FOLR; and Dickson quality index, DQI) and then planted at two sample plots with different soil depth. Seedling attributes were tested against field survival and growth in the first three years and growth in the twelfth year for their ability to forecast field performance. Correlations between morphological attributes and field performance were stronger for the plot with shallower soil, having potentially drier conditions. HT, HD, and S:R were the best attributes for forecasting seedling survival. HD was the most reliable attribute to forecast growth during the first three years after planting, defining the largest proportion of variation for growth (r2=0.36 to 0.86). Morphological attributes were better able to forecast field performance in the first three years at the shallow soil site, with FOLR the best single morphological variable. HT, DIA, and RDW were the best attributes to forecast growth during the first three years after planting on both sites. Morphological attributes were not able to forecast growth 12 years after planting.", "objIdentifier": "7e2af1e5a912e524f3f50766214d63bc", "subject": ["Ecology", "Forestry", "Nature and Landscape Conservation"], "accepted": null, "author": [{"affiliation": [], "given": "V", "family": "Ivetić"}, {"affiliation": [], "given": "S", "family": "Grossnickle"}, {"affiliation": [], "given": "M", "family": "Škorić"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2017-2-28", "link": null, "published-print": null, "eissn": "1971-7458", "publisher": "Italian Society of Sivilculture and Forest Ecology (SISEF)", "doi": "10.3832/ifor1722-009", "license": null, "url": "http://dx.doi.org/10.3832/ifor1722-009", "issn": [{"type": "electronic", "value": "1971-7458"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Forecasting the field performance of Austrian pine seedlings using morphological attributes"], "funder": null, "datasourcePrefix": "crossref____"}
743
{"best_oa_location_url": "", "issued": "None", "abstract": [], "objIdentifier": "3089126498e3ca168eee006a3c901c4c", "subject": null, "author": [{"affiliation": [], "given": "Jaime", "family": "Inclan"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0021", "value": "Dataset"}, "is_oa": false, "published-online": null, "link": null, "published-print": null, "accepted": null, "publisher": "American Psychological Association (APA)", "doi": "10.1037/e560262012-001", "license": null, "url": "http://dx.doi.org/10.1037/e560262012-001", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Treating New Immigrant Families, presented at the Psychotherapy Networker Symposium, March 24, 2012, Washington, DC"], "funder": null, "datasourcePrefix": "crossref____"}
744
{"best_oa_location_url": "", "issued": "2016-9-20", "abstract": [], "objIdentifier": "1b5b7208614a2c1617d6bc064b42ca2d", "subject": null, "accepted": null, "author": [{"affiliation": [], "given": "Suad Y", "family": "Alkarib"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2016-9-20", "link": null, "published-print": null, "eissn": "2473-5574", "publisher": "Juniper Publishers", "doi": "10.19080/jpcr.2016.01.555569", "license": null, "url": "http://dx.doi.org/10.19080/jpcr.2016.01.555569", "issn": [{"type": "electronic", "value": "2473-5574"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Gum Arabic Role in High Blood Pressure among Patients with Stage III Chronic Kidney Disease"], "funder": null, "datasourcePrefix": "crossref____"}
745
{"best_oa_location_url": "", "issued": "2004-7-01", "abstract": "Hydration of complexes of poly(N-vinylpyrrolidone) (PVP) with C 60  has been studied by SANS and NSE to elucidate their self-assembly induced by small amounts of fullerene (∼10 −6  wt%) in solution. As compared to PVP in D 2 O, the complexes (C 60 +8 PVP), forming fractal structures, displayed specific molecular dynamics in the time range  t =0.2–20 ns at momentum transfer  q ∼0.3–0.6 nm −1  comparable with inverse PVP segmental size. By heating up to 80°C the complexes became locally ordered that leads to their oscillating dynamics (soft mode:   ℏΩ∼200    neV at  q ∼0.27 nm −1 ).", "objIdentifier": "289007b9c28c12609d5c1519455a452b", "pissn": "0921-4526", "subject": ["Electrical and Electronic Engineering", "Electronic, Optical and Magnetic Materials", "Condensed Matter Physics"], "author": [{"affiliation": [], "given": "Gy", "family": "Török"}, {"affiliation": [], "given": "V.T", "family": "Lebedev"}, {"affiliation": [], "given": "L", "family": "Cser"}, {"affiliation": [], "given": "D.N", "family": "Orlova"}, {"affiliation": [], "given": "A.I", "family": "Sibilev"}, {"affiliation": [], "given": "V.N", "family": "Zgonnik"}, {"affiliation": [], "given": "E.Yu", "family": "Melenevskaya"}, {"affiliation": [], "given": "L.V", "family": "Vinogradova"}, {"affiliation": [], "given": "M.A", "family": "Sibileva"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0921452604003527?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S0921452604003527?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2004-7", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/j.physb.2004.03.138", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1088640000000, "date-time": "2004-07-01T00:00:00Z", "date-parts": [[2004, 7, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/j.physb.2004.03.138", "issn": [{"type": "print", "value": "0921-4526"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Dynamics of complexes of poly(N-vinylpyrrolidone)-C60 in aqueous solution"], "funder": null, "datasourcePrefix": "crossref____"}
746
{"best_oa_location_url": "", "issued": "2002", "abstract": "Transferrin and iron uptake by the brain were measured using [59Fe-125I]transferrin injected intravenously in rats aged from 15 days to 22 weeks. The values for both decreased wi", "objIdentifier": "4266a8592bf9641d811c719adbe37467", "pissn": "0378-5866", "subject": ["Developmental Neuroscience", "Neurology"], "eissn": "1421-9859", "author": [{"affiliation": [], "given": "Evan H.", "family": "Morgan"}, {"ORCID": "0000-0001-9989-0207", "affiliation": [], "given": "Torben", "family": "Moos"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2002-10-28", "link": [{"URL": "https://www.karger.com/Article/Pdf/65699", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}, {"URL": "https://www.karger.com/Article/Pdf/65699", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2002", "accepted": null, "publisher": "S. Karger AG", "doi": "10.1159/000065699", "license": [{"URL": "https://www.karger.com/Services/SiteLicenses", "start": {"timestamp": 1009843200000, "date-parts": [[2002, 1, 1]], "date-time": "2002-01-01T00:00:00Z"}, "content-version": "vor", "delay-in-days": 0}, {"URL": "https://www.karger.com/Services/SiteLicenses", "start": {"timestamp": 1009843200000, "date-parts": [[2002, 1, 1]], "date-time": "2002-01-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1159/000065699", "issn": [{"type": "print", "value": "0378-5866"}, {"type": "electronic", "value": "1421-9859"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Mechanism and Developmental Changes in Iron Transport across the Blood-Brain Barrier"], "funder": null, "datasourcePrefix": "crossref____"}
747
{"best_oa_location_url": "", "issued": "None", "abstract": [], "objIdentifier": "a1801802160f039f2ce165bec194d7fd", "subject": null, "author": [{"affiliation": [], "given": "Kurt M.", "family": "Bretthauer"}, {"affiliation": [], "given": "Bala", "family": "Shetty"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": null, "published-print": null, "accepted": null, "publisher": "Kluwer Academic Publishers", "doi": "10.1007/1-4020-0611-x_501", "license": null, "url": "http://dx.doi.org/10.1007/1-4020-0611-x_501", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Knapsack problems with nonlinearities"], "funder": null, "datasourcePrefix": "crossref____"}
748
{"best_oa_location_url": "", "issued": "None", "abstract": "This article briefly introduces how robots and RT (robot technology) systems could be utilized in human environments for assisting daily life activities of the elderly. Existing systems developed for enhancing the quality of life are reviewed first. Then, how the service-oriented system integration plays an important role is discussed for bringing robots and/or RT systems into human environments for real applications improving the quality of life.", "objIdentifier": "72f4331c188d97ad8b63542da4f45f6f", "subject": null, "author": [{"affiliation": [], "given": "K.", "family": "Kosuge"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0004", "value": "Conference object"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://xplorestaging.ieee.org/ielx5/10103/32365/01511611.pdf?arnumber=1511611", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "accepted": null, "publisher": "IEEE", "doi": "10.1109/arso.2005.1511611", "license": null, "url": "http://dx.doi.org/10.1109/arso.2005.1511611", "issn": null, "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Robots and RT systems in human environments"], "funder": null, "datasourcePrefix": "crossref____"}
749
{"best_oa_location_url": "", "issued": "1989-6-01", "abstract": [], "objIdentifier": "af6cab662f677cee26692540965a63b4", "pissn": "0361-6843", "subject": ["Arts and Humanities (miscellaneous)", "General Psychology", "Developmental and Educational Psychology", "Gender Studies"], "eissn": "1471-6402", "author": [{"affiliation": [{"name": "Media Reviewer"}], "given": "Leigh", "family": "Marlowe"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2016-11-25", "link": [{"URL": "http://journals.sagepub.com/doi/pdf/10.1177/036168438901300202", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}, {"URL": "http://journals.sagepub.com/doi/pdf/10.1177/036168438901300202", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1989-6", "accepted": null, "publisher": "SAGE Publications", "doi": "10.1177/036168438901300202", "license": [{"URL": "http://journals.sagepub.com/page/policies/text-and-data-mining-license", "start": {"timestamp": 612662400000, "date-time": "1989-06-01T00:00:00Z", "date-parts": [[1989, 6, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1177/036168438901300202", "issn": [{"type": "print", "value": "0361-6843"}, {"type": "electronic", "value": "1471-6402"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Media Reviews"], "funder": null, "datasourcePrefix": "crossref____"}
750
{"best_oa_location_url": "", "issued": "2008-2-01", "abstract": [], "objIdentifier": "f2a4f92526f44668bf79bf1d51ee287c", "pissn": "0168-8227", "subject": ["Internal Medicine", "Endocrinology, Diabetes and Metabolism", "Endocrinology", "General Medicine"], "author": [{"affiliation": [], "given": "Martha M.", "family": "Funnell"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0168822708706776?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S0168822708706776?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2008-2", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/s0168-8227(08)70677-6", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1201824000000, "date-time": "2008-02-01T00:00:00Z", "date-parts": [[2008, 2, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/s0168-8227(08)70677-6", "issn": [{"type": "print", "value": "0168-8227"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["HD2-A Patient empowerment: from compliance to collaboration"], "funder": null, "datasourcePrefix": "crossref____"}
751
{"best_oa_location_url": "", "issued": "1983-11-01", "abstract": [], "objIdentifier": "9923b00e95089cb7aedf503eb9282832", "pissn": "1554-351X", "subject": ["Psychology (miscellaneous)", "Experimental and Cognitive Psychology", "Arts and Humanities (miscellaneous)", "General Psychology", "Developmental and Educational Psychology"], "eissn": "1554-3528", "author": [{"affiliation": [], "given": "Roger N.", "family": "Bloor"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.springerlink.com/index/pdf/10.3758/BF03203739", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1983-11", "accepted": null, "publisher": "Springer Nature", "doi": "10.3758/bf03203739", "license": null, "url": "http://dx.doi.org/10.3758/bf03203739", "issn": [{"type": "print", "value": "1554-351X"}, {"type": "electronic", "value": "1554-3528"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["A computer program to determine interrater reliability for dichotomous-ordinal rating scales"], "funder": null, "datasourcePrefix": "crossref____"}
752
{"best_oa_location_url": "", "issued": "1971-8-01", "abstract": [], "objIdentifier": "da61877ebb3107784ef4ffff2184d656", "subject": null, "author": [{"affiliation": [], "given": "R.", "family": "Levy"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0004", "value": "Conference object"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://xplorestaging.ieee.org/ielx5/4129947/4130040/04130058.pdf?arnumber=4130058", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1971-8", "accepted": null, "publisher": "IEEE", "doi": "10.1109/euma.1971.331503", "license": null, "url": "http://dx.doi.org/10.1109/euma.1971.331503", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Synthesis of Mixed Lumped and Distributed Impedance Transforming Filters"], "funder": null, "datasourcePrefix": "crossref____"}
753
{"best_oa_location_url": "", "issued": "1996-2-01", "abstract": "Abstract#R##N##R##N#The mechanical behavior of a polyamide 12 is characterized using a viscoplastic law taking into account viscoelastic deformation. Experimental determinations are performed at constant and very low strain-rates in isothermal conditions during tensile tests. A finite elements code, based on this behavior, enables us to reproduce tensile tests even at different strain rates (up to 0.5 s−1) provided that heat power dissipation due to deformation is taken into account. The same model partially reproduces multiaxial impact tests. Strain hardening is generally over-estimated by the calculation. It is pointed out that mechanical behavior should be characterized in ways closer to impact loading conditions than tensile tests to be more efficient because of the difference in microstructural evolutions during drawing.", "objIdentifier": "b3bb0634d6acdee28142a9ca967e8e1e", "pissn": "0032-3888", "subject": ["Materials Chemistry", "General Chemistry", "Polymers and Plastics"], "eissn": "1548-2634", "author": [{"affiliation": [], "given": "O.", "family": "Schang"}, {"affiliation": [], "given": "N.", "family": "Billon"}, {"affiliation": [], "given": "J. M.", "family": "Muracciole"}, {"affiliation": [], "given": "F.", "family": "Fernagut"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2004-4-15", "link": [{"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1002%2Fpen.10440", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1996-2", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1002/pen.10440", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", "start": {"timestamp": 1441065600000, "date-parts": [[2015, 9, 1]], "date-time": "2015-09-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 7152}], "url": "http://dx.doi.org/10.1002/pen.10440", "issn": [{"type": "print", "value": "0032-3888"}, {"type": "electronic", "value": "1548-2634"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Mechanical behavior of a ductile polyamide 12 during impact"], "funder": null, "datasourcePrefix": "crossref____"}
754
{"best_oa_location_url": "", "issued": "2012-9-11", "abstract": [], "objIdentifier": "745f7499d204eb26fc4a76ebc7c16881", "subject": null, "author": [{"affiliation": [], "given": "Pasquale", "family": "Patrizio"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": "2012-9-11", "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/978-1-4614-5617-9_2", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2013", "accepted": null, "publisher": "Springer New York", "doi": "10.1007/978-1-4614-5617-9_2", "license": null, "url": "http://dx.doi.org/10.1007/978-1-4614-5617-9_2", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Ethical Discussions in Approaching Fertility Preservation"], "funder": null, "datasourcePrefix": "crossref____"}
755
{"best_oa_location_url": "", "issued": "None", "abstract": [], "objIdentifier": "2026b8f0f859d5bc2a55b05ca3ef2dff", "subject": null, "author": [{"affiliation": [], "family": "Jouffroy"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": null, "published-print": null, "accepted": null, "publisher": "James Munroe and Company", "doi": "10.1037/12007-010", "license": null, "url": "http://dx.doi.org/10.1037/12007-010", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Lecture XXII. The rational system.--Criticism of Price."], "funder": null, "datasourcePrefix": "crossref____"}
756
{"best_oa_location_url": "", "issued": "1977-1-01", "abstract": "The earth's atmospheric surface layer is usually defined as that region of the lower atmosphere (generally below about 10 m above the earth's surface) where surface friction causes vertical fluxes of heat, moisture and momentum to be constant with height. Within the surface layer, either in response to surface friction or to the atmosphere above, horizontal circular eddies often develop. These circular motions may provide the source of rotation for dust devils so often seen on hot and dry days particularly in desert regions. Also, at larger scales (       ) regions of warm and therefore buoyant upward moving air, called thermal plumes, may acquire rotation. These plumes may extend from the earth's surface to more than a kilometer in height on a warm afternoon. Fluid dynamicists quantify this horizontal rotation with a parameter known as the vertical component of vorticity. Vorticity is very difficult to measure in the earth's atmosphere at scales of close to a kilometer because the calculation involves wind-speed differences over horizontal distances of about 500 m. The winds must be measured quite accurately because the differences can be quite small and, therefore, the errors in these measurements are often quite large. This work describes a method of measuring vertical vorticity at scales down to 500 m using an array of three acoustic sounders about 2 m above the earth's surface which overcomes some of the accuracy problems mentioned above. We relate these vorticity measurements to other atmospheric parameters and compute temporal spectra of these quantities to help explain the relationship between vorticity, thermal plume activity, and the smaller-scale dust devils.", "objIdentifier": "e0b5e3121a975d48d03c988ef2f0aef1", "pissn": "0034-4257", "subject": ["Computers in Earth Sciences", "Soil Science", "Geology"], "author": [{"affiliation": [], "given": "J.E.", "family": "Gaynor"}, {"affiliation": [], "given": "F.F.", "suffix": "Jr.", "family": "Hall"}, {"affiliation": [], "given": "J.G.", "family": "Edinger"}, {"affiliation": [], "given": "G.R.", "family": "Ochs"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:0034425777900104?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:0034425777900104?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "1977-1", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/0034-4257(77)90010-4", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 220924800000, "date-time": "1977-01-01T00:00:00Z", "date-parts": [[1977, 1, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/0034-4257(77)90010-4", "issn": [{"type": "print", "value": "0034-4257"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Measurement of vorticity in the surface layer using an acoustic echo sounder array"], "funder": null, "datasourcePrefix": "crossref____"}
757
{"best_oa_location_url": "", "issued": "2004-2-01", "abstract": [], "objIdentifier": "0ce3de019391a00fb0c6c11ebf0f06f0", "pissn": "0277-2116", "subject": ["Pediatrics, Perinatology, and Child Health", "Gastroenterology"], "author": [{"affiliation": [], "given": "W. Allan", "family": "Walker"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2004-2", "accepted": null, "publisher": "Ovid Technologies (Wolters Kluwer Health)", "doi": "10.1097/00005176-200402000-00002", "license": null, "url": "http://dx.doi.org/10.1097/00005176-200402000-00002", "issn": [{"type": "print", "value": "0277-2116"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Presentation of the 2003 NASPGHAN Distinguished Service Award to Dr. Joseph Fitzgerald"], "funder": null, "datasourcePrefix": "crossref____"}
758
{"best_oa_location_url": "", "issued": "1994-3-01", "abstract": [], "objIdentifier": "d9ea1c6ce432277cb3ef4de3ca09c62f", "pissn": "0013-936X", "subject": ["General Chemistry", "Environmental Chemistry"], "eissn": "1520-5851", "author": [{"affiliation": [], "given": "Charles T.", "family": "Driscoll"}, {"affiliation": [], "given": "Cheng", "family": "Yan"}, {"affiliation": [], "given": "Carl L.", "family": "Schofield"}, {"affiliation": [], "given": "Ron", "family": "Munson"}, {"affiliation": [], "given": "John", "family": "Holsapple"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://pubs.acs.org/doi/pdf/10.1021/es00052a003", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1994-3", "accepted": null, "publisher": "American Chemical Society (ACS)", "doi": "10.1021/es00052a003", "license": null, "url": "http://dx.doi.org/10.1021/es00052a003", "issn": [{"type": "print", "value": "0013-936X"}, {"type": "electronic", "value": "1520-5851"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["The mercury cycle and fish in the Adirondack lakes"], "funder": null, "datasourcePrefix": "crossref____"}
759
{"best_oa_location_url": "", "issued": "1998-7-01", "abstract": [], "objIdentifier": "7be4187991cb0d7166775f9deb4cc3ee", "pissn": "1359-4184", "subject": ["Molecular Biology", "Cellular and Molecular Neuroscience", "Psychiatry and Mental health"], "eissn": "1476-5578", "author": [{"affiliation": [], "given": "J", "family": "Vianello"}, {"affiliation": [], "given": "J", "family": "Licinio"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "1998-8-4", "link": [{"URL": "http://www.nature.com/articles/4000441.pdf", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}, {"URL": "http://www.nature.com/articles/4000441", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/html"}, {"URL": "http://www.nature.com/articles/4000441.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "application/pdf"}], "published-print": "1998-7", "accepted": null, "publisher": "Springer Nature", "doi": "10.1038/sj.mp.4000441", "license": [{"URL": "http://www.springer.com/tdm", "start": {"timestamp": 899251200000, "date-parts": [[1998, 7, 1]], "date-time": "1998-07-01T00:00:00Z"}, "content-version": "unspecified", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1038/sj.mp.4000441", "issn": [{"type": "print", "value": "1359-4184"}, {"type": "electronic", "value": "1476-5578"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["General summary"], "funder": null, "datasourcePrefix": "crossref____"}
760
{"best_oa_location_url": "https://naldc.nal.usda.gov/naldc/download.xhtml?id=1412&content=PDF", "issued": "2006-1-01", "abstract": "Red spruce (Picea rubens Sarg.) winter injury is caused by freezing damage that results in the abscission of the most recent foliar age-class. Injury was widespread and severe in the northeastern United States in 2003 and was assessed at multiple elevations at 23 sites in Vermont and adjacent states. This paper presents a spatial analysis of these injury assessments. Relationships between winter injury on dominant and codominant spruce trees and elevation, latitude, longitude, slope, and aspect were investigated with least squares regression and geographically weighted regression. Results of these analyses indicate that injury increased (1) with elevation; (2) from east to west; (3) with the degree to which plots faced west, except at the highest elevations, where injury was uniformly severe; (4) with increases in slope steepness at higher elevations, or with decreases in slope steepness at lower elevations; and (5) with the degree to which plots faced south, except at the highest elevations in northern locations, where injury was uniformly severe. Because injury was greater in areas that have historically received higher levels of acid and nitrogen deposition - western portions of the study region, west-facing slopes, and higher elevations - observed patterns of injury support the hypothesis that acidic and (or) nitrogen deposition act on a landscape scale to exacerbate winter injury. Greater injury on south-facing slopes suggests that sun exposure exacerbates injury or its expression.", "objIdentifier": "11dbb60cbd80fbf9aca437e4571338c4", "pissn": "0045-5067", "subject": ["Ecology", "Forestry", "Global and Planetary Change"], "eissn": "1208-6037", "author": [{"affiliation": [], "given": "Brynne E", "family": "Lazarus"}, {"affiliation": [], "given": "Paul G", "family": "Schaberg"}, {"affiliation": [], "given": "Gary J", "family": "Hawley"}, {"affiliation": [], "given": "Donald H", "family": "DeHayes"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": null, "link": [{"URL": "http://www.nrcresearchpress.com/doi/pdf/10.1139/x05-236", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2006-1", "accepted": null, "publisher": "Canadian Science Publishing", "doi": "10.1139/x05-236", "license": [{"URL": "http://www.nrcresearchpress.com/page/about/CorporateTextAndDataMining", "start": {"timestamp": 1136073600000, "date-parts": [[2006, 1, 1]], "date-time": "2006-01-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1139/x05-236", "issn": [{"type": "print", "value": "0045-5067"}, {"type": "electronic", "value": "1208-6037"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Landscape-scale spatial patterns of winter injury to red spruce foliage in a year of heavy region-wide injury"], "funder": null, "datasourcePrefix": "crossref____"}
761
{"best_oa_location_url": "", "issued": "1950-10-01", "abstract": [], "objIdentifier": "1ab0d06fa7980e790991fe10bd79a5b5", "pissn": "0012-5806", "subject": null, "eissn": "2397-3498", "author": [{"affiliation": [], "given": "Christopher", "family": "Butler"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2016-10-25", "link": [{"URL": "http://journals.sagepub.com/doi/pdf/10.1177/001258065006800421", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}, {"URL": "http://journals.sagepub.com/doi/pdf/10.1177/001258065006800421", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1950-10", "accepted": null, "publisher": "SAGE Publications", "doi": "10.1177/001258065006800421", "license": [{"URL": "http://journals.sagepub.com/page/policies/text-and-data-mining-license", "start": {"timestamp": -607564800000, "date-parts": [[1950, 10, 1]], "date-time": "1950-10-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1177/001258065006800421", "issn": [{"type": "print", "value": "0012-5806"}, {"type": "electronic", "value": "2397-3498"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Shorter Notices"], "funder": null, "datasourcePrefix": "crossref____"}
762
{"best_oa_location_url": "", "issued": "1992-2-01", "abstract": "The leaf juice of Aloe microdonta Chiov. is used in Somali traditional medicine as a remedy for jaundice and for topical treatment of skin diseases. Mucilage was precipitated from the fresh juice by addition of ethanol and the supernatant chromatographed on Amberlite XAD-2 to yield a fraction containing anthraquinone derivatives. Flash chromatography on silica gel followed by preparative TLC yielded aloin A and a new compound. Spectral data (mass, 1H- and 13C-NMR) identified this compound as a mixture of aloin A and B where the glucose of both compounds is esterified with 4-hydroxycinnamic acid at the 6′-position. The two compounds were denoted as microdontin A and B, respectively.", "objIdentifier": "db91000076ce6999b93c84510cab6b7b", "pissn": "0032-0943", "subject": ["Organic Chemistry", "Complementary and alternative medicine", "Analytical Chemistry", "Molecular Medicine", "Pharmacology", "Drug Discovery", "Pharmaceutical Science"], "eissn": "1439-0221", "author": [{"affiliation": [], "given": "Mohamed", "family": "Farah"}, {"affiliation": [], "given": "Rolf", "family": "Andersson"}, {"affiliation": [], "given": "Gunnar", "family": "Samuelsson"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2007-1-4", "link": [{"URL": "http://www.thieme-connect.de/products/ejournals/pdf/10.1055/s-2006-961397.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1992-2", "accepted": null, "publisher": "Thieme Publishing Group", "doi": "10.1055/s-2006-961397", "license": null, "url": "http://dx.doi.org/10.1055/s-2006-961397", "issn": [{"type": "print", "value": "0032-0943"}, {"type": "electronic", "value": "1439-0221"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Microdontin A and B: Two New Aloin Derivatives fromAloe microdonta"], "funder": null, "datasourcePrefix": "crossref____"}
763
{"best_oa_location_url": "", "issued": "1981-3-01", "abstract": [], "objIdentifier": "8e2c024c9281184fe354ecca500d21b5", "pissn": "0004-3079", "subject": ["History", "Visual Arts and Performing Arts"], "eissn": "1559-6478", "author": [{"affiliation": [], "given": "Norman W.", "family": "Canedy"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2014-8-14", "link": [{"URL": "http://www.tandfonline.com/doi/pdf/10.1080/00043079.1981.10787862", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1981-3", "accepted": null, "publisher": "Informa UK Limited", "doi": "10.1080/00043079.1981.10787862", "license": null, "url": "http://dx.doi.org/10.1080/00043079.1981.10787862", "issn": [{"type": "print", "value": "0004-3079"}, {"type": "electronic", "value": "1559-6478"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Book Review"], "funder": null, "datasourcePrefix": "crossref____"}
764
{"best_oa_location_url": "", "issued": "1999-1-01", "abstract": "Technetium-99 and cesium-137 are two radionuclides in high level waste (HLW) that can volatilize from high temperature melters during the immobilization of the HLW into a borosilicate glass. At Savannah River Site (SRS) the authors have obtained data that indicate that this volatilization is small from the full scale production melter in the Defense Waste Processing Facility (DWPF). These data were obtained during the vitrification of the first HLW macrobatch at SRS. This campaign lasted approximately 2.5 years and produced approximately 9 hundred metric tons of glass from approximately 1.6 million liters of HLW. Losses of Tc-99 and Cs-137 were determined by comparing their measured concentrations in the glass with their respective predicted concentrations based on the composition of the HLW being vitrified. For three glass samples taken during the campaign, the measured and predicted concentrations agreed within 7 percent or better indicating a small loss of either radionuclide. The DWPF melter operates with a cold cap on the surface of the melt. This cold cap could enhance the radionuclide retention, especially Tc-99.", "objIdentifier": "6e069182d78ed3dc79634f2fb2e2f833", "subject": null, "accepted": null, "author": [{"affiliation": [], "given": "N. E.", "family": "Bibler"}, {"affiliation": [], "given": "T. L.", "family": "Fellinger"}, {"affiliation": [], "given": "S. L.", "family": "Marra"}, {"affiliation": [], "given": "R. J.", "family": "O'driscoll"}, {"affiliation": [], "given": "J. W.", "family": "Ray"}, {"affiliation": [], "given": "W. T.", "family": "Boyce"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2011-2-10", "link": [{"URL": "https://www.cambridge.org/core/services/aop-cambridge-core/content/view/S1946427400252056", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1999-1", "eissn": "1946-4274", "publisher": "Cambridge University Press (CUP)", "doi": "10.1557/proc-608-697", "license": null, "url": "http://dx.doi.org/10.1557/proc-608-697", "issn": [{"type": "electronic", "value": "1946-4274"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Tc-99 and Cs-137 Volatility from the DWPF Production Melter During Vitrification of the First Macrobatch of HLW Sludge at the Savannah River Site"], "funder": null, "datasourcePrefix": "crossref____"}
765
{"best_oa_location_url": "https://www.ncbi.nlm.nih.gov/pmc/articles/PMC363673/pdf", "issued": "1989-11-01", "abstract": "Abstract#R##N#A cDNA clone, T1, has been isolated whose corresponding mRNA was transiently expressed at highly elevated levels after conditional expression of the Ha-ras(EJ) gene and after mitogenic activation of quiescent NIH 3T3 cells. Glucocorticoid hormone stimulated substantial T1 expression as well but only in proliferating cells. At least two different signaling pathways participate in the regulation of the T1 gene: a protein kinase C-dependent signal is involved in the response of proliferating NIH 3T3 cells to glucocorticoid in the absence but not the presence of p21ras, whereas a protein kinase C-independent mechanism mediates the response to serum factors. Treatment of cells with the protein kinase inhibitor 2-aminopurine blocked induction of expression of the T1 gene. T1 mRNA accumulation is regulated at the transcriptional level.", "objIdentifier": "c016365bbf68e6e5b6353acd5f7d5d4c", "pissn": "0270-7306", "subject": ["Cell Biology", "Molecular Biology"], "eissn": "1098-5549", "author": [{"affiliation": [], "given": "A K", "family": "Werenskiold"}, {"affiliation": [], "given": "S", "family": "Hoffmann"}, {"affiliation": [], "given": "R", "family": "Klemenz"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": "1989-11-1", "link": [{"URL": "https://syndication.highwire.org/content/doi/10.1128/MCB.9.11.5207", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1989-11", "accepted": null, "publisher": "American Society for Microbiology", "doi": "10.1128/mcb.9.11.5207", "license": null, "url": "http://dx.doi.org/10.1128/mcb.9.11.5207", "issn": [{"type": "print", "value": "0270-7306"}, {"type": "electronic", "value": "1098-5549"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Induction of a mitogen-responsive gene after expression of the Ha-ras oncogene in NIH 3T3 fibroblasts."], "funder": null, "datasourcePrefix": "crossref____"}
766
{"best_oa_location_url": "", "issued": "2016-5-01", "abstract": "LCP1, a high molecular weight fraction of the EPSs produced by strain LC2W isolated from skim milk, was studied by partial acid hydrolysis, smith degradation, methylation analysis and 1D & 2D NMR spectroscopy to elucidate its main structure feature. Monosaccharides composition analysis revealed the presence of glucose (57.8% mol%), rhamnose (27.7%, mol%) and galactose (14.5%, mol%), respectively. O-acetyl (–OAc) and N-acetyl (–NAc) groups were also evidenced by FTIR and NMR spectroscopies. The linkage patterns of sugar residues were determined by methylation analysis and partial acid hydrolysis. The main sugar residues included: T-Rhmp (18.4%), 3-Rhmp (15.7%) T-Glcp (21.7), 4-Glcp (16.3%), 3,4,6-Glcp (16.3%) and 2,6-Galp (11.9%). 1D and 2D NMR analysis revealed that both –OAc and –NAc were connected to 3-Rhmp at O-2 position. The configuration and glycosidic sequences for sugar residues were established by 2D NMR spectroscopy. A possible structure of LCP1 was proposed.", "objIdentifier": "780960fbf3c560e651f3e00abd733144", "pissn": "0268-005X", "subject": ["Food Science", "General Chemistry", "General Chemical Engineering"], "author": [{"affiliation": [], "given": "Lianzhong", "family": "Ai"}, {"affiliation": [], "given": "Qingbin", "family": "Guo"}, {"ORCID": "0000-0003-4861-7600", "affiliation": [], "given": "Huihuang", "family": "Ding"}, {"affiliation": [], "given": "Bengheng", "family": "Guo"}, {"affiliation": [], "given": "Wei", "family": "Chen"}, {"ORCID": "http://orcid.org/0000-0003-4861-7600", "authenticated-orcid": false, "given": "Steve W.", "family": "Cui", "affiliation": []}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0268005X15301296?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}, {"URL": "http://api.elsevier.com/content/article/PII:S0268005X15301296?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}], "published-print": "2016-5", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/j.foodhyd.2015.10.023", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1462060800000, "date-parts": [[2016, 5, 1]], "date-time": "2016-05-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/j.foodhyd.2015.10.023", "issn": [{"type": "print", "value": "0268-005X"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Structure characterization of exopolysaccharides from Lactobacillus casei LC2W from skim milk"], "funder": [{"doi-asserted-by": "publisher", "DOI": "10.13039/501100001809", "name": "National Natural Science Foundation of China", "award": ["31371809"]}, {"doi-asserted-by": "crossref", "DOI": "10.13039/501100002338", "name": "Ministry of Education of the People's Republic of China", "award": ["NCET-13-0901"]}, {"name": "Shanghai Science and Technology Commission", "award": ["14390711700"]}], "datasourcePrefix": "crossref____"}
767
{"best_oa_location_url": "", "issued": "1975", "abstract": "Relaxation rates for the uniform precession mode in ferromagnetic resonance, with general elliptical polarization, have been calculated for several microscopic scattering processes using the spin‐wave formalism. These results are compared with the widely used phenomenological formulations for FMR. The results demonstrate in relatively general terms the specific features of the Landau‐Lifshitz and Gilbert phenomenological formulations on the one hand, and of what may be called ’’intrinsic’’ confluence processes in the microscopic formulation.", "objIdentifier": "cd85fd60a8d19963b64fc21e1b1f4b6f", "pissn": "0094-243X", "subject": null, "author": [{"affiliation": [], "given": "V.", "family": "Kambersky"}, {"affiliation": [], "given": "C. E.", "family": "Patton"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0004", "value": "Conference object"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1975", "accepted": null, "publisher": "AIP", "doi": "10.1063/1.29988", "license": null, "url": "http://dx.doi.org/10.1063/1.29988", "issn": [{"type": "print", "value": "0094-243X"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Spin-wave relaxation and phenomenological damping in ferromagnetic resonance"], "funder": null, "datasourcePrefix": "crossref____"}
768
{"best_oa_location_url": "", "issued": "1913", "abstract": [], "objIdentifier": "b63f190d20779817c0f8a0446f17fe17", "pissn": "0035-2004", "subject": ["Classics", "Archaeology", "Archaeology", "History", "Visual Arts and Performing Arts"], "author": [{"affiliation": [], "given": "Philippe", "family": "Fabia"}, {"affiliation": [], "given": "C.", "family": "Germain de Montauzan"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1913", "accepted": null, "publisher": "PERSEE Program", "doi": "10.3406/rea.1913.1775", "license": null, "url": "http://dx.doi.org/10.3406/rea.1913.1775", "issn": [{"type": "print", "value": "0035-2004"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["La mosaïque du Bossu (Fouilles de Fourvière)"], "funder": null, "datasourcePrefix": "crossref____"}
769
{"best_oa_location_url": "", "issued": "2008-11-01", "abstract": "This paper introduces a new technique for robust aeroelastic analysis that extends standard linear flutter analysis to take deterministic uncertainty and variation into account. The basic principle of the proposed mu-p method is to exploit structured-singular-value (or mu) analysis to investigate if the system uncertainties can make the flutter determinant zero for a given flutter eigenvalue p. This makes it possible to compute regions of feasible eigenvalues in the complex plane as well as extreme eigenvalues that can be used to predict damping bounds and perform robust flutter analysis. The capability to predict damping bounds at subcritical flight conditions is a very attractive feature of the new method, as flight testing is rarely taken to the flutter point. The A-p formulation also opens up new possibilities to bound the magnitude of the system uncertainties based on frequency and/or damping estimates from flight testing. In the final part of the paper, the mu-p framework is successfully applied to perform robust aeroelastic analysis of a low-speed wind-tunnel model.", "objIdentifier": "26db09aeb8cda180e0a0fdcdc07739f3", "pissn": "0001-1452", "subject": ["Aerospace Engineering"], "eissn": "1533-385X", "author": [{"affiliation": [], "given": "D.", "family": "Borglund"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://arc.aiaa.org/doi/pdf/10.2514/1.35859", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2008-11", "accepted": null, "publisher": "American Institute of Aeronautics and Astronautics (AIAA)", "doi": "10.2514/1.35859", "license": null, "url": "http://dx.doi.org/10.2514/1.35859", "issn": [{"type": "print", "value": "0001-1452"}, {"type": "electronic", "value": "1533-385X"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Robust Eigenvalue Analysis Using the Structured Singular Value: The µ-p Flutter Method"], "funder": null, "datasourcePrefix": "crossref____"}
770
{"best_oa_location_url": "http://doi.org/10.1002/cam4.761", "issued": "2016-6-23", "abstract": "Cancer Medicine#R##N#Early View (Online Version of Record published before inclusion in an issue)", "objIdentifier": "48c4fc2dab98f22571a83e982acd998a", "pissn": "2045-7634", "subject": null, "author": [{"affiliation": [{"name": "School of Dental Medicine and Neag Comprehensive Cancer Center; UConn Health; Farmington Connecticut"}], "given": "Douglas E.", "family": "Peterson"}, {"affiliation": [{"name": "Texas Oncology-Baylor Charles A. Sammons Cancer Center; Dallas Texas"}], "given": "Joyce A.", "family": "O'Shaughnessy"}, {"affiliation": [{"name": "UCSF Helen Diller Family Comprehensive Cancer Center; San Francisco California"}], "given": "Hope S.", "family": "Rugo"}, {"affiliation": [{"name": "Eastman Institute for Oral Health, University of Rochester Medical Center; Rochester New York"}, {"name": "Wilmot Cancer Center, University of Rochester Medical Center; Rochester New York"}], "given": "Sharon", "family": "Elad"}, {"affiliation": [{"name": "School of Dentistry, University of Washington and Seattle Cancer Care Alliance; Seattle Washington"}], "given": "Mark M.", "family": "Schubert"}, {"affiliation": [{"name": "New York University College of Dentistry; New York New York"}], "given": "Chi T.", "family": "Viet"}, {"affiliation": [{"name": "Penn State Hershey Medical Center; Hershey Pennsylvania"}], "given": "Cynthia", "family": "Campbell-Baird"}, {"affiliation": [{"name": "Tennessee Oncology/Sarah Cannon Research Institute; Nashville Tennessee"}], "given": "Jan", "family": "Hronek"}, {"affiliation": [{"name": "Beth Israel Deaconess Medical Center; Boston Massachusetts"}], "given": "Virginia", "family": "Seery"}, {"affiliation": [{"name": "Texas Oncology-Baylor Charles A. Sammons Cancer Center; Dallas Texas"}], "given": "Josephine", "family": "Divers"}, {"affiliation": [{"name": "Jonsson Comprehensive Cancer Center, UCLA; Los Angeles California"}], "given": "John", "family": "Glaspy"}, {"affiliation": [{"name": "New York University College of Dentistry; New York New York"}], "given": "Brian L.", "family": "Schmidt"}, {"affiliation": [{"name": "School of Dentistry and the Marlene and Stewart Greenebaum Cancer Center; University of Maryland; Baltimore Maryland"}], "given": "Timothy F.", "family": "Meiller"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": "2016-6-23", "link": [{"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1002%2Fcam4.761", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2016-8", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1002/cam4.761", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", "start": {"timestamp": 1441065600000, "date-time": "2015-09-01T00:00:00Z", "date-parts": [[2015, 9, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1002/cam4.761", "issn": [{"type": "print", "value": "2045-7634"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Oral mucosal injury caused by mammalian target of rapamycin inhibitors: emerging perspectives on pathobiology and impact on clinical practice"], "funder": [{"doi-asserted-by": "publisher", "DOI": "10.13039/100008272", "name": "Novartis Pharmaceuticals Corporation", "award": []}], "datasourcePrefix": "crossref____"}
771
{"best_oa_location_url": "", "issued": "1979-6-01", "abstract": [], "objIdentifier": "bcbfda233e33396e065b3550adede6e6", "pissn": "0033-1538", "subject": ["Education"], "eissn": "1573-9090", "author": [{"affiliation": [], "given": "Ingrid", "family": "Classen-Bauer"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/BF02195476", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1979-6", "accepted": null, "publisher": "Springer Nature", "doi": "10.1007/bf02195476", "license": null, "url": "http://dx.doi.org/10.1007/bf02195476", "issn": [{"type": "print", "value": "0033-1538"}, {"type": "electronic", "value": "1573-9090"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Education for international understanding"], "funder": null, "datasourcePrefix": "crossref____"}
772
{"best_oa_location_url": "", "issued": "2001-4-17", "abstract": "Visualization of the detached shock wave that forms ahead of a blunt body flying at hypersonic Mach number using electrical discharge technique is a simple and convenient technique to measure the stand-off distance experimentally in an hypersonic shock tunnel. In this technique a thin sheet of electrical discharge generated between a point electrode attached to the wall of the test section and a line electrode embedded on the model surface reveals the position of the shock wave around the body in hypersonic flow. In this paper we present the details of this technique and sample results obtained for typical body shapes tested in HST2 shock tunnel at a freestream Mach number of 5.75. The detached shock waves in front of the test models are clearly visualized using this technique. The shock stand-off distance estimated based on the numerical results for a large angle blunt cone obtained using a commercial CFD code match well with the experimentally measured value. These results clearly demonstrate the suitability of the electrical discharge technique for visualizing the flowfields in hypersonic testing facilities having very short test times.© (2001) COPYRIGHT SPIE--The International Society for Optical Engineering. Downloading of the abstract is permitted for personal use only.", "objIdentifier": "dc4543e7a3b6e4dad51196269310f7fa", "subject": null, "author": [{"affiliation": [], "given": "K.", "family": "Nagashetty"}, {"affiliation": [], "given": "K.", "family": "Syed Saifuddin"}, {"affiliation": [], "given": "S.", "family": "Saravanan"}, {"affiliation": [], "given": "K. S.", "family": "Gurumurthy"}, {"affiliation": [], "given": "K. P. J.", "family": "Reddy"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0004", "value": "Conference object"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2001-4-17", "accepted": null, "publisher": "SPIE", "doi": "10.1117/12.424341", "license": null, "url": "http://dx.doi.org/10.1117/12.424341", "issn": null, "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["<title>Shock stand-off distance visualization in hypersonic shock tunnel using electrical discharge technique</title>"], "funder": null, "datasourcePrefix": "crossref____"}
773
{"best_oa_location_url": "", "issued": "2011-6-27", "abstract": [], "objIdentifier": "c525dec024b867c06d2a28ba2e7a9467", "pissn": "0003-9926", "subject": ["Internal Medicine"], "author": [{"affiliation": [], "given": "Alain", "family": "Braillon"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://jamanetwork.com/journals/jamainternalmedicine/fullarticle/487089", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2011-6-27", "accepted": null, "publisher": "American Medical Association (AMA)", "doi": "10.1001/archinternmed.2011.237", "license": null, "url": "http://dx.doi.org/10.1001/archinternmed.2011.237", "issn": [{"type": "print", "value": "0003-9926"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Number Needed to Treat: Implementation for Diets"], "funder": null, "datasourcePrefix": "crossref____"}
774
{"best_oa_location_url": "", "issued": "2012-3-26", "abstract": "The aim of this study is to evaluate the efficiency of the small scale farmers for the production year 2006/2007 in Limpopo province using policy analysis matrix. A total of twelve production systems were selected. Result shows that all were profitable under market condition with existing policies and all except dry land maize had comparative advantage suggesting efficiency in the systems. Ranking the systems in term of private cost ratio and domestic resource cost, irrigated vegetables like potatoes, cabbages and tomatoes had higher profitability and comparative advantages than field crops like both dry and irrigated maize, peanut and beans. Despite competiveness in all and comparative advantage in most systems, these was not due to policy intervention as incentive indicators, e.g. subsidy ratio to producers, shows that all production systems are being taxed indicating little motivation from policies for small scale farmers to production.", "objIdentifier": "38b67534ca52946f735dc6c4257aa3ae", "subject": ["General Agricultural and Biological Sciences"], "accepted": null, "author": [{"affiliation": [], "family": "Majory O. Meliko"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2012-3-26", "link": [{"URL": "http://academicjournals.org/journal/AJAR/article-full-text-pdf/2ED419640258", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "eissn": "1991-637X", "publisher": "Academic Journals", "doi": "10.5897/ajar10.345", "license": null, "url": "http://dx.doi.org/10.5897/ajar10.345", "issn": [{"type": "electronic", "value": "1991-637X"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["The efficiency of small-scale agriculture in Limpopo province of South Africa"], "funder": null, "datasourcePrefix": "crossref____"}
775
{"best_oa_location_url": "", "issued": "2003", "abstract": [], "objIdentifier": "8ce9a07f57235ac43f86b74248425aa1", "subject": ["Literature and Literary Theory", "Cultural Studies", "Visual Arts and Performing Arts"], "accepted": null, "author": [{"affiliation": [], "given": "Del", "family": "Doughty"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2003", "eissn": "1053-1920", "publisher": "Johns Hopkins University Press", "doi": "10.1353/pmc.2003.0035", "license": null, "url": "http://dx.doi.org/10.1353/pmc.2003.0035", "issn": [{"type": "electronic", "value": "1053-1920"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Materiality is the Message"], "funder": null, "datasourcePrefix": "crossref____"}
776
{"best_oa_location_url": "", "issued": "1993-12-31", "abstract": "This article reviews the fields of assistive technology in general and augmentative and alternative communication (AAC) in particular from the perspective of a manufacturer and service provider. Issues that could facilitate the greater use of assistive technology by people with disabilities are identified, which include awareness, professional preparation and ethics, service delivery, and funding. The current situation is described, a desired situation is presented, and the reader is challenged with action to move in that direction.", "objIdentifier": "5dd4b76a219d5e7231a27270d655bf9f", "pissn": "1040-0435", "subject": ["Physical Therapy, Sports Therapy and Rehabilitation", "Rehabilitation"], "eissn": "1949-3614", "author": [{"affiliation": [], "given": "Barry", "family": "Romich"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.tandfonline.com/doi/pdf/10.1080/10400435.1993.10132212", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1993-12-31", "accepted": null, "publisher": "Informa UK Limited", "doi": "10.1080/10400435.1993.10132212", "license": null, "url": "http://dx.doi.org/10.1080/10400435.1993.10132212", "issn": [{"type": "print", "value": "1040-0435"}, {"type": "electronic", "value": "1949-3614"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Assistive Technology and AAC: An Industry Perspective"], "funder": null, "datasourcePrefix": "crossref____"}
777
{"best_oa_location_url": "", "issued": "2000-11-01", "abstract": "Recently a new methodology, called electronic indices methodology (EIM), based on local density of state calculations (LDOS) using topological and semiempirical methods, was proposed to identify the biological activity of polycyclic aromatic hydrocarbons (PAHs). In this work we apply the concepts of the EIM approach to classify the progestational activity of 21 17α-acetoxyprogesterones (steroid hormones) (APs). The EIM approach pointed to a few descriptors, which correctly classify the active/inactive compounds of this class (≈90%). We show that these descriptors arise naturally from principal component analysis (PCA) and neural network (NN) calculations. Moreover, using only the parameters from EIM, instead of a large set of descriptors that have been used before to describe the biological activity of these hormones, we slightly improve and simplify PCA and NN results. Finally, the molecular region related to the chemical activity of these hormones naturally appears in our theoretical analysis, from the ...", "objIdentifier": "e3a8d547746f4a2cc57447cc1e6d8c99", "pissn": "0095-2338", "subject": ["Computational Theory and Mathematics", "General Chemistry", "Information Systems", "Computer Science Applications"], "author": [{"affiliation": [], "given": "R. S.", "family": "Braga"}, {"affiliation": [], "given": "R.", "family": "Vendrame"}, {"affiliation": [], "given": "D. S.", "family": "Galvão"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://pubs.acs.org/doi/pdf/10.1021/ci000454f", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2000-11", "accepted": null, "publisher": "American Chemical Society (ACS)", "doi": "10.1021/ci000454f", "license": null, "url": "http://dx.doi.org/10.1021/ci000454f", "issn": [{"type": "print", "value": "0095-2338"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Structure−Activity Relationship Studies of Substituted 17α-Acetoxyprogesterone Hormones"], "funder": null, "datasourcePrefix": "crossref____"}
778
{"best_oa_location_url": "", "issued": "1997", "abstract": [], "objIdentifier": "7d41faa200b2509ba28c17c6db129961", "subject": null, "author": [{"affiliation": [], "given": "Wolfgang", "family": "Pfau"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/978-3-663-08281-1_4", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1997", "accepted": null, "publisher": "Deutscher Universitätsverlag", "doi": "10.1007/978-3-663-08281-1_4", "license": null, "url": "http://dx.doi.org/10.1007/978-3-663-08281-1_4", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Informationsinfrastruktur als Gestaltungsobjekt des Informationsmanagements"], "funder": null, "datasourcePrefix": "crossref____"}
779
{"best_oa_location_url": "", "issued": "2001-1-01", "abstract": [], "objIdentifier": "0775c9678f3bcefc50e3774b2a94146b", "subject": null, "accepted": null, "author": [{"affiliation": [], "given": "Jason F.", "family": "Hiltner"}, {"affiliation": [], "given": "James R.", "family": "Sites"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2011-3-21", "link": [{"URL": "https://www.cambridge.org/core/services/aop-cambridge-core/content/view/S1946427400637454", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2001-1", "eissn": "1946-4274", "publisher": "Cambridge University Press (CUP)", "doi": "10.1557/proc-668-h9.8", "license": null, "url": "http://dx.doi.org/10.1557/proc-668-h9.8", "issn": [{"type": "electronic", "value": "1946-4274"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Micron-Resolution Photocurrent of CdTe Solar Cells Using Multiple Wavelengths"], "funder": null, "datasourcePrefix": "crossref____"}
780
{"issued": "2016", "abstract": [], "objIdentifier": "153bfb35b839470a525bab19d5f17862", "subject": null, "accepted": null, "author": [{"affiliation": [], "given": "Mukund", "family": "Sarda"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": null, "eissn": "1556-5068", "publisher": "Elsevier BV", "doi": "10.2139/ssrn.2758058", "license": null, "url": "http://dx.doi.org/10.2139/ssrn.2758058", "issn": [{"type": "electronic", "value": "1556-5068"}], "collectedFrom": [{"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Foreign Trade and its Policy Vis-a-Vis Court's Power of Reviewability"], "funder": null, "datasourcePrefix": "crossref____"}
781
{"best_oa_location_url": "", "issued": "2004-6-1", "abstract": [], "objIdentifier": "28c591515d5acc49bde26e286138f213", "pissn": "1090-6576", "subject": ["Genetics(clinical)"], "eissn": "1090-6576", "author": [{"affiliation": [], "given": "Christina K.", "family": "Chao"}, {"affiliation": [], "given": "Eric", "family": "Sibley"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2004-6-1", "accepted": null, "publisher": "Mary Ann Liebert Inc", "doi": "10.1089/1090657041797338", "license": null, "url": "http://dx.doi.org/10.1089/1090657041797338", "issn": [{"type": "print", "value": "1090-6576"}, {"type": "electronic", "value": "1090-6576"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["PCR-RFLP Genotyping Assay for a Lactase Persistence Polymorphism Upstream of the Lactase-Phlorizin Hydrolase Gene"], "funder": null, "datasourcePrefix": "crossref____"}
782
{"best_oa_location_url": "", "issued": "1999", "abstract": [], "objIdentifier": "ea128a69ba20d5acb5499f95b8934451", "subject": null, "author": [{"affiliation": [], "given": "Byron", "family": "Georgantopoulos"}, {"affiliation": [], "given": "Stelios", "family": "Piperidis"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://link.springer.com/content/pdf/10.1007/978-94-011-4840-5_18", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1999", "accepted": null, "publisher": "Springer Netherlands", "doi": "10.1007/978-94-011-4840-5_18", "license": null, "url": "http://dx.doi.org/10.1007/978-94-011-4840-5_18", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Eliciting Terminological Knowledge for Information Extraction Applications"], "funder": null, "datasourcePrefix": "crossref____"}
783
{"best_oa_location_url": "http://doi.org/10.1016/j.rehab.2013.07.842", "issued": "2013-10-01", "abstract": [], "objIdentifier": "ac85cd0b6d1c0700c5d2e03b58f09c17", "pissn": "1877-0657", "subject": ["Rehabilitation", "Orthopedics and Sports Medicine"], "author": [{"affiliation": [], "given": "D.", "family": "Besson"}, {"affiliation": [], "given": "C.", "family": "Joussain"}, {"affiliation": [], "given": "V.", "family": "Gremeaux"}, {"affiliation": [], "given": "C.", "family": "Morisset"}, {"affiliation": [], "given": "Y.", "family": "Laurent"}, {"affiliation": [], "given": "J.M.", "family": "Casillas"}, {"affiliation": [], "given": "D.", "family": "Laroche"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S1877065713009597?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S1877065713009597?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2013-10", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/j.rehab.2013.07.842", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1380585600000, "date-parts": [[2013, 10, 1]], "date-time": "2013-10-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}, {"URL": "http://www.elsevier.com/open-access/userlicense/1.0/", "start": {"timestamp": 1412121600000, "date-parts": [[2014, 10, 1]], "date-time": "2014-10-01T00:00:00Z"}, "content-version": "vor", "delay-in-days": 365}], "url": "http://dx.doi.org/10.1016/j.rehab.2013.07.842", "issn": [{"type": "print", "value": "1877-0657"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Entraînement excentrique au cours de l’insuffisance cardiaque chronique : faisabilité et impacts fonctionnels. Résultats d’une étude comparative"], "funder": null, "datasourcePrefix": "crossref____"}
784
{"best_oa_location_url": "", "issued": "2001-1-01", "abstract": "Summary   Scattering of electromagnetic cylindrical waves by an isolated, semi-infinite, open-ended, single-shell, zigzag carbon nanotube (CN) is considered in the optical regime. The CN is modeled as a smooth homogeneous cylindrical surface with impedance boundary conditions known from quantum-mechanical transport theory. An exact solution of the diffraction problem is obtained by the Wiener-Hopf technique. The differences between the scattering responses of metallic and semiconducting CNs are discussed.", "objIdentifier": "c7a80e904a9338160ca2af469e9c4f71", "pissn": "1434-8411", "subject": ["Electrical and Electronic Engineering"], "author": [{"affiliation": [], "given": "Gregory Ya.", "family": "Slepyan"}, {"affiliation": [], "given": "Nikolai A.", "family": "Krapivin"}, {"affiliation": [], "given": "Sergey A.", "family": "Maksimenko"}, {"affiliation": [], "given": "Akhlesh", "family": "Lakhtakia"}, {"affiliation": [], "given": "Oleg M.", "family": "Yevtushenko"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S143484110470031X?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S143484110470031X?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2001-1", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1078/1434-8411-00041", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 978307200000, "date-parts": [[2001, 1, 1]], "date-time": "2001-01-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1078/1434-8411-00041", "issn": [{"type": "print", "value": "1434-8411"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Scattering of Electromagnetic Waves by a Semi-Infinite Carbon Nanotube"], "funder": null, "datasourcePrefix": "crossref____"}
785
{"best_oa_location_url": "http://documents.irevues.inist.fr/bitstream/2042/57921/1/HEGEL_2015_4_11.pdf", "issued": "2015", "abstract": [], "objIdentifier": "105a6440bb69ed18b6276f33d19b5cf2", "subject": null, "accepted": null, "author": [{"affiliation": [], "given": "Bernard", "family": "Grunberg"}, {"affiliation": [], "given": "Philippe", "family": "Ducrotté"}, {"affiliation": [], "given": "Jean-Christophe", "family": "Létard"}, {"affiliation": [], "given": "Vianna", "family": "Costil"}, {"affiliation": [], "given": "Pierre-Adrien", "family": "Dalbiès"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": "2015-11", "link": null, "published-print": "2015", "eissn": "2115-452X", "publisher": "INIST-CNRS", "doi": "10.4267/2042/57921", "license": null, "url": "http://dx.doi.org/10.4267/2042/57921", "issn": [{"type": "electronic", "value": "2115-452X"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Microbiote intestinal, un organe vital, à découvrir"], "funder": null, "datasourcePrefix": "crossref____"}
786
{"best_oa_location_url": "", "issued": "2008-3-3", "abstract": "The concept of a memory device based on self-organized quantum dots (QDs) is presented, enabling extremely fast write times, limited only by the charge carrier relaxation time being in the picosecond range. For a first device structure with embedded InAs∕GaAs QDs, a write time of 6ns is demonstrated. A similar structure containing GaSb∕GaAs QDs shows a write time of 14ns. These write times are independent of the localization energy (e.g., storage time) of the charge carriers and at the moment are limited only by the experimental setup and the parasitic cutoff frequency of the RC low pass of the device.", "objIdentifier": "f8352fce3bb576bd222b6387fbaafcef", "pissn": "0003-6951", "subject": ["Physics and Astronomy (miscellaneous)"], "eissn": "1077-3118", "author": [{"affiliation": [], "given": "M.", "family": "Geller"}, {"affiliation": [], "given": "A.", "family": "Marent"}, {"affiliation": [], "given": "T.", "family": "Nowozin"}, {"affiliation": [], "given": "D.", "family": "Bimberg"}, {"affiliation": [], "given": "N.", "family": "Akçay"}, {"affiliation": [], "given": "N.", "family": "Öncan"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://aip.scitation.org/doi/pdf/10.1063/1.2890731", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2008-3-3", "accepted": null, "publisher": "AIP Publishing", "doi": "10.1063/1.2890731", "license": null, "url": "http://dx.doi.org/10.1063/1.2890731", "issn": [{"type": "print", "value": "0003-6951"}, {"type": "electronic", "value": "1077-3118"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["A write time of 6ns for quantum dot–based memory structures"], "funder": null, "datasourcePrefix": "crossref____"}
787
{"best_oa_location_url": "", "issued": "2016-5-19", "abstract": [], "objIdentifier": "dd1973a3fbc0a7c3ea745d36c256866d", "pissn": "0016-5751", "subject": ["Obstetrics and Gynaecology", "Maternity and Midwifery"], "eissn": "1438-8804", "author": [{"affiliation": [], "given": "TH", "family": "Ayub"}, {"affiliation": [], "given": "A", "family": "Geipel"}, {"affiliation": [], "given": "U", "family": "Gembruch"}, {"affiliation": [], "given": "C", "family": "Berg"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2016-5-19", "link": [{"URL": "http://www.thieme-connect.de/DOI/DOI?10.1055/s-0036-1583808", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "accepted": null, "publisher": "Thieme Publishing Group", "doi": "10.1055/s-0036-1583808", "license": null, "url": "http://dx.doi.org/10.1055/s-0036-1583808", "issn": [{"type": "print", "value": "0016-5751"}, {"type": "electronic", "value": "1438-8804"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Erste Erfahrungen mit einem neuen Shuntsystem zur intrauterinen Shunteinlage bei fetaler Megazystis im ersten Trimenon"], "funder": null, "datasourcePrefix": "crossref____"}
788
{"best_oa_location_url": "", "issued": "2016-4-01", "abstract": [], "objIdentifier": "a228761e18bc35dbbfae0eeb1e94cf87", "pissn": "0735-1097", "subject": ["Cardiology and Cardiovascular Medicine"], "author": [{"affiliation": [], "given": "Krong-On", "family": "Pinyoluksana"}, {"affiliation": [], "given": "Yongjie", "family": "Miao"}, {"affiliation": [], "given": "Curtis", "family": "Daniels"}, {"affiliation": [], "given": "Elisa", "family": "Bradley"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0735109716309329?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S0735109716309329?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2016-4", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/s0735-1097(16)30932-9", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1459468800000, "date-parts": [[2016, 4, 1]], "date-time": "2016-04-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}, {"URL": "http://www.elsevier.com/open-access/userlicense/1.0/", "start": {"timestamp": 1491350400000, "date-parts": [[2017, 4, 5]], "date-time": "2017-04-05T00:00:00Z"}, "content-version": "vor", "delay-in-days": 369}], "url": "http://dx.doi.org/10.1016/s0735-1097(16)30932-9", "issn": [{"type": "print", "value": "0735-1097"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["ISOLATED HEART AND COMBINED HEART-LIVER TRANSPLANT: WHAT HAPPENS TO CONGENITAL HEART DISEASE AND FONTAN PATIENTS IN THE U.S?"], "funder": null, "datasourcePrefix": "crossref____"}
789
{"best_oa_location_url": "", "issued": "2014-1-01", "abstract": "In the present paper, a systematic study has been conducted aiming to attain an insight into the influence of rolling reduction on the deformation behaviour and crystallographic orientation development during cold rolling. Simulations were successfully carried out using a crystal plasticity finite element method (CPFEM) model with the highest reduction of 80%. Aluminium single crystals with initial ideal Cube orientation ({0 0 1}〈1 0 0〉) were selected in order to avoid the influence of grain boundaries. The results revealed the development of deformation matrix bands through the billet thickness, parallel to the rolling direction, which have been observed in the experiment in the literature. The sign of rotation angles in the neighbouring matrix bands are opposite with each other, even at the reduction of 80%. The corresponding {1 1 1} pole figures offered direct evidence of the spread of crystallographic orientation around the transverse direction. It is clear from the current study that the rolling reduction significantly influences the deformation heterogeneity which leads to the inhomogeneous texture evolution, non-uniform distributions of macroscopic stress and strain in the cold rolled samples. The slip system activity has been examined in detail and the predicted results are consistent with the early reported experiments.", "objIdentifier": "f862ad262b72f27e3a7038d731d4d0b5", "pissn": "0927-0256", "subject": ["General Physics and Astronomy", "General Materials Science", "General Computer Science", "Mechanics of Materials", "General Chemistry", "Computational Mathematics"], "author": [{"affiliation": [], "given": "G.Y.", "family": "Deng"}, {"affiliation": [], "given": "A.K.", "family": "Tieu"}, {"affiliation": [], "given": "L.Y.", "family": "Si"}, {"affiliation": [], "given": "L.H.", "family": "Su"}, {"affiliation": [], "given": "C.", "family": "Lu"}, {"affiliation": [], "given": "H.", "family": "Wang"}, {"affiliation": [], "given": "M.", "family": "Liu"}, {"affiliation": [], "given": "H.T.", "family": "Zhu"}, {"affiliation": [], "given": "X.H.", "family": "Liu"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S092702561300387X?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}, {"URL": "http://api.elsevier.com/content/article/PII:S092702561300387X?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}], "published-print": "2014-1", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/j.commatsci.2013.06.054", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1388534400000, "date-time": "2014-01-01T00:00:00Z", "date-parts": [[2014, 1, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/j.commatsci.2013.06.054", "issn": [{"type": "print", "value": "0927-0256"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Influence of cold rolling reduction on the deformation behaviour and crystallographic orientation development"], "funder": null, "datasourcePrefix": "crossref____"}
790
{"best_oa_location_url": "", "issued": "2014", "abstract": "Yield is the most important aim for maize breeding; however, fine mapping and cloning of genes for yield-related traits is relatively difficult.  ABERRANT PANICLE ORGANIZATION1  ( APO1 ) controlling panicle structure enhances lodging resistance and improves grain yield in rice. In this study, two homologs of  OsAPO1 ,  ZmAPO1-6  and  ZmAPO1-9 ,were cloned in maize. Both of them share an F-box domain and have more than 83% amino acid identity with OsAPO1. RT-PCR analysis reveals that they are mainly expressed in the ears. Association mapping analysis was then conducted using about 200 testcrossing hybrids of an S type cytoplasmic male sterility line with diverse maize inbreds. A total of 14 and eight significant loci for five yield-related traits were identified, and the loci in  ZmAPO1-6  were mainly related to plant height and stem diameter, while those in  ZmAPO1-9  were mainly related to kernel weight. The results of this study implies that the two homologs might be related to yield-related traits in maize, and would facilitate further study of their detailed functions.", "objIdentifier": "8a2a71693a57fd826f012ffef2093109", "pissn": "1674-7232", "subject": null, "author": [{"affiliation": [], "given": "Hui", "family": "SONG"}, {"affiliation": [], "given": "Yang", "family": "FENG"}, {"affiliation": [], "given": "HuanHuan", "family": "QI"}, {"affiliation": [], "given": "ChaoYi", "family": "HAN"}, {"affiliation": [], "given": "JianBing", "family": "YAN"}, {"affiliation": [], "given": "Bing", "family": "YUE"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2014", "accepted": null, "publisher": "Science China Press., Co. Ltd.", "doi": "10.1360/052014-95", "license": null, "url": "http://dx.doi.org/10.1360/052014-95", "issn": [{"type": "print", "value": "1674-7232"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Cloning of the Homologs ofOsAPO1and Their Association with Yield-Related Traits in Maize"], "funder": null, "datasourcePrefix": "crossref____"}
791
{"best_oa_location_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.20.1526", "issued": "2004-1-4", "abstract": [], "objIdentifier": "050644174341f3bd6e2b2e0cea68cf74", "pissn": "0075-4102", "subject": ["Applied Mathematics", "General Mathematics"], "eissn": "1435-5345", "author": [{"affiliation": [], "given": "E.", "family": "Valdinoci"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": null, "link": [{"URL": "https://www.degruyter.com/view/j/crll.2004.2004.issue-574/crll.2004.068/crll.2004.068.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2004-1-4", "accepted": null, "publisher": "Walter de Gruyter GmbH", "doi": "10.1515/crll.2004.068", "license": null, "url": "http://dx.doi.org/10.1515/crll.2004.068", "issn": [{"type": "print", "value": "0075-4102"}, {"type": "electronic", "value": "1435-5345"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Plane-like minimizers in periodic media: jet flows and Ginzburg-Landau-type functionals"], "funder": null, "datasourcePrefix": "crossref____"}
792
{"best_oa_location_url": "http://espace.library.uq.edu.au/view/UQ:319168/UQ319168_OA.pdf", "issued": "2013-11-29", "abstract": "A FASEB Summer Research Conference entitled ‘Arf and Rab family G proteins’ was held in July 2013 at Snowmass Village, Snowmass, Colorado. Arfs and Rabs are two families of GTPases that control membrane trafficking in eukaryotic cells, and increasing evidence indicates that their functions are tightly coordinated. Because many workers in this field have focused on only one family, this meeting was designed to integrate our understanding of the two families. The conference was organized by Elizabeth Sztul (University of Alabama, Birmingham, USA) and Jim Casanova (University of Virginia, Charlottesville, USA), and provided an opportunity for ∼90 scientists to communicate their work and discuss future directions for the field. The talks highlighted the structural, functional and regulatory properties of Arf and Rab GTPases and the need to develop coordinated approaches to investigate them. Here, we present the major themes that emerged from the meeting.", "objIdentifier": "5ae6c70e99f80a99ace18bd1aebaa8e6", "pissn": "0021-9533", "subject": ["Cell Biology"], "eissn": "1477-9137", "author": [{"affiliation": [], "given": "J. E.", "family": "Casanova"}, {"affiliation": [], "given": "V. W.", "family": "Hsu"}, {"affiliation": [], "given": "C. L.", "family": "Jackson"}, {"affiliation": [], "given": "R. A.", "family": "Kahn"}, {"affiliation": [], "given": "C. R.", "family": "Roy"}, {"affiliation": [], "given": "J. L.", "family": "Stow"}, {"affiliation": [], "given": "A.", "family": "Wandinger-Ness"}, {"affiliation": [], "given": "E.", "family": "Sztul"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": "2013-11-29", "link": [{"URL": "https://syndication.highwire.org/content/doi/10.1242/jcs.143610", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2013-12-1", "accepted": null, "publisher": "The Company of Biologists", "doi": "10.1242/jcs.143610", "license": null, "url": "http://dx.doi.org/10.1242/jcs.143610", "issn": [{"type": "print", "value": "0021-9533"}, {"type": "electronic", "value": "1477-9137"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Meeting report - Arf and Rab family G proteins"], "funder": null, "datasourcePrefix": "crossref____"}
793
{"best_oa_location_url": "", "issued": "1920", "abstract": [], "objIdentifier": "cf55d01833382a0f4d5ef769056273c4", "pissn": "0096-5200", "subject": null, "author": [{"affiliation": [], "given": "W.E.", "family": "Emley"}, {"affiliation": [], "given": "C.F.", "family": "Faxon"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0017", "value": "Report"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1920", "accepted": null, "publisher": "National Bureau of Standards", "doi": "10.6028/nbst.5559", "license": null, "url": "http://dx.doi.org/10.6028/nbst.5559", "issn": [{"type": "print", "value": "0096-5200"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Colored wall plaster."], "funder": null, "datasourcePrefix": "crossref____"}
794
{"best_oa_location_url": "", "issued": "1997-5-01", "abstract": "The aim of this study was to analyze the acute phase protein response during early onset (<72 h) neonatal sepsis by high-resolution two-dimensional electrophoresis (2-D PAGE). Cord and serial plasma/serum samples from eight neonates with sepsis (positive blood culture) were examined(gestational age, median 33.5 weeks; range 24.3-40.6, pre-term: n=4 full term: n=4; birth-weight, median 2,635 g; range 600-3,400; onset at birth, n=6; at 7.5 h, n=1; at 48h, n=1). Isolated microorganisms were: S. agalactiae (n=4/8), C. striatum (n=2/1. 8), L. monocytogenes (n=1/8) and C. albicans (n=1/8). Admission to the Neonatal Intensive Care Unit was necessary for 7 infants (hospitalization time, median 22.5 days, range 5-82). Clinical outcome was favorable in 7 cases, lethal in one. Plasma/serum samples from five gestational age- and sex-matched control infants (repeated negative blood cultures; absent histological chorioamniositis and clinical symptoms) were also analyzed. 2D-PAGE was performed using an immobiline polyacrylamide system. Routine sample load was 0.75 μl. Isoelectric focusing was carried out on non-linear wide-range immobilized pH (3-10) gradients. The second dimension was performed on 9-16% SDS-PAGE linear gradient gels. Silver-stained gels were scanned with a computing densitometer. Image analysis and on-line matching were carried out using MELANIE II software (Biorad). Haptoglobin (Hpt) (n=8/8) and serum amyloid A protein (SAA)(n=5/8;term infants 4/4, pre-term 1/4) in cord blood were significantly correlated with sepsis, though they were absent among controls (p<0.001). Hpt and SAA spots were identified in silver-stained electrophoretograms, confirmed by immunoblotting with specific antibodies. Hptβ-chains appeared to be under-sialylated in pre-term infants, while post-translation modifications of α-chains and SAA were similar to those observed in the adult. Different Hpt α-chain phenotypes than those in maternal serum were observed, indicating that cord blood Hpt originates from neonatal synthesis. Inconsistent changes in typical acute phase proteins(α1-antitrypsin, α1-antichymotrypsin, leucine-richα2-glycoprotein, α2-HS glycoprotein, transthyretin and serum retinol-binding protein) were present. The findings indicate that the acute phase protein response in the newborn: 1) differs from those of other periods in life in that is limited to changes in Hpt and SAA; 2) is gestational age-dependent. Finally, the data suggest that cord blood Hpt and SAA may be potentially useful early markers for neonatal sepsis.", "objIdentifier": "4d1f49b93942d9f65fbf6577fce427c6", "pissn": "0031-3998", "subject": ["Pediatrics, Perinatology, and Child Health"], "eissn": "1530-0447", "author": [{"affiliation": [], "given": "C", "family": "De Felicel"}, {"affiliation": [], "given": "S", "family": "Liberatori"}, {"affiliation": [], "given": "L", "family": "Bini"}, {"affiliation": [], "given": "P", "family": "Toti"}, {"affiliation": [], "given": "B", "family": "Marzocchi"}, {"affiliation": [], "given": "B", "family": "Magi"}, {"affiliation": [], "given": "R", "family": "Raggiaschi"}, {"affiliation": [], "given": "V", "family": "Pallini"}, {"affiliation": [], "given": "R", "family": "Bracci"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1997-5", "accepted": null, "publisher": "Springer Nature", "doi": "10.1203/00006450-199705000-00071", "license": null, "url": "http://dx.doi.org/10.1203/00006450-199705000-00071", "issn": [{"type": "print", "value": "0031-3998"}, {"type": "electronic", "value": "1530-0447"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["ACUTE PHASE RESPONSE ABNORMALITIES IN NEONATAL SEPSIS: A 2-D PAGE STUDY 52"], "funder": null, "datasourcePrefix": "crossref____"}
795
{"best_oa_location_url": "", "issued": "1990-11-01", "abstract": "Rates of linear extension of mycelia of zoospore progenies of two tested isolates of Phytophthora parasitica were relatively uniform and similar to their respective parent. There was a continuous quantitative variation, however, in growth rate of progenies of selfed oospores. The character of colony pattern also showed variation in oospore progenies but not zoospore progenies. Results of the study suggest that heterozygous polygenes were involved in determining growth rate and colony morphology of these fungi and support the hypothesis that species of Phytophthora are diploid during the vegetative phase.", "objIdentifier": "c1778167a754851189dc652f0eebe7aa", "pissn": "0027-5514", "subject": ["Plant Science", "Genetics", "Cell Biology", "Physiology", "Ecology, Evolution, Behavior and Systematics", "Molecular Biology", "General Medicine"], "author": [{"affiliation": [], "given": "P. J.", "family": "Ann"}, {"affiliation": [], "given": "W. H.", "family": "Ko"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1990-11", "accepted": null, "publisher": "JSTOR", "doi": "10.2307/3760155", "license": null, "url": "http://dx.doi.org/10.2307/3760155", "issn": [{"type": "print", "value": "0027-5514"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Growth Rate and Colony Morphology of Progenies of Zoospores and Selfed Oospores of Phytophthora parasitica"], "funder": null, "datasourcePrefix": "crossref____"}
796
{"best_oa_location_url": "", "issued": "2016-7-01", "abstract": "The H-polarized wave diffraction problem by the semi-infinite strip grating is considered. The problem is reduced to the singular integral equation with additional conditions. The directional patterns of the field scattered by the end of the grating are represented.", "objIdentifier": "44f6ebf3bb733d0c93d68f18f08faccd", "subject": null, "author": [{"affiliation": [], "given": "Alina A.", "family": "Koval'ova"}, {"affiliation": [], "given": "Mstislav E.", "family": "Kaliberda"}, {"affiliation": [], "given": "Sergey A.", "family": "Pogarsky"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0004", "value": "Conference object"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://xplorestaging.ieee.org/ielx7/7539473/7543968/07544073.pdf?arnumber=7544073", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2016-7", "accepted": null, "publisher": "IEEE", "doi": "10.1109/mmet.2016.7544073", "license": null, "url": "http://dx.doi.org/10.1109/mmet.2016.7544073", "issn": null, "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Analysis of the H-polarized electromagnetic wave diffraction by a semi-infinite periodical strip grating"], "funder": null, "datasourcePrefix": "crossref____"}
797
{"best_oa_location_url": "", "issued": "2013", "abstract": "This study examines the roles and efficiency of waqf properties, zakat, sadaqat, and public funding in transforming and alleviating poverty among the less privileged Nigerian Muslims in particular and Nigerians at large. Many Nigerians are living on less than two dollars per day based on the NAPEP submission in 2013. The majority of Nigerian Muslims are wallowing in abject poverty due to their insufficient and unsustainable means of income. The present situation of some Nigerian Muslims is worsening due to their financial constraints and poverty rate across the Nigeria as a result of uncontrolled corruption confronting the nation and unemployment. The conditions of Nigerian Muslims require urgent improvement financially, educationally, socially and spiritually. In light of this, how can the integration of waqf properties, zakat, sadaqat, and public funding play viable and commendable roles in poverty reduction among Nigerian Muslims. It will further discuss the collected charitable funds that can be used to empower Nigerian Muslim households. The paper concludes with a number of suggestions to remedy the situation and optimize these sources of funding.", "objIdentifier": "fe112d3d69ce6b908a12d371a2e5d58b", "pissn": "2010-023X", "subject": null, "author": [{"affiliation": [], "given": "Yusuff Jelili", "family": "Amuda"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2013", "link": null, "published-print": null, "accepted": null, "publisher": "EJournal Publishing", "doi": "10.7763/ijtef.2013.v4.329", "license": null, "url": "http://dx.doi.org/10.7763/ijtef.2013.v4.329", "issn": [{"type": "print", "value": "2010-023X"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Empowerment of Nigerian Muslim Households through Waqf, Zakat, Sadaqat and Public Funding"], "funder": null, "datasourcePrefix": "crossref____"}
798
{"best_oa_location_url": "", "issued": "2001-2-01", "abstract": "Hydrolysis of three different proteins by either crude fish digestive extracts or purified mammal proteases was assayed using two different in vitro systems. The closed system was a modification of the pH-stat method including a previous acid digestion. The open system used a digestion cell containing a semi-permeable membrane which allowed continuous separation of the final products of hydrolysis with a molecular cut-off of 1000 Da. Assays in both systems resulted a similar arrangement of the tested proteins in relation to their ability to be hydrolyzed, with casein>fish meal≥soybean meal. With the exception of casein, no significant differences were found between results produced by any of the enzyme sources using the closed system. In constrast, significantly higher hydrolysis of all proteins was produced by mammal enzymes under conditions operating in the open system. Differences in the rate of release of amino acids measured in this latter system were related both to the type of protein and the origin of the enzymes. When using purified mammal enzymes, release of lysine or phenylalanine from casein and soybean was high, but low from fishmeal. Isoleucine and valine present in fishmeal were preferentially hydrolyzed by commercial enzymes, but glycine and proline by fish enzymes.", "objIdentifier": "337095756a97d772b3326323d36b31a0", "pissn": "1095-6433", "subject": ["Biochemistry", "Physiology", "Molecular Biology"], "author": [{"affiliation": [], "given": "Francisco J.", "family": "Moyano"}, {"affiliation": [], "given": "Laurent", "family": "Savoie"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S1095643300003159?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S1095643300003159?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2001-2", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/s1095-6433(00)00315-9", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 980985600000, "date-time": "2001-02-01T00:00:00Z", "date-parts": [[2001, 2, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/s1095-6433(00)00315-9", "issn": [{"type": "print", "value": "1095-6433"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Comparison of in vitro systems of protein digestion using either mammal or fish proteolytic enzymes"], "funder": null, "datasourcePrefix": "crossref____"}
799
{"best_oa_location_url": "http://doi.org/10.1186/1556-276x-9-162", "issued": "2014", "abstract": "Colloidal solutions of silver nanoparticles (AgNPs) were synthesized by gamma Co-60 irradiation using different stabilizers, namely polyvinyl pyrrolidone (PVP), polyvinyl alcohol (PVA), alginate, and sericin. The particle size measured from TEM images was 4.3, 6.1, 7.6, and 10.2 nm for AgNPs/PVP, AgNPs/PVA, AgNPs/alginate, and AgNPs/sericin, respectively. The influence of different stabilizers on the antibacterial activity of AgNPs was investigated. Results showed that AgNPs/alginate exhibited the highest antibacterial activity against Escherichia coli (E. coli) among the as-synthesized AgNPs. Handwash solution has been prepared using Na lauryl sulfate as surfactant, hydroxyethyl cellulose as binder, and 15 mg/L of AgNPs/alginate as antimicrobial agent. The obtained results on the antibacterial test of handwash for the dilution to 3 mg AgNPs/L showed that the antibacterial efficiency against E. coli was of 74.6%, 89.8%, and 99.0% for the contacted time of 1, 3, and 5 min, respectively. Thus, due to the biocompatibility of alginate extracted from seaweed and highly antimicrobial activity of AgNPs synthesized by gamma Co-60 irradiation, AgNPs/alginate is promising to use as an antimicrobial agent in biomedicine, cosmetic, and in other fields.", "objIdentifier": "05ed6b28c3bef5e1651ec190f5aaf642", "pissn": "1556-276X", "subject": ["General Materials Science", "Condensed Matter Physics"], "author": [{"affiliation": [], "given": "Dang", "family": "Van Phu"}, {"affiliation": [], "given": "Le", "family": "Quoc"}, {"affiliation": [], "given": "Nguyen", "family": "Duy"}, {"affiliation": [], "given": "Nguyen Thi", "family": "Lan"}, {"affiliation": [], "given": "Bui", "family": "Du"}, {"affiliation": [], "given": "Le", "family": "Luan"}, {"affiliation": [], "given": "Nguyen", "family": "Hien"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": null, "link": null, "published-print": "2014", "accepted": null, "publisher": "Springer Nature", "doi": "10.1186/1556-276x-9-162", "license": null, "url": "http://dx.doi.org/10.1186/1556-276x-9-162", "issn": [{"type": "print", "value": "1556-276X"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Study on antibacterial activity of silver nanoparticles synthesized by gamma irradiation method using different stabilizers"], "funder": null, "datasourcePrefix": "crossref____"}
800
{"best_oa_location_url": "http://www.ncbi.nlm.nih.gov/pmc/articles/PMC3415954", "issued": "2012-2-29", "abstract": "Portraits of scientists use attributes of discovery to construct identities; portraits that include esoteric accessories may fashion identities for these too. A striking example is a marble bust of the anatomist Wilhelm His by the Leipzig sculptor Carl Seffner. Made in 1900, it depicts the founder of modern human embryology looking down at a model embryo in his right hand. This essay reconstructs the design and viewing of this remarkable portrait in order to shed light on private and public relations between scientists, research objects and audiences. The bust came out of a collaboration to model the face of the composer Johann Sebastian Bach and embodies a shared commitment to anatomical exactitude in three dimensions. His’s research agendas and public character explain the contemplative pose and unprecedented embryo model, which he had laboriously constructed from material a midwife supplied. The early contexts of display in the His home and art exhibitions suggest interpretive resources for viewers and hence likely meanings. Seffner’s work remains exceptional, but has affinities to portraits of human embryologists and embryos produced since 1960. Embryo images have acquired such controversial prominence that the model may engage us more strongly now than it did exhibition visitors around 1900.", "objIdentifier": "ad6c65f642893058c382081c9c6d0e47", "pissn": "1363-3554", "subject": ["History and Philosophy of Science", "History"], "eissn": "1477-4569", "author": [{"affiliation": [], "given": "N.", "family": "Hopwood"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": "2012-2-29", "link": [{"URL": "http://academic.oup.com/hwj/article-pdf/73/1/5/1848027/dbq051.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2012-4-1", "accepted": null, "publisher": "Oxford University Press (OUP)", "doi": "10.1093/hwj/dbq051", "license": null, "url": "http://dx.doi.org/10.1093/hwj/dbq051", "issn": [{"type": "print", "value": "1363-3554"}, {"type": "electronic", "value": "1477-4569"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["A Marble Embryo: Meanings of a Portrait from 1900"], "funder": null, "datasourcePrefix": "crossref____"}
801
{"best_oa_location_url": "", "issued": "2016-12-01", "abstract": "Incineration fly ash, a waste from municipal solid waste incineration plant can be used to replace conventional filler as reinforcing filler to enhance the mechanical strength of a composite. Surface modification was performed on the incineration fly ash before mixing into the soft polymer matrix so as to improve interfacial bond of the filler and epoxy resin. In this study, detailed characterisation of mechanical, morphological and leaching behaviours of municipal solid waste incineration (MSWI) fly ash infused composite has been carried out. Flexural and tensile test was conducted to determine the effect on mechanical properties of the composite by varying the concentration of incineration fly ash filler added into polymer matrix and surface modification of incineration fly ash filler using silane coupling agent and colloidal mesoporous silica (CMS). The results indicated that composite infused with incineration fly ash filler surface treated with CMS shown improvement on the tensile and flexural strengths. In addition, SEM images showed that surface modification of incineration fly ash with colloidal mesoporous silica enhanced the interfacial bonding with polymer resin which explained the improvement of mechanical strength. Leaching test showed result of toxic metals such as Pb, Zn, Fe, Cu, Cr, Cd and Rb immobilised in the polymer matrix of the composite. Hence, the use of MSWI fly ash as reinforcing filler in the composite appears green and sustainable because this approach is a promising opportunity to substitute valuable raw material with MSWI fly ash.", "objIdentifier": "a70a5eb4631ac49b1084dfb38d658397", "pissn": "0956-053X", "subject": ["Waste Management and Disposal"], "author": [{"affiliation": [], "given": "C.K.", "family": "Goh"}, {"affiliation": [], "given": "S.E.", "family": "Valavan"}, {"affiliation": [], "given": "T.K.", "family": "Low"}, {"affiliation": [], "given": "L.H.", "family": "Tang"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0956053X16302598?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S0956053X16302598?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2016-12", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/j.wasman.2016.05.027", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1480550400000, "date-parts": [[2016, 12, 1]], "date-time": "2016-12-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/j.wasman.2016.05.027", "issn": [{"type": "print", "value": "0956-053X"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Effects of different surface modification and contents on municipal solid waste incineration fly ash/epoxy composites"], "funder": [{"name": "National Environment Agency (NEA)-Environment Technology Research Programme (ETRP)", "award": []}], "datasourcePrefix": "crossref____"}
802
{"best_oa_location_url": "", "issued": "2009", "abstract": [], "objIdentifier": "9f20a7425b143f4ca3b1ae9b7555a411", "subject": null, "author": [{"affiliation": [], "given": "Zachary R.", "family": "Schneider"}, {"affiliation": [], "given": "Parvathi", "family": "Mohan"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": "2009-5-20", "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/978-1-59745-565-7_16", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2009", "accepted": null, "publisher": "Humana Press", "doi": "10.1007/978-1-59745-565-7_16", "license": null, "url": "http://dx.doi.org/10.1007/978-1-59745-565-7_16", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Treatment of Viral Hepatitis in Children - 2008"], "funder": null, "datasourcePrefix": "crossref____"}
803
{"best_oa_location_url": "", "issued": "2002", "abstract": [], "objIdentifier": "c758ba379097c1d60c3976d9c51d9d3f", "pissn": "0190-2946", "subject": ["Education"], "author": [{"affiliation": [], "given": "Joanne", "family": "Reitano"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2002", "accepted": null, "publisher": "JSTOR", "doi": "10.2307/40252186", "license": null, "url": "http://dx.doi.org/10.2307/40252186", "issn": [{"type": "print", "value": "0190-2946"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["LaGuardia Community College: A Case Study in Academic Audacity"], "funder": null, "datasourcePrefix": "crossref____"}
804
{"best_oa_location_url": "", "issued": "2014-9-01", "abstract": [], "objIdentifier": "1b70214187698ce6dc01d9fee1fb3cfb", "pissn": "1878-7649", "subject": ["Gerontology", "Geriatrics and Gerontology"], "author": [{"affiliation": [], "given": "J.", "family": "Lindegaard-Pedersen"}, {"affiliation": [], "given": "P.U.", "family": "Pedersen"}, {"affiliation": [], "given": "E.M.", "family": "Damsgaard"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S1878764914705352?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S1878764914705352?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2014-9", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/s1878-7649(14)70535-2", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1409529600000, "date-parts": [[2014, 9, 1]], "date-time": "2014-09-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/s1878-7649(14)70535-2", "issn": [{"type": "print", "value": "1878-7649"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["P371: Does post discharge nutritional support to malnourished geriatric patients affect ADL function?"], "funder": null, "datasourcePrefix": "crossref____"}
805
{"best_oa_location_url": "", "issued": "None", "abstract": [], "objIdentifier": "8ac1e92e534f5c592686826a7993c725", "subject": null, "author": [{"affiliation": [], "given": "Sofiane", "family": "Bezzine"}, {"affiliation": [], "given": "Francine", "family": "Ferrato"}, {"affiliation": [], "given": "Véronique", "family": "Lopez"}, {"affiliation": [], "given": "Alain", "family": "de Caro"}, {"affiliation": [], "given": "Robert", "family": "Verger"}, {"affiliation": [], "given": "Frédéric", "family": "Carrière"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": null, "published-print": null, "accepted": null, "publisher": "Humana Press", "doi": "10.1385/1-59259-581-2:187", "license": null, "url": "http://dx.doi.org/10.1385/1-59259-581-2:187", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["One-Step Purification and Biochemical Characterization of Recombinant Pancreatic Lipases Expressed in Insect Celis"], "funder": null, "datasourcePrefix": "crossref____"}
806
{"best_oa_location_url": "", "issued": "2010-5-01", "abstract": [], "objIdentifier": "32d694cbf55038e8ad59b01527532f73", "pissn": "1759-7269", "subject": ["Renewable Energy, Sustainability and the Environment", "Waste Management and Disposal"], "eissn": "1759-7277", "author": [{"affiliation": [], "given": "Peter", "family": "Neubauer"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2014-4-9", "link": [{"URL": "https://www.tandfonline.com/doi/pdf/10.4155/bfs.10.11", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2010-5", "accepted": null, "publisher": "Informa UK Limited", "doi": "10.4155/bfs.10.11", "license": null, "url": "http://dx.doi.org/10.4155/bfs.10.11", "issn": [{"type": "print", "value": "1759-7269"}, {"type": "electronic", "value": "1759-7277"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Conference Report: Biochemical engineering taking the challenge: advanced methods for development of industrial scale bioprocesses"], "funder": null, "datasourcePrefix": "crossref____"}
807
{"best_oa_location_url": "", "issued": "1967-3-01", "abstract": [], "objIdentifier": "e6ffa2db4b5e7662ede3394d92b3754f", "pissn": "0077-8923", "subject": ["General Biochemistry, Genetics and Molecular Biology", "History and Philosophy of Science"], "author": [{"affiliation": [], "given": "Alfredo J.", "family": "Vazquez"}, {"affiliation": [], "given": "James E. P.", "family": "Toman"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2006-12-16", "link": [{"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1111%2Fj.1749-6632.1967.tb13725.x", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}, {"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1111%2Fj.1749-6632.1967.tb13725.x", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}, {"URL": "http://onlinelibrary.wiley.com/wol1/doi/10.1111/j.1749-6632.1967.tb13725.x/fullpdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1967-3", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1111/j.1749-6632.1967.tb13725.x", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", "start": {"timestamp": -89596800000, "date-time": "1967-03-01T00:00:00Z", "date-parts": [[1967, 3, 1]]}, "content-version": "tdm", "delay-in-days": 0}, {"URL": "http://onlinelibrary.wiley.com/termsAndConditions#vor", "start": {"timestamp": 1166227200000, "date-time": "2006-12-16T00:00:00Z", "date-parts": [[2006, 12, 16]]}, "content-version": "vor", "delay-in-days": 14535}], "url": "http://dx.doi.org/10.1111/j.1749-6632.1967.tb13725.x", "issn": [{"type": "print", "value": "0077-8923"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["SOME INTERACTIONS OF NICOTINE WITH OTHER DRUGS UPON CENTRAL NERVOUS FUNCTION*"], "funder": null, "datasourcePrefix": "crossref____"}
808
{"best_oa_location_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.188.3391", "issued": "2010-10-01", "abstract": "This paper studies how intradomain routing instability relates to events in network trouble tickets for two networks: a VPN provider and the Internet2 backbone network. Our goal in performing this joint analysis of routing and trouble tickets is to better understand the likely underlying causes of intradomain routing instability. We develop a method to correlate trouble tickets with instability events and find that, although unplanned events last longer than scheduled maintenance, there is no single underlying cause for most instability, and that these causes differ across networks. In comparison to a similar study from Labovitz et al. from ten years ago, we find that, while certain causes of instability such as maintenance and circuit problems remain significant, power issues have become much less prevalent, and software-related problems have become more common.", "objIdentifier": "598f6cee62f615cb831d4c8f4eb8ea86", "subject": null, "author": [{"affiliation": [], "given": "Amelie", "family": "Medem"}, {"affiliation": [], "given": "Renata", "family": "Teixeira"}, {"affiliation": [], "given": "Nick", "family": "Feamster"}, {"affiliation": [], "given": "Mickael", "family": "Meulle"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0004", "value": "Conference object"}, "is_oa": true, "published-online": null, "link": [{"URL": "http://xplorestaging.ieee.org/ielx5/5668576/5691186/05691306.pdf?arnumber=5691306", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2010-10", "accepted": null, "publisher": "IEEE", "doi": "10.1109/cnsm.2010.5691306", "license": null, "url": "http://dx.doi.org/10.1109/cnsm.2010.5691306", "issn": null, "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Joint analysis of network incidents and intradomain routing changes"], "funder": null, "datasourcePrefix": "crossref____"}
809
{"best_oa_location_url": "", "issued": "1981-5-01", "abstract": "The Royal Society of Health has a unique function in providing a meeting place for professional people of many different disciplines: dental and allied professions, environmental planning and building, food and nutrition, health education, medical supplementary professions, mental health, nursing services and social services. Recently there was an unusual blending of disciplines when the Food and Nutrition Group met together with the Pharmaceutical Group for a lecture by Dr H.J. Rogers, Consultant and Senior Lecturer in Clinical Pharmacology, Guy's Hospital, London. Christine Lewis attended this lecture to be introduced to the world of pharmacokinetics and pharmacodynamics, the language of pharmacy.", "objIdentifier": "00ba5935cd862468278ae61f1abde354", "pissn": "0034-6659", "subject": ["Food Science", "Nutrition and Dietetics"], "author": [{"affiliation": [], "given": "Christine", "family": "Lewis"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1981-5", "accepted": null, "publisher": "Emerald", "doi": "10.1108/eb058860", "license": null, "url": "http://dx.doi.org/10.1108/eb058860", "issn": [{"type": "print", "value": "0034-6659"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Food and medicine incompatability"], "funder": null, "datasourcePrefix": "crossref____"}
810
{"best_oa_location_url": "http://doi.org/10.2174/138161208786264151", "issued": "2008-9-1", "abstract": "α-1-antichymotrypsin (ACT), is an acute phase protein and a protease inhibitor produced by the liver and brain. ACT is involved in the pathogenesis of Alzheimers disease (AD), since elevated ACT concentration was found in cerebrospinal fluid (CSF) and brain from AD. ACT has also been shown to influence amyloid deposition in vitro and in animal models of AD.   In this investigation 830 healthy controls, 69 subjects with cognitive impairment and not dementia (CIND), 53 patients with severe clinical AD and 142 patients with mild AD were investigated. Plasma levels of ACT were measured with a new competitive immune enzyme linked immune-assay (ELISA). ACT levels were higher in AD patients than in CIND or controls. An age dependent increase of plasma ACT was present in both healthy elderly and CIND. Patients with mild clinical AD were followed up for two years and stratified according to the rate of clinical deterioration.   CT plasma levels were elevated in AD patients that showed an accelerated rate of cognitive deterioration during the follow up; this increment being prominent in AD with the Apolipoprotein E (APOE) e4 allele. Therefore, increased peripheral ACT levels in APOE 4 positive patients appear to predict an accelerated clinical progression. Plasma ACT might be used as a surrogate marker to monitor the conversion of pre-dementia stages to AD and the progression of the disease. The development of compounds able to interfere with the ACT biological activity (protease inhibition and/or promotion of amyloid deposition) might have therapeutic relevance for the disease.", "objIdentifier": "300b45695e036b73e5ff04b7dd8e1221", "pissn": "1381-6128", "subject": ["Pharmacology", "Drug Discovery"], "author": [{"affiliation": [], "given": "E.", "family": "Porcellini"}, {"affiliation": [], "given": "E.", "family": "Davis"}, {"affiliation": [], "given": "M.", "family": "Chiappelli"}, {"affiliation": [], "given": "E.", "family": "Ianni"}, {"affiliation": [], "given": "G.", "family": "Di Stefano"}, {"affiliation": [], "given": "P.", "family": "Forti"}, {"affiliation": [], "given": "G.", "family": "Ravaglia"}, {"affiliation": [], "given": "F.", "family": "Licastro"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": null, "link": [{"URL": "http://eurekaselect.com/article/download/67945", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2008-9-1", "accepted": null, "publisher": "Bentham Science Publishers Ltd.", "doi": "10.2174/138161208786264151", "license": null, "url": "http://dx.doi.org/10.2174/138161208786264151", "issn": [{"type": "print", "value": "1381-6128"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Elevated Plasma Levels of &#945; -1-Anti-Chymotrypsin in Age-Related Cognitive Decline and Alzheimers Disease: A Potential Therapeutic Target"], "funder": null, "datasourcePrefix": "crossref____"}
811
{"best_oa_location_url": "", "issued": "2000-6-01", "abstract": [], "objIdentifier": "680f5a6360970024c1c61e602d54553d", "pissn": "1173-8324", "subject": null, "author": [{"affiliation": [], "family": "&NA;"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2000-6", "accepted": null, "publisher": "Springer Nature", "doi": "10.2165/00128413-200012410-00050", "license": null, "url": "http://dx.doi.org/10.2165/00128413-200012410-00050", "issn": [{"type": "print", "value": "1173-8324"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Zanamivir effective in children with influenza"], "funder": null, "datasourcePrefix": "crossref____"}
812
{"best_oa_location_url": "", "issued": "2016-3-28", "abstract": "Mercury complex of 4-(2-pyridylazo)resorcinol (PAR-2Hg2+), a halide-ion chemosensor, was prepared and its efficiency as a tool for high-throughput screening (HTS) of transition-metal-catalyzed coupling reactions was investigated. It showed a high selectivity for halide ions. When the PAR–2Hg2+ complex was used in the Suzuki coupling reaction and C–H activated coupling reaction with aryl bromides, the quantitative and qualitative conversions of aryl halides were obtained from the reaction mixture color change.", "objIdentifier": "a83669a26f077ab25a577dfda71931e7", "pissn": "1523-7060", "subject": ["Physical and Theoretical Chemistry", "Organic Chemistry", "Biochemistry"], "eissn": "1523-7052", "author": [{"affiliation": [{"name": "Department\rof Chemistry, Gwangju Institute of Science of Technology (GIST), Gwangju 61005, Republic of Korea"}], "given": "Min Sik", "family": "Eom"}, {"affiliation": [{"name": "Department\rof Chemistry, Chonnam National University, Gwangju 61186, Republic of Korea"}], "given": "Jieun", "family": "Noh"}, {"affiliation": [{"name": "Department\rof Chemistry, Chonnam National University, Gwangju 61186, Republic of Korea"}], "given": "Han-Sung", "family": "Kim"}, {"affiliation": [{"name": "Department\rof Chemistry, Gwangju Institute of Science of Technology (GIST), Gwangju 61005, Republic of Korea"}], "given": "Soyeon", "family": "Yoo"}, {"affiliation": [{"name": "Department\rof Chemistry, Gwangju Institute of Science of Technology (GIST), Gwangju 61005, Republic of Korea"}], "given": "Min Su", "family": "Han"}, {"affiliation": [{"name": "Department\rof Chemistry, Chonnam National University, Gwangju 61186, Republic of Korea"}], "given": "Sunwoo", "family": "Lee"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2016-3-28", "link": [{"URL": "http://pubs.acs.org/doi/pdf/10.1021/acs.orglett.6b00300", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2016-4-15", "accepted": null, "publisher": "American Chemical Society (ACS)", "doi": "10.1021/acs.orglett.6b00300", "license": null, "url": "http://dx.doi.org/10.1021/acs.orglett.6b00300", "issn": [{"type": "print", "value": "1523-7060"}, {"type": "electronic", "value": "1523-7052"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["High-Throughput Screening Protocol for the Coupling Reactions of Aryl Halides Using a Colorimetric Chemosensor for Halide Ions"], "funder": [{"doi-asserted-by": "publisher", "DOI": "10.13039/501100003725", "name": "National Research Foundation of Korea", "award": ["NRF-2014R1A2A1A11050018", "NRF-2015R1A4A1041036", "NRF- 2014H1A8A1022253", "NRF-2013R1A2A2A01007000"]}], "datasourcePrefix": "crossref____"}
813
{"best_oa_location_url": "", "issued": "2017-2-8", "abstract": "The electrochemical deposition of Si has been carried out in an ionic liquid medium in the presence of water in a limited dry nitrogen environment on highly oriented pyrolytic graphite (HOPG) at room temperature. It has been found that the presence of water in ionic liquids does not affect the available effective potential window to a large extent. Silicon has been successfully deposited electrochemically in the overpotential regime in two different ionic liquids, namely, BMImTf2N and BMImPF6, in the presence of water. Although a Si thin film has been obtained from BMImTf2N; only distinguished Si crystals protected in ionic liquid droplets have been observed from BMImPF6. The most important observation of the present investigation is that the Si precursor, SiCl4, instead of undergoing hydrolysis, even in the presence of water, coexisted with ionic liquids, and elemental Si has been successfully electrodeposited.", "objIdentifier": "b660e45ccc4ade15eda6347f449c8236", "pissn": "0743-7463", "subject": ["Spectroscopy", "Electrochemistry", "General Materials Science", "Surfaces and Interfaces", "Condensed Matter Physics"], "eissn": "1520-5827", "author": [{"affiliation": [{"name": "Department of Solar Energy, Pandit Deendayal Petroleum University, Raisan, Gandhinagar-382007, Gujarat, India"}], "given": "Nisarg K.", "family": "Shah"}, {"affiliation": [{"name": "Department of Solar Energy, Pandit Deendayal Petroleum University, Raisan, Gandhinagar-382007, Gujarat, India"}], "given": "Ranjan Kumar", "family": "Pati"}, {"ORCID": "http://orcid.org/0000-0002-4285-2717", "authenticated-orcid": true, "given": "Abhijit", "family": "Ray", "affiliation": [{"name": "Department of Solar Energy, Pandit Deendayal Petroleum University, Raisan, Gandhinagar-382007, Gujarat, India"}]}, {"ORCID": "http://orcid.org/0000-0003-3756-6131", "authenticated-orcid": true, "given": "Indrajit", "family": "Mukhopadhyay", "affiliation": [{"name": "Department of Solar Energy, Pandit Deendayal Petroleum University, Raisan, Gandhinagar-382007, Gujarat, India"}]}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2017-2-8", "link": [{"URL": "http://pubs.acs.org/doi/pdf/10.1021/acs.langmuir.6b03621", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2017-2-21", "accepted": null, "publisher": "American Chemical Society (ACS)", "doi": "10.1021/acs.langmuir.6b03621", "license": null, "url": "http://dx.doi.org/10.1021/acs.langmuir.6b03621", "issn": [{"type": "print", "value": "0743-7463"}, {"type": "electronic", "value": "1520-5827"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Electrodeposition of Si from an Ionic Liquid Bath at Room Temperature in the Presence of Water"], "funder": [{"doi-asserted-by": "publisher", "DOI": "10.13039/501100001409", "name": "Department of Science and Technology, Ministry of Science and Technology", "award": ["SR/S1/PC-44/2011"]}], "datasourcePrefix": "crossref____"}
814
{"publisher": "IEEE", "doi": "10.1109/ccgrid.2017.34", "license": null, "author": [{"affiliation": [], "given": "Longjie", "family": "Ma"}, {"affiliation": [], "given": "Jigang", "family": "Wu"}, {"affiliation": [], "given": "Long", "family": "Chen"}], "url": "http://dx.doi.org/10.1109/ccgrid.2017.34", "issued": "2017-5-01", "abstract": [], "issn": null, "dateOfCollection": "2018-08-07 12:28:06Z", "datasourcePrefix": "crossref____", "link": [{"URL": "http://xplorestaging.ieee.org/ielx7/7973338/7973673/07973703.pdf?arnumber=7973703", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "objIdentifier": "ef5a4103743d4be01d4448af90e0afbe", "published-print": "2017-5", "collectedFrom": [{"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["DOTA: Delay Bounded Optimal Cloudlet Deployment and User Association in WMANs"], "funder": null, "accepted": null, "type": {"cobj": "0004", "value": "Conference object"}, "is_oa": false, "published-online": null, "subject": null}
815
{"best_oa_location_url": "", "issued": "2009-12-01", "abstract": "This paper will introduce simple modifications to the database of the widely deployed Kerberos authentication protocol. The principle's long-term secret key will be independent of the user password with the aim to overcome the weak passwords chosen by the network principal that are susceptible to password guessing attacks, the main drawback of the Kerberos protocol. Instead, the Kerberos Distribution Center will save a profile for every instance in the realm that it mange and the secret key will be generated based on that profile. This profile will be hashed and then, the output digest will be encrypted to generate the secret key. Besides, the lifetime of the secret key will be controlled using the system lifetime. We will use Triple-Des as an encryption algorithm, SHA-256 as a hashing algorithm, and Blum Blum Shub as a random number generator algorithm.", "objIdentifier": "47081f066afb4b4ee888ccb112a17887", "subject": null, "author": [{"affiliation": [], "given": "Eman", "family": "El-Emam"}, {"affiliation": [], "given": "Magdy", "family": "Koutb"}, {"affiliation": [], "given": "Hamdy", "family": "Kelash"}, {"affiliation": [], "given": "Osama", "family": "Farag Allah"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0004", "value": "Conference object"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://xplorestaging.ieee.org/ielx5/5373586/5383051/05383213.pdf?arnumber=5383213", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2009-12", "accepted": null, "publisher": "IEEE", "doi": "10.1109/icces.2009.5383213", "license": null, "url": "http://dx.doi.org/10.1109/icces.2009.5383213", "issn": null, "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["An optimized Kerberos authentication protocol"], "funder": null, "datasourcePrefix": "crossref____"}
816
{"best_oa_location_url": "", "issued": "2014-12-4", "abstract": "Abstract#R##N##R##N#2-Alkyltetrazole-5-thiols such as (V) and (X) are synthesized and readily oxidized to the corresponding disulfides.", "objIdentifier": "d83ba8afbc271a5bc77f2a7dc8e7f74b", "pissn": "0931-7597", "subject": null, "author": [{"affiliation": [], "given": "S. V.", "family": "Vorona"}, {"affiliation": [], "given": "T. V.", "family": "Artamonova"}, {"affiliation": [], "given": "K. A.", "family": "Kitchenko"}, {"affiliation": [], "given": "Yu. E.", "family": "Zevatskii"}, {"affiliation": [], "given": "L. V.", "family": "Myznikov"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2014-12-4", "link": [{"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1002%2Fchin.201451150", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2014-12-23", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1002/chin.201451150", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", "start": {"timestamp": 1441065600000, "date-time": "2015-09-01T00:00:00Z", "date-parts": [[2015, 9, 1]]}, "content-version": "tdm", "delay-in-days": 271}], "url": "http://dx.doi.org/10.1002/chin.201451150", "issn": [{"type": "print", "value": "0931-7597"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["ChemInform Abstract: Synthesis of 2-Substituted Tetrazole-5-thiols and 5,5′-Disulfandiylbis(2-alkyl-2H-tetrazoles)."], "funder": null, "datasourcePrefix": "crossref____"}
817
{"best_oa_location_url": "", "issued": "2014-8-01", "abstract": [], "objIdentifier": "529f2a499d92895711a6d92e374cb049", "pissn": "0741-5214", "subject": ["Surgery", "Cardiology and Cardiovascular Medicine"], "author": [{"affiliation": [], "given": "Benjamin W.", "family": "Starnes"}, {"affiliation": [], "given": "Gale", "family": "Tang"}, {"affiliation": [], "given": "Billi", "family": "Tatum"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0741521414010489?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S0741521414010489?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2014-8", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/j.jvs.2014.05.064", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1406851200000, "date-parts": [[2014, 8, 1]], "date-time": "2014-08-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}, {"URL": "http://www.elsevier.com/open-access/userlicense/1.0/", "start": {"timestamp": 1470009600000, "date-parts": [[2016, 8, 1]], "date-time": "2016-08-01T00:00:00Z"}, "content-version": "vor", "delay-in-days": 731}], "url": "http://dx.doi.org/10.1016/j.jvs.2014.05.064", "issn": [{"type": "print", "value": "0741-5214"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Physician-Modified Endovascular Grafts: Graft Creation"], "funder": null, "datasourcePrefix": "crossref____"}
818
{"best_oa_location_url": "", "issued": "1960-6-1", "abstract": [], "objIdentifier": "ddaf38834325eefc332a6b1cc84697b0", "pissn": "1092-4388", "subject": ["Speech and Hearing", "Linguistics and Language", "Language and Linguistics"], "author": [{"affiliation": [], "given": "Donald G.", "family": "Doehring"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1960-6-1", "accepted": null, "publisher": "American Speech Language Hearing Association", "doi": "10.1044/jshr.0302.138", "license": null, "url": "http://dx.doi.org/10.1044/jshr.0302.138", "issn": [{"type": "print", "value": "1092-4388"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Visual Spatial Memory in Aphasic Children"], "funder": null, "datasourcePrefix": "crossref____"}
819
{"best_oa_location_url": "http://doi.org/10.14746/pt.2009.12.11", "issued": "2009-1-1", "abstract": "Contrary to common conviction, which treats pure nonsense and logic as a relation of incompatibility and incongruity, it is the relation of contiguity that appears to be fundamental for the principle of the paralogic of pure nonsense. Like in the poetry of nonsense also even nonsensical jokes or absurd situations appear to be peculiarly logical (i.e. paralogical). Studies of metaphor and panegyric seem to be this trope, which most closely leads to the goal which is a theory of literature view of pure nonsense.", "objIdentifier": "0830ae8ccb8aef1fe8ab048952832185", "pissn": "1644-6763", "subject": ["Literature and Literary Theory"], "author": [{"affiliation": [], "given": "Krzysztof", "family": "Obremski"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": "2009-1-1", "link": [{"URL": "http://pressto.amu.edu.pl/index.php/pt/article/viewFile/3516/3534", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "accepted": null, "publisher": "Adam Mickiewicz University Poznan", "doi": "10.14746/pt.2009.12.11", "license": null, "url": "http://dx.doi.org/10.14746/pt.2009.12.11", "issn": [{"type": "print", "value": "1644-6763"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Od „Zarysu teorii nonsensu” do czystego nonsensu w życiu codziennym"], "funder": null, "datasourcePrefix": "crossref____"}
820
{"best_oa_location_url": "", "issued": "2010", "abstract": "Objectives#R##N#The aim of this study was to examine whether the presence of risk alleles of the norepinephrine transporter gene (SLC6A2) polymorphisms is associated with differences in regional cerebral blood flow (rCBF) measured by 99mTc-HMPAO single photon emission computerized tomography in a Korean sample of ADHD.#R##N#Methods#R##N#The present study included 24 children with ADHD (9.5±2.4 years), consisting of 20 boys and 4 girls, aged 6-16 years. We investigated the G1287A and -3081(A/T) polymorphisms of the SLC6A2. The rCBF was compared between the ADHD subjects with and without risk alleles at the G1287A polymorphism and at the -3081(A/T) polymorphism. Image analyses were performed with voxelwise t-statistics using SPM2.#R##N#Results#R##N##R##N#1)#TAB##R##N#The ADHD subjects with the A allele (risk allele) at the G1287A polymorphism showed reduced perfusion in the left middle frontal gyrus, left inferior parietal lobule, precuneus, right superior frontal gyrus, and right superior parietal lobule as compared with ADHD subjects without the A allele (p< 0.001).#R##N##R##N#2)#TAB##R##N#The ADHD subjects with the A allele at the G1287A polymorphism showed increased perfusion in the right middle frontal gyrus, right middle temporal gyrus, right superior temporal gyrus, right fusiform gyrus, right precentral gyrus, and right anterior lobe of cerebellum as compared with ADHD subjects without the A allele (p< 0.001).#R##N##R##N#3)#TAB##R##N#No significant perfusion differences were found between ADHD subjects with and without the T allele (risk allele) at the -3081(A/T) polymorphism.#R##N##R##N##R##N##R##N#Conclusion#R##N#Our findings suggest that the SLC6A2 G1287A polymorphism might exert differential effects on rCBF in children with ADHD.", "objIdentifier": "2c9050af84952c042643114f6718ae52", "pissn": "0924-9338", "subject": ["Psychiatry and Mental health"], "author": [{"affiliation": [], "given": "S.-C.", "family": "Cho"}, {"affiliation": [], "given": "B.-N.", "family": "Kim"}, {"affiliation": [], "given": "J.-W.", "family": "Kim"}, {"affiliation": [], "given": "M.-S.", "family": "Shin"}, {"affiliation": [], "given": "H.-W.", "family": "Kim"}, {"affiliation": [], "given": "J.-W.", "family": "Kang"}, {"affiliation": [], "given": "Y.-H.", "family": "Yang"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0924933810703941?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S0924933810703941?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2010", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/s0924-9338(10)70394-1", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1262304000000, "date-parts": [[2010, 1, 1]], "date-time": "2010-01-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/s0924-9338(10)70394-1", "issn": [{"type": "print", "value": "0924-9338"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["P01-188 - Regional brain perfusion differences associated with norepinephrine transporter gene polymorphisms in ADHD"], "funder": null, "datasourcePrefix": "crossref____"}
821
{"best_oa_location_url": "", "issued": "1992", "abstract": [], "objIdentifier": "de5ec5033d3c0dcc4b00a995354bcb47", "pissn": "0027-4224", "subject": ["Music"], "eissn": "1477-4631", "author": [{"affiliation": [], "given": "ERIC", "family": "CLARKE"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://academic.oup.com/ml/article-pdf/73/1/84/9897519/84.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1992", "accepted": null, "publisher": "Oxford University Press (OUP)", "doi": "10.1093/ml/73.1.84", "license": null, "url": "http://dx.doi.org/10.1093/ml/73.1.84", "issn": [{"type": "print", "value": "0027-4224"}, {"type": "electronic", "value": "1477-4631"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["REVIEWS OF BOOKS"], "funder": null, "datasourcePrefix": "crossref____"}
822
{"best_oa_location_url": "", "issued": "1958-1-01", "abstract": [], "objIdentifier": "27ea7d2a511318fe6ab21bd62f3a6855", "pissn": "0022-4189", "subject": ["Religious studies"], "eissn": "1549-6538", "author": [{"affiliation": [], "given": "E. Theodore", "family": "Bachmann"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.journals.uchicago.edu/doi/pdf/10.1086/485035", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1958-1", "accepted": null, "publisher": "University of Chicago Press", "doi": "10.1086/485035", "license": null, "url": "http://dx.doi.org/10.1086/485035", "issn": [{"type": "print", "value": "0022-4189"}, {"type": "electronic", "value": "1549-6538"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["German Protestants Face the Social Question, Vol. I: The Conservative Phase, 1815-1871. William O. Shanahan"], "funder": null, "datasourcePrefix": "crossref____"}
823
{"best_oa_location_url": "", "issued": "None", "abstract": [], "objIdentifier": "94997a34c40d85f42d5ba7666a031d33", "subject": null, "author": [{"affiliation": [], "given": "Catherine", "family": "Wilson"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": null, "published-print": null, "accepted": null, "publisher": "Cambridge University Press", "doi": "10.1017/cbo9780511805004.007", "license": null, "url": "http://dx.doi.org/10.1017/cbo9780511805004.007", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Meditation Four (I) : The Meditator broods on her epistemological and moral errors and deficiencies and discovers the true power of her will and its spontaneous attraction to truth and goodness"], "funder": null, "datasourcePrefix": "crossref____"}
824
{"best_oa_location_url": "", "issued": "None", "abstract": "The paper describes a new partial matching algorithm to retrieve speech information from a speech database by spoken sentence query. The similarity between two partial matching sentences is evaluated by a new algorithm called column-based row-based (CBRB) evaluation. This feature-matching method does not need a complex language model, so the system is language independent. Moreover, the proposed approach does not involve a large-vocabulary recognizer, which can heavily load a system, so the proposed approach greatly reduces the computational burden, and is highly appropriate for handheld devices. Finally, experiments were conducted for a personal speech calendar and the results show that our system can successfully evaluate the similarity between database sentences and a query sentence.", "objIdentifier": "f55ff92391b1acac07d3b03a2d17631f", "subject": null, "author": [{"affiliation": [], "family": "Jhing-Fa Wang"}, {"affiliation": [], "family": "Po-Chuan Lin"}, {"affiliation": [], "family": "Li-Chang Wen"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0004", "value": "Conference object"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://xplorestaging.ieee.org/ielx5/9799/30908/01434146.pdf?arnumber=1434146", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "accepted": null, "publisher": "IEEE", "doi": "10.1109/isimp.2004.1434146", "license": null, "url": "http://dx.doi.org/10.1109/isimp.2004.1434146", "issn": null, "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Partial speech sentence matching for personal calendar information retrieval"], "funder": null, "datasourcePrefix": "crossref____"}
825
{"best_oa_location_url": "", "issued": "2008-6-30", "abstract": [], "objIdentifier": "e31f91577b823fcc5163f9665fc2e198", "pissn": "1225-0562", "subject": ["General Materials Science"], "author": [{"affiliation": [], "given": "Chang-Sun", "family": "Park"}, {"affiliation": [], "given": "Kwang-Joon", "family": "Hong"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://ocean.kisti.re.kr/downfile/crosscheck/mrsk/JAKO200819160170822.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2008-6-30", "accepted": null, "publisher": "The Materials Research Society of Korea", "doi": "10.3740/mrsk.2008.18.6.318", "license": null, "url": "http://dx.doi.org/10.3740/mrsk.2008.18.6.318", "issn": [{"type": "print", "value": "1225-0562"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Growth and Effect of Thermal Annealing for ZnIn2S4Single Crystal Thin Film by Hot Wall Epitaxy"], "funder": null, "datasourcePrefix": "crossref____"}
826
{"best_oa_location_url": "", "issued": "1960-9-01", "abstract": "Patient Access#R##N#Patients and/or caregivers may access this content for use in relation to their own personal healthcare or that of a family member only. Terms and conditions will apply.", "objIdentifier": "3304142019f1e06272431622d183f2df", "pissn": "0007-1323", "subject": ["Surgery"], "eissn": "1365-2168", "author": [{"affiliation": [], "given": "C. S.", "family": "Kirkham"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1002%2Fbjs.18004820804", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1960-9", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1002/bjs.18004820804", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", "start": {"timestamp": 1441065600000, "date-parts": [[2015, 9, 1]], "date-time": "2015-09-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 20088}], "url": "http://dx.doi.org/10.1002/bjs.18004820804", "issn": [{"type": "print", "value": "0007-1323"}, {"type": "electronic", "value": "1365-2168"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Spontaneous perforation of the normal pelvic colon"], "funder": null, "datasourcePrefix": "crossref____"}
827
{"best_oa_location_url": "http://doi.org/10.5424/sjar/2013114-4637", "issued": "2013-12-3", "abstract": "A total of 144 pigs were used to study the effects of sex (barrows or gilts) and terminal sire line (Iberian or three genetic lines of Duroc: Duroc 1, Duroc 2 and Duroc 3) on performance and carcass and meat quality traits. Gilts showed slightly lower average daily gain, shoulder weight and trimming losses, but slightly better primal cuts yields and higher loin weight, while there was no significant effect of sex on meat quality traits or on the fatty acid composition of lard and muscle. There were important differences in performance and in carcass and primal cuts quality traits between pure Iberian pigs and all Iberian × Duroc crossbreeds evaluated, partly due to the lower slaughter weights reached by the formers. The different sire lines showed differences in several traits; Duroc 1 group showed lower backfat thickness and ham and shoulder trimming losses, and higher primal cut yields than Duroc 2 and Duroc 3 groups. Intramuscular fat (IMF) content remained unaffected by crossbreeding, but meat color resulted more intense and redder in crosses from the Duroc 1 sire line. The accumulation of fatty acids in lard was not affected by Duroc sire line, while animals of the group Duroc 2 showed higher levels of monounsaturated fatty acid and lower of polyunsaturated ones in IMF. These results highlight the importance of considering not only performance, but also carcass and meat quality traits when deciding the Duroc sire line for crossbreeding in Iberian pig production.", "objIdentifier": "3fc73e9990847ff29bdaf07bc61c79ac", "pissn": "1695-971X", "subject": ["Agronomy and Crop Science"], "eissn": "2171-9292", "author": [{"affiliation": [], "given": "A.", "family": "Robina"}, {"affiliation": [], "given": "J.", "family": "Viguera"}, {"affiliation": [], "given": "T.", "family": "Perez-Palacios"}, {"affiliation": [], "given": "A. I.", "family": "Mayoral"}, {"affiliation": [], "given": "J. M.", "family": "Vivo"}, {"affiliation": [], "given": "M. T.", "family": "Guillen"}, {"affiliation": [], "given": "J.", "family": "Ruiz"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": "2013-12-3", "link": null, "published-print": null, "accepted": null, "publisher": "Instituto Nacional de Investigacion y Tecnologia Agraria y Alimentaria (INIA)", "doi": "10.5424/sjar/2013114-4637", "license": null, "url": "http://dx.doi.org/10.5424/sjar/2013114-4637", "issn": [{"type": "print", "value": "1695-971X"}, {"type": "electronic", "value": "2171-9292"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Carcass and meat quality traits of Iberian pig as affected by sex and crossbreeding with different Duroc genetic lines"], "funder": null, "datasourcePrefix": "crossref____"}
828
{"best_oa_location_url": "", "issued": "2016", "abstract": [], "objIdentifier": "f63cb16f774f9c82ae30ecae3657e06c", "subject": null, "author": [{"affiliation": [], "given": "H. P.", "family": "Shen"}, {"affiliation": [], "given": "X. Y.", "family": "Cheng"}, {"affiliation": [], "given": "H.", "family": "Li"}, {"affiliation": [], "given": "S. Y.", "family": "Zhang"}, {"affiliation": [], "given": "L. C.", "family": "Su"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://link.springer.com/content/pdf/10.1007/978-3-319-48767-0_150", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2016", "accepted": null, "publisher": "Springer International Publishing", "doi": "10.1007/978-3-319-48767-0_150", "license": [{"URL": "http://www.springer.com/tdm", "start": {"timestamp": 1451606400000, "date-parts": [[2016, 1, 1]], "date-time": "2016-01-01T00:00:00Z"}, "content-version": "vor", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1007/978-3-319-48767-0_150", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Effect of Copper Alloy Element on Corrosion Properties of High Strength Mooring Chain Steel"], "funder": null, "datasourcePrefix": "crossref____"}
829
{"best_oa_location_url": "", "issued": "1967-8-01", "abstract": "Four new analogues of oxytocin, i.e. Phe2-Ser4-Ileu8-oxytocin, Phe3-Ser4-Ileu8-oxytocin, Gly4-Ileu8-oxytocin and Phe2-Val3-oxytocin have been synthesized and their biological activities compared with those of oxytocin (Syntocinon®).", "objIdentifier": "245bf5d30a9389f632ef3a5175c2e5dc", "pissn": "0014-4754", "subject": ["General Biochemistry, Genetics and Molecular Biology", "Molecular Medicine", "Cell Biology", "Molecular Biology", "Pharmacology", "Cellular and Molecular Neuroscience"], "eissn": "1420-9071", "author": [{"affiliation": [], "given": "E.", "family": "Klieger"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/BF02144157", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1967-8", "accepted": null, "publisher": "Springer Nature", "doi": "10.1007/bf02144157", "license": null, "url": "http://dx.doi.org/10.1007/bf02144157", "issn": [{"type": "print", "value": "0014-4754"}, {"type": "electronic", "value": "1420-9071"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Über Peptidsynthesen, XLIII. Darstellung einiger Oxytocin-Analoga"], "funder": null, "datasourcePrefix": "crossref____"}
830
{"best_oa_location_url": "https://researchbank.swinburne.edu.au/file/5ea225ae-3b8e-418f-9b7d-ce25d0564495/1/PDF (Published version).pdf", "issued": "2007-3-28", "abstract": "The evolution of an unbounded inviscid free surface subjected to a velocity potential of Gaussian form and also to the influence of inertial, interfacial and gravitational forces is considered. This construct was motivated by the occurrence of lung haemorrhage resulting from ultrasonic imaging and pursues the notion that bursts of ultrasound act to expel droplets that puncture the soft air-filled sacs in the lung plural surface, allowing them to fill with blood. The tissue adjacent to the sacs is modelled as a liquid and the air-tissue interface in the sacs as a free surface. The evolution of the free surface is described by a boundary-integral formulation and, since the free surface evolves slowly relative to the bursts of ultrasound, they are realized as an impulse at the free surface, represented by the velocity potential. As the free surface evolves, it is seen to form axisymmetric surface jets, waves or droplets, depending upon the levels of gravity and surface tension. Moreover the droplets may be spherical and ejected away from the surface or an inverted tear shape and fall back to the surface. These conclusions are expressed in a phase diagram of inverse Froude number Fr -1  versus inverse Weber number We -1 . Specifically, while axisymmetric surface jets form in the absence of surface tension and gravity, gravity acts to bound their height, rendering them waves, although instability overrides the calculation prior to its reaching that bound. Surface tension acts to suppress the instability (provided that We -1  > 0.045) and to form drops; if sufficiently strong it can also damp the evolving wave, causing it to collapse. The pinchoff which effects spherical drops is of power-law type with exponent 2/3, and the universal constant that relates the necking radius to the time from pinchoff, thereby realizing a finite-time singularity, has the value K=0.45 ± 0.025. Finally, drops can occur once the mechanical index, a dimensional measure used in ultrasonography, exceeds 0.5.", "objIdentifier": "c51c4ec98af7b2525acbbfad72287172", "pissn": "0022-1120", "subject": ["Mechanical Engineering", "Mechanics of Materials", "Condensed Matter Physics"], "eissn": "1469-7645", "author": [{"affiliation": [], "given": "K. K.", "family": "TJAN"}, {"affiliation": [], "given": "W. R. C.", "family": "PHILLIPS"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": "2007-3-28", "link": [{"URL": "https://www.cambridge.org/core/services/aop-cambridge-core/content/view/S0022112007004648", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2007-4", "accepted": null, "publisher": "Cambridge University Press (CUP)", "doi": "10.1017/s0022112007004648", "license": null, "url": "http://dx.doi.org/10.1017/s0022112007004648", "issn": [{"type": "print", "value": "0022-1120"}, {"type": "electronic", "value": "1469-7645"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["On impulsively generated inviscid axisymmetric surface jets, waves and drops"], "funder": null, "datasourcePrefix": "crossref____"}
831
{"best_oa_location_url": "", "issued": "1984-10-1", "abstract": [], "objIdentifier": "3c114ff165d411e081020a572ef58604", "pissn": "0021-8812", "subject": ["Food Science", "Animal Science and Zoology", "Genetics", "General Medicine"], "eissn": "1525-3163", "author": [{"affiliation": [], "given": "T. R.", "family": "Bandy"}, {"affiliation": [], "given": "E. J.", "family": "Eisen"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://academic.oup.com/jas/article-pdf/59/4/896/22943761/jan0590040896.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1984-10-1", "accepted": null, "publisher": "Oxford University Press (OUP)", "doi": "10.2527/jas1984.594896x", "license": null, "url": "http://dx.doi.org/10.2527/jas1984.594896x", "issn": [{"type": "print", "value": "0021-8812"}, {"type": "electronic", "value": "1525-3163"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Prenatal and Postnatal Effects in Mouse Lines Selected for Body Weight and Litter Size: Performance of Postnatal Dams and Growth of Progeny2"], "funder": null, "datasourcePrefix": "crossref____"}
832
{"best_oa_location_url": "", "issued": "2013-9-01", "abstract": "Abstract   Cultural competency was first articulated in the 1980s to address the issues of discrimination and disparities in the provision of healthcare services. Since then, countless efforts have been made to educate and train a culturally competent healthcare task force. As the current US government unveils its healthcare reform, one might wonder what will be the future of the cultural competency in health care. The question is even more pertinent if the upcoming demographic shift of the US population is added to the picture. The most recent data from the Census Bureau stated that Asians and Hispanics are the fastest-growing ethnic groups in the US population.  1   Therefore the majority of the patients receiving primary and preventive care under the changes with the Affordable Care Act will be among today’s minority groups. So more than ever before, time needs to be spent on analysis and discussion of how these important changes will shape the quality of care that ought to be culturally sensitive as an aspect of delivery of excellent care.", "objIdentifier": "d132b47465054303101ad744712f75bb", "pissn": "1527-3369", "subject": ["Pediatrics"], "author": [{"affiliation": [], "given": "Ana F.", "family": "Diallo"}, {"affiliation": [], "given": "Jacqueline M.", "family": "McGrath"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S1527336913000743?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S1527336913000743?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2013-9", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1053/j.nainr.2013.07.003", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1377993600000, "date-parts": [[2013, 9, 1]], "date-time": "2013-09-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1053/j.nainr.2013.07.003", "issn": [{"type": "print", "value": "1527-3369"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["A Glance at the Future of Cultural Competency in Healthcare"], "funder": null, "datasourcePrefix": "crossref____"}
833
{"best_oa_location_url": "", "issued": "2007-5-01", "abstract": "A novel circuit-level simulation strategy to assess the impact of charge sharing on the upset rate of redundancy based radiation hardened designs is introduced. Accelerated measurements conducted at the Los Alamos National Laboratory show a 10s or better reliability of hardened latches over standard latches for 45nm and 90nm implementations. Despite this encouraging trend, our simulations project that compact redundancy hardened designs will have soft error rates similar to non-hardened designs within a few technology generations if no additional mitigation techniques are applied to reduce the impact of charge sharing.", "objIdentifier": "cc47fa711e3af5f8ddff9df59851cf3b", "subject": null, "author": [{"affiliation": [], "given": "N.", "family": "Seifert"}, {"affiliation": [], "given": "B.", "family": "Gill"}, {"affiliation": [], "given": "V.", "family": "Zia"}, {"affiliation": [], "given": "M.", "family": "Zhang"}, {"affiliation": [], "given": "V.", "family": "Ambrose"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0004", "value": "Conference object"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://xplorestaging.ieee.org/ielx5/4299518/4299519/04299573.pdf?arnumber=4299573", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2007-5", "accepted": null, "publisher": "IEEE", "doi": "10.1109/icicdt.2007.4299573", "license": null, "url": "http://dx.doi.org/10.1109/icicdt.2007.4299573", "issn": null, "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["On the Scalability of Redundancy based SER Mitigation Schemes"], "funder": null, "datasourcePrefix": "crossref____"}
834
{"best_oa_location_url": "", "issued": "1968-8-01", "abstract": "Abstract   β-Diethylaminoethyl-diphenylpropylacetate (SKF 525-A) results in either hemolysis or stabilization of the red cell membrane. These effects are concentration dependent. At higher concentrations of SKF 525-A (10 −3 M), an increase in hemolysis and a decrease in osmotic resistance is noted, whereas a stabilization of the red cell membranes occurs at lower concentrations of 10 −4 –10 −9 M. The hemolysis of the red cell is temperature dependent and hemolysis increases as temperature decreases. The SKF 525-A action appears to be immediate and the effects prolonged. The concentration at which SKF 525-A demonstrates its greatest membrane stabilization corresponded to the first breaking point observed during measurements of surface tension, and thus perhaps indicates the formation of micelles. It can be calculated that one molecule of SKF 525-A occupied 51 A 2  of red cell area. SKF 525-A (10 −4  M) causes a change in the mean cellular volume of red cells over all osmolar concentrations studied. One possible mechanism of action that would account for these findings is that the erythrocyte membrane expands in combination with SKF 525-A in the same way that lipid monolayers interact with various surface-active drugs such as the phenothiazine derivatives. The resulting expansion of the erythrocyte membrane would lead to an increase in the surface area and volume of the red cell and thus decrease osmotic fragility.", "objIdentifier": "3258439baf966c9f87af86c74e5faeb8", "pissn": "0006-2952", "subject": ["Biochemistry", "Pharmacology"], "author": [{"affiliation": [], "given": "Insu P.", "family": "Lee"}, {"affiliation": [], "given": "Henry I.", "family": "Yamamura"}, {"affiliation": [], "given": "Robert L.", "family": "Dixon"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:0006295268902293?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:0006295268902293?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "1968-8", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/0006-2952(68)90229-3", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": -44755200000, "date-time": "1968-08-01T00:00:00Z", "date-parts": [[1968, 8, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/0006-2952(68)90229-3", "issn": [{"type": "print", "value": "0006-2952"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["The effects of β-diethylaminoethyl-diphenylpropylacetate (SKF 525-A) on biological membranes—I"], "funder": null, "datasourcePrefix": "crossref____"}
835
{"best_oa_location_url": "", "issued": "2007-12-01", "abstract": "A method for arbitrary surface reconstruction from 3D large scattered points is proposed in this paper. According to the properties of 3D points, e.g. the non-uniform distribution and unknown topology, an implicit surface model is adopted based on radial basis functions network. And because of the property of locality of radial basis function, the method is fast and robust in surface reconstruction. Furthermore, an adapted K-Means algorithm is used to reduce reconstruction centers. For features completeness, two effective methods are introduced to extract the feature points before the adapted K-Means algorithm. Experiment results show that the presented approach is a good solution for reconstruction from 3D large scattered points.", "objIdentifier": "b1c837ed922e80365fcc361c9c13042e", "pissn": "0129-0657", "subject": ["Computer Networks and Communications", "General Medicine"], "eissn": "1793-6462", "author": [{"affiliation": [], "given": "HANBO", "family": "LIU"}, {"affiliation": [], "given": "XIN", "family": "WANG"}, {"affiliation": [], "given": "WENYI", "family": "QIANG"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.worldscientific.com/doi/pdf/10.1142/S0129065707001299", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2007-12", "accepted": null, "publisher": "World Scientific Pub Co Pte Lt", "doi": "10.1142/s0129065707001299", "license": null, "url": "http://dx.doi.org/10.1142/s0129065707001299", "issn": [{"type": "print", "value": "0129-0657"}, {"type": "electronic", "value": "1793-6462"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["A FAST METHOD FOR IMPLICIT SURFACE RECONSTRUCTION BASED ON RADIAL BASIS FUNCTIONS NETWORK FROM 3D SCATTERED POINTS"], "funder": null, "datasourcePrefix": "crossref____"}
836
{"best_oa_location_url": "", "issued": "2012", "abstract": [], "objIdentifier": "1650bcbf8d9f3f0e55f8f07fadb4ae07", "subject": null, "author": [{"affiliation": [], "given": "Juhani", "family": "Rudanko"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://link.springer.com/content/pdf/10.1057/9781137030603_3", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2012", "accepted": null, "publisher": "Palgrave Macmillan UK", "doi": "10.1057/9781137030603_3", "license": [{"URL": "http://www.springer.com/tdm", "start": {"timestamp": 1325376000000, "date-parts": [[2012, 1, 1]], "date-time": "2012-01-01T00:00:00Z"}, "content-version": "vor", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1057/9781137030603_3", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["The Decision of August 13, 1789"], "funder": null, "datasourcePrefix": "crossref____"}
837
{"best_oa_location_url": "", "issued": "2002-9-01", "abstract": "The manganese-containing molecular building block Mn(2-methylpyrazine-5-carboxylato) 2 ·(H 2 O) 2  ( 1 , triclinic, P-1,  a =7.2042(6) A,  b =7.4067(6) A,  c =13.9982(12) A,  α =87.205(2)°,  β =81.162(2)°,  γ =80.517(2)°,  Z =2) was prepared and used in the synthesis of a new mixed-metal organic-inorganic polymeric material. The reaction between  1  and Rh 2 (OAc) 4  resulted in the formation of  catena -poly{[Mn(MePyzca) 2 (MeOH) 2 ][Rh 2 (OAc) 4 ]}·2MeOH ( 2 , monoclinic, C2/c,  a =29.711(3) A,  b =7.9124(8) A,  c =15.5028(15) A,  β =109.212(2)°,  Z =4), where the Mn(MePyzca) 2 (MeOH) 2  building blocks are linked by Rh 2 (OAc) 4  dimers into a one-dimensional zigzag chain structure. The magnetic susceptibility for  2  follows the Curie law, with no indication of long range magnetic order. Synthesis, X-ray structure determination and magnetic properties are presented.", "objIdentifier": "80aaf81797fc50cefc046a68e5ef9906", "pissn": "1293-2558", "subject": ["General Materials Science", "General Chemistry", "Condensed Matter Physics"], "author": [{"affiliation": [], "given": "Craig T", "family": "Chapman"}, {"affiliation": [], "given": "Delia M", "family": "Ciurtin"}, {"affiliation": [], "given": "Mark D", "family": "Smith"}, {"ORCID": "0000-0001-7351-9098", "affiliation": [], "given": "Hans-Conrad", "family": "zur Loye"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S1293255802013754?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S1293255802013754?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2002-9", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/s1293-2558(02)01375-4", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1030838400000, "date-time": "2002-09-01T00:00:00Z", "date-parts": [[2002, 9, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/s1293-2558(02)01375-4", "issn": [{"type": "print", "value": "1293-2558"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["A new mixed-metal MnRh coordination polymer assembled from Mn-containing molecular building blocks and Rh2(OAc)4 dimers"], "funder": null, "datasourcePrefix": "crossref____"}
838
{"best_oa_location_url": "", "issued": "1991-11-01", "abstract": [], "objIdentifier": "b6c2655e30feb7850a5dc303b29500d3", "pissn": "0022-3654", "subject": ["Physical and Theoretical Chemistry", "General Engineering"], "eissn": "1541-5740", "author": [{"affiliation": [], "given": "R. W.", "family": "Kawiecki"}, {"affiliation": [], "given": "F. J.", "family": "Devlin"}, {"affiliation": [], "given": "P. J.", "family": "Stephens"}, {"affiliation": [], "given": "R. D.", "family": "Amos"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://pubs.acs.org/doi/pdf/10.1021/j100177a040", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1991-11", "accepted": null, "publisher": "American Chemical Society (ACS)", "doi": "10.1021/j100177a040", "license": null, "url": "http://dx.doi.org/10.1021/j100177a040", "issn": [{"type": "print", "value": "0022-3654"}, {"type": "electronic", "value": "1541-5740"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Vibrational circular dichroism of propylene oxide"], "funder": null, "datasourcePrefix": "crossref____"}
839
{"best_oa_location_url": "", "issued": "1978-12-01", "abstract": [], "objIdentifier": "62a93885e651f3569e06b81d744926d2", "pissn": "0342-4642", "subject": ["Critical Care and Intensive Care Medicine"], "eissn": "1432-1238", "author": [{"affiliation": [], "given": "Warren M.", "family": "Zapol"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/BF01902543", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1978-12", "accepted": null, "publisher": "Springer Nature", "doi": "10.1007/bf01902543", "license": null, "url": "http://dx.doi.org/10.1007/bf01902543", "issn": [{"type": "print", "value": "0342-4642"}, {"type": "electronic", "value": "1432-1238"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Membrane lung therapy of acute respiratory failure"], "funder": null, "datasourcePrefix": "crossref____"}
840
{"best_oa_location_url": "", "issued": "2012-8-01", "abstract": "Az utobbi evekben megerősitest nyert a fizikai teljesitmeny jelentős mertekű genetikai meghatarozottsaga. Emellett a sportolashoz kothető serulesekre es betegsegekre valo genetikai hajlamrol is egyre nagyobb ismeretanyag all rendelkezesunkre. A teljesitmenyt befolyasolo genpolimorfizmusok vizsgalata lehetőseget kinal a sportagi kivalasztasi rendszer fejlesztesere. A sportolo genetikai profiljanak ismerete a jovőben lehetőve teszi a szemelyre szabott edzesprogram kidolgozasat es ezaltal a teljesitmeny potencialis noveleset. A genetikai tesztek a jovőben fontos szerepet jatszhatnak a serulesek es a betegsegek genetikai kockazati tenyezőinek szűreseben is. Orv. Hetil., 2012, 153, 1247–1255.", "objIdentifier": "56f0e3bcb0f7a4bb2db2f2b14535471c", "pissn": "0030-6002", "subject": ["General Medicine"], "eissn": "1788-6120", "author": [{"affiliation": [], "given": "Krisztina", "family": "Marosi"}, {"affiliation": [], "given": "Endre", "family": "Horváth"}, {"affiliation": [], "given": "Péter", "family": "Nagy"}, {"affiliation": [], "given": "Bernadett", "family": "Köles"}, {"affiliation": [], "given": "Zsolt B.", "family": "Nagy"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2012-8", "accepted": null, "publisher": "Akademiai Kiado Zrt.", "doi": "10.1556/oh.2012.29412", "license": null, "url": "http://dx.doi.org/10.1556/oh.2012.29412", "issn": [{"type": "print", "value": "0030-6002"}, {"type": "electronic", "value": "1788-6120"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Review of genetic research and testing in sport"], "funder": null, "datasourcePrefix": "crossref____"}
841
{"best_oa_location_url": "", "issued": "1936-10-01", "abstract": [], "objIdentifier": "b0b6b0276a60d5c63a19d9840017b8d2", "pissn": "0006-3185", "subject": ["General Agricultural and Biological Sciences"], "eissn": "1939-8697", "author": [{"affiliation": [], "given": "ALLAN L.", "family": "GRAFFLIN"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.journals.uchicago.edu/doi/pdf/10.2307/1537441", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1936-10", "accepted": null, "publisher": "University of Chicago Press", "doi": "10.2307/1537441", "license": null, "url": "http://dx.doi.org/10.2307/1537441", "issn": [{"type": "print", "value": "0006-3185"}, {"type": "electronic", "value": "1939-8697"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["RENAL FUNCTION IN MARINE TELEOSTS"], "funder": null, "datasourcePrefix": "crossref____"}
842
{"best_oa_location_url": "", "issued": "2016-12-16", "abstract": [], "objIdentifier": "b82cad745f253053bd94c930d597079f", "subject": null, "author": [{"affiliation": [], "name": "IUCN"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0021", "value": "Dataset"}, "is_oa": false, "published-online": null, "link": null, "published-print": null, "accepted": null, "publisher": "IUCN", "doi": "10.2305/iucn.uk.2016-3.rlts.t22687196a93144598.en", "license": null, "url": "http://dx.doi.org/10.2305/iucn.uk.2016-3.rlts.t22687196a93144598.en", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Lophornis brachylophus: BirdLife International"], "funder": null, "datasourcePrefix": "crossref____"}
843
{"best_oa_location_url": "", "issued": "2015-5-11", "abstract": [], "objIdentifier": "a0bd080a6237389102a530c50660499c", "pissn": "0036-8075", "subject": ["Multidisciplinary"], "eissn": "1095-9203", "author": [{"affiliation": [], "given": "Julia", "family": "Rosen"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "https://syndication.highwire.org/content/doi/10.1126/science.aac4574", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2015-5-11", "accepted": null, "publisher": "American Association for the Advancement of Science (AAAS)", "doi": "10.1126/science.aac4574", "license": null, "url": "http://dx.doi.org/10.1126/science.aac4574", "issn": [{"type": "print", "value": "0036-8075"}, {"type": "electronic", "value": "1095-9203"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Sea level rise accelerating faster than thought"], "funder": null, "datasourcePrefix": "crossref____"}
844
{"best_oa_location_url": "", "issued": "2011-10-01", "abstract": [], "objIdentifier": "6cb0068ab48e7659664c12f145e0e16c", "pissn": "1470-2045", "subject": ["Oncology"], "author": [{"affiliation": [], "given": "Tim", "family": "Dehnel"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S1470204511702807?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S1470204511702807?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2011-10", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/s1470-2045(11)70280-7", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1317427200000, "date-parts": [[2011, 10, 1]], "date-time": "2011-10-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/s1470-2045(11)70280-7", "issn": [{"type": "print", "value": "1470-2045"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Cannabis, a new option for chronic cancer pain?"], "funder": null, "datasourcePrefix": "crossref____"}
845
{"best_oa_location_url": "", "issued": "2008", "abstract": [], "objIdentifier": "746c58de3495d69f31fec94dd04c0eb6", "pissn": "0913-6339", "subject": ["Electrical and Electronic Engineering", "Industrial and Manufacturing Engineering"], "eissn": "1348-8163", "author": [{"affiliation": [{"name": "Dept. of Electrical System Engineering, Polytechnic University"}], "given": "Akira", "family": "Shimada"}, {"affiliation": [{"name": "Dept. of Electrical System Engineering, Polytechnic University"}], "given": "Prasarn", "family": "Kiddee"}, {"affiliation": [{"name": "Faculty of Engineering, Kyushu University"}], "given": "Yujiro", "family": "Nishi"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "https://www.jstage.jst.go.jp/article/ieejias/128/6/128_6_849/_pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2008", "accepted": null, "publisher": "Institute of Electrical Engineers of Japan (IEE Japan)", "doi": "10.1541/ieejias.128.849", "license": null, "url": "http://dx.doi.org/10.1541/ieejias.128.849", "issn": [{"type": "print", "value": "0913-6339"}, {"type": "electronic", "value": "1348-8163"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Obstacle Avoidance Control on Omnidirectional Vehicle Robots Using Range Sensor"], "funder": null, "datasourcePrefix": "crossref____"}
846
{"best_oa_location_url": "", "issued": "2007", "abstract": [], "objIdentifier": "50b3c23aec31ce4222c64af9d4157a13", "subject": null, "author": [{"affiliation": [], "given": "Kira", "family": "Marrs"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2007", "accepted": null, "publisher": "Nomos", "doi": "10.5771/9783845267630-83", "license": null, "url": "http://dx.doi.org/10.5771/9783845267630-83", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["3 Arbeit in den Medien – Empirische Befunde"], "funder": null, "datasourcePrefix": "crossref____"}
847
{"best_oa_location_url": "", "issued": "2009-12-1", "abstract": "Injury-related hospitalisations in a rural county in China from 1994 to 2005 were analysed for trend and rate by demographics. Traffic-related hospitalisation increased from 25.5 per 100 000 in 1994–1996 to 57.9 in 2003–2005, and overtook assaults as the leading cause of injury. Motorcyclists, pedestrians and bicyclists accounted for 41%, 22% and 19% of traffic-related hospitalisations. Compared with females, males had a higher risk of traffic-related hospitalisations (rate ratio (RR) 2.38, 95% CI 1.89 to 3.00), falls (RR 1.64, 95% CI 1.11 to 2.42) and assaults (RR 4.29, 95% CI 3.23 to 5.69). Relative to 25–59-year-olds, 15–24-year-olds were at increased risk of traffic crashes (RR 1.76, 95% CI 1.37 to 2.25) and assaults (RR 1.56, 95% CI 1.21 to 2.01), and adults aged 60 years or older were at increased risk of falls (RR 2.58, 95% CI 1.61 to 4.14). Priority should be given to prevention of traffic injuries among motorcyclists, pedestrians and bicyclists, assaults among male adolescents and young adults, and falls among older adults.", "objIdentifier": "135841d8bd430e3d3efd6256da6e011c", "pissn": "1353-8047", "subject": ["Public Health, Environmental and Occupational Health"], "author": [{"affiliation": [], "given": "M", "family": "Zhu"}, {"affiliation": [], "given": "L", "family": "Li"}, {"affiliation": [], "given": "X", "family": "Liu"}, {"affiliation": [], "given": "D", "family": "Zhao"}, {"affiliation": [], "given": "W", "family": "Lin"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2009-12-3", "link": [{"URL": "https://syndication.highwire.org/content/doi/10.1136/ip.2009.021824", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2009-12-1", "accepted": null, "publisher": "BMJ", "doi": "10.1136/ip.2009.021824", "license": null, "url": "http://dx.doi.org/10.1136/ip.2009.021824", "issn": [{"type": "print", "value": "1353-8047"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Injury-related hospitalisations in a rural county of southern China, 1994-2005"], "funder": null, "datasourcePrefix": "crossref____"}
848
{"best_oa_location_url": "", "issued": "1985", "abstract": "Summary The Coulter Diff3 50 analyzes Wright stained films using computerized pattern recognition. It is capable of reporting on the differential leukocyte count, red cell morphology, platelet sufficiency and the reticulocyte count. Although the precision of the differential leukocyte and reticulocyte counts is better than that of the manual method, correlation is poor and monocyte classification is a major problem. The Diff3 50 is useful for examining relatively normal films and for follow-up counts, but in our experience it has proven more unreliable and costly than expected.", "objIdentifier": "99d15acff652997d63a33b6ca2986a67", "pissn": "0031-3025", "subject": ["Pathology and Forensic Medicine"], "author": [{"affiliation": [], "given": "Stuart J.", "family": "Galloway"}, {"affiliation": [], "given": "G.J.", "family": "Rossiter"}, {"affiliation": [], "given": "M.E.", "family": "Pidcock"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S003130251636874X?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S003130251636874X?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "1985", "accepted": null, "publisher": "Elsevier BV", "doi": "10.3109/00313028509084753", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 473385600000, "date-parts": [[1985, 1, 1]], "date-time": "1985-01-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.3109/00313028509084753", "issn": [{"type": "print", "value": "0031-3025"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["An evaluation of the coulter diff3 50, an automated differential leukocyte counter"], "funder": null, "datasourcePrefix": "crossref____"}
849
{"best_oa_location_url": "", "issued": "1997-1-1", "abstract": [], "objIdentifier": "348b0db1931beed9c43a1b6f2673fe40", "pissn": "0266-3554", "subject": ["History"], "author": [{"affiliation": [], "given": "R.", "family": "Stokes"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1997-1-1", "accepted": null, "publisher": "Oxford University Press (OUP)", "doi": "10.1177/026635549701500203", "license": null, "url": "http://dx.doi.org/10.1177/026635549701500203", "issn": [{"type": "print", "value": "0266-3554"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["In Search of the Socialist Artefact: Technology and Ideology in East Germany, 1945-1962"], "funder": null, "datasourcePrefix": "crossref____"}
850
{"best_oa_location_url": "http://arxiv.org/abs/1111.5866", "issued": "2014-11-01", "abstract": "Sequential Monte Carlo (SMC) methods, also known as particle filters, are simulation-based recursive algorithms for the approximation of the a posteriori probability measures generated by state-space dynamical models. At any given time t ,aS MC method produces as et of samples over the state space of the system of interest (often termed “particles”) that is used to build a discrete and random approximation of the posterior probability distribution of the state variables, conditional on a sequence of available observations. One potential application of the methodology is the estimation of the densities associated to the sequence of a posteriori distributions. While practitioners have rather freely applied such density approximations in the past, the issue has received less attention from a theoretical perspective. In this paper, we address the problem of constructing kernel-based estimates of the posterior probability density function and its derivatives, and obtain asymptotic convergence results for the estimation errors. In particular, we find convergence rates for the approximation errors that hold uniformly on the state space and guarantee that the error vanishes almost surely as the number of particles in the filter grows. Based on this uniform convergence result, we first show how to build continuous measures that converge almost surely (with known rate) toward the posterior measure and then address a few applications. The latter include maximum a posteriori estimation of the system state using the approximate derivatives of the posterior density and the approximation of functionals of it, for example, Shannon’s entropy.", "objIdentifier": "9f332b8e173f51d4a13ea2ca213875e2", "pissn": "1350-7265", "subject": ["Statistics and Probability"], "author": [{"affiliation": [], "given": "Dan", "family": "Crisan"}, {"affiliation": [], "given": "Joaquín", "family": "Míguez"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": null, "link": null, "published-print": "2014-11", "accepted": null, "publisher": "Bernoulli Society for Mathematical Statistics and Probability", "doi": "10.3150/13-bej545", "license": null, "url": "http://dx.doi.org/10.3150/13-bej545", "issn": [{"type": "print", "value": "1350-7265"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Particle-kernel estimation of the filter density in state-space models"], "funder": null, "datasourcePrefix": "crossref____"}
851
{"best_oa_location_url": "", "issued": "1987-3-01", "abstract": "The effect of Johnson noise generated by normal metal in an otherwise superconducting SQUID gradiometer circuit is investigated theoretically. The generalized Nyquist theorem is applied to develop a simple method for computing the noise at frequencies less than the inverse of the normal metal's magnetic flux diffusion time. For gradiometers prepared using printed-circuit-board technology (superconducting lines deposited on copper substrate lines) the Johnson noise is predicted to generate white current noise at low frequencies. Since the power spectrum is proportional to the cube of the normal-metal thickness, the current noise can be of nearly the same order of magnitude as that which would be generated by the bare normal metal when the normal metal is sufficiently thick. The method also can be used to compute the Johnson noise generated by normal metal at solder joints, as well as by any normal metal in the vicinity of the SQUID input circuit, whether in electrical contact or not. The theoretical results indicate that, to limit the amount of Johnson noise generated by a SQUID gradiometer, one should avoid placing excessive quantities of normal metal close by.", "objIdentifier": "15cb62b2a1579255abc5c9d71e0c0d8c", "pissn": "0018-9464", "subject": ["Electrical and Electronic Engineering", "Electronic, Optical and Magnetic Materials"], "author": [{"affiliation": [], "given": "J.", "family": "Clem"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://xplorestaging.ieee.org/ielx5/20/22886/01065127.pdf?arnumber=1065127", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1987-3", "accepted": null, "publisher": "Institute of Electrical and Electronics Engineers (IEEE)", "doi": "10.1109/tmag.1987.1065127", "license": null, "url": "http://dx.doi.org/10.1109/tmag.1987.1065127", "issn": [{"type": "print", "value": "0018-9464"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Johnson noise from normal metal near a superconducting SQUID gradiometer circuit"], "funder": null, "datasourcePrefix": "crossref____"}
852
{"best_oa_location_url": "", "issued": "1960", "abstract": [], "objIdentifier": "d8c68f6d1c2136be2c64f26d0408170b", "pissn": "0016-1152", "subject": ["Analytical Chemistry", "Clinical Biochemistry", "General Materials Science", "Biochemistry", "General Medicine"], "eissn": "1618-2650", "author": [{"affiliation": [], "given": "H.", "family": "Hartkamp"}, {"affiliation": [], "given": "R.", "family": "H�nigschmid-Grossich"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/BF00467205", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1960", "accepted": null, "publisher": "Springer Nature", "doi": "10.1007/bf00467205", "license": null, "url": "http://dx.doi.org/10.1007/bf00467205", "issn": [{"type": "print", "value": "0016-1152"}, {"type": "electronic", "value": "1618-2650"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Papierchromatographie"], "funder": null, "datasourcePrefix": "crossref____"}
853
{"best_oa_location_url": "", "issued": "1979-4-01", "abstract": [], "objIdentifier": "2529e851807fd159be83f7773f6383bb", "pissn": "0018-8220", "subject": ["General Energy", "Geotechnical Engineering and Engineering Geology", "Ocean Engineering", "Water Science and Technology"], "eissn": "1570-1468", "author": [{"affiliation": [], "given": "A. G.", "family": "Oskolkov"}, {"affiliation": [], "given": "G. F.", "family": "Biyanov"}, {"affiliation": [], "given": "V. N.", "family": "Smirnov"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/BF02309248", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1979-4", "accepted": null, "publisher": "Springer Nature", "doi": "10.1007/bf02309248", "license": null, "url": "http://dx.doi.org/10.1007/bf02309248", "issn": [{"type": "print", "value": "0018-8220"}, {"type": "electronic", "value": "1570-1468"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Review of the book “Ust-Khantaika dam” [1]"], "funder": null, "datasourcePrefix": "crossref____"}
854
{"best_oa_location_url": "", "issued": "2011-5-01", "abstract": "Enhancing the wear ability and reducing the form factor often are among the major objectives in design of wearable platforms. Power optimization techniques will significantly reduce the form factor and/or will prolong the time intervals between recharges. In this paper, we propose an ultra low power programmable architecture based on Dynamic Time Warping specifically designed for wearable inertial sensors. The low power architecture performs the signal processing merely as fast as the production rate for the inertial sensors, and further considers the minimum bit resolution and the number of samples that are just enough to detect the movement of interest. Our results show that the power consumption for inertial based monitoring systems can be reduced by at least three orders of magnitude using our proposed architecture compared to the state-of-the-art low power microcontrollers.", "objIdentifier": "97fa23c2339e22efa9822f53a3bd69f6", "subject": null, "author": [{"affiliation": [], "given": "Roozbeh", "family": "Jafari"}, {"affiliation": [], "given": "Reza", "family": "Lotfian"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0004", "value": "Conference object"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://xplorestaging.ieee.org/ielx5/5954008/5955286/05955302.pdf?arnumber=5955302", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2011-5", "accepted": null, "publisher": "IEEE", "doi": "10.1109/bsn.2011.43", "license": null, "url": "http://dx.doi.org/10.1109/bsn.2011.43", "issn": null, "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["A Low Power Wake-Up Circuitry Based on Dynamic Time Warping for Body Sensor Networks"], "funder": null, "datasourcePrefix": "crossref____"}
855
{"best_oa_location_url": "", "issued": "1914-1-01", "abstract": [], "objIdentifier": "ca4eda50e775508bc38f977b2d407af7", "pissn": "0021-8375", "subject": ["Animal Science and Zoology"], "eissn": "1439-0361", "author": [{"affiliation": [], "given": "Friedrich", "family": "von Lucanus"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://link.springer.com/content/pdf/10.1007/BF02089371", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1914-1", "accepted": null, "publisher": "Springer Nature", "doi": "10.1007/bf02089371", "license": null, "url": "http://dx.doi.org/10.1007/bf02089371", "issn": [{"type": "print", "value": "0021-8375"}, {"type": "electronic", "value": "1439-0361"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Zur Biologie der Zwergrohrdommel (Ardetta minuta)"], "funder": null, "datasourcePrefix": "crossref____"}
856
{"best_oa_location_url": "", "issued": "1910-7-25", "abstract": [], "objIdentifier": "d0e21c86714abf4caa5df9bdbd3a30ae", "pissn": "0003-4983", "subject": ["Parasitology", "Infectious Diseases"], "eissn": "1364-8594", "author": [{"affiliation": [], "given": "A.", "family": "Broden"}, {"affiliation": [], "given": "J.", "family": "Rodhain"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2016-3-24", "link": [{"URL": "http://www.tandfonline.com/doi/pdf/10.1080/00034983.1910.11685709", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1910-7-25", "accepted": null, "publisher": "Informa UK Limited", "doi": "10.1080/00034983.1910.11685709", "license": null, "url": "http://dx.doi.org/10.1080/00034983.1910.11685709", "issn": [{"type": "print", "value": "0003-4983"}, {"type": "electronic", "value": "1364-8594"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Contribution a L'Etude duPorocephalus Armillatus"], "funder": null, "datasourcePrefix": "crossref____"}
857
{"best_oa_location_url": "", "issued": "1945-9-01", "abstract": [], "objIdentifier": "d8d5692ed71306ba97017da8d95d0f97", "pissn": "0037-7961", "subject": ["Sociology and Political Science"], "eissn": "1537-5404", "author": [{"affiliation": [], "given": "William W.", "family": "Burke"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.journals.uchicago.edu/doi/pdf/10.1086/635483", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1945-9", "accepted": null, "publisher": "University of Chicago Press", "doi": "10.1086/635483", "license": null, "url": "http://dx.doi.org/10.1086/635483", "issn": [{"type": "print", "value": "0037-7961"}, {"type": "electronic", "value": "1537-5404"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Social Welfare in 1943: 77th Annual Report, New York State Department of Social Welfare."], "funder": null, "datasourcePrefix": "crossref____"}
858
{"best_oa_location_url": "", "issued": "1993-12-01", "abstract": [], "objIdentifier": "26c754442223a7385ab390ba4443e3bf", "pissn": "1053-0819", "subject": ["Education", "Developmental and Educational Psychology"], "eissn": "1573-3513", "author": [{"affiliation": [], "given": "Ashvind N.", "family": "Singh"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/BF00961549", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1993-12", "accepted": null, "publisher": "Springer Nature", "doi": "10.1007/bf00961549", "license": null, "url": "http://dx.doi.org/10.1007/bf00961549", "issn": [{"type": "print", "value": "1053-0819"}, {"type": "electronic", "value": "1573-3513"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Instrument review"], "funder": null, "datasourcePrefix": "crossref____"}
859
{"best_oa_location_url": "", "issued": "1995", "abstract": [], "objIdentifier": "4f6b9bc5ec4780a8e5681050f9a3e39a", "subject": null, "author": [{"affiliation": [], "given": "I.M.", "family": "Cazorla"}, {"affiliation": [], "given": "L.P. Dos", "family": "Santos Filho"}, {"affiliation": [], "given": "A.", "family": "Gasparetto"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1995", "accepted": null, "publisher": "Elsevier", "doi": "10.1016/b978-1-85573-215-5.50007-7", "license": null, "url": "http://dx.doi.org/10.1016/b978-1-85573-215-5.50007-7", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["COCOA HARVEST SHORTFALLS IN BAHIA, BRAZIL: LONG AND SHORT TERM FACTORS"], "funder": null, "datasourcePrefix": "crossref____"}
860
{"best_oa_location_url": "https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2131512/pdf", "issued": "1928-12-1", "abstract": "1. Rabbits, vaccinated by repeated intravenous injections of suspensions of heat-killed R pneumococci, acquire a marked degree of active immunity to infection with the virulent S forms of Pneumococcus Types I and II. Previously (1) it was shown that the immunization of rabbits with R cells induces active resistance to Type III infection. This immunity is effective when the infecting organisms are injected either intravenously, intraperitoneally, or intradermally.#N##N#2. Whole citrated blood or serum of rabbits immunized with R pneumococci, under the experimental conditions described, is capable of passively protecting normal rabbits against Type I and Type III infection. Whole blood appears to be more effective than an equivalent amount of serum.#N##N#3. Passive protection of mice by the use of whole blood or serum of the immune rabbits has been entirely ineffectual. This is in striking contrast to the results obtained with type-specific immune serum.#N##N#4. This form of acquired resistance to pneumococcus infection, elicited by R organisms which are devoid of type specificity, and exemplified in animals whose sera possess no demonstrable type-specific antibodies, has many characteristics strongly suggesting that the underlying mechanism differs from that concerned in type-specific immunity.", "objIdentifier": "bc306a3e76896417f9c85550065370d7", "pissn": "0022-1007", "subject": ["Immunology", "Immunology and Allergy"], "eissn": "1540-9538", "author": [{"affiliation": [], "given": "W. S.", "family": "Tillett"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": null, "link": [{"URL": "https://syndication.highwire.org/content/doi/10.1084/jem.48.6.791", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1928-12-1", "accepted": null, "publisher": "Rockefeller University Press", "doi": "10.1084/jem.48.6.791", "license": null, "url": "http://dx.doi.org/10.1084/jem.48.6.791", "issn": [{"type": "print", "value": "0022-1007"}, {"type": "electronic", "value": "1540-9538"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["ACTIVE AND PASSIVE IMMUNITY TO PNEUMOCOCCUS INFECTION INDUCED IN RABBITS BY IMMUNIZATION WITH R PNEUMOCOCCI"], "funder": null, "datasourcePrefix": "crossref____"}
861
{"issued": "2017-12-14", "abstract": "<jats:p>The purpose of this update is to report on a variety of topics related to trapeziometacarpal arthritis that have been recently investigated. The keyword trapeziometacarpal arthritis was utilized to query the PubMed database of the U.S. National Library of Medicine. From the resulting list, papers published from the beginning of April 2014 through the beginning of April 2017 were reviewed. The forty-five studies identified are reviewed here and referenced.</jats:p>", "objIdentifier": "c295b0a666d1e68b99ab8b8f2c0759be", "pissn": "2035-8237", "subject": ["Orthopedics and Sports Medicine"], "accepted": null, "author": [{"affiliation": [], "given": "Adam E.M.", "family": "Eltorai"}, {"affiliation": [], "given": "Alex", "family": "Han"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2017-12-14", "link": [{"URL": "http://www.pagepress.org/journals/index.php/or/article/viewFile/7195/7150", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}, {"URL": "http://www.pagepress.org/journals/index.php/or/article/viewFile/7195/7150", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "eissn": "2035-8164", "publisher": "PAGEPress Publications", "doi": "10.4081/or.2017.7195", "license": [{"URL": "http://creativecommons.org/licenses/by-nc/4.0", "start": {"timestamp": 1513209600000, "date-parts": [[2017, 12, 14]], "date-time": "2017-12-14T00:00:00Z"}, "content-version": "unspecified", "delay-in-days": 0}], "url": "http://dx.doi.org/10.4081/or.2017.7195", "issn": [{"type": "print", "value": "2035-8237"}, {"type": "electronic", "value": "2035-8164"}], "collectedFrom": [{"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Current trends in the management of trapeziometacarpal arthritis"], "funder": null, "datasourcePrefix": "crossref____"}
862
{"best_oa_location_url": "", "issued": "2006", "abstract": "The topic of this work is the numerical simulation of a problem of interest in the field of offshore technology, namely the inviscid flow around four free–surface piercing cylinders in waves. Three different angles of the incoming wave front are considered in order to investigate the variation of the resulting global and local loads on the four bodies. The rotation of the cylinders configuration with respect to the wave front has been made easy and efficient by the use of a chimera method for the generation of the computational mesh. The free–surface has been simulated by an one–phase level set approach.© 2006 ASME", "objIdentifier": "597be242addf55d2810a506bd9712eca", "subject": null, "author": [{"affiliation": [], "given": "Roberto", "family": "Muscari"}, {"ORCID": "0000-0002-9772-3138", "affiliation": [], "given": "Andrea", "family": "Di Mascio"}, {"affiliation": [], "given": "Riccardo", "family": "Broglia"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0004", "value": "Conference object"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://proceedings.asmedigitalcollection.asme.org/proceeding.aspx?articleid=1598852", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2006", "accepted": null, "publisher": "ASME", "doi": "10.1115/omae2006-92097", "license": null, "url": "http://dx.doi.org/10.1115/omae2006-92097", "issn": null, "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Numerical Simulation of the Flow Around Free-Surface Piercing Bodies in Waves by an Overlapping Grids Approach"], "funder": null, "datasourcePrefix": "crossref____"}
863
{"best_oa_location_url": "", "issued": "1988-6-01", "abstract": [], "objIdentifier": "318f005ec9dc4e2ce73bf81176d2e00e", "pissn": "0193-5615", "subject": null, "author": [{"affiliation": [], "given": "Robert", "family": "Manners"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2012-5-29", "link": null, "published-print": "1988-6", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1525/ahu.1988.13.2.30", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", "start": {"timestamp": 1441065600000, "date-parts": [[2015, 9, 1]], "date-time": "2015-09-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 9953}], "url": "http://dx.doi.org/10.1525/ahu.1988.13.2.30", "issn": [{"type": "print", "value": "0193-5615"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Confronting Emerson's Hobgoblin: A Self-indulgent Exercise in Explanation"], "funder": null, "datasourcePrefix": "crossref____"}
864
{"best_oa_location_url": "", "issued": "1940-8-01", "abstract": [], "objIdentifier": "cb22ffb217655df21e57c586f225027f", "pissn": "1071-1031", "subject": null, "author": [{"affiliation": [], "given": "Gerhard", "family": "Tinter"}, {"affiliation": [], "given": "John H.", "family": "Smith"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://academic.oup.com/ajae/article-pdf/22/3/657/101655/22-3-657.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1940-8", "accepted": null, "publisher": "Oxford University Press (OUP)", "doi": "10.2307/1232098", "license": null, "url": "http://dx.doi.org/10.2307/1232098", "issn": [{"type": "print", "value": "1071-1031"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Tests of Significance: What They Mean and How to Use Them"], "funder": null, "datasourcePrefix": "crossref____"}
865
{"best_oa_location_url": "http://doi.org/10.3390/molecules201119699", "issued": "2015-11-12", "abstract": "A series of butylphthalide derivatives (BPDs) 1–8 were isolated from the extract of the dried rhizome of Ligusticum chuanxiong Hort. (Umbelliferae). The cytotoxic activities of BPDs 1–8 were evaluated using a panel of human cancer cell lines. In addition, the SAR analysis and potential  anti-invasion activities were investigated. The sp2 carbons at C-7 and C-7a appeared to be essential for the cytotoxic activities of BPDs. BPDs 5 and 6 remarkably inhibited the migration and invasion of cancer cells. The anti-invasion activity of dimer 6 was demonstrated to be significantly higher than monomer 5.", "objIdentifier": "f763889ab0f6dbbf3a4f634c29cc4ce6", "subject": ["Organic Chemistry"], "accepted": null, "author": [{"affiliation": [], "given": "Yihan", "family": "Hu"}, {"affiliation": [], "given": "Xiaoxu", "family": "Bi"}, {"affiliation": [], "given": "Pu", "family": "Zhao"}, {"affiliation": [], "given": "Huachuan", "family": "Zheng"}, {"affiliation": [], "given": "Xueshi", "family": "Huang"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": "2015-11-12", "link": [{"URL": "http://www.mdpi.com/1420-3049/20/11/19699/pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "eissn": "1420-3049", "publisher": "MDPI AG", "doi": "10.3390/molecules201119699", "license": [{"URL": "https://creativecommons.org/licenses/by/4.0/", "start": {"timestamp": 1447286400000, "date-parts": [[2015, 11, 12]], "date-time": "2015-11-12T00:00:00Z"}, "content-version": "unspecified", "delay-in-days": 0}], "url": "http://dx.doi.org/10.3390/molecules201119699", "issn": [{"type": "electronic", "value": "1420-3049"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Cytotoxic Activities, SAR and Anti-Invasion Effects of Butylphthalide Derivatives on Human Hepatocellular Carcinoma SMMC7721 Cells"], "funder": null, "datasourcePrefix": "crossref____"}
866
{"best_oa_location_url": "", "issued": "2014-12-01", "abstract": "Ethylene-octene copolymer (EOC) composites have been prepared by melt- mixing method using different weight fraction (0–40 %) of ENSACO-250G carbon black. The dielectric relaxation behaviour of carbon black-filled ethylene-octene copolymer (EOC) nano-composites of different filler-loadings has been studied in a frequency range of 100 Hz to 5 MHz at room temperature. The variation in ac conductivity, dielectric permittivity, impedance and dielectric loss tangent (tanδ) has been studied as a function of carbon black loading and frequency. Interfacial polarization of the filler in the polymer matrix plays a key role for the variation of dielectric permittivity with filler loading. The calculated relaxation time for the first and second peaks of tanδ curve are found to be 1 7.6\\( \\mu s \\)and 0.24 μs respectively. The percolation threshold was observed at 30 phr carbon black loading. The Nyquist plot was also studied as a function of filler concentration.", "objIdentifier": "77838fdfdcc7c0c3b50af7cd7b8af817", "pissn": "0972-656X", "subject": ["Polymers and Plastics"], "eissn": "0975-072X", "author": [{"affiliation": [], "given": "Suchilipsa", "family": "Das"}, {"affiliation": [], "given": "P.", "family": "Ganga Raju Achary"}, {"affiliation": [], "given": "Nimai C.", "family": "Nayak"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2014-12-9", "link": [{"URL": "http://link.springer.com/content/pdf/10.1007/s12588-014-9095-7", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2014-12", "accepted": null, "publisher": "Springer Nature", "doi": "10.1007/s12588-014-9095-7", "license": null, "url": "http://dx.doi.org/10.1007/s12588-014-9095-7", "issn": [{"type": "print", "value": "0972-656X"}, {"type": "electronic", "value": "0975-072X"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Dielectric characteristics of conductive carbon black filled ethylene-octene copolymer vulcanizates"], "funder": null, "datasourcePrefix": "crossref____"}
867
{"best_oa_location_url": "", "issued": "1993-12-01", "abstract": [], "objIdentifier": "21ae8a0181707be24579095098281312", "pissn": "0376-8929", "subject": ["Pollution", "Health, Toxicology and Mutagenesis", "Management, Monitoring, Policy and Law", "Water Science and Technology", "Nature and Landscape Conservation"], "eissn": "1469-4387", "author": [{"affiliation": [], "given": "Lynn", "family": "Curme"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2009-8-24", "link": [{"URL": "https://www.cambridge.org/core/services/aop-cambridge-core/content/view/S0376892900023468", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1993-12", "accepted": null, "publisher": "Cambridge University Press (CUP)", "doi": "10.1017/s0376892900023468", "license": null, "url": "http://dx.doi.org/10.1017/s0376892900023468", "issn": [{"type": "print", "value": "0376-8929"}, {"type": "electronic", "value": "1469-4387"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Updated Publications Notice"], "funder": null, "datasourcePrefix": "crossref____"}
868
{"best_oa_location_url": "", "issued": "1977-4-19", "abstract": [], "objIdentifier": "ef105f5e63b0fdd5ae2a3e511ee3be59", "pissn": "0009-2975", "subject": null, "author": [{"affiliation": [], "given": "G.", "family": "BUCHBAUER"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2016-3-31", "link": [{"URL": "http://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1002%2Fchin.197716152", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}, {"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1002%2Fchin.197716152", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1977-4-19", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1002/chin.197716152", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", "start": {"timestamp": 1441065600000, "date-parts": [[2015, 9, 1]], "date-time": "2015-09-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 14014}], "url": "http://dx.doi.org/10.1002/chin.197716152", "issn": [{"type": "print", "value": "0009-2975"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["ChemInform Abstract: THE TOTAL SYNTHESIS OF ISOSANTALOL"], "funder": null, "datasourcePrefix": "crossref____"}
869
{"best_oa_location_url": "http://doi.org/10.1371/journal.pone.0138665", "issued": "2015-10-12", "abstract": "BACKGROUND: Antibody levels wane rapidly after Meningococcal serogroup C conjugate (MenCC) vaccination in young children, rendering the need for an adolescent booster dose. It is not clear whether circulating memory B cells are associated with persistence of MenC-specific antibody levels. METHODS: Measurement of MenC-specific IgG and IgA memory B cells and levels of serum and salivary MenC-specific IgG and IgA in healthy 10-, 12- and 15-year-olds prior to and one month and one year after a MenCC booster vaccination. All participants had received a primary MenCC vaccination nine years earlier. RESULTS: The number of circulating MenC-specific IgG memory B cells prior to booster was low and not predictive for MenC-specific IgG responses in serum or saliva post-booster, whereas the number of MenC-specific IgA memory B cells pre-booster positively correlated with MenC-specific IgA levels in saliva post-booster (R = 0.5, P<0.05). The booster induced a clear increase in the number of MenC-specific IgG and IgA memory B cells. The number of MenC-PS-specific IgG memory B cells at 1 month post-booster was highest in the 12-year-olds. The number of MenC-specific memory B cells at one month post-booster showed no correlation with the rate of MenC-specific antibody decay throughout the first year post-booster. CONCLUSIONS: Circulating MenC-specific IgA memory B cells correlate with IgA responses in saliva, whereas circulating MenC-specific IgG memory B cells are not predictive for MenC-specific IgG responses in serum or saliva. Our results are suggestive for age-dependent differences in pre-existing memory against MenC.", "objIdentifier": "8da5c1bf544e1f89ecdb19f91b329408", "subject": ["General Biochemistry, Genetics and Molecular Biology", "General Agricultural and Biological Sciences", "General Medicine"], "accepted": null, "author": [{"affiliation": [], "given": "Susanne P.", "family": "Stoof"}, {"affiliation": [], "given": "Anne-Marie", "family": "Buisman"}, {"affiliation": [], "given": "Debbie M.", "family": "van Rooijen"}, {"affiliation": [], "given": "Rianne", "family": "Boonacker"}, {"affiliation": [], "given": "Fiona R. M.", "family": "van der Klis"}, {"affiliation": [], "given": "Elisabeth A. M.", "family": "Sanders"}, {"affiliation": [], "given": "Guy A. M.", "family": "Berbers"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": "2015-10-12", "link": [{"URL": "http://dx.plos.org/10.1371/journal.pone.0138665", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "eissn": "1932-6203", "publisher": "Public Library of Science (PLoS)", "doi": "10.1371/journal.pone.0138665", "license": [{"URL": "http://creativecommons.org/licenses/by/4.0/", "start": {"timestamp": 1444608000000, "date-time": "2015-10-12T00:00:00Z", "date-parts": [[2015, 10, 12]]}, "content-version": "vor", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1371/journal.pone.0138665", "issn": [{"type": "electronic", "value": "1932-6203"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Different Dynamics for IgG and IgA Memory B Cells in Adolescents following a Meningococcal Serogroup C Tetanus Toxoid Conjugate Booster Vaccination Nine Years after Priming: A Role for Priming Age?"], "funder": null, "datasourcePrefix": "crossref____"}
870
{"best_oa_location_url": "", "issued": "1994-11-01", "abstract": [], "objIdentifier": "1eb47aaec5c6a522fae7b6a229fb4dac", "pissn": "0020-1669", "subject": ["Physical and Theoretical Chemistry", "Inorganic Chemistry"], "eissn": "1520-510X", "author": [{"affiliation": [], "given": "Michael D.", "family": "Fryzuk"}, {"affiliation": [], "given": "Daniel B.", "family": "Leznoff"}, {"affiliation": [], "given": "Steven J.", "family": "Rettig"}, {"affiliation": [], "given": "Robert C.", "family": "Thompson"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://pubs.acs.org/doi/pdf/10.1021/ic00102a029", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1994-11", "accepted": null, "publisher": "American Chemical Society (ACS)", "doi": "10.1021/ic00102a029", "license": null, "url": "http://dx.doi.org/10.1021/ic00102a029", "issn": [{"type": "print", "value": "0020-1669"}, {"type": "electronic", "value": "1520-510X"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Magnetic Exchange in Dinuclear Chromium(II) Complexes: Effect of Bridging Chlorides and Bridging Hydrides in Antiferromagnetic Coupling"], "funder": null, "datasourcePrefix": "crossref____"}
871
{"best_oa_location_url": "http://doi.org/10.1093/aobpla/plr019", "issued": "2011-8-4", "abstract": "Background#R##N#Pollen tubes grow by transferring chemical energy from stored cellular starch and newly assimilated sugars into ATP. This drives myriad processes essential for cell elongation, directly or through the creation of ion gradients. Respiration plays a central role in generating and regulating this energy flow and thus in the success of plant reproduction. Pollen tubes are easily grown in vitro and have become an excellent model for investigating the contributions of respiration to plant cellular growth and morphogenesis at the molecular, biochemical and physiological levels.", "objIdentifier": "d003de479bf0ad804f6f300ff1fe043d", "subject": null, "accepted": null, "author": [{"affiliation": [], "given": "C. M.", "family": "Rounds"}, {"affiliation": [], "given": "L. J.", "family": "Winship"}, {"affiliation": [], "given": "P. K.", "family": "Hepler"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": "2011-8-4", "link": [{"URL": "http://academic.oup.com/aobpla/article-pdf/doi/10.1093/aobpla/plr019/17461462/plr019.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2011-9-8", "eissn": "2041-2851", "publisher": "Oxford University Press (OUP)", "doi": "10.1093/aobpla/plr019", "license": null, "url": "http://dx.doi.org/10.1093/aobpla/plr019", "issn": [{"type": "electronic", "value": "2041-2851"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Pollen tube energetics: respiration, fermentation and the race to the ovule"], "funder": null, "datasourcePrefix": "crossref____"}
872
{"best_oa_location_url": "", "issued": "None", "abstract": "The theory of a waveguide sample holder in the millimeter waveband is introduced. The authors present a new method for designing the sample holder for measuring material properties. To insert the sample vertically in a regular waveguide sample holder, a dielectric window is adopted to fix the sample which is theoretically analyzed. Polytetrafluorethylene is chosen as the material of the window dielectric with a width of 3 mm and length of 2 mm. >", "objIdentifier": "6842aee1b813d90ffef876e5b3772409", "subject": null, "author": [{"affiliation": [], "given": "N.X.", "family": "Mu"}, {"affiliation": [], "given": "P.X.", "family": "Yuan"}, {"affiliation": [], "given": "S.S.", "family": "He"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0004", "value": "Conference object"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://xplorestaging.ieee.org/ielx2/3054/8674/00382621.pdf?arnumber=382621", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "accepted": null, "publisher": "IEEE", "doi": "10.1109/imtc.1993.382621", "license": null, "url": "http://dx.doi.org/10.1109/imtc.1993.382621", "issn": null, "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Research on measuring material properties in the band of millimeter wave (MMW)"], "funder": null, "datasourcePrefix": "crossref____"}
873
{"best_oa_location_url": "", "issued": "2014", "abstract": [], "objIdentifier": "e95b1e852980ebb73e349ff124bd1939", "subject": null, "author": [{"ORCID": "0000-0001-5773-9656", "affiliation": [], "given": "Karel", "family": "Šonka"}, {"affiliation": [], "given": "Marek", "family": "Susta"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": "2014-4-9", "link": [{"URL": "http://link.springer.com/content/pdf/10.1007/978-88-470-5388-5_23", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2014", "accepted": null, "publisher": "Springer Milan", "doi": "10.1007/978-88-470-5388-5_23", "license": null, "url": "http://dx.doi.org/10.1007/978-88-470-5388-5_23", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Neurologic Disorders"], "funder": null, "datasourcePrefix": "crossref____"}
874
{"best_oa_location_url": "", "issued": "1965-6-1", "abstract": "WHEN I began my metabolic researches of the inner ear some ten years ago, 1 I found a great many problems to be solved, and every study meant exploring new and unknown areas. It did not matter which of the many metabolites were chosen for study. Since I was interested in the metabolism of proteins and ribonucleic acids (RNA) in other organs, I selected these substances for my work. Carbohydrates and fats have been shown to be the principal sources of cellular energy. Proteins determine chiefly the specific function of each cell. They are the basic elements of the protoplasm and form the building stones which are necessary for the synthesis of organic structures.  Delicate changes in the structures of a cell cannot be demonstrated by the techniques of decalcifying and embedding the temporal bone in celloidin. Thus we had to find a suitable method of demonstration for the purpose", "objIdentifier": "9315e06ec17bde45438dc7ad4e6bfecd", "pissn": "0886-4470", "subject": ["Surgery", "Otorhinolaryngology", "General Medicine"], "author": [{"affiliation": [], "given": "C.", "family": "BECK"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1965-6-1", "accepted": null, "publisher": "American Medical Association (AMA)", "doi": "10.1001/archotol.1965.00750050563004", "license": null, "url": "http://dx.doi.org/10.1001/archotol.1965.00750050563004", "issn": [{"type": "print", "value": "0886-4470"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Protein and Ribonucleic Acid Metabolism in the Cochlea"], "funder": null, "datasourcePrefix": "crossref____"}
875
{"best_oa_location_url": "", "issued": "None", "abstract": "QT dispersion has been shown to be a marker of those at risk of sudden death due to cardiac arrhythmias. One of the most vulnerable groups of subjects are those waiting for heart transplantation, many of whom die before receiving a donor heart. We assessed the difficulties in measuring QT dispersion in these patients, by studying an initial group of 10 patients. Simultaneous 12-lead ECGs were recorded for each subject on admission to hospital for transplant assessment. The recordings were saved directly to computer at a sampling rate of 500 Hz. Q wave onset, T wave offset and T wave amplitude were measured in each lead using an on screen interactive analysis tool. The QT interval in 40% of the leads could not be measured. 7 patients had fewer than 8 measurable leads. Repeat measurements showed greatest differences for the T wave end measurements in the chest leads with mean (SD) difference of 16.2 ms (16.7 ms) compared with 9.1 ms (5.8 ms) in limb leads. The smallest differences were obtained for Q wave start points in the chest leads with mean (SD) difference of 2.4 ms (1.2 ms). Mean T wave amplitude was 0.21 mV (0.12 mV) across all leads, and for limb and chest leads was 0.15 mV (0.09 mV) and 0.28 mV and (0.17 mV) respectively. QT dispersion, measured as the difference between maximum and minimum QT intervals across all leads, for the group was 118 ms with range 35 ms to 330 ms.", "objIdentifier": "ce79f15ba93f2c0c9f1a8722bf112fc0", "subject": null, "author": [{"affiliation": [], "given": "P.", "family": "Langley"}, {"affiliation": [], "given": "J.H.", "family": "Dark"}, {"affiliation": [], "given": "A.", "family": "Murray"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0004", "value": "Conference object"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://xplorestaging.ieee.org/ielx5/7213/19426/00898482.pdf?arnumber=898482", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "accepted": null, "publisher": "IEEE", "doi": "10.1109/cic.2000.898482", "license": null, "url": "http://dx.doi.org/10.1109/cic.2000.898482", "issn": null, "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["QT dispersion analysis of a transplant assessment group"], "funder": null, "datasourcePrefix": "crossref____"}
876
{"best_oa_location_url": "", "issued": "2016", "abstract": [], "objIdentifier": "0bd1c8fff672f3401c5731f06d33d7f4", "subject": null, "author": [{"affiliation": [], "given": "Genine A.", "family": "Hook"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": "2016-5-26", "link": [{"URL": "http://link.springer.com/content/pdf/10.1057/978-1-137-59887-5_5", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2016", "accepted": null, "publisher": "Palgrave Macmillan UK", "doi": "10.1057/978-1-137-59887-5_5", "license": [{"URL": "http://www.springer.com/tdm", "start": {"timestamp": 1451606400000, "date-parts": [[2016, 1, 1]], "date-time": "2016-01-01T00:00:00Z"}, "content-version": "vor", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1057/978-1-137-59887-5_5", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Judith Butler’s Gender Performativity and Recognition"], "funder": null, "datasourcePrefix": "crossref____"}
877
{"best_oa_location_url": "", "issued": "1960-1-01", "abstract": [], "objIdentifier": "f21610cdf0364ec265d6daa19062a3b1", "pissn": "0307-3114", "subject": null, "author": [{"affiliation": [], "given": "Mary", "family": "Douglas"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1960-1", "accepted": null, "publisher": "JSTOR", "doi": "10.2307/2844216", "license": null, "url": "http://dx.doi.org/10.2307/2844216", "issn": [{"type": "print", "value": "0307-3114"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Blood-Debts and Clientship Among the Lele"], "funder": null, "datasourcePrefix": "crossref____"}
878
{"best_oa_location_url": "", "issued": "1981", "abstract": [], "objIdentifier": "148a1bc445a3bc915a69d6109608e3e1", "subject": null, "author": [{"affiliation": [], "given": "C. K.", "family": "Osborne"}, {"affiliation": [], "given": "W. A.", "family": "Knight"}, {"affiliation": [], "given": "M. G.", "family": "Yochmowitz"}, {"affiliation": [], "given": "W. L.", "family": "McGuire"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/978-1-4615-6571-0_2", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1981", "accepted": null, "publisher": "Springer US", "doi": "10.1007/978-1-4615-6571-0_2", "license": null, "url": "http://dx.doi.org/10.1007/978-1-4615-6571-0_2", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Estrogen Receptor and Prognosis in Breast Cancer"], "funder": null, "datasourcePrefix": "crossref____"}
879
{"best_oa_location_url": "", "issued": "1995", "abstract": [], "objIdentifier": "05f3ef46b3d0983a0daced8b833cf27f", "pissn": "1062-4783", "subject": ["Literature and Literary Theory", "Cultural Studies", "Visual Arts and Performing Arts"], "author": [{"affiliation": [], "given": "Winthrop D.", "family": "Jordan"}, {"affiliation": [], "given": "William D.", "family": "Piersen"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1995", "accepted": null, "publisher": "Penn State Press (Project Muse)", "doi": "10.2307/3042402", "license": null, "url": "http://dx.doi.org/10.2307/3042402", "issn": [{"type": "print", "value": "1062-4783"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Black Legacy: America's Hidden Heritage."], "funder": null, "datasourcePrefix": "crossref____"}
880
{"best_oa_location_url": "", "issued": "2017-10-01", "abstract": [], "objIdentifier": "5422538d64a0d3a37ad72f2b5bfd0d9e", "pissn": "2213-3291", "subject": ["Food Science", "Applied Microbiology and Biotechnology", "Bioengineering"], "author": [{"affiliation": [], "given": "Jinhu", "family": "Tian"}, {"affiliation": [], "given": "Shiguo", "family": "Chen"}, {"affiliation": [], "given": "Join", "family": "Shi"}, {"affiliation": [], "given": "Jianchu", "family": "Chen"}, {"affiliation": [], "given": "Donghong", "family": "Liu"}, {"affiliation": [], "given": "Yidi", "family": "Cai"}, {"affiliation": [], "given": "Yukiharu", "family": "Ogawa"}, {"affiliation": [], "given": "Xingqian", "family": "Ye"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S2213329116300879?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S2213329116300879?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2017-10", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/j.foostr.2017.06.001", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1506816000000, "date-parts": [[2017, 10, 1]], "date-time": "2017-10-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/j.foostr.2017.06.001", "issn": [{"type": "print", "value": "2213-3291"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Microstructure and digestibility of potato strips produced by conventional frying and air-frying: An  in vitro  study"], "funder": [{"doi-asserted-by": "publisher", "DOI": "10.13039/501100004543", "name": "China Scholarship Council", "award": ["201606320142"]}, {"name": "National Science-technology Support Plan Projects of China", "award": ["2014BAD04B01"]}], "datasourcePrefix": "crossref____"}
881
{"best_oa_location_url": "", "issued": "1951-9-01", "abstract": [], "objIdentifier": "ffee2bbb5eb2c992b4b70571e23ba9cb", "pissn": "0007-2745", "subject": ["Plant Science", "Ecology, Evolution, Behavior and Systematics"], "author": [{"affiliation": [], "given": "William Campbell", "family": "Steere"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1951-9", "accepted": null, "publisher": "JSTOR", "doi": "10.2307/3240301", "license": null, "url": "http://dx.doi.org/10.2307/3240301", "issn": [{"type": "print", "value": "0007-2745"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Bryophyta of Arctic America. IV. The Mosses of Cornwallis Island"], "funder": null, "datasourcePrefix": "crossref____"}
882
{"best_oa_location_url": "", "issued": "2007-9-28", "abstract": [], "objIdentifier": "8b03e666da6ac40a796ffb0ef25b3544", "subject": null, "accepted": null, "author": [{"affiliation": [], "given": "Gernot G.", "family": "Presting"}, {"affiliation": [], "given": "Muhammad A.", "family": "Budiman"}, {"affiliation": [], "given": "Todd", "family": "Wood"}, {"affiliation": [], "given": "Yeisoo", "family": "Yu"}, {"affiliation": [], "given": "Hye-Ran", "family": "Kim"}, {"affiliation": [], "given": "Jose Luis", "family": "Goicoechea"}, {"affiliation": [], "given": "Eric", "family": "Fang"}, {"affiliation": [], "given": "Barbara", "family": "Blackman"}, {"affiliation": [], "given": "Jiming", "family": "Jiang"}, {"affiliation": [], "given": "Sung-Sick", "family": "Woo"}, {"affiliation": [], "given": "Ralph A.", "family": "Dean"}, {"affiliation": [], "given": "David", "family": "Frisch"}, {"affiliation": [], "given": "Rod A.", "family": "Wing"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": "2007-9-28", "link": null, "published-print": null, "eissn": "1935-4657", "publisher": "John Wiley & Sons, Ltd.", "doi": "10.1002/9780470515778.ch3", "license": null, "url": "http://dx.doi.org/10.1002/9780470515778.ch3", "issn": [{"type": "electronic", "value": "1935-4657"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["A Framework for Sequencing the Rice Genome"], "funder": null, "datasourcePrefix": "crossref____"}
883
{"best_oa_location_url": "", "issued": "2017-5-15", "abstract": "Abstract#R##N#The purpose of this study was to estimate the electrochemical behavior and biocompatibility of ultrafine-grained (UFG) commercially pure titanium (CPTi) and Ti–13Nb–13Zr (TNZ) alloy obtained by high-pressure torsion process. Electrochemical behavior of materials in artificial saliva at 37°C was evaluated by potentiodynamic polarization tests and electrochemical impedance spectroscopy (EIS), and the obtained results indicated that UFG TNZ alloy showed corrosion current density (jcorr = 53 ± 5 nA cm−2) which was 2 times lower compared to coarse-grained (CG) TNZ alloy (jcorr = 110 ± 12 nA cm−2) and higher corrosion resistance, while UFG CPTi and CPTi showed approximately the same corrosion rate (mean jcorr ∼ 38–40 nA cm−2). Static immersion test in artificial saliva, performed in this study, showed that the released ion concentrations from UFG materials were more than 10 times lower than the permitted concentration (the highest released Ti ion concentration from UFG CPTi and UFG TNZ alloy was 1.12 and 1.28 ppb, respectively, while permitted concentration was 15.5 ppb). The in vitro cytotoxicity tests, as the initial phase of the biocompatibility evaluation, showed that the fraction of surviving cells in all examined materials was much higher compared to the control sample and hence demonstrated absence of cytotoxicity and an increase of fibroblast cells adhesion on UFG materials surfaces. UFG CPTi and UFG TNZ alloy can be considered as promising materials for applications in dentistry due to high corrosion resistance and outstanding biocompatibility which were shown in this study. © 2017 Wiley Periodicals, Inc. J Biomed Mater Res Part B: Appl Biomater, 2017.", "objIdentifier": "86c20745037acd910d3d0d2bd5058d7e", "pissn": "1552-4973", "subject": ["Biomaterials", "Biomedical Engineering"], "author": [{"affiliation": [{"name": "University of Belgrade,  Faculty of Technology and Metallurgy; 11120 Belgrade Serbia"}], "given": "Ivana", "family": "Dimić"}, {"ORCID": "0000-0002-3554-4003", "affiliation": [{"name": "University of Belgrade, Institute of Nuclear Sciences; 11001 Belgrade Serbia"}], "given": "Ivana", "family": "Cvijović-Alagić"}, {"affiliation": [{"name": "Department of Materials Physics; Montanuniversität Leoben; 8700 Leoben Austria"}], "given": "Anton", "family": "Hohenwarter"}, {"affiliation": [{"name": "Austrian Academy of Sciences, Erich Schmid Institute of Materials Science; 8700 Leoben Austria"}], "given": "Reinhard", "family": "Pippan"}, {"affiliation": [{"name": "Oncology Institute of Vojvodina; 21204 Sremska Kamenica Serbia"}], "given": "Vesna", "family": "Kojić"}, {"affiliation": [{"name": "University of Belgrade,  Faculty of Technology and Metallurgy; 11120 Belgrade Serbia"}], "given": "Jelena", "family": "Bajat"}, {"affiliation": [{"name": "University of Belgrade,  Faculty of Technology and Metallurgy; 11120 Belgrade Serbia"}], "given": "Marko", "family": "Rakin"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2017-5-15", "link": [{"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1002%2Fjbm.b.33919", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}, {"URL": "http://onlinelibrary.wiley.com/wol1/doi/10.1002/jbm.b.33919/fullpdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2018-4", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1002/jbm.b.33919", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", "start": {"timestamp": 1494806400000, "date-parts": [[2017, 5, 15]], "date-time": "2017-05-15T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}, {"URL": "http://onlinelibrary.wiley.com/termsAndConditions#vor", "start": {"timestamp": 1494806400000, "date-parts": [[2017, 5, 15]], "date-time": "2017-05-15T00:00:00Z"}, "content-version": "vor", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1002/jbm.b.33919", "issn": [{"type": "print", "value": "1552-4973"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Electrochemical and biocompatibility examinations of high-pressure torsion processed titanium and Ti-13Nb-13Zr alloy"], "funder": [{"doi-asserted-by": "publisher", "DOI": "10.13039/501100004564", "name": "Ministarstvo Prosvete, Nauke i Tehnološkog Razvoja", "award": ["ON 174004", "III 46010"]}], "datasourcePrefix": "crossref____"}
884
{"best_oa_location_url": "", "issued": "1987-1-01", "abstract": [], "objIdentifier": "54cf644fd20f627ae872fba926c1619a", "pissn": "0022-3654", "subject": ["Physical and Theoretical Chemistry", "General Engineering"], "eissn": "1541-5740", "author": [{"affiliation": [], "given": "Hideaki.", "family": "Fujiwara"}, {"affiliation": [], "given": "Yoshio.", "family": "Sasaki"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://pubs.acs.org/doi/pdf/10.1021/j100286a043", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1987-1", "accepted": null, "publisher": "American Chemical Society (ACS)", "doi": "10.1021/j100286a043", "license": null, "url": "http://dx.doi.org/10.1021/j100286a043", "issn": [{"type": "print", "value": "0022-3654"}, {"type": "electronic", "value": "1541-5740"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["NMR study of molecules in anisotropic systems. IV. Solution structure and preferred orientation of chloromethylstannanes in liquid crystals determined from nuclear magnetic resonance spectroscopy"], "funder": null, "datasourcePrefix": "crossref____"}
885
{"best_oa_location_url": "", "issued": "1993-7-01", "abstract": [], "objIdentifier": "7784ddb5eb7448cd234a91e96526f397", "pissn": "1173-8324", "subject": null, "author": [{"affiliation": [], "family": "&NA;"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1993-7", "accepted": null, "publisher": "Springer Nature", "doi": "10.2165/00128413-199308970-00023", "license": null, "url": "http://dx.doi.org/10.2165/00128413-199308970-00023", "issn": [{"type": "print", "value": "1173-8324"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["News in brief ???"], "funder": null, "datasourcePrefix": "crossref____"}
886
{"best_oa_location_url": "", "issued": "2007-7-21", "abstract": "While qualitative observations of jellyfish intraguild predation abound in the literature, there are only few rate measurements of these interactions. We quantified predation rates among two common jellyfish in northern boreal waters, Cyanea capillata and its prey Aurelia aurita, both of which also feed on crustacean zooplankton and fish larvae. A series of incubation experiments using a wide range of prey concentrations (0.38–3.8 m−3) in large containers (2.6 m3) was carried out. By replenishing the prey continuously as they were captured we maintained a nearly constant prey concentrations. Ingestion rates increased linearly up to prey concentrations of 1.92 m−3, yielding maximum clearance rates of ∼2.37 ± 0.39 m3 predator−1 h−1 for C. capillata predators 16 ± 2.3 cm in diameter. Mean ingestion rate at saturated prey concentrations (1.92–3.85 m−3) was 4.01 ± 0.78 prey predator−1 h−1. Behavioral observations suggested that predators did not alter their swimming behavior during meals, and thus that feeding rates were generally handling limited rather than encounter limited. Predators captured more prey than needed, and semi-digested prey was often discarded when fresh prey was encountered.", "objIdentifier": "d432943147ebb264cb35a8fbdf9c3444", "pissn": "0025-3162", "subject": ["Ecology", "Aquatic Science", "Ecology, Evolution, Behavior and Systematics"], "eissn": "1432-1793", "author": [{"affiliation": [], "given": "Josefin", "family": "Titelman"}, {"affiliation": [], "given": "Laurianne", "family": "Gandon"}, {"affiliation": [], "given": "Anne", "family": "Goarant"}, {"affiliation": [], "given": "Trygve", "family": "Nilsen"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2007-7-21", "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/s00227-007-0721-1", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2007-8-20", "accepted": null, "publisher": "Springer Nature", "doi": "10.1007/s00227-007-0721-1", "license": null, "url": "http://dx.doi.org/10.1007/s00227-007-0721-1", "issn": [{"type": "print", "value": "0025-3162"}, {"type": "electronic", "value": "1432-1793"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Intraguild predatory interactions between the jellyfish Cyanea capillata and Aurelia aurita"], "funder": null, "datasourcePrefix": "crossref____"}
887
{"best_oa_location_url": "", "issued": "2015-7-31", "abstract": "In this article, we study the global solution of the elementary waves interaction problem for the nonlinear chromatography equations. We constructively obtain the solutions when the initial data are three piecewise constant states. The global structures and large time-asymptotic behaviors of the solutions are analyzed case by case. During the process of the interaction, it is easy to see that the solutions of the perturbed Riemann problem converge to nothing but the corresponding Riemann solutions as \\(\\epsilon \\rightarrow 0\\), from which the stability of the Riemann solutions with respect to this local small perturbation of the Riemann initial data are obtained.", "objIdentifier": "118c356a134adf3a2d0ac21e8bf0ae29", "pissn": "0126-6705", "subject": ["General Mathematics"], "eissn": "2180-4206", "author": [{"affiliation": [], "given": "Xiaoxia", "family": "Wang"}, {"affiliation": [], "given": "Lihui", "family": "Guo"}, {"affiliation": [], "given": "Gan", "family": "Yin"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2015-7-31", "link": [{"URL": "http://link.springer.com/content/pdf/10.1007/s40840-015-0178-1.pdf", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}, {"URL": "http://link.springer.com/article/10.1007/s40840-015-0178-1/fulltext.html", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/html"}, {"URL": "http://link.springer.com/content/pdf/10.1007/s40840-015-0178-1", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2016-1", "accepted": null, "publisher": "Springer Nature", "doi": "10.1007/s40840-015-0178-1", "license": [{"URL": "http://www.springer.com/tdm", "start": {"timestamp": 1438300800000, "date-parts": [[2015, 7, 31]], "date-time": "2015-07-31T00:00:00Z"}, "content-version": "vor", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1007/s40840-015-0178-1", "issn": [{"type": "print", "value": "0126-6705"}, {"type": "electronic", "value": "2180-4206"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Interactions of Elementary Waves for the Nonlinear Chromatography Equations"], "funder": null, "datasourcePrefix": "crossref____"}
888
{"best_oa_location_url": "", "issued": "2012-11-01", "abstract": "Carbon nanofiber (CNF) reinforced aluminum alloy nanocomposites were fabricated by a liquid process. In order to enhance the wettability of Al on CNFs and the dispersion of CNFs in the Al melt, and suppress the formation of the brittle Al 4 C 3  phase, Cu was coated on CNFs using electroless plating. CNFs were also vibration-milled to enhance the dispersion of the CNFs by reducing the aspect ratio of the CNFs. The Cu-coated CNFs could be easily accommodated into the Al melt by using button-shaped feedstocks that were made of CNFs and Al powder. The concentration of CNFs in the CNF/Al nanocomposites was varied from 0.065 to 0.58 wt.%. Our results indicate that CNF/Al nanocomposites with significantly improved mechanical properties could be fabricated by a liquid process and that CNFs acted as an effective reinforcement material.", "objIdentifier": "98c247de1dd7bc1bacbd399477e6a79a", "pissn": "0925-8388", "subject": ["Mechanical Engineering", "Materials Chemistry", "Mechanics of Materials", "Metals and Alloys"], "author": [{"affiliation": [], "given": "Se-Il", "family": "Oh"}, {"affiliation": [], "given": "Jun-Young", "family": "Lim"}, {"affiliation": [], "given": "Yu-Chan", "family": "Kim"}, {"affiliation": [], "given": "Juil", "family": "Yoon"}, {"affiliation": [], "given": "Gyeung-Ho", "family": "Kim"}, {"affiliation": [], "given": "Joonho", "family": "Lee"}, {"affiliation": [], "given": "Yun-Mo", "family": "Sung"}, {"affiliation": [], "given": "Jun-Hyun", "family": "Han"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0925838812012200?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S0925838812012200?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2012-11", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/j.jallcom.2012.07.029", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1351728000000, "date-time": "2012-11-01T00:00:00Z", "date-parts": [[2012, 11, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/j.jallcom.2012.07.029", "issn": [{"type": "print", "value": "0925-8388"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Fabrication of carbon nanofiber reinforced aluminum alloy nanocomposites by a liquid process"], "funder": null, "datasourcePrefix": "crossref____"}
889
{"best_oa_location_url": "", "issued": "1986-1-01", "abstract": [], "objIdentifier": "6dff8502679a7e78a0471df77130c1fd", "pissn": "0731-7085", "subject": ["Analytical Chemistry", "Spectroscopy", "Clinical Biochemistry", "Drug Discovery", "Pharmaceutical Science"], "author": [{"affiliation": [], "given": "J.M.", "family": "Gallo"}, {"affiliation": [], "given": "C.T.", "family": "Hung"}, {"affiliation": [], "given": "D.G.", "family": "Perrier"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:0731708586800693?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:0731708586800693?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "1986-1", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/0731-7085(86)80069-3", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 504921600000, "date-time": "1986-01-01T00:00:00Z", "date-parts": [[1986, 1, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/0731-7085(86)80069-3", "issn": [{"type": "print", "value": "0731-7085"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Reversed-phase ion-pair high-performance liquid chromatography of adriamycin and adriamycinol in rat serum and tissues"], "funder": null, "datasourcePrefix": "crossref____"}
890
{"best_oa_location_url": "", "issued": "2010-8-20", "abstract": "Abstract#R##N##R##N#ChemInform is a weekly Abstracting Service, delivering concise information at a glance that was extracted from about 100 leading journals. To access a ChemInform Abstract of an article which was published elsewhere, please select a “Full Text” option. The original article is trackable via the “References” option.", "objIdentifier": "8c6431675e1c416ca87fe628283d441a", "pissn": "0931-7597", "subject": null, "author": [{"affiliation": [], "given": "J.", "family": "JANKU"}, {"affiliation": [], "given": "J.", "family": "BURKHARD"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2010-8-20", "link": [{"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1002%2Fchin.199310310", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1002/chin.199310310", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", "start": {"timestamp": 1441065600000, "date-time": "2015-09-01T00:00:00Z", "date-parts": [[2015, 9, 1]]}, "content-version": "tdm", "delay-in-days": 1838}], "url": "http://dx.doi.org/10.1002/chin.199310310", "issn": [{"type": "print", "value": "0931-7597"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["ChemInform Abstract: Synthesis of Diamantane (Pentacyclo(7.3.1.14,12.02,7.06,11)tetradecane) and Its Derivatives"], "funder": null, "datasourcePrefix": "crossref____"}
891
{"best_oa_location_url": "", "issued": "1977-1-01", "abstract": "Abstract   This paper presents mean values of light saturated net photosynthesis (Pn) and dark respiration (R) rates of 91 species of tropical marine plants studied in Cuba and Hawaii. All the major taxonomic groups of macroscopic marine plants studied are not significantly different from the “productivity” point of view, with total mean “Pn” and “R” rates of 7.2 and 1.4 mg O 2  g(dry) −1  h −1 , respectively. More than half of the green, brown and red algae studied have “Pn” rates lower than 7.2 mg O 2  g(dry) −1  h −1 , but for seagrasses, only 20% is included in the above-mentioned range. Amongst each taxonomic group there are more productive species. Species whose Pn/R ratios are higher than 15 include the following:  Lyngbya majuscula, Cladophoropsis luxurians, Microdictyon setchellianum, Ulva reticulata, Dictyota linearis, Lobophora variegata, Turbinaria turbinata  and  Galaxaura apiculata . They can be considered to be the most “productive”, although sometimes they are not the most abundant.", "objIdentifier": "5f15c239440c2d9ab4e28f7d002950a5", "pissn": "0304-3770", "subject": ["Plant Science", "Aquatic Science"], "author": [{"affiliation": [], "given": "RenéJ.", "family": "Buesa"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:0304377077900237?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:0304377077900237?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "1977-1", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/0304-3770(77)90023-7", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 220924800000, "date-parts": [[1977, 1, 1]], "date-time": "1977-01-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/0304-3770(77)90023-7", "issn": [{"type": "print", "value": "0304-3770"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Photosynthesis and respiration of some tropical marine plants"], "funder": null, "datasourcePrefix": "crossref____"}
892
{"best_oa_location_url": "", "issued": "2006-1-01", "abstract": "Acupuncture has been used widely to treat disease; however, the time course for acupuncture to have an effect remains unclear. Therefore, the aim of the present study was to investigate the time course of changes in nail fold microcirculation (NFM) induced by acupuncture stimulation (AS) at the right and left Waiguan acupoints (WAs). A total of 38 healthy female volunteers, age range from 21 to 33, were studied. We recorded NFM of the right middle finger before, and 5 min, 10 min, 15 min and 20 min after initiating AS; NFM was also recorded 5 min and 10 min after secessions of AS. Nitric oxide (NO) and endothelin-1 levels were measured from the left cubital vein, before AS and 10 min after stopping AS. The results indicated that capillary density of NFM increased 5 min after AS at the right Waiguan acupoint (WA); however, similar changes were not noted at the left WA. The capillary density decreased beginning 15 min after AS at the right and left WA. Capillary red blood cell velocity increased 5 min and 10 min after AS at the right and left WAs, but decreased 5 min and 10 min after stopping AS at the left WA. NO and endothein-1 levels were similar before AS and 10 min after stopping AS. Therefore, we suggest that a segmental effect of the spinal nerve contributes to the increasing capillary density of NFM induced by AS. The effect of acupuncture on NFM lasts about 10–15 min. The changes of balance between the sympathetic nerve activities and parasympathetic nerve activities may be induced by AS.", "objIdentifier": "0f33cd9dce08246a9b257d30a16fadae", "pissn": "0192-415X", "subject": ["Complementary and alternative medicine", "General Medicine"], "eissn": "1793-6853", "author": [{"affiliation": [], "given": "Ching-Liang", "family": "Hsieh"}, {"affiliation": [], "given": "Yung-Ming", "family": "Chang"}, {"affiliation": [], "given": "Nou-Ying", "family": "Tang"}, {"affiliation": [], "given": "I-hsin", "family": "Lin"}, {"affiliation": [], "given": "Chung-Hsiang", "family": "Liu"}, {"affiliation": [], "given": "Jaung-Geng", "family": "Lin"}, {"affiliation": [], "given": "Rui", "family": "Jin"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.worldscientific.com/doi/pdf/10.1142/S0192415X06004284", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2006-1", "accepted": null, "publisher": "World Scientific Pub Co Pte Lt", "doi": "10.1142/s0192415x06004284", "license": null, "url": "http://dx.doi.org/10.1142/s0192415x06004284", "issn": [{"type": "print", "value": "0192-415X"}, {"type": "electronic", "value": "1793-6853"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Time Course of Changes in Nail Fold Microcirculation Induced by Acupuncture Stimulation at the Waiguan Acupoints"], "funder": null, "datasourcePrefix": "crossref____"}
893
{"best_oa_location_url": "", "issued": "1961-2-01", "abstract": [], "objIdentifier": "7985d75e922c512bf59e8672a4e67787", "pissn": "0140-6736", "subject": ["General Medicine"], "author": [{"affiliation": [], "given": "P.C.", "family": "Bewes"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S014067366190006X?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S014067366190006X?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "1961-2", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/s0140-6736(61)90006-x", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": -281318400000, "date-parts": [[1961, 2, 1]], "date-time": "1961-02-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/s0140-6736(61)90006-x", "issn": [{"type": "print", "value": "0140-6736"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["DANGER OF AIR EMBOLISM IN HIGH-PRESSURE BLOOD-TRANSFUSIONS"], "funder": null, "datasourcePrefix": "crossref____"}
894
{"issued": "2017-12-01", "abstract": [], "objIdentifier": "8ca21a50d609e3e5e514919c5ca39c7c", "pissn": "2161-9549", "subject": ["Ecology", "Aquatic Science", "Ecology, Evolution, Behavior and Systematics"], "accepted": null, "author": [{"affiliation": [], "given": "Susan E.", "family": "Lewis"}, {"affiliation": [], "given": "Joseph J.", "family": "Piatt"}, {"affiliation": [], "given": "Abigail S. L.", "family": "Lewis"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.journals.uchicago.edu/doi/pdf/10.1086/694855", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2017-12", "eissn": "2161-9565", "publisher": "University of Chicago Press", "doi": "10.1086/694855", "license": null, "url": "http://dx.doi.org/10.1086/694855", "issn": [{"type": "print", "value": "2161-9549"}, {"type": "electronic", "value": "2161-9565"}], "collectedFrom": [{"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Amphipods (Gammarus pseudolimnaeus) prefer but are harmed by a diet of non-native leaves"], "funder": null, "datasourcePrefix": "crossref____"}
895
{"best_oa_location_url": "", "issued": "1980-1-01", "abstract": "1.#TAB##R##N#1. Percussion or electrical stimulation of the carapace in T graeca elicited responses at the ipsilateral cord dorsum. The segmental levels of inflow were identified by mapping and dorsal rhizotomy.#R##N##R##N#2.#TAB##R##N#2. The waveform properties of the cord dorsum potentials resembled those associated with cutaneous stimulation.#R##N##R##N#3.#TAB##R##N#3. The effects of local stimulation and local anaesthesia indicate that a proportion of nerve endings in the carapace are present in the superficial layers of the thecal bone.#R##N##R##N#4.#TAB##R##N#4. Conduction velocity of afferents from the carapace was 14.5 m/sec (mean) at 23–25°C in the ipsilateral dorsal tract and therefore in the upper range for the population of tract fibres.", "objIdentifier": "6588771a3f82fccaddd8d25e95f1aff7", "pissn": "0300-9629", "subject": ["General Medicine"], "author": [{"affiliation": [], "given": "M.E", "family": "Rosenberg"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:0300962980901565?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:0300962980901565?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "1980-1", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/0300-9629(80)90156-5", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 315532800000, "date-parts": [[1980, 1, 1]], "date-time": "1980-01-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/0300-9629(80)90156-5", "issn": [{"type": "print", "value": "0300-9629"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Central responses to mechanical and electrical stimulation of the carapace in the tortoise"], "funder": null, "datasourcePrefix": "crossref____"}
896
{"best_oa_location_url": "", "issued": "2014", "abstract": [], "objIdentifier": "5350ef06abefda9ca4c8469841ebb3a2", "subject": null, "author": [{"affiliation": [], "given": "Nagahisa", "family": "Yoshimura"}, {"affiliation": [], "given": "Masanori", "family": "Hangai"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://link.springer.com/content/pdf/10.1007/978-3-642-38625-1_2", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2014", "accepted": null, "publisher": "Springer Berlin Heidelberg", "doi": "10.1007/978-3-642-38625-1_2", "license": null, "url": "http://dx.doi.org/10.1007/978-3-642-38625-1_2", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Vitreoretinal interface pathology"], "funder": null, "datasourcePrefix": "crossref____"}
897
{"best_oa_location_url": "http://doi.org/10.1590/s0103-50532011000400025", "issued": "2011", "abstract": "New adducts of lapachol with neat primary aliphatic amines were obtained in a solvent-free reaction in good to reasonable yields (52 to 88%), at room temperature. The new compounds containing a phenazine moiety were obtained from suitable functionalized aminoalkyl compounds, including ethanolamine, 3-propanolamine, 2-methoxy-ethylamine, 3-methoxy-propylamine, n-butylamine and 2-phenetylamine.", "objIdentifier": "1258886ed502be7556e0a2de559840a8", "pissn": "0103-5053", "subject": ["General Chemistry"], "author": [{"affiliation": [], "given": "Mirelly D. F.", "family": "Santos"}, {"affiliation": [], "given": "José T.", "family": "Litivack-Junior"}, {"affiliation": [], "given": "Roberto V.", "family": "Antunes"}, {"affiliation": [], "given": "Tania M. S.", "family": "Silva"}, {"affiliation": [], "given": "Celso A.", "family": "Camara"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": "2011", "link": [{"URL": "http://www.scielo.br/pdf/jbchs/v22n4/25.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "accepted": null, "publisher": "FapUNIFESP (SciELO)", "doi": "10.1590/s0103-50532011000400025", "license": null, "url": "http://dx.doi.org/10.1590/s0103-50532011000400025", "issn": [{"type": "print", "value": "0103-5053"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["New Adducts of Lapachol with Primary Amines"], "funder": null, "datasourcePrefix": "crossref____"}
898
{"best_oa_location_url": "", "issued": "2007-7-01", "abstract": "The relationship between plant species richness and primary productivity has long been a central topic in biodiversity research. In this paper, we examine the relationship between species richness and productivity in four typical grasslands of Northern China at different spatial scales. At the community scale, a positive correlation was found for six of seven communities. A unimodal pattern was found only for one community (Stipa glareosa community), while at a large scale (vegetation type or landscape/region), the relationship was also found significantly positive. Species richness ranged from 4 to 35 species, and community aboveground productivity from 13 to 368 g·m−2·a−1. The highest species richness and aboveground productivity were found in alpine meadow, followed by meadow steppe, typical steppe and desert steppe.", "objIdentifier": "94ff7fea4ba89f7358d77113662846b6", "pissn": "1673-3509", "subject": ["Biotechnology", "Ecology", "Genetics", "Ecology, Evolution, Behavior and Systematics"], "eissn": "1673-3622", "author": [{"affiliation": [], "given": "Wenhong", "family": "Ma"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/s11515-007-0047-x", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2007-7", "accepted": null, "publisher": "Springer Nature", "doi": "10.1007/s11515-007-0047-x", "license": null, "url": "http://dx.doi.org/10.1007/s11515-007-0047-x", "issn": [{"type": "print", "value": "1673-3509"}, {"type": "electronic", "value": "1673-3622"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["The relationship between species richness and productivity in four typical grasslands of northern China"], "funder": null, "datasourcePrefix": "crossref____"}
899
{"best_oa_location_url": "", "issued": "1978-3-01", "abstract": [], "objIdentifier": "5760b2092bcc46ce1f9bc48fe6d9c73b", "pissn": "0008-6215", "subject": ["Organic Chemistry", "Analytical Chemistry", "Biochemistry", "General Medicine"], "author": [{"affiliation": [], "given": "S", "family": "Schiefer"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0008-6215(00)83589-2?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S0008-6215(00)83589-2?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "1978-3", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/s0008-6215(00)83589-2", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 257558400000, "date-time": "1978-03-01T00:00:00Z", "date-parts": [[1978, 3, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/s0008-6215(00)83589-2", "issn": [{"type": "print", "value": "0008-6215"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["The requirement for a primer in the in vitro synthesis of polysaccharide by sweet-corn (1 → 4)-α-?-glucan synthase"], "funder": null, "datasourcePrefix": "crossref____"}
900
{"best_oa_location_url": "", "issued": "2016-3-1", "abstract": "Introduction. Interstitial lung disease (ILD) is 1 possible manifestation of the idiopathic inflammatory myopathies (IIM). Occasionally, patients presenting with ILD are mistakenly diagnosed with idiopathic interstitial pneumonia (IIP), but after multidisciplinary evaluation, their ILD is determined to be because of antisynthetase syndrome (SynS) or myositis spectrum of disease.#N##N#Methods. We used retrospective analytic methods to identify patients with ILD evaluated at the National Jewish Health between February 2008 and August 2014 and believed initially to have IIP but ultimately diagnosed with SynS or myositis spectrum of disease.#N##N#Results. The cohort included 33 patients; most were white women with a mean age at presentation of 55 years. Their pulmonary physiologic impairment was moderate. In 31 cases, the ILD pattern by thoracic high-resolution computed tomography scan was nonspecific interstitial pneumonia (NSIP), organizing pneumonia (OP), or a combination of the 2. Surgical lung biopsy was performed in 21 patients; NSIP was the most common pattern. Less than one-third of the cohort had positive antinuclear antibodies. Two-thirds had positive SSA. All patients had either myositis-specific or myositis-associated autoantibody. Most had subtle extrathoracic symptoms or signs of SynS; 12 had an elevated serum creatine phosphokinase, but none had clinical evidence of myositis. None met the Peter and Bohan classification criteria for polymyositis/dermatomyositis.#N##N#Conclusion. Among patients who present with presumed IIP, a multidisciplinary evaluation that includes the integration of clinical evaluations by rheumatologists and pulmonologists, morphologic (both histopathologic and radiographic) data, and serologic features is helpful in the detection of occult SynS or the myositis spectrum of disease.", "objIdentifier": "f997fb810dbd82d116ecdea294291b85", "pissn": "0315-162X", "subject": ["Immunology", "Immunology and Allergy", "Rheumatology"], "eissn": "1499-2752", "author": [{"affiliation": [], "given": "S.", "family": "Chartrand"}, {"affiliation": [], "given": "J. J.", "family": "Swigris"}, {"affiliation": [], "given": "L.", "family": "Peykova"}, {"affiliation": [], "given": "J.", "family": "Chung"}, {"affiliation": [], "given": "A.", "family": "Fischer"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2016-3-1", "link": null, "published-print": "2016-5-1", "accepted": null, "publisher": "The Journal of Rheumatology", "doi": "10.3899/jrheum.150966", "license": null, "url": "http://dx.doi.org/10.3899/jrheum.150966", "issn": [{"type": "print", "value": "0315-162X"}, {"type": "electronic", "value": "1499-2752"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["A Multidisciplinary Evaluation Helps Identify the Antisynthetase Syndrome in Patients Presenting as Idiopathic Interstitial Pneumonia"], "funder": null, "datasourcePrefix": "crossref____"}
901
{"best_oa_location_url": "", "issued": "None", "abstract": [], "objIdentifier": "f0eddce683e142190af893ea02e3e69e", "subject": null, "author": [{"affiliation": [{"name": "University of Canterbury, New Zealand"}], "given": "Theekshana", "family": "Suraweera"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": [{"URL": "https://www.igi-global.com/viewtitle.aspx?TitleId=54568", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "accepted": null, "publisher": "IGI Global", "doi": "10.4018/978-1-61520-965-1.ch601", "license": null, "url": "http://dx.doi.org/10.4018/978-1-61520-965-1.ch601", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["IT Management in Small and Medium-Sized Enterprises"], "funder": null, "datasourcePrefix": "crossref____"}
902
{"best_oa_location_url": "", "issued": "2000-6-01", "abstract": "Plant macrofossils from the end of the Younger Dryas were analysed at three sites, Gerzensee (603 m asl), Leysin (1230 m asl), and Zeneggen (1510 m asl). For the first two sites an oxygen-isotope record is also available that was used to develop a time scale (Schwander et al., this volume); dates refer therefore to calibrated years according to the GRIP time scale. Around Gerzensee a pine forest with some tree birches grew during the Younger Dryas. With the onset of the isotopic shift initiating the rapid warming (about 11,535 cal. years before 1950), the pine forest became more productive and denser. At Leysin no trees except some juniper scrub grew during the Younger Dryas. Tree birches, pine, and poplar immigrated from lower altitudes and arrived after the end of the isotopic shift (about 11,487 B.P.), i.e., at the beginning of the Preboreal (at about 11,420 B.P.). Zeneggen is situated somewhat higher than Leysin, but single tree birches and pines survived the Younger Dryas at the site. At the beginning of the Preboreal their productivity and population densities increased. Simultaneously shifts from Nitella to Chara and from silt to gyttja are recorded, all indicating rapidly warming conditions and higher nutrient levels of the lake water (and probably of the soils in the catchment). At Gerzensee the beginning of the Younger Dryas was also analysed: the beginning of the isotopic shift correlates within one sample (about 15 years) to rapid decreases of macrofossils of pines and tree birches.", "objIdentifier": "040fb2c814eb3860b7cd01cbaf17cb39", "pissn": "0031-0182", "subject": ["Earth-Surface Processes", "Palaeontology", "Ecology, Evolution, Behavior and Systematics", "Oceanography"], "author": [{"affiliation": [], "given": "Kazimierz", "family": "Tobolski"}, {"affiliation": [], "given": "Brigitta", "family": "Ammann"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0031018200000882?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S0031018200000882?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2000-6", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/s0031-0182(00)00088-2", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 959817600000, "date-parts": [[2000, 6, 1]], "date-time": "2000-06-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/s0031-0182(00)00088-2", "issn": [{"type": "print", "value": "0031-0182"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Macrofossils as records of plant responses to rapid Late Glacial climatic changes at three sites in the Swiss Alps"], "funder": null, "datasourcePrefix": "crossref____"}
903
{"best_oa_location_url": "", "issued": "2009-1-1", "abstract": [], "objIdentifier": "9404eaf9ebfe5f6a94705bdb51446ee9", "pissn": "1433-7266", "subject": ["Inorganic Chemistry", "General Materials Science", "Condensed Matter Physics"], "eissn": "2197-4578", "author": [{"affiliation": [], "given": "Nam-Ho", "family": "Kim"}, {"affiliation": [], "given": "In-Chul", "family": "Hwang"}, {"affiliation": [], "given": "Kwang", "family": "Ha"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "https://www.degruyter.com/view/j/ncrs.2009.224.issue-4/ncrs.2009.0267/ncrs.2009.0267.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2009-1-1", "accepted": null, "publisher": "Walter de Gruyter GmbH", "doi": "10.1524/ncrs.2009.0267", "license": null, "url": "http://dx.doi.org/10.1524/ncrs.2009.0267", "issn": [{"type": "print", "value": "1433-7266"}, {"type": "electronic", "value": "2197-4578"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Crystal structure of hexane-1,6-diammonium bis[diaquadibromo(pyridine-2-carboxylato)manganate(II)], [C6H18N2][MnBr2(H2O)2(C6H4NO2)]2"], "funder": null, "datasourcePrefix": "crossref____"}
904
{"best_oa_location_url": "", "issued": "2011-9-01", "abstract": "Taking advantage of some recent closed form expressions for the stress distributions due to V-notches with end holes, the micro-structural support factor, s, to apply the Fictitious Notch Rounding (NFR) approach, is evaluated by adopting a normal stress criterion. The closed form expressions for the micro-structural support factor (s) as well as for the fictitiously enlarged end radius (ρf), provided here for the first time, highlight the crucial role played by the notch opening angle for this notch configuration.", "objIdentifier": "918ab3d218769a854b855bcdf0255038", "pissn": "0376-9429", "subject": ["Modelling and Simulation", "Mechanics of Materials", "Computational Mechanics"], "eissn": "1573-2673", "author": [{"ORCID": "0000-0002-4207-0109", "affiliation": [], "given": "Filippo", "family": "Berto"}, {"ORCID": "0000-0002-4173-5244", "affiliation": [], "given": "Michele", "family": "Zappalorto"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2011-10-4", "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/s10704-011-9626-6", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2011-9", "accepted": null, "publisher": "Springer Nature", "doi": "10.1007/s10704-011-9626-6", "license": null, "url": "http://dx.doi.org/10.1007/s10704-011-9626-6", "issn": [{"type": "print", "value": "0376-9429"}, {"type": "electronic", "value": "1573-2673"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Fictitious Notch Rounding Concept Applied to V-Notches with End Holes Under Mode I Loading"], "funder": null, "datasourcePrefix": "crossref____"}
905
{"best_oa_location_url": "", "issued": "2014-12-01", "abstract": "In recent years, robotic technology has been introduced in surgery in the form of master slave system and its applicable surgical area is widely spreading. Minimally invasive surgery and microsurgery are the representing applications of the robotic surgery that the surgeon performs the dexterous and fine operations in the deep or narrow surgical area in micro-scale. The intuitiveness is thus highly desirable to perform the highly elaborated surgical tasks such as suturing for surgical master slave systems. To increase the operability, time-delay of system response, haptic feedback and eye-hand coordination issues have mainly been discussed in the field of robotics. In addition to these approaches, we propose a surgical robotic system that induces multisensory illusion. In our previous study, we reported that the robotic instruments enhances the multisensory illusion. In this paper, we determine the requirements for inducing the multisensory illusion on a multi-DOF master slave system and the first stage of prototype implementation based on the given requirements is described.", "objIdentifier": "7edc88723f2df9fec6514a027db46e2c", "subject": null, "author": [{"affiliation": [], "given": "Jumpei", "family": "Arata"}, {"affiliation": [], "given": "Masashi", "family": "Hattori"}, {"affiliation": [], "given": "Masamichi", "family": "Sakaguchi"}, {"affiliation": [], "given": "Ryu", "family": "Nakadate"}, {"affiliation": [], "given": "Susumu", "family": "Oguri"}, {"affiliation": [], "given": "Makoto", "family": "Hashizume"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0004", "value": "Conference object"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://xplorestaging.ieee.org/ielx7/7010856/7044503/07044833.pdf?arnumber=7044833", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2014-12", "accepted": null, "publisher": "IEEE", "doi": "10.1109/scis-isis.2014.7044833", "license": null, "url": "http://dx.doi.org/10.1109/scis-isis.2014.7044833", "issn": null, "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Mechanism study for micro surgical robotic system that can induce multisensory illusion"], "funder": null, "datasourcePrefix": "crossref____"}
906
{"best_oa_location_url": "", "issued": "1956", "abstract": [], "objIdentifier": "90de22b17eb5da6fbdc88541479548fd", "pissn": "0368-1769", "subject": ["General Chemistry"], "author": [{"affiliation": [], "given": "Vincent", "family": "Arkley"}, {"affiliation": [], "given": "F. M.", "family": "Dean"}, {"affiliation": [], "given": "Alexander", "family": "Robertson"}, {"affiliation": [], "given": "Padet", "family": "Sidisunthorn"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://pubs.rsc.org/en/content/articlepdf/1956/JR/JR9560002322", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1956", "accepted": null, "publisher": "Royal Society of Chemistry (RSC)", "doi": "10.1039/jr9560002322", "license": null, "url": "http://dx.doi.org/10.1039/jr9560002322", "issn": [{"type": "print", "value": "0368-1769"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["451. Usnic acid. Part XII. Pummerer's ketone"], "funder": null, "datasourcePrefix": "crossref____"}
907
{"best_oa_location_url": "", "issued": "1916", "abstract": [], "objIdentifier": "34ba0f29ab2b515da0cb145808924de2", "subject": null, "author": [{"affiliation": [], "name": "Falls City Nursery."}, {"affiliation": [], "given": "A. J. A.", "family": "Spafford"}, {"affiliation": [], "name": "A. J. A. Spafford (Firm)"}, {"affiliation": [], "name": "Henry G. Gilbert Nursery and Seed Trade Catalog Collection."}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0002", "value": "Book"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1916", "accepted": null, "publisher": "A. J. A. Spafford,", "doi": "10.5962/bhl.title.111724", "license": null, "url": "http://dx.doi.org/10.5962/bhl.title.111724", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Price list of fruit and ornamental trees, evergreens, shrubs, and small fruits /"], "funder": null, "datasourcePrefix": "crossref____"}
908
{"best_oa_location_url": "http://arxiv.org/abs/0710.3567", "issued": "2008-4-01", "abstract": "Dans un liquide fortement polarise (ici, une solution d' 3 He hyperpolarise dans l' 4 He liquide), les interactions dipolaires magnetiques apportent une importante contribution non lineaire et non locale a l'equation de Bloch, qui rend l'evolution RMN instable. Nous avons entrepris une etude de cette instabilite par des techniques d'echo de spin. A forte aimantation, une impulsion rf de 180° appliquee lors de l'evolution ne refocalise pas l'aimantation, aussi utilisons nous une technique standard de RMN du solide: le magic sandwich. Nous decrivons les premiers resultats d'une etude experimentale et numerique des effets de cette sequence sur une evolution RMN instable. Une augmentation de la duree de vie de l'aimantation transverse de trois ordres de grandeur est obtenue en appliquant periodiquement des magic sandwich.", "objIdentifier": "d55eaffa009c8daada64a3532a958927", "pissn": "1631-0748", "subject": ["General Chemistry", "General Chemical Engineering"], "author": [{"affiliation": [], "given": "Emmanuel", "family": "Baudin"}, {"affiliation": [], "given": "Michael E.", "family": "Hayden"}, {"affiliation": [], "given": "Geneviève", "family": "Tastevin"}, {"affiliation": [], "given": "Pierre-Jean", "family": "Nacher"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S163107480700238X?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S163107480700238X?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2008-4", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/j.crci.2007.07.005", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1207008000000, "date-time": "2008-04-01T00:00:00Z", "date-parts": [[2008, 4, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/j.crci.2007.07.005", "issn": [{"type": "print", "value": "1631-0748"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Nonlinear NMR dynamics in hyperpolarized liquid 3He"], "funder": null, "datasourcePrefix": "crossref____"}
909
{"issued": "2018-2-5", "abstract": [], "objIdentifier": "f4c6ad80e7dd247d0486d1583b51e98c", "pissn": "1439-4235", "subject": ["Physical and Theoretical Chemistry", "Atomic and Molecular Physics, and Optics"], "author": [{"affiliation": [{"name": "Department of Chemistry; NC State University; 2620 Yarbrough Dr., Campus Box 8204 Raleigh NC 27695-8204 USA"}], "given": "Samantha K.", "family": "Smith"}, {"affiliation": [{"name": "Department of Chemistry; NC State University; 2620 Yarbrough Dr., Campus Box 8204 Raleigh NC 27695-8204 USA"}], "given": "Leyda Z.", "family": "Lugo-Morales"}, {"affiliation": [{"name": "Department of Chemical and Biomolecular Engineering; NC State University, Centennial Campus; 911 Partners Way, Campus Box 7905 Raleigh NC 27695-7905 USA"}], "given": "C.", "family": "Tang"}, {"affiliation": [{"name": "Department of Chemistry; NC State University; 2620 Yarbrough Dr., Campus Box 8204 Raleigh NC 27695-8204 USA"}], "given": "Saahj P.", "family": "Gosrani"}, {"affiliation": [{"name": "Department of Chemistry; NC State University; 2620 Yarbrough Dr., Campus Box 8204 Raleigh NC 27695-8204 USA"}], "given": "Christie A.", "family": "Lee"}, {"affiliation": [{"name": "Department of Chemistry; NC State University; 2620 Yarbrough Dr., Campus Box 8204 Raleigh NC 27695-8204 USA"}], "given": "James G.", "family": "Roberts"}, {"affiliation": [{"name": "Department of Chemistry; NC State University; 2620 Yarbrough Dr., Campus Box 8204 Raleigh NC 27695-8204 USA"}, {"name": "Department of Chemical and Biomolecular Engineering; NC State University, Centennial Campus; 911 Partners Way, Campus Box 7905 Raleigh NC 27695-7905 USA"}], "given": "Stephen W.", "family": "Morton"}, {"affiliation": [{"name": "Department of Chemistry; NC State University; 2620 Yarbrough Dr., Campus Box 8204 Raleigh NC 27695-8204 USA"}], "given": "Gregory S.", "family": "McCarty"}, {"affiliation": [{"name": "Department of Chemical and Biomolecular Engineering; NC State University, Centennial Campus; 911 Partners Way, Campus Box 7905 Raleigh NC 27695-7905 USA"}], "given": "Saad A.", "family": "Khan"}, {"ORCID": "http://orcid.org/0000-0002-0978-9795", "authenticated-orcid": false, "given": "Leslie A.", "family": "Sombers", "affiliation": [{"name": "Department of Chemistry; NC State University; 2620 Yarbrough Dr., Campus Box 8204 Raleigh NC 27695-8204 USA"}]}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2018-2-5", "link": [{"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1002%2Fcphc.201701235", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}, {"URL": "http://api.wiley.com/onlinelibrary/chorus/v1/articles/10.1002%2Fcphc.201701235", "intended-application": "syndication", "content-version": "am", "content-type": "application/pdf"}, {"URL": "http://onlinelibrary.wiley.com/wol1/doi/10.1002/cphc.201701235/fullpdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1002/cphc.201701235", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", "start": {"timestamp": 1517788800000, "date-time": "2018-02-05T00:00:00Z", "date-parts": [[2018, 2, 5]]}, "content-version": "tdm", "delay-in-days": 0}, {"URL": "http://onlinelibrary.wiley.com/termsAndConditions#am", "start": {"timestamp": 1549324800000, "date-time": "2019-02-05T00:00:00Z", "date-parts": [[2019, 2, 5]]}, "content-version": "am", "delay-in-days": 365}, {"URL": "http://onlinelibrary.wiley.com/termsAndConditions#vor", "start": {"timestamp": 1517788800000, "date-time": "2018-02-05T00:00:00Z", "date-parts": [[2018, 2, 5]]}, "content-version": "vor", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1002/cphc.201701235", "issn": [{"type": "print", "value": "1439-4235"}], "collectedFrom": [{"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Quantitative Comparison of Enzyme Immobilization Strategies for Glucose Biosensing in Real-Time Using Fast-Scan Cyclic Voltammetry Coupled with Carbon-Fiber Microelectrodes"], "funder": [{"doi-asserted-by": "publisher", "DOI": "10.13039/100000001", "name": "National Science Foundation", "award": ["CHE-1151264"]}], "datasourcePrefix": "crossref____"}
910
{"best_oa_location_url": "", "issued": "None", "abstract": "This paper addresses the problem of dynamically scheduling a set of prioritized tasks in a Hard Real-Time environment. Since optimal solutions have exponential complexity in the general case, our solution relies on a heuristic search over a set of prioritized tasks. The most important aspect of the proposed algorithm is that it incorporates the priority ordering of the task set while exploring the search tree, Our main objective is to evaluate, through event-driven simulation, a scheme that integrates priority ordering in the search by considering the priority of a task at every level of the search tree. Results show that our approach provides the short and long term adaptability required in large dynamic systems, and overcomes some of the limitations of previously proposed solutions.", "objIdentifier": "220fc0098affe3f0dfdf1718899a0ea1", "subject": null, "author": [{"affiliation": [], "given": "J.", "family": "Etkin"}, {"affiliation": [], "given": "J.", "family": "Fridman"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0004", "value": "Conference object"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://xplorestaging.ieee.org/ielx3/3987/11477/00546367.pdf?arnumber=546367", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "accepted": null, "publisher": "IEEE Comput. Soc. Press", "doi": "10.1109/eurmic.1996.546367", "license": null, "url": "http://dx.doi.org/10.1109/eurmic.1996.546367", "issn": null, "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["An algorithm for scheduling prioritized tasks in a hard real-time environment"], "funder": null, "datasourcePrefix": "crossref____"}
911
{"best_oa_location_url": "", "issued": "2007-1-01", "abstract": "The go/no-go task, which effectively taps the ability to inhibit prepotent response tendency, has consistently activated the lateral prefrontal cortex, particularly the right inferior frontal gyrus (rIFG). On the other hand, rIFG activation has rarely been reported in the antisaccade task, seemingly an oculomotor version of the manual go/no-go task. One possible explanation for the variable IFG activation is the modality difference of the two tasks: The go/no-go task is performed manually, whereas the antisaccade task is performed in the oculomotor modality. Another explanation is that these two tasks have different task structures that require different cognitive processes: The traditional antisaccade task requires (i) configuration of a preparatory set prior to antisaccade execution and (ii) response inhibition at the time of antisaccade execution, whereas the go/no-go task requires heightened response inhibition under a minimal preparatory set. To test these possibilities, the traditional antisaccade task was modified in the present functional magnetic resonance imaging study such that it required heightened response inhibition at the time of antisaccade execution under a minimal preparatory set. Prominent activation related to response inhibition was observed in multiple frontoparietal regions, including the rIFG. Moreover, meta-analyses revealed that the rIFG activation in the present study was observed in the go/no-go tasks but not in the traditional antisaccade task, indicating that the rIFG activation was sensitive to the task structure difference, but not to the response modality difference. These results suggest that the rIFG is part of a network active during response inhibition across different response modalities.", "objIdentifier": "1d04070900b75e11020de7e1f12e8175", "pissn": "0898-929X", "subject": ["Cognitive Neuroscience"], "eissn": "1530-8898", "author": [{"affiliation": [], "given": "Junichi", "family": "Chikazoe"}, {"affiliation": [], "given": "Seiki", "family": "Konishi"}, {"affiliation": [], "given": "Tomoki", "family": "Asari"}, {"affiliation": [], "given": "Koji", "family": "Jimura"}, {"affiliation": [], "given": "Yasushi", "family": "Miyashita"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.mitpressjournals.org/doi/pdf/10.1162/jocn.2007.19.1.69", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2007-1", "accepted": null, "publisher": "MIT Press - Journals", "doi": "10.1162/jocn.2007.19.1.69", "license": null, "url": "http://dx.doi.org/10.1162/jocn.2007.19.1.69", "issn": [{"type": "print", "value": "0898-929X"}, {"type": "electronic", "value": "1530-8898"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Activation of Right Inferior Frontal Gyrus during Response Inhibition across Response Modalities"], "funder": null, "datasourcePrefix": "crossref____"}
912
{"best_oa_location_url": "", "issued": "1920", "abstract": [], "objIdentifier": "6dd878babe642acc6e9afc91f9aa81d8", "pissn": "0014-7672", "subject": ["Physical and Theoretical Chemistry", "General Engineering", "General Physics and Astronomy"], "author": [{"affiliation": [], "family": "The Chairman"}, {"affiliation": [], "given": "A.", "family": "Hutchinson"}, {"affiliation": [], "given": "E. H.", "family": "Saniter"}, {"affiliation": [], "given": "C. H.", "family": "Ridsdale"}, {"affiliation": [], "given": "R. E.", "family": "Slade"}, {"affiliation": [], "given": "D.", "family": "Sillars"}, {"affiliation": [], "given": "Thomas", "family": "Middleton"}, {"affiliation": [], "given": "E. J.", "family": "Russell"}, {"affiliation": [], "given": "Laurence", "family": "Weaver"}, {"affiliation": [], "given": "T. M.", "family": "Lowry"}, {"affiliation": [], "given": "G. V.", "family": "Parker"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://pubs.rsc.org/en/content/articlepdf/1920/TF/TF9201600328", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1920", "accepted": null, "publisher": "Royal Society of Chemistry (RSC)", "doi": "10.1039/tf9201600328", "license": null, "url": "http://dx.doi.org/10.1039/tf9201600328", "issn": [{"type": "print", "value": "0014-7672"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["General discussion"], "funder": null, "datasourcePrefix": "crossref____"}
913
{"best_oa_location_url": "", "issued": "1993-8-01", "abstract": "The A. argues that the transformation of the relationship between public and private spheres lies at the heart of the process of change in Eastern Europe, and that the exclusion of women and the de-grading of feminine identity currently in train are not contingent to, but rather a fundamentally constitutive feature of, the democratisation of Eastern Europe. The paper characterises the changing nature of patriarchy in Eastern Europe, and explains why such changes have as yet not met with serious feminist challenge. It does so by highlighting the way in which the formal structures of state socialism acted to foster neo-traditionalism and traditional gender identity, and by showing how traditional gender identity has acted as a vital vehicle for change.", "objIdentifier": "e33871182a4c0b90ba73a78cc60d1ee2", "pissn": "0038-0385", "subject": ["Sociology and Political Science"], "eissn": "1469-8684", "author": [{"affiliation": [], "given": "Peggy", "family": "Watson"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2016-7-2", "link": [{"URL": "http://journals.sagepub.com/doi/pdf/10.1177/0038038593027003008", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}, {"URL": "http://journals.sagepub.com/doi/pdf/10.1177/0038038593027003008", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1993-8", "accepted": null, "publisher": "SAGE Publications", "doi": "10.1177/0038038593027003008", "license": [{"URL": "http://journals.sagepub.com/page/policies/text-and-data-mining-license", "start": {"timestamp": 744163200000, "date-parts": [[1993, 8, 1]], "date-time": "1993-08-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1177/0038038593027003008", "issn": [{"type": "print", "value": "0038-0385"}, {"type": "electronic", "value": "1469-8684"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Eastern Europe's Silent Revolution: Gender"], "funder": null, "datasourcePrefix": "crossref____"}
914
{"best_oa_location_url": "", "issued": "2016-6-15", "abstract": "British Journal of Haematology#R##N#Early View (Online Version of Record published before inclusion in an issue)", "objIdentifier": "24134723a863d772598aaf93fcab2974", "pissn": "0007-1048", "subject": ["Hematology"], "author": [{"affiliation": [{"name": "Laboratoire d'Hématologie; Centre Hospitalier Universitaire de Bordeaux; Bordeaux France"}], "given": "Nicolas", "family": "Lechevalier"}, {"affiliation": [{"name": "Laboratoire d'Hématologie; Centre Hospitalier Universitaire de Bordeaux; Bordeaux France"}], "given": "Stéphanie", "family": "Dulucq"}, {"affiliation": [{"name": "Laboratoire d'Hématologie; Centre Hospitalier Universitaire de Bordeaux; Bordeaux France"}], "given": "Audrey", "family": "Bidet"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2016-6-15", "link": [{"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1111%2Fbjh.14198", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2016-8", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1111/bjh.14198", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", "start": {"timestamp": 1441065600000, "date-time": "2015-09-01T00:00:00Z", "date-parts": [[2015, 9, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1111/bjh.14198", "issn": [{"type": "print", "value": "0007-1048"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["A case of acute promyelocytic leukaemia with unusual cytological features and aZBTB16-RARAfusion gene"], "funder": null, "datasourcePrefix": "crossref____"}
915
{"best_oa_location_url": "http://orbit.dtu.dk/files/56198160/3228.pdf", "issued": "2013-5-01", "abstract": [], "objIdentifier": "9e355257cc1b85b1ec78a7c1ca197918", "pissn": "1831-4732", "subject": null, "author": [{"affiliation": [], "name": "EFSA Panel on Food Contact Materials, Enzymes, Flavourings and Processing Aids (CEF)"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": "2013-5-17", "link": [{"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.2903%2Fj.efsa.2013.3228", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2013-5", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.2903/j.efsa.2013.3228", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1", "start": {"timestamp": 1441065600000, "date-time": "2015-09-01T00:00:00Z", "date-parts": [[2015, 9, 1]]}, "content-version": "tdm", "delay-in-days": 853}], "url": "http://dx.doi.org/10.2903/j.efsa.2013.3228", "issn": [{"type": "print", "value": "1831-4732"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Scientific Opinion on Flavouring Group Evaluation 207 (FGE.207): Consideration of genotoxic potential for one branched-chain aliphatic acyclic α,β-unsaturated 2-alkylated aldehyde with additional double-bonds, from subgroup 1.1.2 of FGE.19 and four alicyc"], "funder": null, "datasourcePrefix": "crossref____"}
916
{"best_oa_location_url": "", "issued": "2015-3-01", "abstract": [], "objIdentifier": "af62c5063db3f24461d83f505dd7fa62", "pissn": "1293-8505", "subject": ["General Nursing"], "author": [{"affiliation": [], "given": "Christine", "family": "Reis"}, {"affiliation": [], "given": "Domenico", "family": "Ménager"}, {"affiliation": [], "given": "Géraldine", "family": "Gilardin"}, {"affiliation": [], "given": "Julie", "family": "Trotel"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S1293850514005107?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S1293850514005107?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2015-3", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/j.revinf.2014.12.011", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1425168000000, "date-time": "2015-03-01T00:00:00Z", "date-parts": [[2015, 3, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/j.revinf.2014.12.011", "issn": [{"type": "print", "value": "1293-8505"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Le parcours rééducatif de la personne amputée"], "funder": null, "datasourcePrefix": "crossref____"}
917
{"best_oa_location_url": "", "issued": "1974-4-01", "abstract": "Motile lymphocytes are characterized by a hand-mirror configuration and a regional ization of cellular functions. We found when lymphocytes were washed free of plasma, the relative frequency of motile forms rose from a mean ± SD of 6.6 ± 2.9 percent to 45.5 ± 9.1 percent. By incubating lymphocytes in the absence of plasma, large populations of motile lymphocytes were obtained to study the metabolic requirements for the motile configuration. Motile forms were determined by interference contrast microscopy. Protein synthesis was inhibited by puromycin or cycloheximide, glycolysis by iodoacetamide and mitochondrial respirations by azide. The requirements for microtubules and for microfilaments were ascertained by use of colchicine and cytochalasin B, respectively. Isoproterenol was used as a β-adrenergic stimulant and phenylephrine as an α-adrenergic stimulant.", "objIdentifier": "b9d20fab1bdcc4fb9c03158850f7f3f0", "pissn": "0031-3998", "subject": ["Pediatrics, Perinatology, and Child Health"], "eissn": "1530-0447", "author": [{"affiliation": [], "given": "Armond S", "family": "Goldman"}, {"affiliation": [], "given": "H Beth", "family": "Rudloff"}, {"affiliation": [], "given": "Randall M", "family": "Goldblum"}, {"affiliation": [], "given": "Michael H", "family": "Chamales"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1974-4", "accepted": null, "publisher": "Springer Nature", "doi": "10.1203/00006450-197404000-00365", "license": null, "url": "http://dx.doi.org/10.1203/00006450-197404000-00365", "issn": [{"type": "print", "value": "0031-3998"}, {"type": "electronic", "value": "1530-0447"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["METABOLIC REQUIREMENTS OF THE MOTILE FORM OF HUMAN LYMPHOCYTES"], "funder": null, "datasourcePrefix": "crossref____"}
918
{"best_oa_location_url": "", "issued": "2016-9-01", "abstract": "AbstractThe time-dependent deformation and long-term strength of rock mass are generally controlled by the mechanical properties of discontinuity, in particular, creep properties. By using the samples based on various JRC values, a series of shear tests and shear creep tests were carried out. The mechanical properties of discontinuity under shear stress were investigated. The creep properties under shearing condition were analyzed. Results showed that both the sliding and cutting behavior can be observed during the shear tests. The sliding effect and cutting effect can obviously change the shear strength parameters. The transient and steady creep appeared in shear creep tests, but accelerating creep was not observed. The long-term strength can be identified by using the variation of creep rate and the transition of different creep stages. The long-term strength is approximately 60–70% of the conventional shear strength.", "objIdentifier": "99537d6faba905ed4cdf1e08b036a6a9", "pissn": "0899-1561", "subject": ["General Materials Science", "Mechanics of Materials", "Civil and Structural Engineering", "Building and Construction"], "eissn": "1943-5533", "author": [{"affiliation": [], "given": "Qing Zhao", "family": "Zhang"}, {"affiliation": [], "given": "Ming Rong", "family": "Shen"}, {"affiliation": [], "given": "Bo An", "family": "Jang"}, {"affiliation": [], "given": "Wen Qi", "family": "Ding"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://ascelibrary.org/doi/pdf/10.1061/%28ASCE%29MT.1943-5533.0001557", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2016-9", "accepted": null, "publisher": "American Society of Civil Engineers (ASCE)", "doi": "10.1061/(asce)mt.1943-5533.0001557", "license": null, "url": "http://dx.doi.org/10.1061/(asce)mt.1943-5533.0001557", "issn": [{"type": "print", "value": "0899-1561"}, {"type": "electronic", "value": "1943-5533"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Creep Behavior of Rocks with Rough Surfaces"], "funder": null, "datasourcePrefix": "crossref____"}
919
{"best_oa_location_url": "", "issued": "1979-12-01", "abstract": "Abstract A small delesseriaceous red alga from deep South Carolina and Florida offshore sites, previously assigned to Membranoptera subtropica Schn., is placed in the new genus Searlesia on the basis of vegetative and reproductive features, especially tetrasporangial sorus position. Searlesia gen. nov., with S. subtropica (Schn.) comb. nov. as the type and only known species, is created and allied with the Phycodrys group of the Nitophylleae.", "objIdentifier": "c27e64477707bc606ce8577472fc9b05", "pissn": "0031-8884", "subject": ["Plant Science", "Aquatic Science"], "author": [{"affiliation": [], "given": "Craig W.", "family": "Schneider"}, {"affiliation": [], "given": "N. J.", "family": "Eiseman"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1979-12", "accepted": null, "publisher": "International Phycological Society", "doi": "10.2216/i0031-8884-18-4-319.1", "license": null, "url": "http://dx.doi.org/10.2216/i0031-8884-18-4-319.1", "issn": [{"type": "print", "value": "0031-8884"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Searlesia, a new genus from the western Atlantic based on Membranoptera subtropica (Rhodophyta, Delesseriaceae)*"], "funder": null, "datasourcePrefix": "crossref____"}
920
{"best_oa_location_url": "http://doi.org/10.1186/1752-1947-8-387", "issued": "2014-11-25", "abstract": "Introduction#R##N#Langer-Giedion syndrome (trichorhinophalangeal syndrome type II) is an extremely rare disorder characterized by dysmorphic facial features, multiple exostoses, mental retardation and digit deformities. We report the first case of any maxillofacial pathology in such a syndromic patient.", "objIdentifier": "36a3204e5cd168b67cfd14f0128a5db3", "subject": ["General Medicine"], "accepted": null, "author": [{"affiliation": [], "given": "Shakil Ahmed", "family": "Nagori"}, {"affiliation": [], "given": "Anson", "family": "Jose"}, {"affiliation": [], "given": "Bhaskar", "family": "Agarwal"}, {"affiliation": [], "given": "Krushna", "family": "Bhatt"}, {"affiliation": [], "given": "Ongkila", "family": "Bhutia"}, {"affiliation": [], "given": "Ajoy", "family": "Roychoudhury"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": "2014-11-25", "link": [{"URL": "http://link.springer.com/content/pdf/10.1186/1752-1947-8-387.pdf", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}, {"URL": "http://link.springer.com/article/10.1186/1752-1947-8-387/fulltext.html", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/html"}, {"URL": "http://link.springer.com/content/pdf/10.1186/1752-1947-8-387", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2014-12", "eissn": "1752-1947", "publisher": "Springer Nature", "doi": "10.1186/1752-1947-8-387", "license": [{"URL": "http://www.springer.com/tdm", "start": {"timestamp": 1416873600000, "date-parts": [[2014, 11, 25]], "date-time": "2014-11-25T00:00:00Z"}, "content-version": "vor", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1186/1752-1947-8-387", "issn": [{"type": "electronic", "value": "1752-1947"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Traumatic bone cyst of the mandible in Langer-Giedion syndrome: a case report"], "funder": null, "datasourcePrefix": "crossref____"}
921
{"best_oa_location_url": "http://doi.org/10.1177/2325967115s00002", "issued": "2015-3-23", "abstract": "Objectives:#R##N#Osteochondral allograft (OCA) transplantation is a recognized treatment modality for cartilage damage in the knee. Few reports on outcomes of OCA in the patellofemoral joint and no reports on lesions isolated to the femoral trochlea are available. The goal of this study was to evaluate graft survivorship and clinical outcomes in patients who had an OCA of the femoral trochlea.", "objIdentifier": "6b327b205f933e655ef5a0e1e75f6949", "pissn": "2325-9671", "subject": null, "eissn": "2325-9671", "author": [{"affiliation": [{"name": "Scripps Clinic, La Jolla, CA, USA"}], "given": "James I.", "family": "Cameron"}, {"affiliation": [{"name": "Scripps Health, La Jolla, CA, USA"}], "given": "Pamela", "family": "Pulido"}, {"affiliation": [{"name": "SCORE at Scripps Clinic, La Jolla, CA, USA"}], "given": "Allison", "family": "DeYoung"}, {"affiliation": [{"name": "University of California, San Diego, San Diego, CA, USA"}], "given": "Simon", "family": "Gortz"}, {"affiliation": [{"name": "Scripps Clinic, La Jolla, CA, USA"}], "given": "William", "family": "Bugbee"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": "2015-3-23", "link": [{"URL": "http://journals.sagepub.com/doi/pdf/10.1177/2325967115S00002", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}, {"URL": "http://journals.sagepub.com/doi/pdf/10.1177/2325967115S00002", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2015-3-23", "accepted": null, "publisher": "SAGE Publications", "doi": "10.1177/2325967115s00002", "license": [{"URL": "http://journals.sagepub.com/page/policies/text-and-data-mining-license", "start": {"timestamp": 1427068800000, "date-time": "2015-03-23T00:00:00Z", "date-parts": [[2015, 3, 23]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1177/2325967115s00002", "issn": [{"type": "print", "value": "2325-9671"}, {"type": "electronic", "value": "2325-9671"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Outcome Following Isolated Osteochondral Allograft Transplantation of the Femoral Trochlea"], "funder": null, "datasourcePrefix": "crossref____"}
922
{"best_oa_location_url": "", "issued": "2012-3-01", "abstract": [], "objIdentifier": "8642bc53872df545451d8c4184902efd", "pissn": "0015-0282", "subject": ["Obstetrics and Gynaecology", "Reproductive Medicine"], "author": [{"affiliation": [], "given": "Larn", "family": "Hwang"}, {"affiliation": [], "given": "Chao", "family": "Hsiao"}, {"affiliation": [], "given": "Vuong", "family": "Trieu"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0015028212000441?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S0015028212000441?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2012-3", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/j.fertnstert.2012.01.021", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1330560000000, "date-time": "2012-03-01T00:00:00Z", "date-parts": [[2012, 3, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/j.fertnstert.2012.01.021", "issn": [{"type": "print", "value": "0015-0282"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Therapeutic Drug Monitoring (TDM) Point-of-Care Assays for LH, FSH, and hCG"], "funder": null, "datasourcePrefix": "crossref____"}
923
{"best_oa_location_url": "http://doi.org/10.4236/ojra.2012.22005", "issued": "2012", "abstract": "Objectives: Digital refractory gangrene is rarely found in collagen diseases, including systemic sclerosis and is possibly caused by similar underlying vascular damage in peripheral arterial disease (PAD) such as arteriosclerosis obliterans (ASO) and/or thromboangiitis obliterans (TAO) by unclarified mechanisms other than vasculitis and thrombosis. This study evaluated the radiological imaging in patients with digital gangrene associated with collagen disease and compared the images with those of PAD based on the results of laboratory and histopathological examinations. Methods: Angiography, MR angiography and/or CT angiography were performed on 6 patients with refractory gangrene or extensive ulcers accompanied by scleroderma-spectrum disorders; 3 with diffuse systemic sclerosis, 1 with limited systemic sclerosis, 1 with overlap syndrome and 1 with Sjogren’s syndrome. Results: Although the vascular alterations in collagen diseases were similar to those in PAD, the abnormal image findings (occlusion or stenosis of the arteries with smooth vessel walls) found in collagen diseases did not include atheromatous plaque, which are worm-like vessels that are characteristic of those observed in PAD. Conclusions: Some cases of digital gangrene seen in collagen diseases show similar vascular imaging patterns to those of PAD and comprehensive examinations including arterial imaging can be useful for the diagnosis of these unrecognized vascular changes other than vasculitis or digital thrombosis.", "objIdentifier": "ea20f898f8fe0edf152f1b1074c32b7b", "pissn": "2163-9914", "subject": null, "eissn": "2164-005X", "author": [{"affiliation": [], "given": "Naoko", "family": "Nagata"}, {"affiliation": [], "given": "Atsushi", "family": "Tanemura"}, {"affiliation": [], "given": "Hiroki", "family": "Higashihara"}, {"affiliation": [], "given": "Yorihisa", "family": "Kotobuki"}, {"affiliation": [], "given": "Hiroyuki", "family": "Murota"}, {"affiliation": [], "given": "Mamori", "family": "Tani"}, {"affiliation": [], "given": "Ken", "family": "Igawa"}, {"affiliation": [], "given": "Ichiro", "family": "Katayama"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": null, "link": [{"URL": "http://www.scirp.org/journal/PaperDownload.aspx?DOI=10.4236/ojra.2012.22005", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}, {"URL": "http://www.scirp.org/journal/doi.aspx?DOI=10.4236/ojra.2012.22005", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}, {"URL": "http://www.scirp.org/journal/doi.aspx?DOI=10.4236/ojra.2012.22005", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2012", "accepted": null, "publisher": "Scientific Research Publishing, Inc,", "doi": "10.4236/ojra.2012.22005", "license": [{"URL": "http://creativecommons.org/licenses/by/4.0/", "start": {"timestamp": 1325376000000, "date-time": "2012-01-01T00:00:00Z", "date-parts": [[2012, 1, 1]]}, "content-version": "vor", "delay-in-days": 0}], "url": "http://dx.doi.org/10.4236/ojra.2012.22005", "issn": [{"type": "print", "value": "2163-9914"}, {"type": "electronic", "value": "2164-005X"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Arterial Imaging in Digital Gangrenes Associated with Scleroderma-Spectrum Disorders"], "funder": null, "datasourcePrefix": "crossref____"}
924
{"best_oa_location_url": "", "issued": "2010-7-01", "abstract": "Fever is an active yet nonspecific response of the body to infections and other insults that cause immune cells to release cytokines, resulting in a brain prostanoid–mediated rise in body temperature. The causes, types, clinical management, and postoperative consequences of fever are reviewed in this article. Physicians use fever as a clinical sign for diagnoses and prognoses, but “fevers of unknown origin” continue to be problematic. Fevers that arise 1 or 2 days after surgery are usually due to stress and trauma, but later postoperative fevers often have more serious causes and consequences, such as wound infection. Fever is commonly encountered by podiatric physicians and surgeons, and certain procedures with the lower extremity are more likely to eventuate in fever. (J Am Podiatr Med Assoc 100(4): 281–290, 2010)", "objIdentifier": "a8d47290c50736c6e4f1987bee441bfb", "pissn": "8750-7315", "subject": ["General Medicine"], "author": [{"affiliation": [], "given": "John H.", "family": "Becker"}, {"affiliation": [], "given": "Stephanie C.", "family": "Wu"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2010-7", "accepted": null, "publisher": "American Podiatric Medical Association", "doi": "10.7547/1000281", "license": null, "url": "http://dx.doi.org/10.7547/1000281", "issn": [{"type": "print", "value": "8750-7315"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Fever—An Update"], "funder": null, "datasourcePrefix": "crossref____"}
925
{"best_oa_location_url": "", "issued": "2008", "abstract": [], "objIdentifier": "25676280353decefe2ad8c46f4eaa6b5", "pissn": "0037-6779", "subject": ["Arts and Humanities (miscellaneous)", "Cultural Studies"], "eissn": "2325-7784", "author": [{"affiliation": [], "given": "Agnes", "family": "Kefeli"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2017-1-27", "link": [{"URL": "https://www.cambridge.org/core/services/aop-cambridge-core/content/view/S0037677900024189", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2008", "accepted": null, "publisher": "Cambridge University Press (CUP)", "doi": "10.1017/s0037677900024189", "license": null, "url": "http://dx.doi.org/10.1017/s0037677900024189", "issn": [{"type": "print", "value": "0037-6779"}, {"type": "electronic", "value": "2325-7784"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["La sédentarisation des Kazakhs dans I'URSS de Staline: Collectivisation et changement social (1928-1945). By Isabelle Ohayon. Preface, Nicolas Werth. Bibliothèque d'Asie centrale. Paris: Maisonneuve et Larose, 2006. 416 pp. Appendixes. Notes. Bibliography. Glossary. Index. Figures. Tables. Maps. €35.00, paper."], "funder": null, "datasourcePrefix": "crossref____"}
926
{"best_oa_location_url": "http://www.ncbi.nlm.nih.gov/pmc/articles/PMC150718", "issued": "2003-4-1", "abstract": "The HR6A and -B genes, homologues of the yeast Rad6 gene, encode ubiquitin-conjugating enzymes that are required for postreplication repair of DNA and damage-induced mutagenesis. Using surface plasmon resonance, we show here that HR6 protein (referred as Rad6) physically interacts with p53. Analysis of proteins coimmunoprecipitated with Rad6 antibody from metabolically labeled normal MCF10A human breast epithelial cells not only confirmed Rad6-p53 interactions in vivo but also demonstrated for the first time that exposure of MCF10A cells to cisplatin or adriamycin (ADR) induces recruitment of p14ARF into Rad6-p53 complexes. Further analysis of ADR-induced p53 response showed that stable Rad6-p53-p14ARF complex formation is associated with a parallel increase and decrease in monoubiquitinated and polyubiquitinated p53, respectively, and arrest in G2/M phase of the cell cycle. Interestingly, the ADR-induced suppression of p53 polyubiquitination correlated with a corresponding decline in intact Hdm2 protein levels. Treatment of MCF10A cells with MG132, a 26S proteasome inhibitor, effectively stabilized monoubiquitinated p53 and rescued ADR-induced downregulation of Hdm2. These data suggest that ADR-induced degradation of Hdm2 occurs via the ubiquitin-proteasome pathway. Rad6 is present in both the cytoplasmic and nuclear compartments of normal MCF10A cells, although in response to DNA damage it is predominantly found in the nucleus colocalizing with ubiquitinated p53, whereas Hdm2 is undetectable. Consistent with in vivo data, results from in vitro ubiquitination assays show that Rad6 mediates addition of one (mono-) to two (multimono-) ubiquitin molecules on p53 and that inclusion of Mdm2 is essential for its polyubiquitination. The data presented in the present study suggest that Rad6-p53-p14ARF complex formation and p53 ubiquitin modification are important damage-induced responses that perhaps determine the fidelity of DNA postreplication repair.", "objIdentifier": "d1e994d467cb662aedd7661241a2a8b7", "pissn": "0270-7306", "subject": ["Cell Biology", "Molecular Biology"], "author": [{"ORCID": "0000-0002-8279-4697", "affiliation": [], "given": "A.", "family": "Lyakhovich"}, {"affiliation": [], "given": "M. P. V.", "family": "Shekhar"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": null, "link": [{"URL": "https://syndication.highwire.org/content/doi/10.1128/MCB.23.7.2463-2475.2003", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2003-4-1", "accepted": null, "publisher": "American Society for Microbiology", "doi": "10.1128/mcb.23.7.2463-2475.2003", "license": null, "url": "http://dx.doi.org/10.1128/mcb.23.7.2463-2475.2003", "issn": [{"type": "print", "value": "0270-7306"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Supramolecular Complex Formation between Rad6 and Proteins of the p53 Pathway during DNA Damage-Induced Response"], "funder": null, "datasourcePrefix": "crossref____"}
927
{"best_oa_location_url": "http://doi.org/10.5194/acp-15-667-2015", "issued": "2015-1-19", "abstract": "<jats:p>The accuracy of total ozone computed from the Smithsonian Astrophysical Observatory (SAO) optimal estimation (OE) ozone profile algorithm (SOE) applied to the Ozone Monitoring Instrument (OMI) is assessed through comparisons with ground-based Brewer spectrometer measurements from 2005 to 2008. We also compare the three OMI operational ozone products, derived from the NASA Total Ozone Mapping Spectrometer (TOMS) algorithm, the KNMI (Royal Netherlands Meteorological Institute) differential optical absorption spectroscopy (DOAS) algorithm, and KNMI's Optimal Estimation (KOE) algorithm. The best agreement is observed between SAO and Brewer, with a mean difference of within 1% at most individual stations. The KNMI OE algorithm systematically overestimates Brewer total ozone by 2% at low and mid-latitudes and 5% at high latitudes while the TOMS and DOAS algorithms underestimate it by ~1.65% on average. Standard deviations of ~1.8% are calculated for both SOE and TOMS, but DOAS and KOE have higher values of 2.2% and 2.6%, respectively. The stability of the SOE algorithm is found to have insignificant dependence on viewing geometry, cloud parameters, or total ozone column. In comparison, the KOE–Brewer differences are significantly correlated with solar and viewing zenith angles and show significant deviations depending on cloud parameters and total ozone amount. The TOMS algorithm exhibits similar stability to SOE with respect to viewing geometry and total column ozone, but has stronger cloud parameter dependence. The dependence of DOAS on observational geometry and geophysical conditions is marginal compared to KOE, but is distinct compared to the SOE and TOMS algorithms. Comparisons of all four OMI products with Brewer show no apparent long-term drift, but seasonal features are evident, especially for KOE and TOMS. The substantial differences in the KOE vs. SOE algorithm performance cannot be sufficiently explained by the use of soft calibration (in SOE) and the use of different a priori error covariance matrices; however, other algorithm details cause fitting residuals larger by a factor of 2–3 for KOE.</jats:p>", "objIdentifier": "9b7f018dddbd9410799582b217dd948d", "subject": ["Atmospheric Science"], "accepted": null, "author": [{"affiliation": [], "given": "J.", "family": "Bak"}, {"affiliation": [], "given": "X.", "family": "Liu"}, {"affiliation": [], "given": "J. H.", "family": "Kim"}, {"affiliation": [], "given": "K.", "family": "Chance"}, {"affiliation": [], "given": "D. P.", "family": "Haffner"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": "2015-1-19", "link": [{"URL": "http://www.atmos-chem-phys.net/15/667/2015/acp-15-667-2015.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "eissn": "1680-7324", "publisher": "Copernicus GmbH", "doi": "10.5194/acp-15-667-2015", "license": [{"URL": "http://creativecommons.org/licenses/by/3.0/", "start": {"timestamp": 1421625600000, "date-time": "2015-01-19T00:00:00Z", "date-parts": [[2015, 1, 19]]}, "content-version": "vor", "delay-in-days": 0}], "url": "http://dx.doi.org/10.5194/acp-15-667-2015", "issn": [{"type": "electronic", "value": "1680-7324"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Validation of OMI total ozone retrievals from the SAO ozone profile algorithm and three operational algorithms with Brewer measurements"], "funder": null, "datasourcePrefix": "crossref____"}
928
{"best_oa_location_url": "", "issued": "1931-9-01", "abstract": "Completion of the longest telephone toll cable west of the Mississippi gives San Francisco and Los Angeles a 275-circuit all-cable communication channel, the equivalent of three of the latest-type 60-wire open leads completely equipped with carrier systems. The project cost ten million dollars, involved some heavy construction problems, and provided an important step toward an ultimate all-cable transcontinental system.", "objIdentifier": "18cc373214c048ee7a8f7220e247edfd", "pissn": "0095-9197", "subject": null, "author": [{"affiliation": [], "given": "E. M.", "family": "Calderwood"}, {"affiliation": [], "given": "D. F.", "family": "Smith"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://xplorestaging.ieee.org/ielx5/6413714/6429409/06429423.pdf?arnumber=6429423", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1931-9", "accepted": null, "publisher": "Institute of Electrical and Electronics Engineers (IEEE)", "doi": "10.1109/ee.1931.6429423", "license": null, "url": "http://dx.doi.org/10.1109/ee.1931.6429423", "issn": [{"type": "print", "value": "0095-9197"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Telephone toll cable extended"], "funder": null, "datasourcePrefix": "crossref____"}
929
{"best_oa_location_url": "", "issued": "None", "abstract": [], "objIdentifier": "29aa6189511d1a49717dcbb17a27b90f", "subject": null, "author": [{"affiliation": [], "given": "Débora Yoshihara Caldeira", "family": "Brandt"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0006", "value": "Doctoral thesis"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.teses.usp.br/teses/disponiveis/41/41131/tde-25092015-104711/publico/Debora_Brandt_SIMPL.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "accepted": null, "publisher": "Universidade de Sao Paulo Sistema Integrado de Bibliotecas - SIBiUSP", "doi": "10.11606/d.41.2015.tde-25092015-104711", "license": null, "url": "http://dx.doi.org/10.11606/d.41.2015.tde-25092015-104711", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Diferenciação populacional em genes sob forte seleção balanceadora:um estudo de caso com genes HLA."], "funder": null, "datasourcePrefix": "crossref____"}
930
{"best_oa_location_url": "", "issued": "2003-3-1", "abstract": [], "objIdentifier": "725d11a7de122b8307889aa6982d6040", "pissn": "1099-6605", "subject": null, "author": [{"affiliation": [], "given": "A. L.", "family": "Friedman"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "https://syndication.highwire.org/content/doi/10.1542/gr.9-3-33-a", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2003-3-1", "accepted": null, "publisher": "American Academy of Pediatrics (AAP)", "doi": "10.1542/gr.9-3-33-a", "license": null, "url": "http://dx.doi.org/10.1542/gr.9-3-33-a", "issn": [{"type": "print", "value": "1099-6605"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Dialysis Dose and Membrane Flux in Maintenance Hemodialysis"], "funder": null, "datasourcePrefix": "crossref____"}
931
{"best_oa_location_url": "", "issued": "2012-11-21", "abstract": "Abstract#R##N#One of the main challenges in tissue engineering (TE) is to obtain optimized products, combining biomaterials, cells and soluble factors able to stimulate tissue regeneration. Multiple combinations may be considered by changing the conditions among these three factors. The unpredictable response of each combination requires time-consuming tests. High-throughput methodologies have been proposed to master such complex analyses in TE. Usually, these tests are performed using cells cultured into 2D biomaterials or by dispensing arrays of cell-loaded hydrogels. For the first time an on-chip combinatorial study of 3D miniaturized porous scaffolds is proposed, using a patterned bioinspired superhydrophobic platform. Arrays of biomaterials are dispensed and processed in situ as porous scaffolds with distinct composition, surface characteristics, porosity/pore size, and mechanical properties. On-chip porosity, pore size, and mechanical properties of scaffolds based on chitosan and alginate are assessed by adapting microcomputed tomography equipment and a dynamic mechanical analyzer, as well as cell response after 24 hours. The interactions between cell types of two distinct origins—osteoblast-like and fibroblasts—and the scaffolds modified with fibronectin are studied and validated by comparison with conventional destructive methods (dsDNA quantification and MTS tests). Physical and biological on-chip analyses are coherent with the conventional measures, and conclusions about the most favorable conditions for each cell type are taken.", "objIdentifier": "9641ee84dad358d8ec0317780836077e", "pissn": "1613-6810", "subject": ["Biotechnology", "Engineering (miscellaneous)", "Biomaterials"], "author": [{"ORCID": "0000-0002-6104-6075", "affiliation": [], "given": "Mariana B.", "family": "Oliveira"}, {"ORCID": "0000-0002-3844-1667", "affiliation": [], "given": "Christiane L.", "family": "Salgado"}, {"affiliation": [], "given": "Wenlong", "family": "Song"}, {"affiliation": [], "given": "João F.", "family": "Mano"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2012-11-21", "link": [{"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1002%2Fsmll.201201436", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2013-3-11", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1002/smll.201201436", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", "start": {"timestamp": 1441065600000, "date-parts": [[2015, 9, 1]], "date-time": "2015-09-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 1014}], "url": "http://dx.doi.org/10.1002/smll.201201436", "issn": [{"type": "print", "value": "1613-6810"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Combinatorial On-Chip Study of Miniaturized 3D Porous Scaffolds Using a Patterned Superhydrophobic Platform"], "funder": null, "datasourcePrefix": "crossref____"}
932
{"best_oa_location_url": "", "issued": "1997-5-01", "abstract": "Abstract    Leuconostoc mesenteroides  NRRL B-1299 dextransucrase production by sucrose fermentation has been studied and compared with that of a more frequently studied strain of  L. mesenteroides:  strain NRRL B-512F. Regulation of pH and aeration conditions have little effect on the culture profile and enzyme production by strain B-1299 in contrast to the other strain. Moreover, while fedbatch culture experiments result in a significant improvement of dextransucrase activity with strain B-512F, it was not the case with strain B-1299. When sucrose residual concentration is maintained at a high level by fedbatch technique, a large proportion of the sucrose is consumed by the enzyme to produce dextran. This results in a low enzyme yield. This limited enzyme production could also be attributed to a negative effect of fructose and mannitol accumulation. This can be prevented by addition of low concentrations of glucose ( −1 ). The use of glucose and sucrose as cosubstrates in a fedbatch reactor experiment makes it possible to improve B-1299 final dextransucrase activity up to 9.7 U ml −1 .", "objIdentifier": "c49ca5867699a8521c105890f0595bf9", "pissn": "0141-0229", "subject": ["Biotechnology", "Applied Microbiology and Biotechnology", "Biochemistry"], "author": [{"affiliation": [], "given": "Marguerite", "family": "Dols"}, {"affiliation": [], "given": "Magali", "family": "Remaud-Simeon"}, {"affiliation": [], "given": "Pierre F.", "family": "Monsan"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0141022996001895?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S0141022996001895?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "1997-5", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/s0141-0229(96)00189-5", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 862444800000, "date-time": "1997-05-01T00:00:00Z", "date-parts": [[1997, 5, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/s0141-0229(96)00189-5", "issn": [{"type": "print", "value": "0141-0229"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Dextransucrase production by Leuconostoc mesenteroides NRRL B-1299. Comparison with L. mesenteroides NRRL B-512F"], "funder": null, "datasourcePrefix": "crossref____"}
933
{"best_oa_location_url": "", "issued": "2009-2-01", "abstract": "We consider a quasilinear algebraic-differential system, suggest a spline collocation method for its solution, and prove a convergence theorem for this method. Results of numerical experiments are given.", "objIdentifier": "1d7ea4305c5675e0ae58b317b0c3539e", "pissn": "0012-2661", "subject": ["Analysis", "General Mathematics"], "eissn": "1608-3083", "author": [{"affiliation": [], "given": "S. V.", "family": "Gaidomak"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2009-3-31", "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1134/S0012266109020116", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2009-2", "accepted": null, "publisher": "Pleiades Publishing Ltd", "doi": "10.1134/s0012266109020116", "license": null, "url": "http://dx.doi.org/10.1134/s0012266109020116", "issn": [{"type": "print", "value": "0012-2661"}, {"type": "electronic", "value": "1608-3083"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["On the numerical solution of a quasilinear algebraic-differential system"], "funder": null, "datasourcePrefix": "crossref____"}
934
{"best_oa_location_url": "http://doi.org/10.1016/s0743-1066(98)10033-x", "issued": "1999-4-01", "abstract": [], "objIdentifier": "33373552b92e0fb7320367d17595dded", "pissn": "0743-1066", "subject": ["Logic"], "author": [{"affiliation": [], "given": "Marco", "family": "Comini"}, {"affiliation": [], "given": "Giorgio", "family": "Levi"}, {"affiliation": [], "given": "Maria Chiara", "family": "Meo"}, {"affiliation": [], "given": "Giuliana", "family": "Vitiello"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S074310669810033X?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S074310669810033X?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "1999-4", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/s0743-1066(98)10033-x", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 922924800000, "date-time": "1999-04-01T00:00:00Z", "date-parts": [[1999, 4, 1]]}, "content-version": "tdm", "delay-in-days": 0}, {"URL": "http://www.elsevier.com/open-access/userlicense/1.0/", "start": {"timestamp": 1374192000000, "date-time": "2013-07-19T00:00:00Z", "date-parts": [[2013, 7, 19]]}, "content-version": "vor", "delay-in-days": 5223}], "url": "http://dx.doi.org/10.1016/s0743-1066(98)10033-x", "issn": [{"type": "print", "value": "0743-1066"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Abstract diagnosis"], "funder": null, "datasourcePrefix": "crossref____"}
935
{"best_oa_location_url": "", "issued": "1970", "abstract": [], "objIdentifier": "5aa6ffb69de4ba804b5bcb601259dc3d", "pissn": "0082-6766", "subject": null, "author": [{"affiliation": [], "given": "John D.", "family": "Glenn, "}, {"affiliation": [], "name": "Dept. of Philosophy, Tulane University"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "1970", "link": null, "published-print": null, "accepted": null, "publisher": "Philosophy Documentation Center", "doi": "10.5840/tulane1970198", "license": null, "url": "http://dx.doi.org/10.5840/tulane1970198", "issn": [{"type": "print", "value": "0082-6766"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Kierkegaard on the Unity of Comedy and Tragedy"], "funder": null, "datasourcePrefix": "crossref____"}
936
{"best_oa_location_url": "", "issued": "1990", "abstract": "The photodissociation regions located between ionized regions and molecular clouds are studied by using a one-dimensional model where molecular H2 are formed on the dust grains, and destructed by photodissociation. The escape probability method is used for the line transfer. The excitation of infrared emission lines of H2 by UV fluorescence in M17, by shock heating in Orion KL and mainly by UV fluorescence in NGC 2023 are discussed.", "objIdentifier": "6f0e1d16b57355e5614b20337ba2c610", "pissn": "0004-640X", "subject": ["Space and Planetary Science", "Astronomy and Astrophysics"], "eissn": "1572-946X", "author": [{"affiliation": [], "given": "Q.", "family": "Zeng"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/BF00655750", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1990", "accepted": null, "publisher": "Springer Nature", "doi": "10.1007/bf00655750", "license": null, "url": "http://dx.doi.org/10.1007/bf00655750", "issn": [{"type": "print", "value": "0004-640X"}, {"type": "electronic", "value": "1572-946X"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["The infrared emission lines of H2"], "funder": null, "datasourcePrefix": "crossref____"}
937
{"best_oa_location_url": "", "issued": "2016-10-01", "abstract": "ABSTRACTPrior research has mostly examined the satisfaction, intention, and behavior of users toward technology and systems in general, and little research has been dedicated to understanding apps commerce and app stores. Drawing upon the extended model of IT continuance and theory of information overload as a theoretical foundation, the aim of this study is to examine consumer satisfaction, continuous intention, and behavior toward apps shopping. A total of 347 valid questionnaires were collected from experienced consumers with app stores to statistically test the theoretical model using the partial least squares path modelling approach, a structural equation modelling technique. The results show that apps self-efficacy, post-usage usefulness, disconfirmation, facilitating conditions, perceived information overload, apps satisfaction, and apps continuance intention can be used to predict and explain 75.7% of variance in consumer’s continuance behavior in using app stores. The negative and positive causal...", "objIdentifier": "d0768b04b52dd2045f4e763e35042504", "pissn": "1533-2861", "subject": ["Management of Technology and Innovation", "Human-Computer Interaction"], "eissn": "1533-287X", "author": [{"affiliation": [], "given": "Sajad", "family": "Rezaei"}, {"affiliation": [], "given": "Milad Kalantari", "family": "Shahijan"}, {"affiliation": [], "given": "Muslim", "family": "Amin"}, {"affiliation": [], "given": "Wan Khairuzzaman Wan", "family": "Ismail"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2016-12", "link": null, "published-print": "2016-10", "accepted": null, "publisher": "Informa UK Limited", "doi": "10.1080/15332861.2016.1256749", "license": null, "url": "http://dx.doi.org/10.1080/15332861.2016.1256749", "issn": [{"type": "print", "value": "1533-2861"}, {"type": "electronic", "value": "1533-287X"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Determinants of App Stores Continuance Behavior: A PLS Path Modelling Approach"], "funder": null, "datasourcePrefix": "crossref____"}
938
{"best_oa_location_url": "", "issued": "1976-5-17", "abstract": "The chromosome number for the red and black imported fire ants, Solenopsis invicta Buren and S. richteri Forel, was determined to be n = 16. A special case of diploidy in S. invicta males has been observed; these diploid males are sterile. The occurrence of diploid males as well as normal haploid males in S. invicta is explicable under the hypothesis that sex determination in Hymenoptera is governed by genotypes at one or more sex loci.", "objIdentifier": "ca2d0374de4abdec4c471a1c32f48866", "pissn": "0013-8746", "subject": ["Insect Science"], "eissn": "1938-2901", "author": [{"affiliation": [], "given": "B. Michael", "family": "Glancey"}, {"affiliation": [], "given": "M. K. St.", "family": "Romain"}, {"affiliation": [], "given": "R. H.", "family": "Crozier"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "1976-5-17", "link": [{"URL": "http://academic.oup.com/aesa/article-pdf/69/3/469/19322411/aesa69-0469.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1976-5-17", "accepted": null, "publisher": "Oxford University Press (OUP)", "doi": "10.1093/aesa/69.3.469", "license": null, "url": "http://dx.doi.org/10.1093/aesa/69.3.469", "issn": [{"type": "print", "value": "0013-8746"}, {"type": "electronic", "value": "1938-2901"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Chromosome Numbers of the Red and the Black Imported Fire Ants, Solenopsis invicta1 and S. richteri1, 3"], "funder": null, "datasourcePrefix": "crossref____"}
939
{"best_oa_location_url": "", "issued": "1964-8-01", "abstract": "Abstract   Some of the “hyaline droplets” of renal tubular and glomerular epithelium of kidneys from rats exhibiting proteinuria and the nephrotic syndrome induced with aminonucleoside or anti-rat kidney serum contain acid phosphatase activity, as demonstrated by a combined histochemical and electron microscopic technique. This enzymic activity, as well as their ultrastructural features, notably solitary limiting-membrane and matrix, signify their lysosomal nature. This information complements prevous observations concerning the identification of the “hyaline droplets” encountered following injections of heterologous proteins as lysosomes. The quantitative relationship of the renal epithelial lysosomes to proteinuria functionally implicates these structures in the cellular metabolism of protein overload. The failure of some droplets to exhibit acid phosphatase activity does not appear related to their development or structural characteristics, but may indicate the heterogeneity of enzymic activities exhibited by lysosomes.  Although unequivocal evidence concerning the derivation of renal lysosomes has not been provided by this study, considerations consonant with their possible mitochondrial derivation are presented.", "objIdentifier": "e62946cc3ceba22b83a94a2d445a4a2d", "pissn": "0014-4800", "subject": ["Pathology and Forensic Medicine", "Clinical Biochemistry", "Molecular Biology"], "author": [{"affiliation": [], "given": "Edwin R.", "family": "Fisher"}], "dateOfCollection": "2018-08-07 12:28:06Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:0014480064900036?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:0014480064900036?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "1964-8", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/0014-4800(64)90003-6", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": -170985600000, "date-time": "1964-08-01T00:00:00Z", "date-parts": [[1964, 8, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/0014-4800(64)90003-6", "issn": [{"type": "print", "value": "0014-4800"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Hyaline droplets of renal tubular and glomerular epithelium: Observations concerning their nature and derivation"], "funder": null, "datasourcePrefix": "crossref____"}
940
{"publisher": "Defense Technical Information Center", "doi": "10.21236/ad0033016", "license": null, "author": [{"affiliation": [], "given": "A.", "family": "SOSIN"}], "url": "http://dx.doi.org/10.21236/ad0033016", "issued": "1954-5-1", "abstract": [], "issn": null, "dateOfCollection": "2018-08-07 12:28:07Z", "datasourcePrefix": "crossref____", "link": null, "objIdentifier": "5f13b464524e29dece3b087467a3aeb4", "published-print": "1954-5-1", "collectedFrom": [{"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["THE ELECTRICAL RESISTIVITY OF COLD-WORKED ALUMINUM SINGLE CRYSTALS"], "funder": null, "accepted": null, "type": {"cobj": "0017", "value": "Report"}, "is_oa": false, "published-online": null, "subject": null}
941
{"best_oa_location_url": "", "issued": "1941", "abstract": [], "objIdentifier": "6961c456ba2edd69cfe9fc78a29578d9", "subject": null, "author": [{"affiliation": [], "given": "J.", "family": "Heyrovsky"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://link.springer.com/content/pdf/10.1007/978-3-7091-5371-0_10", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1941", "accepted": null, "publisher": "Springer Vienna", "doi": "10.1007/978-3-7091-5371-0_10", "license": null, "url": "http://dx.doi.org/10.1007/978-3-7091-5371-0_10", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Polarograph und Geräte"], "funder": null, "datasourcePrefix": "crossref____"}
942
{"issued": "2018-3-01", "abstract": [], "objIdentifier": "e36991e1e7335697638d5f0033365120", "pissn": "0275-665X", "subject": null, "author": [{"affiliation": [], "given": "E.", "family": "Gauchotte"}, {"affiliation": [], "given": "M.", "family": "De La Torre"}, {"affiliation": [], "given": "E.", "family": "Perdriolle-Galet"}, {"affiliation": [], "given": "C.", "family": "Lamy"}, {"affiliation": [], "given": "G.", "family": "Gauchotte"}, {"affiliation": [], "given": "O.", "family": "Morel"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://Insights.ovid.com/crossref?an=00132582-201803000-00036", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2018-3", "accepted": null, "publisher": "Ovid Technologies (Wolters Kluwer Health)", "doi": "10.1097/01.aoa.0000529997.17787.c1", "license": null, "url": "http://dx.doi.org/10.1097/01.aoa.0000529997.17787.c1", "issn": [{"type": "print", "value": "0275-665X"}], "collectedFrom": [{"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Impact of Uterine Balloon Tamponade on the Use of Invasive Procedures in Severe Postpartum Hemorrhage"], "funder": null, "datasourcePrefix": "crossref____"}
943
{"best_oa_location_url": "", "issued": "2014-4-01", "abstract": "Thin-film transmission lines are experimentally characterized in the frequency range from 10 MHz to 110 GHz. Scattering (S-) parameters for several test lines are measured. Then, two important transmission line parameters (i.e., the propagation constant and characteristic impedance) are determined in the measured frequency range. The resonances, which are inevitable in a practical experimental environment, are carefully eliminated by de-embedding parasitic effects and by determining the frequency-variant dielectric permittivity based on the Debye model. Based on the experimental work, we showed that the conventional skin-effect model may not be accurate for high-frequencies. Further, the 3-dimensional (3D) numerical field solver does not reflect the radiation loss at high-frequency. Finally, in the millimeter (mm)-wave region, all the three loss mechanisms due to the skin-effect, dielectric polarization, and electromagnetic radiation have to be taken into account.", "objIdentifier": "37216c4145a3e5e7bcc6a3e10b0add8d", "pissn": "0374-4884", "subject": ["General Physics and Astronomy"], "eissn": "1976-8524", "author": [{"affiliation": [], "given": "Dongchul", "family": "Kim"}, {"affiliation": [], "given": "Yungseon", "family": "Eo"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2014-5-7", "link": [{"URL": "http://link.springer.com/content/pdf/10.3938/jkps.64.1161", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2014-4", "accepted": null, "publisher": "Korean Physical Society", "doi": "10.3938/jkps.64.1161", "license": null, "url": "http://dx.doi.org/10.3938/jkps.64.1161", "issn": [{"type": "print", "value": "0374-4884"}, {"type": "electronic", "value": "1976-8524"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Broad frequency-band characterizations of electromagnetic energy propagation in planar thin-film transmission lines"], "funder": null, "datasourcePrefix": "crossref____"}
944
{"best_oa_location_url": "", "issued": "2018-1-01", "abstract": [], "objIdentifier": "634d919164c2adb9df47f2c2828df192", "pissn": "0268-005X", "subject": ["Food Science", "General Chemistry", "General Chemical Engineering"], "author": [{"affiliation": [], "given": "Xiaolin", "family": "Yao"}, {"affiliation": [], "given": "Ke", "family": "Nie"}, {"affiliation": [], "given": "Yu", "family": "Chen"}, {"ORCID": "0000-0002-7842-5522", "affiliation": [], "given": "Fatang", "family": "Jiang"}, {"affiliation": [], "given": "Ying", "family": "Kuang"}, {"affiliation": [], "given": "Heng", "family": "Yan"}, {"affiliation": [], "given": "Yapeng", "family": "Fang"}, {"affiliation": [], "given": "Hao", "family": "Yang"}, {"affiliation": [], "given": "Katsuyoshi", "family": "Nishinari"}, {"affiliation": [], "given": "Glyn O.", "family": "Phillips"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0268005X17308056?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S0268005X17308056?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2018-1", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/j.foodhyd.2017.07.043", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1514764800000, "date-time": "2018-01-01T00:00:00Z", "date-parts": [[2018, 1, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/j.foodhyd.2017.07.043", "issn": [{"type": "print", "value": "0268-005X"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["The influence of non-ionic surfactant on lipid digestion of gum Arabic stabilized oil-in-water emulsion"], "funder": [{"doi-asserted-by": "publisher", "DOI": "10.13039/501100001809", "name": "National Natural Science Foundation of China", "award": ["31671827", "31401498", "31470096"]}, {"doi-asserted-by": "publisher", "DOI": "10.13039/501100002858", "name": "China Postdoctoral Science Foundation", "award": ["2017M612464"]}, {"name": "State key research and development plan modern food processing and food storage and transportation technology and equipment", "award": ["2017YFD0400200"]}], "datasourcePrefix": "crossref____"}
945
{"best_oa_location_url": "", "issued": "None", "abstract": [], "objIdentifier": "fd30a509c6c321fac4ad4ec97fe2b5b5", "subject": null, "author": [{"affiliation": [], "given": "Tetsuo", "family": "Imai"}, {"affiliation": [], "given": "Soichiro", "family": "Araki"}, {"affiliation": [], "given": "Tomoyoshi", "family": "Sugawara"}, {"affiliation": [], "given": "Norihito", "family": "Fujita"}, {"affiliation": [], "given": "Yoshihiko", "family": "Suemura"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/0-387-23178-1_20", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "accepted": null, "publisher": "Kluwer Academic Publishers", "doi": "10.1007/0-387-23178-1_20", "license": null, "url": "http://dx.doi.org/10.1007/0-387-23178-1_20", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["GMPLS with Interlayer Control for Session-Uninterrupted Disaster Recovery across Distributed Data Centers"], "funder": null, "datasourcePrefix": "crossref____"}
946
{"best_oa_location_url": "", "issued": "2009-12-01", "abstract": [], "objIdentifier": "4ef4f026bca88821577680689d23f06e", "pissn": "0034-4338", "subject": ["Literature and Literary Theory", "History", "Visual Arts and Performing Arts"], "eissn": "1935-0236", "author": [{"affiliation": [], "given": "J. Jeffery", "family": "Tyler"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.journals.uchicago.edu/doi/pdf/10.1086/650097", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2009-12", "accepted": null, "publisher": "University of Chicago Press", "doi": "10.1086/650097", "license": null, "url": "http://dx.doi.org/10.1086/650097", "issn": [{"type": "print", "value": "0034-4338"}, {"type": "electronic", "value": "1935-0236"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["William B. Smith.Reformation and the German Territorial State: Upper Franconia, 1300–1630. Changing Perspectives on Early Modern Europe. Rochester: University of Rochester Press, 2008. xvii + 280 pp. index. illus. tbls. map. bibl. $85. ISBN: 978–1–58046–274–7."], "funder": null, "datasourcePrefix": "crossref____"}
947
{"best_oa_location_url": "", "issued": "2011-9-15", "abstract": [], "objIdentifier": "8f7c7d13c0c7ad73e43e23b5be7096f5", "subject": null, "author": [{"affiliation": [], "name": "Commonwealth Secretariat"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2011-9-15", "accepted": null, "publisher": "Commonwealth Secretariat", "doi": "10.14217/9781848591226-7-en", "license": null, "url": "http://dx.doi.org/10.14217/9781848591226-7-en", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Defence Procurement Reform in Australia"], "funder": null, "datasourcePrefix": "crossref____"}
948
{"best_oa_location_url": "", "issued": "2014-5-27", "abstract": "Die Beachtung der standortlichen Reife-, Anbau- und Umweltbedingungen, der moglichen Spannbreite von der Kolbenlosigkeit bis zum maximalem Reifeverhaltnis von Korn zu Restpflanze sowie die konsequente Sortenwahl umweltstabiler Maissorten sind die Kardinalfragen im Maisanbau.", "objIdentifier": "7042f23f7b85a87af534e579dbe04573", "pissn": "0367-4223", "subject": ["General Agricultural and Biological Sciences"], "eissn": "1439-0345", "author": [{"affiliation": [], "given": "Reinhard", "family": "Amler"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2014-5-27", "link": [{"URL": "http://link.springer.com/content/pdf/10.1007/s10343-014-0318-9", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2014-6", "accepted": null, "publisher": "Springer Nature", "doi": "10.1007/s10343-014-0318-9", "license": null, "url": "http://dx.doi.org/10.1007/s10343-014-0318-9", "issn": [{"type": "print", "value": "0367-4223"}, {"type": "electronic", "value": "1439-0345"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Maisernte nach Maß"], "funder": null, "datasourcePrefix": "crossref____"}
949
{"best_oa_location_url": "", "issued": "2004-11-23", "abstract": "A new potential light-harvesting protein, named Lhca5, was recently detected in higher plants. Because of the low amount of Lhca5 in thylakoid membranes, the isolation of a native Lhca5 pigment-protein complex has not been achieved to date. Therefore, we used in vitro reconstitution to analyze whether Lhca5 binds pigments and is actually an additional light-harvesting protein. By this approach we could demonstrate that Lhca5 binds pigments in a unique stoichiometry. Analyses of pigment requirements for light-harvesting complex formation by Lhca5 revealed that chlorophyll b is the only indispensable pigment. Fluorescence measurements showed that ligated chlorophylls and carotenoids are arranged in a way that allows directed energy transfer within the light-harvesting complex. Reconstitutions of Lhca5 together with other Lhca proteins resulted in the formation of heterodimers with Lhca1. This result demonstrates that Lhca5 is indeed a protein belonging to the light-harvesting antenna of photosystem I. The properties of Lhca5 are compared with those of previously characterized Lhca proteins, and the consequences of an additional Lhca protein for the composition of the light-harvesting antenna of photosystem I are discussed in view of the recently published photosystem I structure of the pea.", "objIdentifier": "ebf691d0ecfa54282b76e12a144b7e3e", "pissn": "0021-9258", "subject": ["Cell Biology", "Biochemistry", "Molecular Biology"], "eissn": "1083-351X", "author": [{"affiliation": [], "given": "Stefanie", "family": "Storf"}, {"affiliation": [], "given": "Stefan", "family": "Jansson"}, {"affiliation": [], "given": "Volkmar H. R.", "family": "Schmid"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2004-11-23", "link": [{"URL": "https://syndication.highwire.org/content/doi/10.1074/jbc.M411248200", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2005-2-18", "accepted": null, "publisher": "American Society for Biochemistry & Molecular Biology (ASBMB)", "doi": "10.1074/jbc.m411248200", "license": null, "url": "http://dx.doi.org/10.1074/jbc.m411248200", "issn": [{"type": "print", "value": "0021-9258"}, {"type": "electronic", "value": "1083-351X"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Pigment Binding, Fluorescence Properties, and Oligomerization Behavior of Lhca5, a Novel Light-harvesting Protein"], "funder": null, "datasourcePrefix": "crossref____"}
950
{"best_oa_location_url": "", "issued": "1961-9-01", "abstract": "The absolute cross-section for total neutron emission in the reaction B/ sup 11/(p,n)C/sup 11/ was found by an activation technique over the range of proton energies 4.9 to 11.4 Mev. The excitation function for this reaction is plotted in 10 kev steps of proton energy. Eleven resonances are resolved at proton energies of 5.065, 5.48, 6.03, 7.28, 7.73, 8.25, 8.64, has an estimated width at half height of less than 70 kev. The cross section has a maximum value of 430 plus or minus 45 mb at 6.03 Mev, at which energy the excitation function is fitied by assuming the existence of a single particle state having J/sup s = 4/sup -/. Direct interaction and compound system modes of reaction appear to contribute to the cross section roughly in the ratio 2: 1 throughout the region of excitation covered. There is some evidence for interference between the two modes. A comparison with other experimental results is made. (auth)", "objIdentifier": "afd6e0ec3b986b4a3aaf883a34bb2723", "pissn": "0029-5582", "subject": ["Nuclear and High Energy Physics"], "author": [{"affiliation": [], "given": "G.J.F.", "family": "Legge"}, {"affiliation": [], "given": "I.F.", "family": "Bubb"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:0029558261902103?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:0029558261902103?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "1961-9", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/0029-5582(61)90210-3", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": -263001600000, "date-time": "1961-09-01T00:00:00Z", "date-parts": [[1961, 9, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/0029-5582(61)90210-3", "issn": [{"type": "print", "value": "0029-5582"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["C12 level structure in the excitation region 20.5–26.5 MeV"], "funder": null, "datasourcePrefix": "crossref____"}
951
{"best_oa_location_url": "", "issued": "None", "abstract": [], "objIdentifier": "9e2408ebea988873def36c95a6c46f06", "subject": null, "author": [{"affiliation": [], "given": "G.D.", "family": "Lapin"}, {"affiliation": [], "given": "D.R.", "family": "Groothuis"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0004", "value": "Conference object"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://xplorestaging.ieee.org/ielx4/1015/7498/00683937.pdf?arnumber=683937", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "accepted": null, "publisher": "IEEE", "doi": "10.1109/iembs.1991.683937", "license": null, "url": "http://dx.doi.org/10.1109/iembs.1991.683937", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["The Necessity Of Image Registration For Dynamic CT Studies"], "funder": null, "datasourcePrefix": "crossref____"}
952
{"best_oa_location_url": "", "issued": "1981-11-12", "abstract": "The nature of the medical problems confronting survivors of a nuclear war has not been widely conveyed or fully understood. Perhaps the most logical approach is to view this matter in sequence, from the moment of attack through the periods that follow. The characteristic elements of each period can be delineated, with the reservation that the duration cannot be precisely stated. The type and severity of the initial injury will clearly affect the response to new medical problems as they arise. Each problem may be expected to extend beyond the period in which it is initially encountered (Table 1). The . . .", "objIdentifier": "954b2f202fbb27b57fdcf5710a51306c", "pissn": "0028-4793", "subject": ["General Medicine"], "eissn": "1533-4406", "author": [{"affiliation": [], "given": "Herbert L.", "family": "Abrams"}, {"affiliation": [], "given": "William E.", "family": "Von Kaenel"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.nejm.org/doi/pdf/10.1056/NEJM198111123052027", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1981-11-12", "accepted": null, "publisher": "New England Journal of Medicine (NEJM/MMS)", "doi": "10.1056/nejm198111123052027", "license": null, "url": "http://dx.doi.org/10.1056/nejm198111123052027", "issn": [{"type": "print", "value": "0028-4793"}, {"type": "electronic", "value": "1533-4406"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Medical Problems of Survivors of Nuclear War"], "funder": null, "datasourcePrefix": "crossref____"}
953
{"best_oa_location_url": "", "issued": "None", "abstract": [], "objIdentifier": "437c518eb15fa85df7c47ea1851dc9b2", "subject": null, "author": [{"affiliation": [], "given": "Kwok-hing, Patrick", "family": "Cheung"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0006", "value": "Doctoral thesis"}, "is_oa": false, "published-online": null, "link": null, "published-print": null, "accepted": null, "publisher": "The University of Hong Kong Libraries", "doi": "10.5353/th_b3197435", "license": null, "url": "http://dx.doi.org/10.5353/th_b3197435", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Identifying and assessing the welfare needs of the elderly people in Hong Kong"], "funder": null, "datasourcePrefix": "crossref____"}
954
{"best_oa_location_url": "", "issued": "2016-10-01", "abstract": [], "objIdentifier": "7f02cd19b0ee285f1578cee5b41937b0", "pissn": "1044-5463", "subject": ["Pediatrics, Perinatology, and Child Health", "Pharmacology (medical)", "Psychiatry and Mental health"], "eissn": "1557-8992", "author": [{"affiliation": [], "given": "Rukiye", "family": "Çolak Sivri"}, {"affiliation": [], "given": "Ömer Faruk", "family": "Akça"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2016-10", "accepted": null, "publisher": "Mary Ann Liebert Inc", "doi": "10.1089/cap.2016.0075", "license": null, "url": "http://dx.doi.org/10.1089/cap.2016.0075", "issn": [{"type": "print", "value": "1044-5463"}, {"type": "electronic", "value": "1557-8992"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Buspirone in the Treatment of Fluoxetine-Induced Sleep Bruxism"], "funder": null, "datasourcePrefix": "crossref____"}
955
{"issued": "2017-12-01", "abstract": [], "objIdentifier": "9791b40abf0c12bad8afd3051617b9e8", "pissn": "0732-183X", "subject": ["Cancer Research", "Oncology"], "accepted": null, "author": [{"affiliation": [{"name": "Karolina Lisy, Peter MacCallum Cancer Centre, Melbourne, Victoria, Australia; Jon D. Emery, Victorian Comprehensive Cancer Centre; University of Melbourne, Melbourne, Victoria, Australia; and Michael Jefford, Peter MacCallum Cancer Centre, Melbourne; University of Melbourne, Parkville, Victoria, Australia"}], "given": "Karolina", "family": "Lisy"}, {"affiliation": [{"name": "Karolina Lisy, Peter MacCallum Cancer Centre, Melbourne, Victoria, Australia; Jon D. Emery, Victorian Comprehensive Cancer Centre; University of Melbourne, Melbourne, Victoria, Australia; and Michael Jefford, Peter MacCallum Cancer Centre, Melbourne; University of Melbourne, Parkville, Victoria, Australia"}], "given": "Jon D.", "family": "Emery"}, {"affiliation": [{"name": "Karolina Lisy, Peter MacCallum Cancer Centre, Melbourne, Victoria, Australia; Jon D. Emery, Victorian Comprehensive Cancer Centre; University of Melbourne, Melbourne, Victoria, Australia; and Michael Jefford, Peter MacCallum Cancer Centre, Melbourne; University of Melbourne, Parkville, Victoria, Australia"}], "given": "Michael", "family": "Jefford"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://ascopubs.org/doi/pdf/10.1200/JCO.2017.75.7187", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2017-12", "eissn": "1527-7755", "publisher": "American Society of Clinical Oncology (ASCO)", "doi": "10.1200/jco.2017.75.7187", "license": null, "url": "http://dx.doi.org/10.1200/jco.2017.75.7187", "issn": [{"type": "print", "value": "0732-183X"}, {"type": "electronic", "value": "1527-7755"}], "collectedFrom": [{"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Provider Roles in Survivorship Care: Moving Beyond Surveys of Patient Preference"], "funder": null, "datasourcePrefix": "crossref____"}
956
{"best_oa_location_url": "", "issued": "2014", "abstract": [], "objIdentifier": "d0c7a83f90a5109a21302eef4656185f", "subject": null, "author": [{"affiliation": [], "given": "Jingxiu", "family": "Xu"}, {"affiliation": [], "given": "Yuanpeng", "family": "Xu"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0004", "value": "Conference object"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2014", "accepted": null, "publisher": "Atlantis Press", "doi": "10.2991/meic-14.2014.85", "license": null, "url": "http://dx.doi.org/10.2991/meic-14.2014.85", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Research On The Practical Teaching Reform Of Information Management And Information System"], "funder": null, "datasourcePrefix": "crossref____"}
957
{"best_oa_location_url": "", "issued": "2006", "abstract": "Abstract. A new ceramic material for orthopaedic applications was investigated. Therefore a gradient ceramic was prepared with a zirconia gradient within an alumina matrix by an infiltration process. This material was characterized regarding its microstructure, stress distribution inside the ceramic, zirconia phase analysis and strength. It could be shown that the flexural strength of the new ceramic is twice as high as of pure alumina ceramic. By this and the low monoclinic zirconia content this material offers a potential for its use in high load bearing implants like hip heads for joint endoprostheses.", "objIdentifier": "31a54c8b56b82904a71cd5f9acde28c8", "subject": null, "accepted": null, "author": [{"affiliation": [], "given": "Thomas", "family": "Oberbach"}, {"affiliation": [], "given": "Claudia", "family": "Ortmann"}, {"affiliation": [], "given": "Sabine", "family": "Begand"}, {"affiliation": [], "given": "Wilfried", "family": "Glien"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2006", "link": [{"URL": "http://www.scientific.net/KEM.309-311.1247.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "eissn": "1662-9795", "publisher": "Trans Tech Publications", "doi": "10.4028/www.scientific.net/kem.309-311.1247", "license": null, "url": "http://dx.doi.org/10.4028/www.scientific.net/kem.309-311.1247", "issn": [{"type": "electronic", "value": "1662-9795"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Investigations of an Alumina Ceramic with Zirconia Gradient for the Application as Load Bearing Implant for Joint Prostheses"], "funder": null, "datasourcePrefix": "crossref____"}
958
{"best_oa_location_url": "", "issued": "2012", "abstract": "Implicit prejudices are social preferences that exist outside of conscious awareness or conscious control. In this review, we summarize evidence for three mechanisms that influence the expression of implicit prejudice: associative change, contextual change, and change in control over implicit prejudice. We then review the evidence (or lack thereof) for answers to five open issues in implicit prejudice reduction research: 1) what shows effectiveness in real-world application; 2) what doesn’t work for implicit prejudice reduction; 3) what interventions produce long-term changes in implicit prejudice; 4) measurement diversity in implicit prejudice reduction research; and 5) the relationship between implicit prejudice and behavior. Addressing these issues provide an agenda for clarifying the conditions and implications of reducing implicit prejudice.", "objIdentifier": "65e87a9d148352e55ca92435c27e1c1a", "subject": null, "accepted": null, "author": [{"affiliation": [], "given": "Calvin K.", "family": "Lai"}, {"affiliation": [], "given": "Kelly M.", "family": "Hoffman"}, {"affiliation": [], "given": "Brian A.", "family": "Nosek"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": null, "eissn": "1556-5068", "publisher": "Elsevier BV", "doi": "10.2139/ssrn.2089158", "license": null, "url": "http://dx.doi.org/10.2139/ssrn.2089158", "issn": [{"type": "electronic", "value": "1556-5068"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Reducing Implicit Prejudice"], "funder": null, "datasourcePrefix": "crossref____"}
959
{"best_oa_location_url": "", "issued": "2012", "abstract": "Cloud computing has revolutionized the IT industry by enabling a virtualized resource provisioning model for organizations. The Network-as-a-Service (NaaS) provisioning model enables new ways of providing virtually isolated and on-demand networking capabilities in existing cloud provisioning models, resulting in best-effort performance, scalable data throughput, reduced latency, and reduced configuration complexity. In this paper we propose V2C, an elastic Vehicle-to-Cloud infrastructure that integrates NaaS into the automotive ecosystem and enables provisioning of vehicle-based services for automobile users. However, V2C introduces various security challenges and the main objective of this paper is to propose a secure provisioning model to address them.", "objIdentifier": "720145b39f29e95f87ba56f18118195c", "subject": null, "author": [{"affiliation": [], "given": "Sathyanarayanan", "family": "Rangarajan"}, {"affiliation": [], "given": "Monica", "family": "Verma"}, {"affiliation": [], "given": "Anand", "family": "Kannan"}, {"affiliation": [], "given": "Ayush", "family": "Sharma"}, {"affiliation": [], "given": "Ingmar", "family": "Schoen"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0004", "value": "Conference object"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://dl.acm.org/ft_gateway.cfm?id=2345422&amp;ftid=1271495&amp;dwn=1", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2012", "accepted": null, "publisher": "ACM Press", "doi": "10.1145/2345396.2345422", "license": null, "url": "http://dx.doi.org/10.1145/2345396.2345422", "issn": null, "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["V2C"], "funder": null, "datasourcePrefix": "crossref____"}
960
{"best_oa_location_url": "", "issued": "2008-12-01", "abstract": "The impact of a previous neck sprain on recovery from whiplash injury is unknown as published studies have produced conflicting results. This article reviews the literature on the prognosis of a second whiplash injury, distinguishing between previous injuries with and without complete recovery. The best available evidence suggests that a previous injury with incomplete recovery represents an adverse prognostic indicator. However, where there has been complete recovery, the prior injury does not influence the prognosis. Language: en", "objIdentifier": "0cd3a1dd56f38b085d72d24d865a9f1d", "pissn": "0020-1383", "subject": ["Emergency Medicine", "Orthopedics and Sports Medicine"], "author": [{"affiliation": [], "given": "Patrick A.", "family": "Nee"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0020138308001381?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S0020138308001381?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2008-12", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/j.injury.2008.03.002", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1228089600000, "date-time": "2008-12-01T00:00:00Z", "date-parts": [[2008, 12, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/j.injury.2008.03.002", "issn": [{"type": "print", "value": "0020-1383"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Influence of a previous neck sprain on recovery after whiplash injury"], "funder": null, "datasourcePrefix": "crossref____"}
961
{"best_oa_location_url": "", "issued": "None", "abstract": [], "objIdentifier": "98aa281a273fdbf4d5d920079459cc07", "subject": null, "author": [{"affiliation": [], "name": "A01 Committee"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0020", "value": "Other"}, "is_oa": false, "published-online": null, "link": null, "published-print": null, "accepted": null, "publisher": "ASTM International", "doi": "10.1520/a0958-09e01", "license": null, "url": "http://dx.doi.org/10.1520/a0958-09e01", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Specification for Steel Castings, Carbon and Alloy, with Tensile Requirements, Chemical Requirements Similar to Standard Wrought Grades"], "funder": null, "datasourcePrefix": "crossref____"}
962
{"best_oa_location_url": "", "issued": "2011-7-21", "abstract": "The non-edible oils of mahua and jatropha were transesterified using methanol and 1 wt % KOH as the catalyst. The effect of co-solvent and the kinetic study of the transesterification of mahua oil is being reported here for the first time. Kinetics, modeled as a single-step reaction, revealed that the order of the reaction is 2 with respect to the triglyceride concentration and 1 with respect to the methanol concentration in both oils. In the presence of co-solvent, tetrahydrofuran (THF), methanolpis of mahua oil resulted in the increase of the rate constants from 0.08 to 1.17 L-2 mol(-2) min(-1) at 28 degrees C and from 0.43 to 3.18 L-2 mol min(-1) 45 degrees C. The corresponding values for jatropha oil were found to be 0.50 and 2.76 L-2 mol(-2) min(-1) at 28 degrees C and 1.26 and 4.56 L-2 mol(-2) min(-1) at 45 degrees C.", "objIdentifier": "6b4a7a38ddc8ab8490c9470e51358ff4", "pissn": "0887-0624", "subject": ["Fuel Technology", "Energy Engineering and Power Technology", "General Chemical Engineering"], "eissn": "1520-5029", "author": [{"affiliation": [], "given": "Gobbaka Ravi", "family": "Kumar"}, {"affiliation": [], "given": "R.", "family": "Ravi"}, {"affiliation": [], "given": "A.", "family": "Chadha"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://pubs.acs.org/doi/pdf/10.1021/ef200469u", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2011-7-21", "accepted": null, "publisher": "American Chemical Society (ACS)", "doi": "10.1021/ef200469u", "license": null, "url": "http://dx.doi.org/10.1021/ef200469u", "issn": [{"type": "print", "value": "0887-0624"}, {"type": "electronic", "value": "1520-5029"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Kinetic Studies of Base-Catalyzed Transesterification Reactions of Non-edible Oils To Prepare Biodiesel: The Effect of Co-solvent and Temperature"], "funder": null, "datasourcePrefix": "crossref____"}
963
{"best_oa_location_url": "", "issued": "2010-8-24", "abstract": [], "objIdentifier": "81baad0681aeeff319befd3d53e7cd6e", "pissn": "0032-0943", "subject": ["Organic Chemistry", "Complementary and alternative medicine", "Analytical Chemistry", "Molecular Medicine", "Pharmacology", "Drug Discovery", "Pharmaceutical Science"], "eissn": "1439-0221", "author": [{"affiliation": [], "given": "S", "family": "Graf-Schiller"}, {"affiliation": [], "given": "U", "family": "Spielberger"}, {"affiliation": [], "given": "D", "family": "Schwarze-Fiedler"}, {"affiliation": [], "given": "H", "family": "Kleeberg"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2010-8-24", "link": [{"URL": "http://www.thieme-connect.de/DOI/DOI?10.1055/s-0030-1264417", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "accepted": null, "publisher": "Thieme Publishing Group", "doi": "10.1055/s-0030-1264417", "license": null, "url": "http://dx.doi.org/10.1055/s-0030-1264417", "issn": [{"type": "print", "value": "0032-0943"}, {"type": "electronic", "value": "1439-0221"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Azadirachtin-rich Neem extracts against ectoparasites"], "funder": null, "datasourcePrefix": "crossref____"}
964
{"best_oa_location_url": "", "issued": "1966-10-01", "abstract": "Alkaline phosphatase is present in the early chick limb bud and in major components of the older bud, but the developmental patterns of the enzyme are distinctive for each tissue. The entire bud has high activity during early phases of growth but, as histological differentiation begins, it decreases sharply. Activity of the enzyme from muscle falls until day 11 as the rate of cell proliferation subsides; it shows a phase of accelerated activity, however, during days 12–16, which may be associated with changes in the rate of carbohydrate accumulation. In the integument, activity of the enzyme rises during early stages of feather growth, but after day 12 it decreases precipitously during regression of the pulp. Bone phosphatase, which has the highest activity, increases continuously in activity during development, paralleling the progress of calcification.#R##N##R##N#Limb phosphatases were tested for substrate specificity on β-G1-P, G-1-P, G-6-P, 6-PG, F-P, PEP, AMP, ATP, NAD, and NADP. All substrates having free phosphate groups were dephosphorylated, but the phosphodiester linkage of NAD was not attacked. Relative to activity with the reference substrate, β-G1-P, muscle and integumentary enzymes had high activities with most glycolytic intermediates and AMP and ATP, whereas the activity of bone phosphatase was relatively much lower.#R##N##R##N#Treatment with detergents or with several procedures extensively used for extracting phosphatases of adult mammals did not cause significant solubilization of phosphatase from any limb tissue. However, the enzymes of muscle and integument were liberated with butanol, and further purified to 95-fold. It was not possible to achieve much solubilization of bone phosphatase, and the nature of the particle to which it is bound is unknown.#R##N##R##N#Electrophoretic analysis indicates that heterogeneity exists not only between the phosphatases of bone and soft tissues, but also within each of the soft tissues. The bone enzyme is characterized by a single band at the origin and several anodic smears, whereas the identical patterns of muscle and integumentary enzymes show eight zones of activity. Each zone is capable of dephosphorylating identical substrates, suggesting that the multiple bands of a single tissue may be isozymes of alkaline phosphatase.", "objIdentifier": "236d0439ed5841382f6db7a0d76a1efe", "pissn": "0012-1606", "subject": ["Developmental Biology", "Cell Biology", "Molecular Biology"], "author": [{"affiliation": [], "given": "D.J.", "family": "McWhinnie"}, {"affiliation": [], "given": "John W.", "suffix": "Jr.", "family": "Saunders"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:0012160666900121?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:0012160666900121?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "1966-10", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/0012-1606(66)90012-1", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": -102643200000, "date-parts": [[1966, 10, 1]], "date-time": "1966-10-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/0012-1606(66)90012-1", "issn": [{"type": "print", "value": "0012-1606"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Developmental patterns and specificities of alkaline phosphatase in the embryonic chick limb"], "funder": null, "datasourcePrefix": "crossref____"}
965
{"best_oa_location_url": "", "issued": "2009-3-01", "abstract": "A series of potent and orally bioavailable 3,4-diaminocyclobutenediones with various fluoroalkyl groups as α side chain were prepared and found to show significant improvements in the binding affinities towards both CXCR2 and CXCR1 receptors.", "objIdentifier": "07506e5dcc6c2c3c8a81a1e401461e78", "pissn": "0960-894X", "subject": ["Organic Chemistry", "Clinical Biochemistry", "Molecular Medicine", "Biochemistry", "Molecular Biology", "Drug Discovery", "Pharmaceutical Science"], "author": [{"affiliation": [], "given": "Purakkattle", "family": "Biju"}, {"affiliation": [], "given": "Arthur G.", "family": "Taveras"}, {"affiliation": [], "given": "Michael P.", "family": "Dwyer"}, {"affiliation": [], "given": "Younong", "family": "Yu"}, {"affiliation": [], "given": "Jianhua", "family": "Chao"}, {"affiliation": [], "given": "R. William", "family": "Hipkin"}, {"affiliation": [], "given": "Xuedong", "family": "Fan"}, {"affiliation": [], "given": "Diane", "family": "Rindgen"}, {"affiliation": [], "given": "Jay", "family": "Fine"}, {"affiliation": [], "given": "Daniel", "family": "Lundell"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0960894X09000468?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S0960894X09000468?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2009-3", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/j.bmcl.2009.01.033", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1235865600000, "date-parts": [[2009, 3, 1]], "date-time": "2009-03-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/j.bmcl.2009.01.033", "issn": [{"type": "print", "value": "0960-894X"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Fluoroalkyl α side chain containing 3,4-diamino-cyclobutenediones as potent and orally bioavailable CXCR2–CXCR1 dual antagonists"], "funder": null, "datasourcePrefix": "crossref____"}
966
{"best_oa_location_url": "", "issued": "None", "abstract": [], "objIdentifier": "edeaa8d62e71fd0162bd41813349c32f", "subject": null, "author": [{"affiliation": [], "name": "F34 Committee"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0020", "value": "Other"}, "is_oa": false, "published-online": null, "link": null, "published-print": null, "accepted": null, "publisher": "ASTM International", "doi": "10.1520/f2590-06r13", "license": null, "url": "http://dx.doi.org/10.1520/f2590-06r13", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Specification for Bearing, Roller, Thrust, Two Channeled Race Surface, Rigid or Flat Seat Type"], "funder": null, "datasourcePrefix": "crossref____"}
967
{"best_oa_location_url": "", "issued": "2006", "abstract": [], "objIdentifier": "39aa2dcf75909e1e998b4fb895485237", "pissn": "0165-7763", "subject": null, "author": [{"affiliation": [], "given": "Sally", "family": "McConnell-Ginet"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2006", "accepted": null, "publisher": "John Benjamins Publishing Company", "doi": "10.1075/slcs.80.13mcc", "license": null, "url": "http://dx.doi.org/10.1075/slcs.80.13mcc", "issn": [{"type": "print", "value": "0165-7763"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Why defining is seldom ‘just semantics’"], "funder": null, "datasourcePrefix": "crossref____"}
968
{"best_oa_location_url": "", "issued": "2011-12-01", "abstract": "The import of underground facilities in military strategy in the US grew exponentially after the Gulf War. The success of precision—guided conventional missiles meant that any above ground building or complex could be accurately targeted and destroyed, thus driving states with less sophisticate weapons to go underground to secure space for covert weapons development and the protection of command and control centers for military and governmental functions. Underground facilities have thus become the main challenge to objects of detection and targeting practices for US military research and development. This article provides a meditation on the underground in relation to military planning and technology, the limits of aerial visual control of terrain, the plans by the US military to counter underground defensive moves, the efficacy of teletechnologies to detect and destroy such installations at-a-distance, and an oblique genealogy of aerial and subterrestrial strategies in relation to technologies to overcome the limitations of each. In so doing, the paper argues a deeply connected relationship between the imaginary and the material in attempts to realize a mastery of space and populations essential to military operations, thus posing questions about sensory perception, the status of the subject with regard to agency and control, and the prosthetic outfitting of the subject that both supports and blunts agency and control.  This article appears the double special issue of the Annual Review of Theory Culture & Society, which I co-edited and which includes another piece by me.", "objIdentifier": "bc46819e0288b0a78e207d3407834032", "pissn": "0263-2764", "subject": ["Sociology and Political Science", "General Social Sciences"], "eissn": "1460-3616", "author": [{"affiliation": [], "given": "Ryan", "family": "Bishop"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2012-1-12", "link": [{"URL": "http://journals.sagepub.com/doi/pdf/10.1177/0263276411424918", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}, {"URL": "http://journals.sagepub.com/doi/full-xml/10.1177/0263276411424918", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/xml"}, {"URL": "http://journals.sagepub.com/doi/pdf/10.1177/0263276411424918", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2011-12", "accepted": null, "publisher": "SAGE Publications", "doi": "10.1177/0263276411424918", "license": [{"URL": "http://journals.sagepub.com/page/policies/text-and-data-mining-license", "start": {"timestamp": 1322697600000, "date-time": "2011-12-01T00:00:00Z", "date-parts": [[2011, 12, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1177/0263276411424918", "issn": [{"type": "print", "value": "0263-2764"}, {"type": "electronic", "value": "1460-3616"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Project ‘Transparent Earth’ and the Autoscopy of Aerial Targeting"], "funder": null, "datasourcePrefix": "crossref____"}
969
{"best_oa_location_url": "", "issued": "1986-12-01", "abstract": "The cationic distribution of CuxCO3-xO4 (o<x<1) prepared by thermal decomposition of layered CUyCo2-y(OH)3NO3 (o<y<23) has been studied by magnetic and X-ray diffraction methods. It is shown that the final oxide product, formed without long-range diffusion transport, is a metastable phase with a stressed crystal lattice and a cationic distribution corresponding to that of a mixed spinel.", "objIdentifier": "b9a576d1a0f6b159208290f45f396369", "pissn": "0254-0584", "subject": ["General Materials Science", "Condensed Matter Physics"], "author": [{"affiliation": [], "given": "K.", "family": "Petrov"}, {"affiliation": [], "given": "V.", "family": "Petkov"}, {"affiliation": [], "given": "M.", "family": "Mikhov"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:025405848690057X?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:025405848690057X?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "1986-12", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/0254-0584(86)90057-x", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 533779200000, "date-parts": [[1986, 12, 1]], "date-time": "1986-12-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/0254-0584(86)90057-x", "issn": [{"type": "print", "value": "0254-0584"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Cationic distribution oil CuxCo3-xO4 (O<x<1)"], "funder": null, "datasourcePrefix": "crossref____"}
970
{"best_oa_location_url": "", "issued": "2013-9-1", "abstract": "In this paper, design of Wound Rotor Synchronous Motor(WRSM) for Integrated Starter and Generator(ISG) is performed based on Finite Element Analysis(FEA). WRSM can control not only magnitude and phase of armature current, but also field current. Thus, various control methods can be considered. Since driving characteristic of WRSM depends greatly on the control method, characteristic analysis accoding to possible driving current combination is reguired. Especially in high speed region, the control method that reduces unnecessary d-axis current by reducing field current is possible, which is similar to field weakening control. By the current combination reducing field and d-axis current, the design minimizing copper loss to increase efficiency on identical driving point is possible. In this paper, high efficient WRSM is designed applying the current combination which can minimize copper loss on each driving point.", "objIdentifier": "798f0f5f3288bdcaf92ae8a4827d9991", "pissn": "1975-8359", "subject": ["Electrical and Electronic Engineering"], "author": [{"affiliation": [], "given": "Sung-Jun", "family": "Kwon"}, {"affiliation": [], "given": "Dongsu", "family": "Lee"}, {"affiliation": [], "given": "Sang-Yong", "family": "Jung"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://ocean.kisti.re.kr/downfile/crosscheck/kiee/JAKO201328053102474.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2013-9-1", "accepted": null, "publisher": "Informa UK Limited", "doi": "10.5370/kiee.2013.62.9.1228", "license": null, "url": "http://dx.doi.org/10.5370/kiee.2013.62.9.1228", "issn": [{"type": "print", "value": "1975-8359"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Design and Characteristic Analysis of Wound Rotor Synchronous Motor for ISG according to Field Current Combination"], "funder": null, "datasourcePrefix": "crossref____"}
971
{"best_oa_location_url": "", "issued": "2015-5-28", "abstract": "Patient Access#R##N#Patients and/or caregivers may access this content for use in relation to their own personal healthcare or that of a family member only. Terms and conditions will apply.", "objIdentifier": "ba82c04ad8fc6dbcd414d265d6cae16f", "pissn": "0007-0963", "subject": ["Dermatology"], "author": [{"affiliation": [{"name": "Department of Dermatology; Nagoya University Graduate School of Medicine; 65 Tsurumai-cho, Showa-ku Nagoya Aichi 466-8550 Japan"}], "given": "K.", "family": "Sugiura"}, {"affiliation": [{"name": "Department of Dermatology; Fujita Health University School of Medicine; 1-98 Dengakugakubo, Kutsukake-cho Toyoake Aichi 470-1192 Japan"}], "given": "M.", "family": "Arima"}, {"affiliation": [{"name": "Department of Dermatology; Fujita Health University School of Medicine; 1-98 Dengakugakubo, Kutsukake-cho Toyoake Aichi 470-1192 Japan"}], "given": "K.", "family": "Matsunaga"}, {"affiliation": [{"name": "Department of Dermatology; Nagoya University Graduate School of Medicine; 65 Tsurumai-cho, Showa-ku Nagoya Aichi 466-8550 Japan"}], "given": "M.", "family": "Akiyama"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2015-5-28", "link": [{"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1111%2Fbjd.13641", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2015-7", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1111/bjd.13641", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", "start": {"timestamp": 1441065600000, "date-time": "2015-09-01T00:00:00Z", "date-parts": [[2015, 9, 1]]}, "content-version": "tdm", "delay-in-days": 96}], "url": "http://dx.doi.org/10.1111/bjd.13641", "issn": [{"type": "print", "value": "0007-0963"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["The novelGJB3mutation p.Thr202Asn in the M4 transmembrane domain underlies erythrokeratodermia variabilis"], "funder": [{"doi-asserted-by": "crossref", "DOI": "10.13039/501100001700", "name": "Ministry of Education, Culture, Sports, Science and Technology", "award": []}, {"name": "Challenging Exploratory Research", "award": ["26670526"]}, {"name": "Scientific Research", "award": []}, {"name": "Scientific Research (A)", "award": ["23249058"]}], "datasourcePrefix": "crossref____"}
972
{"best_oa_location_url": "", "issued": "1992-2-01", "abstract": "Abstract  A 17-year-old girl developed infective endarteritis, caused by  Staphylococcus aureus , at the site of a previously undiagnosed aortic coarctation. Transoesophageal echocardiography revealed a clinically unsuspected false aneurysm. Foreknowledge of the presence of the aneurysm proved to be life saving when an acute deterioration required emergency surgery.", "objIdentifier": "a00447c654fee7e40b60a912180436b0", "pissn": "0167-5273", "subject": ["Cardiology and Cardiovascular Medicine"], "author": [{"affiliation": [], "given": "Jonathan R.", "family": "Skinner"}, {"affiliation": [], "given": "Rodney", "family": "Bexton"}, {"affiliation": [], "given": "Christopher", "family": "Wren"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:0167527392901605?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:0167527392901605?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "1992-2", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/0167-5273(92)90160-5", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 696902400000, "date-parts": [[1992, 2, 1]], "date-time": "1992-02-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/0167-5273(92)90160-5", "issn": [{"type": "print", "value": "0167-5273"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Aortic coarctation endarteritis and aneurysm: diagnosis by transoesophageal echocardiography"], "funder": null, "datasourcePrefix": "crossref____"}
973
{"best_oa_location_url": "", "issued": "2000-12-21", "abstract": [], "objIdentifier": "989ed8674da133300834cea5570f284f", "subject": null, "author": [{"affiliation": [], "given": "Henry", "family": "Sidgwick"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2000-12-21", "accepted": null, "publisher": "Oxford University Press", "doi": "10.1093/0198250231.003.0008", "license": null, "url": "http://dx.doi.org/10.1093/0198250231.003.0008", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["The Distinction Between ‘Is’ and ‘Ought’"], "funder": null, "datasourcePrefix": "crossref____"}
974
{"best_oa_location_url": "", "issued": "2015-5-20", "abstract": [], "objIdentifier": "08c906e92e60278d47ab0203bc3b2663", "pissn": "2048-7193", "subject": ["Pediatrics, Perinatology, and Child Health", "Infectious Diseases", "General Medicine"], "eissn": "2048-7207", "author": [{"affiliation": [], "given": "K.", "family": "Camacho-Badilla"}, {"affiliation": [], "given": "L. H.", "family": "Falleiros-Arlant"}, {"affiliation": [], "given": "J.", "family": "Brea"}, {"affiliation": [], "given": "M. L.", "family": "Avila-Aguero"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2015-5-20", "link": [{"URL": "http://academic.oup.com/jpids/article-pdf/4/2/91/9644470/piv025.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2015-6-1", "accepted": null, "publisher": "Oxford University Press (OUP)", "doi": "10.1093/jpids/piv025", "license": null, "url": "http://dx.doi.org/10.1093/jpids/piv025", "issn": [{"type": "print", "value": "2048-7193"}, {"type": "electronic", "value": "2048-7207"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Challenges in the Surveillance of Invasive Pneumococcal Disease in the Postvaccination Era"], "funder": null, "datasourcePrefix": "crossref____"}
975
{"best_oa_location_url": "http://arxiv.org/abs/1501.06847", "issued": "2015-3-01", "abstract": "The quasi one-dimensional organic conductor (TMTTF)2AsF6 shows the charge ordering transition at TCO=101 K to a state of the ferroelectric Mott insulator which is still well conducting. We present and interpret the experimental data on the gigantic dielectric response in the vicinity of TCO, concentrating on the frequency dependence of the inverse 1/e of the complex permittivity e=e′+ie′′. Surprisingly for a ferroelectric, we could closely approach the 2nd order phase transition and to deeply reach the critical dynamics of the polarization. We could analyze the critical slowing-down when approaching TCO from both sides and to extract the anomalous power law for the frequency dependence of the order parameter viscosity. Moreover, below TCO we could extract a sharp absorption feature coming from a motion of domain walls which shows up at a frequency well below the relaxation rate.", "objIdentifier": "faeb5edb9974ea462e85be45100e9a46", "pissn": "0921-4526", "subject": ["Electrical and Electronic Engineering", "Electronic, Optical and Magnetic Materials", "Condensed Matter Physics"], "author": [{"ORCID": "0000-0001-8147-9655", "affiliation": [], "given": "Serguei", "family": "Brazovskii"}, {"affiliation": [], "given": "Pierre", "family": "Monceau"}, {"affiliation": [], "given": "Felix Ya.", "family": "Nad"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0921452614008783?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}, {"URL": "http://api.elsevier.com/content/article/PII:S0921452614008783?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}], "published-print": "2015-3", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/j.physb.2014.11.044", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1425168000000, "date-parts": [[2015, 3, 1]], "date-time": "2015-03-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/j.physb.2014.11.044", "issn": [{"type": "print", "value": "0921-4526"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Critical dynamics and domain motion from permittivity of the electronic ferroelectric (TMTTF)2AsF6"], "funder": null, "datasourcePrefix": "crossref____"}
976
{"best_oa_location_url": "http://doi.org/10.1016/j.jval.2013.03.1578", "issued": "2013-5-01", "abstract": [], "objIdentifier": "021bd8ceae268389d8ca34c56ca6adf4", "pissn": "1098-3015", "subject": ["Public Health, Environmental and Occupational Health", "Health Policy"], "author": [{"affiliation": [], "given": "A.O.", "family": "Oladapo"}, {"affiliation": [], "given": "P.", "family": "Desai"}, {"affiliation": [], "given": "A.", "family": "Adeyemi"}, {"affiliation": [], "given": "J.", "family": "Barner"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S1098301513016495?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S1098301513016495?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2013-5", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/j.jval.2013.03.1578", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1367366400000, "date-parts": [[2013, 5, 1]], "date-time": "2013-05-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}, {"URL": "http://www.elsevier.com/open-access/userlicense/1.0/", "start": {"timestamp": 1398902400000, "date-parts": [[2014, 5, 1]], "date-time": "2014-05-01T00:00:00Z"}, "content-version": "vor", "delay-in-days": 365}], "url": "http://dx.doi.org/10.1016/j.jval.2013.03.1578", "issn": [{"type": "print", "value": "1098-3015"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Trends in attention deficit hyperactivity disorder medication use and expenditures in the united states: An analysis of 2000-2010 medical expenditure panel data"], "funder": null, "datasourcePrefix": "crossref____"}
977
{"best_oa_location_url": "", "issued": "1960-1-01", "abstract": [], "objIdentifier": "29ae4bdf4027fbe8e8a047ba36e7b8b2", "pissn": "0002-7863", "subject": ["Colloid and Surface Chemistry", "Biochemistry", "General Chemistry", "Catalysis"], "eissn": "1520-5126", "author": [{"affiliation": [], "given": "Carl L.", "family": "Schildkraut"}, {"affiliation": [], "given": "Harold A.", "family": "Scheraga"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://pubs.acs.org/doi/pdf/10.1021/ja01486a013", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1960-1", "accepted": null, "publisher": "American Chemical Society (ACS)", "doi": "10.1021/ja01486a013", "license": null, "url": "http://dx.doi.org/10.1021/ja01486a013", "issn": [{"type": "print", "value": "0002-7863"}, {"type": "electronic", "value": "1520-5126"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Structural Studies of Ribonuclease. II. Deuterium Exchange Studies of Two Crystalline Forms of Ribonuclease1,2"], "funder": null, "datasourcePrefix": "crossref____"}
978
{"best_oa_location_url": "", "issued": "2015-10-01", "abstract": "Current fishing practices result in the waste of 20 million tonnes of valuable resources every year. However, from now on, vessels must keep on board and land both target and those non-target species subject to quota regulations, as regulated by recent EU legislation, in the reform of the Common Fisheries Policy (CFP). Therefore, an important quantity of low-value marine biomass has to be managed in an efficient manner to avoid its waste. Several added value products apart from fishmeal and oil (like enzymes or nutraceuticals) can be obtained from the wide variety of discarded species trough different valorisation processes. The challenge arises when these species can be handled by more than one processing route. The selection of the best alternatives has to fulfil often-opposite sustainability criteria, considering also the constraints associated to each resource and process. This was achieved by a multiobjective framework using a suitable and efficient optimization approach based on scatter-search. The results from the obtained Pareto fronts show that, in general, the valorisation of specific fish parts rather than the use of the whole specimen is more optimal from both points of view. It is also demonstrated that the most suitable products to be obtained are biopeptides, chondroitin sulphate and fish enzymes, due to their high sales price and relative low environmental impact. On the other hand, alternative technologies to present state-of-the-art ones should be considered for the production of chitin, gelatine and fishmeal due to their high environmental cost. Furthermore, a high number of the most optimal valorisation pathways leave biomass unprocessed and therefore, its treatment as solid waste must be included in the economic and environmental costs.", "objIdentifier": "52c65d8efe8439ae00bd3e0975e1cf16", "pissn": "0959-6526", "subject": ["Renewable Energy, Sustainability and the Environment", "Strategy and Management", "Industrial and Manufacturing Engineering", "General Environmental Science"], "author": [{"affiliation": [], "given": "Luis T.", "family": "Antelo"}, {"affiliation": [], "given": "Gundián M.", "family": "de Hijas-Liste"}, {"affiliation": [], "given": "Amaya", "family": "Franco-Uría"}, {"ORCID": "0000-0001-8203-1799", "affiliation": [], "given": "Antonio A.", "family": "Alonso"}, {"affiliation": [], "given": "R.I.", "family": "Pérez-Martín"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0959652615004801?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S0959652615004801?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2015-10", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/j.jclepro.2015.04.105", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1443657600000, "date-time": "2015-10-01T00:00:00Z", "date-parts": [[2015, 10, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/j.jclepro.2015.04.105", "issn": [{"type": "print", "value": "0959-6526"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Optimisation of processing routes for a marine biorefinery"], "funder": [{"name": "LIFE Environment Program of the European Union", "award": ["LIFE05 ENV/E000267-BE FAIR", "LIFE13 ENV/ES/000131-LIFE iSEAS", "LIFE08 ENV/E/000119-FAROS"]}], "datasourcePrefix": "crossref____"}
979
{"best_oa_location_url": "", "issued": "1986-11-01", "abstract": "The biliary excretion of bile salts, lysosomal acid phosphatase, and total proteins were studied in rats under different experimental conditions: (i) during bile salt loss through a bile fistula and (ii) after loading with exogenous sodium taurocholate. The experimental models were suitable to demonstrate that variations in the excretion of bile salts were associated with those of acid phosphatase output. During bile salt depletion, acid phosphatase output showed a decrease parallel to that of bile salts. Following a single i.v. injection of sodium taurocholate and during its i.v. infusion, a rapid increase of acid phosphatase excretion in bile was seen. The patterns of enzyme outputs observed after administration of sodium taurocholate suggested a bulk discharge in bile of lysosomal contents. The profiles of protein output were similar to those of acid phosphatase suggesting an association between the secretory mechanism of these bile constituents. In contrast to sodium taurocholate, 4-methylumbelliferon...", "objIdentifier": "ba6611d3157bfca97b6363065c76f588", "pissn": "0008-4212", "subject": ["Physiology (medical)", "Physiology", "Pharmacology", "General Medicine"], "eissn": "1205-7541", "author": [{"affiliation": [], "given": "Raul A.", "family": "Marinelli"}, {"affiliation": [], "given": "Marcelo G.", "family": "Luquita"}, {"affiliation": [], "given": "Emilio A.", "family": "Rodríguez Garay"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.nrcresearchpress.com/doi/pdf/10.1139/y86-229", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1986-11", "accepted": null, "publisher": "Canadian Science Publishing", "doi": "10.1139/y86-229", "license": [{"URL": "http://www.nrcresearchpress.com/page/about/CorporateTextAndDataMining", "start": {"timestamp": 531187200000, "date-time": "1986-11-01T00:00:00Z", "date-parts": [[1986, 11, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1139/y86-229", "issn": [{"type": "print", "value": "0008-4212"}, {"type": "electronic", "value": "1205-7541"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Bile salt related secretion of acid phosphatase in rat bile"], "funder": null, "datasourcePrefix": "crossref____"}
980
{"issued": "1955-11-01", "abstract": [], "objIdentifier": "ff9c313a773321202e28b5d2d0d56573", "pissn": "8750-7587", "subject": ["Physiology (medical)", "Physiology"], "accepted": null, "author": [{"affiliation": [], "given": "Alan C.", "family": "Burton"}, {"affiliation": [], "given": "R. A.", "family": "Snyder"}, {"affiliation": [], "given": "W. G.", "family": "Leach"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.physiology.org/doi/pdf/10.1152/jappl.1955.8.3.269", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1955-11", "eissn": "1522-1601", "publisher": "American Physiological Society", "doi": "10.1152/jappl.1955.8.3.269", "license": null, "url": "http://dx.doi.org/10.1152/jappl.1955.8.3.269", "issn": [{"type": "print", "value": "8750-7587"}, {"type": "electronic", "value": "1522-1601"}], "collectedFrom": [{"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Damp Cold vs. Dry Cold. Specific Effects of Humidity on Heat Exchange of Unclothed Man"], "funder": null, "datasourcePrefix": "crossref____"}
981
{"best_oa_location_url": "", "issued": "1996-12-01", "abstract": "ABSTRACT#R##N##R##N#Multipath is potentially the largest contributor to positioning error for differential GPS. Airborne receivers will be subject to multipath from the airframe and from the ground and other objects during precision approach. Extensive flight testing of GPS receiver systems on the new Boeing 777 has been performed. One of the characteristics of this new aircraft is its large wingspan, which may cause significant GPS multipath positioning errors. Experiments were carried out to quantify these effects under various flight regimes. The 777 flight test experimental set-up involved both narrow- and standard-correlator receivers. The data were analyzed with particular attention to assessing the multipath effects during precision approach. Flight testing of GPS receivers on the 747–400 and 737 has also been performed, and the data analyzed to assess the level of airframe multipath. This paper compares the apparent airframe multipath effects for the two commercial transport airframes—the 747–400 and the 777.", "objIdentifier": "70a52957cafd82172123fdcecc503f9c", "pissn": "0028-1522", "subject": ["Electrical and Electronic Engineering", "Aerospace Engineering"], "author": [{"affiliation": [], "given": "TIM", "family": "MURPHY"}, {"affiliation": [], "given": "ROBERT", "family": "SNOW"}, {"affiliation": [], "given": "MICHAEL", "family": "BRAASCH"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2014-8-29", "link": [{"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1002%2Fj.2161-4296.1996.tb01928.x", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1996-12", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1002/j.2161-4296.1996.tb01928.x", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", "start": {"timestamp": 1441065600000, "date-time": "2015-09-01T00:00:00Z", "date-parts": [[2015, 9, 1]]}, "content-version": "tdm", "delay-in-days": 6848}], "url": "http://dx.doi.org/10.1002/j.2161-4296.1996.tb01928.x", "issn": [{"type": "print", "value": "0028-1522"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["GPS Multipath on Large Commercial Air Transport Airframes"], "funder": null, "datasourcePrefix": "crossref____"}
982
{"best_oa_location_url": "http://doi.org/10.5747/ch.2016.v13.nesp.000857", "issued": "2016-12-16", "abstract": [], "objIdentifier": "122bcf48ceb56a9ad16bac8b2e9eb878", "subject": null, "accepted": null, "author": [{"affiliation": [], "given": "Jeong", "family": "Cir Deborah Zaduski"}, {"affiliation": [], "given": "Maria", "family": "Eliza Nigro Jorge"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": "2016-12-16", "link": null, "published-print": null, "eissn": "1809-8207", "publisher": "Associacao Prudentina de Educacao e Cultura (APEC)", "doi": "10.5747/ch.2016.v13.nesp.000857", "license": null, "url": "http://dx.doi.org/10.5747/ch.2016.v13.nesp.000857", "issn": [{"type": "electronic", "value": "1809-8207"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["O PROCESSO AVALIATIVO NA SOCIEDADE DA INFORMAÇÃO E DO CONHECIMENTO"], "funder": null, "datasourcePrefix": "crossref____"}
983
{"issued": "2012-5-01", "abstract": "First by analyzing the physical and chemical properties of different blend proportion on ethanol-diesel fuel, determined the mixing ratio of ethanol being were 0-15% by volume in the blend fuel; and then make the bench test on 4102Q diesel, focused analysis the influence on exhaust emissions and dynamic performance of diesel engine fueled with 5%, 10%, and 15% of ethanol-diesel blend fuel. The engine tests indicated that under the premise of the diesel engine without any changes, the volume fraction of 10% ethanol content is the optima blend proportion. The engine fueled with this proportion of ethanol-diesel fuel can make the exhaust meet National Ⅲemission standard, and the rated power drop down no more than 0.2% at the same time.", "objIdentifier": "727fcb5c963bba4d8af7431e88b8e64e", "subject": ["General Engineering"], "accepted": null, "author": [{"affiliation": [], "given": "Tian Sheng", "family": "Li"}, {"affiliation": [], "given": "Su", "family": "Li"}, {"affiliation": [], "given": "Jing Jing", "family": "Zhou"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2012-5", "link": [{"URL": "http://www.scientific.net/AMR.516-517.602.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "eissn": "1662-8985", "publisher": "Trans Tech Publications", "doi": "10.4028/www.scientific.net/amr.516-517.602", "license": null, "url": "http://dx.doi.org/10.4028/www.scientific.net/amr.516-517.602", "issn": [{"type": "electronic", "value": "1662-8985"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Experimental Study on Effect of Ethanol Mixing Ratio in Ethanol-Diesel Blend Fuel on Performance for the Diesel Engine"], "funder": null, "datasourcePrefix": "crossref____"}
984
{"best_oa_location_url": "http://arxiv.org/abs/astro-ph/0409301", "issued": "2004-9-16", "abstract": "We present measurements of the Ca II triplet and the Ca4227 Lick index for a sample of early-type galaxies in the Coma Cluster, deriving, for the first time, their corresponding relationships with velocity dispersion. Compared with a similar subsample of elliptical galaxies in the field, Coma galaxies with velocity dispersions in the range ≈180-270 km s-1 exhibit significant differences in the strengths of the Ca features, suggesting an influence of the environment on the star formation histories of these galaxies. We argue that the main scenarios previously proposed to explain the relatively low Ca II triplet of galaxies are not able by themselves to simultaneously reconcile the strengths of the two Ca indices in both environments.", "objIdentifier": "7aca1dc872e489b4cdefdc4d2e85e0d6", "pissn": "0004-637X", "subject": ["Space and Planetary Science", "Astronomy and Astrophysics"], "eissn": "1538-4357", "author": [{"affiliation": [], "given": "A. J.", "family": "Cenarro"}, {"affiliation": [], "given": "P.", "family": "Sánchez-Blázquez"}, {"affiliation": [], "given": "N.", "family": "Cardiel"}, {"affiliation": [], "given": "J.", "family": "Gorgas"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": "2004-9-16", "link": null, "published-print": "2004-10-20", "accepted": null, "publisher": "IOP Publishing", "doi": "10.1086/425862", "license": null, "url": "http://dx.doi.org/10.1086/425862", "issn": [{"type": "print", "value": "0004-637X"}, {"type": "electronic", "value": "1538-4357"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Early-Type Galaxies in the Coma Cluster: A New Piece in the Calcium Puzzle"], "funder": null, "datasourcePrefix": "crossref____"}
985
{"best_oa_location_url": "", "issued": "1891", "abstract": [], "objIdentifier": "e8e013fb3aa858115ed0c896da0ef7f4", "pissn": "0013-8266", "subject": ["History"], "eissn": "1477-4534", "author": [{"affiliation": [], "given": "GILBERT W.", "family": "CHILD"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://academic.oup.com/ehr/article-pdf/VI/XXIII/609/9784302/609.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1891", "accepted": null, "publisher": "Oxford University Press (OUP)", "doi": "10.1093/ehr/vi.xxiii.609", "license": null, "url": "http://dx.doi.org/10.1093/ehr/vi.xxiii.609", "issn": [{"type": "print", "value": "0013-8266"}, {"type": "electronic", "value": "1477-4534"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["MR. CHILD'S ‘CHURCH AND STATE UNDER THE TUDORS.’"], "funder": null, "datasourcePrefix": "crossref____"}
986
{"best_oa_location_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.612.8220", "issued": "2010-6-8", "abstract": "This paper is concerned with the numerical treatment of inverse heat conduction problems. In particular, we combine recent results on the regularization of ill-posed problems by iterated soft shrinkage with adaptive wavelet algorithms for the forward problem. The analysis is applied to an inverse parabolic problem that stems from the industrial process of melting iron ore in a steel furnace. Some numerical experiments that confirm the applicability of our approach are presented.", "objIdentifier": "44dad6a23aeb20878628bfa3de961561", "pissn": "1019-7168", "subject": ["Applied Mathematics", "Computational Mathematics"], "eissn": "1572-9044", "author": [{"affiliation": [], "given": "Thomas", "family": "Bonesky"}, {"affiliation": [], "given": "Stephan", "family": "Dahlke"}, {"ORCID": "0000-0003-1448-8345", "affiliation": [], "given": "Peter", "family": "Maass"}, {"affiliation": [], "given": "Thorsten", "family": "Raasch"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": "2010-6-8", "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/s10444-010-9147-2", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2010-11", "accepted": null, "publisher": "Springer Nature", "doi": "10.1007/s10444-010-9147-2", "license": null, "url": "http://dx.doi.org/10.1007/s10444-010-9147-2", "issn": [{"type": "print", "value": "1019-7168"}, {"type": "electronic", "value": "1572-9044"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Adaptive wavelet methods and sparsity reconstruction for inverse heat conduction problems"], "funder": null, "datasourcePrefix": "crossref____"}
987
{"best_oa_location_url": "", "issued": "2016", "abstract": [], "objIdentifier": "fdf74844cb17bb652a7e1277d12e3b11", "subject": null, "accepted": null, "author": [{"affiliation": [{"name": "Research and Development Center of JR East Group, East Japan Railway Company"}], "given": "Hiroyuki", "family": "YAMADA"}, {"affiliation": [{"name": "Research and Development Center of JR East Group, East Japan Railway Company"}], "given": "Ken", "family": "IWANAMI"}, {"affiliation": [{"name": "Research and Development Center of JR East Group, East Japan Railway Company"}], "given": "Ryohei", "family": "SHIMAMUNE"}, {"affiliation": [{"name": "KYB Corporation"}], "given": "Hiroyoshi", "family": "SASAKI"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "https://www.jstage.jst.go.jp/article/jsmetld/2016.25/0/2016.25_2109/_pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2016", "eissn": "2424-3175", "publisher": "Japan Society of Mechanical Engineers", "doi": "10.1299/jsmetld.2016.25.2109", "license": null, "url": "http://dx.doi.org/10.1299/jsmetld.2016.25.2109", "issn": [{"type": "electronic", "value": "2424-3175"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Development of damper to control the overshoot of car-body tilting for railway vehicle"], "funder": null, "datasourcePrefix": "crossref____"}
988
{"best_oa_location_url": "", "issued": "2016-8-01", "abstract": "Motion classification system based on surface Electromyography (sEMG) pattern recognition has achieved good results in experimental condition. But it is still a challenge for clinical implement and practical application. Many factors contribute to the difficulty of clinical use of the EMG based dexterous control. The most obvious and important is the noise in the EMG signal caused by electrode shift, muscle fatigue, motion artifact, inherent instability of signal and biological signals such as Electrocardiogram. In this paper, a novel method based on Canonical Correlation Analysis (CCA) was developed to eliminate the reduction of classification accuracy caused by electrode shift. The average classification accuracy of our method were above 95% for the healthy subjects. In the process, we validated the influence of electrode shift on motion classification accuracy and discovered the strong correlation with correlation coefficient of >0.9 between shift position data and normal position data.", "objIdentifier": "d037320cd9aa5fa361943b7a781929e4", "subject": null, "author": [{"affiliation": [], "given": "Zhe", "family": "Fan"}, {"affiliation": [], "given": "Zhong", "family": "Wang"}, {"affiliation": [], "given": "Guanglin", "family": "Li"}, {"affiliation": [], "given": "Ruomei", "family": "Wang"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0004", "value": "Conference object"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://xplorestaging.ieee.org/ielx7/7580725/7590615/07590838.pdf?arnumber=7590838", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2016-8", "accepted": null, "publisher": "IEEE", "doi": "10.1109/embc.2016.7590838", "license": null, "url": "http://dx.doi.org/10.1109/embc.2016.7590838", "issn": null, "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["A canonical correlation analysis based EMG classification algorithm for eliminating electrode shift effect"], "funder": null, "datasourcePrefix": "crossref____"}
989
{"best_oa_location_url": "", "issued": "2006-7-9", "abstract": "• A number of electronic detonators up to 1600 • 2-wire parallel bus with serial protocol • connector for attaching the detonator to the bus • logger • blasting machine • robust against ESD, RF, EMI, blast transients and mechanical shock • field programmable timing delay up to 10,000 ms in 1 ms increments The SDI Electronic System contains a robust serial protocol exhibiting great ease in field usability and deployment. The electronic detonator comprises an Electronic Ignition Module (EIM), shell, primary and base charges, leadwires and end plug resulting in a smart programmable detonator. An ASIC chip is contained within the EIM electronic board together with a firing/energy reserve storage capacitor, additional electronic components, a connection to each legwire and a connection to an initiator bridgewire. The bus communications consist of a 2 parallel wire bus(polarity independent) between the EIMs and a logger or blasting machine. The bus protocol is serial and contains command, data bytes and cyclic redundancy check(CRC) for error checking.", "objIdentifier": "a0f2c70aa70d360f3a828ccc0bcbdb31", "subject": null, "author": [{"affiliation": [], "given": "Gimtong", "family": "Teowee"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0004", "value": "Conference object"}, "is_oa": false, "published-online": "2012-6-18", "link": null, "published-print": "2006-7-9", "accepted": null, "publisher": "American Institute of Aeronautics and Astronautics", "doi": "10.2514/6.2006-4989", "license": null, "url": "http://dx.doi.org/10.2514/6.2006-4989", "issn": null, "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["SDI's Electronic Blasting System for Commercial Mining and Blasting"], "funder": null, "datasourcePrefix": "crossref____"}
990
{"best_oa_location_url": "", "issued": "1935-3-01", "abstract": [], "objIdentifier": "4af0de7cd8c6492b799ebfdf4557631a", "pissn": "0002-7863", "subject": ["Colloid and Surface Chemistry", "Biochemistry", "General Chemistry", "Catalysis"], "eissn": "1520-5126", "author": [{"affiliation": [], "given": "D. B.", "family": "Killian"}, {"affiliation": [], "given": "G. F.", "family": "Hennion"}, {"affiliation": [], "given": "J. A.", "family": "Nieuwland"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://pubs.acs.org/doi/pdf/10.1021/ja01306a047", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1935-3", "accepted": null, "publisher": "American Chemical Society (ACS)", "doi": "10.1021/ja01306a047", "license": null, "url": "http://dx.doi.org/10.1021/ja01306a047", "issn": [{"type": "print", "value": "0002-7863"}, {"type": "electronic", "value": "1520-5126"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["The Preparation of Some α-Unsaturated Ethers from 2,2-Dimethoxyalkanes1"], "funder": null, "datasourcePrefix": "crossref____"}
991
{"best_oa_location_url": "http://doi.org/10.1016/j.sbspro.2014.11.239", "issued": "2014-11-01", "abstract": "Abstract   The paper presents the results of the research in the application of bankruptcy prediction models in the sector of construction in Lithuania. During the financial crisis, many companies in the construction sector went bankrupt. Therefore, the research aims to reveal if conventional bankruptcy prediction models are applicable in this sector. The present study distinguishes by its broad scope that was targeted for the first time (521 companies whose bankruptcy was initiated in 2009-2013 were examined). Moreover, empirical research provide conflicting results as well.", "objIdentifier": "d1079bb73bf644d48532e97751bea5e0", "pissn": "1877-0428", "subject": null, "author": [{"affiliation": [], "given": "Rosvydas", "family": "Marcinkevičius"}, {"affiliation": [], "given": "Rasa", "family": "Kanapickienė"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S1877042814060595?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S1877042814060595?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2014-11", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/j.sbspro.2014.11.239", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1414800000000, "date-time": "2014-11-01T00:00:00Z", "date-parts": [[2014, 11, 1]]}, "content-version": "tdm", "delay-in-days": 0}, {"URL": "http://creativecommons.org/licenses/by-nc-nd/3.0/", "start": {"timestamp": 1419638400000, "date-time": "2014-12-27T00:00:00Z", "date-parts": [[2014, 12, 27]]}, "content-version": "vor", "delay-in-days": 56}], "url": "http://dx.doi.org/10.1016/j.sbspro.2014.11.239", "issn": [{"type": "print", "value": "1877-0428"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Bankruptcy Prediction in the Sector of Construction in Lithuania"], "funder": null, "datasourcePrefix": "crossref____"}
992
{"best_oa_location_url": "", "issued": "1999-1-01", "abstract": "There is no doubt that human B cell lymphoma does not elicit a clinically sufficient T cell mediated immune response that results in tumor rejection. However, the mechanisms leading to this lack of T cell recognition and effector function are still not fully understood. Many potential mechanisms such as “ignorance” including “antigen silencing”, “tolerance” including “infectious tolerance” and “anergy” or “immunosuppression” have been identified in different model systems and all these could, in part, account for the lack of immune recognition in B cell lymphoma. Malignant B cells are poor antigen presenting cells and T cells in close proximity to the malignant cells are hyporesponsive with defects in T cell receptor signaling and cytotoxic effector function. This review will discuss recent in vitro findings in context of in vivo data in murine model systems relevant to B cell lymphoma. Understanding these complex defects of anti-lymphoma immune responses should allow us to redefine our immunotherapeutic ...", "objIdentifier": "8224e388ea95adf8efa51cbf7cab1234", "pissn": "1042-8194", "subject": ["Cancer Research", "Oncology", "Hematology"], "eissn": "1029-2403", "author": [{"ORCID": "0000-0003-2812-9853", "affiliation": [], "given": "Joachim L.", "family": "Schultze"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2009-8-5", "link": [{"URL": "http://www.tandfonline.com/doi/pdf/10.3109/10428199909167383", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1999-1", "accepted": null, "publisher": "Informa UK Limited", "doi": "10.3109/10428199909167383", "license": null, "url": "http://dx.doi.org/10.3109/10428199909167383", "issn": [{"type": "print", "value": "1042-8194"}, {"type": "electronic", "value": "1029-2403"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Why Do B Cell Lymphoma Fail to Elicit Clinically Sufficient T Cell Immune Responses?"], "funder": null, "datasourcePrefix": "crossref____"}
993
{"best_oa_location_url": "", "issued": "1990", "abstract": [], "objIdentifier": "3802d59ca2c73480a6b1732e1c6b8b2b", "pissn": "1348-7116", "subject": null, "eissn": "1349-497X", "author": [{"affiliation": [{"name": "Tokyo Metropolitan Prosthetic and Orthotic Research Institute"}], "given": "Sumiko", "family": "YAMAMOTO"}, {"affiliation": [{"name": "Tokyo Metropolitan Prosthetic and Orthotic Research Institute"}], "given": "Masahiko", "family": "EBINA"}, {"affiliation": [{"name": "Tokyo Metropolitan Prosthetic and Orthotic Research Institute"}], "given": "Shigeru", "family": "KUBO"}, {"affiliation": [{"name": "Tokyo Metropolitan Prosthetic and Orthotic Research Institute"}], "given": "Hideo", "family": "KAWAI"}, {"affiliation": [{"name": "Tokyo Metropolitan Prosthetic and Orthotic Research Institute"}], "given": "Tokuhide", "family": "DOI"}, {"affiliation": [{"name": "Tokyo Metropolitan Prosthetic and Orthotic Research Institute"}], "given": "Mitsuo", "family": "IWASAKI"}, {"affiliation": [{"name": "Tokyo Medical and Dental University"}], "given": "Shinji", "family": "MIYAZAKI"}, {"affiliation": [{"name": "Keio University"}], "given": "Nobutoshi", "family": "YAMAZAKI"}, {"affiliation": [{"name": "Nakaizu Rehabilitation Center"}], "given": "Toshio", "family": "KUBOTA"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "https://www.jstage.jst.go.jp/article/biomechanisms/10/0/10_KJ00004275233/_pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1990", "accepted": null, "publisher": "Society of Biomechanisms Japan", "doi": "10.3951/biomechanisms.10.195", "license": null, "url": "http://dx.doi.org/10.3951/biomechanisms.10.195", "issn": [{"type": "print", "value": "1348-7116"}, {"type": "electronic", "value": "1349-497X"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["THE EFFECTS OF THE FLEXIBILITY OF ANKLE-FOOT ORTHOSES ON GAIT"], "funder": null, "datasourcePrefix": "crossref____"}
994
{"issued": "2017-7-1", "abstract": [], "objIdentifier": "9842df188dfeed21a3b0b9300c8a04c4", "subject": null, "accepted": null, "author": [{"affiliation": [], "given": "Nimra", "family": "Siddiqui"}, {"affiliation": [], "given": "Syedd Anamta", "family": "Knawal"}, {"affiliation": [], "given": "Syeda Zarfshan", "family": "Fatima"}, {"affiliation": [], "given": "Kainat", "family": "ghaffor"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2017-7-1", "link": null, "published-print": null, "eissn": "2412-3188", "publisher": "Advance Educational Institute and Research Center", "doi": "10.29052/2412-3188.v4.i1.2017.38-49", "license": null, "url": "http://dx.doi.org/10.29052/2412-3188.v4.i1.2017.38-49", "issn": [{"type": "electronic", "value": "2412-3188"}], "collectedFrom": [{"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Obsessive Compulsive Disorder Is More Flyer in New Generation"], "funder": null, "datasourcePrefix": "crossref____"}
995
{"best_oa_location_url": "", "issued": "1973-1-01", "abstract": "Resume—Le Gyalecta carneolutea produit des conidies exobasidiees (GLUCK, 1899) de deux types: des microconidies, portees par un style et des macroconidies, sessiles.Les pycnides se developpent aux depens d'un plexus d'hyphes qui se creuse d'une cavite. Celle-ci se tapisse ensuite de courts filaments conidiogenes. Le col de la pyenide, des le debut largement ouvert a la base, se forme secondairement et s'accroit aux depens, semble-t-il, d'une zone meristematique apicale.", "objIdentifier": "6d83d107b1dad2b4978eb7dbfcb76621", "pissn": "0037-8941", "subject": null, "author": [{"affiliation": [], "given": "Marie-Agnès", "family": "Letrouit-Galinou"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2014-7-10", "link": [{"URL": "http://www.tandfonline.com/doi/pdf/10.1080/00378941.1973.10839181", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1973-1", "accepted": null, "publisher": "Informa UK Limited", "doi": "10.1080/00378941.1973.10839181", "license": null, "url": "http://dx.doi.org/10.1080/00378941.1973.10839181", "issn": [{"type": "print", "value": "0037-8941"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Les pycnospores et les pycnides duGyalecta carneolutea(Turn.) Oliv."], "funder": null, "datasourcePrefix": "crossref____"}
996
{"best_oa_location_url": "", "issued": "1985-6-01", "abstract": [], "objIdentifier": "b0d4d01ae6fe188fbbeb865c3fe076fe", "pissn": "0039-6206", "subject": null, "author": [{"affiliation": [], "given": "H. M.", "family": "HORST"}, {"affiliation": [], "given": "F. N.", "family": "OBEID"}, {"affiliation": [], "given": "D.", "family": "VIJ"}, {"affiliation": [], "given": "B. A.", "family": "BIVINS"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1985-6", "accepted": null, "publisher": "Ovid Technologies (Wolters Kluwer Health)", "doi": "10.1097/00132586-198506000-00021", "license": null, "url": "http://dx.doi.org/10.1097/00132586-198506000-00021", "issn": [{"type": "print", "value": "0039-6206"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["The Risks of Pulmonary Arterial Catheterization"], "funder": null, "datasourcePrefix": "crossref____"}
997
{"best_oa_location_url": "", "issued": "None", "abstract": [], "objIdentifier": "99caf79a7d4a72081225fdc64a48c503", "subject": null, "author": [{"affiliation": [], "given": "Giuseppe", "family": "Veltri"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": [{"URL": "https://www.degruyter.com/view/books/9783110267044/9783110267044.566/9783110267044.566.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "accepted": null, "publisher": "DE GRUYTER", "doi": "10.1515/9783110267044.566", "license": null, "url": "http://dx.doi.org/10.1515/9783110267044.566", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["At Gesenius’ school? Hebrew Philology, the Rabbis and the Wissenschaft des Judentums"], "funder": null, "datasourcePrefix": "crossref____"}
998
{"best_oa_location_url": "", "issued": "None", "abstract": [], "objIdentifier": "3b00fe478cf3221853f8cb934aecb60f", "subject": null, "author": [{"affiliation": [], "given": "Joanne", "family": "Russell"}, {"affiliation": [], "given": "David", "family": "Barnard"}, {"affiliation": [], "given": "Maurice", "family": "Clifton"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0021", "value": "Dataset"}, "is_oa": false, "published-online": null, "link": null, "published-print": null, "accepted": null, "publisher": "American Psychological Association (APA)", "doi": "10.1037/e520942012-035", "license": null, "url": "http://dx.doi.org/10.1037/e520942012-035", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Application of Ethical Principles During the Informed Consent Process for Clinical Trials"], "funder": null, "datasourcePrefix": "crossref____"}
999
{"best_oa_location_url": "", "issued": "2012-3-1", "abstract": [], "objIdentifier": "5cfab417e2ab310ed9b63c84e9bb7aba", "pissn": "1546-198X", "subject": ["Electrical and Electronic Engineering", "Atomic and Molecular Physics, and Optics"], "author": [{"affiliation": [], "given": "S.", "family": "Roy"}, {"affiliation": [], "given": "C. K.", "family": "Sarkar"}, {"affiliation": [], "given": "P.", "family": "Bhattacharyya"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.ingentaconnect.com/content/asp/senlet/2012/00000010/f0020003/art00012", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2012-3-1", "accepted": null, "publisher": "American Scientific Publishers", "doi": "10.1166/sl.2012.2343", "license": null, "url": "http://dx.doi.org/10.1166/sl.2012.2343", "issn": [{"type": "print", "value": "1546-198X"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Low Temperature Fabrication of a Highly Sensitive Methane Sensor with Embedded Co-Planar Nickel Alloy Microheater on MEMS Platform"], "funder": null, "datasourcePrefix": "crossref____"}
1000
{"best_oa_location_url": "", "issued": "2008", "abstract": "Personal value orientations were investigated among a sample of 60 rural indigenous women entrepreneurs in Iran, using the Schwartz Values Scale. The value dimensions were conformity, tradition, benevolence, universalism, self-direction, stimulation, hedonism, achievement, power, and security. Conformity was the value type rated most important, benevolence was second, security third, self-direction fourth, and universalism fifth. The five less important value types were, in order, tradition, stimulation, hedonism, achievement, and, power. Results imply that there are differences in values between indigenous and non-indigenous entrepreneurs. The paper concludes with practical and theoretical implications of the study's findings and recommendations for future research.", "objIdentifier": "2f0a26be067d640312ea5eb197a47305", "pissn": "1753-3627", "subject": ["General Business, Management and Accounting"], "eissn": "1753-3635", "author": [{"affiliation": [], "given": "Kiumars", "family": "Zarafshani"}, {"affiliation": [], "given": "Marjan J.", "family": "Gorgievski"}, {"affiliation": [], "given": "Khadigeh", "family": "Moradi"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2008", "accepted": null, "publisher": "Inderscience Publishers", "doi": "10.1504/ijbg.2008.016625", "license": null, "url": "http://dx.doi.org/10.1504/ijbg.2008.016625", "issn": [{"type": "print", "value": "1753-3627"}, {"type": "electronic", "value": "1753-3635"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Identifying value hierarchies among indigenous women entrepreneurs in agriculture: a case of Iran"], "funder": null, "datasourcePrefix": "crossref____"}
1001
{"best_oa_location_url": "", "issued": "1999-9-01", "abstract": [], "objIdentifier": "926e2bb91741b71764efd4daf37ebb51", "pissn": "0963-7494", "subject": ["Religious studies", "Sociology and Political Science"], "eissn": "1465-3974", "author": [{"affiliation": [], "given": "Philip", "family": "Walters"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.tandfonline.com/doi/pdf/10.1080/096374999106458", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1999-9", "accepted": null, "publisher": "Informa UK Limited", "doi": "10.1080/096374999106458", "license": null, "url": "http://dx.doi.org/10.1080/096374999106458", "issn": [{"type": "print", "value": "0963-7494"}, {"type": "electronic", "value": "1465-3974"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Editorial"], "funder": null, "datasourcePrefix": "crossref____"}
1002
{"best_oa_location_url": "", "issued": "2014-9-30", "abstract": "Hintergrund:#R##N#Der Erfolg, eine Krankheit zu verhuten, zu bessern, Folgen zu verhindern ist abhangig von der adaquaten Dauer der Medikamenteneinnahme und kann durch eigenmachtiges Absetzen von Seiten des Patienten in Frage gestellt werden.", "objIdentifier": "53ddcb98f1fc2a30eb2e74ece15ddc9f", "pissn": "1438-3276", "subject": ["General Medicine"], "eissn": "1613-3560", "author": [{"affiliation": [], "given": "Konrad", "family": "Wink"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2014-9-30", "link": [{"URL": "http://link.springer.com/content/pdf/10.1007/s15006-014-3478-8", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2014-10", "accepted": null, "publisher": "Springer Nature", "doi": "10.1007/s15006-014-3478-8", "license": null, "url": "http://dx.doi.org/10.1007/s15006-014-3478-8", "issn": [{"type": "print", "value": "1438-3276"}, {"type": "electronic", "value": "1613-3560"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Warum setzen Patienten eigenmächtig ärztlich verordnete Medikamente wieder ab?"], "funder": null, "datasourcePrefix": "crossref____"}
1003
{"best_oa_location_url": "", "issued": "2011-1-7", "abstract": "A hybrid point/ring-defect photonic crystal vertical-cavity surface-emitting laser (VCSEL) is presented. To analyze the possible lasing supermodes, the device is simplified to a 3 × 1 VCSEL array along any direction in plane due to the hybrid point/ring defects with approximately radial symmetry. Three supermodes are predicted based on the coupled-mode theory. In the experiment, only three supermodes appear at most over the entire current range, consistent with the theoretical predictions. The full width at half maximum of the lasing spectrum at rollover is less than 0.1 nm, and the maximum output power of the device reaches 4.3 mW.", "objIdentifier": "486d36fe94f17ba250e4f8bead5c7303", "pissn": "1054-660X", "subject": ["Instrumentation", "Industrial and Manufacturing Engineering", "Atomic and Molecular Physics, and Optics", "Condensed Matter Physics"], "eissn": "1555-6611", "author": [{"affiliation": [], "given": "A. J.", "family": "Liu"}, {"affiliation": [], "given": "W.", "family": "Chen"}, {"affiliation": [], "given": "H. W.", "family": "Qu"}, {"affiliation": [], "given": "W. J.", "family": "Zhou"}, {"affiliation": [], "given": "W. H.", "family": "Zheng"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2011-1-7", "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1134/S1054660X11030121", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2011-2", "accepted": null, "publisher": "Pleiades Publishing Ltd", "doi": "10.1134/s1054660x11030121", "license": null, "url": "http://dx.doi.org/10.1134/s1054660x11030121", "issn": [{"type": "print", "value": "1054-660X"}, {"type": "electronic", "value": "1555-6611"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Hybrid point/ring-defect photonic crystal VCSEL with high spectral purity and high output power"], "funder": null, "datasourcePrefix": "crossref____"}
1004
{"issued": "2017-10-12", "abstract": [], "objIdentifier": "2201a57780e9673bf05dfdc9d48db263", "pissn": "2191-5407", "subject": null, "accepted": null, "author": [{"affiliation": [], "given": "Marcella", "family": "Barbera"}, {"affiliation": [], "given": "Giovanni", "family": "Gurnari"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": "2017-10-12", "link": [{"URL": "http://link.springer.com/content/pdf/10.1007/978-3-319-68442-0_4", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2018", "eissn": "2191-5415", "publisher": "Springer International Publishing", "doi": "10.1007/978-3-319-68442-0_4", "license": [{"URL": "http://www.springer.com/tdm", "start": {"timestamp": 1507766400000, "date-parts": [[2017, 10, 12]], "date-time": "2017-10-12T00:00:00Z"}, "content-version": "vor", "delay-in-days": 0}, {"URL": "http://www.springer.com/tdm", "start": {"timestamp": 1507766400000, "date-parts": [[2017, 10, 12]], "date-time": "2017-10-12T00:00:00Z"}, "content-version": "vor", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1007/978-3-319-68442-0_4", "issn": [{"type": "print", "value": "2191-5407"}, {"type": "electronic", "value": "2191-5415"}], "collectedFrom": [{"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Quality Standards for Recycled Water: Opuntia ficus-indica as Sorbent Material"], "funder": null, "datasourcePrefix": "crossref____"}
1005
{"best_oa_location_url": "", "issued": "2015-10-30", "abstract": [], "objIdentifier": "fa223bdc2d0b8ab67449e193a18b3adc", "subject": null, "author": [{"affiliation": [], "given": "Kenneth", "family": "Sheppard"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": "2015-10-30", "link": [{"URL": "http://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1002%2F9781118508091.ch9", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}], "published-print": null, "accepted": null, "publisher": "John Wiley & Sons, Ltd", "doi": "10.1002/9781118508091.ch9", "license": null, "url": "http://dx.doi.org/10.1002/9781118508091.ch9", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["J. G. A. Pocock as an Intellectual Historian"], "funder": null, "datasourcePrefix": "crossref____"}
1006
{"best_oa_location_url": "", "issued": "2002", "abstract": [], "objIdentifier": "46f8bd4173b6ee48af4465da5d7a3fb1", "subject": null, "author": [{"affiliation": [], "given": "Berit", "family": "Ernst"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://link.springer.com/content/pdf/10.1007/978-3-663-09698-6_6", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2002", "accepted": null, "publisher": "Deutscher Universitätsverlag", "doi": "10.1007/978-3-663-09698-6_6", "license": null, "url": "http://dx.doi.org/10.1007/978-3-663-09698-6_6", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Motivationale Einflussfaktoren bei der Bewertung von Beratungsleistungen"], "funder": null, "datasourcePrefix": "crossref____"}
1007
{"best_oa_location_url": "", "issued": "2000", "abstract": "We analyze acquirers' wealth maximizing acquisition strategy when competing for a target. We allow acquirers to make either one-tier or two-tier offers. We show that a two-tier offer strategy will be used when target shareholders have sufficiently large differences in their valuations of the considerations offered, for example due to taxes. However, when shareholder heterogeneity is small, one-tier offers always defeat two-tier offers. Our model also explains the stylized fact that successful two-tier offers are over-subscribed (i.e., structured such that the number of shares tendered exceeds the number sought). Finally, for intermediate levels of valuation heterogeneity neither one- nor two-tier offers are uniquely optimal and acquirers will randomize their offer strategies or resort to preemptive offers, that is, offers that exceed the reservation value of their opponent. The latter is more likely to occur when the difference between the two acquirers' reservation values is high.", "objIdentifier": "c66d43351e443556069fb83d2616f3ff", "subject": null, "accepted": null, "author": [{"affiliation": [], "given": "Thomas D.", "family": "Fields"}, {"affiliation": [], "given": "Thomas", "family": "Lys"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": null, "eissn": "1556-5068", "publisher": "Elsevier BV", "doi": "10.2139/ssrn.239723", "license": null, "url": "http://dx.doi.org/10.2139/ssrn.239723", "issn": [{"type": "electronic", "value": "1556-5068"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Optimal Structure of the Consideration in Mergers and Acquisitions"], "funder": null, "datasourcePrefix": "crossref____"}
1008
{"best_oa_location_url": "", "issued": "1969-4-01", "abstract": "Photoelectric observations of 33 long-period and 2 R CrB-type variable stars are presented on the UBV photometric system. Key words: UBV photometry - long-period variables - R CrB variables", "objIdentifier": "14cb75a96bf27eed5398d8cf8d522176", "pissn": "0004-6280", "subject": ["Space and Planetary Science", "Astronomy and Astrophysics"], "eissn": "1538-3873", "author": [{"affiliation": [], "given": "Arlo U.", "family": "Landolt"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://stacks.iop.org/1538-3873/81/i=479/a=134/pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1969-4", "accepted": null, "publisher": "IOP Publishing", "doi": "10.1086/128752", "license": null, "url": "http://dx.doi.org/10.1086/128752", "issn": [{"type": "print", "value": "0004-6280"}, {"type": "electronic", "value": "1538-3873"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["UBV Observations of Long-Period Variable Stars, VI"], "funder": null, "datasourcePrefix": "crossref____"}
1009
{"best_oa_location_url": "", "issued": "2002-9-10", "abstract": [], "objIdentifier": "c0f614c5d9296e87a048b71b32d1c018", "pissn": "0076-5376", "subject": null, "eissn": "2331-7159", "author": [{"affiliation": [], "given": "Daniel", "family": "Gorenstein"}, {"affiliation": [], "given": "Richard", "family": "Lyons"}, {"affiliation": [], "given": "Ronald", "family": "Solomon"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2002-9-10", "accepted": null, "publisher": "American Mathematical Society", "doi": "10.1090/surv/040.5/04", "license": null, "url": "http://dx.doi.org/10.1090/surv/040.5/04", "issn": [{"type": "print", "value": "0076-5376"}, {"type": "electronic", "value": "2331-7159"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Theorem 𝒞*₇: Stage 2"], "funder": null, "datasourcePrefix": "crossref____"}
1010
{"best_oa_location_url": "", "issued": "2005", "abstract": "Code instrumentation is a mechanism that allows modules of programs to be completely rewritten at runtime. With the advent of virtual machines, this type of functionality is becoming more interesting because it allows the introduction of new functionality after an application has been deployed, easy implementation of aspect-oriented programming, performing security verifications, dynamic software upgrading, among others.The Runtime Assembly Instrumentation Library (RAIL) is one of the first frameworks to implement code instrumentation in the .NET platform. It specifically addresses the limitations that exist between the reflection capabilities of .NET and its code emission functionalities. RAIL gives the programmer an object-oriented vision of the code of an application, allowing assemblies, modules, classes, references and even intermediate code to be easily manipulated.This paper addresses the design of an implementation of RAIL along with the difficulties and lessons learned while building a framework for code instrumentation in .NET.", "objIdentifier": "f930a4125b15242c8ed4a8225ca18852", "subject": null, "author": [{"ORCID": "0000-0001-9699-1133", "affiliation": [], "given": "Bruno", "family": "Cabral"}, {"affiliation": [], "given": "Paulo", "family": "Marques"}, {"affiliation": [], "given": "Luís", "family": "Silva"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0004", "value": "Conference object"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://dl.acm.org/ft_gateway.cfm?id=1066967&amp;ftid=314299&amp;dwn=1", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2005", "accepted": null, "publisher": "ACM Press", "doi": "10.1145/1066677.1066967", "license": null, "url": "http://dx.doi.org/10.1145/1066677.1066967", "issn": null, "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["RAIL"], "funder": null, "datasourcePrefix": "crossref____"}
1011
{"best_oa_location_url": "", "issued": "2017-4-20", "abstract": "Species TOPOS is a free software package for generating three-dimensional (3-D) topographic surfaces (“topos”) for acid–base equilibrium studies. This upgrade adds 3-D species distribution topos to earlier surfaces that showed pH and buffer capacity behavior during titration and dilution procedures. It constructs topos by plotting computed α values above a composition grid with volume of NaOH added as the x axis and overall system dilution as the y axis. The systematic shift from protonated to deprotonated forms is clearly visualized on a linear z axis. Because pH and buffer capacity surfaces accompany the species topos, it is easy to see their interrelationships. On the basis of their graphical appearance, features on species topos have been named corner buttes, corner pits, curving ridge crests, and dilution plains. Ramps connecting surface features are linear when tied to additions of NaOH and logarithmic when associated with the logarithmic dilution axis. The amphiprotic behavior of water is demonstra...", "objIdentifier": "195e471d9a9350909c72b2c507d1f6a7", "pissn": "0021-9584", "subject": ["General Chemistry", "Education"], "eissn": "1938-1328", "author": [{"ORCID": "http://orcid.org/0000-0003-0145-8286", "authenticated-orcid": true, "given": "Garon C.", "family": "Smith", "affiliation": [{"name": "Department\rof Chemistry and Biochemistry, University of Montana, Missoula, Montana 59812, United States"}]}, {"affiliation": [{"name": "Department\rof Biochemistry and Microbiology, North South University, Dhaka, Bangladesh"}], "given": "Md Mainul", "family": "Hossain"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2017-4-20", "link": [{"URL": "http://pubs.acs.org/doi/pdf/10.1021/acs.jchemed.6b00682", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2017-5-9", "accepted": null, "publisher": "American Chemical Society (ACS)", "doi": "10.1021/acs.jchemed.6b00682", "license": null, "url": "http://dx.doi.org/10.1021/acs.jchemed.6b00682", "issn": [{"type": "print", "value": "0021-9584"}, {"type": "electronic", "value": "1938-1328"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["3-D Topo Surface Visualization of Acid–Base Species Distributions: Corner Buttes, Corner Pits, Curving Ridge Crests, and Dilution Plains"], "funder": null, "datasourcePrefix": "crossref____"}
1012
{"issued": "2017-6-30", "abstract": [], "objIdentifier": "020e78ae90d19c9f74dcdeb368329ea4", "pissn": "1309-0712", "subject": null, "author": [{"affiliation": [], "given": "Sezer", "family": "Korkmaz"}, {"affiliation": [], "given": "Sezer", "family": "Yıldızlı"}, {"affiliation": [], "given": "Ayşegül", "family": "Ermeç Sertoğlu"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2017-6-30", "accepted": null, "publisher": "Journal of Business Research - Turk", "doi": "10.20491/isarder.2017.270", "license": null, "url": "http://dx.doi.org/10.20491/isarder.2017.270", "issn": [{"type": "print", "value": "1309-0712"}], "collectedFrom": [{"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Hizmet Kalite Algısının Müşteri Şikayet Etme Niyeti Üzerindeki Etkisi: Bankacılık Sektöründe Bir Araştırma - The Effect of Service Quality Perceptions On Consumers  Complaint Intentions: A Study in Banking Sector"], "funder": null, "datasourcePrefix": "crossref____"}
1013
{"best_oa_location_url": "", "issued": "2014-6-11", "abstract": [], "objIdentifier": "e92aee8cac19035f36909c5756eb540a", "subject": null, "author": [{"affiliation": [], "name": "OECD"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0020", "value": "Other"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2014-6-11", "accepted": null, "publisher": "Organisation for Economic Co-Operation and Development  (OECD)", "doi": "10.1787/mei-v2014-6-table93-en", "license": null, "url": "http://dx.doi.org/10.1787/mei-v2014-6-table93-en", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Euro area"], "funder": null, "datasourcePrefix": "crossref____"}
1014
{"best_oa_location_url": "", "issued": "1638-1-1", "abstract": [], "objIdentifier": "6791853670839fe2d1a7aa074b57c934", "subject": null, "author": [{"affiliation": [], "given": "Endymion [Endimion]", "family": "Porter"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1638-1-1", "accepted": null, "publisher": "Oxford University Press", "doi": "10.1093/oseo/instance.00009002", "license": null, "url": "http://dx.doi.org/10.1093/oseo/instance.00009002", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["To My worthy Friend Mr. William Davenant; upon his Poem of Madagascar"], "funder": null, "datasourcePrefix": "crossref____"}
1015
{"best_oa_location_url": "", "issued": "2013-1-17", "abstract": [], "objIdentifier": "0f642ccd7180baba62afb7998985b55c", "subject": null, "author": [{"affiliation": [], "given": "Tom", "family": "Sanders"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0021", "value": "Dataset"}, "is_oa": false, "published-online": null, "link": null, "published-print": null, "accepted": null, "publisher": "Springer Nature", "doi": "10.1186/isrctn24666304", "license": null, "url": "http://dx.doi.org/10.1186/isrctn24666304", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Comparison of the bioavailability of vitamin D2 and D3"], "funder": [{"doi-asserted-by": "publisher", "DOI": "10.13039/100004330", "name": "GlaxoSmithKline", "award": []}], "datasourcePrefix": "crossref____"}
1016
{"best_oa_location_url": "", "issued": "2014-11-8", "abstract": "Space-borne imaging spectrometer can be used for ocean color remote sensing and coastal zones monitoring. To meet the demand of quantitative remote sensing inversion, the imaging spectrometer needs precisely spectral calibrated before launching. However, due to the changes of space environment and degradation of the instrument performance, maybe the central wavelength or spectral width of each channel in the spectrometer varies after launching. Thus, on-orbit spectral characteristics check even recalibration for the instrument is necessary. The imaging spectrometer is capable of channel programmable and the spectral width of every pixel line of the array CCD is 2.5nm. In the field imaging experiments, the instrument showed an atmospheric O2 absorption peak near 765 nm. This characteristic peak coordinating with Pr-Nd glass, which belongs to the on-board calibration mechanism, can be used for on-orbit spectral calibration. Also, it can be used independently to calibrate the central wavelength of each channel during the earth observation. Empirical research shows that this method is not only simple and applicable but also can achieve precision of 1.25 nm and meet the practical requirements. © (2014) COPYRIGHT Society of Photo-Optical Instrumentation Engineers (SPIE). Downloading of the abstract is permitted for personal use only.", "objIdentifier": "37ce4a41a0e939c319b0e568456b2858", "subject": null, "author": [{"affiliation": [], "given": "Hongbo", "family": "Wang"}, {"affiliation": [], "given": "Xiaoxian", "family": "Huang"}, {"affiliation": [], "given": "Liang", "family": "Ma"}, {"affiliation": [], "given": "Xiao", "family": "Zhang"}, {"affiliation": [], "given": "Tengfei", "family": "Zhang"}, {"affiliation": [], "given": "Jun", "family": "Wei"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0004", "value": "Conference object"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2014-11-8", "accepted": null, "publisher": "SPIE", "doi": "10.1117/12.2074190", "license": null, "url": "http://dx.doi.org/10.1117/12.2074190", "issn": null, "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["On-orbit spectral calibration method for imaging spectrometer using atmospheric O2absorption peak and Pr-Nd glass characteristic spectra"], "funder": null, "datasourcePrefix": "crossref____"}
1017
{"best_oa_location_url": "", "issued": "1996-3-01", "abstract": [], "objIdentifier": "535d54b62a188583c92b9cf10df6dcd3", "pissn": "1046-8781", "subject": ["Business, Management and Accounting (miscellaneous)", "Computer Science Applications"], "eissn": "1552-826X", "author": [{"affiliation": [{"name": "Klabbers Management &amp; Policy Consultancy"}], "given": "Jan H. G.", "family": "Klabbers"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2016-8-19", "link": [{"URL": "http://journals.sagepub.com/doi/pdf/10.1177/1046878196271006", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}, {"URL": "http://journals.sagepub.com/doi/pdf/10.1177/1046878196271006", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1996-3", "accepted": null, "publisher": "SAGE Publications", "doi": "10.1177/1046878196271006", "license": [{"URL": "http://journals.sagepub.com/page/policies/text-and-data-mining-license", "start": {"timestamp": 825638400000, "date-time": "1996-03-01T00:00:00Z", "date-parts": [[1996, 3, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1177/1046878196271006", "issn": [{"type": "print", "value": "1046-8781"}, {"type": "electronic", "value": "1552-826X"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Problem Framing through Gaming: A Rebuttal to Law-Yone"], "funder": null, "datasourcePrefix": "crossref____"}
1018
{"best_oa_location_url": "", "issued": "2005-1-1", "abstract": [], "objIdentifier": "c5f15203a6229ba083140f9b599cc94e", "pissn": "0008-4433", "subject": ["Industrial and Manufacturing Engineering", "Metals and Alloys"], "author": [{"affiliation": [], "given": "G.", "family": "JARJOURA"}, {"affiliation": [], "given": "G.J.", "family": "KIPOUROS"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2005-1-1", "accepted": null, "publisher": "Maney Publishing", "doi": "10.1179/000844305794409283", "license": null, "url": "http://dx.doi.org/10.1179/000844305794409283", "issn": [{"type": "print", "value": "0008-4433"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["CYCLIC VOLTAMETRIC STUDIES OF THE EFFECT OF NICKEL ON COPPER ANODE PASSIVATION IN A COPPER SULFATE SOLUTION"], "funder": null, "datasourcePrefix": "crossref____"}
1019
{"best_oa_location_url": "", "issued": "1986", "abstract": [], "objIdentifier": "188f5f5128456b9d059b0334db55c8c4", "subject": null, "author": [{"affiliation": [], "given": "Fritz", "family": "Unger"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/978-3-642-93621-0_2", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1986", "accepted": null, "publisher": "Physica-Verlag HD", "doi": "10.1007/978-3-642-93621-0_2", "license": null, "url": "http://dx.doi.org/10.1007/978-3-642-93621-0_2", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Grundlagen in Kommunikation und Beeinflussung"], "funder": null, "datasourcePrefix": "crossref____"}
1020
{"best_oa_location_url": "https://ijog.geologi.esdm.go.id/index.php/IJOG/article/download/205/194", "issued": "2016", "abstract": [], "objIdentifier": "e5d1fa33ae72a37053dbce8a7354f96b", "pissn": "1878-9897", "subject": null, "eissn": "2213-6959", "author": [{"affiliation": [], "family": "Yudhicara"}, {"affiliation": [], "given": "Phillipson", "family": "Bani"}, {"affiliation": [], "given": "Alwin", "family": "Darmawan"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": true, "published-online": null, "link": [{"URL": "http://link.springer.com/content/pdf/10.1007/978-3-319-20979-1_58", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2016", "accepted": null, "publisher": "Springer International Publishing", "doi": "10.1007/978-3-319-20979-1_58", "license": null, "url": "http://dx.doi.org/10.1007/978-3-319-20979-1_58", "issn": [{"type": "print", "value": "1878-9897"}, {"type": "electronic", "value": "2213-6959"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Geothermal System as the Cause of the 1979 Landslide Tsunami in Lembata Island, Indonesia"], "funder": null, "datasourcePrefix": "crossref____"}
1021
{"best_oa_location_url": "", "issued": "1997-6-01", "abstract": [], "objIdentifier": "413fc473c859e2bbb4ded9b5d7bf468f", "pissn": "1520-6106", "subject": ["Physical and Theoretical Chemistry", "Materials Chemistry", "Surfaces, Coatings and Films"], "eissn": "1520-5207", "author": [{"affiliation": [], "given": "Gary N.", "family": "Robinson"}, {"affiliation": [], "given": "Qing", "family": "Dai"}, {"affiliation": [], "given": "Andrew", "family": "Freedman"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://pubs.acs.org/doi/pdf/10.1021/jp963016d", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1997-6", "accepted": null, "publisher": "American Chemical Society (ACS)", "doi": "10.1021/jp963016d", "license": null, "url": "http://dx.doi.org/10.1021/jp963016d", "issn": [{"type": "print", "value": "1520-6106"}, {"type": "electronic", "value": "1520-5207"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Reactions of Halomethanes with γ-Alumina Surfaces. 2. X-ray Photoelectron and Temperature-Programmed Reaction Spectroscopic Studies"], "funder": null, "datasourcePrefix": "crossref____"}
1022
{"best_oa_location_url": "", "issued": "2002", "abstract": "The application of advanced digital signal processing (DSP) and spectral estimation techniques to the analysis of cough has produced many benefits in recent years. The ability to recognise the characteristic features of a signal defined to be a cough and to distinguish these from the features of other signals such as speech and background noise have allowed accurate cough identification, counting and frequency determination to be carried out in increasingly natural every-day environments. This work requires an algorithm that identifies cough sounds from patients over extended periods of time and produces a series of statistical measurements for comparing the effectiveness of different anti-tussive drug treatments. To achieve the required specificity and sensitivity, the properties of sounds characteristic of different conditions: asthma, cystic fibrosis, cryptogenic fibrosing alveolitis, and chronic obstructive pulmonary disease were analysed and used to adapt the algorithm to detect sound characteristic of coughs. The accuracy of the detector has been assessed. A sensitivity of 80.8% and specificity of 99.3% were achieved for overnight recordings. (4 pages)", "objIdentifier": "49c70ac4b03e99cd614015419edd0103", "subject": null, "author": [{"affiliation": [], "given": "Y.H.", "family": "Hiew"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0004", "value": "Conference object"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2002", "accepted": null, "publisher": "IEE", "doi": "10.1049/ic:20020298", "license": null, "url": "http://dx.doi.org/10.1049/ic:20020298", "issn": null, "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Long-term objective cough recognition and quantification"], "funder": null, "datasourcePrefix": "crossref____"}
1023
{"best_oa_location_url": "", "issued": "None", "abstract": [], "objIdentifier": "a832b57d61f6236015dc55e5df0f9665", "subject": null, "author": [{"affiliation": [], "given": "Kathy", "family": "French"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": null, "published-print": null, "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1002/9781444322569.ch5", "license": null, "url": "http://dx.doi.org/10.1002/9781444322569.ch5", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Contraception Including Emergency Contraception"], "funder": null, "datasourcePrefix": "crossref____"}
1024
{"best_oa_location_url": "", "issued": "1994-6-01", "abstract": "A case of fluoxetine induced dyskinesia in an elderly woman with previous use of low dose haloperidol is described. In contrast to neuroleptic induced tardive dyskinesia it was characterised by a rapid onset after commencing fluoxetine and rapid resolution on cessation. In the case discussion we describe other cases of fluoxetine induced extrapyramidal syndromes and possible mechanisms.", "objIdentifier": "1ed69286ddaeb7ab2d79cd398e151129", "pissn": "0004-8674", "subject": ["Psychiatry and Mental health", "General Medicine"], "eissn": "1440-1614", "author": [{"affiliation": [{"name": " Caulfield General Medical Centre"}], "given": "Alastair", "family": "Mander"}, {"affiliation": [{"name": " Caulfield General Medical Centre"}], "given": "Michael", "family": "McCausland"}, {"affiliation": [{"name": " Caulfield General Medical Centre"}], "given": "B.", "family": "Workman"}, {"affiliation": [{"name": " Caulfield General Medical Centre"}], "given": "H.", "family": "Flamer"}, {"affiliation": [{"name": " Caulfield General Medical Centre"}], "given": "Nicholas", "family": "Christophidis"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2016-6-26", "link": [{"URL": "http://journals.sagepub.com/doi/pdf/10.1080/00048679409075647", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}, {"URL": "http://journals.sagepub.com/doi/pdf/10.1080/00048679409075647", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1994-6", "accepted": null, "publisher": "SAGE Publications", "doi": "10.1080/00048679409075647", "license": [{"URL": "http://journals.sagepub.com/page/policies/text-and-data-mining-license", "start": {"timestamp": 770428800000, "date-time": "1994-06-01T00:00:00Z", "date-parts": [[1994, 6, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1080/00048679409075647", "issn": [{"type": "print", "value": "0004-8674"}, {"type": "electronic", "value": "1440-1614"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Fluoxetine Induced Dyskinesia"], "funder": null, "datasourcePrefix": "crossref____"}
1025
{"best_oa_location_url": "", "issued": "2003-2-01", "abstract": "A phenomenological method has been developed for taking account of magnetic hysteresis in calculating amplitudes and phases of even harmonics of the output emf of magnetic-modulation transducers with transverse excitation at small amplitudes of input signals. The method has been tested in experiments.", "objIdentifier": "3766d24938e9ec45fb3ee4342f9272b6", "pissn": "1061-8309", "subject": ["Mechanical Engineering", "General Materials Science", "Mechanics of Materials", "Condensed Matter Physics"], "author": [{"affiliation": [], "given": "Yu. F.", "family": "Ponomarev"}, {"affiliation": [], "given": "M. P.", "family": "Uvarova"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2003-2", "accepted": null, "publisher": "Springer Nature", "doi": "10.1023/b:runt.0000008388.38620.4a", "license": null, "url": "http://dx.doi.org/10.1023/b:runt.0000008388.38620.4a", "issn": [{"type": "print", "value": "1061-8309"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Effect of Magnetic Hysteresis on Outputs of Magnetic-Modulation Transducers with Transverse Excitation. II: Phenomenological Approach to Calculations and Experimental Data"], "funder": null, "datasourcePrefix": "crossref____"}
1026
{"best_oa_location_url": "", "issued": "1996", "abstract": [], "objIdentifier": "6821216ea079752f9ff46d7b094c9c41", "pissn": "0289-5773", "subject": null, "eissn": "1884-7706", "author": [{"affiliation": [], "given": "Kazuyuki", "family": "CHATANI"}, {"affiliation": [], "given": "Hideyoshi", "family": "TOYODA"}, {"affiliation": [], "given": "Yoshinori", "family": "MATSUDA"}, {"affiliation": [], "given": "Kunihiko", "family": "SHIMIZU"}, {"affiliation": [], "given": "Seiji", "family": "OUCHI"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1996", "accepted": null, "publisher": "Japanese Society for Plant Cell and Molecular Biology", "doi": "10.5511/plantbiotechnology1984.13.87", "license": null, "url": "http://dx.doi.org/10.5511/plantbiotechnology1984.13.87", "issn": [{"type": "print", "value": "0289-5773"}, {"type": "electronic", "value": "1884-7706"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Resistance Expression in Self-pollinated Progenies of Tomato Regenerants Derived from Fusaric Acid-resistant Calli against Fungal Wilt Pathogen Fusarium oxysporum f. sp. lycopersici."], "funder": null, "datasourcePrefix": "crossref____"}
1027
{"best_oa_location_url": "", "issued": "1984", "abstract": [], "objIdentifier": "dd00d2067c47700e5fd373e4aca6f73f", "pissn": "0361-0160", "subject": ["Cultural Studies", "History"], "author": [{"affiliation": [], "given": "Donald K.", "family": "McKim"}, {"affiliation": [], "given": "Hendrick", "family": "Hart"}, {"affiliation": [], "given": "Johan", "family": "van der Hoeven"}, {"affiliation": [], "given": "Nicholas", "family": "Wolterstorff"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1984", "accepted": null, "publisher": "JSTOR", "doi": "10.2307/2540378", "license": null, "url": "http://dx.doi.org/10.2307/2540378", "issn": [{"type": "print", "value": "0361-0160"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Rationality in the Calvinian Tradition."], "funder": null, "datasourcePrefix": "crossref____"}
1028
{"best_oa_location_url": "http://doi.org/10.5455/javar.2016.c169", "issued": "2016", "abstract": "Objective:  The aim of this study was to investigate the seroprevalence of coinfections with bovine herpes virus-1 (BHV-1), bovine viral diarrhea (BVD), bluetoungue virus (BTV) and bovine herpes virus-4 (BHV-4) in cattle with reproductive problems in Sudan,    and to determine the relation of single or mixed seropositivity with abortion, infertility and death after birth.   Materials and methods:  Meta-analysis of the results from our earlier serosurveys conducted with a total of 688 dairy cattle was carried out in order to determine prevalence of seropositivity of single and mixed (coinfection) viral infections.   Reults:  The   meta-analysis of the data indicated high seroprevalence of coinfections with various combinations of these agents; only few animals were singly infected. An infection with BHV-1 was observed to be higher than the prevalence of associations between BHV-1 and the other three viral agents. Prevalence of seropositivities to coinfection with BHV-1/BTV; BHV-1/BVD; BHV-1/BTV/BVD were the highest while seropositivities prevalences that involved BHV-4 were much lower. The highest abortion rates were encountered in coinfections with BHV-1/BVD/BTV (31%) and BHV-1/BVD/BTV/BHV-4 (30%) while most infertility cases were noticed in coinfection with BHV-1/BVD/BTV (44%) and BHV-1/BVD/BTV/BHV-4 (21%), and coinfections with the four viruses were encountered in most of the death after birth cases (25%). Overall mixed infections with BHV-1/BVD/BTV (34%) and BHV-1/BVD/BTV/BHV-4 (22.5%) were involved in the majority of reproductive problems studied.    Conclusion:  Mixed infections constitutes the vast majority of cases and are involved in the majority of reproductive disorders investigated. The high prevalence of seropositivity to all of the four viruses should call for an intervention strategy to reduce the impact of these viruses.   http://doi.org/10.5455/javar.2016.c169", "objIdentifier": "a5a62923df9e195461989ca17cd93c57", "subject": null, "accepted": null, "author": [{"affiliation": [], "given": "Amira", "family": "Elhassan"}, {"affiliation": [], "given": "Azza", "family": "Babiker"}, {"affiliation": [], "given": "Mohamed", "family": "Ahmed"}, {"affiliation": [], "given": "Abdelrahim", "family": "Hussein"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": null, "link": [{"URL": "http://www.scopemed.org/fulltextpdf.php?mno=237337", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2016", "eissn": "2311-7710", "publisher": "ScopeMed International Medical Journal Management and Indexing System", "doi": "10.5455/javar.2016.c169", "license": null, "url": "http://dx.doi.org/10.5455/javar.2016.c169", "issn": [{"type": "electronic", "value": "2311-7710"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Coinfections of Sudanese dairy cattle with bovine herpes virus 1, bovine viral diarrhea virus, bluetongue virus and bovine herpes virus 4 and their relation to reproductive disorders"], "funder": null, "datasourcePrefix": "crossref____"}
1029
{"best_oa_location_url": "", "issued": "None", "abstract": [], "objIdentifier": "5f2aeb38bb58628f522a51592a7e6d60", "subject": null, "author": [{"affiliation": [], "given": "Zeev", "family": "Levin"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": null, "published-print": null, "accepted": null, "publisher": "Brill", "doi": "10.1163/9789004294714_009", "license": null, "url": "http://dx.doi.org/10.1163/9789004294714_009", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["7\tReclaiming the Cultural Wastelands"], "funder": null, "datasourcePrefix": "crossref____"}
1030
{"best_oa_location_url": "http://doi.org/10.3390/v8110278", "issued": "2016-10-28", "abstract": "In this study, we report the isolation of a new giant virus found in sewage water from the southern area of Jeddah (Saudi Arabia), with morphological and genomic resemblance to Faustoviruses. This new giant virus, named Kaumoebavirus, was obtained from co-culture with Vermamoeba vermiformis, an amoeboid protozoa considered to be of special interest to human health and the environment. This new virus has similar to 250 nm icosahedral capsids and a 350,731 bp DNA genome length. The genome of Kaumoebavirus has a coding density of 86%, corresponding to 465 genes. Most of these genes (59%) are closely related to genes from members of the proposed order Megavirales, and the best matches to its proteins with other members of the Megavirales are Faustoviruses (43%) and Asfarviruses (23%). Unsurprisingly, phylogenetic reconstruction places Kaumoebavirus as a distant relative of Faustoviruses and Asfarviruses.", "objIdentifier": "08d94c5d74eb7b5c80b1ac6ca5546b90", "subject": ["Virology", "Infectious Diseases"], "accepted": null, "author": [{"ORCID": "0000-0001-6889-0730", "affiliation": [], "given": "Leena", "family": "Bajrai"}, {"affiliation": [], "given": "Samia", "family": "Benamar"}, {"affiliation": [], "given": "Esam", "family": "Azhar"}, {"affiliation": [], "given": "Catherine", "family": "Robert"}, {"affiliation": [], "given": "Anthony", "family": "Levasseur"}, {"affiliation": [], "given": "Didier", "family": "Raoult"}, {"ORCID": "0000-0001-8006-7704", "authenticated-orcid": false, "given": "Bernard", "family": "La Scola", "affiliation": []}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": "2016-10-28", "link": [{"URL": "http://www.mdpi.com/1999-4915/8/11/278/pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "eissn": "1999-4915", "publisher": "MDPI AG", "doi": "10.3390/v8110278", "license": [{"URL": "https://creativecommons.org/licenses/by/4.0/", "start": {"timestamp": 1477612800000, "date-parts": [[2016, 10, 28]], "date-time": "2016-10-28T00:00:00Z"}, "content-version": "unspecified", "delay-in-days": 0}], "url": "http://dx.doi.org/10.3390/v8110278", "issn": [{"type": "electronic", "value": "1999-4915"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Kaumoebavirus, a New Virus That Clusters with Faustoviruses and Asfarviridae"], "funder": null, "datasourcePrefix": "crossref____"}
1031
{"best_oa_location_url": "", "issued": "2002", "abstract": [], "objIdentifier": "18e3ca3d862f2fb94eaefea4c7625bfe", "subject": null, "author": [{"affiliation": [], "given": "Deirdre", "family": "Chetham"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://link.springer.com/content/pdf/10.1007/978-1-4039-8126-4_8", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2002", "accepted": null, "publisher": "Palgrave Macmillan US", "doi": "10.1007/978-1-4039-8126-4_8", "license": [{"URL": "http://www.springer.com/tdm", "start": {"timestamp": 1009843200000, "date-time": "2002-01-01T00:00:00Z", "date-parts": [[2002, 1, 1]]}, "content-version": "vor", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1007/978-1-4039-8126-4_8", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Remaking Man and Nature"], "funder": null, "datasourcePrefix": "crossref____"}
1032
{"best_oa_location_url": "", "issued": "1989-1-01", "abstract": [], "objIdentifier": "d13dee5c4cd3eb58800bff3235c8857b", "pissn": "0163-4445", "subject": ["Social Sciences (miscellaneous)", "Clinical Psychology", "Social Psychology"], "eissn": "1467-6427", "author": [{"affiliation": [], "given": "J. S.", "family": "Werry"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1046%2Fj..1989.00360.x", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1989-1", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1046/j..1989.00360.x", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", "start": {"timestamp": 1441065600000, "date-time": "2015-09-01T00:00:00Z", "date-parts": [[2015, 9, 1]]}, "content-version": "tdm", "delay-in-days": 9739}], "url": "http://dx.doi.org/10.1046/j..1989.00360.x", "issn": [{"type": "print", "value": "0163-4445"}, {"type": "electronic", "value": "1467-6427"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Family therapy-professional endeavour or successful religion?"], "funder": null, "datasourcePrefix": "crossref____"}
1033
{"best_oa_location_url": "", "issued": "2013-5-01", "abstract": [], "objIdentifier": "31308349ca90784a6b7cb73b927346f1", "pissn": "1774-024X", "subject": ["Cardiology and Cardiovascular Medicine"], "author": [{"affiliation": [], "given": "Wolfgang", "family": "Schillinger"}, {"affiliation": [], "given": "Mark", "family": "Hünlich"}, {"affiliation": [], "given": "Stephan", "family": "Baldus"}, {"affiliation": [], "given": "Taoufik", "family": "Ouarrak"}, {"affiliation": [], "given": "Peter", "family": "Boekstegers"}, {"affiliation": [], "given": "Ulrich", "family": "Hink"}, {"affiliation": [], "given": "Christian", "family": "Butter"}, {"affiliation": [], "given": "Raffi", "family": "Bekeredjian"}, {"affiliation": [], "given": "Björn", "family": "Plicht"}, {"affiliation": [], "given": "Horst", "family": "Sievert"}, {"affiliation": [], "given": "Joachim", "family": "Schofer"}, {"affiliation": [], "given": "Jochen", "family": "Senges"}, {"affiliation": [], "given": "Thomas", "family": "Meinertz"}, {"affiliation": [], "given": "Gerd", "family": "Hasenfuß"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2013-5", "accepted": null, "publisher": "Europa Digital & Publishing", "doi": "10.4244/eijv9i1a13", "license": null, "url": "http://dx.doi.org/10.4244/eijv9i1a13", "issn": [{"type": "print", "value": "1774-024X"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Acute outcomes after MitraClip® therapy in highly aged patients: results from the German TRAnscatheter Mitral valve Interventions (TRAMI) Registry"], "funder": null, "datasourcePrefix": "crossref____"}
1034
{"best_oa_location_url": "", "issued": "2000-2-01", "abstract": [], "objIdentifier": "b6eb71da7aad0fc6de595067e86af053", "subject": null, "author": [{"affiliation": [], "given": "SUSANNE", "family": "PFALZNER"}, {"affiliation": [], "given": "ROLAND", "family": "SPEITH"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": "2012-3-28", "link": null, "published-print": "2000-2", "accepted": null, "publisher": "WORLD SCIENTIFIC", "doi": "10.1142/9789812793768_0045", "license": null, "url": "http://dx.doi.org/10.1142/9789812793768_0045", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["HIERARCHICAL TREECODES : SMOOTHED PARTICLE HYDRODYNAMICS EXAMPLE: DYNAMICS OF ACCRETION DISCS INCLUDING SELF-GRAVITY"], "funder": null, "datasourcePrefix": "crossref____"}
1035
{"best_oa_location_url": "", "issued": "1972-4-01", "abstract": [], "objIdentifier": "1e9393977c02037b1806e34c431891f6", "pissn": "0001-6993", "subject": ["Sociology and Political Science"], "eissn": "1502-3869", "author": [{"affiliation": [{"name": "University of Bergen"}], "given": "Else", "family": "Öyen"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2016-6-30", "link": [{"URL": "http://journals.sagepub.com/doi/pdf/10.1177/000169937201500212", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}, {"URL": "http://journals.sagepub.com/doi/pdf/10.1177/000169937201500212", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1972-4", "accepted": null, "publisher": "SAGE Publications", "doi": "10.1177/000169937201500212", "license": [{"URL": "http://journals.sagepub.com/page/policies/text-and-data-mining-license", "start": {"timestamp": 70934400000, "date-time": "1972-04-01T00:00:00Z", "date-parts": [[1972, 4, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1177/000169937201500212", "issn": [{"type": "print", "value": "0001-6993"}, {"type": "electronic", "value": "1502-3869"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Book Reviews : Social Policy in Context. By Joyce Warham. B.T. Batsford Limited, London 1970. 288 pages"], "funder": null, "datasourcePrefix": "crossref____"}
1036
{"best_oa_location_url": "", "issued": "None", "abstract": [], "objIdentifier": "a7cff501a96bc73066102b34874526c1", "subject": null, "author": [{"affiliation": [], "given": "Ken", "family": "Jowitt"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": null, "published-print": null, "accepted": null, "publisher": "American Psychological Association", "doi": "10.1037/10396-002", "license": null, "url": "http://dx.doi.org/10.1037/10396-002", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Ethnicity: Nice, nasty, and nihilistic."], "funder": null, "datasourcePrefix": "crossref____"}
1037
{"best_oa_location_url": "", "issued": "1999-12-01", "abstract": "Extractable organohalogens (EOX) are organic compounds that contain chlorine, bromine and/or iodine, which can be separated from the matrix by liquid/liquid or liquid/solid extraction. A combination of instrumental neutron activation analysis (INAA) and solvent extraction methods has been developed for the determination of EOX from the shrimpPandalus borealis. Levels of EOX were evaluated for spatial trends for shrimp caught in several areas off the Labrador coast, off the coast of Nova Scotia, and off the coast of Maine. Muscle contained 1.09–6.05 Μg EOCl/g tissue and 105–498 Μg extractable organochlorine (EOCl)/g lipid; 0.0607–0.288 Μg extractable organobromine (EOB)r/g tissue and 4.74-10.5 Μg EOBr/g lipid; and 0.014–0.048 Μg extractable organoiodine (EOI)/g tissue and 1.03–1.76 Μg EOI/g lipid, respectively. The levels of EOC1 in roe were 1.60–12.34 Μg/g tissue and 39.0-146 Μg/g lipid. In roe, the EOBr levels were 0.707–1.03 Μg/g tissue and 6.96–13.5 Μg/g lipid; and EOI levels were 0.123–0.349 Μg/g tissue and 1.42–4.11 Μg/g lipid. The EOCl, EOBr, and EOI levels in roe increased noticeably from north to south along the coast of Labrador. Samples taken from the coast of Maine and from Canso Hole were typically higher in EOCl levels than those taken from Labrador. The results for EOBr and EOI were in the same range as those from Labrador.", "objIdentifier": "61fc355b93e4ab5eea9e050b5f300268", "pissn": "0163-4984", "subject": ["Inorganic Chemistry", "Clinical Biochemistry", "Biochemistry", "Endocrinology, Diabetes and Metabolism", "Biochemistry, medical", "General Medicine"], "eissn": "1559-0720", "author": [{"ORCID": "0000-0002-5452-8228", "affiliation": [], "given": "Christina S.", "family": "Bottaro"}, {"affiliation": [], "given": "Joe W.", "family": "Kiceniuk"}, {"affiliation": [], "given": "Amares", "family": "Chatt"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/BF02784201", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1999-12", "accepted": null, "publisher": "Springer Nature", "doi": "10.1007/bf02784201", "license": null, "url": "http://dx.doi.org/10.1007/bf02784201", "issn": [{"type": "print", "value": "0163-4984"}, {"type": "electronic", "value": "1559-0720"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Spatial distribution of extractable organohalogens in northern pink shrimp in the North Atlantic"], "funder": null, "datasourcePrefix": "crossref____"}
1038
{"best_oa_location_url": "", "issued": "1996-4-01", "abstract": "Soil from crop rotation experiments at three different sites was tested by using bait plants and a most probable number (MPN) method to estimate the inoculum potential of Pythium arrhenomanes in terms of the density of infective units. Recorded values varied between 0 and 85 infective units/kg soil. In soil from one of the sites the inoculum densities following barley monoculture were significantly higher than those from crop rotations, whether sampled in the spring or autumn. At the other two sites, which had consistently lower inoculum densities, small effects of rotation treatment were also recorded when they were sampled in the autumn. However, the results did not support the tentative conclusions of earlier studies, that inoculum of P. arrhenomanes could be a major cause of yield reduction in barley monoculture. The MPN method cannot be recommended for predicting expected disease levels of P. arrhenomanes, unless the infective unit can be carefully defined and its relation to yield loss reliably established.", "objIdentifier": "17bf8958ef1e839323c54bc5885c0b0d", "pissn": "0032-0862", "subject": ["Agronomy and Crop Science", "Plant Science", "Genetics", "Horticulture"], "eissn": "1365-3059", "author": [{"affiliation": [], "given": "S.", "family": "OLSSON"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1046%2Fj.1365-3059.1996.d01-120.x", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1996-4", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1046/j.1365-3059.1996.d01-120.x", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", "start": {"timestamp": 1441065600000, "date-time": "2015-09-01T00:00:00Z", "date-parts": [[2015, 9, 1]]}, "content-version": "tdm", "delay-in-days": 7092}], "url": "http://dx.doi.org/10.1046/j.1365-3059.1996.d01-120.x", "issn": [{"type": "print", "value": "0032-0862"}, {"type": "electronic", "value": "1365-3059"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Inoculum potential of Pythium arrhenomanes in soils from three crop rotation experiments"], "funder": null, "datasourcePrefix": "crossref____"}
1039
{"best_oa_location_url": "", "issued": "2016-3-22", "abstract": [], "objIdentifier": "a7b380b0b0751370b291ac6a1fda3418", "subject": null, "author": [{"affiliation": [], "name": "ITC"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2016-3-22", "accepted": null, "publisher": "United Nations", "doi": "10.18356/89eed798-en", "license": null, "url": "http://dx.doi.org/10.18356/89eed798-en", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Arbitral awards"], "funder": null, "datasourcePrefix": "crossref____"}
1040
{"best_oa_location_url": "", "issued": "2008-5-01", "abstract": "This paper presents an efficient algorithm for noncoherent demodulation of Gaussian frequency shift keying (GFSK) signals when the receiver is operating in a decision-feedback mode to aid the current symbol demodulation based on the previous decision bits. Enlightened by the data-aided noncoherent demodulation of DPSK signal, the maximum likelihood (ML) noncoherent receiver for GFSK signals is derived. The proposed algorithm adopts a recursive structure that significantly reduces the computational cost compared with the standard ML methods. The simulation results show that the proposed method achieves comparable bit-error-rate (BER) performance with the matched filter band (MFB) receiver using an observation period of 7 bits, but with two orders of magnitude lower computation complexity.", "objIdentifier": "68a14ffe71e2407ffd328b9d6653eda0", "subject": null, "author": [{"affiliation": [], "family": "Jinjin He"}, {"affiliation": [], "family": "Jian Cui"}, {"affiliation": [], "family": "Lianxing Yang"}, {"affiliation": [], "family": "Zhongfeng Wang"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0004", "value": "Conference object"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://xplorestaging.ieee.org/ielx5/4534149/4541329/04541653.pdf?arnumber=4541653", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2008-5", "accepted": null, "publisher": "IEEE", "doi": "10.1109/iscas.2008.4541653", "license": null, "url": "http://dx.doi.org/10.1109/iscas.2008.4541653", "issn": null, "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["A low-complexity high-performance noncoherent receiver for GFSK signals"], "funder": null, "datasourcePrefix": "crossref____"}
1041
{"best_oa_location_url": "http://doi.org/10.1186/s12936-015-0736-x", "issued": "2015-5-26", "abstract": "Background#R##N#Regular anti-malarial therapy in pregnancy, a pillar of malaria control, may affect malaria immunity, with therapeutic implications in regions of reducing transmission.", "objIdentifier": "4cba0646255420c434416417b5d99968", "subject": ["Parasitology", "Infectious Diseases"], "accepted": null, "author": [{"affiliation": [], "given": "Andrew", "family": "Teo"}, {"affiliation": [], "given": "Wina", "family": "Hasang"}, {"affiliation": [], "given": "Louise M.", "family": "Randall"}, {"affiliation": [], "given": "Holger W.", "family": "Unger"}, {"affiliation": [], "given": "Peter M.", "family": "Siba"}, {"affiliation": [], "given": "Ivo", "family": "Mueller"}, {"affiliation": [], "given": "Graham V.", "family": "Brown"}, {"affiliation": [], "given": "Stephen J.", "family": "Rogerson"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": "2015-5-26", "link": [{"URL": "http://link.springer.com/content/pdf/10.1186/s12936-015-0736-x", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2015-12", "eissn": "1475-2875", "publisher": "Springer Nature", "doi": "10.1186/s12936-015-0736-x", "license": null, "url": "http://dx.doi.org/10.1186/s12936-015-0736-x", "issn": [{"type": "electronic", "value": "1475-2875"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Malaria preventive therapy in pregnancy and its potential impact on immunity to malaria in an area of declining transmission"], "funder": null, "datasourcePrefix": "crossref____"}
1042
{"best_oa_location_url": "", "issued": "1995-2-01", "abstract": "Magnetic and electronic properties of the hexagonal ferromagnet UGa 2  have been analyzed within the CEF approach in combination with exchange interactions. The 5f 3  configuration of U 3+  ions reproduces all experimental observations known, particularly the magnetic moment of 2.7 μ B  and Curie temperature T C  of 125 K. The derived electronic structure, with the set of CEF parameters B 2  0  = +8.38 K, B 4  0  = +36.25 mK, B 6  6  = −0.5 mK and B 6  6  = −52 mK, yields the state Γ 8  as the charge-formed ground state. Below T C , strong exchange interactions, relevant to an internal field of 108 T, produce a magnetic singlet ground state. These studies yield strong evidence for strongly localized 5f magnetism of the uranium ion in UGa 2", "objIdentifier": "4fd406a62bb9c158441eaba78eb36352", "pissn": "0304-8853", "subject": ["Electronic, Optical and Magnetic Materials", "Condensed Matter Physics"], "author": [{"affiliation": [], "given": "R.J.", "family": "Radwański"}, {"affiliation": [], "given": "N.H.", "family": "Kim-Ngan"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:0304885394008825?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:0304885394008825?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "1995-2", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/0304-8853(94)00882-5", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 791596800000, "date-time": "1995-02-01T00:00:00Z", "date-parts": [[1995, 2, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/0304-8853(94)00882-5", "issn": [{"type": "print", "value": "0304-8853"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["The crystal-field and exchange interactions in UGa2"], "funder": null, "datasourcePrefix": "crossref____"}
1043
{"best_oa_location_url": "", "issued": "2007-2-01", "abstract": "The effect of an external bias voltage and spatial variations of the surface potential on the damping of cantilever vibrations in an atomic force microscope (AFM) is considered. The damping is due to an electrostatic friction that arises due to dissipation of the energy of an electromagnetic field generated in the sample by oscillating static charges induced on the surface of the AFM probe tip by the bias voltage or spatial variations of the surface potential. A similar effect appears when the tip is oscillating in an electrostatic field created by charged defects present in the dielectric sample. The electrostatic friction is compared to the van der Waals (vdW) friction between closely spaced bodies, which is caused by a fluctuating electromagnetic field related to the quantum and thermal fluctuations of current density inside the bodies. It is shown that the electrostatic friction and the vdW friction can be strongly enhanced in the presence of dielectric films or two-dimensional (2D) structures—such as a 2D electron system or an incommensurate layer of adsorbed ions exhibiting acoustic oscillations—on the probe tip and sample surfaces. It is also shown that the damping of cantilever oscillations caused by the electrostatic friction in the presence of such 2D structures can have the same order of magnitude and the same dependence on the distance as observed in experiment by Stipe et al. [Phys. Rev. Lett. 87, 096801 (2001)]. At small distances, the vdW friction can be large enough to be measured in experiment. In interpreting the experimental data that obey a quadratic dependence on the bias voltage, one can reject a phonon mechanism according to which the friction depends on the fourth power of the voltage.", "objIdentifier": "58edb7f7c415314b2fb6d35593ce1587", "pissn": "1063-7761", "subject": ["General Physics and Astronomy"], "eissn": "1090-6509", "author": [{"affiliation": [], "given": "A. I.", "family": "Volokitin"}, {"affiliation": [], "given": "B. N. J.", "family": "Persson"}, {"affiliation": [], "given": "H.", "family": "Ueba"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2007-2", "accepted": null, "publisher": "Pleiades Publishing Ltd", "doi": "10.1134/s1063776107010116", "license": null, "url": "http://dx.doi.org/10.1134/s1063776107010116", "issn": [{"type": "print", "value": "1063-7761"}, {"type": "electronic", "value": "1090-6509"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Giant enhancement of noncontact friction between closely spaced bodies by dielectric films and two-dimensional systems"], "funder": null, "datasourcePrefix": "crossref____"}
1044
{"best_oa_location_url": "", "issued": "1984-3-1", "abstract": "Abstract#R##N##R##N#X-ray chemical shifts in the systems CuCl, CuBr, CuI, CuSe, Cu2S and Cu2Te are studied using a Cauchois-type X-ray spectrograph. The shifts are correlated with the plasmon shifts. It is observed that as the chemical shift increases the plasmon shift also increases. It is also observed that as the partial charge on the copper ion increases both, the chemical shift and plasmon shift increase, except in Cu2S.#R##N##R##N##R##N##R##N#Die chemischen Verschiebungen von Rontgenstrahlen werden in den Systemen CuCl, CuBr, Cul, CuSe, Cu2S und Cu2Te mit einem Cauchois-Rontgenspektrograph untersucht. Die Verschiebungen werden mit Plasmonenverschiebungen korrehert. Es wird beobachtet, das die Plasmonenverschiebung ebenfalls ansteigt, wenn die chemische Verschiebung wachst. Es wird beobachtet, das auser in Cu2S sowohl die chemische Verschiebung als auch die Plasmonenverschiebung groser werden, wenn die Partial-Ladung am Kupferion anwachst.", "objIdentifier": "a40bf6f6d908deeedbd805446ce7c169", "pissn": "0370-1972", "subject": ["Electronic, Optical and Magnetic Materials", "Condensed Matter Physics"], "eissn": "1521-3951", "author": [{"affiliation": [], "given": "T.", "family": "Chattopadhyay"}, {"affiliation": [], "given": "A. B.", "family": "Chetal"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1002%2Fpssb.2221220122", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1984-3-1", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1002/pssb.2221220122", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", "start": {"timestamp": 1441065600000, "date-parts": [[2015, 9, 1]], "date-time": "2015-09-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 11506}], "url": "http://dx.doi.org/10.1002/pssb.2221220122", "issn": [{"type": "print", "value": "0370-1972"}, {"type": "electronic", "value": "1521-3951"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Plasmon and X-Ray Chemical Shifts in Some Copper Systems"], "funder": null, "datasourcePrefix": "crossref____"}
1045
{"best_oa_location_url": "", "issued": "None", "abstract": "This paper summarizes the performance and analysis of a 12 kWp PV array installed on building walls in a snowy country in Japan. The analysis is based on the monitoring results over 2 years since 1999. The highlight of this PV system is that the DC energy output increased by reflection of sunlight from fresh snow around the PV array. Analyzed results show daily integrated DC energy outputs on snowy days are much higher than those without snowfall. The analyzed results also show the reflection from snow affects not only the power output, but also a power rating of inverter for the building-wall PV system.", "objIdentifier": "c059f7412c19d15844fae3fdb8e5fc22", "subject": null, "author": [{"affiliation": [], "given": "K.", "family": "Yoshioka"}, {"affiliation": [], "given": "J.", "family": "Hasegawa"}, {"affiliation": [], "given": "T.", "family": "Saitoh"}, {"affiliation": [], "given": "S.", "family": "Yatabe"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0004", "value": "Conference object"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://xplorestaging.ieee.org/ielx5/8468/26685/01190926.pdf?arnumber=1190926", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "accepted": null, "publisher": "IEEE", "doi": "10.1109/pvsc.2002.1190926", "license": null, "url": "http://dx.doi.org/10.1109/pvsc.2002.1190926", "issn": null, "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Performance analysis of a PV array installed on building walls in a snowy country"], "funder": null, "datasourcePrefix": "crossref____"}
1046
{"best_oa_location_url": "", "issued": "2011-1-01", "abstract": [], "objIdentifier": "0699bd5a79f131f0dfd514fb0198480d", "pissn": "0044-2674", "subject": ["Religious studies"], "eissn": "2197-912X", "author": [{"affiliation": [], "given": "Thomas", "family": "Schlag"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2011-1", "accepted": null, "publisher": "Gutersloher Verlaghaus", "doi": "10.14315/zee-2011-55-2-96", "license": null, "url": "http://dx.doi.org/10.14315/zee-2011-55-2-96", "issn": [{"type": "print", "value": "0044-2674"}, {"type": "electronic", "value": "2197-912X"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Menschenrechtsbildung im Religionsunterricht"], "funder": null, "datasourcePrefix": "crossref____"}
1047
{"publisher": "CABI", "doi": "10.1079/9781786390646.0155", "license": null, "author": [{"affiliation": [], "given": "D.", "family": "Mylonopoulos"}, {"affiliation": [], "given": "P.", "family": "Moira"}, {"affiliation": [], "given": "K.", "family": "Kikilia"}], "url": "http://dx.doi.org/10.1079/9781786390646.0155", "issued": "None", "abstract": [], "issn": null, "dateOfCollection": "2018-08-07 12:28:07Z", "datasourcePrefix": "crossref____", "link": null, "objIdentifier": "6371b088fbb72a55417a94fac92f1a79", "published-print": null, "collectedFrom": [{"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["War and cultural heritage: the case of religious monuments."], "funder": null, "accepted": null, "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "subject": null}
1048
{"best_oa_location_url": "", "issued": "2002-12-01", "abstract": "ABSTRACT  Objective:  To investigate whether insecure attachment is a predictor of subsequent depressive symptoms among adolescents 12–14 years of age, when controlled for depressive levels the preceding year, various demographic and psychosocial factors, and stressful life events.  Method:  A representative sample of 2,360 young adolescents was assessed at two time points 1 year apart. Measures included were depressive symptoms measured by the Mood and Feelings Questionnaire (MFQ), attachment to parents and friends measured by the Inventory of Parent and Peer Attachment, stressful events, and various sociodemographic factors. The initial response rate was 88.3% and the attrition rate was 4.3%.  Results:  The proportions of high scorers (MFQ > 33) increased threefold from T 1  to T 2  (3.4% to 10.9%). Results of multivariate logistic regression analyses showed that the following variables at T 1  were predictive of depressive symptoms at T 2 : severe depressive symptoms (odds ratio [OR] = 5.30), gender (OR = 4.08), attachment to parents (OR = 1.36), and stressful life events (OR = 1.12). No interactions between attachment and severe depressive symptoms and gender and stressful life events, respectively, were found.  Conclusions:  Insecure attachment to parents may contribute to the development of severe depressive symptoms among young adolescents. Improving the adolescent–parent relationship could be a focus for interventions both in community services and in clinical work.", "objIdentifier": "aced495f746dd9ed0d73104860a830b4", "pissn": "0890-8567", "subject": ["Developmental and Educational Psychology", "Psychiatry and Mental health"], "author": [{"affiliation": [], "given": "ANNE MARI", "family": "SUND"}, {"affiliation": [], "given": "LARS", "family": "WICHSTRØM"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0890856709607437?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S0890856709607437?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2002-12", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1097/00004583-200212000-00020", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1038700800000, "date-time": "2002-12-01T00:00:00Z", "date-parts": [[2002, 12, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1097/00004583-200212000-00020", "issn": [{"type": "print", "value": "0890-8567"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Insecure Attachment as a Risk Factor for Future Depressive Symptoms in Early Adolescence"], "funder": null, "datasourcePrefix": "crossref____"}
1049
{"best_oa_location_url": "", "issued": "1997-9-01", "abstract": "This paper undertakes a critique of mainstream approaches to housing finance within the context of an individualist social theory which is critical of policy constructivism. Policy constructivism is seen as the fallacy whereby those institutions which are created by human actions can be readily re-created by deliberative action. Following Malpass et al. (1993) it discusses two approaches—the applied economic and policy—to housing finance. Whilst being able to suggest some of the differences and the strengths of these two approaches this paper suggests that they share similar theoretical and methodological flaws. The motivations and relationships between individuals and institutions are idealised and thus the models developed within these two approaches fail to appreciate the complexity of the housing process within an extended social order. The paper concludes by suggesting four areas in which housing research is deficient and that these deficiencies may be attended to through an alternative or additional approach placing individual action at its centre.", "objIdentifier": "d6f89eeddb29157a525f40de75d925e4", "pissn": "1383-2336", "subject": ["Geography, Planning and Development", "Urban Studies"], "eissn": "1573-7772", "author": [{"affiliation": [], "given": "Peter", "family": "King"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/BF02496722", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1997-9", "accepted": null, "publisher": "Springer Nature", "doi": "10.1007/bf02496722", "license": null, "url": "http://dx.doi.org/10.1007/bf02496722", "issn": [{"type": "print", "value": "1383-2336"}, {"type": "electronic", "value": "1573-7772"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Constructivism, individual action and housing finance: An individualist critique of approaches to housing finance"], "funder": null, "datasourcePrefix": "crossref____"}
1050
{"best_oa_location_url": "", "issued": "1999-2-01", "abstract": "The porin from Paracoccus denitrificans, a slightly anion specific outer membrane pore protein, was expressed in Escherichia coli, isolated from inclusion bodies, and refolded in the presence of urea and detergents. The purified recombinant protein was reconstituted into black lipid bilayer membranes and showed no difference in its functional properties in comparison to the native porin isolated from P. denitrificans membranes. To investigate the molecular basis of its ion selectivity and voltage-gating, a series of site-directed mutants was constructed, comprising acidic residues located on the third extracellular loop (L3), which forms the constriction zone of the channel, and basic residues along the opposing barrel wall. Measurements using zero-current membrane potentials indicated that the selectivity changed drastically from a slight anion to a distinct cation selectivity with the exchange of residues R29 and R31 by glutamate, whereas replacements on the L3 loop went largely unaffected. However, whe...", "objIdentifier": "4f821a2a6083277f73d6798e79340d48", "pissn": "0006-2960", "subject": ["Biochemistry"], "eissn": "1520-4995", "author": [{"affiliation": [], "given": "Krishna", "family": "Saxena"}, {"affiliation": [], "given": "Viktoria", "family": "Drosou"}, {"affiliation": [], "given": "Elke", "family": "Maier"}, {"ORCID": "0000-0002-9510-9265", "affiliation": [], "given": "Roland", "family": "Benz"}, {"affiliation": [], "given": "Bernd", "family": "Ludwig"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://pubs.acs.org/doi/pdf/10.1021/bi982296f", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1999-2", "accepted": null, "publisher": "American Chemical Society (ACS)", "doi": "10.1021/bi982296f", "license": null, "url": "http://dx.doi.org/10.1021/bi982296f", "issn": [{"type": "print", "value": "0006-2960"}, {"type": "electronic", "value": "1520-4995"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Ion Selectivity Reversal and Induction of Voltage-Gating by Site-Directed Mutations in theParacoccus denitrificansPorin†"], "funder": null, "datasourcePrefix": "crossref____"}
1051
{"best_oa_location_url": "", "issued": "1987-10-01", "abstract": [], "objIdentifier": "8024fd5dc06805801007f53af99fd872", "pissn": "0280-6495", "subject": ["Atmospheric Science", "Oceanography"], "eissn": "1600-0870", "author": [{"affiliation": [], "given": "F.", "family": "KAMSTRA"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1987-10", "accepted": null, "publisher": "Informa UK Limited", "doi": "10.1111/j.1600-0870.1987.tb00325.x", "license": null, "url": "http://dx.doi.org/10.1111/j.1600-0870.1987.tb00325.x", "issn": [{"type": "print", "value": "0280-6495"}, {"type": "electronic", "value": "1600-0870"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Interannual variability in the spectra of the daily surface pressure at four stations in the southern hemisphere"], "funder": null, "datasourcePrefix": "crossref____"}
1052
{"best_oa_location_url": "http://www.ncbi.nlm.nih.gov/pmc/articles/PMC3213381", "issued": "2011-9-6", "abstract": "Cytoplasmic polyadenylation element binding (CPEB) proteins bind mRNAs to regulate their localization and translation. While the first CPEBs discovered were germline specific, subsequent studies indicate that CPEBs also function in many somatic tissues including the nervous system. Drosophila has two CPEB family members. One of these, orb, plays a key role in the establishment of polarity axes in the developing egg and early embryo, but has no known somatic functions or expression outside of the germline. Here we characterize the other Drosophila CPEB, orb2. Unlike orb, orb2 mRNA and protein are found throughout development in many different somatic tissues. While orb2 mRNA and protein of maternal origin are distributed uniformly in early embryos, this pattern changes as development proceeds and by midembryogenesis the highest levels are found in the CNS and PNS. In the embryonic CNS, Orb2 appears to be concentrated in cell bodies and mostly absent from the longitudinal and commissural axon tracts. In contrast, in the adult brain, the protein is seen in axonal and dendritic terminals. Lethal effects are observed for both RNAi knockdowns and orb2 mutant alleles while surviving adults display locomotion and behavioral defects. We also show that orb2 funtions in asymmetric division of stem cells and precursor cells during the development of the embryonic nervous system and mesoderm.", "objIdentifier": "653acb450297559445b576d4f157c936", "pissn": "0016-6731", "subject": ["Genetics"], "eissn": "1943-2631", "author": [{"affiliation": [], "given": "Nathaniel", "family": "Hafer"}, {"affiliation": [], "given": "Shuwa", "family": "Xu"}, {"affiliation": [], "given": "Krishna Moorthi", "family": "Bhat"}, {"affiliation": [], "given": "Paul", "family": "Schedl"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": "2011-9-6", "link": [{"URL": "https://syndication.highwire.org/content/doi/10.1534/genetics.110.123646", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2011-11", "accepted": null, "publisher": "Genetics Society of America", "doi": "10.1534/genetics.110.123646", "license": null, "url": "http://dx.doi.org/10.1534/genetics.110.123646", "issn": [{"type": "print", "value": "0016-6731"}, {"type": "electronic", "value": "1943-2631"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["TheDrosophilaCPEB Protein Orb2 Has a Novel Expression Pattern and Is Important for Asymmetric Cell Division and Nervous System Function"], "funder": null, "datasourcePrefix": "crossref____"}
1053
{"best_oa_location_url": "", "issued": "2013-2-23", "abstract": "Colonoscopic evaluation of mucosal tissues after allogeneic hematopoietic stem cell transplantation (HSCT) is very useful in evaluating pathogenesis and diagnosis of intestinal graft-versus-host disease (GVHD). However, information on the timing and sites of biopsies and the immunohistological evaluation of mucosal tissues for diagnosing intestinal GVHD, especially following reduced-intensity (RIC) regimens, remains very limited. A total of 33 patients with histologically proven GVHD after allogeneic HSCT with RIC (n = 23) and myeloablative conditioning (MAC, n = 10) regimens were enrolled in the present study. Colonoscopy was performed due to gastrointestinal symptoms, especially diarrhea and anorexia. Sites of biopsies with the worst histopathological grading were the terminal ileum in 67 % of patients. In the RIC group, the onset of diarrhea prior to colonoscopy examination was later (median: RIC, 57 vs. MAC, 27 days) and the number of patients who developed abdominal pain tended to be higher (RIC, 70 % vs. MAC, 30 %). A lower number of CD4+ cells and a higher ratio of Foxp3+ cells to CD4+ cells were detected in the involved lesions of intestinal GVHD following RIC. These differences in the RIC and MAC groups suggest that regimen-specific therapeutic strategies are required for diagnosing intestinal GVHD.", "objIdentifier": "3c4afcb084e7915fe7da0e16128c5e9f", "pissn": "0925-5710", "subject": ["Hematology"], "eissn": "1865-3774", "author": [{"affiliation": [], "given": "Satoshi", "family": "Yamasaki"}, {"affiliation": [], "given": "Akiko", "family": "Miyagi-Maeshima"}, {"affiliation": [], "given": "Yasuo", "family": "Kakugawa"}, {"affiliation": [], "given": "Yoshihiro", "family": "Matsuno"}, {"affiliation": [], "given": "Fusako", "family": "Ohara-Waki"}, {"affiliation": [], "given": "Shigeo", "family": "Fuji"}, {"affiliation": [], "given": "Yuriko", "family": "Morita-Hoshi"}, {"affiliation": [], "given": "Masakazu", "family": "Mori"}, {"affiliation": [], "given": "Sung-Won", "family": "Kim"}, {"affiliation": [], "given": "Shin-ichiro", "family": "Mori"}, {"affiliation": [], "given": "Takahiro", "family": "Fukuda"}, {"affiliation": [], "given": "Ryuji", "family": "Tanosaki"}, {"affiliation": [], "given": "Tadakazu", "family": "Shimoda"}, {"affiliation": [], "given": "Kensei", "family": "Tobinai"}, {"affiliation": [], "given": "Daizo", "family": "Saito"}, {"affiliation": [], "given": "Yoichi", "family": "Takaue"}, {"affiliation": [], "given": "Takanori", "family": "Teshima"}, {"affiliation": [], "given": "Yuji", "family": "Heike"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2013-2-23", "link": [{"URL": "http://link.springer.com/content/pdf/10.1007/s12185-013-1297-9", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2013-3", "accepted": null, "publisher": "Springer Nature", "doi": "10.1007/s12185-013-1297-9", "license": null, "url": "http://dx.doi.org/10.1007/s12185-013-1297-9", "issn": [{"type": "print", "value": "0925-5710"}, {"type": "electronic", "value": "1865-3774"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Diagnosis and evaluation of intestinal graft-versus-host disease after allogeneic hematopoietic stem cell transplantation following reduced-intensity and myeloablative conditioning regimens"], "funder": null, "datasourcePrefix": "crossref____"}
1054
{"best_oa_location_url": "", "issued": "1970-1-01", "abstract": [], "objIdentifier": "d020510694e4113278447598789b3251", "pissn": "0010-4248", "subject": ["General Medicine"], "author": [{"affiliation": [{"name": "The Conference Board Record"}], "given": "Holly", "family": "Macnamee"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2016-9-12", "link": [{"URL": "http://journals.sagepub.com/doi/pdf/10.1177/088636877000200106", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}, {"URL": "http://journals.sagepub.com/doi/pdf/10.1177/088636877000200106", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1970-1", "accepted": null, "publisher": "SAGE Publications", "doi": "10.1177/088636877000200106", "license": [{"URL": "http://journals.sagepub.com/page/policies/text-and-data-mining-license", "start": {"timestamp": 0, "date-time": "1970-01-01T00:00:00Z", "date-parts": [[1970, 1, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1177/088636877000200106", "issn": [{"type": "print", "value": "0010-4248"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Prospects for Big-Brother Benefits"], "funder": null, "datasourcePrefix": "crossref____"}
1055
{"best_oa_location_url": "", "issued": "1960-7-01", "abstract": [], "objIdentifier": "41b87902ca41a23b0743e18ef28aad23", "pissn": "0011-1287", "subject": ["Pathology and Forensic Medicine", "Law"], "eissn": "1552-387X", "author": [{"affiliation": [{"name": "Division of Correctional Training, Kent School of Social\rWork, University of Louisville"}], "given": "Charles L.", "family": "Newman"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2016-9-4", "link": [{"URL": "http://journals.sagepub.com/doi/pdf/10.1177/001112876000600316", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}, {"URL": "http://journals.sagepub.com/doi/pdf/10.1177/001112876000600316", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1960-7", "accepted": null, "publisher": "SAGE Publications", "doi": "10.1177/001112876000600316", "license": [{"URL": "http://journals.sagepub.com/page/policies/text-and-data-mining-license", "start": {"timestamp": -299894400000, "date-parts": [[1960, 7, 1]], "date-time": "1960-07-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1177/001112876000600316", "issn": [{"type": "print", "value": "0011-1287"}, {"type": "electronic", "value": "1552-387X"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Book Reviews : African Homicide and Suicide, Paul Bohannan (editor). Pp. 294, Princeton, N. J., Princeton University Press, 1960, $6. A Study in Indian Crime, Perin C. Kerawalla. Pp. 215. Bombay, India, Popular Book Depot (available from Orientalia Book Shop, Inc., 11 East 12 St., New York 3, N. Y.), 1959, $4.75"], "funder": null, "datasourcePrefix": "crossref____"}
1056
{"best_oa_location_url": "", "issued": "2012-11-5", "abstract": "The first Born approximation is examined for different p+He fast capture processes at incident energies of about 1 MeV . Calculations have been performed for the singly differential cross sections (SDCS) vs scattering angles 0-0.5 mrad in the laboratory frame. In the case of transfer ionization, we observe that the two-step-2 mechanism has a dominant contribution to the SDCS for the kinematics considered in this work.", "objIdentifier": "87c33f6982a5f713426bffc3b185e7a4", "pissn": "1742-6588", "subject": ["General Physics and Astronomy"], "eissn": "1742-6596", "author": [{"affiliation": [], "given": "S", "family": "Houamer"}, {"affiliation": [], "given": "Yu V", "family": "Popov"}, {"affiliation": [], "given": "C Dal", "family": "Cappello"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2012-11-5", "link": [{"URL": "http://stacks.iop.org/1742-6596/388/i=8/a=082020/pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2012-11-5", "accepted": null, "publisher": "IOP Publishing", "doi": "10.1088/1742-6596/388/8/082020", "license": null, "url": "http://dx.doi.org/10.1088/1742-6596/388/8/082020", "issn": [{"type": "print", "value": "1742-6588"}, {"type": "electronic", "value": "1742-6596"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Transfer ionization process in collision of fast protons with helium at milliradian scattering angles"], "funder": null, "datasourcePrefix": "crossref____"}
1057
{"best_oa_location_url": "http://doi.org/10.18006/2015.3(3).316.323", "issued": "2015-7-5", "abstract": [], "objIdentifier": "bda8432558d53ca21ca1f0e0f1a7261a", "subject": null, "accepted": null, "author": [{"affiliation": [], "name": "Indonesian Legume and Tuber Crops Institute (ILETRI)"}, {"affiliation": [], "given": "Henny", "family": "Kuntyastuti"}, {"affiliation": [], "name": "Indonesian Legume and Tuber Crops Institute (ILETRI)"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": "2015-7-5", "link": null, "published-print": null, "eissn": "2320-8694", "publisher": "Journal of Experimental Biology and Agricultural Sciences", "doi": "10.18006/2015.3(3).316.323", "license": null, "url": "http://dx.doi.org/10.18006/2015.3(3).316.323", "issn": [{"type": "electronic", "value": "2320-8694"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Effect of nitrogen fertilization on soybean production under two cropping patterns"], "funder": null, "datasourcePrefix": "crossref____"}
1058
{"best_oa_location_url": "", "issued": "2000", "abstract": "Chaos and chaos control is studied in the Pierce-diode and in a laboratory plasma diode experiment. Both systems are characterized by a period doubling route to chaos that is characterized by a low-dimensional phase space attractor. Unstable periodic orbits of low periodicity can be stabilized in both systems by discrete time feedback control.", "objIdentifier": "c890f1952982e93a453e6ca41338a233", "pissn": "0031-8949", "subject": ["Mathematical Physics", "Atomic and Molecular Physics, and Optics", "Condensed Matter Physics"], "author": [{"affiliation": [], "given": "A.", "family": "Piel"}, {"affiliation": [], "given": "F.", "family": "Greiner"}, {"affiliation": [], "given": "T.", "family": "Klinger"}, {"affiliation": [], "given": "N.", "family": "Krahnst?ver"}, {"affiliation": [], "given": "T.", "family": "Mausbach"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://stacks.iop.org/1402-4896/2000/i=T84/a=028/pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2000", "accepted": null, "publisher": "IOP Publishing", "doi": "10.1238/physica.topical.084a00128", "license": null, "url": "http://dx.doi.org/10.1238/physica.topical.084a00128", "issn": [{"type": "print", "value": "0031-8949"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Chaos and Chaos Control in Plasmas"], "funder": null, "datasourcePrefix": "crossref____"}
1059
{"best_oa_location_url": "", "issued": "2005-1-01", "abstract": [], "objIdentifier": "b004be79c004fd595738ba92be1a4292", "pissn": "0969-7950", "subject": ["Developmental and Educational Psychology", "Psychiatry and Mental health"], "author": [{"affiliation": [], "given": "Jo", "family": "Renty"}, {"affiliation": [], "given": "Herbert", "family": "Roeyers"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2013-7-18", "link": [{"URL": "http://www.tandfonline.com/doi/pdf/10.1179/096979505799103795", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2005-1", "accepted": null, "publisher": "Informa UK Limited", "doi": "10.1179/096979505799103795", "license": null, "url": "http://dx.doi.org/10.1179/096979505799103795", "issn": [{"type": "print", "value": "0969-7950"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Students with Autism Spectrum Disorder in Special and General Education Schools in Flanders"], "funder": null, "datasourcePrefix": "crossref____"}
1060
{"best_oa_location_url": "", "issued": "1921-4-6", "abstract": [], "objIdentifier": "5b0d522c24047a7609da5cd79ca4bbe2", "pissn": "0002-7294", "subject": ["Arts and Humanities (miscellaneous)", "Anthropology"], "author": [{"affiliation": [], "given": "LOUISE WELLES", "family": "MURRAY"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2009-10-28", "link": [{"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1525%2Faa.1921.23.2.02a00070", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1921-4-6", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1525/aa.1921.23.2.02a00070", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", "start": {"timestamp": 1441065600000, "date-time": "2015-09-01T00:00:00Z", "date-parts": [[2015, 9, 1]]}, "content-version": "tdm", "delay-in-days": 34481}], "url": "http://dx.doi.org/10.1525/aa.1921.23.2.02a00070", "issn": [{"type": "print", "value": "0002-7294"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["ABORIGINAL SITES IN AND NEAR “TEAOGA,” NOW ATHENS, PENNSYLVANIA"], "funder": null, "datasourcePrefix": "crossref____"}
1061
{"best_oa_location_url": "", "issued": "2012-3-28", "abstract": "(R)-o-Chloromandelic acid is the key precursor for the synthesis of Clopidogrel®, a best-selling cardiovascular drug. Although nitrilases are often used as an efficient tool in the production of α-hydroxy acids, there is no practical nitrilase specifically developed for (R)-o-chloromandelic acid. In this work, a new nitrilase from Labrenzia aggregata (LaN) was discovered for the first time by genomic data mining, which hydrolyzed o-chloromandelonitrile with high enantioselectivity, yielding (R)-o-chloromandelic acid in 96.5% ee. The LaN was overexpressed in Escherichia coli BL21 (DE3), purified, and its catalytic properties were studied. When o-chloromandelonitrile was used as the substrate, the Vmax and Km of LaN were 2.53 μmol min−1 mg−1 protein and 0.39 mM, respectively, indicating its high catalytic efficiency. In addition, a study of substrate spectrum showed that LaN prefers to hydrolyze arylacetonitriles. To relieve the substrate inhibition and to improve the productivity of LaN, a biphasic system of toluene–water (1:9, v/v) was adopted, in which o-chloromandelonitrile of 300 mM (apparent concentration, based on total volume) could be transformed by LaN in 8 h, giving an isolated yield of 94.5%. The development of LaN makes it possible to produce (R)-o-chloromandelic acid by deracemizing o-chloromandelonitrile with good ee value and high substrate concentration.", "objIdentifier": "bcbd9c626b7868da7107e759f797948e", "pissn": "0175-7598", "subject": ["Biotechnology", "Applied Microbiology and Biotechnology", "General Medicine"], "eissn": "1432-0614", "author": [{"affiliation": [], "given": "Chen-Sheng", "family": "Zhang"}, {"ORCID": "0000-0001-9836-0204", "affiliation": [], "given": "Zhi-Jun", "family": "Zhang"}, {"affiliation": [], "given": "Chun-Xiu", "family": "Li"}, {"affiliation": [], "given": "Hui-Lei", "family": "Yu"}, {"affiliation": [], "given": "Gao-Wei", "family": "Zheng"}, {"affiliation": [], "given": "Jian-He", "family": "Xu"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2012-3-28", "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/s00253-012-3993-4", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2012-7", "accepted": null, "publisher": "Springer Nature", "doi": "10.1007/s00253-012-3993-4", "license": null, "url": "http://dx.doi.org/10.1007/s00253-012-3993-4", "issn": [{"type": "print", "value": "0175-7598"}, {"type": "electronic", "value": "1432-0614"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Efficient production of (R)-o-chloromandelic acid by deracemization of o-chloromandelonitrile with a new nitrilase mined from Labrenzia aggregata"], "funder": null, "datasourcePrefix": "crossref____"}
1062
{"best_oa_location_url": "", "issued": "2008-2-01", "abstract": [], "objIdentifier": "054f306ec5087573480aab980a7ccf25", "pissn": "0037-6337", "subject": null, "author": [{"affiliation": [], "given": "MARY ANN", "family": "MOON"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0037633708700500?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S0037633708700500?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2008-2", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/s0037-6337(08)70050-0", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1201824000000, "date-time": "2008-02-01T00:00:00Z", "date-parts": [[2008, 2, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/s0037-6337(08)70050-0", "issn": [{"type": "print", "value": "0037-6337"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Etanercept Effective in Children"], "funder": null, "datasourcePrefix": "crossref____"}
1063
{"best_oa_location_url": "", "issued": "2011-10-3", "abstract": "Plasma density is one of the most important parameters for laser wakefield acceleration using a gas-filled capillary waveguide. We measured the evolving hydrogen plasma densities in capillary discharge by using two different diagnostics methods at the same time, i.e., the Stark-effect-based spectroscopy and the transverse interferometry methods. It was found that there is a rather large difference between two methods and the phenomenon is explained in view of self-absorption. The correlation was obtained and the result is quite useful for capillary-plasma-based laser wakefield acceleration research.", "objIdentifier": "c3df1f775a67eac6655d6f185a48d1e7", "pissn": "0003-6951", "subject": ["Physics and Astronomy (miscellaneous)"], "eissn": "1077-3118", "author": [{"affiliation": [], "given": "D. G.", "family": "Jang"}, {"affiliation": [], "given": "M. S.", "family": "Kim"}, {"affiliation": [], "given": "I. H.", "family": "Nam"}, {"affiliation": [], "given": "H. S.", "family": "Uhm"}, {"affiliation": [], "given": "H.", "family": "Suk"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://aip.scitation.org/doi/pdf/10.1063/1.3643134", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2011-10-3", "accepted": null, "publisher": "AIP Publishing", "doi": "10.1063/1.3643134", "license": null, "url": "http://dx.doi.org/10.1063/1.3643134", "issn": [{"type": "print", "value": "0003-6951"}, {"type": "electronic", "value": "1077-3118"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Density evolution measurement of hydrogen plasma in capillary discharge by spectroscopy and interferometry methods"], "funder": null, "datasourcePrefix": "crossref____"}
1064
{"best_oa_location_url": "", "issued": "1978-8-01", "abstract": "Abstract  A monoclonal antibody recognizing a Forssman antigenic specificity has been shown to react with cells of the preimplantation mouse embryo. The antigen is believed to be carried on glycolipid molecules on teratocarcinoma stem cells. This antigen is first detected on the trophectoderm of the early blastocyst. The topography of the expression on the trophectoderm is striking and novel. The antigen is no longer found on these cells after the blastocyst has hatched from the zona pellucida in utero. Inner cell masses are antigen-positive at all times. This is the first study of the distribution of a single antigenic determinant in early mouse embryogenesis.", "objIdentifier": "2ac7cc8cf2083e8077869d87b16cfebe", "pissn": "0092-8674", "subject": ["General Biochemistry, Genetics and Molecular Biology"], "author": [{"affiliation": [], "given": "Keith R.", "family": "Willison"}, {"affiliation": [], "given": "Peter L.", "family": "Stern"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:0092867478903343?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:0092867478903343?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "1978-8", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/0092-8674(78)90334-3", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 270777600000, "date-parts": [[1978, 8, 1]], "date-time": "1978-08-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/0092-8674(78)90334-3", "issn": [{"type": "print", "value": "0092-8674"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Expression of a Forssman antigenic specificity in the preimplantation mouse embryo"], "funder": null, "datasourcePrefix": "crossref____"}
1065
{"best_oa_location_url": "", "issued": "2012-9-01", "abstract": [], "objIdentifier": "7ec5d1813de80d7a1f6a5c54f613cdbc", "pissn": "0749-8063", "subject": ["Orthopedics and Sports Medicine"], "author": [{"affiliation": [], "given": "John", "family": "Nyland"}, {"affiliation": [], "given": "Scott", "family": "Klein"}, {"affiliation": [], "given": "David N.M.", "family": "Caborn"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0749806312009929?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S0749806312009929?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2012-9", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/j.arthro.2012.05.491", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1346457600000, "date-time": "2012-09-01T00:00:00Z", "date-parts": [[2012, 9, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/j.arthro.2012.05.491", "issn": [{"type": "print", "value": "0749-8063"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Paper 8: Lower Extremity Neuromuscular Compensations During Instrumented Single Leg Hop Five Years Following ACL Reconstruction"], "funder": null, "datasourcePrefix": "crossref____"}
1066
{"best_oa_location_url": "", "issued": "2012-10-5", "abstract": [], "objIdentifier": "d2e396513ca1d1861fd5f82f58be34f4", "subject": null, "author": [{"affiliation": [], "given": "Pietro Paolo", "family": "Milella"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": "2012-10-5", "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/978-88-470-2336-9_16", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2013", "accepted": null, "publisher": "Springer Milan", "doi": "10.1007/978-88-470-2336-9_16", "license": null, "url": "http://dx.doi.org/10.1007/978-88-470-2336-9_16", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Corrosion Fatigue"], "funder": null, "datasourcePrefix": "crossref____"}
1067
{"best_oa_location_url": "", "issued": "2014", "abstract": "In this work, we investigate the possibility of optimizing the operating conditions, namely mobilizing pressure, capillary length and capillary radius, for performing Taylor dispersion analysis on solutes having hydrodynamic diameter, 2Rh, between 1 and 100 nm. Optimizing Taylor dispersion analysis means finding the set of operating conditions that verify the conditions of validity of this method, and finding the most appropriate conditions that may enhance or maximize the separation performances. Our conclusion is that the performances of Taylor dispersion analysis are independent of the operating conditions, as far as the conditions of validity of the method are verified. The inequalities defining the set of acceptable operating conditions are given in this work as a function of the maximal relative error on the diffusion coefficient, D, fixed by the user. These inequalities define operating zones that were represented for three typical capillary diameters (25, 50 and 100 μm). Within these zones, all experiments should lead to similar results on D (or Rh) and similar separation performances. It was concluded that assuming a 3% relative error on the determination of D, a 60 cm × 50 μm i.d. capillary can be used by default for performing TDA of analytes in the 1–100 nm diameter range with mobilizing pressure in the 50–100 mbar range.", "objIdentifier": "3667404abe4f3732dc01d6ced69f25e7", "pissn": "0003-2654", "subject": ["Analytical Chemistry", "Spectroscopy", "Electrochemistry", "Biochemistry", "Environmental Chemistry"], "eissn": "1364-5528", "author": [{"affiliation": [{"name": "Institut des Biomolécules Max Mousseron (UMR 5247 CNRS – Université de Montpellier 1 – Université de Montpellier 2)"}, {"name": "34095 Montpellier Cedex 5, France"}], "given": "Hervé", "family": "Cottet"}, {"affiliation": [{"name": "Institut des Biomolécules Max Mousseron (UMR 5247 CNRS – Université de Montpellier 1 – Université de Montpellier 2)"}, {"name": "34095 Montpellier Cedex 5, France"}], "given": "Jean-Philippe", "family": "Biron"}, {"affiliation": [{"name": "Ecole Supérieure de Physique et de Chimie Industrielles"}, {"name": "Laboratoire de Physique et Mécanique des Milieux Hétérogènes (PMMH – UMR 7636 CNRS – ESPCI-ParisTech – Université Pierre et Marie Curie – Université Paris-Diderot)"}, {"name": "75231 Paris Cedex 05, France"}], "given": "Michel", "family": "Martin"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2014", "link": [{"URL": "http://pubs.rsc.org/en/content/articlepdf/2014/AN/C4AN00192C", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "accepted": null, "publisher": "Royal Society of Chemistry (RSC)", "doi": "10.1039/c4an00192c", "license": null, "url": "http://dx.doi.org/10.1039/c4an00192c", "issn": [{"type": "print", "value": "0003-2654"}, {"type": "electronic", "value": "1364-5528"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["On the optimization of operating conditions for Taylor dispersion analysis of mixtures"], "funder": null, "datasourcePrefix": "crossref____"}
1068
{"best_oa_location_url": "http://www.jci.org/articles/view/9225E1/files/pdf", "issued": "2000-9-1", "abstract": [], "objIdentifier": "290818b308982ed0ea02a7c603909c85", "pissn": "0021-9738", "subject": ["General Medicine"], "author": [{"affiliation": [], "given": "D.K.", "family": "Kaul"}, {"affiliation": [], "given": "R.P.", "family": "Hebbel"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": null, "link": null, "published-print": "2000-9-1", "accepted": null, "publisher": "American Society for Clinical Investigation", "doi": "10.1172/jci9225e1", "license": null, "url": "http://dx.doi.org/10.1172/jci9225e1", "issn": [{"type": "print", "value": "0021-9738"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Hypoxia/reoxygenation causes inflammatory response in transgenic sickle mice but not in normal mice"], "funder": null, "datasourcePrefix": "crossref____"}
1069
{"best_oa_location_url": "", "issued": "2002-11-23", "abstract": "Abstract#R##N##R##N#It has now been nearly 15 years since the immediate early gene, c-fos, and its protein product, Fos, were introduced as tools for determining activity changes within neurones of the nervous system. In the ensuing years, this approach was applied to neuroendocrine study with success. With it have come advances in our understanding of which neuroendocrine neurones respond to various stimuli and how other central nervous system components interact with neuroendocrine neurones. Use of combined tract-tracing approaches, as well as double-labelling for Fos and transmitter markers, have added to characterization of neuroendocrine circuits. The delineation of the signal transduction cascades that induce Fos expression has led to establishment of the relationship between neurone firing and Fos expression. Importantly, we can now appreciate that Fos expression is often, but not always, associated with increased neuronal firing and vice versa. There are remaining gaps in our understanding of Fos in the nervous system. To date, knowledge of what Fos does after it is expressed is still limited. The transience of Fos expression after stimulation (especially if the stimulus is persistent) complicates design of experiments to assess the function of Fos and makes Fos of little value as a marker for long-term changes in neurone activity. In this regard, alternative approaches must be sought. Useful alternative approaches employed to date to monitor neuronal changes in activity include examination of (i) signal transduction intermediates (e.g. phosphorylated CREB); (ii) transcriptional/translational intermediates (e.g. heteronuclear RNA, messenger RNA (mRNA), prohormones); and (iii) receptor translocation. Another capitalizes on the fact that many neuroendocrine systems show striking stimulus-transcription coupling in the regulation of their transmitter or its synthetic enzymes. Together, as we move into the 21st Century, the use of multiple approaches to study activity within neuroendocrine systems will further our understanding of these important systems.", "objIdentifier": "0d18546adc02c00c7d40c958ef0e28ff", "pissn": "0953-8194", "subject": ["Endocrinology, Diabetes and Metabolism", "Endocrinology", "Cellular and Molecular Neuroscience", "Endocrine and Autonomic Systems"], "eissn": "1365-2826", "author": [{"affiliation": [], "given": "G. E.", "family": "Hoffman"}, {"affiliation": [], "given": "D.", "family": "Lyo"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2002-11-23", "link": [{"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1046%2Fj.1365-2826.2002.00775.x", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1046/j.1365-2826.2002.00775.x", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", "start": {"timestamp": 1441065600000, "date-time": "2015-09-01T00:00:00Z", "date-parts": [[2015, 9, 1]]}, "content-version": "tdm", "delay-in-days": 4665}], "url": "http://dx.doi.org/10.1046/j.1365-2826.2002.00775.x", "issn": [{"type": "print", "value": "0953-8194"}, {"type": "electronic", "value": "1365-2826"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Anatomical Markers of Activity in Neuroendocrine Systems: Are we all ‘Fos-ed out’?"], "funder": null, "datasourcePrefix": "crossref____"}
1070
{"best_oa_location_url": "http://doi.org/10.4236/ojpp.2012.23030", "issued": "2012", "abstract": "We consider here an important family of conditional bets, those that proceed to settlement if and only if some agreed evidence is received that a condition has been met. Despite an opinion widespread in the literature, we observe that when the evidence is strong enough to generate certainty as to whether the condition has been met or not, using traditional conditional probabilities for such bets will NOT preserve a gambler from having a synchronic Dutch Book imposed upon him. On the contrary (I show) the gambler can be Dutch-Booked if his betting ratios ever depart from a rather different probability, one that involves the probability of the agreed evidence being provided. We note furthermore that this same alternative probability assessment is necessary if the evidence is weaker (i.e. if it fails to provide knowledge whether or not the condition has been met.) By contrast, some of the (rather different) probability assessments proposed by Jeffrey, precisely for such situations, still expose the gambler to a Dutch-Book.", "objIdentifier": "559885e4189a57f2d5c75b069f354492", "pissn": "2163-9434", "subject": null, "eissn": "2163-9442", "author": [{"affiliation": [], "given": "Keith", "family": "Hutchison"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": null, "link": [{"URL": "http://www.scirp.org/journal/PaperDownload.aspx?DOI=10.4236/ojpp.2012.23030", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}, {"URL": "http://www.scirp.org/journal/doi.aspx?DOI=10.4236/ojpp.2012.23030", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}, {"URL": "http://www.scirp.org/journal/doi.aspx?DOI=10.4236/ojpp.2012.23030", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2012", "accepted": null, "publisher": "Scientific Research Publishing, Inc,", "doi": "10.4236/ojpp.2012.23030", "license": [{"URL": "http://creativecommons.org/licenses/by/4.0/", "start": {"timestamp": 1325376000000, "date-time": "2012-01-01T00:00:00Z", "date-parts": [[2012, 1, 1]]}, "content-version": "vor", "delay-in-days": 0}], "url": "http://dx.doi.org/10.4236/ojpp.2012.23030", "issn": [{"type": "print", "value": "2163-9434"}, {"type": "electronic", "value": "2163-9442"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Dutch-Book Arguments against using Conditional Probabilities for Conditional Bets"], "funder": null, "datasourcePrefix": "crossref____"}
1071
{"best_oa_location_url": "", "issued": "1928-6-01", "abstract": [], "objIdentifier": "65cd3a48e68bac6349903df21a7ec39d", "pissn": "1048-6364", "subject": null, "author": [{"affiliation": [], "given": "Carl V.", "family": "Weller"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S1048636428560135?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S1048636428560135?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "1928-6", "accepted": null, "publisher": "Elsevier BV", "doi": "10.14219/jada.archive.1928.0172", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": -1312329600000, "date-time": "1928-06-01T00:00:00Z", "date-parts": [[1928, 6, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.14219/jada.archive.1928.0172", "issn": [{"type": "print", "value": "1048-6364"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Constitutional Factors in Periodontitis**From the Department of Pathology, University of Michigan.Read before the American Academy of Periodontology, Detroit, Mich., Oct. 20, 1927."], "funder": null, "datasourcePrefix": "crossref____"}
1072
{"best_oa_location_url": "", "issued": "1981", "abstract": [], "objIdentifier": "f7a885182f2ecdc23d614046e98d8be6", "pissn": "0196-3570", "subject": ["Literature and Literary Theory"], "author": [{"affiliation": [], "given": "S.", "family": "Lyngstad"}, {"affiliation": [], "given": "Erik", "family": "Bystad"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1981", "accepted": null, "publisher": "JSTOR", "doi": "10.2307/40135799", "license": null, "url": "http://dx.doi.org/10.2307/40135799", "issn": [{"type": "print", "value": "0196-3570"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Det heter blått"], "funder": null, "datasourcePrefix": "crossref____"}
1073
{"best_oa_location_url": "", "issued": "1981-6-01", "abstract": "The effect of a combination of endocrine and chemical therapies has been studied during the past decade in DMBA-induced rat mammary tumors and advanced human breast cancers. Although interferential effects have been observed between endocrine therapy and chemotherapy in highly hormone-dependent tumors or cell lines, beneficial effects can be achieved from a combination of these two treatment modalities in human breast cancer when the steroid receptor status and the presence or absence of visceral metastases are considered in the selection of treatment programs.", "objIdentifier": "af5d02a7c9f006290fcd4aed9547341e", "pissn": "0167-6806", "subject": ["Cancer Research", "Oncology"], "eissn": "1573-7217", "author": [{"affiliation": [], "given": "David T.", "family": "Kiang"}, {"affiliation": [], "given": "B. J.", "family": "Kennedy"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/BF01805862", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1981-6", "accepted": null, "publisher": "Springer Nature", "doi": "10.1007/bf01805862", "license": null, "url": "http://dx.doi.org/10.1007/bf01805862", "issn": [{"type": "print", "value": "0167-6806"}, {"type": "electronic", "value": "1573-7217"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Chemoendocrine therapy in advanced breast cancer"], "funder": null, "datasourcePrefix": "crossref____"}
1074
{"best_oa_location_url": "", "issued": "2000-4-01", "abstract": [], "objIdentifier": "dbf6887e4c02ef7e6e5aae5a625261a4", "pissn": "1367-5435", "subject": ["Biotechnology", "Applied Microbiology and Biotechnology"], "eissn": "1476-5535", "author": [{"affiliation": [], "given": "E", "family": "Piecková"}, {"affiliation": [], "given": "R A", "family": "Samson"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://link.springer.com/content/pdf/10.1038/sj.jim.2900794", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2000-4", "accepted": null, "publisher": "Springer Nature", "doi": "10.1038/sj.jim.2900794", "license": null, "url": "http://dx.doi.org/10.1038/sj.jim.2900794", "issn": [{"type": "print", "value": "1367-5435"}, {"type": "electronic", "value": "1476-5535"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Heat resistance of Paecilomyces variotii in sauce and juice"], "funder": null, "datasourcePrefix": "crossref____"}
1075
{"best_oa_location_url": "", "issued": "2005", "abstract": [], "objIdentifier": "bad800531e232b9ed6f08a0de9c2f5a1", "subject": null, "accepted": null, "author": [{"affiliation": [{"name": "Saitama University"}], "given": "Takeshi", "family": "MIZUNO"}, {"affiliation": [{"name": "Pentax Corporation"}], "given": "Tetsuo", "family": "KAMIYA"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "https://www.jstage.jst.go.jp/article/jsmemecjo/2005.5/0/2005.5_481/_pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2005", "eissn": "2433-1325", "publisher": "Japan Society of Mechanical Engineers", "doi": "10.1299/jsmemecjo.2005.5.0_481", "license": null, "url": "http://dx.doi.org/10.1299/jsmemecjo.2005.5.0_481", "issn": [{"type": "electronic", "value": "2433-1325"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["3906 Nonlinear Compensation of Zero-Power Magnetic Suspension"], "funder": null, "datasourcePrefix": "crossref____"}
1076
{"best_oa_location_url": "", "issued": "2012-9-30", "abstract": [], "objIdentifier": "cf9b077817fefa6f4ddf77652bed88aa", "pissn": "1225-2336", "subject": null, "author": [{"affiliation": [], "given": "Seok-Cheol", "family": "HONG"}, {"affiliation": [], "given": "Changyeon", "family": "WON"}, {"affiliation": [], "given": "Young-Gui", "family": "YOON"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2012-9-30", "accepted": null, "publisher": "Korean Physical Society", "doi": "10.3938/phit.21.033", "license": null, "url": "http://dx.doi.org/10.3938/phit.21.033", "issn": [{"type": "print", "value": "1225-2336"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Who Have Been Making It?: A Miscellany about Producers of Physics and High Technology"], "funder": null, "datasourcePrefix": "crossref____"}
1077
{"best_oa_location_url": "", "issued": "2013-3-1", "abstract": "ABSTRACTThis article concerns the ‘tableau photography’ of the Canadian artist Jeff Wall (b. 1949), whose quotation from canonical paintings, especially of the nineteenth-century French painter Edouard Manet, has led interpreters to conclude that Wall is revitalizing Manet's peinture de la vie modern through the medium of photography. I propose, however, that the search for iconographical matches misses the real relationship between the two artists: a shared resistance to interpretation or ‘illegibility’. Wall's selection and manipulation of his sources blocks precisely the kind of interpretive work that ought to be enabled by identifying them, paradoxically illuminating an obscurity his work shares with them, which is obscured in turn by the very lucidity of the iconographical match. However, I argue that this illegibility is not equivalent to mere meaningless but is central to Wall's artistic enterprise, thereby restoring some substance to the cliche that Wall is a ‘photographer of modern life’.", "objIdentifier": "dbb6d51bbc7c31059989704dbc1f7963", "pissn": "1470-2029", "subject": ["Visual Arts and Performing Arts"], "eissn": "1758-9185", "author": [{"affiliation": [], "given": "Alexandra", "family": "Oliver"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2013-3-1", "accepted": null, "publisher": "Intellect", "doi": "10.1386/jvap.12.1.109_1", "license": null, "url": "http://dx.doi.org/10.1386/jvap.12.1.109_1", "issn": [{"type": "print", "value": "1470-2029"}, {"type": "electronic", "value": "1758-9185"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Illuminating obscurity: An interpretation of the relationship between Jeff Wall and Édouard Manet"], "funder": null, "datasourcePrefix": "crossref____"}
1078
{"best_oa_location_url": "", "issued": "1922-2-01", "abstract": [], "objIdentifier": "b08978b16f4a74cf66cc0ac26913685c", "pissn": "0022-3018", "subject": ["Psychiatry and Mental health"], "author": [{"affiliation": [], "family": "&NA;"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1922-2", "accepted": null, "publisher": "Ovid Technologies (Wolters Kluwer Health)", "doi": "10.1097/00005053-192202000-00022", "license": null, "url": "http://dx.doi.org/10.1097/00005053-192202000-00022", "issn": [{"type": "print", "value": "0022-3018"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["EPILEPSIE UND DEMENTIA PRAECOX"], "funder": null, "datasourcePrefix": "crossref____"}
1079
{"best_oa_location_url": "", "issued": "1880-12-6", "abstract": [], "objIdentifier": "6b54ce7d283d96eac9691d3bcbf71904", "pissn": "0021-8383", "subject": null, "eissn": "1521-3897", "author": [{"affiliation": [], "given": "H.", "family": "Kolbe"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1002%2Fprac.18810230143", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1880-12-6", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1002/prac.18810230143", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", "start": {"timestamp": 1441065600000, "date-time": "2015-09-01T00:00:00Z", "date-parts": [[2015, 9, 1]]}, "content-version": "tdm", "delay-in-days": 49211}], "url": "http://dx.doi.org/10.1002/prac.18810230143", "issn": [{"type": "print", "value": "0021-8383"}, {"type": "electronic", "value": "1521-3897"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Bemerkungen zu Lossen's Abhandlung: ?Ueber die Vertheilung der Atome in der Molekel?"], "funder": null, "datasourcePrefix": "crossref____"}
1080
{"best_oa_location_url": "", "issued": "2012", "abstract": [], "objIdentifier": "bfd7fb20e2273bb922ce8360267ceca2", "subject": null, "accepted": null, "author": [{"affiliation": [], "given": "Oscar", "family": "Bahia Filho"}, {"affiliation": [], "given": "Patrícia Regina", "family": "Prada"}, {"affiliation": [], "given": "Carla", "family": "Meneghesso"}, {"affiliation": [], "given": "Fernando Mauro", "family": "Lanças"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://doi.editoracubo.com.br/10.4322/sc.2012.016", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2012", "eissn": "1984-4433", "publisher": "Editora Cubo Multimidia", "doi": "10.4322/sc.2012.016", "license": null, "url": "http://dx.doi.org/10.4322/sc.2012.016", "issn": [{"type": "electronic", "value": "1984-4433"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Desvendando a medição nos ensaios químicos: 2. A Rastreabilidade da Medida"], "funder": null, "datasourcePrefix": "crossref____"}
1081
{"issued": "2006-12-1", "abstract": [], "objIdentifier": "da2fb6a71b4b5547679f3cc0b9dfbf28", "pissn": "1649-1335", "subject": null, "author": [{"affiliation": [], "given": "David", "family": "Parris"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.ingentaconnect.com/content/irjofs/ijfs/2006/00000006/00000001/art00009", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2006-12-1", "accepted": null, "publisher": "Irish Journal of French Studies", "doi": "10.7173/164913306818438636", "license": null, "url": "http://dx.doi.org/10.7173/164913306818438636", "issn": [{"type": "print", "value": "1649-1335"}], "collectedFrom": [{"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["\n        Belle de Zuylen/Isabelle de Charrière: Education, Creation, Reception\n      "], "funder": null, "datasourcePrefix": "crossref____"}
1082
{"best_oa_location_url": "", "issued": "1998-10-01", "abstract": "The problem of the characterization of microporous solids is a complex one and several methods are currently used to obtain the volume of micropores and the pore size distribution. In the case of amorphous materials, like activated carbons, these methods give different results when they are applied to a particular solid. In this work some of these methods (Horvath–Kawazoe method, Dubinin–Radushkevich equation and density functional theory) are used to analyze a complete set of adsorption isotherms obtained for a series of the same activated carbon with different burning degrees and the different predictions of such methods are compared and discussed. Furthermore, a test for the characterization methods by Monte Carlo Simulation is designed in order to achieve a better understanding of the observed deviations.", "objIdentifier": "182bf8e5f74ee93e1b17638e24af8ef9", "pissn": "0008-6223", "subject": ["General Chemistry"], "author": [{"affiliation": [], "given": "D.L.", "family": "Valladares"}, {"affiliation": [], "given": "F.", "family": "Rodrı́guez Reinoso"}, {"affiliation": [], "given": "G.", "family": "Zgrablich"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0008622398001419?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S0008622398001419?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "1998-10", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/s0008-6223(98)00141-9", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 907200000000, "date-parts": [[1998, 10, 1]], "date-time": "1998-10-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/s0008-6223(98)00141-9", "issn": [{"type": "print", "value": "0008-6223"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Characterization of active carbons: the influence of the method in the determination of the pore size distribution"], "funder": null, "datasourcePrefix": "crossref____"}
1083
{"best_oa_location_url": "", "issued": "2012-5-29", "abstract": "ABSTRACT#R##N##R##N#Background: Concerns have been raised that use of surface-modified implants may result in peri-implant infection and marked marginal bone loss over time.#R##N##R##N##R##N##R##N#Purpose: The aim of this prospective study was to evaluate the survival rate, marginal bone, and soft tissue conditions at surface-modified titanium dental implants after 10 years of function.#R##N##R##N##R##N##R##N#Material and Methods: Forty-six totally and partially edentulous patients were provided with 121 Branemark oxidized implants (TiUnite™, Nobel Biocare AB, Gothenburg, Sweden). Twenty-four (20%) implants were immediate loaded and 97 (80%) were placed using a two-stage procedure. A total of 22 single, 23 partial, and 7 total restorations were delivered. Clinical and radiographic checkups were carried out after 3, 6, 12 months, and thereafter annually up to 10 years. At these occasions, oral hygiene was evaluated and peri-implant mucosa examined by probing. If needed, patients were enrolled in an individual program for hygiene controls and professional cleaning. Marginal bone loss was evaluated in intraoral radiographs taken at baseline and after 1, 5, and 10 years of function.#R##N##R##N##R##N##R##N#Results: One (0.8%) implant failed after 8 years giving a Survival Rate (SR) of 99.2% after 10 years. A total of 11 sites (9.2%) showed bleeding on probing (BP) at the 10th annual checkup. The mean marginal bone loss was 0.7 ± 1.35 mm based on 106 readable pairs of radiographs from baseline and from the 10th annual examination. Twelve (11.3%) implants showed more than 2 mm bone loss, and five (4.7%) showed more than 3 mm of bone loss after 10 years. For the latter, all patients were smokers and had poor or acceptable oral hygiene. All five implants with >3 mm bone loss showed BP and two (1.9%) showed suppuration from the pocket. For the remaining seven implants with more than 2 mm bone loss, no correlation to smoking, oral hygiene, bleeding, or pus could be seen. Time/marginal bone level plots of the 12 implants with more than 2 mm bone loss after 10 years, showed minor changes from the first annual checkup except for the two infected implants.#R##N##R##N##R##N##R##N#Conclusions: It is concluded that good long-term clinical outcomes can be obtained with oxidized titanium dental implants. Only 1.9% of examined implants showed significant marginal bone loss together with bleeding and suppuration after 10 years of function.", "objIdentifier": "c08d1079ce88c177fc3ed3fa6df29488", "pissn": "1523-0899", "subject": ["Oral Surgery", "General Dentistry"], "author": [{"ORCID": "0000-0003-4024-8388", "affiliation": [], "given": "Pär-Olov", "family": "Östman"}, {"affiliation": [], "given": "Mats", "family": "Hellman"}, {"affiliation": [], "given": "Lars", "family": "Sennerby"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2012-5-29", "link": [{"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1111%2Fj.1708-8208.2012.00453.x", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2012-12", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1111/j.1708-8208.2012.00453.x", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", "start": {"timestamp": 1441065600000, "date-time": "2015-09-01T00:00:00Z", "date-parts": [[2015, 9, 1]]}, "content-version": "tdm", "delay-in-days": 1190}], "url": "http://dx.doi.org/10.1111/j.1708-8208.2012.00453.x", "issn": [{"type": "print", "value": "1523-0899"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Ten Years Later. Results from a Prospective Single-Centre Clinical Study on 121 Oxidized (TiUnite™) Brånemark Implants in 46 Patients"], "funder": null, "datasourcePrefix": "crossref____"}
1084
{"best_oa_location_url": "", "issued": "1963-1-01", "abstract": "A simple method, proposed for modelling the material, grading and chemical compositions of the hearths of open-hearth furnaces, permitted us to make comparative evaluations of the phase composition and structure of “hearths” in relation to the grading of the powder, the amount of sinter, the grain size of the dolomite, etc.", "objIdentifier": "b8f74008e19c216a6ef8b11a6294b17e", "pissn": "0034-3102", "subject": ["Materials Chemistry", "Ceramics and Composites"], "eissn": "1573-9139", "author": [{"affiliation": [], "given": "V. A.", "family": "Bron"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/BF01283226", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1963-1", "accepted": null, "publisher": "Springer Nature", "doi": "10.1007/bf01283226", "license": null, "url": "http://dx.doi.org/10.1007/bf01283226", "issn": [{"type": "print", "value": "0034-3102"}, {"type": "electronic", "value": "1573-9139"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Investigating the phase composition and structure of laboratory specimens duplicating compositions of open-hearth furnace bottoms"], "funder": null, "datasourcePrefix": "crossref____"}
1085
{"best_oa_location_url": "", "issued": "None", "abstract": [], "objIdentifier": "6be7f7940e34075f9dc0de02f53844a7", "subject": null, "author": [{"affiliation": [], "given": "D.", "family": "Besch"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/978-3-540-32708-0_18", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "accepted": null, "publisher": "Springer Berlin Heidelberg", "doi": "10.1007/978-3-540-32708-0_18", "license": null, "url": "http://dx.doi.org/10.1007/978-3-540-32708-0_18", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Hereditary Disorders of Neuro-Ophthalmic Relevance"], "funder": null, "datasourcePrefix": "crossref____"}
1086
{"best_oa_location_url": "", "issued": "2016", "abstract": "The automated scoring of second-language (L2) learner text along various writing dimensions is an increasingly active research area. In this paper, we focus on determining the topical relevance of an essay to the prompt that elicited it. Given the burden involved in manually assigning scores for use in training supervised prompt-relevance models, we develop unsupervised models and show that they correlate well with human judgements. We show that expanding prompts using topically-related words, via pseudo-relevance modelling, is beneficial and outperforms other distributional techniques. Finally, we incorporate our prompt-relevance models into a supervised essay scoring system that predicts a holistic score and show that it improves its performance.", "objIdentifier": "80b59ff86c56f6f0e20c0b0f9c07e144", "subject": null, "author": [{"affiliation": [], "given": "Ronan", "family": "Cummins"}, {"affiliation": [], "given": "Helen", "family": "Yannakoudakis"}, {"affiliation": [], "given": "Ted", "family": "Briscoe"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0004", "value": "Conference object"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2016", "accepted": null, "publisher": "Association for Computational Linguistics", "doi": "10.18653/v1/w16-0510", "license": null, "url": "http://dx.doi.org/10.18653/v1/w16-0510", "issn": null, "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Unsupervised Modeling of Topical Relevance in L2 Learner Text"], "funder": null, "datasourcePrefix": "crossref____"}
1087
{"best_oa_location_url": "", "issued": "1983-1-01", "abstract": "Neurons involved in the transfer of rod signals to the ganglion cells in the retina of the cat have been recorded from and stained with horseradish peroxidase (HRP) and their synaptic connections determined by electron microscopy. The single morphological type of rod bipolar cell responds with a sustained hyperpolarization to light and in turn drives at least five morphologically different types of amacrine cells, each of which has a unique response pattern. Two amacrines respond with either a transient (AII) or a sustained (A17) depolarization to light, while three amacrines give transient (A8) or sustained (A6, A13) hyperpolarizations. Circuitry whereby rod signals reach both on-centre and off-centre ganglion cells is discussed.", "objIdentifier": "2081ad5e8a9bbd61fc935b4d198da88e", "pissn": "0042-6989", "subject": ["Ophthalmology", "Sensory Systems"], "author": [{"affiliation": [], "given": "Helga", "family": "Kolb"}, {"affiliation": [], "given": "Ralph", "family": "Nelson"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:0042698983900780?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:0042698983900780?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "1983-1", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/0042-6989(83)90078-0", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 410227200000, "date-parts": [[1983, 1, 1]], "date-time": "1983-01-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/0042-6989(83)90078-0", "issn": [{"type": "print", "value": "0042-6989"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Rod pathways in the retina of the cat"], "funder": null, "datasourcePrefix": "crossref____"}
1088
{"best_oa_location_url": "", "issued": "1981-8-01", "abstract": "Abstract   Normally pigmented mouse melanoma B-16 cells formed a nonpigmented tumor mass after undergoing a spontaneous mutation while in mice. The cells were cultured in Eagle's minimum essential medium supplemented with 10% fetal calf serum, essential amino acids, and vitamins. After 24 hr of incubation, the cells appeared normal except for the loss of pigment but the tissue culture fluid had turned black. Electron microscopic studies indicated that the ability of these cells to produce melanin had been greatly reduced compared to the standard cells. Neither fragmented cells nor free pigment granules were observed ultrastructurally in the tissue culture fluid. Treatment of the cells with an increased concentration of  l -DOPA showed that the activity of the enzyme tyrosinase was functional but may have a reduced activity. The melanin tests performed on the blackened media indicated that the discoloration of the fluid was not due to the presence of exogenous enzymatically formed melanin. Thin-layer chromatography (tlc) was done on fresh and 24-hr-old discolored tissue culture fluid using tyrosine and  l -DOPA as controls. The tlc data showed that tyrosine was being removed from the media into the cell and DOPA was being excreted into the media. These results strongly suggest that the autooxidation of DOPA was responsible for the discoloration of the media.", "objIdentifier": "02b51c6bf320552b9d12902cd10568ce", "pissn": "0014-4800", "subject": ["Pathology and Forensic Medicine", "Clinical Biochemistry", "Molecular Biology"], "author": [{"affiliation": [], "given": "Shang-Jen", "family": "Shieh"}, {"affiliation": [], "given": "Roger R.", "family": "Bowers"}, {"affiliation": [], "given": "Ted L.", "family": "Hadfield"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:0014480081900071?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:0014480081900071?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "1981-8", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/0014-4800(81)90007-1", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 365472000000, "date-time": "1981-08-01T00:00:00Z", "date-parts": [[1981, 8, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/0014-4800(81)90007-1", "issn": [{"type": "print", "value": "0014-4800"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["An ultrastructural study of albinistic B-16 melanoma cells"], "funder": null, "datasourcePrefix": "crossref____"}
1089
{"best_oa_location_url": "", "issued": "2016-1-13", "abstract": [], "objIdentifier": "c4e7eb9ce63b0241913db727fb19a8eb", "subject": null, "author": [{"affiliation": [], "given": "Silvia E.", "family": "Braslavsky"}, {"affiliation": [], "given": "André M.", "family": "Braun"}, {"affiliation": [], "given": "Alberto E.", "family": "Cassano"}, {"affiliation": [], "given": "Alexei V.", "family": "Emeline"}, {"affiliation": [], "given": "Marta I.", "family": "Litter"}, {"affiliation": [], "given": "Leonardo", "family": "Palmisano"}, {"affiliation": [], "given": "Valentin N.", "family": "Parmon"}, {"affiliation": [], "given": "Nick", "family": "Serpone"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0021", "value": "Dataset"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.degruyter.com/view/IUPAC/iupac.83.0059", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/html"}, {"URL": "http://www.degruyter.com/view/IUPAC/iupac.83.0059", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "accepted": null, "publisher": "De Gruyter", "doi": "10.1515/iupac.83.0059", "license": null, "url": "http://dx.doi.org/10.1515/iupac.83.0059", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Driving Force"], "funder": null, "datasourcePrefix": "crossref____"}
1090
{"best_oa_location_url": "", "issued": "1981", "abstract": "This article describes how, by adapting to climatic conditions, it is possible to save energy. Energy consumption in hot countries, in view of cooling requirements, is considerable. Most of these countries are on the way of development and energy costs are very high. To alleviate partially avoidable energy expenses, the solution is to use a construction well adapted to the climate. In order to achieve this, it is essential to know the climate very well and to draw conclusions. Consequently, create building plans that correspond to climatic requirements, as well as use of adapted materials.", "objIdentifier": "bae0b225d0d1ffa5d9f1a53ac4c1bcea", "subject": null, "author": [{"affiliation": [], "given": "CHRIS", "family": "HUMNICKI"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1981", "accepted": null, "publisher": "Elsevier", "doi": "10.1016/b978-0-08-028066-0.50018-7", "license": null, "url": "http://dx.doi.org/10.1016/b978-0-08-028066-0.50018-7", "issn": null, "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["ENERGY CONSERVATION PROBLEMS IN TROPICAL COUNTRIES"], "funder": null, "datasourcePrefix": "crossref____"}
1091
{"best_oa_location_url": "", "issued": "2014-8-31", "abstract": [], "objIdentifier": "0a95c08d4637bff6186678a7d536494c", "subject": null, "accepted": null, "author": [{"affiliation": [], "given": "Carlos Denner dos", "family": "Santos Jr."}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2014-8-31", "link": null, "published-print": null, "eissn": "1677-3071", "publisher": "IBEPES (Instituto Brasileiro de Estudos e Pesquisas Sociais)", "doi": "10.5329/resi.2014.1302000", "license": null, "url": "http://dx.doi.org/10.5329/resi.2014.1302000", "issn": [{"type": "electronic", "value": "1677-3071"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Editorial"], "funder": null, "datasourcePrefix": "crossref____"}
1092
{"best_oa_location_url": "", "issued": "2010-3-01", "abstract": "This paper describes a multi-indicator assessment and minimization problem focused on aviation “Community” noise. The model explores a combined noise and emission objective for airfreight movements at Luxembourg’s Findel Airport. Community noise is evaluated via four population impact indicators emissions are tabulated from in-flight segments in the proximity of the airport and from the contribution of taxiing. A set of scenarios based on trajectory, aircraft scheduling, fleet composition, operational procedures are implemented in software. An integer programming methodology is used to search for minimal environmental impact. An on/off switch allows for an evaluation of each indicator in the objective. Different impacts on the population are explored in a case study involving the Cargolux Airlines International S.A.", "objIdentifier": "61622a0805067d204e46fe524e72bb3a", "pissn": "1361-9209", "subject": ["General Environmental Science", "Transportation"], "author": [{"affiliation": [], "given": "Daniel S.", "family": "Zachary"}, {"affiliation": [], "given": "Jessica", "family": "Gervais"}, {"affiliation": [], "given": "Ulrich", "family": "Leopold"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S1361920909001138?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S1361920909001138?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2010-3", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/j.trd.2009.09.005", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1267401600000, "date-parts": [[2010, 3, 1]], "date-time": "2010-03-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/j.trd.2009.09.005", "issn": [{"type": "print", "value": "1361-9209"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Multi-impact optimization to reduce aviation noise and emissions"], "funder": null, "datasourcePrefix": "crossref____"}
1093
{"best_oa_location_url": "", "issued": "2006-9-01", "abstract": "An outbreak of virulent footrot was investigated in a flock of 605 Merino cross-bred sheep in Bhutan. Conventional control methods in the preceding eight years had reduced its prevalence from 36–79% in different components of the flock to about 15% overall. Only one serogroup (B) of Dichelobacter nodosus was identified among 40 isolates cultured from affected sheep. A vaccine prepared from this strain was used in a pilot trial to compare the response of 14 treated and 14 untreated sheep. All affected, vaccinated animals in this trial healed quickly and were protected against re-infection while additional cases developed among untreated sheep during a period favourable for the spread of footrot.#R##N##R##N#The serogroup B vaccine was administered to the whole flock for two successive years. No other footrot treatment was given during these or subsequent years. The whole flock was examined three times, foot by foot, for two years and twice yearly for another two years. When vaccination began there were 88 affected sheep in the flock, an affected sheep being defined as an animal with a foot-score of 2 or greater in one or more feet. There were neither affected sheep in the flock 30 days after the first dose of vaccine nor were any identified in later inspections. Virulent footrot, originating from the farm under investigation, persisted in neighbouring village flocks during this period. It was concluded that whole flock specific D. nodosus vaccination made a major contribution to the elimination of all clinical signs of footrot from the flock of 605 sheep where the condition had previously persisted for 10 years.", "objIdentifier": "5d23d0604ee47577c443c3ba522d87cb", "pissn": "1090-0233", "subject": ["Animal Science and Zoology", "General Veterinary"], "author": [{"affiliation": [], "given": "R.B.", "family": "Gurung"}, {"affiliation": [], "given": "O.P.", "family": "Dhungyel"}, {"affiliation": [], "given": "P.", "family": "Tshering"}, {"affiliation": [], "given": "J.R.", "family": "Egerton"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S1090023305001267?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S1090023305001267?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2006-9", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/j.tvjl.2005.04.032", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1157068800000, "date-time": "2006-09-01T00:00:00Z", "date-parts": [[2006, 9, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/j.tvjl.2005.04.032", "issn": [{"type": "print", "value": "1090-0233"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["The use of an autogenous Dichelobacter nodosus vaccine to eliminate clinical signs of virulent footrot in a sheep flock in Bhutan"], "funder": null, "datasourcePrefix": "crossref____"}
1094
{"best_oa_location_url": "", "issued": "2007-9-01", "abstract": "Ionic liquids (ILs) are composed only of ions. Of special interest to this review are those where at least one ion (the cation) is organic and whose melting points are below or not far above room temperature. ILs are designated as \"green\" solvents because they have extremely low vapor pressure, are noninflammable, and thermally and chemically stable. Therefore, many of them can be, in principle, recycled into the process indefinitely. The objective of the present review is to discuss different aspects of the use of ILs in carbohydrate chemistry, in particular, dissolution and functionalization of simple sugars, cyclodextrins, cellulose, starch, and chitin/chitosan. The molecular structure and synthesis of ILs most frequently employed in carbohydrate chemistry are discussed with an emphasis on imidazolium and pyridinium cations with different counterions. The physicochemical properties of ILs that are relevant to the dissolution and functionalization of carbohydrates, in particular their polarities and hydrogen-bonding abilities, are discussed. Dissolution of simple saccharides and biopolymers in ILs is presented with an emphasis on the mechanism of carbohydrate-IL interactions. Finally, the very interesting novel applications of the solutions obtained are addressed. These include, inter alia, spinning of the dissolved biopolymer into fibers, extrusion into slabs and rods, formation of matrixes for a myriad of substrates, including biomacromolecules, formation of nanocomposites, and functionalization to produce important derivatives. The use of ILs in many branches of science is expanding fast; it is hoped that this review will draw the attention of researchers to the \"window of opportunities\" that these green solvents open into carbohydrate chemistry.", "objIdentifier": "beb55dc78a654e168fe3421e91dcdf63", "pissn": "1525-7797", "subject": ["Materials Chemistry", "Bioengineering", "Polymers and Plastics", "Biomaterials"], "eissn": "1526-4602", "author": [{"affiliation": [], "given": "Omar A.", "family": "El Seoud"}, {"affiliation": [], "given": "Andreas", "family": "Koschella"}, {"affiliation": [], "given": "Ludmila C.", "family": "Fidale"}, {"affiliation": [], "given": "Susann", "family": "Dorn"}, {"affiliation": [], "given": "Thomas", "family": "Heinze"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://pubs.acs.org/doi/pdf/10.1021/bm070062i", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2007-9", "accepted": null, "publisher": "American Chemical Society (ACS)", "doi": "10.1021/bm070062i", "license": null, "url": "http://dx.doi.org/10.1021/bm070062i", "issn": [{"type": "print", "value": "1525-7797"}, {"type": "electronic", "value": "1526-4602"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Applications of Ionic Liquids in Carbohydrate Chemistry:  A Window of Opportunities"], "funder": null, "datasourcePrefix": "crossref____"}
1095
{"best_oa_location_url": "", "issued": "2014-10-8", "abstract": "In this paper we introduce a robust feature extractor, dubbed as Modified Function Cepstral Coefficients (MODFCC), based on gammachirp filterbank, Relative Spectral (RASTA) and Autoregressive Moving-Average (ARMA) filter. The goal of this work is to improve the robustness of speech recognition systems in additive noise and real-time reverberant environments. In speech recognition systems Mel-Frequency Cepstral Coefficients (MFCC), RASTA and ARMA Frequency Cepstral Coefficients (RASTA- MFCC and ARMA-MFCC) are the three main techniques used. It will be shown in this paper that it presents some modifications to the original MFCC method. In our work the effectiveness of proposed changes to MFCC were tested and compared against the original RASTA-MFCC and ARMA-MFCC features. The prosodic features such as jitter and shimmer are added to baseline spectral features. The above-mentioned techniques were tested with impulsive signals under various noisy conditions within AURORA databases. Index Terms—Auditory filter, impulsive noise, MFCC, RASTA filter, ARMA filter, HMM\\GMM.", "objIdentifier": "c16dce03ec360a24b60686ad212384f9", "pissn": "2074-9074", "subject": null, "eissn": "2074-9082", "author": [{"affiliation": [], "given": "Hajer", "family": "Rahali"}, {"affiliation": [], "name": "National Engineering School of Tunis (ENIT) Laboratory of Systems and Signal Processing (LSTS) BP 37, Le Belvédère, 1002 Tunis, Tunisie"}, {"affiliation": [], "given": "Zied", "family": "Hajaiej"}, {"affiliation": [], "given": "Noureddine", "family": "Ellouze"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.mecs-press.org/ijigsp/ijigsp-v6-n11/IJIGSP-V6-N11-3.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2014-10-8", "accepted": null, "publisher": "MECS Publisher", "doi": "10.5815/ijigsp.2014.11.03", "license": null, "url": "http://dx.doi.org/10.5815/ijigsp.2014.11.03", "issn": [{"type": "print", "value": "2074-9074"}, {"type": "electronic", "value": "2074-9082"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Robust Features for Speech Recognition using Temporal Filtering Technique in the Presence of Impulsive Noise"], "funder": null, "datasourcePrefix": "crossref____"}
1096
{"best_oa_location_url": "", "issued": "1981-2-15", "abstract": "Recent improvements in the technique of time‐resolved infrared spectral photography (TRISP) are described. With this technique CO2 laser‐induced thermal explosions of gas phase HN3/DN3 mixtures were investigated. HCl gas added to the mixtures was utilized to probe the transient temperature of the reaction. An induction period and a phase of rapid energy release were clearly identified and characterized both with respect to temperature and utilization of reactant material.", "objIdentifier": "8037bc9010d1221499fab52e655b8015", "pissn": "0021-9606", "subject": ["Physical and Theoretical Chemistry", "General Physics and Astronomy"], "eissn": "1089-7690", "author": [{"affiliation": [], "given": "Ph.", "family": "Avouris"}, {"affiliation": [], "given": "D. S.", "family": "Bethune"}, {"affiliation": [], "given": "J. R.", "family": "Lankard"}, {"affiliation": [], "given": "J. A.", "family": "Ors"}, {"affiliation": [], "given": "P. P.", "family": "Sorokin"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://aip.scitation.org/doi/pdf/10.1063/1.441347", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1981-2-15", "accepted": null, "publisher": "AIP Publishing", "doi": "10.1063/1.441347", "license": null, "url": "http://dx.doi.org/10.1063/1.441347", "issn": [{"type": "print", "value": "0021-9606"}, {"type": "electronic", "value": "1089-7690"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Time‐resolved infrared spectral photography: Study of laser‐initiated explosions in HN3"], "funder": null, "datasourcePrefix": "crossref____"}
1097
{"best_oa_location_url": "", "issued": "1990-7-01", "abstract": [], "objIdentifier": "d842e19776446005df41445ad6d8cd69", "pissn": "0038-7134", "subject": ["Philosophy", "Religious studies", "Literature and Literary Theory", "Cultural Studies", "History", "Visual Arts and Performing Arts"], "eissn": "2040-8072", "author": [{"affiliation": [], "given": "David", "family": "Ganz"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.journals.uchicago.edu/doi/pdf/10.2307/2864094", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1990-7", "accepted": null, "publisher": "University of Chicago Press", "doi": "10.2307/2864094", "license": null, "url": "http://dx.doi.org/10.2307/2864094", "issn": [{"type": "print", "value": "0038-7134"}, {"type": "electronic", "value": "2040-8072"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Greek in the Carolingian Age: The St. Gall Manuscripts.Bernice M. Kaczynski"], "funder": null, "datasourcePrefix": "crossref____"}
1098
{"best_oa_location_url": "", "issued": "1993-12-24", "abstract": [], "objIdentifier": "2d1412601dc060df10bfc9170fd2480b", "pissn": "0036-8075", "subject": ["Multidisciplinary"], "eissn": "1095-9203", "author": [{"affiliation": [], "given": "M.", "family": "Rampino"}, {"affiliation": [], "given": "S", "family": "Self"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "https://syndication.highwire.org/content/doi/10.1126/science.8266085", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1993-12-24", "accepted": null, "publisher": "American Association for the Advancement of Science (AAAS)", "doi": "10.1126/science.8266085", "license": null, "url": "http://dx.doi.org/10.1126/science.8266085", "issn": [{"type": "print", "value": "0036-8075"}, {"type": "electronic", "value": "1095-9203"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Bottleneck in human evolution and the Toba eruption"], "funder": null, "datasourcePrefix": "crossref____"}
1099
{"best_oa_location_url": "", "issued": "1968-7-01", "abstract": [], "objIdentifier": "b9f7334b5e1df2851058462a33cac061", "pissn": "0040-5736", "subject": ["Religious studies"], "eissn": "2044-2556", "author": [{"affiliation": [], "given": "Jerry", "family": "Fargo"}, {"affiliation": [], "given": "Bob", "family": "Jacks"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2016-6-26", "link": [{"URL": "http://journals.sagepub.com/doi/pdf/10.1177/004057366802500208", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}, {"URL": "http://journals.sagepub.com/doi/pdf/10.1177/004057366802500208", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1968-7", "accepted": null, "publisher": "SAGE Publications", "doi": "10.1177/004057366802500208", "license": [{"URL": "http://journals.sagepub.com/page/policies/text-and-data-mining-license", "start": {"timestamp": -47433600000, "date-parts": [[1968, 7, 1]], "date-time": "1968-07-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1177/004057366802500208", "issn": [{"type": "print", "value": "0040-5736"}, {"type": "electronic", "value": "2044-2556"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Verily, Verily, Verily—Merrily!"], "funder": null, "datasourcePrefix": "crossref____"}
1100
{"best_oa_location_url": "", "issued": "2008-6-13", "abstract": [], "objIdentifier": "a181024935ec804555a419310e260339", "subject": null, "author": [{"affiliation": [], "given": "Prathibha", "family": "Varkey"}, {"affiliation": [], "given": "Martha", "family": "Millman"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": "2013-5-14", "link": [{"URL": "http://www.crcnetbase.com/doi/pdf/10.1201/b14434-22", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2008-6-13", "accepted": null, "publisher": "CRC Press", "doi": "10.1201/b14434-22", "license": null, "url": "http://dx.doi.org/10.1201/b14434-22", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Preventive Medicine"], "funder": null, "datasourcePrefix": "crossref____"}
1101
{"best_oa_location_url": "", "issued": "2016-3-9", "abstract": [], "objIdentifier": "fa29a33d7a1aea17280a0ac6ec13bc47", "pissn": "1439-3514", "subject": null, "eissn": "2197-621X", "author": [{"affiliation": [], "given": "Jana", "family": "Ehrhardt"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2016-3-9", "link": [{"URL": "http://www.thieme-connect.de/products/ejournals/pdf/10.1055/s-0036-1576084.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "accepted": null, "publisher": "Thieme Publishing Group", "doi": "10.1055/s-0036-1576084", "license": null, "url": "http://dx.doi.org/10.1055/s-0036-1576084", "issn": [{"type": "print", "value": "1439-3514"}, {"type": "electronic", "value": "2197-621X"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Der EHEC-Jäger"], "funder": null, "datasourcePrefix": "crossref____"}
1102
{"best_oa_location_url": "", "issued": "1993-3-01", "abstract": "Microspores of soybean plants (Glycine max (L.) Meer.) of four cultivars were cytologically analysed. The pollen grains showed a clear dimorphism when stained with propionic-carmine from binucleate stage onwards. The majority of the grains are large, deeply stained and with asymmetric division (“normal type”) while the remainder grains are smaller, lightly stained, uninucleate or with two similar nuclei (“P-pollen”). The different frequencies of “P-pollen” on the four cultivars suggest a genotype effect of microspore dimorphism.", "objIdentifier": "b7f46a49ac4ec1cb1883dbe8f9161826", "pissn": "0033-183X", "subject": ["Plant Science", "Cell Biology", "General Medicine"], "eissn": "1615-6102", "author": [{"affiliation": [], "given": "Eliane", "family": "Kaltchuk-Santos"}, {"affiliation": [], "given": "Maria Helena", "family": "Bodanese Zanettini"}, {"affiliation": [], "given": "Elsa", "family": "Mundstock"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/BF01404045", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1993-3", "accepted": null, "publisher": "Springer Nature", "doi": "10.1007/bf01404045", "license": null, "url": "http://dx.doi.org/10.1007/bf01404045", "issn": [{"type": "print", "value": "0033-183X"}, {"type": "electronic", "value": "1615-6102"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Pollen dimorphism in soybean"], "funder": null, "datasourcePrefix": "crossref____"}
1103
{"best_oa_location_url": "", "issued": "1992", "abstract": [], "objIdentifier": "45def28b6233f87d4b7a7d481a80d7d2", "subject": null, "author": [{"affiliation": [], "given": "Ulrich", "family": "Struve"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://link.springer.com/content/pdf/10.1007/978-3-476-03383-3_6", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1992", "accepted": null, "publisher": "J.B. Metzler", "doi": "10.1007/978-3-476-03383-3_6", "license": [{"URL": "http://www.springer.com/tdm", "start": {"timestamp": 694224000000, "date-time": "1992-01-01T00:00:00Z", "date-parts": [[1992, 1, 1]]}, "content-version": "vor", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1007/978-3-476-03383-3_6", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["P. C. Geissler"], "funder": null, "datasourcePrefix": "crossref____"}
1104
{"best_oa_location_url": "", "issued": "2004-1-01", "abstract": [], "objIdentifier": "f41ed0a35216c969b9aece568eb32107", "pissn": "0022-1953", "subject": ["History and Philosophy of Science", "History"], "eissn": "1530-9169", "author": [{"affiliation": [], "given": "Carl", "family": "Abbott"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.mitpressjournals.org/doi/pdf/10.1162/002219504771998204", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2004-1", "accepted": null, "publisher": "MIT Press - Journals", "doi": "10.1162/002219504771998204", "license": null, "url": "http://dx.doi.org/10.1162/002219504771998204", "issn": [{"type": "print", "value": "0022-1953"}, {"type": "electronic", "value": "1530-9169"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["My Blue Heaven: Life and Politics in the Working Class Suburbs of Los Angeles, 1920–1965. By Becky M. Nicolaides (Chicago, University of Chicago Press, 2002) 412 pp. $65.00 cloth $24.00 paper"], "funder": null, "datasourcePrefix": "crossref____"}
1105
{"best_oa_location_url": "", "issued": "2006", "abstract": [], "objIdentifier": "d9424bf753a022eaa97127cffa5e4fc2", "subject": null, "author": [{"ORCID": "0000-0001-6093-5930", "affiliation": [], "given": "Catherine M.", "family": "Bendel"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2006", "accepted": null, "publisher": "Elsevier", "doi": "10.1016/b0-72-160537-0/50035-9", "license": null, "url": "http://dx.doi.org/10.1016/b0-72-160537-0/50035-9", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Candidiasis"], "funder": null, "datasourcePrefix": "crossref____"}
1106
{"best_oa_location_url": "", "issued": "2004-2-01", "abstract": "Auf dem Hintergrund einer Zunahme der Diagnose akutes Koronarsyndrom in der Region Halle war es Ziel der Untersuchung, zur Beschreibung eines psychosozialen Risikoprofils beizutragen (1). Subjektive Krankheitstheorien und das Erleben der Veranderungen am Arbeitsplatz, in der Familie und im gesellschaftlichen Umfeld konnten an einer Teilstichprobe einer groseren Studie untersucht werden. 10 Patienten nach Myokardinfarkt wurden in den ersten Tagen ihrer Akutbehandlung mit halbstandardisierten Interviews von 30 bis 50 Minuten Dauer von einem ihrer behandelnden Arzte befragt. Externe Beurteiler schatzten anhand von Audioaufnahmen der Gesprache die Entwicklung der Qualitat der interpersonellen Beziehungen (GAF, GARF) und des sozialen und beruflichen Funktionsniveaus (SOFAS) ein. Inhalts- und Metaphernanalysen wurden eingesetzt zu einer Beschreibung der Krankheitstheorien der Patienten und zur Identifikation subjektiver salutogenetischer und pathogenetischer Faktoren. Die untersuchten Patienten nahmen das Angebot eines ausfuhrlicheren diagnostischen Interviews begierig an. Sie nutzten die Gelegenheit, sich in einer Situation der Verunsicherung durch die Erkrankung ihrer Lebensgeschichte und ihrer Erfahrungen bei der Bewaltigung von Belastungen zu vergewissern. Gemeinsame Themen waren die Verschlechterung interpersoneller Bindungen angesichts der gesellschaftlichen Veranderungen bei der Vereinigung von DDR und BRD, ein Erleben von Ohnmacht und ein bedrohtes Identitatsgefuhl. Die Anwendung der Auswertungsinstrumente des DSM IV erwies sich als unbefriedigend, da implizite Wertannahmen dieser Beurteilungsinstrumente der Lebenssituation in den neuen Bundeslandern nicht gerecht wurden. Diese ersten Ergebnisse regen dazu an, Patienten nach akutem Koronarsyndrom schon in der Akutphase ihrer Erkrankung eine Moglichkeit zu bieten, sich ihrer individuellen Ressourcen bei der Krankheitsbewaltigung und ihrer Identitat in einem biografisch ausgerichteten Interview zu vergewissern.", "objIdentifier": "8a05316df39ff10b648bb2c296928e99", "pissn": "0937-2032", "subject": ["Applied Psychology", "Clinical Psychology", "Psychiatry and Mental health"], "eissn": "1439-1058", "author": [{"affiliation": [], "given": "H", "family": "Staats"}, {"affiliation": [], "given": "C", "family": "Bosold"}, {"affiliation": [], "given": "K", "family": "Werdan"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2004-2-11", "link": [{"URL": "http://www.thieme-connect.de/DOI/DOI?10.1055/s-2004-819874", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2004-2", "accepted": null, "publisher": "Thieme Publishing Group", "doi": "10.1055/s-2004-819874", "license": null, "url": "http://dx.doi.org/10.1055/s-2004-819874", "issn": [{"type": "print", "value": "0937-2032"}, {"type": "electronic", "value": "1439-1058"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Diagnostische Interviews in der Akutbehandlung von Patienten nach Myokardinfarkt in den neuen Bundesländern. – Eine qualitative Untersuchung zu subjektiven Krankheitstheorien unter dem Einfluss von Veränderungen in Familie, Arbeitsplatz und Gesellschaft"], "funder": null, "datasourcePrefix": "crossref____"}
1107
{"best_oa_location_url": "http://arxiv.org/abs/1108.2747", "issued": "2012-6-26", "abstract": "We derive an optimal bound for arbitrary entanglement manipulation based on the transmission of a pulse in coherent states over a lossy channel followed by local operations and unlimited classical communication (LOCC). This stands on a theorem to reduce LOCC via a local unital qubit channel to local filtering. We also present an optimal protocol based on beam splitters and a quantum nondemolition (QND) measurement on photons. Even if we replace the QND measurement with photon detectors, the protocol outperforms known entanglement generation schemes.", "objIdentifier": "0d74653c53bfcf540d943a0e5e30b63e", "pissn": "1050-2947", "subject": ["Atomic and Molecular Physics, and Optics"], "eissn": "1094-1622", "author": [{"affiliation": [], "given": "Koji", "family": "Azuma"}, {"affiliation": [], "given": "Go", "family": "Kato"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": "2012-6-26", "link": [{"URL": "http://link.aps.org/article/10.1103/PhysRevA.85.060303", "intended-application": "syndication", "content-version": "vor", "content-type": "unspecified"}, {"URL": "http://harvest.aps.org/v2/journals/articles/10.1103/PhysRevA.85.060303/fulltext", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "accepted": null, "publisher": "American Physical Society (APS)", "doi": "10.1103/physreva.85.060303", "license": [{"URL": "http://link.aps.org/licenses/aps-default-license", "start": {"timestamp": 1340668800000, "date-time": "2012-06-26T00:00:00Z", "date-parts": [[2012, 6, 26]]}, "content-version": "vor", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1103/physreva.85.060303", "issn": [{"type": "print", "value": "1050-2947"}, {"type": "electronic", "value": "1094-1622"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Optimal entanglement manipulation via coherent-state transmission"], "funder": null, "datasourcePrefix": "crossref____"}
1108
{"best_oa_location_url": "", "issued": "1985", "abstract": [], "objIdentifier": "e9d4735a89b7d55d5dde96e727822499", "subject": null, "author": [{"affiliation": [], "given": "John", "family": "Rendle-Short"}, {"affiliation": [], "given": "O.P.", "family": "Gray"}, {"affiliation": [], "given": "J.A.", "family": "Dodge"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1985", "accepted": null, "publisher": "Elsevier", "doi": "10.1016/b978-1-4831-8407-4.50106-1", "license": null, "url": "http://dx.doi.org/10.1016/b978-1-4831-8407-4.50106-1", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["MENINGITIS"], "funder": null, "datasourcePrefix": "crossref____"}
1109
{"best_oa_location_url": "http://doi.org/10.1155/2014/215380", "issued": "2014", "abstract": "Background. The extent of brain damage in chronic stroke patients is traditionally defined as the necrotic tissue observed on magnetic resonance image (MRI). However, patients often exhibit symptoms suggesting that functional impairment may affect areas beyond the cortical necrotic lesion, for example, when cortical symptoms ensue after subcortical damage. This observation suggests that disconnection or diaschisis can lead to remote cortical dysfunction that can be functionally equivalent to direct cortical lesions. Objective. To directly measure subcortical disconnection after stroke. Methods. We describe a principled approach utilizing the whole brain connectome reconstructed from diffusion MRI to evaluate the reduction of apparent white matter fiber density in the hemisphere affected by the stroke compared with the spared hemisphere. Results. In eight chronic stroke patients, we observed subcortical disconnection extending beyond the location of tissue necrosis and affecting major white matter pathways underlying the necrotic area. Conclusions. We suggest that it is possible to detect and quantify previously unappreciated areas of subcortical and cortical disconnection. Specifically, this method can be used to evaluate the relationship between lesion location and symptoms, with emphasis on a connectivity-based approach.", "objIdentifier": "8a92c07333897c212f14f18bf97476e7", "pissn": "0953-4180", "subject": ["Neuropsychology and Physiological Psychology", "Neurology", "Clinical Neurology", "General Medicine"], "eissn": "1875-8584", "author": [{"affiliation": [{"name": "Department of Neurology, Medical University of South Carolina, Charleston, SC 29425, USA"}, {"name": "Comprehensive Epilepsy Center, Division of Neurology, Medical University of South Carolina, Charleston, SC 29425, USA"}], "given": "Leonardo", "family": "Bonilha"}, {"ORCID": "0000-0002-1294-4063", "affiliation": [{"name": "Department of Neurology, Medical University of South Carolina, Charleston, SC 29425, USA"}], "given": "Travis", "family": "Nesland"}, {"ORCID": "0000-0002-7554-6142", "affiliation": [{"name": "Department of Psychology, University of South Carolina, Columbia, SC 29208, USA"}], "given": "Chris", "family": "Rorden"}, {"ORCID": "0000-0002-9997-2170", "affiliation": [{"name": "Department of Communication Sciences and Disorders, University of South Carolina, Columbia, SC 29208, USA"}], "given": "Paul", "family": "Fillmore"}, {"affiliation": [{"name": "Department of Neurology, Medical University of South Carolina, Charleston, SC 29425, USA"}], "given": "Ruwan P.", "family": "Ratnayake"}, {"affiliation": [{"name": "Department of Communication Sciences and Disorders, University of South Carolina, Columbia, SC 29208, USA"}], "given": "Julius", "family": "Fridriksson"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": null, "link": [{"URL": "http://downloads.hindawi.com/journals/bn/2014/215380.pdf", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}, {"URL": "http://downloads.hindawi.com/journals/bn/2014/215380.xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/xml"}, {"URL": "http://downloads.hindawi.com/journals/bn/2014/215380.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2014", "accepted": null, "publisher": "Hindawi Limited", "doi": "10.1155/2014/215380", "license": [{"URL": "http://creativecommons.org/licenses/by/3.0/", "start": {"timestamp": 1388534400000, "date-time": "2014-01-01T00:00:00Z", "date-parts": [[2014, 1, 1]]}, "content-version": "vor", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1155/2014/215380", "issn": [{"type": "print", "value": "0953-4180"}, {"type": "electronic", "value": "1875-8584"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Mapping Remote Subcortical Ramifications of Injury after Ischemic Strokes"], "funder": [{"doi-asserted-by": "publisher", "DOI": "10.13039/100000002", "name": "National Institutes of Health", "award": ["U01DC011739 (JF)"]}], "datasourcePrefix": "crossref____"}
1110
{"best_oa_location_url": "", "issued": "2014-11-13", "abstract": "<jats:p>The existing literature on bias in interest group access faces the challenge that there is often no clear benchmark for judging whether a given distribution of interest groups involved in policy making is biased. To tackle this challenge, we link two new data sets on registered European Union (EU) interest groups and membership of the advisory committees of the European Commission and examine the factors affecting selection to these committees. Our approach allows us to qualify the conclusions of the existing literature. We see that, even if business interests dominate advisory committees, they are not generally privileged over other group types in the selection processes and their degree of access varies considerably between policy areas. Instead, supranational interest groups enjoy selection privileges, which are particularly pronounced on permanent committees. Finally, we find some evidence that, even though lobbying budgets are important for getting access, their value varies across group types. In this way, our study has implications for future theory building on resource exchanges between interest group types and decision makers.</jats:p>", "objIdentifier": "242d82c3ab4169f92656318c2d59f774", "pissn": "1755-7739", "subject": ["Political Science and International Relations", "Sociology and Political Science"], "eissn": "1755-7747", "author": [{"affiliation": [], "given": "Anne", "family": "Rasmussen"}, {"affiliation": [], "given": "Vlad", "family": "Gross"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2014-11-13", "link": [{"URL": "https://www.cambridge.org/core/services/aop-cambridge-core/content/view/S1755773914000228", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2015-8", "accepted": null, "publisher": "Cambridge University Press (CUP)", "doi": "10.1017/s1755773914000228", "license": null, "url": "http://dx.doi.org/10.1017/s1755773914000228", "issn": [{"type": "print", "value": "1755-7739"}, {"type": "electronic", "value": "1755-7747"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Biased access? Exploring selection to advisory committees"], "funder": null, "datasourcePrefix": "crossref____"}
1111
{"best_oa_location_url": "", "issued": "2011-3-01", "abstract": [], "objIdentifier": "c11e4a74dda432075cb2f4aae75a2673", "pissn": "1069-6563", "subject": ["Emergency Medicine", "General Medicine"], "author": [{"affiliation": [], "given": "Matthew", "family": "Dawson"}, {"affiliation": [], "given": "Michael", "family": "Mallin"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2011-3-14", "link": [{"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1111%2Fj.1553-2712.2010.00974.x", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2011-3", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1111/j.1553-2712.2010.00974.x", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", "start": {"timestamp": 1441065600000, "date-parts": [[2015, 9, 1]], "date-time": "2015-09-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 1645}], "url": "http://dx.doi.org/10.1111/j.1553-2712.2010.00974.x", "issn": [{"type": "print", "value": "1069-6563"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Emergency Department Ultrasound: A Resident’s Perspective"], "funder": null, "datasourcePrefix": "crossref____"}
1112
{"best_oa_location_url": "", "issued": "2005-3-3", "abstract": [], "objIdentifier": "2b79b61647a802ff54e8c142e744159a", "pissn": "0934-8387", "subject": ["Pulmonary and Respiratory Medicine"], "eissn": "1438-8790", "author": [{"affiliation": [], "given": "M", "family": "Wagner"}, {"affiliation": [], "given": "J", "family": "Kouchnir"}, {"affiliation": [], "given": "RD", "family": "Leistner"}, {"affiliation": [], "given": "GH", "family": "Wiest"}, {"affiliation": [], "given": "EG", "family": "Hahn"}, {"affiliation": [], "given": "JH", "family": "Ficker"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2005-3-3", "link": [{"URL": "http://www.thieme-connect.de/DOI/DOI?10.1055/s-2005-864471", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "accepted": null, "publisher": "Thieme Publishing Group", "doi": "10.1055/s-2005-864471", "license": null, "url": "http://dx.doi.org/10.1055/s-2005-864471", "issn": [{"type": "print", "value": "0934-8387"}, {"type": "electronic", "value": "1438-8790"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Hydrocodon/Midazolam vs. Midazolam/Placebo zur Prämedikation für die flexible Bronchoskopie"], "funder": null, "datasourcePrefix": "crossref____"}
1113
{"best_oa_location_url": "http://doi.org/10.1186/s40694-014-0007-6", "issued": "2014-10-14", "abstract": "In this review I give a personal perspective of how fungal biology has changed since I started my Ph. D. in 1963. At that time we were working in the shadow of the birth of molecular biology as an autonomous and reductionistic discipline, embodied in Crick’s central dogma. This first period was methodologically characterised by the fact that we knew what genes were, but we could not access them directly. This radically changed in the 70s-80s when gene cloning, reverse genetics and DNA sequencing become possible. The “next generation” sequencing techniques have produced a further qualitative revolutionary change. The ready access to genomes and transcriptomes of any microbial organism allows old questions to be asked in a radically different way and new questions to be approached. I provide examples chosen somewhat arbitrarily to illustrate some of these changes, from applied aspects to fundamental problems such as the origin of fungal specific genes, the evolutionary history of genes clusters and the realisation of the pervasiveness of horizontal transmission. Finally, I address how the ready availability of genomes and transcriptomes could change the status of model organisms.", "objIdentifier": "1adb24468016483ac8910483c07c7f2b", "subject": null, "accepted": null, "author": [{"affiliation": [], "given": "Claudio", "family": "Scazzocchio"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": "2014-10-14", "link": [{"URL": "http://link.springer.com/content/pdf/10.1186/s40694-014-0007-6", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2014-12", "eissn": "2054-3085", "publisher": "Springer Nature", "doi": "10.1186/s40694-014-0007-6", "license": null, "url": "http://dx.doi.org/10.1186/s40694-014-0007-6", "issn": [{"type": "electronic", "value": "2054-3085"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Fungal biology in the post-genomic era"], "funder": null, "datasourcePrefix": "crossref____"}
1114
{"best_oa_location_url": "", "issued": "2015-1-01", "abstract": "Although more than sixty hot springs have been reported in West Malaysia, their geochemistry, geothermometry and utilization as a potential energy source have not been considered yet. This study reports the geochemistry, geothermometry and mineral saturation indices of a number of hot springs in West Malaysia. The potential of these hot springs as a source of geothermal energy as well as their origin and possible mixing with surface cold waters have been discussed.#R##N##R##N#Surface temperatures of the studied hot springs range from 41 to 99 °C and pH values vary between 5.5 and 9. Geochemical data showed that among cations, Si, Na, Ca and K occur in relatively high contents, while Mg and Fe show very low concentrations. On the other hand, HCO3 is present in relatively high concentration compared to other anions (SO4, Cl and F). Data also illustrated that most of the studied hot springs are K–Na–bicarbonate rich waters although they represent different geological provenances in West Malaysia reflecting homogeneity in the geological formations and/or hydrochemical processes governing the characteristics of these waters. This homogeneity also indicates the insignificant effect of local geology on the chemistry of the studied hot springs. Saturation indices calculations of the studied thermal waters indicate that most of the secondary mineral phases such as goethite and hematite are apparently supersaturated while quartz and chalcedony are saturated. Conversely, amorphous silica is slightly under-saturated. These results suggest similar rock–water interactions for both geothermal and non-geothermal waters.#R##N##R##N#The geological settings of the studied hot springs either in or close to granitic masses or along the major fault or shear zones as well as the Na-bicarbonate nature of the waters and low sulfate concentrations suggest their non-volcanic origin. They are also similar in their geological setting and water chemistry to other non-volcanic hot springs in other parts of the world. However, the possible mixing of the original hot waters with near surface cold water is evident from the clear disagreement between the silica and cation geothermometers as well as the disequilibrium with their associated host rocks as indicated from the plot of studied hot springs in the Na–K–Mg ternary diagram and saturation indices calculations.#R##N##R##N#Quartz geothermometers gave equilibrium temperatures ranging from 93 °C in the Ayer Hangat hot spring to 154 °C in the Lojing hot spring. This requires 398 to 649 kJ/kg energy to heat the water suggesting an intermediate enthalpy. These results also pointed out that some of the studied hot springs have potential to generate adequate heat, which could be harnessed for energy generation upon further work to prove their viability.", "objIdentifier": "df048e48fe4e07cd370e98eba3002456", "pissn": "0377-0273", "subject": ["Geochemistry and Petrology", "Geophysics"], "author": [{"affiliation": [], "given": "Hassan", "family": "Baioumy"}, {"affiliation": [], "given": "Mohd", "family": "Nawawi"}, {"affiliation": [], "given": "Karl", "family": "Wagner"}, {"ORCID": "0000-0001-7924-7492", "affiliation": [], "given": "Mohd Hariri", "family": "Arifin"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0377027314003758?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S0377027314003758?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2015-1", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/j.jvolgeores.2014.11.014", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1420070400000, "date-time": "2015-01-01T00:00:00Z", "date-parts": [[2015, 1, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/j.jvolgeores.2014.11.014", "issn": [{"type": "print", "value": "0377-0273"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Geochemistry and geothermometry of non-volcanic hot springs in West Malaysia"], "funder": [{"doi-asserted-by": "crossref", "DOI": "10.13039/501100004595", "name": "Universiti Sains Malaysia", "award": ["304/PFIZIK/6313015"]}], "datasourcePrefix": "crossref____"}
1115
{"best_oa_location_url": "", "issued": "1999-1-01", "abstract": "The tetrapeptide, endomorphin-2 (Tyr-Pro-Phe-PheNH2) possesses high affinity for μ opioid receptors, and produces potent analgesia in mice. Its structure appears to satisfy the substrate requirements of the proteinase, dipeptidyl peptidase IV which removes dipeptides from the amino terminus of peptides containing proline as the penultimate amino acid. A potent, stable and specific inhibitor of this enzyme, Ala-Pyrrolidonyl-2-nitrile, has been described which should potentiate endomorphin-2-induced analgesia. Further, since dipeptidyl peptidase IV has an absolute requirement for l-Pro, a more metabolically-stable d-Pro2-endomorphin-2 analog should produce longer analgesic actions at lower doses. The present study found that endomorphin-2 was degraded approximately twice as fast than the chromogenic substrate, Ala-Pro-2naphthylamide, by dipeptidyl peptidase IV, whereas d-Pro2-endomorphin-2 was totally resistant to this enzyme's action. d-Pro2-endomorphin-2 (ED50=0.05 μg) was more potent than endomorphin-2 (ED50=30 μg) in significantly increasing tail-flick latencies with longer durations of action. Both the peptide and analogue were equipotent (ED50=0.5 μg) in significantly increasing jump thresholds. Ala-Pyrrolidonyl-2-nitrile (10–75 nmol) elicited a dose-dependent analgesia, and potentiated the analgesic actions of endomorphin-2, particularly on the tail-flick test. Whereas systemic naltrexone (2.5, 10 mg/kg) dose-dependently eliminated each of the three forms of analgesia on the jump test as well as the peak (15 min) effect on the tail-flick test, analgesia elicited by either endomorphin-2, d-Pro2-endomorphin-2 or Ala-Pyrrolidonyl-2-nitrile returned after 30–60 min in naltrexone-treated rats on the tail-flick test. These data strongly suggest that dipeptidyl peptidase IV plays a role in the inactivation of endomorphin-2 in vivo, and thereby modulates its central analgesic actions.", "objIdentifier": "d42aab6f3ef4d29fafe03e9db21ac205", "pissn": "0006-8993", "subject": ["Developmental Biology", "General Neuroscience", "Molecular Biology", "Clinical Neurology"], "author": [{"affiliation": [], "given": "Randi", "family": "Shane"}, {"affiliation": [], "given": "Sherwin", "family": "Wilk"}, {"affiliation": [], "given": "Richard J", "family": "Bodnar"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0006899398011214?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S0006899398011214?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "1999-1", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/s0006-8993(98)01121-4", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 915148800000, "date-parts": [[1999, 1, 1]], "date-time": "1999-01-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/s0006-8993(98)01121-4", "issn": [{"type": "print", "value": "0006-8993"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Modulation of endomorphin-2-induced analgesia by dipeptidyl peptidase IV"], "funder": null, "datasourcePrefix": "crossref____"}
1116
{"best_oa_location_url": "", "issued": "1998-10-01", "abstract": [], "objIdentifier": "ea8352e3b93d64c20b371abe3013fceb", "pissn": "1050-4648", "subject": ["Aquatic Science", "Environmental Chemistry", "General Medicine"], "author": [{"affiliation": [], "given": "ROSEMARIE C.", "family": "GANASSIN"}, {"affiliation": [], "given": "JASON", "family": "BARLOW"}, {"affiliation": [], "given": "NIELS C.", "family": "BOLS"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S1050464898901590?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S1050464898901590?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "1998-10", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1006/fsim.1998.0159", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 907200000000, "date-time": "1998-10-01T00:00:00Z", "date-parts": [[1998, 10, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1006/fsim.1998.0159", "issn": [{"type": "print", "value": "1050-4648"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Influence of glutamine on phytohemagglutinin stimulated mitogenesis of leucocytes from the rainbow trout head kidney"], "funder": null, "datasourcePrefix": "crossref____"}
1117
{"best_oa_location_url": "", "issued": "2016-12-01", "abstract": [], "objIdentifier": "ea6b4b8359dc2ac6686c3af057ac815f", "subject": null, "author": [{"affiliation": [], "given": "John", "family": "Frohnmayer"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0002", "value": "Book"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2016-12", "accepted": null, "publisher": "Common Ground Research Networks", "doi": "10.18848/978-1-61229-917-4/cgp", "license": null, "url": "http://dx.doi.org/10.18848/978-1-61229-917-4/cgp", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Socrates the Rower: How Rowing Informs Philosophy"], "funder": null, "datasourcePrefix": "crossref____"}
1118
{"best_oa_location_url": "", "issued": "1991", "abstract": [], "objIdentifier": "432f4d41f40e56d5759031153ba3fd39", "subject": null, "author": [{"affiliation": [], "given": "S.", "family": "Fujihara"}, {"affiliation": [], "given": "K.", "family": "Shimode"}, {"affiliation": [], "given": "M.", "family": "Nakamura"}, {"affiliation": [], "given": "S.", "family": "Kobayashi"}, {"affiliation": [], "given": "T.", "family": "Tsunematsu"}, {"affiliation": [], "given": "A.", "family": "Palsdottir"}, {"affiliation": [], "given": "O.", "family": "Jensson"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://link.springer.com/content/pdf/10.1007/978-94-011-3284-8_92", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1991", "accepted": null, "publisher": "Springer Netherlands", "doi": "10.1007/978-94-011-3284-8_92", "license": null, "url": "http://dx.doi.org/10.1007/978-94-011-3284-8_92", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Cerebral Amyloid Angiopathy Associated with Cerebral Hemorrhage with the Deposition of Cystatin C: Study on Japanese Cases"], "funder": null, "datasourcePrefix": "crossref____"}
1119
{"best_oa_location_url": "", "issued": "2006-5-01", "abstract": "In this paper, we propose a new method for estimating the instantaneous bit error rate (iBER) of the Multi Band OFDM UWB communications based on the distribution of received signal to noise ratio on each subcarrier. In order to maximize the link throughput, frame sizes of the link layer are dynamically and optimally tuned based on this iBER estimates. Next, we implement an opportunistic channel access scheme in the context of IEEE 802.15.3 WPAN superframe structure. In this method, individual links' time allocations are determined proportionally with respect to their link efficiencies. Simulation results show that the proposed link and access schemes based on iBER estimates enhance the total network throughput significantly.", "objIdentifier": "5c478384881eac9dea032a506166ede8", "subject": null, "author": [{"affiliation": [], "given": "Engin", "family": "Masazade"}, {"affiliation": [], "given": "Mehmet", "family": "Keskinoz"}, {"affiliation": [], "given": "Ozgur", "family": "Gurbuz"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0004", "value": "Conference object"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://xplorestaging.ieee.org/ielx5/4302638/4302639/04302654.pdf?arnumber=4302654", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2006-5", "accepted": null, "publisher": "IEEE", "doi": "10.1109/lisat.2006.4302654", "license": null, "url": "http://dx.doi.org/10.1109/lisat.2006.4302654", "issn": null, "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Proportional Time Sharing with Frame Size Adaptation for MB-OFDM based UWB WPANs"], "funder": null, "datasourcePrefix": "crossref____"}
1120
{"best_oa_location_url": "", "issued": "2011", "abstract": "This study demonstrates the detrimental impact of Cr on the electronic conductivity of a $LaNi_{0.6}Fe_{0.4}O_3$ (LNF) porous cathode layer at 800 oC. Vapor transport of Cr-species, originating from a porous metallic foam, and subsequent reaction with LNF results in a decrease of the electronic conductivity of the LNF-layer. Cr has been detected throughout the whole cross-section of the LNF-layer. Transmission electron microscopy revealed that Cr is gradually incorporated into the LNF-grains, while Ni is proportionally expelled. The progressing Cr deposition and penetration into the LNF-grains most likely explains the electronic conductivity drop. The Cr-poisoning impact on the electronic conductivity of the LNF porous layer is considerably smaller at 600oC than at 800oC. A tentative mechanism for the Cr attack and its influence on the electronic conductivity of the LNF layer will be presented.", "objIdentifier": "8570c11f0c3961e313a95e4c0f145239", "subject": null, "author": [{"affiliation": [], "given": "Maciej K.", "family": "Stodolny"}, {"affiliation": [], "given": "Bernard", "family": "Boukamp"}, {"affiliation": [], "given": "Frans", "family": "Van Berkel"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0004", "value": "Conference object"}, "is_oa": false, "published-online": null, "link": [{"URL": "https://syndication.highwire.org/content/doi/10.1149/1.3570194", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2011", "accepted": null, "publisher": "ECS", "doi": "10.1149/1.3570194", "license": null, "url": "http://dx.doi.org/10.1149/1.3570194", "issn": null, "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Impact of the Volatile Cr-Species' Attack on the Conductivity of La(Ni,Fe)O"], "funder": null, "datasourcePrefix": "crossref____"}
1121
{"best_oa_location_url": "", "issued": "1987-1-01", "abstract": "Observations of absorption in the 1.3 cm (J,K) = (1,1) amd (2,2) lines of NH3 toward the ultracompact H II region W3(OH) made at subarcsecond resolution with the VLA are reported. Maps of optical depth, beam-filling factor, column density, and rotational temperature are presented. The NH3 absorption is similar to the OH maser emission in velocity, extent, and location, a result which suggests that both species are constituents of the same clumpy molecular envelope. The optical depths are nearly constant across the maps, while the beam-filling factors and the (2,2)-(1,1) rotational temperature decrease from west to east. The NH3 maps and the OH maser results indicate that the thermal and turbulent pressures in the ultracompact H II region are comparable to the magnetic and ram pressures from the surrounding neutral material that appears to be falling inward. 27 references.", "objIdentifier": "bbbdb13e849bfe98bebba10b975e0153", "pissn": "0004-637X", "subject": ["Space and Planetary Science", "Astronomy and Astrophysics"], "eissn": "1538-4357", "author": [{"affiliation": [], "given": "Mark J.", "family": "Reid"}, {"affiliation": [], "given": "Philip C.", "family": "Myers"}, {"affiliation": [], "given": "John H.", "family": "Bieging"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1987-1", "accepted": null, "publisher": "IOP Publishing", "doi": "10.1086/164929", "license": null, "url": "http://dx.doi.org/10.1086/164929", "issn": [{"type": "print", "value": "0004-637X"}, {"type": "electronic", "value": "1538-4357"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["The circumstellar envelope of W3(OH) - NH3 observations"], "funder": null, "datasourcePrefix": "crossref____"}
1122
{"best_oa_location_url": "", "issued": "1989", "abstract": "The main ring polarimeters and injection polarimeters for the proton beam at the KEK 12 Gev proton synchrotron are discussed. The design philosophies of these internal polarimeters are given.(AIP)", "objIdentifier": "cf825d6e8032ea4de33b0a90435d080f", "pissn": "0094-243X", "subject": null, "author": [{"affiliation": [], "given": "H.", "family": "Sato"}, {"affiliation": [], "given": "S.", "family": "Hiramatsu"}, {"affiliation": [], "given": "T.", "family": "Toyama"}, {"affiliation": [], "given": "D.", "family": "Arakawa"}, {"affiliation": [], "given": "K.", "family": "Imai"}, {"affiliation": [], "given": "C.", "family": "Ohmori"}, {"affiliation": [], "given": "J. A.", "family": "Holt"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0004", "value": "Conference object"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1989", "accepted": null, "publisher": "AIP", "doi": "10.1063/1.38362", "license": null, "url": "http://dx.doi.org/10.1063/1.38362", "issn": [{"type": "print", "value": "0094-243X"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Internal polarimeters for the polarized proton beam at the KEK 12 GeV PS"], "funder": null, "datasourcePrefix": "crossref____"}
1123
{"best_oa_location_url": "", "issued": "1997-8-26", "abstract": "The kinetics of photoconductivity and the spectral photosensitivity of a semiconductor with anisotropic electroconductivity in nonhomogeneous electric field has been investigated. Photoconductivity of germanium samples of ringlike geometry was studied experimentally and theoretically. The main results are: decay of the photocurrent in a semiconductor in the presence of the transverse gradient of electric field differs form the exponential one and depends on mutual directions of the gradient and the drift of the carriers; a photodetector with parameters reversibly controlled by electric and magnetic fields is possible. It was found that spectral photosensitivity is of either selective or bolometric type depending on mutual directions of incident light, the gradient of electric field, and of drift of carriers.© (1997) COPYRIGHT SPIE--The International Society for Optical Engineering. Downloading of the abstract is permitted for personal use only.", "objIdentifier": "721c0b85ec8615b8667ce2731de1fd65", "subject": null, "author": [{"affiliation": [], "given": "Arthur", "family": "Medvids"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0004", "value": "Conference object"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://proceedings.spiedigitallibrary.org/proceeding.aspx?articleid=931261", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1997-8-26", "accepted": null, "publisher": "SPIE", "doi": "10.1117/12.280426", "license": null, "url": "http://dx.doi.org/10.1117/12.280426", "issn": null, "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["<title>Photoconductivity of a semiconductor with transverse gradient of electric field</title>"], "funder": null, "datasourcePrefix": "crossref____"}
1124
{"best_oa_location_url": "", "issued": "2011-1-01", "abstract": "As one of the interpretation tools of subsurface structures, we are developing a seismic attribute using attenuation, which provides spatial variation of relative attenuation. Recent laboratory measurements have indicated clear relationships between seismic attenuation and physical properties of rocks, for example, porosity and frictional strength of fault contact. The attenuation can be estimated from change in not only amplitude but also frequency contents, therefore obvious reflections having high amplitudes are not necessarily required in the attenuation attribute analysis. So this analysis can be applied to less reflective areas, such as volcanic areas and highly faulted zones, where the conventional seismic reflection methods that basically depends on amplitudes rarely provides useful information on structures and physical properties. In this paper, we would like to demonstrate two application examples of the seismic attenuation attribute. The first example is to map earthquake swarm activity in a volcanic area. Resulting attenuation profiles clearly figured out earthquake swarm activity caused by magma intrusions. The swarm activity in volcanic areas can be understood as open-crack development by hydrofracturing in reservoir rocks. In the second example, which is a trial to fault seal evaluation in an oil field, resulting spatialvariation in Q appears to be proportional to strength of fault seal. Higher Q values are observed along a fault that works as a lateral seal of hydrocarbon, whereas lower Q values are seen along faults that don’t form hydrocarbon traps.", "objIdentifier": "f9ba2c50275539e1f0858738dd4143c9", "subject": null, "author": [{"affiliation": [], "given": "Tetsuro", "family": "Tsuru"}, {"affiliation": [], "given": "Tetsuo", "family": "No"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0004", "value": "Conference object"}, "is_oa": false, "published-online": "2012-10-29", "link": null, "published-print": "2011-1", "accepted": null, "publisher": "Society of Exploration Geophysicists of Japan", "doi": "10.1190/segj102011-001.37", "license": null, "url": "http://dx.doi.org/10.1190/segj102011-001.37", "issn": null, "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Seismic attenuation attribute and its implication to physical property analyses in less-reflective areas"], "funder": null, "datasourcePrefix": "crossref____"}
1125
{"best_oa_location_url": "", "issued": "2016", "abstract": "New bifunctional derivatives of 1,3-alternate tetrathiacalix[4]arene decorated with carboxylic, ester, hydrazide and/or hydrazone groups have been synthesized with good yields using the tetrathiacalix[4]arene derivatives with incorporated pairs of carboxylic and ester groups as versatile building blocks. The structural peculiarities of the obtained bifunctional compounds have been investigated by means of X-ray analysis, IR and NMR spectroscopy. The recognition ability of the synthesized macrocycles towards some alkali, alkali-earth and transition metal ions has been investigated applying a solvent extraction method. The results showed that the structure of a calix[4]arene platform as well as the nature of functional substitutes located on opposite sides of the macrocycle are critical for the coordination properties of the synthesized compounds.", "objIdentifier": "490a882c30e5a4597756feeb6e78c029", "subject": ["General Chemistry", "General Chemical Engineering"], "accepted": null, "author": [{"ORCID": "0000-0002-4609-1134", "affiliation": [{"name": "A. E. Arbuzov Institute of Organic and Physical Chemistry"}, {"name": "Kazan Scientific Center of Russian Academy of Sciences"}, {"name": "Kazan"}, {"name": "Russia"}], "given": "Sergey N.", "family": "Podyachev"}, {"affiliation": [{"name": "Kazan National Research Technological University"}, {"name": "Kazan"}, {"name": "Russia"}], "given": "Gulnaz Sh.", "family": "Gimazetdinova"}, {"affiliation": [{"name": "A. E. Arbuzov Institute of Organic and Physical Chemistry"}, {"name": "Kazan Scientific Center of Russian Academy of Sciences"}, {"name": "Kazan"}, {"name": "Russia"}], "given": "Aidar T.", "family": "Gubaidullin"}, {"affiliation": [{"name": "A. E. Arbuzov Institute of Organic and Physical Chemistry"}, {"name": "Kazan Scientific Center of Russian Academy of Sciences"}, {"name": "Kazan"}, {"name": "Russia"}], "given": "Victor V.", "family": "Syakaev"}, {"affiliation": [{"name": "A. E. Arbuzov Institute of Organic and Physical Chemistry"}, {"name": "Kazan Scientific Center of Russian Academy of Sciences"}, {"name": "Kazan"}, {"name": "Russia"}], "given": "Svetlana N.", "family": "Sudakova"}, {"affiliation": [{"name": "A. E. Arbuzov Institute of Organic and Physical Chemistry"}, {"name": "Kazan Scientific Center of Russian Academy of Sciences"}, {"name": "Kazan"}, {"name": "Russia"}], "given": "Bulat M.", "family": "Gabidullin"}, {"affiliation": [{"name": "A. E. Arbuzov Institute of Organic and Physical Chemistry"}, {"name": "Kazan Scientific Center of Russian Academy of Sciences"}, {"name": "Kazan"}, {"name": "Russia"}], "given": "Vladimir T.", "family": "Ivanov"}, {"affiliation": [{"name": "A. E. Arbuzov Institute of Organic and Physical Chemistry"}, {"name": "Kazan Scientific Center of Russian Academy of Sciences"}, {"name": "Kazan"}, {"name": "Russia"}], "given": "Edward L.", "family": "Gogolashvili"}, {"affiliation": [{"name": "A. E. Arbuzov Institute of Organic and Physical Chemistry"}, {"name": "Kazan Scientific Center of Russian Academy of Sciences"}, {"name": "Kazan"}, {"name": "Russia"}], "given": "Alexander I.", "family": "Konovalov"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2016", "link": [{"URL": "http://pubs.rsc.org/en/content/articlepdf/2016/RA/C6RA01730D", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "eissn": "2046-2069", "publisher": "Royal Society of Chemistry (RSC)", "doi": "10.1039/c6ra01730d", "license": null, "url": "http://dx.doi.org/10.1039/c6ra01730d", "issn": [{"type": "electronic", "value": "2046-2069"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Synthesis, structure and coordination properties of novel bifunctional carboxylic derivatives of 1,3-alternate tetrathiacalix[4]arene"], "funder": null, "datasourcePrefix": "crossref____"}
1126
{"best_oa_location_url": "", "issued": "2008-9-1", "abstract": "The dramatically different DNA-binding properties of the two isomeric forms of a photochromic spiropyran have been demonstrated, enabling photoswitched DNA binding. The closed, UV-absorbing form shows no signs of interaction with DNA. Upon UV exposure the spiropyran is isomerized to the open form that binds to DNA by intercalation. The process is fully reversible as the corresponding dissociation process is induced by visible light.", "objIdentifier": "6fbe23dc1bd15597a9c75b473c4a6e25", "pissn": "0261-3166", "subject": ["General Medicine"], "eissn": "1746-8272", "author": [{"affiliation": [], "given": "J.", "family": "Andreasson"}, {"affiliation": [], "given": "J.", "family": "Andersson"}, {"affiliation": [], "given": "P.", "family": "Lincoln"}, {"affiliation": [], "given": "S.", "family": "Li"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://academic.oup.com/nass/article-pdf/52/1/675/3869197/nrn341.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2008-9-1", "accepted": null, "publisher": "Oxford University Press (OUP)", "doi": "10.1093/nass/nrn341", "license": null, "url": "http://dx.doi.org/10.1093/nass/nrn341", "issn": [{"type": "print", "value": "0261-3166"}, {"type": "electronic", "value": "1746-8272"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Photo-Switched DNA-Binding of a Photochromic Spiropyran"], "funder": null, "datasourcePrefix": "crossref____"}
1127
{"best_oa_location_url": "", "issued": "2012-1-01", "abstract": "A group of novel nitric oxide (NO) donating chalcone derivatives was prepared by binding various amino chalcones with different NO donating moieties including; nitrate ester, oximes and furoxans. Most of the prepared compounds showed significant anti-inflammatory activity using carrageenan-induced rat paw edema method compared with indomethacin. The prepared compounds exhibited more protection than indomethacin in regard to gastric toxicity. Histopathological investigation confirmed the beneficial effects of the NO releasing compounds in reducing ulcer formation. The incorporation of the NO-donating group into the parent chalcone derivatives caused a moderate increase in the anti-inflammatory activity with a marked decrease in gastric ulcerations compared to their parent chalcone derivatives.", "objIdentifier": "82aa5c53608ed245972388f77337779e", "pissn": "0968-0896", "subject": ["Organic Chemistry", "Clinical Biochemistry", "Molecular Medicine", "Biochemistry", "Molecular Biology", "Drug Discovery", "Pharmaceutical Science"], "author": [{"affiliation": [], "given": "Gamal El-Din A.A.", "family": "Abuo-Rahma"}, {"affiliation": [], "given": "Mohamed", "family": "Abdel-Aziz"}, {"affiliation": [], "given": "Mai A.E.", "family": "Mourad"}, {"affiliation": [], "given": "Hassan H.", "family": "Farag"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0968089611009382?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S0968089611009382?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2012-1", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/j.bmc.2011.11.012", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1325376000000, "date-time": "2012-01-01T00:00:00Z", "date-parts": [[2012, 1, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/j.bmc.2011.11.012", "issn": [{"type": "print", "value": "0968-0896"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Synthesis, anti-inflammatory activity and ulcerogenic liability of novel nitric oxide donating/chalcone hybrids"], "funder": null, "datasourcePrefix": "crossref____"}
1128
{"best_oa_location_url": "", "issued": "2012-12-01", "abstract": [], "objIdentifier": "c85068a2b4a87e79fec962944e257a1b", "pissn": "0271-0749", "subject": ["Pharmacology (medical)", "Psychiatry and Mental health"], "author": [{"affiliation": [], "given": "Young-Chul", "family": "Chung"}, {"affiliation": [], "given": "Tae-Won", "family": "Park"}, {"affiliation": [], "given": "Jong-Chul", "family": "Yang"}, {"affiliation": [], "given": "Guang-Biao", "family": "Huang"}, {"affiliation": [], "given": "Tong", "family": "Zhao"}, {"affiliation": [], "given": "Keun-Young", "family": "Oh"}, {"affiliation": [], "given": "Min-Gul", "family": "Kim"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2012-12", "accepted": null, "publisher": "Ovid Technologies (Wolters Kluwer Health)", "doi": "10.1097/jcp.0b013e318272d10c", "license": null, "url": "http://dx.doi.org/10.1097/jcp.0b013e318272d10c", "issn": [{"type": "print", "value": "0271-0749"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Cognitive Effects of a Single Dose of Atypical Antipsychotics in Healthy Volunteers Compared With Placebo or Haloperidol"], "funder": null, "datasourcePrefix": "crossref____"}
1129
{"best_oa_location_url": "", "issued": "2003-11-01", "abstract": "Although combustion is essential in most energy generation processes, it is one of the major causes of air pollution. Spiral fin exhaust pipes were designed to study the effect of cooling the recirculated exhaust gases (EGR) of Diesel engines on the chemical composition of the exhaust gases and the reduction in the percentages of pollutant emissions. The gases examined in this study were oxides of nitrogen (NOx), carbon dioxide (CO2) and carbon monoxide (CO). In addition, O2 concentration in the exhaust was measured. The two designs adopted in this study were exhaust pipes with solid and hollow fins around them. The first type uses air flow around the fins to cool the exhaust gases. The second type consists of hollow fins around the exhaust pipe to allow cooling water to flow in the hollow passage. Different combinations and arrangements of the solid and hollow fins exhaust pipes were used. It was found that decreasing the temperature of the EGR resulted in reductions in the oxides of nitrogen (NOx) and carbon dioxide (CO2) but increased the carbon monoxide (CO) in the exhaust gases. In addition, the oxygen (O2) concentration in the exhaust was decreased. As a general trend, the percentages of reduction in the NOx gas concentrations were lower than the percentages of increase in the CO emissions as a result of cooling the EGR of a Diesel engine by a heat exchanger. Using water as a cooling medium decreased the exhaust gases temperature and the amount of pollutants more than did air as a cooling medium. In a separate series of tests, increasing the cooled EGR ratios decreased the exhaust NOx but increased the particulate matter concentrations in the exhaust gases.", "objIdentifier": "abb18338ab8459b4ede332b8a2c506d8", "pissn": "0196-8904", "subject": ["Fuel Technology", "Renewable Energy, Sustainability and the Environment", "Energy Engineering and Power Technology", "Nuclear Energy and Engineering"], "author": [{"ORCID": "0000-0002-4852-2217", "affiliation": [], "given": "Nidal H.", "family": "Abu-Hamdeh"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0196890403000773?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S0196890403000773?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2003-11", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/s0196-8904(03)00077-3", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1067644800000, "date-time": "2003-11-01T00:00:00Z", "date-parts": [[2003, 11, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/s0196-8904(03)00077-3", "issn": [{"type": "print", "value": "0196-8904"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Effect of cooling the recirculated exhaust gases on diesel engine emissions"], "funder": null, "datasourcePrefix": "crossref____"}
1130
{"best_oa_location_url": "", "issued": "2014-3-01", "abstract": [], "objIdentifier": "51d10e5d710a73d18f47316eb3e7a8c2", "pissn": "1225-8571", "subject": null, "author": [{"affiliation": [], "family": "박상철"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2014-3", "accepted": null, "publisher": "Association of Korean Language Education Research", "doi": "10.20880/kler.2014.49.1.361", "license": null, "url": "http://dx.doi.org/10.20880/kler.2014.49.1.361", "issn": [{"type": "print", "value": "1225-8571"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["A Case Study on the Literature Class’ Recomposition through the Practical Knowledge’s ‘Orientation’"], "funder": null, "datasourcePrefix": "crossref____"}
1131
{"best_oa_location_url": "", "issued": "1974-4-01", "abstract": [], "objIdentifier": "9b41a9148401ab7ca994e9f6fec2c28a", "pissn": "0303-402X", "subject": ["Physical and Theoretical Chemistry", "Colloid and Surface Chemistry", "Materials Chemistry", "Polymers and Plastics"], "eissn": "1435-1536", "author": [{"affiliation": [], "given": "V. N.", "family": "Tsvetkov"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://link.springer.com/content/pdf/10.1007/BF01551202", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1974-4", "accepted": null, "publisher": "Springer Nature", "doi": "10.1007/bf01551202", "license": null, "url": "http://dx.doi.org/10.1007/bf01551202", "issn": [{"type": "print", "value": "0303-402X"}, {"type": "electronic", "value": "1435-1536"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Molekulare Konformation, hydrodynamische, dynamooptische und elektrooptische Eigenschaften von Polymeren mit Leiterstruktur in Lösungen"], "funder": null, "datasourcePrefix": "crossref____"}
1132
{"best_oa_location_url": "", "issued": "None", "abstract": [], "objIdentifier": "b1e7cf79fa845da53c28179962804379", "subject": null, "author": [{"affiliation": [], "given": "Alexander", "family": "Himme"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/978-3-8349-9121-8_25", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "accepted": null, "publisher": "Gabler", "doi": "10.1007/978-3-8349-9121-8_25", "license": null, "url": "http://dx.doi.org/10.1007/978-3-8349-9121-8_25", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Gütekriterien der Messung: Reliabilität, Validität und Generalisierbarkeit"], "funder": null, "datasourcePrefix": "crossref____"}
1133
{"best_oa_location_url": "", "issued": "None", "abstract": [], "objIdentifier": "566855dbf2049c94ec75ebadb7b9fcfd", "subject": null, "author": [{"affiliation": [], "given": "Robert B.", "family": "Griffiths"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": null, "published-print": null, "accepted": null, "publisher": "Cambridge University Press", "doi": "10.1017/cbo9780511606052.018", "license": null, "url": "http://dx.doi.org/10.1017/cbo9780511606052.018", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Measurements I"], "funder": null, "datasourcePrefix": "crossref____"}
1134
{"best_oa_location_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.20.8312", "issued": "2001-4-1", "abstract": [], "objIdentifier": "8da3adf2deadd9415d75974d18a39ece", "pissn": "1022-1344", "subject": ["Inorganic Chemistry", "Organic Chemistry", "Materials Chemistry", "Polymers and Plastics", "Condensed Matter Physics"], "eissn": "1521-3919", "author": [{"affiliation": [], "given": "Oliver", "family": "Hahn"}, {"affiliation": [], "given": "Luigi Delle", "family": "Site"}, {"affiliation": [], "given": "Kurt", "family": "Kremer"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": null, "link": [{"URL": "http://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1002%2F1521-3919(20010401)10:4%3C288::AID-MATS288%3E3.3.CO;2-Z", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2001-4-1", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1002/1521-3919(20010401)10:4<288::aid-mats288>3.3.co;2-z", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1", "start": {"timestamp": 1441065600000, "date-parts": [[2015, 9, 1]], "date-time": "2015-09-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 5266}], "url": "http://dx.doi.org/10.1002/1521-3919(20010401)10:4<288::aid-mats288>3.3.co;2-z", "issn": [{"type": "print", "value": "1022-1344"}, {"type": "electronic", "value": "1521-3919"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Simulation of Polymer Melts: From Spherical to Ellipsoidal Beads"], "funder": null, "datasourcePrefix": "crossref____"}
1135
{"best_oa_location_url": "http://arxiv.org/abs/1302.2704", "issued": "2015-5-6", "abstract": "Let $\\{U_t \\}_{t \\in {\\mathbb D}}$ be a family of topological disks on the Riemann sphere containing the origin 0 whose boundaries undergo a holomorphic motion over the unit disk $\\mathbb D$. We study the question of when there exists a family of Riemann maps $g_t:({\\mathbb D},0) \\to (U_t,0)$ which depends holomorphically on the parameter $t$. We give five equivalent conditions which provide analytic, dynamical and measure-theoretic characterizations for the existence of the family $\\{g_t \\}_{t \\in {\\mathbb D}}$, and explore the consequences.", "objIdentifier": "85997475e72366fb35bf073ef56546d0", "pissn": "0002-9947", "subject": ["Applied Mathematics", "General Mathematics"], "eissn": "1088-6850", "author": [{"affiliation": [], "given": "Saeed", "family": "Zakeri"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": null, "link": null, "published-print": "2015-5-6", "accepted": null, "publisher": "American Mathematical Society (AMS)", "doi": "10.1090/tran/6362", "license": null, "url": "http://dx.doi.org/10.1090/tran/6362", "issn": [{"type": "print", "value": "0002-9947"}, {"type": "electronic", "value": "1088-6850"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Conformal fitness and uniformization of holomorphically moving disks"], "funder": null, "datasourcePrefix": "crossref____"}
1136
{"best_oa_location_url": "", "issued": "1906-12-01", "abstract": [], "objIdentifier": "a61c19ab454a285fe20cbbeb4e7e3bbe", "pissn": "0009-725X", "subject": ["General Mathematics"], "eissn": "1973-4409", "author": [{"affiliation": [], "given": "Luciano", "family": "Orlando"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/BF03013481", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1906-12", "accepted": null, "publisher": "Springer Nature", "doi": "10.1007/bf03013481", "license": null, "url": "http://dx.doi.org/10.1007/bf03013481", "issn": [{"type": "print", "value": "0009-725X"}, {"type": "electronic", "value": "1973-4409"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Sull’integrazione della Δ2 in un campo chiuso e convesso"], "funder": null, "datasourcePrefix": "crossref____"}
1137
{"best_oa_location_url": "http://doi.org/10.1016/s0969-2126(01)00677-3", "issued": "2001-11-01", "abstract": [], "objIdentifier": "1d4bd391fda4396deb479b5e8292b2f4", "pissn": "0969-2126", "subject": ["Molecular Biology", "Structural Biology"], "author": [{"affiliation": [], "given": "Chosen", "family": "by Robert Liddington"}, {"affiliation": [], "given": "Christin", "family": "Frederick"}, {"affiliation": [], "given": "Stephen D", "family": "Fuller"}, {"affiliation": [], "given": "Sophie", "family": "Jackson"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0969212601006773?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S0969212601006773?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2001-11", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/s0969-2126(01)00677-3", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1004572800000, "date-time": "2001-11-01T00:00:00Z", "date-parts": [[2001, 11, 1]]}, "content-version": "tdm", "delay-in-days": 0}, {"URL": "http://www.elsevier.com/open-access/userlicense/1.0/", "start": {"timestamp": 1374019200000, "date-time": "2013-07-17T00:00:00Z", "date-parts": [[2013, 7, 17]]}, "content-version": "vor", "delay-in-days": 4276}], "url": "http://dx.doi.org/10.1016/s0969-2126(01)00677-3", "issn": [{"type": "print", "value": "0969-2126"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Paper alert"], "funder": null, "datasourcePrefix": "crossref____"}
1138
{"best_oa_location_url": "", "issued": "1987", "abstract": [], "objIdentifier": "9962d0e9dd09310a46c76701bb3f488d", "subject": null, "author": [{"affiliation": [], "given": "H. A.", "family": "Morris"}, {"affiliation": [], "given": "S. R.", "family": "Tatini"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://link.springer.com/content/pdf/10.1007/978-94-017-5571-9_21", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1987", "accepted": null, "publisher": "Springer Netherlands", "doi": "10.1007/978-94-017-5571-9_21", "license": null, "url": "http://dx.doi.org/10.1007/978-94-017-5571-9_21", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Progress in Cheese Technology — Safety Aspects with Microbiological Emphasis"], "funder": null, "datasourcePrefix": "crossref____"}
1139
{"best_oa_location_url": "", "issued": "2015-2-18", "abstract": "In this study, the catalytic cycle for the production of formic acid by CO₂ hydrogenation and the reverse reaction has received renewed attention because they are viewed as offering a viable scheme for hydrogen storage and release. In this Forum Article, CO₂ hydrogenation catalyzed by iridium complexes bearing N^N-bidentate ligands is reported. We describe how a ligand containing hydroxyl groups as proton-responsive substituents enhances catalytic performance by an electronic effect of the oxyanions and a pendent-base effect through secondary coordination sphere interaction. In particular, [(Cp*IrCl)₂(TH2BPM)]Cl₂ (Cp* = pentamethyl cyclopentadienyl, TH2BPM = 4,4',6,6'-tetrahydroxy-2,2'-bipyrimidine) promotes enormously the catalytic hydrogenation of CO₂ by these synergistic effects under atmospheric pressure and at room temperature. Additionally, newly designed complexes with azole-type ligands are applied to CO₂ hydrogenation. The catalytic efficiencies of the azole-type complexes are much higher than that of the unsubstituted bipyridine complex [Cp*Ir(bpy)(OH₂)]SO₄. Furthermore, the introduction of one or more hydroxyl groups into ligands such as 2-pyrazolyl-6-hydroxypyridine, 2-pyrazolyl-4,6-dihydroxyl pyrimidine, and 4-pyrazolyl-2,6-dihydroxyl pyrimidine enhanced catalytic activity. It is clear that the incorporation of electron-donating hydroxyl groups into proton-responsive ligands is effective for promoting the hydrogenation of CO₂.", "objIdentifier": "8b8b6cf0a36e8f11f7fdc69a087b9bd7", "pissn": "0020-1669", "subject": ["Physical and Theoretical Chemistry", "Inorganic Chemistry"], "eissn": "1520-510X", "author": [{"affiliation": [{"name": "National Institute of Advanced Industrial Science and Technology, Tsukuba Central 5, 1-1-1 Higashi, Tsukuba, Ibaraki 305-8565, Japan"}, {"name": "Japan Science and Technology Agency (JST), ACT-C, 4-1-8 Honcho, Kawaguchi, Saitama 332-0012, Japan"}], "given": "Naoya", "family": "Onishi"}, {"affiliation": [{"name": "National Institute of Advanced Industrial Science and Technology, Tsukuba Central 5, 1-1-1 Higashi, Tsukuba, Ibaraki 305-8565, Japan"}, {"name": "Japan Science and Technology Agency (JST), ACT-C, 4-1-8 Honcho, Kawaguchi, Saitama 332-0012, Japan"}], "given": "Shaoan", "family": "Xu"}, {"ORCID": "0000-0001-5872-3365", "affiliation": [{"name": "National Institute of Advanced Industrial Science and Technology, Tsukuba Central 5, 1-1-1 Higashi, Tsukuba, Ibaraki 305-8565, Japan"}], "given": "Yuichi", "family": "Manaka"}, {"affiliation": [{"name": "National Institute of Advanced Industrial Science and Technology, Tsukuba Central 5, 1-1-1 Higashi, Tsukuba, Ibaraki 305-8565, Japan"}], "given": "Yuki", "family": "Suna"}, {"ORCID": "0000-0002-5943-4589", "affiliation": [{"name": "National Institute of Advanced Industrial Science and Technology, Tsukuba Central 5, 1-1-1 Higashi, Tsukuba, Ibaraki 305-8565, Japan"}], "given": "Wan-Hui", "family": "Wang"}, {"affiliation": [{"name": "Chemistry\rDepartment, Brookhaven National Laboratory (BNL), Upton, New York 11973, United States"}], "given": "James T.", "family": "Muckerman"}, {"affiliation": [{"name": "Chemistry\rDepartment, Brookhaven National Laboratory (BNL), Upton, New York 11973, United States"}], "given": "Etsuko", "family": "Fujita"}, {"affiliation": [{"name": "National Institute of Advanced Industrial Science and Technology, Tsukuba Central 5, 1-1-1 Higashi, Tsukuba, Ibaraki 305-8565, Japan"}, {"name": "Japan Science and Technology Agency (JST), ACT-C, 4-1-8 Honcho, Kawaguchi, Saitama 332-0012, Japan"}], "given": "Yuichiro", "family": "Himeda"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2015-2-18", "link": [{"URL": "http://pubs.acs.org/doi/pdf/10.1021/ic502904q", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2015-6", "accepted": null, "publisher": "American Chemical Society (ACS)", "doi": "10.1021/ic502904q", "license": null, "url": "http://dx.doi.org/10.1021/ic502904q", "issn": [{"type": "print", "value": "0020-1669"}, {"type": "electronic", "value": "1520-510X"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["CO2 Hydrogenation Catalyzed by Iridium Complexes with a Proton-Responsive Ligand"], "funder": [{"doi-asserted-by": "publisher", "DOI": "10.13039/501100002241", "name": "Japan Science and Technology Agency", "award": []}], "datasourcePrefix": "crossref____"}
1140
{"best_oa_location_url": "", "issued": "1965-3-01", "abstract": [], "objIdentifier": "46f6c1f0fcaf9c9528e799cb65cc0d1a", "pissn": "2164-5124", "subject": null, "author": [{"affiliation": [], "given": "LOUIS", "family": "BEIRNAERT"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2012-1-3", "link": [{"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1002%2Fj.2164-5183.1965.tb00458.x", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1965-3", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1002/j.2164-5183.1965.tb00458.x", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", "start": {"timestamp": 1441065600000, "date-time": "2015-09-01T00:00:00Z", "date-parts": [[2015, 9, 1]]}, "content-version": "tdm", "delay-in-days": 18446}], "url": "http://dx.doi.org/10.1002/j.2164-5183.1965.tb00458.x", "issn": [{"type": "print", "value": "2164-5124"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Psychological Predisposition for Sanctity"], "funder": null, "datasourcePrefix": "crossref____"}
1141
{"best_oa_location_url": "http://www.ncbi.nlm.nih.gov/pmc/articles/PMC5030033", "issued": "2016-8-19", "abstract": "Hepatobiliary metabolism is one of the major functions of the liver. However, little is known of the relationship between the physiological location of the hepatocytes and their metabolic potential. By the combination of time-lapse multiphoton microscopy and first order kinetic constant image analysis, the hepatocellular metabolic rate of the model compound 6-carboxyfluorescein diacetate (6-CFDA) is quantified at the single cell level. We found that the mouse liver can be divided into three zones, each with distinct metabolic rate constants. The sinusoidal uptake coefficients k1 of Zones 1, 2, and 3 are respectively 0.239 ± 0.077, 0.295 ± 0.087, and 0.338 ± 0.133 min−1, the apical excreting coefficients k2 of Zones 1, 2, and 3 are 0.0117 ± 0.0052, 0.0175 ± 0.0052, and 0.0332 ± 0.0195 min−1, respectively. Our results show not only the existence of heterogeneities in hepatobiliary metabolism, but they also show that Zone 3 is the main area of metabolism.", "objIdentifier": "5ce03b44d61c3fb268774e06d7b9fe9a", "pissn": "2156-7085", "subject": ["Biotechnology", "Atomic and Molecular Physics, and Optics"], "eissn": "2156-7085", "author": [{"affiliation": [], "given": "Chih-Ju", "family": "Lin"}, {"affiliation": [], "given": "Feng-Chieh", "family": "Li"}, {"affiliation": [], "given": "Yu-Yang", "family": "Lee"}, {"affiliation": [], "given": "Te-Yu", "family": "Tseng"}, {"affiliation": [], "given": "Wei-Liang", "family": "Chen"}, {"affiliation": [], "given": "Vladimir", "family": "Hovhannisyan"}, {"affiliation": [], "given": "Ning", "family": "Kang"}, {"affiliation": [], "given": "Nicholas G.", "family": "Horton"}, {"affiliation": [], "given": "Shu-Jen", "family": "Chiang"}, {"affiliation": [], "given": "Chris", "family": "Xu"}, {"affiliation": [], "given": "Hsuan-Shu", "family": "Lee"}, {"affiliation": [], "given": "Chen-Yuan", "family": "Dong"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": "2016-8-19", "link": [{"URL": "https://www.osapublishing.org/viewmedia.cfm?URI=boe-7-9-3574&seq=0", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2016-9-1", "accepted": null, "publisher": "The Optical Society", "doi": "10.1364/boe.7.003574", "license": null, "url": "http://dx.doi.org/10.1364/boe.7.003574", "issn": [{"type": "print", "value": "2156-7085"}, {"type": "electronic", "value": "2156-7085"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Direct visualization of functional heterogeneity in hepatobiliary metabolism using 6-CFDA as model compound"], "funder": null, "datasourcePrefix": "crossref____"}
1142
{"best_oa_location_url": "", "issued": "2007-5-15", "abstract": "Concern regarding the removal of African American children from their homes in McLean county and Peoria County Illinois, and placing them into Foster care have been the center of considerable debate and concern in the state of Illinois. As a result, a county-level (McLean and Peoria counties) investigation and intervention was performed. To evaluate the success of this intervention, we developed a mixed-effects Poisson regression model for the analysis of these data, and used it to obtain case-mix adjusted empirical Bayes estimates of county-specific changes (2000–2002) in Foster care placement rates in all counties in the state of Illinois. Results of the analysis revealed that four out of the 85 counties with African American residents in the state of Illinois exhibited significant decreases in Foster care placement rates relative to the change in the overall state-wide rate between 2000 and 2002. The two counties that received the intervention (McLean and Peoria) were among the four counties out of 85 counties that exhibited significant decreases in Foster care placement rates (OR = 14.7, P < 0.0001). Conceptual and statistical aspects of this type of statistical profiling are presented and discussed.", "objIdentifier": "3d1059c1674abd36721c2acd2c36c942", "pissn": "1387-3741", "subject": ["Public Health, Environmental and Occupational Health", "Health Policy"], "eissn": "1572-9400", "author": [{"affiliation": [], "given": "Robert D.", "family": "Gibbons"}, {"affiliation": [], "given": "Kwan", "family": "Hur"}, {"affiliation": [], "given": "Dulal K.", "family": "Bhaumik"}, {"affiliation": [], "given": "Carl C.", "family": "Bell"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2007-5-15", "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/s10742-007-0019-2", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2007-11-2", "accepted": null, "publisher": "Springer Nature", "doi": "10.1007/s10742-007-0019-2", "license": null, "url": "http://dx.doi.org/10.1007/s10742-007-0019-2", "issn": [{"type": "print", "value": "1387-3741"}, {"type": "electronic", "value": "1572-9400"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Profiling of county-level foster care placements using random-effects Poisson regression models"], "funder": null, "datasourcePrefix": "crossref____"}
1143
{"best_oa_location_url": "", "issued": "2016-2-01", "abstract": [], "objIdentifier": "fd1657e781eedc758ebecf31e385f48e", "pissn": "1549-9634", "subject": ["Molecular Medicine", "General Materials Science", "Medicine (miscellaneous)", "Bioengineering", "Pharmaceutical Science", "Biomedical Engineering"], "author": [{"affiliation": [], "given": "Chenjun", "family": "Shi"}, {"affiliation": [], "given": "Yujiao", "family": "Sun"}, {"affiliation": [], "given": "Guoguang", "family": "Wei"}, {"affiliation": [], "given": "Chengyun", "family": "Zhu"}, {"affiliation": [], "given": "Shirui", "family": "Mao"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S1549963415005730?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S1549963415005730?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2016-2", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/j.nano.2015.12.348", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1454284800000, "date-parts": [[2016, 2, 1]], "date-time": "2016-02-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/j.nano.2015.12.348", "issn": [{"type": "print", "value": "1549-9634"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Using Hansen solubility parameters for the rational design of grafted polymeric micelles"], "funder": null, "datasourcePrefix": "crossref____"}
1144
{"best_oa_location_url": "http://doi.org/10.1038/ki.2008.416", "issued": "2008-12-01", "abstract": "Etiological research aims to investigate the causal relationship between putative risk factors (or determinants) and a given disease or other outcome. In contrast, prognostic research aims to predict the probability of a given clinical outcome and in this perspective the pathophysiology of the disease is not an issue. Multivariate modeling is a fundamental tool both to infer causality and to investigate prognostic factors in epidemiological research. The analytical approaches to etiological and prognostic studies are strictly dependent on the research question and imply knowledge of the main statistical procedures for model building and data interpretation. In this paper we describe the application of multivariate statistical modeling in etiological and prognostic research. We will mainly focus on the differences in model building and data interpretation between these two areas of epidemiologic research.", "objIdentifier": "81716879abec8a9ddb9e29fa8111e570", "pissn": "0085-2538", "subject": ["Nephrology"], "author": [{"affiliation": [], "given": "Giovanni", "family": "Tripepi"}, {"affiliation": [], "given": "Kitty J.", "family": "Jager"}, {"affiliation": [], "given": "Friedo W.", "family": "Dekker"}, {"ORCID": "0000-0002-6616-1996", "affiliation": [], "given": "Carmine", "family": "Zoccali"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0085253815532559?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S0085253815532559?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2008-12", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1038/ki.2008.416", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1228089600000, "date-time": "2008-12-01T00:00:00Z", "date-parts": [[2008, 12, 1]]}, "content-version": "tdm", "delay-in-days": 0}, {"URL": "http://www.elsevier.com/open-access/userlicense/1.0/", "start": {"timestamp": 1449446400000, "date-time": "2015-12-07T00:00:00Z", "date-parts": [[2015, 12, 7]]}, "content-version": "vor", "delay-in-days": 2562}], "url": "http://dx.doi.org/10.1038/ki.2008.416", "issn": [{"type": "print", "value": "0085-2538"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Testing for causality and prognosis: etiological and prognostic models"], "funder": null, "datasourcePrefix": "crossref____"}
1145
{"best_oa_location_url": "", "issued": "1993-1-1", "abstract": [], "objIdentifier": "4e1e95f7f94fe44aebecae72193093b0", "pissn": "1040-2519", "subject": ["General Medicine"], "author": [{"affiliation": [], "given": "M", "family": "Furuya"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1993-1-1", "accepted": null, "publisher": "Annual Reviews", "doi": "10.1146/annurev.arplant.44.1.617", "license": null, "url": "http://dx.doi.org/10.1146/annurev.arplant.44.1.617", "issn": [{"type": "print", "value": "1040-2519"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Phytochromes: Their Molecular Species, Gene Families, and Functions"], "funder": null, "datasourcePrefix": "crossref____"}
1146
{"best_oa_location_url": "", "issued": "2002", "abstract": [], "objIdentifier": "e586eccb6935e57b7ead337ddc1a34a7", "subject": null, "author": [{"affiliation": [], "given": "H.-P.", "family": "Wiendahl"}, {"affiliation": [], "given": "M.", "family": "Hegenscheidt"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://link.springer.com/content/pdf/10.1007/978-3-7091-2555-7_23", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2002", "accepted": null, "publisher": "Springer Vienna", "doi": "10.1007/978-3-7091-2555-7_23", "license": null, "url": "http://dx.doi.org/10.1007/978-3-7091-2555-7_23", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Reliability and Availability of Complex Production Systems"], "funder": null, "datasourcePrefix": "crossref____"}
1147
{"best_oa_location_url": "", "issued": "2010-7-22", "abstract": [], "objIdentifier": "63aedc4e4bfb2880425f56c14a96cdab", "subject": null, "accepted": null, "author": [{"affiliation": [], "given": "Renee", "family": "Kaswan"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2010-7-22", "link": null, "published-print": null, "eissn": "1542-6572", "publisher": "Springer Nature", "doi": "10.1038/bioe.2010.7", "license": null, "url": "http://dx.doi.org/10.1038/bioe.2010.7", "issn": [{"type": "electronic", "value": "1542-6572"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Disclosing discoveries"], "funder": null, "datasourcePrefix": "crossref____"}
1148
{"best_oa_location_url": "", "issued": "1988-10-01", "abstract": "Currently in Canada, between $3 and $4 billion of assets are financed annually through various forms of leasing, with the sale and leaseback transaction as the common vehicle for larger value asset financing.#R##N##R##N#Financial theory of sale and leaseback is applied to Canadian hospitals with illustrations of the structure and process of sale and leaseback in practice. The moratorium on sale and leaseback transactions recently imposed by the federal and Ontario governments is also covered.", "objIdentifier": "e275ff821876c6050d082b5e389b80b3", "pissn": "0840-4704", "subject": ["Health Policy"], "eissn": "2352-3883", "author": [{"affiliation": [], "given": "George H.", "family": "Pink"}, {"affiliation": [], "given": "Steven K.", "family": "Hudson"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2016-11-15", "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0840470410613324?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://journals.sagepub.com/doi/pdf/10.1016/S0840-4704%2810%2961332-4", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}, {"URL": "http://api.elsevier.com/content/article/PII:S0840470410613324?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}, {"URL": "http://journals.sagepub.com/doi/pdf/10.1016/S0840-4704%2810%2961332-4", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1988-10", "accepted": null, "publisher": "SAGE Publications", "doi": "10.1016/s0840-4704(10)61332-4", "license": [{"URL": "http://journals.sagepub.com/page/policies/text-and-data-mining-license", "start": {"timestamp": 591667200000, "date-time": "1988-10-01T00:00:00Z", "date-parts": [[1988, 10, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/s0840-4704(10)61332-4", "issn": [{"type": "print", "value": "0840-4704"}, {"type": "electronic", "value": "2352-3883"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Sale and Leaseback by Canadian Hospitals: Theory and Practice"], "funder": null, "datasourcePrefix": "crossref____"}
1149
{"best_oa_location_url": "", "issued": "2005-7-6", "abstract": "THE IMPRESSIVE PERFORMANCE that Botswana has achieved since gaining independence in 1966 is one of the few success stories of economic development in sub-Saharan Africa. For the period 1965-1990, growth in per capita averaged 8.4 per cent per annum. In the 1990’s the country has however experienced lower average annual growth rates of about 1.7 per cent (Freeman and Lindaur, 1999). The fast growth in the 1970s and 1980s enabled the country to move from a position of severe poverty to being one of the richest in the region, and is one of the few in sub-Saharan Africa now classified as a middle-income country. Unemployment is however one of the most serious problems that the country is facing. This paper explores the issues of unemployment and employment in Botswana’ economy. This paper looks at both the supply and demand side of the labour market. Our supply side analysis involves using the original 1995/96 Labour Force Survey data to understand the unemployed. Part of the process involves specifying a probit function to determine precisely the factors determining unemployment. The paper also looks at the demand for labour by various key sectors of the economy, and tries to determine the quantitative relationship between employment and its major determinants.", "objIdentifier": "52a1e4d4a3064610a2ea569e7930e022", "pissn": "0038-2280", "subject": ["Economics and Econometrics"], "author": [{"affiliation": [], "given": "Haappy", "family": "Kufigwa Siphambe"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2005-7-6", "link": [{"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1111%2Fj.1813-6982.2003.tb00082.x", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1111/j.1813-6982.2003.tb00082.x", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", "start": {"timestamp": 1441065600000, "date-time": "2015-09-01T00:00:00Z", "date-parts": [[2015, 9, 1]]}, "content-version": "tdm", "delay-in-days": 3709}], "url": "http://dx.doi.org/10.1111/j.1813-6982.2003.tb00082.x", "issn": [{"type": "print", "value": "0038-2280"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["UNDERSTANDING UNEMPLOYMENT IN BOTSWANA"], "funder": null, "datasourcePrefix": "crossref____"}
1150
{"best_oa_location_url": "", "issued": "1966-6-01", "abstract": [], "objIdentifier": "a5e1406888e9a7a5e97ca1665013d017", "pissn": "0022-2801", "subject": ["History"], "eissn": "1537-5358", "author": [{"affiliation": [], "given": "Gerald S.", "family": "Brown"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.journals.uchicago.edu/doi/pdf/10.1086/239894", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1966-6", "accepted": null, "publisher": "University of Chicago Press", "doi": "10.1086/239894", "license": null, "url": "http://dx.doi.org/10.1086/239894", "issn": [{"type": "print", "value": "0022-2801"}, {"type": "electronic", "value": "1537-5358"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["The United States and Canada. John Sloan Dickey"], "funder": null, "datasourcePrefix": "crossref____"}
1151
{"best_oa_location_url": "", "issued": "2011-12-7", "abstract": [], "objIdentifier": "8a5b43144e01d363833203c3137a69df", "subject": null, "author": [{"affiliation": [], "given": "Wang", "family": "Haiyan"}, {"affiliation": [], "given": "Zhou", "family": "Yuan"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": "2011-12-7", "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/978-1-4614-1236-6_8", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2012", "accepted": null, "publisher": "Springer New York", "doi": "10.1007/978-1-4614-1236-6_8", "license": null, "url": "http://dx.doi.org/10.1007/978-1-4614-1236-6_8", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Chine : défis de l’enseignement supérieur dans une économie en forte croissance"], "funder": null, "datasourcePrefix": "crossref____"}
1152
{"best_oa_location_url": "", "issued": "2008-12-01", "abstract": "This paper describes the ohmic contacts to single-crystalline 3C-SiC thin films heteroepitaxially grown on Si (001) wafers. In this work, a TiW (titanium-tungsten) film was deposited as a contact material by RF magnetron sputter and annealed through the vacuum and rapid thermal anneal (RTA) process. Contact resistivity between the TiW film and the n-type 3C-SiC substrate was measured by the circular transmission line model (C-TLM) method. The contact phases and interface of the TiW/3C-SiC were evaluated with X-ray diffraction (XRD), scanning electron microscope (SEM) and Auger electron spectroscopy (AES) depth-profiles. The TiW film annealed at 1000^oC for 45s with the RTA plays an important role in the formation of ohmic contact with the 3C-SiC film and the contact resistance is less than 4.62x10^-^4@Wcm^2. Moreover, the inter-diffusion at the TiW/3C-SiC interface was not generated during, before and after annealing, and was kept in a stable state. Therefore, the ohmic contact formation technology of single-crystalline 3C-SiC films by using the TiW film is very suitable for high-temperature micro-electro-mechanical system (MEMS) applications.", "objIdentifier": "9e893bf588e89c985a45ad21045c3a81", "pissn": "0026-2692", "subject": ["General Engineering"], "author": [{"affiliation": [], "given": "Gwiy-Sang", "family": "Chung"}, {"affiliation": [], "given": "Kyu-Hyung", "family": "Yoon"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0026269208003248?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S0026269208003248?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2008-12", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/j.mejo.2008.06.052", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1228089600000, "date-time": "2008-12-01T00:00:00Z", "date-parts": [[2008, 12, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/j.mejo.2008.06.052", "issn": [{"type": "print", "value": "0026-2692"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Ohmic contacts to single-crystalline 3C-SiC films for extreme-environment MEMS applications"], "funder": null, "datasourcePrefix": "crossref____"}
1153
{"best_oa_location_url": "http://doi.org/10.1016/j.jksuci.2013.03.002", "issued": "2014-1-01", "abstract": "Gaussian elimination is used in many applications and in particular in the solution of systems of linear equations. This paper presents mathematical performance models and analysis of four parallel Gaussian Elimination methods (precisely the Original method and the new Meet in the Middle -MiM- algorithms and their variants with SIMD vectorization) on multi-core systems. Analytical performance models of the four methods are formulated and presented followed by evaluations of these models with modern multi-core systems' operation latencies. Our results reveal that the four methods generally exhibit good performance scaling with increasing matrix size and number of cores. SIMD vectorization only makes a large difference in performance for low number of cores. For a large matrix size (n?16K), the performance difference between the MiM and Original methods falls from 16i? with four cores to 4i? with 16K cores. The efficiencies of all four methods are low with 1K cores or more stressing a major problem of multi-core systems where the network-on-chip and memory latencies are too high in relation to basic arithmetic operations. Thus Gaussian Elimination can greatly benefit from the resources of multi-core systems, but higher performance gains can be achieved if multi-core systems can be designed with lower memory operation, synchronization, and interconnect communication latencies, requirements of utmost importance and challenge in the exascale computing age.", "objIdentifier": "110835536ef341eb08b61443353d81b8", "pissn": "1319-1578", "subject": ["General Computer Science"], "author": [{"affiliation": [], "given": "Fadi N.", "family": "Sibai"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S1319157813000086?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S1319157813000086?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2014-1", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/j.jksuci.2013.03.002", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1388534400000, "date-time": "2014-01-01T00:00:00Z", "date-parts": [[2014, 1, 1]]}, "content-version": "tdm", "delay-in-days": 0}, {"URL": "http://creativecommons.org/licenses/by-nc-nd/3.0/", "start": {"timestamp": 1374451200000, "date-time": "2013-07-22T00:00:00Z", "date-parts": [[2013, 7, 22]]}, "content-version": "vor", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/j.jksuci.2013.03.002", "issn": [{"type": "print", "value": "1319-1578"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Performance modeling and analysis of parallel Gaussian elimination on multi-core computers"], "funder": null, "datasourcePrefix": "crossref____"}
1154
{"best_oa_location_url": "http://doi.org/10.1103/physrevb.91.165413", "issued": "2015-4-14", "abstract": "A series of density functional theory (DFT) simulations was performed to investigate the approach, contact, and subsequent separation of two atomically flat surfaces consisting of different materials. Aluminum (Al) and titanium nitride (TiN) slabs were chosen as a model system representing a metal-ceramic interface and the interaction between soft and hard materials. The approach and separation were simulated by moving one slab in discrete steps normal to the surfaces allowing for electronic and atomic relaxations after each step. Various configurations were analyzed by considering (001), (011), and (111) surfaces as well as several lateral arrangements of these surfaces at the interface. Several tests were conducted on the computational setup, for example, by changing the system size or using different approximations for the exchange correlation functional. The performed simulations revealed the influences of these aspects on adhesion, equilibrium distance, and material transfer. These interfacial properties depend sensitively on the chosen configuration due to distinct bond situations. Material transfer, in particular, was observed if the absolute value of the adhesion energy for a given configuration is larger than the energy cost to remove surface layers. This result was found to be independent of the employed exchange correlation functional. Furthermore, it was shown that a simple comparison of the surface energies of the slabs is not sufficient to predict the occurrence of material transfer.", "objIdentifier": "fe86f86ceeb4d55b4b4631e14d6e5ce3", "pissn": "1098-0121", "subject": ["Electronic, Optical and Magnetic Materials", "Condensed Matter Physics"], "eissn": "1550-235X", "author": [{"affiliation": [], "given": "G.", "family": "Feldbauer"}, {"affiliation": [], "given": "M.", "family": "Wolloch"}, {"affiliation": [], "given": "P. O.", "family": "Bedolla"}, {"affiliation": [], "given": "P.", "family": "Mohn"}, {"affiliation": [], "given": "J.", "family": "Redinger"}, {"affiliation": [], "given": "A.", "family": "Vernes"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": "2015-4-14", "link": [{"URL": "http://link.aps.org/article/10.1103/PhysRevB.91.165413", "intended-application": "syndication", "content-version": "vor", "content-type": "unspecified"}, {"URL": "http://harvest.aps.org/v2/journals/articles/10.1103/PhysRevB.91.165413/fulltext", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "accepted": null, "publisher": "American Physical Society (APS)", "doi": "10.1103/physrevb.91.165413", "license": [{"URL": "http://creativecommons.org/licenses/by/3.0/", "start": {"timestamp": 1428969600000, "date-time": "2015-04-14T00:00:00Z", "date-parts": [[2015, 4, 14]]}, "content-version": "vor", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1103/physrevb.91.165413", "issn": [{"type": "print", "value": "1098-0121"}, {"type": "electronic", "value": "1550-235X"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Adhesion and material transfer between contacting Al and TiN surfaces from first principles"], "funder": [{"doi-asserted-by": "publisher", "DOI": "10.13039/501100002428", "name": "Austrian Science Fund", "award": ["F4109 SFB ViCoM"]}, {"doi-asserted-by": "publisher", "DOI": "10.13039/501100004955", "name": "Österreichische Forschungsförderungsgesellschaft", "award": []}, {"doi-asserted-by": "publisher", "DOI": "10.13039/501100000921", "name": "European Cooperation in Science and Technology", "award": ["MP1303"]}], "datasourcePrefix": "crossref____"}
1155
{"best_oa_location_url": "", "issued": "2005-9-01", "abstract": [], "objIdentifier": "a49367e0ea19de0ebd564b5233d3ce11", "pissn": "1173-5503", "subject": null, "author": [{"affiliation": [], "family": "&NA;"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2005-9", "accepted": null, "publisher": "Springer Nature", "doi": "10.2165/00151234-200504860-00038", "license": null, "url": "http://dx.doi.org/10.2165/00151234-200504860-00038", "issn": [{"type": "print", "value": "1173-5503"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["The protein therapeutics market is forecast to grow at a compound annual growth rate of 10.5% between 2003???2010,"], "funder": null, "datasourcePrefix": "crossref____"}
1156
{"best_oa_location_url": "", "issued": "1966-3-01", "abstract": "The 51V nuclear T1 has been measured up to V-40 at.% Fe. The composition dependence of the relaxation rate closely resembles the term linear in temperature in the low temperature specific heat and shows a second peak near 34 at.% Fe.", "objIdentifier": "bde39d71ec44b1fd83f8e270b1754a91", "pissn": "0031-9163", "subject": ["General Physics and Astronomy"], "author": [{"affiliation": [], "given": "D.O.", "family": "Van Ostenburg"}, {"affiliation": [], "given": "C.H.", "family": "Sowers"}, {"affiliation": [], "given": "J.J.", "family": "Spokas"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:0031916366909516?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:0031916366909516?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "1966-3", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/0031-9163(66)90951-6", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": -121132800000, "date-time": "1966-03-01T00:00:00Z", "date-parts": [[1966, 3, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/0031-9163(66)90951-6", "issn": [{"type": "print", "value": "0031-9163"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Nuclear-spin-lattice relaxation of 51V in V-Fe Alloys"], "funder": null, "datasourcePrefix": "crossref____"}
1157
{"best_oa_location_url": "", "issued": "2017-6-01", "abstract": [], "objIdentifier": "0c46766204b917c7f80dbf0957a83672", "pissn": "1010-4283", "subject": ["General Medicine"], "eissn": "1423-0380", "author": [{"affiliation": [{"name": "Department of Otorhinolaryngology, Huaihe Hospital of Henan University, Kaifeng, China"}], "given": "Guanghui", "family": "Wang"}, {"affiliation": [{"name": "Department of Otorhinolaryngology, Huaihe Hospital of Henan University, Kaifeng, China"}], "given": "Shujing", "family": "Wang"}, {"affiliation": [{"name": "Department of Otorhinolaryngology, School of Medicine, Kaifeng University, Kaifeng, China"}], "given": "Congying", "family": "Li"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2017-6-20", "link": [{"URL": "http://journals.sagepub.com/doi/pdf/10.1177/1010428317703825", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}, {"URL": "http://journals.sagepub.com/doi/full-xml/10.1177/1010428317703825", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/xml"}, {"URL": "http://journals.sagepub.com/doi/pdf/10.1177/1010428317703825", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2017-6", "accepted": null, "publisher": "SAGE Publications", "doi": "10.1177/1010428317703825", "license": [{"URL": "http://journals.sagepub.com/page/policies/text-and-data-mining-license", "start": {"timestamp": 1496275200000, "date-time": "2017-06-01T00:00:00Z", "date-parts": [[2017, 6, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1177/1010428317703825", "issn": [{"type": "print", "value": "1010-4283"}, {"type": "electronic", "value": "1423-0380"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["MiR-183 overexpression inhibits tumorigenesis and enhances DDP-induced cytotoxicity by targeting MTA1 in nasopharyngeal carcinoma"], "funder": null, "datasourcePrefix": "crossref____"}
1158
{"best_oa_location_url": "", "issued": "2006-1-01", "abstract": [], "objIdentifier": "44472ed61a018fa0b4570254cacef996", "pissn": "2167-4736", "subject": null, "eissn": "2167-4744", "author": [{"affiliation": [], "given": "Mark", "family": "Lilleleht"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2016-4-4", "link": [{"URL": "http://www.tandfonline.com/doi/pdf/10.1080/21674736.2006.11690026", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2006-1", "accepted": null, "publisher": "Informa UK Limited", "doi": "10.1080/21674736.2006.11690026", "license": null, "url": "http://dx.doi.org/10.1080/21674736.2006.11690026", "issn": [{"type": "print", "value": "2167-4736"}, {"type": "electronic", "value": "2167-4744"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Reading Syl Cheney-Coker: A Selected Annotated Bibliography"], "funder": null, "datasourcePrefix": "crossref____"}
1159
{"best_oa_location_url": "", "issued": "2013", "abstract": [], "objIdentifier": "125c36b167289d84355d3aa67063e607", "pissn": "0305-8719", "subject": ["Geology", "Ocean Engineering", "Water Science and Technology"], "eissn": "2041-4927", "author": [{"affiliation": [], "given": "A. H. F.", "family": "Robertson"}, {"affiliation": [], "given": "O.", "family": "Parlak"}, {"affiliation": [], "given": "Y.", "family": "Metİn"}, {"affiliation": [], "given": "Ö.", "family": "Vergİlİ"}, {"affiliation": [], "given": "K.", "family": "Tasli"}, {"affiliation": [], "given": "N.", "family": "İnan"}, {"affiliation": [], "given": "H.", "family": "Soycan"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2013-2-19", "link": [{"URL": "https://syndication.highwire.org/content/doi/10.1144/SP372.16", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2013", "accepted": null, "publisher": "Geological Society of London", "doi": "10.1144/sp372.16", "license": null, "url": "http://dx.doi.org/10.1144/sp372.16", "issn": [{"type": "print", "value": "0305-8719"}, {"type": "electronic", "value": "2041-4927"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Late Palaeozoic–Cenozoic tectonic development of carbonate platform, margin and oceanic units in the Eastern Taurides, Turkey"], "funder": null, "datasourcePrefix": "crossref____"}
1160
{"best_oa_location_url": "", "issued": "1997-9-01", "abstract": "Abstract   LEARNING OUTCOME:  To identify the level of computer anxiety of undergraduate dietetics majors at the University of Southwestern Louisiana.  The main purpose of this study was to explore the level of computer anxiety of undergraduate dietetics majors at the Univerity of Southwestern Louisiana (USL).The secondary purpose was to determine if selected personal and computer usage factors were related to computer anxiety in these students. The final purpose was to develop a clear description of the students' demographics.  A total of 167 students participated in the study. A demographic and computer usage questionaire, developed by the researcher, and the Computer Anxiety Scale (CAS), developed by Marcoulides, Rosen, and Sears (1985) was used.  Data revealed that the majority of dietetics majors at USL are white females between the ages of 18 and 23. Approximately one-third of the participants were identified as having computer anxiety. Factors recognized as having a significant impact on the participants' experience with computer anxiety were their computer knowledge (self-reported), and the number of years of computer usage.  These findings can be used to support the increased need for computer education in undergraduate dietetics curriculums at each academic level. Special educational techniques should be employed to include computer applications in course lectures and laboratories. The final outcome should be an increase in the students' preparedness for post-baccalaureate dietetics education and entry-level positions within the dietetics profession.", "objIdentifier": "8b1fb440d491cc0dd557b809a1006d40", "pissn": "0002-8223", "subject": ["Food Science", "Nutrition and Dietetics"], "author": [{"affiliation": [], "given": "M.L.", "family": "Cantrelle"}, {"affiliation": [], "given": "R.M.", "family": "Fournet"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0002822397004392?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S0002822397004392?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "1997-9", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/s0002-8223(97)00439-2", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 873072000000, "date-parts": [[1997, 9, 1]], "date-time": "1997-09-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/s0002-8223(97)00439-2", "issn": [{"type": "print", "value": "0002-8223"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["A Study of Computer Anxiety in Undergraduate Students Enrolled in the Dietetics Curriculum at the University of Southwestern Louisiana"], "funder": null, "datasourcePrefix": "crossref____"}
1161
{"best_oa_location_url": "", "issued": "1945", "abstract": [], "objIdentifier": "e3c0bc090392c02fb4122798945e21a0", "pissn": "0040-6457", "subject": null, "author": [{"affiliation": [], "given": "Oscar", "family": "Halecki"}, {"affiliation": [], "name": "Fordham University Press"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "1945", "link": null, "published-print": null, "accepted": null, "publisher": "Philosophy Documentation Center", "doi": "10.5840/thought1945204145", "license": null, "url": "http://dx.doi.org/10.5840/thought1945204145", "issn": [{"type": "print", "value": "0040-6457"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Soviet Russia and the Cordon Sanitaire"], "funder": null, "datasourcePrefix": "crossref____"}
1162
{"best_oa_location_url": "", "issued": "2010-8-31", "abstract": "Recently, we designed an interactive virtual space for the multi-purpose hall in Songdo Future City, located in Incheon, Korea. The goal of the design is to make a virtual space that is flexible and can be adjusted thanks to its unfixed seats in order to accommodate different and unspecified audience sizes. Virtual images are interactively adjusted according to the distance, position and size of audiences, information about which is detected by 9 photo sensors. To increase the sense of immersion, intensity and reality, we utilized the technology of scent display that can create appropriate scents to match the images on the screen. The intensity and persistence of scents were determined by the size, distance and position of audiences. The virtual image contains background images and reactive images. The background images repeatedly project images of spring, summer, autumn and winter. The reactive images consist of small portraits or pictures or icons that define or characterize the season types, and these are added to the background image according to the distance, position and size of the audiences.", "objIdentifier": "950f954e952867f8953974b5e3d00a1b", "pissn": "1229-1684", "subject": null, "author": [{"affiliation": [], "given": "Jeong-Do", "family": "Kim"}, {"affiliation": [], "given": "Sung-Dae", "family": "Park"}, {"affiliation": [], "given": "Jung-Hwan", "family": "Lee"}, {"affiliation": [], "given": "Jung-Ju", "family": "Kim"}, {"affiliation": [], "given": "Sang-Goog", "family": "Lee"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://ocean.kisti.re.kr/downfile/crosscheck/esk/JAKO201024441467936.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2010-8-31", "accepted": null, "publisher": "The Ergonomics Society of Korea", "doi": "10.5143/jesk.2010.29.4.585", "license": null, "url": "http://dx.doi.org/10.5143/jesk.2010.29.4.585", "issn": [{"type": "print", "value": "1229-1684"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["The Interactive Virtual Space with Scent Display for Song-Do Tomorrow-City Experience Complex"], "funder": null, "datasourcePrefix": "crossref____"}
1163
{"best_oa_location_url": "", "issued": "1948-10-01", "abstract": [], "objIdentifier": "a662c8faa0a5cdb7fef6d2e9384cd46b", "pissn": "0140-6736", "subject": ["General Medicine"], "author": [{"affiliation": [], "given": "E", "family": "KING"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0140-6736(48)91879-0?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S0140-6736(48)91879-0?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "1948-10", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/s0140-6736(48)91879-0", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": -670636800000, "date-time": "1948-10-01T00:00:00Z", "date-parts": [[1948, 10, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/s0140-6736(48)91879-0", "issn": [{"type": "print", "value": "0140-6736"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["DETERMINATION OF HqMOGLOBIN V. PRECISION OF COLORIMETRIC METHODS"], "funder": null, "datasourcePrefix": "crossref____"}
1164
{"best_oa_location_url": "", "issued": "1999-10-01", "abstract": "The retention of soils with a coefficient of uniformity greater than 8 by geotextile filters is not properly addressed in existing filter criteria. For these soils, the rearrangement of the particles in a restricted zone adjacent to the filter interface is complex and results in variations of local hydraulic conductivity. These changes have been related to the ratio between the opening size of the filter and the indicative size of the base soil. A test program was performed to evaluate the compatibility of seven nonwoven needlepunched geotextiles and ten broadly graded cohesionless soils. Variations in hydraulic conductivity with time and in the mass of washed out particles disclosed the occurrence of piping, bridging and blinding of the base soil. After a description of these phenomena, a new retention criterion based on the test results is proposed in the form of a flow chart, for the selection of geotextile filters.", "objIdentifier": "194e14391a55faaf481d62a78b6235d2", "pissn": "0266-1144", "subject": ["Geotechnical Engineering and Engineering Geology", "General Materials Science"], "author": [{"affiliation": [], "given": "J", "family": "Lafleur"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0266-1144(99)00007-2?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S0266-1144(99)00007-2?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "1999-10", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/s0266-1144(99)00007-2", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 938736000000, "date-parts": [[1999, 10, 1]], "date-time": "1999-10-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/s0266-1144(99)00007-2", "issn": [{"type": "print", "value": "0266-1144"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Selection of geotextiles to filter broadly graded cohesionless soils"], "funder": null, "datasourcePrefix": "crossref____"}
1165
{"best_oa_location_url": "", "issued": "1999", "abstract": [], "objIdentifier": "3227290cbd47314b960ec6b87b9aeca7", "subject": null, "author": [{"affiliation": [], "given": "Sebastian", "family": "Oberthür"}, {"affiliation": [], "given": "Hermann E.", "family": "Ott"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://link.springer.com/content/pdf/10.1007/978-3-662-03925-0_8", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1999", "accepted": null, "publisher": "Springer Berlin Heidelberg", "doi": "10.1007/978-3-662-03925-0_8", "license": null, "url": "http://dx.doi.org/10.1007/978-3-662-03925-0_8", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Overview of Part II"], "funder": null, "datasourcePrefix": "crossref____"}
1166
{"issued": "2007", "abstract": [], "objIdentifier": "210a538ac931edc80614171aa9c65439", "subject": null, "accepted": null, "author": [{"affiliation": [{"name": "Osaka Prefecture University"}], "given": "Shinsuke", "family": "OKAGAKI"}, {"affiliation": [{"name": "Osaka Prefecture University"}], "given": "Ryohei", "family": "YOKOYAMA"}, {"affiliation": [{"name": "Osaka Prefecture University"}], "given": "Tetsuya", "family": "WAKUI"}, {"affiliation": [{"name": "Kansai Electric Power Co., Inc."}], "given": "Kazuhisa", "family": "TAKEMURA"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "https://www.jstage.jst.go.jp/article/jsmekansai/2007.82/0/2007.82__5-8_/_pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2007", "eissn": "2424-2756", "publisher": "Japan Society of Mechanical Engineers", "doi": "10.1299/jsmekansai.2007.82._5-8_", "license": null, "url": "http://dx.doi.org/10.1299/jsmekansai.2007.82._5-8_", "issn": [{"type": "electronic", "value": "2424-2756"}], "collectedFrom": [{"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["506 Performance Analysis of a CO_2 Heat Pump Water Heating System by Numerical Simulation : Study on Influence of Ambient and Operation Conditions"], "funder": null, "datasourcePrefix": "crossref____"}
1167
{"best_oa_location_url": "", "issued": "2015-7-28", "abstract": "A viral metagenomics approach was used to investigate fecal samples of Japanese calves with and without diarrhea. Of the different viral pathogens detected, read counts gave nearly complete astrovirus-related RNA sequences in 15 of the 146 fecal samples collected in three distinct areas (Hokkaido, Ishikawa, and Kagoshima Prefectures) between 2009 and 2015. Due to the lack of genetic information about bovine astroviruses (BoAstVs) in Japan, these sequences were analyzed in this study. Nine of the 15 Japanese BoAstVs were closely related to Chinese BoAstVs and clustered into a lineage (tentatively named lineage 1) in all phylogenetic trees. Three of 15 strains were phylogenetically separate from lineage 1, showing low sequence identities, and clustered instead with an American strain isolated from cattle with respiratory disease (tentatively named lineage 2). Interestingly, two of 15 strains clustered with lineage 1 in the open reading frame (ORF)1a and ORF1b regions, while they clustered with lineage 2 in the ORF2 region. Remarkably, one of 15 strains exhibited low amino acid sequence similarity to other BoAstVs and was clustered separately with porcine astrovirus type 5 in all trees, and ovine astrovirus in the ORF2 region, suggesting past interspecies transmission.", "objIdentifier": "cb381d731fb1c8615b8cd82dd531254d", "pissn": "0304-8608", "subject": ["Virology", "General Medicine"], "eissn": "1432-8798", "author": [{"ORCID": "http://orcid.org/0000-0001-5884-620X", "authenticated-orcid": false, "given": "Makoto", "family": "Nagai", "affiliation": []}, {"affiliation": [], "given": "Tsutomu", "family": "Omatsu"}, {"affiliation": [], "given": "Hiroshi", "family": "Aoki"}, {"affiliation": [], "given": "Konosuke", "family": "Otomaru"}, {"affiliation": [], "given": "Takehiko", "family": "Uto"}, {"affiliation": [], "given": "Motoya", "family": "Koizumi"}, {"affiliation": [], "given": "Fujiko", "family": "Minami-Fukuda"}, {"affiliation": [], "given": "Hikaru", "family": "Takai"}, {"affiliation": [], "given": "Toshiaki", "family": "Murakami"}, {"affiliation": [], "given": "Tsuneyuki", "family": "Masuda"}, {"affiliation": [], "given": "Hiroshi", "family": "Yamasato"}, {"affiliation": [], "given": "Mai", "family": "Shiokawa"}, {"affiliation": [], "given": "Shinobu", "family": "Tsuchiaka"}, {"affiliation": [], "given": "Yuki", "family": "Naoi"}, {"affiliation": [], "given": "Kaori", "family": "Sano"}, {"affiliation": [], "given": "Sachiko", "family": "Okazaki"}, {"affiliation": [], "given": "Yukie", "family": "Katayama"}, {"affiliation": [], "given": "Mami", "family": "Oba"}, {"ORCID": "0000-0003-3979-7072", "affiliation": [], "given": "Tetsuya", "family": "Furuya"}, {"affiliation": [], "given": "Junsuke", "family": "Shirai"}, {"affiliation": [], "given": "Tetsuya", "family": "Mizutani"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2015-7-28", "link": [{"URL": "http://link.springer.com/content/pdf/10.1007/s00705-015-2543-7", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2015-10", "accepted": null, "publisher": "Springer Nature", "doi": "10.1007/s00705-015-2543-7", "license": null, "url": "http://dx.doi.org/10.1007/s00705-015-2543-7", "issn": [{"type": "print", "value": "0304-8608"}, {"type": "electronic", "value": "1432-8798"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Full genome analysis of bovine astrovirus from fecal samples of cattle in Japan: identification of possible interspecies transmission of bovine astrovirus"], "funder": [{"name": "Research Project for Improving Food Safety and Animal Health of the Ministry of Agriculture, Forestry and Fisheries of Japan", "award": []}], "datasourcePrefix": "crossref____"}
1168
{"best_oa_location_url": "", "issued": "1987", "abstract": [], "objIdentifier": "0f8bbd8aff720949475b0a4785e9b188", "pissn": "0075-8450", "subject": null, "eissn": "1616-6361", "author": [{"affiliation": [], "given": "S.", "family": "Hunklinger"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": "2006-6-27", "link": [{"URL": "http://link.springer.com/content/pdf/10.1007/BFb0057514", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1987", "accepted": null, "publisher": "Springer Berlin Heidelberg", "doi": "10.1007/bfb0057514", "license": null, "url": "http://dx.doi.org/10.1007/bfb0057514", "issn": [{"type": "print", "value": "0075-8450"}, {"type": "electronic", "value": "1616-6361"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Low temperature experiments on glasses"], "funder": null, "datasourcePrefix": "crossref____"}
1169
{"best_oa_location_url": "", "issued": "1993-10-01", "abstract": "From 1981 to 1991, sera of 42 European brown bears (Ursus arctos) from three areas in Croatia were tested for antibodies against 12 Leptospira interrogans serovars: grippotyphosa, sejroe, australis, pomona, canicola, icterohaemorrhagiae, tarassovi, saxkoebing, ballum, bataviae, poi, and hardjo. Diagnostic levels of antibody were found in 17 (40%) of 42 sera. Evidence of exposure to at least one of the serovars was found in seven of 14 free-ranging bears from the Lika region, four of 12 free-ranging bears from the Gorski Kotar region, zero of six orphaned cubs from the Gorski Kotar region, and six of 10 captive bears from the Zagreb Zoo. Based on the antibody titers, we implicated the following serovars: australis in five bears, sejroe in two bears, canicola in one bear, and icterohaemorrhagiae in one bear. There was a strong correlation between serovars implicated by this survey and serovars previously isolated from small mammals in Croatia.", "objIdentifier": "493cccacc01e78ca7d43704710f00aaa", "pissn": "0090-3558", "subject": ["Ecology", "Ecology, Evolution, Behavior and Systematics"], "author": [{"affiliation": [{"name": " Department of Microbiology and Infectious Diseases, Veterinary Faculty of the University of Zagreb, Heinzelova 55, 41000 Zagreb, Republic of Croatia"}], "given": "Zvonko", "family": "Modrić"}, {"affiliation": [{"name": " Department of Biology, Veterinary Faculty of the University of Zagreb, Heinzelova 55, 41000 Zagreb, Republic of Croatia"}], "given": "Djuro", "family": "Huber"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.jwildlifedis.org/doi/pdf/10.7589/0090-3558-29.4.608", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1993-10", "accepted": null, "publisher": "Wildlife Disease Association", "doi": "10.7589/0090-3558-29.4.608", "license": null, "url": "http://dx.doi.org/10.7589/0090-3558-29.4.608", "issn": [{"type": "print", "value": "0090-3558"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Serologic Survey for Leptospirae in European Brown Bears (Ursus arctos) in Croatia"], "funder": null, "datasourcePrefix": "crossref____"}
1170
{"best_oa_location_url": "http://doi.org/10.18759/rdgf.v18i1.854", "issued": "2017-6-14", "abstract": "<jats:p>&lt;p&gt;O presente artigo aborda a relação entre direito e poder em sua articulação com a política e a violência.  Há no trabalho a pretensão de demonstrar que tal relação revela uma zona de indeterminação entre os meandros do direito e da política. Com isso, pretende-se apresentar as bases introdutórias de uma teoria política do direito, que contribua de maneira enfática e crítica na discussão dos atuais problemas jurídicos, em especial, das características situações que evidenciam um uso do direito enquanto força manipuladora de governabilidade que ocasiona desorientação da própria vida e revela uma dimensão em que o direito e as instituições que dele se utilizam voltam-se contra si mesmas, gerando uma profunda banalização das noções de legalidade e legitimidade em um contexto de crise autoimunitária.&lt;/p&gt;</jats:p>", "objIdentifier": "830c0416e912aa74f201e0697a239191", "subject": null, "accepted": null, "author": [{"affiliation": [], "given": "Henrique", "family": "Garbellini Carnio"}, {"affiliation": [], "given": "Willis Santiago", "family": "Guerra Filho"}, {"affiliation": [], "given": "Joaquim Eduardo", "family": "Pereira"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": "2017-6-14", "link": [{"URL": "http://sisbib.fdv.br/index.php/direitosegarantias/article/viewFile/854/325", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}, {"URL": "http://sisbib.fdv.br/index.php/direitosegarantias/article/viewFile/854/325", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "eissn": "2175-6058", "publisher": "Sociedade de Ensino Superior de Vitoria", "doi": "10.18759/rdgf.v18i1.854", "license": [{"URL": "http://creativecommons.org/licenses/by-nc-sa/4.0", "start": {"timestamp": 1497398400000, "date-time": "2017-06-14T00:00:00Z", "date-parts": [[2017, 6, 14]]}, "content-version": "vor", "delay-in-days": 0}], "url": "http://dx.doi.org/10.18759/rdgf.v18i1.854", "issn": [{"type": "electronic", "value": "2175-6058"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Proposta de uma Teoria Político-Jurídica: a relação entre o direito e o poder em sua articulação com a política e a violência"], "funder": null, "datasourcePrefix": "crossref____"}
1171
{"best_oa_location_url": "", "issued": "None", "abstract": [], "objIdentifier": "d00eb9ccdfbf5b068fbf29e4cab61395", "subject": null, "author": [{"ORCID": "0000-0003-1918-7904", "affiliation": [], "given": "Craig W.", "family": "Osenberg"}, {"ORCID": "0000-0001-5770-4859", "affiliation": [], "given": "Jeffrey S.", "family": "Shima"}, {"affiliation": [], "given": "Sonja L.", "family": "Miller"}, {"affiliation": [], "given": "Adrian C.", "family": "Stier"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": null, "published-print": null, "accepted": null, "publisher": "Cambridge University Press", "doi": "10.1017/cbo9781139049382.010", "license": null, "url": "http://dx.doi.org/10.1017/cbo9781139049382.010", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["ECOLOGY – Assessing effects of marine protected areas: confounding in space and possible solutions"], "funder": null, "datasourcePrefix": "crossref____"}
1172
{"best_oa_location_url": "", "issued": "1978-6-15", "abstract": [], "objIdentifier": "66964f7950c5fcc966eaaed92d8559be", "pissn": "0163-1829", "subject": ["Condensed Matter Physics"], "author": [{"affiliation": [], "given": "W. Y.", "family": "Ching"}, {"affiliation": [], "given": "D. L.", "family": "Huber"}, {"affiliation": [], "given": "B.", "family": "Barnett"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "1978-6-15", "link": [{"URL": "http://link.aps.org/article/10.1103/PhysRevB.17.5025", "intended-application": "syndication", "content-version": "vor", "content-type": "unspecified"}, {"URL": "http://harvest.aps.org/v2/journals/articles/10.1103/PhysRevB.17.5025/fulltext", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "accepted": null, "publisher": "American Physical Society (APS)", "doi": "10.1103/physrevb.17.5025", "license": [{"URL": "http://link.aps.org/licenses/aps-default-license", "start": {"timestamp": 266716800000, "date-parts": [[1978, 6, 15]], "date-time": "1978-06-15T00:00:00Z"}, "content-version": "vor", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1103/physrevb.17.5025", "issn": [{"type": "print", "value": "0163-1829"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Models for the time development of spectral transfer in disordered systems"], "funder": null, "datasourcePrefix": "crossref____"}
1173
{"best_oa_location_url": "", "issued": "1997-8-01", "abstract": [], "objIdentifier": "cb3b2e46ae7cda92f1122c7cca8727f5", "pissn": "0022-3131", "subject": ["Nuclear and High Energy Physics", "Nuclear Energy and Engineering"], "eissn": "1881-1248", "author": [{"affiliation": [], "given": "Masanori", "family": "ARITOMI"}, {"affiliation": [], "given": "Shirong", "family": "ZHOU"}, {"affiliation": [], "given": "Makoto", "family": "NAKAJIMA"}, {"affiliation": [], "given": "Yasushi", "family": "TAKEDA"}, {"affiliation": [], "given": "Michitsugu", "family": "MORI"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.tandfonline.com/doi/pdf/10.1080/18811248.1997.9733742", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1997-8", "accepted": null, "publisher": "Informa UK Limited", "doi": "10.1080/18811248.1997.9733742", "license": null, "url": "http://dx.doi.org/10.1080/18811248.1997.9733742", "issn": [{"type": "print", "value": "0022-3131"}, {"type": "electronic", "value": "1881-1248"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Measurement System of Bubbly Flow Using Ultrasonic Velocity Profile Monitor and Video Data Processing Unit, (II)"], "funder": null, "datasourcePrefix": "crossref____"}
1174
{"best_oa_location_url": "", "issued": "2015-1-01", "abstract": "In article 1400388, Q. Yang, F. Chen, and co-workers demonstrate that underwater lossless oil droplet transportation is achieved based on femtosecond laser ablated superoleophobic surfaces with ultralow oil-adhesion in water environment. By reversibly switching the density of water solution, the underwater superoleophobic surfaces are endowed with the ability of “pick up” and “put down” the oil droplet in water.", "objIdentifier": "9f4d843e66ad23c214b3cc0b6bc8c3c9", "pissn": "2196-7350", "subject": null, "author": [{"affiliation": [{"name": "State Key Laboratory for Manufacturing System Engineering and Key Laboratory of Photonics Technology for Information of Shaanxi Province; Xi'an Jiaotong University; Xi'an 710049 P.R. China"}], "given": "Jiale", "family": "Yong"}, {"affiliation": [{"name": "State Key Laboratory for Manufacturing System Engineering and Key Laboratory of Photonics Technology for Information of Shaanxi Province; Xi'an Jiaotong University; Xi'an 710049 P.R. China"}], "given": "Qing", "family": "Yang"}, {"affiliation": [{"name": "State Key Laboratory for Manufacturing System Engineering and Key Laboratory of Photonics Technology for Information of Shaanxi Province; Xi'an Jiaotong University; Xi'an 710049 P.R. China"}], "given": "Feng", "family": "Chen"}, {"affiliation": [{"name": "State Key Laboratory for Manufacturing System Engineering and Key Laboratory of Photonics Technology for Information of Shaanxi Province; Xi'an Jiaotong University; Xi'an 710049 P.R. China"}], "given": "Hao", "family": "Bian"}, {"affiliation": [{"name": "State Key Laboratory for Manufacturing System Engineering and Key Laboratory of Photonics Technology for Information of Shaanxi Province; Xi'an Jiaotong University; Xi'an 710049 P.R. China"}], "given": "Guangqing", "family": "Du"}, {"affiliation": [{"name": "State Key Laboratory for Manufacturing System Engineering and Key Laboratory of Photonics Technology for Information of Shaanxi Province; Xi'an Jiaotong University; Xi'an 710049 P.R. China"}], "given": "Umar", "family": "Farooq"}, {"affiliation": [{"name": "State Key Laboratory for Manufacturing System Engineering and Key Laboratory of Photonics Technology for Information of Shaanxi Province; Xi'an Jiaotong University; Xi'an 710049 P.R. China"}], "given": "Xun", "family": "Hou"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2015-1-21", "link": [{"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1002%2Fadmi.201570009", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2015-1", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1002/admi.201570009", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", "start": {"timestamp": 1441065600000, "date-time": "2015-09-01T00:00:00Z", "date-parts": [[2015, 9, 1]]}, "content-version": "tdm", "delay-in-days": 243}], "url": "http://dx.doi.org/10.1002/admi.201570009", "issn": [{"type": "print", "value": "2196-7350"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Superoleophobic Surfaces: Reversible Underwater Lossless Oil Droplet Transportation (Adv. Mater. Interfaces 2/2015)"], "funder": null, "datasourcePrefix": "crossref____"}
1175
{"best_oa_location_url": "", "issued": "2003-3-11", "abstract": "The utilization of the ionic liquid 1-butyl-3-methylimidazolium tetrafluoroborate ([bmim][BF4]) as reaction medium, and of iron (III) chloride hexahydrate as a catalyst is described for the efficient preparation of α,α′-bis(substituted benzylidene)cycloalkanones. The preparative process presented here is operationally simple, environmentally benign and has the advantage of enhanced atom utilization. Furthermore, the solvent and the catalyst used can be recovered conveniently and reused efficiently.", "objIdentifier": "cccb0b5d5dbdf97d905e88d14e08ba3e", "pissn": "1463-9262", "subject": ["Pollution", "Environmental Chemistry"], "eissn": "1463-9270", "author": [{"affiliation": [], "given": "Xinying", "family": "Zhang"}, {"affiliation": [], "given": "Xuesen", "family": "Fan"}, {"affiliation": [], "given": "Hongying", "family": "Niu"}, {"affiliation": [], "given": "Jianji", "family": "Wang"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2003-3-11", "link": [{"URL": "http://pubs.rsc.org/en/content/articlepdf/2003/GC/B212155G", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2003-4-8", "accepted": null, "publisher": "Royal Society of Chemistry (RSC)", "doi": "10.1039/b212155g", "license": null, "url": "http://dx.doi.org/10.1039/b212155g", "issn": [{"type": "print", "value": "1463-9262"}, {"type": "electronic", "value": "1463-9270"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["An ionic liquid as a recyclable medium for the green preparation of α,α′-bis (substituted benzylidene)cycloalkanones catalyzed by FeCl3·6H2O"], "funder": null, "datasourcePrefix": "crossref____"}
1176
{"best_oa_location_url": "", "issued": "2007-6-18", "abstract": "Diclofenac sodium loaded agarose beads were prepared and release profile of Diclofenac Sodium was investigated. Beads were prepared by dropping a hot aqueous agar solution into a beaker of chilled Paraffin oil and water. Water was made acidic to the pH of 1.65 using concentrated hydrochloric acid to reduce the prior diffusion of Diclofenac sodium into preparatory vehicle. Upon drying, the beads shrank and their dimensions were changed. In-vitro drug dissolution studies were carried out in distilled water. The release profile was found to be a function of polymer load and electrolytes incorporation into the beads. Increasing the polymer load decreased the rate and extent of drug release due to increased thickness and reduced the porosity of the system. Incorporation of mono & divalent metal salts by abating the amount of agarose in the formulations increased the release rate of the drug.#R##N##R##N# Key words:  Diclofenac Na, Agarose bead, Electrolyte#R##N##R##N#Dhaka Univ. J. Pharm. Sci. Vol.4(2) 2005#R##N##R##N#The full text is of this article is available at the  Dhaka Univ. J. Pharm. Sci.  website", "objIdentifier": "3276c3eac5d620b0307b52784dc7b275", "pissn": "1816-1820", "subject": ["Pharmacology (medical)", "Pharmaceutical Science"], "eissn": "1816-1839", "author": [{"affiliation": [], "given": "Md. Selim", "family": "Reza"}, {"affiliation": [], "given": "Ishrat", "family": "Nimmi"}, {"affiliation": [], "given": "Jakir Ahmed", "family": "Chowdhury"}, {"affiliation": [], "given": "Mia Mohammad", "family": "Dulal"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2007-6-18", "link": null, "published-print": null, "accepted": null, "publisher": "Bangladesh Journals Online (JOL)", "doi": "10.3329/dujps.v4i2.213", "license": null, "url": "http://dx.doi.org/10.3329/dujps.v4i2.213", "issn": [{"type": "print", "value": "1816-1820"}, {"type": "electronic", "value": "1816-1839"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Effect of Electrolytes on Release of Diclofenac Sodium from Agarose Beads"], "funder": null, "datasourcePrefix": "crossref____"}
1177
{"issued": "2010-11-01", "abstract": [], "objIdentifier": "77e7b7a94921d2ef631d518ddce1fbee", "pissn": "0033-3549", "subject": ["Public Health, Environmental and Occupational Health"], "accepted": null, "author": [{"affiliation": [{"name": " Mel and Enid Zuckerman College of Public Health, University of Arizona, Tucson, AZ"}], "given": "Sylvia R.", "family": "Brown"}, {"affiliation": [{"name": " Hopi Department of Health Services, Hopi Women's Health Program, Kykotsmovi, AZ"}], "given": "Lori", "family": "Joshweseoma"}, {"affiliation": [{"name": " Arizona Cancer Registry, Arizona Department of Health Services, Phoenix, AZ"}], "given": "Timothy", "family": "Flood"}, {"affiliation": [{"name": " Mel and Enid Zuckerman College of Public Health, University of Arizona, Tucson, AZ"}, {"name": " Arizona Cancer Center, College of Medicine, University of Arizona, Tucson, AZ"}], "given": "Kathryn", "family": "Coe"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2010-11", "link": [{"URL": "http://journals.sagepub.com/doi/pdf/10.1177/003335491012500606", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}, {"URL": "http://journals.sagepub.com/doi/pdf/10.1177/003335491012500606", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2010-11", "eissn": "1468-2877", "publisher": "SAGE Publications", "doi": "10.1177/003335491012500606", "license": [{"URL": "http://journals.sagepub.com/page/policies/text-and-data-mining-license", "start": {"timestamp": 1288569600000, "date-time": "2010-11-01T00:00:00Z", "date-parts": [[2010, 11, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1177/003335491012500606", "issn": [{"type": "print", "value": "0033-3549"}, {"type": "electronic", "value": "1468-2877"}], "collectedFrom": [{"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Process for Determining the Cancer Burden of the Hopi Tribe"], "funder": null, "datasourcePrefix": "crossref____"}
1178
{"best_oa_location_url": "http://www.ncbi.nlm.nih.gov/pmc/articles/PMC4104460", "issued": "2014-7-14", "abstract": "The function of many eukaryotic proteins is regulated by highly dynamic changes in their nucleocytoplasmic distribution. The ability to precisely and reversibly control nuclear translocation would, therefore, allow dissecting and engineering cellular networks. Here we develop a genetically encoded, light-inducible nuclear localization signal (LINuS) based on the LOV2 domain of Avena sativa phototropin 1. LINuS is a small, versatile tag, customizable for different proteins and cell types. LINuS-mediated nuclear import is fast and reversible, and can be tuned at different levels, for instance, by introducing mutations that alter AsLOV2 domain photo-caging properties or by selecting nuclear localization signals (NLSs) of various strengths. We demonstrate the utility of LINuS in mammalian cells by controlling gene expression and entry into mitosis with blue light.", "objIdentifier": "141dc39f8258bb6b04292bc179a88fa1", "subject": ["General Biochemistry, Genetics and Molecular Biology", "General Physics and Astronomy", "General Chemistry"], "accepted": null, "author": [{"affiliation": [], "given": "Dominik", "family": "Niopek"}, {"affiliation": [], "given": "Dirk", "family": "Benzinger"}, {"affiliation": [], "given": "Julia", "family": "Roensch"}, {"affiliation": [], "given": "Thomas", "family": "Draebing"}, {"affiliation": [], "given": "Pierre", "family": "Wehler"}, {"ORCID": "0000-0002-0034-4036", "affiliation": [], "given": "Roland", "family": "Eils"}, {"affiliation": [], "given": "Barbara", "family": "Di Ventura"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": "2014-7-14", "link": null, "published-print": null, "eissn": "2041-1723", "publisher": "Springer Nature", "doi": "10.1038/ncomms5404", "license": null, "url": "http://dx.doi.org/10.1038/ncomms5404", "issn": [{"type": "electronic", "value": "2041-1723"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Engineering light-inducible nuclear localization signals for precise spatiotemporal control of protein dynamics in living cells"], "funder": null, "datasourcePrefix": "crossref____"}
1179
{"best_oa_location_url": "", "issued": "None", "abstract": [], "objIdentifier": "9aca46aefa851f86a4b8f509f19b3a46", "subject": null, "author": [{"affiliation": [], "given": "Eric D.", "family": "Leshikar"}, {"affiliation": [], "given": "Angela H.", "family": "Gutchess"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0021", "value": "Dataset"}, "is_oa": false, "published-online": null, "link": null, "published-print": null, "accepted": null, "publisher": "American Psychological Association (APA)", "doi": "10.1037/e502412013-924", "license": null, "url": "http://dx.doi.org/10.1037/e502412013-924", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Similarity to the Self Affects Memory for Others"], "funder": null, "datasourcePrefix": "crossref____"}
1180
{"best_oa_location_url": "", "issued": "1991-11-01", "abstract": "Summary Two patients with ichthyosis bullosa of Siemens (IBS) and one patient with bullous ichthyosiform erythroderma of Brocq (BIE) were treated with etretinate. Two additional patients with IBS received acitretin. All the patients had a marked improvement when on retinoids and the maintenance dose required was for IBS 10–25 mg per day. The patient with BIE was on a maintenance dose of 40–60 mg per day.", "objIdentifier": "41cbc4f4ab071b98b52eb7ef2e70810c", "pissn": "0007-0963", "subject": ["Dermatology"], "eissn": "1365-2133", "author": [{"affiliation": [], "given": "P.M.", "family": "STEIJLEN"}, {"affiliation": [], "given": "R.J.", "family": "DOORKN-GREEBE"}, {"affiliation": [], "given": "R.", "family": "HAPPLE"}, {"affiliation": [], "given": "P.C.M.", "family": "KERKHOF"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1111%2Fj.1365-2133.1991.tb14776.x", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1991-11", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1111/j.1365-2133.1991.tb14776.x", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", "start": {"timestamp": 1441065600000, "date-parts": [[2015, 9, 1]], "date-time": "2015-09-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 8705}], "url": "http://dx.doi.org/10.1111/j.1365-2133.1991.tb14776.x", "issn": [{"type": "print", "value": "0007-0963"}, {"type": "electronic", "value": "1365-2133"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Ichthyosis bullosa of Siemens responds well to low-dosage oral retinoids"], "funder": null, "datasourcePrefix": "crossref____"}
1181
{"best_oa_location_url": "", "issued": "1975-8-01", "abstract": "Rats were trained to bar-press on a differential reinforcement of low rate 16 sec (DRL 16) schedule for water reinforcement. On alternate days, rats were tested in the presence or absence of a light which signaled the availability of reinforcement. Rats were allowed to bar-press on either of two levers (left and right). All rats show consistent side preferences. Doses (0.5–2.0 mg/kg) of d-amphetamine differentially affected performance under signaled and nonsignaled conditions. Performance during the nonsignaled condition was much more sensitive to a drug-induced rate increment and timing impairment than performance during the signaled condition. With increasing drug dosage, under both conditions, side preferences reliably increased, decreased or remained unchanged depending upon the particular pattern of paw usage and the relationship between paw and side preferences. For the nonsignaled condition but not for the signaled condition, baseline rates were related to the strength of side preferences; lower rates and better timing performance were significantly correlated with greater preferences. Observations of bar-pressing behavior suggested that stereotyped motor patterns associated with side preferences might be related to mechanisms involved in timing behavior and perhaps, in behavior controlled by internal stimuli generally.", "objIdentifier": "403789994ad90b1aa0befa7727239535", "pissn": "0014-2999", "subject": ["Pharmacology"], "author": [{"affiliation": [], "given": "Stanley D.", "family": "Glick"}, {"affiliation": [], "given": "Russell D.", "family": "Cox"}, {"affiliation": [], "given": "Stuart", "family": "Greenstein"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:0014299975901533?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:0014299975901533?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "1975-8", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/0014-2999(75)90153-3", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 176083200000, "date-parts": [[1975, 8, 1]], "date-time": "1975-08-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/0014-2999(75)90153-3", "issn": [{"type": "print", "value": "0014-2999"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Relationship of rats' spatial preferences effects of d-amphetamine on timing behavior"], "funder": null, "datasourcePrefix": "crossref____"}
1182
{"best_oa_location_url": "https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1566832/pdf", "issued": "1994-10-1", "abstract": "Acetyl-CoA:A/-hydroxyarylamine O-acetyltransferase is an enzyme involved in the metabolic activation of /V-hydroxyarylamines derived from muta? genic and carcinogenic aromatic amines and nitroarenes. The O-acetyltransferase gene of Salmonella typhimurium has been cloned, and new Ames tester substrains highly sensitive to mutagenic aromatic amines and nitroarenes have been established in our laboratory. The nucleotide sequence of the O-acetyltransferase gene was determined. There was an open reading frame of 843 nucleotides coding for a protein with a calculated molecular weight of 32,177, which was close to the molecular weight of the O-acetyltransferase protein determined by using the maxicell technique. Only the residue of Cys69 in O-acetyltransferase of S. typhimurium and its corresponding residue (Cys68) in A/-acetyltransferase of higher organisms were conserved in all acetyltransferase enzymes sequenced so far. The amino acid sequence Arg-Gly-Gly-X-Cys, including the Cys69, was highly conserved. A mutant O-acetyltransferase of S. typhimurium, which contained Ala69 instead of Cys69, no longer showed the activities of 0- and Nacetyltransferase. These results suggest that the Cys69 of S. typhimurium and the corresponding cysteine residues of the higher organisms are essential for the enzyme activities as an acetyl-CoA binding site. We propose a new catalytic model of acetyltransferase for S. typhimurium and the higher organisms. ? Environ Health Perspect 102(Suppl 6):83^89 (1994)", "objIdentifier": "2e4b4a173fb2a5d71697f0ff2f681474", "pissn": "0091-6765", "subject": ["Public Health, Environmental and Occupational Health", "Health, Toxicology and Mutagenesis"], "author": [{"affiliation": [], "given": "M", "family": "Watanabe"}, {"affiliation": [], "given": "T", "family": "Igarashi"}, {"affiliation": [], "given": "T", "family": "Kaminuma"}, {"affiliation": [], "given": "T", "family": "Sofuni"}, {"affiliation": [], "given": "T", "family": "Nohmi"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": "1994-10-1", "link": null, "published-print": null, "accepted": null, "publisher": "Environmental Health Perspectives", "doi": "10.1289/ehp.94102s683", "license": null, "url": "http://dx.doi.org/10.1289/ehp.94102s683", "issn": [{"type": "print", "value": "0091-6765"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["N-hydroxyarylamine O-acetyltransferase of Salmonella typhimurium: proposal for a common catalytic mechanism of arylamine acetyltransferase enzymes"], "funder": null, "datasourcePrefix": "crossref____"}
1183
{"best_oa_location_url": "", "issued": "2012-8-1", "abstract": "Robert Stevens. Pp. 336. Pakawau GeoManagement Inc., Port Coquitlam, British Columbia. 2011. Soft Cover. ISBN 978-0-9867221-0-3. Price CAN$99.95.#N##N#Mineral Exploration and Mining Essentials is a comprehensive book covering the most important aspects of exploration and mining in sufficient detail for an introductory audience. As stated in the preface, the main audience is non-technical. The book provides a general introduction to a number of technical topics (geology, resource estimation, mining, metallurgy) that individually would be the subjects of a college degree. The organization of the book is logical, starting with a foundation of geology and mineral deposits, and following the natural progression from exploration, to mining and processing, and then to mine closure and reclamation. The book is well illustrated, with numerous high-quality photographs from throughout the world, as well as technical illustrations taken from industry examples and various reference papers. For an introductory volume, I would have liked to see a more comprehensive reference section for each chapter to …", "objIdentifier": "ba145639ff5b152be4db36d137ac7933", "pissn": "0361-0128", "subject": null, "eissn": "1554-0774", "author": [{"affiliation": [], "given": "J. L.", "family": "Powell"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2012-8-2", "link": null, "published-print": "2012-8-1", "accepted": null, "publisher": "Society of Economic Geologists", "doi": "10.2113/econgeo.107.5.1076", "license": null, "url": "http://dx.doi.org/10.2113/econgeo.107.5.1076", "issn": [{"type": "print", "value": "0361-0128"}, {"type": "electronic", "value": "1554-0774"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Mineral Exploration and Mining Essentials"], "funder": null, "datasourcePrefix": "crossref____"}
1184
{"best_oa_location_url": "", "issued": "2010-10-01", "abstract": "Abstract   Vector diffraction theory is employed to investigate the focusing properties of the Gaussian beams with mixed screw and conical phase fronts. Numerical simulations show that the Gaussian beams with screw–conical phase fronts are different from both the ordinary Laguerre–Gaussian beams and the higher-order Bessel beams. Rather than forming the ring-shaped intensity distributions characteristic of optical vortices, focusing the Gaussian beams with screw–conical phase fronts produce non-symmetric spiral intensity distributions at the focal plane. The intensity distribution forms a counter-clockwise non-symmetric screw path around the focus. The rotation of intensity distributions was observed in the focal plane. The gradient force patterns of these beams focused with high NA are also investigated. The results show that the gradient force pattern shape depends principally on parameter topological charge  n  of the phase distribution. The gradient force pattern expands with increase in the parameter  m  of the phase distribution. Therefore, one can change the topological charge  n  or the parameter  m  of the phase mask to construct the tunable optical trap to meet different requirements. Its potential application might include rotational positioning of particles and accumulation of smaller non-symmetric particles towards the focus.", "objIdentifier": "8f8e224949cc4fb5d59b0745795c3c3f", "pissn": "0030-4026", "subject": ["Electrical and Electronic Engineering", "Atomic and Molecular Physics, and Optics", "Electronic, Optical and Magnetic Materials"], "author": [{"affiliation": [], "given": "Jinsong", "family": "Li"}, {"affiliation": [], "given": "Xiumin", "family": "Gao"}, {"affiliation": [], "given": "Shuqin", "family": "Zhang"}, {"affiliation": [], "given": "Songlin", "family": "Zhuang"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0030402609002162?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S0030402609002162?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2010-10", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/j.ijleo.2009.04.016", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1285891200000, "date-parts": [[2010, 10, 1]], "date-time": "2010-10-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/j.ijleo.2009.04.016", "issn": [{"type": "print", "value": "0030-4026"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Focusing properties of Gaussian beam with mixed screw and conical phase fronts"], "funder": null, "datasourcePrefix": "crossref____"}
1185
{"best_oa_location_url": "", "issued": "1992-4-01", "abstract": "Various types of amphoteric gels were made with the combinations of anionic monomers (sodium acrylate and sodium styrenesulfonic acid and cationic monomers (dimethylaminopropyl acrylamide and trimethyl-n-acryloly-3-aminopropane ammonium chloride) and the pH-dependent volume behaviors of these amphoteric gels were examined. As a consequence, the specific binding formed in each amphoteric gel could be dissociated into ions in a unique fashion with changes in pH. Four types of dissociation mechanisms could be presumed as follows; 1) ionization of the constituent groups (weak anion and cation groups) in both acidic and alkali solutions, 2) ionization of the constituent group (strong anion groups) in alkali solution, 3) ionization of the constituent group (strong cation groups) in acidic solution, and 4) ionization of the constituent groups (strong anion and cation groups) in both acidic and alkali solutions.", "objIdentifier": "0de56d98289b1c6ad0730030b299f289", "pissn": "0170-0839", "subject": ["Materials Chemistry", "General Chemistry", "Polymers and Plastics", "Condensed Matter Physics"], "eissn": "1436-2449", "author": [{"affiliation": [], "given": "Seiji", "family": "Katayama"}, {"affiliation": [], "given": "Akira", "family": "Myoga"}, {"affiliation": [], "given": "Yukio", "family": "Akahori"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/BF00299660", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1992-4", "accepted": null, "publisher": "Springer Nature", "doi": "10.1007/bf00299660", "license": null, "url": "http://dx.doi.org/10.1007/bf00299660", "issn": [{"type": "print", "value": "0170-0839"}, {"type": "electronic", "value": "1436-2449"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Swelling behaviors of amphoteric gels and the dissociation mechanisms"], "funder": null, "datasourcePrefix": "crossref____"}
1186
{"best_oa_location_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.611.1847", "issued": "1983-5-1", "abstract": "SUMMARY. A discontinuous density gradient procedure was used successfully to separate capsulate and non-capsulate cells of strains of Bacteroides fragilis. Bacteria from the capsulate fraction retained their capsules on subculture, but non-capsulate cells reverted to the mixed phenotype.", "objIdentifier": "2703754189cdb3e58f50cb59020b490f", "pissn": "0022-2615", "subject": ["Microbiology (medical)", "Microbiology", "General Medicine"], "eissn": "1473-5644", "author": [{"affiliation": [], "given": "S.", "family": "PATRICK"}, {"affiliation": [], "given": "J. H.", "family": "REID"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": null, "link": null, "published-print": "1983-5-1", "accepted": null, "publisher": "Microbiology Society", "doi": "10.1099/00222615-16-2-239", "license": null, "url": "http://dx.doi.org/10.1099/00222615-16-2-239", "issn": [{"type": "print", "value": "0022-2615"}, {"type": "electronic", "value": "1473-5644"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Separation of capsulate and non-capsulate Bacteroides fragilis on a discontinuous density gradient"], "funder": null, "datasourcePrefix": "crossref____"}
1187
{"best_oa_location_url": "", "issued": "2017", "abstract": [], "objIdentifier": "c630ce59decc72a4390e5c01c138971f", "pissn": "1093-9946", "subject": ["General Biochemistry, Genetics and Molecular Biology", "General Immunology and Microbiology", "General Medicine"], "eissn": "1093-4715", "author": [{"affiliation": [], "given": "Mauro ", "family": "Degli Esposti"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2017", "link": null, "published-print": "2017", "accepted": null, "publisher": "Frontiers in Bioscience", "doi": "10.2741/4512", "license": null, "url": "http://dx.doi.org/10.2741/4512", "issn": [{"type": "print", "value": "1093-9946"}, {"type": "electronic", "value": "1093-4715"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["The long story of mitochondrial DNA and respiratory complex I"], "funder": null, "datasourcePrefix": "crossref____"}
1188
{"best_oa_location_url": "", "issued": "2017", "abstract": "<p>The presence of fluoride ions in the reaction of chloro- or bromo-PDIs with alcohols and thiols leads to a spectacular increase in the yields of substituted compounds.</p>", "objIdentifier": "e7e6ee5b1cb53f50042d9fd88524ea75", "subject": ["Organic Chemistry"], "accepted": null, "author": [{"ORCID": "http://orcid.org/0000-0003-3081-995X", "authenticated-orcid": false, "given": "N.", "family": "Zink-Lorre", "affiliation": [{"name": "Área de Química Orgánica"}, {"name": "Instituto de Bioingeniería"}, {"name": "Universidad Miguel Hernández de Elche"}, {"name": "03202 Elche"}, {"name": "Spain"}]}, {"ORCID": "http://orcid.org/0000-0002-5082-3107", "authenticated-orcid": false, "given": "E.", "family": "Font-Sanchis", "affiliation": [{"name": "Área de Química Orgánica"}, {"name": "Instituto de Bioingeniería"}, {"name": "Universidad Miguel Hernández de Elche"}, {"name": "03202 Elche"}, {"name": "Spain"}]}, {"ORCID": "http://orcid.org/0000-0002-8835-2486", "authenticated-orcid": false, "given": "Á.", "family": "Sastre-Santos", "affiliation": [{"name": "Área de Química Orgánica"}, {"name": "Instituto de Bioingeniería"}, {"name": "Universidad Miguel Hernández de Elche"}, {"name": "03202 Elche"}, {"name": "Spain"}]}, {"ORCID": "http://orcid.org/0000-0002-4598-6024", "authenticated-orcid": false, "given": "F.", "family": "Fernández-Lázaro", "affiliation": [{"name": "Área de Química Orgánica"}, {"name": "Instituto de Bioingeniería"}, {"name": "Universidad Miguel Hernández de Elche"}, {"name": "03202 Elche"}, {"name": "Spain"}]}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2017", "link": [{"URL": "http://pubs.rsc.org/en/content/articlepdf/2017/QO/C7QO00337D", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "eissn": "2052-4129", "publisher": "Royal Society of Chemistry (RSC)", "doi": "10.1039/c7qo00337d", "license": null, "url": "http://dx.doi.org/10.1039/c7qo00337d", "issn": [{"type": "electronic", "value": "2052-4129"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Fluoride-mediated alkoxylation and alkylthio-functionalization of halogenated perylenediimides"], "funder": null, "datasourcePrefix": "crossref____"}
1189
{"best_oa_location_url": "", "issued": "1938-3-01", "abstract": [], "objIdentifier": "8f762db955d9ef7f2bed7c9d5d0ae301", "pissn": "1040-2446", "subject": ["Education", "General Medicine"], "author": [{"affiliation": [], "family": "&NA;"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1938-3", "accepted": null, "publisher": "Ovid Technologies (Wolters Kluwer Health)", "doi": "10.1097/00001888-193803000-00017", "license": null, "url": "http://dx.doi.org/10.1097/00001888-193803000-00017", "issn": [{"type": "print", "value": "1040-2446"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["General News"], "funder": null, "datasourcePrefix": "crossref____"}
1190
{"best_oa_location_url": "", "issued": "2014-12-01", "abstract": "The conventional linear prediction (LP) analysis is known to suffer from problems that it is sensitive to additive noise. In this paper a new approach for LP analysis of crosscorrelation sequence between speech signal and its zero-crossing wave has been presented. Simulation results show that the proposed method is capable of performing the speech analysis under a white noisy environment.", "objIdentifier": "8c611d9322d9819a4a0452aa1ccb6132", "subject": null, "author": [{"affiliation": [], "given": "Liqing", "family": "Liu"}, {"affiliation": [], "given": "Tetsuya", "family": "Shimamura"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0004", "value": "Conference object"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://xplorestaging.ieee.org/ielx7/7016284/7041492/07041788.pdf?arnumber=7041788", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2014-12", "accepted": null, "publisher": "IEEE", "doi": "10.1109/apsipa.2014.7041788", "license": null, "url": "http://dx.doi.org/10.1109/apsipa.2014.7041788", "issn": null, "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Linear prediction analysis of crosscorrelation sequence for voiced speech"], "funder": null, "datasourcePrefix": "crossref____"}
1191
{"best_oa_location_url": "", "issued": "1910", "abstract": [], "objIdentifier": "139916f30122b955b283d44cf8a76d22", "subject": null, "author": [{"affiliation": [], "given": "Karl", "family": "Schmidt"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/978-3-642-92221-3_4", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1910", "accepted": null, "publisher": "Springer Berlin Heidelberg", "doi": "10.1007/978-3-642-92221-3_4", "license": null, "url": "http://dx.doi.org/10.1007/978-3-642-92221-3_4", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Die trockenen Luftpumpen"], "funder": null, "datasourcePrefix": "crossref____"}
1192
{"best_oa_location_url": "", "issued": "2015-9-01", "abstract": "Wavelength division multiplexing is essential for achieving large capacity optical fiber transmission for any kind of modulation format. In this paper, we propose a wavelength division multiplexed optical eigenvalue modulated system and discuss its advantages and remaining issues for practical application.", "objIdentifier": "dfc5bf2ebf86cb0b613ba927c789fdc7", "subject": null, "author": [{"affiliation": [], "given": "Akifumi", "family": "Toyota"}, {"affiliation": [], "given": "Akihiro", "family": "Maruta"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0004", "value": "Conference object"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://xplorestaging.ieee.org/ielx7/7307715/7323317/07323333.pdf?arnumber=7323333", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2015-9", "accepted": null, "publisher": "IEEE", "doi": "10.1109/tiwdc.2015.7323333", "license": null, "url": "http://dx.doi.org/10.1109/tiwdc.2015.7323333", "issn": null, "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Wavelength division multiplexed optical eigenvalue modulated system"], "funder": null, "datasourcePrefix": "crossref____"}
1193
{"best_oa_location_url": "", "issued": "1977", "abstract": [], "objIdentifier": "9c0c818d3cd3de01ddac2ab4d65218a2", "pissn": "0028-3940", "subject": ["Radiology Nuclear Medicine and imaging", "Clinical Neurology", "Cardiology and Cardiovascular Medicine"], "eissn": "1432-1920", "author": [{"affiliation": [], "given": "Yutaka", "family": "Kuru"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/BF00335038", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1977", "accepted": null, "publisher": "Springer Nature", "doi": "10.1007/bf00335038", "license": null, "url": "http://dx.doi.org/10.1007/bf00335038", "issn": [{"type": "print", "value": "0028-3940"}, {"type": "electronic", "value": "1432-1920"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Letter to the editors"], "funder": null, "datasourcePrefix": "crossref____"}
1194
{"best_oa_location_url": "http://atvb.ahajournals.org/content/atvbaha/34/1/146.full.pdf", "issued": "2013-11-7", "abstract": "Objective— Calcitriol and various analogs are commonly used to suppress secondary hyperparathyroidism in chronic kidney disease but may also exacerbate vascular calcification. Although this could be because of increased intestinal calcium and phosphate absorption, direct effects through vitamin D receptors (VDRs) on vascular smooth muscle have also been proposed.#N##N#Approach and Results— The role of these receptors was investigated by examining gene regulation in rat aortas treated with calcitriol ex vivo and in vivo and by transplanting aortas from VDR-null (VDR−/−) mice into wild-type mice before induction of uremia and treatment with calcitriol. In cultured rat aortas, calcitriol increased the expression of mRNA for CYP24A1 but not mRNA for any bone-related or calcification-related genes. Gene expression in aortas in vivo was not altered by doses of calcitriol that promote calcification. Calcitriol markedly increased aortic calcification in uremic mice and this did not differ between VDR−/− aortic allografts and VDR+/+ recipient aortas.#N##N#Conclusions— Calcitriol promotes vascular calcification through a systemic action rather than through a direct vascular action.#N##N## Significance {#article-title-39}", "objIdentifier": "05321e969ca76e98729de353c9f9621e", "pissn": "1079-5642", "subject": ["Cardiology and Cardiovascular Medicine"], "eissn": "1524-4636", "author": [{"affiliation": [], "given": "K. A.", "family": "Lomashvili"}, {"affiliation": [], "given": "X.", "family": "Wang"}, {"affiliation": [], "given": "W. C.", "family": "O'Neill"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": "2013-11-7", "link": null, "published-print": "2014-1-1", "accepted": null, "publisher": "Ovid Technologies (Wolters Kluwer Health)", "doi": "10.1161/atvbaha.113.302525", "license": null, "url": "http://dx.doi.org/10.1161/atvbaha.113.302525", "issn": [{"type": "print", "value": "1079-5642"}, {"type": "electronic", "value": "1524-4636"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Role of Local Versus Systemic Vitamin D Receptors in Vascular Calcification"], "funder": null, "datasourcePrefix": "crossref____"}
1195
{"best_oa_location_url": "", "issued": "2001-7-01", "abstract": "Summary  Radical radiotherapy, the mainstay of treatment for early inoperable non-small-cell lung cancer, is most commonly given in daily fractions, Monday to Friday, to a total dose of 60–70 Gy over 6–8 weeks. Since the 1980s, novel fractionation schedules have been explored with the aim of improving local tumour control and survival without increasing late morbidity. There have been two main approaches. In hyperfractionated radiotherapy the dose per fraction is reduced and the total dose increased to give improved tumour control without increased late morbidity. Hyperfractionation schedules, with more than one fraction per day have been successfully evaluated, but so far significant benefit has not been achieved when compared with conventional radiotherapy plus chemotherapy. In accelerated radiotherapy the overall duration of radiotherapy is reduced to overcome repopulation of tumour cells during the course of treatment. In all the different regimens of accelerated radiotherapy a common feature is giving two or more fractions on some or all treatment days and, in some cases, a lower dose per fraction is also incorporated. CHART (continuous hyperfractionated accelerated radiotherapy) is the most novel and accelerated schedule tested, and a randomised controlled trial showed a significant survival advantage from CHART compared with conventional radiotherapy. Changes in the fractionation of radiotherapy must be combined with other approaches such as neoadjuvant and concomitant chemotherapy, hypoxic-cell modifiers, and conformal radiotherapy, so that care of patients with non-small-cell lung cancer can be further advanced.", "objIdentifier": "9aec49c631380ebb96a772a14cb42537", "pissn": "1470-2045", "subject": ["Oncology"], "author": [{"affiliation": [], "given": "MI", "family": "Saunders"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S1470204500004174?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S1470204500004174?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2001-7", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/s1470-2045(00)00417-4", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 993945600000, "date-time": "2001-07-01T00:00:00Z", "date-parts": [[2001, 7, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/s1470-2045(00)00417-4", "issn": [{"type": "print", "value": "1470-2045"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Programming of radiotherapy in the treatment of non-small-cell lung cancer — a way to advance care"], "funder": null, "datasourcePrefix": "crossref____"}
1196
{"best_oa_location_url": "", "issued": "2012-1-20", "abstract": "This review explores Ben-Zvi Assaraf, Eshach, Orion, and Alamour’s paper titled “Cultural Differences and Students’ Spontaneous Models of the Water Cycle: A Case Study of Jewish and Bedouin Children in Israel” by examining how the authors use the concept of spontaneous mental models to explain cultural knowledge source of Bedouin children’s mental model of water compared to Jewish children’s mental model of water in nature. My response to Ben-Zvi Assaraf et al.’s work expands upon their explanations of the Bedouin children’s cultural knowledge source. Bedouin children’s mental model is based on their culture, religion, place of living and everyday life practices related to water. I suggest a different knowledge source for spontaneous mental model of water in nature based on unique history and traditions of South Korea where people think of water in nature in different ways. This forum also addresses how western science dominates South Korean science curriculum and ways of assessing students’ conceptual understanding of scientific concepts. Additionally I argue that western science curriculum models could diminish Korean students’ understanding of natural world which are based on Korean cultural ways of thinking about the natural world. Finally, I also suggest two different ways of considering this unique knowledge source for a more culturally relevant teaching Earth system education.", "objIdentifier": "3b4133121601d5b05a54ae268b8a57c1", "pissn": "1871-1502", "subject": ["Cultural Studies"], "eissn": "1871-1510", "author": [{"affiliation": [], "given": "Younkyeong", "family": "Nam"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2012-1-20", "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/s11422-012-9388-0", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2012-6", "accepted": null, "publisher": "Springer Nature", "doi": "10.1007/s11422-012-9388-0", "license": null, "url": "http://dx.doi.org/10.1007/s11422-012-9388-0", "issn": [{"type": "print", "value": "1871-1502"}, {"type": "electronic", "value": "1871-1510"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Rethinking historical and cultural source of spontaneous mental models of water cycle: in the perspective of South Korea"], "funder": null, "datasourcePrefix": "crossref____"}
1197
{"best_oa_location_url": "", "issued": "2012-5-01", "abstract": [], "objIdentifier": "25d3ba4b003fd89e54cb057be9ad608d", "pissn": "1526-3711", "subject": ["General Dentistry"], "eissn": "1526-3711", "author": [{"affiliation": [], "given": "PR", "family": "Abhilash"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2012-5", "accepted": null, "publisher": "Jaypee Brothers Medical Publishing", "doi": "10.5005/jp-journals-10024-1135", "license": null, "url": "http://dx.doi.org/10.5005/jp-journals-10024-1135", "issn": [{"type": "print", "value": "1526-3711"}, {"type": "electronic", "value": "1526-3711"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Dermatoglyphics in Patients with Dental Caries: A Study on 1250 Individuals"], "funder": null, "datasourcePrefix": "crossref____"}
1198
{"best_oa_location_url": "", "issued": "2011", "abstract": [], "objIdentifier": "45fcde46dcbea4e2e70bb895705e31f6", "subject": null, "accepted": null, "author": [{"affiliation": [], "given": "Hirokazu", "family": "SUMI"}, {"affiliation": [], "given": "Takuya", "family": "DEMURA"}, {"affiliation": [], "given": "Seitaro", "family": "YAMA"}, {"affiliation": [], "given": "Akira", "family": "ODA"}, {"affiliation": [], "given": "Minoru", "family": "OTIAI"}, {"affiliation": [], "given": "Shigekatu", "family": "ENDO"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2011", "eissn": "2185-4688", "publisher": "Japan Society of Civil Engineers", "doi": "10.2208/jscejoe.67.i_1099", "license": null, "url": "http://dx.doi.org/10.2208/jscejoe.67.i_1099", "issn": [{"type": "electronic", "value": "2185-4688"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["BASIC RESEARCH ON THE VARIABILITY OF THE SHORELINE OF THE CHIRIHAMA BEACH"], "funder": null, "datasourcePrefix": "crossref____"}
1199
{"best_oa_location_url": "", "issued": "1999-2-12", "abstract": [], "objIdentifier": "0dda431fd1978e9d34b23857b2bb2f6c", "pissn": "0148-7299", "subject": ["Genetics(clinical)"], "eissn": "1096-8628", "author": [{"affiliation": [], "given": "Peter", "family": "Gustavsson"}, {"affiliation": [], "given": "Eva", "family": "Kimber"}, {"affiliation": [], "given": "Jan", "family": "Wahlström"}, {"affiliation": [], "given": "Göran", "family": "Annerén"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1002%2F(SICI)1096-8628(19990212)82:4%3C348::AID-AJMG14%3E3.3.CO;2-U", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1999-2-12", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1002/(sici)1096-8628(19990212)82:4<348::aid-ajmg14>3.3.co;2-u", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1", "start": {"timestamp": 1441065600000, "date-time": "2015-09-01T00:00:00Z", "date-parts": [[2015, 9, 1]]}, "content-version": "tdm", "delay-in-days": 6045}], "url": "http://dx.doi.org/10.1002/(sici)1096-8628(19990212)82:4<348::aid-ajmg14>3.3.co;2-u", "issn": [{"type": "print", "value": "0148-7299"}, {"type": "electronic", "value": "1096-8628"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Monosomy 18q syndrome and atypical Rett syndrome in a girl with an interstitial deletion (18)(q21.1q22.3)"], "funder": null, "datasourcePrefix": "crossref____"}
1200
{"best_oa_location_url": "", "issued": "2016", "abstract": "We report on the impact of doping with gold nanorods (NRs) on the formation and stability of DNA liquid crystals (LCs). Cetyl trimethylammonium (CTAB)-stabilized gold NRs were synthesized using the wet chemistry method. Different textures of cholesteric and columnar mesophases, as well as phase transitions, were observed using a polarized light microscope. It was found that liquid crystalline phases formed in the samples were qualitatively the same and the phase appearance sequence was preserved in the samples regardless of the doping. We show that depending on the concentration of gold NRs present in the phase, nanoparticle-doped cholesteric and columnar hexagonal phases existed in wider temperature ranges compared to pure DNA LCs. The potential applications of these liquid crystal–nanoparticle hybrid systems may include the fabrication of new optoelectronic devices and sensors.", "objIdentifier": "80d10f9d8450b9c2473af6864bb88177", "pissn": "1463-9076", "subject": ["Physical and Theoretical Chemistry", "General Physics and Astronomy"], "eissn": "1463-9084", "author": [{"affiliation": [{"name": "Advanced Materials Engineering and Modelling Group"}, {"name": "Wroclaw University of Technology"}, {"name": "50-370 Wroclaw"}, {"name": "Poland"}], "given": "Katarzyna", "family": "Brach"}, {"ORCID": "0000-0001-8578-8340", "affiliation": [{"name": "Advanced Materials Engineering and Modelling Group"}, {"name": "Wroclaw University of Technology"}, {"name": "50-370 Wroclaw"}, {"name": "Poland"}], "given": "Katarzyna", "family": "Matczyszyn"}, {"ORCID": "0000-0002-7226-0077", "affiliation": [{"name": "Advanced Materials Engineering and Modelling Group"}, {"name": "Wroclaw University of Technology"}, {"name": "50-370 Wroclaw"}, {"name": "Poland"}], "given": "Joanna", "family": "Olesiak-Banska"}, {"affiliation": [{"name": "Advanced Materials Engineering and Modelling Group"}, {"name": "Wroclaw University of Technology"}, {"name": "50-370 Wroclaw"}, {"name": "Poland"}], "given": "Marta", "family": "Gordel"}, {"affiliation": [{"name": "Advanced Materials Engineering and Modelling Group"}, {"name": "Wroclaw University of Technology"}, {"name": "50-370 Wroclaw"}, {"name": "Poland"}], "given": "Marek", "family": "Samoc"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2016", "link": [{"URL": "http://pubs.rsc.org/en/content/articlepdf/2016/CP/C5CP07026K", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "accepted": null, "publisher": "Royal Society of Chemistry (RSC)", "doi": "10.1039/c5cp07026k", "license": null, "url": "http://dx.doi.org/10.1039/c5cp07026k", "issn": [{"type": "print", "value": "1463-9076"}, {"type": "electronic", "value": "1463-9084"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Stabilization of DNA liquid crystals on doping with gold nanorods"], "funder": [{"doi-asserted-by": "publisher", "DOI": "10.13039/501100004281", "name": "Narodowe Centrum Nauki", "award": ["Opus DEC-2013/09/B/ST5/03417"]}], "datasourcePrefix": "crossref____"}
1201
{"best_oa_location_url": "http://doi.org/10.1155/2010/620137", "issued": "2010", "abstract": "The angiosperm mitochondrial genome is the largest and least gene-dense among the eukaryotes, because its intergenic regions are expanded. There seems to be no functional constraint on the size of the intergenic regions; angiosperms maintain the large mitochondrial genome size by a currently unknown mechanism. After a brief description of the angiosperm mitochondrial genome, this review focuses on our current knowledge of the mechanisms that control the maintenance and alteration of the genome. In both processes, the control of homologous recombination is crucial in terms of site and frequency. The copy numbers of various types of mitochondrial DNA molecules may also be controlled, especially during transmission of the mitochondrial genome from one generation to the next. An important characteristic of angiosperm mitochondria is that they contain polypeptides that are translated from open reading frames created as byproducts of genome alteration and that are generally nonfunctional. Such polypeptides have potential to evolve into functional ones responsible for mitochondrially encoded traits such as cytoplasmic male sterility or may be remnants of the former functional polypeptides.", "objIdentifier": "6b2eb1c5486c9ab3d8ee3c84b176128a", "pissn": "2090-0120", "subject": ["Plant Science"], "eissn": "2090-0139", "author": [{"affiliation": [{"name": "Research Faculty of Agriculture, Hokkaido University, N-9, W-9, Kita-Ku, Sapporo 060-8589, Japan"}], "given": "Kazuyoshi", "family": "Kitazaki"}, {"affiliation": [{"name": "Research Faculty of Agriculture, Hokkaido University, N-9, W-9, Kita-Ku, Sapporo 060-8589, Japan"}], "given": "Tomohiko", "family": "Kubo"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": null, "link": [{"URL": "http://downloads.hindawi.com/journals/jb/2010/620137.pdf", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}, {"URL": "http://downloads.hindawi.com/journals/jb/2010/620137.xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/xml"}, {"URL": "http://downloads.hindawi.com/journals/jb/2010/620137.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2010", "accepted": null, "publisher": "Hindawi Limited", "doi": "10.1155/2010/620137", "license": [{"URL": "http://creativecommons.org/licenses/by/3.0/", "start": {"timestamp": 1262304000000, "date-time": "2010-01-01T00:00:00Z", "date-parts": [[2010, 1, 1]]}, "content-version": "vor", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1155/2010/620137", "issn": [{"type": "print", "value": "2090-0120"}, {"type": "electronic", "value": "2090-0139"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Cost of Having the Largest Mitochondrial Genome: Evolutionary Mechanism of Plant Mitochondrial Genome"], "funder": [{"doi-asserted-by": "publisher", "DOI": "10.13039/501100001700", "name": "Ministry of Education, Culture, Sports, Science and Technology", "award": []}], "datasourcePrefix": "crossref____"}
1202
{"issued": "2017-9-1", "abstract": [], "objIdentifier": "a7272ec8ff4f60d545b7040218274e42", "pissn": "0278-2715", "subject": ["Health Policy"], "accepted": null, "author": [{"affiliation": [], "given": "Richard M.", "family": "Scheffler"}, {"affiliation": [], "given": "Daniel R.", "family": "Arnold"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2017-9-5", "link": [{"URL": "https://syndication.highwire.org/content/doi/10.1377/hlthaff.2017.0552", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2017-9-1", "eissn": "1544-5208", "publisher": "Health Affairs (Project Hope)", "doi": "10.1377/hlthaff.2017.0552", "license": null, "url": "http://dx.doi.org/10.1377/hlthaff.2017.0552", "issn": [{"type": "print", "value": "0278-2715"}, {"type": "electronic", "value": "1544-5208"}], "collectedFrom": [{"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Insurer Market Power Lowers Prices In Numerous Concentrated Provider Markets"], "funder": null, "datasourcePrefix": "crossref____"}
1203
{"best_oa_location_url": "", "issued": "1985-8-01", "abstract": [], "objIdentifier": "74780396bdea1939ce28f59d9e6d1e0d", "pissn": "0029-5450", "subject": ["Nuclear and High Energy Physics", "Nuclear Energy and Engineering", "Condensed Matter Physics"], "eissn": "1943-7471", "author": [{"affiliation": [{"name": " Kernforschungszentrum Karlsruhe GmbH Laboratorium fur Aerosolphysik und Filtertechnik, Postfach 3640 D-7500 Karlsruhe 1, Federal Republic of Germany"}], "given": "H.", "family": "Deuber"}, {"affiliation": [{"name": " Kernforschungszentrum Karlsruhe GmbH Laboratorium fur Aerosolphysik und Filtertechnik, Postfach 3640 D-7500 Karlsruhe 1, Federal Republic of Germany"}], "given": "K.", "family": "Gerlach"}, {"affiliation": [{"name": " Kernforschungszentrum Karlsruhe GmbH Laboratorium fur Aerosolphysik und Filtertechnik, Postfach 3640 D-7500 Karlsruhe 1, Federal Republic of Germany"}], "given": "R.", "family": "Kaempffer"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2017-5-12", "link": [{"URL": "https://www.tandfonline.com/doi/pdf/10.13182/NT85-A33640", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1985-8", "accepted": null, "publisher": "Informa UK Limited", "doi": "10.13182/nt85-a33640", "license": null, "url": "http://dx.doi.org/10.13182/nt85-a33640", "issn": [{"type": "print", "value": "0029-5450"}, {"type": "electronic", "value": "1943-7471"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Investigations on the Aging of Activated Carbons in the Exhaust Air of a Pressurized Water Reactor"], "funder": null, "datasourcePrefix": "crossref____"}
1204
{"best_oa_location_url": "http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1856672", "issued": "2007-1-1", "abstract": "Background: Neutralisation of tumour necrosis factor α (TNFα)restores systemic growth hormone function in patients with Crohn’s disease, and induces mucosal healing. Anabolic effects of growth hormone depend on activation of the STAT5 transcription factor. Although it has recently been reported that both administration of growth hormone and neutralisation of TNFα reduce mucosal inflammation in experimental colitis, whether this involved activation of STAT5 in the gut is not known.#N##N#Aim: To determine whether TNFα blockade in colitis up regulates a growth hormone:STAT5 signalling pathway in the colon.#N##N#Methods: Interleukin 10-deficient mice and wild-type controls received growth hormone or anti-TNFα antibody, and T84 human colon carcinoma cells were treated with TNFα or growth hormone. Activation and expression of STAT5b, peroxisome proliferator-activated receptor gamma (PPARγ), NFκB/IκB and growth hormone receptor were determined.#N##N#Results: Growth hormone activated STAT5b and up regulated expression of PPARγ in normal mouse colon; inflamed colon was partially resistant to this. Chronic administration of growth hormone, nevertheless, significantly reduced activation of colonic NFκB (p = 0.028). Neutralisation of TNFα rapidly increased abundance of growth hormone receptor, activation of STAT5 and abundance of PPARγ in the colon, but reduced activation of NFκB in colitis. Growth hormone activated STAT5, and directly reduced TNFα activation of NFκB, in T84 cells.#N##N#Conclusions: Reduced activation of colonic STAT5 and expression of PPARγ may contribute to persistent mucosal inflammation in colitis. Up regulation of STAT5 and PPARγ, either through neutralisation of TNFα or chronic administration of growth hormone, may exert an anti-inflammatory effect in inflammatory bowel disease.", "objIdentifier": "5c107872bab44edec7e5a5675658d4a8", "pissn": "0017-5749", "subject": ["Gastroenterology"], "author": [{"affiliation": [], "given": "X", "family": "Han"}, {"affiliation": [], "given": "N", "family": "Benight"}, {"affiliation": [], "given": "B", "family": "Osuntokun"}, {"affiliation": [], "given": "K", "family": "Loesch"}, {"affiliation": [], "given": "S J", "family": "Frank"}, {"affiliation": [], "given": "L A", "family": "Denson"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": null, "link": [{"URL": "https://syndication.highwire.org/content/doi/10.1136/gut.2006.094490", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2007-1-1", "accepted": null, "publisher": "BMJ", "doi": "10.1136/gut.2006.094490", "license": null, "url": "http://dx.doi.org/10.1136/gut.2006.094490", "issn": [{"type": "print", "value": "0017-5749"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Tumour necrosis factor   blockade induces an anti-inflammatory growth hormone signalling pathway in experimental colitis"], "funder": null, "datasourcePrefix": "crossref____"}
1205
{"best_oa_location_url": "", "issued": "2000", "abstract": "ABSTRACT A fundamental issue which impacts on the inversion of refraction data using any method, is the large variations in the accuracies of the traveltime data. These variations are related to the wide range of signal-to-noise (S/N) ratios along the refraction spread, and in turn, are a result of the large amplitude variations caused by geometric spreading. For shallow refraction investigations, the geometrical spreading can be more rapid than the generally accepted inverse of the distance squared function. At any particular location, a detector will be close to a source point, and the traveltime will be comparatively accurate, because the S/N ratio is high. However, for other shot records, generally in the reverse direction, the source to receiver distance will be much larger, and the accuracy will be greatly reduced. As a result, computations at each detector location are carried out with data which have large variations in accuracies. This adversely effects the quality of the processing using any inv...", "objIdentifier": "37baf7264b66dc2f4a235790d7a48504", "pissn": "0812-3985", "subject": ["Geology", "Geophysics"], "author": [{"affiliation": [], "given": "D.", "family": " Palmer"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.publish.csiro.au/EG/pdf/EG00275", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2000", "accepted": null, "publisher": "CSIRO Publishing", "doi": "10.1071/eg00275", "license": null, "url": "http://dx.doi.org/10.1071/eg00275", "issn": [{"type": "print", "value": "0812-3985"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Can new acquisition methods improve signal-to-noise ratios with seismic refraction techniques?"], "funder": null, "datasourcePrefix": "crossref____"}
1206
{"issued": "2018", "abstract": [], "objIdentifier": "738eca2e8235323db8ec756208f0681b", "pissn": "0931-5195", "subject": null, "accepted": null, "author": [{"affiliation": [], "given": "Philipp", "family": "Rahe"}, {"affiliation": [], "given": "Hagen", "family": "Söngen"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": "2018-3-10", "link": [{"URL": "http://link.springer.com/content/pdf/10.1007/978-3-319-75687-5_6", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2018", "eissn": "2198-4743", "publisher": "Springer International Publishing", "doi": "10.1007/978-3-319-75687-5_6", "license": [{"URL": "http://www.springer.com/tdm", "start": {"timestamp": 1514764800000, "date-parts": [[2018, 1, 1]], "date-time": "2018-01-01T00:00:00Z"}, "content-version": "unspecified", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1007/978-3-319-75687-5_6", "issn": [{"type": "print", "value": "0931-5195"}, {"type": "electronic", "value": "2198-4743"}], "collectedFrom": [{"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Imaging Static Charge Distributions: A Comprehensive KPFM Theory"], "funder": null, "datasourcePrefix": "crossref____"}
1207
{"best_oa_location_url": "", "issued": "None", "abstract": "An on-board (satellite) processing system which receives an input frequency-division multiple-access signal and supplies an output to interface the time-division multiplexed links is considered. The system separates each individual radio channel, its demodulation, and its correct switching to the appropriate downlink channel. An appropriate name for the on-board processing system performing the first two operations is the multicarrier demodulator (MCD). Two main functions are implemented by an MCD: demultiplexing and demodulation. The focus is on a digital implementation of the MCD, because it offers several advantages such as flexibility, VLSI integrability, and better efficiency. >", "objIdentifier": "8c4460d79181321a5e90dda26835c7fb", "subject": null, "author": [{"affiliation": [], "given": "E.", "family": "Del Re"}, {"affiliation": [], "given": "R.", "family": "Fantacci"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0004", "value": "Conference object"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://xplorestaging.ieee.org/ielx5/799/1834/00049846.pdf?arnumber=49846", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "accepted": null, "publisher": "IEEE", "doi": "10.1109/icc.1989.49846", "license": null, "url": "http://dx.doi.org/10.1109/icc.1989.49846", "issn": null, "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["A simplified I-Q digital multicarrier demodulator"], "funder": null, "datasourcePrefix": "crossref____"}
1208
{"best_oa_location_url": "http://liu.diva-portal.org/smash/get/diva2:17167/FULLTEXT01", "issued": "2006-9-8", "abstract": "The interactions of Al, O, and O2 with different α- Al2O3 (0001) surfaces have been studied using ab initio density functional theory methods. All three surface terminations obtainable by cleaving  ...", "objIdentifier": "68b51259e635398d0600835041df333b", "pissn": "1098-0121", "subject": ["Electronic, Optical and Magnetic Materials", "Condensed Matter Physics"], "eissn": "1550-235X", "author": [{"affiliation": [], "given": "E.", "family": "Wallin"}, {"affiliation": [], "given": "J. M.", "family": "Andersson"}, {"affiliation": [], "given": "E. P.", "family": "Münger"}, {"affiliation": [], "given": "V.", "family": "Chirita"}, {"affiliation": [], "given": "U.", "family": "Helmersson"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": "2006-9-8", "link": [{"URL": "http://link.aps.org/article/10.1103/PhysRevB.74.125409", "intended-application": "syndication", "content-version": "vor", "content-type": "unspecified"}, {"URL": "http://harvest.aps.org/v2/journals/articles/10.1103/PhysRevB.74.125409/fulltext", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "accepted": null, "publisher": "American Physical Society (APS)", "doi": "10.1103/physrevb.74.125409", "license": [{"URL": "http://link.aps.org/licenses/aps-default-license", "start": {"timestamp": 1157673600000, "date-time": "2006-09-08T00:00:00Z", "date-parts": [[2006, 9, 8]]}, "content-version": "vor", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1103/physrevb.74.125409", "issn": [{"type": "print", "value": "1098-0121"}, {"type": "electronic", "value": "1550-235X"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Ab initiostudies of Al, O, andO2adsorption onα−Al2O3(0001)surfaces"], "funder": null, "datasourcePrefix": "crossref____"}
1209
{"best_oa_location_url": "", "issued": "None", "abstract": [], "objIdentifier": "bb6fecf071cfd2b0125bef4f369ab9e3", "subject": null, "author": [{"affiliation": [], "given": "Andrew", "family": "Murphy"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": null, "published-print": null, "accepted": null, "publisher": "Cambridge University Press", "doi": "10.1017/cbo9780511483820.005", "license": null, "url": "http://dx.doi.org/10.1017/cbo9780511483820.005", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["The Tonson era 2: Johnson to Malone"], "funder": null, "datasourcePrefix": "crossref____"}
1210
{"issued": "2018-2-14", "abstract": [], "objIdentifier": "9536fe1b5a256496e6c70475c3b447dc", "pissn": "2055-6837", "subject": null, "accepted": null, "author": [{"affiliation": [{"name": "Department of Neurology, Johns Hopkins University, Baltimore, Stroke Unit, 14110 Rover Mill Road, West Friendship, Maryland, 21794 USA;"}], "given": "Victor L", "family": "Serebruany"}, {"affiliation": [{"name": "Department of Cardiology, Dong-A University, 26 Daesingongwon-Ro Seo-Gu, Busan 602-812, South Korea;"}], "given": "Moo Hyun", "family": "Kim"}, {"affiliation": [{"name": "Central Clinical Hospital of the Administrative Affairs of the President of the Russian Federation, Intensive Cardiology Department, Marshala Timoshenko Ulitsa, 15, Moscow, 121359, Russia"}], "given": "Nikita", "family": "Lomakin"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2018-2-14", "link": [{"URL": "http://academic.oup.com/ehjcvp/advance-article-pdf/doi/10.1093/ehjcvp/pvy006/24221587/pvy006.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "eissn": "2055-6845", "publisher": "Oxford University Press (OUP)", "doi": "10.1093/ehjcvp/pvy006", "license": null, "url": "http://dx.doi.org/10.1093/ehjcvp/pvy006", "issn": [{"type": "print", "value": "2055-6837"}, {"type": "electronic", "value": "2055-6845"}], "collectedFrom": [{"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Potential benefits of prasugrel and ticagrelor is diabetics are not substantiated by the Food and Drug Administration adverse event repository"], "funder": null, "datasourcePrefix": "crossref____"}
1211
{"best_oa_location_url": "", "issued": "2004-1-01", "abstract": [], "objIdentifier": "df9a69791759888d0f2d1b526deedbfb", "pissn": "0040-4039", "subject": ["Organic Chemistry", "Biochemistry", "Drug Discovery"], "author": [{"affiliation": [], "given": "Floris", "family": "Chevallier"}, {"affiliation": [], "given": "Isabelle", "family": "Beaudet"}, {"ORCID": "0000-0002-3351-7028", "affiliation": [], "given": "Erwan", "family": "Le Grognec"}, {"affiliation": [], "given": "Loı̈c", "family": "Toupet"}, {"affiliation": [], "given": "Jean-Paul", "family": "Quintard"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0040403903027527?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S0040403903027527?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2004-1", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/j.tetlet.2003.11.027", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1072915200000, "date-time": "2004-01-01T00:00:00Z", "date-parts": [[2004, 1, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/j.tetlet.2003.11.027", "issn": [{"type": "print", "value": "0040-4039"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Allylstannation of N-acyliminium intermediates: a possible method for the stereocontrolled synthesis of polyhydroxypiperidines"], "funder": null, "datasourcePrefix": "crossref____"}
1212
{"best_oa_location_url": "http://doi.org/10.1016/j.apjtb.2016.04.012", "issued": "2016-8-01", "abstract": "Objective#R##N#To search for the most active antimicrobial and antioxidant sub-fractions related to traditional use of Ziziphus oxyphylla (Z. oxyphylla) and Cedrela serrata (C. serrata) in Pakistan against infectious and liver diseases.#R##N#Methods#R##N#Factions of different polarity were tested in vitro for their antiprotozoal, antimalarial, antibacterial and antifungal activity against different pathogens. Cytotoxicity on MRC-5 cell lines (human lung fibroblasts) as well as, in vitro radical scavenging activity was evaluated using the 1, 1-diphenyl-2-picrylhydrazyl radical assay.#R##N#Results#R##N#The highest antiprotozoal activity was observed for the CHCl3 fractions of Z. oxyphylla roots and leaves, and C. serrata bark. The CHCl3 and EtOAc fractions of Z. oxyphylla roots, the CHCl3 fraction of Z. oxyphylla leaves, the EtOAc and the residual MeOH: H2O fraction of C. serrata bark showed antibacterial activity against Staphylococcus aureus. The same residual MeOH: H2O fraction of C. serrata bark was active against Candida albicans. The highest antioxidant activity was observed for the more hydrophilic EtOAc fractions of Z. oxyphylla leaves, C. serrata bark and leaves, and the residual MeOH: H2O fraction of C. serrata bark.#R##N#Conclusions#R##N#This study supports at least in part the traditional uses of these plants for antimicrobial purposes and against liver diseases.", "objIdentifier": "12ee7c977db65626a17e61203d5b9e1f", "pissn": "2221-1691", "subject": ["Biochemistry, Genetics and Molecular Biology (miscellaneous)"], "author": [{"affiliation": [], "given": "Rizwan", "family": "Ahmad"}, {"affiliation": [], "given": "Niyaz", "family": "Ahmad"}, {"affiliation": [], "given": "Atta Abbas", "family": "Naqvi"}, {"affiliation": [], "given": "Paul", "family": "Cos"}, {"affiliation": [], "given": "Louis", "family": "Maes"}, {"affiliation": [], "given": "Sandra", "family": "Apers"}, {"affiliation": [], "given": "Nina", "family": "Hermans"}, {"affiliation": [], "given": "Luc", "family": "Pieters"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S2221169116304610?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S2221169116304610?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2016-8", "accepted": null, "publisher": "Medknow", "doi": "10.1016/j.apjtb.2016.04.012", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1470009600000, "date-parts": [[2016, 8, 1]], "date-time": "2016-08-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}, {"URL": "http://creativecommons.org/licenses/by-nc-nd/4.0/", "start": {"timestamp": 1465344000000, "date-parts": [[2016, 6, 8]], "date-time": "2016-06-08T00:00:00Z"}, "content-version": "vor", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/j.apjtb.2016.04.012", "issn": [{"type": "print", "value": "2221-1691"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Anti-infective, cytotoxic and antioxidant activity of Ziziphus oxyphylla and Cedrela serrata"], "funder": [{"name": "Higher Education Commission", "award": ["1-8/HEC/HRD/2011/2162"]}], "datasourcePrefix": "crossref____"}
1213
{"best_oa_location_url": "http://doi.org/10.1155/2016/9213034", "issued": "2016", "abstract": "The effect of sevoflurane postconditioning (sevo-postC) cardioprotection is compromised in diabetes which is associated with increased oxidative stress. We hypothesized that antioxidant N-Acetylcysteine may enhance or restore sevo-postC cardioprotection in diabetes. Control or streptozotocin-induced Type 1 diabetic rats were either untreated or treated with N-Acetylcysteine for four weeks starting at five weeks after streptozotocin injection and were subjected to myocardial ischemia-reperfusion injury (IRI), in the absence or presence of sevo-postC. Diabetes showed reduction of cardiac STAT3 activation (p-STAT3) and adiponectin with concomitantly increase of FoxO1 and CD36, which associated with reduced sevo-postC cardioprotection. N-Acetylcysteine and sevo-postC synergistically reduced the infarct size in diabetic groups. N-Acetylcysteine remarkably increased cardiac p-STAT3 which was further enhanced by sevo-postC. N-Acetylcysteine but not sevo-postC decreased myocardial FoxO1 while sevo-postC but not N-Acetylcysteine significantly increased myocardiac adiponectin in diabetic rats. It is concluded that late stage diabetic rats displayed reduction of cardiac p-STAT3, adiponectin deficiency, and increase of FoxO1 and CD36 expression, which may be responsible for the loss of myocardial responsiveness to sevo-postC cardioprotection. N-Acetylcysteine restored Sevo-postC cardioprotection in diabetes possibly through enhancing cardiac p-STAT3 and adiponectin and reducing Fox1 and CD36.", "objIdentifier": "1f9b78dead20f4f2d0694941545497b9", "pissn": "2314-6745", "subject": ["Endocrinology, Diabetes and Metabolism", "Endocrinology"], "eissn": "2314-6753", "author": [{"affiliation": [{"name": "Department of Anesthesiology, The First Affiliated Hospital of Jinan University, Guangzhou 510642, China"}], "given": "Jiefu", "family": "Lin"}, {"affiliation": [{"name": "Department of Anesthesiology, The University of Hong Kong, Pokfulam, Hong Kong"}, {"name": "Department of Anesthesiology, Union Hospital, Tongji Medical College, Huazhong University of Science and Technology, Wuhan 430022, China"}], "given": "Tingting", "family": "Wang"}, {"affiliation": [{"name": "Department of Anesthesiology, The First Affiliated Hospital of Jinan University, Guangzhou 510642, China"}], "given": "Yalan", "family": "Li"}, {"affiliation": [{"name": "Department of Anesthesiology, The First Affiliated Hospital of Jinan University, Guangzhou 510642, China"}], "given": "Mengxia", "family": "Wang"}, {"affiliation": [{"name": "Department of Anesthesiology, The University of Hong Kong, Pokfulam, Hong Kong"}], "given": "Haobo", "family": "Li"}, {"affiliation": [{"name": "Department of Anesthesiology, The University of Hong Kong, Pokfulam, Hong Kong"}], "given": "Michael G.", "family": "Irwin"}, {"affiliation": [{"name": "Department of Anesthesiology, The University of Hong Kong, Pokfulam, Hong Kong"}, {"name": "Department of Anesthesiology, Affiliated Hospital of Guangdong Medical College, Zhanjiang 524023, China"}], "given": "Zhengyuan", "family": "Xia"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": null, "link": [{"URL": "http://downloads.hindawi.com/journals/jdr/2016/9213034.pdf", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}, {"URL": "http://downloads.hindawi.com/journals/jdr/2016/9213034.xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/xml"}, {"URL": "http://downloads.hindawi.com/journals/jdr/2016/9213034.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2016", "accepted": null, "publisher": "Hindawi Limited", "doi": "10.1155/2016/9213034", "license": [{"URL": "http://creativecommons.org/licenses/by/4.0/", "start": {"timestamp": 1451606400000, "date-time": "2016-01-01T00:00:00Z", "date-parts": [[2016, 1, 1]]}, "content-version": "vor", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1155/2016/9213034", "issn": [{"type": "print", "value": "2314-6745"}, {"type": "electronic", "value": "2314-6753"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["N-Acetylcysteine Restores Sevoflurane Postconditioning Cardioprotection against Myocardial Ischemia-Reperfusion Injury in Diabetic Rats"], "funder": [{"doi-asserted-by": "publisher", "DOI": "10.13039/501100001809", "name": "National Natural Science Foundation of China", "award": ["17121315M", "81200609", "17124614M", "81270899"]}], "datasourcePrefix": "crossref____"}
1214
{"best_oa_location_url": "", "issued": "2012-10-15", "abstract": "ABSTRACT Professional associations can play an important role in the optics and photonics education landscape, enhancing the work done at traditional institutions like colleges and universities. In what way can they best contribute? Should they concentrate on school-children, on working scientists/engineers, or on undergraduate and graduate students? How does one measure the success of their programs? We will present an overview of some programs available, with an eye on their place in the continuum of optics and photonics education and training; we will place a particular emphasis on theneed to measure the impact and outcomes of these learning tools, and will drill down on SPIE's case. Keywords: Professional societies, SPIE, IEEE, AAPT, APS, AAS, photonics education and training, outreach programs, professional development, student chapters, evaluation, assessment 1. INTRODUCTION As time passes, things are meant to get generally better. Th is is not manifested uniformly across the globe or through all periods -- there have been empires that have fallen and dark ages, along the way -- but in the chronology that took humans from the first homo sapiens to the current modern age, it is fair to say that progress was made, overall. In one particular stream of advancement, communications have gr eatly changed and improved over the ages. Although there is no consensus on when or how the faculty of speech first appeared [1,2,3,4,5,6], it appears from language diversity and dispersion [7], as well as genetic, archeological and paleontological evidence [8], that it has been around at least for 100,000 years, developing somewhere in sub-Saharan Africa during the Middle Stone Age [9]. Writing developed gradually from picture writing systems in the neolithic (~7000 BC) through to true writing in the early Bronze Age (~3400 - 3200 BC) in Sumeria and Egypt [10,11]. Printing with movable types (Gutenberg, circa 1439) was the next revolutionary step to mass production of books [12,13], and we are now squarely in the digital age. But hearing an ancient Greek poet -- maybe Homer himself -- reciting his version of the Iliad on the shores of the wine-dark sea in 850 BC [14] or enjoying the book version on aKindle e-book reader provides essentially the same information, albeit with quite a different experience. The Iliad is still the Iliad, from the point of view of the information imparted. One can imagine the flow of value addition in the communication stream as starting from its basic constituent, \"data\", which can be organized into \"information\" which, when some intellect is applied to it, can morph into \"knowledge\". We are surrounded with data, information and knowledge, most of which is readily accessible to anyone with an internet connection and a device on which to download it. In the 21st century, knowledge is cheap. It has been more than commoditized; it is essentially free. This is also true for the results of academic research, with the push toward open-access publishing. We contend that where the value resides now, increasingly, is in the next stage in the communication stream, when one reflects on \"knowledge\" and adds value to it by extracting and communicating the \"wisdom\" that can be gleaned from it. \"Wisdom\" -- a term used here loosely and with no pompous intent -- is where the highest value is obtained, and it is not yet something that computers and algorithms can achieve. The powers of analysis and synthesis required to go from \"knowledge\" to \"wisdom\" are still something exclusively and exquisitely human. The case is easily made that the more in formed and knowledgeable a population, th e better for society. One often hears of people wanting to make \"an informed decision\" when buying a new car or refrigerator or when about to cast a ballot in an election. Schools are often seen as being set up for \"imparting knowledge\" on their students. This is a good base from which to start in life, and one would hope that the last stage -- \"wisdom\" -- is reached eventually by all, in whatever walk of life they have chosen or chanced upon. Professional societies like SPIE are in the business of collecting, publishing and otherwise distributing knowledge -- through conferences, proceedings and journals, for example. The papers that are presented at its conferences and published in its proceedings and journals have already been crunched from \"data\" to \"information\" and to \"knowledge\" (one would hope) by the students and researchers putting them", "objIdentifier": "28c114b8196ce17ec3b07eb237e243a1", "subject": null, "author": [{"affiliation": [], "given": "Marc", "family": "Nantel"}, {"affiliation": [], "given": "Kathleen", "family": "Robinson"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0004", "value": "Conference object"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2012-10-15", "accepted": null, "publisher": "SPIE", "doi": "10.1117/12.930323", "license": null, "url": "http://dx.doi.org/10.1117/12.930323", "issn": null, "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["On the role of professional societies in optics and photonics education"], "funder": null, "datasourcePrefix": "crossref____"}
1215
{"best_oa_location_url": "", "issued": "2016-1-20", "abstract": [], "objIdentifier": "cc505d4f26cf1df033d019ab413b0e6f", "pissn": "1302-7808", "subject": ["Pulmonary and Respiratory Medicine"], "eissn": "1308-5387", "author": [{"affiliation": [], "given": "Efsun Gonca", "family": "Uğur Chousein"}, {"affiliation": [], "given": "Sinem", "family": "İliaz"}, {"affiliation": [], "given": "Merve", "family": "Nizam"}, {"affiliation": [], "given": "Sakine", "family": "Öztürk"}, {"affiliation": [], "given": "Emel", "family": "Çağlar"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2016-1-21", "link": null, "published-print": "2016-1-20", "accepted": null, "publisher": "AVES Publishing Co.", "doi": "10.5578/ttj.17.1.008", "license": null, "url": "http://dx.doi.org/10.5578/ttj.17.1.008", "issn": [{"type": "print", "value": "1302-7808"}, {"type": "electronic", "value": "1308-5387"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Spontaneous Mediastinal Emphysema Associated with the Use of Synthetic Cannabinoid (Bonsai)"], "funder": null, "datasourcePrefix": "crossref____"}
1216
{"best_oa_location_url": "", "issued": "1984", "abstract": [], "objIdentifier": "3407274d9020b798835d104a1e251d91", "subject": null, "author": [{"affiliation": [], "given": "Harvey B.", "family": "Newman"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/978-1-4613-2659-5_2", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1984", "accepted": null, "publisher": "Springer US", "doi": "10.1007/978-1-4613-2659-5_2", "license": null, "url": "http://dx.doi.org/10.1007/978-1-4613-2659-5_2", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Mark-J Results on Hadron and Inclusive Muon Production and the Electroweak Interactions of Quarks"], "funder": null, "datasourcePrefix": "crossref____"}
1217
{"best_oa_location_url": "", "issued": "1999-7-01", "abstract": [], "objIdentifier": "08a96db519e023eb6c9b36c18e88c058", "pissn": "0887-5367", "subject": ["Philosophy", "Gender Studies"], "eissn": "1527-2001", "author": [{"affiliation": [], "given": "Veronica", "family": "Vasterling"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.wiley.com/onlinelibrary/tdm/v1/articles/10.2979%2FHYP.1999.14.3.17", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1999-7", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.2979/hyp.1999.14.3.17", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1", "start": {"timestamp": 1441065600000, "date-time": "2015-09-01T00:00:00Z", "date-parts": [[2015, 9, 1]]}, "content-version": "tdm", "delay-in-days": 5906}], "url": "http://dx.doi.org/10.2979/hyp.1999.14.3.17", "issn": [{"type": "print", "value": "0887-5367"}, {"type": "electronic", "value": "1527-2001"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Butler's Sophisticated Constructivism: A Critical Assessment"], "funder": null, "datasourcePrefix": "crossref____"}
1218
{"best_oa_location_url": "", "issued": "2004-3-01", "abstract": [], "objIdentifier": "41247f8807dac989598b26673f1b9fc5", "pissn": "0898-9591", "subject": null, "author": [{"affiliation": [{"name": "Institute of Information Processing, Department of Automation; Tsinghua University; Beijing; 100084; China"}], "given": "Wen-Kai", "family": "Lu"}, {"affiliation": [{"name": "Shengli Oilfield Limited Company; Dongying; 257100; China"}], "given": "Shan-Wen", "family": "ZHANG"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2013-5-31", "link": [{"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1002%2Fcjg2.498", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2004-3", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1002/cjg2.498", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", "start": {"timestamp": 1441065600000, "date-parts": [[2015, 9, 1]], "date-time": "2015-09-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 4201}], "url": "http://dx.doi.org/10.1002/cjg2.498", "issn": [{"type": "print", "value": "0898-9591"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Well-Log Parameter Extrapolation Constrained by Sesmic Data Based on Frequeney Shift"], "funder": null, "datasourcePrefix": "crossref____"}
1219
{"best_oa_location_url": "http://www.ncbi.nlm.nih.gov/pmc/articles/PMC3032636", "issued": "2011", "abstract": "Time-lapse live cell imaging is a powerful tool for studying signaling network dynamics and complexity and is uniquely suited to single cell studies of response dynamics, noise, and heritable differences. Although conventional imaging formats have the temporal and spatial resolution needed for such studies, they do not provide the simultaneous advantages of cell tracking, experimental throughput, and precise chemical control. This is particularly problematic for system-level studies using non-adherent model organisms such as yeast, where the motion of cells complicates tracking and where large-scale analysis under a variety of genetic and chemical perturbations is desired. We present here a high-throughput microfluidic imaging system capable of tracking single cells over multiple generations in 128 simultaneous experiments with programmable and precise chemical control. High-resolution imaging and robust cell tracking are achieved through immobilization of yeast cells using a combination of mechanical clamping and polymerization in an agarose gel. The channel and valve architecture of our device allows for the formation of a matrix of 128 integrated agarose gel pads, each allowing for an independent imaging experiment with fully programmable medium exchange via diffusion. We demonstrate our system in the combinatorial and quantitative analysis of the yeast pheromone signaling response across 8 genotypes and 16 conditions, and show that lineage-dependent effects contribute to observed variability at stimulation conditions near the critical threshold for cellular decision making.", "objIdentifier": "30efff38f59310c732966a1aaa39ccd9", "pissn": "1473-0197", "subject": ["Biochemistry", "Bioengineering", "General Chemistry", "Biomedical Engineering"], "eissn": "1473-0189", "author": [{"affiliation": [], "given": "D.", "family": "Falconnet"}, {"affiliation": [], "given": "A.", "family": "Niemistö"}, {"affiliation": [], "given": "R. J.", "family": "Taylor"}, {"affiliation": [], "given": "M.", "family": "Ricicova"}, {"affiliation": [], "given": "T.", "family": "Galitski"}, {"affiliation": [], "given": "I.", "family": "Shmulevich"}, {"affiliation": [], "given": "C. L.", "family": "Hansen"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": "2011", "link": [{"URL": "http://pubs.rsc.org/en/content/articlepdf/2011/LC/C0LC00228C", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "accepted": null, "publisher": "Royal Society of Chemistry (RSC)", "doi": "10.1039/c0lc00228c", "license": null, "url": "http://dx.doi.org/10.1039/c0lc00228c", "issn": [{"type": "print", "value": "1473-0197"}, {"type": "electronic", "value": "1473-0189"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["High-throughput tracking of single yeast cells in a microfluidic imaging matrix"], "funder": null, "datasourcePrefix": "crossref____"}
1220
{"best_oa_location_url": "", "issued": "1953-5-01", "abstract": "In reviewing the literature dealing with the influence of physical, chemical and biochemical factors on the development and decline of phytoplankton pulses, this paper first outlines the seasonal cycle of phytoplankton pulses which occurs in many parts of North America and then presents evidence that this cycle is caused chiefly by the seasonal change in water temperatures resulting from the change in solar radiation. The way in which this cycle is sometimes obscured by irregular changes in phytoplankton numbers caused by local conditions of weather or nutrient supply is next illustrated. The climate, weather and chemical conditions are then resolved into the components light intensity, duration of illumination, temperature, concentration of nutrients, ionic balance and pH, and these are classified according to specific effects on the growth and survival of plankton algae as limiting, controlling and lethal factors. The roles of factors originating within the organisms (i.e., autotoxins and antibiotics) a...", "objIdentifier": "394b80050f0eb9187ffbae3526ef2bdf", "pissn": "0015-296X", "subject": null, "author": [{"affiliation": [], "given": "A. M.", "family": "McCombie"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.nrcresearchpress.com/doi/pdf/10.1139/f53-019", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1953-5", "accepted": null, "publisher": "Canadian Science Publishing", "doi": "10.1139/f53-019", "license": [{"URL": "http://www.nrcresearchpress.com/page/about/CorporateTextAndDataMining", "start": {"timestamp": -526089600000, "date-time": "1953-05-01T00:00:00Z", "date-parts": [[1953, 5, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1139/f53-019", "issn": [{"type": "print", "value": "0015-296X"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Factors Influencing the Growth of Phytoplankton"], "funder": null, "datasourcePrefix": "crossref____"}
1221
{"best_oa_location_url": "http://repository.kulib.kyoto-u.ac.jp/dspace/bitstream/2433/200238/1/c4ob01115e.pdf", "issued": "2014-7-15", "abstract": "The light-driven artificial enzymes were constructed to realize unnatural reactions concerning bio-significant molecules. In this manuscript, the guanosine triphosphate (GTP)-selective oxidation is reported using the network polymers composed of polyhedral oligomeric silsesquioxane (POSS). We synthesized the water-soluble POSS network polymer containing the naphthyridine ligands to capture GTP inside the networks and the ruthenium complexes to oxidize the captured GTP under light irradiation. Initially, the binding affinities of the guanosine nucleosides to the naphthyridine ligand inside the POSS network polymer were evaluated from the emission quenching experiments. Accordingly, it was observed that the naphthyridine ligand can form the stable complex only with GTP (Ka = 5.5 × 106 M−1). These results indicate that only GTP can be captured by the network polymer. Next, the photo-catalytic activity of the ruthenium complex-modified POSS network polymer was investigated. Finally, it was revealed that the network polymer can decompose GTP efficiently under light irradiation. This is the first example, to the best of our knowledge, to offer not only the GTP-selective host polymers but also the light-driven artificial enzyme for GTP oxidation.", "objIdentifier": "f2bc9372ce725857af76bb702b6a6d9e", "pissn": "1477-0520", "subject": ["Physical and Theoretical Chemistry", "Organic Chemistry", "Biochemistry"], "eissn": "1477-0539", "author": [{"affiliation": [], "given": "Jong-Hwan", "family": "Jeon"}, {"ORCID": "0000-0001-6571-7086", "affiliation": [], "given": "Kazuo", "family": "Tanaka"}, {"affiliation": [], "given": "Yoshiki", "family": "Chujo"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": "2014-7-15", "link": [{"URL": "http://pubs.rsc.org/en/content/articlepdf/2014/OB/C4OB01115E", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "accepted": null, "publisher": "Royal Society of Chemistry (RSC)", "doi": "10.1039/c4ob01115e", "license": null, "url": "http://dx.doi.org/10.1039/c4ob01115e", "issn": [{"type": "print", "value": "1477-0520"}, {"type": "electronic", "value": "1477-0539"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Light-driven artificial enzymes for selective oxidation of guanosine triphosphate using water-soluble POSS network polymers"], "funder": null, "datasourcePrefix": "crossref____"}
1222
{"best_oa_location_url": "", "issued": "2014-1-1", "abstract": [], "objIdentifier": "aafa6863073f74087781cc0ba66dd302", "pissn": "0073-8484", "subject": null, "eissn": "2307-2903", "author": [{"affiliation": [], "given": "Mark", "family": "Whelan"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2014-1-1", "accepted": null, "publisher": "Bohlau Verlag", "doi": "10.7767/miog-2014-0202", "license": null, "url": "http://dx.doi.org/10.7767/miog-2014-0202", "issn": [{"type": "print", "value": "0073-8484"}, {"type": "electronic", "value": "2307-2903"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Walter of Schwarzenberg and the Fifth Hussite Crusade reconsidered (1431)"], "funder": null, "datasourcePrefix": "crossref____"}
1223
{"issued": "2017", "abstract": [], "objIdentifier": "90cc14d06dff8ae08373af6006eb0e86", "pissn": "0930-8989", "subject": null, "accepted": null, "author": [{"affiliation": [], "given": "Arun V. S.", "family": "Nair"}, {"affiliation": [], "given": "Jijo V.", "family": "Ittiarah"}, {"affiliation": [], "given": "Tarun Kumar", "family": "Gangopadhyay"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": "2017-9-23", "link": [{"URL": "http://link.springer.com/content/pdf/10.1007/978-981-10-3908-9_67", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2017", "eissn": "1867-4941", "publisher": "Springer Singapore", "doi": "10.1007/978-981-10-3908-9_67", "license": [{"URL": "http://www.springer.com/tdm", "start": {"timestamp": 1483228800000, "date-time": "2017-01-01T00:00:00Z", "date-parts": [[2017, 1, 1]]}, "content-version": "vor", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1007/978-981-10-3908-9_67", "issn": [{"type": "print", "value": "0930-8989"}, {"type": "electronic", "value": "1867-4941"}], "collectedFrom": [{"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Investigation on Fiber Loop Ring Resonator for Chemical Sensor Application"], "funder": null, "datasourcePrefix": "crossref____"}
1224
{"best_oa_location_url": "", "issued": "2017-7-21", "abstract": [], "objIdentifier": "92ad942d874934ef3d1260392d6b5b81", "subject": null, "author": [{"affiliation": [{"name": "National Univ. of Defense Technology (China)"}], "given": "Zhengnan", "family": "Ji"}, {"affiliation": [{"name": "National Univ. of Defense Technology (China)"}], "given": "Limin", "family": "Tao"}, {"affiliation": [{"name": "National Univ. of Defense Technology (China)"}], "given": "Wei", "family": "Cui"}, {"affiliation": [{"name": "National Univ. of Defense Technology (China)"}], "given": "Wei", "family": "Lv"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0004", "value": "Conference object"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2017-7-21", "accepted": null, "publisher": "SPIE", "doi": "10.1117/12.2282199", "license": null, "url": "http://dx.doi.org/10.1117/12.2282199", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["\nVessels 6-DOF poses measurement based on key points tracking via binocular camera\n"], "funder": null, "datasourcePrefix": "crossref____"}
1225
{"best_oa_location_url": "", "issued": "2005-5-01", "abstract": "Efficient coupling of thermal electron Bernstein waves (EBW) to ordinary-mode (O-mode) electromagnetic radiation has been measured in plasmas heated by energetic neutral beams and high harmonic fast waves in the National Spherical Torus Experiment (NSTX) [M. Ono, S. Kaye, M. Peng et al., Proceedings of the 17th IAEA Fusion Energy Conference, edited by S. Spak (IAEA, Vienna, Austria, 1999), Vol. 3, p. 1135]. The EBW to electromagnetic mode coupling efficiency was measured to be 0.8±0.2, compared to a numerical EBW modeling prediction of 0.65. The observation of efficient EBW coupling to O mode, in relatively good agreement with numerical modeling, is a necessary prerequisite for implementing a proposed high power EBW current drive system on NSTX.", "objIdentifier": "3eb8cdfab5d6376f3e0c4c2f96f307ff", "pissn": "1070-664X", "subject": ["Condensed Matter Physics"], "eissn": "1089-7674", "author": [{"affiliation": [], "given": "G.", "family": "Taylor"}, {"affiliation": [], "given": "P. C.", "family": "Efthimion"}, {"affiliation": [], "given": "B. P.", "family": "LeBlanc"}, {"affiliation": [], "given": "M. D.", "family": "Carter"}, {"affiliation": [], "given": "J. B.", "family": "Caughman"}, {"affiliation": [], "given": "J. B.", "family": "Wilgen"}, {"affiliation": [], "given": "J.", "family": "Preinhaelter"}, {"affiliation": [], "given": "R. W.", "family": "Harvey"}, {"affiliation": [], "given": "S. A.", "family": "Sabbagh"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://aip.scitation.org/doi/pdf/10.1063/1.1891065", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2005-5", "accepted": null, "publisher": "AIP Publishing", "doi": "10.1063/1.1891065", "license": null, "url": "http://dx.doi.org/10.1063/1.1891065", "issn": [{"type": "print", "value": "1070-664X"}, {"type": "electronic", "value": "1089-7674"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Efficient coupling of thermal electron Bernstein waves to the ordinary electromagnetic mode on the National Spherical Torus Experiment"], "funder": null, "datasourcePrefix": "crossref____"}
1226
{"best_oa_location_url": "", "issued": "2009", "abstract": "Publisher Summary#R##N#The distribution of types of vegetation around the world is clearly related to climate. Individual species also have distribution patterns, the boundaries of which are largely defined by climate at a global scale. These distribution patterns reflect the influence of climate on plant survival, physiology, and growth, together with climatic effects on ecological interactions, such as competition, pollination, and herbivory. Different types of plant are adapted to different climatic conditions, from cold-tolerant , slow-growing alpine plants to fast-growing trees in the wet tropics. To identify the ecological impacts of climate change with confidence, it is necessary both to be able to detect a change in an ecosystem and to reliably attribute it to a change in climate. Detection of any change in an environmental variable requires a reliable dataset with repeated measurements over a period of time. The effects of climate change on plants are complex and the presence or absence of a species from a particular location does not solely depend on its ability to tolerate physical conditions. In many cases climatic limits are determined by the influence of climate on a plant's ability to compete with other species. Climate change may also disturb interactions between plants and their pollinators, mycorhizae, herbivores, or pathogens. Rising temperatures are the best understood aspects of climate change but in the longer term changes in precipitation or one-off extreme events, which are harder to predict, may be more important. Changing atmospheric composition, including carbon dioxide concentration, can also have effects on plant performance and interactions. There is clear evidence that plants are responding to climate change through changing phenology and distribution patterns, with species tending to disperse towards cooler areas.", "objIdentifier": "f027ec8d1763e76aa59aa57d9692422c", "subject": null, "author": [{"affiliation": [], "given": "Michael D.", "family": "Morecroft"}, {"affiliation": [], "given": "Sally A.", "family": "Keith"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2009", "accepted": null, "publisher": "Elsevier", "doi": "10.1016/b978-0-444-53301-2.00016-6", "license": null, "url": "http://dx.doi.org/10.1016/b978-0-444-53301-2.00016-6", "issn": null, "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Plant Ecology as an Indicator of Climate and Global Change"], "funder": null, "datasourcePrefix": "crossref____"}
1227
{"best_oa_location_url": "", "issued": "2001-4-16", "abstract": "Facilities engaged in proteome analysis differ significantly in the degree that they implement automated systems for high-throughput protein characterization. Though automated workstation environments are becoming more routine in the biotechnology and pharmaceutical sectors of industry, university-based laboratories often perform these tasks manually, submitting protein spots excised from polyacrylamide gels to institutional core facilities for identification. For broad compatibility with imaging platforms, an optimized fluorescent dye developed for proteomics applications should be designed taking into account that laser scanners use visible light excitation and that charge-coupled device camera systems and gas discharge transilluminators rely upon UV excitation. The luminescent ruthenium metal complex, SYPRO Ruby protein gel stain, is compatible with a variety of excitation sources since it displays intense UV (280 nm) and visible (470 nm) absorption maxima. Localization is achieved by noncovalent, electrostatic and hydrophobic binding of dye to proteins, with signal being detected at 610 nm. Since proteins are not covalently modified by the dye, compatibility with downstream microchemical characterization techniques such as matrix-assisted laser desorption/ionization-mass spectrometry is assured. Protocols have been devised for optimizing fluorophore intensity. SYPRO Ruby dye outperforms alternatives such as silver staining in terms of quantitative capabilities, compatibility with mass spectrometry and ease of integration into automated work environments.© (2001) COPYRIGHT SPIE--The International Society for Optical Engineering. Downloading of the abstract is permitted for personal use only.", "objIdentifier": "7904b5d68bdc7a8903818f646f136861", "subject": null, "author": [{"affiliation": [], "given": "Wayne F.", "family": "Patton"}, {"affiliation": [], "given": "Kiera N.", "family": "Berggren"}, {"affiliation": [], "given": "Mary F.", "family": "Lopez"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0004", "value": "Conference object"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2001-4-16", "accepted": null, "publisher": "SPIE", "doi": "10.1117/12.424587", "license": null, "url": "http://dx.doi.org/10.1117/12.424587", "issn": null, "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["<title>Optimization strategies for a fluorescent dye with bimodal excitation spectra: application to semiautomated proteomics</title>"], "funder": null, "datasourcePrefix": "crossref____"}
1228
{"best_oa_location_url": "", "issued": "1988-7-01", "abstract": [], "objIdentifier": "6f45af1d1ba0834bb92d73dc147c6e41", "pissn": "0142-2421", "subject": ["Materials Chemistry", "General Chemistry", "Surfaces, Coatings and Films", "Surfaces and Interfaces", "Condensed Matter Physics"], "eissn": "1096-9918", "author": [{"affiliation": [], "given": "E.", "family": "Paparazzo"}, {"affiliation": [], "given": "G.", "family": "Fierro"}, {"affiliation": [], "given": "G. M.", "family": "Ingo"}, {"affiliation": [], "given": "N.", "family": "Zacchetti"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1002%2Fsia.740120720", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1988-7", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1002/sia.740120720", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", "start": {"timestamp": 1441065600000, "date-time": "2015-09-01T00:00:00Z", "date-parts": [[2015, 9, 1]]}, "content-version": "tdm", "delay-in-days": 9923}], "url": "http://dx.doi.org/10.1002/sia.740120720", "issn": [{"type": "print", "value": "0142-2421"}, {"type": "electronic", "value": "1096-9918"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["XPS studies on the surface thermal modifications of tin oxides"], "funder": null, "datasourcePrefix": "crossref____"}
1229
{"best_oa_location_url": "", "issued": "1981-3-01", "abstract": "Describes the development of a cheap digital converter and interface unit, which is suitable for coupling various analogue measuring devices to a Commodore PET minicomputer, so that experimental measurements can be recorded, analysed, displayed and saved in one continuous operation. The system has been developed successfully to process three input signals, sufficient to conduct a velocity-distribution test across a free jet of air. The extension of the system to cater for up to 31 input signals is discussed and other applications, such as process control and boundary layer measurement and analysis, are suggested.", "objIdentifier": "a4ab0ec37ca4a5801e5afe7d2039c40b", "pissn": "0022-3735", "subject": ["General Engineering", "Instrumentation", "General Physics and Astronomy", "General Materials Science"], "author": [{"affiliation": [], "given": "R", "family": "Shaw"}, {"affiliation": [], "given": "J A", "family": "Hardcastle"}, {"affiliation": [], "given": "A R B", "family": "Jusoh"}, {"affiliation": [], "given": "M J", "family": "Bongkik"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2000-11-30", "link": [{"URL": "http://stacks.iop.org/0022-3735/14/i=3/a=009/pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1981-3", "accepted": null, "publisher": "IOP Publishing", "doi": "10.1088/0022-3735/14/3/009", "license": null, "url": "http://dx.doi.org/10.1088/0022-3735/14/3/009", "issn": [{"type": "print", "value": "0022-3735"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Experimental data recording and analysis using a PET minicomputer"], "funder": null, "datasourcePrefix": "crossref____"}
1230
{"best_oa_location_url": "", "issued": "1958-5-01", "abstract": [], "objIdentifier": "a3f24300d16383c23e301ff414ff430d", "pissn": "0950-3471", "subject": ["Cultural Studies", "Sociology and Political Science", "History"], "eissn": "1468-2281", "author": [{"affiliation": [], "given": "M. D.", "family": "Knowles"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1111%2Fj.1468-2281.1958.tb01386.x", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1958-5", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1111/j.1468-2281.1958.tb01386.x", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", "start": {"timestamp": 1441065600000, "date-time": "2015-09-01T00:00:00Z", "date-parts": [[2015, 9, 1]]}, "content-version": "tdm", "delay-in-days": 20942}], "url": "http://dx.doi.org/10.1111/j.1468-2281.1958.tb01386.x", "issn": [{"type": "print", "value": "0950-3471"}, {"type": "electronic", "value": "1468-2281"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["‘The Matter of Wilton’ in 1528"], "funder": null, "datasourcePrefix": "crossref____"}
1231
{"best_oa_location_url": "", "issued": "2000-8-1", "abstract": [], "objIdentifier": "69009d62f1880a939fae2aaa349af58e", "pissn": "1806-2261", "subject": null, "eissn": "2236-5710", "author": [{"affiliation": [], "given": "Marta Ferreira Santos", "family": "Farah"}, {"affiliation": [], "given": "Patrícia", "family": "Laczynski"}, {"affiliation": [], "given": "Paulo", "family": "Jábali Júnior"}, {"affiliation": [], "given": "Odélio Rodarte", "family": "Arouca Filho"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2000-8-1", "link": [{"URL": "http://bibliotecadigital.fgv.br/ojs/index.php/cgpc/article/viewFile/54605/53303", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}], "published-print": null, "accepted": null, "publisher": "Fundacao Getulio Vargas", "doi": "10.12660/cgpc.v5n19.54605", "license": null, "url": "http://dx.doi.org/10.12660/cgpc.v5n19.54605", "issn": [{"type": "print", "value": "1806-2261"}, {"type": "electronic", "value": "2236-5710"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Serviços públicos"], "funder": null, "datasourcePrefix": "crossref____"}
1232
{"best_oa_location_url": "", "issued": "1992-2-01", "abstract": [], "objIdentifier": "4f85a30a23700f59d90c449dd89840a5", "pissn": "0031-9406", "subject": ["Physical Therapy, Sports Therapy and Rehabilitation"], "author": [{"affiliation": [], "given": "Julia", "family": "Herbert"}, {"affiliation": [], "given": "Jo", "family": "Hunter"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0031940610619670?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S0031940610619670?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "1992-2", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/s0031-9406(10)61967-0", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 696902400000, "date-time": "1992-02-01T00:00:00Z", "date-parts": [[1992, 2, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/s0031-9406(10)61967-0", "issn": [{"type": "print", "value": "0031-9406"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Bobath Topics"], "funder": null, "datasourcePrefix": "crossref____"}
1233
{"best_oa_location_url": "", "issued": "2005-6-1", "abstract": [], "objIdentifier": "072904ea4221201486e03aa126c393ae", "pissn": "0029-3970", "subject": ["Linguistics and Language", "Literature and Literary Theory", "Library and Information Sciences", "Language and Linguistics"], "eissn": "1471-6941", "author": [{"affiliation": [{"name": "State University of New York at Stony Brook"}], "given": "Richard", "family": "Levin"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://academic.oup.com/nq/article-pdf/52/2/207/23988869/gji226.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2005-6-1", "accepted": null, "publisher": "Oxford University Press (OUP)", "doi": "10.1093/notesj/gji226", "license": null, "url": "http://dx.doi.org/10.1093/notesj/gji226", "issn": [{"type": "print", "value": "0029-3970"}, {"type": "electronic", "value": "1471-6941"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["More Jibes at Shakespeare in 1606, and the Date of Antony and Cleopatra"], "funder": null, "datasourcePrefix": "crossref____"}
1234
{"best_oa_location_url": "", "issued": "2008-12-1", "abstract": "One of the most daunting challenges facing science in the 21st Century is to predict how Earth's ecosystems will respond to global climate change. The global carbon cycle plays a central role in regulating atmospheric carbon dioxide (CO{sub 2}) levels and thus Earth's climate, but our basic understanding of the myriad of tightly interlinked biological processes that drive the global carbon cycle remains limited at best. Whether terrestrial and ocean ecosystems will capture, store, or release carbon is highly dependent on how changing climate conditions affect processes performed by the organisms that form Earth's biosphere. Advancing our knowledge of biological components of the global carbon cycle is thus crucial to predicting potential climate change impacts, assessing the viability of climate change adaptation and mitigation strategies, and informing relevant policy decisions. Global carbon cycling is dominated by the paired biological processes of photosynthesis and respiration. Photosynthetic plants and microbes of Earth's land-masses and oceans use solar energy to transform atmospheric CO{sub 2} into organic carbon. The majority of this organic carbon is rapidly consumed by plants or microbial decomposers for respiration and returned to the atmosphere as CO{sub 2}. Coupling between the two processes results in a near equilibrium between photosynthesismore » and respiration at the global scale, but some fraction of organic carbon also remains in stabilized forms such as biomass, soil, and deep ocean sediments. This process, known as carbon biosequestration, temporarily removes carbon from active cycling and has thus far absorbed a substantial fraction of anthropogenic carbon emissions.« less", "objIdentifier": "8c031eed8f196911a7d853e9184a1ef5", "subject": null, "author": [{"affiliation": [], "given": "J.", "family": "Graber"}, {"affiliation": [], "given": "J.", "family": "Amthor"}, {"affiliation": [], "given": "R.", "family": "Dahlman"}, {"affiliation": [], "given": "D.", "family": "Drell"}, {"affiliation": [], "given": "S.", "family": "Weatherwax"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0017", "value": "Report"}, "is_oa": false, "published-online": "2008-12-1", "link": null, "published-print": null, "accepted": null, "publisher": "Office of Scientific and Technical Information  (OSTI)", "doi": "10.2172/948438", "license": null, "url": "http://dx.doi.org/10.2172/948438", "issn": null, "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Carbon Cycling and Biosequestration Integrating Biology and Climate Through Systems Science Report from the March 2008 Workshop"], "funder": null, "datasourcePrefix": "crossref____"}
1235
{"issued": "2000-8-01", "abstract": [], "objIdentifier": "066d5f6d8f382140e161477893c92824", "pissn": "0395-2649", "subject": ["General Social Sciences", "History"], "accepted": null, "author": [{"affiliation": [], "given": "Philippe", "family": "Haudrere"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2017-5-4", "link": [{"URL": "https://www.cambridge.org/core/services/aop-cambridge-core/content/view/S0395264900041998", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2000-8", "eissn": "1953-8146", "publisher": "Cambridge University Press (CUP)", "doi": "10.1017/s0395264900041998", "license": null, "url": "http://dx.doi.org/10.1017/s0395264900041998", "issn": [{"type": "print", "value": "0395-2649"}, {"type": "electronic", "value": "1953-8146"}], "collectedFrom": [{"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Om Prakash, European Commercial Enterprise in Pre-Colonial India, \n            Cambridge, Cambridge University Press, «The New Cambridge History of India », II, 5, 1998, 377 p."], "funder": null, "datasourcePrefix": "crossref____"}
1236
{"best_oa_location_url": "", "issued": "1986-1-01", "abstract": [], "objIdentifier": "0d380c78d73d2c34b1dbc97aa56dee07", "pissn": "0010-4825", "subject": ["Health Informatics", "Computer Science Applications"], "author": [{"affiliation": [], "given": "Robert S.", "family": "Ledley"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:001048258690051X?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:001048258690051X?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "1986-1", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/0010-4825(86)90051-x", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 504921600000, "date-parts": [[1986, 1, 1]], "date-time": "1986-01-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/0010-4825(86)90051-x", "issn": [{"type": "print", "value": "0010-4825"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Call for papers"], "funder": null, "datasourcePrefix": "crossref____"}
1237
{"best_oa_location_url": "", "issued": "2012-8-22", "abstract": "Abstract#R##N##R##N#Genome-wide association studies have identified common variants associated with common diseases. Most variants, however, explain only a small proportion of the estimated heritability, suggesting that rare variants might contribute to a larger extent to common diseases than assumed to date. Here, we use next-generation sequencing to test whether such variants contribute to the risk for anxiety disorders by re-sequencing 40 kb including all exons of the TMEM132D locus which we have previously shown to be associated with panic disorder and anxiety severity measures. DNA from 300 patients suffering from anxiety disorders, mostly panic disorder (84.7%), and 300 healthy controls was screened for the presence of genetic variants using next-generation re-sequencing in a pooled approach. Results were verified by individual re-genotyping. We identified 371 variants of which 247 had not been reported before, including 15 novel non-synonymous variants. The majority, 76% of these variants had a minor allele frequency less than 5%. While we did not identify additional common variants in TMEM132D associated with panic disorders, we observed an overrepresentation of presumably functional coding variants in healthy controls as compared to cases as well as a higher rate of private coding variants in cases, with one non-synonymous coding variant present in four patients but not in any of the matched controls nor in over 5,500 individuals of different ethnic origins from publicly available re-sequencing datasets. Our data suggest that not only common but also putatively functional and/or rare variants within TMEM132D might contribute to the risk to develop anxiety disorders. © 2012 Wiley Periodicals, Inc.", "objIdentifier": "322dbe1755f6a2a5d0c677c78b97ff64", "pissn": "1552-4841", "subject": ["Genetics(clinical)", "Cellular and Molecular Neuroscience", "Psychiatry and Mental health"], "author": [{"affiliation": [], "given": "Carina", "family": "Quast"}, {"ORCID": "0000-0002-9265-2393", "affiliation": [], "given": "Andre", "family": "Altmann"}, {"affiliation": [], "given": "Peter", "family": "Weber"}, {"affiliation": [], "given": "Janine", "family": "Arloth"}, {"affiliation": [], "given": "Daniel", "family": "Bader"}, {"affiliation": [], "given": "Angela", "family": "Heck"}, {"affiliation": [], "given": "Hildegard", "family": "Pfister"}, {"affiliation": [], "given": "Bertram", "family": "Müller-Myhsok"}, {"affiliation": [], "given": "Angelika", "family": "Erhardt"}, {"affiliation": [], "given": "Elisabeth B.", "family": "Binder"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2012-8-22", "link": [{"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1002%2Fajmg.b.32096", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2012-12", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1002/ajmg.b.32096", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", "start": {"timestamp": 1441065600000, "date-parts": [[2015, 9, 1]], "date-time": "2015-09-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 1105}], "url": "http://dx.doi.org/10.1002/ajmg.b.32096", "issn": [{"type": "print", "value": "1552-4841"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Rare variants inTMEM132Din a case-control sample for panic disorder"], "funder": null, "datasourcePrefix": "crossref____"}
1238
{"best_oa_location_url": "", "issued": "2011-2-01", "abstract": "The influence of the solvent on the composition of solid products is investigated using the example of the interaction of rare-earth element (REE) nitrates, Ln(NO3)3, with square-planar complexes of nickel and Schiff bases, Ni(SB). The composition of solid products is determined by X-ray fluorescence analysis and elemental analysis. It is shown that from the labile Ln(NO3)3-Ni(SB) systems, individual heterometallic compounds can be obtained, moreover, if in systems there are complexes with more dentate Ni(mosalen) ligands, only binuclear heterocomplexes can be produced. In case of Ni(salen) ligand, the formation of trinuclear complexes is achieved by selecting the optimal solvent. Among the considered compounds, binuclear complexes are of special interest due to the possibility of their use as precursors of REE nickelates.", "objIdentifier": "b7c7d7caaf12d8cfcdb26c27e94c889b", "pissn": "0027-1314", "subject": ["General Chemistry"], "eissn": "1935-0260", "author": [{"affiliation": [], "given": "A. M.", "family": "Makarevich"}, {"affiliation": [], "given": "A. V.", "family": "Kharchenko"}, {"affiliation": [], "given": "A. N.", "family": "Grigoriev"}, {"affiliation": [], "given": "N. M.", "family": "Sorokina"}, {"affiliation": [], "given": "A. B.", "family": "Antipov"}, {"affiliation": [], "given": "V. I.", "family": "Mitrofanova"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2011-4-7", "link": [{"URL": "http://www.springerlink.com/index/pdf/10.3103/S0027131411010068", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2011-2", "accepted": null, "publisher": "Allerton Press", "doi": "10.3103/s0027131411010068", "license": null, "url": "http://dx.doi.org/10.3103/s0027131411010068", "issn": [{"type": "print", "value": "0027-1314"}, {"type": "electronic", "value": "1935-0260"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Peculiarities of the synthesis and thermolysis of heterometallic coordination compounds used as precursors for nickelates of rare-earth elements"], "funder": null, "datasourcePrefix": "crossref____"}
1239
{"publisher": "Springer International Publishing", "doi": "10.1007/978-3-319-15877-8_873-1", "license": [{"URL": "http://www.springer.com/tdm", "start": {"timestamp": 1483228800000, "date-parts": [[2017, 1, 1]], "date-time": "2017-01-01T00:00:00Z"}, "content-version": "vor", "delay-in-days": 0}, {"URL": "http://www.springer.com/tdm", "start": {"timestamp": 1483228800000, "date-parts": [[2017, 1, 1]], "date-time": "2017-01-01T00:00:00Z"}, "content-version": "vor", "delay-in-days": 0}], "author": [{"affiliation": [], "given": "Amy", "family": "Wagner"}, {"affiliation": [], "given": "Clea RM", "family": "James"}], "url": "http://dx.doi.org/10.1007/978-3-319-15877-8_873-1", "issued": "2017", "abstract": [], "issn": null, "dateOfCollection": "2018-08-07 12:28:07Z", "datasourcePrefix": "crossref____", "link": [{"URL": "http://link.springer.com/content/pdf/10.1007/978-3-319-15877-8_873-1", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "objIdentifier": "dbffdcafab4d4207a1a6309208b09340", "published-print": "2017", "collectedFrom": [{"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Visher, John"], "funder": null, "accepted": null, "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": "2017-1-30", "subject": null}
1240
{"best_oa_location_url": "", "issued": "1990-3-01", "abstract": "Abstract   In this paper we discuss two server (machine) allocation problems that occur in manufacturing networks. The manufacturing network is modelled as an open network of queues. The server allocation problems are solved by means of a marginal analysis scheme. We show that for the first problem our algorithm generates undominated allocations. Furthermore, the algorithm provides us with bounds to check how close the allocation generated is to the optimal allocation. In the second problem the algorithm presented generates optimal allocations within time bounded by a polynomial function in the size of the network.", "objIdentifier": "044deb30ad634654b2c22394935c2da2", "pissn": "0377-2217", "subject": ["Management Science and Operations Research", "Modelling and Simulation", "Information Systems and Management"], "author": [{"affiliation": [], "given": "O.J.", "family": "Boxma"}, {"affiliation": [], "given": "A.H.G.", "family": "Rinnooy Kan"}, {"affiliation": [], "given": "M.", "family": "van Vliet"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:0377221790901555?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:0377221790901555?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "1990-3", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/0377-2217(90)90155-5", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 636249600000, "date-parts": [[1990, 3, 1]], "date-time": "1990-03-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/0377-2217(90)90155-5", "issn": [{"type": "print", "value": "0377-2217"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Machine allocation problems in manufacturing networks"], "funder": null, "datasourcePrefix": "crossref____"}
1241
{"best_oa_location_url": "", "issued": "1978-6-1", "abstract": [], "objIdentifier": "627ccb14a509a1b8ef84bcd844f7d25a", "pissn": "0567-7408", "subject": ["General Medicine"], "author": [{"affiliation": [], "given": "G. C.", "family": "Lisensky"}, {"affiliation": [], "given": "H. A.", "family": "Levy"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://journals.iucr.org/b/issues/1978/06/00/a16172/a16172.pdf", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}, {"URL": "http://journals.iucr.org/b/issues/1978/06/00/a16172/a16172.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1978-6-1", "accepted": null, "publisher": "International Union of Crystallography (IUCr)", "doi": "10.1107/s0567740878007116", "license": [{"URL": "http://journals.iucr.org/services/copyrightpolicy.html", "start": {"timestamp": 265507200000, "date-parts": [[1978, 6, 1]], "date-time": "1978-06-01T00:00:00Z"}, "content-version": "vor", "delay-in-days": 0}, {"URL": "http://journals.iucr.org/services/copyrightpolicy.html#TDM", "start": {"timestamp": 265507200000, "date-parts": [[1978, 6, 1]], "date-time": "1978-06-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1107/s0567740878007116", "issn": [{"type": "print", "value": "0567-7408"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Sodium thiosulfate pentahydrate: a redetermination by neutron diffraction"], "funder": null, "datasourcePrefix": "crossref____"}
1242
{"best_oa_location_url": "", "issued": "2005", "abstract": [], "objIdentifier": "0292f60e874063e46491aeabecde8f97", "pissn": "0380-2361", "subject": ["Education"], "author": [{"affiliation": [], "given": "Coral", "family": "Mitchell"}, {"affiliation": [], "given": "Joyce B.", "family": "Castle"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2005", "accepted": null, "publisher": "JSTOR", "doi": "10.2307/4126477", "license": null, "url": "http://dx.doi.org/10.2307/4126477", "issn": [{"type": "print", "value": "0380-2361"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["The Instructional Role of Elementary School Principals"], "funder": null, "datasourcePrefix": "crossref____"}
1243
{"best_oa_location_url": "http://doi.org/10.1590/s0102-05362012000400008", "issued": "2012-12-01", "abstract": "The agronomic performance was evaluated on coriander lines tolerant to early bolting under two production systems (no-tillage and seedling transplant). The experiment was carried out from June to November 2010. Three coriander lines were evaluated (Guarani#1, Guarani#21 and Guarani#36), and one control (cv. Verdao) in a randomized complete block experimental design, with three replications. The number of leaves per plant (NF), green mass (MVM), green mass/m2 (REND), supported marketable period in the field (COM), cycle (CIC) and percentage of bolting (PP), were evaluated. The PP was evaluated in the two production systems at 20, 40, 60, 80, 100 and 120 days after sowing (DAS). Significant differences were obtained in the production system with seedling transplant for NF, MVM and DP between the lines Guarani#36 and Guarani#21 and 'Verdao'. The coriander line Guarani#36 compared to the cv. Verdao was superior in NF, MVM and REND in 246.05%, 162.90% and 165.38%, respectively. Similar superiority was observed in the coriander line Guarani#21 with 211.95%, 148.10% and 150.00% for parameters NF, MVM and REND, respectively. There were no significant differences for CIC between the lines and 'Verdao'. 'In the system of no-tillage the coriander lines Guarani#36 and Guarani#21 presented significant effect in all the evaluated parameters when compared to cv. Verdao, except for cycle of the coriander lines. In the parameters NF, MVM and REND the Guarani#36 coriander line presented superiority of 251.27%, 148.14% and 150% to the cv. Verdao, respectively. The Guarani#21 coriander line compared to cv. Verdao presented superiority of 218.13%, 136.17% and 137.50% for NF, MVM and REND, respectively. The three lines were superior to cv. Verdao on COM for the two tillage systems. The coriander lines Guarani#21 and Guarani#36 present later-bolting in both the systems of production when compared to the cv. Verdao.", "objIdentifier": "1fc17225938d77ebd58266024ed0279e", "subject": ["Plant Science", "Soil Science", "Horticulture"], "accepted": null, "author": [{"affiliation": [{"name": "Tecnoseed"}], "given": "Gabriel M", "family": "Maciel"}, {"affiliation": [{"name": "UFSCar"}], "given": "Cyro P", "family": "Costa"}, {"affiliation": [{"name": "UFSCar"}], "given": "Fernando C", "family": "Sala"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": null, "link": [{"URL": "http://www.scielo.br/pdf/hb/v30n4/v30n4a08.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2012-12", "eissn": "0102-0536", "publisher": "FapUNIFESP (SciELO)", "doi": "10.1590/s0102-05362012000400008", "license": null, "url": "http://dx.doi.org/10.1590/s0102-05362012000400008", "issn": [{"type": "electronic", "value": "0102-0536"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Linhagens de coentro com pendoamento tardio sob dois sistemas de plantio"], "funder": null, "datasourcePrefix": "crossref____"}
1244
{"best_oa_location_url": "", "issued": "1969-6-01", "abstract": [], "objIdentifier": "a70c9c90d689237c20a0741d75d88eca", "pissn": "0043-1672", "subject": null, "eissn": "1940-1310", "author": [{"affiliation": [], "given": "John W.", "family": "Stewart"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.tandfonline.com/doi/pdf/10.1080/00431672.1969.9932854", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1969-6", "accepted": null, "publisher": "Informa UK Limited", "doi": "10.1080/00431672.1969.9932854", "license": null, "url": "http://dx.doi.org/10.1080/00431672.1969.9932854", "issn": [{"type": "print", "value": "0043-1672"}, {"type": "electronic", "value": "1940-1310"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["The Total Solar Eclipse of 7 March 1970"], "funder": null, "datasourcePrefix": "crossref____"}
1245
{"best_oa_location_url": "", "issued": "1988-8-23", "abstract": [], "objIdentifier": "aceb25fe1dbb7caab7d914ef7300ae2b", "pissn": "0931-7597", "subject": null, "author": [{"affiliation": [], "given": "L. M.", "family": "BAIRGRIE"}, {"affiliation": [], "given": "R.", "family": "LEUNG-TOUNG"}, {"affiliation": [], "given": "T. T.", "family": "TIDWELL"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2016-5-21", "link": [{"URL": "http://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1002%2Fchin.198834134", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}, {"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1002%2Fchin.198834134", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1988-8-23", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1002/chin.198834134", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", "start": {"timestamp": 1441065600000, "date-time": "2015-09-01T00:00:00Z", "date-parts": [[2015, 9, 1]]}, "content-version": "tdm", "delay-in-days": 9870}], "url": "http://dx.doi.org/10.1002/chin.198834134", "issn": [{"type": "print", "value": "0931-7597"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["ChemInform Abstract: Oxygen and Carbon-Acylation of Enolates by Ketenes."], "funder": null, "datasourcePrefix": "crossref____"}
1246
{"best_oa_location_url": "", "issued": "2008-10-27", "abstract": "Realizing favorable absorption, distribution, metabolism, elimination, and toxicity profiles is a necessity due to the high attrition rate of lead compounds in drug development today. The ability to accurately predict bioavailability can help save time and money during the screening and optimization processes. As several robust programs already exist for predicting logP, we have turned our attention to the fast and robust prediction of pKa for small molecules. Using curated data from the Beilstein Database and Lange’s Handbook of Chemistry, we have created a decision tree based on a novel set of SMARTS strings that can accurately predict the pKa for monoprotic compounds with R2 of 0.94 and root mean squared error of 0.68. Leave-some-out (10%) cross-validation achieved Q2 of 0.91 and root mean squared error of 0.80.", "objIdentifier": "f833733409ac772c7dfd7cf8686ec554", "pissn": "1549-9596", "subject": ["General Chemistry", "General Chemical Engineering", "Library and Information Sciences", "Computer Science Applications"], "eissn": "1549-960X", "author": [{"affiliation": [], "given": "Adam C.", "family": "Lee"}, {"affiliation": [], "given": "Jing-yu", "family": "Yu"}, {"affiliation": [], "given": "Gordon M.", "family": "Crippen"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://pubs.acs.org/doi/pdf/10.1021/ci8001815", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2008-10-27", "accepted": null, "publisher": "American Chemical Society (ACS)", "doi": "10.1021/ci8001815", "license": null, "url": "http://dx.doi.org/10.1021/ci8001815", "issn": [{"type": "print", "value": "1549-9596"}, {"type": "electronic", "value": "1549-960X"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["pKaPrediction of Monoprotic Small Molecules the SMARTS Way"], "funder": null, "datasourcePrefix": "crossref____"}
1247
{"best_oa_location_url": "", "issued": "1973-3-12", "abstract": [], "objIdentifier": "707d7320044f3efe724b430ef4bb5482", "pissn": "0098-7484", "subject": ["General Medicine"], "eissn": "1538-3598", "author": [{"affiliation": [], "given": "A. J.", "family": "Siegel"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1973-3-12", "accepted": null, "publisher": "American Medical Association (AMA)", "doi": "10.1001/jama.223.11.1258", "license": null, "url": "http://dx.doi.org/10.1001/jama.223.11.1258", "issn": [{"type": "print", "value": "0098-7484"}, {"type": "electronic", "value": "1538-3598"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["The heroin crisis among US forces in Southeast Asia. An overview"], "funder": null, "datasourcePrefix": "crossref____"}
1248
{"best_oa_location_url": "", "issued": "None", "abstract": "Summary form only given. A quasi-electrostatic trap (QUEST) realized with a CO/sub 2/ laser relies on the electrostatic polarizability of the trapped particles and therefore represents a universal storage device for ultracold particles. All intriguing application of the QUEST is the simultaneous storage of different atomic species. Elastic and inelastic ground-state interactions can be investigated, one species may act as an agent to sympathetically cool the other species, and the formation and storage of cold ground-state molecules becomes possible in the same trapping volume. Our experiments start with a two-species magneto-optical trap for lithium and cesium.", "objIdentifier": "323fb3ae52a306d91671c046e159146c", "subject": null, "author": [{"affiliation": [], "given": "H.", "family": "Engler"}, {"affiliation": [], "given": "M.", "family": "Mudrich"}, {"affiliation": [], "given": "T.", "family": "Weber"}, {"affiliation": [], "given": "W.", "family": "Wohlleben"}, {"affiliation": [], "given": "R.", "family": "Grimm"}, {"affiliation": [], "given": "M.", "family": "Weidenmuller"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0004", "value": "Conference object"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://xplorestaging.ieee.org/ielx5/7266/19605/00907980.pdf?arnumber=907980", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "accepted": null, "publisher": "IEEE", "doi": "10.1109/iqec.2000.907980", "license": null, "url": "http://dx.doi.org/10.1109/iqec.2000.907980", "issn": null, "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Mixtures of lithium and cesium in a quasi-electrostatic trap"], "funder": null, "datasourcePrefix": "crossref____"}
1249
{"best_oa_location_url": "", "issued": "1980", "abstract": [], "objIdentifier": "5335387b1c1f14481be26437585763d9", "pissn": "0016-1128", "subject": ["Linguistics and Language", "Literature and Literary Theory", "Cultural Studies", "History", "Language and Linguistics"], "eissn": "1468-2931", "author": [{"affiliation": [], "given": "PETER", "family": "FRANCE"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://academic.oup.com/fs/article-pdf/XXXIV/2/233/9808908/233.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1980", "accepted": null, "publisher": "Oxford University Press (OUP)", "doi": "10.1093/fs/xxxiv.2.233", "license": null, "url": "http://dx.doi.org/10.1093/fs/xxxiv.2.233", "issn": [{"type": "print", "value": "0016-1128"}, {"type": "electronic", "value": "1468-2931"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["REVIEWS"], "funder": null, "datasourcePrefix": "crossref____"}
1250
{"best_oa_location_url": "", "issued": "2010-2-01", "abstract": "We use a simple model to analyse the relationship between ice core temperature proxy data and global ice volume/eustatic sea-level data over the last glacial cycle (LGC). By allowing the temperature forcing to be a mix of Greenlandic and Antarctic signals we optimise the proportion of this mixing to fit sea-level data. We find that sea-level forcing is best represented by a mix of Antarctic and Greenlandic temperature signals through the whole glacial cycle. We suggest that a distinct bipolar switch occurs which links eustatic sea-level more closely with the Antarctic-like variability during the glacial period (MIS 4, 3 and 2) and more closely to the Greenland-like variability during the last termination (TI) and the interglacial periods (Holocene and MIS 5). This switch may be caused by the spatio-temporal distribution of ice sheet collapse perhaps linked to glacial to interglacial changes in deep water distribution in the ocean, which in turn drive changes in pole-ward heat and moisture transport.", "objIdentifier": "86fb4d28efdeb1ea7ff90062166d67ea", "pissn": "0277-3791", "subject": ["Archaeology", "Archaeology", "Global and Planetary Change", "Geology", "Ecology, Evolution, Behavior and Systematics"], "author": [{"affiliation": [], "given": "Mark", "family": "Siddall"}, {"affiliation": [], "given": "Mike R.", "family": "Kaplan"}, {"affiliation": [], "given": "Joerg M.", "family": "Schaefer"}, {"ORCID": "0000-0002-5358-1473", "affiliation": [], "given": "Aaron", "family": "Putnam"}, {"affiliation": [], "given": "Meredith A.", "family": "Kelly"}, {"affiliation": [], "given": "Brent", "family": "Goehring"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0277379109003709?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S0277379109003709?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2010-2", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/j.quascirev.2009.11.007", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1264982400000, "date-time": "2010-02-01T00:00:00Z", "date-parts": [[2010, 2, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/j.quascirev.2009.11.007", "issn": [{"type": "print", "value": "0277-3791"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Changing influence of Antarctic and Greenlandic temperature records on sea-level over the last glacial cycle"], "funder": null, "datasourcePrefix": "crossref____"}
1251
{"best_oa_location_url": "", "issued": "2015-12-31", "abstract": [], "objIdentifier": "e7a8791f5cb1f60fa59e41ae934bcdf4", "subject": null, "accepted": null, "author": [{"affiliation": [], "name": "UN"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2015-12-31", "eissn": "2412-1541", "publisher": "United Nations", "doi": "10.18356/e1703f89-en", "license": null, "url": "http://dx.doi.org/10.18356/e1703f89-en", "issn": [{"type": "electronic", "value": "2412-1541"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Explanatory note on documents"], "funder": null, "datasourcePrefix": "crossref____"}
1252
{"best_oa_location_url": "", "issued": "1983-12-01", "abstract": [], "objIdentifier": "a146c87957fa29342e17015f9f720028", "pissn": "0004-6256", "subject": ["Space and Planetary Science", "Astronomy and Astrophysics"], "author": [{"affiliation": [], "given": "H. A.", "family": "Smith"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1983-12", "accepted": null, "publisher": "IOP Publishing", "doi": "10.1086/113468", "license": null, "url": "http://dx.doi.org/10.1086/113468", "issn": [{"type": "print", "value": "0004-6256"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Metal abundances of the metal-rich globular clusters"], "funder": null, "datasourcePrefix": "crossref____"}
1253
{"issued": "2017-12-23", "abstract": [], "objIdentifier": "0e79fa2ac5a08a9302284c80f3c9c507", "pissn": "0163-755X", "subject": ["Literature and Literary Theory", "Cultural Studies"], "accepted": null, "author": [{"affiliation": [], "given": "Ariel Jade", "family": "Santos"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2017-12-23", "link": [{"URL": "http://academic.oup.com/melus/article-pdf/43/1/225/23922539/mlx076.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2018-2-1", "eissn": "1946-3170", "publisher": "Oxford University Press (OUP)", "doi": "10.1093/melus/mlx076", "license": null, "url": "http://dx.doi.org/10.1093/melus/mlx076", "issn": [{"type": "print", "value": "0163-755X"}, {"type": "electronic", "value": "1946-3170"}], "collectedFrom": [{"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["America Unbound: Encyclopedic Literature and Hemispheric Studies. Antonio Barrenechea"], "funder": null, "datasourcePrefix": "crossref____"}
1254
{"best_oa_location_url": "", "issued": "1989-12-01", "abstract": [], "objIdentifier": "aebd936a4d9ce9e25b4c4c0d09cb5145", "pissn": "0021-8294", "subject": ["Religious studies"], "author": [{"affiliation": [], "given": "Robert S.", "family": "Ellwood"}, {"affiliation": [], "given": "James S.", "family": "Gordon"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1989-12", "accepted": null, "publisher": "JSTOR", "doi": "10.2307/1386584", "license": null, "url": "http://dx.doi.org/10.2307/1386584", "issn": [{"type": "print", "value": "0021-8294"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["The Golden Guru: The Strange Journey of Bhagwan Shree Rajneesh"], "funder": null, "datasourcePrefix": "crossref____"}
1255
{"best_oa_location_url": "", "issued": "2006-11-01", "abstract": "Historically the function of biomaterials has been to replace diseased or damaged tissues. First generation biomaterials were selected to be as bio-inert as possible and thereby minimize formation of scar tissue at the interface with host tissues. Bioactive glasses were discovered in 1969 and provided for the first time an alternative; second generation, interfacial bonding of an implant with host tissues. Tissue regeneration and repair using the gene activation properties of Bioglass® provide a third generation of biomaterials. This article reviews the 40 year history of the development of bioactive glasses, with emphasis on the first composition, 45S5 Bioglass®, that has been in clinical use since 1985. The steps of discovery, characterization, in vivo and in vitro evaluation, clinical studies and product development are summarized along with the technology transfer processes.", "objIdentifier": "190f936710d0bdbdd893b27490f20492", "pissn": "0957-4530", "subject": ["Biophysics", "Bioengineering", "Biomaterials", "Biomedical Engineering"], "eissn": "1573-4838", "author": [{"affiliation": [], "given": "Larry L.", "family": "Hench"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2006-11-22", "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/s10856-006-0432-z", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2006-11", "accepted": null, "publisher": "Springer Nature", "doi": "10.1007/s10856-006-0432-z", "license": null, "url": "http://dx.doi.org/10.1007/s10856-006-0432-z", "issn": [{"type": "print", "value": "0957-4530"}, {"type": "electronic", "value": "1573-4838"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["The story of Bioglass®"], "funder": null, "datasourcePrefix": "crossref____"}
1256
{"issued": "2017-10-20", "abstract": [], "objIdentifier": "09a539b58574248102779166bb2f92cf", "pissn": "0018-2168", "subject": ["Cultural Studies", "History"], "accepted": null, "author": [{"affiliation": [], "given": "Lillian", "family": "Guerra"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2017-10-20", "link": [{"URL": "https://syndication.highwire.org/content/doi/10.1215/00182168-4214360", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2017-11", "eissn": "1527-1900", "publisher": "Duke University Press", "doi": "10.1215/00182168-4214360", "license": null, "url": "http://dx.doi.org/10.1215/00182168-4214360", "issn": [{"type": "print", "value": "0018-2168"}, {"type": "electronic", "value": "1527-1900"}], "collectedFrom": [{"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["The Structure of Cuban History: Meanings and Purpose of the Past"], "funder": null, "datasourcePrefix": "crossref____"}
1257
{"best_oa_location_url": "", "issued": "2014-1-01", "abstract": "An algorithm which allows to recognize whether the evolution of the system is periodic, chaotic or hyperchaotic is proposed. Minimum length orbit is introduced. Its behavior depends on the kind of solution. The calculations are presented for the Henon map, for the damped driven pendulum, for the Rossler system, and for the hyperchaotic Qi system.", "objIdentifier": "4be30694dca1290e134e69a0239146c8", "pissn": "0096-3003", "subject": ["Applied Mathematics", "Computational Mathematics"], "author": [{"affiliation": [], "given": "Piotr", "family": "Wąż"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S009630031301196X?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S009630031301196X?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2014-1", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/j.amc.2013.08.095", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1388534400000, "date-parts": [[2014, 1, 1]], "date-time": "2014-01-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/j.amc.2013.08.095", "issn": [{"type": "print", "value": "0096-3003"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["New indicators of chaos"], "funder": null, "datasourcePrefix": "crossref____"}
1258
{"best_oa_location_url": "", "issued": "2002-4-01", "abstract": [], "objIdentifier": "0921b1cecb3de4726e1ef4858799c174", "pissn": "0745-7472", "subject": ["Speech and Hearing"], "author": [{"affiliation": [], "given": "Teresa Y.C.", "family": "Ching"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2002-4", "accepted": null, "publisher": "Ovid Technologies (Wolters Kluwer Health)", "doi": "10.1097/01.hj.0000293355.33711.63", "license": null, "url": "http://dx.doi.org/10.1097/01.hj.0000293355.33711.63", "issn": [{"type": "print", "value": "0745-7472"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Effective amplification for hearing-impaired children"], "funder": null, "datasourcePrefix": "crossref____"}
1259
{"best_oa_location_url": "", "issued": "2016-7-01", "abstract": "Hyperspectral rare earth elements detection in space borne and near-field acquired images becomes more and more important for global exploration. In comparison to classic exploration methods, the benefit of hyperspectral surveys is the fast and in-situ generation of spatial information. Current hyperspectral investigations do more and more include rare earth element mappings - one new tool for hyperspectral rare earth mapping is the REEMAP algorithm. So far it is trained for five rare earth elements (erbium, dysprosium, holmium, neodymium and thulium). Previous versions of REEMAP did not map samarium. The here presented study focusses on the extension of REEMAP to identify samarium and presents a detailed mapping of the samarium and dysprosium occurrences of a two-carbonatite units containing outcrop (rauhaugites - dolomitic carbonatites and rodbergites - hematitic carbonatites) at Fen Complex, Norway. Four absorption bands of samarium were scrutinized for their shape characteristics in order to extend REEMAP for the detection of samarium. REEMAP was extended with these newly defined filter parameters. The mapping result for the investigated outcrop show that two absorption bands proved to be robust enough to be used in the REEMAP algorithm. The two remaining absorption bands are superimposed by H2O absorptions and are therefore not recommended for space borne or near-field hyperspectral analyses. However, the resulting samarium map shows the two-rock units represented by different samarium concentration levels and revealed a gradual increase of samarium towards the top of the rauhaugites rock unit. This study shows that REEMAP can be trained for the detection of samarium, especially for two of the investigated absorption bands (1250 and 1567 nm), and that REEMAP helps for in-situ interpretations of REE ore distributions.", "objIdentifier": "48816fde002fa2d0f699cd610fe3494f", "subject": null, "author": [{"affiliation": [], "given": "Nina Kristine", "family": "Boesche"}, {"affiliation": [], "given": "Christian", "family": "Rogass"}, {"affiliation": [], "given": "Mielke", "family": "Christian"}, {"affiliation": [], "given": "Christin", "family": "Lubitz"}, {"affiliation": [], "given": "Maximilian", "family": "Brell"}, {"affiliation": [], "given": "Sabrina", "family": "Herrmann"}, {"affiliation": [], "given": "Friederike", "family": "Korting"}, {"affiliation": [], "given": "Anne", "family": "Papenfuss"}, {"affiliation": [], "given": "Sabine", "family": "Tonn"}, {"affiliation": [], "given": "Uwe", "family": "Altenberger"}, {"affiliation": [], "given": "Luis", "family": "Guanter"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0004", "value": "Conference object"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://xplorestaging.ieee.org/ielx7/7592514/7728980/07730410.pdf?arnumber=7730410", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2016-7", "accepted": null, "publisher": "IEEE", "doi": "10.1109/igarss.2016.7730410", "license": null, "url": "http://dx.doi.org/10.1109/igarss.2016.7730410", "issn": null, "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Rare earth element detection from near-field to space - samarium detection using the REEMAP algorithm"], "funder": null, "datasourcePrefix": "crossref____"}
1260
{"best_oa_location_url": "", "issued": "2000-5-1", "abstract": "We examined per capita alcohol consumption and survey-based measures of alcohol use in Ontario in relation to indicators of alcohol problems for the period 1977–1997. Per capita consumption and percentage of daily drinkers were significantly related to problem indicators, but percentage of drinkers and percentage of heavy drinkers were not. Of the measures we examined, per capita consumption was the strongest indicator of alcohol problems.", "objIdentifier": "c2040252c55bc6226f0a13cdff20868d", "subject": ["General Medicine"], "accepted": null, "author": [{"affiliation": [], "given": "R. G.", "family": "SMART"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://academic.oup.com/alcalc/article-pdf/35/3/255/9736692/350255.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2000-5-1", "eissn": "1464-3502", "publisher": "Oxford University Press (OUP)", "doi": "10.1093/alcalc/35.3.255", "license": null, "url": "http://dx.doi.org/10.1093/alcalc/35.3.255", "issn": [{"type": "electronic", "value": "1464-3502"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["DO DRINKING SURVEYS PREDICT CHANGES IN POPULATION-BASED ALCOHOL PROBLEM INDICATORS?"], "funder": null, "datasourcePrefix": "crossref____"}
1261
{"best_oa_location_url": "", "issued": "1978-4-01", "abstract": [], "objIdentifier": "a8d58ecb433530673806df9de52051cc", "pissn": "0040-0912", "subject": ["Business, Management and Accounting (miscellaneous)", "Education"], "author": [{"affiliation": [], "given": "Denys", "family": "Page"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1978-4", "accepted": null, "publisher": "Emerald", "doi": "10.1108/eb016547", "license": null, "url": "http://dx.doi.org/10.1108/eb016547", "issn": [{"type": "print", "value": "0040-0912"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Golden oldies"], "funder": null, "datasourcePrefix": "crossref____"}
1262
{"best_oa_location_url": "", "issued": "2004-2-1", "abstract": "The parameters of the micromaser field in experiments are measured by means of detection of the state of the atoms emerging from the cavity. The employment of the atoms with degenerate levels makes it possible to obtain more information about the micromaser field than in the case of two-level atoms. A way to obtain such information recorded in various Zeeman sublevels of resonant atomic levels is suggested in the present paper. This information is provided by the average quantities , where θμ are Rabi angles related to the transitions between corresponding Zeeman sublevels. At small values of the pump parameter the combinations of these quantities Fμν = zμμzνν−zμν2 are proportional to the Fano factor of the micromaser field. The examples of atomic transitions with the angular momentum changes and are considered.", "objIdentifier": "f2b4581b79741f61ace56344ec737c33", "pissn": "1464-4266", "subject": ["Physics and Astronomy (miscellaneous)", "Atomic and Molecular Physics, and Optics"], "eissn": "1741-3575", "author": [{"affiliation": [], "given": "V A", "family": "Reshetov"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2004-2-5", "link": null, "published-print": "2004-2-1", "accepted": null, "publisher": "IOP Publishing", "doi": "10.1088/1464-4266/6/2/001", "license": null, "url": "http://dx.doi.org/10.1088/1464-4266/6/2/001", "issn": [{"type": "print", "value": "1464-4266"}, {"type": "electronic", "value": "1741-3575"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["On the detection of the micromaser field pumped by atoms with degenerate levels"], "funder": null, "datasourcePrefix": "crossref____"}
1263
{"best_oa_location_url": "", "issued": "2017-6-01", "abstract": "Spermidine is a polyamine compound exhibiting important biological activities, such as increasing lifespan, inflammation reduction, and plant growth control. As such, many applications of spermidine as a bio-modulating agent are anticipated. However, sustainable and scalable production of spermidine has not been achieved yet. Therefore, construction of a spermidine production system using Saccharomyces cerevisiae was attempted in this study. In order to secrete spermidine into fermentation broth, TPO1 coding for the polyamine transporter was overexpressed in an engineered S. cerevisiae strain capable of accumulating high concentrations of spermidine. Through optimization of fermentation conditions, the resulting strain (OS123/pTPO1) produced 63.6 mg/l spermidine with a yield of 1.3 mg spermidine/g glucose. However, we observed that spermidine production was repressed in the presence of glucose. To circumvent this problem, the genetic modifications for overproducing spermidine were introduced into an engineered S. cerevisiae capable of fermenting xylose. In a fed-batch fermentation using a mixture of glucose and xylose, the resulting strain (SR8 OS123/pTPO1) produced 224 mg/l spermidine with a yield of 2.2 mg spermidine/g sugars. These results suggest that engineered yeast constructed in this study can be employed for the production of spermidine.", "objIdentifier": "b6ff914f52bb813bd9462a44c130de55", "pissn": "0141-0229", "subject": ["Biotechnology", "Applied Microbiology and Biotechnology", "Biochemistry"], "author": [{"affiliation": [], "given": "Sun-Ki", "family": "Kim"}, {"affiliation": [], "given": "Jung-Hyun", "family": "Jo"}, {"affiliation": [], "given": "Yong-Cheol", "family": "Park"}, {"affiliation": [], "given": "Yong-Su", "family": "Jin"}, {"affiliation": [], "given": "Jin-Ho", "family": "Seo"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0141022917300522?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}, {"URL": "http://api.elsevier.com/content/article/PII:S0141022917300522?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}], "published-print": "2017-6", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/j.enzmictec.2017.03.008", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1496275200000, "date-parts": [[2017, 6, 1]], "date-time": "2017-06-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/j.enzmictec.2017.03.008", "issn": [{"type": "print", "value": "0141-0229"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Metabolic engineering of  Saccharomyces cerevisiae  for production of spermidine under optimal culture conditions"], "funder": null, "datasourcePrefix": "crossref____"}
1264
{"best_oa_location_url": "", "issued": "2004", "abstract": [], "objIdentifier": "0e0a9815471feb756131f976e7422edd", "subject": null, "author": [{"affiliation": [], "given": "Philip", "family": "Kelly"}, {"affiliation": [], "given": "Jessie P. H.", "family": "Poon"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://link.springer.com/content/pdf/10.1007/978-1-4020-2352-1_36", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2004", "accepted": null, "publisher": "Springer Netherlands", "doi": "10.1007/978-1-4020-2352-1_36", "license": null, "url": "http://dx.doi.org/10.1007/978-1-4020-2352-1_36", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Geography in a Crisis: Perspectives on the Asian Economic Crisis of the 1990s"], "funder": null, "datasourcePrefix": "crossref____"}
1265
{"best_oa_location_url": "", "issued": "2014-11-6", "abstract": [], "objIdentifier": "d3190212cd696c57aecec29b10bae063", "pissn": "0029-540X", "subject": ["Cancer Research", "Oncology"], "eissn": "2300-2115", "author": [{"affiliation": [], "given": "Nowotwory", "family": "Journal of Oncology"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2014-11-6", "link": [{"URL": "https://journals.viamedica.pl/nowotwory_journal_of_oncology/article/viewFile/40114/27715", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "accepted": null, "publisher": "VM Media SP. zo.o VM Group SK", "doi": "10.5603/njo.2014.0083", "license": null, "url": "http://dx.doi.org/10.5603/njo.2014.0083", "issn": [{"type": "print", "value": "0029-540X"}, {"type": "electronic", "value": "2300-2115"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Komunikaty"], "funder": null, "datasourcePrefix": "crossref____"}
1266
{"best_oa_location_url": "", "issued": "1955-12-01", "abstract": [], "objIdentifier": "f0cf28e2b4d36ae6ea1ff8235422361e", "pissn": "0014-3820", "subject": ["Genetics", "Ecology, Evolution, Behavior and Systematics", "General Agricultural and Biological Sciences"], "author": [{"affiliation": [], "given": "Norman H.", "family": "Russell"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1955-12", "accepted": null, "publisher": "JSTOR", "doi": "10.2307/2405477", "license": null, "url": "http://dx.doi.org/10.2307/2405477", "issn": [{"type": "print", "value": "0014-3820"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Local Introgression Between Viola cucullata Ait. and V. septentrionalis Greene"], "funder": null, "datasourcePrefix": "crossref____"}
1267
{"best_oa_location_url": "http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1855688", "issued": "2007-2-9", "abstract": "The gamma hypothesis states that there are no interactions between antimicrobial environmental factors. The time to growth of Aeromonas hydrophila challenged with pH, NaNO2, and salt combinations at 30°C was investigated. Data were examined using a model based on the gamma hypothesis (the gamma model), which takes into account variance-stabilizing transformations and which gives biologically relevant parameters. At high concentrations of NaNO2 and at pHs of >6.0, the antimicrobial action of the nitrite ion has a strong influence (MIC = 2,033 mg liter−1), whereas at pHs of <6, nitrous acid is dominant (MIC = 1.5 mg liter−1). This change is not due to a “synergy” between pH and the nitrite ion but is due to the shift in the equilibrium concentrations of nitrous acid and nitrite in solution caused by pH. In combination with salt, the parameters found for the action of Na nitrite were identical to those found when it was examined in isolation. Therefore, pH, NaNO2, and salt act independently on the growth of A. hydrophila. By expanding the gamma model with a cardinal temperature model, the results of fitting the model of Palumbo et al. (J. Food Prot. 54:429-435, 1994) to randomly produced environmental conditions could be reproduced, suggesting that temperature also has an independent effect.", "objIdentifier": "57de41269e62d1ea8fa770b9adb6fb2d", "pissn": "0099-2240", "subject": ["Biotechnology", "Food Science", "Ecology", "Applied Microbiology and Biotechnology"], "author": [{"affiliation": [], "given": "R. J. W.", "family": "Lambert"}, {"affiliation": [], "given": "E.", "family": "Bidlas"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": "2007-2-9", "link": [{"URL": "https://syndication.highwire.org/content/doi/10.1128/AEM.02013-06", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2007-4-1", "accepted": null, "publisher": "American Society for Microbiology", "doi": "10.1128/aem.02013-06", "license": null, "url": "http://dx.doi.org/10.1128/aem.02013-06", "issn": [{"type": "print", "value": "0099-2240"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Gamma Study of pH, Nitrite, and Salt Inhibition of Aeromonas hydrophila"], "funder": null, "datasourcePrefix": "crossref____"}
1268
{"best_oa_location_url": "", "issued": "1993-7-29", "abstract": [], "objIdentifier": "74e1f44a5f621b83302ba4497c22ea5f", "subject": null, "author": [{"affiliation": [], "given": "Patrik N.", "family": "Juslin"}, {"affiliation": [], "given": "John A.", "family": "Sloboda"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1993-7-29", "accepted": null, "publisher": "Oxford University Press", "doi": "10.1093/acprof:oso/9780199230143.003.0033", "license": null, "url": "http://dx.doi.org/10.1093/acprof:oso/9780199230143.003.0033", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["The Past, Present, and Future of Music and Emotion Research"], "funder": null, "datasourcePrefix": "crossref____"}
1269
{"best_oa_location_url": "", "issued": "1968", "abstract": "A compact series expansion method is described for evaluation atomic three-electron integrals which involve odd powers of the three interelectronic distances and Slater-type s orbitals. Only one dimensional integrals appear in the final expression, and these are readily amenable to machine computation. Convergence of the series is discussed.", "objIdentifier": "73138275acf9589ab84ac75cb38de9d6", "pissn": "0040-5744", "subject": ["Physical and Theoretical Chemistry", "Chiropractics"], "eissn": "1432-2234", "author": [{"affiliation": [], "given": "P. John", "family": "Roberts"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/BF00528346", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1968", "accepted": null, "publisher": "Springer Nature", "doi": "10.1007/bf00528346", "license": null, "url": "http://dx.doi.org/10.1007/bf00528346", "issn": [{"type": "print", "value": "0040-5744"}, {"type": "electronic", "value": "1432-2234"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Atomic three-electron integrals for correlated Slater-type s orbitals"], "funder": null, "datasourcePrefix": "crossref____"}
1270
{"best_oa_location_url": "", "issued": "2012-7-15", "abstract": "This research aims to provide a view of the present role of performance evaluation measures, to identify the extent of usage of performance evaluation measures, and finally to examine the contingent variables in order to find out their effect upon the extent of usage in the Jordanian banks. In order to achieve these objectives, the research used a questionnaire method; 80 (out of 140) valid questionnaires were returned, giving a (57.14%) response rate. Several statistical tests were used to analyze the data, namely, descriptive and bivariate correlation analysis (Kendall`s tau test). The results revealed that there is a lack of use of non-financial measures that are considered as contemporary management accounting practices. However, the financial measures were considered as the highest practice being utilised. In addition, the results confirmed the hypothesized relationships between contingency variables and the extent of usage, namely; age of the company; net sale growth, number of employees; sophistication of operations; professional certificates; and academic certificates. Finally, it can be concluded that the traditional Performance evaluation measures are still widely used.", "objIdentifier": "da859faf366ff7039af2e69481bd7912", "pissn": "1833-3850", "subject": null, "eissn": "1833-8119", "author": [{"affiliation": [], "given": "Munther", "family": "Al-Nimer"}, {"affiliation": [], "given": "Nimer", "family": "Sleihat"}, {"affiliation": [], "given": "Haitham", "family": "Al Abbadi"}, {"affiliation": [], "given": "Soud", "family": "Almahamid"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2012-7-15", "link": null, "published-print": null, "accepted": null, "publisher": "Canadian Center of Science and Education", "doi": "10.5539/ijbm.v7n14p76", "license": null, "url": "http://dx.doi.org/10.5539/ijbm.v7n14p76", "issn": [{"type": "print", "value": "1833-3850"}, {"type": "electronic", "value": "1833-8119"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["The Diffusion of Performance Evaluation Measures: An Empirical Study in Jordanian Banks"], "funder": null, "datasourcePrefix": "crossref____"}
1271
{"best_oa_location_url": "", "issued": "2012-4-18", "abstract": "Spatial configuration of habitats influences genetic structure and population fitness whereas it affects mainly species with limited dispersal ability. To reveal how habitat fragmentation determines dispersal and dispersal-related morphology in a ground- dispersing insect species we used a bush-cricket (Pholidoptera griseoaptera) which is associated with forest-edge habitat. We analysed spatial genetic patterns together with variability of the phenotype in two forested landscapes with different levels of fragmen- tation. While spatial configuration of forest habitats did not negatively affect genetic characteristics related to the fitness of sampled populations, genetic differentiation was found higher among populations from an extensive forest. Compared to an agricultural matrix between forest patches, the matrix of extensive forest had lower permeability and posed barriers for the dispersal of this species. Landscape configuration significantly affected also morphological traits that are supposed to account for species dispersal potential; individuals from fragmented forest patches had longer hind femurs and a higher femur to pronotum ratio. This result suggests that selection pressure act differently on populations from both landscape types since dispersal-related morphology was related to the level of habitat fragmentation. Thus observed patterns may be explained as plastic according to the level of landscape configuration; while anthropogenic fragmentation of habitats for this species can lead to homogenization of spatial genetic structure.", "objIdentifier": "8f32451b6fb9bc66a06282fedc866302", "pissn": "0269-7653", "subject": ["Ecology, Evolution, Behavior and Systematics"], "eissn": "1573-8477", "author": [{"affiliation": [], "given": "Peter", "family": "Kaňuch"}, {"affiliation": [], "given": "Benjamín", "family": "Jarčuška"}, {"affiliation": [], "given": "Dušana", "family": "Schlosserová"}, {"affiliation": [], "given": "Anna", "family": "Sliacka"}, {"ORCID": "0000-0002-5097-7472", "affiliation": [], "given": "Ladislav", "family": "Paule"}, {"affiliation": [], "given": "Anton", "family": "Krištín"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2012-4-18", "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/s10682-012-9571-5", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2012-11", "accepted": null, "publisher": "Springer Nature", "doi": "10.1007/s10682-012-9571-5", "license": null, "url": "http://dx.doi.org/10.1007/s10682-012-9571-5", "issn": [{"type": "print", "value": "0269-7653"}, {"type": "electronic", "value": "1573-8477"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Landscape configuration determines gene flow and phenotype in a flightless forest-edge ground-dwelling bush-cricket, Pholidoptera griseoaptera"], "funder": null, "datasourcePrefix": "crossref____"}
1272
{"best_oa_location_url": "http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.12.3819", "issued": "2004-4-30", "abstract": "Abstract#R##N##R##N#Standard switching control methods are based on the certainty equivalence philosophy in that, at each switching time, the supervisor selects the candidate controller that is better tuned to the currently estimated process model. In this paper, we propose a new supervisory switching logic that takes into account the uncertainty on the process description when performing the controller selection. Specifically, a probability measure describing the likelihood of the different models is computed on-line based on the collected data and, at each switching time, the supervisor selects the candidate controller that, according to this probability measure, performs the best on the average. If the candidate controller class is hierarchically structured so that for each model one has available several controllers with distinct levels of robustness, the supervisor automatically selects the controller that suitably compromises robustness versus performance, given the current level of model uncertainty. The use of randomized algorithms makes the supervisor implementation computationally tractable. Copyright © 2004 John Wiley & Sons, Ltd.", "objIdentifier": "43d194ed342446584683d72d610ca49e", "pissn": "0890-6327", "subject": ["Control and Systems Engineering", "Signal Processing", "Electrical and Electronic Engineering"], "eissn": "1099-1115", "author": [{"affiliation": [], "given": "M.C.", "family": "Campi"}, {"affiliation": [], "given": "João P.", "family": "Hespanha"}, {"affiliation": [], "given": "Maria", "family": "Prandini"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": "2004-4-30", "link": [{"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1002%2Facs.797", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2004-5", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1002/acs.797", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", "start": {"timestamp": 1441065600000, "date-time": "2015-09-01T00:00:00Z", "date-parts": [[2015, 9, 1]]}, "content-version": "tdm", "delay-in-days": 4141}], "url": "http://dx.doi.org/10.1002/acs.797", "issn": [{"type": "print", "value": "0890-6327"}, {"type": "electronic", "value": "1099-1115"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Cautious hierarchical switching control of stochastic linear systems"], "funder": null, "datasourcePrefix": "crossref____"}
1273
{"best_oa_location_url": "", "issued": "2012-6-19", "abstract": [], "objIdentifier": "d4d2702ed3eccba656cca3c68e8adab0", "pissn": "2193-8571", "subject": null, "eissn": "2193-858X", "author": [{"affiliation": [], "given": "Jonathan David", "family": "Istok"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": "2012-6-19", "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/978-3-642-13920-8_2", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2013", "accepted": null, "publisher": "Springer Berlin Heidelberg", "doi": "10.1007/978-3-642-13920-8_2", "license": null, "url": "http://dx.doi.org/10.1007/978-3-642-13920-8_2", "issn": [{"type": "print", "value": "2193-8571"}, {"type": "electronic", "value": "2193-858X"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Methods"], "funder": null, "datasourcePrefix": "crossref____"}
1274
{"issued": "2006-3-01", "abstract": [], "objIdentifier": "a09918c635e0dbd37cf36847742ecb03", "pissn": "0746-8342", "subject": ["Education", "General Mathematics"], "accepted": null, "author": [{"affiliation": [], "given": "Gabriela R.", "family": "Sanchis"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2017-11-28", "link": [{"URL": "https://www.tandfonline.com/doi/pdf/10.1080/07468342.2006.11922172", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2006-3", "eissn": "1931-1346", "publisher": "Informa UK Limited", "doi": "10.1080/07468342.2006.11922172", "license": null, "url": "http://dx.doi.org/10.1080/07468342.2006.11922172", "issn": [{"type": "print", "value": "0746-8342"}, {"type": "electronic", "value": "1931-1346"}], "collectedFrom": [{"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["A Card Trick and the Mathematics Behind It"], "funder": null, "datasourcePrefix": "crossref____"}
1275
{"best_oa_location_url": "", "issued": "None", "abstract": "Distributed simulation modeling is in urgent need for two reasons: one is that the computational power demanded by the large-scale microscopic traffic simulation keeps increasing; the other is that independently and incrementally developed sub-networks of a large region need to be modeled simultaneously due to their interactions. In this paper, we propose a distributed modeling framework which including two categories of modeling strategies, namely, light global control/independent subnets vs. heavy global control/coordinated subnets. We have implemented the distributed scheme of light global control/independent subnets and the implemented details, such as communication techniques and vehicle transferring across the boundary of two subnets are discussed. Unlike the previous studies using the dedicated high performance machines, our efforts are to utilize the low-cost networked PCs that are commonly available. By using the application programming interface (API) functions supported by off-the-shelf paramics software, we are able to distribute the computational load of microscopic simulation to multiple single-processor PCs without access the proprietary source codes of the simulation program. Performance testing and analysis of the implemented prototype demonstrate that the proposed framework is very promising.", "objIdentifier": "051a3c28b85a1e1283a6d25366d5ef3a", "subject": null, "author": [{"affiliation": [], "given": "H.X.", "family": "Liu"}, {"affiliation": [], "family": "Wenteng Ma"}, {"affiliation": [], "given": "R.", "family": "Jayakrishnan"}, {"affiliation": [], "given": "W.", "family": "Recker"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0004", "value": "Conference object"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://xplorestaging.ieee.org/ielx5/10189/32528/01520053.pdf?arnumber=1520053", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "accepted": null, "publisher": "IEEE", "doi": "10.1109/itsc.2005.1520053", "license": null, "url": "http://dx.doi.org/10.1109/itsc.2005.1520053", "issn": null, "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Distributed large-scale network modeling with paramics implementation"], "funder": null, "datasourcePrefix": "crossref____"}
1276
{"best_oa_location_url": "", "issued": "1992", "abstract": [], "objIdentifier": "eb13948241c7386961dc5fce360bd22a", "pissn": "0711-608X", "subject": null, "eissn": "1918-6584", "author": [{"affiliation": [], "given": "Daniel", "family": "Latouche"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1992", "accepted": null, "publisher": "Consortium Erudit", "doi": "10.7202/040734ar", "license": null, "url": "http://dx.doi.org/10.7202/040734ar", "issn": [{"type": "print", "value": "0711-608X"}, {"type": "electronic", "value": "1918-6584"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Passion d’être. Désir d’avoir de Louis Sabourin, Montréal, Boréal, 1992, 213 p."], "funder": null, "datasourcePrefix": "crossref____"}
1277
{"best_oa_location_url": "", "issued": "2017", "abstract": [], "objIdentifier": "f592a14c3f2c41d581bcd504cee1adea", "pissn": "0302-9743", "subject": null, "eissn": "1611-3349", "author": [{"affiliation": [], "given": "Sergey", "family": "Paramonov"}, {"affiliation": [], "given": "Daria", "family": "Stepanova"}, {"affiliation": [], "given": "Pauli", "family": "Miettinen"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": "2017-6-14", "link": [{"URL": "http://link.springer.com/content/pdf/10.1007/978-3-319-61252-2_14", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2017", "accepted": null, "publisher": "Springer International Publishing", "doi": "10.1007/978-3-319-61252-2_14", "license": [{"URL": "http://www.springer.com/tdm", "start": {"timestamp": 1483228800000, "date-time": "2017-01-01T00:00:00Z", "date-parts": [[2017, 1, 1]]}, "content-version": "vor", "delay-in-days": 0}, {"URL": "http://www.springer.com/tdm", "start": {"timestamp": 1483228800000, "date-time": "2017-01-01T00:00:00Z", "date-parts": [[2017, 1, 1]]}, "content-version": "vor", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1007/978-3-319-61252-2_14", "issn": [{"type": "print", "value": "0302-9743"}, {"type": "electronic", "value": "1611-3349"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Hybrid ASP-Based Approach to Pattern Mining"], "funder": null, "datasourcePrefix": "crossref____"}
1278
{"best_oa_location_url": "http://arxiv.org/abs/1101.3834", "issued": "2011", "abstract": "Let $G$ be a finite group and $k$ be a field of characteristic $p>0$. A cohomology class $\\zeta \\in H^n(G,k)$ is called productive if it annihilates $\\Ext^*_{kG}(L_{\\zeta},L_{\\zeta})$. We consider the chain complex $\\bPz$ of projective $kG$-modules which has the homology of an $(n-1)$-sphere and whose $k$-invariant is $\\zeta$ under a certain polarization. We show that $\\zeta$ is productive if and only if there is a chain map $\\Delta: \\bPz \\to \\bPz \\otimes \\bPz$ such that $(\\id \\otimes \\epsilon)\\Delta\\simeq \\id$ and $(\\epsilon \\otimes \\id)\\Delta \\simeq \\id$. Using the Postnikov decomposition of $\\bPz \\otimes \\bPz$, we prove that there is a unique obstruction for constructing a chain map $\\Delta$ satisfying these properties. Studying this obstruction more closely, we obtain theorems of Carlson and Langer on productive elements.", "objIdentifier": "5189d1d50f7cfb126f7e0c7496a1e5ec", "pissn": "1532-0073", "subject": ["Mathematics (miscellaneous)"], "eissn": "1532-0081", "author": [{"affiliation": [{"name": "Department of Mathematics, Bilkent University, Ankara, Turkey"}], "given": "Ergün", "family": "Yalçin"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": null, "link": null, "published-print": "2011", "accepted": null, "publisher": "International Press of Boston", "doi": "10.4310/hha.2011.v13.n1.a15", "license": null, "url": "http://dx.doi.org/10.4310/hha.2011.v13.n1.a15", "issn": [{"type": "print", "value": "1532-0073"}, {"type": "electronic", "value": "1532-0081"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Productive elements in group cohomology"], "funder": null, "datasourcePrefix": "crossref____"}
1279
{"best_oa_location_url": "http://www.econstor.eu/bitstream/10419/27629/1/dp09011.pdf", "issued": "2009", "abstract": "The efficiency of electricity generation in hard coal fired power plants varies considerably from country to country and over time. These differences occur both between developing and developed countries and between industrialised nations. The econometric analysis presented in this paper tests for the reasons of these discrepancies. In this examination abundance of hard coal and the price of hard coal are the two variables of our major interest. We assume that countries with an abundance of hard coal or relatively low costs of extraction show smaller degrees of efficiency than countries with poor deposits of this resource because the latter nations have a stronger dependency on efficient power plants than the former. Furthermore, higher prices should lead to more efficient electricity generation since production costs increase with growing hard coal prices. Our findings partially confirm these hypotheses and suggest that, among the chosen explanatory variables, hard coal abundance or the accessibility of hard coal, respectively, the hard coal price, the level of foreign direct investment inflows as well as the average power plant age are identified as principal drivers of power plant efficiency. From an environmental policy perspective we conclude that flexible policy instruments which internalise external effects caused by emissions as well as support for foreign investments are important means to foster energy efficiency. However, economic efficiency - even if contrasting with energy efficiency - must not be neglected in the design of energy policies.", "objIdentifier": "b3f12f4604190aa3c447985443208406", "subject": null, "accepted": null, "author": [{"affiliation": [], "given": "Tim", "family": "Hoffmann"}, {"affiliation": [], "given": "Sebastian", "family": "Voigt"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": null, "link": null, "published-print": null, "eissn": "1556-5068", "publisher": "Elsevier BV", "doi": "10.2139/ssrn.1394352", "license": null, "url": "http://dx.doi.org/10.2139/ssrn.1394352", "issn": [{"type": "electronic", "value": "1556-5068"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["What Drives the Efficiency of Hard Coal Fuelled Electricity Generation? An Empirical Assessment"], "funder": null, "datasourcePrefix": "crossref____"}
1280
{"best_oa_location_url": "", "issued": "2005-12-14", "abstract": "Generalized Parton Distributions (GPDs), introduced in the late 90s, provide a universal description of hadrons in terms of the underlying degrees of freedom of Quantum Chromodynamics: quarks and gluons. GPDs appear in a wide variety of hard exclusive reactions and the advent of high luminosity accelerator facilities has made the study of GPDs accessible to experiment. Deeply Virtual Compton Scattering (DVCS) is the golden process involving GPDs. The first dedicated DVCS experiment ran in the Hall A of Jefferson Lab in Fall 2004. An electromagnetic calorimeter and a plastic scintillator detector were constructed for this experiment, together with specific electronics and acquisition system. The experiment preparation, data taking and analysis are described in this document. Results on the absolute cross section difference for opposite beam helicities provide the first measurement of a linear combination of GPDs as a function of the momentum transfer to the nucleon.", "objIdentifier": "f97a8e61ba087c0f021bbe6a1e22515c", "subject": null, "author": [{"affiliation": [{"name": "Univ. Pierre et Marie Curie, Paris (France)"}], "given": "Carlos Munoz", "family": "Camacho"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0017", "value": "Report"}, "is_oa": false, "published-online": "2005-12-14", "link": null, "published-print": null, "accepted": null, "publisher": "Office of Scientific and Technical Information  (OSTI)", "doi": "10.2172/1054162", "license": null, "url": "http://dx.doi.org/10.2172/1054162", "issn": null, "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Virtual deep Compton scattering from Hall A at Jefferson Laboratory; Diffusion Compton profondement virtuelle dans le Hall A au Jefferson Laboratory"], "funder": null, "datasourcePrefix": "crossref____"}
1281
{"best_oa_location_url": "", "issued": "1999-8-01", "abstract": "Abstract We have already synthesized a new type of antiferroelectric liquid crystals (AFLCs) with double stereogenic centers, β-methyl-substituted TFMHPOBC(4-(1-trifluoromethyl-hepty-loxycarbonyl)phenyl 4′-octyloxybiphenyl-4-carboxylate) and its analogues, based on α-trifluoromethyl-β-methylcarbinol, and its conformational effects on the antiferroelectricity[1-5]. Now we report another new type of AFLC and ferroelectric liquid crystals (FLC) with double stereogenic centers bearing β-trifluoromethylcarbinol. which can be regarded as a β-trifluoromethyl-substituted MHPOBC(4-(methylheptyloxycarbonyl)phenyl 4′-octyloxybiphenyl-4-carboxylate) analogue, and examined its properties such as the phase transition. From these results and ab initio calculations using Gaussian 94 program, we conclude that their conformations strongly affect their preference of antiferroelectricity and that the bend-like structure is more essential for the appearance of antiferroelectricity, than the extended-like one.", "objIdentifier": "678af519a44ed4416da25ecd84c56426", "pissn": "1058-725X", "subject": ["Condensed Matter Physics"], "author": [{"affiliation": [], "given": "Ichiro", "family": "Kobayashi"}, {"affiliation": [], "given": "Shigeharu", "family": "Hashimoto"}, {"affiliation": [], "given": "Yoshiichi", "family": "Suzuki"}, {"affiliation": [], "given": "Tomoko", "family": "Yajima"}, {"affiliation": [], "given": "Susumu", "family": "Kawauchi"}, {"affiliation": [], "given": "Tatsuya", "family": "Imase"}, {"affiliation": [], "given": "Masahiro", "family": "Terada"}, {"affiliation": [], "given": "Koichi", "family": "Mikami"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2006-9-24", "link": [{"URL": "http://www.tandfonline.com/doi/pdf/10.1080/10587259908026053", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1999-8", "accepted": null, "publisher": "Informa UK Limited", "doi": "10.1080/10587259908026053", "license": null, "url": "http://dx.doi.org/10.1080/10587259908026053", "issn": [{"type": "print", "value": "1058-725X"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Effects of Conformation of Diastereomer Liquid Crystals on the Preference of Antiferroelectricity"], "funder": null, "datasourcePrefix": "crossref____"}
1282
{"best_oa_location_url": "", "issued": "1927", "abstract": [], "objIdentifier": "58142b8ccc19de3b3c26befeff8ebb2c", "subject": null, "author": [{"affiliation": [], "given": "L.", "family": "Pungs"}, {"affiliation": [], "given": "F.", "family": "Banneitz"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://link.springer.com/content/pdf/10.1007/978-3-642-50789-2_38", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1927", "accepted": null, "publisher": "Springer Berlin Heidelberg", "doi": "10.1007/978-3-642-50789-2_38", "license": null, "url": "http://dx.doi.org/10.1007/978-3-642-50789-2_38", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Die Funkpeilung"], "funder": null, "datasourcePrefix": "crossref____"}
1283
{"best_oa_location_url": "", "issued": "1981-3-01", "abstract": [], "objIdentifier": "a4a55610a01987663d46288d4e987e85", "pissn": "0144-5987", "subject": ["Fuel Technology", "Renewable Energy, Sustainability and the Environment", "Energy Engineering and Power Technology", "Nuclear Energy and Engineering"], "eissn": "2048-4054", "author": [{"affiliation": [{"name": "Coal Research Establishment, National Coal Board, UK"}], "given": "M.", "family": "Smith"}, {"affiliation": [{"name": "Coal Research Establishment, National Coal Board, UK"}], "given": "G.", "family": "Rasmussen"}, {"affiliation": [{"name": "Coal Research Establishment, National Coal Board, UK"}], "given": "D.", "family": "Merrick"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2016-7-22", "link": [{"URL": "http://journals.sagepub.com/doi/pdf/10.1177/014459878100100103", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}, {"URL": "http://journals.sagepub.com/doi/pdf/10.1177/014459878100100103", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1981-3", "accepted": null, "publisher": "SAGE Publications", "doi": "10.1177/014459878100100103", "license": [{"URL": "http://journals.sagepub.com/page/policies/text-and-data-mining-license", "start": {"timestamp": 352252800000, "date-parts": [[1981, 3, 1]], "date-time": "1981-03-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1177/014459878100100103", "issn": [{"type": "print", "value": "0144-5987"}, {"type": "electronic", "value": "2048-4054"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["The Economics of Hydrogen Production and Systems"], "funder": null, "datasourcePrefix": "crossref____"}
1284
{"best_oa_location_url": "https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2140465/pdf", "issued": "1921-11-20", "abstract": "1. Colloids have been divided into two groups according to the ease with which their solutions or suspensions are precipitated by electrolytes. One group (hydrophilic colloids), e.g., solutions of gelatin or crystalline egg albumin in water, requires high concentrations of electrolytes for this purpose, while the other group (hydrophobic colloids) requires low concentrations. In the latter group the precipitating ion of the salt has the opposite sign of charge as the colloidal particle (Hardy's rule), while no such relation exists in the precipitation of colloids of the first group. 2. The influence of electrolytes on the solubility of solid Na caseinate, which belongs to the first group (hydrophilic colloids), and of solid casein chloride which belongs to the second group (hydrophobic colloids), was investigated and it was found that the forces determining the solution are entirely different in the two cases. The forces which cause the hydrophobic casein chloride to go into solution are forces regulated by the Donnan equilibrium; namely, the swelling of particles. As soon as the swelling of a solid particle of casein chloride exceeds a certain limit it is dissolved. The forces which cause the hydrophilic Na caseinate to go into solution are of a different character and may be those of residual valency. Swelling plays no role in this case, and the solubility of Na caseinate is not regulated by the Donnan equilibrium. 3. The stability of solutions of casein chloride (requiring low concentrations of electrolytes for precipitation) is due, first, to the osmotic pressure generated through the Donnan equilibrium between the casein ions tending to form an aggregate, whereby the protein ions of the nascent micellum are forced apart again; and second, to the potential difference between the surface of a micellum and the surrounding solution (also regulated by the Donnan equilibrium) which prevents the further coalescence of micella already formed. This latter consequence of the Donnan effect had already been suggested by J. A. Wilson. 4. The precipitation of this group of hydrophobic colloids by salts is due to the diminution or annihilation of the osmotic pressure and the P.D. just discussed. Since low concentrations of electrolytes suffice for the depression of the swelling and P.D. of the micella, it is clear why low concentrations of electrolytes suffice for the precipitation of hydrophobic colloids, such as casein chloride. 5. This also explains why only that ion of the precipitating salt is active in the precipitation of hydrophobic colloids which has the opposite sign of charge as the colloidal ion, since this is always the case in the Donnan effect. Hardy's rule is, therefore, at least in the precipitation of casein chloride, only a consequence of the Donnan effect. 6. For the salting out of hydrophilic colloids, like gelatin, from watery solution, sulfates are more efficient than chlorides regardless of the pH of the gelatin solution. Solution experiments lead to the result that while CaCl2 or NaCl increase the solubility of isoelectric gelatin in water, and the more, the higher the concentration of the salt, Na2SO4 increases the solubility of isoelectric gelatin in low concentrations, but when the concentration of Na2SO4 exceeds M/32 it diminishes the solubility of isoelectric gelatin the more, the higher the concentration. The reason for this difference in the action of the two salts is not yet clear. 7. There is neither any necessity nor any room for the assumption that the precipitation of proteins is due to the adsorption of the ions of the precipitating salt by the colloid.", "objIdentifier": "738b41da43d2e790d033457c6f54f52c", "pissn": "0022-1295", "subject": ["Physiology"], "eissn": "1540-7748", "author": [{"affiliation": [], "given": "J.", "family": "Loeb"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": null, "link": [{"URL": "https://syndication.highwire.org/content/doi/10.1085/jgp.4.2.187", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1921-11-20", "accepted": null, "publisher": "Rockefeller University Press", "doi": "10.1085/jgp.4.2.187", "license": null, "url": "http://dx.doi.org/10.1085/jgp.4.2.187", "issn": [{"type": "print", "value": "0022-1295"}, {"type": "electronic", "value": "1540-7748"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["THE INFLUENCE OF ELECTROLYTES ON THE SOLUTION AND PRECIPITATION OF CASEIN AND GELATIN"], "funder": null, "datasourcePrefix": "crossref____"}
1285
{"best_oa_location_url": "", "issued": "1990-7-01", "abstract": [], "objIdentifier": "fbe9c26dda0ced518f9ed51512d1e77a", "pissn": "0956-4624", "subject": ["Public Health, Environmental and Occupational Health", "Pharmacology (medical)", "Infectious Diseases", "Dermatology"], "eissn": "1758-1052", "author": [{"affiliation": [{"name": " University of Utrecht, Department of Gay and Lesbian Studies"}], "given": "E M M", "family": "de Vroome"}, {"affiliation": [{"name": " Dutch Foundation for STD Control"}], "given": "M E M", "family": "Paalman"}, {"affiliation": [{"name": " University of Utrecht, Department of Gay and Lesbian Studies"}], "given": "Th G M", "family": "Sandfort"}, {"affiliation": [{"name": " Dutch Foundation for STD Control"}], "given": "M", "family": "Sleutjes"}, {"affiliation": [{"name": " Dutch Foundation for STD Control"}], "given": "K J M", "family": "de Vries"}, {"affiliation": [{"name": " University of Utrecht, Department of Gay and Lesbian Studies"}], "given": "R A P", "family": "Tielman"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2016-6-25", "link": [{"URL": "http://journals.sagepub.com/doi/pdf/10.1177/095646249000100408", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}, {"URL": "http://journals.sagepub.com/doi/pdf/10.1177/095646249000100408", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1990-7", "accepted": null, "publisher": "SAGE Publications", "doi": "10.1177/095646249000100408", "license": [{"URL": "http://journals.sagepub.com/page/policies/text-and-data-mining-license", "start": {"timestamp": 646790400000, "date-time": "1990-07-01T00:00:00Z", "date-parts": [[1990, 7, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1177/095646249000100408", "issn": [{"type": "print", "value": "0956-4624"}, {"type": "electronic", "value": "1758-1052"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["AIDS in the Netherlands: The Effects of Several Years of Campaigning"], "funder": null, "datasourcePrefix": "crossref____"}
1286
{"best_oa_location_url": "", "issued": "2008-2-01", "abstract": [], "objIdentifier": "f8d72d0158629938530bf1c9ab3c26e1", "pissn": "1553-3212", "subject": null, "author": [{"affiliation": [], "given": "BRUCE K.", "family": "DIXON"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S1553321208700840?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S1553321208700840?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2008-2", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/s1553-3212(08)70084-0", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1201824000000, "date-time": "2008-02-01T00:00:00Z", "date-parts": [[2008, 2, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/s1553-3212(08)70084-0", "issn": [{"type": "print", "value": "1553-3212"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Patients' Chronic Pain Is Seldom Relieved During ED Visits"], "funder": null, "datasourcePrefix": "crossref____"}
1287
{"best_oa_location_url": "", "issued": "2007-3-01", "abstract": [], "objIdentifier": "28b116cf48d62346fdb3146edcc0c5db", "pissn": "1226-6612", "subject": null, "author": [{"affiliation": [], "family": "JungKyungSoo"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2007-3", "accepted": null, "publisher": "Democratic Legal Studies Association", "doi": "10.15756/dls.2007..33.199", "license": null, "url": "http://dx.doi.org/10.15756/dls.2007..33.199", "issn": [{"type": "print", "value": "1226-6612"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Internationalization of Human Rights Campaign against the National Security Law"], "funder": null, "datasourcePrefix": "crossref____"}
1288
{"best_oa_location_url": "", "issued": "1935-1-01", "abstract": [], "objIdentifier": "b1056fd077f8fc26246a96134178fe06", "pissn": "0171-8096", "subject": ["Instrumentation", "Electrical and Electronic Engineering"], "eissn": "2196-7113", "author": [{"affiliation": [], "given": "Wilhelm", "family": "Geyger"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "https://www.degruyter.com/view/j/teme.1935.49-60.issue-jg/teme.1935.4960.jg.275/teme.1935.4960.jg.275.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1935-1", "accepted": null, "publisher": "Walter de Gruyter GmbH", "doi": "10.1524/teme.1935.4960.jg.275", "license": null, "url": "http://dx.doi.org/10.1524/teme.1935.4960.jg.275", "issn": [{"type": "print", "value": "0171-8096"}, {"type": "electronic", "value": "2196-7113"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Fernübertragung von Meßwerten"], "funder": null, "datasourcePrefix": "crossref____"}
1289
{"best_oa_location_url": "", "issued": "1852-5-01", "abstract": [], "objIdentifier": "acf0ade846f83d58f139171026f147c7", "pissn": "0378-2697", "subject": ["Plant Science", "Ecology, Evolution, Behavior and Systematics"], "eissn": "1615-6110", "author": [{"affiliation": [], "family": "Petter"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/BF02052942", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1852-5", "accepted": null, "publisher": "Springer Nature", "doi": "10.1007/bf02052942", "license": null, "url": "http://dx.doi.org/10.1007/bf02052942", "issn": [{"type": "print", "value": "0378-2697"}, {"type": "electronic", "value": "1615-6110"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Correspondenz"], "funder": null, "datasourcePrefix": "crossref____"}
1290
{"best_oa_location_url": "", "issued": "1991", "abstract": [], "objIdentifier": "0e5a98b5d6a28518b72cc731d1bb3207", "subject": null, "author": [{"affiliation": [], "given": "William A.", "family": "Corrigall"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/978-3-0348-7457-1_56", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1991", "accepted": null, "publisher": "Birkhäuser Basel", "doi": "10.1007/978-3-0348-7457-1_56", "license": null, "url": "http://dx.doi.org/10.1007/978-3-0348-7457-1_56", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Regulation of Intravenous Nicotine Self-Administration — Dopamine Mechanisms"], "funder": null, "datasourcePrefix": "crossref____"}
1291
{"best_oa_location_url": "", "issued": "1975", "abstract": "Ab initio SCF−CI calculations with a minimal STO−3G basis set have been performed to determine singlet n→π* transition energies for a series of dimers having monosubstituted carbonyl compounds as proton acceptors and water as the proton donor, represented by the general formula HOH⋅⋅⋅OCHR. In each dimer, the n→π* transition energy is greater than the n→π* transition energy in the corresponding monomer. The dimer transition energy may be approximated as the sum of the n→π* transition energy in the monomer RCHO and the hydrogen bond strength in the corresponding dimer, providing that a single carbonyl group gives rise to the monomer n→π* band. This relationship between the blue shift of the n→π* band and the hydrogen bond strength suggests that the blue shift reflects the additional energy required to break or at least severely weaken the hydrogen bond in the dimer excited state. Only a small blue shift is observed in the water−glyoxal dimers, since in glyoxal, electron excitation occurs from an n orbital d...", "objIdentifier": "9f6abaafc7d2071122f25ab791bb1929", "pissn": "0021-9606", "subject": ["Physical and Theoretical Chemistry", "General Physics and Astronomy"], "author": [{"affiliation": [], "given": "Janet E.", "family": "Del Bene"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1975", "accepted": null, "publisher": "AIP Publishing", "doi": "10.1063/1.430468", "license": null, "url": "http://dx.doi.org/10.1063/1.430468", "issn": [{"type": "print", "value": "0021-9606"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Molecular orbital theory of the hydrogen bond. XI. The effect of hydrogen bonding on the n→π∗ transition in dimers HOH⋅⋅⋅OCHR"], "funder": null, "datasourcePrefix": "crossref____"}
1292
{"best_oa_location_url": "", "issued": "1986", "abstract": [], "objIdentifier": "f67c03caa1d2142f1e999f9138e62e4f", "pissn": "0003-2670", "subject": ["Analytical Chemistry", "Spectroscopy", "Biochemistry", "Environmental Chemistry"], "author": [{"affiliation": [], "given": "W.E.", "family": "van der Linden"}, {"affiliation": [], "given": "R.J.", "family": "Mulder"}, {"affiliation": [], "given": "L.J.", "family": "Overman"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0003267000828627?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S0003267000828627?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "1986", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/s0003-2670(00)82862-7", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 504921600000, "date-time": "1986-01-01T00:00:00Z", "date-parts": [[1986, 1, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/s0003-2670(00)82862-7", "issn": [{"type": "print", "value": "0003-2670"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Foreword"], "funder": null, "datasourcePrefix": "crossref____"}
1293
{"best_oa_location_url": "", "issued": "2003-5-01", "abstract": "Background:  Therapeutic lymph node dissection for melanoma aims to achieve regional disease control. Radical lymphadenectomy (RLND) can be a difficult procedure associated with significant postoperative morbidity.#R##N##R##N##R##N##R##N#The aims of the present study were to review regional disease control and morbidity in a series of lymphadenectomies performed within a specialist unit.#R##N##R##N##R##N##R##N#Methods:  The present study involved the analysis of 73 lymphadenectomies in 64 patients, from 1995 to 2001.#R##N##R##N##R##N##R##N#Results:  The overall wound complication rate after inguinal lymphadenectomy (71%) was higher than after axillary lymphadenectomy (47%; P = 0.05). After inguinal lymphadenectomy, the wound infection rate was higher (25.0%vs 5.9%; P = 0.03), delayed wound healing was more frequent (25.0%vs 5.9%; P = 0.03), and the mean time that drain tubes remained in situ was longer (12.5 vs 8.2 days; P = 0.05). There were no significant differences in seroma (46%vs 32%) rates. Lymphoedema was more common after inguinal lymphadenectomy (P < 0.02). Multivariate analysis identified inguinal RLND (P = 0.002) and increasing tumour size (P = 0.045) as predictors of wound morbidity. More patients received postoperative radiotherapy after neck RLND compared to inguinal or axilla RLND (P = 0.03). Six (8%) patients developed local recurrence after lymphadenectomy. At a median follow up of 22 months, 34 (53%) patients have died, from disseminated disease.#R##N##R##N##R##N##R##N#Conclusions:  Radical lymphadenectomy for melanoma is associated with significant morbidity. Inguinal node dissection has a higher rate of complications than axillary dissection. Low local recurrence rates can be achieved, limiting the potential morbidity of uncontrolled regional metastatic disease.", "objIdentifier": "034bfb3601d8348386751a34ac4f05fc", "pissn": "1445-1433", "subject": ["Surgery", "General Medicine"], "eissn": "1445-2197", "author": [{"affiliation": [], "given": "Jonathan W.", "family": "Serpell"}, {"affiliation": [], "given": "Peter W. G.", "family": "Carne"}, {"affiliation": [], "given": "Michael", "family": "Bailey"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1046%2Fj.1445-2197.2003.t01-1-02622.x", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2003-5", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1046/j.1445-2197.2003.t01-1-02622.x", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", "start": {"timestamp": 1441065600000, "date-parts": [[2015, 9, 1]], "date-time": "2015-09-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 4506}], "url": "http://dx.doi.org/10.1046/j.1445-2197.2003.t01-1-02622.x", "issn": [{"type": "print", "value": "1445-1433"}, {"type": "electronic", "value": "1445-2197"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Radical lymph node dissection for melanoma"], "funder": null, "datasourcePrefix": "crossref____"}
1294
{"best_oa_location_url": "http://doi.org/10.1111/j.1469-0691.1999.tb00416.x", "issued": "1999-10-01", "abstract": "Objective  To examine the amount of cell-free and cell-associated virus in cervicovaginal secretions (CVS) of HIV-infected women.  Methods  Paired cervicovaginal and blood samples from 61 seropositive women were quantitatively evaluated by competitive polymerase chain reaction (cPCR) and reverse transcription-PCR (cRT-PCR) for: (1) genomic RNA from plasma and cell-free CVS, and (2) unspliced (u/s) RNA transcripts and proviral DNA in cells from secretions.  Results  HIV DNA was detected in 42.6%, u/s transcripts in 32.7% and cell-free HIV RNA in 31.1% of 61 cervicovaginal samples. The median copy numbers of HIV DNA, u/s transcripts, and cell-free RNA were 125 copies/10 5  cells, 40 copies/10 5  cells, and 300 copies/mL of secretion, respectively. Nineteen of 26 (73.1%) and 17 of 26 (65.3%) women positive for DNA were also positive for RNA transcripts and cell-free RNA, respectively ( P  P =0.014). The prevalences of u/s transcripts and cell-free RNA were 42.6% and 53.8% respectively among patients with detectable blood RNA, and 22.9% ( P =0.09) and 14.3% ( P =0.0017) among patients with undetectable blood RNA. In stepwise logistic regression, cell-free RNA was independently associated with the presence of detectable blood viremia. The amount of HIV DNA was lower among subjects currently under treatment (50 copies/10 5  cells) than in untreated subjects (250 copies/10 5  cells) ( P =0.037).  Conclusions  Both cell-free and cell-associated HIV could be detected and quantitated in CVS, providing a means to examine the level of viral activity in the female genital tract.", "objIdentifier": "f8c24f18f815cd2b8bd66ad1ae451899", "pissn": "1198-743X", "subject": ["Microbiology (medical)", "Infectious Diseases", "General Medicine"], "author": [{"affiliation": [], "given": "Maurizia", "family": "Debiaggi"}, {"affiliation": [], "given": "Arsenio", "family": "Spinillo"}, {"ORCID": "0000-0003-1883-9878", "affiliation": [], "given": "Francesca", "family": "Zara"}, {"affiliation": [], "given": "Antonella", "family": "De Santolo"}, {"affiliation": [], "given": "Roberto", "family": "Brerra"}, {"affiliation": [], "given": "Renato", "family": "Maserati"}, {"affiliation": [], "given": "Egidio", "family": "Romero"}, {"affiliation": [], "given": "Gaetano", "family": "Filice"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S1198743X14644657?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S1198743X14644657?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "1999-10", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1111/j.1469-0691.1999.tb00416.x", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 938736000000, "date-parts": [[1999, 10, 1]], "date-time": "1999-10-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}, {"URL": "http://www.elsevier.com/open-access/userlicense/1.0/", "start": {"timestamp": 1419379200000, "date-parts": [[2014, 12, 24]], "date-time": "2014-12-24T00:00:00Z"}, "content-version": "vor", "delay-in-days": 5563}], "url": "http://dx.doi.org/10.1111/j.1469-0691.1999.tb00416.x", "issn": [{"type": "print", "value": "1198-743X"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Quantitative assessment of cell-associated and cell-free virus in cervicovaginal samples of HIV-1-infected women"], "funder": null, "datasourcePrefix": "crossref____"}
1295
{"best_oa_location_url": "", "issued": "1973-1-01", "abstract": [], "objIdentifier": "3acaef8b635863a958b97a5404589b8d", "pissn": "0009-2673", "subject": ["General Chemistry"], "eissn": "1348-0634", "author": [{"affiliation": [], "given": "Tetsuo", "family": "Miyazaki"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "https://www.jstage.jst.go.jp/article/bcsj1926/46/1/46_1_329/_pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1973-1", "accepted": null, "publisher": "The Chemical Society of Japan", "doi": "10.1246/bcsj.46.329", "license": null, "url": "http://dx.doi.org/10.1246/bcsj.46.329", "issn": [{"type": "print", "value": "0009-2673"}, {"type": "electronic", "value": "1348-0634"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["The Migration of the Exciton in the Radiolysis of Alkanes"], "funder": null, "datasourcePrefix": "crossref____"}
1296
{"best_oa_location_url": "", "issued": "2002-11-20", "abstract": "In this paper we consider a charged massless scalar quantum field operator in the spacetime of an idealized cosmic string which presents a magnetic field confined in a cylindrical tube of finite radius. Three distinct situations are taken into account in this analysis. In three cases the axis of the infinitely long tube of radius R coincides with the cosmic string. Because we study the combined gravitational and electromagnetic Aharanov-Bohm effect, we calculate the vacuum polarization effects outside the tube.", "objIdentifier": "0cd329fcb3b39d21e7224746f369a4d3", "pissn": "0217-751X", "subject": ["Nuclear and High Energy Physics", "Astronomy and Astrophysics", "Atomic and Molecular Physics, and Optics"], "eissn": "1793-656X", "author": [{"affiliation": [], "given": "J.", "family": "SPINELLY"}, {"affiliation": [], "given": "E. R.", "family": "BEZERRA DE MELLO"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.worldscientific.com/doi/pdf/10.1142/S0217751X02013447", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2002-11-20", "accepted": null, "publisher": "World Scientific Pub Co Pte Lt", "doi": "10.1142/s0217751x02013447", "license": null, "url": "http://dx.doi.org/10.1142/s0217751x02013447", "issn": [{"type": "print", "value": "0217-751X"}, {"type": "electronic", "value": "1793-656X"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["VACUUM POLARIZATION BY A MAGNETIC FIELD IN THE COSMIC STRING SPACETIME"], "funder": null, "datasourcePrefix": "crossref____"}
1297
{"best_oa_location_url": "", "issued": "1984-6-01", "abstract": "ABSTRACT Following the recommendations of the Barclay Report for a move on the part of social work towards supporting helping networks in the community, it is necessary to look more closely at the components of ‘social support’ and to be clearer about which social networks social workers are being asked to support. It is suggested that sociology, although criticised for its remoteness from the daily experience of the social worker, could offer through social network analysis some useful measures of the support networks of social work clients.", "objIdentifier": "edb99a2fa0f813b671891ea7c2665f74", "pissn": "0261-5479", "subject": ["Social Sciences (miscellaneous)", "Education"], "eissn": "1470-1227", "author": [{"affiliation": [], "given": "RDW", "family": "Taylor"}, {"affiliation": [], "given": "PJ", "family": "Huxley"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2007-2-24", "link": [{"URL": "http://www.tandfonline.com/doi/pdf/10.1080/02615478411220041", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1984-6", "accepted": null, "publisher": "Informa UK Limited", "doi": "10.1080/02615478411220041", "license": null, "url": "http://dx.doi.org/10.1080/02615478411220041", "issn": [{"type": "print", "value": "0261-5479"}, {"type": "electronic", "value": "1470-1227"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Social networks and support in social work"], "funder": null, "datasourcePrefix": "crossref____"}
1298
{"best_oa_location_url": "", "issued": "1995-12-01", "abstract": "The aerodynamics of a coolant jet in a hot crossflow in an environment representative of the gas turbine practice, is numerically investigated for film cooling applications. The time-dependent, mass-averaged Navier-Stokes equations coupled with the compressible form of a two-equation low-Reynolds number (k-ɛ) model are solved based on an explicit finite volume formulation. The computed flow-field and surface temperature distributions along with the turbulence quantities are presented to illustrate the variation of flow-physics and heat transfer phenomena which occur in a jet-crossflow interaction with changing blowing rates, slot angles, and inlet free-stream turbulence levels.", "objIdentifier": "9cb3250d4a2766e2e8c0554cbb87173b", "pissn": "0256-2499", "subject": ["Multidisciplinary"], "author": [{"affiliation": [], "given": "S", "family": "Sarkar"}, {"affiliation": [], "given": "T K", "family": "Bose"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/BF02745873", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1995-12", "accepted": null, "publisher": "Springer Nature", "doi": "10.1007/bf02745873", "license": null, "url": "http://dx.doi.org/10.1007/bf02745873", "issn": [{"type": "print", "value": "0256-2499"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Numerical simulation of a 2-D jet-crossflow interaction related to film cooling applications: Effects of blowing rate, injection angle and free-stream turbulence"], "funder": null, "datasourcePrefix": "crossref____"}
1299
{"best_oa_location_url": "", "issued": "1991-9-01", "abstract": "ABSTRACT In this article we examine the effects of self-esteem and self-complexity on cognitive appraisals of daily events and emotional lability. Subjects (n= 67) participated in a 2-week diary study; each day they made five mood ratings, described the most positive and negative events of the day, and rated these two events on six appraisal measures. Neither self-esteem nor self-complexity was related to an extremity measure of mood variability. Both traits were negatively related to measures assessing the frequency of mood change, although the effect of self-complexity dissipated when self-esteem was taken into account. Self-esteem (but not self-complexity) was also related to event appraisals: Subjects with low self-esteem rated their daily events as less positive and as having more impact on their moods. Subjects with high self-esteem made more internal, stable, global attributions for positive events than for negative events, whereas subjects low in self-esteem made similar attributions for both types of events and viewed their negative events as being more personally important than did subjects high in self-esteem. Despite these self-esteem differences in subjects' views of their daily events, naive judges (n= 63) who read the event descriptions and role-played their appraisals of them generally did not distinguish between the events that had been experienced by low self-esteem versus high self-esteem diary subjects.", "objIdentifier": "1df5bbc2f7442b5a6f779e464153b768", "pissn": "0022-3506", "subject": ["Social Psychology"], "author": [{"affiliation": [], "given": "Jennifer D.", "family": "Campbell"}, {"affiliation": [], "given": "Barry", "family": "Chew"}, {"affiliation": [], "given": "Linda S.", "family": "Scratchley"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2006-4-28", "link": [{"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1111%2Fj.1467-6494.1991.tb00257.x", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1991-9", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1111/j.1467-6494.1991.tb00257.x", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", "start": {"timestamp": 1441065600000, "date-parts": [[2015, 9, 1]], "date-time": "2015-09-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 8766}], "url": "http://dx.doi.org/10.1111/j.1467-6494.1991.tb00257.x", "issn": [{"type": "print", "value": "0022-3506"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Cognitive and Emotional Reactions to Daily Events: The Effects of Self-Esteem and Self-Complexity"], "funder": null, "datasourcePrefix": "crossref____"}
1300
{"best_oa_location_url": "", "issued": "1946-12-01", "abstract": [], "objIdentifier": "b1f9c0146634dc94856a64ba67ec21f4", "pissn": "0022-8443", "subject": null, "author": [{"affiliation": [], "given": "Charles G.", "family": "Schoewe"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1946-12", "accepted": null, "publisher": "JSTOR", "doi": "10.2307/3626088", "license": null, "url": "http://dx.doi.org/10.2307/3626088", "issn": [{"type": "print", "value": "0022-8443"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Note on the Occurrence of Some Eastern Wisconsin Plants"], "funder": null, "datasourcePrefix": "crossref____"}
1301
{"best_oa_location_url": "", "issued": "1980", "abstract": "Publisher Summary#R##N#This chapter discusses the rise and decline of the nuclear disarmament movement in Britain from 1958 to 1965. Socially, the 1950s was a watershed decade in a number of ways. The prolonged economic growth, which characterized all the industrialised economies of the capitalist world from 1945 to the early 1970s, was less marked in Britain than elsewhere but was nevertheless the major underlying determinant of social change. Politically, the early 1950s was a period of confusion, retrenchment, and disillusion on the left and of quiet but fundamental adjustment on the right. The 1950s was a time of both acclimatization and consolidation. The conservative party had to come to terms with a changed domestic structure —principally the mixed economy and the welfare state and, internationally, with the even more fundamental process of rapidly dismantling the British empire in Africa and Asia. However, the placid progress of the conservative rule was interrupted by two events of major importance in 1956: the Suez invasion and the suppression of the Hungarian uprising. Both, in their very different ways, were key events in the process leading to the formation of the nuclear disarmament movement.", "objIdentifier": "621c589f99d54ad9c2675fb21655bada", "subject": null, "author": [{"affiliation": [], "given": "Richard", "family": "Taylor"}, {"affiliation": [], "given": "Colin", "family": "Pritchard"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1980", "accepted": null, "publisher": "Elsevier", "doi": "10.1016/b978-0-08-025211-7.50006-6", "license": null, "url": "http://dx.doi.org/10.1016/b978-0-08-025211-7.50006-6", "issn": null, "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["“Something Ought to be Done”: the Rise and Decline of the Nuclear Disarmament Movement"], "funder": null, "datasourcePrefix": "crossref____"}
1302
{"best_oa_location_url": "", "issued": "None", "abstract": [], "objIdentifier": "d5cd7299a2b311a46d66b7d60c505eb3", "subject": null, "author": [{"affiliation": [], "given": "G.", "family": "Oehler"}, {"affiliation": [], "given": "K.", "family": "Friedrich"}, {"affiliation": [], "given": "H. -M.", "family": "Vogel"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.karger.com/Article/Pdf/424782", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "accepted": null, "publisher": "S. Karger AG", "doi": "10.1159/000424782", "license": null, "url": "http://dx.doi.org/10.1159/000424782", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Nachsorge und Rehabilitation von Lebertransplantierten"], "funder": null, "datasourcePrefix": "crossref____"}
1303
{"best_oa_location_url": "", "issued": "1981", "abstract": "Abstract#R##N#An analysis is presented of the Pioneer 10 and 11 magnetic field data, with regard to the sector structure in the interplanetary magnetic field. For the 3–4 years leading up to the last solar minimum, the data are shown to be consistent with the existence of a wavy equatorial current sheet in the heliosphere. Two sectors are shown to dominate the long term field structure, and each sector is shown to adopt a Parker spiral geometry in the outflowing solar wind. This observation is consistent with the existence of a tilted current sheet that is approximately flat near the sun but that develops a large scale wavy structure owing to the solar rotation. The recurrence pattern of the sector structure suggests an inertial rotation rate of 26.1 days (with a confidence limit of approximately 0.2 day) an observation which may indicate that the source of the low-latitude solar wind is at mid-latitudes on the sun. Corotating interaction regions are shown to be capable of modifying the structure of the current sheet. In particular it is suggested that they can absorb the current sheet by overtaking the nearest fold in its wavy structure.", "objIdentifier": "8d373f06572ebf2806e33345b184521e", "pissn": "0148-0227", "subject": ["Earth-Surface Processes", "Ecology", "Earth and Planetary Sciences (miscellaneous)", "Space and Planetary Science", "Palaeontology", "Forestry", "Aquatic Science", "Atmospheric Science", "Soil Science", "Geochemistry and Petrology", "Geophysics", "Oceanography", "Water Science and Technology"], "author": [{"affiliation": [], "given": "Barry T.", "family": "Thomas"}, {"affiliation": [], "given": "Edward J.", "family": "Smith"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "1981", "link": [{"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1029%2FJA086iA13p11105", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}, {"URL": "http://www.agu.org/journals/ja/v086/iA13/JA086iA13p11105/JA086iA13p11105.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1029/ja086ia13p11105", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", "start": {"timestamp": 1441065600000, "date-parts": [[2015, 9, 1]], "date-time": "2015-09-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 12661}], "url": "http://dx.doi.org/10.1029/ja086ia13p11105", "issn": [{"type": "print", "value": "0148-0227"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["The structure and dynamics of the heliospheric current sheet"], "funder": null, "datasourcePrefix": "crossref____"}
1304
{"best_oa_location_url": "", "issued": "2016-1-01", "abstract": [], "objIdentifier": "1801b7f7187577371728369062da1d96", "pissn": "1578-2190", "subject": ["Pathology and Forensic Medicine", "Histology", "Dermatology"], "author": [{"affiliation": [], "given": "P. Espinosa", "family": "Lara"}, {"affiliation": [], "given": "C. Bueno", "family": "Muiño"}, {"affiliation": [], "given": "B. Doger de", "family": "Spéville"}, {"affiliation": [], "given": "J. Jiménez", "family": "Reyes"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S1578219015003145?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}, {"URL": "http://api.elsevier.com/content/article/PII:S1578219015003145?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}], "published-print": "2016-1", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/j.adengl.2015.11.005", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1451606400000, "date-time": "2016-01-01T00:00:00Z", "date-parts": [[2016, 1, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/j.adengl.2015.11.005", "issn": [{"type": "print", "value": "1578-2190"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Hand-Foot Skin Reaction to Regorafenib"], "funder": null, "datasourcePrefix": "crossref____"}
1305
{"best_oa_location_url": "http://arxiv.org/abs/1402.5933", "issued": "2016-10-01", "abstract": "In this paper, we study the optimization problem μ⋆(Ω) :=inf u∈&#x1d49f;1,2(Ω)∫Ω|∇u|2dx ∫ΩV u2dx in a suitable functional space &#x1d49f;1,2(Ω). Here, V is the multi-singular potential given by V :=∑1≤i  μ⋆(ℝN) when n ≥ 3 and μ⋆(Ω) = μ⋆(ℝN) when n = 2 (it is known from [C. Cazacu and E. Zuazua, Improved multipolar hardy inequalities, in Studies in Phase Space Analysis with Application to PDEs, Progress in Nonlinear Differential Equations and Their Applications, Vol. 84 (Birkhauser, New York, 2013), pp. 37–52] that μ⋆(ℝN) = (N − 2)2/n2). In the situation when all the poles are located on the boundary, we show that μ⋆(Ω) = N2/n2 if Ω is either a ball, the exterior of a ball or a half-space. Our results do not depend on the distances between the poles. In addition, in the case of boundary singularities we obtain that μ⋆(Ω) is attained in H01(Ω) when Ω is a ball and n ≥ 3. Besides, μ⋆(Ω) is attained in &#x1d49f;1,2(Ω) when Ω is the exterior of a ball with N ≥ 3 and n ≥ 3 whereas in the case of a half-space μ⋆(Ω) is attained in &#x1d49f;1,2(Ω) when n ≥ 3. We also analyze the critical constants in the so-called weak Hardy inequality which characterizes the range of μ′s ensuring the existence of a lower bound for the spectrum of the Schrodinger operator − Δ − μV. In the context of both interior and boundary singularities, we show that the critical constants in the weak Hardy inequality are (N − 2)2/(4n − 4) and N2/(4n − 4), respectively.", "objIdentifier": "9be5c37483fe19d66f081029f879b8f5", "pissn": "0219-1997", "subject": ["Applied Mathematics", "General Mathematics"], "eissn": "1793-6683", "author": [{"affiliation": [], "given": "Cristian", "family": "Cazacu"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": null, "link": [{"URL": "http://www.worldscientific.com/doi/pdf/10.1142/S0219199715500935", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2016-10", "accepted": null, "publisher": "World Scientific Pub Co Pte Lt", "doi": "10.1142/s0219199715500935", "license": null, "url": "http://dx.doi.org/10.1142/s0219199715500935", "issn": [{"type": "print", "value": "0219-1997"}, {"type": "electronic", "value": "1793-6683"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["New estimates for the Hardy constants of multipolar Schrödinger operators"], "funder": null, "datasourcePrefix": "crossref____"}
1306
{"best_oa_location_url": "", "issued": "1960-6-20", "abstract": [], "objIdentifier": "c5104930a7f3d1fdf0e2f053904d08be", "subject": null, "author": [{"affiliation": [], "given": "G.E.", "family": "Deegan"}, {"affiliation": [], "given": "M.D.", "family": "Dermer"}, {"affiliation": [], "given": "J.S.", "family": "Flanagan"}, {"affiliation": [], "given": "G.C.", "family": "Gower"}, {"affiliation": [], "given": "R.J.", "family": "Hall"}, {"affiliation": [], "given": "R.B.", "family": "Hinze"}, {"affiliation": [], "given": "D.H.", "family": "Johnson"}, {"affiliation": [], "given": "R.W.", "family": "Keaten"}, {"affiliation": [], "given": "W.H.", "family": "Olson"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0017", "value": "Report"}, "is_oa": false, "published-online": "1960-6-20", "link": null, "published-print": null, "accepted": null, "publisher": "Office of Scientific and Technical Information  (OSTI)", "doi": "10.2172/4129791", "license": null, "url": "http://dx.doi.org/10.2172/4129791", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["DESIGN MODIFICATIONS TO THE SRE DURING FY 1960"], "funder": null, "datasourcePrefix": "crossref____"}
1307
{"best_oa_location_url": "", "issued": "2013-3-25", "abstract": "Many tumors display significant cellular heterogeneity as well as molecular heterogeneity. Sensitive biomarkers that differentiate between diagnostically challenging tumors must contend with this heterogeneity. Mass spectrometry-based molecular histology of a patient series of heterogeneous, microscopically identical bone tumors highlighted the tumor cell types that could be characterized by a single profile and led to the identification of specific peptides that differentiate between the tumors.", "objIdentifier": "db4c50f2a56d1d83e1353a418eae57f5", "pissn": "1535-3893", "subject": ["Biochemistry", "General Chemistry"], "eissn": "1535-3907", "author": [{"affiliation": [{"name": "Biomolecular Mass Spectrometry\rUnit, Department of Parasitology, Leiden University Medical Center, Leiden, The Netherlands"}], "given": "Emrys A.", "family": "Jones"}, {"affiliation": [{"name": "Department of Pathology, Leiden University Medical Center, Leiden, The Netherlands"}], "given": "Nicole", "family": "Schmitz"}, {"affiliation": [{"name": "Department of Pathology, Leiden University Medical Center, Leiden, The Netherlands"}], "given": "Cathelijn J. F.", "family": "Waaijer"}, {"ORCID": "0000-0001-7919-4642", "affiliation": [{"name": "Biomolecular Mass Spectrometry\rand Proteomics Group, Bijvoet Center for Biomolecular Research and\rUtrecht Institute for Pharmaceutical Sciences, Utrecht University, Utrecht, The Netherlands"}, {"name": "Netherlands Proteomics Centre, Utrecht, The Netherlands"}], "given": "Christian K.", "family": "Frese"}, {"affiliation": [{"name": "Biomolecular Mass Spectrometry\rUnit, Department of Parasitology, Leiden University Medical Center, Leiden, The Netherlands"}], "given": "Alexandra", "family": "van Remoortere"}, {"affiliation": [{"name": "Biomolecular Mass Spectrometry\rUnit, Department of Parasitology, Leiden University Medical Center, Leiden, The Netherlands"}], "given": "René J. M.", "family": "van Zeijl"}, {"affiliation": [{"name": "Biomolecular Mass Spectrometry\rand Proteomics Group, Bijvoet Center for Biomolecular Research and\rUtrecht Institute for Pharmaceutical Sciences, Utrecht University, Utrecht, The Netherlands"}, {"name": "Netherlands Proteomics Centre, Utrecht, The Netherlands"}], "given": "Albert J. R.", "family": "Heck"}, {"affiliation": [{"name": "Department of Pathology, Leiden University Medical Center, Leiden, The Netherlands"}], "given": "Pancras C. W.", "family": "Hogendoorn"}, {"affiliation": [{"name": "Biomolecular Mass Spectrometry\rUnit, Department of Parasitology, Leiden University Medical Center, Leiden, The Netherlands"}], "given": "André M.", "family": "Deelder"}, {"affiliation": [{"name": "Biomolecular Mass Spectrometry\rand Proteomics Group, Bijvoet Center for Biomolecular Research and\rUtrecht Institute for Pharmaceutical Sciences, Utrecht University, Utrecht, The Netherlands"}, {"name": "Netherlands Proteomics Centre, Utrecht, The Netherlands"}], "given": "A. F. Maarten", "family": "Altelaar"}, {"affiliation": [{"name": "Department of Pathology, Leiden University Medical Center, Leiden, The Netherlands"}], "given": "Judith V. M. G.", "family": "Bovée"}, {"affiliation": [{"name": "Biomolecular Mass Spectrometry\rUnit, Department of Parasitology, Leiden University Medical Center, Leiden, The Netherlands"}], "given": "Liam A.", "family": "McDonnell"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2013-3-25", "link": [{"URL": "http://pubs.acs.org/doi/pdf/10.1021/pr301190g", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2013-4-5", "accepted": null, "publisher": "American Chemical Society (ACS)", "doi": "10.1021/pr301190g", "license": null, "url": "http://dx.doi.org/10.1021/pr301190g", "issn": [{"type": "print", "value": "1535-3893"}, {"type": "electronic", "value": "1535-3907"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Imaging Mass Spectrometry-based Molecular Histology Differentiates Microscopically Identical and Heterogeneous Tumors"], "funder": null, "datasourcePrefix": "crossref____"}
1308
{"best_oa_location_url": "", "issued": "2014-9-3", "abstract": "HCV strains belonging to genotype 4 may be gaining endemicity across Continental Europe but the extent of their spread in the United Kingdom is unknown. Sera referred from patients attending hospitals in England between 2004 through 2008 were characterised. A total of 243 sera carried HCV genotype 4. The most common subtypes were 4a (33%) and 4d (35%). Compared to patients infected by 4d, those infected by 4a were 20 times more likely to be Middle Eastern than English, and those infected by non-4a/4d were older, tended to be female, and 50 or 12 times more likely to be Middle Eastern or South Asian, respectively, than English. Persons infected by 4d tended to be English rather than Middle Eastern or South Asian. One group of 4d strains clustered with strains reported from persons in Europe engaged in male homosexual activity. Surveillance of trends in the importation and subsequent spread of HCV genotype 4 and its subtypes is advocated.", "objIdentifier": "7e1537ca3814e4d091a0357717a4f345", "pissn": "0146-6615", "subject": ["Virology", "Infectious Diseases"], "author": [{"affiliation": [{"name": "Health Protection Agency; London United Kingdom"}], "given": "Siew-Lin", "family": "Ngui"}, {"affiliation": [{"name": "Health Protection Agency; London United Kingdom"}], "given": "Lisa", "family": "Brant"}, {"affiliation": [{"name": "Department of Zoology, University of Oxford; Oxford United Kingdom"}], "given": "Peter V.", "family": "Markov"}, {"ORCID": "0000-0001-7210-0527", "affiliation": [{"name": "Health Protection Agency; London United Kingdom"}], "given": "John-Paul", "family": "Tung"}, {"ORCID": "0000-0002-8797-2667", "affiliation": [{"name": "Department of Zoology, University of Oxford; Oxford United Kingdom"}], "given": "Oliver G.", "family": "Pybus"}, {"affiliation": [{"name": "Health Protection Agency; London United Kingdom"}], "given": "Chong-Gee", "family": "Teo"}, {"affiliation": [{"name": "Health Protection Agency; London United Kingdom"}], "given": "Mary E.", "family": "Ramsay"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2014-9-3", "link": [{"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1002%2Fjmv.24069", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2015-3", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1002/jmv.24069", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", "start": {"timestamp": 1441065600000, "date-parts": [[2015, 9, 1]], "date-time": "2015-09-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 363}], "url": "http://dx.doi.org/10.1002/jmv.24069", "issn": [{"type": "print", "value": "0146-6615"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Hepatitis C virus genotype 4 in England: Diversity and demographic associations"], "funder": null, "datasourcePrefix": "crossref____"}
1309
{"best_oa_location_url": "", "issued": "1972-3-15", "abstract": [], "objIdentifier": "4436a217d903903bcbeb5307f44e2260", "subject": null, "author": [{"affiliation": [], "given": "John Henry", "family": "Newman"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1972-3-15", "accepted": null, "publisher": "Oxford University Press", "doi": "10.1093/oseo/instance.00152111", "license": null, "url": "http://dx.doi.org/10.1093/oseo/instance.00152111", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["To Nicholas Darnell"], "funder": null, "datasourcePrefix": "crossref____"}
1310
{"best_oa_location_url": "http://doi.org/10.1371/journal.pone.0079252", "issued": "2013-11-1", "abstract": "Human influenza viruses can be isolated efficiently from clinical samples using Madin-Darby canine kidney (MDCK) cells. However, this process is known to induce mutations in the virus as it adapts to this non-human cell-line. We performed a systematic study to record the pattern of MDCK-induced mutations observed across the whole influenza A/H3N2 genome. Seventy-seven clinical samples collected from 2009-2011 were included in the study. Two full influenza genomes were obtained for each sample: one from virus obtained directly from the clinical sample and one from the matching isolate cultured in MDCK cells. Comparison of the full-genome sequences obtained from each of these sources showed that 42% of the 77 isolates had acquired at least one MDCK-induced mutation. The presence or absence of these mutations was independent of viral load or sample origin (in-patients versus out-patients). Notably, all the five hemagglutinin missense mutations were observed at the hemaggutinin 1 domain only, particularly within or proximal to the receptor binding sites and antigenic site of the virus. Furthermore, 23% of the 77 isolates had undergone a MDCK-induced missense mutation, D151G/N, in the neuraminidase segment. This mutation has been found to be associated with reduced drug sensitivity towards the neuraminidase inhibitors and increased viral receptor binding efficiency to host cells. In contrast, none of the neuraminidase sequences obtained directly from the clinical samples contained the D151G/N mutation, suggesting that this mutation may be an indicator of MDCK culture-induced changes. These D151 mutations can confound the interpretation of the hemagglutination inhibition assay and neuraminidase inhibitor resistance results when these are based on MDCK isolates. Such isolates are currently in routine use in the WHO influenza vaccine and drug-resistance surveillance programs. Potential data interpretation miscalls can therefore be avoided by careful exclusion of such D151 mutants after further sequence analysis.", "objIdentifier": "8fcd1bb1a2aa679b62ee2d681653c7a7", "subject": ["General Biochemistry, Genetics and Molecular Biology", "General Agricultural and Biological Sciences", "General Medicine"], "accepted": null, "author": [{"affiliation": [], "given": "Hong Kai", "family": "Lee"}, {"affiliation": [], "given": "Julian Wei-Tze", "family": "Tang"}, {"affiliation": [], "given": "Debra Han-Lin", "family": "Kong"}, {"affiliation": [], "given": "Tze Ping", "family": "Loh"}, {"affiliation": [], "given": "Donald Kok-Leong", "family": "Chiang"}, {"affiliation": [], "given": "Tommy Tsan-Yuk", "family": "Lam"}, {"affiliation": [], "given": "Evelyn Siew-Chuan", "family": "Koay"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": "2013-11-1", "link": [{"URL": "http://dx.plos.org/10.1371/journal.pone.0079252", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "eissn": "1932-6203", "publisher": "Public Library of Science (PLoS)", "doi": "10.1371/journal.pone.0079252", "license": [{"URL": "http://creativecommons.org/licenses/by/4.0/", "start": {"timestamp": 1383264000000, "date-time": "2013-11-01T00:00:00Z", "date-parts": [[2013, 11, 1]]}, "content-version": "vor", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1371/journal.pone.0079252", "issn": [{"type": "electronic", "value": "1932-6203"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Comparison of Mutation Patterns in Full-Genome A/H3N2 Influenza Sequences Obtained Directly from Clinical Samples and the Same Samples after a Single MDCK Passage"], "funder": null, "datasourcePrefix": "crossref____"}
1311
{"best_oa_location_url": "", "issued": "1979-8-01", "abstract": [], "objIdentifier": "035bc7fd49c108648dca8e67456db8e3", "pissn": "0022-3263", "subject": ["Organic Chemistry"], "eissn": "1520-6904", "author": [{"affiliation": [], "given": "M. Bellarmine", "family": "Grdina"}, {"affiliation": [], "given": "Michael", "family": "Orfanopoulos"}, {"affiliation": [], "given": "L. M.", "family": "Stephenson"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://pubs.acs.org/doi/pdf/10.1021/jo01330a024", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1979-8", "accepted": null, "publisher": "American Chemical Society (ACS)", "doi": "10.1021/jo01330a024", "license": null, "url": "http://dx.doi.org/10.1021/jo01330a024", "issn": [{"type": "print", "value": "0022-3263"}, {"type": "electronic", "value": "1520-6904"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["A convenient synthetic sequence for the deuterium labeling of olefins in the allylic position"], "funder": null, "datasourcePrefix": "crossref____"}
1312
{"best_oa_location_url": "", "issued": "2016-1-1", "abstract": [], "objIdentifier": "df5ae8e89ddc4b319cd599225d2131aa", "pissn": "2145-5996", "subject": null, "eissn": "2357-5468", "author": [{"affiliation": [], "given": "Gustavo", "family": "García Cediel"}, {"affiliation": [], "given": "Aurora Inés", "family": "Gáfaro Rojas"}, {"affiliation": [], "given": "Yohana", "family": "Bermudez"}, {"affiliation": [], "given": "Diana", "family": "Páez Ardila"}, {"affiliation": [], "given": "Estefani", "family": "Prada Villamizar"}, {"affiliation": [], "given": "Freddy Jesús", "family": "Ruiz Herrera"}, {"affiliation": [], "given": "Pedro", "family": "Delgado"}, {"affiliation": [], "given": "Guillermo", "family": "Rincon"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2016-1-1", "link": null, "published-print": null, "accepted": null, "publisher": "Universidad Santo Tomas", "doi": "10.15332/rl.v0i8.1698", "license": null, "url": "http://dx.doi.org/10.15332/rl.v0i8.1698", "issn": [{"type": "print", "value": "2145-5996"}, {"type": "electronic", "value": "2357-5468"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Caracterización socioeconómica y vocacional de estudiantes de últimos grados de bachillerato en colegios públicos y privados: el caso del Área Metropolitana de Bucaramanga"], "funder": null, "datasourcePrefix": "crossref____"}
1313
{"best_oa_location_url": "http://www.ncbi.nlm.nih.gov/pmc/articles/PMC3192481", "issued": "2011-9-28", "abstract": "Background: Dietary supplement use is extensive in US adults. Some reports suggested that supplement users had higher nutrient intakes from the diet than did nonusers, but to our knowledge this finding has not been examined in nationally representative survey data. Objective: In this analysis, we examined mineral intakes from the diet by supplement-use categories and how these supplements contributed to meeting or exceeding Dietary Reference Intakes for selected minerals. Design: Data from adults (19 y of age; n = 8860) who participated in NHANES 2003‐2006, a nationally representative, cross-sectional survey, were examined. Supplement use was defined as the participant’s self-reported use of a supplement that contained one or more selected minerals. Results: Dietary intakes of minerals from food sources were higher for magnesium, copper, potassium, and selenium in male supplement users than in nonusers. For women, dietary intakes of minerals from food sources were higher for users than for nonusers for each mineral examined except for selenium. In women, users of calcium-containing dietary supplements were much more likely to meet the Estimated Average Requirement (EAR) than were nonusers. Even after consideration of supplement use, .14% of adults had inadequate intakes for calcium and magnesium on the basis of the percentage of adults with usual intakes less than the EAR. The prevalence of adults who exceeded the tolerable upper intake level (UL) for calcium, zinc, iron, and magnesium was higher in users than in nonusers. Conclusions: Individuals who used mineral-containing dietary supplements had higher mineral intakes from food sources in the diet than did nonusers. For all minerals examined, and particularly for calcium and magnesium in men and women and iron in women, supplement use decreased the prevalence of intake inadequacy for each respective mineral; however, supplements contributed to risk of potentially excessive intakes for calcium, iron, zinc, and magnesium. Am J Clin Nutr 2011;94:1376‐81.", "objIdentifier": "58213fb7c6b24157b337196e15986e31", "pissn": "0002-9165", "subject": ["Nutrition and Dietetics", "Medicine (miscellaneous)"], "eissn": "1938-3207", "author": [{"affiliation": [], "given": "Regan L", "family": "Bailey"}, {"affiliation": [], "given": "Victor L", "suffix": "III", "family": "Fulgoni"}, {"affiliation": [], "given": "Debra R", "family": "Keast"}, {"affiliation": [], "given": "Johanna T", "family": "Dwyer"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": "2011-9-28", "link": [{"URL": "http://academic.oup.com/ajcn/article-pdf/94/5/1376/23873527/1376.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2011-11-1", "accepted": null, "publisher": "Oxford University Press (OUP)", "doi": "10.3945/ajcn.111.020289", "license": null, "url": "http://dx.doi.org/10.3945/ajcn.111.020289", "issn": [{"type": "print", "value": "0002-9165"}, {"type": "electronic", "value": "1938-3207"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Dietary supplement use is associated with higher intakes of minerals from food sources"], "funder": null, "datasourcePrefix": "crossref____"}
1314
{"issued": "2017-10-6", "abstract": [], "objIdentifier": "4b53a8badebddc01db52515121982a76", "subject": null, "accepted": null, "author": [{"affiliation": [], "name": "UN"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2017-10-6", "eissn": "2411-894X", "publisher": "United Nations", "doi": "10.18356/c1307edb-en", "license": null, "url": "http://dx.doi.org/10.18356/c1307edb-en", "issn": [{"type": "electronic", "value": "2411-894X"}], "collectedFrom": [{"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Gabon"], "funder": null, "datasourcePrefix": "crossref____"}
1315
{"best_oa_location_url": "", "issued": "2014-10-18", "abstract": [], "objIdentifier": "7e687a397acab478f5820532e5388d76", "subject": null, "author": [{"affiliation": [], "given": "Robyn J.", "family": "Burnham"}, {"ORCID": "0000-0001-9195-3525", "affiliation": [], "given": "Hugo G.", "family": "Romero-Saltos"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": "2014-10-18", "link": null, "published-print": null, "accepted": null, "publisher": "John Wiley & Sons, Ltd", "doi": "10.1002/9781118392409.ch5", "license": null, "url": "http://dx.doi.org/10.1002/9781118392409.ch5", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Diversity and distribution of lianas in Yasuní, Ecuador"], "funder": null, "datasourcePrefix": "crossref____"}
1316
{"best_oa_location_url": "", "issued": "1999-11-01", "abstract": "We have developed five introductory electricity and magnetism lessons composed of student activities centering on analysis of short clips from popular movies. We describe our motivation for doing this, the kinds of activities, and offer our materials to those interested.", "objIdentifier": "3d30bd6e4c2405073179ccb44a215175", "pissn": "0031-921X", "subject": null, "author": [{"affiliation": [], "given": "Lori R.", "family": "Everitt"}, {"affiliation": [], "given": "Evelyn T.", "family": "Patterson"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://aapt.scitation.org/doi/pdf/10.1119/1.880409", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1999-11", "accepted": null, "publisher": "American Association of Physics Teachers (AAPT)", "doi": "10.1119/1.880409", "license": null, "url": "http://dx.doi.org/10.1119/1.880409", "issn": [{"type": "print", "value": "0031-921X"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Electromagnetism in the movies"], "funder": null, "datasourcePrefix": "crossref____"}
1317
{"best_oa_location_url": "", "issued": "2006-10-27", "abstract": "Protector Shoal, the northernmost and most silicic volcano of the South Sandwich arc, erupted dacite–rhyolite pumice in 1962. We report geochemical data for a new suite of samples dredged from the volcano. Geochemically, the dredge and 1962 samples form four distinct magma groups that cannot have been related to each other, and are unlikely to have been related to a single basaltic parent, by fractional crystallization. Instead, the silicic rocks are more likely to have been generated by partial melting of basaltic lower crust within the arc. Trace element and Sr–Nd isotope data indicate that the silicic volcanics have compositions that are more similar to the volcanic arc than the oceanic basement formed at a back-arc spreading centre, and volcanic arc basalts are considered to be the likely source for the silicic magmas. The South Sandwich Islands are one of several intra-oceanic arcs (Tonga–Kermadec, Izu–Bonin) that have: (1) significant amounts of compositionally bimodal mafic–silicic volcanic products and (2) 6.0–6.5 km s−1 P -wave velocity layers in their mid-crusts that have been imaged by wide-angle seismic surveys and interpreted as intermediate-silicic plutons. Geochemical and volume considerations indicate that both the silicic volcanics and plutonic layers were generated by partial melting of basaltic arc crust, representing an early stage in the fractionation of oceanic basalt to form continental crust.", "objIdentifier": "42eef5de1c906e36cff8687daf6e21cf", "pissn": "0016-7568", "subject": ["Geology"], "eissn": "1469-5081", "author": [{"affiliation": [], "given": "P. T.", "family": "LEAT"}, {"affiliation": [], "given": "R. D.", "family": "LARTER"}, {"affiliation": [], "given": "I. L.", "family": "MILLAR"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2006-10-27", "link": [{"URL": "https://www.cambridge.org/core/services/aop-cambridge-core/content/view/S0016756806002925", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2007-1", "accepted": null, "publisher": "Cambridge University Press (CUP)", "doi": "10.1017/s0016756806002925", "license": null, "url": "http://dx.doi.org/10.1017/s0016756806002925", "issn": [{"type": "print", "value": "0016-7568"}, {"type": "electronic", "value": "1469-5081"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Silicic magmas of Protector Shoal, South Sandwich arc: indicators of generation of primitive continental crust in an island arc"], "funder": null, "datasourcePrefix": "crossref____"}
1318
{"best_oa_location_url": "", "issued": "2013-5-9", "abstract": [], "objIdentifier": "57a02c2eff5ceb9600b08422d70d07e3", "pissn": "1671-3710", "subject": null, "author": [{"affiliation": [], "given": "Jia-Jin", "family": "YUAN"}, {"affiliation": [], "given": "Hong", "family": "LI"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2013-5-9", "accepted": null, "publisher": "China Science Publishing & Media Ltd.", "doi": "10.3724/sp.j.1042.2012.00010", "license": null, "url": "http://dx.doi.org/10.3724/sp.j.1042.2012.00010", "issn": [{"type": "print", "value": "1671-3710"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["The Human Susceptibility to the Valence Strength of Emotional Stimuli: Neural Mechanisms"], "funder": null, "datasourcePrefix": "crossref____"}
1319
{"best_oa_location_url": "", "issued": "2015", "abstract": [], "objIdentifier": "9e2cb16b6ea37e88a5f78f3a06213c94", "pissn": "0026-1165", "subject": ["Atmospheric Science"], "eissn": "2186-9057", "author": [{"affiliation": [{"name": "Aero Asahi Co., Tokyo, Japan"}], "given": "Jyunpei", "family": "ISONO"}, {"affiliation": [{"name": "Faculty of Life and Environmental Sciences, University of Tsukuba, Tsukuba, Japan"}], "given": "Kenichi", "family": "UENO"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "https://www.jstage.jst.go.jp/article/jmsj/93/1/93_2015-003/_pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2015", "accepted": null, "publisher": "Meteorological Society of Japan", "doi": "10.2151/jmsj.2015-003", "license": null, "url": "http://dx.doi.org/10.2151/jmsj.2015-003", "issn": [{"type": "print", "value": "0026-1165"}, {"type": "electronic", "value": "2186-9057"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Diurnal Variations of Surface Wind Speed Observed in the Mountainous Area of Central Japan during Sunny Summer Days"], "funder": null, "datasourcePrefix": "crossref____"}
1320
{"best_oa_location_url": "", "issued": "2016-1-01", "abstract": "Compared to conventional imaging spectrometry, coded aperture snapshot spectral imaging (CASSI) has the advantages of high throughput snapshot imaging etc. But because of the presence of the dispersive element, CASSI system suffers the effect of the same optical aberrations as traditional single slit spectrometer. To study the effect of keystone on signal acquisition, the model of spatial–spectral aliasing and the reconstructed result in CASSI system, combined with the principle of coded aperture spectral imaging and the reconstruction algorithm, the relative peak signal-to-noise ratio (PSNR) of the reconstructed image and the maximal error of the reconstructed spectral curve at different spectral band bending were calculated and analyzed. The experimental result showed that spectral band offset of the signal acquired by the detector will change the degree of spatial–spectral aliasing. Compared to the reconstructed results with no spectral band bending, distinct errors are exhibited when spectral band bending emerges. And the reconstructed spectral curve tends to be smooth on both sides of the spectral channel. In order to reconstruct the spectral cube with high accuracy, spectral band offset should be no more than half a pixel.", "objIdentifier": "59e4a5ae3fb30eb9db95408a90663c54", "pissn": "0030-4026", "subject": ["Electrical and Electronic Engineering", "Atomic and Molecular Physics, and Optics", "Electronic, Optical and Magnetic Materials"], "author": [{"affiliation": [], "given": "Lu-lu", "family": "Qian"}, {"affiliation": [], "given": "Qun-bo", "family": "Lü"}, {"affiliation": [], "given": "Min", "family": "Huang"}, {"affiliation": [], "given": "Qi-sheng", "family": "Cai"}, {"affiliation": [], "given": "Bin", "family": "Xiang-li"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0030402615014904?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}, {"URL": "http://api.elsevier.com/content/article/PII:S0030402615014904?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}], "published-print": "2016-1", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/j.ijleo.2015.10.122", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1451606400000, "date-time": "2016-01-01T00:00:00Z", "date-parts": [[2016, 1, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/j.ijleo.2015.10.122", "issn": [{"type": "print", "value": "0030-4026"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Effect of keystone on coded aperture spectral imaging"], "funder": [{"name": "National Science Fund for Distinguished Young Scholars of China", "award": ["61225024"]}], "datasourcePrefix": "crossref____"}
1321
{"best_oa_location_url": "", "issued": "1974-5-01", "abstract": [], "objIdentifier": "6ba73aaba5b8ac0d74928670ae38d772", "pissn": "0003-2409", "subject": ["Anesthesiology and Pain Medicine"], "eissn": "1365-2044", "author": [{"affiliation": [], "given": "E. J.", "family": "Galizia"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1111%2Fj.1365-2044.1974.tb00656.x", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1974-5", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1111/j.1365-2044.1974.tb00656.x", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", "start": {"timestamp": 1441065600000, "date-time": "2015-09-01T00:00:00Z", "date-parts": [[2015, 9, 1]]}, "content-version": "tdm", "delay-in-days": 15098}], "url": "http://dx.doi.org/10.1111/j.1365-2044.1974.tb00656.x", "issn": [{"type": "print", "value": "0003-2409"}, {"type": "electronic", "value": "1365-2044"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Anaesthesia for arteriovenous fistulae: a modified stellate ganglion block"], "funder": null, "datasourcePrefix": "crossref____"}
1322
{"issued": "2006", "abstract": [], "objIdentifier": "d66fd4289d79d13f5b6fab8624eaac86", "pissn": "0067-205X", "subject": null, "author": [{"affiliation": [], "given": "John", "family": "Chesterman"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2017", "link": null, "published-print": "2006", "accepted": null, "publisher": "The Australian National University", "doi": "10.22145/flr.34.2.2", "license": null, "url": "http://dx.doi.org/10.22145/flr.34.2.2", "issn": [{"type": "print", "value": "0067-205X"}], "collectedFrom": [{"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["'Chosen by the People'? How Federal Parliamentary Seats Might be Reserved for Indigenous Australians Without Changing the Constitution"], "funder": null, "datasourcePrefix": "crossref____"}
1323
{"best_oa_location_url": "", "issued": "1990", "abstract": [], "objIdentifier": "5e63c24421df2b817b2f3a777980d478", "subject": null, "author": [{"affiliation": [], "given": "G.A.", "family": "Chauvet"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1990", "accepted": null, "publisher": "Elsevier", "doi": "10.1016/b978-0-08-041995-4.50021-1", "license": null, "url": "http://dx.doi.org/10.1016/b978-0-08-041995-4.50021-1", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Conclusion to Volume III"], "funder": null, "datasourcePrefix": "crossref____"}
1324
{"best_oa_location_url": "", "issued": "2011-1-1", "abstract": [], "objIdentifier": "0f4e85a31557f93f074bacb1e6d2880e", "pissn": "1991-0886", "subject": null, "author": [{"ORCID": "0000-0003-3830-1186", "affiliation": [], "given": "Anokye M.", "family": "Adam"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://scialert.net/fulltext/?doi=ijaef.2011.75.86&org=11", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2011-1-1", "accepted": null, "publisher": "Science Alert", "doi": "10.3923/ijaef.2011.75.86", "license": null, "url": "http://dx.doi.org/10.3923/ijaef.2011.75.86", "issn": [{"type": "print", "value": "1991-0886"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Financial Openness Induced Growth and Poverty Reduction"], "funder": null, "datasourcePrefix": "crossref____"}
1325
{"best_oa_location_url": "", "issued": "2008-9-01", "abstract": [], "objIdentifier": "6d5dfbbcbb3017a9359769fe29f612bf", "pissn": "1098-2140", "subject": ["Strategy and Management", "Business and International Management", "Sociology and Political Science", "Education", "Health(social science)", "Social Psychology"], "eissn": "1557-0878", "author": [{"affiliation": [{"name": "Western Michigan University"}], "given": "Daniel", "family": "Stufflebeam"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2008-9", "link": [{"URL": "http://journals.sagepub.com/doi/pdf/10.1177/1098214008321434", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}, {"URL": "http://journals.sagepub.com/doi/pdf/10.1177/1098214008321434", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2008-9", "accepted": null, "publisher": "SAGE Publications", "doi": "10.1177/1098214008321434", "license": [{"URL": "http://journals.sagepub.com/page/policies/text-and-data-mining-license", "start": {"timestamp": 1220227200000, "date-time": "2008-09-01T00:00:00Z", "date-parts": [[2008, 9, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1177/1098214008321434", "issn": [{"type": "print", "value": "1098-2140"}, {"type": "electronic", "value": "1557-0878"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["A Tribute to Egon Guba"], "funder": null, "datasourcePrefix": "crossref____"}
1326
{"best_oa_location_url": "http://www.ncbi.nlm.nih.gov/pmc/articles/PMC4590068", "issued": "2011-6-01", "abstract": [], "objIdentifier": "2a2b0e6e6c9c2f58fdc61da39f59e591", "pissn": "2042-1249", "subject": null, "author": [{"affiliation": [{"name": " Pain Research Group and Centre for Immune Studies in Pain, University Liverpool and The Walton Centre NHS Trust, Liverpool Clinical Sciences Centre, University Hospital Aintree, Liverpool L9 7AL 0151 529 5822"}], "given": "Andreas", "family": "Goebel"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": "2011-6", "link": [{"URL": "http://journals.sagepub.com/doi/pdf/10.1177/204946371100500202", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}, {"URL": "http://journals.sagepub.com/doi/pdf/10.1177/204946371100500202", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2011-6", "accepted": null, "publisher": "SAGE Publications", "doi": "10.1177/204946371100500202", "license": [{"URL": "http://journals.sagepub.com/page/policies/text-and-data-mining-license", "start": {"timestamp": 1306886400000, "date-parts": [[2011, 6, 1]], "date-time": "2011-06-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1177/204946371100500202", "issn": [{"type": "print", "value": "2042-1249"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Current Concepts in Adult CRPS"], "funder": null, "datasourcePrefix": "crossref____"}
1327
{"publisher": "Sissa Medialab", "doi": "10.22323/1.171.0195", "license": null, "author": [{"affiliation": [], "given": "Mario", "family": "Mitter"}, {"affiliation": [], "given": "Markus", "family": "Hopfer"}, {"affiliation": [], "given": "Bernd-Jochen", "family": "Schaefer"}, {"affiliation": [], "given": "Reinhard", "family": "Alkofer"}], "url": "http://dx.doi.org/10.22323/1.171.0195", "issued": "2013-5-21", "abstract": [], "issn": null, "dateOfCollection": "2018-08-07 12:28:07Z", "datasourcePrefix": "crossref____", "link": null, "objIdentifier": "f8b2fde97a8cc206804606f6e0103cc5", "published-print": "2013-5-21", "collectedFrom": [{"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Center Phase Transition from Fundamentally Charged Matter Propagators"], "funder": null, "accepted": null, "type": {"cobj": "0004", "value": "Conference object"}, "is_oa": false, "published-online": null, "subject": null}
1328
{"best_oa_location_url": "", "issued": "2016-7-01", "abstract": "With the substantial upsurge of container traffic, the container leasing company thrives on the financial benefits and operational flexibility of leasing containers requested by shippers. In practice, container lease pricing problem is different from the consumer product pricing in consideration of the fair value of container, limited customer types and monopolistic supply market. In view of the durability of container and the diversified lease time and quantity, the pricing is a challenging task for the leasing company. This paper examines the monopolist’s nonlinear pricing problems in static and dynamic environments. In particular, the leasing company designs and commits a menu of price and hire quantity/time pairs to maximize the expected profit and in turn customers choose hire quantities/time to maximize their surpluses according to their hire preferences. In a static environment, closed-form solutions are obtained for different groups of customers with multiple types subject to capacity constraint. In a dynamic environment, we address two customer types and derive closed-form solutions for the problem of customers with hire time preference. Further, we show that the effect of the capacity constraint increases with time of the planning horizon when customers have the same hire time preference; while in the case with different hire time preferences, the capacity constraint has opposite effects on the low and high type customers. Last, the case of customers with hire quantity preference is discussed. We focus on the lease with alternative given sets of hire time and use dynamic programming to derive the numerical optimal hire time sequence.", "objIdentifier": "2aa6835b8a0cee9fdec30f476650441c", "pissn": "0191-2615", "subject": ["Management Science and Operations Research", "Transportation"], "author": [{"ORCID": "http://orcid.org/0000-0003-1288-9823", "authenticated-orcid": false, "given": "Wen", "family": "Jiao", "affiliation": []}, {"ORCID": "0000-0002-0699-5470", "affiliation": [], "given": "Hong", "family": "Yan"}, {"ORCID": "0000-0002-0909-6753", "authenticated-orcid": false, "given": "King-Wah", "family": "Pang", "affiliation": []}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0191261516301576?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S0191261516301576?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2016-7", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/j.trb.2016.03.012", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1467331200000, "date-parts": [[2016, 7, 1]], "date-time": "2016-07-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/j.trb.2016.03.012", "issn": [{"type": "print", "value": "0191-2615"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Nonlinear pricing for stochastic container leasing system"], "funder": null, "datasourcePrefix": "crossref____"}
1329
{"best_oa_location_url": "", "issued": "None", "abstract": [], "objIdentifier": "95cc6514beb795bef6affe951f889719", "subject": null, "author": [{"affiliation": [], "given": "Rachel", "family": "Firestone"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0021", "value": "Dataset"}, "is_oa": false, "published-online": null, "link": null, "published-print": null, "accepted": null, "publisher": "American Psychological Association (APA)", "doi": "10.1037/e657132011-001", "license": null, "url": "http://dx.doi.org/10.1037/e657132011-001", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Integrative Care in the Therapeutic Realm: Ethical Considerations Regarding CAM"], "funder": null, "datasourcePrefix": "crossref____"}
1330
{"best_oa_location_url": "http://www.ssoar.info/ssoar/bitstream/document/16975/1/ssoar-1997-neumann-braun_et_al-normierungsdiskurse_in_der_kommunikationsforschung_-.pdf", "issued": "1997", "abstract": [], "objIdentifier": "b7a2f9ea4aec466d6b48426bfb88a425", "subject": null, "author": [{"affiliation": [], "given": "Klaus", "family": "Neumann-Braun"}, {"affiliation": [], "given": "Ulrich", "family": "Wenzel"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": true, "published-online": null, "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/978-3-322-83268-9_47", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1997", "accepted": null, "publisher": "VS Verlag für Sozialwissenschaften", "doi": "10.1007/978-3-322-83268-9_47", "license": null, "url": "http://dx.doi.org/10.1007/978-3-322-83268-9_47", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Normierungsdiskurse in der Kommunikationsforschung — eine bilanzierende Reflexion"], "funder": null, "datasourcePrefix": "crossref____"}
1331
{"best_oa_location_url": "", "issued": "1991-1-01", "abstract": "Abstract   Two parameters, track registration sensitivity and densitometric response in radiography with a low energy ( ∼ 4.5 MeV) proton beam and a stack of thin (100 μm) CR-39 detector foils were investigated. The optimum image quality was obtained at a layer removal thickness of about 1 μm. The image obtained under these conditions is characterized by a high track registration sensitivity (∼60%), high image contrast (the maximum value of the net optical density is ∼ 0.7) and high spatial resolution ( ∼1 μm). The application of the technique in biomedicine is illustrated by proton radiographs of botanical samples.", "objIdentifier": "d6344623d5027e595759fd59d666186a", "pissn": "1359-0189", "subject": null, "author": [{"affiliation": [], "given": "A.", "family": "Waheed"}, {"affiliation": [], "given": "S.", "family": "Manzoor"}, {"affiliation": [], "given": "I.", "family": "Urlep"}, {"affiliation": [], "given": "R.", "family": "Ilic"}, {"affiliation": [], "given": "R.", "family": "Cherubini"}, {"affiliation": [], "given": "G.", "family": "Moschini"}, {"affiliation": [], "given": "P.", "family": "Schiavon"}, {"affiliation": [], "given": "H.A.", "family": "Khan"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:1359018991903148?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:1359018991903148?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "1991-1", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/1359-0189(91)90314-8", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 662688000000, "date-time": "1991-01-01T00:00:00Z", "date-parts": [[1991, 1, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/1359-0189(91)90314-8", "issn": [{"type": "print", "value": "1359-0189"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Proton radiographic characteristics of thin CR-39 detector"], "funder": null, "datasourcePrefix": "crossref____"}
1332
{"best_oa_location_url": "", "issued": "None", "abstract": [], "objIdentifier": "9e4ef64c326248c9443b04f8542031c7", "subject": null, "author": [{"affiliation": [], "given": "Jonathan", "family": "Holmes"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": null, "published-print": null, "accepted": null, "publisher": "Cambridge University Press", "doi": "10.1017/ccol0521868386.023", "license": null, "url": "http://dx.doi.org/10.1017/ccol0521868386.023", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["‘Sometime a Paradox’: Shakespeare, Diderot and the Problem of Character"], "funder": null, "datasourcePrefix": "crossref____"}
1333
{"best_oa_location_url": "", "issued": "None", "abstract": "In general, Independent Component Analysis (ICA), a blind source separation technique, is used in either spatial or temporal domain. For spatiotemporal data, however, in which the statistical independence criteria of the underlying sources cannot be guaranteed, ICA does not perform well simultaneously in both domains. Thus, spatiotemporal ICA (stICA) has been proposed. However, these conventional ICAs in spatial, temporal, or spatiotemporal mode suffer from a problem of source ambiguity: each source must be identified by users. To extract only the desired sources, recently con- strained ICA (cICA) has been proposed in which a priori in- formation of the desired sources are used as constraints in either spatial or temporal domain. In this study, we propose constrained spatiotemporal ICA (constrained-stICA), as an extension of cICA, for better analysis of spatiotemporal data. The proposed algorithm tries to find the maximally independ- ent, yet desired sources in both the spatial and temporal do- mains. The performance of the proposed algorithm is tested against the conventional ICAs using simulated data. Then, its application to the analysis of spatiotemporal fMRI data indi- cates improved data analysis against the conventional func- tional MRI data analysis via SPM.", "objIdentifier": "94f0dbd4b228490d5e404ceca8e8fc2d", "pissn": "1680-0737", "subject": null, "author": [{"affiliation": [], "given": "Tahir", "family": "Rasheed"}, {"affiliation": [], "given": "Young-Koo", "family": "Lee"}, {"affiliation": [], "given": "Tae-Seong", "family": "Kim"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/978-3-540-92841-6_136", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "accepted": null, "publisher": "Springer Berlin Heidelberg", "doi": "10.1007/978-3-540-92841-6_136", "license": null, "url": "http://dx.doi.org/10.1007/978-3-540-92841-6_136", "issn": [{"type": "print", "value": "1680-0737"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Constrained Spatiotemporal ICA and Its Application for fMRI Data Analysis"], "funder": null, "datasourcePrefix": "crossref____"}
1334
{"best_oa_location_url": "", "issued": "1993-9-01", "abstract": "We solve the boundary-value problem of nonstationary heat conduction in a layer between parallel planes by joint application of Fourier-Laplace integral transforms and thermal potentials. A relationship is established between the original multidimensional problem and some special one-dimensional problem of nonstationary heat conduction, which is solved numerically. As a result, we obtain a solution of the original multidimensional problem of heat conduction which can be conveniently used in practical calculations.", "objIdentifier": "9b9f6b58cf180db3adfcbdae8d0a2a15", "pissn": "0090-4104", "subject": ["Statistics and Probability", "Applied Mathematics", "General Mathematics"], "eissn": "1573-8795", "author": [{"affiliation": [], "given": "V. Ya.", "family": "Karachun"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/BF01364972", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1993-9", "accepted": null, "publisher": "Springer Nature", "doi": "10.1007/bf01364972", "license": null, "url": "http://dx.doi.org/10.1007/bf01364972", "issn": [{"type": "print", "value": "0090-4104"}, {"type": "electronic", "value": "1573-8795"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Application of thermal potentials to solving heat conduction problems in a layer"], "funder": null, "datasourcePrefix": "crossref____"}
1335
{"best_oa_location_url": "", "issued": "2002-1-01", "abstract": "We have studied the proton dynamics on Tl 3 H(SO 4 ) 2 from the measurements of 1 H-NMR absorption lines. It was found that the NMR line width j H at room temperature becomes about 20 times narrower than that at 77 K and that the NMR absorption line at room temperature shows the mixture functional form of the Gaussian and Lorentzian. These results indicate that protons migrate even at room temperature: that is, Tl 3 H(SO 4 ) 2 becomes a super-ionic conductor at room temperature. From the temperature dependence of j H , we have obtained the result that the phase transition at T II-III = 239 K corresponds to the super-ionic phase transition. Furthermore, we calculate the proton correlation times from the line widths and determine the activation energy of proton motion in the phase II (super-ionic phase) to be 0.33 eV. This result indicates that proton migration lead to the electric conductivity in the super-ionic phase.", "objIdentifier": "b94c6e5f92f397093dfb550fa688ce1e", "pissn": "0015-0193", "subject": ["Electronic, Optical and Magnetic Materials", "Condensed Matter Physics"], "eissn": "1563-5112", "author": [{"affiliation": [], "given": "Yasumitsu", "family": "Matsuo"}, {"affiliation": [], "given": "Keisuke", "family": "Takahashi"}, {"affiliation": [], "given": "Seiichiro", "family": "Ikehata"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.tandfonline.com/doi/pdf/10.1080/00150190211575", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2002-1", "accepted": null, "publisher": "Informa UK Limited", "doi": "10.1080/00150190211575", "license": null, "url": "http://dx.doi.org/10.1080/00150190211575", "issn": [{"type": "print", "value": "0015-0193"}, {"type": "electronic", "value": "1563-5112"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["1 H-NMR on Super-Ionic Conductor TI 3 H(SO 4 ) 2"], "funder": null, "datasourcePrefix": "crossref____"}
1336
{"best_oa_location_url": "", "issued": "2013-12-7", "abstract": "Background#R##N#The aim of the present study is to evaluate the role of COL4A1/A2 mutations in the etiology of intraventricular hemorrhage (IVH) detected in-utero.", "objIdentifier": "d2385696783359bd1e4268a4b1dc4644", "pissn": "0256-7040", "subject": ["Pediatrics, Perinatology, and Child Health", "Clinical Neurology", "General Medicine"], "eissn": "1433-0350", "author": [{"affiliation": [], "given": "Mehmet Serdar", "family": "Kutuk"}, {"affiliation": [], "given": "Burhan", "family": "Balta"}, {"affiliation": [], "given": "Hirofumi", "family": "Kodera"}, {"affiliation": [], "given": "Naomichi", "family": "Matsumoto"}, {"affiliation": [], "given": "Hirotomo", "family": "Saitsu"}, {"affiliation": [], "given": "Selim", "family": "Doganay"}, {"affiliation": [], "given": "Mehmet", "family": "Canpolat"}, {"affiliation": [], "given": "Mehmet", "family": "Dolanbay"}, {"affiliation": [], "given": "Ekrem", "family": "Unal"}, {"affiliation": [], "given": "Munis", "family": "Dundar"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2013-12-7", "link": [{"URL": "http://link.springer.com/content/pdf/10.1007/s00381-013-2338-7", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2014-3", "accepted": null, "publisher": "Springer Nature", "doi": "10.1007/s00381-013-2338-7", "license": null, "url": "http://dx.doi.org/10.1007/s00381-013-2338-7", "issn": [{"type": "print", "value": "0256-7040"}, {"type": "electronic", "value": "1433-0350"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Is there relation between COL4A1/A2 mutations and antenatally detected fetal intraventricular hemorrhage?"], "funder": null, "datasourcePrefix": "crossref____"}
1337
{"best_oa_location_url": "", "issued": "2011-6-01", "abstract": "Non-rectifying (ohmic) contacts are essential for efficient photoconductive semiconductor switch performance and maximizing breakdown voltage. Fabricating ohmic contacts requires a very heavily doped surface layer (> 10 18  cm −3 ), and in silicon carbide (SiC) is typically done by ion implantation. The high energy ions from this process often cause surface and bulk damage, and a high temperature anneal is required to repair the crystal structure and activate the impurities. This paper investigates the use of a gas immersion laser enhanced diffusion system to selectively dope the SiC as an attractive, low cost alternative to ion implantation. A pulsed 260 nm laser with a peak irradiance of 69.9 MW/cm 2  was used to dope a high purity semi-insulating (HPSI) 4H-SiC sample with nitrogen to a depth of 150 nm, with measured a surface concentration greater than 10 20  cm −3 . Using a one dimensional thermal model, the experimental data was fit to diffusion coefficients that are orders of magnitude greater than typically seen in SiC. The gas immersion laser doping technique has been demonstrated as a viable alternative to ion implantation for selective area doping of SiC bulk photoconductive switches.", "objIdentifier": "a862168150c03db171d4648f5d077111", "subject": null, "author": [{"affiliation": [], "given": "W.", "family": "Sullivan"}, {"affiliation": [], "given": "C.", "family": "Hettler"}, {"affiliation": [], "given": "J.", "family": "Dickens"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0004", "value": "Conference object"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://xplorestaging.ieee.org/ielx5/6188417/6191397/06191650.pdf?arnumber=6191650", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2011-6", "accepted": null, "publisher": "IEEE", "doi": "10.1109/ppc.2011.6191650", "license": null, "url": "http://dx.doi.org/10.1109/ppc.2011.6191650", "issn": null, "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Laser enhanced diffusion of nitrogen in high purity semi-insulating 4H silicon carbide substrates for non-rectifying contact formation to photoconductive semiconductor switches"], "funder": null, "datasourcePrefix": "crossref____"}
1338
{"best_oa_location_url": "", "issued": "2015-2-9", "abstract": [], "objIdentifier": "dadee368a40387e2daf4d54e61af6c6d", "subject": null, "author": [{"affiliation": [], "given": "Jacob B.", "family": "Keeperman"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": "2015-2-9", "link": null, "published-print": null, "accepted": null, "publisher": "John Wiley & Sons, Ltd", "doi": "10.1002/9781118990810.ch77", "license": null, "url": "http://dx.doi.org/10.1002/9781118990810.ch77", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Interfacility transportation"], "funder": null, "datasourcePrefix": "crossref____"}
1339
{"best_oa_location_url": "", "issued": "1994", "abstract": "Peut-on parler d'une « opinion publique », ou de prises de position politiques dans un regime totalitaire comme celui de l'URSS autour des annees trente ? L'A. montre que tel etait pourtant le cas et que non seulement les ouvriers protestaient contre leurs conditions de travail et de vie, mais qu'ils emettaient des critiques de fond a l'encontre de l'Etat-Parti. L'A. dement ainsi l'idee repandue par la propagande d'une adhesion massive du peuple et propose une etude comparative avec les voix de la contestation au regime dans le cas du nazisme", "objIdentifier": "4b0f0aeae818fe0dfbce43d904ee5ab2", "pissn": "0080-2557", "subject": ["Linguistics and Language", "Literature and Literary Theory", "Cultural Studies", "History", "Language and Linguistics"], "author": [{"affiliation": [], "given": "Jean-Paul", "family": "Depretto"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1994", "accepted": null, "publisher": "PERSEE Program", "doi": "10.3406/slave.1994.6161", "license": null, "url": "http://dx.doi.org/10.3406/slave.1994.6161", "issn": [{"type": "print", "value": "0080-2557"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["L'opinion ouvrière (1928-1932)"], "funder": null, "datasourcePrefix": "crossref____"}
1340
{"best_oa_location_url": "", "issued": "2014-7-28", "abstract": "Objective: Androgen receptor (AR) plays an important role in male breast cancer (MBC). Additionally, endocrine therapy is the most important treatment in oestrogen receptor (ER)-positive advanced breast cancer. This study was aimed to investigate the role of AR in MBC treatment and prognosis and to analyse the relationship between AR and the effect of tamoxifen treatment in MBC patients. Methods: AR protein levels and other tumour characteristics (e.g. expression of ER (ESR1), PR (PGR), AR, HER2 (ERBB2) and Ki-67 (MKI67)) in breast cancer tissue from 102 MBC patients were determined using immunohistochemical analysis. Additionally, the relationship between AR status and clinicopathological features was analysed using the c 2 -test. Association with survival was initially analysed using the Kaplan‐Meier method and the log-rank test, and Cox regression analysis was used to adjust for other prognostic indicators. Results: High expression of AR was not correlated with T-stage, histological grade, HER2 status and the status of other sex hormone receptors, but was associated with lymph node metastases (PZ0.032). AR-positive patients showed significantly shorter 5-year overall survival (OS) rates (PZ0.045) and 5-year disease-free survival (DFS) rates (PZ0.026) than AR-negative patients. By contrast, for patients who received tamoxifen therapy, AR-negative patients showed a higher clinical benefit rate than AR-positive patients (PZ0.025). Additionally, the median TTP and OS were significantly different (PZ0.02 for TTP; PZ0.029 for OS). Conclusions: AR expression correlates strongly with both OS and DFS in patients with MBC. AR-positive patients can predict a poorer clinical outcome than AR-negative patients after adjuvant tamoxifen therapy.", "objIdentifier": "67d2dbcd190e3507ef089ea3ba0ed398", "pissn": "0804-4643", "subject": ["Endocrinology, Diabetes and Metabolism", "Endocrinology", "General Medicine"], "eissn": "1479-683X", "author": [{"affiliation": [], "given": "Z.", "family": "Wenhui"}, {"affiliation": [], "given": "L.", "family": "Shuo"}, {"affiliation": [], "given": "T.", "family": "Dabei"}, {"affiliation": [], "given": "P.", "family": "Ying"}, {"affiliation": [], "given": "W.", "family": "Zhipeng"}, {"affiliation": [], "given": "Z.", "family": "Lei"}, {"affiliation": [], "given": "H.", "family": "Xiaohui"}, {"affiliation": [], "given": "G.", "family": "Jingshu"}, {"affiliation": [], "given": "S.", "family": "Hongtao"}, {"affiliation": [], "given": "Z.", "family": "Qingyuan"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2014-7-28", "link": null, "published-print": "2014-9-12", "accepted": null, "publisher": "BioScientifica", "doi": "10.1530/eje-14-0278", "license": null, "url": "http://dx.doi.org/10.1530/eje-14-0278", "issn": [{"type": "print", "value": "0804-4643"}, {"type": "electronic", "value": "1479-683X"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Androgen receptor expression in male breast cancer predicts inferior outcome and poor response to tamoxifen treatment"], "funder": null, "datasourcePrefix": "crossref____"}
1341
{"best_oa_location_url": "", "issued": "1973", "abstract": "Voici les resultats d'une enquete originale qui, d'ailleurs, n'est pas close. Un film sur les Gitans a ete projete dans divers pays devant des groupes d'enfants d'origines sociales, de formations et de cultures differentes. C'est, disent les auteurs, une enquete « transculturelle ». Il s'agissait de deceler et de mesurer les eventuelles manifestations d'intolerance ou, au contraire, d'acceptation en face des Gitans presentes dans ce film. Plus schematiquement, on pourrait dire que cette recherche met en question le racisme. L'enquete etait financee par le C.N.R.S. et l'Institut de litterature et de technique artistique de masse que dirige Robert Escarpit. Pour la France, en outre, le Centre national du film pour l'enfance et la jeunesse a apporte sa contribution. Anne-Marie Thibault-Laulan, de l'universite de Bordeaux-III, qui avait la responsabilite globale de ce long travail, a redige l'article qui suit.", "objIdentifier": "e1e3343500659e7a35d1ab2042e9c4e9", "pissn": "0336-1500", "subject": null, "author": [{"affiliation": [], "given": "Anne-Marie", "family": "Thibault-Laulan"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1973", "accepted": null, "publisher": "PERSEE Program", "doi": "10.3406/colan.1973.4050", "license": null, "url": "http://dx.doi.org/10.3406/colan.1973.4050", "issn": [{"type": "print", "value": "0336-1500"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Un film et ses filtres culturels"], "funder": null, "datasourcePrefix": "crossref____"}
1342
{"best_oa_location_url": "", "issued": "2012-1-01", "abstract": [], "objIdentifier": "4d084f32583d77d0650f976095b822dd", "subject": ["Ecology", "Aquatic Science", "Ecology, Evolution, Behavior and Systematics", "Oceanography"], "accepted": null, "author": [{"affiliation": [], "given": "Ernesto", "family": "Campos"}, {"affiliation": [], "given": "Alma-Rosa De", "family": "Campos"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2012-12-10", "link": [{"URL": "https://www.cambridge.org/core/services/aop-cambridge-core/content/view/S1755267212000966", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2012-1", "eissn": "1755-2672", "publisher": "Cambridge University Press (CUP)", "doi": "10.1017/s1755267212000966", "license": null, "url": "http://dx.doi.org/10.1017/s1755267212000966", "issn": [{"type": "electronic", "value": "1755-2672"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["The intertidal brachyuran crabs from estuaries of the west coast Baja California, Mexico (Crustacea: Brachyura)"], "funder": null, "datasourcePrefix": "crossref____"}
1343
{"best_oa_location_url": "", "issued": "1986", "abstract": "These posthumous essays by Joan Kelly, a founder of women's studies, represent a profound synthesis of feminist theory and historical analysis and require a realignment of perspectives on women in society from the Middle Ages to the present.", "objIdentifier": "21c8b58bc728ad9f24f5ef265f211e48", "subject": null, "author": [{"affiliation": [], "given": "Joan", "family": "Kelly"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0002", "value": "Book"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1986", "accepted": null, "publisher": "University of Chicago Press", "doi": "10.7208/chicago/9780226430294.001.0001", "license": null, "url": "http://dx.doi.org/10.7208/chicago/9780226430294.001.0001", "issn": null, "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Women, History, and Theory"], "funder": null, "datasourcePrefix": "crossref____"}
1344
{"best_oa_location_url": "", "issued": "1990-11-01", "abstract": [], "objIdentifier": "e87c756904bb7539d8d052c34eecfff5", "pissn": "0094-0496", "subject": ["Anthropology"], "author": [{"affiliation": [], "given": "LESLEY", "family": "GILL"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2009-10-28", "link": [{"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1525%2Fae.1990.17.4.02a00060", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}, {"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1525%2Fae.1990.17.4.02a00060", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}, {"URL": "http://onlinelibrary.wiley.com/wol1/doi/10.1525/ae.1990.17.4.02a00060/fullpdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1990-11", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1525/ae.1990.17.4.02a00060", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1", "start": {"timestamp": 657417600000, "date-time": "1990-11-01T00:00:00Z", "date-parts": [[1990, 11, 1]]}, "content-version": "tdm", "delay-in-days": 0}, {"URL": "http://onlinelibrary.wiley.com/termsAndConditions", "start": {"timestamp": 1256688000000, "date-time": "2009-10-28T00:00:00Z", "date-parts": [[2009, 10, 28]]}, "content-version": "vor", "delay-in-days": 6936}], "url": "http://dx.doi.org/10.1525/ae.1990.17.4.02a00060", "issn": [{"type": "print", "value": "0094-0496"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["“like a veil to cover them”: women and the Pentecostal movement in La Paz"], "funder": null, "datasourcePrefix": "crossref____"}
1345
{"best_oa_location_url": "http://doi.org/10.1590/s0102-44501998000200001", "issued": "1998", "abstract": "This paper deals with adjunct processing of the type where/when/how/why, arguing in favor of a subdivision of these elements in two distinct classes, based on the application of a psycholinguistics test. The fact that such elements are adjuncts and not arguments is of great interest for parsing issues since it gives rise to structures with ambiguity in terms of the WH-adjunct trace origin. It is argued that syntactic restrictions play a crucial role for the interpretation of adjuncts in ambiguous sentences but the role and extent of influence of other semantic/pragmatic factors are also discussed.", "objIdentifier": "81feabde1fad966033e33f90dcac5779", "subject": ["Linguistics and Language"], "accepted": null, "author": [{"affiliation": [{"name": "Universidade Estadual de Feira de Santana"}], "given": "Marina R.A.", "family": "AUGUSTO"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": null, "link": null, "published-print": "1998", "eissn": "0102-4450", "publisher": "FapUNIFESP (SciELO)", "doi": "10.1590/s0102-44501998000200001", "license": null, "url": "http://dx.doi.org/10.1590/s0102-44501998000200001", "issn": [{"type": "electronic", "value": "0102-4450"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["A interação dos traços referencialidade e factividade no processamento de estruturas com adjuntos adverbiais"], "funder": null, "datasourcePrefix": "crossref____"}
1346
{"best_oa_location_url": "", "issued": "2012-3-01", "abstract": [], "objIdentifier": "6a5a3e325cb14a66b09eb5b54ff52d86", "subject": null, "accepted": null, "author": [{"affiliation": [], "given": "André Luiz Quagliatto", "family": "Santos"}, {"affiliation": [], "given": "Mariana Batista ", "family": "Andrade"}, {"affiliation": [], "given": "Árthur Paulino Sanzo ", "family": "Kaminishi"}, {"affiliation": [], "given": "Caio Henrique ", "family": "Ferreira"}, {"affiliation": [], "given": "Rogério Rodrigues de ", "family": "Souza"}, {"affiliation": [], "given": "Lorena Tannús ", "family": "Menezes"}, {"affiliation": [], "given": "Sérgio Rodrigo Pereira de ", "family": "Oliveira"}, {"affiliation": [], "given": "Liliane Rangel ", "family": "Nascimento"}, {"affiliation": [], "given": "Flávio Machado de ", "family": "Moraes"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2012-3", "link": null, "published-print": null, "eissn": "1982-1263", "publisher": "PUBVET", "doi": "10.22256/pubvet.v16n11.1327", "license": null, "url": "http://dx.doi.org/10.22256/pubvet.v16n11.1327", "issn": [{"type": "electronic", "value": "1982-1263"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Estudo anatomotopográfico do tubo digestório de Heterospizias meridionalis e Gampsonyx swainsonii (Accipitridae)"], "funder": null, "datasourcePrefix": "crossref____"}
1347
{"best_oa_location_url": "", "issued": "None", "abstract": [], "objIdentifier": "7c7f14d48b5327aeeab45c6c06340a65", "subject": null, "author": [{"affiliation": [], "given": "Edouard", "family": "Naville"}, {"affiliation": [], "given": "T. Eric", "family": "Peet"}, {"affiliation": [], "given": "W. L. S.", "family": "Loat"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": null, "published-print": null, "accepted": null, "publisher": "Cambridge University Press", "doi": "10.1017/cbo9781139814492.005", "license": null, "url": "http://dx.doi.org/10.1017/cbo9781139814492.005", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Umm El-Ga'ab"], "funder": null, "datasourcePrefix": "crossref____"}
1348
{"best_oa_location_url": "http://www.ncbi.nlm.nih.gov/pmc/articles/PMC3829153", "issued": "2013-10-3", "abstract": "Inflammatory bowel disease (IBD) is a debilitating chronic inflammatory disorder of the intestine. The interactions between enteric bacteria and genetic susceptibilities are major contributors of IBD etiology. Although genetic variants with loss or gain of NOD2 functions have been linked to IBD susceptibility, the mechanisms coordinating NOD2 downstream signaling, especially in macrophages, during IBD pathogenesis are not precisely identified. Here, studies utilizing the murine dextran sodium sulfate model of colitis revealed the crucial roles for inducible nitric-oxide synthase (iNOS) in regulating pathophysiology of IBDs. Importantly, stimulation of NOD2 failed to activate Sonic hedgehog (SHH) signaling in iNOS null macrophages, implicating NO mediated cross-talk between NOD2 and SHH signaling. NOD2 signaling up-regulated the expression of a NO-responsive microRNA, miR-146a, that targeted NUMB gene and alleviated the suppression of SHH signaling. In vivo and ex vivo studies confirmed the important roles for miR-146a in amplifying inflammatory responses. Collectively, we have identified new roles for miR-146a that established novel cross-talk between NOD2-SHH signaling during gut inflammation. Potential implications of these observations in therapeutics could increase the possibility of defining and developing better regimes to treat IBD pathophysiology.", "objIdentifier": "c03e9c1cad89e11ed2a339f66cf1ec7e", "pissn": "0021-9258", "subject": ["Cell Biology", "Biochemistry", "Molecular Biology"], "eissn": "1083-351X", "author": [{"affiliation": [], "given": "Devram Sampat", "family": "Ghorpade"}, {"affiliation": [], "given": "Akhuri Yash", "family": "Sinha"}, {"affiliation": [], "given": "Sahana", "family": "Holla"}, {"affiliation": [], "given": "Vikas", "family": "Singh"}, {"affiliation": [], "given": "Kithiganahalli Narayanaswamy", "family": "Balaji"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": "2013-10-3", "link": [{"URL": "https://syndication.highwire.org/content/doi/10.1074/jbc.M113.492496", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2013-11-15", "accepted": null, "publisher": "American Society for Biochemistry & Molecular Biology (ASBMB)", "doi": "10.1074/jbc.m113.492496", "license": null, "url": "http://dx.doi.org/10.1074/jbc.m113.492496", "issn": [{"type": "print", "value": "0021-9258"}, {"type": "electronic", "value": "1083-351X"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["NOD2-Nitric Oxide-responsive MicroRNA-146a Activates Sonic Hedgehog Signaling to Orchestrate Inflammatory Responses in Murine Model of Inflammatory Bowel Disease"], "funder": null, "datasourcePrefix": "crossref____"}
1349
{"best_oa_location_url": "", "issued": "2002-4-01", "abstract": [], "objIdentifier": "3c66089faec9434e60596e718b56850a", "pissn": "0092-5853", "subject": ["Political Science and International Relations", "Sociology and Political Science"], "author": [{"affiliation": [], "given": "Darren W.", "family": "Davis"}, {"affiliation": [], "given": "Ronald E.", "family": "Brown"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2002-4", "accepted": null, "publisher": "JSTOR", "doi": "10.2307/3088374", "license": null, "url": "http://dx.doi.org/10.2307/3088374", "issn": [{"type": "print", "value": "0092-5853"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["The Antipathy of Black Nationalism: Behavioral and Attitudinal Implications of an African American Ideology"], "funder": null, "datasourcePrefix": "crossref____"}
1350
{"best_oa_location_url": "", "issued": "2013-11-16", "abstract": "Objective#R##N#To observe effects of Fengbaisan (丰白散, FBS) on the expression of matrix metalloproteinase-9 (MMP-9) and tissue inhibitor of metalloproteinase-1 (TIMP-1) in lung tissue of rats with chronic obstructive pulmonary disease (COPD) and to investigate the preventive and therapeutic mechanisms of FBS.", "objIdentifier": "34215fd2ef6ab43328b6d917c7bff953", "pissn": "1672-0415", "subject": ["Complementary and alternative medicine", "Pharmacology (medical)", "General Medicine"], "eissn": "1993-0402", "author": [{"affiliation": [], "given": "Yu", "family": "Wang"}, {"affiliation": [], "given": "Nan-xiang", "family": "Su"}, {"affiliation": [], "given": "Ze-qi", "family": "Chen"}, {"affiliation": [], "given": "Zhe", "family": "Wang"}, {"affiliation": [], "given": "Si-fang", "family": "Zhang"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2013-11-16", "link": [{"URL": "http://link.springer.com/content/pdf/10.1007/s11655-013-1619-z", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2014-3", "accepted": null, "publisher": "Springer Nature", "doi": "10.1007/s11655-013-1619-z", "license": null, "url": "http://dx.doi.org/10.1007/s11655-013-1619-z", "issn": [{"type": "print", "value": "1672-0415"}, {"type": "electronic", "value": "1993-0402"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Effects of Fengbaisan (丰白散) on the expression of matrix metalloproteinase-9 and tissue inhibitor of metalloproteinase-1 in lung tissue of rats with chronic obstructive pulmonary disease"], "funder": null, "datasourcePrefix": "crossref____"}
1351
{"best_oa_location_url": "", "issued": "2014-8-01", "abstract": [], "objIdentifier": "784f4c22ad5be86ea8d3dac65b7d9003", "subject": null, "author": [{"affiliation": [], "given": "Ryoji", "family": "Yamauchi"}, {"affiliation": [], "given": "Takeshi", "family": "Fukusako"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0004", "value": "Conference object"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://xplorestaging.ieee.org/ielx7/6924025/6963600/06963724.pdf?arnumber=6963724", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2014-8", "accepted": null, "publisher": "IEEE", "doi": "10.1109/iwem.2014.6963724", "license": null, "url": "http://dx.doi.org/10.1109/iwem.2014.6963724", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Circularly polarized broadband waveguide antenna using L-shaped probe"], "funder": null, "datasourcePrefix": "crossref____"}
1352
{"best_oa_location_url": "https://www.ncbi.nlm.nih.gov/pmc/articles/PMC438205/pdf", "issued": "1944-10-1", "abstract": [], "objIdentifier": "6b76dbad67185113517c0d79a7cfbd96", "pissn": "0032-0889", "subject": ["Plant Science", "Genetics", "Physiology"], "eissn": "1532-2548", "author": [{"affiliation": [], "given": "W. E.", "family": "Loomis"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": null, "link": null, "published-print": "1944-10-1", "accepted": null, "publisher": "American Society of Plant Biologists (ASPB)", "doi": "10.1104/pp.19.4.706", "license": null, "url": "http://dx.doi.org/10.1104/pp.19.4.706", "issn": [{"type": "print", "value": "0032-0889"}, {"type": "electronic", "value": "1532-2548"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["EFFECT OF HEAVY APPLICATIONS OF GYPSUM ON PLANT GROWTH"], "funder": null, "datasourcePrefix": "crossref____"}
1353
{"best_oa_location_url": "http://doi.org/10.1590/s1519-38292008000400013", "issued": "2008-12-01", "abstract": "OBJETIVOS: avaliar a adesao as medidas de profilaxia da transmissao vertical do HIV em parturientes infectadas pelo HIV que receberam atendimento em uma maternidade de referencia na cidade de Fortaleza, Estado do Ceara, Brasil. METODOS: estudo transversal, com componentes descritivos e analiticos. Foram incluidas todas as parturientes com infeccao pelo HIV admitidas na maternidade no periodo de janeiro de 2000 a agosto de 2004. RESULTADOS: participaram 110 parturientes infectadas pelo HIV, sendo que 102 (92,7%) informaram ter frequentado servico de pre-natal. Sessenta e tres delas (57,3%) foram informadas de seu status sorologico no pre-natal, dessas, 39 (35,5%) sabiam ter Aids antes de engravidar. Identificou-se um elevado percentual de adesao as intervencoes para a reducao da transmissao vertical do HIV, sem haver diferenca estatisticamente significativa entre o grupo de mulheres que conheciam ou nao seu status sorologico. Ressalta-se que em 86 (78,1%) casos a adesao as intervencoes foi considerada completa. CONCLUSOES: a elevada adesao as condutas para a reducao da transmissao vertical do HIV observada nesse estudo revela, por um lado, a viabilidade da aplicacao dessas acoes em Fortaleza e, por outro, a especificidade das condicoes de uma maternidade de referencia nao permitindo inferencia sobre a situacao global do municipio.", "objIdentifier": "40901dbb50f0df812ef4b38e4a4ffa05", "subject": ["Obstetrics and Gynaecology", "Pediatrics, Perinatology, and Child Health", "Public Health, Environmental and Occupational Health"], "accepted": null, "author": [{"affiliation": [{"name": "Hospital Geral Dr. César Cals,  Brasil"}], "given": "Maria do Socorro", "family": "Cavalcante"}, {"affiliation": [{"name": "Hospital Geral Dr. César Cals,  Brasil"}], "given": "Ângela Cristina Bonfim da", "family": "Silveira"}, {"affiliation": [{"name": "Hospital Geral Dr. César Cals,  Brasil"}], "given": "Ana Maria de Sousa", "family": "Ribeiro"}, {"affiliation": [{"name": "Universidade Federal do Ceará,  Brasil"}], "given": "Alberto Novaes", "family": "Ramos Júnior"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": null, "link": [{"URL": "http://www.scielo.br/pdf/rbsmi/v8n4/13.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2008-12", "eissn": "1519-3829", "publisher": "FapUNIFESP (SciELO)", "doi": "10.1590/s1519-38292008000400013", "license": null, "url": "http://dx.doi.org/10.1590/s1519-38292008000400013", "issn": [{"type": "electronic", "value": "1519-3829"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Prevenção da transmissão vertical do vírus da imunodeficiência humana: análise da adesão às medidas de profilaxia em uma maternidade de referência em Fortaleza, Ceará, Brasil"], "funder": null, "datasourcePrefix": "crossref____"}
1354
{"best_oa_location_url": "", "issued": "1994-8-01", "abstract": [], "objIdentifier": "9048da39cc8c3e5fd42c41413f9d27a3", "pissn": "0312-9616", "subject": null, "author": [{"affiliation": [], "given": "Elizabeth", "family": "Jacka"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2016-8-4", "link": [{"URL": "http://journals.sagepub.com/doi/pdf/10.1177/1329878X9407300124", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}, {"URL": "http://journals.sagepub.com/doi/pdf/10.1177/1329878X9407300124", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1994-8", "accepted": null, "publisher": "SAGE Publications", "doi": "10.1177/1329878x9407300124", "license": [{"URL": "http://journals.sagepub.com/page/policies/text-and-data-mining-license", "start": {"timestamp": 775699200000, "date-parts": [[1994, 8, 1]], "date-time": "1994-08-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1177/1329878x9407300124", "issn": [{"type": "print", "value": "0312-9616"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Review & Booknote: Australian Centre for Independent Journalism, Signposts: A Guide to Reporting Aboriginal, Torres Strait Islander and Ethnic AffairsAustralian Centre for Independent Journalism, Signposts: A Guide to Reporting Aboriginal, Torres Strait Islander and Ethnic Affairs, Working Paper No 4, compiled by EggerkingKitty and PlaterDiana, University of Technology Sydney, 1992, revised 1993. ISBN 1 86365 0520.170pp."], "funder": null, "datasourcePrefix": "crossref____"}
1355
{"best_oa_location_url": "https://digital.library.unt.edu/ark:/67531/metadc681110/m2/1/high_res_d/414359.pdf", "issued": "1998-3-1", "abstract": [], "objIdentifier": "df11a8008843a56d5a5042adc3f4f7a2", "subject": null, "author": [{"affiliation": [], "name": "Nuclear Regulatory Commission, Washington, DC (United States). Office of Chief Information Officer"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0017", "value": "Report"}, "is_oa": true, "published-online": "1998-3-1", "link": null, "published-print": null, "accepted": null, "publisher": "Office of Scientific and Technical Information  (OSTI)", "doi": "10.2172/595661", "license": null, "url": "http://dx.doi.org/10.2172/595661", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Nuclear Regulatory Commission issuances. Volume 47, Number 3"], "funder": null, "datasourcePrefix": "crossref____"}
1356
{"best_oa_location_url": "", "issued": "1970-11-01", "abstract": [], "objIdentifier": "fac7c84b59c7915855a6e65bfe9979f0", "pissn": "0091-150X", "subject": ["Pharmacology", "Drug Discovery"], "eissn": "1573-9031", "author": [{"affiliation": [], "given": "I. A.", "family": "Shaps"}, {"affiliation": [], "given": "N. A.", "family": "Mukhina"}, {"affiliation": [], "given": "G. M.", "family": "Belousova"}, {"affiliation": [], "given": "T. V.", "family": "Mikhailova"}, {"affiliation": [], "given": "A. P.", "family": "Gilev"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/BF00760188", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1970-11", "accepted": null, "publisher": "Springer Nature", "doi": "10.1007/bf00760188", "license": null, "url": "http://dx.doi.org/10.1007/bf00760188", "issn": [{"type": "print", "value": "0091-150X"}, {"type": "electronic", "value": "1573-9031"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Synthesis and study of some benzimidazole derivatives"], "funder": null, "datasourcePrefix": "crossref____"}
1357
{"best_oa_location_url": "", "issued": "1966-8-5", "abstract": [], "objIdentifier": "c03e4f908fa8f75da22d44a524af0a01", "pissn": "0031-899X", "subject": ["General Physics and Astronomy"], "author": [{"affiliation": [], "given": "E.", "family": "Ambler"}, {"affiliation": [], "given": "J. H.", "family": "Colwell"}, {"affiliation": [], "given": "W. R.", "family": "Hosler"}, {"affiliation": [], "given": "J. F.", "family": "Schooley"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "1966-8-5", "link": [{"URL": "http://link.aps.org/article/10.1103/PhysRev.148.280", "intended-application": "syndication", "content-version": "vor", "content-type": "unspecified"}, {"URL": "http://harvest.aps.org/v2/journals/articles/10.1103/PhysRev.148.280/fulltext", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "accepted": null, "publisher": "American Physical Society (APS)", "doi": "10.1103/physrev.148.280", "license": [{"URL": "http://link.aps.org/licenses/aps-default-license", "start": {"timestamp": -107568000000, "date-parts": [[1966, 8, 5]], "date-time": "1966-08-05T00:00:00Z"}, "content-version": "vor", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1103/physrev.148.280", "issn": [{"type": "print", "value": "0031-899X"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Magnetization and Critical Fields of Superconducting SrTiO3"], "funder": null, "datasourcePrefix": "crossref____"}
1358
{"best_oa_location_url": "", "issued": "1991-1-01", "abstract": "Abstract  A low-cost measuring system, based on a personal computer combined with standard equipment for complex measurements and signal processing, has been assembled. Such a system increases the possibilities for small hospitals and clinics to finance advanced measuring equipment. A description of equipment developed for airborne ultrasound together with a personal computer-based system for fast data acquisition and processing is given. Two air-adapted ultrasound transducers with high lateral resolution have been developed. Furthermore, a few results for fast and accurate estimation of signal arrival time are presented. The theoretical estimation models developed are applied to skin surface profile registrations.", "objIdentifier": "ea22aabadad99f243105850269f46ded", "pissn": "0301-5629", "subject": ["Biophysics", "Acoustics and Ultrasonics", "Radiological and Ultrasound Technology", "Radiology Nuclear Medicine and imaging"], "author": [{"affiliation": [], "given": "N.", "family": "Sundström"}, {"affiliation": [], "given": "P.O.", "family": "Börjesson"}, {"affiliation": [], "given": "N.-G.", "family": "Holmer"}, {"affiliation": [], "given": "L.", "family": "Olsson"}, {"affiliation": [], "given": "H.W.", "family": "Persson"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:0301562991901894?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:0301562991901894?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "1991-1", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/0301-5629(91)90189-4", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 662688000000, "date-parts": [[1991, 1, 1]], "date-time": "1991-01-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/0301-5629(91)90189-4", "issn": [{"type": "print", "value": "0301-5629"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Registration of surface structures using airborne focused ultrasound"], "funder": null, "datasourcePrefix": "crossref____"}
1359
{"best_oa_location_url": "", "issued": "2016-7-01", "abstract": "Language endangerment is one of the most urgent problems facing humanities, with roughly one language disappearing every two weeks. Currently most of the linguistics tools used for endangered language documentation and analysis are desktop-based standalone software systems that do not expose libraries or services to be integrated by user applications, nor do they sufficiently support data sharing among different users for collaborative research efforts. To address this issue, we present a general architecture to design and develop an integrative computational platform for endangered language documentation and analysis (called PELDA) using RESTful web services and cloud computing techniques. The web services developed and deployed on the cloud platform can be easily integrated into any applications that support HTTP communications, while general users can access the linguistics tools and manage data files via web browsers. Then using Praat, an open source linguistics tool for acoustic analysis, as an example, we discuss the unique challenges and basic procedure to migrate linguistics tools to the cloud platform and demonstrate the feasibility of the proposed approach.", "objIdentifier": "b9d453b76bb296d69e0227a43127ba2e", "subject": null, "author": [{"affiliation": [], "given": "Ashik", "family": "Samad"}, {"affiliation": [], "given": "Kevin", "family": "Wu"}, {"affiliation": [], "given": "Min", "family": "Chen"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0004", "value": "Conference object"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://xplorestaging.ieee.org/ielx7/7782594/7785148/07785745.pdf?arnumber=7785745", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2016-7", "accepted": null, "publisher": "IEEE", "doi": "10.1109/iri.2016.36", "license": null, "url": "http://dx.doi.org/10.1109/iri.2016.36", "issn": null, "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Cloud-Based Web Services for Endangered Language Analysis (Invited Paper)"], "funder": null, "datasourcePrefix": "crossref____"}
1360
{"best_oa_location_url": "http://doi.org/10.3390/ma8052809", "issued": "2015-5-22", "abstract": "MicroRNAs (miRNAs) are small endogenous non-coding RNAs of ~22 nucleotides that play important functions in the regulation of many biological processes, including cell proliferation, differentiation, and death. Since their expression has been in close association with the development of many diseases, recently, miRNAs have been regarded as clinically important biomarkers and drug discovery targets. However, because of the short length, high sequence similarity and low abundance of miRNAs in vivo, it is difficult to realize the sensitive and selective detection of miRNAs with conventional methods. In line with the rapid development of nanotechnology, nanomaterials have attracted great attention and have been intensively studied in biological analysis due to their unique chemical, physical and size properties. In particular, fluorimetric methodologies in combination with nanotechnology are especially rapid, sensitive and efficient. The aim of this review is to provide insight into nanomaterials-based fluorimetric methods for the detection of miRNAs, including metal nanomaterials, quantum dots (QDs), graphene oxide (GO) and silicon nanoparticles.", "objIdentifier": "ce826c71c95feb48de713169cc2114fb", "subject": ["General Materials Science"], "accepted": null, "author": [{"affiliation": [], "given": "Ming", "family": "La"}, {"affiliation": [], "given": "Lin", "family": "Liu"}, {"affiliation": [], "given": "Bin-Bin", "family": "Zhou"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": "2015-5-22", "link": [{"URL": "http://www.mdpi.com/1996-1944/8/5/2809/pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "eissn": "1996-1944", "publisher": "MDPI AG", "doi": "10.3390/ma8052809", "license": [{"URL": "https://creativecommons.org/licenses/by/4.0/", "start": {"timestamp": 1432252800000, "date-time": "2015-05-22T00:00:00Z", "date-parts": [[2015, 5, 22]]}, "content-version": "unspecified", "delay-in-days": 0}], "url": "http://dx.doi.org/10.3390/ma8052809", "issn": [{"type": "electronic", "value": "1996-1944"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Nanomaterials-Based Fluorimetric Methods for  MicroRNAs Detection"], "funder": null, "datasourcePrefix": "crossref____"}
1361
{"best_oa_location_url": "", "issued": "1990-6-1", "abstract": [], "objIdentifier": "6c215550f63cf4a4ce2ac679915a2154", "pissn": "0002-9173", "subject": ["General Medicine"], "eissn": "1943-7722", "author": [{"affiliation": [], "given": "Stacey E.", "family": "Mills"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "1990-6-1", "link": [{"URL": "http://academic.oup.com/ajcp/article-pdf/93/6/834/5066550/ajcpath93-0834.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1990-6-1", "accepted": null, "publisher": "Oxford University Press (OUP)", "doi": "10.1093/ajcp/93.6.834", "license": null, "url": "http://dx.doi.org/10.1093/ajcp/93.6.834", "issn": [{"type": "print", "value": "0002-9173"}, {"type": "electronic", "value": "1943-7722"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Lymphocytic Mastopathy, A ‘New’ Autoimmune Disease?"], "funder": null, "datasourcePrefix": "crossref____"}
1362
{"best_oa_location_url": "", "issued": "1965-8-21", "abstract": [], "objIdentifier": "67f2462194069976425d6136fa30cf5a", "pissn": "0044-8249", "subject": ["General Medicine"], "eissn": "1521-3757", "author": [{"affiliation": [], "given": "H.", "family": "Münzel"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1002%2Fange.19650771648", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1965-8-21", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1002/ange.19650771648", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", "start": {"timestamp": 1441065600000, "date-parts": [[2015, 9, 1]], "date-time": "2015-09-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 18273}], "url": "http://dx.doi.org/10.1002/ange.19650771648", "issn": [{"type": "print", "value": "0044-8249"}, {"type": "electronic", "value": "1521-3757"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Über die neuen Europium-Isotope142Eu und143Eu"], "funder": null, "datasourcePrefix": "crossref____"}
1363
{"best_oa_location_url": "", "issued": "2010-9-01", "abstract": "The Point Collocation Non-Intrusive Polynomial Chaos (NIPC) method has been applied to two stochastic synthetic jet actuator problems used as test cases in the CFDVAL2004 workshop to demonstrate the integration of computationally efficient uncertainty quantification to the high-fidelity CFD modeling of synthetic jet actuators. In Case1 where the synthetic jet is issued into quiescent air, the NIPC method is used to quantify the uncertainty in the long-time averaged u and v-velocities at several locations in the flow field, due to the uniformly distributed uncertainty introduced in the amplitude and frequency of the oscillation of the piezo-electric membrane. Fifth order NIPC expansions were used to obtain the uncertainty information, which showed that the variation in the v-velocity is high in the region directly above the jet slot and the variation in the u-velocity is maximum in the region immediately adjacent to the slot. Even with a ten percent variation in the amplitude and frequency, the long-time averaged u and v velocity profiles could not match the experimental measurements at y=0.1mm above the slot indicating that the discrepancy may be due to other uncertainty sources in CFD or measurement errors. In Case 2 which includes a cross flow, the free stream velocity is treated as an uncertain input variable. Fifth degree NIPC expansions were employed to quantify the uncertainty in phase averaged velocity profiles as well as long-time averaged wall pressure and skin friction coefficient distributions. The results of Case 2 show that the uncertainty in phase averaged velocity profiles gets larger when approaching the main stream. The size of a separation bubble observed in this case remains relatively insensitive to the uncertain free stream velocity within the tolerance range considered.", "objIdentifier": "cdeb8b30b2af7aa4c6016f6756c12f93", "pissn": "1756-8250", "subject": ["Fluid Flow and Transfer Processes", "Automotive Engineering", "Aerospace Engineering"], "author": [{"affiliation": [], "given": "Srikanth", "family": "Adya"}, {"affiliation": [], "given": "Daoru", "family": "Han"}, {"affiliation": [], "given": "Serhat", "family": "Hosder"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2010-9", "accepted": null, "publisher": "Portico", "doi": "10.1260/1756-8250.2.3.169", "license": null, "url": "http://dx.doi.org/10.1260/1756-8250.2.3.169", "issn": [{"type": "print", "value": "1756-8250"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Uncertainty Quantification Integrated to CFD Modeling of Synthetic Jet Actuators"], "funder": null, "datasourcePrefix": "crossref____"}
1364
{"best_oa_location_url": "http://www.numdam.org/article/M2AN_2005__39_4_797_0.pdf", "issued": "2005-7-01", "abstract": "In order to describe a solid which deforms smoothly in some region, but non smoothly in some other region, many multiscale methods have recently been proposed. They aim at coupling an atomistic model (discrete mechanics) with a macroscopic model (continuum mechanics). We provide here a theoretical ground for such a coupling in a one-dimensional setting. We briefly study the general case of a convex energy, and next concentrate on a specific example of a nonconvex energy, the Lennard- Jones case. In the latter situation, we prove that the discretization needs to account in an adequate way for the coexistence of a discrete model and a continuous one. Otherwise, spurious discretization effects may appear. We provide a numerical analysis of the approach.", "objIdentifier": "828ab9789fe3f58b5b559a938ddd60af", "pissn": "0764-583X", "subject": ["Modelling and Simulation", "Applied Mathematics", "Analysis", "Numerical Analysis"], "eissn": "1290-3841", "author": [{"affiliation": [], "given": "Xavier", "family": "Blanc"}, {"affiliation": [], "given": "Claude", "family": "Le Bris"}, {"affiliation": [], "given": "Frédéric", "family": "Legoll"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": "2005-8-15", "link": [{"URL": "http://www.esaim-m2an.org/10.1051/m2an:2005035/pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2005-7", "accepted": null, "publisher": "EDP Sciences", "doi": "10.1051/m2an:2005035", "license": null, "url": "http://dx.doi.org/10.1051/m2an:2005035", "issn": [{"type": "print", "value": "0764-583X"}, {"type": "electronic", "value": "1290-3841"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Analysis of a prototypical multiscale method coupling atomistic and continuum mechanics"], "funder": null, "datasourcePrefix": "crossref____"}
1365
{"best_oa_location_url": "http://doi.org/10.3390/en9121008", "issued": "2016-11-30", "abstract": "Fuel cells are very promising technologies for efficient electrical energy generation. The development of enhanced system components and new engineering solutions is fundamental for the large-scale deployment of these devices. Besides automotive and stationary applications, fuel cells can be widely used as auxiliary power units (APUs). The concept of a direct methanol fuel cell (DMFC) is based on the direct feed of a methanol solution to the fuel cell anode, thus simplifying safety, delivery, and fuel distribution issues typical of conventional hydrogen-fed polymer electrolyte fuel cells (PEMFCs). In order to evaluate the feasibility of concrete application of DMFC devices, a cost analysis study was carried out in the present work. A 200 W-prototype developed in the framework of a European Project (DURAMET) was selected as the model system. The DMFC stack had a modular structure allowing for a detailed evaluation of cost characteristics related to the specific components. A scale-down approach, focusing on the model device and projected to a mass production, was used. The data used in this analysis were obtained both from research laboratories and industry suppliers specialising in the manufacturing/production of specific stack components. This study demonstrates that mass production can give a concrete perspective for the large-scale diffusion of DMFCs as APUs. The results show that the cost derived for the DMFC stack is relatively close to that of competing technologies and that the introduction of innovative approaches can result in further cost savings.", "objIdentifier": "b507bfedf1ad3fd2c0ed40c3c40ca2d7", "subject": ["General Computer Science"], "accepted": null, "author": [{"ORCID": "0000-0002-0914-4217", "affiliation": [], "given": "Mauro", "family": "Sgroi"}, {"affiliation": [], "given": "Furio", "family": "Zedde"}, {"affiliation": [], "given": "Orazio", "family": "Barbera"}, {"affiliation": [], "given": "Alessandro", "family": "Stassi"}, {"affiliation": [], "given": "David", "family": "Sebastián"}, {"ORCID": "0000-0002-9181-6667", "affiliation": [], "given": "Francesco", "family": "Lufrano"}, {"affiliation": [], "given": "Vincenzo", "family": "Baglio"}, {"affiliation": [], "given": "Antonino", "family": "Aricò"}, {"affiliation": [], "given": "Jacob", "family": "Bonde"}, {"affiliation": [], "given": "Michael", "family": "Schuster"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": "2016-11-30", "link": [{"URL": "http://www.mdpi.com/1996-1073/9/12/1008/pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "eissn": "1996-1073", "publisher": "MDPI AG", "doi": "10.3390/en9121008", "license": [{"URL": "https://creativecommons.org/licenses/by/4.0/", "start": {"timestamp": 1480464000000, "date-parts": [[2016, 11, 30]], "date-time": "2016-11-30T00:00:00Z"}, "content-version": "unspecified", "delay-in-days": 0}], "url": "http://dx.doi.org/10.3390/en9121008", "issn": [{"type": "electronic", "value": "1996-1073"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Cost Analysis of Direct Methanol Fuel Cell Stacks for Mass Production"], "funder": null, "datasourcePrefix": "crossref____"}
1366
{"best_oa_location_url": "", "issued": "2011-11-23", "abstract": [], "objIdentifier": "d8838ede7c25dc5761e96b403b80aade", "pissn": "0002-9122", "subject": ["Plant Science", "Genetics", "Ecology, Evolution, Behavior and Systematics"], "eissn": "1537-2197", "author": [{"affiliation": [], "given": "J. Y.", "family": "Yang"}, {"affiliation": [], "given": "L. A.", "family": "Motilal"}, {"affiliation": [], "given": "H.", "family": "Dempewolf"}, {"affiliation": [], "given": "K.", "family": "Maharaj"}, {"affiliation": [], "given": "Q. C. B.", "family": "Cronk"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2011-11-23", "link": [{"URL": "https://syndication.highwire.org/content/doi/10.3732/ajb.1100306", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2011-12-1", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.3732/ajb.1100306", "license": null, "url": "http://dx.doi.org/10.3732/ajb.1100306", "issn": [{"type": "print", "value": "0002-9122"}, {"type": "electronic", "value": "1537-2197"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Chloroplast microsatellite primers for cacao (Theobroma cacao) and other Malvaceae"], "funder": null, "datasourcePrefix": "crossref____"}
1367
{"best_oa_location_url": "", "issued": "2007-2-01", "abstract": [], "objIdentifier": "2d20d75c75819c39a6481110f2abbdc1", "pissn": "1053-2498", "subject": ["Surgery", "Pulmonary and Respiratory Medicine", "Transplantation", "Cardiology and Cardiovascular Medicine"], "author": [{"affiliation": [], "given": "S.", "family": "Maybaum"}, {"affiliation": [], "given": "I.", "family": "George"}, {"affiliation": [], "given": "C.", "family": "Petrilli"}, {"affiliation": [], "given": "E.", "family": "Shane"}, {"affiliation": [], "given": "G.", "family": "Kamalakkannan"}, {"affiliation": [], "given": "D.", "family": "Rossi"}, {"affiliation": [], "given": "J.", "family": "LaManca"}, {"affiliation": [], "given": "D.M.", "family": "Mancini"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S1053249806012368?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S1053249806012368?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2007-2", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/j.healun.2006.11.436", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1170288000000, "date-parts": [[2007, 2, 1]], "date-time": "2007-02-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/j.healun.2006.11.436", "issn": [{"type": "print", "value": "1053-2498"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["414: The effect of clenbuterol on skeletal muscle, cardiac function and exercise capacity in patients with chronic heart failure"], "funder": null, "datasourcePrefix": "crossref____"}
1368
{"best_oa_location_url": "", "issued": "1982", "abstract": [], "objIdentifier": "ebe57a6cc652bdceb70c38d3cb03df9c", "pissn": "0904-213X", "subject": null, "author": [{"affiliation": [], "given": "Heidi Kill", "family": "Blomhoff"}, {"affiliation": [], "given": "Terje B.", "family": "Christensen"}, {"affiliation": [], "given": "Svante", "family": "Wold"}, {"affiliation": [], "given": "Ulf", "family": "Edlund"}, {"affiliation": [], "given": "T.", "family": "Norin"}, {"affiliation": [], "given": "Donald", "family": "Wijekoon"}, {"affiliation": [], "given": "Bengt", "family": "Ulff"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1982", "accepted": null, "publisher": "Danish Chemical Society", "doi": "10.3891/acta.chem.scand.36b-0130", "license": null, "url": "http://dx.doi.org/10.3891/acta.chem.scand.36b-0130", "issn": [{"type": "print", "value": "0904-213X"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Comparison of the Thermal Stability of Acid Phosphatase Conjugated with Ficoll and with Modified Ficolls."], "funder": null, "datasourcePrefix": "crossref____"}
1369
{"issued": "2017-5-01", "abstract": "Two redemitting BODIPY boronic acid pinacolate derivatives, sensors  1  and  2  were shown to act as excellent and highly selective lactate detectors at physiological pH (7.4), where the formed sensor-lactate complexes exhibited a significant emission and absorption increase. Since hyperlactataemia ([ l -lac] > 6.5 mM) is a common complication in intensive care units, there is need for easy, on-line monitoring of lactate levels in patients. Semi-invasive monitoring via a lactate electrode or optic fiber would be attractive. This may beneficially replace existing lactate detection methods requiring a high degree of instrumentation. Sensors  1  and  2  can detect lactate without interference from biological important monosaccharides, such as  d -glucose,  d -fructose and  d -mannose.", "objIdentifier": "7e1109b9654c41dce65052d552e53106", "pissn": "0040-4020", "subject": ["Organic Chemistry", "Biochemistry", "Drug Discovery"], "author": [{"affiliation": [], "given": "Jon S.", "family": "Hansen"}, {"affiliation": [], "given": "Thomas", "family": "Hoeg-Jensen"}, {"affiliation": [], "given": "Jørn B.", "family": "Christensen"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0040402017303915?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}, {"URL": "http://api.elsevier.com/content/article/PII:S0040402017303915?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}], "published-print": "2017-5", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/j.tet.2017.04.019", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1493596800000, "date-time": "2017-05-01T00:00:00Z", "date-parts": [[2017, 5, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/j.tet.2017.04.019", "issn": [{"type": "print", "value": "0040-4020"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Redemitting BODIPY boronic acid fluorescent sensors for detection of lactate"], "funder": [{"doi-asserted-by": "publisher", "DOI": "10.13039/100008393", "name": "Teknologi og Produktion, Det Frie Forskningsr&x00E5;d", "award": []}], "datasourcePrefix": "crossref____"}
1370
{"best_oa_location_url": "", "issued": "2005", "abstract": [], "objIdentifier": "8c2da880d9305e37f8d0585effd5fc5b", "subject": null, "author": [{"affiliation": [], "given": "Thierry", "family": "Baujard"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/978-3-322-80462-4_8", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2005", "accepted": null, "publisher": "VS Verlag für Sozialwissenschaften", "doi": "10.1007/978-3-322-80462-4_8", "license": null, "url": "http://dx.doi.org/10.1007/978-3-322-80462-4_8", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Bewegtbilder international"], "funder": null, "datasourcePrefix": "crossref____"}
1371
{"best_oa_location_url": "", "issued": "2017-8-01", "abstract": [], "objIdentifier": "4d82f7910c9699c0d4774b6a90557a0a", "pissn": "1051-8223", "subject": ["Electrical and Electronic Engineering", "Electronic, Optical and Magnetic Materials", "Condensed Matter Physics"], "eissn": "1558-2515", "author": [{"affiliation": [], "given": "Abolfazl", "family": "Mostaani"}, {"affiliation": [], "given": "Seyed Mohammad Hassan", "family": "Javadzadeh"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://xplorestaging.ieee.org/ielx7/77/7898534/07893792.pdf?arnumber=7893792", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2017-8", "accepted": null, "publisher": "Institute of Electrical and Electronics Engineers (IEEE)", "doi": "10.1109/tasc.2017.2691582", "license": null, "url": "http://dx.doi.org/10.1109/tasc.2017.2691582", "issn": [{"type": "print", "value": "1051-8223"}, {"type": "electronic", "value": "1558-2515"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Analysis of Nonlinearity in Step in Width Discontinuity of Superconducting Coplanar Waveguide Structures"], "funder": null, "datasourcePrefix": "crossref____"}
1372
{"best_oa_location_url": "", "issued": "1955-4-01", "abstract": [], "objIdentifier": "7422056b1665f6cf74ecb2d3dee9f272", "pissn": "0077-8923", "subject": ["General Biochemistry, Genetics and Molecular Biology", "History and Philosophy of Science"], "eissn": "1749-6632", "author": [{"affiliation": [], "given": "Albert E.", "family": "Sobel"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1111%2Fj.1749-6632.1955.tb40065.x", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1955-4", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1111/j.1749-6632.1955.tb40065.x", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", "start": {"timestamp": 1441065600000, "date-time": "2015-09-01T00:00:00Z", "date-parts": [[2015, 9, 1]]}, "content-version": "tdm", "delay-in-days": 22068}], "url": "http://dx.doi.org/10.1111/j.1749-6632.1955.tb40065.x", "issn": [{"type": "print", "value": "0077-8923"}, {"type": "electronic", "value": "1749-6632"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["PANEL DISCUSSION"], "funder": null, "datasourcePrefix": "crossref____"}
1373
{"best_oa_location_url": "", "issued": "2016-7-11", "abstract": [], "objIdentifier": "e419bf2c828b13743a90774f8abf6a21", "pissn": "1077-6990", "subject": ["Communication"], "eissn": "2161-430X", "author": [{"affiliation": [{"name": "The Academic College of Yezreel Valley, Israel"}, {"name": "Michigan State University, East Lansing, USA"}], "given": "Avshalom", "family": "Ginosar"}, {"affiliation": [{"name": "University of Haifa, Israel"}], "given": "Or", "family": "Krispil"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2016-7-11", "link": [{"URL": "http://journals.sagepub.com/doi/pdf/10.1177/1077699015610066", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}, {"URL": "http://journals.sagepub.com/doi/full-xml/10.1177/1077699015610066", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/xml"}, {"URL": "http://journals.sagepub.com/doi/pdf/10.1177/1077699015610066", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2016-12", "accepted": null, "publisher": "SAGE Publications", "doi": "10.1177/1077699015610066", "license": [{"URL": "http://journals.sagepub.com/page/policies/text-and-data-mining-license", "start": {"timestamp": 1468195200000, "date-time": "2016-07-11T00:00:00Z", "date-parts": [[2016, 7, 11]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1177/1077699015610066", "issn": [{"type": "print", "value": "1077-6990"}, {"type": "electronic", "value": "2161-430X"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Broadcasting Regulation and the Public Interest"], "funder": null, "datasourcePrefix": "crossref____"}
1374
{"best_oa_location_url": "", "issued": "2008", "abstract": [], "objIdentifier": "0362c37d564d5689e2bdbf22c782f36b", "subject": null, "accepted": null, "author": [{"affiliation": [], "given": "Jonah A.", "family": "Berger"}, {"affiliation": [], "given": "Morgan K.", "family": "Ward"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": null, "eissn": "1556-5068", "publisher": "Elsevier BV", "doi": "10.2139/ssrn.1242282", "license": null, "url": "http://dx.doi.org/10.2139/ssrn.1242282", "issn": [{"type": "electronic", "value": "1556-5068"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Subtle Signals of Inconspicuous Consumption"], "funder": null, "datasourcePrefix": "crossref____"}
1375
{"best_oa_location_url": "", "issued": "2013-10-9", "abstract": "According to most accounts of just war theory, jus ad bellum is concerned with the morality of initiating war. This gives jus ad bellum a temporal dimension, making it a set of principles that are applied to judge belligerents’ actions at the outset of a war, but that cannot be revisited after a war begins. I challenge this synchronic conception of jus ad bellum by arguing that the considerations the principles of jus ad bellum are meant to judge can, and often do, change substantially over the course of wars. It is inappropriate to determine the ad bellum justice of a war solely based on how the principles of jus ad bellum are satisfied at a war’s outset. Because of the mercurial nature of war, jus ad bellum principles should be applied diachronically, as moral norms that can be used to guide or to judge belligerents even after a war has been initiated.", "objIdentifier": "58dc7fd3b163423e9bff3611494270f2", "pissn": "1369-8230", "subject": ["Philosophy", "Sociology and Political Science"], "eissn": "1743-8772", "author": [{"affiliation": [], "given": "Marcus", "family": "Schulzke"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2013-10-9", "link": [{"URL": "http://www.tandfonline.com/doi/pdf/10.1080/13698230.2013.829330", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2015-5-4", "accepted": null, "publisher": "Informa UK Limited", "doi": "10.1080/13698230.2013.829330", "license": null, "url": "http://dx.doi.org/10.1080/13698230.2013.829330", "issn": [{"type": "print", "value": "1369-8230"}, {"type": "electronic", "value": "1743-8772"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["The contingent morality of war: establishing a diachronic model ofjus ad bellum"], "funder": null, "datasourcePrefix": "crossref____"}
1376
{"best_oa_location_url": "", "issued": "1993-7-01", "abstract": [], "objIdentifier": "8565cd144d7c96feeb1feaa636dc579b", "pissn": "0883-9212", "subject": ["Rehabilitation"], "author": [{"affiliation": [], "given": "Ellen", "family": "Hillegass"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1993-7", "accepted": null, "publisher": "Ovid Technologies (Wolters Kluwer Health)", "doi": "10.1097/00008483-199307000-00018", "license": null, "url": "http://dx.doi.org/10.1097/00008483-199307000-00018", "issn": [{"type": "print", "value": "0883-9212"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Coronary Angioplasty (Video)"], "funder": null, "datasourcePrefix": "crossref____"}
1377
{"best_oa_location_url": "", "issued": "2004-9-01", "abstract": [], "objIdentifier": "4db8ba4d122056fd3e5a20e4a644fa82", "pissn": "1473-3099", "subject": ["Infectious Diseases"], "author": [{"affiliation": [], "given": "Pam", "family": "Das"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S1473309904011247?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S1473309904011247?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2004-9", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/s1473-3099(04)01124-7", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1093996800000, "date-parts": [[2004, 9, 1]], "date-time": "2004-09-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/s1473-3099(04)01124-7", "issn": [{"type": "print", "value": "1473-3099"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Infectious disease surveillance update"], "funder": null, "datasourcePrefix": "crossref____"}
1378
{"issued": "2017-11-8", "abstract": [], "objIdentifier": "359661686e9a41e154638e618fe0d853", "pissn": "1557-1939", "subject": ["Electronic, Optical and Magnetic Materials", "Condensed Matter Physics"], "accepted": null, "author": [{"affiliation": [], "given": "C. C.", "family": "Hsieh"}, {"affiliation": [], "given": "C.", "family": "Ke"}, {"affiliation": [], "given": "C. H.", "family": "Cheng"}, {"affiliation": [], "given": "H.", "family": "Zhang"}, {"ORCID": "http://orcid.org/0000-0001-6375-0982", "authenticated-orcid": false, "given": "Y.", "family": "Zhao", "affiliation": []}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2017-11-8", "link": [{"URL": "http://link.springer.com/content/pdf/10.1007/s10948-017-4392-y.pdf", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}, {"URL": "http://link.springer.com/article/10.1007/s10948-017-4392-y/fulltext.html", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/html"}, {"URL": "http://link.springer.com/content/pdf/10.1007/s10948-017-4392-y.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "application/pdf"}], "published-print": null, "eissn": "1557-1947", "publisher": "Springer Nature", "doi": "10.1007/s10948-017-4392-y", "license": [{"URL": "http://www.springer.com/tdm", "start": {"timestamp": 1510099200000, "date-time": "2017-11-08T00:00:00Z", "date-parts": [[2017, 11, 8]]}, "content-version": "unspecified", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1007/s10948-017-4392-y", "issn": [{"type": "print", "value": "1557-1939"}, {"type": "electronic", "value": "1557-1947"}], "collectedFrom": [{"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Synthesis and Superconductivity of Ba2Ti2(Fe1−x\n            Cr\n                x\n            )2As4O"], "funder": [{"doi-asserted-by": "publisher", "DOI": "10.13039/501100001809", "name": "National Natural Science Foundation of China", "award": ["51377138"]}], "datasourcePrefix": "crossref____"}
1379
{"best_oa_location_url": "", "issued": "2013-6-13", "abstract": "This study presents the first attempt of direct continuous-time model identification using instrumental variable method for Hammerstein–Wiener systems from sampled data. Under the assumption of monotonic function for the Wiener part, the whole non-linear model is first estimated as an augmented multiple-input single-output linear model, from which the model parameters are then extracted by singular value decomposition. A refined instrumental variable method is proposed to consistently identify this non-linear system acting in a coloured noisy environment. Monte Carlo simulation analysis is presented to illustrate the effectiveness of the proposed method.", "objIdentifier": "ffabef340d0288328662ec2b70414031", "pissn": "1751-8644", "subject": ["Control and Systems Engineering", "Human-Computer Interaction", "Electrical and Electronic Engineering", "Control and Optimization", "Computer Science Applications"], "eissn": "1751-8652", "author": [{"affiliation": [], "given": "Boyi", "family": "Ni"}, {"affiliation": [], "given": "Marion", "family": "Gilson"}, {"affiliation": [], "given": "Hugues", "family": "Garnier"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2013-6-13", "accepted": null, "publisher": "Institution of Engineering and Technology (IET)", "doi": "10.1049/iet-cta.2012.0548", "license": null, "url": "http://dx.doi.org/10.1049/iet-cta.2012.0548", "issn": [{"type": "print", "value": "1751-8644"}, {"type": "electronic", "value": "1751-8652"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Refined instrumental variable method for Hammerstein–Wiener continuous-time model identification"], "funder": null, "datasourcePrefix": "crossref____"}
1380
{"best_oa_location_url": "", "issued": "1992-1-01", "abstract": [], "objIdentifier": "441d049194d950bf6faf0f82a7392d10", "pissn": "0950-0782", "subject": ["Linguistics and Language", "Education", "Language and Linguistics"], "eissn": "1747-7581", "author": [{"affiliation": [], "given": "Euan", "family": "Reid"}, {"affiliation": [], "given": "Ofelia", "family": "García"}, {"affiliation": [], "given": "Tom", "family": "Nicholson"}, {"affiliation": [], "given": "Marian Giles", "family": "Jones"}, {"affiliation": [], "given": "Pam", "family": "Czerniewska"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.tandfonline.com/doi/pdf/10.1080/09500789209541326", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1992-1", "accepted": null, "publisher": "Informa UK Limited", "doi": "10.1080/09500789209541326", "license": null, "url": "http://dx.doi.org/10.1080/09500789209541326", "issn": [{"type": "print", "value": "0950-0782"}, {"type": "electronic", "value": "1747-7581"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Book reviews"], "funder": null, "datasourcePrefix": "crossref____"}
1381
{"best_oa_location_url": "https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2116657/pdf", "issued": "1823-6-01", "abstract": [], "objIdentifier": "6842254320db03da0fad2bdaed57fe9b", "pissn": "0959-5287", "subject": null, "eissn": "1758-1095", "author": [{"affiliation": [], "given": "Arthur", "family": "Jacob"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": "1823-6-1", "link": null, "published-print": "1823-6", "accepted": null, "publisher": "SAGE Publications", "doi": "10.1177/09595287230120p218", "license": null, "url": "http://dx.doi.org/10.1177/09595287230120p218", "issn": [{"type": "print", "value": "0959-5287"}, {"type": "electronic", "value": "1758-1095"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Inquiries Respecting the Anatomy of the Eye"], "funder": null, "datasourcePrefix": "crossref____"}
1382
{"best_oa_location_url": "", "issued": "1896", "abstract": [], "objIdentifier": "17e59b9ac26dcda0055a0253b1b6d50d", "pissn": "0065-0536", "subject": ["Archaeology", "Archaeology", "History"], "author": [{"affiliation": [], "given": "Ernest-Théodore", "family": "Hamy"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1896", "accepted": null, "publisher": "PERSEE Program", "doi": "10.3406/crai.1896.70800", "license": null, "url": "http://dx.doi.org/10.3406/crai.1896.70800", "issn": [{"type": "print", "value": "0065-0536"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["La nécropole berbère d'Henchir-el-'Assel, près de Dar-bel-Ouar (Tunisie), séance du 24 avril 1896, appendice"], "funder": null, "datasourcePrefix": "crossref____"}
1383
{"best_oa_location_url": "http://www.ncbi.nlm.nih.gov/pmc/articles/PMC3130443", "issued": "2011-4-18", "abstract": "Skeletal muscles are length- and velocity-sensitive force producers, constructed of a vast array of sarcomeres. Muscles come in a variety of sizes and shapes to accomplish a wide variety of tasks. How does muscle design match task performance? In this review, we outline muscle's basic properties and strategies that are used to produce movement. Several examples are provided, primarily for human muscles, in which skeletal muscle architecture and moment arms are tailored to a particular performance requirement. In addition, the concept that muscles may have a preferred sarcomere length operating range is also introduced. Taken together, the case is made that muscles can be fine-tuned to perform specific tasks that require actuators with a wide range of properties.", "objIdentifier": "0a999e34494c51532e1c88bd85e78ca4", "pissn": "0962-8436", "subject": ["General Biochemistry, Genetics and Molecular Biology", "General Agricultural and Biological Sciences"], "eissn": "1471-2970", "author": [{"affiliation": [], "given": "R. L.", "family": "Lieber"}, {"affiliation": [], "given": "S. R.", "family": "Ward"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": "2011-4-18", "link": [{"URL": "https://syndication.highwire.org/content/doi/10.1098/rstb.2010.0316", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2011-5-27", "accepted": null, "publisher": "The Royal Society", "doi": "10.1098/rstb.2010.0316", "license": null, "url": "http://dx.doi.org/10.1098/rstb.2010.0316", "issn": [{"type": "print", "value": "0962-8436"}, {"type": "electronic", "value": "1471-2970"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Skeletal muscle design to meet functional demands"], "funder": null, "datasourcePrefix": "crossref____"}
1384
{"best_oa_location_url": "", "issued": "2012", "abstract": [], "objIdentifier": "a03f1e117b50589e2808913d664c2a2c", "subject": null, "author": [{"affiliation": [], "given": "Qasim", "family": "Haq"}, {"affiliation": [], "given": "M. R.", "family": "Haberfeld"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": "2012-4-2", "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/978-1-4614-3552-5_8", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2012", "accepted": null, "publisher": "Springer New York", "doi": "10.1007/978-1-4614-3552-5_8", "license": null, "url": "http://dx.doi.org/10.1007/978-1-4614-3552-5_8", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Policing Muslims in a “Combat/Peace” Environment: The Case of “Policing by Religion” in Israel"], "funder": null, "datasourcePrefix": "crossref____"}
1385
{"best_oa_location_url": "", "issued": "None", "abstract": [], "objIdentifier": "02a684ca37cd66198647709eb86c9847", "subject": null, "author": [{"affiliation": [], "given": "Jost", "family": "Dülffer"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": null, "published-print": null, "accepted": null, "publisher": "Cambridge University Press", "doi": "10.1017/cbo9781139871815.010", "license": null, "url": "http://dx.doi.org/10.1017/cbo9781139871815.010", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Humanitarian intervention as legitimation of violence – the German case 1937–1939"], "funder": null, "datasourcePrefix": "crossref____"}
1386
{"best_oa_location_url": "", "issued": "None", "abstract": "Electrical properties of semiconductor devices change drastically with doping. Doping alone has no distinguishable topographical contrast or carrier concentration levels when compared to a non-doped area of an active region. As a result of that, dopant profiling and p-n junction delineation has become one very critical step in failure analysis to identify and confirm dopant abnormalities. One of the most promising techniques for two-dimensional delineation of dopants in silicon is based on chemical etching of doped regions and subsequent observation using the scanning electron microscope (SEM) or transmission electron microscope (TEM). This paper presents the use of focus ion beam (FIB) cross sectioning and selective chemical etching to perform p-n junction delineation for identifying dopant implantation defects at silicon level.", "objIdentifier": "a63e1db043bed790abcb8b58d8884f05", "subject": null, "author": [{"affiliation": [], "family": "Ng Sea Chooi"}, {"affiliation": [], "family": "Ng Jou Ching"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0004", "value": "Conference object"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://xplorestaging.ieee.org/ielx5/7972/22051/01025640.pdf?arnumber=1025640", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "accepted": null, "publisher": "IEEE", "doi": "10.1109/ipfa.2002.1025640", "license": null, "url": "http://dx.doi.org/10.1109/ipfa.2002.1025640", "issn": null, "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Dopant delineation: novel technique for silicon dopant implantation defects identification"], "funder": null, "datasourcePrefix": "crossref____"}
1387
{"best_oa_location_url": "", "issued": "None", "abstract": [], "objIdentifier": "79a4c4dd6bb447149c5cdb5444f0a529", "subject": null, "author": [{"affiliation": [], "given": "Vincent", "family": "Ho"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0006", "value": "Doctoral thesis"}, "is_oa": false, "published-online": null, "link": null, "published-print": null, "accepted": null, "publisher": "The Hong Kong University of Science and Technology Library", "doi": "10.14711/thesis-b603939", "license": null, "url": "http://dx.doi.org/10.14711/thesis-b603939", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["The cba gene of C. biazotea encoding a secretory cellobiase : its sequence determination, cloning and expression"], "funder": null, "datasourcePrefix": "crossref____"}
1388
{"best_oa_location_url": "", "issued": "1999-8-01", "abstract": "Background#R##N#Hereditary hemorrhagic telangiectasia (HHT) is a dominantly inherited disease with a high prevalence of pulmonary arteriovenous malformations (PAVMs). The first symptom of HHT may be stroke or fatal hemoptysis associated with the presence of PAVM.#R##N#Objective#R##N#To evaluate different screening methods applied for the identification of PAVMs.#R##N#Setting#R##N#Odense University Hospital.#R##N#Subjects#R##N#HHT patients with positive findings on contrast echocardiography (CE) who participated in a screening investigation and underwent pulmonary angiography (PA).#R##N#Methods#R##N#Different screening methods were evaluated against the results of PA. In a group of patients with positive findings on CE, we compared results of PA with the following: severity of dyspnea; results of pulse oximetry arterial oxygen saturation (Sao2) supine and upright; supine Pao2 in room air and while breathing 100% oxygen; size of arteriovenous shunt in supine position; chest radiograph; and intensity of contrast at CE.#R##N#Results#R##N#PA was performed in 25 HHT patients with positive findings on CE, 15 of whom had PAVM. Embolization therapy was recommended in 12 patients, and 3 patients had small PAVMs not accessible for therapy. In 10 patients, PAVM could not be demonstrated at PA. The sensitivity and specificity calculated for the screening procedures are as follows: 53% and 90%, respectively, for Sao2; 60% and 100%, respectively, for chest radiograph; 73% and 80%, respectively, for Pao2 in room air; 100% and 40%, respectively, for Pao2 breathing 100% oxygen; and 64% and 80%, respectively, for shunt measurement.#R##N#Conclusion#R##N#Initial screening with CE followed by measurement of Pao2 while breathing 100% oxygen seemed to be the best screening procedure for identification of patients with PAVM. Screening with chest radiograph and pulse oximetry was shown to be insufficient.", "objIdentifier": "14c71f49d1a1290fdc526d85edd00529", "pissn": "0012-3692", "subject": ["Critical Care and Intensive Care Medicine", "Pulmonary and Respiratory Medicine", "Cardiology and Cardiovascular Medicine"], "author": [{"affiliation": [], "given": "Anette Drøhse", "family": "Kjeldsen"}, {"affiliation": [], "given": "H.", "family": "Oxhøj"}, {"affiliation": [], "given": "P.E.", "family": "Andersen"}, {"affiliation": [], "given": "B.", "family": "Elle"}, {"affiliation": [], "given": "J.P.", "family": "Jacobsen"}, {"affiliation": [], "given": "P.", "family": "Vase"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0012369215380302?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S0012369215380302?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "1999-8", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1378/chest.116.2.432", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 933465600000, "date-parts": [[1999, 8, 1]], "date-time": "1999-08-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1378/chest.116.2.432", "issn": [{"type": "print", "value": "0012-3692"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Pulmonary Arteriovenous Malformations"], "funder": null, "datasourcePrefix": "crossref____"}
1389
{"best_oa_location_url": "http://arxiv.org/abs/gr-qc/9302013", "issued": "None", "abstract": "AbstractWe use a λΦ 4 scalar quantum field theory to illustrate a new approach tothe study of quantum to classical transition. In this approach, the decoherencefunctional is employed to assign probabilities to consistent histories defined interms of correlations among the fields at separate points, rather than the fielditself. We present expressions for the quantum amplitudes associated with suchhistories, as well as for the decoherence functional between two of them. Thedynamics of an individual consistent history may be described by a Langevin-type equation, which we derive. Dedicated to Professor Brill on the occasion of his sixtieth birthday, August 1993 1. Introduction1.1. Interpretations of Quantum Mechanics and Paradigmsof Statistical Mechanics This paper attempts to bring together two basic concepts, one from the foundationsof statistical mechanics and the other from the foundations of quantum mechanics,for the purpose of addressing two basic issues in physics:1) the quantum to classical transition, and2) the quantum origin of stochastic dynamics.Both issues draw in the interlaced effects of dissipation, decoherence, noise, and fluc-tuation. A central concern is the role played by coarse-graining –the naturalness of itschoice, the effectiveness of its implementation and the relevance of its consequences.On the fundations of quantum mechanics, a number of alternative interpretationsexists, e.g., the Copenhagen interpretation, the many-world interpretation [1], theconsistent history interpretations [2], to name just a few (see [3] for a recent review).", "objIdentifier": "025db5c36f165121536a0bab1f7b4daa", "subject": null, "author": [{"affiliation": [], "given": "E.", "family": "Calzetta"}, {"affiliation": [], "given": "B. L.", "family": "Hu"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": true, "published-online": null, "link": null, "published-print": null, "accepted": null, "publisher": "Cambridge University Press", "doi": "10.1017/cbo9780511524653.007", "license": null, "url": "http://dx.doi.org/10.1017/cbo9780511524653.007", "issn": null, "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Decoherence of Correlation Histories"], "funder": null, "datasourcePrefix": "crossref____"}
1390
{"issued": "2018-5-01", "abstract": [], "objIdentifier": "fc674a655c0925b19e94304bb0263bf3", "pissn": "1751-570X", "subject": ["Control and Systems Engineering", "Analysis", "Computer Science Applications"], "author": [{"affiliation": [], "given": "Chao", "family": "Han"}, {"affiliation": [], "given": "Li", "family": "Jia"}, {"affiliation": [], "given": "Daogang", "family": "Peng"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S1751570X17300961?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S1751570X17300961?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2018-5", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/j.nahs.2017.11.002", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1525132800000, "date-parts": [[2018, 5, 1]], "date-time": "2018-05-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/j.nahs.2017.11.002", "issn": [{"type": "print", "value": "1751-570X"}], "collectedFrom": [{"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Model predictive control of batch processes based on two-dimensional integration frame"], "funder": [{"doi-asserted-by": "publisher", "DOI": "10.13039/501100001809", "name": "National Natural Science Foundation of China", "award": ["61773251", "61374044"]}, {"doi-asserted-by": "publisher", "DOI": "10.13039/501100003399", "name": "Science and Technology Commission of Shanghai Municipality", "award": ["16111106300", "17511109400", "15510722100"]}], "datasourcePrefix": "crossref____"}
1391
{"best_oa_location_url": "", "issued": "2014-4-01", "abstract": [], "objIdentifier": "6958eafc1eb053fcd79f6857e3247a95", "subject": null, "author": [{"affiliation": [], "given": "Kristoph", "family": "Keunecke"}, {"affiliation": [], "given": "Gerd", "family": "Scholl"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0004", "value": "Conference object"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://xplorestaging.ieee.org/ielx7/6888545/6901672/06902230.pdf?arnumber=6902230", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2014-4", "accepted": null, "publisher": "IEEE", "doi": "10.1109/eucap.2014.6902230", "license": null, "url": "http://dx.doi.org/10.1109/eucap.2014.6902230", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["IEEE 802.11 n-based TDOA performance evaluation in an indoor multipath environment"], "funder": null, "datasourcePrefix": "crossref____"}
1392
{"best_oa_location_url": "", "issued": "2010-9-1", "abstract": "Major breakthroughs in chip and software design have been observed for the last nine years. In October 2001, IBM released the world’s first multicore processor: POWER4. Six years later, in February 2007, NVIDIA made a public release of CUDA SDK, a set of development tools to write algorithms for execution on Graphic Processing Units (GPUs). Although software vendors have started working on parallelizing their products, the vast majority of existing code is still sequential and does not effectively utilize modern multicore CPUs and manycore GPUs.   This article describes Parallel Colt, a multithreaded Java library for scientific computing and image processing. In addition to describing the design and functionality of Parallel Colt, a comparison to MATLAB is presented. Two ImageJ plugins for iterative image deblurring and motion correction of PET brain images are described as typical applications of this library. Performance comparisons with MATLAB, including GPU computations via AccelerEyes’ Jacket toolbox are also given.", "objIdentifier": "dd2facf4e25399cbe58c0f76823291d3", "pissn": "0098-3500", "subject": null, "author": [{"affiliation": [], "given": "Piotr", "family": "Wendykier"}, {"affiliation": [], "given": "James G.", "family": "Nagy"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://dl.acm.org/ft_gateway.cfm?id=1824809&amp;ftid=850098&amp;dwn=1", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2010-9-1", "accepted": null, "publisher": "Association for Computing Machinery (ACM)", "doi": "10.1145/1824801.1824809", "license": null, "url": "http://dx.doi.org/10.1145/1824801.1824809", "issn": [{"type": "print", "value": "0098-3500"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Parallel Colt"], "funder": null, "datasourcePrefix": "crossref____"}
1393
{"best_oa_location_url": "", "issued": "None", "abstract": [], "objIdentifier": "0f2b8da858b26da2ac8ed5c38c725870", "subject": null, "author": [{"affiliation": [], "given": "Stephen M.", "family": "Barnett"}, {"affiliation": [], "given": "Roberta", "family": "Zambrini"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0013", "value": "Part of book or chapter of book"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.springerlink.com/index/pdf/10.1007/0-387-33988-4_12", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": null, "accepted": null, "publisher": "Springer New York", "doi": "10.1007/0-387-33988-4_12", "license": null, "url": "http://dx.doi.org/10.1007/0-387-33988-4_12", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Orbital Angular Momentum of Light"], "funder": null, "datasourcePrefix": "crossref____"}
1394
{"best_oa_location_url": "", "issued": "2009-1-01", "abstract": [], "objIdentifier": "18751f4f23ef8d032051401714559edb", "pissn": "1756-2392", "subject": ["Agricultural and Biological Sciences (miscellaneous)", "Medicine (miscellaneous)", "Biochemistry, Genetics and Molecular Biology (miscellaneous)"], "author": [{"affiliation": [], "given": "S.B.", "family": "Craig"}, {"affiliation": [], "given": "G.C.", "family": "Graham"}, {"affiliation": [], "given": "M.-A.", "family": "Burns"}, {"affiliation": [], "given": "M.F.", "family": "Dohnt"}, {"affiliation": [], "given": "R.J.", "family": "Wilson"}, {"affiliation": [], "given": "L.D.", "family": "Smythe"}, {"affiliation": [], "given": "D.B.", "family": "Mckay"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S1756239209001281?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S1756239209001281?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2009-1", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/j.bihy.2009.07.006", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1230768000000, "date-time": "2009-01-01T00:00:00Z", "date-parts": [[2009, 1, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/j.bihy.2009.07.006", "issn": [{"type": "print", "value": "1756-2392"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Leptospirosis and Goodpasture's Syndrome"], "funder": null, "datasourcePrefix": "crossref____"}
1395
{"best_oa_location_url": "", "issued": "2011-1-01", "abstract": "Background#R##N#Impaction bone grafting allows restoration of the acetabular bone stock in revision hip arthroplasty. The success of this technique depends largely on achieving adequate initial stability of the component. To obtain well-compacted, well-graded allograft aggregates, we developed an ex vivo compaction device to apply it in revision total hip arthroplasty on the acetabular side, and characterized mechanical properties and putative osteoconductivity of allograft aggregates.", "objIdentifier": "10eaceae5cd8a3890554eacedac7366b", "pissn": "0949-2658", "subject": ["Orthopedics and Sports Medicine"], "author": [{"affiliation": [], "given": "Haruhiko", "family": "Akiyama"}, {"affiliation": [], "given": "Mitsuru", "family": "Takemoto"}, {"affiliation": [], "given": "Koji", "family": "Yamamoto"}, {"affiliation": [], "given": "Tsunemitsu", "family": "Soeda"}, {"affiliation": [], "given": "Takashi", "family": "Nakamura"}, {"affiliation": [], "given": "Takkan", "family": "Morishima"}, {"affiliation": [], "given": "Hiromi", "family": "Otsuka"}, {"affiliation": [], "given": "Keiji", "family": "Sato"}, {"affiliation": [], "given": "Toshiki", "family": "Iwase"}, {"affiliation": [], "given": "Tamon", "family": "Kabata"}, {"affiliation": [], "given": "Keiichi", "family": "Kawanabe"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0949265815308514?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S0949265815308514?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}, {"URL": "http://www.springerlink.com/index/pdf/10.1007/s00776-010-0007-1", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2011-1", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1007/s00776-010-0007-1", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1293840000000, "date-parts": [[2011, 1, 1]], "date-time": "2011-01-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1007/s00776-010-0007-1", "issn": [{"type": "print", "value": "0949-2658"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["A novel technique for impaction bone grafting in acetabular reconstruction of revision total hip arthroplasty using an ex vivo compaction device"], "funder": null, "datasourcePrefix": "crossref____"}
1396
{"best_oa_location_url": "", "issued": "1993", "abstract": [], "objIdentifier": "a077af86beb2dd990614a548708ae09a", "pissn": "0030-851X", "subject": ["Geography, Planning and Development", "Sociology and Political Science"], "author": [{"affiliation": [], "given": "Hyung-Chan", "family": "Kim"}, {"affiliation": [], "given": "Jee-Peng", "family": "Tan"}, {"affiliation": [], "given": "Alain", "family": "Mingat"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1993", "accepted": null, "publisher": "JSTOR", "doi": "10.2307/2760679", "license": null, "url": "http://dx.doi.org/10.2307/2760679", "issn": [{"type": "print", "value": "0030-851X"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Education in Asia: A Comparative Study of Cost and Financing."], "funder": null, "datasourcePrefix": "crossref____"}
1397
{"best_oa_location_url": "", "issued": "1995-9-01", "abstract": [], "objIdentifier": "f375aa8c6361e8f9a9a3dc88e4841a8b", "pissn": "0376-8929", "subject": ["Pollution", "Health, Toxicology and Mutagenesis", "Management, Monitoring, Policy and Law", "Water Science and Technology", "Nature and Landscape Conservation"], "eissn": "1469-4387", "author": [{"affiliation": [], "given": "Nicholas", "family": "Polunin"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2009-8-24", "link": [{"URL": "https://www.cambridge.org/core/services/aop-cambridge-core/content/view/S0376892900010729", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1995-9", "accepted": null, "publisher": "Cambridge University Press (CUP)", "doi": "10.1017/s0376892900010729", "license": null, "url": "http://dx.doi.org/10.1017/s0376892900010729", "issn": [{"type": "print", "value": "0376-8929"}, {"type": "electronic", "value": "1469-4387"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Biosphere Day 1995: (Celebrated each Year on September 21st)"], "funder": null, "datasourcePrefix": "crossref____"}
1398
{"best_oa_location_url": "http://doi.org/10.1098/rsos.160140", "issued": "2016-6-01", "abstract": "We investigate how textual properties of scientific papers relate to the number of citations they receive. Our main finding is that correlations are nonlinear and affect differently the most cited and typical papers. For instance, we find that, in most journals, short titles correlate positively with citations only for the most cited papers, whereas for typical papers, the correlation is usually negative. Our analysis of six different factors, calculated both at the title and abstract level of 4.3 million papers in over 1500 journals, reveals the number of authors, and the length and complexity of the abstract, as having the strongest (positive) influence on the number of citations.", "objIdentifier": "fa6f06fadd24a17e9612a2ad21a76dc1", "subject": null, "accepted": null, "author": [{"affiliation": [], "given": "Julian", "family": "Sienkiewicz"}, {"affiliation": [], "given": "Eduardo G.", "family": "Altmann"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": "2016-6-22", "link": [{"URL": "https://syndication.highwire.org/content/doi/10.1098/rsos.160140", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2016-6", "eissn": "2054-5703", "publisher": "The Royal Society", "doi": "10.1098/rsos.160140", "license": null, "url": "http://dx.doi.org/10.1098/rsos.160140", "issn": [{"type": "electronic", "value": "2054-5703"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Impact of lexical and sentiment factors on the popularity of scientific papers"], "funder": null, "datasourcePrefix": "crossref____"}
1399
{"best_oa_location_url": "", "issued": "1956-12-01", "abstract": [], "objIdentifier": "58ef0a4d71e26fa3f1c1f5f5ebc48065", "pissn": "0027-7738", "subject": ["Linguistics and Language", "Demography", "Language and Linguistics"], "eissn": "1756-2279", "author": [{"affiliation": [], "given": "Erwin G.", "family": "Gudde"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2013-7-19", "link": [{"URL": "http://www.tandfonline.com/doi/pdf/10.1179/nam.1956.4.4.241", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1956-12", "accepted": null, "publisher": "Informa UK Limited", "doi": "10.1179/nam.1956.4.4.241", "license": null, "url": "http://dx.doi.org/10.1179/nam.1956.4.4.241", "issn": [{"type": "print", "value": "0027-7738"}, {"type": "electronic", "value": "1756-2279"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Sugarloaf"], "funder": null, "datasourcePrefix": "crossref____"}
1400
{"best_oa_location_url": "https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1722329/pdf", "issued": "1998-1-1", "abstract": "Editor,—Mitomycin C 0.02% has been shown to be highly effective in preventing the recurrence of pterygium following its surgical removal.1 2 The safest method of application and the optimal concentration have yet to be determined.#N##N#In this retrospective study, we evaluated 45 consecutive patients who underwent surgical removal of pterygium at the Barzilai Medical Center between January 1995 and January 1996. Patients’ ages at surgery ranged from 25 to 75 years (average 51 years). …", "objIdentifier": "2582440f1399198524ee8bfb0c20d977", "pissn": "0007-1161", "subject": ["Ophthalmology", "Sensory Systems", "Cellular and Molecular Neuroscience"], "author": [{"affiliation": [], "given": "S", "family": "LEVARTOVSKY"}, {"affiliation": [], "given": "Y", "family": "MOSKOWITZ"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": null, "link": [{"URL": "https://syndication.highwire.org/content/doi/10.1136/bjo.82.1.97a", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1998-1-1", "accepted": null, "publisher": "BMJ", "doi": "10.1136/bjo.82.1.97a", "license": null, "url": "http://dx.doi.org/10.1136/bjo.82.1.97a", "issn": [{"type": "print", "value": "0007-1161"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Application of mitomycin C 0.02% for 2 minutes at the end of pterygium surgery"], "funder": null, "datasourcePrefix": "crossref____"}
1401
{"best_oa_location_url": "", "issued": "1964", "abstract": [], "objIdentifier": "fc209b972f0b0bf3bb815e5662240aaf", "pissn": "0030-3755", "subject": ["Ophthalmology", "Sensory Systems", "General Medicine"], "eissn": "1423-0267", "author": [{"affiliation": [], "given": "M.A.", "family": "Quéré"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://www.karger.com/Article/Pdf/304666", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1964", "accepted": null, "publisher": "S. Karger AG", "doi": "10.1159/000304666", "license": null, "url": "http://dx.doi.org/10.1159/000304666", "issn": [{"type": "print", "value": "0030-3755"}, {"type": "electronic", "value": "1423-0267"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Les complications oculaires de la rougeole, cause majeure de cécité chez l’enfant en pays tropical"], "funder": null, "datasourcePrefix": "crossref____"}
1402
{"best_oa_location_url": "", "issued": "2011-9-01", "abstract": "Testing the correct model specification hypothesis for artificial neural network (ANN) models of the conditional mean is not standard. The traditional Wald, Lagrange multiplier, and quasi-likelihood ratio statistics weakly converge to functions of Gaussian processes, rather than to convenient chisquared distributions. Also, their large sample null distributions are problem dependent, limiting applicability. We overcome this challenge by applying functional regression methods of Cho, Huang, and White (2008) to extreme learning machines (ELM). The Wald ELM (WELM) test statistic proposed here is easy to compute and has a large-sample standard chi-squared distribution under the null hypothesis of correct specification. We provide associated theory for time-series data and affirm our theory with some Monte Carlo experiments.", "objIdentifier": "3614535bee5d7d0ade2a1509e2f5b9d3", "pissn": "0925-2312", "subject": ["Cognitive Neuroscience", "Artificial Intelligence", "Computer Science Applications"], "author": [{"affiliation": [], "given": "Jin Seo", "family": "Cho"}, {"affiliation": [], "given": "Halbert", "family": "White"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0925231211002128?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S0925231211002128?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2011-9", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/j.neucom.2010.11.031", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1314835200000, "date-time": "2011-09-01T00:00:00Z", "date-parts": [[2011, 9, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/j.neucom.2010.11.031", "issn": [{"type": "print", "value": "0925-2312"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Testing correct model specification using extreme learning machines"], "funder": null, "datasourcePrefix": "crossref____"}
1403
{"best_oa_location_url": "", "issued": "2012", "abstract": [], "objIdentifier": "17731dff29b1fe6d7f136fb408053535", "subject": ["Literature and Literary Theory"], "accepted": null, "author": [{"affiliation": [], "given": "W. Brown", "family": "Patterson"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2012", "eissn": "1934-421X", "publisher": "Johns Hopkins University Press", "doi": "10.1353/sew.2012.0111", "license": null, "url": "http://dx.doi.org/10.1353/sew.2012.0111", "issn": [{"type": "electronic", "value": "1934-421X"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["The King James Bible in Cultural Context"], "funder": null, "datasourcePrefix": "crossref____"}
1404
{"best_oa_location_url": "", "issued": "1991-4-1", "abstract": [], "objIdentifier": "07c4589d7d9abc37ea92ecfef95f18eb", "subject": null, "author": [{"affiliation": [], "given": "G.J.", "family": "Hoerter"}, {"affiliation": [], "given": "S.A.", "family": "Powers"}, {"affiliation": [], "given": "M.R.", "family": "Robinson"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0004", "value": "Conference object"}, "is_oa": false, "published-online": "1991-4-1", "link": null, "published-print": null, "accepted": null, "publisher": "SAE International", "doi": "10.4271/911171", "license": null, "url": "http://dx.doi.org/10.4271/911171", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["The Development and Progress of Enhanced Fighter Maneuverability on the X-31"], "funder": null, "datasourcePrefix": "crossref____"}
1405
{"best_oa_location_url": "", "issued": "1993", "abstract": "The 16-#R##N##TAB##TAB##TAB##TAB#2H#R##N##TAB##TAB##TAB##TAB#2 title compound #R##N##TAB##TAB##TAB##TAB#5b constituted a significant amount of the non-aromatic metabolites recovered from incubations of 3,17-dioxo-[16,16,19-#R##N##TAB##TAB##TAB##TAB#2H#R##N##TAB##TAB##TAB##TAB#3]androst-4-en-19-al 1 with placental aromatase. For the evaluation of the role of compound 5b in the elaboration of estrogens, its transformations at pH 6.5 and 7.2 in the presence and absence of microsomal placental aromatase were investigated. In the presence of the aromatase at pH 6.5, estrogens (6.8%), products of isomerization of the double bond [Δ#R##N##TAB##TAB##TAB##TAB#5(10)→Δ#R##N##TAB##TAB##TAB##TAB#4] and products of reduction of the carbonyl groups were formed. When the incubation was carried out at pH 7.2, products similar to those obtained above were isolated but in different yields. Noticeably more estrogens (22.7%) and less of the reduced products were formed. Additionally, at pH 7.2, 10β-hydroxy-[16,16-#R##N##TAB##TAB##TAB##TAB#2H#R##N##TAB##TAB##TAB##TAB#2]estr-4-ene-3,17-dione #R##N##TAB##TAB##TAB##TAB#4a was obtained.#R##N##TAB##TAB##TAB##R##N##TAB##TAB##TAB#In the absence of the aromatase, which was replaced with bovine albumin at both pH 6.5 and 7.2, [16,16-#R##N##TAB##TAB##TAB##TAB#2H#R##N##TAB##TAB##TAB##TAB#2]estr-4-ene-3,17-dione #R##N##TAB##TAB##TAB##TAB#3a and its 10β-hydroxy derivative #R##N##TAB##TAB##TAB##TAB#4a were formed in large amounts and were the only products detected.#R##N##TAB##TAB##TAB##R##N##TAB##TAB##TAB#The ramifications of our observations in the context of estrogen biosynthesis are discussed.", "objIdentifier": "a64844be2e68045d3114c6ea26552adf", "pissn": "0300-922X", "subject": null, "eissn": "1364-5463", "author": [{"affiliation": [], "given": "H. Ranjith W.", "family": "Dharmaratne"}, {"affiliation": [], "given": "James. L.", "family": "Kilgore"}, {"affiliation": [], "given": "Esther", "family": "Roitman"}, {"affiliation": [], "given": "Cedric", "family": "Shackleton"}, {"affiliation": [], "given": "Eliahu", "family": "Caspi"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://pubs.rsc.org/en/content/articlepdf/1993/P1/P19930001529", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1993", "accepted": null, "publisher": "Royal Society of Chemistry (RSC)", "doi": "10.1039/p19930001529", "license": null, "url": "http://dx.doi.org/10.1039/p19930001529", "issn": [{"type": "print", "value": "0300-922X"}, {"type": "electronic", "value": "1364-5463"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Biosynthesis of estrogens. Estr-5(10)-ene-3,17-dione: isolation, metabolism and mechanistic implications"], "funder": null, "datasourcePrefix": "crossref____"}
1406
{"issued": "2018-1-01", "abstract": [], "objIdentifier": "70b6b147494f03c55f6e96a4600ed68d", "pissn": "0032-3861", "subject": ["Organic Chemistry", "Polymers and Plastics"], "author": [{"ORCID": "http://orcid.org/0000-0003-1056-5200", "authenticated-orcid": false, "given": "Yihan", "family": "Jing", "affiliation": []}, {"affiliation": [], "given": "Mingliang", "family": "Yang"}, {"affiliation": [], "given": "Shulin", "family": "Dai"}, {"affiliation": [], "given": "Changyun", "family": "Quan"}, {"affiliation": [], "given": "Jie", "family": "Liu"}, {"affiliation": [], "given": "Qing", "family": "Jiang"}, {"affiliation": [], "given": "Chao", "family": "Zhang"}, {"affiliation": [], "given": "Bo", "family": "Liu"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0032386117312405?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S0032386117312405?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2018-1", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/j.polymer.2017.12.062", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1514764800000, "date-parts": [[2018, 1, 1]], "date-time": "2018-01-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/j.polymer.2017.12.062", "issn": [{"type": "print", "value": "0032-3861"}], "collectedFrom": [{"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Microwaves promote transesterification in the rapid synthesis of methoxy-poly(ethylene glycol)- block -poly( l -lactide- random -glycolide)"], "funder": [{"name": "Program for Industry, University & Research Institute Collaboration of Guangdong Province", "award": ["2012B091100452"]}, {"name": "Science and Technology Planning Project of Guangdong Province", "award": ["2013B090600144", "2011A060901013"]}], "datasourcePrefix": "crossref____"}
1407
{"best_oa_location_url": "", "issued": "2013-11-21", "abstract": "We prepared Sr2Ca(n-1)CunOy (n = 3-7) phases using a high-pressure apparatus. In the Sr-Ca-Cu-O system, the n = 5-7 members of a homologous series, Sr2Ca(n-1)CunOy, were prepared as mixed phases for the first time. The c-axis length increases linearly with increasing n; c = 6.46(n-1) + 14.3 A. Half of this slope gives reasonable value of 3.2 A as the thickness of a Ca and CuO2 plane. It is likely that a 0(Sr)2(n-1)n phase is formed from a 0(Sr)2(n-2)(n-1) phase to intercalate CaCuO2 into its infinite layer because the number of CuO2 planes increases with increasing sintering temperature and synthetic time. Too high temperature and too long synthesis time result in the formation of the infinite layer phase.", "objIdentifier": "9e95c92f55e5ecd7d4598db5814b6dd9", "pissn": "0021-8979", "subject": ["General Physics and Astronomy"], "eissn": "1089-7550", "author": [{"affiliation": [], "given": "Tomoya", "family": "Aoba"}, {"affiliation": [], "given": "Takahito", "family": "Kato"}, {"affiliation": [], "given": "Tsuneo", "family": "Suzuki"}, {"ORCID": "0000-0001-6880-8936", "affiliation": [], "given": "Tadachika", "family": "Nakayama"}, {"affiliation": [], "given": "Hisayuki", "family": "Suematsu"}, {"affiliation": [], "given": "Koichi", "family": "Niihara"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://aip.scitation.org/doi/pdf/10.1063/1.4832779", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2013-11-21", "accepted": null, "publisher": "AIP Publishing", "doi": "10.1063/1.4832779", "license": null, "url": "http://dx.doi.org/10.1063/1.4832779", "issn": [{"type": "print", "value": "0021-8979"}, {"type": "electronic", "value": "1089-7550"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["Generation of Sr2Ca(n-1)CunOy phases (n = 5-7) by high pressure synthesis"], "funder": null, "datasourcePrefix": "crossref____"}
1408
{"best_oa_location_url": "", "issued": "2009-6-01", "abstract": "The tokamak boundary plasma is inherently 2D/3D, which impedes the detailed validation of transport models due to the limited spatial coverage of most diagnostics. A potential method for determining the 2D profiles of n(e) and T-e in the plasma volume is to resolve spatially the emission ratios of atomic helium, principally the lines at 667, 706 and 728 nm. Unfortunately, there are several challenges associated with this approach: the traditional use of line-of-sight spectrometer data; crowding by other impurity lines; low signal levels; reliance on accurate atomic physics; and He I meta-stables. Several of these issues are explored in the present study, which utilises tomographic reconstruction of filtered CCD camera images to measure He emission throughout the divertor. Plasma gradients are resolved and compared with results from the OSM-EIRENE code. The near-target n(e) and T-e values agree with Langmuir probe measurements to within a factor similar to 2.", "objIdentifier": "f55fd7a957b021b4e514435578a21d3b", "pissn": "0022-3115", "subject": ["Nuclear and High Energy Physics", "General Materials Science", "Nuclear Energy and Engineering"], "author": [{"affiliation": [], "given": "S.", "family": "Lisgo"}, {"affiliation": [], "given": "P.", "family": "Börner"}, {"affiliation": [], "given": "G.F.", "family": "Counsell"}, {"affiliation": [], "given": "J.", "family": "Dowling"}, {"affiliation": [], "given": "A.", "family": "Kirk"}, {"affiliation": [], "given": "R.", "family": "Scannell"}, {"affiliation": [], "given": "M.", "family": "O’Mullane"}, {"affiliation": [], "given": "D.", "family": "Reiter"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S002231150900302X?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S002231150900302X?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2009-6", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/j.jnucmat.2009.01.292", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1243814400000, "date-time": "2009-06-01T00:00:00Z", "date-parts": [[2009, 6, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/j.jnucmat.2009.01.292", "issn": [{"type": "print", "value": "0022-3115"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Interpretation of spatially resolved helium line ratios on MAST"], "funder": null, "datasourcePrefix": "crossref____"}
1409
{"best_oa_location_url": "", "issued": "1972-8-01", "abstract": "Abstract   The cross-relaxation of Ni 2+  in trigonal NiNa triacetylacetonate-benzene and NiNa tri-acetylacetonate-dioxane has been studied by measuring the frequency dependence of the dynamic susceptibility  χ   zz   ( v ,  H ,  T ) =  χ ′ − i χ ″ in the region 1.9 kHz ⩽  v  ⩽ 10.6 MHz. The magnetic field and temperature have been varied from 0 to 25 kOe and 1.6 to 4.2 K, respectively. At the largest frequencies a χ′ background independent of  v  is found in both systems, which is interpreted as an isolated susceptibility produced by perturbations of the axial crystalline field. For NiNaAcac 3 -benzene this is in disagreement with epr results of Peter. From the  v -dependent susceptibility the cross-relaxation rates τ −1  and susceptibilities of the simplest processes and their magnetic-field dependences were evaluated. For the first time temperature-dependent rates   (  d  τ     −1   d  T > 0  )   have been measured. These are probably due to the large zero-field splitting  D  ≈  kT   of   the   Ni  2+ . Comparing the results of both systems, we conclude that the crystalline field perturbations increase the cross-relaxation rates.", "objIdentifier": "df405e406311ecaff669496ed06c6455", "pissn": "0031-8914", "subject": ["General Engineering"], "author": [{"affiliation": [], "given": "J.", "family": "Kötzler"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:0031891472901103?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:0031891472901103?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "1972-8", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/0031-8914(72)90110-3", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 81475200000, "date-time": "1972-08-01T00:00:00Z", "date-parts": [[1972, 8, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/0031-8914(72)90110-3", "issn": [{"type": "print", "value": "0031-8914"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Temperature-dependent cross-relaxation in s = 1 paramagnets I. Experimental investigation of two undiluted Ni2+ organic compounds"], "funder": null, "datasourcePrefix": "crossref____"}
1410
{"best_oa_location_url": "", "issued": "1994-1-01", "abstract": [], "objIdentifier": "64eaadcf1cb1d3510a4eadcadc5a6291", "pissn": "1061-9518", "subject": ["Accounting", "Finance"], "author": [{"affiliation": [], "given": "David J.", "family": "Sharp"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:1061951894900116?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:1061951894900116?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "1994-1", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/1061-9518(94)90011-6", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 757382400000, "date-time": "1994-01-01T00:00:00Z", "date-parts": [[1994, 1, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/1061-9518(94)90011-6", "issn": [{"type": "print", "value": "1061-9518"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Guest editor's note"], "funder": null, "datasourcePrefix": "crossref____"}
1411
{"best_oa_location_url": "", "issued": "2007", "abstract": [], "objIdentifier": "cee44d56efded20e90481522865597f3", "subject": null, "author": [{"affiliation": [], "given": "P", "family": "Keating"}, {"affiliation": [], "given": "P", "family": "Brouillette"}, {"affiliation": [], "given": "R", "family": "Boivin"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0017", "value": "Report"}, "is_oa": false, "published-online": null, "link": null, "published-print": "2007", "accepted": null, "publisher": "Natural Resources Canada/ESS/Scientific and Technical Publishing Services", "doi": "10.4095/223465", "license": null, "url": "http://dx.doi.org/10.4095/223465", "issn": null, "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Carte de l'anomalie de Bouguer, région de l'Abitibi, Québec-Ontario"], "funder": null, "datasourcePrefix": "crossref____"}
1412
{"best_oa_location_url": "", "issued": "1986-5-01", "abstract": [], "objIdentifier": "349fb6a653fc53a1cea4e0082b13ce60", "pissn": "0141-0768", "subject": ["General Medicine"], "eissn": "1758-1095", "author": [{"affiliation": [{"name": "Head, Division of Rheumatology Clinical Research Centre, Harrow"}], "given": "B M", "family": "Ansell"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": "2016-6-29", "link": [{"URL": "http://journals.sagepub.com/doi/pdf/10.1177/014107688607900520", "intended-application": "text-mining", "content-version": "vor", "content-type": "application/pdf"}, {"URL": "http://journals.sagepub.com/doi/pdf/10.1177/014107688607900520", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1986-5", "accepted": null, "publisher": "SAGE Publications", "doi": "10.1177/014107688607900520", "license": [{"URL": "http://journals.sagepub.com/page/policies/text-and-data-mining-license", "start": {"timestamp": 515289600000, "date-time": "1986-05-01T00:00:00Z", "date-parts": [[1986, 5, 1]]}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1177/014107688607900520", "issn": [{"type": "print", "value": "0141-0768"}, {"type": "electronic", "value": "1758-1095"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Book Review: Recent Advances in Systemic Lupus ErythematosusRecent Advances in Systemic Lupus ErythematosusLambertP H (ed) pp 359£24 ISBN 0-12-434620-0London: Academic Press1984"], "funder": null, "datasourcePrefix": "crossref____"}
1413
{"best_oa_location_url": "http://doi.org/10.1016/s0735-1097(03)81141-5", "issued": "2003-3-01", "abstract": [], "objIdentifier": "3b9e6dcc0cdfbb19af1a145bc9129390", "pissn": "0735-1097", "subject": ["Cardiology and Cardiovascular Medicine"], "author": [{"affiliation": [], "given": "James E.", "suffix": "Jr.", "family": "Calvin"}, {"affiliation": [], "given": "Nasseer", "family": "Nasser"}, {"affiliation": [], "given": "Ryan", "family": "Altier"}, {"affiliation": [], "given": "Lloyd W.", "family": "Klein"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0735109703811415?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:S0735109703811415?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "2003-3", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/s0735-1097(03)81141-5", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1046476800000, "date-parts": [[2003, 3, 1]], "date-time": "2003-03-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}, {"URL": "http://www.elsevier.com/open-access/userlicense/1.0/", "start": {"timestamp": 1373932800000, "date-parts": [[2013, 7, 16]], "date-time": "2013-07-16T00:00:00Z"}, "content-version": "vor", "delay-in-days": 3790}], "url": "http://dx.doi.org/10.1016/s0735-1097(03)81141-5", "issn": [{"type": "print", "value": "0735-1097"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["The impact of contemporary therapy on the accuracy of risk stratification models in acute coronary syndromes"], "funder": null, "datasourcePrefix": "crossref____"}
1414
{"best_oa_location_url": "http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2913032", "issued": "2010-8-01", "abstract": "Context and Objective: In men with infertility secondary to gonadotropin deficiency, treatment with relatively high dosages of human chorionic gonadotropin (hCG) stimulates intratesticular testosterone (IT-T) biosynthesis and spermatogenesis. Previously we found that lower dosages of hCG stimulated IT-T to normal. However, the minimal dose of hCG needed to stimulate IT-T and the dose-response relationship between very low doses of hCG and IT-T and serum testosterone in normal men is unknown.#R##N##R##N#Design, Setting, Patients, and Intervention: We induced experimental gonadotropin deficiency in 37 normal men with the GnRH antagonist acyline and randomized them to receive one of four low doses of hCG: 0, 15, 60, or 125 IU sc every other day or 7.5 g daily testosterone gel for 10 d. Testicular fluid was obtained by percutaneous aspiration for steroid measurements at baseline and after 10 d of treatment and correlated with contemporaneous serum hormone measurements.#R##N##R##N#Results: Median (25th, 75th percentile) baseline IT-T was 2508 nmol/liter (1753, 3502 nmol/liter). IT-T concentrations increased in a dose-dependent manner with very low-dosage hCG administration from 77 nmol/liter (40, 122 nmol/liter) to 923 nmol/liter (894, 1017 nmol/liter) in the 0- and 125-IU groups, respectively (P < 0.001). Moreover, serum hCG was significantly correlated with both IT-T and serum testosterone (P < 0.01).#R##N##R##N#Conclusion: Doses of hCG far lower than those used clinically increase IT-T concentrations in a dose-dependent manner in normal men with experimental gonadotropin deficiency. Assessment of IT-T provides a valuable tool to investigate the hormonal regulation of spermatogenesis in man.", "objIdentifier": "0e61f50f5cf0d023704c5fc962d39962", "pissn": "0021-972X", "subject": ["Clinical Biochemistry", "Biochemistry", "Endocrinology, Diabetes and Metabolism", "Endocrinology", "Biochemistry, medical"], "eissn": "1945-7197", "author": [{"affiliation": [], "given": "M. Y.", "family": "Roth"}, {"affiliation": [], "given": "S. T.", "family": "Page"}, {"affiliation": [], "given": "K.", "family": "Lin"}, {"affiliation": [], "given": "B. D.", "family": "Anawalt"}, {"affiliation": [], "given": "A. M.", "family": "Matsumoto"}, {"affiliation": [], "given": "C. N.", "family": "Snyder"}, {"affiliation": [], "given": "B. T.", "family": "Marck"}, {"affiliation": [], "given": "W. J.", "family": "Bremner"}, {"affiliation": [], "given": "J. K.", "family": "Amory"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": true, "published-online": null, "link": [{"URL": "http://academic.oup.com/jcem/article-pdf/95/8/3806/9068149/jcem3806.pdf", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "2010-8", "accepted": null, "publisher": "The Endocrine Society", "doi": "10.1210/jc.2010-0360", "license": null, "url": "http://dx.doi.org/10.1210/jc.2010-0360", "issn": [{"type": "print", "value": "0021-972X"}, {"type": "electronic", "value": "1945-7197"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Dose-Dependent Increase in Intratesticular Testosterone by Very Low-Dose Human Chorionic Gonadotropin in Normal Men with Experimental Gonadotropin Deficiency"], "funder": null, "datasourcePrefix": "crossref____"}
1415
{"best_oa_location_url": "", "issued": "1985-5-01", "abstract": [], "objIdentifier": "4db0fccd69d60f9a23015b1239149f43", "pissn": "0022-3263", "subject": ["Organic Chemistry"], "eissn": "1520-6904", "author": [{"affiliation": [], "given": "Yasushi", "family": "Tsuji"}, {"affiliation": [], "given": "Keun Tae", "family": "Huh"}, {"affiliation": [], "given": "Yukihiro", "family": "Ohsugi"}, {"affiliation": [], "given": "Yoshihisa", "family": "Watanabe"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://pubs.acs.org/doi/pdf/10.1021/jo00209a004", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1985-5", "accepted": null, "publisher": "American Chemical Society (ACS)", "doi": "10.1021/jo00209a004", "license": null, "url": "http://dx.doi.org/10.1021/jo00209a004", "issn": [{"type": "print", "value": "0022-3263"}, {"type": "electronic", "value": "1520-6904"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Ruthenium complex catalyzed N-heterocyclization. Syntheses of N-substituted piperidines, morpholines, and piperazines from amines and 1,5-diols"], "funder": null, "datasourcePrefix": "crossref____"}
1416
{"best_oa_location_url": "", "issued": "1994-3-1", "abstract": [], "objIdentifier": "98ef5b3c13430c7507ac49bca965f1c3", "pissn": "0022-2402", "subject": ["Oceanography"], "eissn": "1543-9542", "author": [{"affiliation": [], "given": "William L.", "family": "Miller"}, {"affiliation": [], "given": "Dana", "family": "Kester"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": null, "published-print": "1994-3-1", "accepted": null, "publisher": "Journal of Marine Research/Yale", "doi": "10.1357/0022240943077136", "license": null, "url": "http://dx.doi.org/10.1357/0022240943077136", "issn": [{"type": "print", "value": "0022-2402"}, {"type": "electronic", "value": "1543-9542"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Photochemical iron reduction and iron bioavailability in seawater"], "funder": null, "datasourcePrefix": "crossref____"}
1417
{"best_oa_location_url": "", "issued": "2015-1-01", "abstract": "Summary  Programmed cell death 4 (PDCD4) is a tumor suppressor gene involved in tumorogenesis. MicroRNA-21 (miR-21) specifically targets PDCD4, and recent studies suggest that PDCD4 is also regulated by Akt (antiapoptotic regulator within phosphatidylinositol 3-kinase). Medullary thyroid carcinoma (MTC) is a rare neuroendocrine cancer, and disease stage at diagnosis represents the main prognostic indicator. A consecutive series of 64 MTCs was considered. REarranged during Transfection ( RET ) and rat sarcoma ( RAS ) mutation status was assessed by direct sequencing. Quantitative real-time polymerase chain reaction was used to quantify mature hsa-miR-21. PDCD4 and Ki-67 immunostaining was performed with an automated platform. Immunoblot analysis of PI3K/Akt pathway was done on thyroid tissues. MTCs were consistently associated with miR-21 up-regulation ( P   P  = .0013). At enrollment, high miR-21 levels were associated with high calcitonin levels ( P  = .0003), lymph node metastases ( P  = .001), and advanced stages ( P  = .0003). At the end of follow-up, high miR-21 levels were associated with biochemically persistent disease ( P  = .0076). At enrollment, instead, PDCD4 nuclear down-regulation was associated with high calcitonin levels ( P  = .04), more advanced stages of disease ( P   P  = .02). p-Akt was more expressed in  RAS -mutated MTC than in nonmutated cancers and normal tissue. This study showed, in MTCs, that miR-21 regulates PDCD4 expression and also that the miR-21/PDCD4 pathway correlates with clinicopathological variables and prognosis. Further studies should investigate the role of miR-21 as a prognostic biomarker and the feasibility of using PDCD4-restoring strategies as a therapeutic approach to MTC.", "objIdentifier": "4ac1f72435578a7ebd776e95dd3a0829", "pissn": "0046-8177", "subject": ["Pathology and Forensic Medicine"], "author": [{"affiliation": [], "given": "Gianmaria", "family": "Pennelli"}, {"ORCID": "0000-0002-3245-2322", "affiliation": [], "given": "Francesca", "family": "Galuppini"}, {"affiliation": [], "given": "Susi", "family": "Barollo"}, {"affiliation": [], "given": "Elisabetta", "family": "Cavedon"}, {"affiliation": [], "given": "Loris", "family": "Bertazza"}, {"ORCID": "0000-0001-6515-5482", "affiliation": [], "given": "Matteo", "family": "Fassan"}, {"affiliation": [], "given": "Vincenza", "family": "Guzzardo"}, {"affiliation": [], "given": "Maria Rosa", "family": "Pelizzo"}, {"affiliation": [], "given": "Massimo", "family": "Rugge"}, {"affiliation": [], "given": "Caterina", "family": "Mian"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:S0046817714003724?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}, {"URL": "http://api.elsevier.com/content/article/PII:S0046817714003724?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}], "published-print": "2015-1", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/j.humpath.2014.09.006", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 1420070400000, "date-parts": [[2015, 1, 1]], "date-time": "2015-01-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/j.humpath.2014.09.006", "issn": [{"type": "print", "value": "0046-8177"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "ORCID", "id": "openaire____::orcid"}], "title": ["The PDCD4/miR-21 pathway in medullary thyroid carcinoma"], "funder": null, "datasourcePrefix": "crossref____"}
1418
{"best_oa_location_url": "", "issued": "1998-5-2", "abstract": [], "objIdentifier": "add01315016ab3de7d2c75f1dc008d03", "pissn": "0036-8423", "subject": ["General Engineering"], "author": [{"affiliation": [], "given": "Ivars", "family": "Peterson"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.2307%2F4010514", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1998-5-2", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.2307/4010514", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", "start": {"timestamp": 1441065600000, "date-parts": [[2015, 9, 1]], "date-time": "2015-09-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 6331}], "url": "http://dx.doi.org/10.2307/4010514", "issn": [{"type": "print", "value": "0036-8423"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Sifting through the Web's Data Jumble"], "funder": null, "datasourcePrefix": "crossref____"}
1419
{"best_oa_location_url": "", "issued": "1993-1-1", "abstract": "On of the most important tools in production logging and well testing is the downhole flowmeter. Unfortunately, existing tools are inaccurate outside of an idealized single phase flow, regime. Spinner tools are inaccurate at extremely high or low, flow rates and when the flow rate is variable. Radioactive tracer tools have similar inaccuracies and are extremely sensitive to the flow regime. Both tools completely fail in the presence of multiphase flow, whether gas/ oil, gas/water or fluid/solid. Downhole flowmetering is important for locating producing zones and thief zones and monitoring production and injection rates. The effects of stimulation can also be determined. This goal of this project is the investigation of accurate downhole flowmetering techniques for all single phase flow regimes and multiphase flows. The measurement method investigated in this report is the use of ultrasound. There are two ways to use ultrasound for fluid velocity measurement. The first method, examined in Chapter 2, is the contrapropagation, or transit-time, method which compares travel times with and against fluid flow. Chapter 3 details the second method which measures the Doppler frequency shift of a reflected sound wave in the moving fluid. Both of these technologies need to be incorporated in ordermore » to build a true multiphase flowmeter. Chapter 4 describes the proposed downhole multiphase flowmeter. It has many advantages besides the ones previously mentioned and is in full in that chapter.« less", "objIdentifier": "07a0459dbbc1b37a7c6c6ec26146022d", "subject": null, "author": [{"affiliation": [], "given": "D.A.", "family": "Dannert"}, {"affiliation": [], "given": "R.N.", "family": "Horne"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0017", "value": "Report"}, "is_oa": false, "published-online": "1993-1-1", "link": null, "published-print": null, "accepted": null, "publisher": "Office of Scientific and Technical Information  (OSTI)", "doi": "10.2172/10130023", "license": null, "url": "http://dx.doi.org/10.2172/10130023", "issn": null, "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["Ultrasonic rate measurement of multiphase flow"], "funder": null, "datasourcePrefix": "crossref____"}
1420
{"best_oa_location_url": "", "issued": "1920-11-13", "abstract": "ABSTRACT Foreign bodies of various kinds are common in noses and throats but not so, perhaps, in the cavity between.Last fall, Dr. F. R. Moore of Florence, Colo., brought a boy, aged 13 years, to the office who for some time had been complaining of the typical symptoms of adenoid obstruction, mouth breathing, snoring, nasal discharge and bad breath. The lad was well nourished and physically normal except for difficulty in breathing through the nose. In view of his age and healthy appearance, a malignant tumor hardly seemed probable nor an exhaustive examination necessary, although inspection of the throat revealed the soft palate to be slightly convex instead of concave, having the appearance of pressure from behind. This was supposed to be a case of large adenoids, for which an operation was at once performed. Much to our surprise, however, the curet brought away great masses of wax of the", "objIdentifier": "abb139227b1c4eda9aa29699932ef5b9", "pissn": "0098-7484", "subject": ["General Medicine"], "eissn": "1538-3598", "author": [{"affiliation": [], "given": "O.", "family": "Orendorff"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://jamanetwork.com/journals/jama/fullarticle/1720286", "intended-application": "similarity-checking", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1920-11-13", "accepted": null, "publisher": "American Medical Association (AMA)", "doi": "10.1001/jama.1920.26220460003016d", "license": null, "url": "http://dx.doi.org/10.1001/jama.1920.26220460003016d", "issn": [{"type": "print", "value": "0098-7484"}, {"type": "electronic", "value": "1538-3598"}], "collectedFrom": [{"name": "Microsoft Academic Graph", "id": "openaire____::microsoft"}, {"name": "CrossRef", "id": "openaire____::crossref"}, {"name": "UnpayWall", "id": "openaire____::unpaywall"}], "title": ["FOREIGN BODY IN NASOPHARYNX"], "funder": null, "datasourcePrefix": "crossref____"}
1421
{"best_oa_location_url": "", "issued": "1966-3-01", "abstract": [], "objIdentifier": "58ae48e1fbd106a549f4ce6a5388396b", "pissn": "0001-1541", "subject": ["Biotechnology", "Environmental Engineering", "General Chemical Engineering"], "eissn": "1547-5905", "author": [{"affiliation": [], "given": "T. H. K.", "family": "Frederking"}, {"affiliation": [], "given": "Y. C.", "family": "Wu"}, {"affiliation": [], "given": "B. W.", "family": "Clement"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1002%2Faic.690120207", "intended-application": "text-mining", "content-version": "vor", "content-type": "unspecified"}], "published-print": "1966-3", "accepted": null, "publisher": "Wiley-Blackwell", "doi": "10.1002/aic.690120207", "license": [{"URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", "start": {"timestamp": 1441065600000, "date-time": "2015-09-01T00:00:00Z", "date-parts": [[2015, 9, 1]]}, "content-version": "tdm", "delay-in-days": 18081}], "url": "http://dx.doi.org/10.1002/aic.690120207", "issn": [{"type": "print", "value": "0001-1541"}, {"type": "electronic", "value": "1547-5905"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Effects of interfacial instability on film boiling of saturated liquid helium I above a horizontal surface"], "funder": null, "datasourcePrefix": "crossref____"}
1422
{"best_oa_location_url": "", "issued": "1982-4-01", "abstract": [], "objIdentifier": "24eec3a8d8b7be971def5e8c5a6671ce", "pissn": "0143-6236", "subject": ["General Medicine"], "author": [{"affiliation": [], "given": "John", "family": "Jeffries"}], "dateOfCollection": "2018-08-07 12:28:07Z", "type": {"cobj": "0001", "value": "Article"}, "is_oa": false, "published-online": null, "link": [{"URL": "http://api.elsevier.com/content/article/PII:0143623682900072?httpAccept=text/xml", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/xml"}, {"URL": "http://api.elsevier.com/content/article/PII:0143623682900072?httpAccept=text/plain", "intended-application": "text-mining", "content-version": "vor", "content-type": "text/plain"}], "published-print": "1982-4", "accepted": null, "publisher": "Elsevier BV", "doi": "10.1016/0143-6236(82)90007-2", "license": [{"URL": "http://www.elsevier.com/tdm/userlicense/1.0/", "start": {"timestamp": 386467200000, "date-parts": [[1982, 4, 1]], "date-time": "1982-04-01T00:00:00Z"}, "content-version": "tdm", "delay-in-days": 0}], "url": "http://dx.doi.org/10.1016/0143-6236(82)90007-2", "issn": [{"type": "print", "value": "0143-6236"}], "collectedFrom": [{"name": "UnpayWall", "id": "openaire____::unpaywall"}, {"name": "CrossRef", "id": "openaire____::crossref"}], "title": ["Policy formation in the European Communities: a bibliographical guide to Community documentation 1958–1978"], "funder": null, "datasourcePrefix": "crossref____"}
... This diff was truncated because it exceeds the maximum size that can be displayed.

Also available in: Unified diff